/*/////header///*/

.hidden{
	display: none;
}
.show-lg{
	display: none;
}
.show-xl{
	display: none;
}
.show-md{
	display: none;
}
.mybtn a:hover{
	 transform: scale3d(1.05, 1.05, 1.05) !important;
}
.img-responsive{
	display: inline-block;
	max-width: 100%;
}
html{
	max-width: unset !important;
}
body{
	font-family: 'Poppins', sans-serif !important;
	background: #fff;
	max-width: unset !important;
	color: #000;
}
#header-section{
	padding: 10px 0px;
}
.head-flex{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 12px;
}
.head-flex1{
	margin-right: 10px;
}
.head-flex2{
	font-size: 20px;
	font-weight: 500;
	color: #72d300;
	line-height: 23px;
}
.head-flex2 a{
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	color: #000;
}
/*///end header///*/

/*////home///*/
#first-section {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  padding: 3em 0px 1em;
  min-height: 730px;
}

.lh-1 {
  line-height: 1;
}

.gold {
  color: #d9b280;
}

.white, .btn.white:hover {
  color: #ffffff;
}

.uppercase {
  text-transform: uppercase;
}

.blue {
  color: #1b5e96;
}

a.gold:hover {
  color: #d9b280;
}


.circleSteps {
  border-radius: 50%;
  background-color: #ffffff8c;
  height: 20px;
  width: 20px;
  max-width: unset;
  padding: 0px;
  display: flex;
  cursor: pointer;
}

.circleSteps.active, .divider.active {
  background-color: #fff !important;
}

.bold {
  font-weight: 700;
}

.padded {
  padding-top: 80px;
  padding-bottom: 80px;
}

.btn {
  padding: 6px 12px;
  /*border-radius: 2rem;*/
  font-weight: 400;
  text-transform: uppercase;
}

.btn-secondary, .btn-secondary:hover {
  color: #ffffff;
}

