/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
a{
	transition:all 0.5s
}
p:last-child{
	margin-bottom:0;
}
.header_bottom_menu ul.elementor-nav-menu {
    width: 100%;
    justify-content: space-between;
}
.elementor-nav-menu:after{
	display:none
}
.fertility-journey-sec .elementor-image-box-wrapper {
    display: flex;
    overflow: hidden;
    border-radius: 20px;
}
.fertility-journey-sec .elementor-image-box-wrapper:hover .elementor-image-box-img img {
    transform: scale(1.1);
}
.fertility-journey-sec .elementor-image-box-content {
    position: absolute;
    bottom: 0;
    padding: 30px 20px;
}
.fertility-journey-sec .elementor-image-box-title img {
    transform: translateY(6px);
}
.fertility-journey-sec .elementor-image-box-content a {
    color: #736761;
}
.fertility-journey-sec .elementor-image-box-content a:hover {
    color: #333;
}
.fertility-journey-sec .elementor-image-box-description a:after {
    content: '';
    width: 19px;
    height: 12px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22px" height="16px"><path fill-rule="evenodd" fill="rgb(115, 103, 97)" d="M2.147,9.267 L16.888,9.267 L12.592,13.558 C12.083,14.066 12.083,14.892 12.592,15.400 C12.847,15.654 13.181,15.781 13.514,15.781 C13.848,15.781 14.182,15.654 14.437,15.400 L20.959,8.885 C21.469,8.376 21.469,7.551 20.959,7.042 L14.437,0.527 C13.928,0.018 13.101,0.018 12.592,0.527 C12.083,1.036 12.083,1.861 12.592,2.370 L16.888,6.660 L2.147,6.660 C1.427,6.660 0.843,7.244 0.843,7.964 C0.843,8.683 1.427,9.267 2.147,9.267 Z"/></svg>');
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.artical_sec .elementor-posts .elementor-post__card {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.artical_sec .elementor-posts .elementor-post__card .elementor-post__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 80px 50px 10px;
}
.artical_sec .elementor-posts .elementor-post__card .elementor-post__text a.elementor-post__read-more {
    margin-top: auto;
}
.artical_sec  a.elementor-post__thumbnail__link {
    border-radius: 24px;
    overflow: hidden;
    margin: 0 !important;
    height: 350px;
    max-width: 600px !important;
	min-width: 600px !important;
}
.artical_sec .elementor-posts .elementor-post__badge {
    width: auto;
    right: auto !important;
    left: 625px;
    padding: 8px 38px;
    min-width: 181px;
}
.artical_sec a.elementor-post__read-more:after {
    content: '';
    width: 24px;
    height: 12px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32px" height="24px"><path fill-rule="evenodd" fill="rgb(115, 103, 97)" d="M2.328,13.946 L24.776,13.946 L18.235,20.480 C17.459,21.254 17.459,22.511 18.235,23.286 C18.622,23.673 19.131,23.867 19.639,23.867 C20.148,23.867 20.656,23.673 21.044,23.286 L30.977,13.364 C31.753,12.589 31.753,11.332 30.977,10.558 L21.044,0.636 C20.268,-0.139 19.010,-0.139 18.235,0.636 C17.459,1.411 17.459,2.667 18.235,3.442 L24.776,9.977 L2.328,9.977 C1.231,9.977 0.341,10.865 0.341,11.961 C0.341,13.057 1.231,13.946 2.328,13.946 Z"/></svg>');
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
	transition:all 0.5s
}
.artical_sec a.elementor-post__read-more:hover:after {
    margin-left: 4px;
}
.artical_sec.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 72%), transparent 75%);
}
.search_sec {
    width: 100%;
    position: fixed;
    top: 0;
    background: #00000073;
    height: 100%;
	z-index:99;
	visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}
