@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Rasa:wght@400;500;600;700&display=swap');
/*=================
Theme default 
===================*/
.overflow{
	overflow: hidden;
}
body {
	color: #2B2E83;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin-bottom: 20px;
	line-height: 1.1;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: -1px;
}
h1, .h1 {
    font-size: 44px;
	line-height: 47px;
}
@media (min-width: 992px) {
	h1, .h1 {
		font-size: 47px;
		line-height: 57px;
	}
}
@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 50px;
		line-height: 55px;
	}
}
@media (min-width: 1800px) {
	h1, .h1 {
		font-size: 80px;
		line-height: 71px;
	}
}

h2, .h2 {
    font-size: 46px;
	line-height: 50px;
}
@media (min-width: 992px) {
	h2, .h2 {
		font-size: 62px;
		line-height: 65px;
	}
}
h3, .h3 {
    font-size: 30px;
	line-height: 36px;
}
@media (min-width: 992px) {
	h3, .h3 {
		font-size: 36px;
		line-height: 44px;
	}
}
h4, .h4 {
	font-size: 20px;
	line-height: 24px;
}
@media (min-width: 992px) {
	h4, .h4 {
		font-size: 25px;
		line-height: 30px;
	}
}
h5, .h5 {
	font-size: 26px;
	line-height: 30px;	
}
@media (min-width: 992px) {
	h5, .h5 {
		font-size: 35px;
		line-height: 39px;	
	}
}
h6, .h6 {
	font-size: 16px;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
    color: inherit;
}
a {
	-webkit-transition: all .1s;
    transition: all .1s ;
	color: inherit;	
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
	vertical-align: top;
	height: auto;
}

strong, em {
	font-style: normal;
	font-weight: 700;
}

p {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 30px;
}
@media (max-width: 767.98px) {
	p {
		font-size: 17px;
		line-height: 25px;
	}	
}
ul{
	margin-bottom: 0;
}
.rase{
	font-family: 'Rasa', serif;
}
.container-wrap{
	max-width: 1790px;
	margin: 0 auto;
}
@media (min-width: 1200px) {
	.container-wrap{
		padding: 0 20px;
	}	
}
@media (min-width: 1500px) {
	.container-xxl{
		min-width: 1412px;
	}	
}

/*=================
Btn
===================*/
.btn {
	position: relative;
	font-size: 18px;
	line-height: 25px;
	padding: 15px 20px;
	border-radius: 12px;
	font-weight: 500;
	min-width: 160px;
	line-height : 1;
	text-align: center;
}
.btn-text-small{
	font-size: 15px;
	line-height: 24px;
	font-weight: 900;
	padding: 5px 20px;
}
.header .btn-primary{
	font-size: 16px;
	line-height: 20px;
	border-radius: 10px;
	padding: 11px 15px;
}
.btn-primary {
	background-color: #0053FF;
	color: #FFF;
	border-width: 2px;
    border-color: #0053FF;	
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.focus {
	background-color:  transparent;
	color: #0053FF;
    border-color:  #0053FF;
	box-shadow: none;	
}


.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	background-color:  transparent;
	color: #0053FF;
    border-color:  #0053FF;
	box-shadow: none;
}

.btn-white {
	background-color: #0053FF;
	color: #FFF;
	border-width: 2px;
    border-color: #0053FF;	
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.focus {
	background-color:  transparent;
	color: #FFF;
    border-color:  #FFF;
	box-shadow: none;	
}


.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
	background-color:  transparent;
	color: #FFF;
    border-color:  #FFF;
	box-shadow: none;
}

.btn-secondary {
	background-color: transparent;
	border-radius: 31px;
	color: #0053FF;
	border-width: 2px;
    border-color: #0053FF;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.focus {
	background-color:  #0053FF;
	color: #fff;
    border-color:  #0053FF;
	box-shadow: none;	
}


.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	background-color:  #0053FF;
	color: #fff;
    border-color:  #0053FF;
	box-shadow: none;
}
.btn-red-outline {
	background-color: transparent;
	border-radius: 11.07px;
	color:  #F75967;
	border-width: 2px;
    border-color:  #F75967;
}

