*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Montserrat;
}
a{
	text-decoration: none !important;
}
ul{
	list-style: none !important;
}
:root{
	--theme-orange: #E74C3C;;
}
@media(min-width:768px){
	.container{
		width:750px
	}
}
@media(min-width:992px){
	.container{
		width:970px
	}
}
@media(min-width:1200px){
	.container{
		width:1170px
	}
}
.container-fluid{
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
h2.heading{
	color: var(--theme-orange);
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
}
@media (max-width: 767px) {
	h2.heading{
		font-size: 21px;
		line-height: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	h2.heading{
		font-size: 32px;
		line-height: 35px;
	}
}
@media (min-width: 992px) and (max-width: 1600px) {
	h2.heading{
		font-size: 42px;
		line-height: 45px;
	}	
}

::selection{
	background: var(--theme-orange);
	color: #fff;
}

/*fixed icon*/
.fixed-icon{
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 88;
	width: 145px;
	height: 130px;
	background: var(--theme-orange);
	border-radius: 0px 12px 12px 0px;
}
.fixed-icon a{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*header*/
#header{
	background: url('/webp/v3/postpaid-header-bg.webp');
	background-size: cover;
	background-position: center;
	padding: 90px 0;
}
#header .content h3{
	font-weight: 700;
	font-size: 65px;
	line-height: 79.24px;
}
#header .content p{
	margin-top: 25px;
	font-weight: 400;
	font-size: 14px;
	line-height: 33px;
}
#header .content .btn{
	margin-top: 40px;
	background: linear-gradient(90deg, #FFFFFF 0%, #FFF4F2 100%);
	border-radius: 62px;
	padding: 27px 128px;
	color: var(--theme-orange);
	font-size: 28px;
	transition: 0.3s;
}
#header .content .btn:hover{
	background: var(--theme-orange);
	color: #fff;
}
@media (max-width: 767px){
	#header .content h3{
		font-size: 36px;
		line-height: 40px;
	}
	#header .content p{
		margin-top: 15px;
		font-size: 14px;
		line-height: 28px;
	}
	#header .content p br{
		display: none;
	}
	#header .content .btn{
		padding: 10px 30px;
		margin-top: 20px;
		font-size: 22px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#header .content h3{
		font-size: 42px;
		line-height: 50px;
	}
	#header .content p{
		margin-top: 20px;
		font-size: 14px;
		line-height: 25px;
	}
	#header .content .btn{
		margin-top: 30px;
		padding: 20px 80px;
	}
}
@media (min-width: 992px) and (max-width: 1400px) {
	#header .content h3{
		font-size: 42px;
		line-height: 60px;
	}
	#header .content p{
		font-size: 14px;
		margin-top: 30px;
		line-height: 34px;
	}
	#header .content .btn{
		margin-top: 30px;
		padding: 20px 70px;
	}
	#header{
		padding: 100px 0;
	}
}

/*how*/
#how{
	margin-top: 100px;
}
#how .body{
	margin-top: 45px;
}
#how .body .item{
	background: #FFFFFF;
	border: 1px solid #BEBEBE;
	box-shadow: 0px 23px 55px rgba(231, 76, 60, 0.11);
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 25px 35px;
	height: 100%;
}
#how .body .item .icon{
	height: 82px;
	width: 82px;
	border: 1px solid #F1653F;
	border-radius: 86px;
	background: #FDF1EF;
	display: flex;
	align-items: center;
	justify-content: center;
}
#how .body .item .icon img{
	max-width: 50%;
}
#how .body .item h4{
	margin-top: 15px;
	color: var(--theme-orange);
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
}
#how .body .item p{
	margin-top: 15px;
	color: #555555;
	font-size: 14px;
	line-height: 28px;
}
@media (max-width: 767px) {
	#how{
		margin-top: 40px;
	}
	#how .body{
		margin-top: 10px;
	}
	#how .body .col-lg-6{
		margin-top: 20px;
	}
	#how .body .item{
		padding: 15px 25px;
	}
	#how .body .item h4{
		margin-top: 15px;
		font-size: 24px;
	}
	#how .body .item p{
		margin-top: 25px;
		font-size: 14px;
		line-height: 22px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#how{
		margin-top: 70px;
	}
	#how .body{
		margin-top: 20px;
	}
	#how .body .col-lg-4{
		margin-top: 20px;
	}
	#how .body .item p{
		margin-top: 20px;
		font-size: 14px;
		line-height: 20px;
	}
	#how .body .item h4{
		font-size: 18px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	#how .body .item{
		padding: 25px 15px;
	}
	#how .body .item p{
		margin-top: 25px;
		font-size: 14px;
	}
	#how .body .item h4{
		font-size: 26px;
	}
}

