
@media screen and (max-width:1200px) {
    
    .about-stray {
        bottom: -136px;
        width: 120px;
        left: 25px;
    }
    .k-object p {
        min-height: 240px;
    }
   
}

@media screen and (max-width:992px) { 
    
    .climbing-header {
        margin: 0px auto;
        border-radius: 50px;
        width: 100%;
    }
    .banner-content h1 {
        font-size: 55px;
    }
    .banner_section {
        padding: 0 0 1px;
    }
    .about-stray{
        display: none;
    }
    .panel-space-y {
        padding: 35px 0;
    }
    .project-crostrm-section {
        margin-top: 0;
    }
    .k-object p {
        min-height: auto;
        margin-bottom: 0;
    }
    .k-object {
        min-height: 306px;
    }
    .project-crostrm-section p {
        margin-bottom: 0;
    }
    .p-font-size {
        font-size: 16px;
    }
    .fz-size {
        font-size: 40px;
    }

    .climbing-header .navbar-nav {
        position: absolute;
        background-color: #fff;
        width: 100%;
        left: 0;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #000000;
        font-size: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .activities-panel .w-75 {
        width: 100% !important;
    }
    .intellectual-out-panel .row:nth-child(odd) .intellectual-img-box {
        margin-left: 0;
    }
    .font-36 {
        font-size: 30px !important;
    }
    .button-btnn {
        border-radius: 50px;
        padding: 3px 25px;
        font-size: 20px;
    }
    .desktop-view {
        padding: 5px 0;
    }
    .sub_menu_dropdown {
        visibility: hidden;
        padding: 0 0 0 0;
        position: relative;
        top: 0;
        width: 100%;
    }
}
    



@media screen and (max-width:767px) {
    .climbing-header.fixed-tab-header {
        margin: 0px auto;
        border-radius: 0;
        width: 100%;
        margin-top: 0 !important;
    }
    .top-stray {
        width: 20%;
    }
    .fooetr-nav ul {
        display: block;
        padding: 0;
    }
    .k-object {
        min-height: auto;
    }
    .banner-content h1 {
        font-size: 35px;
        line-height: 30px;
    }
    .fz-size {
        font-size: 30px;
    }
    .intellectual-out-panel .row:nth-child(odd) {
        margin: 80px 0;
        flex-direction: column-reverse;
    }
}