.navbar-style{
    background-color: white;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 7px #00000029;
}
.navbar-style.active{
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
}
.dropdown-menu{
    box-shadow: 0 0 5px #00000029;
    border-radius: 0;
    border: none;
    left: unset;
    right: unset;
    transition: 0.4s;
}
.dropdown-menu.customize{
    padding: 20px 50px;
    list-style: disc;
}
.dropdown-menu.customize li::marker{color:#707070;font-size: 14px;}
.dropdown-item {
    font-family: Poppins-Regular, sans-serif;
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 8px 12px;
    clear: both;
    color: #707070;
    white-space: nowrap;
    background-color: rgb(0 0 0 / 0%);
    border: 0;
    text-align: left;
}
.dropdown-item.hover, .dropdown-item:hover {
    color: #FC9727;
    text-decoration: none;
    background: none !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
    transition: 0.4s;
}
.main-menu-link:after{
    content: "";
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #707070;
    border-left: 2px solid #707070;
    bottom: 3px;
    left: 2px;
    transform: rotate(225deg);
    transition: 0.4s;
}
.main-menu-link:hover:after{
    transform: rotate(45deg);
    transition: 0.4s;
    border-color: #FC9727;
    bottom: 0;
}
.main-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.book-lang-div{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}
.book-lang-div a,.book-lang-div a:hover{
    display: inline-flex;
}
.book-demo-link,.book-demo-link:hover{
    font-family: Poppins-Regular,sans-serif; !important;
    font-size: 15px !important;
    width: 131px;
    height: 41px;
    background-color: #1A428A !important;
    border-radius: 21px;
    color: #FFFFFF !important;
    justify-content: center;
    align-items: center;
}




.lang-link ,.lang-link:hover{
    font-family: Poppins-Regular,sans-serif !important;
    font-size: 17px !important;
    color: #272F65 !important;
    padding-top: 3px;
    display: flex;
    width: 48px;
    height: 41px;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    background-color: #DDE4EF;
}
.navbar-nav li:not(:last-child) .nav-border-bottom{
    border-bottom: 1px solid #272F65;
}
.menu-nav-link{
    font-family: Poppins-Regular,sans-serif;
    font-size: 16px;
    color: #707070;
}
.menu-nav-link.active,.menu-nav-link:hover{
    color: #FF9900;
}
.bars-icon{
    font-size:25px;
    cursor:pointer;
    position: relative;
    top: 1px;
    float: right;
    display: none;
}
.nav-flex{
    display: flex !important;
}
.back-div{
    width: 100%;
    height: 80px;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10px;
    width: 100%;
    text-align: center;
}

.overlay a {
    font-family: Poppins-SemiBold,sans-serif;
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    color: #272F65;
    display: block;
    transition: 0.3s;
    text-align: right;
}

.overlay a:hover, .overlay a:focus {
    color: #FF9900;
}

.overlay .closebtn {
    position: absolute;
    top: 5px;
    left: 10px;
}
.back-btn{
    width: 15px;
}
.ar-span{
    position: relative;
    bottom: 2px;
}
.desktop-hide{
    display: none;
}
.gap-15{gap: 15px;}
@media screen and (max-height: 450px) {
    .bars-icon{
        display: none;
    }
    .overlay a {font-size: var(--font-size-20)}
    .overlay .closebtn {
        font-size: 21px;
        top: 15px;
        left: 5px;
    }
}

@media (max-width:900px){
    .bars-icon{
        display: block;
        color:  #272F65;
    }
    .overlay a{
        text-align: center;
    }
    .dropdown-menu{
        box-shadow: 0 0 6px #00000026;
        border-radius: 5px;
        border: none;
        left: unset;
        right: unset;
        transition: 0.4s;
        background: white !important;
        margin-top: 16px;
        margin-bottom: 12px;
    }
    .dropdown-menu.show{
        transition: 0.4s;
    }
    .book-lang-div{justify-content: center;}
    .dropdown-item{
        text-align: left !important;
        white-space: inherit;
        color: #707070 !important;
    }
    .dropdown-menu li {
        display: flex;
        align-items: center;
    }
    .dropdown-menu.customize{padding: 20px !important;}
}
