/* .top-section-margin{
  margin-top: 115px;
} */

.hair-transplant {
  /* box-shadow: 0 10px 30px rgb(0 0 0 / 7%); */
  background-color: #fff;
  border-radius: 15px;
  /* padding: 0px 40px 10px; */
  min-height: 438px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.hair-transplant .hair-cost-heading {
  text-align: center;
  background-color: #00bcd4;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-weight: 400;
  padding: 10px 0px;
  font-family: "Roboto", sans-serif;
  position: relative;
  display: block;
  width: 100%;
  border: 2px solid #00bcd4;
  text-transform: uppercase;
}
.hair-transplant h3.heading {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 0;
}
.hair-transplant h3.heading.main-heading {
  animation: blink 1.5s linear infinite;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
}

.hair-transplant .man-hair-footer {
  text-align: center;
  background-color: #00bcd4;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-weight: 400;
  padding: 10px 0px 3px;

  font-family: "Roboto", sans-serif;
  position: relative;
  display: block;
  width: 100%;
  border: 2px solid #00bcd4;
  text-transform: uppercase;
}

.hair-transplant .man-hair-footer h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.hair-transplant .main-hair-img {
  width: 180px;
  /* border-radius: 50%; */
  padding: 30px;
  cursor: pointer;
}
/* 
.hair-transplant .main-hair-img.man-img {
  border: 2px solid #98a3ff;
    border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}
 */
 
        .awards{
            padding-bottom: 3%;
        }
        .awards .modal-content {
             background-color: transparent;
            border: none;
        }

        .awards .modal-content .modal-header {
            background-color: transparent;
            border: none;
        }

        .box-mob .img-small {
            padding-bottom: 10%;
        }

        .awards .modal-header .btn-close {
            background-color: #eee;
            padding: 5px;
            border-radius: 30px;
            border: 1px solid #fff;
        }

        .awards .modal-body .big-box .big-image {
            border: 1px solid #eee;
            padding: 5px;
        }

        .awards .modal-body .box-mob {
            border: 1px solid #eee;
            padding: 5px;
        }

        @media only screen and (max-width: 700px) {
            .box-mob {
                display: grid;
                grid-template-columns: 25% 25% 25% 25%;
                column-gap: 2px;
                /* border: 1px solid #eee; */
            }

            .box-mob .img-small {
                padding-bottom: 2%;
            }
            .awards{
                padding-top: 5%;
            }
            .awards .img-cls{
                padding-bottom: 5%;
            }
        }

.hair-transplant .f-note {
  color: rgb(153, 152, 152);
}

.hair-transplant .circle {
  background-image: linear-gradient(#00bcd4, #043d72);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: grid;
}

.hair-transplant .circle > .img-container {
  background-color: #fff;
  width: 196px;
  height: 196px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  animation: none;
}

/* man-hair-style section start */

.man-hair-styles {
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 400px;
  display: none;
  /* display: block; */
}

.active {
  display: block;
}

.man-hair-styles .man-hair-footer {
  position: absolute;
  bottom: -38px;
}

.man-hair-footer h3 a {
  font-size: 16px;
  display: block;
}
.man-hair-footer h3 a:hover {
  color: #fff;
}

.man-hair-styles p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 15px;
}

.man-hair-container {
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

.man-hair-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* max-width: 389px; */
}

.man-hair-container .man-hair-wrapper .man-single-img {
  width: 80px;
  height: 80px;
  padding: 10px;
  cursor: pointer;
  margin: 15px;
  /* border: 1px solid rgb(216, 216, 216); */
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, #00bcd4, #043d72);
}

/* man-hair-style section end */

/* button-group-container start */
.button-group-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-group-container a.prev-btn,
.button-group-container a.next-btn {
  color: #333;
  padding: 5px 10px;
}

.button-group-container a.prev-btn:hover,
.button-group-container a.next-btn:hover {
  background-color: rgb(212, 212, 212);
}

.button-group-container a i {
  font-size: 13px;
  color: rgb(156, 156, 156);
}

/* button-group-container end */

/* age-group container start */
.age-group-container {
  position: absolute;
  background-color: #fff;
  width: 100%;
  min-height: 400px;
  /* display: none; */
}
.age-group-container p.title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 15px;
}

.age-group-wrapper {
  max-width: 400px;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.age-group-wrapper .age-group {
  border: 1px solid lightgray;
  padding: 13px 30px;
  font-weight: bold;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 17px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  width: 70%;
}

.age-group-wrapper .age-group span {
  font-size: 15px;
  margin-left: 10px;
}
.age-group-wrapper .age-group:hover {
  transform: scale(1.1);
}

/* age-group container end */

/* medicine-options-container  start */
.medicine-options-container {
  max-width: 400px;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 257px;
}
.medicine-options-container .medicine-option {
  border: 1px solid lightgray;
  padding: 13px 20px;
  font-weight: bold;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  width: 70%;
  border-radius: 30px;
  text-align: center;
}

.medicine-options-container .medicine-option .fa-times {
  color: red;
  font-size: 20px;
}
.medicine-options-container .medicine-option .fa-check {
  color: rgb(12, 221, 12);
  font-size: 20px;
}

.medicine-options-container .medicine-option:hover {
  transform: scale(1.1);
}

/* medicine-options-container  end */

/* form-main-container start */
.form-main-container {
  position: absolute;
  background-color: #fff;
  width: 100%;
  min-height: 400px;
}
.form-main-container p.title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 15px;
}

.form-wrapper {
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

.form-wrapper .form-group input,
.form-wrapper .form-group textarea {
  border: 1px solid rgb(189, 189, 189);
  margin-bottom: 10px;
  border-radius: 5px;
}

.form-wrapper .form-group textarea {
  min-height: 80px;
}

.form-wrapper .form-group .submit-btn {
  border: none;
  background-color: #043d72;
  color: #fff;
  padding: 12px 100px;
  display: block;
  margin: 20px auto 0;
  border-radius: 10px 10px 0 0;
}

/* form-main-container end */

.single-img-container {
  display: block;
  display: flex;
  justify-content: center;
  width: 100%;
}

.man-hair-img-container {
  width: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}

.man-hair-img-container img {
  width: 100%;
}

.navbar-brand img {
  max-width: 225px;
}

.dropleft {
  left: -100px !important;
}
/* 
.main-banner {
  margin-left: -2px;
} */

.top-header {
  background-color: transparent;
  z-index: 9999;
  /* display: none; */
}

.klev-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 12px 8px 10px;
}

.klev-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  width: 250px;
}

.about-content p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #000;
  text-align: left;
}

.more-content,
.more-content-1 {
  display: none;
}

.more-content p,
.more-content-1 p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #000;
  text-align: left;
}
.about-btn-container {
  margin-top: 25px;
}
.read-btn {
  display: inline-block;
}
.about-btn-container .read-btn {
  background-color: #093f6e;
  padding: 8px 15px;
  border: 1px solid #093f6e;
  color: #fff !important;
}

.about-btn-container .read-btn:hover {
  color: #093f6e !important;
  background-color: #fff;
}
.about-btn-container .default-btn {
  background-color: #093f6e;
  padding: 8px 15px;
  border: 1px solid #093f6e;
  color: #fff !important;
}

.about-btn-container .default-btn:hover {
  color: #093f6e !important;
  background-color: #fff;
}

.read-btn,
.read-btn-1 {
  color: #093f6e;
  font-weight: 500;
}
.ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.cta-content {
  max-width: 615px;
}

.dash {
  width: 200px;
  height: 2px;
  background-color: #093f6e;
}
.dash.center {
  width: 200px;
  height: 2px;
  background-color: #093f6e;
  display: block;
  margin: 0 auto;
}

.our-clinics-img-container {
  margin-top: 10px;
}