.btn-red-outline:hover,
.btn-red-outline:focus,
.btn-red-outline:active,
.btn-red-outline.focus {
	background-color:  #F75967;
	color: #fff;
    border-color:  #F75967;
	box-shadow: none;	
}


.btn-red-outline:not(:disabled):not(.disabled):active,
.btn-red-outline:not(:disabled):not(.disabled).active,
.show > .btn-red-outline.dropdown-toggle {
	background-color:  #F75967;
	color: #fff;
    border-color:  #F75967;
	box-shadow: none;
}
.btn-inherit{
	pointer-events: none;
}
@media (min-width: 1200px) {
	.btn{
		padding: 20px 40px;
	}	
	.btn-text-small{
		padding: 8px 5px;
	}
}
/*=================
Header
===================*/
.header{
	padding: 20px 0 0;
}
.phone-no {
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
}
.site-title h2{
	font-size: 28.02px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
}
.site-title span{
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	display: block;
}
@media (max-width: 575.98px) {
	.header .btn-primary {
		font-size: 16px;
		line-height: 20px;
		padding: 8px 20px;
		border-radius: 5px;
	}
	.phone-no {
	  font-size: 16px;
	}	
	.hero-widget .btn-outline{
		font-size: 13px;
		padding: 4px 25px 3px;
		border-width: 1px;
	}
}
@media (max-width: 767.98px) {
	.site-title h2{
		font-size: 19px;
		line-height: 30px;
	}	
}
/*=================
Hero
===================*/
.home-hero{
	background-color: #FFF8F0;
}
.btn-outline {
	padding: 5px 20px;
	border: 2px solid #0053FF;
	border-radius: 31px;
	color: #0053FF;
	font-size: 15px;
	font-weight: 900;
	line-height: 24px;
}
.btn-outline:hover{
	background-color: #0053FF;
	color: #fff;
}
.hero-widget h1{
	font-weight: 500;
	margin: 20px 0 10px;
	font-family: 'Rasa', serif;
}
.bio-image .flex-inner{
	width: 97px;
	position: relative;
	padding: 5px 0 0;
	margin-right: 10px;
}
.bio-image .mask{
	height: 70px;
	width: 70px;
	border-radius: 28.81px;
	background-color: #F1D1AD;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 5px;
	transform: translateX(-50%);
}
.bio-image img{
	width: 97px;
	position: relative;
	z-index: 5;
}
.hero-widget .btn-outline{
	cursor: inherit;
}
.hero-widget .btn-outline:hover{
	background-color: transparent;
	color: #0053FF;
}
.google-link{
	position: relative;
}
.google-link a{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	top: 0;
	left: 0;
}
img.google {
	width: 140px;
	display: inline-block;
}
img.client {
	max-width: 65%;
}

.bio-info h5 {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 2px;	
}
.bio-info span {
	font-size: 11px;
	line-height: 15px;
	display: block;
	margin: 0 0 5px;
}
.bio-info a {
	color: #0053FF;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	position: relative;
	display: inline-block;
}
.bio-info a:after {
	content: '';
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: currentColor;
}
.bio-info a:hover{
	color: #2B2E83;
}
.hero-base{
	margin-top: 30px;
}
.hero-base a{
	color: #2B2E83;
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
}
.hero-base span{
	color: #0053FF;
	margin-right: 5px;
	width: 60px;
	display: inline-block;
}
.hero-image{
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	min-height: 400px;
}
.hero-image img{
	margin-bottom: -350px;
}
.hero-form {
	position: relative;
	border-radius: 32px;
    overflow: hidden;	
	padding: 40px 20px 30px;
}
.hero-form:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.35;
	background-color: #EFE1D0;
}
.form-card{
	position: relative;
	z-index: 5;
}
.form-card ul{
	list-style: none;
	padding: 0;
}
.form-card ul li {
	opacity: 0.33;
	color: #2B2E83;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 10px;
	font-weight: 500;
	overflow: hidden;
	position: relative;
}
.form-card ul li span{
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
  cursor: pointer;
}

