@font-face {
    font-family: 'Post No Bills Colombo';
    src: url('../fonts/PostNoBillsColombo-Bold.eot');
    src: url('../fonts/PostNoBillsColombo-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PostNoBillsColombo-Bold.woff2') format('woff2'),
        url('../fonts/PostNoBillsColombo-Bold.woff') format('woff'),
        url('../fonts/PostNoBillsColombo-Bold.svg#PostNoBillsColombo-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.back-history {
    position: absolute;
    right: 0px;
    top: 0px;
}
p {
    font-size: 16px;
    line-height: 22px;
}

section.team-sec1 p {
    padding: 60px 0px;
    text-align: center;
}

section.team-sec1 {
    width: 100%;
    float: left;
    background: #efefef;
}

.team_bani_box img.team_head_image_bg {
    width: 100%;
}

.team_bani_box {
    position: relative;
}

.team_bani_box_overlay {
    position: absolute;
    top: 50%;
    right: 0px;
    left: 0px;
    transform: translate(0px, -50%);
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

section.team-sec2 {
    float: left;
    width: 100%;
}

.team_bani_right_box {
    background: rgb(94 94 94 / 77%);
    width: 468px;
    color: #fff;
    padding: 40px 40px;
    border-radius: 14px;
}

.team_bani_right_box h2 {
    font-size: 28px;
    line-height: 38px;
}

.team_head_right_box {
    margin-left: 80px;
    border-left: 1px solid #fff;
    padding-left: 20px;
    margin-top: 20px;
}

.team_head_right_box h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
    font-weight: 600;
}

small {
    display: inline-block;
}

small a {
    padding: 0 20px;
    background: #E33861;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    line-height: 42px;
    display: block;
    border-radius: 25px;
    background-image: linear-gradient(0, #000, #000);
    background-size: 0;
    transition: .8s;
    position: relative;
    background-repeat: no-repeat;
}

small a:hover {
    background-size: 100%;
    -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.14);
}

section.team-sec3.sec2 {
    margin-top: 0px;
}

section.team-sec3.sec2 .team_doctor_list ul li:nth-child(5) {
    border-left: 1px solid #ccc;
}

section.team-sec3.sec2 .team_doctor_list ul li:nth-child(5),
section.team-sec3.sec2 .team_doctor_list ul li:nth-child(6),
section.team-sec3.sec2 .team_doctor_list ul li:nth-child(7),
section.team-sec3.sec2 .team_doctor_list ul li:nth-child(8) {
    border-top: none;
}



















section.team-sec3.sec2 .team_doctor_list .bodModel {
    cursor: default;
}

.bodModel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
    border: none;
    cursor: pointer;
}

.imageBOD {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.overlayImgDiv {
    position: absolute;
    overflow: hidden;
}

.bodDiv:hover .imageBOD,
.bodDiv:hover .bodName,
.bodDiv:hover .bodDesig,
.centerBodDiv:hover .imageBOD,
.centerBodDiv:hover .bodName,
.centerBodDiv:hover .bodDesig {
    opacity: 1;
    color: #fff;
    z-index: 1;
    position: relative;
    transition: opacity .6s ease-in;
    -moz-transition: opacity .6s ease-in;
    -webkit-transition: opacity .6s ease-in;
    -o-transition: opacity .6s ease-in
}

.bodDiv:hover .bodOverlay,
.centerBodDiv:hover .bodOverlay {
    border: 1px solid white;
    z-index: 2;
    opacity: .4
}

.bodDiv:hover .bodImage,
.centerBodDiv:hover .bodImage {
    opacity: 0;
    transition: opacity .6s ease-out;
    -moz-transition: opacity .6s ease-out;
    -webkit-transition: opacity .6s ease-out;
    -o-transition: opacity .6s ease-out
}

.bodImage {
    transition: opacity .6s ease-in;
    -moz-transition: opacity .6s ease-in;
    -webkit-transition: opacity .6s ease-in;
    -o-transition: opacity .6s ease-in
}

.bodOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bodDiv:hover .imgArrow,
.centerBodDiv:hover .imgArrow {
    z-index: 2
}

@media (min-width: 1200px) {
    .imageBOD {
        opacity: 0;
        width: 100%;
        transition: opacity .6s ease-out;
        -moz-transition: opacity .6s ease-out;
        -webkit-transition: opacity .6s ease-out;
        -o-transition: opacity .6s ease-out;
    }

    .overlayImgDiv {
        top: 60px;
        left: 52px;
        right: 95px;
        width: 198px;
        height: 214px;
        overflow: hidden;
    }
    .overlayImgDiv picture {
        height: 100%;
        display: block;
        width: 100%;
    }
    
    .overlayImgDiv picture img {
        height: 100%;
    }
    
    section.team-sec3 .center {
        width: 96%;
        max-width: 1210px;
        margin: 0 auto;
        position: relative;
    }
    .bodOverlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .captionDir {
        position: absolute;
        text-align: left;
        left: 6.9rem;
        bottom: 20px;
        width: 88%;
    }

    .bodName {
        font-weight: bold;
        font-size: 16px;
        color: #454545;
        line-height: 20px;
        width: 86%;
    }

    .bodDesig {
        color: #454545;
        font-weight: 500;
        line-height: 18px;
        font-size: 14px;
        margin-top: 8px;
    }

    .bodDiv,
    .centerBodDiv {
        height: 384px;
        overflow: hidden;
    }

    .bodImage {
        transition: opacity .6s ease-in;
        -moz-transition: opacity .6s ease-in;
        -webkit-transition: opacity .6s ease-in;
        -o-transition: opacity .6s ease-in;
    }
}

.bodDiv .bodName img,
.centerBodDiv .bodName img {
    float: right;
    margin-top: 1.2rem;
}

.captionDir {
    position: absolute;
    text-align: left;
    bottom: 12px;
    padding-left: 28px;
    left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
}

.bodCont .bodName {
    min-width: 24rem;
}

section.team-sec3 {
    width: 100%;
    float: left;
    margin: 60px 0px;
}

.team_doctor_list ul li {
    position: relative;
    width: 25%;
    border: 1px solid #ccc;
    border-left: none;
    cursor: pointer;
    /* z-index: 9999; */
}

.team_doctor_list ul {
    display: flex;
    flex-wrap: wrap;
}

.bodImage {
    width: 100%;
}

.team_doctor_list ul li:first-child {
    border-left: 1px solid #ccc;
}

section.team-sec3 h2 {
    font-size: 28px;
    margin-bottom: 14px;
}

li.bodDiv a {
    color: #000;
    display: block;
    height: 100%;
    cursor: pointer;
}

img.imgArrow {
    -webkit-filter: brightness(0.6)contrast(3.4)hue-rotate(339deg)saturate(9.9);
    filter: brightness(0.6) contrast(3.4) hue-rotate(339deg) saturate(9.9);
}

.leadership-pop-content {
    display: flex;
    justify-content: space-between;
}

.leadership_left_box {
    width: 30%;
}

.leadership_left_box img {
    width: 100%;
    border-radius: 10px;
}

.leadership_right_box {
    width: 66%;
    height: 362px;
    overflow-y: auto;
}

.leadership-popup {
    padding: 40px;
    padding-right: 20px;
}

.leadership_right_box h2 {
    color: #E33861;
    font-size: 30px;
    font-weight: bold;
}

.leadership_right_box h6 {
    font-size: 20px;
    color: #848484;
    font-weight: normal;
    margin-bottom: 10px;
}

.leadership_right_box p {
    color: #121212;
    font-size: 15px;
    margin-top: 20px;
    line-height: 22px;
}

.leadership_right_box h5 {
    font-size: 20px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 0px;
}











/*-------------------FERTILITY TREATMENTS CSS-------------------*/

section.fertility_sec1 {
    float: left;
    width: 100%;
    margin: 60px 0px;
}

section.fertility_sec1 h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

section.fertility_sec1 h3 {
    font-size: 22px;
    /* margin-bottom: 20px; */
}

.fertility_sec1_inner_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 18px;
    float: left;
}

.fertility_sec1_inner_box aside {
    width: 48%;
}

.fertility_sec1_inner_box p {
    margin-top: 20px;
}

.fertility-testing-sec4-box1.fertility_treatments_sec2 h3 {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    font-size: 26px;
}

.fertility-testing-sec4-box1.fertility_treatments_sec2 h2 {
    margin-bottom: 46px;
    padding-bottom: 0px;
}