.our-clinics-img-container img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.our-clinic-img {
  margin: 0 10px;
}

.clinic-feature-section {
  /* background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../img/bg-image/bg-image-9.jpg); */
  background-color: #fff;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 50px;
}
.clinic-feature-container img {
  width: 300px;
}
.clinic-feature-section .clinic-feature-heading {
  text-align: center;
  margin-bottom: 30px;
}
.clinic-feature-section .clinic-feature-heading .heading {
  color: #fff;
}

.feature-pointer {
  list-style: none;
}

.feature-pointer li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
  transition: all 0.3s;
  font-size: 19px;
  text-align: justify;
}

.feature-pointer.text-white li {
  color: #fff;
}

.feature-pointer li:hover {
  transform: translate(10px);
}

.feature-pointer li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-pointer.right li::before {
  content: "\f00c";
  color: #fff;
}

.feature-pointer.wrong li::before {
  content: "\f00d";
  color: #fff;
}
.feature-pointer.angle li::before {
  content: "\f101";
  color: #222;
}
.feature-pointer.angle.text-white li::before {
  content: "\f14a";
  color: #fff;
}
/* .feature-pointer.angle.text-white li::before {
  content: "\f101";
  color: #fff;
} */
.clinic-feature-section .feature-pointer {
  margin-left: 50px;
}
.clinic-feature-section .feature-pointer li {
  color: #fff;
  margin-bottom: 10px;
}

.page-menu-container {
  background-color: #093f6e;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-menu-container .page-nav-link {
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #093f6e;
  position: relative;
}
.page-menu-container .page-nav-link:not(:last-child) {
  border-right: 1px solid #fff;
}

.page-menu-container .page-nav-link:hover {
  background-color: #fff;
  color: #093f6e;
}

.page-menu-container .page-nav-link.active {
  background-color: #fff;
  color: #093f6e;
}
.page-menu-container .page-nav-link.active::before {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border-top: 20px solid #093f6e;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
}

.about-area h4.hair-loss-title {
  font-family: "Roboto", sans-serif;
}
.hair-loss-box {
  margin-bottom: 30px;
}

.hair-loss-box .hair-loss-content {
  border: 1px solid lightgray;
  padding: 0px 20px;
  min-height: 240px;
}

.hair-loss-box .hair-loss-content h3 {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  text-align: center;
  margin: 10px 0;
}

.hair-loss-box .hair-loss-content .hair-loss-description p {
  text-align: justify;
}

