
header .social_icons li a {
    width: 35px;
    height: 35px;
    padding-top: 6px;
    border-radius: 50% !important;
    margin: 0 5px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border: 0;
    font-size: 15px;
}

.mobile-section-header-logo {
    display: none;
}

.dark_skin .logo_dark, .light_skin .logo_light {
    display: block;
    /* width: 130px; */
    width: 210px;
    margin-right: 6px;
    margin-top: -60px;
}

.section-brand-social-media-header {
    margin-top: 25px;
}

.top-header {
    margin-bottom: 10px;
}

.top-header .contact_detail li:first-child {
    padding-right: 0px;
}

.nav-fixed .team_style2, .nav-fixed .banner, .nav-fixed .navbar-nav > li > .nav-link img {
    display: none;
}

.nav-fixed .logo_dark {
    margin-right: 0px;
    margin-top: 0px;
}

.nav-fixed .section-brand-social-media-header {
    width: 18% !important;
}

.nav-fixed .section-brand-social-media-header {
    margin-top: 0px;
}

.navbar-nav {
    margin-right: 0px !important;
}

@media (max-width: 1600px) {
    .navbar .section-brand-social-media-header {
        width: 33.33%;
    }

    .navbar .section-menu-header {
        width: 66.77%;
    }
}

@media (max-width: 991px) {
    .navbar .banner, .navbar .section-brand-social-media-header {
        display: none;
    }

    .top-header {
        margin-bottom: 0px;
    }

    /*.navbar .section-menu-header {*/
    /*width: 100%;*/
    /*}*/
    .section-menu-header {
        direction: ltr;
    }

    .logo_dark {
        margin-top: 0px !important;
    }

    .mobile-section-header-logo {
        display: block;
    }
}

/*.nav-fixed .logo_dark {*/
/*width: 130px;*/
/*}*/

 .navbar-brand {
    margin-right: 0px !important;
}

header .social_icons {
    text-align: right !important;
}


.bviolet {
    background: #932ab6;
}

.blightblue {
    background: #52b9e9;
}

.borange {
    background: #f88529;
}

.bblue {
    background: #1171a3;
}

.bred {
    background: #fa3031;
}

.navbar-expand-lg .navbar-nav > li > .nav-link {
    padding: 25px 0px;
}

.mobile-section-header .navbar-brand {
    width: 66px;
    padding: 8px 0;
    margin-right: 0px;
}

.mobile-section-header .logo_dark {
    margin-right: 0px !important;
    width: 100% !important;
}

.navbar-toggler {
    padding: 9px .75rem;
}
.nav-web{
       display: none;
}
.nav-mobile {
    display: none;
}

.register_bg {
    color: #EE5922;
}

.login_bg {
    color: #1171A3;
}

.navbar-nav li a {
    color: #F15922 !important;
}

.copyright a {
    color: #ffffff !important;
    font-weight: 900;
}

.banners-section-home .content_desc{
    text-align: center;
}


/*new*/

.navbar .team_style2 .social_icons{
    margin-top: 0px!important;
}
.dark_skin .logo_dark, .light_skin .logo_light {
    width: 210px;
    margin-right: 32px;
}
.nav-fixed .logo_dark{
    margin-right: 0px;
}

#note_login .modal-header{
    background-color: white;
    margin: 10px;
}

#note_login .modal-header .close{
    color: black;
    font-size: 38px;
}
#note_login .down-section{
    background-color: #F78F32;
}
@media only screen and (min-width: 700px){
    #note_login .pop-up-modal-content {
        width: 700px;
    }
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
    #note_login .pop-up-modal-content {
        width: 700px;
    }

}
#note_login .pop-up-modal-content ,#note_login .modal-body{
    padding: 0px!important;
}

#note_login .top-section {
    padding: 30px;
    padding-top: 0px;
}
#note_login .down-section{
    padding: 30px;
}
#note_login .down-section p{
   color: white;
    margin-bottom: 20px!important;
}
#note_login .down-section button{
    color: #F78F32 !important;
    background: white;
    max-width: 300px;
    margin: 0 auto;
}
#note_login  .pop-up-modal-content{
   display: block!important;
    height: inherit!important;
}
.navbar-expand-lg .navbar-nav > li > .nav-link img {
    margin: 0 auto;
    margin-bottom: 15px;
}
.navbar-expand-lg .navbar-nav > li > .nav-link  {
    text-align: center;
}
@media (min-width: 1100px) {
    .top-section p{
        font-size: 20px;
    }

}