@import url(https://db.onlinewebfonts.com/c/bf9f5d50c1b928ff21436517a1a95ad9?family=Proxima+Nova);
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Proxima Nova";
  font-weight: 400;
  color: #0c2461;
  position: relative;
  overflow-x: hidden;
}

h4,
h5,
h6 {
  font-family: "Proxima Nova";
  color: #000;
}

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

a,
a:visited,
a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Proxima Nova";
}

button {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

a {
  color: #000;
  font-size: 16px;
  font-family: "Proxima Nova";
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Proxima Nova";
  color: #000;
}

li,
span {
  font-family: "Proxima Nova";
  font-size: 17px;
  color: #222;
}

p {
  font-family: "Proxima Nova";
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #222;
}

/*-------------------------------------------------------------------------------------
    header area
---------------------------------------------------------------------------------------*/
#header {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-top li {
  display: inline-block;
  padding-right: 20px;
}

.header-top-wrap {
  border-bottom: 1px solid #e4f1fb;
  padding: 14px 0;
}

.header-cont-info {
  text-align: right;
}

.header-cont-info ul {
  display: inline-flex;
}

.header-cont-info ul li {
  margin-right: 20px;
}

.booknow a {
  background: #ea922b;
  color: #fff !important;
  padding: 10px 15px !important;
  border-radius: 12px !important;
}

li.booknow {
  margin-top: 5px;
}

.header-cont-info li i {
  color: #fff;
  padding-right: 7px;
}

.header-social li a {
  border: 1px solid #faae7b;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border-radius: 4px;
  color: #faae7b;
  font-size: 15px;
  padding-top: 10px;
}

.header-social li a:hover {
  background-color: #faae7b;
  color: #fff;
}

.header-social li {
  padding: 0 5px;
}

.navbar-nav .nav-link {
  color: #000;
  font-weight: 400;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #faae7b;
}

.navbar-nav .nav-item {
  padding: 0 10px;
}

.mainmenu {
  background: #fff;
  padding: 10px 0px;
}

.mainmenu.sticky {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  padding: 0px 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  top: 0;
  padding: 10px 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*-------------------------------------------------------------------------------------
    hero area
---------------------------------------------------------------------------------------*/
#hero-areamobile {
  display: none;
}

#hero-area {
  display: block;
}

.slider1 {
  background: #d6955b;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
  /* background-image: url(../images/dr.webp); */
}

#videotes {
  background-image: url("../images/volunteer-helps.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 50px;
  padding-bottom: 50px;
}

#aboutbloom {
  position: relative;
  margin-top: 70px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.test1qa {
  text-align: center;
}

.test1qa ul {
  display: flex;
}

.product-carousel .center {
  background: #2e5388;
  padding: 20px;
  border-radius: 20px;
}

.test1qa {
  text-align: center;
  background: #f6f6f6;
  padding: 20px;
  border-radius: 20px;
}

.product-carousel .center .test1qa {
  background: #2e5388;
}

.product-carousel .center .test1qa h4 {
  color: #fff;
}

.product-carousel .center .test1qa p {
  color: #fff;
}

#testimonial1q {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 40px;
}

.product-carousel .item {
  height: 320px;
}

#testimonial1q h2 {
  margin-bottom: 0px;
}

.test1qa ul li i {
  color: gold;
}

.about1qa {
  position: relative;
}

.about1qa h2,
.about1qa p {
  color: #fff;
}

.about1qa h2 {
  text-align: center;
  margin-bottom: 15px;
}

#aboutbloom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsl(0deg 0% 0% / 80%);
}

.banner-carousel .item {
  margin-top: 0px;
}

/*.banner-carousel .owl-dot { display: flex; left: 0px; position: absolute; top: 230px; color: #fff; background: #32a5f145; padding: 10px; border-radius: 50%;}*/
/*.banner-carousel .owl-next { display: flex; right: 0px; position: absolute; top: 230px; color: #fff; background: #32a5f145; padding: 10px; border-radius: 50%; }*/

#videotes:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsl(0deg 0% 0% / 80%);
}

.leftslide1 h2 {
  font-size: 50px;
  color: #097ac5;
}

.leftslide1 p {
  font-size: 20px;
}

#form1q2 {
  background: #efd196;
  padding: 15px 0px;
}

form {
  margin-bottom: 0;
}

.fon12wq ul {
  display: flex;
  justify-content: space-around;
}

#form1q2 h3 {
  color: #fff;
  margin-top: 6px;
}

.banbtn1q a {
  background: #32a5f1;
  color: #fff;
  padding: 15px 20px;
  border-radius: 40px;
  font-weight: 600;
}

.banbtn1q {
  margin-top: 40px;
}

.count1qa img {
  width: 70px;
  margin-bottom: 15px;
}

.count1qa {
  text-align: center;
  box-shadow: 0 2px 10px rgb(0 0 0 / 26%);
  padding: 20px;
  border-radius: 20px;
  height: 220px;
}

.count1qa h5 {
  font-weight: 600;
}

.aboutus2 {
  box-shadow: 0px 5px 10px rgb(0 0 0 / 3%);
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: justify;
  height: 320px;
}

.aboutus2 h3 {
  text-align: center;
}

.servive-box-each {
  background-color: #efefef;
  padding: 25px;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 3%);
  border-radius: 10px;
  text-align: center;
  height: 300px;
  transition: 0.2s ease-in-out;
}

.servive-box-each:hover {
  background: linear-gradient(45deg, black, #0d87d5);
}

.servive-box-img {
  border-radius: 10px;
  overflow: hidden;
  margin-top: -80px;
  transition: 0.2s ease-in-out;
}

.beforeafter .item {
  margin-top: 20px;
}

.servive-box-each:hover p {
  color: #fff;
}

.servive-box-each:hover h3 {
  color: #fff;
}

.servive-box-each:hover .servive-box-img {
  transform: translateY(-10px);
}

.servive-box-each h3 {
  text-align: left;
  margin-top: 10px;
  font-size: 25px;
}

.icone2 {
  text-align: center;
}

.icone2 ul {
  display: flex;
  list-style: none;
  display: flex;
  list-style: none;
  text-align: center;
  margin: auto;
  justify-content: center;
}

.icone2 ul li {
  margin-right: 10px;
}

.icone2 ul li i {
  color: gold;
  font-size: 40px;
}

.writeene2 {
  height: 60px;
  width: 60px;
  display: block;
  background: #e2e2e2;
  border-radius: 50px;
  border: 4px solid #b79f9f;
  text-align: center;
  line-height: 50px;
  font-size: 27px;
  color: #000;
  font-weight: 600;
  margin-right: 12px;
  float: left;
}

.writeene3 h4 {
  font-weight: 900;
  font-size: 21px;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
  margin-bottom: 5px !important;
}

.writeene3 h5 {
  font-size: 15px;
  color: #fff;
  margin: 0;
}

.writeene1 {
  background-color: #d6955b;
  color: #fff;
  padding: 20px;
  transition: all 0.5s ease-out;
}

.writeene3 ul {
  list-style: none;
  display: flex;
  padding: 0px;
}

.writeene3 ul li {
  margin-right: 5px;
}

.writeene3 ul li i {
  color: gold;
}

.writeene4 {
  float: right;
  margin-top: -50px;
}

.writeene1 p {
  height: 150px;
  overflow: auto;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-top: 10px;
}

.writeene1 p::-webkit-scrollbar {
  width: 5px !important;
}

.writeene1 p::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 20px;
}