.stage-section {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.stage-section .stage-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.stage-section .stage-box .stage-icon {
  width: 100px;
  height: 100px;
}

.stage-section .stage-box .stage-icon img {
  width: 100%;
}

.stage-section .stage-no {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #093f6e;
  display: grid;
  place-content: center;
  background-color: #4472c4;
}

.stage-section .stage-no p {
  margin-bottom: 0;
  color: #fff;
}
.stage-section .stage-detail {
  padding: 0px 10px;
  margin-top: 30px;
}
.stage-section .stage-detail p {
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
}

.faq-accordion .accordion .accordion-title i {
  background: #00bcd4;
  color: #fff;
}
.faq-accordion h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.faq-accordion h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.faq-accordion p {
  text-align: justify;
}

.faq-accordion .accordion .accordion-content {
  text-align: justify;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00bcd4;
}

.pb-50 {
  padding-bottom: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}

.photogallery-container {
  margin-bottom: 25px;
}

.video-result-container {
  margin-bottom: 25px;
}

.contact-us-form .form-group .form-control {
  border: 1px solid #093f6e !important;
}

.contact-area h2 {
  font-family: "Roboto", sans-serif;
}

.contact-info-wrapper {
  /* border: 1px solid lightgray; */
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to left, #00bcd4, #043d72);
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 10px;
}
.map-container {
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to left, #00bcd4, #043d72);
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
}

.contact-info-wrapper .contact-info-icon i {
  font-size: 50px;
  background-image: linear-gradient(to left, #00bcd4, #043d72);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-info-wrapper p a {
  color: #093f6e;
  font-size: 20px;
}

.contact-info-wrapper .contact-info-heading h2 {
  font-family: "Roboto", sans-serif;
}

.contact-info-wrapper .contact-info.location {
  margin-top: 10px;
}
.contact-info-wrapper .contact-info.location p {
  line-height: 1.2;
  text-align: center;
}
.contact-info-wrapper .contact-info.direction p a {
  background-color: #093f6e;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 2px 10px;
  margin-top: 20px;
  font-size: 16px;
}

.contact-info-wrapper .contact-info-heading h2 a {
  font-family: "Roboto", sans-serif;
  color: #093f6e;
  text-transform: uppercase;
  font-size: 24px;
}

.our-location-container .contact-info.location a {
  min-height: 120px;
  display: inline-block;
  font-size: 20px;
}

.our-location-container .contact-info-wrapper:hover {
  background: #043d72;
}

.our-location-container .contact-info-wrapper:hover .contact-info-icon i {
  background-image: linear-gradient(to left, #fff, #fff);
}
.our-location-container .contact-info-wrapper:hover .contact-info-heading h2 a {
  color: #fff;
}
.our-location-container .contact-info-wrapper:hover .contact-info.location p a {
  color: #fff;
}
.our-location-container
  .contact-info-wrapper:hover
  .contact-info.direction
  p
  a {
  color: #093f6e;
  background-color: #fff;
}

.our-location-container h2.title {
  font-family: "Roboto", sans-serif;
}

.footer-area .f-about {
  text-align: justify;
}

.free-consultation-content .sub-title {
  text-align: center;
  margin-bottom: 5px;
}

.free-consultation-content h2 {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 500;
}

.dash {
  width: 150px;
  height: 2px;
  background-color: #043d72;
}

.dash.center {
  display: block;
  text-align: center;
}

.free-consultation-content .dash {
  margin-top: 15px;
}

.main-logo {
  position: relative;
  top: -23px;
  left: 0;
}

.navbar-area.is-sticky .main-logo {
  top: 0;
  padding: 15px 0;
}

.free-consultation-area-1 {
  background-color: #1db9c3;
  width: 100%;
  height: auto;
  padding: 20px 0;
}

.free-consultation-area-1 h2 {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.free-consultation-area-1 h2::before {
  content: "";
  position: absolute;
  top: 105%;
  left: 0%;
  width: 100%;
  border: 1px solid #043d72;
}
.free-consultation-area h2 {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
/* .free-consultation-area h2::before {
  content: "";
  position: absolute;
  top: 105%;
  left: 0%;
  width: 100%;
  border: 1px solid #043d72;
} */

.about-content h2.heading {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
/* .about-content h2.heading::before {
  content: "";
  position: absolute;
  top: 105%;
  left: 0%;
  width: 100%;
  border: 1px solid #043d72;
} */

.heading-new{
  color: #0E637F;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}

.clinic-feature-heading h3.heading {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.clinic-feature-heading h3.heading::before {
  content: "";
  position: absolute;
  top: 105%;
  left: 0%;
  width: 100%;
  border: 1px solid #fff;
}

h2.main-title, .maining {
  position: relative;
  display: block;
  margin-bottom: 20px;
  color: #0E637F;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 45px;
  font-weight: 500;
  text-align: left;
}

.hair-loss-causes-title {
  color: #0E637F;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 45px;
  font-weight: 500;
  text-align: left;
}

.klev-nav .navbar .navbar-nav .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  background-color: gray;
}

.service-item-container .service-heading h3 a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.service-item-container .service-heading h3 {
  margin-bottom: 0;
}
.service-img-container {
  border: 5px solid #00bcd4;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #00bcd4;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.service-item-container {
  margin-bottom: 30px;
}

.service-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.service-img-container:hover img {
  transform: scale(1.3) rotate(4deg);
}

.service-heading h3 a {
  color: #fff;
  border: 1px solid transparent;
  font-size: 20px;

  /* background-color: #00bcd4; */
  background-color: #093f6e;
  display: block;
  margin-top: 5px;
  padding: 10px 10px;
  text-align: center;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.service-heading h3 a:hover {
  color: #00bcd4;
  border: 5px solid #00bcd4;
  border-bottom: 0;
  font-size: 18px;
  background-color: #fff;
  display: block;
  margin-top: 5px;
  padding: 10px 10px;
  text-align: center;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* sidebar social media start */

.sidebar-social-media {
  z-index: 9999999 !important;
  display: none;
}

.sidebar-social-media nav {
  position: fixed;
  /* width: 70px; */
  width: 50px;
  margin-top: 150px;
  transition: all 0.3s linear;
  z-index: 9999 !important;
  /* box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.4); */
}

.sidebar-social-media nav ul {
  list-style: none;
  padding-left: 0;
}

.sidebar-social-media nav li {
  height: 50px;
  position: relative;
}
.sidebar-social-media nav li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  padding-left: 20%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  transition: all 0.3s linear;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border-radius: 30px;
  display: grid;
  place-content: center;
}
.sidebar-social-media nav li:nth-child(1) a {
  background: #25d366;
}
.sidebar-social-media nav li:nth-child(2) a {
  background: #cd201f;
}
.sidebar-social-media nav li:nth-child(3) a {
  background: #1877f2;
}
.sidebar-social-media nav li:nth-child(4) a {
  /* background: #e4405f; */
  background-image: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
}
.sidebar-social-media nav li:nth-child(5) a {
  background: #00bcd4;
}
.sidebar-social-media nav li a i {
  position: absolute;
  /* top: 14px;
  left: 17px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.sidebar-social-media nav li a span {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: capitalize;
  display: none;
}
.sidebar-social-media a:hover {
  z-index: 1;
  width: 200px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
}
.sidebar-social-media ul li a:hover span {
  display: block;
  /* padding-left: 30%; */
}

/* sidebar social media end */

.clinic-feature-container {
  /* background-color: #fff; */
  /* padding: 20px 30px 30px; */
  border-radius: 20px;
  overflow: hidden;
  /* background-color: rgba(0, 0, 0, 0.4); */
  background-color: #fff;

  border: #00bcd5 1px solid;
}

.clinic-feature-container thead tr th {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  color: #000;
}

.clinic-feature-container thead tr th:nth-child(1) {
  /* background-color: rgba(0, 128, 0, 0.6); */
  background-color: #fff;
  padding: 30px 0;
  border: 1px solid #00bcd5;
  /* border-radius: 20px; */
  border-top-left-radius: 20px;
}
.clinic-feature-container thead tr th:nth-child(2) {
  /* background-color: rgba(255, 0, 0, 0.6); */
  /* background-color: #00bcd5; */
  background-color: #6d7a8c;
  padding: 30px 0;
}
.clinic-feature-container tbody tr td p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #000;
}
.clinic-feature-container tbody tr td:nth-child(1) p {
  position: relative;
  padding-left: 30px;
}
.clinic-feature-container tbody tr td:nth-child(1) p::before {
  position: absolute;
  content: "\f00c";
  top: -8px;
  left: -6px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
}

.clinic-feature-container thead tr th:nth-child(2) {
  border-left: 1px solid gray;
  padding-left: 40px;
  vertical-align: middle;
  color: #fff;
}

.clinic-feature-container tbody tr td:nth-child(2) {
  border-left: 1px solid #00bbd4;
  padding-left: 40px;
}
.clinic-feature-container tbody tr td:nth-child(2) p {
  position: relative;
  padding-left: 30px;
}
.clinic-feature-container tbody tr td:nth-child(2) p::before {
  position: absolute;
  content: "\f00d";
  top: -8px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
}

.clinic-feature-container tbody tr td {
  padding: 10px 30px;
}

/* .clinic-feature-container tbody tr:hover td:nth-child(1){
  background-color: green;
}
.clinic-feature-container tbody tr:hover td:nth-child(2){
  background-color: red;
} */
/* .clinic-feature-container tbody tr:hover td:nth-child(1) p::before {
  color: rgba(0, 128, 0, 0.6);
  font-weight: 700;
}
 .clinic-feature-container tbody tr:hover td:nth-child(2) p::before {
  color: rgba(255, 0, 0, 0.6);
  font-weight: 700;
} */
.clinic-feature-container tbody tr td:nth-child(1) p::before {
  /* color: rgba(0, 128, 0, 0.6); */
  color: green;
  font-weight: 700;
}
.clinic-feature-container tbody tr td:nth-child(2) p::before {
  /* color: rgba(255, 0, 0, 0.6); */
  color: red;
  font-weight: 700;
}

.bg-light-gray {
  background-color: #d6d8d9;
}

.free-consultation-heading {
  background-color: #1db9c3;
  padding: 6px 2px;
}
.free-consultation-heading h2 {
  color: #fff !important;
  font-size: 20px;
  /* animation: blink 2s linear infinite; */
}

.blink-animation {
  animation: blink 2s linear infinite;
}

.why-choose-section {
  /* border: 1px solid #093f6e; */
  padding: 20px;
  /* border-radius: 20px; */
}

/* video section start */

#video-viewport {
  /* position: absolute;
  top: 0;
  left: 0; */
  position: relative;
  width: 100%;
  height: 100%;
  height: auto;
  overflow: hidden;
  z-index: -1;
}
video {
  display: block;
  width: 100%;
  height: auto;
}

.fullsize-video-bg {
  height: 100%;
  overflow: hidden;
}

/* .fullsize-video-bg:before {
  content: "";
  background: rgba(29, 184, 195, 0.781);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
} */
/* .fullsize-video-bg:after {
  content: "";
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI4RkZBQTgzNzg1NzExRTU4NTQyODc3OUM4MTZGMUREIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI4RkZBQTg0Nzg1NzExRTU4NTQyODc3OUM4MTZGMUREIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjhGRkFBODE3ODU3MTFFNTg1NDI4Nzc5QzgxNkYxREQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjhGRkFBODI3ODU3MTFFNTg1NDI4Nzc5QzgxNkYxREQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz66uHInAAAAIUlEQVR42mL5//8/AyMj42YGIGBigABfEMEIkoEBgAADAKvuBwVS8BAjAAAAAElFTkSuQmCC);
  background-size: 3px 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  
} */

.fullsize-video-bg .inner {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 2;
  position: absolute;
  left: 10%;
  display: flex;
  align-items: center;
  display: none;
}
.fullsize-video-bg .inner .video-content-wrapper {
  background-color: rgba(0, 187, 212, 0.473);
  transform: skewX(-15deg);
}
.fullsize-video-bg .inner .video-content-wrapper .video-content {
  transform: skewX(15deg);
  padding: 40px 60px;
  /* background-color: #043d72; */
}

.fullsize-video-bg h1 {
  min-width: 799px;
  font-family: "Roboto", sans-serif;
  font-size: 3em;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
}
.fullsize-video-bg h1 a:hover {
  color: #fff;
}

.fullsize-video-bg p.video-banner-sub-heading {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.fullsize-video-bg .video-banner-about p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.3;
  max-width: 650px;
  letter-spacing: 1.1px;
}

.fullsize-video-bg .video-content-btn-group {
  display: flex;
}
.fullsize-video-bg .video-content-btn-group .video-btn {
  display: inline-block;
  padding: 7px 20px;
  /* background-color: #fff; */
  margin-right: 30px;
  color: #fff;
  width: 150px;
  text-align: center;
  margin-top: 20px;
  border: 1px solid #fff;
}
.fullsize-video-bg .video-content-btn-group .video-btn:hover {
  background-color: #fff;
  color: #222;
  border-color: #fff;
}
/* video section end */

/* sidebar contact form start */

/*-------------------- Enqurey-now  -------------*/

.sidebar-contact {
  position: fixed;
  top: 67%;

  right: 0px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 10px;
  background: #00bcd4;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  transition: 0.5s;
  /* border-top-left-radius: 10px; */
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 9999999 !important;
}

.sidebar-contact.active {
  right: -350px;
}

/* .sidebar-contact input,
.sidebar-contact textarea {
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, .5);
  outline: none;
} */

.sidebar-contact h2.form-heading {
  margin: 0 0 10px;
  padding: 0;
  /* font-size: 30px; */
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.sidebar-contact p.form-text {
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
  color: #fff;
}
.sidebar-contact .sidebar-contact input[type="submit"] {
  background: #00bcd4;
  color: #fff;
  cursor: pointer;
  border: none;
  font-size: 18px;
}

.toggle.active {
  left: -23px;
  right: unset;
  animation: quote 0.8s infinite;
  border: 1px solid #00bcd4;
  background: #00bcd4;
}

.toggle {
  position: absolute;
  cursor: pointer;
  background-color: transparent;
  top: -30px;
  right: -13px;
  width: 30px;
  height: 30px;
  line-height: 25px;
  transform: rotate(90deg) translateY(50%);
  background-color: rgba(3, 126, 143, 0.473);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-content: center;
}

.toggle.active:before {
  content: "Book Free Consultation Now!";
  display: inline-block;
  white-space: nowrap;
  padding: 9px 8px 10px 9px;
  border-bottom: 0;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "Roboto";
  transform-origin: 100% 100% 0;
  color: #fff;
  background-color: #00bcd4;
}

.toggle:before {
  content: "\f00d";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding: 0;
  font-size: 13px;
}

@media (max-width: 768px) {
  h2.main-title, .maining{
  text-align: center;
  }
  .sidebar-social-media nav li {
    height: 30px;
    width: 30px;
    margin-bottom: 2px;
    position: relative;
  }
  .sidebar-social-media nav li a {
    border: 1px solid rgb(212 195 195 / 40%);
  }
  .sidebar-social-media nav li a i {
    font-size: 15px;
  }
  .sidebar-contact {
    width: 100%;
    height: 100%;
    left: -100%;
  }
  .sidebar-contact .toggle {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .sidebar-contact.active .toggle {
    top: 0;
    right: 0;
    transform: translateY(0);
  }
  .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .content {
    padding: 50px 50px;
  }
}

@-webkit-keyframes quote {
  0% {
    top: 50%;
  }
  50% {
    top: 52%;
  }
  100% {
    top: 50%;
  }
}

@keyframes quote {
  0% {
    top: 50%;
  }
  50% {
    top: 52%;
  }
  100% {
    top: 50%;
  }
}
/* sidebar contact form end */

.single-service-container {
  border: 5px solid #00bcd4;
  border-radius: 10px;
}

.service-section {
  margin-top: 50px;
}
.single-service-container {
  margin-bottom: 25px;
}
.service-section .single-service-about-container {
  padding: 10px;
  padding-left: 0;
}

.service-section .single-service-about-container .service-heading {
  background-color: #00bcd4;
  border-radius: 10px;
}

/* .service-section .single-service-about-container .service-heading h1 {

  

} */
.service-section .single-service-about-container .service-heading h1 a {
  /* color: #043d72; */
  color: #fff;
  display: block;
  padding: 5px 10px;
  font-size: 22px;
  text-align: center;
}

.service-section .single-service-about-container .single-service-des {
  min-height: 123px;
  max-height: 200px;
  overflow-y: auto;
}

.service-section
  .single-service-about-container
  .single-service-des::-webkit-scrollbar {
  width: 6px;
}

.service-section
  .single-service-about-container
  .single-service-des::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.service-section
  .single-service-about-container
  .single-service-des::-webkit-scrollbar-thumb {
  background-color: #093f6e;
  outline: 1px solid slategrey;
}

.service-section .single-service-about-container .single-service-des p {
  text-align: justify;
  line-height: 1.6;
}

.service-section
  .single-service-about-container
  .single-service-des
  p
  .single-read-more-btn {
  color: #043d72;
  font-size: 15px;
}

/* .single-service-about-container .single-btn-container .single-read-more-btn {
  display: inline-block;
  color: #043d72;
  font-size: 15px;
  border: 1px solid #00bcd4;
  padding: 5px 10px;
  margin-top: 5px;
} */

.single-service-container .single-service-img-container {
  width: 100%;
  height: 272px;
}

.single-service-container .single-service-img-container .single-service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cost-section.bg-1 {
  background-image: linear-gradient(to right bottom, #fff, #80ddea);

  background-position: center;
  background-size: cover;
}

.cost-section.bg-2 {
  background-image: url(../img/bg-image/bg-image-2.jpg);
  background-position: center;
  background-size: cover;
}

.cost-section .cost-section-content {
  background-color: rgba(255, 255, 255, 0.795);
  box-shadow: 0 2px 3px rgba(0 0 0 / 27%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cost-section .cost-section-content .cost-content {
  padding: 20px 30px;
  width: 100%;
}

.cost-section .cost-section-content .arrow {
  /* width: 50%; */
  animation: leftright 1s linear infinite;
  margin-top: -72px;
}

@keyframes leftright {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0px);
  }
}

.cost-section .cost-section-content img {
  width: 200px;
  /* transform: rotate(180deg); */
}
.cost-sectionno .cost-section-content {
  background-color: rgba(0, 187, 212, 0.673);
  /* transform: skewX(-12deg); */
  box-shadow: 0 2px 3px rgba(0 0 0 / 27%);
}
.cost-sectionno .cost-section-content .cost-content {
  /* transform: skewX(12deg); */
  padding: 40px 60px;
}
.cost-section .cost-section-content .cost-content h2 {
  color: #0e637f;
  margin-bottom: 20px;
}
.cost-section .cost-section-content .cost-content p {
  color: #000;
  line-height: 1.4;
  text-align: justify;
  font-size: 18px;
}
.free-consultation-heading .form-heading {
  animation: blink 1.5s linear infinite;
}

.bg-primary-color {
  background-color: #1db9c3;
}
.form-btn {
  background-color: #1db9c3;
  color: #fff;
  border: 1px solid #1db9c3;
}
.form-btn:hover {
  background-color: transparent;
  color: #1db9c3;
}

.img-border-container {
  border: 1px solid #1db9c3;
  padding: 10px;
}
.advantages-section {
  background-color: #1db9c3;
  padding: 20px;
}

/* .advantages-content {
  border: 1px solid #fff;
} */
.result-content {
  margin-top: 30px;
}
.map-wrapper {
  margin-bottom: 30px;
}

.advantages-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)),
    url(../img/bg-image/bg-image-7.jpg);

  background-position: center;
  background-size: cover;
}

.advantages-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.advantages-content-wrapper .advantages-content {
  flex-basis: 49%;
}

.dbmenu {
  width: 500px !important;
  left: -200px !important;
}

.dbmenu li {
  width: 49.5%;
  display: inline-block;
}

.cost-form .form-group {
  margin-bottom: 30px !important;
}

.free-consultation-content .cost-form .form-group .form-control {
  height: 50px !important;
}
.cost-form form {
  margin-top: 30px !important;
}

.medicine-options-container .fas {
  color: #00bcd4;
  font-size: 25px;
  margin-right: 20px;
}
.breadcrum-bg {
  width: 100%;
  max-height: 370px;
  overflow: hidden;
  /* background-image: url(../img/bg-image/contact-bg.jpg);background-size: cover;
  background-position: center ;
  padding: 100px 0; */
}

.breadcrum-bg img {
  width: 100%;
}
.contact-info-contianer {
  background-color: #00bcd4;
  padding: 20px;
  min-height: 514px;
}
.contact-info-contianer .contact-title {
  margin-bottom: 30px;
}
.contact-info-contianer .contact-title h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.contact-info-contianer .contact-title h4::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 110%;
  left: 0;
}

.contact-info-contianer .contact-field-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.contact-info-contianer .contact-field-wrapper .icon-box {
  color: #fff;
  flex-basis: 10%;
  font-size: 20px;
}
.contact-info-contianer .contact-field-wrapper .contact-info {
  color: #fff;
  flex-basis: 90%;
}

.contact-info-contianer .contact-field-wrapper .contact-info a:hover {
  color: #fff;
}

.contact-info-contianer .contact-field-wrapper .contact-info h6,
.contact-info-contianer .contact-field-wrapper .contact-info p {
  color: #fff;
}
.contact-info-contianer .contact-field-wrapper .contact-info h6 {
  font-size: 20px;
  font-weight: 400;
}
.contact-info-contianer .contact-field-wrapper .contact-info p {
  line-height: 1.4;
  font-weight: 300;
  font-weight: 16px;
}

.disclaimer {
  font-size: 15px;
  margin-bottom: 0;
}

.contact-form li a.facebook {
  background-color: #1877f2;
}

.contact-form li a.whatsapp {
  background-color: #25d366;
}
.contact-form li a.youtube {
  background-color: #cd201f;
}
.contact-form li a.instagram {
  background-color: #e4405f;
}

.man-hair-styles .sub-heading {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 300;
}

.man-hair-styles .age-group-wrapper {
  margin-top: 15px;
}
/* .hair-loss-content-section h3 {
  font-family: 'Roboto Mono', monospace;
  font-weight: 400;
} */

.our-other-centers h1 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}

.location-center-container {
  background-position: center;
  background-size: cover;
  padding: 20px;
  margin: 50px 0;
}

.location-center-container.agra {
  background-image: linear-gradient(
    rgba(0, 187, 212, 0.9),
    rgba(0, 187, 212, 0.8)
  );
}
.location-center-container.prayagraj {
  background-image: linear-gradient(
    rgba(0, 187, 212, 0.9),
    rgba(0, 187, 212, 0.8)
  );
}
.location-center-container.bhopal {
  background-image: linear-gradient(
    rgba(0, 187, 212, 0.9),
    rgba(0, 187, 212, 0.8)
  );
}
.location-center-container.lucknow {
  background-image: linear-gradient(
    rgba(0, 187, 212, 0.9),
    rgba(0, 187, 212, 0.8)
  );
}

.location-center-container h2 {
  color: #fff;
  margin-bottom: 20px;
}

.location-center-container p {
  color: #fff;
  line-height: 1.5;
  margin: 10px 0;
}

.location-center-container .center-address {
  min-height: 80px;
}
.location-center-container .get-direction {
  color: #222;
  background-color: #fff;
  padding: 8px 30px;
  font-size: 15px;
  margin-top: 20px;
  display: inline-block;
}
p.small-text {
  font-size: 10px;
  font-weight: 300;
}
.image-container {
  margin: 30px 0;
}
.blog-details-area .article-content {
  text-align: justify;
}

.widget-area .widget_klev_posts_thumb .item .info h4 a {
  color: #043d72;
}
.privacy-policy-content {
  margin-bottom: 30px;
}
.privacy-policy-content p {
  text-align: justify;
  font-size: 15px;
}
.privacy-policy-content a {
  color: #043d72;
}

.privacy-policy-content h3 {
  font-size: 20px;
}
.privacy-policy-pointer {
  list-style-type: upper-alpha;
  margin: 20px 20px 20px 30px;
}

.privacy-policy-pointer li {
  margin-bottom: 10px;
  font-size: 15px;
}

.client-thumbnails .group-content {
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-direction: column; */
}
.client-thumbnails .group-content .age {
  margin-right: 10px;
  position: relative;
}

.client-thumbnails .group-content .age::after {
  position: absolute;
  top: 0;
  right: -4px;
  content: ",";
}

/* .client-thumbnails .group-content .client-location{
  margin-top: 2px !important;
} */
.bgblog {
  background: #fff;
}

.bgblog a {
  color: #130947;
}
/* 
.bgblog .post-content {
  padding: 15px;
} */

.bgblog .post-content h3 {
  text-align: left;
}

.mfp-arrow-left {
  left: 5%;
}

.mfp-arrow-right {
  right: 5%;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #333;
  right: -56px;
  text-align: right;
  padding-right: 13px;
  width: 43px;
  height: 43px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer !important;
}

@media (max-width: 1500px) {
  .mfp-arrow-left {
    left: 9%;
  }

  .mfp-arrow-right {
    right: 9%;
  }

  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: -37px;
  }
}
@media (max-width: 1500px) {
  .mfp-arrow-left {
    left: 4%;
  }

  .mfp-arrow-right {
    right: 4%;
  }

  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: -37px;
  }
}

.hair-loss-content h3 {
  font-size: 23px;
}

.main-causes-container {
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
  margin-top: 10px;
}
.main-causes-container .card {
  display: table-cell;
  vertical-align: top;
  width: calc(100% / 4);
}
.main-causes-container .card-body .card-title {
  font-size: 25px;
  text-align: center;
}
.main-causes-container .card-body .card-text {
  text-align: justify;
  line-height: 1.6;
}

.single-blog-container {
  display: table;
  border-spacing: 10px;
}

.single-blog-container .blog-post {
  display: table-cell;
  vertical-align: top;
  width: 25%;
}

.image-container.male-pattern img {
  max-height: 350px;
}
.image-container.female-pattern img {
  max-height: 430px;
}

.hair-loss-causes-content {
  margin-bottom: 30px;
}

.hair-loss-causes-content .hair-loss-causes-des {
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .ptb-50 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .hair-loss-box .hair-loss-content {
    padding: 0px 20px 15px;
    min-height: 115px;
  }
  .pb-50 {
    padding-bottom: 25px !important;
  }
  .faq-accordion {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .mb-4 {
    margin-bottom: 0.5rem !important;
  }
  .stage-section {
    display: block;
  }
  .stage-section .stage-box {
    width: 50%;
    float: left;
    min-height: 250px;
  }
  .neom25 {
    margin-left: 25%;
  }
  .contact-info-contianer {
    min-height: 320px;
    margin-bottom: 30px;
    padding: 20px 20px 0;
  }
  .location-center-container {
    margin: 10px 0;
  }
  .our-clinics-img-container img {
    height: 80px;
  }
  .mfp-arrow-right {
    right: -2%;
  }
  .mfp-arrow-left {
    left: -2%;
  }
}

/* popup design start */
/* .popup-modal{
 position: relative;
} */
.popup-contianer {
  background-image: url(../img/bg-image/popup-bg1.jpg);
  background-size: contain;
  background-position-x: inherit;
  position: relative;
  background-repeat: no-repeat;
  border: 2px solid #00bcd5;
}

.popup-close-btn {
  position: absolute;
  display: inline-block;
  top: -30px;
  right: -30px;
  background-color: #222;
  color: #fff;
  border: none;
  outline: none;
  z-index: 99999 !important;
  cursor: pointer !important;
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
}
.popup-close-btn:hover {
  color: #fff;
}

.popup-modal .modal-body {
  padding: 0;
}
.popup-content {
  min-height: 400px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-left: 30px;
  flex-direction: column;
}
.popup-content h1 {
  font-size: 50px;
  font-weight: bolder;
  line-height: 1;
  color: #000;
}

.popup-content h1 span {
  color: #00bcd4;
}

.popup-sub-heading a {
  display: inline-block;
  margin-left: 89px;
  font-weight: 500;
  line-height: 1.2;
  font-size: 19px;
  max-width: 100%;
  margin-top: 10px;
  color: #fff;
  text-align: center;
  background-color: #00bcd4;
  padding: 10px 30px;
  border-radius: 50px;
}

.popup-cta-contianer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.popup-cta-contianer .popup-cta a {
  color: #222;
  /* margin: 0px 10px; */
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #00bcd4;
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid transparent;
}

.popup-cta-contianer .popup-cta a:hover {
  background-color: #fff;
  border: 1px solid #222;
  color: #222;
}

.popup-cta-contianer .popup-cta a.popup-whatsapp {
  margin-left: 10px;
}
.popup-form .free-consultation-content {
  border-radius: 25px;
}

/* .popup-cta-contianer .popup-cta a.popup-whatsapp i{
  color: #25D366;
} */

.popup-form .free-consultation-heading {
  background-color: #00bcd5;
  padding: 20px 0;
}

@media (max-width: 765px) {
  .review-section {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .popup-content h1 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 1;
    color: #000;
    margin-top: 20px;
  }

  .popup-content {
    min-height: 200px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 10px;
    flex-direction: column;
    padding-top: 30px;
  }
  .popup-sub-heading a {
    display: inline-block;
    margin-left: 0px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 15px;
    max-width: 100%;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    background-color: #00bcd4;
    padding: 5px 20px;
    border-radius: 50px;
  }
  .popup-cta-contianer {
    margin-top: 50px;
    align-self: center;
  }
  .popup-cta-contianer .popup-cta a {
    color: #222;
    /* margin: 0px 10px; */
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #00bcd4;
    padding: 5px 20px;
    border-radius: 50px;
    border: 1px solid transparent;
  }
  .popup-form .free-consultation-content {
    border-radius: 0px;
  }

  .popup-close-btn {
    top: 0px;
    right: 0px;
  }
  .popup-close-btn:hover {
    color: #fff;
  }

  .popup-form .free-consultation-form .col-12 {
    margin-bottom: 0px !important;
  }
  .popup-form .free-consultation-content h2 {
    font-size: 18px;
  }

  .popup-form .free-consultation-heading {
    background-color: #00bcd5;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 765px) and (min-width: 400px) {
  .popup-cta-contianer {
    margin-top: 55px;
    margin-bottom: 10px;
  }
  .popup-content h1 {
    font-size: 22px;
    font-weight: bolder;
    line-height: 1;
    color: #000;
    margin-top: 20px;
  }
}
/* popup design end */

.partner-area .mt-50 {
  margin-top: 50px;
}
.review-star-box {
  margin-top: 5px;
  margin-left: 10px;
}
.review-star-box .review-star {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 1px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/review/f.svg);
}

.verified-review {
  display: inline-block;
  background: url(../img/review/verified-icon.svg);
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 7px;
  position: relative;
  z-index: 2;
}

.review-header {
    display: flex;
    align-items: center;
}
.review-header .review-profile-img {
  margin-right: 15px;
}
.review-header .review-profile-img img {
  width: 40px;
  height: 40px;
  padding: 0px;
  display: block;
  border-radius: 30px;
  object-fit: cover;
  object-position: top;
}
.review-profile-details {
  position: relative;
}
.review-profile-details .review-name {
  font-weight: bold;
  font-size: 15px;
  overflow: hidden;
  padding-right: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000000;
  margin-bottom: 2px;
  width: 200px;
}

.review-profile-details::after {
  content: "";
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/review//g-icon.svg);
  background-size: 100% 100%;
}
.review-mgs-content {
  max-height: 100px;
  min-height: 100px;
  overflow-y: auto;
  margin-top: 10px;
}
.review-mgs-content p {
  font-size: 15px;
  padding-right: 10px;
}

.review-mgs-content::-webkit-scrollbar {
  width: 5px;
}

.review-mgs-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.review-mgs-content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  /* outline: 1px solid slategrey; */
}

#review-carousel .owl-nav {
  position: absolute;
  top: -72px;
  right: 65px;
}

#review-carousel .owl-nav .owl-prev,
#review-carousel .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  background-color: #00bcd4;
  color: #fff;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
#review-carousel .owl-nav .owl-prev {
  margin-right: 1px;
}
.location-content-container {
  margin-top: 50px;
}
.review-section {
  margin-bottom: 80px;
}

