*{
	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;
}
/*header*/
#header{
	background: url('/webp/v3/sim-cards-header-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 0;
	height: 373px;
}
#header h2{
	font-weight: 700;
	font-size: 65px;
	line-height: 79.24px;
}
#header p{
	margin-top: 25px;
	font-size: 14px;
	line-height: 33px;
	font-weight: 400;
}
@media (max-width: 767px) {
	#header{
		background-position: left;
		padding: 80px 0;
		display: flex;
		align-items: center;
	}
	#header h2{
		font-size: 42px;
		line-height: 50px;
	}
	#header p{
		margin-top: 25px;
		font-size: 14px;
		line-height: 28px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#header {
		padding: 90px 0;
		background-position: left;
		display: flex;
		align-items: center;
	}
	#header h2{
		font-size: 60px;
		line-height: 70px;
	}
	#header p{
		margin-top: 30px;
		font-size: 14px;
		line-height: 30px;
	}
	#header .row{
		padding-top: 0;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	#header h2{
		font-size: 42px;
		line-height: 60px;
	}
	#header p{
		font-size: 14px;
		margin-top: 20px;
		line-height: 34px;
	}
}
@media (min-width: 1201px) and (max-width: 1400px) {
	#header h2{
		font-size: 50px;
		line-height: 65px;
	}
	#header p{
		font-size: 14px;
		margin-top: 25px;
		line-height: 40px;
	}
}


/*prepaid*/
#prepaid{
	margin-top: 90px;
}
#prepaid .body{
	margin-top: 30px;
}
#prepaid .body .content p{
	font-size: 14px;
	line-height: 32.25px;
	font-weight: 400;
}
@media (max-width: 767px) {
	#prepaid{
		margin-top: 40px;
	}
	#prepaid .body .content p{
		margin-top: 20px;
		font-size: 14px;
		line-height: 32px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#prepaid{
		margin-top: 70px;
	}
	#prepaid .body .content p{
		font-size: 14px;
		line-height: 20px;
	}
	#prepaid .body{
		margin-top: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	#prepaid{
		margin-top: 100px;
	}
	#prepaid .body .content p{
		font-size: 14px;
		line-height: 30px;
	}
	#prepaid .body{
		margin-top: 20px;
	}
}


/*cards*/
#cards{
	margin-top: 50px;
}
#cards .heading h2{
	font-size: 28px;
	line-height: 34.13px;
	font-weight: 600;
	color: var(--theme-orange);
}
#cards .heading p{
	margin-top: 12px;
	color: #555555;
	font-weight: 400;
	font-size: 14px;
	line-height: 32.25px;
}
#cards .body{
	margin-top: 35px;
}
#cards .body .butn{
	border: 2px solid transparent;
	border-radius: 17px;
	transition: 0.3s;
	cursor: pointer;
	overflow: hidden;
}
#cards .body .butn.active{
	border-color: #E74C3C;
	box-shadow: 0px 10px 40px rgba(230, 68, 50, 0.5);
}
#cards .body .content{
	margin-top: 40px;
}
#cards .body .content h3{
	color: var(--theme-orange);
	font-weight: 600;
	font-size: 28px;
	line-height: 34.13px;
}
#cards .body .content .item{
	margin-top: 25px;
	border: 2px solid #E74C3C;
	box-shadow: 5px 10px 42px rgba(0, 0, 0, 0.12);
	border-radius: 13px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 13px;
}
#cards .body .content .item .info{
	margin-top: 13px;
}
#cards .body .content .item .info .name h6{
	font-weight: 600;
	font-size: 13.5px;
	line-height: 21px;
}
#cards .body .content .item .info .name h5{
	margin-top: 8px;
	color: #E74C3C;
	font-weight: 600;
	font-size: 18.75px;
	line-height: 18.75px;
}
#cards .body .content .item .info .cart a{
	border: 1.4px solid #E74C3C;
	border-radius: 10px;
	height: 36px;
	width: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#cards .body .content .item .info .cart a i{
	color: #E74C3C;
	font-size: 20px;
}
#cards .body .content .hide{
	display: none;
}
#cards .body .butn{
	display: flex;
	justify-content: center;
}
@media (max-width: 767px) {
	#cards{
		margin-top: 40px;
	}
	#cards .heading h2{
		font-size: 24px;
		line-height: 30px;
	}
	#cards .heading p{
		margin-top: 10px;
		font-size: 14px;
		line-height: 26px;
	}
	#cards .body .butn{
		margin-top: 20px;
	}
	#cards .body .content{
		margin-top: 40px;
	}
	#cards .body .content h3{
		font-size: 30px;
		line-height: 45px;
	}
	#cards .body .butn img{
		width: 100%;
	}
	#cards .body{
		margin-top: 10px;
	}
	#cards .body .content .item{
		margin-top: 20px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#cards{
		margin-top: 50px;
	}
	#cards .heading h2{
		font-size: 30px;
		line-height: 41px;
	}
	#cards .heading p{
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}
	#cards .body .butn{
		margin-top: 20px;
	}
	#cards .body{
		margin-top: 20px;
	}
	#cards .body .content{
		margin-top: 50px;
	}
	#cards .body .content h3{
		font-size: 30px;
		line-height: 30px;
	}
	#cards .body .content .item{
		margin-top: 40px;
	}
	#cards .body .content .item .info .name h6{
		font-size: 14px;
	}
	#cards .body .content .item .info .name h5{
		font-size: 20px;
		margin-top: 0;
	}
}

/*pay*/
#pay{
	margin-top: 100px;
	background: #F7F7F7;
	padding: 24px 0;
}
#pay .left .form-check-input{
	height: 45px;
	width: 45px;
}
#pay .left .form-check label{
	margin-left: 15px;
	font-weight: 500;
	font-size: 28px;
}
#pay .left .bill h5{
	

	margin-top: 13px;
	font-weight: 500;
	font-size: 14px;
	line-height: 28.6px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#pay .left .bill h5 span{
	background: #F7F7F7;
	z-index: 6;
	font-size: 14px;
	line-height: 28.6px;
}
#pay .left .bill h5:before{
	content: '';
	position: absolute;
	height: 10px;
	width: 100%;
	border-bottom: 4px dotted #000;
	left: 0;
	bottom: 10px;
}
#pay .right .btn{
	background: linear-gradient(90deg, #F1653F 0%, #E64432 100%);
	border-radius: 62px;
	max-width: 291px;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}
#pay .right .btn i{
	margin-right: 10px;
}
@media (max-width: 767px) {
	#pay .left .bill h5{
		font-size: 14px;
		line-height: 24px;
	}
	#pay .right .btn{
		margin-top: 20px;
		height: 60px;
		font-size: 16px;
	}
	#pay{
		margin-top: 70px;
	}
	#pay .left .bill h5:before{
		bottom: 4px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#pay .left .bill h5{
		font-size: 14px;
	}
	#pay .right .btn{
		font-size: 26px;
		height: 60px;
	}
	#pay .left .form-check label{
		font-size: 16px;
	}
	#pay{
		margin-top: 90px;
	}
	#pay .left .bill h5:before{
		bottom: 4px;
	}
}


/*faq*/
#faq{
	margin: 90px 0;
}
#faq .body{
	margin-top: 20px;
}
#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;
	box-shadow: none;
	font-weight: 500;
	line-height: 26.82px;
}
#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: 26.25px;
}
.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;
	}
}