/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


:root {
    --color-white: #FFFFFF;
    --color-primary: #001196;
}


.nav-toggler {
    margin-left: 24px;
    height: 35px;
    width: 48px;
    border: 0px;
    z-index: 1;
    background: 0;
    display: block;
    padding: 3px 5px;
    transform: translateY(-4px);
}

.nav-toggler-line {
    width: 40px;
    height: 2px;
    background-color: var(--color-white);
    display: block;
    margin: 5.8px 0;
    transition: all .3s;
}

.nav-toggler-line:nth-child(2) {
    width: 31px;
}

.nav-toggler-line:last-child {
    width: 19px;
}

.nav-toggler.active .nav-toggler-line:first-child {
    transform: translateY(8px);
    width: 25px;
}

.nav-toggler.active.full .nav-toggler-line:first-child {
    transform: translateY(8px) rotate(45deg);
}

.nav-toggler.active .nav-toggler-line:last-child {
    transform: translateY(-8px);
    width: 16px;
    width: 25px;
}

.nav-toggler.active.full .nav-toggler-line:last-child {
    transform: translateY(-8px) rotate(-45deg);
}

.nav-toggler.active .nav-toggler-line:nth-child(2) {
    opacity: 0;
}


.nav-toggler:focus,
.nav-toggler:active,
.nav-toggler:hover {
    background-color: transparent !important;
    outline: none;
}

.custom-header-nav>.elementor-container>.elementor-column>.elementor-widget-wrap>section {
    width: auto !important;
}

.custom-header-nav>.elementor-container>.elementor-column>.elementor-widget-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    /* overflow-x: hidden; */
}

.custom-header-nav>.elementor-container>.elementor-column>.elementor-widget-wrap>section:nth-child(3) .elementor-widget-wrap {
    flex-flow: row;
    align-items: center;
}

.custom-header-nav>.elementor-container>.elementor-column>.elementor-widget-wrap>section:nth-child(1) {
    position: absolute;
    left: 0;
}

.custom-header-nav>.elementor-container>.elementor-column>.elementor-widget-wrap>section:nth-child(3) {
    position: absolute;
    top: 0px;
    right: -3px;
}


.custom-medical-logo .elementor-widget-container {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B00000;
    border-radius: 50%;
    padding: 6px;
}

.custom-medical-link p {
    white-space: nowrap;
    margin-bottom: 0px;
    margin-left: 8px;
    margin-right: 70px;
}

.custom-medical-link p a {
    color: #ffffff !important;
}

.custom-nav-search-icon {
    margin-right: 92.5px;
}

.custom-header-nav {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
}

.custom-header-nav>.elementor-container {
    width: 100% !important;
}

.custom-popup-menu {
    width: 441px;
    position: fixed;
    top: 60px;
    padding-top: 4px;
    z-index: 999;
    height: calc(100% - 60px);
    overflow-y: scroll !important;
    transition: all .3s !important;
    transform: translateX(-100%);
    padding-bottom: 100px;
}

.custom-popup-menu.nav-active {
    transform: translateX(0%);
}

.custom-popup-menu::-webkit-scrollbar {
    width: 8px;
    background-color: transparent !important;
}

.custom-popup-menu::-webkit-scrollbar-thumb {
    background-color: #fff !important;
    border-radius: 8px;
}

.custom-popup-menu .menu-item a {
    padding: 15px 15px 15px 45px !important;
}

.custom-popup-menu .menu-item a:hover,
.custom-popup-menu .menu-item a:active,
.custom-popup-menu .menu-item a:focus {
    text-decoration: underline;
}

.footer-copyright-text p {
    margin-bottom: 0px;
}

.footer-copyright-text p a {
    color: inherit !important;
}

.footer-copyright-text p a:hover,
.footer-copyright-text p a:active,
.footer-copyright-text p a:focus {
    text-decoration: underline;
}

.custom-copyright-section>.elementor-container>.elementor-column>.elementor-widget-wrap {
    justify-content: space-between;
}

.custom-copyright-section>.elementor-container>.elementor-column>.elementor-widget-wrap>section .elementor-element {
    width: auto !important;

}

.custom-copyright-section>.elementor-container>.elementor-column>.elementor-widget-wrap>section {
    width: auto !important;
    display: flex;
    align-items: center;
}

.custom-copyright-section .elementor-widget-image a img {
    width: unset !important;
    transition: all .3s;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(328deg) brightness(103%) contrast(101%);
}

.custom-copyright-section .elementor-widget-image a:hover img {
    filter: unset;
}

.custom-copyright-section .elementor-widget-image a {
    height: 30px;
    width: 30px;
    background-color: var(--color-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 12px;
    transition: all .2s ease-out;
    border: 1px solid var(--color-primary);
}

.custom-copyright-section .elementor-widget-image a:hover {
    background-color: #fff;
}

.custom-nav-search-icon img {
    width: 30px;
    max-width: 30px !important;
}

.gallery-menu {
    font-size: 1.125rem;
    color: #000000;
    border: 1px solid #AAAAAA;
    padding: 10px 17px;
    border-radius: 0px;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../galleryXDthree/img/select-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    width: 46%;
    font-family: 'body', sans-serif;
}

.custom-gallery-nav .eael-advanced-menu {
    background-color: transparent !important;
}


/* media query */
@media (max-width: 1199px) {}

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

@media (max-width: 991px) {
    .custom-nav-search-icon {
        margin-right: 30px;
        margin-left: 20px;
    }

    .custom-medical-link {
        display: none;
    }
}

@media (max-width: 767px) {

    .gallery-menu {
        width: 100%;
    }

    .custom-popup-menu {
        top: 40px;
        height: calc(100% - 40px);
    }

    .custom-popup-menu .menu-item a {
        padding: 15px !important;
        line-height: 1.1 !important;
    }

    .custom-nav-search-icon {
        margin-right: 18px;
        margin-top: 1px;
        margin-left: 10px;
    }

    .custom-header-nav {
        height: 40px;
    }

    .nav-toggler {
        margin-left: 10px;
        transform: translateY(-6px);
    }

    .custom-popup-menu {
        width: 269px;
    }

    .nav-toggler-line {
        width: 30px;
    }

    .nav-toggler-line:nth-child(2) {
        width: 21px;
    }

    .nav-toggler-line:last-child {
        width: 13px;
    }

    .custom-medical-logo .elementor-widget-container {
        height: 20px;
        width: 20px;
    }



    .custom-nav-search-icon img {
        width: 15px;
        max-width: 15px !important;
    }

    .custom-medical-logo {
        height: 20px;
        width: 20px;
    }

    .custom-medical-logo img {
        width: 15px;
        max-width: 15px !important;
    }
}

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

@media (min-width: 768px) {}

@media (min-width: 991px) {}

@media (min-width: 1025px) {}

@media (min-width: 1200px) {}