.location-content p {
  text-align: justify;
}

.location-content h3 {
  margin-top: 20px;
}

.location-pointer li {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .popup-cta-contianer {
    margin-top: 47px;
  }
}
.cta-container {
  /* padding: 50px 0; */
  padding: 15px 0;
  position: relative;
  z-index: 1;
  border-bottom: 6px solid #093f6e;
  border-top: 6px solid #093f6e;
}

.cta-container .box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.cta-container .box h6 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 400;
}
.cta-container .box.pl-40 {
  padding-left: 40px;
}
.cta-container .box .cta-icon {
  width: 85px;
  height: 85px;
  font-size: 40px;
  line-height: 85px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  display: inline-block;
  color: #000;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.15);
}

.cta-container .box a {
  position: relative;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.box .callBtn {
  color: #000 !important;
  font-size: 35px !important;
}

.shape-1 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.shape-2 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
.cta-container .box a:hover .cta-icon {
  background-color: #fff;
  color: #3156a3;
}
.service-pointer-list-container {
  margin: 20px 0;
}
.service-pointer-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.service-pointer-list li {
  width: 100%;
  padding: 0px 4px;
  position: relative;
}

.service-pointer-list li span {
  z-index: 1;
  display: block;
  position: relative;
  border-radius: 7px;
  margin-bottom: 20px;
  padding: 13px 20px 13px 62px;
  transition: 0.5s;
  background-color: #fff;
  box-shadow: 0 4px 45px #00000026;
  font-size: 30px;
  /* font-weight: 700; */
  width: 100%;
}
.service-pointer-list li span::before {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
}
.service-pointer-list li span::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0095d5;
  z-index: -1;
  transition: 0.5s;
  border-radius: 7px;
}
.service-pointer-list li span:hover::after {
  width: 100%;
}
.service-pointer-list li span:hover {
  color: #fff;
}

