body {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  color: #282828;
}

header {
  padding: 24px 0;

  background: #fbf7f4;
}

/* Hero Slider */
.hero-slider .single-slider {
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-slider .single-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* Subtle overlay for text readability */
}

.hero-slider .banner-content {
  position: relative;
  z-index: 2;
  text-align: left; /* Alignment follows POC style for single-slider text */
}

.hero-slider .banner-content h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-slider .banner-content h1 span {
  color: #ae6f5b; /* The project's accent color */
}

.hero-slider .banner-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: left;
}

@media (max-width: 991px) {
  .hero-slider .single-slider {
    height: 500px;
  }
  .hero-slider .banner-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .hero-slider .single-slider {
    height: 400px;
  }
  .hero-slider .banner-content h1 {
    font-size: 28px;
  }
  .hero-slider .banner-content p {
    font-size: 16px;
  }
}

/* Hero Slider Owl Nav */
.hero-slider.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  margin: 0;
  pointer-events: none; /* Let clicks pass through to sub-elements */
}

.hero-slider.owl-carousel .owl-nav button {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: rgba(
    174,
    111,
    91,
    0.7
  ) !important; /* Semi-transparent accent color */
  color: #fff !important;
  border-radius: 50%;
  font-size: 24px;
  transition: all 0.3s ease;
  pointer-events: auto; /* Enable clicks on buttons */
}

.hero-slider.owl-carousel .owl-nav button:hover {
  background: rgba(174, 111, 91, 1) !important;
  transform: scale(1.1);
}

.hero-slider.owl-carousel .owl-nav .owl-prev {
  left: 30px;
}

.hero-slider.owl-carousel .owl-nav .owl-next {
  right: 30px;
}

.hero-slider.owl-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.hero-slider.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.hero-slider.owl-carousel .owl-dots .owl-dot.active span {
  background: #ae6f5b;
  width: 30px;
  border-radius: 10px;
}

header nav {
  padding: 0 !important;
}

header nav .nav-item .nav-link {
  padding: 12px;
  color: #282828;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  text-transform: uppercase;
}

header nav .navbar-brand {
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  /* display: inline-block !important; */
  max-width: 400px;
}
h3 {
  font-weight: 300;
}

.banner {
  position: relative;
  background: #fbf7f4;
}
.bannerPic {
  display: inline-block;
  width: 100%;
  position: relative;
}
/*.bannerPic:after{*/
/*    content:'';*/
/*    position:absolute;*/
/*    top:0;*/
/*    left:0;*/
/*    width:100%;*/
/*    height:100%;*/
/*    background:rgb(0 0 0 / 43%);*/
/*}*/

.banner-inner {
  position: relative;
}

.banner .banner-content {
  position: absolute;

  top: auto;

  left: 0;

  width: 100%;

  bottom: 64px;

  right: 0;

  margin: auto;

  text-align: center;
}

.banner .banner-content .banner-text-big {
  text-align: center;
  text-shadow: 0px 0px 65px rgba(0, 0, 0, 0.48);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 107.5%;
  font-family: "Spectral", serif;
  color: #fff;
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
}

.banner .banner-content .banner-text-big small {
  display: inline-block;
  width: 100%;
  font-size: 48px;
}

