/*=========================================================

    Design Name       : Sattva Fertility - Hospital

    Version           : V1.0

    Design Date       : 01/05/2024

    Design UI/UX By   : Aakash Singh (KadamTech Employer)

    Developed Comapny : Kadamtech Pvt. Ltd.

	Developed Comapny : https://www.kadamtech.com/

 ============================================================*/


/* Outfit Font-family */

/* Feather Icons */

/* Start By Default Reset */

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

* {
    font-family: "Poppins", sans-serif;
}

:root {
    /* Color Code Define */
    --bluedark: #200468;
    --purple: #81219E;
    --pink: #EF2871;
    --red: #F63C25;
    --offWhite: #F4F5F8;
    --white: #ffffff;
    --black: #13041D;
    --heading-1: #111111;
    --heading-2: #222222;
    --heading-3: #333333;
    --heading-4: #444444;
    --heading-5: #555555;
    --heading-6: #666666;
    --font-color-1: #5E6271;
    --font-color-2: #0F2137;
    --font-color-94: #949494;
    --font-color-3F: #3F3F3F;
    --font-color-4F: #4F4F4F;
}

body {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--heading-3);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}

hr {
    margin: 16px 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hr:not([size]) {
    height: 1px;
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.5;
    color: var(--heading-4);
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin-bottom: 0;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

img {
    width: 100%;
}

ol,
ul {
    padding-left: 34px;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

blockquote {
    margin: 0 0 14px;
}

b {
    font-weight: 800;
}

strong {
    font-weight: 700;
}

small {
    font-size: 12px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #152A3D;
    text-decoration: none;
}

button {
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    border: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

input,
button,
select,
optgroup,
textarea,
.form-control {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: #fff;
    border: 1px solid #DBDBDB;
    padding: 15px 20px;
}

::-moz-selection {
    background-color: #200468;
    color: #FFF;
    text-shadow: none
}

::selection {
    background-color: var(--bluedark);
    color: var(--white);
    text-shadow: none
}

.owl-carousel {
    z-index: 0 !important;
}

.default-btn {
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bluedark);
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    column-gap: 10px;
    transition: 0.5s;
}

.default-btn:hover {
    background-color: var(--heading-1);
    color: var(--white);
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h1,
.section-heading h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--font-color-3F);
}

.section-heading p {
    color: var(--heading-3);
    font-size: 16px;
}

.section-heading span {
    color: var(--purple);
    font-weight: 700;
    font-size: 16px;
}

.seo-content .section-heading h3 {
    color: var(--purple);
    font-weight: 700;
    font-size: 16px;
}

.content-grid.whychoose-section .section-heading h3 {
    color: var(--purple);
    font-weight: 700;
    font-size: 16px;
}

.swiper-pagination-bullet {
    background-color: var(--font-color-94);
    height: 4px;
    width: 25px;
    border-radius: 50px;
    opacity: 1;
    transition: 0.5s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bluedark);
    opacity: 1;
    width: 40px;
    transition: 0.5s;
}


/* End By Default Reset */


/* Start Header */

.main-header {
    box-shadow: 0px 8px 24px rgb(0 0 0 / 20%);
}

.main-header .top-navbar {
    padding: 10px 0;
    border-bottom: 1px solid #dbdbdb;
}

.main-header .top-navbar .logo {}

.main-header .top-navbar .logo img {
    height: 70px;
    width: auto;
}

.main-header .top-navbar .support-intro {
    display: flex;
    justify-content: flex-end;
    column-gap: 50px;
}

.main-header .top-navbar .support-intro li {
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
}

.main-header .top-navbar .support-intro li i {
    color: #444;
    font-size: 26px;
}

.main-header .top-navbar .support-intro li .supportBody h5 {
    font-size: 14px;
    color: #4A4B4A;
    line-height: 1.2;
    margin-bottom: 0;
}

.main-header .top-navbar .support-intro li .supportBody h5 a {
    color: inherit;
    display: grid;
    font-weight: 700;
    font-size: 18px;
}

.main-header .top-navbar .support-intro li .supportBody h5 a small {
    font-weight: 500;
    font-size: 14px;
    color: #777777;
    line-height: 1.5;
}

.main-header .nav-bar .nav-bar-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .nav-bar .nav-bar-links .navbar-nav {
    display: inline-flex;
    align-items: stretch;
    flex-direction: row;
    height: 100%;
}

.main-header .nav-bar .nav-bar-links .navbar-nav li {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.main-header .nav-bar .nav-bar-links .navbar-nav li.current-menu-item a {
    color: var(--pink);
}

.main-header .nav-bar .nav-bar-links .navbar-nav>li>a {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 40px 20px 0;
    position: relative;
    display: block;
    text-transform: capitalize;
}

.main-header .nav-bar .nav-bar-links .navbar-nav>li>a:hover {
    color: var(--bluedark);
}

.main-header .nav-outer .navbar-nav .menu-item-has-children>a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.swiper {
    z-index: -1;
}

.menu-item-has-children>a+.sub-menu {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 10px 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
    min-width: 250px;
    z-index: 2;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -ms-box-shadow: 0 7px 10px -1px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 7px 10px -1px rgba(0, 0, 0, .2);
}

.menu-item-has-children>a+.sub-menu li a::after {
    rotate: -90deg;
}

.menu-item-has-children>a+.sub-menu::before {
    position: absolute;
    left: 25px;
    top: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    content: "";
}

.menu-item-has-children>a+.sub-menu .menu-item {
    position: relative;
    display: block;
    z-index: 1;
}

.menu-item-has-children>a+.sub-menu .menu-item a {
    position: relative;
    display: block;
    padding: .5rem 1.5rem;
    z-index: 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.041vw;
    color: var(--heading-6);
    white-space: nowrap;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: left;
}

.menu-item-has-children>a+.sub-menu .menu-item a:hover {
    background-color: var(--bluedark);
    color: var(--white);
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.menu-item-has-children .sub-menu>li.menu-item-has-children .sub-menu {
    opacity: 0;
    left: 100%;
    top: -32%;
    z-index: 999999999999;
    visibility: hidden;
}

.menu-item-has-children .sub-menu>li.menu-item-has-children .sub-menu::before {
    display: none;
}

.menu-item-has-children .sub-menu>li.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-header {
    display: none;
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 99;
    border-bottom: 2px solid var(--pink) !important;
    background: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    border-bottom: 2px solid var(--secondary-color)
}

.sticky-header .main-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0
}

.sticky-header .main-box .logo img {
    max-width: 200px;
}


/* End Header */


/* Start Slider */

.slider-section {
    position: relative;
}

.mainSwiperSlider .swiper-slide .slider-img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.owl-carousel .owl-stage .owl-item:last-child .container .row {
    flex-direction: row-reverse;
}

.owl-carousel .owl-stage .owl-item:last-child .container .row h5 {
    margin-bottom: 5px;
}

.owl-carousel .owl-stage .owl-item:last-child .container .row h2 {
    line-height: .8;
}

.mainSwiperSlider .swiper-slide .slider-content {
    /*     height: 640px; */
    padding: 50px 0 60px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    /* padding-bottom: 50px; */
    padding-left: 40px;
}

.mainSwiperSlider .swiper-slide .slider-content h5 {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--purple);
    font-size: 16px;
}

.swiper-slide {
    height: 580px;
    align-items: center;
    display: flex;
}

.mainSwiperSlider .swiper-slide .slider-content h3 {
    font-weight: 700;
    font-size: 20px;
}

.mainSwiperSlider .swiper-slide .slider-content h3 span {
    color: var(--purple);
}

.mainSwiperSlider .swiper-slide .slider-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
    color: var(--font-color-3);
}

.mainSwiperSlider .swiper-slide .slider-content h2 span {
    color: var(--purple);
    font-size: 30px;
}

.mainSwiperSlider .swiper-slide .slider-content>p {
    color: var(--heading-3);
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
}

.mainSwiperSlider .swiper-slide .slider-content .subHeading-list {
    row-gap: 15px;
    display: flex;
    flex-wrap: wrap;
}

.mainSwiperSlider .swiper-slide .slider-content .subHeading-list .list {
    display: inline-flex;
    width: 100%;
    align-items: center;
    column-gap: 20px;
}

.mainSwiperSlider .swiper-slide .slider-content .subHeading-list .list img {
    width: 45px;
}

.mainSwiperSlider .swiper-slide .slider-content .subHeading-list .list>p {
    margin-bottom: 0;
    font-size: 18px;
    color: var(--black);
    font-weight: 600;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    color: var(--font-color-2);
    transition: 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: var(--heading-1);
    color: var(--white);
}

.main-Slider .swiper-pagination {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 60px;
    z-index: 999;
}

.main-Slider .owl-theme .owl-dots {
    display: none !important;
}

.mobile-banner {
    display: none;
}

.mobile-banner .owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.main-Slider .owl-theme .owl-dots,
.main-Slider .owl-theme .owl-nav {
    display: block !important;
    width: 100% !important;
    padding: 0 20px !important;
    position: absolute !important;
    top: 40% !important;
    justify-content: space-between !important;
    display: flex !important;
}

.owl-theme .owl-nav {
    display: none !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
}

.owl-theme .owl-nav button span {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    color: var(--font-color-2);
    transition: 0.3s;
}


/* End Slider */


/* Start Appointment */

.banner-appointment {
    position: absolute;
    bottom: -80px;
    width: 100%;
    z-index: 2;
}

.banner-appointment .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -22px;
}

.banner-appointment .title {
    background-color: #fff;
    display: inline-block;
    padding: 15px 25px 5px;
    border-radius: 5px 5px 0 0;
}

.banner-appointment .title h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-bottom: 0;
}

.banner-appointment .outer-box {
    box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
    border-radius: 0 5px 5px;
    background-color: #fff;
    padding: 20px 25px;
}

.banner-appointment .outer-box .input-group {
    background: #f8fafb;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 50px;
}

.banner-appointment .outer-box p {
    width: 100%;
    position: relative;
    margin: 0;
}

.banner-appointment .outer-box .input-group .form-label {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #2c3145;
    position: absolute;
    left: 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.banner-appointment .outer-box .input-group .form-control {
    border: 0;
    background: 0 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #2c3145;
    padding: 8px 35px 8px 70px;
    height: 50px;
}

.banner-appointment .outer-box .input-group .input-group-text {
    border: 0;
    background: 0 0;
    position: absolute;
    right: 0;
    top: 0;
}

.treatment-appointment .wpcf7-not-valid-tip {
    margin-top: -5px;
}

.banner-appointment .outer-box .input-group .input-group-text i {
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    color: #2c3145;
}

.banner-appointment .outer-box .default-btn {
    width: 100%;
    height: 50px;
    line-height: 0;
}


/* End Appointment */


/* Start Center Info */

.center-info {
    padding: 150px 0 40px;
}

@media (max-width:767px) {
    .center-info {
        height: 1334px;
    }

    .mobile-banner {
        height: 310px;
    }
}

.center-info .subHeading {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--purple);
    font-size: 16px;
    text-transform: capitalize;
}

.center-info .heading {
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.3;
    color: var(--heading-3);
    margin-bottom: 20px;
    font-size: 36px;
}

.center-info p {
    line-height: 30px;
    font-size: 16px;
    color: var(--font-color-1);
    margin-bottom: 30px;
}

.center-info .info-group {
    display: inline-flex;
    align-items: center;
    column-gap: 30px;
}

