@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: 'Poppins', sans-serif;
	background: var(--white-color);
	font-size:var(--clamp16);
	color: var(--block-color);
}

:root{

	/* colors*/
	--logo-color:#743b30;
	--secondry-color:#535353;
	--light-color: #f3fffb;
	--dark-color:#e8e8e8;
	--link-color:#743b30;
	--white-color:#fff;
	--black-color:#000;
	--yellow-color:#fa9712;

	/* fonts*/

	--clamp12: clamp(10px, 0.625vw, 12px);
	--clamp14: clamp(12px, 0.72916vw, 14px);
	--clamp16: clamp(14px, 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(25px,2.083vw, 40px);
	--clamp60: clamp(25px, 3.125vw, 60px);
	--clamp78: clamp(30px, 4.0625vw, 78px);
	

}
a{
	color:var(--logo-color); text-decoration: none;
}
a:hover{
	color:var(--logo-color);
}
h1{
	font-size:var(--clamp36);
	font-weight:700;
	color: var(--logo-color);
	margin-bottom:10px;
}
h2{
	font-size:var(--clamp36);
	color: var(--logo-color);
	font-weight:700;
	margin-bottom: 20px;
}
h3{
	font-size: var(--clamp30);
	font-weight:700;
	margin-bottom:20px;
	color: var(--logo-color);
}
h4{
	font-size:var(--clamp24);
	color: var(--logo-color);
	font-weight:700;
	margin-bottom: 20px;
	color: var(--logo-color);
	
}
h5{
	color: var(--logo-color);
	font-weight:700;
	font-size:var(--clamp24);
	margin-bottom:10px;
	margin-top:30px;
	
}
.pr-100{ padding-right: 100px!important;}
ul{ padding: 0px; margin: 0px 0px 0px 0px;}
ul li{ list-style: none; font-size: var(--clamp16); padding: 0px 0px 20px 20px; position: relative;}
ul li:before{ position: absolute; width: 8px; height: 8px; border-radius: 50%; top:6px; left: 0px; content: ""; background: var(--black-color);}
.secondry-color{ color: var(--secondry-color);}
.logo-color{ color: var(--logo-color);}
.p-10{ padding: 0px 5%;}
.pl{ padding: 0px 0px 0px 5%;}
/*******************************/
/* .container{ max-width:1400px;} */
.header{
	background:var(--white-color);

}
.header-inner{display: flex; align-items:center;  justify-content: space-between;}

.logo{ padding:20px 0px;}
.logo img{ max-width:230px;}
.nav{ padding-bottom:0px;}
.nav-link{ color: var(--logo-color); 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:before{ display: none;}

.nav-pills li:last-child:after {
	display: none;
}

.intro-1{  background:url(../img/bg.jpg) no-repeat top center; background-size: cover;
	
	padding:40px 0px;
}
.intro-1 ul li{ list-style: inside disc; }
.intro-1 h1{ color: var(--white-color); }
.intro-1 h5{ font-weight:600; margin-bottom:20px; color: var(--black-color);}

.intro-2{ 
	padding:60px 0px 40px ;
}
.r_box{ background: var(--dark-color); padding: 30px 40px 10px ; text-align: center; height: 100%; box-shadow: 0px 5px 5px rgba(0,0,0,.5);}

.intro-2 .form-control{ padding:19px 20px; font-size: 20px; border-radius: 7px;}
select.form-select{     background: url(../img/arrow.JPG) no-repeat 92% 13px #fff;
    background-size: auto 12px;
}
.get-started{ text-align: center;padding:0px; max-width: 900px; margin:  0px auto;}
.get-started a{ background:var(--logo-color); padding: 20px 50px; display:inline-block; align-items: center; justify-content: center; font-weight:700; color: var(--white-color); font-size:18px; border-radius:30px;}
.get-started a:hover{ background: var(--secondry-color)}
.get-content h2{ color: var(--logo-color); font-size: var(--clamp48);}
.what-we ul { padding-bottom: 20px;}
.what-we ul li{ color: var(--black-color); position: relative; padding-left:30px;}
.what-we ul li i{ color:var(--logo-color); padding-right: 10px; position: absolute; left: 0px; top:2px;}

.intro-2 ul li{ padding-left: 30px;}
.intro-2 ul li:before{ background: url(../img/button1.png) no-repeat top left; top:0px; width: 20px; height: 20px;}





.form-bg h4{ color:var(--logo-color); margin-bottom:5px; margin-top:0px;} 
.intro-3{ padding: 40px 0px; background: var(--logo-color);}
.intro-3 img{ border-radius: 20px; width: 100%;}
.intro-3 h3,.intro-3 p,.intro-3 h4{ color: #fff;}

.intro-4{ padding:40px 0px 20px; text-align: center; }
.intro-4 h3{ color: var(--logo-color);}
.intro-4 h4{ color: var(--black-color);}
.intro-4 ul { padding-bottom: 20px;}
.intro-4 ul li{ color: var(--black-color); position: relative; padding-left: 30px; padding-bottom: 20px;}
.intro-4 ul li i{ color:var(--secondry-color); padding-right: 10px; position: absolute; left: 0px; top:2px; font-size: 20px;}
.r-img{ padding-right: 40px; width: 100%;}

.intro-5{padding: 60px 0px 40px; background: var(--logo-color);}
.intro-5 h3,.intro-5 p{color: #fff;}
.intro-5 .left{ border-right: 1px solid #fff; padding-left: 5%;}
.intro-5 .right{ padding-left: 5%;}




.intro-6{ padding:40px 0px 20px; background: url(../img/image3.jpg) no-repeat right 50px; min-height: 400px;}

.pr-100{ padding-right: 100px;}
.b-inner{
	background: var(--white-color);
    border-radius: 50%;
    padding:45px 73px 20px;
    height: 280px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;   
    margin: 0px 40px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0 ,.2);
}
.b-inner .b-img{  width: 100%; height: 100px; display: flex; align-items: center; justify-content: center;}


.intro-6 h3{  color:var(--logo-color);  }
.intro-6 h4{  color: var(--black-color); text-align: center;}
.intro-6 h5{  color: var(--black-color); margin-top: 0px; margin-bottom: 20px; min-height: 44px;}
.pt-100{ padding-top: 90px;}
.pt-50{ padding-top:50px;}

.intro-7{padding:60px 0px 40px; background: var(--logo-color); text-align: center;}
.intro-7 h3,.intro-7 p{ color: var(--white-color);}

.intro-7 ul li{ padding-left:35px;}
.intro-7 ul li:before{ background: url(../img/button2.png) no-repeat top left; top:0px; width: 29px; height: 29px;}


	.intro-8{ padding:40px 0px 20px;}
	.intro-8 h3{color: var(--secondry-color);}
	.intro-8 h5{ color: var(--black-color);  font-weight: 500; margin: 0px 0px 20px;}
	
	.intro-8 ul li{ padding-left:30px;}
.intro-8 ul li:before{ background: url(../img/button1.png) no-repeat top left; top:0px; width: 20px; height: 20px;}
.bor{ border-right: 2px solid #000;}
.intro-9{ padding: 40px 0px 20px; text-align: center; background: var(--light-color);}
.prt{ padding-top: 20px; margin-bottom: 0px; color: var(--logo-color); font-size: var(--clamp24); font-weight: 600;}
.intro-10{ text-align: center; padding:60px 0px 0px;}
.intro-10 h4{ color: var(--logo-color); margin: 0px; font-weight: 600;}

.footer{
	background: var(--logo-color);
	padding: 20px 0px; position: relative;
}
.footer img{ position: absolute; top: 0px; left: 0px;}
.footer .nav-pills li:after{border:1px solid #fff;}
.footer li a{ color:#fff;}
.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{ display: 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(--logo-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,.form-select{padding:10px 20px; font-size: 16px; border:0px solid var(--logo-color);border:1px solid rgba(0, 0, 0 ,.2);}
.form-control{ padding:10px 20px;}
h5.modal-title{ margin-top: 0px;}
.inner-ul h3{ margin-bottom: 10px; margin-top: 30px;}
.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;}

.scrore{ display: flex; align-items: center;  padding-right:30px;}
.f-bottom{ padding:0px 0px;}
.submitbtn {
    background:var(--logo-color);
    font-size: 18px;
    font-weight: 500;
    border-radius: 2px;
    border: 0;
    padding:8px 40px;
      color: var(--white-color);
    width: auto;
    margin-top: 10px;display: inline-block;
	margin: 0 auto;

}
.submitbtn:hover{ background:var(--secondry-color);}

.form-check-input {
    min-width:25px;
    height:25px;
    margin-top: 2px;
    margin-right:10px;
}
.form-check-input[type=radio]{ margin-right: 0px;}
.form-check-label{ color: var(--white-color);}
/* .invalid-feedback,.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label{color:var(--yellow-color);} */

.wbg{ background: rgb(255, 255, 255,.8); border-radius: 10px; padding:20px 20px;}

.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(--logo-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: var(--secondry-color);}
.fire{ width:15px; margin: 0px 15px 0px 0px;}
.footer .nav{ padding-bottom: 0px;}
.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; margin-bottom: 0px;}
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;}

.pull-left{     display: flex;
    margin-bottom: 0px;
    color: #000;
    height: 35px;
    align-items: center;
    padding-top: 4px;}
.pull-left span{ width:auto; padding-right: 15px;}
.scrore{ margin-bottom:0px; display: flex; height: 100%;}
.scrore.last{ margin-bottom: 0px;}
.be-img{ width: 100%; height:110px; display: flex; align-items: center; justify-content: center;}

.inner-ul{ padding-bottom: 20px;}

.inner-ul h4{ margin:30px 0px 10px; font-size: var(--clamp24);}
.inner-ul ol{
	font-size: var(--clamp16); padding-bottom: 10px; padding: 0px; margin: 0px 0px 20px;
}
.inner-ul ol li{
	font-size: var(--clamp16); padding-bottom: 10px; list-style: inside decimal;
}
.inner-ul p a{ font-weight: 500;}
.intro-10{ margin-bottom: 20px;}

.contact-info{ background:var(--dark-color);	
	position: relative; min-height:560px; text-align: center;
	  padding: 100px 0px 20px;}
	  .contact-info h1{ font-size: var(--clamp60); color: var(--logo-color);}
.contact-info img{ float:right;}
.contact-info p{ font-size:var(--clamp24); color:#000;}
.contact-info p strong{ color: var(--link-color);}
.contact-info p a{ color: var(--link-color); font-weight: 600; }
.contact-info h2{ position: absolute; font-weight:600; bottom: 0px; left: 0px; font-size: var(--clamp24); color:var(--logo-color); text-align: center; width: 100%;}

@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;}
}
