/* ------###########------  For Header  ------###########------ */

.header-fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 100;
    top: 0;
    box-shadow: 0 1px 5px #00000040;
}


.signIn-dropdown-menu {

    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    opacity: 0;
    position: absolute;
    text-align: left;
    text-transform: none;
    background-color: #fff;
    top: 54px;
    transform: scale(0);
    transform-origin: top center;
    transition: transform .2s linear;
    width: 200px;
    z-index: 999;
}

.signIn-dropdown-menu li {
    padding: 8px 16px;
}

.signIn-dropdown-menu li a {
    text-decoration: none;
    color: #000;
}

/* Show dropdown on hover */
.in-header--btn:hover .signIn-dropdown-menu {

    opacity: 1;
    transform: scale(1);


}

.in-header--btn:hover .menu__child-toggle .menu__child-toggle-icon {
    transform: translateY(3px) rotate(-135deg);
    border-bottom-color: #3d2bb6;
    border-right-color: #3d2bb6;

}

.signIn-dropdown-menu .menu__item:not(:last-child) {
    border-bottom: 1px solid #d1d6dc;

}

.signIn-dropdown-menu .menu__item {
    padding: 0;
    width: 100%;
}


.signIn-dropdown-menu .menu__item .menu__link {
    display: block;
    padding: 10px;
    color: #030303;
    transition: background-color .3s;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .signIn-dropdown-menu .menu__item .menu__link {
        font-size: 16px;
        line-height: 24px;
    }

    .for-desktop {
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    .for-desktop {
        display: none;
    }

}

.header_signIn_controls {
    position: relative;
}

.header_signIn_controls .menu__child-toggle {
    background-color: transparent;
    border: none;
    margin-top: -5px;

    color: #fff !important;
}

.header_signIn_controls .menu__child-toggle .show-for-sr {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

.header_signIn_controls .menu__child-toggle .menu__child-toggle-icon {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;

    cursor: pointer;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    transition: transform .2s ease-in-out;
    width: 8px;
}

@media only screen and (min-width: 992px) {
    .header_signIn_controls .menu__child-toggle .menu__child-toggle-icon {
        border-bottom-color: #ffffff;
        border-right-color: #ffffff;
    }
}

/* Footer css */

@media only screen and (max-width: 767px) {
    .in-footer__link {
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .footer .menu__item {
        padding: 2px 12px 2px 0;
        width: 100%;
    }

    .in-footer__link h3 {
        font-size: 19px;
        margin-bottom: 2px;
    }

    .footer .menu__link {
        padding: 0 !important;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    .in-footer__link h3 {
        font-size: 25px !important;
        line-height: 43px;
    }
}