.center-info .info-group .default-btn {
    border-radius: 100px;
    padding-left: 50px;
    padding-right: 50px;
}

.center-info .info-group a:not(.default-btn) {
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
}

.center-info .card {
    height: 100%;
    padding: 35px;
    background: linear-gradient(131deg, rgba(217, 217, 217, 0.30) 24.75%, rgba(115, 115, 115, 0.30) 737.64%);
    border: 0;
    border-radius: 10px;
}

.center-info .gallery-slider .image {}

.center-info .gallery-slider .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.center-info .gallery-slider .swiper-pagination {
    position: unset;
}

.center-info .col-md-8 {
    padding-right: 80px;
}

.center-info .card h2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--purple);
    margin-bottom: 20px;
}

.center-info .card ul.service-listing {}

.center-info .card ul.service-listing li {
    padding-left: 30px;
    line-height: 2;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--heading-5);
    position: relative;
    font-size: 14px;
}

.center-info .card ul.service-listing li::before {
    content: "\f114";
    font-family: "feather-icons";
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-style: normal;
    speak: none;
    color: var(--pink);
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.center-info .card ul.service-listing li:last-child {
    margin-bottom: 0;
}

.center-info .gallery-slider .image:focus-visible {
    outline: none !important;
}

.gallery .galleryCard {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 14px rgb(0 0 0/.05);
    overflow: hidden;
    height: 240px;
    position: relative
}

.gallery .galleryCard .galleryName {
    display: block;
    color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9
}

.gallery .galleryCard .overlayer {
    width: 100%;
    height: 100%;
    background-color: #00000042;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    padding: 15px;
    transform: scale(.5);
    transition: all .4s ease-in-out
}

.gallery .galleryCard .overlayer i {
    font-size: 50px;
    color: #fff;
    rotate: 45deg;
    margin-bottom: 10px
}

.gallery .galleryCard .overlayer .content {
    background: #222;
    padding: 12px;
    border-radius: 5px;
    display: none
}

.gallery .galleryCard .overlayer .content h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px
}

.gallery .galleryCard .overlayer .content p {
    color: #fff;
    font-size: 12px;
    line-height: 1.5
}

.gallery .galleryCard:hover .overlayer {
    opacity: 1;
    transform: scale(1)
}

.gallery-section .galleryCard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* End Center Info */


/* Start Treatment */

.treatment {
    padding: 50px 0 100px;
}

.treatment .treatment-card {
    transition: 0.5s;
    position: relative;
}

.treatment .treatment-card:hover {
    margin-top: 50px;
}

.treatment .treatment-card a {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.treatment .treatment-card .treatment-img {
    height: 350px;
}

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

.treatment .treatment-card .treatment-img img {
    border-radius: 10px;
}

.treatment .treatment-card .treatment-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    padding: 20px 10px 40px;
    margin-top: -120px;
    z-index: 5;
    position: relative;
}

.treatment .treatment-card .treatment-content .icon {
    border-radius: 100px;
    background: #F4F5F8;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
}


.treatment .treatment-card .treatment-content .icon img {
    width: 50px;
    height: 50px;
    aspect-ratio: auto 60 / 60;
    margin: auto;
}

.treatment .treatment-card .treatment-content h3 {
    text-align: center;
    color: var(--font-color-3F);
    font-size: 14px;
    font-weight: 700;
}

.treatment .treatment-card .treatment-content p {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    color: var(--font-color-1);
}

.treatment .treatment-card .treatment-content .read-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    column-gap: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bluedark);
    margin-top: 20px;
}

.treatment .treatment-card .treatment-content .read-btn i {
    font-size: 16px;
}


/* End Treatment */


/* Start condition */

.condition {
    padding: 80px 0 50px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

.condition-banner .section-heading h2,
.condition-banner .section-heading h1 {
    font-size: 42px;
    margin-bottom: 0;
    line-height: 52px;
}

.condition .section-heading h2 {
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 800;
    font-size: 35px;
    color: var(--heading-3);
}

.condition .section-heading p {
    color: var(--font-color-1);
    line-height: 30px;
}

.condition-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
    row-gap: 20px;
    column-gap: 30px;
}

.condition-list .list {
    flex: 0 0 auto;
    width: calc(50% - 15px);
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    column-gap: 20px;
}

.condition-list .list .icon {
    background-color: #F4F2F8;
    border-radius: 100px;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.condition-list .list .icon img {
    width: 40px;
    height: 40px;
    aspect-ratio: auto 60 / 60;
    margin: auto;
}

.condition-list .list .content h5,
.condition-list .list .content h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--purple);
    margin-bottom: 0;
}

.condition-list .list .content span {
    font-size: 14px;
    color: var(--heading-3);
    font-weight: 500;
}


/* End condition */


/* Start Make Unique */

.make-unique {
    padding: 150px 0 100px;
    background: url('/wp-content/themes/sattvafertility/library/assets/css/../img/background/make-unique.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ddd;
}

.make-unique .images {
    width: 100%;
    height: 100%;
}

.make-unique .images img {
    border-radius: 20px;
    border: 1px solid #ddd;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.make-unique .section-heading {
    margin-bottom: 0;
}

.make-unique .section-heading h2 {
    margin-bottom: 20px;
}

.make-unique .section-heading .default-btn {
    width: max-content;
    border-radius: 100px;
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

.make-unique .unique-card {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 10px 20px 0 rgb(0 0 0 / 14%);
    height: 100%;
}

.make-unique .unique-card .icon {
    background-color: #F4F2F8;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.make-unique .unique-card .icon img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(38%) saturate(3082%) hue-rotate(239deg) brightness(85%) contrast(132%);
    width: 45px;
    height: 45px;
    aspect-ratio: auto 60 / 60;
    margin: auto;
}

.make-unique .unique-card .content h5,
.make-unique .unique-card .content h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--font-color-3F);
    margin-bottom: 0;
}

.make-unique .unique-card .content span {
    /* font-size: 12px; */
    color: var(--heading-3);
    font-weight: 500;
}



/* End Make Unique */


/* Start Sattva Fertility */

.sattva-fertility {
    padding: 100px 0;
}

.sattva-fertility .condition-list {
    row-gap: 40px;
    padding-right: 50px;
}

.sattva-fertility .condition-list .list {
    width: 100%;
}

.sattva-fertility .condition-list .list .icon {
    width: 85px;
    height: 85px;
}

.sattva-fertility .condition-list .list .content h5,
.sattva-fertility .condition-list .list .content h3 {
    font-size: 20px;
    color: var(--heading-3);
    font-weight: 600;
}

.sattva-fertility .condition-list .list .content span {
    font-size: 14px;
    color: var(--heading-5);
    font-weight: 400;
}

.sattva-fertility .experinces {
    background: var(--bluedark);
    color: var(--white);
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    position: absolute;
    left: -100px;
    bottom: 60px;
}

.sattva-fertility .experinces h3 {
    font-size: 50px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0;
    line-height: 1.2;
}

.sattva-fertility .experinces h4 {
    font-size: 16px;
    font-weight: 500;
    width: 170px;
    color: var(--white);
    margin-bottom: 0;
}

.sattva-fertility .card-img {
    width: 100%;
    height: 100%;
}

.sattva-fertility .card-img img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sattva-fertility .col-lg-4 {
    position: relative;
}


/* End Sattva Fertility */


/* Start About IVF */

.about-ivf {
    padding: 80px 0;
    background: url('/wp-content/themes/sattvafertility/library/assets/css/../img/background/about-ivf.jpg');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.about-ivf .section-heading {
    margin-bottom: 30px;
}

.about-ivf .card {
    height: 100%;
    padding: 25px 20px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    border: 0;
    border-radius: 15px;
}

.about-ivf .card h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--font-color-3F);
    margin-bottom: 10px;
}

.about-ivf .card p {
    font-size: 14px;
    color: var(--heading-6);
    line-height: 1.5;
    margin-bottom: 20px;
}

.about-ivf .card .default-btn {
    padding: 8px 30px;
    border-radius: 100px;
    font-size: 14px;
    width: fit-content;
}


/* End About IVF */


/* Start Founder Section */

.founder-section {
    padding: 100px 0;
    position: relative;
}

.founder-section h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--font-color-3F);
    margin-bottom: 0;
    line-height: 1.5;
}

.founder-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--purple);
    margin-bottom: 20px;
}

.founder-section p {
    text-align: justify;
    color: var(--heading-5);
    line-height: 30px;
    margin-bottom: 10px;
}

.founder-section .doctor-image {
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 110px;
}

.founder-section .doctor-image::before {
    content: "";
    position: absolute;
    left: -50%;
    top: -5%;
    bottom: -5%;
    right: 5%;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    background: linear-gradient(131deg, rgba(217, 217, 217, 0.20) 24.75%, rgba(115, 115, 115, 0.20) 737.64%);
    z-index: -1;
}

.founder-section .doctor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgb(149 157 165 / 20%);
}

.founder-section .doctor-image .experience-card {
    width: 100%;
    max-width: 140px;
    padding: 10px 15px;
    position: absolute;
    right: 50px;
    bottom: 50px;
    background: #333;
    box-shadow: 0 8px 24px rgb(149 157 165 / 20%);
    border-radius: 10px;
}

.founder-section .doctor-image .experience-card i {
    color: #fff;
    font-size: 50px;
}

.founder-section .doctor-image .experience-card h6 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}

.founder-section .doctor-image .experience-card p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

.founder-section .message {
    position: relative;
    padding-left: 20px;
    position: relative;
    padding-left: 20px;
    color: var(--heading-6);
    line-height: 1.8;
}

.founder-section .message::before {
    content: "";
    position: absolute;
    background: url('/wp-content/themes/sattvafertility/library/assets/css/../img/icon/double-quotes.svg');
    width: 50px;
    height: 40px;
    background-size: cover;
    top: -10px;
    left: -40px;
}

.founder-section .message::after {
    content: "";
    position: absolute;
    background: url('/wp-content/themes/sattvafertility/library/assets/css/../img/icon/double-quotes.svg');
    width: 50px;
    height: 40px;
    background-size: cover;
    bottom: 46px;
    right: 240px;
    transform: scale(-1);
    z-index: -1;
}

.founder-section .btn-info {
    display: inline-flex;
    align-items: center;
    column-gap: 20px;
}

.founder-section .btn-info .default-btn {
    border-radius: 100px;
    padding-left: 45px;
    padding-right: 45px;
}

.founder-section .btn-info span {
    color: var(--font-color-3F);
    font-weight: 700;
}


/* End Founder Section */


/* Start Book an appointment */

.bookAppointment {
    padding: 70px 0 100px;
    background: #F9F9F9;
    border-top: 1px solid #ddd;
}

.appointment-area .form-appointment {
    background: #fff;
    box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
    border-radius: 10px;
    padding: 25px;
    margin-left: auto;
}

.appointment-area .form-appointment form p {
    margin: 0;
    position: relative;
    width: 100%;
}

.appointment-area .form-appointment form label {
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    color: #1b2336;
}

.appointment-area .form-appointment form .input-group {
    border: 0;
    border-radius: 5px;
    position: relative;
    display: block;
}

.appointment-area .form-appointment form .input-group-text {
    background: 0 0;
    border: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    height: 45px;
}

.appointment-area .form-appointment form .form-control {
    width: 100%;
    background: #F8FAFB;
    border: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(27, 35, 54, .75);
    height: 45px;
    border: 1px solid #ddd;
    padding: 10px 10px 10px 45px;
}

