.banner_img {
    width: 100%;
}

.home_banner {
    position: relative;
}

.home_bnr_cnt {
    width: 54.563vw;
    position: absolute;
    top: 15%;
    left: 5.008vw;
}

.home_bnr_cnt .title_xxl {
    color: var(--theme-black-color);
    font-weight: 600;
}

.home_bnr_cnt .title_xxl span {
    color: var(--theme-dark-blue);
}

.banner_pera {
    margin-top: 25px;
    width: 78%;
    display: inline-block;
}

.home_banner .common_btn {
    margin-top: 35px;
}
.home_banner .common_btn a {
    color: var(--theme-dark-blue);
}

/* home banner slider added */
.home_banner_slider {
    position: relative;
}
.home_banner_slider .slider_item {
    position: relative;
}
.home_banner_slider .owl-dots {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: auto;
}
.home_banner_slider .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}
.home_banner_slider .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, 0.3);
}
.home_banner_slider .owl-dots .owl-dot.active span,
.home_banner_slider .owl-dots .owl-dot:hover span {
    background: rgba(0, 0, 0, 0.8);
}

.banner_bottom_section .banner_bottom_inner .banner_bottom_div_right a {
    color: #fff;
}

@media (max-width: 991px) {
    .home_banner_slider .owl-dots {
        bottom: 2%;
    }
}
/* start find the test sec */

.find_the_test_main {
    position: relative;
    top: -4.5vw;
    z-index: 2;
}

.find_the_test .heading {
    width: 100%;
    text-align: center;
    color: var(--theme-dark-blue);
}

.find_the_test {
    border-radius: 20px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 14px 54px 0px rgba(1, 82, 161, 0.2);
    backdrop-filter: blur(12px);
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
    display: inline-block;
}

.custom_select_search_main {
    width: 100%;
    margin-top: 2.083vw;
}

.search_main_select_inner {
    border-radius: 0px 10px 10px 0px;
    border: 1px solid var(--theme-light-blue);
    background: var(--theme-light-blue-opacity);
    display: flex;
    justify-content: space-between;
}

.left_custom_select {
    width: 25%;
    flex: 0 0 auto;
    border-right: 1px solid var(--theme-light-blue);
    position: relative;
    z-index: 9;
}

@media screen and (min-width: 1199px) {
    .left_custom_select:hover .options {
        display: block;
        opacity: 1;
    }
}

