:root {
	--white: #fff;
	--light-gray: #919191;
	--gray: #A3A3A3;
	--gray-dark: #6B6B6B;
	--primary: #008FFF;
	--secondary: #858796;
	--success: #11B823;
	--info: #36b9cc;
	--warning: #FF6A00;
	--danger: #DB0000;
	--light: #F2F2F2;
	--dark: #1C1D1F;
	--form-border-color: #E8E8E8; 
	--bg-light: #F3F3F3;
	--bg-color:#FFFBF8;
	--table-border: #F5F5F5;
	--light-primary: #EAF6FF;
	--border-color: #E9E9E9;
	--purple: #9B2B8B;
	--darkblue: #2B449B;
}

*,
::after,
::before {
	box-sizing: border-box
}
html {
    font-family: "Geologica", sans-serif !important;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
body {
	font-family: "Geologica", sans-serif !important;
	background: var(--bg-color);
	position: relative;
}
hr {
	background:var(--primary);
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500 !important;
	color: var(--dark)
}

h1 {font-size: 1.5rem !important;}
h2{font-size: 2rem !important;}

p {
    margin-top: 0;
    margin-bottom: 0.9375rem !important;
    font-size: 0.975rem;
	font-weight: 400;
	line-height: 1.5 !important;
	color: var(--dark);
}
a {text-decoration: none !important;}
.primary {color: var(--primary) !important;}
.danger{color: var(--danger) !important;}
.gray {color: var(--gray-dark) !important;}
.small, small { font-size: .875em !important;color: var(--gray-dark);}
.fw-light{font-weight: 400 !important;}
.fw-regular{font-weight: 500 !important;}
.fw-medium {font-weight: 600 !important;}
.fw-mediumbold {font-weight: 700 !important;}
.fw-bold{font-weight: 800 !important;}
.fw-extrabold{font-weight: 900 !important;}


.btn{
  	padding: 10px !important;
}
.btn-primary.plan-choose{border-radius: 8px !important;}

.btn-primary {
    background: linear-gradient(to right, #008FFF 0%, #006BBF 100%);
    color: var(--white) !important;
    border-color: var(--primary) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
	min-width: 170px;
	border-radius: 12px !important;
}
.btn-outline-primary {
	border-color: var(--primary) !important;
	color: var(--gray-dark) !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 8px !important;
}
.btn-outline{color: var(--primary) !important;
border: none !important;
}


.btn_alignbox{
	display: flex;
	justify-content: end;
	gap: 10px;
}


.payment-innerbox{
    border: 1px solid var(--border-color);
	padding: 20px;
	border-radius: 12px;
	text-align: center;
}

.payment-innerbox img{
	height: auto;
	width: 110px;
	background: #E7F4FF;
	padding: 20px;
	border-radius: 30px;
}
.card {
	position: relative;
	overflow: hidden;
}
.card-body {
	position: relative;
	z-index: 1; 
	background: white;
	border-radius: 10px;
}

.wrapper-container.bg-container h1{color: var(--white) !important;}

.wrapper-container.bg-container{
	background: url('../images/blocks_bg.png') no-repeat;
	background-position: top;
	background-size: cover;
	height: 100%;
  	width: 100%;
}
.wrapper-container.bg-container.all-plans-container{
	background-size: cover;
}

.card-inner{
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	overflow: hidden;
	background: var(--white);
	padding: 1.3rem;
}

.exprd-tag{
	padding: 8px 15px;
	background: var(--danger);
	color: var(--white);
	border-radius: 30px;
	font-size: 0.875rem;
	font-weight: 400;
}

hr{border-color: var(--border-color) !important;opacity: .10 !important;}

.plan-box{
	padding: 1rem;
	border: 1px solid var(--border-color);
	border-radius: 14px;
}

.warning-tag{
	display: inline-flex;
  	align-items: center;
	padding: 5px 15px;
	background: var(--warning);
	color: var(--white);
	border-radius: 8px;
	font-size: 0.875rem;
	font-weight: 400;
}
.plan-box{
	background: var(--white);
}

.plan-box h4{margin-bottom: 0px;}

.plan-box h6,.bottom-details h6{
	font-size: 0.875rem !important;
	color: var(--gray-dark);
	margin-bottom: 0px;
}
.plan-box p,.bottom-details p{
	font-size: 1rem !important;
	color: var(--dark);
}

.asterisk{color: var(--danger);}

.bottom-details{
	display: flex;
	align-items: start;
	gap: 5px;
}

.recharge-plans {
	position: relative;
	margin-top: 2rem;
	display: flex;
	height: auto;
	align-items: end;
}

.plans-wrapper{
	min-height: 450px;
}

.plan-card {
	width: 300px; 
    max-width: 100%;
    padding: 15px;
    background: white;
    border-radius: 32px;
    text-align: left;
	border: 1px solid var(--border-color);
}

.highlighted {
	border: none;
    width: 300px;
    max-width: 100%;
    background: linear-gradient(to right, #D2ECFF 0%, #FFFFFF 38%, #C4E5FF 100%);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.plan-divider.selected{background: var(--primary);color: var(--white) !important;}

.plan-divider.selected p{color: var(--white) !important;}

.plan-card.not-highlight p{font-size: 0.75rem !important;}

.not-highlight h2.price{font-size: 1.875rem !important;font-weight: 600 !important;}
.highlighted h2.price{font-size: 2.2rem !important;font-weight: 600 !important;}

.plan-card-inner{
	border: 1px solid var(--border-color);
	border-radius: 12px;
}
.plan-card-inner p{
	font-weight: 500;
	margin-bottom: 0px !important;
	
}



.plan-divider{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.plan-divider p{
	margin: 0px 10px !important;
	padding: 10px 0px;
	width: 100%;
	border-bottom: 1px solid;
}
.plan-card.not-highlight .plan-divider p{
	border-color: var(--border-color);
}
.plan-card.highlighted .plan-card-inner,.plan-card.highlighted .plan-divider p{
	border-color: #C7E6FF;
}
.plan-divider.selected p{
	border-bottom: none !important;
}

.plan-card-inner .plan-divider:last-child p{border-bottom: none !important;}

.plan-card-inner.choose-plan .plan-divider{
	border-bottom: 1px solid var(--border-color);
}
.plan-card-inner.choose-plan .plan-divider:last-child{
	border-bottom: none;
}

.plan-card-inner.choose-plan .plan-divider p{border-bottom: none !important;width: auto !important;}

.plan-card-inner.choose-plan .plan-divider:last-child p{border-bottom: none !important}

.list-group{gap: 10px;}

.list-group-item{
	border: 1px solid var(--border-color);
	padding: 10px;
	border-radius: 12px !important;
	padding: 1rem !important;
}
.list-group-item + .list-group-item {
	border-top-width: 1px !important;
}

.amount-savings {
	background: #E7F4FF;
	padding: 20px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.group-info{text-align: end;}

.amount-savings img{width: 40px;}

.btn-outline-primary:hover ,.btn-outline-primary:focus-within{
	color: #fff !important;
}

.image-outer {
	border: 2px solid var(--primary);
	background: var(--white);
	display: inline-block;
	border-radius: 50%;
	padding: 5px;
}

.image-outer img{
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

.payment-inner img{width: 40px;}
.payment-inner{display: flex;
align-items: center;
gap: 10px;
}

img.bar-code{width: 30px;height: 30px;}

.contact-wrapper{
	background: url('../images/contact-bg.png') no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
  	width: 100%;
}
.white{color: var(--white) !important;}


 /*---- 16/25 ----*/

.wp-webview .bg-container{
	height: 140px;
}

.card-inner.content-box{
	border-radius: 0px;
}
.header-img{
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,45%);
	width: 150px;
	height: 150px;
	object-fit: contain;
	z-index: 9;
}
.wp-webview{position: relative;}
.head-top{margin-top: 80px;}
.dotted-info{
	border: 2px dashed var(--warning);
	border-radius: 12px;
	padding: 10px;
}
.dotted-info img{
	max-width: 45px;
}
.warning{
	color: var(--warning) !important;
}
.prize-container,.box-container{
	border: 1px solid var(--border-color);
	border-radius: 12px;
	padding: 10px;
}
.box-container img{
	max-width: 30px;
}
.prize-container .prize-inner{
margin-bottom: 10px;
}
.prize-container .prize-inner:last-child{
	margin-bottom: 0px;
}

.prize-tab{
	background: var(--bg-light);
	border-radius: 20px
}
.prize-tab .nav-link.active,.prize-tab .nav-link.active:focus{
	background: linear-gradient(to right, #008FFF 0%, #006BBF 100%) !important;
	border-radius: 20px !important;
	color: var(--white) !important;
	box-shadow: none !important;
	transition: all 0.3s ease;
}
.prize-tab .nav-link{
	color: var(--gray-dark) !important;
	border-radius: 20px !important;
	transition: all 0.3s ease;
	box-shadow: none !important;
}
.primary-border{border-bottom: 2px solid var(--primary);}

.accodion-container .accordion-button:not(.collapsed),.accordion-button:not(.collapsed){
	color: var(--dark) !important;
	background-color: var(--white) !important;
	box-shadow: none !important;
}
.accordion-button:focus {
	z-index: 3;
	border-color: var(--border-color) !important;
	outline:0;
	box-shadow: none !important;
}
.accordion-container .accordion-item{
	border: 1px solid var(--light) !important;
	border-radius: 12px !important;
	margin-bottom: 10px;
	overflow: hidden;
}
.accordion-container .accordion-flush .accordion-item:last-child{
	margin-bottom: 0px;
}
.accordion-button::after{
	background-image: url(../images/arrow-right.png) !important;
}

.accordion-container .accordion-flush .accordion-item .accordion-button{
	font-size: 1rem !important;
	font-weight: 500;
	padding: 15px !important;
}

.accordion-body{
	color: var(--gray-dark) !important;
	font-weight: 400 !important;
	font-size: 0.875rem !important;
	padding: 15px !important;
}

.accordion-container h4{
	font-size: 1.2rem !important;
}
.terms-head{
	display: block;
	place-content: center;
	text-align: center;
	height: 100%;
}
.scroller-container{
	height: 400px;
  	overflow:scroll;
  	padding:10px;
	border: 1px solid var(--light);
	border-radius: 12px;
}
.scroller-container ul li {
	list-style-type: none;
	font-size: 0.875rem !important;
}
/* .terms-inner > li{
	margin: 10px 0px;
} */
.scroller-container ul{
	padding: 0px !important;
}
.terms-inner h6{
	font-size: 0.875rem !important;
	margin: 15px 0px;
	font-weight: 600 !important;
}
.form-check-label{
	font-size: 1rem !important;
}


::-webkit-scrollbar {
	width: 8px; 
  }
  
  ::-webkit-scrollbar-track {
	background: #f0f0f0; 
	border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
	background-color: #008FFF;
	border-radius: 10px;      
	border: 2px solid transparent; 
	background-clip: content-box;
  }
  
  ::-webkit-scrollbar-thumb:hover {
	background-color: #008FFF; 
  }
  * {
	scrollbar-width: thin;
	scrollbar-color: #008FFF #f0f0f0; 
  }

/* 02/05 */

.list-group-item p{
	margin-bottom: 0px !important;
}
.info-tag{
	padding: 5px 10px;
	background: var(--light-primary);
	color: var(--primary);
	border-radius: 30px;
	font-size: 0.675rem;
	font-weight: 400;
}
.list-group-item a.primary{
	line-height: 0px;
}
.personal-cover img{
	width: 100%;
	max-height: 350px;
	object-fit: cover;	
}
.website-box{margin-top: -120px;}
.website-box .image-outer{border: none;}
.user-logo{width: 80px;height: 80px !important;object-fit: cover;}
.border-start{border-left: 1px solid var(--border-color);}
.award-info{
	background: linear-gradient(to right, #008FFF 0%, #006BBF 100%) !important;
	color: #fff;
	font-size: 0.815rem;
	padding: 10px 30px 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
	margin-bottom: 15px;
	text-align: start;
}
.award-info:before{
	content: '';
	position: absolute;
	top: -10px;
  	right: -35px;
	background-image: url(../images/tag.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-size: cover;
	height: 85px;
	width: 85px;
	
}
.award-info p{font-size: 0.815rem !important;color: var(--white);}
.plan-card-inner.deatils-box .plan-divider p:first-child{
	min-width: 130px;
}
.phn-no{
	text-wrap: balance;
}
.phn-no .phone{
	white-space: nowrap;
}
.plan-card-inner.deatils-box .plan-divider p:last-child{
	text-align: end;
	word-break: break-word;
	overflow-wrap: anywhere;
}
.plan-card-inner.deatils-box .plan-divider {
	text-align: start;
	align-items: start;
}
.pro-box{
	background: #F0F8FF;
	border-radius: 6px;
	padding: 15px;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	gap: 10px;
}
.pro-box p{
	font-size: 0.8rem !important;
}

.pro-box img{
	width: 35px;
	height: 35px;
	object-fit: contain;
}
.sub-text{
	color: var(--primary);
}
form label{
	color: #b5b3b3;
	font-size: 14px;
	font-weight: 300;
}
form input,
form select{
	height: 47px;
	border-radius: 9px !important;
	border: 1px solid #e7e7e7;
}
.bg-footer {
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 312px;
  }
.bg-footer h5{
	margin-top: 100px;
	color: #fff;
	font-size: 26px;line-height: 30px;
}
.bg-footer p{
	font-size: 12px !important;
	line-height: 16px !important;
	color: #fff;
	font-weight: 300;
}
.bg-footer img.img-fotr{
	position: absolute;
	width: auto;
	height: 275px;
	right: 0px;
	padding: 0;
	bottom: 0;
}
.copy-right {
	color: #fff;
	background: #000;
	text-align: center;
	padding: 16px 0px;
}
.copy-right p{
color: #fff;
  font-size: 15px !important;
}

/*--- end ---*/

@media (max-width: 991.98px) { 

	.plan-card{width: 400px;}
	.plan-card.highlighted {
		margin-left: -20%;
	  }
 }

 @media (max-width: 575.98px) { 
	.bg-footer h5 {
		margin-top: 80px;
	}
	.bg-footer {
		height: 280px;
	  }
	.plan-card.highlighted {
		margin-left: -20%;
		width: 900px !important;
	  }
	  .plan-card.not-highlight p {
		font-size: 0.75rem !important;
	}
	.plan-card.highlighted p{
		font-size: 0.875rem !important;
	}
	.plan-card.not-highlight{
			width: 530px;
	}
	.card-inner {
		padding: .75rem;
	  }

	  .plan-box h6, .bottom-details h6 {
		font-size: 0.75rem !important;
	  }
	  .plan-box p, .bottom-details p {
		font-size: 0.875rem !important;
	  }
	  .plan-box {
		padding: 0.75rem;
	  }

	  h2 {
		font-size: 1.6rem !important;
	  }
	  h6 {
		font-size: 0.915rem !important;
	  }
	  .payment-inner h5{
		font-size: 1.2rem !important;
	  }
	  p {
		font-size: 0.875rem !important;
	  }

	  .personal-info h3{font-size: 2rem;font-weight: 600 !important;}
  }

  @media (max-width:400px){

	.plan-card {
		padding: 10px;
		border-radius: 20px;
	}
	.plan-card.highlighted {
		width: 700px !important;
	}
	.plan-divider p{
		font-size: 13px !important;
	}
	.plan-divider p {
		margin: 0px 5px !important;
	}
	h4.title{
		font-size: 21px;
	}
  }

@media (max-width:380px){
	.bg-footer img.img-fotr {
		height: 243px;
	}
	.bg-footer h5 {
		line-height: 25px;
		font-size: 22px;
		}
		.bg-footer p {
		font-size: 11px !important;
		line-height: 14px !important;
		}
		.bg-footer {
			height: 260px;
		}
		.bg-footer h5 {
			margin-top: 65px;
		}
		.bg-footer img.img-fotr {
			height: 250px;
		  } 
}