.service-request-btn {
  border: 0;
  z-index: 1;
  position: relative;
  border-radius: 5px;
  display: inline-block;
  color: #fff !important;
  padding: 16px 25px 16px 20px;
  transition: 0.5s;
  background-color: #0095d5;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #0095d5;
  margin-top: 20px;
}

.service-request-btn .icon-left {
  margin-right: 10px;
  font-size: 18px;
}
.service-request-btn .icon-right {
  margin-left: 10px;
  font-size: 18px;
}
.service-request-btn:hover {
  background-color: #fff;
  border: 1px solid #0095d5;
  color: #fff;
}
.service-request-btn a:focus {
  color: #fff !important;
}
.service-request-btn:hover a {
  color: #0095d5 !important;
}
.service-request-btn:hover a:active {
  color: #0095d5;
}
.sub-heading {
  margin-bottom: 10px;
}
.sub-heading span {
  color: #fff;
  display: inline-block;
  background-color: #00bcd4;
  padding: 5px 20px;
}

.section-top-gap {
  margin-top: 50px;
}

.appointment-modal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}

.appointment-modal .btn-close:focus {
  box-shadow: none;
}

.appointment-modal .modal-body {
  padding: 0;
}

.appointment-container .top-part {
  display: flex;
  align-items: center;
  padding: 10px;
}