.banner .banner-content p {
  color: #fff;
  text-align: center;
  text-shadow: 0px 6px 11px rgb(0 0 0 / 46%);
  font-family: "Spectral", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.theme-btn {
  padding: 12px 24px;
  background: #fff;
  border-radius: 0;
  line-height: 130%;
  font-size: 15px;
}

a.btn.theme-btn.border-btn {
  border: 1px solid #ae6f5b;
  color: #ae6f5b;
}

a.btn.theme-btn.border-btn:hover {
  background: #fff;
}

.cta-btn-group .theme-btn {
  min-width: 173px;
}

.cta-btn-group {
  margin-top: 32px;
}

.cta-btn-group .theme-btn + .theme-btn {
  margin-left: 12px;
}

a.btn.theme-btn.border-btn svg path {
  fill: #ae6f5b;
}

a.btn.theme-btn.border-btn svg {
  margin-top: -2px;
}

.theme-btn.btn-hover {
  background: #f8c9b9;
  color: #4e4e4e;
}

.theme-btn.btn-hover:hover {
  border: 1px solid #f8c9b9;
  background: #fff;
}

.banner .banner-btn {
  margin-top: 24px;
}

.theme-btn:hover {
  background: #f8c9b9;
  color: #4e4e4e;
}

.service {
  padding: 50px 0;
  background-color: #fbf7f4;
  position: relative;
}

.service-single {
  position: relative;
  display: inline-block;
  text-align: center;
  /* margin-bottom: 25px; */
}

div.service-50 {
  height: 50%;
}

div.service-50:first-child {
  padding-bottom: 12px;
}

div.service-50:last-child {
  padding-top: 12px;
}

a.service-single.service-100,
div.service-single.service-100 {
  height: 100%;
  width: 100%;
}

a.service-single.service-50,
div.service-single.service-50 {
  width: 100%;
  height: 50%;
}

.service-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a.service-single.service-2,
div.service-single.service-2 {
}

a.service-single.service-6,
div.service-single.service-6 {
  min-width: 141px;
  margin-left: 18px;
}

a.service-single.service-4,
div.service-single.service-4 {
  margin-right: 16px;
  min-width: 185px;
}

a.service-single.service-5,
div.service-single.service-5 {
  margin-top: 74px;
}

a.service-single.service-1,
div.service-single.service-1 {
  margin-bottom: 51px;
  min-width: 144px;
  margin-right: 31px;
}

a.service-single.service-3,
div.service-single.service-3 {
  margin-top: 90px;
  margin-left: 16px;
}

.service-single .service-single-title {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 116.3%;
}

.service-list-group {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.service-title {
  color: #282828;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 57.6px */
  text-transform: capitalize;
  display: inline-block;
}

.service-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  max-width: 55px;
  bottom: 55px;
}

.service-inner {
}

.section-padding {
  padding: 96px 0;
}

.welcome-content {
  padding: 64px 64px;
}

.welcome .welcome-content {
  padding-left: 34px;
}

.welcome-content .section-title {
  margin-bottom: 35px;
}

.section-title-tag {
  color: #ae6f5b;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 28.8px */
  text-transform: capitalize;
  margin-bottom: 12px;
  display: inline-block;
}

.section-title {
  color: #282828;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 43.2px */
}

h3.section-title {
  font-size: 26px;
}

.inner-section .section-title {
  margin-bottom: 15px;
}

.welcome-content p {
  font-weight: 300;
  text-align: justify;
}

.welcome-content .theme-btn {
  margin-top: 48px;
}

.treatment {
  /* background: #FBF7F4; */
  padding: 96px 0 72px;
}

.treatment-single {
  position: relative;

  display: inline-block;

  width: 100%;
}

.treatment-single {
  /*margin-bottom: 24px;*/
}

.treatment-single img {
  width: 100%;
}

.treatment-single .treatment-single-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 32px;
  color: #fff;
  width: 100%;
}

.treatment-single-max-content {
  max-width: 544px;
}

.treatment-single .treatment-single-content h3 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 41.6px */
  text-transform: capitalize;
}

.treatment-single .treatment-single-content .theme-btn {
  margin-top: 8px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: normal;
}

.treatment-single .treatment-single-content .theme-btn:hover {
  border-color: #f8c9b9;
  background: #282828;
}

.treatment-single .treatment-single-content .theme-btn svg path {
  color: #fff;
  fill: #fff;
}

.treatment-single .treatment-single-content h3 small {
  display: block;
  font-size: 24px;
}

.treatment-single .treatment-single-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 155.3%;
}

.heading {
  margin-bottom: 40px;
}

