@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
body{
	margin:0;
	padding:0;
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	background: var(--white-color);
	font-size:var(--clamp16);
	color: var(--block-color);
}

:root{

	/* colors*/
	--logo-color:#fff;
	--secondry-color:#545454;
	--light-color: #EB7575;
	--dark-color:#edecf4;
	--white-color:#fff;
	--black-color:#000;
	--yellow-color:#fa9712;

	/* fonts*/

	--clamp12: clamp(10px, 0.625vw, 12px);
	--clamp14: clamp(12px, 0.72916vw, 14px);
	--clamp16: clamp(22px, 0.8333vw, 16px);
	--clamp18: clamp(14px, 0.9375vw, 18px);
	--clamp24: clamp(16px, 1.25vw, 24px);
	--clamp26: clamp(20px, 1.3541vw, 26px);
	--clamp28: clamp(22px, 1.4583vw, 28px);
	--clamp30: clamp(20px, 1.5625vw, 30px);
	--clamp36: clamp(25px, 1.875vw, 36px);
	--clamp40: clamp(30px,2.083vw, 60px);
	--clamp60: clamp(25px, 3.125vw, 60px);
	--clamp78: clamp(30px, 4.0625vw, 78px);
	

}
a{
	color:var(--logo-color); text-decoration: none;
}
a:hover{
	color:var(--secondry-color);
}
h1{
	font-size:35px;
	font-weight:600;
	color: var(--secondry-color);
	margin-bottom: 20px;
}
h2{
	font-size:var(--clamp30);
	color: var(--secondry-color);
	font-weight:600;
	margin-bottom: -40px;
}
h3{
	font-size: var(--clamp30);
	font-weight:600;
	margin-bottom:20px;
	color: var(--logo-color);
}
h4{
	font-size:22px;
	color: var(--logo-color);
	font-weight:600;
	margin-bottom: 20px;
	line-height:1.4em;
	color: var(--logo-color);
	
}
h5{
	color: var(--logo-color);
	font-weight:600;
	font-size:var(--clamp24);
	margin-bottom:10px;
	margin-top:30px;
	
}
.pr-100{ padding-right: 100px!important;}
ul{ padding: 0px; margin: 0px;}
li{ list-style: none; font-size: var(--clamp16); padding-bottom: 10px;}
.secondry-color{ color: var(--secondry-color);}
.footer-color{ color: var(--footer-color);}
.logo-color{ color: var(--logo-color);}
/*******************************/
/* .container{ max-width:1400px;} */
.header{
	background:var(--white-color);

}
.header-inner{display: flex; align-items: flex-end;  justify-content: space-between;}

