
@media only screen and (min-width: 768px) and (max-width: 1025px) {

    .collapse, .collapse.show, .navbar-collapse {
        margin-bottom: 25px;
        background:#ffffff;
        padding: 15px 0;
    }
    .navbar-light .navbar-toggler {
        background: transparent;
        border: none;
        border-radius: 0;
        color: #333;
        font-size: 35px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 23px;
        padding: 0;
    }
    header .navbar {
        background: #ffffff;
        min-height: 75px !important;
        padding: 0 10px;
        z-index: 1;
        text-align: center;
    }
    header .navbar .navbar-brand {
        margin-right: 0px;
    }
    header .navbar .navbar-brand img{
        height: 50px;
    }
    header .navbar .navbar-nav .nav-item .nav-link {
        padding: 4px 15px;
        font-size: 16px;
    }  
        header .sign_up {
        margin-top: 34px;
    }
    header .navbar .navbar-brand {
        margin-right: 15px;
        padding: 15px 0;
    }
    header .sign_up {
        margin-top: 35px;
        display: inline-block;
    }
}


/*   Tablet Layout: 768px.    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header .navbar {
        background: #ffffff;
        min-height: 120px;
        padding: 0 10px;
        z-index: 1;
    }
    header .navbar .navbar-brand {
        margin-right: 15px;
    }
    header .navbar .navbar-brand img{
        height: 50px;
    }
    header .navbar .navbar-brand::before {
		display: none;
    }
    .services .singel-services .img-wrapper {
        overflow: hidden;
        height: auto;
    }
    #pillars .nav-btn {
        width: 240px;
    }
    .become_volunteer {
        padding: 80px 0px;
        background: #f1f1f1;
    }
    .become_volunteer .heading-title.form_wrapper {
        margin: 0;
        background: #1e1768;
        padding: 80px 2% 80px 15px;
    }
    .become_volunteer .heading-title p {
        width: 90% !important;
        margin: 0px auto;
    }
}

/*======================  Mobile Layout: 320px. =======================  */

@media only screen and (max-width: 767px) {
    .collapse, .collapse.show, .navbar-collapse {
        margin-bottom: 25px;
        background:#ffffff;
        padding: 15px 0;
    }
    .navbar-light .navbar-toggler {
        background: transparent;
        border: none;
        border-radius: 0;
        color: #333;
        font-size: 35px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 23px;
        padding: 0;
    }
    header .navbar {
        background: #ffffff;
        min-height: auto;
        padding: 8px 15px;
        z-index: 1;
        text-align: center;
    }
    header .navbar .navbar-brand {
        margin-right: 0px;
    }
    header .navbar .navbar-brand img{
        height: 50px;
    }
    header .navbar .navbar-nav .nav-item .nav-link {
        padding: 4px 15px;
        font-size: 16px;
    }
    header .navbar .navbar-brand::before {
        display: none;
    }
    header .sign_up {
        margin-top: 35px;
       display: inline-block;
    }

    header .intro-wrapper {
        padding-left: 0;
    }
    header .intro-text {
        margin-top: 100px;
        border-left: 0;
        padding: 0 15px;
    }
    header .intro-text h1 {
        font-size: 50px;
        line-height: 60px;
    }

    #pillars {
        padding: 50px 0px;
    }
    #pillars .nav-btn {
        border-right: none;
        padding: 0px;
        width: 100%;
        float: none;
        border-bottom: none;
        text-align: center;
    }
    #pillars .tab-content {
        padding: 30px 0px;
        text-align: center;
    }
    .heading-title p {
        width: 100%;
    }
    .services .singel-services .img-wrapper {
        overflow: hidden;
        height: auto;
    }
    .single-package-wrapper {
        margin-bottom: 50px;
    }
    .single-package-wrapper:last-child {
        margin-bottom: 0px;
    }
    .title{
        font-size: 30px !important;
    }
    .management .title {
        padding-right: 0;
    }
     .title.left::before {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .management .heading-title {
        margin: 0;
            margin-top: 0px;
        margin-top: 30px;
        text-align: center;
    }
    .management .about_banner {
        padding-right: 0;
    }
    .become_volunteer {
        padding: 80px 0px;
        background: #f1f1f1;
    }
    .become_volunteer .heading-title p {
        width: 100%;
    }
    .become_volunteer .heading-title.form_wrapper {
        margin: 0;
        padding: 80px 15px 80px 15px;
    }
    .become_volunteer .volunteer_banner {
        padding-left: 0px;
        padding-right: 0;
    }
    .become_volunteer .volunteer_banner img{
        width: 100%;
    }
    .become_volunteer form {
        display: block;
        padding-right: 0%;
        text-align: center;
    }
    .become_volunteer button {
        margin-top: 15px;
    }
    .become_volunteer .heading-title.form_wrapper {
        margin: 0;
        padding: 80px 15px;
        text-align: center;
    }
    footer {
        text-align: center;
    }
    .mr-auto.scroll-nav.d-flex.footer_main_nav {
        display: inline-block !important;
    }
    footer .subscribe_wrapper form {
        display: inline-block;
    }
    footer .subscribe_wrapper {
        display: inline;
    }
    footer .subscribe_wrapper img{
        margin-bottom: 30px;
    }
    footer .subscribe_wrapper form button{
        margin-bottom: 50px;
        margin-top: 15px;
    }
    footer .copy_links {
        display: inline-block;
    }
    .mr-auto.scroll-nav.d-flex {
        display: inline !important;
    }
    footer .footer-bottom p {
        display: none;
    }
    footer .footer-bottom ul li {
         padding-bottom: 15px;
    }
    footer .footer-bottom ul li:first-child {
        padding-left: ;
        border-left: none;
    }
}

/*  Wide Mobile Layout: 480px    */

@media only screen and (min-width: 480px) and (max-width: 767px) {

}