.heading p {
  color: #4e4e4e;

  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li {
  background: url(../images/tick.svg) no-repeat top left;
  padding-left: 35px;
  margin-bottom: 16px;
}

.why-list li h3 {
  color: #282828;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 4px;
}

.why-list li p {
}

.client {
  background: #fbf7f4;
  padding: 24px 0;
}

.client .client-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

footer {
  /*background: #181513;*/
  /*background: #0a2046;*/
  /*background: #000080;*/
  background: #a7c7e7;
}

.footer-top {
  padding: 48px 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 32px 0;
}

.footer-bottom p {
  margin-bottom: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  color: #3c4352;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-top p {
  color: #131d34;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 19.2px */
}

footer .footer-menu {
  margin-bottom: 20px;
  display: block;
}
.footer-logo {
  margin-bottom: 20px;
}
footer .footer-top p {
  margin-bottom: 8px;
}

footer .footer-top p a {
  color: #131d34;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  text-decoration: none;
  font-family: "Lato", sans-serif;
}

footer .footer-top p.footer-time {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #131d34;
  line-height: 160%;
  /* 19.2px */
  text-transform: capitalize;
  margin-bottom: 20px;
}

footer .footer-top .footer-menu li a {
  padding: 8px 8px 8px 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #131d34;
  display: inline-block;
  text-decoration: none;
}

footer .footer-top .footer-menu li a:hover {
  color: #131d34;
}

footer .footer-top h4 {
  color: #131d34;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 24px;
}

ul.footer-social li a {
  padding: 8px;
  display: inline-block;
  background: #131d34;
  margin-right: 8px;
}

.footer-social li {
  display: inline-block;
}

.h-100 {
  height: 100%;
  object-fit: cover;
}

.error_banner {
  text-align: center;
}

.error_banner img {
  width: 400px;
}

.error_banner p {
  font-size: 24px;
  font-weight: 400;
  margin-top: 25px;
}

.error_banner .section-title {
  font-size: 70px;
  font-weight: 600;
  color: #042173;
}

/* 
.contact_banner {
    position: relative;
}

.contact_ctn {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.contact_title {
    font-size: 40px;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    font-style: normal;
    color: #000000;
}


.contact_box_content{
    text-align: center;
    margin-bottom: 40px;
}
.contact_box{
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(20.999999999999996, 20.999999999999996, 20.999999999999996, 0.10980392156862745);
    padding: 30px;
    border-radius: 15px;
}
.contact_box textarea{
    height: 150px;
}
.contact_box .submit_btn{
    width: 100%;
    background-color: #AE6F5B;
    color: #fff;
    padding: 12px 0;
}
.contact_box_content .section-title{
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.contact_box_content .section-title:before{
    border-bottom: 3px solid #AE6F5B;
    content: "";
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 150px;
    left: 0;
    right: 0;
    margin: auto;
} */

/* subha */

.inner-img {
  border-radius: 30px;
  padding: 5px;
  box-shadow: 30px 26px 40px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 30px 26px 40px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 30px 26px 40px 0 rgba(0, 0, 0, 0.04);
}

.contact_banner {
  background: #fbf7f4;
  padding: 96px 0;
}

.contact_btn {
  border: 1px solid #ae6f5b;
  color: #ae6f5b !important;
}

.mt-40 {
  margin-top: 40px;
}

.contact_box {
  background-color: #fff;
  padding: 40px;
}

.contact_box .form-control {
  padding: 12px 16px;
}

.contact_box .has-error .form-control {
  border-color: red;
}

.contact_box .has-error .help-block {
  display: none !important;
}

.submit_btn {
  margin-top: 40px;
}

.contact_banner_ctn a {
  color: #282828;
}

.contact_box textarea {
  height: 100px;
}

.form-control {
  border-radius: 0;
}

.locations .treatment-single-content .theme-btn {
  background-color: #fff;
  color: #4e4e4e;
}

.locations .treatment-single-content .theme-btn:hover {
  background: #f8c9b9;
  color: #4e4e4e;
}

.contact_banner_ctn ul {
  padding-left: 0;
  margin-bottom: 30px;
}

.contact_banner_ctn ul li {
  list-style: none;
  color: #4e4e4e;
}

.contact_banner_ctn a {
  color: #4e4e4e;
}

.contact_banner_ctn p {
  color: #4e4e4e;
}

.contact_banner_ctn ul li a {
  text-decoration: none;
}

.contact_box p {
  color: #4e4e4e;
  margin-bottom: 40px;
}

.inner_banner {
  position: relative;
  height: 364px;
}

.inner_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.inner_banner .conditions-videos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_banner_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: rgba(0, 0, 0, 0.2);*/
}

.inner_banner_title {
  font-size: 54px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-family: "Lato", sans-serif;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
  display: block;
  margin-bottom: 25px;
}
.bgPink {
  background: #fbf7f4;
}

.inner-content {
  padding: 64px 64px;
}
.inner-content .section-title {
  margin-bottom: 15px;
  margin-top: 45px;
}

.inner-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner-content ul li {
  background: url(../images/tick.svg) no-repeat left -2px;
  padding-left: 35px;
  margin-bottom: 16px;
  color: #4e4e4e;

  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.08px;
}

.inner-content ul li a {
  color: #ae6f5b;
  text-decoration: underline;
}

.inner-content .table tbody tr td:last-child {
  font-weight: 800;
}

.inner-content ul li h3 {
  color: #282828;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 4px;
}

.inner-content ul li p {
}
.inner-section p {
  margin-bottom: 0;
}
.inner-callto-content {
  padding: 48px 0;
}
.inner-section p {
  color: #4e4e4e;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 150% */
  letter-spacing: -0.08px;
  margin-bottom: 25px;
  text-align: justify;
}
.inner-section p a {
  color: #ae6f5b;
  text-decoration: underline;
}

.inner-callto-content {
  border: 1px solid #d4d3d2;
}

.inner-callto p {
  line-height: 180%;
}

.inner-callto .section-title {
  margin-bottom: 16px;
}
.custom-section-padding {
  padding: 80px 0;
}
.help-block {
  color: red;
  margin-top: 5px;
  display: inline-block;
}
.symBx {
  text-align: center;
  padding: 0px 25px;
}
.symBx picture {
  width: 100%;
  margin-bottom: 20px;
  height: 250px;
  max-width: 250px;
  position: relative;
  display: inline-block;
}
.symBx picture:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 30%;
  height: 30%;
  border-radius: 25px;
  background: rgb(59 77 107 / 22%);
}
.symBx picture:after {
  content: "";
  right: -10px;
  bottom: -10px;
  border-radius: 25px;
  background: rgb(243 141 13 / 18%);
  width: 100%;
  height: 100%;
  position: absolute;
}
.symBx picture img {
  border-radius: 25px;
  border: 2px solid rgb(240 240 240);
  position: relative;
  z-index: 1;
}
.symBx h3 {
  color: #0a2046;
  font-size: 22px;
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
  font-weight: 300;
  margin-top: 5px;
}
.symBx p {
  line-height: 1.8;
  text-align: center !important;
}
.faqAccor .accordion-header button {
  background: #18327d;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.faqAccor .accordion-header button:after {
  background-color: #f38d0d !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-position: center center;
}