.steps {
  /*border-radius: 25px;*/
  overflow: hidden;
  max-width: 900px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
.steps .whitebg {
  padding: 50px 40px;
}
.steps .whitebg .price {
  position: absolute;
  left: -45px;
  text-align: left;
  top: -20px;
}
.steps .whitebg #staticEmail:focus {
  outline: 0;
}
.steps .whitebg .form-control-plaintext {
  display: inline-block;
}
.steps .whitebg input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
.steps .whitebg input[type=range]:focus {
  outline: none;
}
.steps .whitebg input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: none;
  background: #d9b280;
  border-radius: 5px;
  border: 0.2px solid #d9b280;
}
.steps .whitebg input[type=range]::-webkit-slider-thumb {
  box-shadow: none;
  border: 1px solid #286ea8;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #1b5e96;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
.steps .whitebg input[type=range]:focus::-webkit-slider-runnable-track {
  background: #d9b280;
}
.steps .whitebg input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: none;
  background: #d9b280;
  border-radius: 5px;
  border: 0.2px solid #d9b280;
}
.steps .whitebg input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: 1px solid #286ea8;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #1b5e96;
  cursor: pointer;
}
.steps .whitebg input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.steps .whitebg input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #d9b280;
  border-radius: 2.6px;
  box-shadow: none;
}
.steps .whitebg input[type=range]::-ms-fill-upper {
  background: #d9b280;
  border: 0.2px solid #d9b280;
  border-radius: 2.6px;
  box-shadow: none;
}
.steps .whitebg input[type=range]::-ms-thumb {
  box-shadow: none;
  border: 1px solid #286ea8;
  height: 36px;
  width: 16px;
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
}
.steps .whitebg input[type=range]:focus::-ms-fill-lower {
  background: #d9b280;
}
.steps .whitebg input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}
.steps .whitebg .rangeFinder {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.steps .whitebg #staticPrice {
  color: #38484d;
  font-weight: 700;
}
.steps .whitebg .form-control {
  height: calc(3em + 0.75rem + 2px);
  padding: 0.375rem 0.9rem;
  border: 3px solid #f0dfca;
  /*border-radius: 0.6rem;*/
  max-width: 600px;
  margin: auto;
  background: #f2f2f2;
  border-color: transparent;
  border-radius: 0px;
}
.steps .bluebg {
  color: #ffffff;
  background-color: #7ad60f;
  padding: 30px 20px;
}
.steps .bluebg .divider {
  height: 2px;
  background-color: #ffffff8c;
  width: 40px;
}
.mystep-box{
	max-width: 600px;
  	margin: auto;
}
#thankyou h1{
    color: #000;
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 20px;
}
#thankyou h4{
	font-weight: 600;
    color: #000;
}
#thankyou .btn-secondary{
	background: #7ad60f;
    border-color: #7ad60f;
    border-radius: 0px !important;
}
#thankyou .btn-primary{
	background: #13679e;
    border-color: #13679e;
    border-radius: 0px !important;
    min-width: 500px;
}
#thankyou .mywidth{
	max-width: 750px;
    margin: auto;
    font-weight: 400;
}
.tycont{
	padding-top: 5em;
	padding-bottom: 5em;
}
/*///second///*/
.second-title{
	font-size: 20px;
	color: #72d300;
	font-weight: 500;
	margin-bottom: .9em;
}
.second-title1{
	font-size: 26px;
	/*line-height: 35px;*/
	font-weight: bold;
	margin-bottom: .9em;
}
.second-details{
	font-size: 15px;
    /*padding-right: 57px;*/
}
#second-section{
	background-repeat: no-repeat !important;
    background-size: 44% auto !important;
    background-position: right center !important;
    padding: 8em 0px;
}
.second-btn a{
	font-size: 20px;
    color: #fff;
    background: #72d300;
    width: 200px;
    display: inline-block;
    text-align: center;
    padding: 13px 0px;
    margin-top: 2em;
    border:2px solid #72d300;
}
#third-section{
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: right center !important;
    padding: 7em 0px;
    color: #fff;
}
.third-details{
	font-size: 14px;
	line-height: 25px;
	font-weight: 300;
}
.third-title{
	font-size: 40px;
	line-height: 45px;
	margin-bottom: .8em;
}
.third-btn a{
	font-size: 20px;
    color: #fff;
    background: transparent;
    width: 200px;
    display: inline-block;
    text-align: center;
    padding: 13px 0px;
    margin-top: 2em;
    border:2px solid #fff;
}
.forth-title{
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: .7em;
}
.forth-details{
	font-size: 15px;
	font-weight: 300;
}
.forth-img img{
	width: 100%;
	max-width: 416px;
}
.mybr{
	margin-bottom: 2em;
}
#forth-section{
	padding: 5em 0px;
}
.forth-border{
	border-top: 3px solid #72d300;
	margin-bottom: 5em;
	margin-top: 5em;
}
.forth-flex{
	display: flex;
	font-weight: 300;
	font-size: 18px;
}
.forth-flex1{
	margin-right: 46px;
}
.for1{
	min-width: 54px;
}
.for2{
	min-width: 34px;
}
.for3{
	min-width: 52px;
}
#fifth-section{
    background: #f7f7f7;
}
#fifth-section>div{
	background-repeat: no-repeat !important;
    background-size: 50% auto !important;
    background-position: right center !important;
    padding: 6em 0px;
}
#fifth-section .second-title1{
	font-size: 28px;
	max-width: 590px;
}
#fifth-section .second-btn a{
	background: #000;
	border-color: #000;
}
.fifth-box{
	max-width: 685px;
}
#six-section{
	padding: 5em 0px 3em;
}
.six-title{
	font-size: 40px;
	font-weight: 500;
	margin-bottom: .5em;
}
.six-details{
	font-size: 14px;
	margin-bottom: 4em;
}
.six-box img{
	margin:auto;
	border-radius: 100px;
}
.six-title1{
	font-size: 22px;
    font-weight: 700;
    margin-top: 1em;
}
.six-star{
	margin-bottom: 1.5em;
    margin-top: 2px;
}
.six-details1{
	font-size: 14px;
    margin-bottom: 1.9em;
    font-weight: 300;
}
.six-name{
	font-size: 16px;
    font-weight: 500;
}
.six-position{
	font-size: 14px;
}
.six-slick{
	margin-left: -15px;
	margin-right: -15px;
}
.six-box{
	margin: 0px 15px;
	border:1px solid #dddddd;
	padding: 2em 3em;
}
#first-section h4{
	font-size: 26px;
    font-weight: 300;
    margin-bottom: 10px;
}
#first-section h2{
	font-size: 28px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
