@media only screen and (max-width:1600px) {
    body {
        overflow-x: hidden;
    }

    .main_container {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .banner_wrapper {
        display: flex;
        justify-content: center;
        height: initial;
    }

    .banner_wrapper::after {
        background-size: contain;
        left: 0;
    }

    .banner_wrapper img {
        width: auto;
        position: relative;
        height: 100%;
        text-align: center;
    }

    .for_mobile {
        display: none;
    }
}

@media only screen and (max-width:1400px) {
    .social_wrapper i {
        margin-right: 13px;
        font-size: 17pt;
    }

    .our_campsSlider .swiper-slide .image_wrapper {
        height: 355px;
    }
}

@media only screen and (max-width:1250px) {
    h1 {
        font-size: 48pt;
        line-height: 60pt;
    }

    .main_body_section .left p {
        font-size: 15pt;
    }

    .main_body_section .right a {
        font-size: 12pt;
        padding: 14px 10px 14px 18px;
    }

    .nav_wrapper ul li a {
        padding: 7px 20px;
    }

    .popup-common-outer-wrapper .modal-dialog {
        margin: 0 auto;
    }
}

@media only screen and (max-width:768px) {
    .main_body_section {
        flex-direction: column;
        margin-bottom: 80px;
    }

    .main_body_section .right {
        padding-top: 40px;
    }

    h1 {
        font-size: 40pt;
        line-height: 45pt;
    }

    .logo_wrapper {
        width: auto;
    }

    .sidebarmenu_toggler {
        display: block;
    }

    a.donate {
        display: none;
    }

    .contact_us_lower_portion .inner_boxs {
        width: 50%;
        margin-bottom: 25px;
        display: flex;
        justify-content: flex-start;
        align-content: center;
        flex-direction: column;
    }

    .footer_col_sections {
        width: 100%;
    }

    .half_width {
        width: 50%;
    }

    

    .mobile_nav {
        display: flex !important; /* Required to override custom.css !important rule */
    }

    .sidebarmenu_toggler i {
        color: var(--green-normal);
        font-size: 30pt;
    }

    .contact-close {
        font-size: 30pt;
    }

    .sidebar_inner_scroller ul li a {
        text-transform: capitalize;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .mobile_width_adjust h3 {
        position: relative;
        font-size: 18pt;
    }

    .mobile_width_adjust h3 span {
        background-color: #fff;
        position: relative;
        padding-bottom: 10px;
        padding-right: 10px;
        z-index: 15;
    }

    .mobile_width_adjust h3:after {
        width: 100%;
        height: 2px;
        z-index: 12;
        background-color: #a8a7a7;
        position: absolute;
        content: "";
        top: 55%;
        left: 0px;
    }

    .mob_hide {
        display: none;
    }

    .popup-common-outer-wrapper .modal-dialog {
        max-width: 600px;
        margin: 0 15px;
    }

    .popup-common-outer-wrapper .modal-content {
        background-color: #f2f2f2;
        padding: 15px;
        border-radius: 15px;
    }

    .popup-common-outer-wrapper .modal-content .defult_modal_frm_cross {
        width: 30px;
        height: 30px;
    }

    .for_mobile {
        display: block;
    }

    .our_campsSlider .swiper-slide .image_wrapper img {
        transform: translateY(0%);
    }

    .banner_wrapper img {
        width: 100%;
        height: auto;
    }

    .banner_wrapper {
        height: 75vh;
    }

    .hide_on_dt {
        display: block;
    }

    .header_bottom_portion {
        overflow-x: hidden;
    }

    .header_top_portion p {
        text-align: center;
        line-height: 20px;
        padding: 10px 0;
    }

    .banner_wrapper::after {
        display: none;
    }

    .main_body_section .left h1 br,
    .main_body_section .left p br {
        display: none;
    }

    .footer_lower_section .left,
    .footer_lower_section .right {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer_lower_section {
        flex-direction: column;
    }

    .our_campsSlider .swiper-slide .image_wrapper {
        height: auto;
    }

    .contact_us_lower_portion .inner_boxs .icon {
        height: 100px;
    }
}

@media only screen and (max-width:500px) {
    .main_body_section .right a {
        width: 100%;
        margin-right: 0px;
        display: block;
        height: 50px;
        margin-bottom: 15px;
    }
}