/*carrier*/
#carrier{
	margin-top: 90px;
}
#carrier .heading{
	color: var(--theme-orange);
}
#carrier .heading h2{
	font-weight: 600;
	font-size: 28px;
	line-height: 34.13px;
}
#carrier .heading p{
	margin-top: 10px;
	/* color: var(--theme-orange); */
	font-weight: 400;
	font-size: 14px;
	line-height: 32.25px;
	color: #555555;
}
#carrier .body{
	margin-top: 10px;
}
#carrier .body .item{
	height: 100%;
	width: 100%;
	border-radius: 9px;
	background: #fff;
	border: 2px solid var(--theme-orange);
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 210px;
	padding: 20px 50px;
}
@media (max-width: 767px) {
	#carrier{
		margin-top: 40px;
	}
	#carrier .heading h2{
		font-size: 24px;
		line-height: 45px;
	}
	#carrier .heading p{
		margin-top: 10px;
		font-size: 14px;
		line-height: 20px;
	}
	#carrier .body .col-lg-4{
		margin-top: 20px;
	}
	#carrier .body img{
		max-width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	#carrier{
		margin-top: 70px;
	}
	#carrier .heading h2{
		font-size: 32px;
		line-height: 50px;
	}
	#carrier .heading p{
		margin-top: 10px;
		font-size: 14px;
	}
	#carrier .body img{
		max-width: 100%;
	}
	#carrier .body .item{
		min-height: 120px;
	}
}


/*what*/
#what{
	margin-top: 90px;
}
#what .body{
	margin-top: 40px;
}
#what .body .content h4{
	font-weight: 600;
	font-size: 28px;
	line-height: 34.13px;
}
#what .body .s-row{
	margin-top: 130px;
}
#what .body .content h6{
	color: var(--theme-orange);
	margin: 20px 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 24.38px;
}
#what .body .content p{
	margin-top: 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 32.25px;
}
@media (max-width: 767px) {
	#what{
		margin-top: 40px;
	}
	#what .body .content{
		margin-top: 20px;
	}
	#what .body .content h4{
		font-size: 24px;
		line-height: 40px;
	}
	#what .body .content p{
		margin-top: 10px;
		font-size: 14px;
		line-height: 26px;
	}
	#what .body .s-row{
		margin-top: 40px;
	}
	#what .body .content h6{
		margin: 10px 0;
		font-size: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#what{
		margin-top: 70px;
	}
	#what .body .content h4{
		font-size: 24px;
		line-height: 30px;
	}
	#what .body .content p{
		margin-top: 15px;
		font-size: 14px;
		line-height: 20px;
	}
	#what .body .s-row{
		margin-top: 70px;
	}
	#what .body .content h6{
		margin: 15px 0;
		font-size: 22px;
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	#what .body .content h4{
		font-size: 28px;
		line-height: 40px;
	}
	#what .body .s-row{
		margin-top: 60px;
	}
	#what .body .content h6{
		margin: 15px 0;
		font-size: 24px;
	}
	#what .body .content p{
		margin-top: 15px;
		font-size: 14px;
		line-height: 25px;
	}
}


/*faq*/
#faq{
	margin: 90px 0;
}
#faq .body{
	margin-top: 40px;
}
#faq .body .accordion .accordion-item{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #DFDFDF;
	padding: 30px 20px;
	border-radius: 0;
}
#faq .body .accordion .accordion-header button{
	padding: 0 10px;
	font-size: 18px;
	line-height: 26.82px;
	box-shadow: none;
	font-weight: 500;
}
#faq .body .accordion .accordion-header .accordion-button:not(.collapsed){
	background: transparent;
	color: var(--theme-orange);
}
#faq .body .accordion .accordion-body{
	padding: 0 10px;
	margin-top: 30px;
}
#faq .body .accordion .accordion-body p{
	font-size: 14px;
	line-height: 26px;
}
.accordion-button:not(.collapsed)::after{
	background: url('/webp/v3/minus.webp');
	background-size: cover;
}
.accordion-button::after{
	background: url('/webp/v3/plus.webp');
	background-size: cover;
}
@media (max-width: 767px) {
	#faq{
		margin: 40px 0;
	}
	#faq .body .accordion .accordion-item{
		padding: 20px 0px;
	}
	#faq .body .accordion .accordion-header button{
		font-size: 14px;
	}
	#faq .body .accordion .accordion-body p{
		font-size: 12px;
		line-height: 20px;
	}
	#faq .body .accordion .accordion-body p br{
		display: none;
	}
	#faq .body{
		margin-top: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#faq{
		margin: 70px 0;
	}
	#faq .body{
		margin-top: 20px;
	}
	#faq .body .accordion .accordion-header button{
		font-size: 16px;
	}
	#faq .body .accordion .accordion-body p{
		font-size: 14px;
		line-height: 20px;
	}
	#faq .body .accordion .accordion-item{
		padding: 30px 10px;
	}
	#faq .body .accordion .accordion-body{
		margin-top: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	#faq{
		margin-top: 90px;
	}
	#faq .body .accordion .accordion-item{
		padding: 30px 20px;
	}
	#faq .body .accordion .accordion-body p br{
		display: none;
	}
	#faq .body .accordion .accordion-header button{
		font-size: 18px;
	}
	#faq .body .accordion .accordion-body p{
		font-size: 14px;
		line-height: 30px;
	}
}