@media (max-width: 540px) {
        .banner .guides {
        top: 0px;
        height: 400px;
        max-height: 400px;
    }
    .strplan-ul ul li{
        width: 100%;
    }
   
    .banner{
                max-height: 400px;
        height: 400px;
    }
    .guides .banner-text{
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }
    /* .guides .banner-text h3{
        display: none;
    } */
    /* .guides .banner-text h2{
        display: none;
    } */
    .strplan-card h3{
        font-size: 25px;
    }
    .strplan-card {
    padding: var(--p10) var(--p20);
}
section.strplan{
    padding-bottom: 0px;
}
section.contact-page-section .col-md-6{
    padding-left: 0px;
    padding-right: 0;
}
section.contact-page-section{
padding-bottom: 0;
}
section.bknow{
            padding: var(--p40) var(--p12);
}
section.bknow .event-cont{
            width: 100%;
            padding-left: 0;
            padding-right: 0;
}
.contact-page-section .inner-container{
    padding: 0;
}
.contact-page-section .sec-title h3{
    text-align: center;
        /* font-size: 25px; */

}
}

@media (max-width: 980px) {
    .banner .guides{
            top: 0px;
    }
    .row.strplan-row{
        padding-top: 0;
    }
section.bknow .event-cont h2{
font-size: 28px;
}
section.bknow{
        padding: var(--p50) var(--p12);
}
.contact-page-section{
    padding-bottom: 0;
}

}