.logo{ padding:20px 0px;}
.logo img{ max-width:280px;}
.nav{ padding-bottom: 45px;}
.nav-link{ color: #EB7575; padding: 0px; font: var(--clamp16); font-weight: 500;}
.nav-link:active, .nav-link:focus, .nav-link:hover{color:var(--secondry-color);}
.nav-item {	padding: 0 20px;}
.nav-item:last-child {	padding-right:0 ;}
.nav-item:first-child {	padding-left:0 ;}
.nav-pills li{ position: relative;}
.nav-pills .nav-link.active{color:var(--secondry-color); background: none;}
.nav-pills li:after {
    content: "";
    position: absolute;
    z-index: 1;
    border-right: 1px solid var(--logo-color);
    display: block;
    top: 6px;
    right: 0%;
    height: 12px;
}

.nav-pills li:last-child:after {
	border-right:0;
}

.intro-1{ 
	padding:40px 0px;
}
.intro-1 h1{ color: var(--logo-color); }
.intro-5 h2,.intro-1 h2{ font-weight: 400; margin-bottom: 0; color: var(--black-color);}

.intro-2{ 
	background:var(--light-color);
	padding: 40px 0px;min-height:470px; position: relative;
}
.t-img{ position: relative;}
.intro-2 .img{ max-width:95%; position: absolute; bottom:11px;height:400px;margin-left:-50px;}
.intro-2 h3{ color: var(--logo-color);}
.intro-2 .form-control{ padding:19px 20px; font-size: 20px; border-radius: 7px;}
select.form-control{ background: url(../img/arrow.JPG) no-repeat 96% 25px #fff; }
.get-started{ text-align: center;padding:0 0 20px 0px; max-width: 900px; margin:  0px auto;}
.get-started a{ background:#EB7575;height:70px; display: flex; align-items: center; justify-content: center; font-weight:700; color: var(--white-color); font-size:18px; border-radius:6px;}
.get-started a:hover{ background: #EB7575;}
.get-content h2{ color: var(--logo-color); font-size: var(--clamp48);}

.why-should{
	background: var(--white-color);
	padding: 20px 20px 5px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.why-should ul li{
	padding: 0px 0px 20px 40px ; background: url(../../assets/img/bullet.png) no-repeat left 0px;
}
.alignright{     float: right; max-width: 100%;}

.what-we ul { padding-bottom: 20px;}
.what-we ul li{ color: var(--black-color); position: relative; padding-left: 26px;}
.what-we ul li i{ color:var(--logo-color); padding-right: 10px; position: absolute; left: 0px; top:2px;}

.intro-3{ padding:30px 0px 30px; background: var(--dark-color);}
.intro-3 h3{ color: var(--logo-color);}
.intro-3 ul li{ display: flex;align-items: center; padding-bottom:20px;}
.intro-3 ul li i{ color: #EB7575; margin-right: 10px; font-size: 18px;}
.intro-3 img{ width: 500px;height: 300px;}

.intro-4{ padding: 40px 0px;}
.intro-4 h5{ font-weight: 500; color: var(--black-color);}

.intro-5{ padding: 40px 0px 10px; text-align: center;padding-bottom:50px;}
.intro-5 h3{ color: var(--secondry-color);} 
.intro-5 p{ font-weight: 500;}
.intro-5 p strong{ font-weight:600; color: var(--secondry-color);}
.hold-img{ height: 99px; margin-bottom: 20px; display: flex; align-items: flex-end; justify-content: center;}
.hold-img img{ max-width: 99%; }


.intro-6{ padding: 40px 0px;}
.intro-6 h3{color:var(--logo-color); text-align: center; margin-bottom:10px;}
.intro-6 h3 span{ padding:8px 50px; background: var(--light-color);}
.intro-6 {background: var(--dark-color)};
.intro-6 h5{ font-weight: 500; color: var(--black-color); margin-top: 0px;}
.light-color{ background: var(--light-color); padding: 20px 0px 5px; margin-bottom: 30px;}
.intro-6 ul li{
	padding: 0px 0px 20px 40px ; background: url(../../assets/img/bullet.png) no-repeat left 0px;
}
.intro-7{
	background: #545454; position: relative;
}
.intro-7 h5{ color: var(--black-color); font-size: var(--clamp18); font-weight: 500;}

.intro-7 .b-img img{max-width: 100%; position: absolute; bottom: 0px;}
.benefits{ padding:40px 0px;}

.intro-8{ padding:40px 0px 10px;}
.intro-8 h2{ font-weight:400; color: var(--logo-color); font-size:var(--clamp40);}

.footer{
	background: #545454;
	padding:15px 0px;
}
.footer li a{ color:#EB7575;}
.footer { color:#EB7575;}
.inner-footer{ padding: 20px 0px; background: var(--white-color);}
.inner-footer li a{color: var(--block-color);}
.inner-footer li a:hover{ color: var(--logo-color);}
.inner-footer .nav-pills li:after { border:1px solid rgba(0,0,0,.5)}
.inner-footer .nav-pills li:last-child:after{ border: none;}

.age-btn{ background: url(../img/Circle_age.png) no-repeat center center; width: 150px; height: 150px; border-radius: 50%; display: flex; align-items: center; font-size: var(--clamp30); font-weight: 700; color: var(--secondry-color); justify-content: center; margin: 10px;}

.ranking-btn{
	width: 150px; height: 200px; border-radius: 30px; display: flex; align-items: center; justify-content: center; background: var(--secondry-color); padding: 20px; flex-direction: column; margin: 10px 20px;
}
.ranking-btn img{ margin-bottom:20px;}
.ranking-btn h4{ color: var(--white-color); margin-bottom: 5px;}
.ranking-btn p{ color: var(--white-color); margin-bottom: 0px;}

.body-content{
	padding: 30px 0px;
}
.body-content ul { padding-left:30px;}
.body-content ul li{
	list-style: disc;
}
.mt-150{ margin-top: 150px;}
.step-form .form-control{padding:10px 20px; font-size: 16px; border:1px solid var(--secondry-color)}
.form-control{ padding:23px 20px;}
h5.modal-title{ margin-top: 0px;}
.inner-ul h3{ margin-bottom: 10px; margin-top: 30px;}
.inner-ul h2,h3,h4,a{ color:#EB7575;}
.inner-ul h2{font-size:30px;}
.inner-ul p{text-align:justify;}

.contact{ position: relative; min-height:550px; display: flex; align-items: center;}
.contact img{ position: absolute; left: 0px; bottom: 0px; max-width: 300px;}
.contact p{ font-size:var(--clamp18);}
.contact h2{ font-size:var(--clamp30); position: absolute; bottom: 0px;}

.submitbtn {
    background:var(--secondry-color);
    font-size: 22px;
    font-weight: 500;
    border-radius: 2px;
    border: 0;
    padding:15px 40px;
    text-transform: uppercase;
    color: var(--white-color);
    width: auto;
    margin-top: 10px;display: inline-block;
	margin: 0 auto;
	border-radius: 7px;
}

.form-check-input {
    width: 80px;
    height: 20px;
    margin-top: -2px;
    margin-right: 5px;
}
.form-check-label{ color: var(--black-color);}
/* .invalid-feedback,.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label{color:var(--yellow-color);} */

.btn-primary{ background: var(--logo-color); border:1px solid var(--logo-color)}
.card-img{ max-width: 310px; margin: 0 auto; display: block;}
.range{ padding-bottom: 30px;}
.range .form-control{ max-width: 900px; margin: 0 auto;font-size:var(--clamp24); text-align: center;font-weight:600;}
.range ul{ display: flex; max-width: 900px; align-items: center; justify-content: center; margin: 0 auto;}
.range ul li{ text-align: center; background: var(--white-color); color: var(--logo-color); font-weight: 600; font-size:var(--clamp24); text-align: center; padding: 10px 20px; display: block; width: 100%; border-radius: 5px;}

.range2{ padding-bottom: 30px;}
.range2 ul{ display: flex; align-items: center; justify-content: center; width: 100%;}
.range2 ul li{ text-align: center; background: var(--secondry-color); color: var(--white-color); font-weight: 600; font-size:var(--clamp24); text-align: center; padding: 10px 20px; margin: 0px 20px; border-radius: 5px;}
.range2 ul li a{ color: #fff;}
.range2 ul li:hover{ background: #545454;}
.fire{ width:15px; margin: 0px 15px 0px 0px;}
.footer .nav{ padding-bottom: 0px;}
.footer p {font-size:16px;}
.inner-footer .nav{ padding-bottom: 0px;}
.range .form-control{ max-width: 900px; margin: 0 auto;font-size:var(--clamp24); text-align: center;font-weight:600;}
.gobtn{ padding:15px 50px; height: inherit!important;}

p.list{ padding:0px 0px 10px 60px; padding-top: 5px; position: relative;}
p.list span{ position: absolute; top:50%; transform: translateY(-50%); left: 0px; width:40px; height:40px; border-radius: 50%; color: var(--white-color); display: flex; align-items: center; justify-content: center; font-weight:400; background: var(--logo-color); font-size:16px;}

p.list2{ padding:0px 0px 10px 30px; padding-top: 5px; position: relative;}
p.list2 span{ position: absolute; top:5px; left: 0px; width:20px; height:20px; border-radius: 50%; color: var(--white-color); display: flex; align-items: center; justify-content: center; font-weight:400; background: var(--logo-color); font-size:12px;}


@media screen and (max-width:991px) {
	.logo{
		padding: 20px;
	}
	.logo img{ max-width: 150px;}
}

@media screen and (max-width:767px) {
.header{ padding: 20px 0px;}
.logo{ width: 100%; text-align: center; max-width: inherit; margin-bottom: 20px;}
.nav{ width: 100%; align-items: center; justify-content: center;}
.nav-item{ padding: 0px 10px;}
.intro-1 h1 br{  display: none;}
}
/*---------------------------------------------------------------
Modal
----------------------------------------------------------------*/
.modal-content {
	border-radius: 0 !important;
}

.modal-header {
	border-radius: 0;
	background: #EB7575;
	color: white;
}

.btn-close {
	background: #EB7575;
	font-size: 19px;
	color: white;
	opacity: 1;
	font-weight: 400;
	height: inherit !important;
}
.modal-title {
  color: white;
}

.btn-close:focus {
	box-shadow: none !important;
}

.modal-footer {
	border-top: 0 !important;
	text-align: center;
	margin:auto;
	padding-bottom: 40px;
  
}

.modal-body {
	text-align: center;
	color: #000;
	font-size: 18px;
	padding: 30px 0;
	font-weight: 500;
}

.modal-dialog {
	margin: 15% auto;
}


.modal .modal-footer button[type=button] {
  background: #EB7575;
   color: #fff;
   border-color: white;
  
}
