* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Outfit", sans-serif !important;
}

header {
  margin-bottom: 100px;
}
header nav {
  background-color: #fff;
  border-bottom: 1px solid #ed1c94 !important;
  z-index: 9999999 !important;
}
header nav .nav-link {
  color: #C31970;
  font-size: 17px;
  text-transform: uppercase;
}
header .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url(../Images/menu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
header .navbar-toggler {
  border: none;
}
header .appointbtn {
  background-color: #ed1c94;
  padding: 5px 15px;
  border: none;
}
header .appointbtn a {
  text-decoration: none;
  color: #fff;
}

.home-highlights {
  margin-top: 0px;
  z-index: 10000;
  position: relative;
}
.home-highlights .box {
  background: #1E1E1E;
  padding: 20px;
}
.home-highlights .box span {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 800;
  font-size: 34px;
}
@media (max-width: 991px) {
  .home-highlights .box span {
    font-size: 15px;
  }
}
.home-highlights .box p {
  margin-top: 0px;
  color: #fff;
}
@media (max-width: 991px) {
  .home-highlights .box p {
    font-size: 10px;
  }
}

.home_about {
  padding: 50px 0px;
}

.home-cta {
  padding: 40px 0px;
  background-color: #1E1E1E;
}
.home-cta p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0px;
}
.home-cta button {
  background: #C31970;
  padding: 10px 20px;
  border-radius: 30px;
  border: none;
}
.home-cta button a {
  color: #fff;
  text-decoration: none;
}

.home-new-about {
  padding: 50px 0px;
}
.home-new-about img {
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-new-about button {
  background-color: #ed1c94;
  padding: 5px 20px;
  border-radius: 30px;
  border: none;
}
.home-new-about button a {
  text-decoration: none;
  color: #fff;
}

.home_specialities {
  padding: 50px 0px;
}
.home_specialities a {
  text-decoration: none;
}
.home_specialities .col-box {
  border: 1px solid #ed1c94;
  height: 100%;
}
.home_specialities .col-box img {
  width: 100%;
  height: auto;
  border-radius: 0px;
}

.home_other_services {
  padding: 50px 0px;
}
.home_other_services h3 {
  color: #C31970;
  font-size: 24px;
}
.home_other_services .col-lg-4 {
  margin: 20px 0px;
}
.home_other_services .col-lg-4 .col-box {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  height: 100%;
}
.home_other_services .col-lg-4 .col-box a {
  color: #C31970;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 800 !important;
  text-decoration: none;
}

.WidgetTitle__Header-sc-581bc1ec-2 {
  display: none;
}

.home_why_us {
  padding: 50px 0px;
}
.home_why_us ul {
  padding-left: 0px;
}
.home_why_us li {
  list-style: none;
}
.home_why_us li i {
  color: #ed1c94;
  font-weight: 700;
}

.home_new_contact {
  padding: 50px 0px;
  background-color: #1E1E1E;
}
.home_new_contact h2 {
  color: white;
}
.home_new_contact .col-box {
  background: transparent;
  padding: 50px 10px;
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column;
  border: 1px solid #fff;
}
.home_new_contact .col-box h3 {
  color: #fff;
  font-size: 19px;
  border-bottom: 1px solid #fff;
}
.home_new_contact .col-box h6 {
  color: #fff;
  font-size: 13px;
  margin-top: 20px;
}
.home_new_contact .col-box p {
  color: #fff;
  font-size: 13px;
  margin-top: 0px;
  text-align: center;
}

.home-gallery {
  padding-top: 50px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home_videos {
  padding: 50px 0px;
}

.foot {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #1E1E1E;
  color: #fff;
}
.foot img {
  background-color: #fff;
  padding: 3px;
  border-radius: 10px;
}

.about-content h1 {
  font-size: 28px;
}

.about-content h3 {
  font-size: 18px;
}

.pills {
  background-color: #F1D5E2;
  padding: 40px 0px;
}

.pills li {
  list-style: none;
}

.pills li i {
  color: #ed1c94;
}

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

.pills .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: #C31970;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.pills .nav-link:hover {
  color: #C31970;
}

.laproscopic_hero_section {
  padding: 50px 0px;
}
.laproscopic_hero_section a {
  color: #C31970;
}

.what_difference {
  padding-bottom: 50px;
}
.what_difference h2 {
  color: #C31970;
  font-weight: 700;
}
.what_difference h3 {
  color: #C31970;
  font-weight: 700;
}

.advantages_laproscopic {
  padding-bottom: 50px;
}
.advantages_laproscopic h3 span {
  color: #C31970;
}
.advantages_laproscopic .col-box {
  box-shadow: 0 0 50px #ccc;
  background-color: #fff;
  padding: 30px 10px;
  height: 100%;
}

.types_fibroids {
  padding-bottom: 50px;
}
.types_fibroids .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #C31970;
  box-shadow: none;
}
.types_fibroids .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: #fff;
  text-align: left;
  background-color: #C31970;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
