.top-band-fixed {
    text-align: center;
    padding: 5px;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #0E5D96 !important;
    font-family: 'Montserrat';
    display: none;
}
.web-header {
    height: 70px;
    background-color: white;
    box-shadow: 0px 1px 20px rgb(0 0 0 / 18%);
    z-index: 99;
    position: sticky;
    top: 0;
    width: 100%;
    padding: 0px;
    margin: 0;

}

.web-header .navbar-nav{
    /* height: 70px; */
}
.web-header .navbar-nav li.nav-item a{
    height: 70px;
    font-size: 14px;
    line-height: 56px;
    color: #0E5D96;
    font-family: 'Montserrat';
    font-weight: 600;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    box-shadow: inset 0 0 0 0 #0E5D96 !important;
    -webkit-transition: ease-out 0.2s  !important;
    -moz-transition: ease-out 0.2s !important;
    transition: ease-out 0.2s !important;
}
.web-header .navbar-nav li.nav-item a:hover {
   /* background-color: #0E5D96 !important; */
   color:#FFFFFF !important;
   box-shadow: inset 400px 0 0 0 #0E5D96 !important;
}
.dropdown-item-dd{
    color: #1f5797 !important;
    height: 32px !important;
    line-height: 32px !important;
    padding: 0px 0px 0px 10px !important;
    margin: 0 !important;
}
.dropdown-item-dd:hover{
    background-color: #0E5D96 !important;
    color:#FFFFFF !important;
}
.web-menu-dd-service,.web-menu-dd-resorce {
    min-width: 200px;
    padding: 0px;
    border-radius: 0px;
    border-bottom: 2px solid #1f5797;
    /* padding-left: 5px; */
    margin: 0.025rem 0 0;
}
div#navbarNavDropdown {
    justify-content: end;
}
.header-logo-2 {
    width: 20% !important;
}
.register-header-toggler {
    background-color: #1f5797;
}

.show .navbar-nav,.collapsing .navbar-nav {
    background-color: #f2efef;
}
@media (min-width: 320px) and (max-width:768px){
    .footer-section {
        padding: 19px 15px 0px 20px !important;
    }
    .android-store-img {
        margin-bottom: 10px;
    }
}

@media (max-width: 600px){
    .top-band-fixed {
        text-align: center;
        height: 77px;
        font-size: 12px;
    }
    .android-store-img {
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .social-section {
        background-color: #4383c9;
        border-radius: 8px;
        height: 70px;
        width: 128px;
        padding: 0 10px 0 10px;
        
    }
    .social-icon {
        flex-wrap: wrap;
    }
    .android-store-img img {
        width:110px;
    }
    
    .footer-section {
        /* padding: 34px 40px 0px 32px !important; */
    }
}
@media (min-width: 768px) and (max-width:970px){
    .footer-section {
        padding: 19px 15px 0px 20px !important;
    }
}
@media (min-width:981px){
    .social-section {
        background-color: #4383c9;
        border-radius: 8px;
        height: 70px;
        width: 133px;
        padding: 0 10px 0 10px;
    }
    .social-icon {
        flex-wrap: wrap;
    }
    .android-store-img img {
        width: 110px;
    }
}

@media (min-width:1250px){
    .social-section {
        background-color: #4383c9;
        border-radius: 8px;
        height: 70px;
        width: 190px;
        padding: 0 10px 0 10px;
    }
    .social-icon {
        flex-wrap: wrap;
    }
    .android-store-img img {
        width: 170px;
    }
}
@media (min-width: 1200px){
    .web-header {
       padding: 0px 160px 0px 120px;
    }
    .news-section .container {
        max-width: 1068px !important;
        padding-right: 34px;
    }
    .bg-img-aboutus {
        background-position: right;
    }
}
.footer-section {
    background: #121212 !important;
    color: #fff;
    padding: 34px 168px 0px 145px;
}

.sticky {
    position: fixed;
    z-index: 100;
  }

.dropdown-menu-right-side{
    left: 100%;
    position: absolute;
    top: 70%;
    width: 100%;
}

.web-menu-dd-service-long-text{
    min-width: 242px !important;
}