.writeene1 p::-webkit-scrollbar-thumb {
  background: #ddd !important;
  border-radius: 20px;
}

.writeene1 p::-webkit-scrollbar-thumb:hover {
  background: #ddd !important;
}

.writeene1 h6 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.writeene {
  padding: 50px 0px;
}

.banner-btn1 {
  margin-top: 50px !important;
}

.writeene4 img {
  height: 30px;
}

#test12write {
  margin-top: 80px;
}


/* .ban_form { background: #fff; padding: 30px 20px; border-radius: 30px; border: 2px solid #135a2e;}
.ban_form h3 { font-size: 25px; margin-bottom: 20px; letter-spacing: 1px; color: #135a2e} */
.ban_form form input {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 10px;
  color: #000;
}

.ban_form form select {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 10px;
  color: #000;
}

.ban_form form textarea {
  width: 100%;
  border: 1px solid #000;
  padding: 10px 20px;
  border-radius: 20px;
}

.ban_form ul {
  display: flex;
  justify-content: center;
}

.ban_form ul li a,
.ban_form button {
  background: #ea922b;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  border: none;
}

.lefthero p {
  font-size: 15px;
  color: #fff;
  width: 60%;
  line-height: 25px;
}

.logo img {
  height: 50px;
  object-fit: cover;
}

.logo h3 {
  margin-top: 10px !important;
}

.hed12we {
  background: #0caa5c;
}

.hed12we h1 {
  text-align: center;
  color: #fff;
}

.header-cont-info a {
  display: inline-block;
  color: #000;
  padding: 10px 0px;
  border-radius: 4px;
  font-weight: 400;
}

.mobileview23 {
  display: none;
}

.lefthero h1 {
  font-family: "Acme", sans-serif;
  font-size: 45px;
  line-height: 118.4%;
  padding: 40px 0px;
  width: 422px;
  color: #fff;
}

.lefthero h1 span {
  color: #7c7c7c;
}

.leftbtn a {
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.lefthero {
  margin-left: 60px;
}

.headingfeat {
  width: 60%;
  position: relative;
  left: 7%;
}

.headingfeat:before {
  position: absolute;
  content: "";
  background-color: #9e9e9e;
  height: 85px;
  width: 1px;
  left: -23px;
  top: 10px;
}

.headingfeat h4 {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  color: #4f378c;
  letter-spacing: 0.13em;
  position: relative;
}

.headingfeat.getstarted3 h4 {
  color: #fff;
}

.headingfeat.getstarted3 h2 {
  color: #f4ab6c;
}

.headingfeat h2 {
  font-family: "Acme", sans-serif;
  line-height: 118.4%;
  color: #1a1a1a;
  font-size: 35px;
  position: relative;
}

.headingfeat h4:before {
  position: absolute;
  content: "";
  background-color: #f9a86f;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  left: -25px;
  top: 5px;
}

.headingfeat.homeaboutus1:before {
  display: none;
}

.headingfeat.homeaboutus1 h4:before {
  display: none;
}

.headingfeat h2:before {
  position: absolute;
  content: "";
  background-color: #f9a86f;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  left: -26px;
  bottom: 11px;
}

.backcolor {
  background: #f6f6f6;
  padding-bottom: 60px;
}

.featured {
  padding-top: 80px;
}

.featuredslider {
  background: #fff;
  border: 0.752137px solid #d8d8d8;
  border-radius: 9.77778px;
  padding: 5px;
  padding-bottom: 20px;
  margin-right: 20px;
  margin-top: 40px;
}

.featuredslider h3 {
  font-family: "Acme", sans-serif;
  font-size: 20px;
  line-height: 155.9%;
  font-weight: 400;
  margin-top: 10px;
  padding: 0px 19px;
  text-align: center;
}

.featuredslider p {
  font-weight: 600;
  font-size: 14px;
  line-height: 157.9%;
  color: #6d6d6d;
  padding: 0px 19px;
}

.pop_box.pop_box_testi {
  position: relative;
}

.pop_box.pop_box_testi a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 30px;
}

#patners {
  margin-top: 50px;
  margin-bottom: 50px;
}

#patners h2 {
  color: #135a2e;
  margin-bottom: 20px;
}

.newsv {
  box-shadow: 0px 2px 10px rgb(0 0 0 / 9%);
  background: #fff;
  border-radius: 20px;
  height: 420px;
  overflow: hidden;
}

.newsv h5 {
  padding: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

.lat1q2w {
  position: relative;
  text-align: center;
  padding-top: 50px;
}

.lat1q2w h2 {
  color: #fff;
  margin-bottom: 40px;
}

.product-carousel .owl-nav {
  display: flex;
  left: 50%;
  position: absolute;
  bottom: -90px;
  transform: translate(-50%, -50%);
}

.product-carousel .owl-nav > div {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #2e5388;
  text-align: center;
  margin: 0 10px;
  font-size: 25px;
  border-radius: 55px;
  padding-top: 7px;
}

/*.address-carousel .owl-nav { display: flex; left: 50%; position: absolute; bottom: -90px; transform: translate(-50%, -50%); }*/
.address-carousel .owl-prev {
  position: absolute;
  top: 40%;
  left: -50px;
}

.address-carousel .owl-next {
  position: absolute;
  top: 40%;
  right: -50px;
}

.beforeafter .owl-prev {
  position: absolute;
  top: 40%;
  left: -50px;
}

.beforeafter .owl-next {
  position: absolute;
  top: 40%;
  right: -50px;
}

.beforeafter .owl-nav > div {
  width: 40px;
  height: 40px;
  color: #000;
  text-align: center;
  margin: 0 10px;
  font-size: 25px;
  border-radius: 55px;
  padding-top: 7px;
}

.videotest .owl-nav {
  display: flex;
  left: 50%;
  position: absolute;
  bottom: -90px;
  transform: translate(-50%, -50%);
}

.videotest .owl-nav > div {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #32a5f1;
  text-align: center;
  margin: 0 10px;
  font-size: 25px;
  border-radius: 55px;
  padding-top: 7px;
}

#testimnone h2 {
  text-align: center;
}

#testimnone {
  padding: 60px 0px;
}

.slider .owl-nav {
  display: flex;
  right: 30px;
  position: absolute;
  top: -53px;
}

.slider .owl-nav > div {
  width: 40px;
  height: 40px;
  background-color: #135a2e;
  color: #fff;
  text-align: center;
  margin: 0 10px;
  font-size: 25px;
  border-radius: 55px;
  padding-top: 7px;
}

.homeaboutus {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f1f1f1;
}

.dervc23ews {
  text-align: center;
  border: 2px solid #000;
  border-radius: 30px;
  overflow: hidden;
}

.dervc23ews h4 {
  margin-top: 15px;
  color: #135a2e;
  font-size: 20px;
}

.headingfeat.homeaboutus1 {
  width: 100%;
  left: 0;
}

.aboutus1 h2 {
  color: #135a2e;
}

.aboutbtn a {
  background: #4f378c;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  border-radius: 5px;
}

.whychooseus2 img {
  height: 50px;
}

