/* invalid  */
.is-invalid{
    border-bottom: 2px solid #ff0707 !important;
}

/* logo size  */
.site__brand__logo img {
    max-width: 190px !important;
}

/* footer logo size  */
.footer__top__info .footer__top__info__logo img {
    max-width: 224px;
    margin-bottom: 20px;
}


ul.dropdown-menu.show {
    padding: 20px;
}

svg.header-icon.mr-3 {
    position: relative;
    top: 8px;
}

.icon {
    font-size: 20px !important;
    padding-right: 33px;
}



.banner-wrap .banner-content h1 {
    font-family: Jost;
    font-size: 57px !important;
    font-weight: 500;
    max-width: 480px;
    line-height: 1.31;
    margin-bottom: 40px;
    width: 100%;
}

.dropdown-menu.dropdown-menu-right.dropdown-menu-arrow.animated.show {
    position: absolute !important;
    transform: translate3d(-112px, 29px, 0px);
    top: 15px !important;
    left: 90px !important;
    will-change: transform;
    background: #f5f0f0e3;
    border: none;
}

.dropdown-menu::before {
    border-bottom: 15px solid #f5f0f0e3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: relative;
    top: -23px;
    left: 30px;
    }

    @media screen and (max-width: 480px) {

        .banner-wrap .banner-content h1 {
            font-size: 24px !important;
        }

        .right-header>div:last-child {
            margin-right: 0;
            top: -42px;
            position: absolute;
            right: 11px;
        }

        .join-inner h2 {
            font-size: 16px;
        }

        .join-inner p {
            font-size: 11px;
        }

    }


    input.radio-btn {
        width: 36px;
        height: 16px;
        position: relative;
        top: 3px;
    }