section.fertility-testing-sec4.fertility_treatments_sec2_new {
    background: #FFF6F6;
}

.fertility_sec3_inner_box {
    background: url(../images/fertility_sec3_image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px;
    position: relative;
}

section.fertility_sec3 {
    width: 100%;
    float: left;
    margin: 60px 0px;
}

.fertility_sec3_overlay_box {
    text-align: center;
    padding-top: 120px;
}

.fertility_sec3_overlay_box h2 {
    font-size: 28px;
    color: #fff;
}

.fertility_sec3_overlay_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 210px;
    margin-top: 30px;
}

.fertility_sec3_overlay_box ul li {
    width: 32%;
    margin-bottom: 20px;
    border-radius: 12px;
    background: #FBE8B8;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fertility_sec3_overlay_box ul li h3 {
    font-size: 20px;
    font-weight: 900;
    color: #000;
}

.fertility_sec3_overlay_box ul li h6 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-top: 8px;
}

.fertility_sec3_overlay_box ul li:nth-child(2) {
    background: #FBCFBA;
}

.fertility_sec3_overlay_box ul li:nth-child(3) {
    background: #FFAFDA;
}

.fertility_sec3_overlay_box ul li:nth-child(4) {
    background: #F9A7AD;
}

.fertility_sec3_overlay_box ul li:nth-child(5) {
    background: #FD7092;
}

.fertility_sec3_overlay_box ul li:nth-child(6) {
    background: #E7A8DD;
}

section.fertility_sec4 {
    background: #6C207B;
    background: linear-gradient(90deg, rgba(108, 32, 123, 1) 0%, rgba(255, 0, 90, 1) 100%);
    width: 100%;
    float: left;
    padding: 70px 0px;
    text-align: center;
    color: #fff;
    padding-bottom: 100px;
}

section.fertility_sec4 h2 {
    font-size: 32px;
    margin-bottom: 50px;
}

section.fertility_sec4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
    position: relative;
    z-index: 1;
    padding: 0px 80px;
}

section.fertility_sec4 ul li {
    border: 1px solid #fff;
    padding: 10px 34px;
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.6s;
}

section.fertility_sec4 ul li:hover {
    background: #F587B1;
}

section.fertility_sec4 .center {
    position: relative;
}

.fer_four_back_image_box {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translate(10px, -24%);
    opacity: 0.5;
}

.fer_four_back_image_box img {
    width: 238px;
}

.fer_four_back_image_box img {
    display: none;
}

section.fertility_sec4 ul li a {
    color: #fff;
}

ul.vitro_slider1 li aside figure {
    background: url(../images/fertility-icon-bg.png) no-repeat center center;
    background-size: cover;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.vitro_slider1 li aside figure i {
    width: 49px;
    display: block;
}

ul.vitro_slider1 li aside figure i img {
    width: 100%;
}

.fertility-testing-sec4-box1 ul.vitro_slider1 li a h4 {
    font-size: 16px;
    color: #02001C;
    font-weight: 600;
    margin-top: 14px;
    text-align: center;
}

ul.vitro_slider1 {
    display: block;
    width: 100%;
    margin-top: 26px;
}

ul.vitro_slider1 li {
    padding: 0px 40px;
}

ul.ps_dots5 li button {
    width: 12px;
    height: 14px;
    text-indent: -00;
    font-size: 0px;
    border-radius: 50%;
    border: 1px solid #FF005A;
    background: transparent;
    transition: 0.6s;
    cursor: pointer;
}

ul.ps_dots5 {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.employee_sec2_inner_box ul.ps_dots5 li {
    padding: 0px 4px;
    transition: 0.6s;
    background: none;
    margin: 0px;
    box-shadow: none;
}

ul.ps_dots5 li.slick-active button {
    background: #FF005A;
}

section.mythBusters_box_new ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}

section.mythBusters_box_new {
    margin: 60px 0px;
    width: 100%;
    float: left;
}

section.mythBusters_box_new ul li {
    display: flex;
    justify-content: space-between;
    width: 48%;
    margin-bottom: 40px;
}

.myth_icon_right {
    width: 70%;
}

.myth_icon_box {
    width: 26%;
}

.myth_icon_box img {
    width: 100%;
}

.myth_right_top_box h3 {
    color: #FF0000;
}

.myth_right_top_box p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 4px;
}

.myth_right_top_box {
    margin-bottom: 20px;
}

.myth_right_top_box h4 {
    color: #1D8D48;
}

section.mythBusters_box_new h2 {
    font-size: 30px;
    margin-bottom: 36px;
}

.ifv_failure_box {
    width: 100%;
    float: left;
    background: url(../images/ifv_failure_image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0px;
    color: #fff;
}

.ifv_failure_box h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 12px;
}

.ifv_failure_box p {
    font-size: 18px;
    font-weight: normal;
}