.leftget {
  background: linear-gradient(181deg, #50378d, #50378d61);
  border-radius: 10px;
  padding: 30px 30px 0px 30px;
}

.getstarted {
  background: linear-gradient(180deg, #f6f6f6 60%, #f0f0f0 60%);
  padding-top: 40px;
  padding-bottom: 60px;
}

.getstarted .container {
  max-width: 1000px;
}

.getstarted2 {
  background: #fff;
  border-radius: 10px;
}

.headingfeat.getstarted3 {
  width: 100%;
}

.headingfeat.getstarted3 h2 {
  font-size: 30px;
}

.stats img {
  height: 80px;
  margin-bottom: 15px;
}

.counting {
  font-size: 28px;
  position: relative;
}

sup {
  top: -13px;
  left: 7px;
  font-size: 30px;
  font-weight: 900;
}

.featured h4 {
  color: #135a2e;
}

.stats {
  text-align: center;
}

.stats p {
  line-height: 23px;
}

.partner-item {
  background: #f4f9fd;
  padding: 30px;
  position: relative;
}

.partner-item:hover:after,
.partner-item:hover:before {
  width: 40px;
  height: 40px;
  opacity: 1;
  visibility: visible;
}

.partner-item:before {
  left: 0;
  top: 0;
  border-left: 3px solid #135a2e;
  border-top: 3px solid #135a2e;
}

.partner-item:after,
.partner-item:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.partner-item:after {
  right: 0;
  bottom: 0;
  border-right: 3px solid #135a2e;
  border-bottom: 3px solid #135a2e;
}

/*.headingfeat.getstarted3 h2:before {background-color: #4F378C;}
.headingfeat.getstarted3 h4:before {background-color: #4F378C;}*/
.testinaws h6 {
  color: #135a2e;
  font-style: italic;
}

.headingfeat.getstarted3:before {
  background-color: #ffffff70;
  height: 73px;
}

.righttget {
  padding: 30px;
  padding-bottom: 0px;
}

.testinaws {
  text-align: center;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  padding: 20px;
  background-color: #fff;
}

.righttget label.form-label {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
}

.righttget .form-control {
  font-size: 14px !important;
  background: #fafafa !important;
}

.righttget .form-select {
  font-size: 14px !important;
  background-color: #fafafa !important;
  font-weight: 700 !important;
}

.form-control:focus {
  box-shadow: none !important;
}

.righttget button.formbtn {
  font-family: "Nunito", sans-serif;
  background: #4f378c;
  width: 100%;
  color: #fff;
  padding: 10px 0px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  /* background-image: url(data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e); */
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

.enquirybg p {
  font-weight: 800;
  font-size: 53px;
  line-height: 64px;
  text-transform: capitalize;
  color: #fff;
}

.enquirybg {
  background-position: center;
  height: 300px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px;
}

.enquirybtn {
  margin-top: 50px;
}

.enquirybtn a {
  background: #f9a86f;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
}

.forfaculty {
  margin-top: 80px;
  padding-bottom: 40px;
}

.forfaculty .container {
  max-width: 1000px;
}

.rightfaculty ul {
  list-style: none;
  padding: 0;
}

.rightfaculty ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
}

.rightfaculty p {
  margin-bottom: 30px;
}

.leftfaculty img {
  border-radius: 20px;
}

.whotrain1 h4 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 155.9%;
  text-align: center;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #4f378c;
}

.whotrain1 h2 {
  font-weight: 400;
  font-size: 34px;
  line-height: 118.4%;
  text-align: center;
  color: #1a1a1a;
}

.whotrain {
  padding-top: 80px;
  background: #f0f0f0;
}

.whotrain1 {
  margin-bottom: 30px;
}

.centeraling {
  display: flex;
  align-items: center;
}

.rightwhotrain img {
  border-radius: 20px;
  position: relative;
  top: 50px;
}

.rigthfooter h4 {
  color: #fff;
  font-family: "Nunito", sans-serif;
}

.whychooseus {
  background: #1a1a1a;
  padding-top: 120px;
  padding-bottom: 100px;
}

.whotrain1.whychooseus1 {
  margin-bottom: 30px;
}

.whychooseus2 {
  position: relative;
}

.righthomeaboutus img {
  border-radius: 50%;
}

.whychooseus2 h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 155.9%;
  color: #ffffff;
  margin-top: 30px;
}

.whychooseus2 p {
  font-weight: 600;
  font-size: 14px;
  line-height: 157.9%;
  color: #6d6d6d;
}

.whotrain1.whychooseus1 h4 {
  color: #f9a86f;
}

.whotrain1.whychooseus1 h2 {
  color: #fff;
}

.whychooseus .container {
  max-width: 1000px;
  border-bottom: 1px solid #323232;
  padding-bottom: 30px;
}

.rightban12q h4 {
  text-align: left;
}

.footer {
  background: #101011;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer h2 {
  font-weight: 700;
  color: #c29344;
  margin-bottom: 20px;
}
.footerlogo img {
  margin-top: -16px;
  height: 120px;
}

.footer1 ul {
  list-style: none;
  padding: 0;
}

.footer hr {
  color: #fff;
}

.lastp {
  font-weight: 600;
  font-size: 14px;
  line-height: 157.9%;
  color: #6d6d6d;
}

.footer-inbox {
  position: relative;
}

.footer-inbox input {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  background: #252525;
  border-radius: 8px;
  padding: 15px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.footer-inbox button {
  position: absolute;
  color: #fff;
  background: #f9a86f;
  border: 0;
  top: 50%;
  transform: translate(0, -50%);
  right: 0px;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.99px;
  font-size: 14px;
  padding: 10px;
  border-radius: 6px;
  height: 50px;
  width: 50px;
}

.footer-inbox button i {
  font-size: 30px;
}

.rigthfooter h2 {
  font-weight: 400;
  font-size: 22.5px;
  line-height: 135.1%;
  margin-top: 30px;
  margin-bottom: 40px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.6);
}

.rigthfooter ul {
  list-style: none;
  padding: 0px;
  margin-top: 30px;
}

.rigthfooter ul li a i {
  color: #fff;
  margin-right: 15px;
}

.rigthfooter ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 40px !important;
  letter-spacing: -0.03em;
  color: #fff;
  text-decoration: none;
  line-height: 30px;
}

ul.footerlast1 {
  list-style: none;
  display: flex;
  padding: 0px;
  float: right;
}

.footerlast {
  background: rgb(20 20 20);
  border-top: 1px solid #fff;
}

.footerlast .container {
  max-width: 1000px;
}

.footerlast p {
  font-weight: 600;
  font-size: 11.7px;
  line-height: 16px;
  text-transform: capitalize;
  color: #c29344;
  margin-top: 13px;
}

.footerlast1 li {
  margin-right: 20px;
}

.footerlast1 li a {
  background: #282828;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  text-align: center;
  padding-top: 10px;
}

.row.bordertop21 {
  border-top: 2px solid #50378d;
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.bordertop212 {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url("../images/18MAY20231.png");
  height: 40px;
  width: 50px;
  background-repeat: no-repeat;
}

p.mar43 {
  margin-top: 10px;
}

#aboutus {
  padding: 80px 0px;
  background: #f6f6f6;
}

#aboutus h2 {
  text-align: center;
}

.aboutus2 img {
  border-radius: 20px;
}

.leftwhotrain ul li {
  color: #000;
}

.leftwhotrain ul {
  list-style: disc;
  padding-left: 20px;
}

