:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
}

ul ul {
    margin-bottom: 0;
}

b {
    font-weight: bolder;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}
figure {
    margin: 0 0 1rem;
}

img {
    border-style: none;
}

img,
svg {
    vertical-align: middle;
}

svg {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

.h4,
.h5,
h1,
h2,
h3,
h4 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

.h4,
h4 {
    font-size: 1.5rem;
}

.h5 {
    font-size: 1.25rem;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-12,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-md-4,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-10 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}



.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}
.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}


.d-none {
    display: none !important
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-2 {
    margin-top: .5rem !important
}

.ml-auto {
    margin-left: auto !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    .container,
    body {
        min-width: 992px !important;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

h1,
h2,
h3,
h4,
ul {
    margin: 0;
    padding: 0;
}



a {
    transition: color .5s linear;
}

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

.jvalidation .form-label-group .form-ctrl:focus,
:focus,
a:focus,
button:focus {
    outline: 0;
}

ul li {
    list-style: none;
}

b {
    font-weight: 700;
}

.menu.mene-ul.show,
.menu.sub-menu-l2 li {
    display: block;
}

.flex,
.footer ul.social,
.jvalidation .mobile-combo,
.share-box .share-bubble .social,
.sub-header .menu-sub {
    display: -ms-flexbox;
    display: flex;
}

.CTR,
.awards-slick .item,
.image-card .card-info {
    text-align: center;
}

.PR,
.footer .container,
.header .menu>li>a,
.home-banner .banner-wrapper,
.main-menu>li {
    position: relative;
}

.disN,
.header .mobIcon {
    display: none;
}

.btn-box .btn-blue1,
.play,
.share-box,
.slick-dots li {
    display: inline-block;
}

.PA0,
.sec2d .table-responsive.tbl-data {
    padding: 0;
}

.main-menu>li>.mene-ul>li>ul>li {
    padding-left: 20px;
}

.MR15 {
    margin-right: 15px;
}

.MR20,
.share-box .share-bubble .social li {
    margin-right: 20px;
}

.ML10 {
    margin-left: 10px;
}

.ML20 {
    margin-left: 20px;
}

.sub-header .menu-sub li {
    margin-left: 30px;
}

.MT10,
.awards-slick .item figure figcaption,
.team-card .btn-box .btn-blue1 {
    margin-top: 10px
}

.MT20 {
    margin-top: 20px;
}

.MT30 {
    margin-top: 30px;
}

.MT40 {
    margin-top: 40px;
}

.MT50 {
    margin-top: 50px;
}

.footer ul li,
.jvalidation .form-label-group {
    margin-bottom: 10px;
}

.MB20,
.jvalidation.op1 .form-label-group {
    margin-bottom: 20px;
}

.awards-slick .item figure,
.desc,
.footer ul li:last-child,
.header .menu,
.home-banner .banner-wrapper .banner-img,
.image-card.PR figure,
.map-img,
figure.banner-img {
    margin-bottom: 0;
}
body {
    font: 400 18px Lato, sans-serif;
    color: #353535;
}

h1,
h2,
h3,
h4 {
    font-size: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
}

.hd1 {
    font-family: Work Sans, sans-serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -1.83px;
}

.hd2 {
    font: 500 40px/1.1 Work Sans, sans-serif;
    color: #353535;
    letter-spacing: -1.33px;
}

.footer,
.footer a,
.image-card.PR .card-info .hd20 {
    color: #fff;
}

.hd36 {
    font: 400 36px Work Sans, sans-serif;
    color: #b61e42;
}

.hd28 {
    font: 500 28px Work Sans, sans-serif;
    color: #fff;
}

.hd20,
.tbl-data .table th {
    font: 500 20px Work Sans, sans-serif;
    color: #b61e42;
    letter-spacing: .27px;
}

.desc {
    line-height: 26px
}

.link {
    color: #2b37ae
}

.link:hover {
    color: #b61e42
}

.btn-box .btn-blue,
.btn-box .btn-red {
    border-radius: 6px;
    color: #fff;
    font: 600 18px/1 Work Sans, sans-serif;
    letter-spacing: .25px;
    display: inline-block;
    white-space: nowrap
}

.btn-box .btn-blue1 {
    font: 600 18px Work Sans, sans-serif;
    letter-spacing: .25px
}

.about,
.faqs,
.fertility-team,
.footprint,
.stories {
    background: #fff
}

.faqs,
.stories {
    background: #fef3f7
}

.header,
.sec3,
.sec4,
.tbl-data .table tbody>tr:nth-of-type(2n) {
    background: #fff
}

.sec3 {}

.btn-box .btn-red {
    padding: 13px 20px;
    background: #b61e42;
    transition: background .3s
}

.btn-box .btn-red:hover {
    background: #2b37ae
}

.btn-box .btn-blue:hover {
    color: #2b37ae;
    background-position: 0 100%
}

.btn-box .btn-blue {
    padding: 11px 25px;
    border: 2px solid #fff;
    text-decoration: none;
    overflow: hidden;
    background: linear-gradient(90deg, #fff, #fff 50%, transparent 0);
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms
}

.btn-box .btn-blue {
    border-color: #2b37ae;
    color: #2b37ae;
    background: linear-gradient(90deg, #2b37ae, #2b37ae 50%, transparent 0);
    background-size: 200% 100%;
    background-position: 100%
}

.btn-box .btn-blue:hover {
    color: #fff !important
}

.btn-box .btn-blue1 {
    color: #2b37ae;
    padding: 0 0 5px;
    border-bottom: 2px solid #2b37ae
}

.home-banner .banner-wrapper .banner-img img,
figure.banner-img img {
    width: 100%;
    height: auto
}

.home-banner .banner-wrapper .banner-ctnt {
    position: absolute;
    width: 100%;
    top: 50%;
    bottom: auto;
    -khtml-transform: translateY(-50%);
    transform: translateY(-50%)
}

.image-card figure.PR .play {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -khtml-transform: translateX(-50%) translateY(-50%);
    z-index: 1
}

.sarrow .slick-arrow {
    border: 0;
    font-size: 0;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 1;
    top: -78px
}

.sarrow .slick-prev {
    background: url(https://www.indiraivf.com/themes/indiraivf/images/svg/left-arw.svg) no-repeat;
    right: 40px
}

.sarrow .slick-next {
    background: url(https://www.indiraivf.com/themes/indiraivf/images/svg/right-arw.svg) no-repeat;
    right: 0
}

.fertility-team .slick-slide,
.footprint .slick-slide,
.stories .slick-slide {
    margin: 0 10px
}

.fertility-team .slick-list,
.footprint .slick-list,
.stories .slick-list {
    margin: 0 -10px
}


.banner-info {
    padding: 40px;
    background: #b61e42;
    border-radius: 12px
}

.play {
    background: url(https://www.indiraivf.com/themes/indiraivf/images/svg/play.svg) no-repeat;
    width: 29px;
    height: 32px
}

.image-card figure {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 12px
}

.image-card figure img {
    width: 100%;
    height: auto;
    transition: .5s
}

.image-card figure:hover img {
    transform: scale3d(1.1, 1.1, 1)
}

.image-card figure.PR .play {
    position: absolute;
    transform: translateX(-50%) translateY(-50%)
}

.image-card .card-info .desc {
    padding: 10px 30px 20px
}

.image-card.PR {
    border-radius: 12px;
    overflow: hidden
}

.image-card.PR:hover .card-info {
    bottom: 0
}

.image-card.PR:hover .card-info .desc1 {
    opacity: 1;
    transform: translateY(0)
}

.image-card.PR .card-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
    background-image: linear-gradient(0deg, #5c081c 10%, rgba(182, 30, 66, .5) 80%, rgba(182, 30, 66, .05));
    text-align: left;
    color: #fff;
    transition: .3s
}

.image-card.PR .card-info .author {
    margin: 8px 0;
    padding-bottom: 20px
}

.image-card.PR .card-info .desc1 {
    letter-spacing: .25px;
    line-height: 26px;
    margin-bottom: 0;
    opacity: 1;
    transform: translateY(0);
    transition: .3s
}

.close,
.fertility-team.clinic .slick-slide.slick-current,
.os-animation.animated {
    opacity: 1
}

.image-card.PR .date {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50px;
    background: #ebbcc6;
    padding: 6px 20px;
    font: 500 14px/1 Work Sans, sans-serif;
    letter-spacing: .19px;
    color: #353535;
    border-radius: 0 3px 3px 0;
    margin-bottom: 0
}

.share-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px
}

.share-icon {
    padding: 5px;
    background: #2b37ae
}

.share-box {
    position: absolute;
    z-index: 1;
    top: 50px;
    right: 20px
}

.share-box .share-positon-box {
    position: absolute;
    right: -16px;
    top: -46px;
    display: none;
    min-width: 200px
}

.share-box .share-bubble {
    position: relative;
    background: #2b37ae;
    padding: 10px 24px;
    border-radius: 6px
}

.share-box .share-bubble:after {
    top: 100%;
    right: 25px;
    border: 7px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #2b37ae;
    margin-left: -7px
}

.share-box .share-bubble .social li a {
    display: block;
    font-size: 0
}

.share-box .share-bubble .social li a .icon {
    width: 15px;
    height: 15px;
    display: inherit
}

.footer ul.social li:last-child,
.share-box .share-bubble .social li:last-child {
    margin-right: 0
}
.share-box.open .share-positon-box{
    display: block;
}

.close {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    background: url(https://www.indiraivf.com/themes/indiraivf/images/svg/close1.svg) 0 0/cover no-repeat
}

.accordian .trgr {
    padding: 20px 30px;
    position: relative;
    cursor: pointer;
    font: 500 20px/1.2 Work Sans, sans-serif;
    color: #b61e42;
    letter-spacing: .27px;
    border-bottom: 1px solid rgba(53, 53, 53, .2)
}

.accordian .trgr:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 24px;
    background: url(https://www.indiraivf.com/themes/indiraivf/images/svg/plus.svg) 0 no-repeat
}

.accordian .trgr.act {
    border-bottom: 0
}

.accordian .trgr.act:before {
    background: url(https://www.indiraivf.com/themes/indiraivf/images/svg/minus.svg) 0 no-repeat
}

.accordian .tog_cont {
    background: #b61e42;
    color: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    margin-bottom: 10px;
    letter-spacing: .25px;
    line-height: 26px
}


.header .menu,
.sub-header .menu-sub {
    font-size: 13px;
    letter-spacing: .18px
}

.header,
.mobile-menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
    left: 0
}

.os-animation {
    opacity: 0
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

@keyframes wb {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    animation-name: wb
}
body {
    padding-top: 61px;
    font-family: Lato, sans-serif !important;
    font-size: 18px !important
}

.header {
    padding: 0 0 18px;
    box-shadow: 0 2px 8px 0 hsla(0, 0%, 44%, .76)
}

.header .flex {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .menu {
    display: -ms-flexbox;
    display: flex;
    line-height: 26px
}

.header .main-menu>li>a.is-active:before,
.header .menu>li>a:hover:before {
    width: 100%
}

.header .menu>li a,
.sub-header .menu-sub li a {
    color: #353535
}

.header .menu>li>a:before {
    display: block;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    bottom: -5px;
    z-index: 0;
    position: absolute;
    background: #b61e42;
    transition: .3s ease-in-out
}

.sub-header {
    background: #ebbcc6;
    margin-bottom: 18px;
    padding: 8px 0
}

.mobile-menu {
    height: 100%;
    background: #fff;
    overflow-y: scroll;
    display: none
}

.mobile-menu .logo-bx {
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.mobile-menu .logo-bx .cls {
    position: absolute;
    right: 15px;
    top: 16px
}

.mobile-menu .btn-box {
    margin: 0
}

.book-app .modal-content {
    background: #fef3f7;
    border-radius: 18px;
    border: 0
}

.book-app .modal-content .close {
    width: 12px;
    height: 12px;
    top: 25px;
    right: 25px
}

.book-app .modal-body {
    padding: 60px 50px 40px
}

.footer {
    padding: 80px 0;
    background: #b61e42;
    letter-spacing: .25px
}

.footer .container .scroll-top {
    position: absolute;
    top: -115px;
    right: 15px;
    letter-spacing: .25px;
    font-weight: 700
}

.footer .hd20 {
    color: #fff;
    margin-bottom: 20px
}

.footer .PR .clr {
    position: absolute;
    left: -40px;
    top: -3px
}

.footer span.clr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid #fff
}

.copy-right {
    background: #ebbcc6;
    padding: 18px 0
}

.jvalidation.op1 .form-label-group .form-ctrl {
    border-color: #353535;
    color: #353535
}

.jvalidation.op1 .form-label-group .form-ctrl::-webkit-input-placeholder {
    color: #353535
}

.jvalidation.op1 .form-label-group .form-ctrl:-ms-input-placeholder {
    color: #353535
}

.jvalidation.op1 .form-label-group .form-ctrl.nselect {
    background-image: url(https://www.indiraivf.com/themes/indiraivf/images/svg/down1.svg)
}

.jvalidation.op1 .btn-box.op1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.jvalidation .form-label-group .form-ctrl {
    border: 2px solid #fff;
    width: 100%;
    border-radius: 6px;
    background: 0 0;
    font: 500 15px/16px Work Sans, sans-serif;
    padding: 10px 20px;
    color: #fff;
    letter-spacing: .2px;
    min-height: 42px
}

.jvalidation .form-label-group .form-ctrl::-webkit-input-placeholder {
    color: #fff
}

.jvalidation .form-label-group .form-ctrl:-ms-input-placeholder {
    color: #fff
}

.jvalidation .form-label-group .form-ctrl.nselect {
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://www.indiraivf.com/themes/indiraivf/images/svg/down.svg) 97% no-repeat
}

.jvalidation .form-label-group .form-ctrl.nselect::-ms-expand {
    display: none
}

.jvalidation .form-label-group .form-ctrl.nselect.p1 {
    background-position: 92%
}

.jvalidation .form-label-group .form-ctrl.nselect option,
.tbl-data .table {
    color: #353535
}

.jvalidation .mobile-combo .w25 {
    width: 24%
}

.jvalidation .mobile-combo .w25 .nselect {
    border-radius: 6px 0 0 6px;
    border-right: 0;
    background-position: 84%;
    min-height: 42px
}

.jvalidation .mobile-combo .w75 {
    width: 76%
}

.jvalidation .mobile-combo .w75 .form-ctrl {
    border-radius: 0 6px 6px 0
}

.link,
.link:hover {
    text-decoration: underline
}

.about .row {
    -ms-flex-align: center;
    align-items: center
}

.about .line {
    border-left: 2px solid #b61e42;
    padding: 20px 0 20px 4vw;
    min-height: 100px
}

.footprint .hd36 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.stories .image-card .card-info .desc {
    padding: 0 30px
}

.menu-heading,
.menu.mene-ul li>a:hover:before {
    display: none
}

.map-img img {
    width: 100%;
    height: auto;
    border-radius: 12px
}

.awards-listing .list-awards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4rem
}

.awards-listing .list-awards li {
    width: 33%;
    text-align: center;
    margin-bottom: 20px
}

.awards-listing .list-awards li a {
    display: inline-block;
    padding: 40px 30px 30px;
    position: relative;
    cursor: url(https://www.indiraivf.com/themes/indiraivf/images/svg/zoom1.svg), auto
}

.awards-listing .list-awards li a figure {
    margin-bottom: 24px
}

.awards-listing .list-awards li a .hd20 {
    line-height: 1.3
}

.awards-listing .list-awards li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .6);
    opacity: 0;
    transition: .3s;
    content: none;
}

.awards-listing .list-awards li a:hover:after {
    opacity: .5;
}

.team-card {
    background: #fef3f7;
    text-align: center;
    padding: 0 30px 30px;
    border-radius: 12px;
}

.team-card figure img {
    width: 100%;
    border-radius: 0 0 12px 12px;
}

.team-card .card-info .f14w {
    margin: 5px 0 8px;
}

.team-card .btn-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.loc-geo {
    background: url(https://www.indiraivf.com/themes/indiraivf/images/svg/geotag.svg) no-repeat;
    width: 11px;
    height: 13px;
    display: inline-block;
}

.fertility-team .sarrow .slick-arrow {
    top: -106px;
}

.fertility-listing.awards-listing .list-awards.opt1 li .loc {
    margin: 8px 0 20px;
}

.fertility-listing.awards-listing .list-awards,
.list-cards {
    margin-left: -8px;
    margin-right: -8px;
}

.list-cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
}

.f12 {
    font-size: 12px
}

.sec2d {
    padding: 100px 0
}


.menu.sub-menu-l1>li>a {
    font-family: Work Sans, sans-serif;
    font-size: 15px
}

.footer .container .scroll-top {
    color: #353535 !important
}

.fertility-listing.awards-listing .list-awards li {
    -ms-flex: 0 0 23.1%;
    flex: 0 0 23.1%;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px
}

.fertility-listing.awards-listing .list-awards li a {
    display: inherit;
    padding: 11px 25px;
    cursor: pointer
}

.fertility-listing.awards-listing .list-awards li a:after {
    box-shadow: none
}

.fertility-listing.awards-listing .list-awards .team-card .btn-box .btn-blue1 {
    margin-top: 10px;
    padding: 7px 0
}



.tbl-data {
    padding: 20px;
    background: #fef3f7;
    border-radius: 12px;
    margin-top: 40px
}

.tbl-data .table td,
.tbl-data .table th {
    border-color: #c1c1c1;
    border-right: 1px solid #c1c1c1;
    padding: 15px 5%
}

.tbl-data .table td:last-child,
.tbl-data .table th:last-child {
    border-right: 0
}


.home-banner .banner-info h1.hd1 {
    font-weight: 400
}

.fform #callBackForm1 button[type=submit] {
    text-decoration: none !important
}

#bookAppointmentModal a {
    text-decoration: underline !important
}

#bookAppointmentModal a,
#bookAppointmentModal p {
    color: #000 !important
}

.share-bubble ul.social {
    margin-bottom: 0 !important
}

.footer ul.social li {
    margin-right: 8px
}

.awards-listing .list-awards img.lozad {
    width: 100% !important;
    max-width: 100% !important;
    height: auto
}

section.fertility-team .team-card .card-info .hd20+p {
    min-height: 28px
}

.tbl-data .table th {
    border-top: 0;
    text-align: center;
    border-bottom-width: 1px;
    background: #b61e42;
    color: #fff;
    padding: 25px 30px
}

.sec2d .table-responsive.tbl-data .table td,
.sec2d .table-responsive.tbl-data .table th,
.table th {
    border-top: 0
}

.author,
.f14w {
    font: italic 500 14px/1 Work Sans, sans-serif;
    letter-spacing: .19px
}

.main-menu>li:nth-child(2)>.mene-ul li a {
    background-image: none
}

.menu.sub-menu-l1 {
    display: block;
    position: absolute;
    top: 45px;
    background: #fff;
    padding: 50px
}

.menu.sub-menu-l1 li>a {
    width: 220px;
    display: inline-block
}

.menu.sub-menu-l2 li a {
    width: auto
}

.header .menu>li {
    margin: 0 10px;
    display: flex
}

.menu.mene-ul {
    display: none;
    width: 560px
}

.menu.sub-menu-l1>li>a {
    font-weight: 500;
    z-index: 9;
    width: 100%;
    background: url(https://www.indiraivf.com/themes/indiraivf/images/svg/rt-arw.svg) 90% no-repeat;
    display: block
}

.header .main-menu>li>.mene-ul>li {
    margin-bottom: 10px;
    width: 48%;
    border-right: 0
}

.main-menu>li>.menu-heading {
    position: fixed;
    top: 130px;
    left: 110px;
    padding: 0 20px;
    z-index: 999;
    white-space: nowrap;
    font: 500 20px Work Sans, sans-serif;
    color: #b61e42;
    letter-spacing: .27px
}

.main-menu>li>.mene-ul {
    border-radius: 0 0 20px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 35%);
    position: fixed;
    left: 0;
    top: 115px;
    width: 740px;
    padding: 60px 120px
}

header.header .PR .menu>li {
    position: static
}

header.header .main-menu>li>.mene-ul {
    position: absolute;
    margin: 62px 0 0 -112px;
    top: 0;
    padding: 71px 120px 60px;
    min-height: 380px
}

header.header .main-menu>li>.menu-heading {
    position: absolute;
    left: 0;
    top: 100px
}

.main-menu>li:nth-child(2)>.mene-ul {
    width: 425px
}

.main-menu>li:nth-child(2)>.mene-ul li {
    width: inherit
}

.image-card figure.PR:after,
.stories .image-card figure.PR:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0
}

.fertility-team.clinic .slick-slide {
    margin: 0;
    opacity: .5
}

.btn-box .btn-blue {
    color: #fff !important;
    background: linear-gradient(90deg, #b61e42, #b61e42 50%, transparent 0) !important;
    background-size: 200% 100% !important;
    background-position: 100% !important;
    border-color: #2b37ae !important;
    background-color: #2b37ae !important;
    border: none;
}

.btn-box .btn-blue:hover {
    background-position: 0 100% !important;
    border-color: #b61e42 !important;
    border: none;
}

.btn-box .btn-blue.btn-white-new {
    color: #fff !important;
    background: linear-gradient(90deg, #fff, #fff 50%, transparent 0) !important;
    background-size: 201% 100% !important;
    background-position: 100% !important;
    border-color: #2b37ae !important;
    background-color: #2b37ae !important;
    border: none;
}

.btn-box .btn-blue.btn-white-new:hover {
    background-position: 0 100% !important;
    border-color: #fff !important;
    border: none;
    color: #2b37ae !important;
}

.home-banner.sm-ban .btn-box .btn-blue.btn-white-new:hover {
    background-position: 0 100% !important;
}

header .btn-box {
    display: flex;
    align-items: center;
}

#bookAppointmentModal .descpr .hd2 {
    font-size: 28px;
    margin-bottom: 1rem;
}

.footer .fform .consent_checkbox label a {
    color: #fff !important;
}

footer li {
    text-align: unset;
}

#DescrpModal .thank-you-pop p {
    font-size: 13px;
    margin-bottom: 27px;
    color: #5C5C5C;
}

.disclaimerPop .modal-content {
    border-radius: 1rem;
}

.disclaimerPop .modal-header {
    padding: 1rem 1.5rem;
}

.disclaimerPop .modal-header .close {
    padding: 0;
    right: 38px;
    top: 35px;
}

.disclaimerPop .modal-body {
    padding: 1.5rem;
}

.accordian .footeraccord {
    padding: 20px 30px;
    position: relative;
    cursor: pointer;
    font: 500 20px/1.2 Work Sans, sans-serif;
    color: #b61e42;
    letter-spacing: 0.27px;
    border-bottom: 1px solid rgba(53, 53, 53, 0.2);
}

.accordian .footeraccord:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 24px;
    background: url(https://www.indiraivf.com/themes/indiraivf/images/svg/plus.svg) 0 no-repeat;
}
@font-face {
    font-family: 'Lato';
    src: url('/themes/indiraivf/fonts/Lato-Regular.woff2') format('woff2'), url('/themes/indiraivf/fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/themes/indiraivf/fonts/Lato-Bold.woff2') format('woff2'), url('/themes/indiraivf/fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('/themes/indiraivf/fonts/WorkSans-Regular.woff2') format('woff2'), url('/themes/indiraivf/fonts/WorkSans-Regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('/themes/indiraivf/fonts/WorkSans-Medium.woff2') format('woff2'), url('/themes/indiraivf/fonts/WorkSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('/themes/indiraivf/fonts/WorkSans-SemiBold.woff2') format('woff2'), url('/themes/indiraivf/fonts/WorkSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('/themes/indiraivf/fonts/WorkSans-Italic.woff2') format('woff2'), url('/themes/indiraivf/fonts/WorkSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('/themes/indiraivf/fonts/Lato-Italic.woff2') format('woff2'), url('/themes/indiraivf/fonts/Lato-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
.MT50 .inClinic-slick .slick-arrow {
    position: absolute;
    top: -50px !important;
}

.btn-box .btn-blue:hover {
    color: #fff !important
}

h2 {
    font-size: 2rem;
}


.inClinic-slick .slick-prev,
.slick-next {
    color: transparent;
    border: transparent;
}

.accordian .trgr:before {
    top: 32px !important;
}
.slick-next {
    color: transparent;
    border: transparent;
}


.breadcrumb-inner .breadcrumb-lists {
    display: flex;
    padding-top: 20px;
}

.breadcrumb-inner li {
    color: #353535;
    font-size: 13px;
}

.breadcrumb-inner a.active {
    margin-right: 8px;
    color: #b61e42;
}

.breadcrumb-inner .breadcrumb-lists li:before {
    content: "/";
    padding-right: 3px;
    padding-left: 3px;
    font-size: 13px;
}

.breadcrumb-inner .breadcrumb-lists li:first-child:before {
    content: "";
    padding-right: 0;
}

.breadcrumb-inner .breadcrumb-lists {
    margin-bottom: 40px;
}

.inClinic-slick .slick-prev,
.slick-next {
    color: transparent;
    border: transparent;
}

.accordian .trgr:before {
    top: 32px;
}

.slick-next {
    color: transparent;
    border: transparent;
}

.breadcrumb-inner .breadcrumb-lists {
    display: flex;
    padding-top: 20px;
}

.breadcrumb-inner li {
    color: #353535;
    font-size: 13px;
}

.breadcrumb-inner a.active {
    margin-right: 8px;
    color: #b61e42;
}

.breadcrumb-inner .breadcrumb-lists li:before {
    content: "/";
    padding-right: 3px;
    font-size: 13px;
}

.breadcrumb-inner .breadcrumb-lists li:first-child:before {
    content: "";
    padding-right: 0;
}

.slick-next {
    color: transparent;
    border: transparent;
}

.mobile-menu .logo-bx {
    justify-content: center !important;
    position: relative;
}

.mobile-menu .btn-box {
    margin: 0 !important;
}

.social-bx li>a img {
    width: 32px;
    height: 36px;
}

.MT50 .inClinic-slick .slick-arrow {
    position: absolute;
    top: -50px !important;
}

.tbl-data .table th {
    padding: 15px 3%;
    text-align: center;
    vertical-align: middle;
}

.thank-you-pop {
    width: 100%;
    padding: 20px;
    text-align: center;
}

.thank-you-pop p {
    font-size: 20px;
    margin-bottom: 27px;
    color: #5C5C5C;
}

.copy-right {
    text-align: center;
}

.team-card .card-info {
    min-height: 1px;
    flex: 1 1 auto;
}

.team-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.team-card {
    background: #fef3f7;
    text-align: center;
    padding: 0 30px 30px;
    border-radius: 12px;
}

.loc-geo {
    margin-right: 8px !important;
}

.tbl-data .table th {
    border-bottom: 1px solid #dee2e6;
    text-align: center;
}

.CTR.data-secure {
    display: flex;
    justify-content: center;
}

.CTR.data-secure img {
    width: 28px;
    height: 28px
}

.CTR.data-secure p {
    margin: 0;
    margin-top: 5px;
    margin-right: 7px;
}

.CTR.data-secure .custom-control-label1 {
    margin-top: 4px;
}

.data-secure {
    display: flex;
    justify-content: center;
    align-items: center;
}

.data-secure img {
    width: 25px;
    height: 25px
}

.data-secure p {
    margin: 0;
}

ul {
    font-size: 16px;
}

ul {
    font-size: 16px;
}

.stories .image-card .desc {
    text-align: center;
}

.webpages .comp-appointmentbtn {
    display: none;
}
.consent {
    display: flex;
    font-size: 11px;
    justify-content: center;
    align-items: center;
}

.consent_checkbox {
    display: block;
}

.consent_checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.consent_checkbox label {
    position: relative;
    color: #000;
}

.consent_checkbox label a {
    color: #0056b3 !important;
    cursor: pointer;
}

.consent_checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    padding: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.consent_checkbox input:checked+label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 5px;
    height: 9px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.btn-box .btn-blue {
    color: #fff !important;
    background: linear-gradient(90deg, #b61e42, #b61e42 50%, transparent 0) !important;
    background-size: 200% 100% !important;
    background-position: 100% !important;
    border-color: #2b37ae !important;
    background-color: #2b37ae !important;
    border: none;
}

.btn-box .btn-blue:hover {
    background-position: 0 100% !important;
    border-color: #b61e42 !important;
    border: none;
}

.fform .consent {
    margin-top: 25px;
}

.fform .consent .consent_checkbox label a {
    text-decoration: underline !important;
}

.fform .consent_checkbox label {
    color: #fff;
}

.fform .consent_checkbox label:before {
    border: 1px solid #fff;
}

.consent_checkbox input#consent5:checked+label:after {
    display: block;
}

.fform .consent_checkbox input#consent:checked+label:after {
    border: solid #fff;
    display: block;
    border-width: 0 1px 1px 0;
}

.footer .fform .consent_checkbox label a {
    color: #fff !important;
}

.accordian p,
p,
li,
.desc {
    text-align: justify;
}

p.hd2 {
    text-align: center;
}

#bookAppointmentModal p,
.team-card p {
    text-align: center;
}

.disclaimer {
    margin-top: 20px;
    font-size: 14px;
    font-style: italic;
}

.table-responsive.tbl-data {
    padding: 0;
    border: 1px solid #c1c1c1;
}

.breadcrumb-inner ul li {
    list-style: none !important;
}

.reviews_custom .camp-award .slick-arrow.slick-next {
    background: url(https://www.indiraivf.com/themes/indiraivf/images/svg/right-arw.svg) no-repeat;
    right: 45px;
}

.reviews_custom .camp-award .slick-arrow.slick-prev {
    background: url(https://www.indiraivf.com/themes/indiraivf/images/svg/left-arw.svg) no-repeat;
    right: 85px;
}

.reviews_custom .camp-award .slick-arrow {
    border: 0;
    font-size: 0;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 1;
    top: -90px;
}

#DescrpModal .thank-you-pop p {
    font-size: 13px;
    margin-bottom: 27px;
    color: #5C5C5C;
}
.footer li {
    text-align: left;
}

.footer li a {
    font-size: 16px;
}

.fot-contact {
    margin-top: 60px;
}

.footer .col-lg-3 p,
.footer .col-lg-6 p {
    font: 500 20px Work Sans, sans-serif;
    font-weight: 600;
    text-align: left;
}

.keyword-cluster {
    padding-bottom: 60px;
}

.keyword-cluster li {
    display: inline-block;
    padding: 10px 0;
}

.keyword-cluster li a {
    color: #fff;
    padding: 0 5px;
    border-right: solid 1px #fff;
    font-size: 13px;
}

.keyword-cluster li:last-child a {
    border-right: 0;
}

.slick-arrow {
    border: 0;
    font-size: 0;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 1;
    top: -78px;
    position: absolute;
    top: 0 !important;
}

.slick-arrow.slick-prev {
    right: 50px !important;
    background: url(/themes/indiraivf/images/svg/left-arw.svg) no-repeat;
}

.slick-arrow.slick-next {
    right: 10px !important;
    background: url(/themes/indiraivf/images/svg/right-arw.svg) no-repeat;
}

.ivf-score-btn-btn-box {
    position: fixed;
    width: 100%;
    top: 115px;
    z-index: 1;
}

.btn-box .btn-red.ivf-score-btn {
    width: 100%;
    border-radius: 0;
    font-size: 16px;
}

.ivf-score-btn-span {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.new-flash-patch {
    background-color: #2b37ae;
    animation: blinker 3s linear infinite;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
}

.new-flash-patch span {
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
}

.btn-box .btn-red.ivf-score-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-box .btn-red.ivf-score-btn:hover .new-flash-patch {
    background-color: #B61E42;
}

body {
    padding-top: 128px;
}

.real_stories_videos {
    padding: 4rem 0;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.awards-listing .list-awards img.lozad {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0;
}

.fertility-listing.awards-listing .list-awards li {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px;
}

.list-awards .team-card {
    height: 355px;
    position: relative;
}

.team-card .btn-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

.camp-award .slick-arrow.slick-next {
    background: url(https://www.indiraivf.com/themes/indiraivf/images/svg/right-arw.svg) no-repeat;
    right: 45px;
}

.camp-award .slick-arrow {
    border: 0;
    font-size: 0;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 1;
    top: -90px;
}

.camp-award .slick-arrow.slick-prev {
    background: url(https://www.indiraivf.com/themes/indiraivf/images/svg/left-arw.svg) no-repeat;
    right: 85px;
}

button:focus {
    outline: 0;
}

.hd2 {
    margin-bottom: 2rem;
}

.city-treatments ul li::marker {
    width: 20px;
    height: 20px;
}

.about {
    padding-bottom: 0;
}

.accordian .trgr {
    font-size: 18px !important;
}


.team-card h3.hd20 {
    letter-spacing: -0.73px !important;
    margin-bottom: 10px;
}

.disclaimer {
    margin-top: 20px;
    font-size: 14px;
    font-style: italic;
}

ul {
    font-size: 18px;
}

.disclaimer {
    margin-top: 20px;
    font-size: 14px;
}

ul {
    font-size: 18px;
}

.fertility-team {
    padding-top: 0 !important;
    padding-bottom: 0;
}

.reviews_custom a.link {
    display: block;
    margin-left: 10px;
    font-size: 11px;
    margin-top: 2px;
    color: #11111180;
    margin-bottom: 0;
    text-transform: capitalize;
    float: right;
}

.reviews_custom .slider__item {
    padding: 0px 15px;
}

.reviews_custom .slider__item img {
    max-width: 100%;
}

.reviews_custom .googlereviews-sec .greviews-cards {
    background-color: #fff;
    background-color: #fef3f7;
    height: 315px;
}

.reviews_custom .googlereviews-sec .google-reviews {
    background-color: transparent;
    margin: 0;
    padding: 15px;
}

.reviews_custom .googlereviews-sec .googlereviews-slider {
    margin-bottom: 0;
    margin-top: 4rem;
}

.reviews_custom .greviews-post {
    position: absolute;
    bottom: 16px;
}

.reviews_custom .reviews-icon {
    margin-left: 22px;
}

.reviews_custom .googlereviews-sec .google-reviews {
    display: none;
}

.fertility-team .team-card {
    padding: 0 23px 23px;
    height: 378px;
}

.fertility-team.fertility-listing.awards-listing .list-awards.opt1 li .loc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 111px;
}

.camp-award .slick-arrow {
    top: -53px;
}

ul.list-awards.opt1.centerList {
    justify-content: center;
}


.team-card .card-info .f14w {
    min-height: 14px !important;
}

#bookAppointmentModal .descpr .hd2 {
    font-size: 28px;
}

.footer .fform .consent_checkbox label a {
    color: #fff !important;
}

.desc,
.CTR {
    text-align: justify;
}

h2.hd2 {
    text-align: center;
}

.accordian p {
    text-align: justify;
}

.btn-box {
    text-align: center;
}

.banner-info .btn-box {
    text-align: left;
}

.bmw-report table {
    text-align: center;
}

.real_stories_videos .image-card p.desc {
    text-align: center;
    font-weight: bold;
}

p.loc {
    text-align: center !important;
}

#bookAppointmentModal p,
.team-card p {
    text-align: center;
}

footer li {
    text-align: unset;
}

body {
    padding-top: 39px;
}

.home-banner .banner-info h1.hd1 {
    font-size: 45px;
}

.about {
    padding-top: 0;
}

.disclaimerPop .modal-content {
    border-radius: 1rem;
}

.disclaimerPop .modal-header {
    padding: 1rem 1.5rem;
}

.disclaimerPop .modal-header .close {
    padding: 0;
    right: 38px;
    top: 35px;
}

.disclaimerPop .modal-body {
    padding: 1.5rem;
}

.accordian .trgr:before {
    top: 24px !important;
}

.accordian .footeraccord {
    padding: 20px 30px;
    position: relative;
    cursor: pointer;
    font: 500 20px/1.2 Work Sans, sans-serif;
    color: #b61e42;
    letter-spacing: 0.27px;
    border-bottom: 1px solid rgba(53, 53, 53, 0.2);
}

.accordian .footeraccord:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 24px;
    background: url(https://www.indiraivf.com/themes/indiraivf/images/svg/plus.svg) 0 no-repeat;
}
.accordian .footeraccord.active:before{
    background: url(../images/svg/minus.svg) 0 no-repeat;
}

html {
    font-size: 16px;
}

.city-center-inner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.city-center-inner-wrap h2 {
    text-align: left;
}

.city-center-inner-right {
    padding-left: 50px;
}

.city-center-inner-wrap ul li {
    list-style: none;
}

.check-pointers li {
    position: relative;
    padding-left: 30px;
    list-style: none;
}

.check-pointers li::before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    background-image: url("/themes/indiraivf/images/new-icons/check-mark-blue.png");
    background-size: contain;
    top: 8px;
}

.accordian .tog_cont {
    text-align: left;
}

.slick-arrow {
    top: -14px;
}

.keyword-cluster ul {
    text-align: left;
}

.footer .fform .hd20 {
    margin-bottom: 1rem;
}

.mob-h2 {
    display: none;
}

.footer a,
.greviews-postdesc a {
    text-decoration: none !important;
}

.city-center-treatments a:hover {
    text-decoration: underline;
}

header a {
    text-decoration: none;
}

.reviews_custom .greviews-titlename {
    margin-bottom: 0;
}

.city-except-text h2.hd2 {
    margin-top: 0;
}

.ivf-score-btn-btn-box {
    position: fixed;
    width: 100%;
    top: 115px;
    z-index: 1;
}

.btn-box .btn-red.ivf-score-btn {
    width: 100%;
    border-radius: 0;
    font-size: 16px;
}

.ivf-score-btn-span {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.new-flash-patch {
    background-color: #2b37ae;
    animation: blinker 3s linear infinite;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
}

.new-flash-patch span {
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
}

.btn-box .btn-red.ivf-score-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-box .btn-red.ivf-score-btn:hover .new-flash-patch {
    background-color: #B61E42;
}

body {
    padding-top: 168px;
}


.googlereviews-sec {
    margin: 0 100px;
    padding: 0;
}

.slick-arrow {
    border: 0;
    font-size: 0;
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 1;
    top: -49px !important;
}

.slick-arrow.slick-prev {
    background: url(https://www.indiraivf.com/themes/indiraivf/images/svg/left-arw.svg) no-repeat;
    right: 85px !important;
}

.slick-arrow.slick-next {
    background: url(https://www.indiraivf.com/themes/indiraivf/images/svg/right-arw.svg) no-repeat;
    right: 45px;
}

.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.slick-arrow.slick-next {
    right: 14px !important;
}

.slick-arrow.slick-prev {
    right: 50px !important;
}

html {
    font: 16px;
}

body {
    line-height: 26px;
}

section {
    margin-bottom: 4rem;
}

section a,
section a:hover {
    color: #013497;
}

.home-banner {
    margin-bottom: 0;
}

.centerpages.about .hd2 {
    font-size: 35px;
}



.check-pointers li::before {
    top: 6px;
    width: 16px;
    height: 16px;
    background-image: url(/themes/indiraivf/images/new-icons/check-mark-blue.png);
    filter: brightness(0) saturate(100%) invert(15%) sepia(70%) saturate(3490%) hue-rotate(232deg) brightness(94%) contrast(93%);
    background-repeat: no-repeat;
}



.city-why-choose ul li {
    line-height: 26px;
    margin-bottom: 10px;
}

.city-why-choose .check-pointers li::before {
    filter: brightness(0) saturate(100%) invert(15%) sepia(70%) saturate(3490%) hue-rotate(232deg) brightness(94%) contrast(93%);
}

.city-center-treatments {
    background-color: #fef3f7;
    padding: 4rem 0;
}

.city-center-treatments .city-treatments-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 4rem;
}

li.city-treatments-item {
    list-style: none;
    width: 30%;
    margin-left: 10px;
    margin-right: 10px;
}

li.city-treatments-item img {
    width: 100%;
}

.img-lable,
.img-lable a {
    font-weight: 600;
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    color: #515260;
}

.city-treatments-item p {
    color: #515260;
}

.city-center-treatments a:hover {
    text-decoration: underline;
    color: #013497;
}

.city-center-ivf-cost.sec2d {
    background-color: #fef3f7;
    padding: 50px 0;
    padding-top: 0;
    margin-top: 4rem;
    padding: 4rem 0;
}

.city-except {
    background-color: #fef3f7;
    padding: 4rem 0;
    margin-top: 4rem;
}

.city-center-inner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.city-except-img img {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.city-center-inner-right {
    padding-left: 50px;
}

.city-except-text h2.hd2 {
    margin-top: 0;
}

.city-center-inner-wrap h2 {
    text-align: left;
}

.fertility-team .MT50.tab-content {
    margin-top: 4rem;
}

.awards-listing .list-awards {
    justify-content: center;
}

.article-listing .image-card figure img {
    height: 312px;
}

.home-banner.sm-ban p.hd28 {
    text-align: left;
}

.banner-info .btn-box {
    display: none;
}

.sm-ban .banner-info .btn-box {
    display: block;
}

.home-banner.sm-ban {
    margin-bottom: 4rem;
}

.award-section .list-awards {
    margin-top: 4rem;
}

.article-listing .list-cards {
    margin-top: 4rem;
}

.city-except .check-pointers li {
    margin-bottom: 10px;
}

.footer .consent_checkbox input:checked+label:after {
    top: 8px;
}

.award-section.awards-listing .list-awards li {
    height: 452px !important;
    border: solid 1px #ccc;
    border-radius: 20px;
    padding: 20px;
}

.award-section.awards-listing .list-awards li a {
    padding: 0;
    height: 100%;
}

.award-section.awards-listing .list-awards li a p {
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 16px;
}

.award-section.awards-listing .list-awards li a h3 {
    position: absolute;
    bottom: 110px;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 18px;
}

.real_stories_videos .camp-awards {
    margin-top: 4rem;
}



/* clinic new design */
.CityCenterList{
    display: flex;
    justify-content: center;
    padding-top: 0;
    margin-top: 4rem;
}
.CityCenterList .GoogleReviewRatingCount{
    display: none;
}
.CityCenterList .clinic-lable{
    position: absolute;
    right: 0;
    top: 10px;
    padding: 5px;
    background: rgba(182, 30, 66, 0.6);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
}
.CityCenterList .team-card{
    text-align: left;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 3px 16px #00000017;
    width: 31%;
    overflow: hidden;
    border-radius: 8px;
    margin-left: 20px;
    margin-right: 20px;
    height: 645px !important;
    position: relative;
}
.CityCenterList .team-card figure img{
    border-radius: 0;
}
.CityCenterList .card-info{
    padding: 0 30px;
}
.CityCenterList .card-info .card-info-h3{
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.CityCenterList .card-info .card-info-h3 a{
    color: #515260;
}
.CityCenterList .card-info .card-info-h3 p{
    display: inline-block;
    padding: 5px;
    background-color: #b61e42;
    margin-right: 10px;
    margin-bottom: 0;
}
.CityCenterList .card-info .card-info-h3 p img{
    width: 25px;
}
.CityCenterList .card-info .center-add{
    text-align: left;
    font-size: 16px;
}
.CityCenterList .card-info .contact-cta{
    text-align: left;
    margin-bottom: 0;
    position: absolute;
    bottom: 61px;
}
.CityCenterList .card-info .call-center.contact-cta{
    bottom: 70px;
}
.CityCenterList .card-info .contact-cta p{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: solid 1px #b61e42;
    padding: 6px;
    background-color: #fef3f7;
    margin-bottom: 0;
    margin-right: 5px;
}
.CityCenterList .card-info .contact-cta a{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.CityCenterList .card-info .contact-cta p img{
    width: 100%;
}

.CityCenterList .btn-box{
    position: absolute;
    bottom: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #b61e42;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.CityCenterList .btn-box a{
    text-align: center;
    width: 50%;
    color: #353535;
    padding: 15px 0;
    font-size: 15px;
}
.CityCenterList .btn-box a:hover{
    color: #fff !important;
    background-color: #b61e42;
}
.CityCenterList .btn-box a:nth-child(2){
    color: #fff;
    background-color: #b61e42;
    border-bottom-right-radius: 8px;
}
.CityCenterList .btn-box a:nth-child(2):hover{
    background-color: #fff;
    color: #353535 !important;
    border-left: solid 1px #b61e42;
}
/* clinic new design */
.jvalidation.op1 .form-label-group .error {
    color: #b61e42;
    font-size: 13px;
    margin-bottom: 0;
}
#bookAppointmentModal .jvalidation.op1 .emai_txt{
    line-height: 0;
}
.CityCenterList.no-slider{
        margin-top: 0;
    }

.menu-heading.show{display: none}



@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }
    .d-sm-none {
        display: none !important
    }

    .d-sm-block {
        display: block !important
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .d-md-block {
        display: block !important
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .modal-lg {
        max-width: 800px
    }
    .mt-lg-5 {
        margin-top: 3rem !important
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

/* container widths */
@media (min-width:768px) {
    :root {
        --container-width: 690px;
    }
}

@media (min-width:992px) {
    :root {
        --container-width: 930px;
    }
}

@media (min-width:1200px) {
    :root {
        --container-width: 1110px;
    }
}

@media (min-width:1600px) {
    :root {
        --container-width: 1290px;
    }
}
/* container widths */

@media (max-width:1024px) {
    .hd1 {
        font-size: 44px
    }

    .fertility-team .slick-slide,
    .footprint .slick-slide,
    .stories .slick-slide {
        margin: 0 7px
    }

    .fertility-team .slick-list,
    .footprint .slick-list,
    .stories .slick-list {
        margin: 0 -7px
    }
    .banner-info {
        padding: 25px
    }
}
@media (max-width:991px) {

    .hd1,
    .hd2 {
        font-size: 32px
    }

    .hd1 {
        letter-spacing: -.76px
    }

    .btn-box .btn-blue {
        font-size: 15px;
        letter-spacing: .2px
    }

    .slick-dots li {
        margin: 0 12px
    }

    /* ******************* */
    body {
        padding-top: 61px
    }

    .header {
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%
    }

    .header {
        z-index: 2
    }

    .header .container.PR {
        padding: 0;
        max-width: 100%
    }

    .header .flex {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header .menu,
    .sub-header {
        display: none
    }

    .header .logo img {
        height: 26px;
        width: auto
    }

    .header .logo-bx {
        padding: 17px 0;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header .logo-bx .mobIcon {
        display: inline-block
    }

    .header .btn-box {
        width: 100%;
        margin: 0 -15px
    }

    .header .btn-box a {
        display: none;
        border-radius: 0;
        text-align: center;
        font-size: 15px;
        letter-spacing: .2px;
        text-decoration: underline
    }

    .awards-listing .list-awards li {
        width: 33%
    }

    .fertility-team .sarrow .slick-arrow {
        top: -124px
    }

    .home-banner.sm-ban .hd28 {
        font-size: 20px
    }

    .home-banner.sm-ban .hd28+.btn-box.MT30 {
        margin-top: 20px
    }

    .fertility-listing.awards-listing .list-awards li {
        -ms-flex: 1 0 33%;
        flex: 1 0 33%
    }
    /* ************************** */
    .header .main-menu>li>.mene-ul>li>ul {
        width: 100% !important;
        transition: .3s
    }

    .main-menu>li>.menu-heading,
    .main-mobile-menu.main-menu>li>.mene-ul>li>ul {
        display: none
    }

    .mobile-menu .main-mobile-menu {
        display: block;
        line-height: 1.2;
        font-weight: 500;
        font-family: Work Sans, sans-serif;
        padding: 30px
    }

    .mobile-menu .main-mobile-menu>li {
        margin: 10px 10px 20px;
        display: flex;
        flex-wrap: wrap
    }

    .main-mobile-menu>li>a {
        margin-bottom: 20px;
        background: url(https://www.indiraivf.com/themes/indiraivf/images/svg/down2.svg) 90% no-repeat;
        padding-right: 50px;
        white-space: nowrap;
        font: 500 20px Work Sans, sans-serif;
        color: #b61e42 !important;
        letter-spacing: .27px
    }

    .main-mobile-menu>li>.mene-ul,
    header.header .main-mobile-menu>li>.mene-ul {
        position: static;
        padding: 0 0 10px 15px;
        width: 100%;
        margin-top: 10px
    }

    .main-mobile-menu>li>.mene-ul>li {
        flex-wrap: wrap;
        font-size: 15px;
        letter-spacing: .2px;
        margin-bottom: 12px !important
    }

    .main-mobile-menu>li>.mene-ul>li>a {
        background: url(https://www.indiraivf.com/themes/indiraivf/images/svg/down3.svg) 90% no-repeat;
        width: auto;
        padding-right: 30px;
        transition: .3s
    }

    .header .main-menu>li>.mene-ul>li {
        border-right: none;
        width: auto
    }

    .main-mobile-menu>li>.mene-ul>li>ul {
        padding-top: 10px
    }

    .main-mobile-menu>li>.mene-ul>li>ul a {
        font: 400 13px Lato, sans-serif;
        letter-spacing: 0;
        color: #353535
    }

    header.header .main-menu>li>.mene-ul {
        margin: initial;
        min-height: initial
    }

    .sec2d .table-responsive.tbl-data .table td,
    .sec2d .table-responsive.tbl-data .table th {
        padding: 10px 15px
    }
    /* ********************************* */
    .header .logo img {
        width: 100%;
    }
}
@media only screen and (max-width:991px) {
    .header .btn-box {
        display: unset;
    }
}
@media (max-width:767px) {

    .desc {
        line-height: 22px
    }

    body {
        font-size: 16px
    }

    .hd2 {
        font-size: 24px;
        letter-spacing: -.8px
    }

    .btn-box .btn-blue1 {
        font-size: 15px;
        letter-spacing: .2px
    }

    .home-banner .banner-wrapper {
        padding-bottom: 100px
    }

    .home-banner .banner-wrapper .banner-ctnt {
        top: auto;
        bottom: 0;
        transform: none
    }

    .sarrow .slick-arrow {
        top: -67px
    }

    .sarrow .slick-prev {
        right: auto;
    }

    .image-card.PR .date {
        font-size: 11px
    }

    .image-card.PR .card-info {
        bottom: 0;
        padding: 15px
    }

    .image-card.PR .card-info .hd20 {
        font-size: 14px
    }

    .image-card.PR .card-info .author {
        font-size: 12px
    }

    .image-card.PR .card-info .desc1 {
        opacity: 1;
        transform: none;
        font-size: 13px;
        line-height: 1.2
    }

    .accordian .trgr {
        font-size: 18px;
        letter-spacing: 0;
        padding-right: 20px
    }

    .accordian .tog_cont {
        padding: 20px;
        line-height: 22px
    }
    /* ********************** */
    .about,
    .copy-right {
        text-align: center
    }

    .book-app .modal-body {
        padding: 30px 20px
    }

    .book-app .jvalidation.op1 {
        margin-top: 20px
    }

    .book-app .jvalidation.op1 .form-label-group {
        margin-bottom: 10px
    }

    .footprint .hd36 .hd20.ML10 {
        margin-left: 0
    }

    .copy-right span {
        display: block
    }

    .footer {
        padding: 50px 0
    }

    .footer .container .scroll-top {
        top: -75px
    }

    .footer .hd20 {
        margin-top: 40px
    }

    .footer ul.social li {
        margin-right: 10px
    }

    .about .line {
        border-left: 0;
        padding: 8px 0 0;
        min-height: inherit
    }

    .footprint .hd36 {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .awards-listing .list-awards li {
        width: 100%
    }

    .fertility-listing.awards-listing .list-awards.opt1 li {
        margin: 0 0 25px
    }

    .fertility-listing.awards-listing .list-awards {
        margin-left: 0;
        margin-right: 0
    }
    /* *************************** */
    body {
        font-size: 16px !important
    }

    .header .btn-box a {
        text-decoration: underline !important
    }

    .footer ul.social li {
        margin-right: 3px;
        padding-right: 0
    }

    .share-bubble ul.social {
        margin-bottom: 0 !important
    }
    /* ********************** */
    .footer {
        padding: 50px 24px;
    }
    /* ***************************** */
    .block-system-breadcrumb-block {
        display: none
    }
    /* ***************************** */
    .home-banner .banner-wrapper .banner-ctnt {
        top: 50% !important;
        bottom: 0 !important;
        transform: translateY(50%) !important;
    }

    .hd1 {
        font-size: 24px;
    }
    /* ************************************** */
    .home-banner .banner-wrapper .banner-ctnt {
        top: 50% !important;
        bottom: 0 !important;
        transform: translateY(50%);
    }

    .home-banner .banner-wrapper .article-banner {
        transform: none !important;
    }
    /* ***************************** */
       .banner-info {
        padding: 18px !important;
    }

    .mobile-menu .logo-bx {
        justify-content: center !important;
        position: relative;
    }

    .mobile-menu .btn-box {
        margin: 0 !important;
    }
    /* ******************************* */
    .social-bx li>a img {
        width: 21px;
        height: 24px;
    }
    /* ************************** */
    .tbl-data .table th {
        font-size: 18px;
    }
    /* ********************************* */
    .main-mobile-menu>li>.mene-ul>li>ul a {
        font: inherit !important;
    }
    /* *************************************** */
    .sec2d .table-responsive.tbl-data .table th {
        padding: 10px 8px;
        font-size: 14px;
    }
    /* *********************************** */
    .copy-right span {
        display: inline !important;
    }
    

    /* *********************************** */

    .awards-listing .list-awards li a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .tbl-data .table {
        font-size: 14px;
    }

    .tbl-data .table th {
        font-size: 14px;
    }
    /* *********************************** */
    .home-banner .banner-info p {
        text-align: left;
    }

    .footer .col-lg-3 p,
    .footer .col-lg-6 p {
        margin-top: 40px;
    }

    .fot-contact .PR a {
        padding-left: 36px;
    }

    .home-banner .banner-wrapper .banner-ctnt {
        top: 66% !important;
    }

    .ivf-score-btn-btn-box {
        top: 60px;
    }

    .btn-box .btn-red.ivf-score-btn {
        background: #2b37ae;
        font-size: 14px;
    }

    .new-flash-patch {
        background-color: #B61E42;
    }

    body {
        padding-top: 98px !important;
    }

    /* *********************************** */
    .main-menu>li>.mene-ul>li>ul>li {
        text-align: left;
    }
    /* *********************************** */

    .sec2d {
        padding-top: 80px;
    }

    .awards-listing.fertility-listing {
        padding-top: 0px;
    }

    body {
        padding-top: 71px !important;
    }

    .fertility-listing.awards-listing .list-awards li {
        flex: 1 0 100%;
    }

    /* *********************************** */
    .disclaimer {
        font-size: 13px;
    }

    .banner-info {
        display: none;
    }

    .home-banner .banner-wrapper .banner-ctnt.article-banner {
        transform: none !important;
        top: unset !important;
        bottom: 0 !important;
        position: relative;
    }

    .fertility-listing.awards-listing .list-awards.opt1 li {
        margin-left: 0;
    }

    .list-awards .team-card {
        height: 420px;
        margin-bottom: 30px;
    }

    .block-image-overlay-block .banner-info {
        display: block;
    }

    .home-banner .banner-wrapper {
        padding-bottom: 14px;
    }

    /* *********************************** */

    .disclaimer {
        font-size: 13px;
    }

    .banner-info {
        display: none;
    }

    .home-banner .banner-wrapper .banner-ctnt.article-banner {
        transform: none !important;
        top: unset !important;
        bottom: 0 !important;
        position: relative;
    }

    .fertility-listing.awards-listing .list-awards.opt1 li {
        margin-left: 0;
    }

    .list-awards .team-card {
        height: 420px !important;
    }

    .block-image-overlay-block .banner-info {
        display: block;
    }

    .home-banner .banner-wrapper {
        padding-bottom: 14px;
    }

    .fertility-team.fertility-listing.awards-listing .list-awards.opt1 li .loc {
        position: static;
    }

    .camp-award .slick-arrow.slick-next {
        right: 4px;
    }

    .camp-award .slick-arrow.slick-prev {
        right: 39px;
    }

    /* *********************************** */

    .banner-info {
        display: block;
        border-radius: 20px !important;
    }

    .banner-info .btn-box {
        display: none;
    }

    .home-banner .banner-info h1.hd1 {
        text-align: center;
    }

    .home-banner .banner-info h1.hd1 {
        font-size: 25px;
    }


    /* *********************************** */

    html {
        font-size: 12px;
    }

    .city-center-inner-wrap {
        flex-flow: column;
    }

    .city-center-inner-right {
        padding-left: 0;
    }

    .city-center-inner-wrap h2 {
        text-align: center;
    }

    .city-center-inner-right {}

    .check-pointers li:last-child {
        margin-bottom: 0;
    }

    .city-except-text .check-pointers li:last-child,
    .city-except .check-pointers li:last-child {
        margin-bottom: 1.5rem;
    }

    section .container .row {
        position: relative;
    }

    .mob-h2 {
        display: block;
    }

    .desk-h2 {
        display: none;
    }

    .city-faq-text {
        order: 2;
        margin-top: 4rem
    }

    .city-except-text,
    .city-except-text {
        margin-top: 4rem;
    }

    .check-pointers li {
        font-size: 16px;
        margin-bottom: 1.5rem;
    }

    .check-pointers li::before {
        top: 4px;
    }

    .keyword-cluster .footeraccord {
        text-align: left;
    }

    .ivf-score-btn-btn-box {
        top: 60px;
    }

    .btn-box .btn-red.ivf-score-btn {
        background: #2b37ae;
        font-size: 14px;
    }

    .new-flash-patch {
        background-color: #B61E42;
    }

    body {
        padding-top: 112px !important;
    }

    .home-banner .banner-wrapper .banner-ctnt {
        bottom: 40px;
    }

    .home-banner.sm-ban .banner-wrapper .banner-ctnt {
        bottom: 0;
    } 

    /* SPECIAL CITY CSS ONLY */

    .fertility-clinics .tabs {
        width: 100%;
        overflow-x: scroll;
    }

    .fertility-clinics .tab-link img {
        margin-right: 5px;
    }

    .fertility-clinics .tab-link {
        margin-right: 20px;
    }

    .centerpages.about {
        margin-top: 4rem;
    }

    .centerpages.about .hd2 {
        font-size: 24px;
    }

    .fertility-clinics-map-container .col-lg-4 {
        order: 2;
    }

    .fertility-clinics-map-container .col-lg-8 {
        margin-bottom: 2rem;
    }

    .awards-listing .list-awards,
    .city-center-treatments .city-treatments-inner,
    .fertility-team .MT50.tab-content, .CityCenterList {
        margin-top: 6rem;
    }

    .award-section .list-awards {
        margin-top: 6rem;
    }

    .city-except-img img {
        width: 100%;
    }

    .city-center-inner-wrap h2 {
        text-align: center;
    }

    .city-center-inner-right {
        padding-left: 0;
    }

    .article-listing .list-cards {
        margin: 6rem 0 0 0;
    }

    .article-listing .list-cards li {
        margin-left: 0;
        margin-right: 0;
        flex: 0 0 100%;
        margin: 0 10px;
    }

    .home-banner.sm-ban .banner-wrapper .banner-ctnt {
        top: 43% !important;
    }

    .fertility-clinics iframe {
        padding-left: 0;
    }

    .fertility-listing.awards-listing .list-awards.opt1 li:last-child,
    .fertility-listing.awards-listing .list-awards.opt1 li:last-child .team-card {
        margin-bottom: 0;
    }

    .city-faq-text {
        margin-top: 0;
    }

    .article-listing .list-cards li:last-child {
        margin-bottom: 0;
    }

    .real_stories_videos .camp-awards {
        margin-top: 6rem;
    }

    .fertility-team.doc .list-awards.opt1 li,
    .fertility-team.doc .list-awards.opt1 li .team-card {
        margin-bottom: 0;
    }
    .award-section.awards-listing .list-awards li{
        height: fit-content !important;
    }
    .award-section.awards-listing .list-awards li a h3, .award-section.awards-listing .list-awards li a p{
        position: static;
    }

    /* clinic new design */
    .CityCenterList .team-card{
        width: 100%;
    }
    .CityCenterList .team-card:last-child{
        margin-bottom: 0;
    }
    .CityCenterList .team-card{
        height: fit-content !important;
    }
    .CityCenterList .btn-box, .CityCenterList .card-info .contact-cta{
        position: static;
    }
    .CityCenterList .card-info .contact-cta a{
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
    /* clinic new design */
    .award-section .modal-content .item img{
        width: 100%;
    }
    .book-app .modal-content .close{
        top: 12px;
        right: 13px;
    }
    /* SPECIAL CITY CSS ONLY */

    /* google reviews */

        .reviews_custom .slider__item img {
        margin: 0 auto;
        }

        .reviews_custom .reviews-icon {
            margin-left: 15px;
        }

        .reviews_custom .googlereviews-sec .googlereviews-slider .slick-arrow {
            top: -42px !important;
        }
        .googlereviews-sec .googlereviews-heading {
            font-size: 24px !important;
        }   
        .googlereviews-sec {
            margin: 0;
            padding: 0 0 0 0;
        }
        .reviews_custom .googlereviews-sec .googlereviews-slider {
            padding-bottom: 0 !important;
        }
    /* google reviews */

    /* bottom fixed cta */
     .webpages .comp-appointmentbtn {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 20px 0px;
        z-index: 999;
        display: flex !important;
        justify-content: space-around;
    }

    .webpages .comp-appointmentbtn a {
        font-size: 17px;
        text-decoration: none !important;
        font-weight: 700 !important;
        margin: 15px 0 -18px;
        width: 100%;
        border-radius: 0;
        text-align: center;
        letter-spacing: .2px;
        padding: 18px 20px !important;
    }

    .webpages .comp-appointmentbtn .custom-btn {
        background: #2b37ae;
        color: #fff;
        font-weight: 700;
    }

    .webpages .comp-appointmentbtn .custom-btn img {
        width: 17px;
        height: 17px;
        margin-right: 5px;
    }

    .webpages .comp-appointmentbtn a {
        padding: 10px 12px !important;
        font-size: 15px;
    }

    .webpages .comp-appointmentbtn .custom-btn img {
        display: block;
        margin: 0 auto;
        margin-bottom: 4px;
        width: 15px;
        height: 15px;
    }

    .webpages .comp-appointmentbtn {
        bottom: -2px;
        left: 0;
    }

    .webpages .comp-appointmentbtn .custom-btn:first-child {
        border-right: solid 1px #fff;
    }

    .webpages .copy-right {
        padding-bottom: 54px;
        font-size: 12px;
        margin-bottom: 26px;
    }
     /* bottom fixed cta */
     .share-box .share-bubble .social li{
        margin-left: 0;
        flex: 0 0 0;
     }
     .CityCenterList.no-slider{
        flex-direction: column;
        align-items: center;
        margin-top: 0;
     }
     .CityCenterList.no-slider .team-card{
        margin-bottom: 3rem;
     }
     .CityCenterList.no-slider .team-card:last-child{
        margin-bottom: 0;
     }

}
@media (max-width:428px) {

    .footer span.clr {
        width: 25px;
        height: 25px
    }

    .footer .PR .clr {
        position: absolute;
        left: -36px;
        top: 3px
    }
    .footer .PR .clr {
        left: 6px !important;
        top: -1px;
    }
}

/* header main menu updated  */
@media (min-width:992px) {

    .main-menu>li>.mene-ul {
        width: 550px !important;
    }

    .main-menu li {
        position: relative !important;
        padding-bottom: 12px;
    }

    header.header .main-menu>li>.sub-menu-l1.mene-ul {
        position: absolute;
        margin: 62px 0 0 -112px;
        top: -28px !important;
        padding: 30px 30px 30px;
        min-height: 380px;
        left: 112px;
        overflow: visible;
    }

    .menu.mene-ul {
        display: none;
        width: 560px;
        visibility: hidden;
        opacity: 0;
    }

    .main-menu li:hover .sub-menu-l1.mene-ul,
    .main-menu li .sub-menu-l1.mene-ul:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
        overflow: auto;
    }

    .sub-menu-l1.mene-ul li:hover .sub-menu-l2.mene-ul,
    .sub-menu-l2.mene-ul:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
        overflow: auto;
        position: absolute;
        left: 255px;
        top: 30px;
        border-left: solid 1px #ccc;
        height: 84%;
        width: fit-content;
    }

    .header .main-menu>li>.mene-ul>li {
        width: 100% !important;
    }

    .sub-menu-l1>li {
        position: static !important;
    }

    .sub-menu-l1>li>a {
        width: 205px !important;
        background-position-x: 100% !important;
        background-position-y: 10px !important;
    }

    .sub-menu-l1.mene-ul li {
        width: 238px !important;
    }

    .header .main-menu>li>a.is-active:before {
        width: 0 !important;
    }

    .header .main-menu>li>a.is-active:hover:before {
        width: 100% !important;
    }

    .main-menu::-webkit-scrollbar {
        width: 3px;
    }

    .main-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .main-menu::-webkit-scrollbar-thumb {
        background: #888;
    }
}
@media (min-width:992px) {

    .main-menu>li>.mene-ul {
        width: 550px !important;
    }

    .main-menu li {
        position: relative !important;
        padding-bottom: 12px;
    }

    header.header .main-menu>li>.sub-menu-l1.mene-ul {
        position: absolute;
        margin: 62px 0 0 -112px;
        top: -28px !important;
        padding: 30px 30px 30px;
        min-height: 380px;
        left: 112px;
        overflow: visible;
    }

    .menu.mene-ul {
        display: none;
        width: 560px;
        visibility: hidden;
        opacity: 0;
    }

    .main-menu li:hover .sub-menu-l1.mene-ul,
    .main-menu li .sub-menu-l1.mene-ul:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
        overflow: auto;
    }

    .sub-menu-l1.mene-ul li:hover .sub-menu-l2.mene-ul,
    .sub-menu-l2.mene-ul:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
        overflow: auto;
        position: absolute;
        left: 255px;
        top: 30px;
        border-left: solid 1px #ccc;
        height: 84%;
        width: fit-content;
    }

    .header .main-menu>li>.mene-ul>li {
        width: 100% !important;
    }

    .sub-menu-l1>li {
        position: static !important;
    }

    .sub-menu-l1>li>a {
        width: 205px !important;
        background-position-x: 100% !important;
        background-position-y: 10px !important;
    }

    .sub-menu-l1.mene-ul li {
        width: 238px !important;
    }

    .header .main-menu>li>a.is-active:before {
        width: 0 !important;
    }

    .header .main-menu>li>a.is-active:hover:before {
        width: 100% !important;
    }

    .main-menu::-webkit-scrollbar {
        width: 3px;
    }

    .main-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .main-menu::-webkit-scrollbar-thumb {
        background: #888;
    }
}
/* header main menu updated  */