/* -------------------------------------------------
  max-width: 1600
---------------------------------------------------*/
@media only screen and (min-width: 250px) {

    .navbar-expand-lg .navbar-nav li {
        margin-left: 11px;
        margin-right: 12px;
    }
    .nav-fixed .navbar-nav li {
        margin-left: 22px;
        margin-right: 27px;
    }
    footer .university h6, footer .university li {
        margin-right: 53px;
        flex: 0 0 12.666667%;
    }
    .copyright{
        text-align: right !important;
    }
    footer .social_icons{
        text-align: left !important;
    }
    .pop-up-modal-content {
        padding: 10px;
        width: 400px;
    }


    .navbar .section-menu-header {
        width: 66.77%;
    }
    .nav-fixed .section-menu-header {
        width: 100%;
    }
    .navbar .section-brand-social-media-header {
        width: 33.33%;
    }
}

/* -------------------------------------------------
  (min-width: 991px) and (max-width: 1199px)
---------------------------------------------------*/
@media only screen and (min-width: 991px) and (max-width: 1199px) {
    footer .university h6, footer .university li {
        margin-right: 23px;
        flex: 0 0 12.666667%;
    }
}

/* -------------------------------------------------
  (min-width: 767px) and (max-width: 991px)
---------------------------------------------------*/
@media only screen and (min-width: 767px) and (max-width: 991px) {
    header .social_icons li a {
        width: 25px;
    }
}

/* -------------------------------------------------
  max-width: 1199px
---------------------------------------------------*/

@media only screen and (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav li {
        margin-left: 11px;
        margin-right: 12px;
    }
    .nav-fixed .navbar-nav li {
        margin-left: 13px;
        margin-right: 13px;
    }
}

@media (max-width: 991px) {
    footer .university h6, footer .university li {
        margin-right: 0px;
    }
    .navbar-expand-lg .navbar-nav > li > .nav-link img , .top-header{
        display: none;
    }
    .nav-mobile{
       display: block;
    }
}
  
@media only screen and (min-width: 991px) {
    .nav-web{
       display: block;
    }
}

@media only screen and (min-width: 992px) {
    .last-col-in-main-section {
        margin-right: 33.333333%;
    }
    /* Overwrite the default to keep the scrollbar always visible */
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        height: 7px;
        width: 7px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

}


/* -------------------------------------------------
  max-width: 991
---------------------------------------------------*/
@media only screen and (max-width: 991px) {
    .navbar .section-menu-header {
        width: 100%;
    }
}

/* -------------------------------------------------
  min-width: 768px
---------------------------------------------------*/
@media only screen and (min-width: 768px) {
    .volunteer-section .heading_s1 h2{
        margin-bottom: 0px;
    }
}
/* -------------------------------------------------
  min-width: 1200
---------------------------------------------------*/
@media only screen and (min-width: 992px) {
    .nav-fixed .navbar-brand {
        width: 70px;
        display: block;
    }
}

/* -------------------------------------------------
  max-width: 767px
---------------------------------------------------*/
@media (max-width: 768px) {
    .copyright, footer .social_icons {
        text-align: center !important;
    }
}
@media only screen and (max-width: 767px) {
    .copyright, footer .social_icons {
        text-align: center !important;
    }
    .pop-up-modal-content {
        padding: 10px;
        width: 100%;
    }
    .volunteer-section .heading_s1 h2{
        margin-bottom: 1rem;
    }

}

/* -------------------------------------------------
  max-width: 640px
---------------------------------------------------*/
@media only screen and (max-width: 640px) {
    .carousel-control-next, .carousel-control-prev {
        font-size: 14px;
        height: 40px;
        top: auto;
        width: 40px;
        margin: 0 5px;
    }


}

/* -------------------------------------------------
  max-width: 580px
---------------------------------------------------*/
@media only screen and (max-width: 580px) {

}

/* -------------------------------------------------
  max-width: 576px
---------------------------------------------------*/
@media only screen and (min-width: 576px) {


}

/* -------------------------------------------------
  max-width: 575px
---------------------------------------------------*/
@media only screen and (max-width: 575px) {

}

/* -------------------------------------------------
  max-width: 480px
---------------------------------------------------*/
@media only screen and (max-width: 480px) {
    .mobile-section-header .navbar-brand {
        width: 68px!important;
    }
    .nav-fixed .logo_dark {
        width: 68px!important;
    }

}

/* -------------------------------------------------
  max-width: 380px
---------------------------------------------------*/
@media only screen and (max-width: 380px) {
    .service-icon {
        width: 25%;
    }
    .light_skin .header_list li a {
        font-size: 14px;
    }
}

@media (max-width: 619px) {
    .grid_filter li {
        margin: 5px 3px;
    }
}