.ban_form {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.ban_form h4 {
  color: #000;
  font-size: 25px;
  line-height: 35px;
}

.whatsapp05sep23 {
  margin-top: 30px;
}

.whatsapp05sep23 a.headbutton04sep {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  color: #2e5388;
  font-weight: 600;
}

.leftbanner {
  position: relative;
  top: 45px;
}

.leftbanner h1 {
  color: #fff;
  font-size: 60px;
  letter-spacing: 2px;
}

.leftbanner h2 {
  color: #fff;
}

.leftbanner1 {
  background: #2d5387;
  padding: 20px;
  border-radius: 10px;
}

.leftbanner1 p {
  color: #fff;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

.rightbanner {
  position: relative;
  top: 194px;
}

.centre12 {
  background: #fff;
  padding: 50px;
  text-align: center;
  box-shadow: 0px 0px 4px 0px;
  margin-top: 70px;
  border-radius: 20px;
}

.centre12 h6 {
  font-weight: 700;
}

.se12erfd {
  text-align: center;
  border: 15px solid #dad7d7;
  border-radius: 50%;
  width: auto;
  height: 160px;
  padding-top: 10px;
}

#se12we3we {
  margin-top: 50px;
}

.se12we3we1 h6 {
  text-align: center;
  margin-top: 10px;
}

.se12erfd img {
  height: 100px;
  margin-top: 8px;
}

.se12we3we1:hover .se12erfd {
  border: 15px solid #2d5387;
}

#videotestim {
  margin-top: 40px;
}

#videotestim h4 {
  margin-bottom: 20px;
}

.servive-box-each h2 {
  font-size: 25px;
  margin-top: 20px;
  text-align: left;
}

.about12wad {
  background-image: url("../images/dr-pic.webp");
  background-repeat: no-repeat;
  background-position: left;
}

.leftsideab {
  background: #1c3252;
  color: #fff;
  padding: 60px;
}

.leftsideab h3,
.leftsideab p {
  color: #fff;
}

.leftsideab p {
  font-size: 16px;
  line-height: 26px;
}

.leftsideab h5 {
  margin-top: 30px;
  margin-bottom: 20px;
}

#about23doc h2 {
  text-align: center;
  margin-bottom: 20px;
}

.mobiedice {
  display: none;
}

#real12resul {
  margin-top: 50px;
}

#real12resul h2 {
  text-align: center;
  margin-bottom: 30px;
}

.real12resulr p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  margin-top: 5px;
}

.homeabout1us {
  text-align: center;
  margin-top: 50px;
}

.lefttest12w {
  padding: 20px 0px;
}

.righttest12w {
  padding: 20px 0px;
}

.righttest12w h2 {
  color: #fff;
}

.righttest12w1 img {
  filter: grayscale(100%);
  filter: brightness(0) invert(1);
  opacity: 0.6;
}
.left12xc12 img {
  height: 20px;
  width: 70px !important;
}

.left12xc12 {
  text-align: left;
}

.left12xc12 h3 {
  margin-top: 10px;
  font-size: 20px;
}

.right12qwsa {
  width: 80px;
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  height: 80px;
  color: #fff;
  line-height: 80px;
  background: #96a9c3;
  border-radius: 100%;
  float: right;
}

.ban1222btn a {
  border: 2px solid #fff;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
}

.ban1222btn {
  margin-top: 5px;
}

.point12ers {
  background: #fff;
  border-radius: 20px;
  text-align: left;
  padding: 20px;
}

.ban1222btn h3 {
  margin-bottom: 40px;
}

.stick12foot {
  background: #debb7a;
  padding: 10px 0px;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 99999999;
}

.stick12foot ul {
  display: flex;
  justify-content: space-around;
}

.stick12foot ul li i,
.stick12foot ul li a {
  color: #fff;
}

.leftbanner1 ul li {
  color: #fff;
}

.book23e34 {
  text-align: center;
  margin-top: 70px;
}

.whatsappforn {
  background: #0493af;
  padding: 40px 20px;
  color: #fff;
  border-radius: 20px;
}

.whatsappforn h3 {
  color: #fff;
  margin-bottom: 25px;
}

.whatsappforn a {
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  color: #cb9a1a;
  font-weight: 600;
}

#whych12as {
  text-align: center;
  margin-top: 40px;
}

.whyc12qa ul li {
  background: #04bfd3;
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cout_bar {
  padding: 50px 0px;
  background: #f1f1f1;
}

.count-img i {
  font-size: 40px;
  color: #c49215;
  margin-bottom: 16px;
}

#doc12wq {
  margin-top: 40px;
}

#doc12wq h2 {
  text-align: center;
}

.docwhychoose4 {
  float: left;
  background: #04bdd1;
  font-size: 30px;
  font-weight: 700;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  color: #fff;
}

.docwhychoose2 {
  margin-left: 100px;
}

.docwhychoose2 p {
  font-size: 16px;
  line-height: 25px;
}

.doc12assa img {
  border-radius: 20px;
}

#abut21dic {
  margin-top: 50px;
}

.about12ws img {
  border-radius: 20px;
}

#cen12wq {
  text-align: center;
  margin-top: 50px;
}

#faq12aq {
  margin-top: 50px;
}

#faq12aq h2 {
  position: relative;
  margin-bottom: 30px;
}

#faq12aq h2:after {
  position: absolute;
  content: "";
  background-color: #000;
  height: 2px;
  width: 62%;
  top: 20px;
  right: 0px;
}

#counter {
  margin-top: 40px;
}

.counter1 {
  background: linear-gradient(45deg, black, #0d87d5);
  padding: 15px;
  border-radius: 20px 5px 20px 5px;
  color: #fff;
  text-align: center;
}

.counter1 h3 {
  color: #fff;
}

.counter1 p {
  color: #fff;
  margin: 0;
  line-height: 26px;
}

.whyc12qa {
  background: #0d87d5;
  padding: 10px;
}

.whyc12qa1 {
  display: flex;
}

.whyc12qa1 p {
  color: #fff;
  margin: 0;
  margin-left: 10px;
  margin-top: 4px;
}

.price_btn span {
  color: rgba(117, 117, 117, 0.8);
  font-size: 11px;
  float: right;
  padding-bottom: 3px;
  text-align: right;
  margin-right: -5px;
}

.price_btn {
  background-color: #c9e8fd;
}

.price_btn p {
  margin: 0;
}

.price_btn h6 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.price_btn {
  background-color: #c9e8fd;
  position: absolute;
  bottom: -10px;
  right: 0px;
  padding: 10px;
  border-radius: 0px;
}

.rightban12q {
  background: #676969;
  padding: 20px;
  border-radius: 20px;
}

.rightban12q h2,
.rightban12q h3,
.rightban12q h4 {
  color: #fff;
}

.rightban12q span {
  color: #0d87d5;
  background: #fff;
  padding: 0px 10px;
}

.leftcent12ws h3 {
  color: #fff;
  position: relative;
}

.leftcent12ws h3:after {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 2px;
  width: 67%;
  top: 20px;
  right: 0px;
}

.leftcentlhr h3:after {
  width: 40%;
}

.leftcentspm h3:after {
  width: 30%;
}

.leftcentwl h3:after {
  width: 65%;
}

.leftcenthlt h3:after {
  width: 42%;
}

.we23wes img {
  border: 3px solid #efd196;
  border-radius: 10px;
}

.we23wes1 ul li {
  background: #fff;
  margin-bottom: 10px;
  color: #88603e;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
}

.righnt12cen h2,
.righnt12cen h3,
.righnt12cen h4,
.righnt12cen p {
  color: #fff;
}

.righnt12cen h4 {
  font-size: 20px;
  background: #fff;
  color: #0c81cb;
  padding: 10px;
  border-radius: 2px;
}

.righnt12cen h2 {
  position: relative;
}

.righnt12cen h2:after {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 2px;
  width: 350px;
  top: 20px;
  right: 0px;
}

.cout_bar h2 {
  position: relative;
  text-align: center;
}

.homeaboutus h2 {
  position: relative;
  text-align: center;
}

#cente12r1 h2,
#cente12r1 h5,
#cente12r1 p {
  text-align: center;
}