.inner-content .table thead tr th {
  background: #f38d0d;
  color: #fff;
  font-weight: 700;
}
.text-center p {
  text-align: center !important;
}

.service-bx {
  padding: 50px 15px;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  position: relative;
}
.service-icon {
  width: 100%;
  margin-bottom: 15px;
}
.service-icon img {
  width: 100%;
  max-height: 116px;
  object-fit: contain;
  object-position: center;
}
.service-name {
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.service-bx .learn {
  color: #f38d0d;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  transform: scale(0);
}
.service-bx .learn i,
.treatment-bx .learn i {
  margin-left: 5px;
}
.treatmentCnt_img picture {
  height: 100%;
}
.treatInnerBx {
  height: 100%;
  background: #ffffff;
  border-radius: 15px;
  /*box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 7%);*/
}

.treatInnerBx p {
  font-size: 16px !important;
  line-height: 1.8;
}

.treatInnerBx .theme-btn {
  font-size: 18px;
  padding: 12px 25px;
  margin-top: 18px;
}
.treatInnerBx p {
  font-size: 15px;
}
.treatInnerBx:hover {
  background: rgb(255 255 255 / 45%);
  border-radius: 15px;
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
.treatInnerBx .btn-style {
  font-size: 14px;
  padding: 10px 25px;
}

.priceTableBx {
  width: 100%;
  max-width: 950px;
  margin: 0px auto;
}
.priceTableBx table {
  /*background: #000080;*/
  /*box-shadow: 0 10px 20px rgb(0 0 0 / 5%);*/
}
.price_suTitle {
  font-size: 16px;
  color: #282828;
  text-transform: uppercase;
}
.priceTableBx table tr td {
  background-color: transparent;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #282828;
}

.priceTableBx table tr td:first-child {
  width: 50%;
  text-align: left;
}

.priceTable thead tr th {
  color: #0a2046 !important;
  font-family: "Lato", sans-serif;
  background: transparent !important;
  font-size: 25px;
  border-top: none;
  border-bottom: solid 1px #bcdfe1;
  padding: 15px 0px;
}

.priceTableBx table tr td b {
  font-weight: 800;
}

.priceTable tr td:first-child {
  text-align: left;
}
.priceTable tr:first-child td {
  padding-top: 15px;
  text-align: left;
}
.priceTable tr td {
  border: none;
  background: transparent !important;
  font-weight: 300 !important;
  padding: 5px 0px;
}

.priceTable tr td:nth-child(2) {
  text-align: left;
  padding: 15px 15px;
}
.priceTable tbody tr td:last-child {
  text-align: right;
}
.dorsalimpingList {
  width: 100%;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  justify-content: center;
  display: inline-flex;
}
.dorsalimpingList li {
  width: 100%;
  max-width: 33.33%;
  list-style: none;
  display: inline-block;
  padding: 0 35px;
  text-align: center;
}
.dorsalimpingList li picture {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 25px;
}
.dorsalimpingList li h3 {
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin: 25px 0;
  color: #0a2046;
}
.dorsalimpingList li picture:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: rgb(243 141 13 / 42%);
  border-radius: 100%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.dorsalimpingList li p {
  text-align: center !important;
}
.dorsalimpingList li picture img {
  width: 100%;
  max-width: 80px;
  position: relative;
  z-index: 1;
}
.secTT {
  margin: 15px 0px !important;
  font-size: 30px !important;
  font-weight: 600;
}
.sectionBigTT {
  font-size: 40px !important;
}
.sectionsmallTT {
  font-size: 26px !important;
}
@media (min-width: 992px) {
  .priceTable tr td:nth-child(2) {
    width: 30%;
  }
  .priceTable tr td:first-child {
    width: 50%;
  }
  .priceTable tbody tr td:last-child {
    text-align: left;
    width: 15%;
  }
}

@media (max-width: 767px) {
  .secTT {
    font-size: 20px !important;
  }
}
@media (max-width: 479px) {
  .priceTable tr td {
    font-size: 14px;
  }
}

.blog-list .blog-single .blog-single-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.blog-list .blog-single:hover .blog-single-img img {
  transform: scale(1);
}
.blog-list .blog-single .blog-single-content h3 a {
  font-family: Poppins, sans-serif !important;
  font-size: 19px;
  line-height: 1.4;
  display: inline-block;
  color: #000;
  text-decoration: none;
  min-height: 56px;
}

.blog-list .blog-single .blog-single-content .excerptText {
  min-height: 60px;
  font-size: 17px;
}
.blog-list .blog-single .blog-single-content {
  padding: 20px;
}
.blog-list .blog-single {
  border-radius: 15px;
  box-shadow: 0 0 13px rgb(207 207 207 / 37%);
  overflow: hidden;
}
.blog-list .blog-single .blog-single-content ul li:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
  content: "";
}
.blog-list .blog-single .blog-single-content ul li {
  position: relative;
  padding-bottom: 14px;
  font-size: 12px;
  color: #888;
}
.blog-list .blog-single .blog-single-content .blog_more {
  background: no-repeat;
  color: #f38d0d;
  padding: 0;
  display: block;
}
.blog-list .blog-top-cont {
  max-width: 710px;
  margin: auto auto 50px;
}
.blog-list .blog-top-cont p {
  font-size: 20px;
}
.blog-details .blog_sidebar input,
.blog-details .blog_sidebar textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #444;
  vertical-align: middle;
  background-color: #fcfcfc;
  background-image: none;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.blog-details .blog_sidebar input.blog-submit-btn {
  background-color: #2c3a5a;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding: 6px 12px;
  font-weight: 300;
  text-shadow: none;
  border: 1px solid #182031;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  width: auto;
}
.blog-details .blog_sidebar input.blog-submit-btn:hover {
  background: #f38d0d;
  color: #182031;
  border: 1px solid #f38d0d;
}
.blog-details .blog_sidebar h4 {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
}
.blog-details .blog_left_text a {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
  margin-bottom: 10px;
  display: block;
  color: #0070ff;
  text-decoration: none;
}
.blog-details .blog_left_text a:hover {
  text-decoration: underline;
  color: #f38d0d;
}
.blog-details h1.section-title {
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #2c3a5a;
  font-family: "Playfair Display", serif;
  font-weight: 300;
  margin-bottom: 20px;
}
.blog-details .blog-info-list li:not(:last-child):after {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  right: -2px;
  top: 50%;
  background: #000;
  transform: translateY(-50%);
}
.blog-details .blog-info-list li {
  position: relative;
  padding-right: 10px;
  color: #444;
  margin-bottom: 0;
}
.blog-details .blog-info-list li a {
  color: #f5a23a;
}
.blog-details .blog_sidebar input:focus {
  outline: 0;
  box-shadow: none;
}
.blog-details .blog_sidebar {
  padding-left: 25px;
}
.blog-details-inner {
  border-right: 1px solid #e6e6e6;
  padding-right: 25px;
}
.blog-details-inner ol li,
.blog-details-inner p,
.blog-details-inner ul li {
  font-size: 20px;
  font-family: Poppins, sans-serif !important;
  color: #2c3a5a;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 30px;
}
.blog-details-inner p a,
.blog-details-inner ul li a {
  color: #f38e0f;
}
.blog-form {
  margin-top: 40px;
}
.blog-details-inner h2,
.blog-details-inner h3,
.blog-details-inner h4 {
  font-size: 20px;
  color: #2c3a5a;
  margin-bottom: 30px;
}
.blog_left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.blog_left .blog_image {
  width: 100%;
  max-width: 115px;
}
.blog_left .blog_image img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}
.blog_left .blog_left_text {
  width: 100%;
  max-width: 60%;
  padding-left: 15px;
}