.appointment-container .top-part .appointment-icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.appointment-container .top-part .appointment-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.appointment-container .top-part .appointment-heading h2 {
  font-size: 22px;
  margin-bottom: 0;
}
.appointment-container .middle-part {
  /* background-color: #043d72; */
  padding: 10px;
  padding-top: 40px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.appointment-container .middle-part p {
  color: #fff;
  text-align: center;
}
.appointment-container .middle-part .form-field {
  margin-bottom: 15px;
}

.appointment-container .middle-part .form-field.gap {
  margin-right: 15px;
}
.appointment-container .middle-part .form-field input {
  border: 1px solid lightgray;
  width: 100%;
  height: 40px;
  border-radius: 0;
  padding: 0px 10px;
}
.appointment-container .middle-part .appintment-btn {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.appointment-container .middle-part .appintment-btn a {
  background-color: #fff;
  color: #222;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 20px;
}

.appointment-container .middle-part span.note {
  text-align: center;
  font-size: 12px;
  margin: 20px 0;
  color: #ababab;
}

/* Quick contact form start */

.quick-contact {
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 999999 !important;
  background-color: #fff;
  padding: 15px 10px;
  min-width: 350px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.4), 2px 5px 5px rgba(0, 0, 0, 0.4);
}

.quick-contact.active {
  right: -350px;
}

.quick-contact .toggle-container {
  position: absolute;
  top: 48%;
  left: -80px;
  z-index: 9999999 !important;
  transform: rotate(-90deg) translateY(-50%);
  background-color: var(--secondary-color);
  padding: 10px 20px;
  cursor: pointer;
  background-color: #130947;
}
.quick-contact .toggle-container p {
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
}
.quick-contact .field-container {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.quick-contact .form-container .heading {
  font-size: 20px;
  text-align: center;
}

.quick-contact .form-container .para {
  font-size: 17px;
  text-align: center;
  line-height: 1.3;
}

.quick-contact .field-container .input-field {
  width: 100%;
  min-height: 40px;
  border-radius: 0;
  border: 1px solid lightgray;
  font-family: "Poppins", sans-serif;
  padding-left: 50px;
  font-size: 15px;
}

.quick-contact .field-container .form-icon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: lightgray;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
}
.quick-contact .field-container .input-field:focus {
  outline: none;
}

.quick-contact .field-container .label-field {
  position: absolute;
  top: 25%;
  left: 40px;
  transition: all 0.3s;
  background-color: #fff;
  padding: 0px 10px;
  font-size: 15px;
  color: #555;
  margin-bottom: 0;
}

.quick-contact .field-container .input-field:focus ~ .label-field,
.quick-contact .field-container .input-field:valid ~ .label-field {
  top: -30%;
  font-size: 13px;
}

.quick-contact .field-container.message-field .input-field {
  min-height: 100px;
  padding-top: 20px;
  padding-left: 10px;
}

.quick-contact .field-container.message-field .label-field {
  top: 5%;
  left: 5px;
}

.quick-contact .field-container.message-field .input-field:focus ~ .label-field,
.quick-contact
  .field-container.message-field
  .input-field:valid
  ~ .label-field {
  top: -7%;
  font-size: 13px;
}

.quick-contact .quick-submit-btn {
  display: block;
  width: 100%;
  background-color: #130947;
  color: #fff;
  border: 0;
  outline: 0;
  font-size: 15px;
  padding: 10px 0;
}

/* Quick contact form end */

/* call me start */

.wrapper {
  position: fixed;
  bottom: 2%;
  right: 2%;
  /* transform: translate(-90%, -90%); */
}

.pulse {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  background: #00bcd4;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}

.phone {
  position: absolute;
  font-size: 20px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 1;
  animation: phone 0.9s ease-in-out infinite;
}

.phone i {
  transition: 0.5s ease-in-out;
}

/* .pulse:hover i {
  transition: 0.5s ease-in-out;
  transform: scale(0);
  opacity: 0;
}

.pulse:hover {
  background: #2e323c;
} */

/* .text {
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 700;
  top: 23px;
  font-size: 1.1rem;
  transform: scaleX(-1);
  transition: 0.5s ease-in-out;
  opacity: 0;
  margin-left: 24px;
}

.pulse:hover .text {
  transform: scaleX(1);
  transition: 0.5s ease-in-out;
  opacity: 1;
  color: #facf5a;
} */

.pulse:hover::before,
.pulse:hover::after {
  content: "";
  position: absolute;
  border: 2px solid #00bcd4;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 1.8s linear infinite;
}

.pulse:hover::after {
  animation-delay: 0.5s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes phone {
  0%,
  100% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(21deg);
  }
}

/* call me end */

.service-btn-group {
  display: flex;
  justify-content: space-between;
}
.service-btn-group .service-request-btn {
  width: 48%;
  display: flex;
  justify-content: center;
}

.bgblog .post-content h3.blog-title {
  min-height: 80px;
  display: flex;
  align-items: center;
}
.banner-contact-form.free-consultation-content {
  margin-top: 0;
}
.banner-contact-form.free-consultation-content h2.form-heading {
  margin-bottom: 15px;
}
.banner-contact-form.free-consultation-content form .form-group {
  margin-bottom: 15px;
}

/* .header-area {
  padding: 15px 0;
} */
.appointment-container.quick-appointment {
  background-color: #fff;
}
.appointment-container.quick-appointment .appintment-btn {
  margin-top: 0;
}
.appointment-container.quick-appointment .appintment-btn a {
  border-radius: 0;
  padding: 8px 18px;
  background-color: green;
  color: #fff;
}

/* step start */
.graft-calculator {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding-top: 10px;
  border-radius: 15px;
}

.graft-calculator-title {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}
.step-container {
  max-width: 205px;
  margin: 5px auto;
}
.step-wrapper {
  display: flex;
  justify-content: space-between;
}
.step {
  width: 20px;
  height: 20px;
  border: 1px solid lightgray;
  border-radius: 50%;
  margin: 0px 10px;
}

.step.active {
  position: relative;
}
.step.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background-color: #00bcd4;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.step.active:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 36px;
  height: 1px;
  background-color: #00bcd4;
}
/* step end */
.social-link-box {
  margin-top: 15px;
}
.social-link-container {
  list-style: none;
  /* display: flex; */
}
.social-link-container li {
  margin-bottom: 10px;
}
.social-link-container .social-link {
  margin: 0 10px;
  width: 70px;
  height: 70px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.social-link-container .social-link.whatsapp {
  background-color: #25d366;
}
.social-link-container .social-link.youtube {
  background-color: #cd201f;
}
.social-link-container .social-link.facebook {
  background-color: #1877f2;
}
.social-link-container .social-link.instagram {
  background-color: #e4405f;
}
.social-link-container .social-link:hover {
  transform: translateY(5px);
}

.single-doctor-box .content p {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
}

.service-img img {
  border-radius: 30px;
}

.doctor-area.bg-4 {
  background-color: #00bcd4;
}

.contact-heading h2 {
  font-size: 35px;
}

.section-title.left-align {
  text-align: left;
}

.review-box {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 10px;
  border: 1px solid lightgray;
}

#video-testimonials .owl-nav {
  position: absolute;
  top: -69px;
  right: 50px;
}
#video-testimonials .owl-nav button.owl-next,
#video-testimonials .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  background-color: #00bcd4;
  color: #fff;
}