.right_search {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.right_search input {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    height: 3.646vw;
    color: #000000;
    font-size: 1.25vw;
    font-weight: 400;
}

.search_btn {
    width: 5.208vw;
    background: none;
    outline: none;
    border: none;
    flex: 0 0 auto;
    cursor: pointer;
}

.search_btn svg {
    width: 25px;
    height: 100%;
}

.select-menu {
}

.select-menu .select-btn {
    display: flex;
    padding: 20px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    height: 3.646vw;
}
.select-menu .options {
    position: absolute;
    display: none;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 295px;
    padding: 0px;
    margin-top: 0px;
    border-radius: 8px;
    background: var(--theme-white-color);
    color: var(--theme-black-color);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid var(--theme-light-blue);
    left: -1px;
}
.select-menu .options .option {
    display: flex;
    height: 56px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 8px;
    align-items: center;
    background: #fff;
    position: relative;
}
.select-menu .options .option::before {
    content: "";
    border: solid var(--theme-black-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 0.233vw;
    transform: rotate(322deg);
    -webkit-transform: rotate(322deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    right: 14px;
}

.arrow_select {
    border: solid var(--theme-dark-blue);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.select-menu .options .option:hover {
    /* background: #f2f2f2; */
    /* background-color: var(--theme-light-blue); */
    background: #25bfef;
}
.select-menu .options .option i {
    font-size: 25px;
    margin-right: 12px;
}
.select-menu .options .option .option-text {
    font-size: 18px;
    color: #000;
    padding-right: 1.042vw;
}
.select-menu .options .option a {
    width: 90%;
}

.select-btn i {
    font-size: 25px;
    transition: 0.3s;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}
.select-menu.active .options {
    display: block;
    opacity: 0;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
}

.select-menu.active .options::-webkit-scrollbar {
    width: 5px;
    background: #fff;
    border-radius: 10px;
}

.select-menu.active .options::-webkit-scrollbar-track {
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.select-menu.active .options::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #01c1f2;
    position: relative;
    z-index: 1;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes fadeInDown {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    to {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
}

ul {
    list-style: none;
    padding: 0;
}
.search_select_data {
    width: 100%;
    margin-top: 1.823vw;
}

.search_select_data ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    column-gap: 2.604vw;
    row-gap: 2.083vw;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */
}

.search_select_data ul li {
    display: flex;
    column-gap: 5px;
    align-items: center;
    flex: 0 0 auto;
    width: 22%;
    justify-content: center;
    font-size: 1.042vw;
}

.search_select_data ul li span {
    width: 3.125vw;
    height: 3.125vw;
}

.search_select_data ul li span svg {
    width: 100%;
    height: 100%;
}
.search_select_data ul li span svg circle {
    r: 26px;
}
/* end find the test sec */

.text_services_section {
    padding-top: 0px;
}
.text_services_heading {
    text-align: center;
}
.text_services_box_div {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 1.667vw;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
.text_services_box {
    border-radius: 20px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 14px 54px 0px rgba(1, 82, 161, 0.2);
    backdrop-filter: blur(12px);
    width: 48%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 2.344vw;
    justify-content: start;
    align-items: center;
    position: relative;
    /* height: 18.925vw; */
    height: fit-content;
}
.text_services_section .text_services_box_right {
    position: relative;
    width: 100%;
}

.text_services_section .text_services_box_right .inner_img_txt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
    justify-content: start;
    align-items: center;
    padding-right: 1.823vw;
}

.text_services_section .text_services_box_right .inner_img_txt img {
    width: auto;
}

.text_services_section .text_services_box_right p {
    /* width: 392px; */
    width: 86%;
    display: none;
    color: var(--theme-color-gray);
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.text_services_section .text_services_box_left img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100%;
    height: 100%;
}
.text_services_section .text_services_box_left {
    overflow: hidden;
    width: 60%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    height: 100%;
}
.text_services_box_right .inner_img_txt .title_md {
    color: var(--theme-dark-blue);
}
.text_services_box:hover .text_services_box_left img {
    transform: scale(1.1);
}
.text_services_box:hover .text_services_box_right p {
    display: block;
    margin-top: 20px;
}
.text_services_box:hover .right_arrow {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    top: auto;
    bottom: 20px;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.text_services_box .right_arrow {
    right: 15px;
    position: absolute;
    width: 3.125vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.text_services_box .right_arrow svg {
    width: 100%;
    height: 100%;
}

.text_services_box .right_arrow svg {
    fill: var(--theme-white-color);
    color: var(--theme-dark-blue);
}
.text_services_box .right_arrow svg circle {
    r: 34px
}
/* empower banner section start */
.empower_banner_section {
    position: relative;
    width: 100%;
    background-color: var(--theme-black-light-color);
    padding-top: 0;
}
.empower_banner_img {
    width: 100%;
}

.empower_banner_img img {
    width: 100%;
}

.empower_banner_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.empower_banner_inner .empower_banner_left {
    width: 60%;
}

.empower_banner_inner .empower_banner_left img {
    width: auto;
}

.empower_banner_inner .empower_banner_left h2 {
    color: var(--theme-white-color);
}
.empower_banner_inner .empower_banner_btn a {
    color: var(--theme-white-color);
}

.empower_banner_inner .empower_banner_btn a svg {
    fill: #808080;
    color: var(--theme-white-color);
}

.empower_banner_inner .empower_banner_btn a:hover svg {
    fill: var(--theme-light-blue);
    transition: 0.5s;
}
.empower_banner_inner .empower_banner_right {
    width: 40%;
}
.empower_banner_inner .empower_banner_right img {
    display: inherit;
    width: 100%;
}
.empower_slider {
    position: relative;
}
.empower_slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.empower_slider .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}
.empower_slider .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.3);
}
.empower_slider .owl-dots .owl-dot.active span,
.empower_slider .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 0.8);
}
/* empower banner section end */

/* why medgenome video section start */

.our_value_section {
    padding-bottom: 50px;
}

.why_medgenome_section {
    position: relative;
    width: 100%;
}
.why_medgenome_heading {
    text-align: center;
}
.why_medgenome_video {
    position: relative;
    width: 100%;
    padding: 0px 24px;
}
.why_medgenome_video_img_wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
}
.why_medgenome_video_img_wrapper .video_cover {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 43.125vw;
    overflow: hidden;
    border-radius: 20px;
}
.why_medgenome_video_img_wrapper .video_cover iframe {
    opacity: 1;
    width: 100%;
    transition: 1s;
    position: absolute;
    z-index: 1;
    height: 100%;
}
.why_medgenome_video_img_wrapper .video_cover .video_thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.why_medgenome_video_img_wrapper .video_cover .video_thumbnail::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 50%;
}
.why_medgenome_video_img_wrapper .video_cover .video_thumbnail img {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.popup-video {
    border-radius: 280px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(242, 242, 242, 0.6);
    backdrop-filter: blur(17px);
    width: 11.021vw;
    height: 11.021vw;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.646vw;
}

.popup-video svg {
    width: 100%;
    height: 100%;
}

.why_medgenome_video_img_wrapper .play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    box-shadow: 8.079px 8.079px 16.159px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 8.079px 8.079px 16.159px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 8.079px 8.079px 16.159px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 8.079px 8.079px 16.159px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 8.079px 8.079px 16.159px rgba(0, 0, 0, 0.1);
}
.why_medgenome_boxes {
    width: 100%;
    position: relative;
    margin-top: -60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    z-index: 9;
}
.why_medgenome_box {
    padding: 45px 12px;
    border-radius: 20px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 44px 0px rgba(1, 82, 161, 0.2);
    backdrop-filter: blur(12px);
    width: 25%;
    text-align: center;
    height: auto;
}
.why_medgenome_section .why_medgenome_box h4 {
    color: var(--theme-black-color);
    font-size: 2.292vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2.813vw;
}
.why_medgenome_section .common_btn {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why_medgenome_section .common_btn a {
    color: var(--theme-dark-blue);
}

/* why medgenome video section end */

/* genetic counselling css start */
.genetic_counselling_section {
    position: relative;
    width: 100%;
    padding-top: 5.25vw;
}
.genetic_counselling_section .genetic_counselling_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.genetic_counselling_section .genetic_counselling_heading {
    text-align: center;
}
.genetic_counselling_section .genetic_counselling_div_left {
    width: 52.635vw;
    position: relative;
    flex: 0 0 auto;
}

.genetic_counselling_section .genetic_counselling_div_right {
    width: 55.313vw;
    width: 100%;
}

.genetic_counselling_section .genetic_counselling_div_left img {
    width: 100%;
    position: relative;
    /* background: rgba(255, 255, 255, 0.60);
    box-shadow: 0px 4px 44px 0px rgba(1, 82, 161, 0.20);
    backdrop-filter: blur(12px); */
    height: 100%;
}
.genetic_counselling_section .genetic_counselling_div_left::before {
    content: "";
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 34.89%,
        #fff 76.64%
    );
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    bottom: 0;
    width: 300px;
    height: 100%;
    /* transform: rotate(-90deg); */
}
.genetic_counselling_section .genetic_counselling_form {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 4px 44px 0px rgba(1, 82, 161, 0.2);
    backdrop-filter: blur(12px);
    z-index: 9;
    margin-left: -9.896vw;
    position: relative;
    padding: 4.348vw 4.51vw;
    height: 100%;
}