.form-card ul li:hover span {
  transform: translate3d(1rem, 0, 0);
}
.form-card ul li.active,
.form-card ul li:hover {
   color: #0058FE;
   opacity: 1;
}
.form-card ul li:before {
	content: '';
	display: inline-block;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	width: 10px; 
	height: 10px;
	transform: translateX(-100%) rotate(-45deg);
	position: absolute;
	left: 0;
	opacity: 0;
	top: 11px;
	transition: all 300ms ease-out;
	will-change: right, opacity;
}
.form-card ul li:hover:before  {
  opacity: 1;
  left: 0;
  transform: translateX(0) rotate(-45deg);
}
.form-card ul li:after span{
	content: '';
	width: 0;
	height: 3px;
	background: #0053FF;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 300ms ease-out;
	will-change: transform;
}
.mt-3-5 {
    margin-top: 3.5rem!important;
}
.mb-1-5 {
    margin-bottom: 1.5rem!important;
}
.hero-widget p {
	margin-bottom: 20px;
}
@media (max-width: 575.98px) {
	.hero-image{
		display: none!important;
	}
}
@media (max-width: 1199.98px) {
	.hero-widget .btn-primary {
		padding: 12px 20px;
		font-size: 16px;
	}
	.hero-widget .google{
		max-width: 120px;
	}
	.avatar{
		margin-right: 10px;
	}
}
@media (min-width: 576px) {
	.hero-image img{
		margin-bottom: -250px;
	}	
}
@media (min-width: 768px) {
	.site-title h2{
		font-size: 20px;
		line-height: 30px;
	}
	.site-title span{
		font-size: 16px;
	}
	.hero-image img{
		margin-bottom: -250px;
	}
	.bio-info a {
		font-size: 16px;
		line-height: 24px;
	}
	.bio-info h5 {
		font-size: 16px;;	
	}
	.bio-info span {
		font-size: 13px;
	}
	.hero-base a {
		font-size: 15px;
	}
	.hero-base span{
		width: 80px;
		margin-right: 15px;
	}	
}
@media (min-width: 992px) {
	.phone-no {
		font-size: 20px;
	}
	.site-title h2{
		font-size: 28.02px;
		line-height: 30px;
	}
	.site-title span{
		font-size: 20px;
	}
	.hero-image img{
		margin-bottom: -250px;
	}	
}
@media (min-width: 1200px) {
	.phone-no {
		font-size: 28.02px;
	}	
	.hero-image img{
		margin-bottom: -150px;
	}
	.bio-info h5 {
		font-size: 17.43px;	
	}
	.bio-info a {
		font-size: 18.52px;
	}
	.hero-form {	
		padding: 40px 40px 30px;
	}
}
@media (min-width: 1350px) {
	.home-hero{
		max-height: 100vh;
	}	
}
@media (min-width: 1800px) {
	.hero-widget p {
		font-size: 32px;
		line-height: 44px;
		margin-bottom: 30px;
	}
	.hero-image img{
		margin-bottom: -450px;
	}	
}
.slick-logo .slick-track{
    display: flex !important;
}
.slick-logo .slick-slide{
    height: inherit !important;

}
.slick-logo .slick-slide div:not(.logo-item){
    height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}