.appointment-area .form-appointment textarea {
    height: 100px !important;
}

.appointment-area .form-appointment .default-btn {
    width: 100%;
}

.bookAppointment .contact-info {
    position: relative;
}

.bookAppointment .contact-info .nav-pills {
    position: absolute;
    left: calc(var(--bs-gutter-x) * .5);
    top: 0;
    padding: 5px 10px;
    border-radius: 100px;
    border: 1px solid #E6E8EB;
    background: #F1F1F1;
}

.bookAppointment .contact-info .nav-pills .nav-item {}

.bookAppointment .contact-info .nav-pills .nav-item .nav-link {
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 100px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--purple);
}

.bookAppointment .contact-info .nav-pills .nav-item .nav-link.active {
    background-color: var(--bluedark);
    color: var(--white);
}

.bookAppointment .contact-info .tab-content {}

.bookAppointment .contact-info .tab-content .tab-pane {}

.bookAppointment .contact-info .contact-list {
    padding-top: 80px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
    row-gap: 30px;
}

.bookAppointment .contact-info .contact-list .list {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.bookAppointment .contact-info .contact-list .list .icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    color: var(--purple);
}

.bookAppointment .contact-info .contact-list .list .icon i {
    font-size: 20px;
}

.bookAppointment .contact-info .contact-list .list .info {
    width: calc(100% - 65px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.bookAppointment .contact-info .contact-list .list .info label {
    font-size: 14px;
    font-weight: 500;
}

.bookAppointment .contact-info .contact-list .list .info a {
    font-size: 14px;
    font-weight: 700;
}

.bookAppointment.Branch-form .contact-info .contact-list {
    padding-top: 0;
    row-gap: 25px;
}

.bookAppointment.Branch-form .contact-info .contact-list h4 {
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    color: #81219e;
    margin-bottom: 0;
}

.bookAppointment .contact-info iframe {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
}

.bookAppointment .card {
    height: 100%;
    padding: 25px;
    border: 0;
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.20);
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
}

.bookAppointment .card img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 18px;
}

.bookAppointment .card h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--heading-3);
    margin-bottom: 0;
}

.bookAppointment .card p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 5px;
}


/* End Book an appointment */


/* Start SEO Content */

.seo-content {
    padding: 40px 0;
    background: url('/wp-content/themes/sattvafertility/library/assets/css/../img/banner/banner-2.jpg');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.seo-content .section-heading {
    margin-bottom: 0;
}

.seo-content h2 {
    margin-bottom: 10px;
    color: var(--heading-3);
    font-weight: 800;
}

.seo-content h4 {
    font-weight: 600;
}

.seo-content ul li {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    display: block;
    line-height: 30px;
    color: #000000;
}

.seo-content ul li::after {
    background-image: url('/wp-content/themes/sattvafertility/library/assets/css/../img/icon/arrow-right-circle.svg');
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 18px;
    background-size: cover;
    background-position: center;
    opacity: 1;
}

.seo-content p {
    margin-bottom: 10px;
}


/* End SEO Content */


/* start video section */

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

.OurVideo-section .video-thumb {
    width: 100%;
    height: 300px;
    object-fit: contain;
    border-radius: 10px;
    position: relative;
}

.OurVideo-section .video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.OurVideo-section .watch-video-btn {
    width: 100%;
}

.OurVideo-section .watch-video-btn a {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 100px;
    width: fit-content;
    padding: 6px 20px 6px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--matte-black);
    font-family: "Poppins", sans-serif;
}

.OurVideo-section .watch-video-btn a .bx-play {
    background: #f63c25;
    border-radius: 100%;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}

.OurVideo-section .default-btn {
    width: max-content;
    border-radius: 100px;
    margin: auto;
}


/* End video section  */


/* start why Choose section  */

.content-grid {
    z-index: 0;
    position: relative;
    padding: 80px 0;
}

.content-grid .default-btn {
    width: max-content;
    border-radius: 100px;
}

.accordion-button:not(.collapsed) {
    color: var(--matte-black);
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
}

.accordion-button:focus {
    border-color: #EDEFF2;
    box-shadow: none;
}

.accordion .accordion-button::after {
    content: "\ea4a";
    font-family: boxicons !important;
    font-weight: 400;
    background-image: inherit;
    background-image: inherit;
    font-size: 30px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(270deg);
}

.accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}


/* End why choose section  */


/* start Feedback section  */

.testimonials {
    padding: 70px 0;
    background-image: url('/wp-content/themes/sattvafertility/library/assets/css/../img/background/testimonials-bg.png');
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.testimonials .owl-stage-outer {
    padding: 15px 0
}

.testimonials .countGoogle {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
}

.testimonials .countGoogle img {
    height: 26px;
    margin-right: 10px
}

.testimonials .countGoogle h4 {
    padding-left: 10px;
    border-left: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0
}

.testimonials .googleViewbtn {
    display: inline-flex;
    column-gap: 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #5E6271;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin: auto;
    align-self: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    line-height: 1.2;
    margin: 0
}

.testimonials .googleViewbtn img {
    width: 25px;
    height: 25px
}

.testimonial-items {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 8px 24px 0px #959DA533;
    border-radius: 10px;
    padding: 24px 15px 24px 24px
}

.testimonial-items h4 {
    color: #555;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px
}

.testimonial-items p {
    overflow-y: auto;
    margin-bottom: 0
}

.testimonial-items p .morelink-2 {
    color: var(--pink);
    display: inline-block;
    line-height: 1.2;
    padding: 0 5px;
    font-weight: 500
}

.testimonial-items p .morelink-2 i {
    margin-left: 10px;
    font-size: 10px
}

.morecontent span {
    display: none
}

.testimonials .testimonial-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}


/* End feedback section  */


/* start faq section  */

.faq-section {
    padding: 60px 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: url('/wp-content/themes/sattvafertility/library/assets/css/../img/background/faq-bg.png');
}

.faq-tabs .nav-tabs {
    border: 0;
    padding-right: 20px
}

.faq-tabs .nav-tabs .nav-item {
    margin-bottom: 15px;
    width: 100%
}

.faq-tabs .nav-tabs .nav-item .nav-link {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 15px 30px 15px 15px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: unset;
    border-radius: 5px;
    transition: all .15s ease-in;
    position: relative;
    margin: 0;
    cursor: pointer
}

.faq-tabs .nav-tabs .nav-item .nav-link:after {
    content: "\f105";
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    position: absolute;
    right: 25px;
    font-size: 22px;
    color: #fff;
    opacity: 0;
    transform: translateX(20px);
    transition: all .4s ease
}

.faq-tabs .nav-tabs .nav-item .nav-link img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    margin-right: 15px;
    filter: contrast(10) brightness(0)
}

.faq-tabs .nav-tabs .nav-item .nav-link span {
    text-align: start
}

.faq-tabs .nav-tabs .nav-item .nav-link h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--matte-black);
    text-transform: capitalize;
    margin-bottom: 0
}

.faq-tabs .nav-tabs .nav-item .nav-link p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    color: #a3a2a2
}

.faq-tabs .nav-tabs .nav-item .nav-link.active,
.faq-tabs .nav-tabs .nav-item .nav-link:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: 0px 8px 24px rgba(149, 157, 165, .2)
}

.faq-tabs .nav-tabs .nav-item .nav-link.active:after,
.faq-tabs .nav-tabs .nav-item .nav-link:hover::after {
    opacity: 1;
    transform: translateX(0)
}

.faq-tabs .nav-tabs .nav-item .nav-link.active img,
.faq-tabs .nav-tabs .nav-item .nav-link:hover img {
    filter: contrast(0) brightness(10)
}

.faq-tabs .nav-tabs .nav-item .nav-link.active h5,
.faq-tabs .nav-tabs .nav-item .nav-link.active p,
.faq-tabs .nav-tabs .nav-item .nav-link:hover h5,
.faq-tabs .nav-tabs .nav-item .nav-link:hover p {
    color: #fff
}

.faq-section .accordion {
    box-shadow: 0px 8px 24px 0px #959DA533;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
    background-color: #fff;
}

.faq-section .accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #0000000D;
}

.faq-section .accordion .accordion-item .accordion-button {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.faq-section .accordion .accordion-item .accordion-button:hover {
    color: var(--primary-color);
}

.faq-section .accordion .accordion-item:last-child {
    border: 0;
}

.faq-section .accordion-button:not(.collapsed) {
    color: var(--pink) !important;
    background: transparent;
}

.faq-section .accordion-body {
    padding-right: 40px;
}


/* End faq section  */


/* start blog section  */

.blogs-section {
    padding: 50px 0;
}

.blog-card {
    border-radius: 8px;
    margin: 10px;
    position: relative;
}

.blog-slider .post-meta li {
    font-size: 12px;
}

.blog-card .blog-thumbnail img {
    width: 100%;
    border-radius: 8px;
}

.blog-card .blog-content {
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(360deg, #000000 -9.27%, rgba(0, 0, 0, 0) 59.62%);
    display: flex;
    align-items: end;
}

.blog-card .blog-content span {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
}

.blog-card .blog-content i {
    color: #fff;
    margin-right: 6px;
}

.blog-card .blog-title h6 {
    line-height: 1;
}

.blog-card .blog-title a {
    font-size: 18px;
    display: flex;
    color: #fff;
    justify-content: space-between;
    padding: 0 4px;
    margin-top: 6px;
    font-weight: 600;
    line-height: 25px;
}

.blog-card .blog-title a i {
    color: var(--matte-black);
}

.blog-card .post-meta li {
    font-size: 14px;
}


/* End blog section  */


/* start awards section  */

.awards-section {
    background-color: #F8F9FB;
    padding: 80px 0;
}

.awards-section .image {
    background-color: #f2f3f5;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
}

.awards-section .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* End awards section  */


/* blog Details page */

.blog-details {
    padding: 80px 0 60px
}

.blog-single-post {
    position: relative;
    margin-bottom: 40px
}

.blog-single-post p {
    margin-bottom: 20px;
}

.blog-single-post.blog-salah .image img {
    width: auto;
    height: 500px
}

.blog-single-post .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.blog-single-post .image img {
    width: 100%
}

.blog-single-post .lower-content {
    position: relative;
    padding: 30px;
    border: 1px solid #ebf2f3;
    border-top: 0;
    border-radius: 5px
}

.blog-single-post ul.post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    margin-bottom: 13px
}

.blog-single-post .post-meta li {
    margin-right: 15px;
    padding-right: 15px;
    font-weight: 600;
    border-right: 1px solid #ddd
}

.blog-single-post .post-meta li i {
    margin-right: 8px;
    color: var(--primary-color)
}

.blog-single-post .post-meta li:last-child {
    border-right: 0
}

.blog-single-post h1 {
    position: relative;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3f3f3f
}

.blog-single-post h3 {
    position: relative;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3f3f3f
}

.blog-single-post .text {
    margin-bottom: 40px
}

.blog-single-post .text ul {
    padding-left: 0
}

.blog-single-post .text ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #3f3f3f;
    position: relative;
    padding-left: 30px
}

.blog-single-post .text ul li:before {
    background-image: url('/wp-content/themes/sattvafertility/library/assets/css/../img/icon/arrow-right-circle.svg');
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 18px;
    background-size: cover;
    background-position: center;
    opacity: 1;
}

.blog-single-post .text ol li {
    list-style: inherit;
    margin-bottom: 10px;
    color: #3f3f3f
}