.types_fibroids .accordion-button:not(.collapsed)::after {
  background-image: url(../new-images/minus-sign.png);
  transform: var(--bs-accordion-btn-icon-transform);
}
.types_fibroids .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../new-images/plus.png);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.types_fibroids h3 span {
  color: #C31970;
}
.types_fibroids p {
  font-size: 14px;
}
.types_fibroids .col-box {
  box-shadow: 0 0 50px #ccc;
  background-color: #fff;
  padding: 30px 10px;
  height: 100%;
}

.causes_fibroids {
  padding: 50px 0px;
  background-color: #F8F9FA;
}

.why_performed {
  padding-bottom: 50px;
}
.why_performed ul {
  padding-left: 0px;
}
.why_performed li {
  list-style: none;
}
.why_performed li i {
  color: #C31970;
  font-weight: 900;
}

.advanced_lapro {
  padding: 50px 0px;
}
.advanced_lapro .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #C31970;
  box-shadow: none;
}
.advanced_lapro .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: #fff;
  text-align: left;
  background-color: #C31970;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
.advanced_lapro .accordion-button:not(.collapsed)::after {
  background-image: url(../new-images/minus-sign.png);
  transform: var(--bs-accordion-btn-icon-transform);
}
.advanced_lapro .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../new-images/plus.png);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.surgery_performed {
  padding: 50px 0px;
  background-color: #F8F9FA;
}

.infertility_evaluation {
  padding: 50px 0px;
}
.infertility_evaluation .col-box {
  box-shadow: 0 0 50px #ccc;
  background-color: #fff;
  padding: 30px 10px;
  height: 100%;
}
.infertility_evaluation ul {
  padding-left: 0px;
}
.infertility_evaluation ul li {
  list-style: none;
}
.infertility_evaluation ul li i {
  color: #C31970;
  font-weight: 900;
}

.safe_undergo {
  padding: 50px 0px;
  background-color: #1E1E1E;
}
.safe_undergo h2 {
  color: #fff;
}
.safe_undergo p {
  color: #fff;
}
.safe_undergo h3 {
  color: #000;
  font-size: 28px;
  text-transform: lowercase;
}
.safe_undergo ul {
  padding-left: 0px;
}
.safe_undergo li {
  color: #000;
  list-style: none;
}
.safe_undergo li i {
  color: #ed1c94;
  font-weight: bold;
}
.safe_undergo .col-box {
  background-color: #fff;
  padding: 20px 10px;
  height: 100%;
}

.technology_expertise {
  padding: 50px 0px;
}
.technology_expertise .col-box {
  box-shadow: 0 0 50px #ccc;
  background-color: #fff;
  padding: 30px 10px;
  height: 100%;
}

.preparing_for_surgery {
  padding-bottom: 50px;
}
.preparing_for_surgery ul {
  padding-left: 0px;
}
.preparing_for_surgery li {
  list-style: none;
}
.preparing_for_surgery li i {
  color: #ed1c94;
  font-weight: bold;
}

.why-choose-surgery {
  padding: 50px 0px;
  background-color: #1E1E1E;
  margin-bottom: 50px;
}
.why-choose-surgery h2 {
  color: #fff;
}
.why-choose-surgery .col-box {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 30px 10px;
  height: 100%;
}
.why-choose-surgery button {
  background-color: #C31970;
  padding: 5px 10px;
  border-radius: 20px;
}
.why-choose-surgery button a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.services_cta {
  padding: 50px 0px;
  background-color: #1E1E1E;
}
.services_cta span {
  color: #fff;
  font-size: 24px;
}
.services_cta p {
  color: #F8F9FA;
}
.services_cta button {
  margin-top: 10px;
  background-color: #C31970;
  padding: 5px 10px;
  border: none;
}
.services_cta button a {
  color: #fff;
  text-decoration: none;
}

.surgery_performed h3 {
  text-transform: capitalize;
  font-size: 18px;
}

.gallery img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-info {
  background-color: #1E1E1E;
  padding: 50px 0px;
  color: #fff;
}
.contact-info .box-minimal {
  border: 1px solid #fff;
}

.appoint {
  background-color: #1E1E1E;
  padding: 20px;
}
.appoint label {
  color: #fff;
}
.appoint button {
  background-color: #ed1c94;
  margin-top: 10px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.play-icon {
  font-size: 64px;
  color: white;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.share-box {
  position: fixed;
  right: 0;
  z-index: 999;
  top: 50%;
  transform: translate(0, -50%);
}

.share-box .icons {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.2s ease-in;
  left: 0;
}

.share-box .icons a {
  background: #F60E4A;
  color: #fff;
  transition: all 0.2s ease-in;
  height: 50px;
  opacity: 1;
  padding: 14px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 50px;
  text-align: center;
  border: 1px solid #fff;
}/*# sourceMappingURL=style.css.map */