.slick-logo .slick-slide img{
	margin: 0 auto;
}
@media (max-width: 575.98px) {
	.slick-logo .slick-slide div:not(.logo-item){
		padding: 0;
	}
}
.treatment-card {
	background-color: #FFF8F0;
	border-radius: 12px;
	position: relative;
	padding: 30px 20px 30px;
}
.atl{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.treatment-card:before {
	content: '';
	position: absolute;
	left: 9px;
	top: 9px;
	width: calc(100% - 18px);
	height: calc(100% - 18px);
	background-color: #FFF;
	border-radius: 32px;
	transition: all 300ms ease-out;
	will-change: right, opacity;
}
.treatment-card:hover:before{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #FFF8F0;
}
.treatment-card-media{
	position: relative;
	z-index: 5;
}
.treatment-card h3{
	margin: 25px 0 20px;
	line-height: 1;
}
.treatment-card-media a{
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	border: solid 2px #004EFF;
}
.treatment-card-media:hover a{
	background-color: #004EFF;
}
.treatment-card-media:hover a svg *{
	stroke: #fff;
}
.how-we-work{
	padding: 60px 0 120px;
	background-color: #FFF8F0;
}
.span-style-1 {
	color: #0053FF;
	font-size: 20px;
	line-height: 30px;
}

@media (max-width: 575.98px) {
	.treatment-card-media .btn-secondary {
		font-size: 12px;
		line-height: 1;
		padding: 6px 20px 7px;
		width: auto;
		min-width: 1px;
	}	
}
@media (min-width: 576px) {
	.span-style-1 {
	  font-size: 24px;
	  line-height: 30px;
	}	
}
@media (min-width: 768px) {
	.span-style-1 {
	  font-size: 32px;
	  line-height: 44px;
	}	
}
.color-secondary{
	color: #2C2B88;
}
.font-600{
	font-weight: 600;
}
.text-opacity{
	opacity: 0.39;
}
.text-width{
	 max-width: 562px;
}
@media (min-width: 1200px) {
	.treatment-card {
		border-radius: 32px;
		padding: 45px 45px 50px;
	}	
}
.work-step{
	padding: 25px 20px 10px;
	border-radius: 12px;
	background: #faf0e5;
	opacity : 1;
	margin-bottom: 20px;
	transition: all 300ms ease-out;
	will-change: right, opacity;
}

.work-step h3{
	position: relative;
	padding-left: 45px;
}
.work-step span{
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	left:0;
	top: 0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 900;
	font-family: 'Open Sans', sans-serif;
	background-color: #004EFF;
}
.work-step p{
	padding-left: 45px;
	font-size: 15px;
}
.widget-text-white h2,
.widget-text-white p{
	color: #FFF8F0;
}
.widget-text-white h2 {
    color: #FFF8F0;
    font-size: 47px;
    letter-spacing: -1px;
    line-height: 50px;
}
.text-small-with-opacity {
	max-width: 505px;
	opacity: 0.8;
	color: #FFF8F0;
	font-size: 15px;
	line-height: 25px;
}
.image-before-after img{
	transition: all 0.5s ease-out;
	display: block;
	margin: 0 auto;
}
.transition{
	transition: all 0.5s ease-out;
}

@media (min-width: 576px) {
	.image-before-after .image-before{
		transform: scale(0.7);
		opacity: 0.5;
	}
	.image-before-after.scale-image .image-after{
		transform: scale(0.7);
		opacity: 0.5;
	}	
	.image-before-after.scale-image .text-opacity{
		opacity: 1
	}	
	.image-before-after.scale-image .after-image-heading{
		opacity: 0.39;
	}
	.image-before-after .image-before:hover{
		transform: scale(0.9);
		opacity: 1;
	}	
}
@media (min-width: 768px) {
	.work-step span{
		width: 40px;
		height: 40px;
	}
	.work-step h3{
		padding-left: 65px;
	}
	.work-step p{
		padding-left: 65px;
		font-size: 20px;
	}	
	.widget-text-white h2 {
		font-size: 67px;
		line-height: 66px;
	}
}
@media (min-width: 1200px) {
	.work-step{
		padding: 25px 30px 10px;
		border-radius: 32px;
	}	
	.widget-text-white h2 {
		max-width: 500px;
	}
}
.bg-dark-blue{
	background-color: #2C2B88;
}
.instagram-stories{
	padding: 80px 0 65px;
}
.instagram-stories p{
	max-width: 970px;
	margin: 0 auto;
}
.instagram-stories img{
	position: relative;
	display: block;
	transition: all 0.5s ease-out;
}
.instagram-stories img:hover{
	transform: translateY(-50px)
}

.span-style-2 {
	color: #2B2E83;
	font-size: 26.55px;
	line-height: 36.51px;
	font-weight: 500;
}
.div-image{
	position: relative;
}
.div-image img{
	z-index: 555;
	position: relative;
}
.content-wrap {
	border-radius: 32px;
	background-color: #FFF8F0;
}
.heading-2 {
	font-size: 40px;
	line-height: 44px;
}
.content-wrap p{
	max-width: 440px;
}
.avatar{
	width: 70px;
	height: 70px;
	margin-right: 15px;
	border-radius: 28.81px;
	background-color: #F1D1AD;
}
.avatar img{
	width: 70px;
	height: 70px;
	border-radius: 28.81px;	
	object-fit: cover;
}
.author-info h5 {
	font-size: 17.43px;
	line-height: 20px;
	margin: 0;
	font-weight: 400
}
.author-info span{
	font-size: 13px;
	display: block;
}
.testimonials{
	margin-top: 60px;
}
.testimonial-card{
	padding: 40px 20px 30px 20px;
	border: 9px solid #FFF8F0;
	border-radius: 20px;
}
.testimonial-card h5 {
	font-size: 20px;
	line-height: 33px;
	font-weight: 400;
}
@media (max-width: 575.98px) {
	.content-wrap {
		border-radius: 0;
	}
	.avatar{
		width: 50px;
		height: 50px;
	}
	.avatar img{
		width: 50px;
		height: 50px;
	}	
	.hero-widget .btn-primary{
		font-size: 16px;
		border-radius: 5px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.hero-widget p{
		font-size: 15px;
	}
	.widget-text-white .btn-white{
		font-size: 16px;
		padding: 12px 20px;
		border-radius: 5px;
	}
	.widget-text-white .google{
		width: 120px;
		margin-left: auto;
	}
}
@media (min-width: 1200px) {
	.heading-2 {
		font-size: 62px;
		letter-spacing: -1px;
		line-height: 66px;
	}
	.testimonial-card{
		padding: 60px 30px 50px 45px;
		border-radius: 32px;
	}	
}
.about-us{
	margin-top: 60px;
	position: relative;
	padding: 0px 0 10px;
	background-color: #FFF8F0;
}
.about-us .continer-fluid{
	position: relative;
	z-index: 5;
}
.video-info{
	margin: 30px 0;
}
.video-info h5 {
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
}
.video-info span {
	font-size: 15px;
	display: block;
}
.video-list{
	list-style: none;
	padding: 0;
}
.video-list li{
	margin: 0 0 15px;
	position: relative;
	overflow: hidden;
}
.video-list li:before{
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 5px;
	opacity: 0;
	transform: translateX(-100%);
	background-image: url('../images/play-video.svg');
	background-repeat: no-repeat;
	background-position: center center;
    transition: all 300ms ease-out;
	will-change: left, opacity;
}
.video-list li a {
	display: inline-block;
	opacity: 0.33;
	color: #2B2E83;
	font-size: 16px;
	font-weight: bold;
	line-height: 33px;
	transition: all 300ms ease-out;
	will-change: transform;
	position: relative;
}

.video-list li a:after,
.footer-base ul li a:after {
	content: '';
	width: 0;
	height: 3px;
	background: #0053FF;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 300ms ease-out;
	will-change: transform;
}
.footer-base ul li a:after{
	background: currentColor;
}
.video-list li a:hover:after,
.footer-base ul li a:hover:after {
	width: 100%;
}
.video-list li:hover a {
  transform: translate3d(2rem, 0, 0);
}
.video-list li:hover:before{
	opacity: 1;
	left: 0;
	transform: translateX(0);
}
.video-list li a:hover {
	color: #0058FE;
	opacity: 1;
}
.wish-list{
	list-style: none;
	padding: 0;
}
.wish-list li{
	margin: 0 0 15px;
	position: relative;
	overflow: hidden;
}
.wish-list li:before{
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 5px;
	opacity: 0;
	transform: translateX(-100%);
	background-repeat: no-repeat;
	background-position: center center;
    transition: all 300ms ease-out;
	will-change: left, opacity;
}
.wish-list li a {
	display: inline-block;
	opacity: 0.33;
	color: #2B2E83;
	font-size: 16px;
	font-weight: bold;
	line-height: 33px;
	transition: all 300ms ease-out;
	will-change: transform;
	position: relative;
}

.wish-list li a:after,
.wish-base ul li a:after {
	content: '';
	width: 0;
	height: 3px;
	background: #0053FF;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 300ms ease-out;
	will-change: transform;
}
.wish-base ul li a:after{
	background: currentColor;
}
.wish-list li a:hover:after,
.wish-base ul li a:hover:after {
	width: 100%;
}
.wish-list li:hover a {
  transform: translate3d(2rem, 0, 0);
}
.wish-list li:hover:before{
	opacity: 1;
	left: 0;
	transform: translateX(0);
}
.wish-list li a:hover {
	color: #0058FE;
	opacity: 1;
}


@media (max-width: 767.98px) {
	.bg-sm{
		background-color: #FAF0E5;	
		padding-top: 60px;
		padding-bottom: 40px;
	}
}
@media (min-width: 768px) {
	.about-us{
		padding: 90px 0 100px;
		background-color: #FFF8F0;
	}
	.about-us:before{
		content: '';
		width: 43%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #FAF0E5;
	}
}
@media (min-width: 992px) {
	.video-info h5 {
		font-size: 26px;
		line-height: 30px;
	}
	.video-info span {
		font-size: 20px;
	}
	.about-us{
		padding: 90px 0 100px;
	}
}
/*=================
Slick Slider
===================*/
.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	fill: #000;
    cursor: pointer;
	left: -15px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	fill: #7D02E6;
}

.slick-next {
	left: auto;
    right: -15px;
}

/* Dots */
.slick-dots {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}

.slick-dots li {
	margin: 0;
	padding: 0;
    display: inline-block;
}
.slick-dots li button {
	text-indent: -9999px;
	height: 12px;
	width: 12px;
	border: 0;
	border-radius: 50%;
	padding: 0;
	margin: 0 5px;
	font-size: 10px;
	outline: none;
	line-height: 12px;
	background: #000;
}

.slick-dots li.slick-active button {
	background: #7D02E6;
}
/*=================
Pages
===================*/
.page-form{
	background-color: #2C3DBE;
}
.form-wrapper{
	position: relative;
	z-index: 5;
	min-height: 100vh;
	width: 100%;
}
.page-num {
	color: #FFFFFF;
	font-size: 21.94px;
	line-height: 26.43px;
	display: block;
	margin: 0 0 20px;
}
.form-title {
	color: #FFF8F0;
	font-size: 30px;
	letter-spacing: -1.61px;
	line-height: 34px;
	max-width: 370px;
	font-weight: 500;
	margin: 0 0 20px;
}
.form-checkbox {
	list-style: none;
	padding: 0;
}
.form-checkbox li{
	position: relative;
	margin: 0 0 20px;
}
.form-checkbox li label{
	cursor: pointer;
	padding: 10px 15px;
	border-radius: 10px;
	background: rgba(44,61,190,0.35);
}
.item-icon {
	height: 40px;
	width: 40px;
	border: 6.65px solid #FFF8F0;
	border-radius: 49.47px;
	background-color: #FFF8F0;
}
.form-checkbox li input:checked + label{
	background: rgba(44,61,190);
}
.form-checkbox li label span {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	margin-left: 20px;
}
.form-checkbox li input{
	position: absolute;
	opacity: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.image-after{
	margin-left: -10px;
	position: relative;
}
.form-fieldset{
	width: auto;
}
.form-control {
	padding: 10px 15px;
	border: 0;
	border-radius: 10px;
	background-color: #2C3DBE;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
}
.form-control:focus{
	background-color: #2C3DBE;
}
.form-fieldset ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFFFFF;
}
.form-fieldset ::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF;
}
.form-fieldset :-ms-input-placeholder { /* IE 10+ */
  color: #FFFFFF;
}
.form-fieldset :-moz-placeholder { /* Firefox 18- */
  color: #FFFFFF;
}
.thankyou p{
	max-width: 700px;
}
.page-progress{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background: #fff;
	z-index: 10;
}
.progress-parcent{
	background: #FF4563;
	height: 100%;
}
.item-icon img{
	max-width: 70%;
	max-height: 70%;
}
.review-card{
	padding: 10px 16px 20px 25px;
	border: 6.13px solid #FFF8F0;
	border-radius: 21.8px;
	background-color: #FFF8F0;
	margin-top: 35px;
	max-width: 600px;
}
.review-card h3 {
	color: #2B2E83; 
	font-size: 22px; 
	line-height: 30px; 
	margin: 20px 0 15px; 
	font-weight: 400;
}
.review-card h6 {
	color: #2B2E83;
	font-size: 14.3px;
	line-height: 22.48px;
	margin: 0;
	font-weight: 400;
}
.close-btn {
	position: absolute;
	right: 100px;
	top: 32px;
	width: 32px;
	height: 32px;
}
.close-btn:hover {
  opacity: 1;
}
.close-btn:before, 
.close-btn:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #fff;
}
.close-btn:before {
	transform: rotate(45deg);
}
.close-btn:after {
	transform: rotate(-45deg);
}
.close-btn span {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 20px;
	position: absolute;
	left: 40px;
	top: 5px;
}
@media (max-width: 575.98px) {
	.weight-loss-treatments .btn-primary{
		font-size: 16px;
		padding: 8px 20px;
		border-radius: 5px;
	}	
	.weight-loss-treatments .google{
		width: 120px;
		margin-left: auto;
	}
	.col-bg-sm{
		background: #2C2B88;
	}
}
@media (max-width: 767.98px) {
	.weight-loss-treatments .btn-primary{
		font-size: 16px;
		padding: 12px 20px;
		border-radius: 5px;
	}
	.review-card {
	  padding: 10px 10px 10px 10px;
	  border: 5px solid #FFF8F0;
	  border-radius: 10px;
	  background-color: #FFF8F0;
	  margin-top: 15px;
	  max-width: 600px;
	}
	.review-card h3{
		margin: 10px 0 5px;
	}
}
@media (min-width: 576px) {
	.page-form:before{
		content: '';
		width: 50%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: #2C2B88
	}
	.form-wrapper{
		padding: 2% 0;
	}
	.form-checkbox li label{
		padding: 10px 15px;
		border-radius: 15px;
	}
	.item-icon {
		height: 50px;
		width: 50px;
	}
	.form-checkbox li label span {
		font-size: 20px;
		line-height: 30px;
		margin-left: 20px;
	}
	.form-control {
		padding: 15px 25px;
		border-radius: 20px;
		font-size: 20px;
		line-height: 27px;
	}
}
@media (min-width: 992px) {
	.form-wrapper{
		padding: 2% 0;
	}
	.form-checkbox li label{
		padding: 2% 30px;
		border-radius: 27.57px;
	}
	.item-icon {
		height: 70px;
		width: 70px;
	}
	.form-checkbox li label span {
		font-size: 25px;
		line-height: 37px;
		margin-left: 30px;
	}
	.form-title {
		font-size: 46.53px;
		line-height: 51.7px;
	}
	.image-after{
		margin-left: -40px;
	}
	.form-control {
		padding: 15px 25px;
		border-radius: 27.57px;
		font-size: 27.57px;
		line-height: 37.91px;
	}
}
/*=================
Footer
===================*/
.site-footer {
	padding: 70px 0 30px;
	background-color: #2C2B88;
}
.site-footer .heading-2{
	color: #FFF8F0;
	max-width : 700px;
	margin: 0 auto 30px;
	font-weight: 400;
}
.site-footer p{
	color: #FFF8F0;
}
.center-para{
	max-width: 470px;
	margin: 0 auto 30px;
	font-size: 15px;
	line-height: 24px;
}
.footer-base p{
	margin: 0;
}
.footer-base ul{
	list-style: none;
	padding: 0;
}
.footer-base ul li{
	display: inline-block;
	margin: 0 15px 0 0;
}
.footer-base ul li a{
	color: #FFF8F0;
	position: relative;
	font-size: 15px;
}
.footer-base ul li a:after{
	height: 2px;
}
.footer-base p{
	font-size: 15px;
}
.phone-call {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.phone-call a {
	color: #FFFFFF;
}
@media (max-width: 575.98px) {
	#footer .btn-white{
		font-size: 16px;
		padding: 12px 20px;
		margin-left: auto;
		border-radius: 5px;
	}
	.footer-base ul li{
		display: block;
	}
}
@media (max-width: 767.98px) {
	.footer-base ul li a,
	.footer-base p{
		font-size: 15px;
		line-height: 1.2;
	}
	.footer-base p{
		margin-top: 10px;
	}
}
@media (min-width: 576px) {
	.phone-call {
		font-size: 28.02px;
		line-height: 30px;
	}
}
