:root{
	--primary-color			: #09364D;
	--secondery-color		: #F8F8F8;
	--text-color			: #014465;
	--accent-color			: #52CBF4;
	--white-color			: #FFFFFF;
	--divider-color			: #EAF0EC;
	--dark-divider-color	: #FFFFFF1A;
	--error-color			: rgb(230, 87, 87);
	--default-font			: "Nunito Sans", sans-serif;
}
* {
	box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body{
    top: 0;
    overflow-x: hidden;
    margin: 0 auto;
	  background-color: #fff;
    position: relative;
    max-width: 100%;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    color: #767676;
}
.container{
    width: 100%;
    max-width: 1680px;
}
.container-fluid {
    width: 100%;
    padding: 0 120px;
}
a, a:hover, a:focus {
	text-decoration:none;
    outline:none;
    color: #000;
    transition: color 0.3s ease;
}
b, strong {
    font-weight: 700;
}

img {
	max-width:100%;
	height: auto;
}

ol, ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
section {
  padding: 120px 0;
}
h1{
    font-size: 64px;
    line-height: 73px;
    font-weight: 700;
    color:var(--text-color);
    margin-bottom: 20px;
    text-transform: capitalize;
}
h2{
    font-weight: 600;
    font-size: 56px;
    line-height:60px;
    color:var(--text-color);
    margin-bottom: 24px;
    text-transform: capitalize;
}
h3{
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    color:#000;
    margin-bottom: 32px;
}
h4{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color:#014465;
    margin-bottom: 32px;
}
h5{
    font-size:19px;
    line-height: 26px;
    font-weight: 700;
    color:var(--text-color);
    margin-bottom: 32px;
}
h6{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color:var(--text-color);
    margin-bottom: 32px;
}
p{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color:#000;
    margin-bottom: 32px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color:var(--accent-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto;
}

.loading{
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}

/* btns */
.common-btn,
.appointment-btn {
 text-transform: capitalize;
  position: relative;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 32px;
  border: none;
  border-radius: 32px;
  overflow: hidden;
  transition: all 0.3s linear;
  color: #fff;
  background-color:var(--accent-color);
}
.common-btn:hover,
.common-btn:focus,
.appointment-btn:hover,
.appointment-btn:focus{
	color: #fff;
	transition: all 0.3s linear;
	background-color: #000;
}


/* btns */

/* header */
.wrapper {
  position: relative;
  overflow:hidden;
}
.main-header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
.outer-menu {
    padding: 0;
    height: 128px;
    max-height: 128px;
    background-color: #fff;
    padding:16px 0;
}
.outer-menu ul li{
    margin-right: 8px;
    position: relative;
}
.outer-menu ul li a{
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    position: relative;
    color:var(--primary-color);
    padding:10px 16px;
}
.outer-menu ul li a:hover, .outer-menu ul li a.active{
    color: var(--accent-color);
}
.mobile-menu {
    display: none;
}
.outer-menu img.logo {
  max-height: 96px;
  width: auto;
  height: 96px;
  display: none;
}
.navbar-nav {
    margin-left: auto;
    margin-right: auto;
}
.is-sticky {
  position: fixed !important;
  top: 0 !important;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  border-bottom: 0 !important;
  height: 100px !important;
  max-height: 100px !important;
  background-color:#fff!important;
   -webkit-animation: translateHeader 0.8s;
  animation: translateHeader 0.8s;
   -webkit-box-shadow: 0 3px 4px rgba(0,0,0,.07);
  box-shadow: 0 3px 4px rgba(0,0,0,.07);
}
.is-sticky .outer-menu .logo img {
  height: 80px;
}
.contact-now-box .common-btn {
  margin-left: 14px;
}
.contact-now-box {
  align-items: center;
}
.is-sticky .outer-menu {
  height: 100px;
  padding: 12px 0;
}
@keyframes translateHeader {
  0% {
    opacity:0;
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
  }
  100% {
    opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}
@keyframes headerAnimation {
  0% {
    opacity:0;
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
  }
  100% {
    opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}

  @media (min-width: 992px) {
    .close-mobile-menu {
      display: none;
    }
    }
/* header */

/* Hero */

.hero-section {
  position: relative;
  padding: 445px 0 226px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-section h1 {
  margin-bottom: 27px;
  color: var(--white-color);
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
.hero-section p {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 39px;
  font-weight: 500;
  color:#F6F6F6;
  letter-spacing: -0.03em;
}
.hero-content {
  max-width: 710px;
}
.grey-btn {
  background: #09374D;
  padding: 20px 32px;
  height: 54px;
  margin-right: 8px;
}

/* products */

.products {
  position: relative;
}
.products .common-btn {
  margin: 40px auto 0;
  display: table;
  width: 200px;
  text-align: center;
}
.section-title {
  margin-bottom: 40px;
}
.section-title h4 {
  margin-bottom: 26px;
}
.section-title p {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #797979;
  margin: 0;
}
.product-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.product-item  {
  width: calc(16.66% - 20px);
  transition: all 0.5s ease;
  overflow: hidden;
}
.product-wrap h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: var(--primary-color);
  margin: 24px 0 8px;
  text-align: center;
}
.product-item .product-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #F2F2F2;
  border-radius: 32px;
  height: 366px;
}

/* innovative-models */

.innovative-models {
  position: relative;
  padding: 96px 0;
}
.innovative-models-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 48px;
}
.innovative-models-image {
  border-radius: 32px;
  overflow: auto;
  width: calc(60% - 24px);
}
.innovative-models-image img {
  width: 100%;
}
.innovative-models-content {
  width: calc(40% - 24px);
}
.innovative-models-content h3 {
  margin-bottom: 26px; 
}
.innovative-models-content p {
  margin-bottom: 24px;
}
.innovative-models-content  .common-btn {
  width: 200px;
  text-align: center;
}

/* about  */

.about {
  position: relative;
  padding: 96px 0;
  background-color: #EDFBFF;
}
.about-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 64px;
}
.about-image {
  border-radius: 40px;
  overflow: auto;
  width: calc(44% - 32px);
  order: 2;
}
.about-image img {
  width: 100%;
}
.about-content {
  width: calc(56% - 32px);
  order: 1;
}
.about-content h3 {
  margin-bottom: 26px; 
}
.about-content p {
  margin-bottom: 24px;
}
.stats-grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 0 0;
    gap: 24px;
    flex-wrap: wrap;
}
.stat-item {
    text-align: left;
    width: calc(25% - 24px);
}
.stat-number {
    font-size: 56px;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
    letter-spacing: -0.06em;
    margin-bottom: 13px;
    color: #0C7DB3;
}
.stat-label {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    color: #646464;
    width: 98%;
}

/* why-choose-us */

.why-choose-us {
  position: relative;
}
.why-choose-us .section-title h2 {
  color: #014465;
}
.why-choose-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: stretch;
  gap: 24px;
  flex-wrap: wrap;
}
.why-choose-item {
  padding: 40px 32px;
  text-align: center;
  width: calc(33.3% - 24px);
  border: 2px solid #B8B5B5;
  border-radius: 24px;
}
.why-choose-icon {
  margin: 0 auto;
  display: table;
  margin-bottom: 32px;
}
.why-choose-item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #827F7F;
  margin: 0;
}
.why-choose-item h4 {
  max-width: 206px;
  margin: 0 auto 26px;
}
/* cta */