#videotestim h2 {
  position: relative;
  margin-bottom: 30px;
  margin-top: 50px;
}

#videotestim h2:after {
  position: absolute;
  content: "";
  background-color: #000;
  height: 2px;
  width: 75%;
  top: 20px;
  right: 0px;
}

a.popup-youtube {
  position: relative;
}

#test12write h4 {
  margin-bottom: 0px;
}

.abit12aa {
  background: #debb7a;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
}

.abit12aa p {
  color: #fff;
  padding: 10px;
  font-size: 17px;
  line-height: 23px;
  margin: 0;
  letter-spacing: 1px;
}

.count-img {
  padding: 15px;
  border: 2px solid #debb7a;
  border-radius: 10px;
  height: 215px;
}

.cliniceach img {
  border: 5px solid #efd196;
  border-radius: 20px;
  overflow: hidden;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
  display: flex;
  margin: auto;
  justify-content: center;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  padding: 0 5px;
  margin: 5px 2px;
  border: none;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  background-color: #d6955b;
  bottom: 0px;
  display: block;
  border-radius: 50%;
}

.owl-dot.active span {
  width: 15px;
  height: 15px;
  margin-top: 3px;
}

.leftcent12ws {
  background: url(../images/servicebg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 30px;
  border-radius: 40px;
  height: 730px;
}

.leftcent12ws p {
  text-align: justify;
  color: #fff;
}

.leftcent12ws ul.q12casdc {
  list-style: disc;
  padding-left: 20px;
}

.leftcent12ws ul.q12casdc li {
  color: #fff;
}

.enq12btn {
  position: absolute;
  right: 30px;
  bottom: 40px;
}

.enq12btn a {
  color: #634f33;
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  font-weight: 600;
}

.count-img h5 {
  color: #000;
  font-size: 23px;
  margin-top: 10px;
  letter-spacing: 1px;
  font-family: "Proxima Nova";
}

.st12armak {
  background: #8d784c;
  text-align: center;
  border-radius: 5px;
  margin-top: 40px;
}

.st12armak p {
  color: #fff;
  font-style: italic;
  letter-spacing: 2px;
}

.about12seemaa {
  background: linear-gradient(122deg, #debb7a, #483819);
  padding: 30px;
  border-radius: 10px;
}

#about12seema {
  padding: 50px 0px;
  background: #fff9f2;
}

.about12seemaa h2 {
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.simal12sa h4,
.simal12sa p {
  color: #fff;
  letter-spacing: 1px;
}

.simal12sa p {
  margin-top: 0px;
}

.address-carousel .owl-dots {
  display: none;
}

.contac23us1 {
  background: linear-gradient(122deg, #e3c07a, #7d6a43);
  padding: 30px;
  border-radius: 10px;
}

.contac23us1 h2 {
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}

.contac23us1 h2:after {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 2px;
  width: 80%;
  top: 20px;
  right: 0px;
}

.contac23us2 {
  border: 2px solid #000;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px;
  padding: 15px;
  background: #fff;
}

.right12foter {
  border: 2px solid #000;
  border-radius: 20px;
  overflow: hidden;
}

.mao12dul {
  margin-top: 20px;
}

.mao12dul ul li {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
}

#contac23us {
  margin-top: 50px;
}

.footer1 h4 {
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.footer1 h4:after {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 2px;
  width: 100px;
  left: 0;
  top: 35px;
}

.footer1 ul li a {
  color: #fff;
}

.las12ews ul li a {
  color: #fff;
  font-size: 20px;
}

.las12ews ul {
  display: flex;
  float: right;
}

.las12ews ul li {
  margin-left: 10px;
}

.dropbtn {
  background-color: #3498db;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

#myDropdown1 .dropdown-content {
  text-align: left;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  background: #e1b351;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  margin: 15;
  width: 115px;
}

.booknow1q a {
  width: 100px;
  background: #58c900 !important;
  color: #fff !important;
  padding: 5px !important;
  text-align: center;
  font-weight: 400 !important;
}

.booknow1q {
  margin-top: 26px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.centertban li {
  font-size: 25px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}

.centertban h2 {
  color: #897b02;
  font-weight: 700;
  font-size: 20px;
  margin: 20px 0px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  width: fit-content;
}
.centertban p {
  color: #fff;
  font-weight: 700;
  font-size: 23px;
}

.cntertbanimg img {
  border-radius: 10px;
}

#cente12r1 {
  background: #f1f1f1;
  padding: 50px 0px;
}

#cente12r1 h5 {
  color: #debb7a;
}

.why12codes {
  text-align: center;
  background: #fff9f2;
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  height: 210px;
}

#cente12r1 h5 {
  color: #debb7a;
  margin-top: 15px;
  font-weight: 600;
  font-size: 20px;
}

.why12codes img {
  border-radius: 50%;
}

.why12codes h5 {
  font-family: "Proxima Nova";
}

.why12codes p {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  line-height: 25px;
}

.simal12sa h5,
.simal12sa h6,
.simal12sa ul li {
  color: #fff;
}

.simal12sa h5 {
  font-family: "Lobster", sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  margin: 20px 0px;
}

.simal12sa ul li {
  font-size: 16px;
}

.simal12sa h4 {
  font-family: "Lobster", sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  margin: 20px 0px;
}

.fotterleft iframe {
  border-radius: 10px 10px 0px 0px;
}
.fotterleft p {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
}

#sta123te {
  padding: 50px 0px;
  background-color: #efe5e0 !important;
}

#sta123te ul li,
#sta123te12 ul li {
  color: #222;
  font-size: 16px;
}

#sta123te ul li i,
#sta123te12 ul li i {
  color: gold;
}

#sta123te12 {
  padding: 50px 0px;
  background: #fff9f2;
}

.ser123red p,
.ser123red ul li {
  text-align: left !important;
}

.ser123red ul li {
  margin-bottom: 5px;
}

.ser123red ul li i {
  color: #debb7a;
}

section#cli34nic {
  text-align: center;
  padding: 40px 0px;
  background: #fff9f2;
}

.cli34nic1 {
  border: 1px solid #debb7a;
  padding: 6px;
}

section#certifi23cate {
  text-align: center;
  padding: 40px 0px;
  background: #f1f1f1;
}

#sta123te h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
}

.homeabout12us {
  background: #fff9f2;
}

.cer34redf {
  background: #fff9f2 !important;
}

.why12codes.why123codes {
  height: 310px;
  background: #f1f1f1;
}

.banner-c {
  border: 2px solid #debb7a;
  padding: 10px;
  border-radius: 10px;
}