.genetic_counselling_section .genetic_counselling_form .form-area {
    background: none;
}

.genetic_counselling_section .genetic_counselling_form p {
    font-weight: 400;
}
/* genetic counselling css end */

/* medgenome news css start  */
.medgenome_news_section {
    position: relative;
    width: 100%;
    padding-top: 3.417vw;
}

.medgenome_news_section .medgenome_news_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.medgenome_news_section .medgenome_news_inner .medgenome_news_left {
    width: 50%;
}
.medgenome_news_section .medgenome_news_inner .medgenome_news_right {
    width: 50%;
}
.medgenome_news_section .medgenome_news_right .common_btn {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.medgenome_news_section .medgenome_news_right .common_btn a {
    color: var(--theme-dark-blue);
}
.medgenome_news_section .medgenome_news_boxes_div {
    position: relative;
    width: 100%;
}
.medgenome_news_section .medgenome_news_boxes_div .medgenome_news_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: rgba(239, 239, 239, 0.5);
    margin-bottom: 2.083vw;
}
.medgenome_news_section .medgenome_news_box .medgenome_news_box_left {
    width: 35%;
}
.medgenome_news_section .medgenome_news_box .medgenome_news_box_left img {
    border-radius: 20px;
    width: 100%;
    max-height: 340px;
    object-fit: cover;
}
.medgenome_news_section .medgenome_news_box .medgenome_news_box_right {
    width: 65%;
    padding-left: 3.75vw;
    padding-right: 20px;
}
.medgenome_news_section .medgenome_news_box_right .medgenome_news_dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: start;
    gap: 25px;
}
.medgenome_news_section .medgenome_news_dt .mins {
    opacity: 0.5;
}
.medgenome_news_section .common_btn a {
    color: var(--theme-dark-blue);
}
.medgenome_news_box:nth-child(odd) {
    flex-direction: row;
}