.link-social {
  margin-bottom: 15px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
/* .group-link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  border-radius: 50px;
  width: 130px;
}
.group-link .social-link {
  width: 35px;
  height: 35px;
  display: inline-block;
  display: grid;
  place-content: center;
  border-radius: 50%;
  font-size: 20px !important;
}

.group-link span {
  color: #fff !important;
}
.group-link .social-link.whatsapp {
  background-color: #25d366;
}
.group-link.whatsapp {
  background-color: #25d366;
}
.group-link .social-link.facebook {
  background-color: #1877f2;
}
.group-link.facebook {
  background-color: #1877f2;
}
.group-link .social-link.youtube {
  background-color: #cd201f;
}
.group-link .social-link.instagram {
  background-color: #e4405f;
}
.group-link.youtube {
  background-color: #cd201f;
}
.group-link.instagram {
  background-color: #e4405f;
} */

.group-link a {
  display: flex;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin: 0px 5px;
}

.group-link a i {
  font-size: 20px;
  /* margin-right: 10px; */
}
.group-link a.whatsapp {
  background-color: #25d366;
  border: 1px solid #25d366;
}

.group-link a.whatsapp:hover {
  background-color: #fff;
  color: #25d366 !important;
}
.group-link a.youtube {
  background-color: #cd201f;
  border: 1px solid #cd201f;
}

.group-link a.youtube:hover {
  background-color: #fff;
  color: #cd201f !important;
}
.group-link a.facebook {
  background-color: #1877f2;
  border: 1px solid #1877f2;
}

.group-link a.facebook:hover {
  background-color: #fff;
  color: #1877f2 !important;
}

.group-link a.instagram {
  background-color: #e4405f;
  border: 1px solid #e4405f;
}
.group-link a.instagram:hover {
  background-color: #fff;
  color: #e4405f !important;
}

.marquee-container {
  background-color: #00bcd4;
  margin-bottom: 5px;
}
.marquee-container h1 {
  color: #fff;
  margin: 0;
}

/* .free-consultation-content {
  border: 3px solid #00bcd4;
} */
.special-heading {
  text-decoration: underline;
  text-decoration-color: #00bcd4;
  text-underline-offset: 5px;
}

.enquiry-button {
  background-color: #00bcd4;
  width: 100%;
  height: 40px;
  border: 1px solid #00bcd4;
  outline: none;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
}
.enquiry-button:hover {
  background-color: #fff;
  color: #000;
}

.call-container {
  transition: all 0.3s ease;
  padding: 0px 8px 0px 5px;
  z-index: 1;
  position: relative;
}
.call-container:hover {
  background-color: #fff;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.special-text {
  background-color: #00bcd4;
  display: block;
  width: 100%;
  padding-left: 10px;
  position: relative;
  transition: all 0.5s;
  z-index: 1;
  border-radius: 10px;
}

.special-text h1 {
  color: #fff;
}

.special-text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #043d72;
  transition: all 0.5s;
  z-index: -1;
}