.blog-single-post .text h2 {
    position: relative;
    font-size: 28px;
    line-height: 44px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h3 {
    position: relative;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h4 {
    position: relative;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h5 {
    position: relative;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h6 {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text table tr th,
.blog-single-post .text table tr td {
    border: 2px solid #ddd;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500
}

.blog-single-post .text table tr th {
    font-weight: 700
}

.blog-single-post blockquote {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #565872;
    margin-bottom: 30px
}

.blog-single-post blockquote:before {
    position: absolute;
    content: '';
    top: 0;
    width: 8px;
    bottom: 0;
    background: var(--primary-color);
    left: 0;
    border-radius: 5px
}

.widget {
    position: relative;
    margin-bottom: 50px
}

.widget_popular_post {
    position: relative;
    max-width: 350px;
    margin-left: auto
}

.widget .widget-title {
    position: relative;
    font-size: 20px;
    color: #3f3f3f;
    margin-bottom: 20px;
    font-weight: 600
}

.widget_popular_post .post-thumb {
    position: relative;
    margin-right: 15px;
    margin-bottom: 0;
    overflow: hidden
}

.widget_popular_post .post-thumb:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(16 34 53/59%);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: all .3s ease-in
}

.widget_popular_post .post-thumb:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.widget_popular_post .post-thumb img {
    border-radius: 5px;
    float: left;
    height: 60px;
    width: 60px;
    object-fit: cover
}

.widget_popular_post .post {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    padding-bottom: 17px;
    padding: 14px;
    border-radius: 5px
}

.widget_popular_post .post:last-child {
    margin-bottom: 0
}

.widget_popular_post .content {
    position: relative;
    width: calc(100% - 75px)
}

.widget_popular_post .content h5 {
    position: relative;
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: inherit
}

.widget_popular_post .content h5 a {
    color: #3f3f3f;
    transition: .5s
}

.widget_popular_post .content h5 a:hover {
    color: var(--primary-color)
}

.widget_popular_post .content .post-info {
    font-size: 14px;
    color: #3f3f3f
}

.widget_popular_post .content .post-info i {
    margin-right: 4px;
    color: var(--primary-color)
}


/* end blog details page   */


/* start footer section  */
.appointment-sec .default-btn {
    width: max-content;
    margin: auto;
    margin-top: 20px;
}

#footer {
    position: relative;
}

#footer .footer-text {
    color: #233645;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

#footer .footer-header {
    border-bottom: 2px dashed var(--pink);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.footer-social-link {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    gap: 20px;
}

.footer-social-link ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.footer-social-link ul li a {
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--pink);
    font-size: 20px;
}

.footer-social-link h6 {
    color: #233645;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

#footer .footer-content {
    padding: 50px 0;
}

#footer .footer-content .f-logo img {
    width: 100%;
    max-width: 250px;
    object-fit: contain;
}

#footer .footer-bottom {
    background-color: var(--bluedark);
    text-align: center;
    padding: 10px 0;
}

#footer .footer-bottom p {
    font-size: 14px;
    margin: 0;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
}

#footer .footer-bottom a:hover {
    color: var(--pink);
}

#footer .quick-links ul li a {
    color: var(--matte-black);
    font-size: 14px;
    font-weight: 400;
    display: block;
}

#footer .quick-links ul li {
    margin-bottom: 10px;
}

#footer .contact-links ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

#footer .contact-links ul li i {
    position: absolute;
    left: 0;
    color: var(--pink);
    font-size: 20px;
}

#footer .contact-links ul li a {
    color: var(--matte-black);
    font-size: 14px;
    font-weight: 400;
    display: block;
}

#footer .contact-links ul li a span {
    font-weight: 600;
    color: #5E6271;
}

#footer p {
    font-size: 14px;
}

.footer-tab-section {
    display: none;
}


/* End footer section  */


/*-------------- Condition Page----------- */


/* start Banner Section */

.condition-banner strong {
    font-weight: 700 !important;
}

.condition-banner .background {
    background-image: url('/wp-content/themes/sattvafertility/library/assets/css/../img/background/Conditionbanner.png');
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 80px 0 120px 0;
}

.condition-banner .banner-background img {
    transform: scale(1);
    height: 100%;
}

.condition-banner .default-btn {
    width: 270px;
    border-radius: 35px;
    background-color: var(--purple);
}

.condition-banner .icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    color: var(--purple);
}

.appointment {
    background-color: var(--bluedark);
    padding: 20px 0;
    left: 0;
    right: 0;
}

.appointment p {
    font-size: 12px;
    color: #fff;
    opacity: 80%;
}

.appointment h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.appointment .btn {
    border-radius: 5px;
    background-color: #fff;
}

.appointment .content h4 {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    position: relative;
}

.appointment .content h4::before {
    content: "";
    background-color: #fff;
    opacity: 30%;
    height: 2px;
    width: 170px;
    border-radius: 20px;
    position: absolute;
    top: 15px;
    right: -180px;
}

.appointment .content a {
    font-size: 14px;
    padding: 8px 10px;
    font-weight: 600;
    width: 30%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}


/* end Banner Section */

.condition-content {
    padding: 80px 0 0 0;
}

.condition-content h5 {
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.3;
    color: var(--heading-3);
    margin-bottom: 15px;
    font-size: 36px;
}

.condition-content .container .row div:last-child {
    padding-left: 50px;
    border-left: 3px solid var(--bluedark);
}


/*start tab-section  */

.tab-section {
    padding: 50px 0;
}

.tab-section .nav-tabs {
    /* background-color: #F1F1F1; */
    justify-content: center;
    padding-top: 15px;
    border-radius: 10px;
}

.tab-section .tab-sticky {
    position: sticky;
    top: 13%;
    z-index: 2;
}

.tab-section .tab-sticky::before {
    content: "";
    height: 70px;
    position: absolute;
    right: 0%;
    left: 0%;
    z-index: -1;
    background: rgb(202 202 202 / 30%);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
}

.tab-section .col-lg-8 {
    z-index: 1;
}

.tab-section .nav-tabs .tab-link {
    align-items: center;
    display: flex;
    background-color: rgba(255, 255, 255, 30%);
    box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin: 0 10px;
    /*     padding: 8px 25px; */
    font-weight: 600;
}

.tab-section .nav-tabs .tab-link.active {
    background-color: var(--bluedark);
    color: #fff;
}

.tab-section .nav-tabs .tab-link h6 {
    margin-bottom: 0;
    padding: 8px 25px;
}

.tab-section .nav-tabs .tab-link.active h6 {
    color: #fff;
}

.tab-section .nav-tabs .tab-link:hover {
    background-color: var(--bluedark);
    color: #fff;
}

.tab-section .nav-tabs .tab-link:hover h6 {
    color: #fff;
}

.tab-section .tab-content {
    padding-top: 200px;
    position: relative;
}

.tab-section .tab-content:before {
    content: "";
    background-color: #c4c4c4;
    height: 1px;
    width: 100%;
    border-radius: 20px;
    position: absolute;
    top: 100px;
    left: 0;
}

.tab-section .tab-content:first-child {
    padding-top: 0;
}

.tab-section .tab-content:first-child:before {
    display: none;
}

.tab-section .tab-content h4 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.tab-section .nav-tabs button {
    background-color: rgba(255, 255, 255, 30%);
    box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin: 0 10px;
    padding: 8px 25px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #000000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active h6 {
    color: #fff;
}

.tab-section .tab-content h5 {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--purple);
    font-size: 16px;
    text-transform: capitalize;
}

.tab-section .tab-content h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--font-color-3F);
}

.tab-section .tab-content p {
    color: #000;
    padding-bottom: 15px;
}

.tab-section .tab-content ul li {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    display: block;
    line-height: 30px;
    color: #000000;
}

.tab-section .tab-content h4 .tab-section .tab-content ul li strong,
.tab-section .tab-content ul li b {
    font-weight: 700;
}

.tab-section .tab-content ul li::after {
    background-image: url('/wp-content/themes/sattvafertility/library/assets/css/../img/icon/arrow-right-circle.svg');
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 16px;
    height: 18px;
    background-size: cover;
    background-position: center;
    opacity: 1;
}

.tab-section .image-card {
    width: 75%;
    border-radius: 20px 20px 0 0;
}

.tab-section .image-card>div {
    position: sticky;
    top: 25%;
    z-index: 1;
}

.tab-section .image-card .dr-heading {
    background-color: var(--bluedark);
    box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 15%);
    border-radius: 20px 20px 0 0;
}

.tab-section .image-card .image {
    box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 15%);
    position: relative;
    margin-top: -20px;
    height: 300px;
}

.tab-section .image-card img {
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.tab-section .image-card h6 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0 40px 0px;
    margin-bottom: 0;
}

.tab-section .image-card .dr-heading {
    text-align: center;
}

.tab-section .image-card p {
    color: #F1F1F1;
    padding-bottom: 30px;
    padding-left: 15px;
}

.tab-section .experience {
    align-items: center;
    justify-content: center;
    height: 70px;
    border-radius: 10px;
    width: 80%;
    background-color: #fff;
    position: absolute;
    margin: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 10px;
}

.tab-section .experience img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.tab-section .experience h3 {
    font-size: 35px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--pink);
}

.tab-section .experience p {
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 500;
    color: #000000;
    width: calc(100% - 50px);
}


/*end tab-section  */


/*-------------- Cotact Us Page----------- */