.blog_left .blog_left_text span {
  font-size: 14px;
}
.blog_left .blog_left_text a {
  color: #000;
  text-decoration: none;
}
.blog_left .blog_left_text a:hover,
.blog_left .blog_left_text a:hover p {
  text-decoration: underline;
  color: #f38d0d !important;
}
.paginate-pagination ul li {
  display: inline-block;
  margin: 0 5px;
  background: 0 0;
  padding: 0;
  width: auto;
}
.paginate-pagination .active {
  color: #fff !important;
  background: #f38d0d !important;
}
.paginate-pagination ul > li > a.page {
  color: #2d2d2d;
  background: #fff;
  border: 1px solid #ccc;
  font-weight: 700;
}
.paginate-pagination ul > li > a.page,
.share-more1 a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
}
.paginate-pagination {
  clear: both;
  padding-top: 15px;
  text-align: center;
}
.paginate-pagination ul {
  padding-left: 0;
}
ul.pagination .page-item.active .page-link {
  background: #f59e31;
  border-color: #f59e31;
}
ul.pagination .page-item a.page-link {
  color: #f59e31;
}
ul.pagination .page-item .page-link {
  padding: 10px 21px;
  font-size: 24px;
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.pagination .page-item {
  padding: 2px;
}
ul.pagination .page-item a.page-link:hover {
  background: #f59e31;
  color: #fff;
  border-color: #f59e31;
}

.blogCnt .blog-info-list {
  margin: 15px 0px;
}
.blogCnt .blog-info-list li {
  padding: 0px;
  background: transparent;
  font-weight: 600;
}
.blogCnt .blog-info-list li a {
  text-decoration: none;
}
.blogCnt h1 {
  font-weight: 600;
}
.blogCnt h2,
.blogCnt h3,
.blogCnt h4 {
  font-weight: 600;
  margin: 15px 0px;
}
.blogCnt p,
.blogCnt ul li,
.blogCnt ol li {
  color: #333;
  line-height: 1.8;
}
.blogCnt {
  border-right: 1px solid #e6e6e6;
  padding-right: 25px !important;
}
.blog_left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog_left .blog_image {
  width: 100%;
  max-width: 115px;
}
.blog_left .blog_image img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}
.blog_left .blog_left_text {
  width: 100%;
  max-width: 60%;
  padding-left: 15px;
}
.blog_left .blog_left_text a p {
  line-height: 1.4;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.blog_left .blog_left_text span {
  font-size: 14px;
}

/*******conditions********/
.condition .condition-single {
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  background-color: var(--white-color);
  box-shadow: 0 9px 60px rgba(8, 20, 44, 0.07);
  border-radius: 15px;
  height: 100%;
}

.condition .condition-single .blog-single-img {
  height: 250px;
  background: #ddd;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
.condition .condition-single .blog-single-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.condition .condition-single img {
  transition: 0.5s;
}
.condition .condition-single .condition-single-content {
  text-align: left;
  padding: 20px 0 0;
}
.condition .condition-single .condition-single-content h3 a {
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #282828;
  text-decoration: none;
}
.condition .condition-single .condition-single-content p {
  font-size: 16px;
  margin-bottom: 0;
}
.condition .condition-single:hover img {
  transform: scale(1.2);
  transition: 0.5s;
}
.optionSpan {
  font-weight: 600;
  color: #082575;
  border: solid 1px #082575;
  padding: 5px 10px;
  margin-bottom: 15px;
  display: inline-block;
}

.callBtnNN svg {
  margin-top: -4px;
  width: 30px;
  height: 30px;
}
.floatBtn {
  position: fixed;
  display: none;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.floatBtn a {
  width: 100%;
  text-align: center;
  background: #f38d0d;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 15px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.floatBtn a p {
  margin: 0;
  line-height: 1.2;
}
.floatBtn a small {
  display: block;
  font-weight: normal;
}
.floatBtn a i {
  margin-right: 5px;
}

.conditions-videos {
  width: 100%;
}
.sufferingPainModal .modal-body {
  background-image: url(../images/sufferingPainModal_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 50px;
  border-radius: 10px;
  text-align: center;
}
.sufferingPainModal h2 {
  font-family: "Lato", sans-serif;
  color: #000000;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
.sufferingPainModal h2 span {
  display: block;
  font-size: 24px;
  color: #042173;
  line-height: 1;
  margin-top: 20px;
}
.sufferingPainModal .btn-close {
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 1;
  border: 2px solid #000;
  border-radius: 50%;
  padding: 10px;
  width: 8px;
  height: 8px;
}

.quiz_btn {
  background: #f38d0d;
  font-size: 26px;
  font-weight: 300;
  font-family: "Spectral", serif;
  padding: 10px 10px 10px 50px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  border-radius: 80px;
}

.under_banner_content .quiz_btn {
  padding: 8px 30px 8px 30px;
  width: 100%;
  max-width: 300px;
  justify-content: center;
}

.inner_banner_content .quiz_btn {
  padding: 8px 30px 8px 30px;
  width: 100%;
  max-width: 300px;
  justify-content: center;
}
.banner .banner-content .quiz_btn p {
  margin: 0;
  font-size: 26px;
  text-shadow: none !important;
}
.banner .banner-content .quiz_btn p small {
  display: block;
  font-size: 20px;
  line-height: 1;
}

.quiz_btn span {
  background: #fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  vertical-align: middle;
}
.quiz_btn span img {
  max-width: 25px;
}

.rdio {
  position: relative;
  margin: 0 0 8px;
  text-align: left;
}
.radiobuttons.count-2 {
  column-count: 2;
}
.rdio input[type="radio"] {
  opacity: 0;
}
.rdio label {
  padding-left: 10px;
  cursor: pointer;
  margin-bottom: 0 !important;
  vertical-align: text-bottom;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.rdio label:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #f38d0d;
  background: #fff;
}
.rdio input[type="radio"] {
  margin: 0px;
}
.rdio input[type="radio"]:disabled + label {
  color: #999;
}
.rdio input[type="radio"]:disabled + label:before {
  background-color: #f38d0d;
}
.rdio input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  display: inline-block;
  font-size: 11px;
  width: 10px;
  height: 10px;
  background-color: #f38d0d;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.rdio-default input[type="radio"]:checked + label:before {
  border-color: #f38d0d;
}

.rdio-primary input[type="radio"]:checked + label:before {
  border-color: #f38d0d;
}
.rdio-primary input[type="radio"]:checked + label::after {
  background-color: #f38d0d;
}
.radiobuttons {
  display: block;
  background: rgb(255 255 255 / 81%);
  padding: 40px;
  border-radius: 6px;
}

.qu-z_btnGroup {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
.qu-z_btnGroup .quiz_btn {
  font-size: 18px;
  padding: 14px 30px;
  line-height: 1;
  border-radius: 6px;
  border: none;
}
.qu-z_btnGroup .quiz_btn:hover {
  background: #042173;
}
.sec_quiz_btn .quiz_btn {
  padding: 10px 40px;
}

.sec_quiz_btn p {
  margin: 12px 0;
}

/*.qu-z_btnGroup .quiz_btn:first-child{ background: #3e3e3e;}*/

.sufferingPainModal .form-control {
  border: 1px solid #a7a7a7;
  height: auto;
  padding: 15px;
  border-radius: 6px;
}

.sufferingPainModal .form-group {
  margin-bottom: 15px;
}
.quiz_logo {
  max-width: 380px;
  margin: 0 auto;
}
/* Add the dropdown arrow to the Choices.js multi-select */
.choices__inner {
  position: relative;
  padding-right: 2rem; /* Make space for the arrow */
}

/* Add the custom dropdown arrow */
.choices__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000; /* Adjust the color of the arrow */
  transform: translateY(-50%);
  pointer-events: none;
}

/* Optional: To adjust the padding for the placeholder text */
.choices__inner .choices__placeholder {
  padding-right: 2rem; /* Align with the arrow */
}

.information_part {
  text-align: left;
}

.information_part h3 {
  font-weight: 600;
  color: #02113a;
  font-size: 22px;
}
.sufferingPainModal .form-control option {
  color: #000;
  font-size: 16px;
}

.choices__list--multiple .choices__item {
  background-color: #042173 !important;
  border: 1px solid #042173 !important;
}

.option {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  cursor: pointer;
  font-size: 18px;
  color: #d57600;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 0;
}
.option:hover {
  text-decoration: none;
}

.option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox {
  position: relative;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 2px solid #f38d0d;
  transition: all 0.15s;
}

.option input:focus-visible ~ .checkbox {
  border: 2px solid #f38d0d;
}

.option:hover input ~ .checkbox {
  border: 2px solid #f38d0d;
}

/* ---------- */
/* Checkbox 1 */

.checkbox1:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 2px;
  width: 0px;
  height: 0px;
  border: solid #042173;
  border-width: 3px 3px 0 0;
  opacity: 0;
  transform-origin: left top;
  transform: scaleX(-1) rotate(135deg);
  transition:
    width 0.08s ease 0.1s,
    height 0.1s ease,
    border-color 0.3s ease,
    opacity 0.1s ease 0.2s,
    border-width 0.1s ease;
}

.option input:checked ~ .checkbox1:after {
  opacity: 1;
  width: 8px;
  height: 16px;
  border-color: #042173;
  transition:
    width 0.1s ease,
    height 0.08s ease 0.1s,
    border-color 0.3s ease,
    border-width 0.1s ease;
}

/* ---------- */
/* Checkbox 2 */

.checkbox2:after {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  width: 2px;
  height: 2px;
  background-color: var(--color-gray);
  transition: all 0.15s;
}

.option input:checked ~ .checkbox2 {
  left: 6px;
  top: 2px;
  width: 12px;
  height: 20px;
  margin: 0 14px 8px 2px;
  border: solid var(--color-primary);
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.option input:checked ~ .checkbox2:after {
  display: block;
  left: -4px;
  top: 2px;
  width: 2px;
  height: 2px;
  transform: scale(9);
}

.option input:checked:hover ~ .checkbox2,
.option input:checked:focus ~ .checkbox2 {
  border-width: 0 2px 2px 0;
}

/* ---------- */
/* Checkbox 3 */

.checkbox3:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 12px;
  width: 0px;
  height: 0px;
  border: solid;
  border-width: 2px 2px 0 0;
  opacity: 0;
  transform: scaleX(-1) rotate(135deg);
  animation: unchecked 0.15s ease-in;
}

.option input:checked ~ .checkbox3:after {
  opacity: 1;
  top: 2px;
  left: 8px;
  width: 10px;
  height: 18px;
  border-color: #f38d0d;
  transform: scaleX(-1) rotate(135deg);
  animation: checked 0.3s;
}

@keyframes checked {
  0% {
    top: 2px;
    left: 8px;
    width: 0px;
    height: 0px;
    opacity: 0;
    border-color: #f38d0d;
    transform: scaleX(-1) rotate(135deg);
  }
  10% {
    width: 2px;
    height: 18px;
  }
  50% {
    border-color: #f38d0d;
    transform: scale(300%) scaleX(-1) rotate(135deg);
  }
  100% {
    width: 10px;
    height: 18px;
    opacity: 1;
    border-color: var(--color-primary);
    transform: scale(100%) scaleX(-1) rotate(135deg);
  }
}

@keyframes unchecked {
  0% {
    top: 2px;
    left: 8px;
    width: 10px;
    height: 18px;
    opacity: 1;
    border-width: 2px 2px 0 0;
    border-color: #f38d0d;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    top: -15px;
    left: 0px;
    width: 30px;
    height: 40px;
    border-width: 15px 15px 0 0;
    opacity: 0;
  }
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text],
  .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 50px !important;
  }
}

.error {
  color: red;
}
.contact_loader {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff45;
  height: 100%;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_loader img {
  width: 100px;
}
.iframeContact {
  height: 1000px;
  background: transparent;
}
.conUUL {
  margin-top: 30px;
  padding: 25px;
  background: #ffffff9e;
  border: solid 4px #ece9e7;
}
.conUUL li {
  margin: 10px 0px;
}
.average_wating {
  text-align: center;
  background-image: url(../images/average_waitingBG-min.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.average_wating .section-title {
  color: #fff;
  margin-bottom: 55px;
  font-weight: 500;
}
.waiting_box {
  border: 2px solid #fff;
  padding: 35px 20px;
  background: rgb(255 255 255 / 11%);
  backdrop-filter: blur(2px);
}
.waiting_box p {
  font-size: 26px;
  line-height: 1;
}
.waiting_box span {
  font-size: 28px;
  font-weight: bold;
  display: block;
}

.average_watingList {
  text-align: center;
}
.testimonial_section {
  margin-bottom: 90px;
}
.testimonial-slider {
  text-align: center;
  margin-top: 40px;
}
.testimonial-slider .item p {
  color: #4e4e4e;
  font-family: "Lato", sans-serif;
  font-size: 18px;
}
.testimonial-slider .item span {
  font-weight: 500;
  font-size: 20px;
  color: #131d34;
  font-family: "Lato", sans-serif;
}
.testimonial-slider .item p:before {
  content: open-quote;
  font-size: 36px;
  line-height: 0;
  vertical-align: -0.25em;
  margin-right: 0.2em;
  quotes: "\201C" "\201D";
}
.testimonial-slider .item p:after {
  content: close-quote;
  font-size: 38px;
  line-height: 0;
  vertical-align: -0.5em;
  margin-left: 0.1em;
  quotes: "\201C" "\201D";
}
.testimonial-slider .owl-dots {
  margin-top: 30px;
}
.testimonial-slider .owl-dots button span {
  width: 13px;
  height: 13px;
  background: #ddd;
  display: inline-block;
  margin: 0 2px;
  border-radius: 100%;
}
.testimonial-slider .owl-dots button.active span {
  background: #eca994;
}
.videoContainer .conditions-videos {
  display: flex;
}

.referForm .form-group {
  margin-bottom: 20px;
}

.referForm .form-control {
  border: 1px solid #c79a8a;
  height: auto;
  padding: 15px;
}
.referForm label {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
.referForm {
  background: #f8c9b9;
  padding: 25px;
}

.intro_video {
  width: 100%;
  height: 550px;
}
.intro_video .conditions-videos {
  display: flex;
  height: 100%;
  width: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: center !important;
  object-position: center !important;
}

.videos_gallery {
  width: 100%;
  height: 440px;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: center !important;
  object-position: center !important;
  display: flex;
}

.video_faq {
  background: #18327d;
  box-shadow: 0 10px 10px rgb(0 0 0 / 11%);
  height: 100%;
}

.video_faq span {
  padding: 20px 10px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  /*height: 100px;*/
}

@media (max-width: 767px) {
  .conUUL {
    margin-top: 10px;
    margin-bottom: 10px !important;
    padding: 15px !important;
  }
  .bfbfb {
    padding-top: 30px;
  }
}

.enquireBtn {
  border: solid #f38d0d 1px !important;
  color: #ffffff;
  background: #f38d0d;
  margin-left: 15px;
}
.enquireBtn p {
  color: #fff !important;
  text-shadow: none !important;
}
.enquireBtn span {
  background: #fff;
}
/*.enquireBtn:hover{*/
/*	background: #f38d0d !important;*/
/*	color: #fff !important;*/
/*	border:solid #f38d0d 1px !important;*/
/*}*/
/*.enquireBtn:hover p{*/
/*	color: #fff !important;*/
/*}*/
.quiz_btn {
  border: solid #f38d0d 1px;
}
/*.quiz_btn:hover{*/
/*	color: #fff;*/
/*	background: transparent;*/
/*}*/
.mainBtnList {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.mainBtnList a {
  margin: 0px 5px;
}

.enquiryModal .modal-dialog {
  width: 100%;
  max-width: 810px;
}
.enquiryModal .modal-body {
  padding: 55px;
  position: relative;
}
.enquiryModal .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.enquiryModal .form-control {
  padding: 12px 16px;
}
@media (max-width: 767px) {
  .mainBtnList {
    flex-wrap: wrap;
    justify-content: center;
  }
  .mainBtnList a {
    margin: 5px 0px;
  }
  .enquiryModal .modal-body {
    padding: 35px 15px;
  }
  .enquiryModal .modal-dialog {
    margin: 0;
  }
  .banner .banner-content {
    padding: 0px 15px;
  }
  .enquireBtn {
    margin-left: 0px;
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .bannerBtn {
    width: 100%;
    text-align: center;
    justify-content: center;
    max-width: 240px;
  }
  .enquireBtn {
    margin-left: 0px;
    margin-top: 15px;
    justify-content: center;
  }
}
@media (max-width: 375px) {
  .banner .banner-content .quiz_btn p {
    font-size: 14px !important;
  }
}
.treatment .treatment-single img {
  width: 100%; /* always fill the column width */
  height: 550px; /* force same height (adjust as needed) */
  object-fit: cover; /* crop instead of squish */
  border-radius: 8px; /* optional for rounded corners */
}
