
.section-1{
	background: url(/wp-content/uploads/2023/08/giveaway-bedding.jpg) no-repeat center 0px/cover;
	padding: 40px 0px 0px 0px;
}

.section-1 header{
    margin-bottom: -210px
}

.section-1 header p {
    color: red;
    font-size: 74px;
    font-weight: 800;
    letter-spacing: -3px;
    line-height: 1em;
	margin-bottom: 10px;
    text-align: center;
}

.section-1 header h2 {
	color: #043698;
    font-size: 30px;
    line-height: 1.2em;
    letter-spacing: -1px;
    margin-bottom: 5px;
}

.section-1 header h3{
	font-size: 44px;
    letter-spacing: -1px;
    line-height: 1.1em;
}

.section-1 header h3 sup{
	font-weight: 800;
}

.section-1 img {
    display: block;
    margin: 0px auto 0px auto;
    position: relative;
    left: 140px;
}

@media screen and (min-width: 992px) and (max-width: 1200px){

	.section-1 header {
		margin: 0px auto -100px auto;
		max-width: 620px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px){

	.section-1 header {
		margin: 0px auto 20px auto;
	}
	
	.section-1 img {
		margin: 0px auto 0px auto;
		left: 40px;
	}

}

@media screen and (max-width: 767px){

	.section-1 header {
		margin: 0px auto 20px auto;
	}
	
	.section-1 img {
		margin: 0px auto 0px auto;
		left: 15px;
	}
	
	.section-1 header p {
		font-size: 48px;
	}

	.section-1 header h2 {
		font-size: 18px;
		letter-spacing: 0;
	}

	.section-1 header h3{
		font-size: 24px;
	}

}

/**/

.section-2{
	padding: 30px 0px 30px 0px;
}

.section-2 .d-flex{
	align-items: center;
	justify-content: center;
}

.section-2 img{
	align-self: center;
	position: relative;
	z-index: 9;
}

.section-2 .inner-wrap{
	background: #fbc52e;
	border-radius: 0px 60px 60px 0px;
	margin-left: -20px;
	padding: 30px 80px 30px 40px;
	position: relative;
	z-index: 8;
}

.section-2 .inner-wrap p{
	font-style: italic;
	font-size: 21px;
	font-weight: 800;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-2 .inner-wrap{
		margin-left: -25px;
		padding: 30px 80px 30px 50px;
	}

	.section-2 .inner-wrap p {
		font-size: 18px;
	}
	
	.section-2 img {
		width: 160px;
	}

}

@media screen and (max-width: 767px){
	
	.section-2 .inner-wrap {
		margin-left: -25px;
		padding: 10px 30px 10px 30px;
	}

	.section-2 .inner-wrap p {
		font-size: 14px;
	}
	
	.section-2 img {
		width: 100px;
	}

}

/**/

.section-3{
	margin-bottom: 45px;
}

.section-3 .container{
	background: #ebebeb;
	border-radius: 40px;
	padding: 0;
}

.section-3 .d-flex{
	align-items: center;
}

.section-3 .inner-wrap{
	padding: 30px 0px 30px 40px;
}

.section-3 h3 {
    color: #00a7b6;
	font-size: 44px;
    margin-bottom: 20px;
    text-align: left;
}

.section-3 img{
	max-width: none;
}

.section-3 p{
	margin-bottom: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.section-3 .d-flex{
		align-items: center;
		flex-direction: column;
	}
	
	.section-3 .image{
		display: none;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-3 .d-flex{
		align-items: center;
		flex-direction: column;
	}
	
	.section-3 img:not(.leh-logo){
		width: 100%;
	}

}

@media screen and (max-width: 767px){
	
	.section-3 .container {
		border-radius: 20px;
		margin: 0px 15px 0px 15px;
		width: calc(100% - 30px);
	}
	
	.section-3 .inner-wrap {
		padding: 30px 30px 30px 30px;
	}
	
	.section-3 h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	.section-3 .d-flex{
		align-items: center;
		flex-direction: column;
	}
	
	.section-3 img:not(.leh-logo){
		width: 100%;
	}
	
	.section-3 p {
		margin-bottom: 20px;
		font-size: 16px;
	}
	
}

/**/

.section-4{
	position: relative;
}

.section-4:before {
    content: "";
    background: #043698;
    height: 100%;
    width: 50vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.section-4 .container{
	padding: 0px;
	position: relative;
	z-index: 2;
}

.section-4 .d-flex{
    background: #043698;
    max-width: 1200px;
    border-radius: 0px 180px 180px 0px;
    overflow: hidden;
}

.section-4 .image img{
	max-width: none;
}

.section-4 .inner-wrap{
	padding: 20px 40px 20px 0px;
}

.section-4 .title{
    color: #ffffff;
	font-size: 44px;
    margin-bottom: 15px;
    text-align: left;
}

.section-4 .sub-title{
	color: #fbc52e;
	font-size: 28px;
	margin-bottom: 10px;
	text-align: left;
}

.section-4 p{
	color: #ffffff;
	text-align: left;
}

.section-4 .countdown img{
	margin: -15px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.section-4 .inner-wrap {
		padding: 20px 40px 20px 0px;
		width: 50%;
	}
	
	.section-4 .image{
		width: 50%;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-4 .container {
		max-width: none;
    	padding: 0px;
	}
	
	.section-4 .inner-wrap {
		padding: 30px 30px 30px 30px;
		max-width: 600px;
		margin: 0px auto;
	}
	
	.section-4 .d-flex{
		border-radius: 0px;
		flex-direction: column;
	}
	
	.section-4:before{
		display: none;
	}
	
	.section-4 .image img {
		max-width: 100%;
		width: 100%;
	}
	
	.section-4 .title{
		text-align: center;
	}
	
	.section-4 p{
		text-align: center;
	}
	
	.section-4 .sub-title{
		text-align: center;
	}
	
	.section-4 .countdown img{
		display: block;
		margin: 0px auto;
	}
	
}

@media screen and (max-width: 767px){
	
	.section-4 .container {
		max-width: none;
    	padding: 0px;
	}
	
	.section-4 .inner-wrap {
		padding: 30px 30px 30px 30px;
		max-width: 600px;
		margin: 0px auto;
	}
	
	.section-4 .d-flex{
		border-radius: 0px;
		flex-direction: column;
	}
	
	.section-4:before{
		display: none;
	}
	
	.section-4 .image img {
		max-width: 100%;
		width: 100%;
	}
	
	.section-4 .title {
		font-size: 36px;
		margin-bottom: 15px;
		text-align: center;
	}

	.section-4 p{
		text-align: center;
	}
	
	.section-4 .sub-title{
		font-size: 20px;
		text-align: center;
	}
	
	.section-4 .countdown img{
		display: block;
		margin: 0px auto;
	}
	
}

/**/

.section-5{
	padding: 40px 0px 40px 0px;
}

body #faq-accordion .card-header, 
body #faq-accordion .card-header:first-child{
	background: none;
}

.section-5 .container > .title{
	font-size: 38px;
	margin-bottom: 20px;
}

.section-5 .faq{
	border-left: solid 12px #043698;
	border-bottom: solid 5px #043698;
	margin-bottom: 20px;
	padding-left: 0;
}

.faq .card-header{
	padding: 0;
}

.section-5 .faq h5{
	margin-bottom: 0px;
}

.section-5 .faq h5 a{
	display: block;
	cursor: pointer;
	font-size: 24px;
	font-weight: 800;
	padding: 15px 15px 15px 20px;
}

.section-5 .faq h5 a:hover{
	color: #043698;
}

.section-5 .faq p{
	margin-bottom: 10px;
}


/**/

#faq-accordion{
	margin: 0px auto 0px auto;
	max-width: 880px;
}

#faq-collapse-6 .inner-wrap {
    background: #ebebeb;
	border-radius: 15px;
    margin-bottom: 15px;
    padding: 15px 20px 15px 20px;
}

#faq-collapse-6 .inner-wrap p{
	margin-bottom: 0px;
}

#faq-accordion .card-body{
	padding-top: 0;
}

@media screen and (min-width: 1200px){

	#faq-accordion .card-body .row > div{
		padding-right: 0;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-5 .container > .title {
		font-size: 38px;
		margin-bottom: 20px;
		max-width: 500px;
	}
	
}

@media screen and (max-width: 767px){
	
	.section-5 .container > .title {
		font-size: 24px;
		margin-bottom: 20px;
		max-width: 500px;
	}
	
	.section-5 .faq h5 a {
		font-size: 18px;
		padding: 10px 15px 10px 20px;
	}
	
}