.contact-banner .background {
    background-image: url('/wp-content/themes/sattvafertility/library/assets/css/../img/background/contact-us.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 80px 0;
}

.about-sattva-fertility .experinces {
    right: -50px !important;
    left: 250px;
}

.bookAppointment .position-none .nav-pills {
    position: relative;
}

.bookAppointment .map {
    height: 300px;
}

.help-section {
    background-image: url('/wp-content/themes/sattvafertility/library/assets/css/../img/background/helpbackground.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.help-section>.container {
    width: 50%;
    background-color: #fff;
    box-shadow: 0px 8px 24px 0px rgb(204 204 204 / 20%);
}

.help-section .input-group svg {
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 10px;
    left: 10px;
}

.help-section .input-group i {
    z-index: 1;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 15px;
    left: 10px;
}

.help-section .input-group {
    width: 48%;
}

.help-section .input-group input {
    padding: 6px 0px;
    padding-left: 40px;
}

.help-section textarea {
    padding-left: 40px;
    padding-top: 6px;
    height: 150px;
}

.help-section .input-group input::placeholder {
    font-size: 14px;
}

.help-section button {
    border-radius: 50px;
    padding: 12px 40px
}

.help-section button i {
    font-weight: 600;
    font-size: 20px;
}

.help-section .input-group .form-control:focus {
    border-color: var(--bluedark);
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
}

.help-section .input-group p {
    width: 100%;
}


/*-------------- FAQs Page----------- */

.faq {
    padding: 80px 0;
}

.faq .accordion-item .accordion-header .accordion-button::after {
    position: absolute;
    left: -5px;
    content: "\ebc0" !important;
    font-size: 20px;
    transform: rotate(0deg);
    top: 20px;
}

.faq-sec {
    padding: 100px 0;
}

.faq .accordion-item .accordion-header .accordion-button {
    font-weight: 600;
    font-size: 18px;
}

.faq .accordion-body,
.faq .accordion-body p {
    background-color: var(--bluedark);
    border-radius: 10px;
    color: #fff;
}

.faq .accordion-body ul li b {
    font-weight: 600;
}

.faq .accordion-body ul li {
    margin-bottom: 20px;
}

.faq .accordion-flush .accordion-item {
    border-bottom: 1px solid #00000034 !important;
}

.faq .accordion {
    margin-bottom: 150px;
}

.faq .section-heading h2 {
    /* background-color: var(--bluedark); */
    /* padding: 10px; */
    display: inline-block;
    color: var(--font-color-3);
}

.faq-sec .tebs-outer-box .nav-tabs li {
    width: 15%;
    border-radius: 10px;
}

.faq-sec .tebs-outer-box .nav-tabs {
    border-bottom: 0;
}

.faq-sec .tebs-outer-box .nav-tabs li a {
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    height: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.faq-sec .tebs-outer-box .nav-tabs li a img {
    width: 50px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link span {
    font-weight: 500;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active span {
    color: #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: var(--bluedark);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active img {
    filter: contrast(0) brightness(100);
}


.news-block-two {
    position: relative
}

.news-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
    padding: 10px;
    border: 2px solid #ebf2f3;
    overflow: hidden;
    transition: .5s
}

.news-block-two .image {
    position: relative;
    overflow: hidden
}

.news-block-two .image .img-fluid {
    width: 100%
}

.news-block-two .image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
    pointer-events: none
}

.news-block-two .inner-box:hover .image:before {
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.news-block-two ul.post-meta {
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

.news-block-two ul.post-meta li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px
}

.news-block-two ul.post-meta li a {
    color: var(--theme_dark);
    font-size: 16px;
    transition: .5s
}

.news-block-two ul.post-meta li a i {
    margin-right: 4px
}

.news-block-two h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.news-block-two h4 a {
    color: var(--theme_dark);
    transition: .5s
}

.news-block-two h4 a:hover {
    color: var(--theme_primary)
}

.news-block-two .date {
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    transition: .5s;
    background: var(--theme_dark);
    display: inline-block;
    vertical-align: middle;
    padding: 3px 21px;
    margin-top: -18px;
    z-index: 10
}

.news-block-two .text {
    position: relative;
    font-size: 16px;
    transition: .5s
}

.news-block-two .read-more {
    position: relative
}

.news-block-two .read-more a {
    position: relative;
    color: var(--theme_primary);
    transition: .5s;
    font-size: 16px;
    font-weight: 700;
    transition: .5s;
    color: #200468;

}

.news-block-two .read-more a i {
    margin-left: 7px
}

.news-block-two .read-more a:hover {
    color: var(--theme_dark)
}

.about-widget-two .logo {
    position: relative;
    margin-bottom: 30px
}

.about-widget-two .text {
    position: relative;
    color: rgb(255 255 255/0.9);
    margin-bottom: 30px;
    font-weight: 400
}

.about-widget-two .social-links {
    position: relative;
    margin-bottom: 20px
}

.about-widget-two .social-links li {
    position: relative;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block
}

.about-widget-two .social-links li a {
    position: relative;
    display: block;
    color: rgb(255 255 255/70%);
    font-size: 14px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: rgb(255 255 255/10%);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.about-widget-two .social-links li a i {
    position: relative
}

.about-widget-two .social-links li a:hover {
    color: #fff
}

.about-widget-two .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #0077b6
}

.about-widget-two .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.about-widget-two .social-links li a span {
    position: relative
}

.contact-widget .contact-info {
    position: relative
}

.contact-widget .contact-info li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.contact-widget .contact-info li .icon {
    position: relative;
    display: block;
    color: #0077b6;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .5s ease;
    margin: 8px 0;
    margin-right: 15px;
    font-size: 24px
}

.contact-widget .contact-info li .text {
    position: relative;
    color: rgb(255 255 255/0.9);
    width: calc(100% - 60px);
    font-weight: 400;
    margin: 3px
}

.contact-widget .contact-info li .text a {
    color: rgb(255 255 255/0.9);
    transition: .5s
}

.contact-widget .contact-info li .text a:hover {
    color: var(--theme_primary)
}

.main-footer.style-two .footer-bottom .wrapper-box {
    justify-content: center
}

.main-footer.style-two .links-widget ul li a {
    color: rgba(255, 255, 255, .9)
}

.main-footer.style-two .links-widget ul li a:hover {
    color: var(--theme_primary)
}

.main-footer.style-two .newsletter-widget .text {
    color: rgba(255, 255, 255, .9)
}

.main-footer.style-two .newsletter-widget .theme-btn {
    background-color: #0077b6
}

.page-title {
    position: relative;
    padding: 85px 0;
    text-align: center;
    background-size: cover;
    background-position: bottom center
}

.page-title h1 {
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 20px;
    font-weight: 700
}

.page-title .bread-crumb {
    position: relative
}

.page-title .bread-crumb li {
    color: var(--theme_dark);
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
    padding-right: 20px
}

.page-title .bread-crumb li:last-child {
    margin-right: 0;
    padding-right: 0
}

.page-title .bread-crumb li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 1px;
    height: 18px;
    background-color: var(--theme_dark)
}

.page-title .bread-crumb li:last-child:before {
    display: none
}

.page-title .bread-crumb li a {
    color: var(--theme_dark)
}

.page-title.treatment-banner {
    height: 500px;
    display: flex;
    align-items: center
}

.page-title.treatment-banner>.overlay {
    background-color: rgb(0 0 0/40%)
}

.page-title.treatment-banner .content-box {
    position: relative
}

.page-title.treatment-banner h6 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px
}

.page-title.treatment-banner h1 {
    margin-bottom: 10px
}

.page-title.treatment-banner h2 {
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 10px;
    font-weight: 700
}

/* blog Details page */

.blog-details {
    padding: 80px 0 60px
}

.blog-single-post {
    position: relative;
    margin-bottom: 40px
}

.blog-single-post.blog-salah .image img {
    width: auto;
    height: 500px
}

.blog-single-post .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.blog-single-post .image img {
    width: 100%
}

.blog-single-post .lower-content {
    position: relative;
    padding: 30px;
    border: 1px solid #ebf2f3;
    border-top: 0;
    border-radius: 5px
}

.blog-single-post ul.post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    margin-bottom: 13px
}

.blog-single-post .post-meta li {
    margin-right: 15px;
    padding-right: 15px;
    font-weight: 600;
    border-right: 1px solid #ddd
}

.blog-single-post .post-meta li i {
    margin-right: 8px;
    color: var(--primary-color)
}

.blog-single-post .post-meta li:last-child {
    border-right: 0
}

.blog-single-post h1 {
    position: relative;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3f3f3f
}

.blog-single-post h3 {
    position: relative;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3f3f3f
}

.blog-single-post .text {
    margin-bottom: 40px
}

.blog-single-post .text ul {
    padding-left: 0
}

.blog-single-post .text ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #3f3f3f;
    position: relative;
    padding-left: 30px
}


.blog-single-post .text ol li {
    list-style: inherit;
    margin-bottom: 10px;
    color: #3f3f3f
}

.blog-single-post .text h2 {
    position: relative;
    font-size: 28px;
    line-height: 44px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h3 {
    position: relative;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h4 {
    position: relative;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h5 {
    position: relative;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h6 {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text table tr th,
.blog-single-post .text table tr td {
    border: 2px solid #ddd;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500
}

.blog-single-post .text table tr th {
    font-weight: 700
}

.blog-single-post blockquote {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #565872;
    margin-bottom: 30px
}

.blog-single-post blockquote:before {
    position: absolute;
    content: '';
    top: 0;
    width: 8px;
    bottom: 0;
    background: var(--primary-color);
    left: 0;
    border-radius: 5px
}

.blog-card {
    border-radius: 8px;
    position: relative;
    box-shadow: 0 0 12px 1px #ddd;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-slider .post-meta li {
    font-size: 12px
}

.blog-card .blog-thumbnail img {
    width: 100%;
    border-radius: 8px
}

.blog-card .blog-content {
    padding: 15px 15px 0;
    border-radius: 8px;
    width: 100%;
    position: relative;
    background: #fff;
    display: flex;
    align-items: end
}

.blog-card .blog-content span {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff
}

.blog-card .blog-content i {
    color: #333;
    margin-right: 6px
}

.blog-card .blog-title h6 {
    line-height: 1
}

.blog-card .blog-title a {
    font-size: 18px;
    display: flex;
    color: #333;
    justify-content: space-between;
    padding: 0 4px;
    margin-top: 6px;
    font-weight: 600;
    line-height: 25px
}

.blog-card .blog-title a i {
    color: var(--meta-black-color) !important;
}

.blog-card .post-meta {
    margin-top: auto;
    padding: 15px 15px;
}

.blog-card .post-meta li {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--meta-black-color) !important;
}

.widget {
    position: relative;
    margin-bottom: 50px
}

.widget_popular_post {
    position: relative;
    max-width: 350px;
    margin-left: auto
}

.widget .widget-title {
    position: relative;
    font-size: 20px;
    color: #3f3f3f;
    margin-bottom: 20px;
    font-weight: 600
}

.widget_popular_post .post-thumb {
    position: relative;
    margin-right: 15px;
    margin-bottom: 0;
    overflow: hidden
}

.widget_popular_post .post-thumb:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(16 34 53/59%);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: all .3s ease-in
}

.widget_popular_post .post-thumb:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.widget_popular_post .post-thumb img {
    border-radius: 5px;
    float: left;
    height: 60px;
    width: 60px;
    object-fit: cover
}

.widget_popular_post .post {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    padding-bottom: 17px;
    padding: 14px;
    border-radius: 5px
}

.widget_popular_post .post:last-child {
    margin-bottom: 0
}

.widget_popular_post .content {
    position: relative;
    width: calc(100% - 75px)
}

.widget_popular_post .content h5 {
    position: relative;
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: inherit
}

.widget_popular_post .content h5 a {
    color: #3f3f3f;
    transition: .5s
}

.widget_popular_post .content h5 a:hover {
    color: var(--primary-color)
}

.widget_popular_post .content .post-info {
    font-size: 14px;
    color: #3f3f3f
}

.widget_popular_post .content .post-info i {
    margin-right: 4px;
    color: var(--primary-color)
}


/*-------------- Treatment Page----------- */


/* start treatment banner */

.background {
    background-image: url('/wp-content/themes/sattvafertility/library/assets/css/../img/background/treatmentbannerbg.png');
    padding: 130px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.treatment-banner .info-group {
    display: inline-flex;
    align-items: center;
    column-gap: 30px;
}

.treatment-banner strong {
    font-weight: 700 !important;
}

.treatment-banner .default-btn {
    border-radius: 100px;
    padding-left: 50px;
    padding-right: 50px;
}

.treatment-banner .background a:not(.default-btn) {
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
}

.treatment-banner .banner-stats {
    background-color: var(--purple);
    padding: 20px 0;
}

.treatment-banner .banner-stats h5 {
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 30px;
    margin-top: 5px;
}

.treatment-banner .banner-stats p {
    color: #fff;
    line-height: 16px;
    margin-top: 5px;
}

.treatment-banner .banner-stats .stats {
    position: relative;
}

.treatment-banner .banner-stats .stats img {
    width: 50px;
    height: 50px;
}

.treatment-banner .banner-stats .stats::after {
    content: "";
    background-color: var(--offWhite);
    height: 100%;
    width: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 30px;
}

.treatment-banner .banner-stats :last-child::after {
    display: none;
}


/* end treatment banner */


/* start Sattva Fertility Center */

.sattva-fertility.treatment-center .image {
    width: 90%;
}


/* end Sattva Fertility Center */

.treatment-appointment {
    margin-bottom: 50px;
    position: initial;
}

.treatment-appointment .outer-box {
    height: 90px;
}


/* start ivf-process */

.ivf-process {
    padding: 100px 0 50px 0;
    background-color: #F9F9F9;
    ;
}

.ivf-process .list {
    background-color: #F1F1F1;
    padding: 8px;
    border-radius: 50px;
    align-items: center;
    margin-top: 15px;
}

.ivf-process .image.position-sticky {
    top: 150px;
}

.ivf-process .image {
    position: relative;
}

.ivf-process .image img {
    width: 90%;
    border-radius: 10px;
}

.ivf-process .image::before {
    content: "";
    position: absolute;
    left: -50%;
    top: -5%;
    bottom: -5%;
    right: 5%;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    background: linear-gradient(131deg, rgba(217, 217, 217, 0.20) 24.75%, rgba(115, 115, 115, 0.20) 737.64%);
    z-index: -1;
}

.ivf-process .list .icon {
    border-radius: 100%;
    height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: var(--purple);
}

.ivf-process .list .icon img {
    width: 40px;
    height: 40px;
        filter: contrast(0) brightness(10);
        object-fit: contain;
}

.ivf-process .list h5 {
    width: 30%;
    font-weight: 600;
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 0;
}

.ivf-process .list p {
    width: 50%;
    margin: auto;
    line-height: 1.5;
}

.ivf-cost ul li {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    display: block;
    line-height: 32px;
    color: #111111;
}

.ivf-cost ul li::before {
    background-image: url('/wp-content/themes/sattvafertility/library/assets/css/../img/icon/arrow-right-circle.svg');
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 16px;
    height: 18px;
    background-size: cover;
    background-position: center;
    opacity: 1;
}


/* end ivf-process */


/* vitro-fertilizations */

.vitro-fertilizations {
    background-image: url('/wp-content/themes/sattvafertility/library/assets/css/../img/background/vitro-fertilizations.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
    background-size: cover;
}

.vitro-fertilizations .default-btn {
    border-radius: 100px;
    padding-left: 50px;
    padding-right: 50px;
    width: max-content;
}

.vitro-fertilizations a:not(.default-btn) {
    align-items: center;
    display: flex;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
}

.vitro-fertilizations .list .icon {
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 70px;
    width: 60px;
    background-color: #DDE8FB;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.vitro-fertilizations .list .icon img {
    width: 40px;
    height: 40px;
}

.vitro-fertilizations .list h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
}


/* vitro-fertilizations */


/* start why-ivf */

.why-ivf {
    padding: 60px 0;
}

.why-ivf .card {
    height: 330px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    border: 0;
}

.why-ivf .card h6 {
    font-weight: 700;
    margin-top: 10px;
}

.why-ivf .card p {
    font-size: 14px;
}

.why-ivf .card img {
    width: 50px;
    height: 50px;
}

.why-ivf .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}


/* end why-ivf */

.ivf-process .default-btn {
    width: max-content;
    border-radius: 100px;
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

.ivf-process .icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    color: var(--purple);
}

.ivf-process .appointment {
    margin-top: 60px;
}


/*start more-content */

.content-section {
    padding: 80px 0;
}

.content-section .scroll-item {
    position: sticky;
    top: 15%;
}

.content-section .tab-nav .tab-link {
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #3E3E3E;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.4s ease;
    display: block;
    margin-bottom: 10px;
}

.content-section .tab-nav .tab-link:hover,
.content-section .tab-nav .tab-link.active {
    background: var(--bluedark);
    border-color: var(--bluedark);
    color: #fff !important;
}

.content-section .rightside-content {
    padding-left: 70px;
}

.content-section .rightside-content .tab-content {
    padding-top: 75px;
}

.content-section .rightside-content .tab-content:first-child {
    padding-top: 0;
}

.content-section .rightside-content .tab-content h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--font-color-3F);
}

.content-section .rightside-content .tab-content h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #2C3145;
    margin-bottom: 15px;
}

