
@media only screen and (max-width: 900px) {
    section,footer{
        overflow: hidden;
    }
   /* .header{
        display: none;
    }*/
    .mycontainer{
        width: 100%;
    }
   
    .footer .col-12{
        margin-bottom: 15px;
    }
    .footer .col-12:nth-last-child(1){
        margin-bottom: 0;
    }
    .footer .mycontainer .col-lg-3:nth-child(4) ul{
        margin-bottom: 15px;
    }
    .copyright{
        margin-top: 10px;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .secondsec{
        background-size: inherit;
    } 
    .eventsec .eventbox{
        margin-bottom: 30px;
    }
    .testimonialsec .testimonial {
    margin:0px;
    }
    .footerbottom p{
        text-align: center;
    }
    .footerbottom .text-end{
        text-align: center !important;
    }
    .secondsecbox{
        margin-bottom: 20px;
    }
    .bannersec h1 {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
}
.banneroverlap {
    left: 5%;
    width: 90%;
    justify-content: center;

}

.bannerimg img{
    height: 35vh;
    object-fit: cover;
}
.bannerbtn{
    width: 90%;
    z-index: 99;
    font-size: 12px;
    border-radius: 5px;
    height: 50px;
    right: 5%;
    bottom: 10px;
}
}