.topnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 15px;
}

.app-back-button {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    display: none;
}

.app-back-button img {
    width: 25px;
    height: 25px;
}

.app-back-button {
    padding: 0px 10px;
}

.logo img {
    width: 100%;
    height: 100%;
    max-width: 60px;
}

.nav-top-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-top-right ul li {
    list-style: none;
    padding: 10px 23px;
    font-weight: 700;
    cursor: pointer;
}

.nav-top-right ul li:hover {
    text-decoration: underline;
    color: #1a3ddc;
}

.nav-top-right a {
    color: #1a3ddc;
    text-decoration: none;
}

.signinround {
    border: 1px solid #1a3ddc;
    border-radius: 1.5rem;
    padding: 4px 20px !important;
}

.signinround:hover {
    background-color: transparent;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24), 0 -1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24), 0 -1px 4px rgba(0, 0, 0, 0.08);
    opacity: 1;
    color: #fff;
    text-decoration: none !important;
}

.signinroundecontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.signinroundecontainer img {
    width: 15px;
    height: 15px;
    margin-left: 15px;
}

.mobile-btn-menu {
    display: none;
}

.mobile-menu {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    -webkit-transform: translate(1000px);
    -ms-transform: translate(1000px);
    transform: translate(1000px);
    visibility: hidden;
    z-index: 9999;
}

.mobile-menu-wrappper {
    padding: 10px;
    -webkit-box-shadow: -1px -1px 5px -2px #e9e4e4;
    box-shadow: -1px -1px 5px -2px #e9e4e4;
}

.mobile-menu-top-right {
    text-align: right;
    padding: 10px 10px;
}

.mobile-menu-top-right img {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.mobile-menu ul {
    list-style-type: none;
}

.mobile-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    text-decoration: none;
}

.mobile-btn-menu img {
    width: 20px;
    height: 20px;
}

.mobile-menu a:hover {
    background: #e6eafb;
    border-radius: 5px;
}

.mobile-menu p {
    font-weight: 700;
    color: #000;
    font-size: 1.2rem;
}

.mobilenavshowshow {
    display: block;
}

.overly {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #000;
    opacity: 0.5;
    height: 100vh;
}

.mobile-menu-bottom img {
    margin-right: 10px;
}

@media only screen and (max-width: 992px) {
    .nav-top-right {
        display: none;
    }

    .overly {
        display: none;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background: #000;
        opacity: 0.5;
        height: 100vh;
    }

    .mobile-menu-wrappper {
        width: 25%;
        min-width: 300px;
        height: 100vh;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        opacity: 1;
    }

    .nav-top-right ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .mobile-btn-menu {
        display: block;
        cursor: pointer;
    }
}

@media only screen and (min-width: 993px) {
    .mobile-menu {
        visibility: hidden !important;
    }
    .overly {
        display: none !important;
    }
}

@media only screen and (max-width: 460px) {
    .mobile-menu-wrappper {
        width: 100%;
    }
}