.usp-section {
  background-color: #ffffff;
}

.usp-section .usp-card {
  transition: 0.3s;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(243, 181, 114, 0.699);
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  margin: 2px;
}

.usp-section .usp-card i {
  font-size: 2rem;
}

.icon-color {
  color: #debb7a;
  /* opacity: 50%; */
}

.usp-section p {
  font-size: 1rem;
  font-weight: 700;
  color: #6c757d;
  line-height: 25px;
}

.gr1e2e3n a i {
  color: #fff;
}

#go1o2g3le {
  background: #debb7a;
}

.trt {
  background-color: #fff9f2;
  padding-top: 50px;
  padding-bottom: 50px;
}

.imgcon5sept {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.imgcon5sept p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  font-weight: 700;
}

.imgcon5sept span {
  font-size: 50px;
  color: #debb7a;
  font-weight: 700;
}

.trtcallbtn {
  margin-top: 8px;
  background: #debb7a;
  width: fit-content;
  padding: 5px 14px;
  border-radius: 7px;
}

.trtcallbtn a {
  color: #ffffff;
}

.wwd5sept25 {
  background: #fff9f2;
  padding: 50px 0px;
}

.wwdp5sept {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wwdc5sept h2 {
  font-size: 80px;
  font-weight: 700;
  color: #debb7a;
}

.wwdc5sept p {
  font-size: 25px;
}

.wwdiconc {
  text-align: center;
}

.wwdiconc p {
  margin-top: 8px;
  font-size: 15px;
}

.whycul5sept ul {
  line-height: 35px;
}

.whycul5sept ul li i {
  color: #c29344;
}

.whychoose5sept25 {
  padding: 50px 0px;
}

.journey-section {
  padding-top: 40px;
  padding-bottom: 60px;
}

.journey-header {
  text-align: center;
  margin-bottom: 40px;
}

.journey-step {
  background: white;
  border-radius: 12px;
  padding: 20px 25px;
  /* margin-bottom: 20px; */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: 5px solid #debb7a;
  /* border-image: linear-gradient(90deg, #FFF9F2, #DEBB7A); */
  border-image-slice: 1;
}

.journey-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.step-icon {
  font-size: 50px;
  margin-bottom: 25px;
  color: #debb7a;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto 25px;
  background: linear-gradient(
    135deg,
    rgba(52, 152, 219, 0.1) 0%,
    rgba(155, 89, 182, 0.1) 100%
  );
  border-radius: 50%;
}

.step-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  color: #000000;
  letter-spacing: 0.5px;
}

.faq {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
  /* margin-bottom: 30px; */
}

.card {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.btn-link:focus {
  text-decoration: none !important;
  box-shadow: none;
}

.btn-link:hover {
  color: #ffffff;
  text-decoration: none !important;
}

.card-body {
  color: #000000 !important;
  padding: 10px;
  text-align: left !important;
}

.usp-section {
  padding-top: 0px;
  padding-bottom: 50px;
}

/* 5Nov25 */
.team {
  background-color: #d8bfd8;
  padding: 60px 0px;
  text-align: center;
}

.team h2 {
  font-weight: 600;
}

.team1 {
  background-color: #fff;
  border-radius: 10px;
  padding: 7px;
  text-align: left;
  height: 350px;
}

.team1 img {
  border-radius: 10px;
  margin-bottom: 10px;
}

.team1 h3 {
  font-weight: 600;
  font-size: 25px;
  color: #c465f7;
}

.team1 p {
  font-size: 17px;
  color: #000;
  line-height: 25px;
}

#about5dr {
  padding: 60px 0px;
  text-align: center;
}

#about5dr h2 {
  font-weight: 600;
  margin-bottom: 30px;
  color: #000;
}
.about5rgtdr img {
  border-radius: 10px;
}

.about5rgtdr img {
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.about51lftdr p {
  margin-bottom: 10px;
  text-align: justify;
}

.about51lftdr a {
  background: #c465f7;
  padding: 12px 25px;
  border-radius: 10px;
  color: #fff;
}

.fotterleft a:hover {
  color: #000;
}

.whychoose {
  background-color: #fff;
  padding: 60px 0px;
}

.whychoosecon {
  background-color: #7f378b;
  padding: 40px 30px;
  border-radius: 20px;
}

.whychoose h2 {
  text-align: center;
  font-weight: 600;
  color: #f7b11b;
  margin-bottom: 30px;
}
.doccont h3 {
  color: #fff;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.doccont p {
  text-align: justify;
  color: #fff;
}

.docimg img {
  height: 450px;
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}


.caption-img {
  display: flex !important;
  justify-content: center;
}

.caption-imgg {
  width: 100%;
}

.formcta {
  padding-top: 60px;
  padding-bottom: 30px;
}

.docsec {
  background: #c09234;
  padding: 20px;
  text-align: left;
  border-radius: 10px;
  height: 180px;
}

.about512 {
  margin-top: 20px;
  background: #7f378b;
  padding: 20px;
  border-radius: 10px;
}

.about512 p {
  color: #fff;
  text-align: justify;
}

.stick12foot ul {
  display: flex;
  justify-content: space-around;
}

.trt5sept p {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}
.whychoose19 {
  margin-top: 20px;
  background-color: #c09234;
  text-align: left;
  padding: 20px;
  border-radius: 10px;
  line-height: 40px;
}

.product-carousel {
  margin-top: 30px;
}
.awards {
  height: 190px;
  object-fit: contain;
}

.why-section {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #fff;
}

.content-title h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #000;
}

.grid-item {
  padding: 30px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin-bottom: 25px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  background-color: #000;
}

.grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.icon {
  flex-shrink: 0;
  margin-right: 20px;
}

.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.icon-wrapper i {
  font-size: 25px;
  color: white;
}

.box-content {
  flex: 1;
}

.box-content h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}

.box-content p {
  color: #fff;
  line-height: 1.6;
  margin-bottom: 0;
}
.why-sectin-lf:nth-child(1) {
  margin-top: 0px !important;
}
.why-sectin-lf:nth-child(2) {
  margin-top: 0px !important;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
  color: #000;
  font-weight: 600;
  padding-bottom: 15px;
}

.service-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  height: 420px;
  border-bottom: 20px solid #d94541;
}

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

.service-content {
  padding: 20px;
  background-color: white;
  text-align: center;
}

.service-content h3 {
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 25px;
}
.service-content h4 {
  color: #d94541;
  font-weight: 600;
  font-size: 20px;
}