.cta{
  position: relative;
  background-color: #F0F0F0;
}
.cta-wrap {
  background:url(../images/cta-bg.webp) no-repeat center top;
  background-size: cover;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 601px;
}
.cta-content {  
  padding: 80px 120px; 
}
.cta-content h2 {
  font-weight: 700;
  font-size: 72px;
  line-height: 62px;
  color: #fff;
  margin-bottom: 40px;
}
.cta-content p {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  max-width: 950px;
  margin-bottom: 24px;
}
/*  healing */

.healing {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
}
.healing::before {
  position: absolute;
  width: 1063px;
  height: 1063px;
  left: -192px;
  top: -427px;
  background: #ACEAFF;
  content: "";
  border-radius: 50%;
}
.healing::after {
 position: absolute;
 width: 687px;
 height: 687px;
 right: -192px;
 bottom: -427px;
 background: #D3D7D9;
 content: "";
 border-radius: 50%;
}
.healing-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 48px;
  position:relative;
  z-index:5;
  justify-content: space-between;
}
.healing-image {
  border-radius: 32px;
  overflow: auto;
  width: calc(40.5% - 24px);
}
.healing-image img {
  width: 100%;
}
.healing-content {
  width: calc(60.5% - 24px);
  max-width: 905px;
}
.healing-content h3 {
  margin-bottom: 26px; 
}
.healing-content p {
  margin-bottom: 24px;
}
.healing-content ul {
  margin-left: 35px;
  margin-bottom: 24px;
}
.healing-content ul li {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  list-style: disc;
  padding-left: 0;
}
.healing-content  .common-btn {
  width: 200px;
  text-align: center;
}
   /* Footer */
  .footer {
      background-color: #D2EAF5;
      color: #ffffff;
      padding: 96px 0;
  }
  .footer-content {
      display: flex;
      justify-content: space-between;
      margin:40px 0 30px;
  }  
  .footer-section {
      display: flex;
      flex-direction: column;
  }
  .footer-section p {
    margin: 0 0 8px;
  }
    .footer-section p.address {
      margin-bottom: 16px;
      max-width: 400px;
    }
  .footer-title {
      font-size: 24px;
      font-weight: 700;
      line-height: 28px;
      text-transform: capitalize;
      color: #09374D;
      margin-bottom: 15px;
  }
  .footer-section li {
    margin-bottom: 7px;
  }
  .footer-section li:last-child {
    margin-bottom: 0;
  }
  .footer-link {
      font-size: 22px;
      font-weight: 500;
      line-height: auto;
      text-transform: capitalize;
      color:#09374D;
      text-decoration: none;
      cursor: pointer;
      transition: color 0.3s ease;
  }
    .footer-section p a {
      color:#09374D;
    }
  .footer-link:hover {
      color:#000;
  }
  .footer-logo {
    position: relative;
  }  
  .footer-copyright {
      font-size: 16px;
      font-weight: 400;
      line-height: 18px;
      color:#09374D;
      border-top: 1px solid #09374D;
      padding: 16px 0;
  }
  .designed {
     font-size: 16px;
     font-weight: 400;
     line-height: 18px;
     color:#09374D;
     margin: 0;
     text-align: right;
  }
  .designed a img {
     height: 20px;
     width: auto;
  }