#first-section .btn{
	font-size: 18px;
	font-weight: 300;
	max-width: 600px;
    display: inline-block;
}
#first-section .btn-secondary{
	font-size: 20px;
    color: #fff;
    background-color: #000 !important;
    width: 200px;
    display: inline-block;
    text-align: center;
    padding: 13px 0px;
    /*margin-top: 2em;*/
    border: 2px solid #000;
}
#first-section .steps select{
	max-width: 600px;
    margin: auto;
    background: #f2f2f2;
    border-color: transparent;
    border-radius: 0px;
}
/*////end home///*/

/*/////fooote////*/
footer{
	background:#13679e;
	padding: 4em 0px;
	color: #fff;
	text-align: center;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #fff;
	font-weight: bold;
}
.footer-ul{
	margin-top: 3em;
	margin-bottom: 2em;
}
.footer-ul li{
	display: inline-block;
	
}
.footer-ul li a{
	padding: 0px 20px;
	color: #fff;
	font-size: 20px;
	border-right: 1px solid #939aad61;
	/*text-transform: uppercase;*/
}
.footer-ul li a:hover{
	color: #fff;
	font-weight: bold;
}
.footer-ul li:last-child a{
	border-right: 0px;
}
.footer-details{
	font-size: 14px;
	font-weight: 100;
}
.footer-details b{
	margin-top: 1em;
	display: inline-block;
	font-weight: 400;
}
.footer-socials{
	margin-top: 2em;
}
.footer-socials li{
	display: inline-block;
	vertical-align: middle;
}
.footer-socials li a{
	padding: 0px 10px;
}
/*/////end home//*/

/*///slick dots///*/
.six-slick .slick-dots li {
	margin: 0 0;
}
.six-slick .slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	
	border: none;
	border-radius: 100%;
	background-color: #dfdfdf;
	
	text-indent: -9999px;
}
.six-slick .slick-dots li.slick-active button {
	background-color: #72d300;
    width: 10px;
    border-radius: 0px;
    height: 10px;
    border-radius: 26px;
    margin: 0px;
}
.six-slick .slick-dots li{
	width: auto;
	margin:0px 5px;
}
.six-slick .slick-dots{
	bottom: 0px;
	position: relative;
	margin-top: 1.5em;
}
.thank-you-title {text-align: center; margin: 50px auto 20px; max-width: 800px;}
#thankyou .thank-you-title h1 {font-size: 25px; font-weight: 700; line-height: 30px; font-weight: 700 !important; margin-bottom: 10px; margin-top: 0;}
.thank-you-title h3 {font-size: 16px; font-weight: 400; line-height: 25px; margin: 12px 0 35px;}
.thank-you-title h2 {font-size: 22px; line-height: 30px; font-weight: 600;}