.content-section .rightside-content .tab-content h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #2C3145;
    margin-bottom: 15px;
}

.content-section .rightside-content .tab-content h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #2C3145;
    margin-bottom: 15px;
}

.content-section .rightside-content .tab-content h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--pink);
    margin-bottom: 15px;
}

.content-section .rightside-content .tab-content p strong,
.content-section .rightside-content .tab-content p b {
    font-weight: 700 !important;
}

.content-section .rightside-content .tab-content ul {
    padding: 15px 0;
    column-count: 1;
}

.content-section .rightside-content .tab-content ul li {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    display: block;
    line-height: 32px;
    color: #000;
}

.content-section .rightside-content .tab-content ul li strong,
.content-section .rightside-content .tab-content ul li b {
    font-weight: 700 !important;
}

.content-section .rightside-content .tab-content ul li::before {
    background-image: url('/wp-content/themes/sattvafertility/library/assets/css/../img/icon/arrow-right-circle.svg');
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 16px;
    height: 18px;
    background-size: cover;
    background-position: center;
    opacity: 1;
}

.content-section .rightside-content p,
.content-section .rightside-content p span {
    margin-bottom: 10px;
}


/*end more-content */


/* -----------------About Us Page---------------- */

.about-us-banner .background {
    background-image: url(https://sattvafertility.knowyourright.net/wp-content/uploads/2024/06/Sattava-about.png);
}

.overview {
    padding: 80px 0 0 0;
}

.overview .card {
    width: 140px;
    padding: 10px 0;
}

.overview .card .icon {
    width: 50px;
    height: 50px;
    background-color: #E9ECF2;
    border-radius: 100%;
    margin: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.overview .card .icon img {
    width: 30px;
    height: 30px;
}

.overview .card h5 {
    font-weight: 700;
    margin-top: 10px;
    font-size: 22px;
    line-height: 24px;
}

.overview .card p {
    font-weight: 500;
    line-height: 1;
    font-size: 12px;
}

.overview h3 {
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.overview ul {
    column-count: 2;
}

.page-template-Gynecologist-in-Bangalore .overview ul {
    column-count: 1;

}

.overview ul li {
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.overview ul li::after {
    background-image: url('/wp-content/themes/sattvafertility/library/assets/css/../img/icon/arrow.svg');
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    background-size: cover;
    background-position: center;
    opacity: 1;
}

.overview .image {
    height: 460px;
    width: 95%;
}

.overview .image img {
    margin: auto;
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}

.overview .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -40px;
    z-index: 1111;
    position: relative;
}

.overview .banner-stats {
    background-color: var(--bluedark);
    padding: 20px 0;
    margin-top: 60px;
}

.overview .banner-stats h5 {
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
}

.overview .banner-stats i {
    color: #FFD600;
}

.overview .banner-stats p {
    color: #F5F5F5;
    line-height: 10px;
    margin-top: 4px;
    font-weight: 400;
    font-size: 12px;
}

.overview .banner-stats .stats {
    position: relative;
}

.overview .banner-stats .stats img {
    width: 40px;
    height: 40px;
}

.overview .banner-stats .stats::after {
    content: "";
    background-color: #ffffff6b;
    height: 100%;
    width: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 8px;
}

.overview .banner-stats :last-child::after {
    display: none;
}

.vision-mission {
    padding: 80px 0;
    background-image: url('/wp-content/themes/sattvafertility/library/assets/css/../img/background/missionbg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.vision-mission .image {
    height: 310px;
    margin-top: 40px;
    border-radius: 10px;
}

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

.vision-mission .content {
    border-radius: 10px;
    margin-top: 20px;
    height: 120px;
    justify-content: center;
    text-align: start;
    background-color: var(--bluedark);
}

.vision-mission .content h5 {
    font-size: 40px;
    color: #fff;
    line-height: 24px;
    padding-top: 25px;
    padding-left: 20px;
}

.vision-mission .content p {
    color: #fff;
    padding-left: 20px;
    line-height: 20px;
    margin-top: 20px;
    font-size: 20px;
}

.vision-mission .list {
    margin-top: 30px;
}

.vision-mission .list img {
    width: 44px;
    height: 48px;
    margin-right: 20px;
}

.vision-mission .list h6 {
    margin-bottom: 0;
    font-weight: 600;
}

.vision-mission .list p {
    font-size: 12px;
    color: #5E6271;
}

.branch-section {
    padding: 80px 0;
    background-image: url('/wp-content/themes/sattvafertility/library/assets/css/../img/background/branchbg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.branch-section h5 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
}

.branch-section ul li a {
    font-weight: 500;
}

.branch-section ul {
    margin: 20px 0;
}

.branch-section ul li {
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    padding-bottom: 10px;
    color: #555555;
}

.branch-section ul li i {
    padding-right: 6px;
    font-size: 20px;
    color: purple;
}

.branch-section .default-btn {
    margin: auto;
    width: max-content;
    border-radius: 100px;
    padding-left: 40px;
    padding-right: 40px;
    align-items: center;
    display: flex;
}

.branch-section .default-btn i {
    font-size: 20px;
}

.branch-section .branch {
    background-color: #ffffff6b;
    box-shadow: 0px 8px 24px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 60px 0;
}

.branch-section .image {
    height: 330px;
    border-radius: 10px;
    overflow: hidden;
}

.branch-section .image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.branch-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -40px;
    z-index: 1;
    position: absolute;
    /* top: 460px; */
    left: 0;
    right: 0;
    bottom: 0;
}


/* -----------------About Us Page---------------- */


/* Appointment Popup */

.popup-header {
    background-color: #FFF8FF;
    border-radius: 20px;
    margin: 20px;
}

.popup-header h3 {
    color: var(--bluedark);
    font-size: 30px;
    font-weight: 700;
}

.popup-content .wpcf7-not-valid-tip {
    position: absolute;
    left: -35px;
    top: 44px;
}

.popup-content {
    /* padding: 150px 0 100px; */
    background: url('/wp-content/themes/sattvafertility/library/assets/css/../img/background/make-unique.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ddd;
}

.popup-header img {
    width: 50%;
    margin-bottom: -15px;
}

.modal {
    z-index: 11111111112;
}

#staticBackdroppp .popup-header img {
    width: 80%;
}

#staticBackdroppp .modal-content {
    width: 80%;
    margin: auto;
}

#staticBackdroppp .popup-header h3 {
    font-size: 26px;
}



.appoitment-modal {
    & .input-group p {
        height: 50px;
        width: 100%;
        display: flex;
    }

    & .get-in-touch ul li a span i {
        color: #FBB204;
    }

    & .form-control:focus {
        box-shadow: none;
        border-color: #dbdfe4;
    }

    & .default-btn {
        border-radius: 50px;
        margin: auto;
    }

    & .form-heading h4 {
        color: var(--pink);
        font-weight: 700;
        line-height: 24px;
    }

    & .form-heading p {
        font-size: 16px;
        font-weight: 500;
    }

    & .form-heading {
        margin-bottom: 10px;
    }

    & label {
        font-weight: 600;
        margin-bottom: 5px;
    }

    & .form-control {
        border-left: 0;
        border-radius: 0;
        height: 50px;
    }

    & .wpcf7-form-control-wrap {
        width: 85%;
    }

    & .input-group textarea {
        height: 100px;
        width: 100%;
    }

    & .input-group-text {
        border-right: 0;
        border-radius: 0;
        background-color: #fff;
        width: 15%;
        align-items: center;
        justify-content: center;
        text-align: center;
        display: flex;
    }

    & .text-area {
        height: 100px !important;
    }

    & .form-appointment .btn-page {
        margin: auto;
    }

    & .modal-body {
        padding: 0;
    }

    & .modal-content {
        border: none;
    }

    & .appointment-img {
        position: relative;
    }

    & .appointment-img img {
        width: 100%;
        object-fit: cover;
        border-radius: 6px 0 0 0;
    }

    & .appointment-img h3 {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: -50px;
        font-size: 30px;
        font-weight: 600;
        vertical-align: middle;
        margin: auto;
        display: inline-block;
    }

    & .btn {
        position: absolute;
        right: 30px;
        top: 0;
        padding: 10px;
        border-radius: 50%;
        box-shadow: none;

        & i {
            font-size: 20px;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            height: 30px;
            width: 30px;
            vertical-align: middle;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.1);
        }

        &:focus {
            border: none;
        }
    }

    & .contact-form .col-6 {
        width: 100%;
    }

    & .call-btn {
        display: none;
    }

    & .confirm-btn {
        width: 100%;
        margin: 0 !important;
    }

    & .wpcf7 form .wpcf7-response-output {
        padding: 0;
        margin: 10px 0 0 0;
        border: none;
    }

    & .get-in-touch.getintouch-wt {
        padding: 0 10px;
    }

    & .get-in-touch.getintouch-wt .infoDetails {
        flex-wrap: wrap;
    }

    & .get-in-touch ul li {
        display: flex;
        justify-content: center;
        border: none;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 20px;
        width: 50%;
        gap: 10px;
        background: #fff;
        border: 1px solid #eee;
    }

    & .contact-form-box {
        padding: 18px;
    }

    & .get-in-touch ul li .images img {
        width: 30px;
    }

    & .get-in-touch ul li a span:first-child {
        font-weight: 600;
        color: #000;
    }

    & .get-in-touch ul li a span:last-child {
        color: #868686;
    }

    & .get-in-touch ul li a {
        display: grid;
    }
}

.whatsapp-icon .btn-whatsapp-pulse {
    z-index: 111;
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 30px;
    left: 50px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.whatsapp-icon .btn-whatsapp-puls:hover {
    color: #ffff;
}

.branch-banner {
    position: relative;
}

.branch-banner .banner-image {
    width: 100%;
    height: auto;
    padding: 60px 0 120px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.branch-banner .content-inner {
    text-align: center;
}

.branch-banner .content-inner .title {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--purple);
    font-size: 16px;
}

.branch-banner .content-inner h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--font-color-3);
}