.social-icon ul li {
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
}
.social-icon ul li a {
  width: 44px;
  height: 44px;
  background:rgba(0,0,0,.12);
  border-radius: 40px;
  font-size: 20px;
  color: #09374D;
  display: block;
  text-align: center;
  line-height: 44px;
}
.social-icon ul li a:hover {
   background:var(--accent-color);
   color: #fff;
}

.floatingdiv {
position: fixed;
top: auto;
bottom:100px;
left: auto;
right: 0;
z-index: 9999;
width: 45px;
height: 100px;
transform: translate(0,-50%);
}
.floatingwhatsapp {   
  width: 45px;
  height: 45px;  
  display: block;
  margin-bottom: 10px;
}
.floatingcall {    
  width: 45px;
  height: 45px;  
  display: block;
}
.jobPopup {
		z-index: 99999;
	}
	.jobPopup .modal-dialog .modal-content {
		border-radius: 10px;
		border: 0;
		position: relative;
		display: flex;
		flex-direction: column;
		width: 100%;
		pointer-events: auto;
		background-clip: padding-box;
		outline: 0;
	}
	.jobPopup .modal-dialog .modal-content .modal-header {
		padding: 24px 0 18px;
		margin: 0 40px;
	}
	.jobPopup .modal-dialog .modal-content .modal-header .modal-title {
		font-size: 20px;
		color: #000;
		font-weight: 500;
	}
	.jobPopup .modal-dialog .modal-content .modal-header .btn-close {
		width: 20px;
		height: 20px;
		padding: 0;
		margin: 0;
		width: 18px;
		height: 18px;
		border-radius: 0;
		opacity: 1;
		margin-left: auto;
	}
	.jobPopup .modal-dialog .modal-content .modal-body {
		padding: 25px 40px 40px;
		position: relative;
		flex: 1 1 auto;
	}
	.jobPopup .modal-dialog .modal-content .modal-body form>*:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="text"],
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="tel"],
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="email"],
  .jobPopup .modal-dialog .modal-content .modal-body form select {
		height: 50px;
		padding: 10px 20px;
		width: 100%;
		font-size: 15px;
		border: 1px solid #707070;
		outline: none;
		box-shadow: none;
		border-radius: 5px;
		background: #fff;
		transition: all .3s;
		color: #263948;
	}
  .select2-container .select2-selection--single {
    height: 50px !important;
		padding: 10px 0 !important;
    border: 1px solid #707070 !important;
    border-radius: 5px !important;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 20px !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 10px;
    top: 0;
  }
  .jobPopup .modal-dialog .modal-content .modal-body form p {
    margin-bottom: 10px;
  }
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="text"]::placeholder,
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="tel"]::placeholder,
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="email"]::placeholder,
  .jobPopup .modal-dialog .modal-content .modal-body form select::placeholder{
		color: #263948;
		opacity: 1;
	}
	.jobPopup .common-btn {
		margin-top: 12px;
		height: 45px;
		font-size: 15px;
    line-height: 12px;
		width: 100%;
    text-decoration: none;
    background-color:var(--accent-color)!important;
    color: var(--white-color);
    border-radius: 30px !important;
	}
	.jobPopup .common-btn:hover,
	.jobPopup .common-btn:focus {
		background-color: var(--primary-color);
		color: var(--white-color);
	}

  /* media query */

 @media only screen and (max-width: 1850px){	
    .stat-label {
      font-size: 19px;
    }
    .healing::before,
    .healing::after{
      width: 900px;
      height: 900px;
      display: block;
    }
    .healing::after{
      right: -313px;
      bottom: -503px;
    }
 }
 @media only screen and (max-width: 1800px){	
    .container-fluid {
      padding: 0 100px;
    }   
    .product-item .product-image {
      height: 340px;
    }
    .stat-label {
      font-size: 18px;
    }
    .stat-number {
      font-size: 54px;
    }
  }
  @media only screen and (max-width: 1700px){	
    .container-fluid {
      padding: 0 80px;
    }
    .hero-section {
      padding: 400px 0 200px;
    }
    section {
      padding: 100px 0;
    }
    .healing::before, 
    .healing::after {
      width: 800px;
      height: 800px;
    }    
  }
  @media only screen and (max-width: 1600px){	
    .container-fluid {
      padding: 0 70px;
    }
    .hero-section {
      padding: 380px 0 180px;
    }
    h1 {
      font-size: 60px;
      line-height: 68px;
    }
    h2 {
      font-size:54px;
      line-height: 58px;
    }
    h3 {
      font-size: 46px;
      line-height: 54px;
    }
    p,
    .healing-content ul li {
      font-size: 22px;
      line-height: 30px;
    }
    .hero-content {
      max-width: 660px;
    }
    .hero-section p,
    .section-title p{
      font-size: 30px;
      line-height: 38px;
    }    
    section {
      padding: 90px 0;
    }  
    .healing,
    .about,
    .innovative-models {
      padding: 80px 0;
    }
    .product-item .product-image {
      height: 320px;
    }
    .stat-number {
      font-size: 50px;
    }
    .stat-label {
      font-size: 16px;
      line-height: 22px;
    }  
    .footer {
      padding: 80px 0;
    }    
    .footer-title {
      font-size: 22px;
      line-height: 26px;
    }
    .footer-link {
      font-size: 20px;
    }
    .footer-section li {
      margin-bottom: 5px;
    }   
    .why-choose-item {
      padding: 35px 26px;
    }
    .cta-content {
      padding: 70px 100px;
    }
    .cta-content h2 {
      font-size: 64px;
      line-height: 52px;
      margin-bottom: 35px;
    }
    .cta-wrap {
      min-height: 550px;
    }
    .healing::before, .healing::after {
      width: 700px;
      height:700px;
    }
  }
  @media only screen and (max-width: 1500px){	
    .container-fluid {
      padding: 0 50px;
    }    
  }
  @media only screen and (max-width: 1400px){	
    .container-fluid {
      padding: 0 30px;
    }    
    .hero-section {
      padding: 340px 0 160px;
    }
    h1 {
      font-size: 54px;
      line-height: 50px;
      margin-bottom: 25px;
    }
    h2 {
      font-size: 50px;
      line-height: 56px;
      margin-bottom: 18px;
    }
    h3 {
      font-size: 40px;
      line-height: 50px;
    }
    h4,
    p,
    .healing-content ul li {
      font-size: 20px;
      line-height: 28px;
    }
    .hero-section p,
     .section-title p {
      font-size: 26px;
      line-height: 30px;
     }
    .hero-content {
      max-width: 600px;
    }
    .outer-menu {
      height: 100px;
      max-height: 100px;
    }
    .outer-menu .logo img {
      height: 70px;
      width: auto;
    }
    .common-btn {
      font-size: 18px;
      height: 50px;
      padding: 16px 32px;
    }
    section {
      padding: 80px 0;
    }   
    .footer,
    .healing,
    .about,
    .innovative-models {
      padding: 70px 0;
    }
    .product-wrap {
      gap: 15px;
    } 
    .product-item {
      width: calc(16.66% - 15px);
    }  
    .product-item .product-image {
      height: 280px;
    }
    .product-wrap h4 {
      font-size: 18px;
      margin: 15px 0 8px;
    }
    .products .common-btn {
      margin: 35px auto 0;
    }
    .innovative-models-content h3 {
      margin-bottom: 20px;
    }
    .about-wrap {
      gap: 50px;
    }
    .about-image {
      width: calc(44% - 25px);
    }
    .about-content {
      width: calc(56% - 25px);
    }
    .stat-number {
      font-size: 45px;
      line-height: 50px;
      margin-bottom: 8px;
    } 
    .stats-grid {
      gap: 20px;
    }
    .stat-item {
      width: calc(25% - 20px);
    }
    .why-choose-item h4 {
      max-width: 170px;
      margin: 0 auto 20px;
    }
    .why-choose-icon {
      margin-bottom: 25px;
    }
    .why-choose-item p {
      font-size: 18px;
      line-height: 24px;
    }
    .why-choose-item {
      padding: 30px 22px;
    }
    .cta-wrap {
      min-height: 500px;
    }
    .cta-content {
      padding: 60px 80px;
    }
    .cta-content h2 {
      font-size: 55px;
      line-height: 60px;
      margin-bottom: 30px;
    }
    .healing-content h3,
    .healing-content p,
    .healing-content ul,
    .about-content h3 {
      margin-bottom: 20px;
    }
    .footer-content {
      margin: 30px 0 20px;
    }
    .footer-section p.address {
      margin-bottom: 13px;
      max-width: 340px;
    }
    .healing::before, .healing::after {
      width: 600px;
      height:600px;
    }
  }
   @media only screen and (max-width: 1300px){	
    .container-fluid {
      padding: 0 15px;
    }  
    .hero-section {
      padding: 300px 0 140px;
    }  
    .cta-content {
      padding: 60px 60px;
    }
  }
  @media only screen and (max-width: 1200px){	   
    .outer-menu ul li a {
      font-size: 18px;
      line-height: 18px;
    }
    .outer-menu {
      height: 80px;
      max-height: 80px;
    }
    .outer-menu .logo img,
    .is-sticky .outer-menu .logo img {
      height: 60px;
      width: auto;
    }
    .is-sticky {
      height: 80px !important;
      max-height: 80px !important;
    }
    .common-btn {
      font-size: 18px;
      height: 45px;
      padding: 12px 26px;
    }
    .hero-section {
      padding: 270px 0 100px;
    }
    h1 {
      font-size: 50px;
      line-height: 54px;
      margin-bottom: 25px;
    }
    h2 {
      font-size: 46px;
      line-height: 46px;
      margin-bottom: 15px;
    }
     h3 {
      font-size: 34px;
      line-height: 40px;
    }
    h4, p, .healing-content ul li {
      font-size: 18px;
      line-height: 26px;
    }
    .hero-content {
      max-width: 560px;
    }   
    section {
      padding: 70px 0;
    }    
    .section-title {
      margin-bottom: 30px;
    }
    .hero-section h1 {
      margin-bottom: 20px;
    } 
    .hero-section p, 
    .section-title p {
      font-size: 24px;
      line-height: 30px;
    }
    .footer {
      padding: 50px 0;
    }   
    .footer-link {
      font-size: 18px;
    } 
    .product-item {
      width: calc(25% - 15px);
    } 
    .innovative-models-content h3 {
      margin-bottom: 15px;
      max-width: 400px;
    } 
    .innovative-models-wrap,
    .about-wrap,
    .healing-wrap {
      gap: 30px;
    }
    .innovative-models-image {
      width: calc(55% - 15px);
    } 
    .innovative-models-content {
      width: calc(46% - 15px);
    } 
    .about-content {
      width: calc(58% - 15px);
    } 
    .about-image {
      width: calc(44% - 15px);
    }
    .stat-number {
      font-size: 40px;
      line-height: 46px;
      margin-bottom: 8px;
    }
    .stat-label {
      font-size: 14px;
      line-height: 20px;
    }
    .stats-grid,
    .why-choose-wrap {
      gap: 15px;
    }
    .stat-item {
      width: calc(25% - 15px);
    }
    .why-choose-item {
      padding: 20px 15px;
      width: calc(33.3% - 15px);
    }
    .why-choose-icon {
      margin-bottom: 15px;
    }
    .why-choose-item h4 {
      max-width: 170px;
      margin: 0 auto 15px;
    }
    .why-choose-item p {
      font-size: 16px;
      line-height: 22px;
    }
    .cta-content {
      padding: 40px;
    }
    .cta-content h2 {
      font-size: 50px;
      line-height: 55PX;
      margin-bottom: 20px;
    }
    .cta-content p {
      font-size: 28px;
      line-height: 34px;
      max-width: 800px;
    }
     .cta-wrap {
      min-height: 450px;
    }
    .healing-image {
      width: calc(40.5% - 15px);
    }
    .healing-content {
      width: calc(60.5% - 15px);
    }
    .footer, .healing, .about, .innovative-models {
      padding: 50px 0;
    }
  }
  @media only screen and (max-width: 1100px){	
    .hero-section {
      padding: 250px 0 60px;
    }   
    .why-choose-icon img {
      width: 60px;
      height: auto;
    }
    .footer-title {
      font-size: 20px;
      line-height: 24px;
    } 
    .social-icon ul li a {
      width: 38px;
      height: 38px;
      line-height: 38px;
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 991px){ 
  .outer-menu {
    padding: 0;
  }
  .outer-menu .navbar-toggler{
	  border: none;
	  box-shadow: none;
	  position: absolute;
	  right: 25px;
	  height: 13px;
	  border-radius: 0;
	  width: 23px;
	  padding: 0;
	  background-color: transparent;
	}
	.outer-menu .navbar-toggler .menu-lines {
	  display: inline-block;
	}
	.outer-menu .navbar-toggler .menu-lines::before, 
	.outer-menu .navbar-toggler .menu-lines::after {
	  content: '';
	  position: absolute;
	  left: 0;
	  width: 23px;
	  height: 2px;
	  display: inline-block;
	  background-color:var(--text-color);
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	}
	.outer-menu .navbar-toggler .menu-lines::before {
	  top: 0;
	}
	.outer-menu .navbar-toggler .menu-lines::after {
	  top: 12px;
	}
	.outer-menu .navbar-toggler .menu-lines span {
	  position: absolute;
	  top: 6px;
	  left: 0;
	  width: 18px;
	  height: 2px;
	  background-color:var(--text-color);
	}
	.outer-menu .collapse:not(.show) {
	  display: block;
	}
	.outer-menu .navbar-collapse {
	  position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  width: 100%;
	  height: 100%;
	  visibility: hidden;
	  opacity: 0;
	  background-color: rgba(0,0,0,.6);
	  z-index: 1000;
	  padding: 0;
	  transition: 0.4s ease;
	}
	.outer-menu .navbar-collapse.menu-opened {
	  opacity: 1;
	  visibility: visible;
	}
	.outer-menu .navbar-collapse.menu-opened .navbar-nav {
	  opacity: 1;
	  transform: translateX(0);
	}
	.outer-menu .navbar-collapse .navbar-nav {
	  opacity: 0;
	  width: 240px;
	  height: 100%;
	  overflow-y: auto;
	  padding: 10px 0 20px;
	  background-color: #fff;
	  transform: translateX(-100%);
	  transition: 0.3s ease;
	  transition-delay: 0s;
	  transition-delay: 0.4s;
	  margin: 0;
	}
	.outer-menu .navbar-collapse.menu-opened .close-mobile-menu {
	  opacity: 1;
	  transform: scale(1);
	  display: block;
	}
	.outer-menu .close-mobile-menu {
	  position: absolute;
	  top: 30px;
	  right: 15px;
	  z-index: 1100;
	  width: 35px;
	  height: 35px;
	  line-height: 33px;
	  text-align: center;
	  border-radius: 50%;
	  border: 1px solid #fff;
	  color: #fff;
	  cursor: pointer;
	  opacity: 0;
	  transform: scale(.8);
	  transition: all 0.4s ease;
	  transition-delay: 0s;
	  transition-delay: 0.5s;
	  background-color: transparent;
	  box-shadow: none;
	}
	.main-menu ul li a {
	  color:var(--text-color);
	  line-height: 25px !important;
	  padding-left: 15px;
	}
	.outer-menu ul li a.active::before, 
	.outer-menu ul li a:hover::before,
	.outer-menu ul li a::before {
	 display: none;
	}  
  .hero-section {
    padding: 200px 0 40px;
  }
  .mob-logo {
    padding-left: 15px;
  }
  .mob-logo,
  .outer-menu .mob-logo img.logo {
    display: block;
  }
  section {
    padding: 50px 0;
  }
  .footer, .healing, .about, .innovative-models {
    padding: 40px 0;
  }
  .footer {
    padding-bottom: 15px;
  }
  h1{
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  h2{
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 15px;
  }
  .hero-section h1 {
    margin-bottom: 10px;
  }
   .hero-section p, .section-title p {
    font-size: 22px;
    line-height: 28px;
  }
  .hero-content {
    max-width: 500px;
  }
  .hero-section p {
    margin-bottom: 15px;
  }
  .product-item .product-image {
    height: 250px;
  }
  .innovative-models-image,
  .innovative-models-content,
  .about-image,
  .about-content,
  .healing-image,
  .healing-content {
    width: 100%;
  } 
  .innovative-models-wrap,
  .about-wrap,
  .healing-wrap {
    display: block;
  }
  .innovative-models-content,
  .about-content,
  .healing-content {
    padding-top: 30px;
  }
  .innovative-models-content p,
  .about-content p,
  .healing-content p {
    margin-bottom: 15px;
  }
  .innovative-models-content h3,
  .about-content h3,
  .healing-content h3,
  .healing-content ul {
    margin-bottom: 10px;
  }
   .why-choose-item h4 {
    max-width: 160px;
    margin: 0 auto 15px;
  }
  .why-choose-icon img {
    width: 50px;
    height: auto;
  }
   .cta-wrap {
    min-height: 400px;
  }
  .cta-content h2 {
    font-size: 40px;
    line-height: 45PX;
    margin-bottom: 15px;
  }
   .cta-content {
    padding: 20px;
  }
   .cta-content p {
    font-size: 24px;
    line-height: 30px;
    max-width: 800px;
  }
  .footer-section {
    width: 50%;
  }
  .footer .col-md-4 {
    order: 1;
    padding-bottom: 20px;
  }
  .footer .col-md-2 {
    order: 2;
     padding-bottom: 20px;
  }
  .footer .col-md-3 {
    order: 3;
  }
}
@media only screen and (max-width: 767px){
  .hero-section {
    padding: 150px 0 40px;
  }
  .hero-content {
    max-width: 450px;
  }
  p,
  .healing-content ul li {
    font-size: 16px;
    line-height: 24px;
  }
  h1 {
    font-size: 36px;
    line-height: 38px;
  }
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
  h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .hero-section h1 {
    margin-bottom: 15px;
    max-width: 420px;
  } 
   .hero-section p, .section-title p {
    font-size: 20px;
    line-height: 26px;
  } 
  .footer-copyright {
    text-align: center;
  }
  .designed {
    text-align: center;
    margin-top: 15px; 
  }
   .product-item {
    width: calc(34% - 15px);
  }
   .why-choose-item {
    padding: 20px 15px;
    width: calc(51% - 15px);
  }
  .cta-wrap {
    min-height: 300px;
  }
  .cta-content h2 {
    font-size: 32px;
    line-height: 36PX;
    margin-bottom: 10px;
  }
   .cta-content p {
    font-size: 20px;
    line-height: 25px;
    max-width: 800px;
  }
}
@media only screen and (max-width: 600px){
  .section-title p br {
    display: none;
  }
  .product-item {
    width: calc(51% - 15px);
  }
  .innovative-models {
    padding-top: 0;
  }
  h3 {
    font-size: 28px;
    line-height: 34px;
  }
   .stat-item {
    flex: 0 0 calc(50% - 15px);
    box-sizing: border-box;
    text-align: left;
  }
  .stat-label {
    max-width: 150px;
  }
  .footer-section {
    width: 100%;
  }
   .footer .col-md-3:nth-child(2) {
    order: 3;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 500px){
   .outer-menu .logo img, .is-sticky .outer-menu .logo img {
    height: 40px;
    width: auto;
  }
   .outer-menu {
    height: 65px;
    max-height: 65px;
  }
   .hero-section {
    padding: 120px 0 40px;
  }  
  h1 {
    font-size: 26px;
    line-height: 28px;
   }
  h2 {
    font-size: 26px;
    line-height: 28px;
   }
   h3 {
    font-size: 24px;
    line-height: 28px;
  }
  p,
  .healing-content ul li {
    font-size: 15px;
    line-height: 24px;
  }
   .hero-section p, .section-title p {
    font-size: 18px;
    line-height: 24px;
  }
  .common-btn {
    font-size: 15px;
    height: 42px;
    padding: 12px 15px;
  }
   section {
    padding: 40px 0;
  }
   .footer {
    padding: 30px 0 10px;
  }
  .healing, .about, .innovative-models {
    padding: 30px 0;
  }
  .footer-link {
    font-size: 16px;
  }
  .why-choose-item {
    padding: 20px 15px;
    width: 100%;
  }
  .cta-content h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .cta-content p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .healing-content ul {
    margin-left: 15px;
  }
  .footer-logo img {
    height: 60px;
  }
   .footer-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
   .section-title {
    margin-bottom: 20px;
  }
  .innovative-models {
    padding-top: 0;
  }
  .innovative-models-content, .about-content, .healing-content {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 400px){
  .hero-section p, .section-title p {
    font-size: 16px;
    line-height: 22px;
  }
  .product-item {
    width: 100%;
  }
  .product-item .product-image {
    height: 230px;
  }
   .products .common-btn {
    margin: 15px auto 0;
  }
  .cta-content .grey-btn {
    margin-bottom: 10px;
  }
} 