.service-content p {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.section-surrogacy {
  background-color: #cce7fc4d;
  padding: 60px 0px;
}

.section-container {
  padding: 60px 0;
}

.eligibility-section {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
}

.eligibility-section h2 {
  color: #000;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.eligibility-section p {
  font-size: 17px;
  line-height: 1.6;
  color: #555;
}

.icon-box {
  background-color: transparent;
  border: none;
  padding: 0;
}

.icon-container {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.icon-container img {
  width: 60px;
  height: 60px;
}

.icon-box h3 {
  color: #000;
  font-weight: 600;
  font-size: 1.25rem;
}

.icon-box p {
  color: #666;
  font-size: 17px;
  line-height: 1.5;
}

.uspdr {
  padding-top: 35px;
  background-color: #fff;
}
.uspdr1 {
  border-radius: 10px;
  background: #000;
  padding: 30px 20px;
  margin-bottom: 40px;
}
.uspdr12 {
  display: flex;
  gap: 10px;
}
.uspdr12 img {
  height: 50px;
}
.star span {
  color: #fab000;
  font-size: 20px;
}
.uspdr121 p {
  font-size: 17px;
  line-height: 25px;
  color: #fff;
}
.uspdr121 h3 {
  color: #c29344;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0px;
}
.fotterleft h2 {
  color: #897b02;
  margin-bottom: 15px;
}
.fotterleft h3 {
  font-size: 22px !important;
  font-weight: 600;
  color: #fff;
  line-height: 30px;
  margin-bottom: 18px;
}
.fotterleft i {
  color: #897b02 !important;
  font-size: 20px;
}
.faq h2 {
  color: #000;
  font-weight: 600;
}

.about51lftdr h3 span {
  color: #d94541;
  font-size: 32px;
  text-align: left;
  font-weight: 700;
}
.about51lftdr h3 {
  font-size: 25px;
  text-align: left;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}
.footerleft p a {
  color: #fff !important;
}
.appbutton {
  background-color: #02846f;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  padding: 10px 15px !important;
  text-align: center;
  text-decoration: none;
  margin-top: 13px;
  -webkit-animation: 2s linear infinite passing-reverse;
  -moz-animation: 2s linear infinite passing-reverse;
  -o-animation: 2s linear infinite passing-reverse;
  animation: 2s linear infinite passing-reverse;
}
.textblink {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  /* padding: 10px 15px !important; */
  text-align: left;
  cursor: pointer;
  /* margin-top: 13px; */
  animation: blink 1s linear infinite;
  border-radius: 0;
  border: none;
}
@keyframes blink {
  0% {
    color: #d94541;
  }

  50% {
    color: #fff;
  }

  100% {
    color: #d94541;
  }
}

@-webkit-keyframes passing-reverse {
  0% {
    transform: translateX(50%);

    background: #ea922b;

    color: #fff;
  }

  50% {
    transform: translateX(0);

    background: #ea922b;

    color: #fff;
  }

  100% {
    transform: translateX(-50%);

    background: #ea922b;

    color: #fff;
  }
}

@keyframes passing-reverse {
  0% {
    transform: translateX(0);

    background: #5b1211;

    color: #fff;
  }

  50% {
    transform: translateX(0);

    background: #ea922b;

    color: #fff;
  }

  100% {
    transform: translateX(0);

    background: #4d3a33;

    color: #fff;
  }
}
.whycul3jan {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 20px 3px;
}
.card {
  border: none;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.card-header {
  background-color: #d6955b;
  padding: 0;
  border-left: 10px solid #000;
}
.card-header .btn-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.card-header .btn-link:hover {
  text-decoration: none;
  background-color: #d6955b;
  color: #fff;
}

.card-header .btn-link::after {
  content: "+";
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.card-header .btn-link[aria-expanded="true"]::after {
  content: "-";
  transform: translateY(-50%);
}

.card-header .btn-link[aria-expanded="true"] {
  background-color: #d6955b;
}

.card-body {
  background-color: #fdfdfd;
  border: 1px solid #f1f1f1;
  border-top: none;
  padding: 20px;
  color: #000;
  line-height: 1.7;
  font-size: 18px;
}
.dr-profile-section_k92 {
  padding: 50px 0;
  background-color: #f1f1f1;
}

.dr-profile-section_k92 .dr-img-container_p21 img {
  border: 5px solid #fff;
  max-width: 100%;
  height: auto;
}

.dr-profile-section_k92 .dr-name_t99 {
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  font-weight: 800;
  color: #000;
}

.dr-profile-section_k92 p {
  color: #555;
  line-height: 1.6;
  font-size: 15px;
}

.dr-profile-section_k92 .dr-card_b22 {
  border-radius: 8px !important;
  overflow: hidden;
  background: #c29344;
  border: 1px solid #eee !important;
}

.dr-profile-section_k92 .dr-btn-toggle_w77 {
  position: relative;
  transition: all 0.3s ease;
  background-color: #c29344;
  color: #000 !important;
}

.dr-profile-section_k92 .dr-btn-toggle_w77:hover {
  text-decoration: none;
}

/* Optional: Add a +/- icon using CSS pseudo elements */
.dr-profile-section_k92 .dr-btn-toggle_w77::after {
  content: "+";
  float: right;
  font-weight: bold;
  font-size: 25px;
  color: #000;
}

.dr-profile-section_k92 .dr-btn-toggle_w77[aria-expanded="true"]::after {
  content: "-";
  color: #000;
}
.dr-profile-section_k92 .dr-list_u88 {
  list-style-type: none;
  padding-left: 0;
}

.dr-profile-section_k92 .dr-list_u88 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #444;
}

.dr-profile-section_k92 .dr-list_u88 li::before {
  content: "â€¢";
  color: #c29344;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0;
}
#tab12wa {
  padding: 50px 0px;
}
#tab12wa td {
  border: 1px solid #000;
  padding: 30px 70px;
}

.whycul5sept ul li {
  font-size: 16px !important;
}

.centertban ul li i {
  color: #fff;
  margin-right: 10px;
}

.centertban li {
  margin-bottom: 10px;
  font-size: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.centertban h1 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 600;
}
.btn-advisory {
  background-color: #d6955b;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
}

.btn-advisory:hover {
  color: #fff;
  text-decoration: none;
}

.btn-advisory i {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  font-size: 19px;
  margin-top: -2px;
}
.appbutton {
  background-color: #02846f;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  padding: 10px 15px !important;
  text-align: center;
  text-decoration: none;
  margin-top: 13px;
  -webkit-animation: 2s linear infinite passing-reverse;
  -moz-animation: 2s linear infinite passing-reverse;
  -o-animation: 2s linear infinite passing-reverse;
  animation: 2s linear infinite passing-reverse;
}

@-webkit-keyframes passing-reverse {
  0% {
    transform: translateX(50%);

    background: #ea922b;

    color: #fff;
  }

  50% {
    transform: translateX(0);

    background: #ea922b;

    color: #fff;
  }

  100% {
    transform: translateX(-50%);

    background: #ea922b;

    color: #fff;
  }
}

@keyframes passing-reverse {
  0% {
    transform: translateX(0);

    background: #5b1211;

    color: #fff;
  }

  50% {
    transform: translateX(0);

    background: #ea922b;

    color: #fff;
  }

  100% {
    transform: translateX(0);

    background: #2e5388;

    color: #fff;
  }
}

.usp-section {
  padding: 20px 0;
  background: #f1f1e9;
}

.usp-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10px;
}

.usp-content i {
  font-size: 28px;
  color: #d6955b;
}

.usp-content p {
  margin: 0;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  text-align: left;
}

.usp-item {
  border-right: 1px solid #d6955b;
}
.usp-item:last-child {
  border-right: none;
}
.trtsrc {
  padding: 50px 0px;
}
.trt5sept h2 {
  text-align: center;
  font-weight: 600;
  color: #000;
}

.trt5sept img {
  height: 300px;
  border: 5px solid #d6955b;
  border-radius: 10px;
  object-fit: cover;
  box-sizing: border-box !important;
}
.hair-svc {
  background-color: #efe5e0;
  color: #ffffff;
}

.hair-svc h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}

.hair-svc .svc-card {
  background: #d6955b;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.hair-svc .svc-card:hover {
  border-color: #d6955b;
}