.ifv_failure_list_box {
    display: flex;
    margin-top: 22px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ifv_failure_left_box {
    width: 64%;
}

.ifv_failure_list_box aside {
    background: #FF658A;
    border-radius: 12px;
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ifv_failure_list_box aside:last-child {
    background: transparent;
    width: 70%;
    border-radius: 0px;
}

.ifv_failure_list_box aside ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.ifv_failure_list_box aside ul li {
    width: 32%;
    /* margin-bottom: 10px; */
    border-radius: 12px;
    background: #FBE8B8;
    color: #000;
    text-align: center;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ifv_failure_list_box aside ul li h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.ifv_failure_list_box aside h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.ifv_failure_list_box aside ul li:nth-child(2) {
    background: #FBCFBA;
}

.ifv_failure_list_box aside ul li:nth-child(3) {
    background: #FFAFDA;
}

.ifv_failure_list_box aside ul li:nth-child(4) {
    background: #F9A7AD;
}

.ifv_failure_list_box aside ul li:nth-child(5) {
    background: #FD7092;
}

.ifv_failure_list_box aside ul li:nth-child(6) {
    background: #E7A8DD;
}

.ifv_failure_list_box aside ul li:nth-child(7) {
    background: #F4C756;
}

.ifv_failure_list_box aside ul li:nth-child(8) {
    background: #FF8D56;
}

.ifv_failure_list_box aside ul li:nth-child(9) {
    background: #FF7EC2;
}

section.ifv_looking_box {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

section.ifv_looking_box h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

section.ifv_looking_box p {
    margin-top: 20px;
}

.ifv_bottom_bg_right_box {
    background: url(../images/ifv_bottom_bg_image.jpg);
    width: 100%;
    height: 204px;
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: 100%;
    padding: 20px 72px;
    padding-left: 430px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-items: center;
}

.ivf_bottom_bg_button_box {
    position: relative;
    top: -22px;
}

.ifv_bottom_bg_right_box h4 {
    font-size: 20px;
    margin-bottom: 0px;
    width: 100%;
}

.ifv_bottom_bg_box01 {
    margin-top: 30px;
}

section.fertility-testing-sec4.fertility_treatments_sec2_new.egg {
    padding-bottom: 0px;
}

section.fertility-testing-sec4.fertility_treatments_sec2_new.egg h2 {
    margin-bottom: 50px;
}

section.egg_freezing_sec2 {
    text-align: center;
    margin: 60px 0px;
    width: 100%;
    float: left;
}

section.egg_freezing_sec2 h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

section.egg_freezing_sec2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 24px;
}

section.egg_freezing_sec2 ul li {
    width: 31%;
    margin-bottom: 42px;
}

.egg_freezing_list_box {
    background: #fff;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 29%);
    border-radius: 24px;
    overflow: hidden;
    padding: 6px;
    padding-bottom: 50px;
    height: 100%;
}

.egg_freezing_list_box img {
    width: 100%; border-radius: 24px;
}

.egg_freezing_list_box h3 {
    padding: 0px 20px;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.egg_freezing_list_box p {
    padding: 0px 40px;
}

section.egg_freezing_sec3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.egg_freezing_3_left_box {
    width: 50%;
    background: #EEEEEE;
}

.egg_freezing_3_right_box {
    width: 50%;
    background: #676767;
}

.egg_freez_left_inner_box {
    width:100% ;
    max-width:648px ;
    float: right;
    padding: 60px 40px;
    /* padding-left: 0px; */
}

.egg_freez_right_inner_box {
    width:100% ;
    max-width:648px ;
    padding: 60px 40px;
    color: #fff;
}

.egg_freez_right_inner_box h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.egg_freez_left_inner_box h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.eggs_new_no_text {
    font-family: 'Post No Bills Colombo';
    font-weight: bold;
    color: #E33861;
    font-size: 60px;
    line-height: 62px;
}

.egg_freez_left_inner_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.egg_freez_left_inner_box ul li {
    width: 47%;
    border-right: 1px solid #ccc;
}

.egg_freez_left_inner_box ul li:last-child {
    border-right: none;
}

section.fertility-testing-sec4.fertility_treatments_sec2_new.cryo_box h6 {
    text-align: center;
    width: 100%;
    font-size: 18px;
    margin-top: 40px;
    font-weight: normal;
}

.cryo_box .fertility-testing-sec4-box1.fertility_treatments_sec2 h2 {
    font-weight: bold;
    font-size: 28px;
    padding: 0px 240px;
    line-height: 36px;
}

section.fertility-testing-sec4.fertility_treatments_sec2_new.cryopreservation {
    background: transparent;
}

section.fertility-testing-sec4.fertility_treatments_sec2_new.cryopreservation h6 {
    font-size: 18px;
    text-align: center;
    width: 100%;
    font-weight: normal;
    padding: 0px 100px;
}

.cryopreservation .fertility-testing-sec4-box1.fertility_treatments_sec2 h2 {
    margin-bottom: 50px;
}

section.cryopreservation_table_box {
    width: 100%;
    float: left;
    background: #F1F1F1;
    padding: 60px 0px;
}

section.cryopreservation_table_box h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 40px;
    text-align: center;
}

section.cryopreservation_table_box h3 {
    font-size: 22px;
    text-align: center;
    margin: 20px 0px;
}

.table2 {
    height: auto;
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 18px;
}

.table2 table {
    border-collapse: collapse;
    border: 0;
    margin-left: -1px;
    margin-right: -1px;
    width: 100%;
}

.table2 table th {
    background-color: #e33861;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 26px;
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
}

.table2 table td {
    font-size: 16px;
    font-weight: 400;
    color: #545454;
    line-height: 22px;
    padding: 10px 20px 10px 20px;
    border: 1px solid #f0f0f0;
    -webkit-transition: color .4s;
    transition: color .4s;
}

.table2 table tr {
    -webkit-transition: color .4s;
    transition: color .4s;
}

.table2 table tr:nth-child(odd) {
    background-color: #f3f4ff;
}

.table2 table tr:nth-child(odd):hover {
    background: #e5738e;
}

.table2 table tr:nth-child(odd):hover td {
    color: #fff;
}

.table2 table tr:nth-child(even) {
    background-color: #fff;
}

.table2 table tr:nth-child(even):hover {
    background: #e5738e;
}

.table2 table tr:nth-child(even):hover td {
    color: #fff;
}

.cryopreservation_looking_bottom_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 28px;
    margin-bottom: 48px;
    width: 100%;
    float: left;
}

.cryopreservation_looking_bottom_box ul li {
    width: 50%;
    position: relative;
    padding-left: 36px;
    margin-bottom: 22px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
}

.cryopreservation_looking_bottom_box ul li:before {
    background: url(../images/check_icon_new.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 0px;
    top: -2px;
    width: 26px;
    height: 27px;
}

section.fertility_sec1.injection_sec1 {
    text-align: center;
}

.fertility_sec1_inner_box.injection_sec1 {
    display: block;
}

.fertility_sec1_inner_box.injection_sec1 h2 {
    margin-top: 40px;
}

section.ifv_looking_box h6 {
    font-size: 22px;
    font-weight: normal;
}

.embryo_sec3_box {
    background: url(../images/embryo_sec3_image.jpg);
    width: 100%;
    float: left;
    background-size: cover;
    padding: 60px 0px;
    background-position: center;
}

.embryo_sec3_inner_box {
    width: 60%;
    color: #fff;
}

.embryo_sec3_inner_box h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.embryo_sec3_inner_box ul li .embryo_list_box h3 {
    font-size: 18px;
    margin-bottom: 0px;
}
.embryo_sec3_inner_box p {
    font-size: 18px;
    margin-top: 20px;
}

.embryo_sec3_inner_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.embryo_sec3_inner_box ul li {
    width: 32%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    background: #FBE8B8;
    border-radius: 16px;
    margin-bottom: 16px;
    color: #000;
    font-size: 16px;
}

.embryo_sec3_inner_box ul li:nth-child(2) {
    background: #FBCFBA;
}

.embryo_sec3_inner_box ul li:nth-child(3) {
    background: #FFAFDA;
}

.embryo_sec3_inner_box ul li:nth-child(4) {
    background: #F9A7AD;
}

.embryo_sec3_inner_box ul li:nth-child(5) {
    background: #FD7092;
}

.embryo_sec3_inner_box ul li:nth-child(6) {
    background: #E7A8DD;
}

section.embryo_sec4_box {
    width: 100%;
    float: left;
    padding: 60px 0px;
    text-align: center;
    background: #FFF6F6;
}

section.embryo_sec4_box h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 32px;
    margin-bottom: 20px;
}

section.embryo_sec4_box p {}

section.embryo_sec4_box ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}

section.embryo_sec4_box ul li {
    position: relative;
    width: 18%;
}

section.embryo_sec4_box ul li h3 {
    color: #E33861;
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.menstrual-care-sec4-box1 h3 {
    font-size: 18px;
    margin-bottom: 16px;
}
.menstrual-care-sec4-box1 aside h2 {
    font-size:26px;
    font-weight: 700;
    color: #000;
    line-height: 36px;
    padding: 0px 0px 20px 0;
}
section.embryo_sec4_box ul li p {
    font-size: 16px;
    color: #02001C;
    margin-top: 8px;
    padding: 0px 40px;
}

section.embryo_sec4_box ul li:after {
    background: url(../images/orange-bg.png);
    width: 46px;
    content: "";
    position: absolute;
    right: -20px;
    top: 50px;
    height: 100%;
    background-repeat: no-repeat;
}

section.embryo_sec4_box ul li:nth-child(2)::after {
    background: url(../images/yellow-bg.png);
    width: 46px;
    content: "";
    position: absolute;
    right: -20px;
    top: 50px;
    height: 100%;
    background-repeat: no-repeat;
}

section.embryo_sec4_box ul li:nth-child(3)::after {
    background: url(../images/L-green-bg.png);
    width: 46px;
    content: "";
    position: absolute;
    right: -20px;
    top: 50px;
    height: 100%;
    background-repeat: no-repeat;
}

section.embryo_sec4_box ul li:nth-child(4)::after {
    background: url(../images/D-green-bg.png);
    width: 46px;
    content: "";
    position: absolute;
    right: -20px;
    top: 50px;
    height: 100%;
    background-repeat: no-repeat;
}

section.embryo_sec4_box ul li:last-child::after {
    display: none;
}

section.fertility-testing-sec4.fertility_treatments_sec2_new.cryo_box.embracing_new_box {
    background: #fff;
}

.cryo_box.embracing_new_box p {
    text-align: center;
    margin-top: 20px;
}

.cryo_box.embracing_new_box ul {
    margin-bottom: 20px;
}

.menopause_inner_box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

section.menopause_box {
    width: 100%;
    float: left;
    background: #FFF6F6;
    padding: 60px 0px;
}

.menopause_left_box {
    width: 40%;
}

.menopause_right_box {
    width: 56%;
}

.menopause_left_box img {
    width: 100%;
}

.menopause_right_box h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

.menopause_right_box p {
    margin-top: 20px;
}

section.menopause_box2 {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.menopause_box2_inner_box.cryopreservation_looking_bottom_box h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.menopause_box2_inner_box.cryopreservation_looking_bottom_box h6 {
    font-size: 20px;
    font-weight: normal;
    padding-right: 150px;
}

.menopause_box2_inner_box.cryopreservation_looking_bottom_box ul li p {
    margin-top: 12px;
}

.menopause_box2_inner_box.cryopreservation_looking_bottom_box ul li {
    margin-bottom: 34px;
}

.menopause_box2_inner_box.cryopreservation_looking_bottom_box ul {
    margin-top: 46px;
    margin-bottom: 20px;
}

.menopause_box2_inner_box.cryopreservation_looking_bottom_box p {
    margin-top: 13px;
}

.facing_box {
    background: url(../images/facing_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    float: left;
    padding: 60px 0px;
    height: 660px;
    padding-top: 340px;
}

section.facing_box h2 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    width: 100%;
}

.health_sec1_inner_box aside h2 {
    margin-bottom: 26px;
}

section.health_sec1.sec {
    background: #fff;
}

section.health_sec1.sec .health_sec1_inner_box {
    flex-direction: row-reverse;
}








/*-------------------ACCORDION CSS-------------------*/
.warranty_accordian article:first-child {
    border-top: 0px solid #e2e2e2;
}

.warranty_accordian article {
    border-top: 0px solid #000;
    background: #FFF3F3;
    /* width: 48%; */
    border: 1px solid #FFA1B8;
    border-radius: 14px;
    margin-bottom: 16px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 16%);
}

.warranty_accordian article>h2 {
    cursor: pointer;
    position: relative;
    /* border-top: 1px solid #e5e5e5; */
    /* border-bottom: 1px solid #f3f3f3; */
    /* background: #f6f6f6; */
    margin: 0;
    /* padding: 0 0 10px 0; */
}

.scAactive h2 {
    /* background: #fff!important; */
    /* border-bottom: 0px solid #f3f3f3!important; */
}

.warranty_accordian article>h2 span {
    width: 99%;
    max-width: 1055px;
    margin: 0 auto;
    display: block;
    padding: 26px 40px 26px 22px;
    font-size: 21px;
    line-height: 22px;
    color: #000000;
    font-weight: bold;
    position: relative;
    font-family: 'ITC Avant Garde Gothic Std';
}

.warranty_accordian article>h2 span small {
    width: 45px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #ebb818;
    text-align: left;
}

.warranty_accordian article.scAactive>h2 span:after {
    background: url(../images/accordion_arrow_icon.png) no-repeat 0 -16px;
}

.warranty_accordian article>h2 span:after {
    content: '';
    display: block;
    clear: both;
    width: 32px;
    height: 16px;
    background: url(../images/accordion_arrow_icon.png) no-repeat 0 0;
    position: absolute;
    top: 32px;
    right: 0;
}

.warranty_accordian article>div {
    width: 100%;
    padding: 14px 0 30px 0;
    border-top: 1px solid #e7e7e7;
}

.scAactive>div {
    border-top: 0px solid #e7e7e7 !important;
}

.warranty_accordian article>div section {
    width: 100%;
    max-width: 1055px;
    margin: 0 auto;
    padding-left: 26px;
    position: relative;
}

.warranty_accordian article>div section aside {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    padding-right: 50px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 400;
    color: #262626;
    line-height: 22px;
    text-align: left;
}

.warranty_accordian article>div section aside ul li {
    margin-bottom: 8px;
    list-style: disc;
    margin-left: 20px;
}

.warranty_accordian article>div section aside p:last-child {
    padding-bottom: 0px;
}

.warranty_accordian article>div section aside p {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    padding-bottom: 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    color: #5A3535;
    line-height: 26px;
    text-align: left;
    margin: 0;
}

.warranty_accordian article>div section:after {
    content: '';
    width: 100%;
    clear: both;
    line-height: 0;
    font-size: 0;
    display: block;
}

.warranty_accordian article:first-child h2 {
    border-top: none;
}

.warranty_accordian article>div section span small {
    width: 45px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #ebb818;
    text-align: left;
}

.faq ul.artillery_tab {
    margin-top: 0px;
}

.faq .list_bullet2 li {
    border-bottom: 1px solid rgb(204 204 204 / 54%);
    padding-bottom: 26px;
    margin-bottom: 10px;
}

.warranty_accordian article>div section aside p a {
    color: #2364ad;
    word-break: break-all;
}

.facing_accordion_box {
    width: 100%;
    float: left;
    margin-top: -160px;
    margin-bottom: 60px;
}

.warranty_accordian {
    /* display: flex; */
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
    width: 48%;
}

.warranty_accordian article.scAactive>h2 span {
    border-bottom: 1px solid #FFA1B8;
}

.warranty_accordian article.scAactive>h2 span {
    color: #ef5f82;
}

.facing_accordion_box .center {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.health_sec1 {
    background: #FFF6F6;
    width: 100%;
    float: left;
    padding: 70px 0px;
    /* margin-bottom: 20px; */
}

.health_sec1_inner_box {
    display: flex;
    justify-content: space-between;
}

.health_sec1_inner_box aside {
    width: 56%;
}

.health_sec1_inner_box figure {
    width: 40%;
}

.health_sec1_inner_box figure img {
    width: 100%;
}

.health_sec1_inner_box aside ul li {
    width: 100%;
    position: relative;
    padding-left: 36px;
    margin-bottom: 22px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 26px;
}

.health_sec1_inner_box aside ul li:before {
    background: url(../images/check_icon_new.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 0px;
    top: -2px;
    width: 26px;
    height: 27px;
}

section.health_sec2 ul li {
    width: 100%;
    position: relative;
    padding-left: 36px;
    margin-bottom: 22px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
}

section.health_sec2 {
    width: 100%;
    float: left;
    padding: 60px 0px;
    padding-top: 30px;
}

section.health_sec2 ul li:before {
    background: url(../images/check_icon_new.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 0px;
    top: -2px;
    width: 26px;
    height: 27px;
}

section.health_sec2 ul {
    margin-top: 40px;
    margin-bottom: 40px;
}

section.health_sec2 h6 {
    font-size: 20px;
}

.abour_video_box video {
    /* height: 620px; */
    width: 100%;
    float: left;
    height: calc(100vh - 100px);
}

section.about_us_sec1 {
    width: 100%;
    float: left;
    padding: 80px 0px;
}

section.about_us_sec1 .about_sec1_inner_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_sec1_left_box {
    width: 38%;
}

.about_sec1_right_box {
    width: 56%;
}

.about_sec1_left_box img {
    width: 100%;
}

.about_sec1_right_box h2 {
    font-size: 28px;
}

.about_sec1_right_box h2 {
    font-size: 22px;
    margin-top: 20px;
    line-height: 36px;
    margin-bottom: 20px;
}
.about_sec1_right_box h1 {
    font-size: 36px;
}
.about_sec1_right_box p {
    margin-top: 20px;
}

.about_us_sec2 {
    /* background: url(../images/about_sec2_image.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0px;
    width: 100%;
    float: left;
    background-size: cover;
}

.about_sec2_inner_box {
    width: 56%;
}
.about_sec2_two_coloum_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.about_sec2_inner_box h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.about_sec2_inner_box p {
    margin-top: 20px;
}

section.about_us_sec3 {
    width: 100%;
    float: left;
    margin: 60px 0px;
    background: #f8f8f8;
    padding: 40px 0px;
    margin-bottom: 0px;
}

section.about_us_sec3 h2 {
    font-size: 28px;
    margin-bottom: 40px;
}

.about_sec3_inner_box {
    /* display: flex; */
    /* justify-content: space-between; */
}

.about_sec3_left_box {
    width: 30%;
}
ul.about_us_expart_slider li {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.about_sec3_left_box img {
    width: 100%;
}

.about_sec3_right_box {
    width: 66%;
}

.about_sec3_right_box h4 {
    font-size: 40px;
    color: #E33861;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
}

.about_sec3_right_box h4 span {
    display: block;
    color: #000;
}

.about_sec3_right_box h5 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 16px;
}

.about_us_sec4 {
    /* background: url(../images/about_sec4_image.jpg); */
    padding: 20px 0px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    float: left;
    background-size: cover;
    margin-top: 56px;
}

.about_sec4_inner_box {
    width: 56%;
    float: right;
}
.about_sec4_main_inner_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_sec4_inner_box h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 40px;
}

.about_sec4_inner_box p {
    margin-top: 20px;
}

section.about_us_service {
    width: 100%;
    float: left;
    margin: 60px 0px;
}

section.about_us_service h2 {
    font-size: 28px;
    margin-bottom: 40px;
}

.about_service_inner_box ul li {
    width: 31%;
    margin-bottom: 20px;
}

.about_service_inner_box ul {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.about_service_inner_box ul li figure {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.about_service_inner_box ul li figure img.arrow_icon {
    position: absolute;
    right: 26px;
    bottom: 26px;
    width: 50px;
    transition: 1s;
}

.about_service_inner_box ul li figure:hover img.arrow_icon {
    transform: scale(0.8);
}

.about_service_inner_box ul li figure img.about_service_thumb_image {
    width: 100%;
    border-radius: 12px;
}

.about_service_inner_box ul li h3 {
    font-size: 18px;
    color: #050505;
    font-weight: bold;
    margin-top: 10px;
}

.about_service_inner_box ul li figure img.about_service_thumb_image:hover {
    transform: scale(1.1);
}

.about_service_inner_box ul li figure img.about_service_thumb_image {
    transition: 1s;
}

section.about_us_family_box {
    width: 100%;
    float: left;
    background: #FFF0F1;
    padding: 0px 0px;
}
section.about_us_family_box.gayno .about_us_family_inner_box .about_us_family_right_box {
    width: 70%;
}
.about_us_family_inner_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.about_us_family_left_box {
    width: 24%;
}

.about_us_family_left_box img {
    width: 100%;
    display: block;
}

.about_us_family_right_box {
    width: 44%;
}

.about_us_family_right_box h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 40px;
}

.about_us_family_right_box p {
    margin-top: 20px;
}

.about_us_family_right_box h3 {
    font-size: 18px;
    margin-top: 24px;
}

section.about_us_family_box.gayno {
    background: #fff;
    margin-bottom: 50px;
}

section.about_us_family_box.gayno .about_us_family_inner_box {
    flex-direction: row-reverse;
}

ul.vitro_slider1.center_new .slick-list .slick-track {
    /* width: 100% !important; */
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 0px auto;
}

.join_us_sec3 {
    background: url(../images/join_us_sec3_image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.join_us_inner_box h2 {
    font-size: 48px;
    color: #fff;
    text-align: center;
}

.join_us_inner_box {
    margin-top: 290px;
}

.join_us_inner_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 860px;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 40px;
}

.join_us_inner_box ul li {
    background: #F9A7AD;
    padding: 20px 30px;
    border-radius: 14px;
    width: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
}

.join_us_inner_box ul li:nth-child(2) {
    background: #FD7092;
}

.join_us_inner_box ul li:nth-child(3) {
    background: #FBE8B8;
}

.join_us_inner_box ul li:nth-child(4) {
    background: #FFAFDA;
}

.employee_testimonials_sec1_box1 ul li figure span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 58px;
    height: 58px;
    background: rgba(0, 0, 0, 0.50);
    border: 1px solid #FF1F1F;
    margin: -29px auto 0;
    border-radius: 50%;
}

.employee_testimonials_sec1_box1 ul li {
    position: relative;
    padding: 0px 10px;
}

.employee_testimonials_sec1_box1 ul li a aside figure img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.employee_testimonials_sec1_box1 ul li a:hover aside figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.employee_testimonials_sec1_box1 ul li aside figure span img {
    margin: 14px auto 0;
    width: 28px;
    height: 30px;
    display: block;
    border-radius: 0px;
}

.employee_testimonials_sec1_box1 ul li a aside figure {
    overflow: hidden;
    border-radius: 14px;
}

section.employee_sec2 {
    width: 100%;
    float: left;
    margin-top: 50px;
    position: relative;
    padding-bottom: 100px;
}

section.employee_sec2 h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.employee_spake_top_box {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 24px;
}

.employee_sec2_inner_box ul li {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 14px rgb(227 56 97 / 22%);
    border-radius: 14px;
    margin: 14px 14px;
    min-height: 320px;
    position: relative;
}

.employee_spake_top_box figure {
    padding-right: 14px;
    border-right: 1px solid #ccc;
    margin-right: 14px;
}

.employee_spake_top_box aside h5 {
    font-size: 16px;
    color: #4B4B4B;
    font-weight: normal;
    font-style: italic;
}

.employee_spake_top_box aside h3 {
    font-style: italic;
    font-weight: normal;
}

.employee_sec2_inner_box p {
    line-height: 26px;
}

a.employee_spake_view_more_button {
    font-size: 16px;
    color: #E33861;
    font-weight: normal;
    margin-top: 20px;
    display: block;
    float: right;
    letter-spacing: 1px;
    position: absolute;
    right: 20px;
    bottom: 30px;
}

section.employee_sec2:after {
    background: #E33861;
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 254px;
    z-index: 0;
}

.employee_sec2_inner_box {
    position: relative;
    z-index: 1;
}

.employee_sec2_inner_box ul.ps_dots5 li button {
    border: 1px solid #fff;
}

.employee_sec2_inner_box ul.ps_dots5 li.slick-active button {
    background: #fff;
}

.employee_testimonials_sec1_box1 ul.ps_dots5 li {
    padding: 0px 4px;
}

.fertility_sec1_inner_box.apply_box {
    text-align: center;
}

.fertility_sec1_inner_box.apply_box h6 {
    text-align: center;
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
}

.fertility_sec1_inner_box.apply_box {
    /* margin-top: 34px; */
    width: 100%;
    float: left;
}

.fertility_sec1_inner_box.apply_box p {
    line-height: 28px;
}

.apply_form .floating-label label {
    color: #181818;
    font-size: 16px;
}

.apply_form .floating-input:focus~label,
.apply_form .floating-input:not(:placeholder-shown)~label,
.apply_form .floating-input:focus~label strong,
.apply_form .floating-input:not(:placeholder-shown)~label strong {
    color: #bbbbbb;
}

.from-main.apply_form ul {
    /* width: 100%; */
    justify-content: space-between;
}

.from-main.apply_form ul li.row2 {
    width: 46%;
}

.apply_form .floating-label label strong {
    color: #ff005a;
}

.apply_form .floating-input,
.apply_form .floating-select {
    color: rgb(0 0 0);
}

.from-main.apply_form {
    margin-bottom: 60px;
}

section.apply_sec2 h4 {
    font-size: 22px;
    font-weight: normal;
}

section.apply_sec2 {
    width: 100%;
    float: left;
    margin-top: 30px;
}



/*----------------FILE UPLOAD CSS--------------------*/
.file-upload {
    display: block;
    text-align: center;
    /* font-family: Helvetica, Arial, sans-serif; */
    font-size: 12px;
}

.file-upload .file-select {
    display: block;
    border-bottom: 1px dashed #ACACC0;
    color: #34495e;
    cursor: pointer;
    height: 46px;
    line-height: 46px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    float: right;
    background: #dce4ec;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    /* padding: 0 10px; */
    color: #000;
    font-size: 16px;
}

.file-upload .file-select:hover {
    border-color: #ff005a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    float: right;
    background: #ff005a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

span.choose_file_bottom_text {
    width: 100%;
    text-align: left;
    margin-top: 4px;
    color: #4E9242;
    display: flex;
    align-items: flex-end;
}

span.choose_file_bottom_text img {
    margin-right: 4px;
}

.from-main.apply_form .submit-box {
    margin-top: 30px;
    float: left;
}

section.current_opening_sec1 {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}

section.current_opening_sec1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.current_opening_sec1 ul li:first-child {
    display: flex;
    justify-content: space-between;
    width: 66%;
    background: #FBE8B8;
    border-radius: 10px;
    overflow: hidden;
    color: #000;
}

section.current_opening_sec1 ul li figure img {
    display: block;
}

.current_opening_right_box {
    padding: 30px;
    position: relative;
    height: 100%;
}

.current_opening_right_box h6 {
    font-size: 22px;
    color: #0F0F0F;
    font-weight: bold;
    margin-bottom: 14px;
}

.current_opening_right_box p {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 26px;
}

a.current_view_more_button {
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    bottom: 36px;
}

.current_opening_right_box:after {
    background: url(../images/current_arrow.png);
    width: 30px;
    height: 49px;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    left: -30px;
    top: 30px;
}

section.current_opening_sec1 ul li {
    width: 32%;
    background: #FF5C83;
    border-radius: 10px;
    color: #fff;
}

.current_opening_right_box.right h6 {
    color: #fff;
}

.current_opening_right_box.right:after {
    display: none;
}

.current_opening_right_box.right:before {
    background: url(../images/data-entry_icon01.png);
    width: 156px;
    height: 142px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    content: "";
}

.current_opening_right_box.right a.current_view_more_button {
    color: #fff;
}

section.current_opening_sec1 ul li:nth-child(3),
section.current_opening_sec1 ul li:nth-child(4),
section.current_opening_sec1 ul li:nth-child(5) {
    width: 32%;
    margin-top: 26px;
    min-height: 270px;
}

section.current_opening_sec1 ul li:nth-child(3) {
    background: #91479F;
}

section.current_opening_sec1 ul li:nth-child(4) {
    background: #D972A9;
}

section.current_opening_sec1 ul li:nth-child(5) {
    background: url(../images/current_opening_last_image.jpg);
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
}

.current_opening_right_box.three:before {
    background: url(../images/ditician_icon.png);
    width: 118px;
    height: 148px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    content: "";
}

.current_opening_right_box.four:before {
    background: url(../images/exicutive_icon.png);
    width: 100px;
    height: 148px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    content: "";
}

.current_opening_right_box.three h6 {
    color: #fff;
}

.current_opening_right_box.four h6 {
    color: #fff;
}

.current_opening_right_box.five h6 {
    color: #fff;
}

section.current_opening_sec1 ul li:first-child a.current_view_more_button {
    color: #e33861;
}

.current_opening_right_box.three:after {
    display: none;
}

.current_opening_right_box.four:after {
    display: none;
}

.current_opening_right_box.five:after {
    display: none;
}

.current_opening_right_box.five {
    height: 270px;
}

.top_title_des ul li {
    font-size: 20px;
    margin-bottom: 10px;
    color: #E33861;
}
.current_opening_two_coloum_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.description_box .current_opening_two_coloum_box small {
    margin-top: 0px;
}

.top_title_des ul li span {
    color: #000;
}

.top_title_des h6 {
    font-size: 20px;
}

section.description_box h2 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 30px;
}

section.description_box p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 24px;
}

section.description_box {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}

section.description_box h4 {
    font-weight: normal;
    font-size: 20px;
    margin-top: 50px;
}

section.description_box samp {
    position: relative;
    margin-top: 14px;
    display: block;
    padding-left: 34px;
    margin-bottom: 14px;
}

section.description_box samp:before {
    content: "";
    background: url(../images/check_icon_new.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    background-size: 100%;
}
.currrent_two_side {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.currrent_two_side .current_coloum_two_new {
    width: 46%;
}

.currrent_two_side .current_coloum_two_new .doctor_qualification {
    width: 100%;
    display: block;
}

.currrent_two_side .current_coloum_two_new .doctor_qualification ul {
    width: 100%;
}
.doctor_qualification {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.doctor_qualification ul {
    width: 46%;
}

.doctor_qualification ul li {
    position: relative;
    margin: 18px 0px;
    padding-left: 30px;
}

.doctor_qualification ul li:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0px; */
    /* top: 10px; */
    /* width: 6px; */
    /* height: 2px; */
    /* background: #e33861; */
    content: "";
    background: url(../images/check_icon_new.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    background-size: 100%;
}
.doctor_qualification.full ul {
    width: 100%;
}
section.description_box small {
    margin-top: 40px;
}
section.fertility_sec1.patient_stories_box {
    text-align: center;
}

section.fertility_sec1.patient_stories_box p {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 26px;
    padding: 0px 120px;
}
section.patient_stories_sec2 h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

section.patient_stories_sec2 ul li {
    padding: 60px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.patient_stories_sec2 ul li:nth-child(odd) {
    background: #FFF6F6;
}
.patient_inner_box {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.patient_inner_box figure img {
    border-radius: 50%;
}

.patient_inner_box aside {
    padding-left: 70px;
}

.patient_inner_box aside h5 {
    font-size: 22px;
    margin-top: 20px;
}

.patient_text_box {
    position: relative;
}

.patient_text_box p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 30px;
}
.patient_text_box p span {
    color: #ff005a;
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    left: -16px;
    top: -8px;
}
section.patient_stories_sec2 h2 {
    text-align: center;
    font-size: 36px;
}
.patient_text_box p span.last {
    position: inherit;
    line-height: 26px;
}
section.patient_stories_sec2 {
    width: 100%;
    float: left;
}
.from-main.apply_form ul li.row2.apply_captcha {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.from-main.apply_form ul li.row2.apply_captcha .captcha small {
    color: #000;
}

.from-main.apply_form ul li.row2.apply_captcha .captcha {display: flex;justify-content: flex-end;width: 40%;align-items: center;}

.from-main.apply_form ul li.row2.apply_captcha .floating-label {
    width: 68%;
}
.suc_top_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
}

.suc_left_box {
    width: 36%;
}

.suc_left_box img {
    width: 100%;
}

.suc_right_box {
    width: 58%;
    text-align: left;
}

section.fertility_sec1.patient_stories_box .suc_right_box p {
    padding: 0px 0px;
}
section.suc_sec2 {
    width: 100%;
    float: left;
    background: #FFF6F6;
    padding: 60px 0px;
}

section.suc_sec2 h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}
.suc_sec2_inner_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.suc_sec2_inner_box ul {
    width: 46%;
}

.suc_sec2_inner_box ul li {
    margin-bottom: 26px;
    padding-left: 38px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}

.suc_sec2_inner_box ul li:before {
    content: "";
    background: url(../images/check_icon_new.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 26px;
    height: 27px;
}
section.suc_sec3 {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

section.suc_sec3 h3 {
    font-size: 30px;
    margin-bottom: 26px;
}

section.suc_sec3 ul {
    display: flex;
    justify-content: space-between;
}

section.suc_sec3 ul li span {
    color: #E33861;
    font-size: 70px;
    font-family: 'Post No Bills Colombo';
    font-weight: bold;
    line-height: 66px;
}

section.suc_sec3 ul li {
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
    padding-right: 30px;
    padding-left: 30px;
}

section.suc_sec3 ul li:last-child {
    border-right: 0px;
    padding-right: 0px;
}

section.suc_sec3 ul li samp {
    font-size: 20px;
    padding-left: 20px;
    line-height: 26px;
}

section.suc_sec3 ul li:first-child {
    padding-left: 0px;
}
section.suc_sec3 h4 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 30px;
}

section.suc_sec3 h5 {
    font-size: 16px;
    font-weight: normal;
}
ul.ps_dots5 li {
    padding: 0px 6px;
}
section.suc_sec4 ul li figure {
    background: url(../images/fertility-icon-bg.png) no-repeat center center;
    background-size: cover;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.suc_sec4 ul {
    display: flex;
    justify-content: center;
    gap: 90px;
    text-align: center;
    margin: 40px 0px;
}

section.suc_sec4 h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}

section.suc_sec4 p {
    padding: 0px 130px;
    text-align: center;
    line-height: 30px;
}
section.suc_sec4 {
    background: #FFF6F6;
    width: 100%;
    float: left;
    padding: 60px 0px;
    text-align: center;
}

section.suc_sec4 ul li h5 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 0px;
}

section.suc_sec4 ul li h6 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 6px;
}

section.suc_sec4 ul li {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 158px;
}
section.suc_sec4 h5 {
    font-size: 20px;
    margin-top: 26px;
    margin-bottom: 6px;
}
section.suc_sec5 {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.suc5_inner_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec5_left_box {
    width: 38%;
}

.sec5_left_box img {
    width: 100%;
}

.sec5_right_box {
    width: 58%;
}

.sec5_right_box h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.sec5_right_box p {
    margin-top: 20px;
    line-height: 24px;
}
section.suc_sec5.new {
    background: #FFF6F6;
}

section.suc_sec5.new .suc5_inner_box {
    flex-direction: row-reverse;
}
section.doctor_speak_sec2 {
    width: 100%;
    float: left;
    background: #FFF6F6;
    padding: 60px 0px;
}
.doc_speak .center {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.doctor_speak_sec2_inner_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.doc_sp_sec2_right_box h2 {
    font-size: 26px;
    margin-bottom: 14px;
}

.doc_sp_sec2_right_box h3 {
    font-size: 18px;
    font-weight: normal;
}

.doc_sp_sec2_right_box h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.doc_sp_sec2_right_box p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 24px;
}

.doc_sp_sec2_right_box {
    width: 100%;
}
.doc_sp_sec2_right_box img.doc_speak_thum {
    float: left;
    width: 40%;
    margin-right: 30px;
    margin-bottom: 20px;
}
.moretext {
  display: none;
}
.moretext1 {
  display: none;
}
a.doc_view_more_button {
    font-size: 16px;
    font-weight: 600;
    color: #ff005a;
    cursor: pointer;
    float: right;
}
section.doctor_speak_sec2.doc_speak.scond {background: #fff;}
section.doctor_speak_sec2.doc_speak.scond .doc_sp_sec2_right_box img.doc_speak_thum2 {
    float: right;
    width: 40%;
    margin-left: 30px;
    margin-bottom: 20px;
}
.doc_sp_sec2_right_box h4 br {
    display: block;
}
section.doctor_speak_sec2.doc_speak.scond .doc_sp_sec2_right_box img.doc_speak_thum3 {
    float: left;
    width: 40%;
    margin-right: 30px;
    margin-bottom: 20px;
}
img.doc_speak_thum4 {
    width: 48%;
}

img.doc_speak_thum5 {
    width: 48%;
}
.doc_speak_two_image_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 24px;
}
.team_doctor_list ul li:nth-child(9) {
    border-left: 1px solid #ccc;
    border-top: none;
}











@media screen and (max-width:820px) {

    html,
    body {
        overflow-x: hidden;
    }

    .overlayImgDiv {
        position: absolute;
        overflow: hidden;
        top: 0px;
        top: 40px;
        left: 0px;
        right: 0px;
        width: 212px;
        height: 212px;
        overflow: hidden;
        margin: 0px auto;
    }

    .team_doctor_list ul li {
        height: 360px;
        width: 100%;
        margin-bottom: 20px;
        border-right: 1px solid #ccc;
    }

    .captionDir {
        width: 92%;
    }

    .bodDiv:hover .imageBOD,
    .bodDiv:hover .bodName,
    .bodDiv:hover .bodDesig,
    .centerBodDiv:hover .imageBOD,
    .centerBodDiv:hover .bodName,
    .centerBodDiv:hover .bodDesig {
        opacity: 0;

    }

    .bodDiv:hover .bodImage,
    .centerBodDiv:hover .bodImage {
        opacity: 1;
    }

    .bodDiv:hover .bodOverlay,
    .centerBodDiv:hover .bodOverlay {
        display: none;
    }

    .bodDiv:hover .bodName {
        opacity: 1;
        color: #000;
    }

    .bodDiv:hover .bodDesig {
        opacity: 1;
        color: #000;
    }

    .team_bani_box_overlay {
        position: inherit;
        transform: translate(0px, 0px);
    }

    .team_bani_right_box {
        width: 100%;
        padding: 24px 24px;
    }

    .team_bani_right_box h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .team_head_right_box {
        margin-left: 44px;
    }

    .team_head_right_box h4 {
        font-size: 16px;
    }

    section.team-sec3 h3 {
        font-size: 36px;
    }

    .leadership-popup {
        padding-right: 20px;
        padding-left: 20px;
    }

    .leadership-pop-content {
        flex-wrap: wrap;
    }

    .leadership_left_box {
        width: 50%;
        margin: 0px auto;
    }

    .leadership_right_box {
        width: 100%;
        height: auto;
        margin-top: 20px;
        padding-right: 20px;
        overflow-y: hidden;
    }

    .leadership_right_box h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .leadership_right_box h6 {
        font-size: 18px;
    }

    .bodName {
        padding-right: 20px;
    }

    section.fertility_sec1 h2 {
        font-size: 28px;
        padding-top: 30px;
    }

    section.fertility_sec1 h4 {
        font-size: 18px;
        /* margin-bottom: 20px; */
    }

    .fertility_sec1_inner_box aside {
        width: 100%;
    }

    .fertility_sec3_overlay_box h4 {
        font-size: 30px;
        color: #fff;
    }

    .fertility_sec3_inner_box {
        padding: 40px 20px;
    }

    .fertility_sec3_overlay_box ul {
        padding: 0px;
    }

    .fertility_sec3_overlay_box ul li {
        width: 100%;
    }

    section.fertility_sec4 ul li {
        padding: 10px 20px;
        font-size: 14px;
    }

    section.fertility_sec4 ul {
        gap: 14px;
    }

    section.team-sec3.sec2 .team_doctor_list ul li:nth-child(5),
    section.team-sec3.sec2 .team_doctor_list ul li:nth-child(6),
    section.team-sec3.sec2 .team_doctor_list ul li:nth-child(7),
    section.team-sec3.sec2 .team_doctor_list ul li:nth-child(8) {
        border-top: 1px solid #ccc;
    }

    .team_doctor_list ul li {
        border: 1px solid #ccc;
    }

    section.mythBusters_box_new ul li {
        width: 100%;
        margin-bottom: 40px;
    }

    .ifv_failure_left_box {
        width: 100%;
    }

    .ifv_failure_list_box aside {
        width: 100%;
        padding: 20px 20px;
    }

    .ifv_failure_list_box aside:last-child {
        width: 100%;
        padding: 10px 0px;
    }

    .ifv_failure_list_box aside ul li {
        width: 48%;
    }

    .ifv_bottom_bg_right_box {
        background: url(../images/ifv_bottom_bg_image_mob.jpg);
        height: 454px;
        width: 100%;
        background-size: 100%;
        padding: 18px;
        background-repeat: no-repeat;
        padding-top: 10px;
        display: block;
    }

    .ivf_bottom_bg_button_box {
        position: relative;
        top: 0px;
        margin-top: 12px;
    }

    .ivf_bottom_bg_button_box small {
        margin-bottom: 6px;
    }

    section.egg_freezing_sec2 ul li {
        width: 100%;
        margin-bottom: 18px;
    }

    .egg_freezing_3_left_box {
        width: 100%;
    }

    .egg_freez_left_inner_box {
        width: 100%;
        padding: 20px;
        padding-left: 20px;
    }

    .egg_freezing_3_right_box {
        width: 100%;
        background: #676767;
    }

    .egg_freez_right_inner_box {
        width: 100%;
        padding: 20px;
    }

    .egg_freez_left_inner_box ul li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .egg_freez_left_inner_box ul li:last-child {
        border-right: none;
        border-bottom: none;
        margin-bottom: 0px;
    }

    .egg_freez_left_inner_box h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .eggs_new_no_text {
        font-size: 50px;
        line-height: 52px;
    }

    section.fertility-testing-sec4.fertility_treatments_sec2_new.egg {
        padding-bottom: 30px;
    }

    .cryo_box .fertility-testing-sec4-box1.fertility_treatments_sec2 h2 {
        font-size: 22px;
        padding: 0px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    section.fertility-testing-sec4.fertility_treatments_sec2_new.cryopreservation h6 {
        padding: 0px;
    }

    section.cryopreservation_table_box h2 {
        font-size: 26px;
        line-height: 32px;
    }

    section.cryopreservation_table_box h6 {
        font-size: 18px;
    }

    .table2 table td {
        font-size: 12px;
        line-height: 16px;
        padding: 10px 10px 10px 10px;
    }

    .cryopreservation_looking_bottom_box ul li {
        width: 100%;
        font-size: 14px;
        text-align: left;
    }

    section.ifv_looking_box p {
        text-align: center;
    }

    section.ifv_looking_box h2 {
        font-size: 26px;
        text-align: center;
    }

    .embryo_sec3_inner_box {
        width: 100%;
        text-align: center;
    }

    section.embryo_sec4_box h2 {
        font-size: 30px;
        line-height: 40px;
    }

    section.embryo_sec4_box ul li {
        position: relative;
        width: 100%;
        margin-bottom: 60px;
    }

    section.embryo_sec4_box ul li:after {
        width: 46px;
        content: "";
        position: absolute;
        right: 0px;
        top: inherit;
        height: 296px;
        background-repeat: no-repeat;
        bottom: -198px;
        transform: rotate(90deg);
        left: 0px;
        margin: 0px auto;
        background-position: center;
    }

    section.embryo_sec4_box ul li:nth-child(2):after {
        width: 46px;
        content: "";
        position: absolute;
        right: 0px;
        top: inherit;
        height: 296px;
        background-repeat: no-repeat;
        bottom: -198px;
        transform: rotate(90deg);
        left: 0px;
        margin: 0px auto;
        background-position: center;
    }

    section.embryo_sec4_box ul li:nth-child(3):after {
        width: 46px;
        content: "";
        position: absolute;
        right: 0px;
        top: inherit;
        height: 296px;
        background-repeat: no-repeat;
        bottom: -198px;
        transform: rotate(90deg);
        left: 0px;
        margin: 0px auto;
        background-position: center;
    }

    section.embryo_sec4_box ul li:nth-child(4):after {
        width: 46px;
        content: "";
        position: absolute;
        right: 0px;
        top: inherit;
        height: 296px;
        background-repeat: no-repeat;
        bottom: -198px;
        transform: rotate(90deg);
        left: 0px;
        margin: 0px auto;
        background-position: center;
    }

    .embryo_sec3_inner_box ul li {
        width: 48%;
    }

    .menopause_left_box {
        width: 100%;
    }

    .menopause_right_box {
        width: 100%;
        margin-top: 20px;
    }

    .menopause_box2_inner_box.cryopreservation_looking_bottom_box h6 {
        padding-right: 0px;
    }

    .facing_accordion_box .center {
        width: 96%;
    }

    .warranty_accordian {
        width: 100%;
    }

    .warranty_accordian article>h2 span {
        font-size: 18px;
    }

    section.health_sec1 {
        padding: 40px 0px;
    }

    .health_sec1_inner_box {
        flex-wrap: wrap;
    }

    .health_sec1_inner_box figure {
        width: 100%;
    }

    .health_sec1_inner_box aside {
        width: 100%;
        margin-top: 20px;
    }

    .about_sec1_left_box {
        width: 100%;
    }

    .about_sec1_right_box {
        width: 100%;
    }

    .about_sec1_right_box h2 {
        font-size: 46px;
        line-height: 50px;
    }

        .about_sec2_inner_box h2 {
            font-size: 30px;
            line-height: 46px;
        }

    .about_sec2_inner_box {
        width: 100%;
    }

        section.about_us_sec3 h2 {
            font-size: 28px;
            line-height: 46px;
        }

    .about_sec3_inner_box {
        flex-wrap: wrap;
    }

    .about_sec3_left_box {
        width: 100%;
    }

    .about_sec3_right_box {
        width: 100%;
    }

  .about_sec3_right_box h4 {
      font-size: 26px;
      line-height: 36px;
      margin-top: 20px;
  }
  .about_sec3_right_box h5 {
      font-size: 20px;
  }

    .about_sec4_inner_box h2 {
        font-size: 28px;
        line-height: 34px;
        color: #ff1850;
    }

    .about_us_sec4 {
        padding:0px 0px;
    }
    .employee_sec2_inner_box ul.ps_dots5 li {
        min-height: auto;
    }
    .about_sec4_inner_box {
        width: 100%;
    }

    .about_service_inner_box ul li figure img.arrow_icon {
        right: 14px;
        bottom: 14px;
        width: 32px;
    }

    .about_service_inner_box ul li {
        width: 48%;
    }

    .about_service_inner_box ul {
        gap: 10px;
    }
.about_service_slider_new2 ul.ps_dots5 li {
    display: block !important;
    width: auto;
}

.about_service_slider_new2 ul.ps_dots5 {
    justify-content: center !important;
    width: 100%;
}
    .about_service_inner_box ul li h3 {
        font-size: 16px;
        margin-top: 6px;
    }

        .about_us_family_left_box {
            width: 100%;
            margin-top: 20px;
        }

    .about_us_family_right_box {
        width: 100%;
        margin-top: 20px;
    }

    .about_us_family_right_box h2 {
        font-size: 30px;
        line-height: 42px;
    }

    section.about_us_service {
        margin: 40px 0px;
    }

    section.about_us_service h2 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    ul.vitro_slider1.center_new .slick-list .slick-track {
        width: auto;
        /* text-align: center; */
        justify-content: center;
        /* display: inline; */
    }

    .back-history {
        position: absolute;
        right: 0px;
        top: -16px;
    }

    .join_us_inner_box ul li {
        width: 49%;
        margin-bottom: 6px;
    }

    .join_us_inner_box h2 {
        font-size: 32px;
    }

    .employee_sec2_inner_box ul li {
        margin: 14px 8px;
    }

    .apply_form .floating-label label {
        font-size: 14px;
    }

    .from-main.apply_form ul li.row2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .apply_form .floating-input:focus~label,
    .apply_form .floating-input:not(:placeholder-shown)~label {
        top: -16px;
        font-size: 10px;
    }

    .from-main.apply_form .submit-box {
        margin-top: 20px;
        width: 100%;
    }

    section.apply_sec2 h4 {
        text-align: center;
    }

    section.current_opening_sec1 ul li {
        width: 100%;
        margin-top: 20px;
        min-height: 272px;
    }

    section.current_opening_sec1 ul li:nth-child(3),
    section.current_opening_sec1 ul li:nth-child(4),
    section.current_opening_sec1 ul li:nth-child(5) {
        width: 100%;
        margin-top: 20px;
        min-height: 270px;
    }

    section.current_opening_sec1 ul li:first-child {
        width: 100%;
        flex-wrap: wrap;
    }
    .doctor_qualification ul {
        width: 100%;
    }
    .from-main.apply_form ul li.row2.apply_captcha .floating-label {
        width: 46%;
    }
    .from-main.apply_form ul li.row2.apply_captcha .captcha {
        width: 50%;
    }
    .from-main.apply_form ul li.row2.apply_captcha .captcha small {
        color: #000;
        font-size: 22px;
    }
    section.fertility_sec1.patient_stories_box p {
        padding: 0px 0px;
    }
    section.patient_stories_sec2 h2 {
        font-size: 26px;
    }
    .patient_inner_box {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .patient_inner_box aside {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
    }
    .patient_text_box p {
        font-size: 16px;
        line-height: 24px;
    }
    .patient_inner_box aside h5 {
        font-size: 20px;
    }
    .patient_text_box p span {
        left: -8px;
        top: -4px;
    }
    .suc_left_box {
        width: 100%;
    }
    .suc_right_box {
        width: 100%;
    }
    .suc_sec2_inner_box ul {
        width: 100%;
    }
    section.suc_sec3 ul li {
        border-right: none;
        border-bottom: 1px solid #ccc;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 16px;
        margin-bottom: 16px;
        width: 100%;
    }
    section.suc_sec3 ul {
        flex-wrap: wrap;
    }
    section.suc_sec3 ul li:last-child {
        border: none;
    }
    section.suc_sec4 h2 {
        font-size: 26px;
    }
    section.suc_sec4 p {
        padding: 0px 0px;
        line-height: 26px;
    }
    section.suc_sec4 ul li {
        width: 100%;
    }
    section.suc_sec4 ul {
        gap: 46px;
        margin: 40px 0px;
        flex-wrap: wrap;
    }
    .sec5_left_box {
        width: 100%;
    }
    .sec5_right_box {
        width: 100%;
        margin-top: 20px;
    }
    .sec5_right_box h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    section.suc_sec3 ul li samp {
        font-size: 16px;
        line-height: 22px;
    }
    section.suc_sec3 ul li span {
        font-size: 60px;
        line-height: 66px;
    }
    .doc_sp_sec2_right_box img.doc_speak_thum {
    width: 100%;
    margin-right: 0px;
}
section.doctor_speak_sec2 {
    padding: 20px 20px;
}
section.doctor_speak_sec2.doc_speak.scond .doc_sp_sec2_right_box img.doc_speak_thum2 {
    width: 100%;
    margin-left: 0px;
}
section.doctor_speak_sec2.doc_speak.scond {
    margin-top: 40px;
}
section.doctor_speak_sec2.doc_speak.scond .doc_sp_sec2_right_box img.doc_speak_thum3 {
    width: 100%;
    margin-right: 0px;
}
img.doc_speak_thum4 {
    width: 100%;
}
img.doc_speak_thum5 {
    width: 100%;
    margin-top: 20px;
}
section.team-sec3.sec2 .captionDir {
    width: 100%;
    text-align: center;
    display: block;
    bottom: 36px;
}
.about_sec2_tow_coloum_right_image_box {
    margin-top: 20px;
}

.about_sec2_tow_coloum_right_image_box img {
    width: 100%;
}
.about_us_family_inner_box {
    justify-content: center;
}
section.about_us_family_box {
    padding: 30px 0px;
}
ul.about_us_expart_slider li {
    display: block !important;
}
section.about_us_family_box.gayno .about_us_family_inner_box .about_us_family_right_box {
    width: 100%;
}
section.current_opening_sec1 {
    position: relative;
    z-index: 1;
}
/* a.current_view_more_button {
    bottom: 26px;
} */
 a.current_view_more_button { position: relative; padding-top: 10px;  bottom: inherit;}
}


@media screen and (max-width:800px) {
section.description_box .current_opening_two_coloum_box small {
    margin-top: 15px; margin-bottom: 15px;}

}

@media screen and (max-width:600px) {

.top_title_des ul li {
    font-size: 16px;
    margin-bottom: 5px;
    
}
section.description_box h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
}
.currrent_two_side .current_coloum_two_new {
    width: 100%;
}
section.egg_freezing_sec2 h2 {
    font-size: 19px;
    margin-bottom: 26px;
}
.egg_freezing_list_box h3 {
    padding: 0px 20px;
    font-size: 18px;}
section.egg_freezing_sec2 { margin: 30px 0px;}
}