.special-text:hover::before {
  width: 100%;
}
.special-text:hover h1 {
  color: #fff;
}

.call-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #043d72;
  transition: all 0.5s;
  z-index: -1;
  border-radius: 50px;
}
.call-container:hover::before {
  width: 100%;
}
.call-container:hover .callBtn {
  color: #fff !important;
}

.section-img {
  display: flex;
  align-items: center;
}

.service-content-container .service-heading {
  max-width: 70%;
}

.service-content-container .service-heading h3 a {
  text-align: left !important;
  padding-left: 15px;
}

.youtube-link {
  cursor: pointer;
}
.video-container {
  border: 3px solid #00bcd4;
}
.call {
  display: flex;
  align-items: center;
  justify-content: center;
}
.callBtn {
  color: #000;
  margin-right: 20px;
  font-size: 30px;
}
.new-social-media li .social-link1 {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 3px;
}
.new-social-media li .social-link1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.review-profile-details::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/review//g-icon.svg);
  background-size: 100% 100%;
}
.new-social-media li:nth-of-type(3) img {
  width: 45px;
  height: 45px;
}
.new-social-media li:nth-of-type(4) img {
  width: 35px;
  height: 35px;
}
.new-social-media li:nth-of-type(5) img {
  width: 31px;
  height: 35px;
}

.mb-70 {
  margin-bottom: 70px;
}

.video-wrap {
  border: 4px solid #ccc;
  height: 100%; padding: 0px; border-radius:10px;
}
.video-wrap iframe{border-radius:10px;}

/* side-social-media start */

.side-social-media {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9999;
  display: none;
}
.side-social-media ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-social-media ul li {
  transition: all 0.3s;
}
.side-social-media ul li .side-social-group img {
  width: 40px;

  display: inline-block;
  margin-bottom: 10px;
}
.side-social-media ul li .side-social-group span {
  width: 0;
  display: none;
  margin-bottom: 10;
  margin-left: 5px;
}

.side-social-media ul li .side-social-group {
  display: flex;
  justify-content: start;
  align-items: center;
}
.side-social-media ul li:hover .side-social-group span {
  width: 100%;
  display: block;
  color: #000;
}
/* side-social-media end */

.single-partner-item {
  margin-bottom: 30px; border:4px solid #ccc; border-radius:9px; padding:0px;
}
.single-partner-item img{border-radius:10px;}
.blog-details-desc .article-content p {
  text-align: justify;
}

.about-area {
    /*background-image: linear-gradient(to right bottom, #fff, #80ddea); 
    background-image: linear-gradient(to right bottom, #fff, #797979);*/
    background: #f5f5f5;
}

/* .clinic-feature-container tbody tr td:first-child {
  background-color: lightgreen;
}
.clinic-feature-container tbody tr td:last-child {
  background-color: lightcoral;
} */

.contact-box {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  min-height: 250px;
}

.contact-box .contact-box-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  transition: all 0.5s ease;
}
.contact-box .contact-box-info p a {
  color: #000;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  line-height: 1.35;
}

.contact-box .contact-box-info p a.call,
.contact-box .contact-box-info p a.mail {
  font-size: 30px;
}
.contact-box:hover {
  background-color: #00bcd5;
}
.contact-box:hover .contact-box-icon img {
  filter: brightness(1) invert(1);
}

.contact-box:hover .contact-box-info p a {
  color: #fff;
}

.header-area {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.result-title {
  background-color: #0E637F;
  padding: 5px 50px;
  color: #fff;
  font-weight: 300;
  /* transform: skewX(-30deg); */
  border-radius: 30px;
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;
}
.result-title h3 {
  margin: 0;
  /* transform: skewX(30deg); */
  color: #fff;
  text-align: center;
}

.dhi-pointer-list {
  list-style: none;
  margin-top: 20px;
  margin-left: 40px;
}

.dhi-pointer-list li {
  color: #222;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 16.5px;
  position: relative;
}
.dhi-pointer-list li::before {
  position: absolute;
  top: 0%;
  left: -8%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  color: #093f6e;
}

.klev-nav .navbar .navbar-nav .dropdown-menu .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  background-color: #fff;
}

.new-social-media.f-social-media li .social-link1 {
  margin: 0 3px;
}
.mr-50 {
  margin-right: 50px !important;
}

.man-hair-styles.form-container.active .hair-cost-heading,
.man-hair-styles.form-container.active .man-hair-footer {
  border: 2px solid #00bcd4 !important;
}

.pl-50 {
  padding-left: 50px;
}

.special-bg {
  background-color: #00bcd5;
  padding: 5px 50px;
  color: #fff;
  font-weight: 300;
  transform: skewX(-30deg);
  margin-top: 10px;
  display: flex;
  justify-content: center;
  width: fit-content;
}
.special-bg h2.special-title {
  margin: 0;
  transform: skewX(30deg);
  color: #fff;
  text-align: center;
  font-size: 35px;
  text-shadow: 5px 0px 0px rgba(0, 0, 0, 0.05);
}
.mobile-white-bg {
  background-color: #fff !important;
}
.color-btn{
  background-color: #00bcd4 !important;
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .dhi-pointer-list {
    margin-left: 20px;
  }
  .cost-form form {
    margin-top: 45px !important;
  }
  .review-header {
    justify-content: center;
    grid-template-columns: 31% 40% 29%;
    display: grid;
    align-items: center;
}
  .review-profile-details::after {
      right: -255px;
  }
}