.search_sec.active {
    visibility: visible;
    opacity: 1;
}
.h_mega_menu .elementor-element .e-con-inner {
    margin-left: 0;
}
.search_popup .elementor-icon {
    display: block;
}
.team-member-card {
    background: #fffcfb;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    border: 1px solid #DDD;
}
.team-image a {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin: 0 auto 24px;
    display: block;
}
.team-image a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.team-member-card .team-title {
    font-size: 26px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 24px;
    color: #000;
    font-family: "Playfair Display", sans-serif;
}
.team-member-card .team-title:hover{
    color: #D08397;
}
.team-member-card .team-title a{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}
.team-excerpt {
    font-size: 16px;
    color: #333333;
    margin-bottom: 26px;
}
.read-more-btn {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.read-more-btn:after {
    content: '';
    width: 24px;
    height: 12px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32px" height="24px"><path fill-rule="evenodd" fill="rgb(115, 103, 97)" d="M2.328,13.946 L24.776,13.946 L18.235,20.480 C17.459,21.254 17.459,22.511 18.235,23.286 C18.622,23.673 19.131,23.867 19.639,23.867 C20.148,23.867 20.656,23.673 21.044,23.286 L30.977,13.364 C31.753,12.589 31.753,11.332 30.977,10.558 L21.044,0.636 C20.268,-0.139 19.010,-0.139 18.235,0.636 C17.459,1.411 17.459,2.667 18.235,3.442 L24.776,9.977 L2.328,9.977 C1.231,9.977 0.341,10.865 0.341,11.961 C0.341,13.057 1.231,13.946 2.328,13.946 Z"/></svg>');
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: -1px;
    filter: brightness(0);
    transition: all 0.4s;
}
.read-more-btn:hover::after,
.read-more-btn:hover{
    opacity: 0.8;
}
html body .top_arw .owl-nav button {
    height: 44px;
    width: 44px;
    background: #D08397 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
html body .top_arw .owl-nav button:hover{
    background: #000 !important;
}
html body .top_arw .owl-nav button span {
    font-size: 0;
}
html body .top_arw .owl-nav button:before {
    content: '';
    width: 24px;
    height: 12px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32px" height="24px"><path fill-rule="evenodd" fill="rgb(115, 103, 97)" d="M2.328,13.946 L24.776,13.946 L18.235,20.480 C17.459,21.254 17.459,22.511 18.235,23.286 C18.622,23.673 19.131,23.867 19.639,23.867 C20.148,23.867 20.656,23.673 21.044,23.286 L30.977,13.364 C31.753,12.589 31.753,11.332 30.977,10.558 L21.044,0.636 C20.268,-0.139 19.010,-0.139 18.235,0.636 C17.459,1.411 17.459,2.667 18.235,3.442 L24.776,9.977 L2.328,9.977 C1.231,9.977 0.341,10.865 0.341,11.961 C0.341,13.057 1.231,13.946 2.328,13.946 Z"/></svg>');
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}
html body .top_arw .owl-nav .owl-prev:before {
    transform: rotate(180deg);
}
html body .top_arw .owl-nav {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    top: -94px;
    right: 0;
}
.icn_bx .elementor-widget-image-box:before {
    content: "";
    background-color: #000;
    opacity: 0;
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: all 0.4s;
    visibility: hidden;
}
.icn_bx .elementor-widget-image-box:hover:before {
    visibility: visible;
    opacity: 0.5;
}
.icn_bx .elementor-widget-image-box:hover .elementor-image-box-wrapper img {
    filter: brightness(0) invert(1);
}
.icn_bx .elementor-widget-image-box:hover .elementor-image-box-description,
.icn_bx .elementor-widget-image-box:hover .elementor-image-box-title {
    color: #FFF;
}
.icn_bx .elementor-widget-image-box .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.icn_bx .elementor-widget-image-box {
    overflow: hidden;
    z-index: 2;
    min-height: 260px;
}
.icn_bx .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content {
    margin-top: auto;
}
.frm .elementor-field-textual {
    padding-inline: 22px !important;
}
.frm .elementor-message {
    border: 1px solid green;
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #00800008;
    display: flex;
    align-items: center;
    gap: 6px;
    color: green;
}
.team-carousel.no-carousel {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
}
body:before {
    content: "";
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    inset: 0;
    z-index: 2;
    transition: all 0.4s;
}
body:has(.e-n-menu-content.e-active):before {
    opacity: 0.6;
    visibility: visible;
}
/* body:has(.e-n-menu-content.e-active) .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > li .e-n-menu-title-text {
    color: var( --e-global-color-accent );
}
body:has(.e-n-menu-content.e-active) .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > li .e-n-menu-dropdown-icon > span svg{
    fill: var( --e-global-color-accent );
} */
.h_mega_menu .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item {
    position: relative;
}
.h_mega_menu .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-content {
    width: auto;
}
.h_mega_menu .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-content > .elementor-element {
    background: transparent;
}
.h_mega_menu .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item:last-child > .e-n-menu-content {
    left: auto;
    right: 0;
}
.img_crsl .e-n-carousel.swiper {
    margin: 0 -6%;
}
.img_crsl .e-n-carousel.swiper img {
    mix-blend-mode: soft-light;
    opacity: 0.7;
    filter: brightness(0) saturate(100%) invert(75%) sepia(13%) saturate(510%) hue-rotate(305deg);
}
.hvr_box > .elementor-element{
    transition: all 0.4s;
}
.hvr_box > .elementor-element .contnt {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    right: 0;
    transition: all 0.4s;
    z-index: 3;
}
.hvr_box > .elementor-element:hover .contnt {
    top: 0;
}
.hvr_box > .elementor-element:before {
    content: "";
    position: absolute;
    inset: 0;
    background:linear-gradient(0deg, #f0e0e1 20%, rgba(240, 224, 225, 0) 100%);
    z-index: 2;
}
.hvr_box > .elementor-element .contnt blockquote {
    border-left: 4px solid var(--white);
    margin: 0;
    padding-left: 16px;
}
.hvr_box > .elementor-element .contnt ul li {
    position: relative;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.014em;
    color: #FFFFFF;
    display: flex;
    gap: 12px;
}
.hvr_box .elementor-widget-image {
    height:360px;
}
.hvr_box .elementor-widget-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hvr_box > .elementor-element .contnt h2 span {
    color: var(--accent);
}
.hvr_box > .elementor-element .elementor-widget-image {
    width: 100%;
}
.hvr_box > .elementor-element .contnt .hvr-sw {
    display: none;
}
.hvr_box > .elementor-element .contnt .hvr-hd{
    transition: all 0.4s;
}
.hvr_box > .elementor-element:hover .contnt .hvr-hd{
    display: none;
}
.hvr_box > .elementor-element:hover .contnt .hvr-sw {
    display: flex;
}
.hvr_box > .elementor-element:hover .contnt{
    background-color: #f0e0e1;
}
.i_bx_crsl .elementor-widget-image-box {
    min-height: 382px;
}
.i_bx_crsl .elementor-widget-image-box .elementor-image-box-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.i_bx_crsl .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content {
    margin-top: auto;
}
.i_bx_crsl .e-n-carousel.swiper {
    margin-right: -1%;
    width: 100%;
}
.i_bx_crsl .elementor-swiper-button:hover {
    opacity: 0.7;
}
.hvr_box > .elementor-element .contnt .elementor-icon-list-item svg {
    margin: 0;
    display: block;
}
html body .flw_insta .ti-nav-loadmore .ti-btn {
    background-color: var( --e-global-color-accent ) !important;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.33);
    color: #FFF !important;
    border-radius: 50px !important;
    line-height: 54px;
    padding: 0px 40px 0px 40px !important;
    outline: none !important;
}
html body .flw_insta .ti-nav-loadmore .ti-btn:hover {
    background-color: #000 !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.33);
    color: #FFF !important;
}
.cl_content_wrap .cl_image_box .elementor-element {
    height: 100%;
}
.cl_content_wrap .cl_image_box .elementor-element img {
    height: 100%;
    object-fit: cover;
}
@media(max-width:1199px){
	.artical_sec  a.elementor-post__thumbnail__link {
		height: 287px;
		max-width: 460px !important;
		min-width: 460px !important;
	}
	.artical_sec .elementor-posts .elementor-post__badge {
        left: 488px;
    }
}
@media(max-width:1024px){
	.artical_sec  a.elementor-post__thumbnail__link {
        height: 255px;
        max-width: 341px !important;
        min-width: 341px !important;
    }
    .artical_sec .elementor-posts .elementor-post__card .elementor-post__text {
        padding: 70px 0px 10px 27px;
    }
        .artical_sec .elementor-posts .elementor-post__badge {
        left: 345px;
        padding: 8px 23px;
        min-width: 135px;
    }
    .fertility-journey-sec .elementor-widget-image-box .elementor-image-box-img img {
        width: 100%;
    }
    .h_mega_menu .elementor-element .e-con-inner {
        margin: 0 auto;
    }
    .rspnsv_mnu.elementor-widget-n-menu.e-n-menu-tablet {
        max-width: max-content !important;
    }
    .rspnsv_mnu.elementor-widget-n-menu .e-n-menu-wrapper {
        top: 60px !important;
    }
    .rspnsv_mnu.elementor-widget-n-menu .e-n-menu-item .e-n-menu-content,
    .rspnsv_mnu.elementor-widget-n-menu .e-n-menu-item {
        width: 100%;
    }
    .team-member-card {
        border-radius: 12px;
        padding: 24px;
    }
    .team-image a {
        width: 180px;
        height: 180px;
        margin: 0px auto 20px;
    }
    .team-member-card .team-title {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .team-excerpt {
        font-size: 15px;
        margin-bottom: 22px;
    }
    .read-more-btn {
        font-size: 15px;
        gap: 6px;
    }
    .icn_bx .elementor-widget-image-box {
        min-height: 220px;
    }
    html body .top_arw .owl-nav {
        top: -84px;
    }
    .team-carousel.no-carousel {
        grid-template-columns: repeat(2,1fr);
        gap: 30px;
    }
    .h_mega_menu .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title {
        justify-content: space-between;
    }
    .i_bx_crsl .e-n-carousel.swiper {
        margin-right: 0;
    }
    .i_bx_crsl .elementor-widget-image-box {
        min-height: 300px;
    }
    .fertility-journey-sec .elementor-image-box-content {
        padding: 14px;
    }
    .fertility-journey-sec .elementor-image-box-wrapper {
        border-radius: 10px;
    }
    body:has(.rspnsv_mnu .e-n-menu-toggle[aria-expanded="true"])::before {
        opacity: 0.84;
        visibility: visible;
    }
    body:has(.e-n-menu-content.e-active):before {
        opacity: 0;
        visibility: hidden;
    }
}
@media(max-width:767px){
	.artical_sec  a.elementor-post__thumbnail__link {
        height: auto;
        max-width: unset !important;
        min-width: unset !important;
    }
    .artical_sec .elementor-posts .elementor-post__card .elementor-post__text {
        padding: 14px 10px 10px 10px;
        height: fit-content;
    }
        .artical_sec .elementor-posts .elementor-post__card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .fertility-journey-sec .elementor-widget-image-box .elementor-image-box-img:after {
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #f0e0e1 10%, transparent 100%);
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }
    .rspnsv_mnu.elementor-widget-n-menu .e-n-menu-wrapper {
        top: 50px !important;
    }
    html body .top_arw .owl-nav {
        display: flex;
        position: static;
        justify-content: center;
        margin-top: 30px;
    }
    .icn_bx .elementor-widget-image-box {
        min-height: auto;
    }
    .team-carousel.no-carousel {
        grid-template-columns: repeat(1,1fr);
        gap: 25px;
    }
    .fertility-journey-sec .elementor-image-box-content {
        padding: 12px;
    }
    .fertility-journey-sec .elementor-image-box-description a:after {
        width: 17px;
        height: 10px;
    }
    .i_bx_crsl .elementor-widget-image-box .elementor-image-box-img {
        margin-left: 0 !important;
    }
    .i_bx_crsl .elementor-widget-image-box {
        min-height: 220px;
    }
	.hvr_box .elementor-widget-image {
        height: 300px !important;
    }
	.h_mega_menu .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-content > .elementor-element {
		background: #FFF;
		padding-inline: 45px 20px;
	}
	.h_mega_menu .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-content > .elementor-element > .e-con-inner {
		padding-top: 0;
	}
	.h_mega_menu .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-content > .elementor-element > .e-con-inner > .elementor-element > .elementor-element {
		background: transparent;
		border: 0;
	}
}