.hair-svc .svc-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.hair-svc .svc-content {
  padding: 10px 20px;
}

.hair-svc .svc-tit {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #f1f5f9;
  letter-spacing: 0.5px;
}

.hair-svc .section-label {
  color: #d6955b;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 0.9rem;
}

.dr-services-wrap .service-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px 10px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  border: 1px solid #d6955b;
}

.dr-services-wrap .service-item:hover {
  border: 2px solid #d6955b;
}

.dr-services-wrap .img-holder {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d6955b;
  border-radius: 50%;
}

.dr-services-wrap .img-holder img {
  max-width: 100%;
  height: 45px !important;
  object-fit: contain;
  height: 350px;
}

.dr-services-wrap h6 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.transplant-section {
  padding: 50px 0;
  background: #f1f1e9;
}
.accent-text {
  color: #d6955b;
}
.img-wrapper img {
  border-radius: 10px;
  width: 100%;
  height: 500px !important;
  object-fit: cover;
}
.benefit-card {
  border-left: 3px solid #d6955b;
  padding-left: 20px;
  margin-bottom: 25px;
  transition: 0.2s;
  background: #fffaf5;
}
.benefit-card:hover {
  border-left-width: 6px;
  background: #fffaf5;
}
.benefit-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: #333;
}
.benefit-desc {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
}
.section-title {
  font-weight: 600;
  color: #000;
}
.lead-text {
  color: #444;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

.journey-section {
  padding: 50px 0;
  background-color: #fdfdf1;
  text-align: center;
}

.step-card {
  position: relative;
  padding: 20px;
}

.step-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}

.step-image {
  max-width: 100px;
  height: auto;
  border-radius: 50%;
  margin: auto;
}

.step-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #000;
}
.arrow-container::after {
  content: "";
  position: absolute;
  top: 25%;
  right: -10%;
  width: 50px;
  height: 20px;
  background: url("../images/right-arrow.webp") no-repeat center;
  background-size: contain;
  z-index: 1;
}

.video-thumb-wrapper {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 15px;
  padding-bottom: 100%;
  background-color: #000;
}

.video-thumb-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video-thumb-wrapper:hover img {
  transform: scale(1.05);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #ff0000;
  font-size: 20px;
}

.mfp-iframe-holder .mfp-content {
  max-width: 400px;
}

.choosing-section {
  padding: 50px 0;
  background-color: #efe5e0;
  color: #000;
}

.choosing-section .section-title {
  margin-bottom: 10px;
}

.choosing-section .section-title h2 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
}

.choosing-section .img-wrapper img {
  border-bottom: 5px solid #d6955b;
}

.choosing-section .feature-item {
  display: flex;
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.choosing-section .feature-item:hover {
  transform: translateX(10px);
  border-left: 4px solid #d6955b;
}

.choosing-section .icon-box {
  min-width: 45px;
  height: 45px;
  background: #d6945b52;
  color: #d6955b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 15px;
}

.choosing-section .content h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #d6955b;
}

.choosing-section .content p {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}

.amenity-card {
  border-radius: 10px !important;
  overflow: hidden;
}

.amenity-card .card-body {
  border: none;
}

.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrapper img {
  max-width: 80px;
}

.card-title {
  color: #000;
  margin-bottom: 1rem;
}

.card-text {
  line-height: 1.6;
}
/* ===== COMPARISON TABLE FIX ===== */
.clinic-comparison {
    padding: 50px 0;
    background: #fff;
}

.clinic-comparison h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    color: #333;
}

.comparison-table-container {
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

/* Header row - orange background */
.comparison-table thead tr th {
    background-color: #E87722 !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    padding: 14px 16px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* First header cell (Feature) */
.comparison-table thead tr th:first-child {
    text-align: left;
    background-color: #E87722 !important;
}

/* Body rows */
.comparison-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
}

.comparison-table tbody tr:hover {
    background-color: #fff9f5;
}

/* Feature column (left) - orange text */
.comparison-table tbody tr td:first-child {
    color: #E87722 !important;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 16px;
    vertical-align: middle;
}

/* MS Skin Clinic column (middle) - orange text with bold highlights */
.comparison-table tbody tr td:nth-child(2) {
    color: #E87722 !important;
    font-weight: 500;
    font-size: 14px;
    padding: 14px 16px;
    text-align: center;
    vertical-align: middle;
}

.comparison-table tbody tr td:nth-child(2) strong {
    color: #E87722 !important;
    font-weight: 700;
}

/* Others column (right) - regular dark text */
.comparison-table tbody tr td:nth-child(3) {
    color: #555 !important;
    font-size: 14px;
    padding: 14px 16px;
    text-align: center;
    vertical-align: middle;
}

/* ===== WHY CHOOSE US SECTION FIX ===== */
.why-section {
    padding: 50px 0;
    background: #f9f9f9;
}

.why-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
}

/* Grid item cards - white background (not dark) */
.grid-item {
    background: #fff !important;
    border: 1px solid #f0ece8;
    border-radius: 10px;
    padding: 25px 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    height: 100%;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.grid-item:hover {
    box-shadow: 0 6px 20px rgba(232, 119, 34, 0.15);
}

/* Icon wrapper - orange background circle */
.icon-wrapper {
    background-color: #d6955b !important;
    color: #fff !important;
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* Box content text - dark (not white) */
.box-content h5 {
    color: #222 !important;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.box-content p {
    color: #555 !important;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.6;
}


/* Services Section */
.sk-services {
    background: #f8f9fa;
    padding: 60px 0;
}

.sk-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.sk-subtitle {
    font-size: 18px;
    color: #7f8c8d;
    margin-bottom: 40px;
}

.sk-carousel .item {
    padding: 15px;
}

.sk-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    height: 520px;
    display: flex;
    flex-direction: column;
}

.sk-card:hover {
    transform: translateY(-10px);
}

.sk-img-box {
    width: 100%;
    height: 240px;
    overflow: hidden;
    flex-shrink: 0;
}

.sk-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sk-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sk-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    height: 50px;
    display: flex;
    align-items: center;
}

.sk-content .fa-ul {
    margin-left: 1.5em;
    flex: 1;
}

.sk-content .fa-ul li {
    margin-bottom: 12px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.sk-content .fa-li {
    color: #27ae60;
    font-size: 14px;
}

/* Comparison Section */
.clinic-comparison {
    padding: 60px 0;
    background: #f8f9fa;
}

.clinic-comparison h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 40px;
    text-align: center;
}

.table-responsive-custom {
    overflow-x: auto;
}

.comparison-table {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.comparison-table thead {
    background: linear-gradient(135deg, #E87722 0%, #d66a1a 100%);
}

.comparison-table thead th {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 15px;
    border: none;
    text-align: center;
}

.comparison-table tbody td {
    padding: 18px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
}

.comparison-table tbody td:first-child {
    background: #fafafa;
    font-weight: 600;
    color: #333;
}

.comparison-table .highlight-col {
    background: #fff8f3;
    color: #E87722;
    font-weight: 600;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

@media (max-width: 768px) {
    .comparison-table {
        font-size: 13px;
    }
    .comparison-table thead th,
    .comparison-table tbody td {
        padding: 12px 8px;
    }
}



/* Before After Section */
.skin-svc .befweore {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    background: #f8f9fa;
}

.skin-svc .befweore img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