.medgenome_news_box:nth-child(even) {
    flex-direction: row-reverse;
}
/* medgenome news css end  */

/* more about section start  */
.more_about_section {
    position: relative;
    width: 100%;
    position: relative;
    height: auto;
    background-size: cover !important;
    object-fit: cover;
    padding: 3.167vw 0px;
    margin-top: 4.417vw;
}
.more_about_section .wrapper {
    z-index: 9;
    position: relative;
}
.more_about_section .title_xl {
    text-align: center;
    padding-bottom: 30px;
}
.more_about_section .wrapper p {
    max-width: 86%;
    margin: auto;
    text-align: center;
    margin-bottom: 1.302vw;
}
.more_about_section .wrapper p span {
    color: var(--theme-dark-blue);
}
.more_about_section::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 80%;
}
.more_about_section .common_btn {
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.more_about_section .common_btn a {
    color: var(--theme-dark-blue);
}
/* more about section end  */

/*------------*/
.form-area {
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.438vw;
}
.form-area .form-inner {
    width: 100%;
}
.form-area .form-inner .form_row {
    display: flex;
    gap: 2.708vw;
    margin-bottom: 2.292vw;
}
.form-area .form-inner .form_row .form-group {
    width: 50%;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 11px 19px;
    height: 45px;
    font-size: 1rem;
    line-height: 1.4;
    color: #475f7b;
    background-color: #fff;
    border: 1px solid #aaacad;
    border-radius: 0.267rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 10px;
    /* font-family: "Noto Sans"; */
    font-family: "Nunito";
    font-weight: 400;
    font-size: 16px;
}

.form-area .form-inner .form_row .form-group textarea {
    padding-bottom: 0;
    height: 46px;
    /* font-family: "Noto Sans"; */
    font-family: "Nunito";
}

.form-area .form-inner .common_btn {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.form-area .form-inner .common_btn .wpcf7-spinner {
    display: none;
}

.form-area .form-inner .form-submit {
    background: #fff;
    cursor: pointer;
}
.form-area .form-inner .form-submit {
    background: #fff;
    color: var(--theme-dark-blue);
}

.form-area .date_picker .form-control {
    appearance: none;
    -webkit-appearance: none;
}

.form-area .date_picker {
    position: relative;
}
.form-area .date_picker::nth-child(2) {
    position: inherit;
}

.form-area .date_picker input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.form-area .date_picker .date_picker_icon {
    position: absolute;
    right: 13px;
    top: 9px;
    width: 20px;
    pointer-events: none;
    line-height: 0;
}
.form-area .form-inner .form_row .form-group span.wpcf7-form-control-wrap {
    position: static;
    pointer-events: auto;
    top: 0;
}
.form-area .date_picker span span {
    position: relative;
    width: 100%;
}
.form-area .form-inner .form_row .form-group .wpcf7-not-valid-tip {
    font-size: 16px;
    padding-left: 26px;
    display: block;
}
.date_picker_new span {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    right: 0%;
    background: #fff;
    appearance: none;
    pointer-events: none;
}
.genetic_counselling_section .genetic_counselling_form .wpcf7-response-output {
    border-color: transparent !important;
    font-size: 16px;
}
.genetic_counselling_section .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #dc3232;
    display: none;
}
.genetic_counselling_section .wpcf7 form.spam .wpcf7-response-output {
    color: green;
}

.form-area .date_picker span svg {
    width: 100%;
}

/* slider */

.medgenome_section .medgenome_img {
    width: 40%;
    height: 23.438vw;
}

.medgenome_section .item {
    padding: 50px 10px;
    padding-top: 30px;
}

.medgenome_section .center .item {
    padding-left: 80px;
}

.medgenome_section .why_medgenome_heading {
    text-align: left;
    padding-bottom: 0;
}

.medgenome_item {
    display: flex;
    gap: 0px 3.125vw;
}
.medgenome_item {
    border-radius: 20px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 14px 54px 0px rgba(1, 82, 161, 0.2);
    /* backdrop-filter: blur(12px); */
    overflow: hidden;
}
.medgenome_section .medgenome_content {
    width: 60%;
    padding: 2.104vw 0px;
    padding-right: 2.604vw;
}
.medgenome_section .medgenome_content p {
    padding-bottom: 1.88vw;
    border-bottom: solid 1px var(--theme-light-blue);
}
.medgenome_section .medgenome_content h3 {
    padding-top: 1.88vw;
    margin-bottom: 10px;
    color: var(--theme-black-color);
}
.medgenome_section .medgenome_content h4 {
    color: var(--theme-dark-blue);
    width: 80%;
}
.medgenome_section .medgenome_content a {
    width: 20%;
}
.medgenome_title {
    display: flex;
    gap: 0px 2.917vw;
    align-items: center;
}
.wrapper.medgenome_wrapper {
    padding-right: 0;
    padding-left: 0;
}

.medgenome_section .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.medgenome_section .owl-carousel .owl-item {
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.medgenome_section .owl-stage {
    margin-left: -15.833vw;
}
.medgenome_section .owl-dots {
    margin-top: 0px !important;
}

.medgenome_section .owl-dots {
    left: 22%;
    position: absolute;
    bottom: 0;
}

.medgenome_section .owl-dots button {
    padding: 0px;
    width: 44px;
    height: 3px;
    background: var(--theme-dark-blue);
    margin: 0px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.medgenome_section .owl-dots button.active {
    width: 6.354vw;
    height: 6px;
}
.medgenome_section .owl-dots button span {
    display: none !important;
}
.medgenome_title span {
    color: var(--theme-dark-blue);
    width: 60px;
    height: 60px;
    display: block;
}
.medgenome_title span svg {
    fill: var(--theme-white-color);
    width: 100%;
    height: 100%;
}
.medgenome_title span:hover svg {
    color: var(--theme-white-color);
    fill: var(--theme-light-blue);
}
/* slider */
.medgenome_section {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}

.search_select_data ul li .text-list {
    width: 80%;
}

.search_select_data ul li span {
    width: 3.125vw;
    height: 3.125vw;
    display: inline-block;
}
.more_about_section .wrapper p a {
    color: var(--theme-dark-blue);
    text-decoration: none;
}

.desktop_img {
    display: block !important;
}
.mobile_img {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .medgenome_section .owl-item {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        /* filter: blur(0.5);
    filter: blur(2px); */
    }
    .medgenome_section .owl-item.active.center {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        /* filter: blur(0px);
    -webkit-filter: blur(0px); */
    }
}

@media screen and (max-width: 1439px) {
    .select-menu .options .option .option-text {
        font-size: 16px;
    }

    .select-menu .select-btn {
        padding: 14px;
        font-size: 16px;
    }

    .arrow_select {
        padding: 4px;
        border-width: 0 2px 2px 0;
    }
}

@media screen and (max-width: 1199px) {
    .medgenome_section {
        padding-top: 0px;
    }

    .text_services_section .text_services_box_right .inner_img_txt {
        width: 92%;
    }

    .text_services_section .text_services_box_right .inner_img_txt img {
        width: 20%;
    }

    .why_medgenome_video_img_wrapper .video_cover {
        height: 590px;
    }

    .medgenome_section .item {
        padding: 50px 10px;
    }

    .medgenome_section .center .item {
        padding-left: 50px;
    }

    .medgenome_title span {
        width: 50px;
    }

    .medgenome_title span svg {
        width: 100%;
    }

    .genetic_counselling_section .genetic_counselling_form {
        padding: 3.348vw 4.51vw;
    }

    .medgenome_news_section .pt_30 {
        padding-top: 15px;
    }

    .more_about_section .wrapper p {
        max-width: 100%;
    }

    .select-menu .select-btn {
        height: 6.646vw;
    }
    .search_select_data ul li {
        width: 22%;
        font-size: 1.542vw;
    }
    .left_custom_select {
        width: 32%;
    }
    .select-menu .options .option::before {
        padding: 0.533vw;
    }
    .find_the_test {
        padding-top: 40px;
    }
    .arrow_select {
        border-width: 0 3px 3px 0;
        padding: 5px;
    }
    .text_services_box {
        height: 23.925vw;
    }
    .medgenome_section .medgenome_img {
        height: 350px;
    }

    .form-control {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .right_search input {
        height: 5.646vw;
        font-size: 1.75vw;
    }

    .select-menu .select-btn {
        padding: 16px;
        font-size: 14px;
        height: 5.646vw;
    }

    .medgenome_section .item {
        padding: 40px 10px;
        padding-top: 8px;
    }

    .medgenome_item {
        box-shadow: 0px 14px 54px 0px rgb(1 82 161 / 7%);
    }

    .search_select_data ul li {
        column-gap: 8px;
        width: 30%;
        font-size: 1.942vw;
    }

    .custom_select_search_main {
        margin-top: 3.083vw;
    }

    .text_services_box {
        width: 82%;
        gap: 4.344vw;
        margin: 0 auto;
    }

    .text_services_box .right_arrow {
        right: 25px;
        width: 5.125vw;
    }

    .empower_banner_inner {
        align-items: flex-start;
    }

    .why_medgenome_section .why_medgenome_box h4 {
        font-size: 3.092vw;
    }

    .why_medgenome_video_img_wrapper .video_cover {
        height: 450px;
    }

    .arrow_select {
        padding: 4px;
    }

    .search_btn svg {
        width: 16px;
    }

    .search_select_data {
        margin-top: 3.823vw;
    }

    .search_select_data ul li span {
        width: 4.125vw;
        height: 4.125vw;
    }

    .search_select_data ul {
        column-gap: 3.604vw;
        row-gap: 3.083vw;
    }

    .home_banner .common_btn {
        margin-top: 20px;
    }

    .find_the_test_main {
        top: 0;
        padding-top: 5.5vw;
    }

    .find_the_test {
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 35px;
    }

    .text_services_section {
        padding-top: 50px;
    }

    .text_services_section .text_services_box_right .inner_img_txt {
        width: 80%;
    }
    .text_services_section .text_services_box_right .inner_img_txt img {
        width: 20%;
    }

    .empower_banner_section {
        padding-top: 0;
    }

    .why_medgenome_boxes {
        flex-wrap: wrap;
    }

    .why_medgenome_box {
        padding: 40px 0px;
        width: 45%;
    }

    .medgenome_section .owl-stage {
        margin-left: -2.833vw;
    }

    .medgenome_title span {
        width: 40px;
        display: inline-block;
    }

    .genetic_counselling_section .genetic_counselling_form {
        padding: 2.348vw 2.51vw;
    }

    .genetic_counselling_section .genetic_counselling_inner {
        flex-wrap: wrap;
    }

    .genetic_counselling_section .genetic_counselling_div_left {
        width: 100%;
    }

    .genetic_counselling_section .genetic_counselling_form {
        margin-left: 0px;
    }

    .genetic_counselling_section .genetic_counselling_form {
        padding: 6.348vw 6.51vw;
    }

    .medgenome_news_section .medgenome_news_boxes_div .medgenome_news_box {
        margin-bottom: 6.083vw;
    }

    .medgenome_news_section .medgenome_news_boxes_div .medgenome_news_box {
        flex-wrap: wrap;
    }

    .medgenome_news_section .medgenome_news_box .medgenome_news_box_left {
        width: 100%;
    }

    .medgenome_news_section .medgenome_news_box .medgenome_news_box_right {
        width: 100%;
        padding-left: 4.75vw;
        padding-top: 3.75vw;
        padding-bottom: 3.75vw;
        padding-right: 3.75vw;
    }

    .more_about_section .wrapper p {
        font-size: 16px;
        line-height: 24px;
    }

    .more_about_section .wrapper p {
        margin-bottom: 2.302vw;
    }

    .medgenome_news_section .medgenome_news_inner .medgenome_news_left {
        width: 76%;
    }

    .form-area .form-inner .common_btn {
        margin-top: 4.292vw;
    }
    .left_custom_select {
        width: 35%;
    }
    .select-menu .options .option::before {
        padding: 0.533vw;
    }
    .text_services_box {
        width: 100%;
        height: auto;
    }
    .text_services_box .right_arrow {
        right: 53px;
        width: 5.125vw;
    }

    .home_bnr_cnt {
        left: 3.508vw;
    }

    .home_bnr_cnt {
        width: 62.563vw;
    }

    .banner_pera {
        margin-top: 15px;
    }

    .medgenome_news_section .medgenome_news_box .medgenome_news_box_left img {
        max-height: 380px;
    }
}

@media screen and (max-width: 767px) {
    .banner_img {
        width: 100%;
    }

    .why_medgenome_video_img_wrapper .video_cover {
        height: 300px;
    }

    .medgenome_news_section .medgenome_news_box .medgenome_news_box_left img {
        max-height: 220px;
    }

    .banner_img img {
        height: 500px;
        object-fit: cover;
        background-position: center;
    }

    .home_bnr_cnt {
        width: 80%;
    }

    .find_the_test {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
    }

    .search_select_data ul li {
        column-gap: 12px;
        width: 100%;
        font-size: 4.042vw;
        justify-content: space-between;
    }
    .medgenome_section .owl-dots button {
        width: 20px;
    }

    .search_main_select_inner {
        flex-wrap: wrap;
    }

    .left_custom_select {
        width: 100%;
    }

    .right_search input {
        height: 11.646vw;
        font-size: 3.75vw;
        padding-right: 10px;
    }

    .search_select_data ul {
        column-gap: 4.604vw;
        row-gap: 5.083vw;
    }

    .search_select_data {
        margin-top: 5.823vw;
    }

    .search_btn {
        width: 10.208vw;
    }

    .right_search {
        border-top: 1px solid var(--theme-light-blue);
    }

    .select-menu .select-btn {
        padding: 14px;
        font-size: 16px;
        height: 10.646vw;
        border-right: none;
    }

    .left_custom_select {
        border-right: none;
    }

    .custom_select_search_main {
        margin-top: 5.083vw;
    }

    .search_select_data ul li span {
        width: 8.125vw;
        height: 8.125vw;
    }

    .search_select_data ul li span svg {
        padding: 1px;
    }

    .text_services_section .mt_15 {
        margin-top: 25px;
    }

    .text_services_box {
        width: 95%;
    }

    .text_services_section .text_services_box_right .inner_img_txt {
        width: 45px;
    }

    .text_services_box .right_arrow {
        right: 19px;
        width: 9.125vw;
        bottom: inherit;
        top: 67%;
    }

    .text_services_box_right .inner_img_txt .title_md br {
        display: none;
    }

    .text_services_box_div {
        gap: 6.667vw;
    }

    .text_services_section .text_services_box_div {
        margin-top: 30px;
    }

    .text_services_box {
        padding-top: 0;
    }

    .text_services_box {
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .text_services_section .text_services_box_left {
        width: 100%;
    }

    .text_services_section .text_services_box_right {
        position: relative;
        width: 100%;
        padding: 0 20px;
        padding-bottom: 20px;
    }

    .text_services_section .text_services_box_left img {
        height: 200px;
        object-fit: cover;
    }

    .text_services_section .text_services_box_right p {
        width: 100%;
        display: block;
        margin-top: 18px;
    }

    .text_services_section .text_services_box_right .inner_img_txt {
        width: 85%;
    }

    .text_services_section .text_services_box_right .inner_img_txt img {
        width: 50px;
    }

    .empower_banner_inner {
        row-gap: 40px;
        flex-wrap: wrap;
    }

    .empower_banner_inner .empower_banner_left {
        width: 100%;
    }

    .empower_banner_inner .empower_banner_right {
        width: 100%;
    }

    .empower_banner_section {
        padding-top: 0;
    }

    .why_medgenome_box {
        padding: 40px 0px;
        width: 95%;
    }

    .why_medgenome_section .why_medgenome_box h4 {
        font-size: 6.092vw;
    }

    .why_medgenome_section .common_btn {
        margin-top: 30px;
    }

    .medgenome_section .owl-stage {
        margin-left: 0px;
        display: flex;
    }

    .medgenome_section .item {
        padding-left: 0px;
        padding-right: 0px;
    }

    .medgenome_item {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .medgenome_section .center .item {
        padding-left: 15px;
        padding-left: 3.208vw;
    }
    .wrapper.medgenome_wrapper {
        padding-left: 3.208vw;
        padding-right: 3.208vw;
    }

    .medgenome_section .medgenome_img {
        width: 100%;
    }

    .medgenome_section .medgenome_content {
        width: 100%;
        padding: 2.104vw 5.104vw;
        padding-right: 5.104vw;
        padding-bottom: 9.104vw;
    }

    .medgenome_section .medgenome_content p {
        padding-bottom: 5.88vw;
        min-height: 160px;
    }

    .medgenome_section .medgenome_content h3 {
        padding-top: 5.88vw;
        margin-bottom: 12px;
    }

    .medgenome_title {
        justify-content: space-between;
    }

    .medgenome_section .owl-dots {
        left: 0;
        position: absolute;
        bottom: -15px;
        right: 0;
    }

    .medgenome_section .item {
        padding: 25px 10px;
        height: 100%;
    }
    .medgenome_item {
        height: 100%;
    }

    .genetic_counselling_section {
        padding-top: 15.25vw;
    }

    .medgenome_section .owl-dots button.active {
        width: 10.354vw;
        height: 6px;
    }

    .medgenome_section .owl-dots button {
        margin: 0px 6px;
    }

    .medgenome_item {
        box-shadow: 0px 14px 35px 0px rgb(1 82 161 / 7%);
    }

    .genetic_counselling_section .genetic_counselling_inner {
        margin-top: 30px;
    }

    .form-area .form-inner .form_row {
        display: flex;
        gap: 5.708vw;
        margin-bottom: 4.292vw;
        flex-wrap: wrap;
    }

    .form-area .form-inner .form_row .form-group {
        width: 100%;
    }

    .form-area {
        margin-top: 7.438vw;
    }

    .form-area .form-inner .common_btn {
        margin-top: 8.292vw;
    }

    .genetic_counselling_section .genetic_counselling_form {
        padding: 8.348vw 6.51vw;
    }

    .medgenome_news_section {
        padding-top: 10.417vw;
    }

    .medgenome_news_section .medgenome_news_inner {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .medgenome_news_section .medgenome_news_inner .medgenome_news_left {
        width: 100%;
    }

    .medgenome_news_section .medgenome_news_inner .medgenome_news_right {
        width: 100%;
    }

    .medgenome_news_section .medgenome_news_right .common_btn {
        justify-content: center;
    }

    .medgenome_news_section .medgenome_news_boxes_div {
        padding-top: 30px;
    }

    .medgenome_news_section .pt_30 {
        padding-top: 20px;
    }

    .medgenome_news_section .medgenome_news_box .medgenome_news_box_right {
        width: 100%;
        padding-left: 5.75vw;
        padding-top: 5.75vw;
        padding-bottom: 4.75vw;
        padding-right: 4.75vw;
    }

    .medgenome_news_section .medgenome_news_inner .medgenome_news_left {
        text-align: center;
    }

    .medgenome_news_section .medgenome_news_boxes_div .medgenome_news_box {
        margin-bottom: 9.083vw;
    }

    .more_about_section .title_xl {
        text-align: center;
        padding-bottom: 25px;
    }

    .more_about_section {
        padding: 10.167vw 0px;
    }

    .more_about_section .wrapper p {
        margin-bottom: 7.302vw;
    }
    .select-menu .options .option::before {
        padding: 1.233vw;
    }

    .text_services_box .right_arrow {
        right: 15px;
        position: absolute;
        margin-top: 0;
        bottom: 0;
        top: inherit;
    }

    .text_services_box a {
        margin: 0 auto;
    }
    .why_medgenome_boxes {
        margin-top: 22px;
    }
    /* .medgenome_section .owl-item {
    transform:  scale(1);
    -webkit-transform:  scale(1);
    -moz-transform:  scale(1);
    -ms-transform:  scale(1);
    -o-transform:  scale(1);
    filter: blur(0px);
    filter: blur(0px);
}
.medgenome_section .owl-item.active.center {
    transform:  scale(1);
    -webkit-transform:  scale(1);
    -moz-transform: scale(1);
    -ms-transform:  scale(1);
    -o-transform:  scale(1);
    filter: blur(0px);
    filter: blur(0px);
} */
    .medgenome_section {
        padding-bottom: 35px;
    }
    /* .text_services_box:hover .right_arrow {
        position: static;
    } */
    .why_medgenome_video_img_wrapper {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        overflow: hidden;
    }

    .empower_slider .owl-dots {
        bottom: 5px;
        position: static;
        margin-top: 10px !important;
    }

    .empower_banner_section {
        background: #fff;
    }

    .empower_slider .owl-dots .owl-dot span {
        background: #454545;
    }

    .empower_slider .owl-dots .owl-dot.active span,
    .empower_slider .owl-dots .owl-dot:hover span {
        background: #000000;
    }

    .home_banner_slider .owl-dots {
        position: static;
        margin-top: 10px !important;
    }

    .empower_banner_img img {
        width: 100%;
    }

    .more_about_section .wrapper {
        padding-left: 5.208vw;
        padding-right: 5.208vw;
    }

    .desktop_img {
        display: none !important;
    }
    .mobile_img {
        display: block !important;
    }

    .home_banner_slider .banner_img img {
        height: auto;
    }
}

.flatpickr-calendar {
    position: fixed !important;
}