.desclaimer-wrap {background: #134263; padding: 10px 20px; }
.desclaimer-wrap p {color: #fff; text-align: center; font-size: 15px !important; margin: auto !important; line-height: 20px!important;}
.index-wrap header.header-fixed{position: fixed;top: 0; width: 100%; z-index: 9999;}
.index-wrap .container-fluid.sticky_mob_header{ background: #f4f4f4!important; margin-bottom: 0!important; border-radius: 0!important; padding: 0 80px;}
.index-wrap .hero-banner-bg{padding-top: 74px;}
.index-wrap  #first-section{margin-top: 95px;}
.index-wrap div#header .logo{margin-top: 10px; margin-bottom: 10px;}
.index-wrap div#header .head-flex{margin-top: 24px;}
#header-section{padding: 0;}
.index-wrap #first-section{padding-top: 10px; margin-top: 160px;}
.index-wrap  .steps .whitebg{padding-top: 0;}
.index-wrap #ckm_form .sc-steps{top: -45px !important;}
/*.index-wrap div#step-1 .btn-secondary{margin-top: 0!important;}*/

/*////end slick dots///*/

/*============================== Start v1 page =================================*/
.index-wrap.v1 #first-section h2{margin-top: 25px;}
.index-wrap.v1 #first-section .steps .bluebg {padding: 30px 20px 30px;}


.new_sctr_v1 #first-section {
	background: none !important;
}
.new_sctr_v1 .steps.my-5 {
    box-shadow: 5px 5px 10px lightgrey, -5px -5px 10px lightgrey;
}


.modal-footer .btn.btn-default {
	color: #333;
	background-color: #fff;
	border: #ccc solid 1px;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
}
.modal-footer .btn.btn-default:focus {
	box-shadow: none;
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

/*============================== End v1 page =================================*/

/*///media///*/
@media screen and (max-width: 1900px) and (min-width: 1550px) {
	
}
@media screen and (max-width: 1549px) and (min-width: 1000px) {
	
}
@media (min-width: 1600px){
	#fifth-section .container{
		width: 85%;
		min-width: 1200px;
		max-width: unset;
	}
}
@media (max-width: 1200px){
	.show-xl{
		display: block !important;
	}
	.hide-xl{
		display: none !important;
	}
	.second-title1{
		font-size: 22px;
	}
	#fifth-section .second-title1{
		font-size: 22px;
	}
}
@media (max-width: 1120px){
	.desclaimer-wrap p br{display: none;}
	
}
@media (max-width: 991px){
	.show-lg{
		display: block !important;
	}
	.hide-lg{
		display: none !important;
	}
	#second-section{
		background: #fff !important;
		padding: 3em 0px;
		text-align: center;
	}
	.second-title1{
		font-size: 24px;
	}
	#fifth-section .second-title1{
		font-size: 26px;
	}
	#second-section-tab{
		background-size: 100% !important;
		background-repeat: no-repeat !important;
	}
	#forth-section{
		background: #fff !important;
		padding: 0em 0px 2em;
		text-align: center;
	}
	.forth-border{
		margin: 3em 0px;
	}
	.forth-img img{
		width: 100%;
		max-width: unset;
		margin-bottom: 3em;
	}
	.forth-flex2{
		text-align: left;
	}
	.forth-flex1{
		min-width: 54px;
	}
	.forth-flex{
		margin-bottom: 2em;
	}
	#fifth-section>div{
		background: transparent !important;
		padding: 3em 0px;
		text-align: center;
	}
	#third-section{
		padding: 3em 0px;
	}
	.third-title{
		font-size: 30px;
		line-height: 35px;
	}
	.six-title{
		font-size: 30px;
		line-height: 35px;
	}
	 .desclaimer-wrap p br{display: none;}
}
@media (max-width: 767px){
	.sticky {
	    position: fixed !important;
	    top: 0;
	    width: 100%;
	    z-index: 9;
	    background: #fff;
	}
	.show-md{
		display: block !important;
	}
	.hide-md{
		display: none !important;
	}
	#first-section .btn-secondary{
		display: inline-block !important;
		width: 100%;
	}
	.steps .bluebg .divider{
		width: 20px;
	}
	.circleSteps{
		height: 15px;
    	width: 15px;
	}
	#first-section h4{
		font-size: 16px;
	}
	#first-section h2{
		font-size: 17px;
	}
	.form-check-label{
		font-size: 11px;
	}
	.head-flex2{
		font-size: 14px;
	}
	.head-flex2 a{
		font-size: 16px;
	}
	#header .row{
		align-items: center;
	}
	#first-section{
		padding: 1em 0px;
		min-height: unset;
		background-position: center center !important;
		background-size: cover !important; 
		background-attachment: fixed !important;
	}
	.second-title1{
		font-size: 17px;
	}
	#fifth-section .second-title1{
		font-size: 17px;
	}
	.third-title{
		font-size: 16px;
	}
	.third-details{
		font-size: 11px;
	}
	.forth-title{
		font-size: 17px;
	}
	.forth-details{
		font-size: 11px;
	}
	.forth-flex1 {
	    margin-right: 15px;
	}
	#six-section{
		padding-top: 3em;
		padding-bottom: 2em;
	}
	.footer-ul li a{
		font-size: 12px;
		border:0px;
	}
	#thankyou .btn{
		width: 100%;
		min-width: unset;
		padding-left: 0px;
		padding-right: 0px;
	}
	#first-section .btn-secondary.d-none{
		display: none !important;
	}
	.thank-you-title h3{font-size: 14px; line-height: 20px;}
    .thank-you-title h2{font-size: 18px; line-height: 24px;}
    .thank-you-title h1{font-size: 22px;}

    .index-wrap header {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: column-reverse; position: static !important; }
    .index-wrap .container-fluid.sticky_mob_header{padding: 12px 15px; } .index-wrap header .container-fluid {position: fixed; top: 0; width: 100%; padding: 0; z-index: 9999; }
    .desclaimer-wrap {margin-top: 0px !important; }
    .index-wrap .hero-banner-bg {padding-top: 0px !important; }
    .index-wrap  .hero-banner-bg .large-12.columns.text-center.mobpadding p.headline{font-size: 26px; margin-top: 30px; margin-bottom: 0;}
    body.fixed-header.index-wrap {padding-top: 75px;}
    .index-wrap header #logo h1 img{margin-top: 0;}
    .index-wrap .callNo{margin: 0;}
    .index-wrap .logoImg{margin-bottom: 0;}
    .index-wrap #header{display: flex; flex-direction: column-reverse;} 
	.index-wrap #header-section{position: static !important; padding: 10px 0px 0;}
	.index-wrap #header-section .container{position: fixed; top: 0; width: 100%; padding: 10px 15px !important; z-index: 9999; background: #fff;}
	.desclaimer-wrap {margin-top: 65px !important;}
	.index-wrap div#header .logo{margin-top: 0px; margin-bottom: 0;}
	.index-wrap div#header .head-flex{margin-top: 0px;}
	#header-section .head-flex1 img{margin-bottom: 0px; margin-top: 4px;}
	.index-wrap #first-section {margin-top: 0px !important;}
}
@media (max-width: 575px){
	#first-section h4{
		font-size: 15px;
	}
	.steps .whitebg{
		padding: 40px 15px;
	}
	#first-section h2{
		font-size: 16px;
	}
	.head-flex2{
		font-size: 10px;
		line-height: 10px;
	}
	.head-flex2 a{
		font-size: 12px;
	}
	.head-flex1{
		width: 20px;
    	margin-right: 5px;
	}
	.second-title1{
		font-size: 16px;
	}
	#fifth-section .second-title1{
		font-size: 16px;
	}
	.second-title{
		font-size: 11px;
	}
	.second-details{
		font-size: 11px;
	}
	.mybtn a{
		width: 100% !important;
	}
	.forth-flex{
		font-size: 11px;
	}
	.six-title{
		font-size: 17px;
	}
	.six-details{
		font-size: 11px;
	}
	.six-title1{
		font-size: 15px;
	}
	.six-box img{
		width: 95px;
	}
	.six-box{
		padding: 2em 1em;
	}
	.six-details1{
		font-size: 11px;
	}
	.six-name{
		font-size: 11px;
	}
	.six-position{
		font-size: 11;
	}
	.footer-details{
		font-size: 11px;
	}
	footer{
		padding: 3em 0px;
	}
	#thankyou h1{
		font-size: 26px;
	}
	#thankyou h4{
		font-size: 12px;
	}
	.tycont{
		padding-top: 3em;
		padding-bottom: 3em;
	}
	#thankyou .btn{
		font-size: 11px;
	}
	#thankyou p{
		font-size: 11px;
	}
	#thankyou .btn-secondary{
		margin-top: 1em !important;
	}
}
@media (max-width: 500px){
	.footer-ul{
	   columns: 2;
	  -webkit-columns: 2;
	  -moz-columns: 2;
	   margin-top: 2em;
    	margin-bottom: 1em;
	  /*margin: auto;*/
	}
	.footer-logo{
		max-width: 80%;
	}

}