.branch-banner .content-inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.branch-banner .content-inner ul li {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    max-width: 200px;
}

.branch-banner .content-inner ul li img {
    width: 54px;
    height: 54px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

.branch-banner .content-inner ul li h6 {
    font-size: 14px;
    font-weight: 600;
    color: var(--purple);
    margin: 0;
}

.branch-banner .banner-appointment {
    position: absolute;
    bottom: -70px;
    top: inherit;
}

.wpcf7-spinner {
    position: absolute !important;
    right: 0;
    top: 0;
}

.page-template-ivf-treatment-in-bengaluru .wpcf7-spinner::before {
    display: none;
}

.page-template-ivf-treatment-in-bengaluru .wpcf7-spinner {
    width: 100vw;
    height: 100vw;
    border-radius: 0;
}

.page-template-ivf-treatment-in-bengaluru .appoint-area .wpcf7-spinner {
    width: 100vw !important;
    height: 100vw !important;
}


.page-template-ivf-treatment-in-bengaluru .wpcf7-spinner {
    width: 100%;
    margin: auto;
    height: 100%;
    border-radius: 0;

    &::after {
        content: '';
        z-index: 111111111111111111;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -30px;
        margin-left: -30px;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        border: 5px solid grey;
        border-top-color: black;
        animation: loading 2s linear infinite;
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.branch-whychoose {
    background-color: var(--offWhite);
    width: 100%;
    padding: 60px 0;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.branch-whychoose .section-heading {
    margin-bottom: 20px;
}

.branch-whychoose ul {
    column-count: 2;
}

.branch-whychoose li {
    padding-left: 30px;
    line-height: 2;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--heading-5);
    position: relative;
}

.branch-whychoose li {
    position: relative;
}

.branch-whychoose li::before {
    content: "\f114";
    font-family: "feather-icons";
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-style: normal;
    speak: none;
    color: var(--pink);
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.branch-whychoose .image {
    height: 350px;
}

.branch-whychoose .image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.vist-now {
    background-color: #c9eafd40;
    padding: 80px 0;
}

.vist-now>div {
    background-color: transparent;
    border: 0;
}

.vist-now h4 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--font-color-3F);
}

.vist-now h5 {
    color: var(--purple);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}


/* branch-seo-content */

.branch-seo-content {
    padding: 50px 0;
    position: relative;
}

.branch-seo-content .container-fluid {
    padding: 0px !important;
}

.branch-seo-content .entraordinary-outer {
    width: 100%;
    height: auto;
    padding: 60px 20px 40px 20px;
    background-image: url('/wp-content/themes/sattvafertility/library/assets/css/../images/extraordinary-services.jpg');
    background-position: left center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    overflow: hidden;
}

.branch-seo-content .inner-content h6 {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-transform: capitalize;
}

.branch-seo-content .inner-content h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #2C3145;
}

.branch-seo-content .inner-content p {
    margin-top: 10px;
}

.branch-seo-content .inner-content .list-item {
    margin-top: 20px;
}

.branch-seo-content .inner-content .list-item {
    padding: 0 !important;
    position: relative;
    margin-bottom: 12px;
}

.branch-seo-content .inner-content .list-item .card-icon {
    position: relative;
    margin-bottom: 30px;
    align-items: center;
    display: flex;
}

.branch-seo-content .inner-content .list-item .icon {
    position: absolute;
    left: 10px;
    top: 0;
    width: 55px;
    height: 55px;
    background: var(--pink);
    border-radius: 100px;
    border: 1px solid #d9d9d9;
    padding: 12px;
}

.branch-seo-content .inner-content .list-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.branch-seo-content .inner-content .list-item .item-content {
    padding-left: 70px;
}

.branch-seo-content .inner-content .list-item .item-content h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #333;
}

.branch-seo-content .inner-content .list-item.item-content p {
    margin: 0;
}

.success-rate .doctor-image {
    height: 350px;
    width: 80%;
}

.success-rate .doctor-image::before {
    background-color: var(--offWhite);
}

.about-doctor {
    background-color: #fff5ff;
    padding: 80px 0;
}

.about-doctor .doctor-details h6 {
    color: var(--purple);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}

.about-doctor .doctor-details h5 {
    font-weight: 600;
}

.about-doctor .doctor-details h3,
.about-doctor .doctor-details h1 {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--font-color-3F);
}

.about-doctor .doctor-image {
    border-radius: 100%;
    overflow: hidden;
    height: 260px;
    width: 260px;
    border: 5px solid #fff;
}

.about-doctor .contact-details .list {
    margin-bottom: 15px;
}

.about-doctor .contact-details a i {
    font-size: 25px;
}

.about-doctor .contact-details a span {
    font-size: 16px;
    font-weight: 600;
}

.doctor-education {
    padding: 80px 0;
}

.doctor-education .tab-nav {
    flex-wrap: wrap;
}

.doctor-education .tab-nav a {
    width: 100%;
    padding: 15px 20px;
    background: rgba(217, 217, 217, 0.30);
    margin: 10px 0;
}

.doctor-education .tab-nav a.active h6 {
    color: #fff;
}

.doctor-education .tab-nav a.active {
    background-color: var(--bluedark);
}

.doctor-education .scroll-item {
    position: sticky;
    top: 15%;
}

.doctor-education h4 {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--font-color-3F);
}

.doctor-education h6 {
    margin-bottom: 0;
}

.doctor-education ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-weight: 500;
}

.doctor-education ul li::before {
    background-image: url('/wp-content/themes/sattvafertility/library/assets/css/../img/icon/arrow-right-circle.svg');
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 18px;
    background-size: cover;
    background-position: center;
    opacity: 1;
}

.doctor-education .tab-content {
    padding-top: 60px;
}

.doctor-education .tab-content:first-child {
    padding-top: 0;
}

.doctor-education .tab-content b,
.doctor-education .tab-content strong {
    font-weight: 700 !important;
}

.doctor-education .tab-content h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
}

#chat-bot-launcher-container.chat-bot-avatar-launcher,
#chat-bot-launcher-container.chat-bot-launcher-notext {
    right: 60px;
    bottom: 40px !important;
}

.error-section {
    position: relative;
    padding: 60px 0 60px;
    background: azure;
}

.error-section .content {
    position: relative;
    text-align: center
}

.error-section h1 {
    position: relative;
    font-size: 200px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px
}

.error-section .default-btn {
    width: max-content;
    margin: auto;
    margin-top: 30px;
}

.error-section h2 {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px
}


/* ivf Treatment Bengaluru */
.page-template-ivf-treatment-in-bengaluru .contact-from {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
}



.page-template-ivf-treatment-in-bengaluru input,
button,
select,
optgroup,
textarea,
.form-control {
    padding: 15px 10px;
}

.page-template-ivf-treatment-in-bengaluru .default-btn {
    padding: 10px 20px;
}

#staticBackdroppp .popup-header {
    background-color: #fce5f2;

}

.status-items .items {
    display: flex;
    gap: 15px;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
}

.page-template-main-ivf-treatment-in-bengaluru .status-items .items {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.status-items .items .icon {
    width: 30px;
    background: #f1f0f6;
    border-radius: 50%;
    height: 30px;
}

.status-items .items .icon img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(43%) saturate(4937%) hue-rotate(275deg) brightness(97%) contrast(96%);
}

.status-items .items .title {
    text-align: center;
}

.page-template-ivf-treatment-in-bengaluru .background {
    padding: 100px 0;
}

.page-template-ivf-treatment-in-bengaluru .treatment-banner .section-heading h1 {
    line-height: 60px;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--font-color-3F);
}

.page-template-ivf-treatment-in-bengaluru .treatment-banner .section-heading h1 span {
    font-size: 36px;
}

.page-template-ivf-treatment-in-bengaluru .treatment-banner h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}

.page-template-ivf-treatment-in-bengaluru .treatment-banner .section-heading h2 span {
    font-size: 30px;
}

.content-box h6,
.content-box h5 {
    color: var(--purple);
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
}

.content-box h3 {
    font-weight: 800;
    color: #333;
}

.content-box h1,
.content-box h2 {
    font-weight: 700;
    color: #333;
    font-size: 30px;
}

.content-box p {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    line-height: 30px;
    margin-bottom: 8px;
}

.page-template-ivf-treatment-in-bengaluru .appoint-area {
    padding: 60px 0;
}

.page-template-ivf-treatment-in-bengaluru .appoint-area .content-box h3 {
    font-weight: 800;
    color: var(--purple);
}

.page-template-ivf-treatment-in-bengaluru .appoint-area .content-box h4 {
    font-weight: 600;
}

.page-template-ivf-treatment-in-bengaluru .appoint-area .input-group p {
    width: 100%;
}

.page-template-ivf-treatment-in-bengaluru .appoint-area .input-group p input {
    border-radius: .375rem;
    height: 55px;
}

.page-template-ivf-treatment-in-bengaluru .appoint-area .appointmentBtn {
    height: 55px !important;
    padding: 10px 20px;
}

.page-template-ivf-treatment-in-bengaluru .appoint-area .appoint-btn p {
    width: 100%;
    height: 100%;
}

