@charset "utf-8";
/*
 *Wealth.life landing page template
 *Author : Jitu chauhan
 *
*/
/*--------------------
	Layout

	*Nav 		/ 	#nav
	*Intro 		/	#intro
	*About 		/	#about
	*Services	/ 	#services
	*Doctor 	/ 	#doctor
						-testimonals
	*Video      /	#video
	*Footer		/   #footer
---------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&family=Inter:wght@100..900&display=swap');
/*--------------------
	  general
---------------------*/
body {
  width: 100%;
  height: 100%;
  font-family: 'Asap', sans-serif;
}
html {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
.inter {
  font-family: "Inter", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  margin-top: 0px;
  font-family: 'Asap', sans-serif;
  letter-spacing: -1px;
  line-height: 1.2;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
}
p {
  font-size: 18px;
  line-height: 28px;
  color: #424242;
  margin-bottom: 30px;
}
a:hover {
  text-decoration: none;
}
ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  font-size: 18px;
  line-height: 26px;
  color: #424242;
}
.lead {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}
.green-icon {
  margin-bottom: 10px;
}
.green-icon:hover {
  margin-bottom: 10px;
}
.green-icon h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 18px;
}
.green-icon.orange h3 {
  margin-bottom: 7px;
}
.green-icon i {
  margin-bottom: 5px;
}
.fa-size {
  font-size: 24px;
}
/*--------------------
	  button
---------------------*/
.btn-orange {
  color: #fff;
  padding: 10px 23px;
  font-size: 18px;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-orange:hover {
  color: #fff;
}
.btn-green {
  color: #fff;
  padding: 10px 18px;
  font-size: 17px;
  border: none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-green:hover {
  color: #fff;
}
/******* Buttons *******/
.btn {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 09px 20px;
  border-radius: 2px;
}
.btn-default {
  color: #fff;
}
.btn-default:hover {
  color: #fff;
}
.btn-sm {
  padding: 6px 10px;
  font-size: 12px;
}
.btn-lg {
  padding: 13px 20px;
  font-size: 18px;
}
.btn-link {
  color: #292d2f;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-link:hover {
  text-decoration: none;
}
/***************
	nav
***************/
.navbar-nav {
  float: right;
  margin: 0;
}
.navbar-default {
  background-color: #fff;
  border-bottom: 1px solid #dfe1d8;
}
.navbar-brand {
  float: left;
  padding: 0px 0px 0px 15px;
  height: 20px;
}
.navbar-default .navbar-nav > li > a {
  color: #424242;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  float: left;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar {
  padding: 20px 0;
  -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
  transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.top-nav-collapse {
  padding: 5px 0;
}
/**** Mobile menu *****/
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
/******* General CSS *******/
.main-container {
  padding-top: 60px;
  padding-bottom: 100px;
}
.listnone {
  list-style: none;
  padding-left: 0;
}
/******* page header *******/
.page-header {
  background-color: #f0f1ec;
  padding-bottom: 200px;
  padding-top: 240px;
  margin: 0px;
  position: relative;
  background-repeat: none;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.page-title {
  text-align: center;
  font-size: 48px;
}
/***************
	intro
***************/
.intro-section {
  padding-top: 70px;
  padding-bottom: 100px;
  background-image: url("../images/spinal-decompression.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.intro-caption {
  margin-top: 100px;
}
h1.intro-title {
  font-family: "Inter", sans-serif;
  font-size: 48px;
}
h2.intro-title {
  font-size: 42px;
  text-align: center;
}
.call-info {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 800;
  margin-top: 30px;
}
.divider {
  border-top: #d5d7cf solid 1px;
  margin: 60px 0px 60px 0px;
  display: block;
}
/***************
	about
***************/
.block-title {
  margin-bottom: 60px;
  text-align: center;
}
.appoinment-form {
  padding: 10px 20px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 1px 0px rgba(211, 213, 207, 0.75);
  -moz-box-shadow: 0px 3px 1px 0px rgba(211, 213, 207, 0.75);
  box-shadow: 0px 3px 1px 0px rgba(211, 213, 207, 0.75);
}
.appoinment-form h4 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 125px;
  font-weight: 900;
  margin-bottom: 0px;
}
.appoinment-form h5 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 0px;
}
.appoinment-form p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
/***************
	services
***************/
.services-section {
  padding-top: 90px;
  background: #EBF6F6;
  padding-bottom: 60px;
}
.feature-block {
  margin-top: 30px;
  text-align: center;
}
.feature-block .green-icon:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
/***************
	video
***************/
.video-section {
  padding-top: 60px;
  padding-bottom: 80px;
}
.video-section.inner-page {
  padding-top: 120px;
  padding-bottom: 20px;
}
.video-wrapper iframe {
  position: relative;
  width: 100%;
}
/***************
	doctor
***************/
.doctor-section {
  padding-top: 90px;
  padding-bottom: 60px;
  background: #EBF6F6;
}
.doctor-profile {
  margin-top: 60px;
}
.doctor-profile img {
  margin-top: -60px;
  width: 100%;
}
.doctor-profile strong {
  margin-bottom: 10px;
  display: block;
}
.bg-profile {
  background: #e8eae3;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.bg-profile:hover {
  cursor: pointer;
}
.testimonials-block {
  margin-bottom: 60px;
}
.testimonials img {
  margin-bottom: 30px;
}
.testimonials span {
  font-size: 20px;
}
.testimonials span a {
  font-size: 14px;
}
/****************
	contact
****************/
.contact {
  background: #e8eae3;
}
.ct-block {
  padding-top: 40px;
  padding-bottom: 10px;
}
/***************
	footer
***************/
.footer {
  background-color: #D6D7D2;
}
.ft p {
  font-size: 17px;
  color: #797c7e;
  margin-top: 15px;
  margin-bottom: 10px;
}
/******* thank you *******/
.thankyou {
  padding-top: 60px;
  padding-bottom: 80px;
}
.thankyou-block {
  padding-bottom: 100px;
  padding-top: 100px;
}
.thanks-title {
  font-size: 95px;
}
.thanks-desc {
  font-size: 26px;
}