@import "./variable.css";

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #00455b;
  color: #ffffff;
}

#btn-back-to-top:hover {
  background-color: #3c57b8;
}

/* Navbar start */
.logo {
  height: 60px !important;
}

.navbar-nav.nav-link {
  font-family: var(--secondary-font);
  color: #333 !important;
  letter-spacing: 1px;
  font-weight: 600 !important;
}

/* Banner Start */
.banner-section {
  background-image: url(../images/banner-img.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px !important;
}

.banner-section h2 {
  line-height: 50px !important;
}

.banner-text {
  color: #353535 !important;
}

.banner-section h4 {
  padding-top: 10px;
  font-weight: 600 !important;
  color: #208bae;
}

.owl-carousel .item {
  position: relative;
  border: 8px solid #fff;
  box-shadow: rgba(117, 117, 117, 0.24) 0px 3px 8px;
  border-radius: 0px !important;
  margin-bottom: 10px;
}

.item-caption {
  font-size: 19px;
  font-weight: 600;
}

.contact-detail-div p {
  font-size: 12px !important;
}

.contact-detail-div {
  background-color: #ffffff;
  padding: 20px;
}

/* About us Start */
.google-card {
  width: 40%;
  box-shadow: rgba(174, 174, 174, 0.16) 3px 4px 30px 8px;
  padding: 15px 30px;
  border-radius: 0px !important;
  background-color: #ffffff;
}

.aboutus-section {
  background-color: aliceblue;
}

.aboutus-section h6 {
  font-weight: 600;
  font-family: var(--secondary-font);
}

.about-overlay::after {
  position: absolute;
  content: "ABOUT US";
  top: -40px;
  left: 0px;
  display: block;
  width: 200%;
  font-size: 100px;
  font-weight: 900;
  color: #dbdbdb2e;
  z-index: -1;
}

.aboutus-section h3 {
  position: relative;
  z-index: 10;
}

.aboutus-section {
  position: relative;
  z-index: 0;
}

.conditions-heading {
  position: relative;
}

.conditions-heading::after {
  position: absolute;
  content: "TREATMENTS";
  top: -40px;
  left: 0px;
  display: block;
  width: 100%;
  font-size: 100px;
  font-weight: 900;
  color: #dbdbdb2e;
  z-index: -1;
}

.aboutus-section::after {
  position: absolute;
  content: "";
  background-color: #493257;
  width: 35%;
  height: 100%;
  right: 0;
  top: 0;
}

/* .qualification-section {
  position: relative;
}

.qualification-section::after {
  position: absolute;
  content: "";
  background-color: #00455b;
  width: 35%;
  height: 100%;
  left: 0;
  top: 0;
} */

.qualification-section .container .row .col-md-7 h3,
.qualification-section .container .row .col-md-7 p {
  position: relative;
  z-index: 2;
}

.icons {
  width: 50px;
}

.about-us-page-heading {
  position: relative;
}

.banner-content p {
  text-align: end !important;
}

.about .first-treatment .treatment-heading {
  line-height: 30px !important;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: bold;
  margin-top: -81px;
  cursor: pointer;
  background: #0a013fb3 !important;
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 10px 0px;
}

.about .first-treatment .treatment-heading span {
  color: #e6e6e6;
  font-size: 15px;
}

.about-us-page-heading::after {
  position: absolute;
  content: "ABOUT US";
  font-size: 150px;
  font-weight: 900;
  color: #dbdbdb2e;
  z-index: -1;
  top: -70px;
  left: -10px;
  width: 200%;
}

main .aboutus-section {
  position: relative;
}

main .aboutus-section::after {
  position: absolute;
  content: "";
  background-color: #00455b;
  width: 25%;
  height: 100%;
  right: 0;
  top: 0;
}

.first-treatment img {
  border-radius: 0px !important;
}

.about-us-img {
  position: relative;
}

.about-us-img::before {
  position: absolute;
  content: "";
  background-image: url(../images/dots.png);
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  bottom: 23%;
  left: 20%;
}

.about-us-img img {
  position: relative;
  z-index: 2;
}

.about-us-img::after {
  position: absolute;
  content: "";
  background-image: url(../images/dots.png);
  width: 40%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  top: 84%;
  left: 72%;
}

.about-us-img1 {
  position: relative;
}

.about-us-img1::before {
  position: absolute;
  content: "";
  background-image: url(../images/dots.png);
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  bottom: 23%;
  left: 36%;
}

.about-us-img1 img {
  position: relative;
  z-index: 2;
}

.border-10 {
  border-radius: 10px !important;
}

.about-us-img1::after {
  position: absolute;
  content: "";
  background-image: url(../images/dots.png);
  width: 42%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  top: 68%;
  left: 73%;
}

/* Why Choose Us Section Start */

.choose-us-overlay {
  position: relative;
}

.choose-us-overlay::after {
  position: absolute;
  content: "WHY CHOOSE US";
  top: 0px;
  font-size: 100px;
  font-weight: 900;
  color: #dbdbdb2e;
  width: 200%;
  z-index: -1;
  display: block;
  left: -200px;
}

.choose-us-section img {
  position: relative;
  z-index: 1;
}

.why-choose-us-section {
  position: relative;
}

.why-choose-us-section::after {
  position: absolute;
  content: "";
  background-color: #00455b;
  width: 50%;
  height: 50%;
  left: 0;
  bottom: 0;
}

.kalyan-branch-contact {
  position: relative;
}

.kalyan-branch-contact::after {
  position: absolute;
  content: "";
  background-image: url(../images/contact-opacity.png);
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  right: 10px;
  bottom: 10px;
}

.points {
  padding-left: 150px;
  padding-top: 60px;
  padding-bottom: 90px;
}

.branch-img {
  height: 50px;
  width: 50px;
}

.points h6 {
  font-size: 18px;
  line-height: 25px !important;
  color: #353535;
  font-family: var(--secondary-font);
  letter-spacing: 0.5px !important;
}

/* Why Choose Us Section End */
.why-choose-us-section .col-md-5 {
  position: relative;
}

.chooseus-img {
  position: absolute;
  bottom: 0;
}

/* Gallery Section */
.gallery-overlay {
  position: relative;
}

.gallery-overlay::after {
  position: absolute;
  content: "OUR PRACTICE";
  z-index: -1;
  font-size: 100px;
  font-weight: 900;
  color: #dbdbdb2e;
  width: 100%;
  left: 0;
}

.caption h6 {
  color: #ffffff;
  line-height: 20px !important;
}

.caption {
  background-color: #007ba4;
  padding: 20px 30px;
  position: absolute;
  bottom: 35%;
  width: 80%;
  text-align: center;
  border-radius: 0px !important;
  margin-left: 30px;
}

/* Testimonials Section Start */
.testimonials-section {
  position: relative;
}

.testimonials-section::after {
  position: absolute;
  content: "";
  background-color: #493257;
  width: 35%;
  height: 100%;
  top: 0;
  right: 0;
}

.testimonial-overlay {
  position: relative;
  z-index: 1;
}

.testimonial-overlay::after {
  position: absolute;
  content: "PATIENT EXPRIENCE";
  font-size: 100px;
  font-weight: 900;
  color: #dbdbdb2e;
  width: 100%;
  left: 0;
  top: -40px;
  z-index: -1;
}

.testimonial-div h3 {
  position: relative;
  z-index: 2;
}

.testimonial-item {
  width: 100%;
  background-color: #f6f6f6 !important;
  padding: 50px;
  border-radius: 0px !important;
}

.child-color {
  color: #007ba4;
}

.testimonial-item h4 {
  font-size: 16px;
  font-weight: 600 !important;
  margin-bottom: 35px;
}

.testimonial-item h3 {
  font-size: 35px;
  letter-spacing: 1px !important;
  margin-bottom: 35px;
}

.testimonial-item p {
  margin-bottom: 35px;
}

.carousel-control-prev-icon {
  left: -10% !important;
  position: absolute;
}

.carousel-control-next,
.carousel-control-next,
.carousel-control-prev,
.carousel-control-prev {}

.carousel-control-prev-icon {
  background-image: url(../images/left-arrow.png);
}

.carousel-control-next-icon {
  right: -10%;
  position: absolute;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.testimonial-item {
  width: 100%;
  background-color: #f6f6f6 !important;
  padding: 50px;
  border-radius: 0px !important;
  height: 350px;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: transparent !important;
}

.carousel-control-next-icon {
  background-image: url(../images/right-arrow.png) !important;
}

.carousel-control-next-icon {
  background-image: url(bootstrap.min.css);
}

.carousel {
  position: relative;
  z-index: 2;
}

.carousel::after {
  position: absolute;
  content: "";
  background-image: url(../images/dots.png);
  width: 30%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  left: 81%;
  bottom: 15%;
}

.carousel {
  position: relative;
  z-index: 2;
}

.carousel::before {
  position: absolute;
  content: "";
  background-image: url(../images/quote.png);
  width: 40%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  left: 85%;
  top: 65%;
  background-size: 200px;
}

.img-2 {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center right;
}

.card-content h5 {
  padding: 0px 10px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 25px;
  color: var(--primary);
  font-weight: 600;
  font-family: var(--secondary-font);
}

.card-content h6 {
  color: var(--secondary);
  font-size: 12px;
  letter-spacing: 0.5px;
  text-align: center;
}

.qualification-section .card .card-content {
  padding: 0px 20px;
}

.qualification-section .card .card-content p {
  font-size: 13px;
  line-height: 20px;
  font-family: var(--secondary-font);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px !important;
  letter-spacing: 0.5px;
  color: #353535;
}

.qualification-section .card {
  border: 0px;
  border-radius: 0px;
}

img {
  border-radius: 0px !important;
}

.inherit-ul {
  list-style: disclosure-closed;
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.clubfoot h6 {
  font-weight: 600;
  color: #00719d;
  margin-bottom: 10px;
  margin-top: 20px;
}

.contact-overlay {
  position: relative;
  z-index: 2;
}

.contact-overlay::after {
  position: absolute;
  content: "GET IN TOUCH";
  z-index: -1;
  font-size: 100px;
  font-weight: 900;
  color: #dbdbdb2e;
  width: 100%;
  left: 0;
  top: -40px;
}

.kalyan-branch-contact {
  position: relative;
  z-index: 2;
}

.contact-section {
  position: relative;
}

.contact-section::after {
  position: absolute;
  content: "";
  width: 40%;
  height: 100%;
  background-color: #00455b;
  top: 0;
}

.kalyan-tab {
  color: #fff !important;
  background-color: #372a70;
}

.overlay {
  position: relative;
}

.overlay::after {
  position: absolute;
  content: "";
}

.gm-style .place-card-large {
  padding: 9px 4px 9px 11px;
  display: none !important;
}

.thane-tab {
  color: #fff !important;
  background-color: #372a70;
  border-radius: 0px !important;
}

.image,
.img-grid-c,
.bigsquare {
  border-radius: 0px !important;
}

.contact-nav {
  gap: 50px;
  position: relative;
  z-index: 2;
  text-align: center;
  justify-content: center;
  margin-top: 30px;
}

.contact-nav .nav-link {
  color: #ffffff !important;
}

.kalyan-tab .nav-link,
.thane-tab .nav-link {
  padding: 10px 30px !important;
}

.contact-text {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 1px;
  color: var(--primary);
}

.contact-icon {
  background-color: #43066a;
  color: #ffffff;
  padding: 10px 12px;
  font-size: 20px;
  border-radius: 0px !important;
}

.contact-address {
  font-family: var(--secondary-font);
  color: #007ba4;
  font-size: 18px;
  padding-left: 20px;
}

.contact-form {
  background-color: #f1f1f1 !important;
  padding: 10px 20px;
  border: 0px !important;
}

.active.link-secondary {
  font-weight: bold;
  background-color: #007ba4;
}

.footer-section {
  background-color: #04001e;
  padding: 60px 0px;
  padding-bottom: 40px !important;
}

.footer-text {
  color: #ffffff;
  font-size: 15px;
  padding-left: 20px;
}

.footer-icon {
  margin-left: 20px;
}

.footer-icon {
  height: 40px;
  width: 40px;
}

.copyright-section {
  background-color: #252525;
  padding: 10px 0px;
  color: #a4a4a4;
  font-size: 12px;
}

.chooseus-img::before {
  position: absolute;
  content: "";
  background-image: url(../images/dots.png);
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 10;
  left: -25%;
  top: 81%;
}

.chooseus-img::after {
  position: absolute;
  content: "";
  background-image: url(../images/dots.png);
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  top: 33%;
  left: 75%;
}

.chooseus-img img {
  z-index: 4;
}

/* About US Page  */
.about-banner-section {
  background-image: url(../images/degree.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.aboutus-section .about-page .container .row .col-md-8 p {
  text-align: justify;
}

.about-banner-section .breadcrumb {
  position: relative;
  z-index: 2;
}

.about-us-section .about-page img {
  width: 300px;
  float: left;
  margin-right: 40px;
}

.zoom {
  overflow: hidden;
}

/* Quick-zoom Container */
.zoom img {
  transform-origin: 0 0;
  transition: transform 1s, visibility 1s ease-in;
}

/* The Transformation */
.zoom:hover img {
  transform: scale(1.1);
}

.about-page {
  position: relative;
  z-index: 2;
}

.degree-section {
  background-image: url(../images/degree.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.degree-section .container .row .degree-col {
  background-color: #fff;
  box-shadow: rgba(179, 179, 179, 0.35) 0px 5px 15px;
  border-radius: 0px !important;
  height: 300px;
  padding-left: 25px;
  padding-right: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.degree-section .container .row .col-md-6 h4 {
  padding-bottom: 20px;
  font-weight: 600;
  font-family: var(--primary-font);
  color: #0a013f;
  line-height: 35px !important;
}

.degree-section .container .row .col-md-6 ul {
  text-decoration: none;
  list-style-type: disc;
  font-family: var(--secondary-font);
  letter-spacing: 0.5px;
  font-size: 15px;
}

.degree-section .container .row .col-md-6 ul li {
  padding-bottom: 10px;
}

.degree-section .container .row .col-md-6 ul li b {
  color: #087aa3;
  padding-right: 10px;
}

.sub-para {
  color: #087aa3;
  font-weight: 600;
  font-family: var(--primary-font);
  font-size: 18px;
}

.about-us-list {
  list-style-type: disc;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.degree-section {
  background: url(../images/education.jpg);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;
}

.degree-section::after {
  position: absolute;
  content: "";
  /* background-color: #0a013f; */
  width: 100%;
  height: 100%;
  background-color: #0a013fbf;
  width: 100%;

  top: 0;
}

.degree-section h4 {
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
  border-bottom: 2px solid #1d8aae;
  width: 20%;
}

.degree-section h2 {
  position: relative;
  z-index: 2;
  font-size: 50px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.degree-section .row .col-md-8 {
  position: relative;
  z-index: 2;
}

.bg-row {
  align-items: center;
  justify-content: center;
  display: flex;
}

.bg-color {
  background-color: #0079a2;
  color: #fcfcfc !important;
  padding: 60px 20px;
}

.qualification-section {
  padding-bottom: 200px !important;
}

.bg-color1 {
  background-color: #0079a2;
  color: #fcfcfc !important;
  padding: 70px 20px;
}

.col1,
.col2 {
  padding: 30px;
}

.col1 h2 {
  font-size: 25px;
  padding-bottom: 10px;
  font-family: var(--primary-font);
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--primary);
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}

.col2 h2 {
  font-size: 25px;
  padding-bottom: 10px;
  font-family: var(--primary-font);
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
  border-bottom: 1px solid #8c8c8c;
  margin-bottom: 20px;
}

.col1 ul,
.col2 ul {
  padding-left: 0px !important;
}

.col1 ul li,
.col2 ul li {
  padding-bottom: 10px;
  font-family: var(--secondary-font);
  letter-spacing: 0.5px;
  font-size: 15px;
}

.disc {
  list-style-type: disc;
  font-family: var(--secondary-font);
  padding-left: 15px;
}

.about-us-list li {
  padding-bottom: 5px;
}

.breadcrumb {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 0px;
  background: var(--light);
  box-shadow: var(--shadow);
  margin-top: 25px;
}

.treatment-header {
  font-size: 25px;
  font-weight: 600;
  color: var(--secondary);
  letter-spacing: 1px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 20px;
}

.treatment-img {
  border: 10px solid #ffffff;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.treatment-body {
  height: 250px;
  overflow-y: scroll;
  padding-right: 20px;
  text-align: justify;
}

.fa-house {
  color: #493257;
}

.header-section {
  background-color: #493257;
}

.heading-treat {
  padding-bottom: 60px !important;
}

.we-can h3 {
  font-size: 30px;
  letter-spacing: 1px;
  text-align: center;
}

.header-section h6 {
  padding: 10px;
  text-align: right;
  color: rgb(233, 233, 233);
  letter-spacing: 1px;
  word-spacing: 5px;
  font-weight: 600;
  font-family: var(--secondary-font);
  font-size: 12px;
}

.header-section h6 span {
  display: inline-block;
}

.header-section h6 i {
  display: none;
}

.breadcrumb-item.active {
  font-weight: 600;
  color: #00719d;
}

.pages-banner-section {
  padding: 60px 0px;
}

.modal-footer {
  display: block;
}

.modal-title {
  color: #493257;
  font-weight: 600;
}

.modal-footer,
.modal-header {
  border: 0px;
}

form {
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 500;
}

/* Treatments */

.treatments-banner-section {
  background-image: url(../images/treatment-page.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.treatment-heading {
  line-height: 30px !important;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: bold;
  margin-top: -20px;
  cursor: pointer;
  background: #0a013fb3 !important;
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 10px 0px;
}

.treatment-page-opacity {
  position: relative;
  z-index: 2;
}

.treatment-page-opacity::after {
  position: absolute;
  content: "PROCEDURES";
  content: "PROCEDURES";
  z-index: -1;
  font-size: 100px;
  font-weight: 900;
  color: #c6c6c63d;
  width: 100%;
  top: -35px;
  left: 0;
}

.first-treatment::after:hover {}

.treatment-heading:hover {
  background-color: #43066a;
}

.treatments-section .container .row .col-md-4 img {
  border-radius: 0px !important;
  cursor: pointer;
  object-fit: contain;
}

.treatments-section .container .row .col-md-4 {
  margin-bottom: 30px;
}

.bold {
  color: #00719d;
}

.treatments-header {
  margin: 0px 0px;
  border-bottom: 1px solid #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
}

.right-gallery {
  height: 600px;
  overflow-y: scroll;
}

.left-gallery {
  height: 600px;
}

.left-gallery {
  position: fixed;
  position: relative;
}

#album1,
#album2,
#album3,
#album4,
#album5 {
  padding: 15px 30px;
}

/* Gallery Page */

.gallery-banner-section {
  background-image: url(../images/gallery.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.gallery-nav {
  gap: 40px;
  position: relative;
  z-index: 2;
  text-align: center;
  justify-content: center;
  display: grid;
}

.gallery-nav .nav-link {
  color: #ffffff !important;
}

.img-1 {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center right;
}

img {
  border-radius: 10px !important;
}

.img-div {
  position: relative;
  border: 8px solid #fff;
  box-shadow: rgba(117, 117, 117, 0.24) 0px 3px 8px;
  border-radius: 0px !important;
}

.img-div::after {
  position: absolute;
  content: "";
  background-color: #00000063;
  width: 100%;
  height: 250px;
  top: 0;
  left: 0;
  border-radius: 0px !important;
}

/* .gallery-page-section .container .row .col-md-4 {
  margin-top: 50px;
} */

.album-1-1 .container .row .col-md-3 .item {
  margin-bottom: 20px;
}

.img-h4 {
  background-color: #ffffff;
  color: #00719d;
  cursor: pointer;
  z-index: 2;
  padding: 15px 15px;
  border-radius: 0px;
  font-size: 18px;
  font-family: var(--primary-font);
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: 0px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 20px;
}

.album1 {
  width: 100%;
  height: 300px;
}

.album-1 .font-primary {
  font-size: 30px !important;
}

.bg-after {
  position: relative;
}

.bg-after::after {
  position: absolute;
  content: "";
  background-color: aliceblue;
  width: 20%;
  height: 100%;
  right: 0;
  top: 0;
}

.album-1 {
  position: relative;
  z-index: 2;
}

video {
  width: 100%;
  height: 150px;
  margin-top: 25px;
}

.blog-video {
  width: 100%;
  height: 210px;
  margin-top: 25px;
}

.album-1 .container .font-primary {
  font-family: var(--primary-font);
  font-weight: 600 !important;
  font-size: 30px !important;
  letter-spacing: 1px;
  color: var(--primary);
  text-align: center;
}

/* Testimonial Page */

.testimonial-banner-section {
  background-image: url(../images/testimonial-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.testimonial-sub {
  margin-bottom: 0px !important;
  color: #000000;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.gallery-page-section,
.treatments-section,
.testimonial-page-section {
  /* background-size: contain; */
  width: 100%;
  background-color: aliceblue;
  padding-bottom: 150px !important;
}

.testimonial-heading {
  color: #493257;
  font-family: var(--primary-font);
  letter-spacing: 0.5px;
  font-weight: 800;
  font-size: 16px;
}

.testimonial-header {
  background-color: #ffffff;
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
}

/* .testimonial-body {
  height: 150px;
  overflow-y: scroll;
} */

.testimonial-content {
  background-color: #ffffff;
}

.testimonial-body {
  padding: 20px;
  font-family: var(--secondary-font);
  letter-spacing: 0.5px;
  margin-bottom: 0px !important;
  height: 160px;
  color: #292929;
  text-align: justify;
}

.treatment-mutual-card {
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 40px;
}

.header-footer {
  background-color: #ffffff;
  color: #292929;
  border-top: 1px solid #e1e1e1;
}

p {
  margin-bottom: 0px !important;
}

.header-footer p {
  padding: 15px;
  letter-spacing: 0.5px;
  font-family: var(--secondary-font);
}

.header-footer p b {
  color: #087aa3;
}

.testimonial-body {
  position: relative;
  background-color: #ffffff;
}

.testimonial-bg {
  position: relative;
}

.testimonial-bg::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  background-color: #00455b;
  top: 0;
  left: 0;
}

.dots-opacity {
  position: relative;
}

.dots-opacity::after {
  position: absolute;
  content: "";
  background-image: url(../images/dots.png);
  width: 200px;
  height: 200px;
  left: -86px;
  bottom: 156px;
  background-repeat: no-repeat;
  background-size: cover;
}

.dots-opacity2 {
  position: relative;
}

.testimonial-page-section {
  background-image: url(../images/dots.png);

  background-repeat: no-repeat;
  background-size: 195px;

  background-position: right bottom;
  padding-bottom: 150px;
}

.index {
  position: relative;
  z-index: 2;
}

.quote-img {
  position: relative;
}

.quote-img::after {
  position: absolute;
  content: "";
  background-image: url(../images/quote.png);
  width: 150px;
  height: 150px;
  right: 0px;
  bottom: -90px;
  background-repeat: no-repeat;
  background-size: 114px;
}

.quote-img1 {
  position: relative;
}

.quote-img1::after {
  position: absolute;
  content: "";
  background-image: url(../images/quote.png);
  width: 150px;
  height: 150px;
  right: -15px;
  bottom: -90px;
  background-repeat: no-repeat;
  background-size: 114px;
}

.album-1 .container .row .col-md-3 .item {
  margin-bottom: 20px;
}

/* Contact Page */
.contact-page-details {
  width: 30px;
  margin-bottom: 10px;
}

.kalyan-branch-contact .container .row .col-md-3 {
  border-right: 1px solid #eaeaea;
}

/* .kalyan-branch {
  background-color: #ffffff;
}

.contact-div .container {
  position: relative;
  z-index: 2;
  box-shadow: rgba(164, 164, 164, 0.25) 0px 6px 12px -2px,
    rgba(153, 153, 153, 0.85) 0px 3px 7px -3px;
} */

.gm-style .place-card-large {
  display: none;
}

.place-card {
  display: none;
}

.kalyan-branch .col-md-6 {
  padding: 30px;
}

.kalyan-branch img {
  width: 90px;
  margin-bottom: 20px;
}

.kalyan-branch h5 {
  font-family: var(--primary-font);

  color: #00455b;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* .contact-div .container {
  background-color: #ffffff;
} */

.kalyan-branch-contact {
  background-color: #fff;
  padding: 60px;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 7px 29px 0px;
}

.kalyan-branch-contact h5 {
  color: #00719d;
  font-weight: 600;
  margin-top: 15px;
}

.qualification-img {
  position: relative;
}

.qualification-img::after {
  position: absolute;
  content: "";
  background-image: url(../images/qualification.png);
  right: 5px;
  bottom: 0;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-container-grid {
  display: flex;
  flex-wrap: wrap;
}

.details .container {
  background-color: #ffffff;
}

.details .container .row .col-md-4 .logo-div {
  background-color: #f3f3f3;
}

.half-footer {
  position: relative;
}

.padding {
  padding: 20px 0px;
  background-color: #f0f0f0;
}

.footer-section .container .footer-1 {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 99% !important;
}

.about-img-div {
  position: relative;
}

.about-img-div::after {
  position: absolute;
  content: "";
  background-image: url(../images/dots.png);
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  z-index: 1;
  bottom: 150px;
  right: -155px;
}

.about-img-div img {
  position: relative;
  z-index: 2;
}

.details .container .row .col-md-4 {
  font-size: 20px;
  font-family: var(--primary-font);
}

.smallsquare {
  max-width: 20%;
  height: auto;
  flex: 0 0 20%;
  padding-top: 20%;
  display: grid;
  position: relative;
}

.logo-div img {
  width: 300px;
}

.footer-icon-div {
  padding-right: 50px;
}

.footer-ul {
  padding-left: 0px !important;

  font-family: var(--secondary-font);
}

.footer-ul li {
  padding-bottom: 10px;
}

.footer-head {
  color: #017aa5 !important;
  font-weight: 600;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.border-bottom {
  border-bottom: 2px solid #797979;
}

.column-6 {
  padding-right: 50px;
}

.fa-instagram,
.fa-youtube {
  font-size: 15px;
}

.we-can {
  padding-left: 50px;
}

.logo-div {
  text-align: center;
  background-color: #f0f0f0;
}

.footer-section {
  position: relative;
}

.details {
  position: absolute;
  width: 100%;
  top: -80px;
}

.h_rectangle {
  max-width: 40%;
  flex: 0 0 40%;
  padding-top: 20%;
  position: relative;
}

.bigsquare {
  max-width: 40%;
  height: auto;
  flex: 0 0 40%;
  padding-top: 40%;
  display: grid;
  position: relative;
}

.bigsquare_blank {
  max-width: 40%;
  height: auto;
  flex: 0 0 40%;
  display: flex;
  flex-wrap: wrap;
}

.inner_square {
  max-width: 50%;
  flex: 0 0 50%;
  height: 50%;
  position: relative;
}

.v_rectangle {
  max-width: 20%;
  flex: 0 0 20%;
  padding-top: 40%;
  position: relative;
}

.img-grid-c {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  object-position: center;
}

.img-container-grid {
  position: relative;
}

.overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0a013fc2;
  z-index: 1;
}

/* .overlay:hover::after {
  backdrop-filter: blur(5px);
} */

.border-bottom {
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 10px;
}

.overlay-text {
  color: #ffffff;
  font-family: var(--primary-font);
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.contact-heading {
  color: #087aa3;
  font-weight: 600;
  font-family: var(--primary-font);
  font-size: 30px;
}

.overlay {
  position: relative;
  width: 50%;
}

.contact-card-dots {
  position: relative;
}

/* .contact-card-dots::after {
  position: absolute;
  content: "";
  background-image: url(../images/dots.png);
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  top: -100px;
  left: -100px;
} */

.image {
  opacity: 1;
  display: block;
  width: 100%;

  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  -ms-transform: scale(0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: #00455b; */
}

/* .overlay:hover .image,
.overlay:hover .image {
  opacity: 0.3;
} */

.overlay:hover .middle {
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1);
  z-index: 2;
}

.text {
  background-color: #04aa6d;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.contact-subheading {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  color: var(--primary);
  line-height: 40px !important;
}

.thane-branch-contact {
  background-color: #f3fcfc !important;
}

.contact-banner-section {
  background-image: url(../images/contact-banner.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe-div {
  position: relative;
  border: 7px solid #ffffff;
}

.form-control {
  border-radius: 0px !important;
}

.contact-page-section {
  position: relative;
  padding-bottom: 150px !important;
}

.contact-page-section::after {
  position: absolute;
  content: "";
  background-color: #00455b;
  right: 0;
  width: 25%;
  top: 0;
  height: 100%;
}

.contact-page-section {
  background-image: url(../images/dots.png);
  height: 100%;
  width: 100%;
  background-position: right top;
  right: 0;
  background-size: 200px;
}

.contact-page-form {
  position: relative;
  z-index: 2;
  /* margin-left: 40px !important; */
  color: #ffffff !important;
}

.text-grey {
  color: #e7e7e7 !important;
}

.iframe-div::after {
  position: absolute;
  content: "";
  position: absolute;

  bottom: 312px;
  left: 40%;
  border: 20px solid transparent;
  border-top-color: transparent;
  border-top-color: transparent;
  border-top-color: transparent;
  border-top-color: transparent;
  border-top-color: #ffffff;
  transform: translateX(-10%);
  rotate: degree(180%);
  transform: rotate(180deg);
}

/* Gallery Page */
#pills-profile-tab,
#pills-home-tab,
#pills-contact-tab,
#pills-disabled-tab,
#pills-last-tab,
#pills-infection-tab {
  background-color: #ffffff;
  margin-bottom: 40px;
  margin-left: 20px;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
  width: 210px;
  font-size: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--secondary) !important;
  color: #ffffff !important;
}

.nav-pills .nav-item .nav-link {
  color: #000000;
}

.nav-pills .nav-link.active {
  position: relative;
}

#v-pills-coxa-tab,
#v-pills-genu-tab,
#v-pills-osto-tab,
#v-pills-ulna-tab,
#v-pills-supracondylar-tab,
#v-pills-condyle-tab,
#v-pills-sch-tab,
#v-pills-bone-tab,
#v-pills-perthes-tab,
#v-pills-scfe-tab,
#v-pills-knees-tab {
  color: #ffffff !important;
  margin-bottom: 20px;
  border-radius: 0px;
  width: 300px;
  background-color: #493257;
  font-weight: 600;
  border: 3px solid #b0b0b0 !important;
}

#v-pills-coxa-tab.active,
#v-pills-genu-tab.active,
#v-pills-osto-tab.active,
#v-pills-ulna-tab.active,
#v-pills-supracondylar-tab.active,
#v-pills-condyle-tab.active,
#v-pills-sch-tab.active,
#v-pills-bone-tab.active,
#v-pills-perthes-tab.active,
#v-pills-scfe-tab.active,
#v-pills-knees-tab.active {
  background-color: #fff !important;
  color: #493257 !important;
}

#v-pills-coxa-tab.active::after,
#v-pills-genu-tab.active::after,
#v-pills-osto-tab.active::after,
#v-pills-ulna-tab::after,
#v-pills-supracondylar-tab::after,
#v-pills-condyle-tab::after,
#v-pills-sch-tab::after,
#v-pills-bone-tab::after,
#v-pills-perthes-tab::after,
#v-pills-scfe-tab::after,
#v-pills-knees-tab::after {
  border: 0px !important;
}

#v-pills-tab {
  gap: 10px;
  justify-content: center;
}

.sub-tab {
  display: contents !important;
}

#pills-tab {}

.sub-pills {
  background-color: #493257 !important;
  color: #ffffff;
  border-radius: 0px !important;
  margin-bottom: 20px;
}

.sub-pills .nav-link.active,
.sub-pills .show>.nav-link {
  background-color: #ffffff;
}

.nav-pills .nav-link.active::after {
  position: absolute;
  content: "";
  bottom: -24px;
  left: 50%;
  border: 12px solid transparent;
  border-top-color: transparent;
  border-top-color: transparent;
  border-top-color: transparent;
  border-top-color: var(--secondary);
  transform: translateX(-50%);
}

img {
  border-radius: 0px !important;
}

.gallery-img {
  height: 200px !important;
  object-fit: cover;
}

.gallery-page-section .container #pills-tab {
  text-align: center;
  justify-content: center;
}

.nav-pills .nav-item .nav-link {
  color: var(--secondary);
  font-weight: 600;
  letter-spacing: 1px;
}

.item:hover {
  height: 100%;
  width: 100%;
}

.modal-logo {
  width: 250px !important;
}

.gallery-row .box {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border: 7px solid #ffffff;
}

.gallery-row .box img {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 5s;
}

.container .box:hover img {
  transform: scale(2);
}

.gallery-row .box::before,
.gallery-row.box::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  transition: 1s;
  z-index: 2;
}

.gallery-row.box::before {
  transform: scale(1, 0);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.gallery-row .box::after {
  transform: scale(0, 1);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.gallery-row .box:hover::before,
.gallery-row.box:hover::after {
  transform: scale(1, 1);
}

.gallery-row .box .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
}

.gallery-row .box:hover .content {
  background: rgba(0, 0, 0, 0.7);
}

.gallery-row .box .content .wrap {
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
  z-index: 3;
}

.gallery-row .box .content .wrap h1 {
  position: relative;
  font-size: 20px;
  margin-bottom: 10px;
  transform: translateY(-80px);
  opacity: 0;
  transition: 1s;
  text-align: center;
}

.gallery-row .box:hover .content .wrap h1 {
  transform: translateY(0);
  opacity: 1;
}

.gallery-row .box .content .wrap p {
  position: relative;
  font-size: 15px;
  transform: translateY(170px);
  opacity: 0;
  transition: 0.5s;
}

.gallery-row .box:hover .content .wrap p {
  transform: translateY(0px);
  opacity: 1;
}

.gallery-opacity {
  position: relative;
}

.gallery-opacity::after {
  position: absolute;
  content: "";
  background-color: #493257;
  height: 100%;
  width: 20%;
  right: 0;
  top: 0;
}

.gallery-opacity .container {
  position: relative;
  z-index: 2;
}

.contact-page-icon {
  background-color: #43066a;
  color: #ffffff;
  padding: 10px 12px;
  font-size: 15px;
  border-radius: 0px !important;
}

/* Myra */
.myra-banner-section {
  background-image: url(../images/doctor-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.myra-page-heading {
  position: relative;
}

.myra-page-heading::after {
  position: absolute;
  content: "SUPERSPECIALITY CLINIC";
  font-size: 95px;
  font-weight: 900;
  color: #dbdbdb1c;
  z-index: 1;
  top: -35px;
  left: 0px;
  width: 200%;
}

.justify-align {
  text-align: justify !important;
}

.myra-clinic-section {
  position: relative;
}

.myra-clinic-section::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background-color: #493257;
  width: 30%;
  height: 100%;
}

.doctor-team-section .container h4 {
  font-size: 15px;
  font-family: var(--secondary-font);
  color: #00455b;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
}

.team-heading {
  position: relative;
  text-align: center;
}

.team-heading::after {
  position: absolute;
  content: "MEET OUR TEAM";
  font-size: 120px;
  font-weight: 900;
  color: #dbdbdb1c;
  z-index: 1;
  top: -55px;
  left: 0px !important;
  width: 100%;
}

.doctor-team-section .container h6 {
  font-size: 15px;
  font-style: italic;
  color: #00455b;
  padding-left: 20px;
  letter-spacing: 1px;
  font-weight: 600;
}

.fa-quote-left {
  font-size: 30px;
  color: #dfdfdf;
  margin-right: 20px !important;
  font-size: 20px;
}

.fa-quote-right {
  font-size: 30px;
  color: #dfdfdf;
  margin-left: 20px !important;
  font-size: 20px;
}

sub {
  bottom: -1.15em;
}

.team-card-heading {
  line-height: 30px !important;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: bold;
  margin-top: -62px;
  cursor: pointer;
  background: #0a013fb3 !important;
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 10px 0px 2px 0px;
}

.team-card-heading h4 {
  font-size: 15px;
  font-family: var(--secondary-font);
  color: #ffffff !important;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
}

.team-card-heading p {
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #e8e8e8;
  font-weight: 500;
  padding: 0px;
}

.card-div {
  background-color: aliceblue;
}

.card-body .education h6 {
  text-align: left;
  padding: 15px;
  font-size: 14px;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
  color: var(--secondary);
  font-style: normal !important;
  line-height: 25px !important;
  /* background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px; */
}

.education {
  position: relative;
}

.education::after {
  position: absolute;
  content: "";
  background-image: url(/static/images/doctor-icon-bg.png);
  background-repeat: no-repeat;
  background-size: 100px;

  right: 0;
  height: 100px;
  width: 100px;
  bottom: 0;
}

/* .card-body p {
  text-align: left !important;
} */

.team-img-div {
  height: 70px;
  position: absolute;
  top: -40px;
  left: 35%;
  margin-bottom: 50px;
}

.img-card {
  position: relative;
}

.education h5 {
  padding-top: 50px;
  font-size: 12px;
  padding-bottom: 20px;
  font-weight: 600;
  color: #00455b;
  border-bottom: 1px solid #d9d9d9;
}

.card-body .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

/* Home Page Mediaquery */

@media only screen and (min-width: 320px) and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .banner-content p {
    text-align: left !important;
  }

  .our-album h3 {
    text-align: center !important;
  }

  .header-section h6 {
    text-align: center;
    letter-spacing: 0px;
  }

  .banner-content {
    background-color: #ffffff8f;
    padding: 40px 20px;
    text-align: left !important;
  }

  .font-heading {
    font-size: 30px;
  }

  .banner-section h2 {
    line-height: 38px !important;
  }

  .section {
    padding: 30px 0px !important;
  }

  .font-primary {
    font-size: 20px;
  }

  .aboutus-section::after {
    background-color: transparent;
  }

  .about-section .container .row .col-md-6 p {
    margin-top: 20px !important;
    margin-bottom: 10px;
  }

  /* body{
    text-align:center;
  } */

  .about-section::after {
    content: "";
  }

  .reverse-column {
    flex-direction: column-reverse;
  }

  .google-card {
    width: 71%;
  }

  .choose-us-overlay::after {
    position: absolute;
    content: "WHY CHOOSE US";
    top: 25px;
    font-size: 40px;
    font-weight: 900;
    color: #dbdbdb2e;
    width: 200%;
    z-index: -1;
    display: block;
    left: 0px;
  }

  .overlay-text {
    color: #ffffff;
    font-family: var(--primary-font);
    font-size: 10px;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .overlay-btns {
    color: var(--secondary) !important;
    font-family: var(--secondary-font);
    border-radius: 0px !important;
    background-color: #f3f3f3 !important;
    padding: 5px 10px 5px 10px;
    transition: 0.5s ease all !important;
    font-size: 10px;
    cursor: pointer;
    letter-spacing: 0.5px;
    font-weight: 600;
    display: inline-block;
  }

  .chooseus-img {
    position: relative;
  }

  .top-section {
    padding-top: 30px;
  }

  .choose-us-section::after {
    content: "";
  }

  .line-height-50 {
    line-height: 30px !important;
  }

  .why-choose-us-section .col-md-5 {
    background-color: #f3fcfc;
  }

  .why-choose-us-section .choose-us-section .container .row .col-md-7 h3 {
    padding-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .wrapper .owl-carousel .item .album-h3 {
    background-color: #ffffff;
    color: #00455b;
    font-weight: 600;
    margin-top: 5px;
    padding: 10px;
  }

  .owl-carousel .item {
    position: relative;
    border: 8px solid #fff;
    box-shadow: rgba(117, 117, 117, 0.24) 0px 3px 8px;
    border-radius: 0px !important;
  }

  .points {
    padding-left: 0px !important;
    padding-top: 20px !important;
    text-align: center !important;
  }

  .why-choose-us-section::after {
    background-color: transparent !important;
  }

  .choose-img {
    height: 50px !important;
  }

  .points h6 {
    font-size: 12px !important;
  }

  .footer-ul {
    font-size: 12px;
  }

  .choose3 img,
  .choose4 img {
    height: 50px !important;
  }

  .choose1,
  .choose2,
  .choose3,
  .choose4 {
    margin-bottom: 20px !important;
  }

  .album-text {
    background-color: #ffffff;
    color: #00455b;
    font-weight: 600;
    margin-top: 5px;
    padding: 10px;
  }

  .choose4 {
    margin-bottom: 0px !important;
  }

  .choose4 a {
    margin-top: 30px !important;
    margin-bottom: 60px !important;
  }

  .points a {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .gallery-section .container .our-album h3 {
    margin-bottom: 30px !important;
  }

  .our-album a {
    margin-top: 0px !important;
  }

  .gallery-section::after {
    content: "";
  }

  .testimonial-div::after {
    content: "";
  }

  .testimonials-section::after {
    background-color: transparent;
  }

  .testimonial-item {
    padding: 40px 15px !important;
  }

  .testimonial-item h3 {
    font-size: 20px;
    margin-bottom: 10px !important;
  }

  .testimonial-item h4 {
    font-size: 12px;
    font-weight: 600 !important;
    margin-bottom: 5px;
    padding-left: 7px !important;
  }

  .testimonial-item p {
    margin-bottom: 20px;
  }

  .contact-div::after {
    content: "";
  }

  .child-color {
    color: #007ba4;
    line-height: 25px !important;
  }

  .testimonial-small-test {
    font-size: 15px !important;
    font-size: 500;
    padding-bottom: 10px !important;
  }

  .carousel-inner .paragraph {
    padding-left: 10px !important;
    height: 150px !important;
  }

  .carousel::before {
    background-image: none !important;
  }

  .contact-nav .nav-link {
    font-size: 12px !important;
  }

  .contact-nav {
    gap: 10px;
    margin-top: 14px !important;
  }

  .contact-div h3 {
    margin-bottom: 20px !important;
    margin-top: 0px !important;
    font-size: 20px;
  }

  .kalyan-branch-contact h5 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .btns {
    padding: 5px 25px 7px 25px;
    font-size: 12px;
  }

  .banner-content {
    border-radius: 10px !important;
  }

  #album .row .col-md-8 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .contact-address {
    font-size: 15px !important;
  }

  .contact-icon {
    font-size: 15px !important;
  }

  form .mt-5 {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
  }

  .testimonial-div h3 {
    margin-bottom: 20px !important;
  }

  .carousel-inner {
    margin-top: 15px !important;
  }

  .footer-section .container .row .col-md-3 div {
    justify-content: left !important;
  }

  .footer-icon {
    height: 30px !important;
    width: 30px !important;
    border-radius: 0px !important;
  }

  .footer-icon-div {
    padding-right: 10px !important;
  }

  /* .footer-section {
    background-color: #030117 !important;
    padding-top: 30px !important;
    padding-bottom: 25px !important;
    color: var(--light) !important;
  } */

  .copyright-text {
    text-align: left !important;
  }

  .about-us-img::before {
    background-image: none !important;
  }

  .about-overlay::after {
    position: absolute;
    content: "ABOUT US";
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    font-size: 50px;
    font-weight: 900;
    color: #dbdbdb2e;
    z-index: -1;
  }

  .section {
    padding: 0px 0;
  }

  .footer-icon {
    margin-left: 0px !important;
  }

  .footer-section .container .footer-1 {
    padding: 20px 10px;
    bottom: -15px !important;
  }

  .paragraph {
    font-size: 12px !important;
  }

  .about-section .container .row p {
    margin-bottom: 20px !important;
  }

  .about-section .container .row .btns {
    margin-top: 20px !important;
  }

  .points {
    padding-bottom: 30px !important;
  }

  .our-album h3 {
    margin-bottom: 20px !important;
  }

  .gallery-overlay::after {
    position: absolute;
    content: "OUR PRACTICE";
    z-index: -1;
    font-size: 40px;
    font-weight: 900;
    color: #dbdbdb2e;
    width: 100%;
    left: 0;
  }

  .about-overlay {
    padding-top: 15px !important;
  }

  .our-album h3 {
    padding-left: 15px;
  }

  .testimonial-div h3 {
    padding-left: 8px;
    margin-bottom: 0px !important;
  }

  .testimonial-overlay::after {
    position: absolute;
    content: "PATIENT EXPRIENCE";
    font-size: 28px;
    font-weight: 900;
    color: #dbdbdb2e;
    width: 100%;
    left: 0;
    top: -2px;
    z-index: -1;
  }

  .carousel-control-prev-icon {
    left: -10% !important;
    position: absolute;
    bottom: 0;
  }

  .carousel-control-next-icon {
    background-image: url(../images/right-arrow.png) !important;
    bottom: 0;
  }

  .second-slide {
    padding-top: 25px !important;
  }

  .banner-section {
    padding: 60px 0px !important;
  }

  .contact-section::after {
    position: absolute;
    content: "";
    width: 40%;
    height: 100%;
    background-color: transparent;
    top: 0;
  }

  .kalyan-branch-contact {
    padding: 20px 15px;
  }

  .font-small {
    font-size: 15px !important;
  }

  .contact-overlay::after {
    position: absolute;
    content: "GET IN TOUCH";
    z-index: -1;
    font-size: 40px;
    font-weight: 900;
    color: #dbdbdb2e;
    width: 100%;
    left: 0;
    top: -10px;
  }

  .contact-overlay {
    margin-top: 0px !important;
  }

  .contact-icon {
    font-size: 10px !important;
  }

  .contact-icon {
    background-color: #43066a;
    color: #ffffff;
    padding: 7px 7px;
    font-size: 20px;
    border-radius: 0px !important;
  }

  .kalyan-branch-contact::after {
    position: absolute;
    content: "";
    background-image: url(../images/contact-opacity.png);
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 10px;
    bottom: 10px;
  }

  .card-2 {
    margin-top: 20px !important;
    margin-bottom: 70px !important;
  }



  .kalyan-branch-contact .mt-3 {
    margin-top: 10px !important;
  }

  .branch-img {
    height: 40px;
    width: 40px;
  }

  .footer-logo-div {
    display: none;
  }

  .footer-section .container .footer-1 {
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 93% !important;
    margin-right: 30px !important;
  }

  .we-can {
    padding-left: 20px;
  }

  .we-can h3 {
    font-size: 15px !important;
  }

  .contact-section {
    padding-bottom: 0px !important;
  }

  .footer-section {
    padding: 20px 0px;
  }

  .footer-section h3 {
    font-size: 15px !important;
  }

  .footer-head1 {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }

  .testimonial-item {
    width: 100%;
    background-color: #f6f6f6 !important;
    padding: 50px;
    border-radius: 0px !important;
    height: 400px;
  }

  .kalyan-branch-contact h5 {
    font-size: 16px;
  }

  .google-card {
    width: 70%;
    box-shadow: rgba(174, 174, 174, 0.16) 3px 4px 30px 8px;
    padding: 15px 30px;
    border-radius: 0px !important;
    background-color: #ffffff;
  }

  .choose-us-overlay::after {
    position: absolute;
    content: "WHY CHOOSE US";
    top: 0px;
    font-size: 80px;
    font-weight: 900;
    color: #dbdbdb2e;
    width: 200%;
    z-index: -1;
    display: block;
    left: -270px;
  }

  .why-choose-us-section::after {
    position: absolute;
    content: "";
    background-color: #00455b;
    width: 50%;
    height: 32%;
    left: 0;
    bottom: 0;
  }

  .kalyan-branch-contact::after {
    position: absolute;
    content: "";
    background-image: url(../images/contact-opacity.png);
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 10px;
    bottom: 10px;
  }

  .paragraph {
    font-size: 14px;
  }

  .footer-head {
    font-size: 19px;
  }

  .kalyan-branch-contact {
    padding: 30px;
  }

  .contact-icon {
    background-color: #43066a;
    color: #ffffff;
    padding: 10px 10px;
    font-size: 10px;
    border-radius: 0px !important;
  }

  .footer-icon {
    height: 30px;
    width: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .google-card {
    width: 70%;
    box-shadow: rgba(174, 174, 174, 0.16) 3px 4px 30px 8px;
    padding: 15px 30px;
    border-radius: 0px !important;
    background-color: #ffffff;
  }
}

/* About Us Page Mediaquery */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  main .aboutus-section::after {
    position: absolute;
    content: "";
    background-color: transparent;
    width: 25%;
    height: 100%;
    right: 0;
    top: 0;
  }

  .about-us-page-heading::after {
    position: absolute;
    content: "ABOUT US";
    font-size: 70px;
    font-weight: 900;
    color: #dbdbdb2e;
    z-index: -1;
    top: -30px;
    left: -10px;
    width: 200%;
  }

  .aboutus-section .about-page .container .row .col-md-8 p {
    margin-top: 20px !important;
  }

  .aboutus-section .about-page .container .row .col-md-8 button {
    margin-bottom: 20px !important;
  }

  .qualification-img h2 {
    font-size: 20px !important;
  }

  .conditions-heading::after {
    position: absolute;
    content: "TREATMENTS";
    top: -10px;
    left: 0px;
    display: block;
    width: 100%;
    font-size: 50px;
    font-weight: 900;
    color: #dbdbdb2e;
    z-index: -1;
  }

  .bg-color {
    background-color: #0079a2;
    color: #fcfcfc !important;
    padding: 30px 40px;
    margin-bottom: 20px;
  }

  .qualification-section {
    margin-bottom: 50px;
  }

  /* .qualification-section .container .row .col */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }

  .pages-banner-section {
    padding: 60px 0px;
    z-index: 2;
    position: relative;
  }

  .footer-head {
    font-size: 19px;
  }

  .testimonial-overlay::after {
    font-size: 69px;
    font-weight: 900;
    color: #dbdbdb2e;
    width: 100%;
    left: 0;
    top: -25px;
    z-index: -1;
  }

  .about-us-page-heading::after {
    position: absolute;
    content: "ABOUT US";
    font-size: 110px;
    font-weight: 900;
    color: #dbdbdb2e;
    z-index: -1;
    top: -40px;
    left: -10px;
    width: 200%;
  }

  .qualification-section {
    padding-bottom: 100px !important;
  }

  .footer-icon {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  body {
    overflow-x: hidden;
  }

  .pages-banner-section {
    padding: 60px 0px;
    z-index: 2;
    position: relative;
  }

  .qualification-section {
    padding-bottom: 150px !important;
  }
}

/* Treatment Page Mediaquery */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .treatment-page-opacity::after {
    position: absolute;
    content: "PROCEDURES";
    content: "PROCEDURES";
    z-index: -1;
    font-size: 60px;
    font-weight: 900;
    color: #c6c6c63d;
    width: 100%;
    top: -15px;
    left: 0;
  }

  .margin-20 {
    margin-bottom: 20px !important;
  }

  .treatment-header {
    font-size: 20px;
  }

  .treatments-section .container .row .col-md-4 {
    margin-top: 0px !important;
  }

  .reverse-column {
    flex-direction: column-reverse;
  }

  .treatments-section {
    padding-bottom: 70px !important;
  }
}

/* Myra Page Mediaquery */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .myra-clinic-section::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background-color: transparent;
    width: 30%;
    height: 100%;
    opacity: 0.15;
  }

  .myra-clinic-section .container .row .myra-img {
    margin-top: 10px;
  }

  .team-heading::after {
    position: absolute;
    content: "MEET OUR TEAM";
    font-size: 35px;
    font-weight: 900;
    color: #dbdbdb1c;
    z-index: 1;
    top: -10px;
    left: 0px !important;
    width: 100%;
  }

  .myra-testimonial-section::after {
    position: absolute;
    content: "";
    width: 40%;
    height: 100%;
    background-color: transparent !important;
    top: 0;
    left: 0;
  }

  .myra-carousel-div .paragraph {
    text-align: justify !important;
    height: 260px !important;
  }

  .myra-carousel-div {
    height: 390px !important;
    padding: 50px 30px !important;
  }

  .frontside .card,
  .backside {
    height: auto !important;
  }

  .frontside .card,
  .backside .card {
    min-height: auto;
  }

  .myra-page-heading::after {
    position: absolute;
    content: "SUPERSPECIALITY CLINIC";
    font-size: 23px;
    font-weight: 900;
    color: #dbdbdb1c;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 200%;
  }

  .right-copyright-text {
    text-align: left !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }

  .treatment-img {
    border: 10px solid #ffffff;
    height: 200px !important;
    object-fit: cover !important;
    object-position: center;
  }

  .font-primary {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 1px;
    color: var(--primary);
  }

  .footer-head {
    font-size: 19px;
  }

  .myra-page-heading::after {
    position: absolute;
    content: "SUPERSPECIALITY CLINIC";
    font-size: 90px;
    font-weight: 900;
    color: #dbdbdb1c;
    z-index: 1;
    top: -35px;
    left: 0px;
    width: 200%;
  }

  .frontside .card,
  .backside {
    height: auto !important;
  }

  .frontside .card,
  .backside .card {
    min-height: auto;
  }

  .copyright-text {
    text-align: left !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .main-ul {
    font-size: 12px !important;
  }

  .specialist {
    margin-top: 10px !important;
    font-size: 14px !important;

    margin-bottom: 5px !important;
  }

  .inherit-ul {
    margin-top: 5px !important;
    margin-bottom: 5px !important;

    font-size: 12px !important;
  }

  .backside .card .card-body span {
    font-size: 10px !important;
  }

  .frontside .card,
  .backside {
    height: 380px !important;
  }

  .frontside .card .card-title,
  .backside .card .card-title {
    font-size: 20px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .frontside .card,
  .backside .card {
    height: 410px !important;
  }

  .main-ul {
    font-size: 12px !important;
  }

  .specialist {
    margin-top: 10px !important;
    font-size: 14px !important;

    margin-bottom: 5px !important;
  }

  .inherit-ul {
    margin-top: 5px !important;
    margin-bottom: 5px !important;

    font-size: 12px !important;
  }

  .backside .card .card-body span {
    font-size: 10px !important;
  }

  .frontside .card .card-title,
  .backside .card .card-title {
    font-size: 20px !important;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  body {
    overflow-x: hidden;
  }

  .myra-carousel-div {
    height: 360px !important;
  }

  .footeraddress {
    justify-content: left !important;
  }

  .myra-carousel-div .paragraph {
    height: 250px !important;
  }

  .myra-testimonial-section {
    position: relative;
    padding-bottom: 0px !important;
  }

  .testimonial-overlay::after {
    position: absolute;
    content: "PATIENT EXPRIENCE";
    font-size: 65px;
    font-weight: 900;
    color: #dbdbdb2e;
    width: 100%;
    left: 0;
    top: -20px;
    z-index: -1;
  }

  .frontside .card,
  .backside {
    height: auto !important;
  }

  .frontside .card,
  .backside .card {
    min-height: auto;
  }
}

/* Testimonial Page Mediaquery */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .testimonial-bg::after {
    position: absolute;
    content: "";
    width: 30%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
  }

  .dots-opacity::after {
    position: absolute;
    content: "";
    background-image: none;
  }

  .testimonial-body {
    height: 230px;
  }

  .testimonial-page-section {
    padding-bottom: 70px !important;
  }

  .quote-img,
  .quote-img1 {
    position: relative;
    z-index: 2;
  }

  .quote-img::after,
  .quote-img1::after {
    position: absolute;
    content: "";
    background-image: url(../images/quote.png);
    width: 150px;
    height: 150px;
    right: -50px;
    bottom: -90px;
    background-repeat: no-repeat;
    background-size: 92px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }

  .footer-head {
    font-size: 19px;
  }

  .footeraddress {
    justify-content: left !important;
  }
}

/* Gallery Page Mediaquery */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  #pills-tab {
    height: 80px;
    display: flex;
    overflow-y: scroll;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    flex-wrap: nowrap;
  }

  #pills-profile-tab,
  #pills-home-tab,
  #pills-contact-tab,
  #pills-disabled-tab,
  #pills-last-tab {
    margin-bottom: 20px;
  }

  .gallery-opacity::after {
    position: absolute;
    content: "";
    background-color: transparent;
    height: 100%;
    width: 20%;
    right: 0;
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }

  #pills-tab {
    height: 80px;
    display: flex;
    overflow-y: scroll;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    flex-wrap: nowrap;
  }
}

/* Contact Page Mediaquery */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .contact-page-section::after {
    position: absolute;
    content: "";
    background-color: transparent;
    right: 0;
    width: 35%;
    top: 0;
    height: 100%;
  }

  .footeraddress {
    justify-content: left !important;
  }

  .thane-branch {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-form-div {
    background-color: var(--secondary);
    padding-top: 30px;
    padding-left: 0px;
    margin-left: 0px;
    padding-bottom: 50px;
  }

  .contact-page-section {
    background-image: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 2000px) {
  .copyright-text {
    text-align: right !important;
  }
}

/* 
.contact-section {
  position: relative;
  z-index: 2;
} */

.btn-primary:hover,
.btn-primary:focus {
  background-color: #108d6f;
  border-color: #108d6f;
  box-shadow: none;
  outline: none;
}

.quote-img,
.quote-img1 {
  position: relative;
  z-index: 2;
}

.quote-img::after,
.quote-img1::after {
  position: absolute;
  content: "";
  background-image: url(../images/quote.png);
  width: 150px;
  height: 150px;
  right: -50px;
  bottom: -90px;
  background-repeat: no-repeat;
  background-size: 92px;
}

.testimonial-body {
  height: 250px;
}

.testimonial-page-section {
  padding-bottom: 110px !important;
}

.btn-primary {
  color: #fff;
  background-color: #007b5e;
  border-color: #007b5e;
}

.section {
  padding: 60px 0;
}

section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}

#team .card {
  border: none;
  background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  border-radius: 0.25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.mainflip {
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
  position: relative;
}

.frontside {
  position: relative;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
  margin-bottom: 30px;
}

.backside {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 1s;
  -moz-transform-style: preserve-3d;
  -o-transition: 1s;
  -o-transform-style: preserve-3d;
  -ms-transition: 1s;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
  min-height: 312px;
}

.backside .card a {
  font-size: 18px;
  color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 1px;
  color: var(--primary);
}

/* .frontside .card .card-body img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
} */

.copyright-text {
  text-align: right;
}

.right-copyright-text a {
  color: #a4a4a4 !important;
}

.hr-div {
  width: 50%;
  height: 2px;
  background-color: #dfdfdf;
  margin-left: 25%;
}

.card-text-degree {
  font-size: 15px !important;
  letter-spacing: 0.5px;
  text-align: center !important;
  font-weight: 600 !important;
}

.backside .card .card-body img {
  width: 60%;
  margin-right: 10px !important;
}

.backside .card .card-body span {
  font-size: 15px;
  color: #00455b !important;
  font-weight: 600;
  letter-spacing: 1px;
}

.small-hr {
  width: 100%;
  height: 2px;
  background-color: #dfdfdf;
  margin-top: 5px;
  margin-bottom: 5px;
}

.specialist {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  color: #0a013f;
}

.main-ul {
  font-size: 15px;
  font-weight: 600;
  padding-left: 15px !important;
  list-style-type: disc;
}

.inner-ul li {
  font-size: 12px !important;
  list-style-type: disc;
  letter-spacing: 0.5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.card-5 {
  width: 40% !important;
}

.frontside .card,
.backside {
  height: 465px;
}

#team {
  padding-bottom: 120px !important;
}

/* Myra-testimonial */

.myra-carousel-div {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 50px;
  background-color: #ffffff;
  margin-bottom: 50px;
  border: 1px solid #cccc;
  height: 330px;
}

.myra-carousel-div .paragraph {
  text-align: justify !important;
  height: 200px;
}

.myra-carousel-div .paragraph .fa-quote-left {
  color: #dfdfdf;
  margin-right: 20px !important;
  font-size: 30px !important;
}

.myra-carousel-div h2 {
  text-align: right !important;
  color: var(--secondary);
  font-weight: 600 !important;
  font-size: 20px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px !important;
}

.myra-testimonial-section {
  position: relative;
  padding-bottom: 90px;
}

.myra-testimonial-section::after {
  position: absolute;
  content: "";
  width: 40%;
  height: 100%;
  background-color: #493257;
  top: 0;
  left: 0;
}

.position {
  position: relative;
  z-index: 2;
}

.position-1 {
  position: relative;
  z-index: 3;
}

/* .myrsitia-testimonial-section .owl-carousel .paragraph {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  align-content: center;
} */

.lb-data .lb-details {
  display: none !important;
}

.myra-img {
  position: relative;
  z-index: 2;
}

.backside {
  width: 100%;
}

.backside.long {
  width: 100%;
  overflow: scroll;
}

/* Thankyou Page */
.thankyou-page {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.thankyou-title {
  font-family: var(--primary-font);
  color: var(--primary);
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 20px;
}

.thankyou-page h4 {
  font-family: var(--primary-font);
  color: var(--secondary);
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.main-content-thankyou img {
  width: 200px;
}

.main-content__body {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 600;
}

.thankyou-div {
  padding: 100px;
  background-color: aliceblue;
}

/* ----- thane clinic ----- */

.thane-page .navbar-section .navbrand-title {
  font-size: 17px;
}

.thane-page .section {
  padding: 100px 0 !important;
}

/* banner section */
.thane-banner-section {
  position: relative;
  background: url("../images/thane/background/thane.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.thane-banner-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a013f;
  opacity: 0.8;
  z-index: 1;
}

.thane-banner-section .index-tainer {
  position: relative;
  z-index: 2;
}

.thane-banner-section .breadcrumb {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 0px;
  background: var(--light);
  box-shadow: var(--shadow);
  margin-top: 30px;
  margin-bottom: 30px;
}

/* about clinic section */

.thane-clinic {
  overflow: hidden;
}

.thane-clinic::after {
  right: 0;
  left: 0;
  background-image: url(../images/thane/decorations/line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.myra-page-heading,
.thane-clinic .thane-heading {
  position: unset;
  line-height: 35px;
}

.myra-page-heading .sub-heading,
.thane-clinic .thane-heading .sub-heading {
  font-size: 18px;
}

.thane-clinic .thane-heading::after {
  content: "THANE CLINIC";
  top: 0;
  left: 0;
  word-wrap: break-word;
}

.thane-clinic .image-box {
  position: relative;
  z-index: 7;
}

.thane-clinic .image-box img {
  position: relative;
  z-index: 7;
}

.thane-clinic .image-box::before {
  content: "";
  background: url(../images/thane/decorations/dots.png);
  position: absolute;
  bottom: -78%;
  left: -15%;
  width: 48%;
  z-index: 5;
  height: 100%;
}
.thane-contact {
margin: 65px 0 65px 0;
}

.thane-clinic .image-box::after {
  content: "";
  background: url(../images/thane/decorations/dots.png);
  position: absolute;
  top: -80%;
  left: 15%;
  width: 48%;
  z-index: 5;
  height: 100%;
}

/* credential section */
.credential-experties {
  position: relative;
  overflow: hidden;
}

.credential-experties::after {
  position: absolute;
  content: "";
  background-color: #00455b;
  background-image: url(../images/thane/decorations/line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  width: 40%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}

.credential-experties .heading-box .team-heading {
  position: relative;
  text-align: start;
  z-index: 7;
}

.credential-experties .heading-box .team-heading::after {
  content: "CREDENTIALS AND EXPERTIES";
  height: 100%;
  z-index: 6;
  word-wrap: break-word;
}

.credential-experties .text-content .qualifications {
  list-style-type: disc;
}

.credential-experties .image-box::before {
  content: "";
  background: url(../images/thane/decorations/dots.png);
  position: absolute;
  bottom: -78%;
  right: -15%;
  width: 48%;
  z-index: 5;
  height: 100%;
}

.credential-experties .image-box::after {
  content: "";
  background: url(../images/thane/decorations/dots.png);
  position: absolute;
  top: -80%;
  right: 15%;
  width: 48%;
  z-index: 5;
  height: 100%;
}

.credential-experties .image-box {
  position: relative;
  z-index: 7;
}

.credential-experties .image-box img {
  width: 100%;
  position: relative;
  z-index: 7;
}

/* condition treats */

.condition-treats {
  position: relative;
}

.condition-treats::after {
  position: absolute;
  content: "";
  background-color: #493257;
  background-image: url(../images/thane/decorations/line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  width: 40%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.condition-treats .heading-box .font-primary {
  position: relative;
  z-index: 2;
}

.condition-treats .heading-box .font-primary::after {
  position: absolute;
  content: "CONDITION HE TREATS";
  font-size: 120px;
  font-weight: 900;
  color: #dbdbdb1c;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  word-wrap: break-word;
}

.condition-treats .image-box {
  position: sticky;
  top: 70px;
  z-index: 7;
  width: 100%;
  overflow: hidden;
}

.condition-treats .image-box img {
  position: relative;
  z-index: 7;
  /* width: 700px !important; */
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: calc(100% + 200px) !important;
  object-fit: cover;
  object-position: 0;
  animation: slideImage 24s infinite;
  transition: 0.5s all linear;
}

.condition-treats .image-box::before {
  content: "";
  background: url(../images/thane/decorations/dots.png);
  position: absolute;
  bottom: -78%;
  left: -15%;
  width: 48%;
  z-index: 5;
  height: 100%;
}

.condition-treats .image-box::after {
  content: "";
  background: url(../images/thane/decorations/dots.png);
  position: absolute;
  top: -80%;
  right: 15%;
  width: 48%;
  z-index: 5;
  height: 100%;
}

.condition-treats .accordion-box {
  position: relative;
  z-index: 7;
}

.condition-treats .accordion-box .accordion-item {
  border: var(--bs-accordion-border-width) solid rgb(0, 69, 91) !important;
}

.condition-treats .accordion-header .accordion-button {
  background: #ffffff !important;
  color: rgb(0, 69, 91) !important;
}

.condition-treats .accordion-header .accordion-button:not(.collapsed) {
  background-color: rgb(0, 69, 91) !important;
  color: #ffffff !important;
}

.condition-treats .accordion-header .accordion-button:not(.collapsed)::after {
  filter: invert(93%) sepia(100%) saturate(28%) hue-rotate(41deg) brightness(107%) contrast(106%);
}

.condition-treats .accordion-box .accordion-item:not(:first-of-type) {
  border-top: unset !important;
  border: var(--bs-accordion-border-width) solid rgb(0, 69, 91) !important;
}

.condition-treats .accordion-body .congenital-lists {
  list-style-type: disc;
}

/* why choose us */

.why-choose {
  padding-bottom: 120px;
  background-color: aliceblue;
  position: relative;
  z-index: 7;
}

.why-choose .image-flip .frontside .card,
.why-choose .image-flip .backside {
  height: unset !important;
}

.why-choose .image-flip .frontside .card .card-body,
.why-choose .image-flip .backside .card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.why-choose .image-flip .frontside .card .card-body {
  flex-direction: column;
}

.why-choose .image-flip .frontside .icon-box {
  width: 100px;
}

.why-choose .image-flip .frontside .icon-box img {
  width: 100%;
}

.why-choose .image-flip .backside .card .card-body {
  background-color: #04001e;
}

.why-choose .image-flip .backside .card .card-body p {
  color: #ffffff;
}

.thane-testimonial::after {
  right: 0;
  left: 0;
  background-image: url(../images/thane/decorations/line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

/* footer */
.thane-page .footer-section {
  z-index: 8;
}

@media (max-width: 767px) {

  .thane-testimonial::after,
  .credential-experties::after,
  .condition-treats::after {
    content: "";
    background-color: transparent;
    width: 30%;
    height: 100%;
    opacity: 0.15;
  }
}

/* Edited By Hrishikesh */
@media only screen and (max-width: 992px) {

  .choose-us-overlay::after,
  .team-heading::after,
  .myra-page-heading::after,
  .treatment-page-opacity::after,
  .contact-overlay::after,
  .about-overlay::after,
  .conditions-heading::after,
  .gallery-overlay::after,
  .testimonial-overlay::after,
  .about-us-page-heading::after {
    display: none !important;
    content: "";
  }
}

section {
  overflow-x: clip !important;
  overflow-y: hidden;
}

.mobile-bar {
  background-color: var(--primary);
  display: none;
}

@media only screen and (max-width: 768px) {
  .mobile-bar {
    background-color: var(--primary);
    display: block !important;
  }

  .header-section {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999;
  }

  .header-section h6 span {
    display: none;
  }

  .header-section h6 i {
    display: inline-block;
  }

  .copyright-section {
    margin-bottom: 30px;
  }
}

/* @media only screen and (max-width: 419px) {
  .copyright-section {
    padding-bottom: 50px;
  }
} */

.footer-section {
  overflow-y: visible !important;
}

.contact-us .iframe-div::after {
  display: none;
}

/* .custom-dash-list {
    list-style-type: none; 
    padding-left: 1em;     
  }

  .custom-dash-list li::before {
    content: "- ";         
    color: black;
    margin-right: 0.5em;
  } */

/* Edited By Hrishikesh */