.page-template-ivf-treatment-in-bengaluru .treat-about {
    padding: 100px 0;
}

.page-template-ivf-treatment-in-bengaluru .treat-about .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* thank-you page */
.page-template-thank-you .submitting-section h1 {
    line-height: 1.5;
    font-weight: 500;
    font-size: 28px;
}

.call-button a {
    font-size: 16px;
    font-weight: 500;
    margin: 6px 0;
}

.call-button a span {
    color: var(--bluedark);
}

.page-template-thank-you .submitting-section img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.page-template-thank-you .box {
    background: #f2f2f2;
    padding: 20px 40px;
    border-radius: 6px;
    height: 200px;
}

.page-template-thank-you .footer-social-link h6 {
    margin-bottom: 5px;
    color: var(--pink);
}

.page-template-thank-you .box .default-btn {
    margin: auto;
    width: max-content;
    margin-top: 10px;
    height: 40px;
}

.page-template-thank-you .box {
    font-size: 14px;
}

/* whyclinic */

.page-template-ivf-treatment-in-bengaluru .why-clinic {
    padding: 100px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.page-template-ivf-treatment-in-bengaluru .why-clinic .content-box h3 {
    color: var(--purple);
}

.page-template-ivf-treatment-in-bengaluru .why-clinic .why-items ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.page-template-ivf-treatment-in-bengaluru .why-clinic .why-items ul li {
    padding: 10px;
    text-align: center;
    background: #ffffff;
    color: var(--font-color-4F);
    font-size: 14px;
    font-weight: 600;
    border-radius: 50%;
    height: 154px;
    width: 154px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
    border: 1px solid #ddd;
}

.page-template-ivf-treatment-in-bengaluru .why-clinic .why-items ul li::before {
    content: "\ea41";
    font-family: boxicons !important;
    font-weight: 400;
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    margin: auto;
    background: var(--pink);
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 900;
}

.page-template-ivf-treatment-in-bengaluru .ivf-process .list .icon img {
    width: 40px;
    height: 40px;
    filter: brightness(10) contrast(100);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6259%) hue-rotate(335deg) brightness(98%) contrast(110%);
}

.page-template-ivf-treatment-in-bengaluru .founder-section .message::after {
    bottom: 14px;
    right: -60px;
}

.page-template-ivf-treatment-in-bengaluru .about-ivf h3 {
    color: var(--purple);
}

.page-template-ivf-treatment-in-bengaluru .about-ivf h6 {
    font-size: 16px;
    font-weight: 700;
    color: var(--font-color-3F);
    margin-bottom: 10px;
}

.page-template-ivf-treatment-in-bengaluru .about-ivf .card img {
    width: 60px;
    margin: auto;
    margin-bottom: 10px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(40%) saturate(0%) hue-rotate(277deg) brightness(94%) contrast(86%);
}

.page-template-ivf-treatment-in-bengaluru .about-ivf .card {
    height: 100%;
    padding: 20px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    border: 0;
    border-radius: 15px;
    text-align: center;
}

.page-template-ivf-treatment-in-bengaluru .content-section {
    padding: 100px 0;
}

.submitting-section {
    text-align: center;
    padding: 40px 0
}

.submitting-section h1 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px
}

.submitting-section img {
    width: 300px;
    height: 300px;
    margin: auto
}

.mobile-treatment-banner {
    display: none;
}

.success-rate-sec {
    padding: 100px 0 0;
}


.treat-unique {
    padding: 80px 0;
}


.page-template-treatment-II .symptoms-section {
    background-color: rgb(245 1 113 / 5%);
}

.page-template-treatment-II .symptom-box {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 84, 149, 0.08);
    padding: 16px;
    transition: all 0.3s ease-in-out;
    border-top: 4px solid var(--bluedark);
}

.page-template-treatment-II .symptom-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 24px rgba(0, 84, 149, 0.15);
}

.page-template-treatment-II .symptom-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    filter: brightness(0) saturate(100%) invert(40%) sepia(64%) saturate(7015%) hue-rotate(322deg) brightness(95%) contrast(97%);
}

.page-template-treatment-II .symptoms-section h2 {
    font-size: 2rem;
    color: #005495;
}

.page-template-treatment-II .symptoms-section p {
    font-size: 0.9rem;
    line-height: normal;
    margin-bottom: 0;
}

.page-template-treatment-II .symptoms-section .symptom-box h5 {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 0px;
}

.cta-banner {
    background-color: rgb(245 1 113 / 5%);
    border: 1px solid #eee;
}


.page-template-treatment-II .make-unique .unique-card .icon img {
    width: 60%;
    filter: brightness(0) saturate(100%) invert(16%) sepia(38%) saturate(3082%) hue-rotate(239deg) brightness(85%) contrast(132%);
}



.page-template-treatment-II .unique-card {
    background: #fff;
    padding: 24px 20px;
    border-radius: 16px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.35s ease;
    height: 100%;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.page-template-treatment-II .unique-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.12);
    border-color: #ddd;
    z-index: 2;
}

/* Icon animation */
.page-template-treatment-II .unique-card:hover .icon {
    transform: translateY(-5px) scale(1.1);
    transition: transform 0.3s ease-in-out;
}

/* Optional: Add background gradient on hover */
.page-template-treatment-II .unique-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(250, 121, 103, 0.05), rgba(84, 124, 191, 0.08));
    opacity: 0;
    z-index: 0;
    transition: opacity 0.3s ease;
    border-radius: 16px;
}

.page-template-treatment-II .unique-card:hover::before {
    opacity: 1;
}

/* Keep content above background */
.page-template-treatment-II .unique-card .content,
.page-template-treatment-II .unique-card .icon {
    position: relative;
    z-index: 1;
}


.page-template-treatment-II .make-unique .unique-card {
    flex-direction: column;
}

.page-template-Gynecologist-in-Bangalore .overview h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
}

.page-template-Gynecologist-in-Bangalore .overview .image {
    height: 200px;
    width: 100%;
    cursor: pointer;
}

.page-template-Gynecologist-in-Bangalore .ivf-process .list p {
    width: 100%;
    line-height: 2;
}


.page-template-Gynecologist-in-Bangalore .ivf-process .list h5 {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 6px;
    color: var(--bluedark);
}

.page-template-Gynecologist-in-Bangalore .ivf-process .list {
    padding: 20px;
    border-radius: 15px;
    border-bottom: 3px solid var(--bluedark);
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
}

.page-template-Gynecologist-in-Bangalore .overview {
    padding-bottom: 60px;
}

.page-template-Gynecologist-in-Bangalore .ivf-process {
    background-color: #f1ebff;
}

.page-template-Gynecologist-in-Bangalore .make-unique .unique-card .content h5 {
    font-size: 18px;
    margin-bottom: 6px;
    color: var(--bluedark);
}

.page-template-Gynecologist-in-Bangalore .make-unique .unique-card {
    position: relative;
    padding-top: 60px;
}

.page-template-Gynecologist-in-Bangalore .make-unique .unique-card .icon {
    margin-bottom: 8px;
    width: 90px;
    margin: auto;
    height: 90px;
    box-shadow: 1px 1px 8px 6px #00000012;
    border-radius: 100px;
    justify-content: center;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
    background-color: #fff;
}

.page-template-Gynecologist-in-Bangalore .make-unique .col {
    margin-bottom: 90px;
}

.page-template-Gynecologist-in-Bangalore .make-unique {
    padding-top: 100px;
    padding-bottom: 20px;
}

.page-template-Gynecologist-in-Bangalore .why-ivf .card {
    border-radius: 0px 0 20px 20px;
    border: 0;
    border-bottom: 4px solid #200468;
    height: 570px;

}

.page-template-Gynecologist-in-Bangalore .why-ivf .card h6 {
    color: var(--bluedark);
}


.page-template-Gynecologist-in-Bangalore .why-ivf {
    background: linear-gradient(102deg, rgb(182 197 222 / 38%) 0%, rgb(250 245 245 / 83%) 76%);
}

.page-template-Gynecologist-in-Bangalore .section-heading {
    margin-bottom: 30px !important;
}

.page-template-Gynecologist-in-Bangalore .center-info {
    padding: 100px 0;
}

.page-template-Gynecologist-in-Bangalore .make-unique .section-heading h2 {
    margin-bottom: 10px;
}

.page-template-Gynecologist-in-Bangalore .center-info .heading {
    margin-bottom: 10px;
}

.page-template-Gynecologist-in-Bangalore .center-info p {
    margin-bottom: 0;
}

.page-template-Gynecologist-in-Bangalore .testimonials {
    background: #f1518b14;
}

.page-template-Gynecologist-in-Bangalore .overview .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
    z-index: 1111;
    position: relative;
}

.page-template-Gynecologist-in-Bangalore .ivf-process .image img {
    width: 100%;
}

.page-template-Gynecologist-in-Bangalore .ivf-process .image {
    height: 250px;
    margin-bottom: 20px;
}

.page-template-Gynecologist-in-Bangalore .ivf-process .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page-template-Gynecologist-in-Bangalore .list p .read-more {
    color: var(--pink);
    font-weight: 600;
    cursor: pointer;
}

.unique-card .content .read-more {
    color: var(--pink);
    cursor: pointer;
}

.page-template-Gynecologist-in-Bangalore .why-ivf .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-Gynecologist-in-Bangalore .why-ivf .card .icon {
    border-radius: 20px;
    height: 220px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    margin-bottom: 10px;
}



.condition-pitch.digestive {
    margin-top: 50px;
}

.condition-pitch.digestive .container {
    position: relative;
    background-color: var(--bluedark);
}

.condition-pitch.digestive .container .default-btn {
    background-color: var(--pink);
    color: #fff;
}

.condition-pitch.digestive .container .default-btn span {
    color: #fff;
}

.condition-pitch.digestive .container .section-heading {
    margin-bottom: 0 !important;
}

.condition-pitch.digestive .pitch-image img {
    width: 230px;
    position: absolute;
    bottom: 0;
    left: 50px;
    transform: scaleX(-1);
}

.condition-pitch.digestive .pitch-image .call {
    background-color: #1E5799;
}

.condition-pitch.digestive .btn-1 {
    margin-top: 20px;
}

.condition-pitch.digestive h3 {
    color: #fff;
}

.condition-pitch.digestive .container .countGoogle {
    border-radius: 6px;
    padding: 7px 15px;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    background: #fff;
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
}

.condition-pitch.digestive .container .call {
    background-color: #1E6699;
    border: 1px solid #fff;
}

.condition-pitch.digestive .container .call:hover {
    background-color: #FB6B00;
    color: #fff;
    border: 1px solid #FB6B00;
}

.page-template-landing-page .btn-page:hover {
    background-color: #1E6699;
    color: #fff !important;
    border: 1px solid #FFF;
}

.condition-pitch.digestive .container .countGoogle h4 {
    padding-left: 10px;
    border-left: 1px solid #ddd;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.condition-pitch.digestive .container .countGoogle img {
    width: 97px;
    margin-right: 5px;
}

.condition-pitch .container {
    padding: 60px 40px;
    border-radius: 15px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #333;
}

.treatment-banner .banner-img {
    height: 170px;
    width: 170px;
    border-radius: 100px;
    overflow: hidden;
}

.treatment-banner .banner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page-id-3202 .cta-banner {
    display: none;
}
.captcha-field p{
    display: flex;
    align-items: center;
}
.captcha-field p img{
    width: auto;
}