@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .menubar-list .menubar-item:before{
        margin-right: 0px;
    }
}
@media screen and (max-width: 1199px){
    .header-wrapper {
        padding: 15px 16px;
    }
    .header-box-flex{
        flex-direction: row-reverse;
    }
    .center-header, .right-header{
        display: none;
    }
    .mobile-togle-box{
        display: block;
    }
    .cta-box{
        padding: 80px 60px 80px 60px;
    }
    .testimonial-section {
        margin-left: 90px;
    }
}
@media screen and (max-width: 991.98px){
    h1 {
        font-size: 48px;
        line-height: 1.17;
    }

    h2 {
        font-size: 38px;
        line-height: 1.2;
    }

    h3 {
        font-size: 26px;
        line-height: 1.25;
    }

    h4 {
        font-size: 24px;
        line-height: 1.3;
    }

    h5 {
        font-size: 20px;
        line-height: 1.24;
    }

    h6 {
        font-size: 18px;
        line-height: 1.33;
    }
    .topbar-box{
        flex-direction: column;
    }
    .topbar-right .topbar-item{
        margin-left: 0;
    }
    .topbar-right{
        gap: 16px;
    }
    .topbar-item {
        padding: 5px 0;
    }
    .custom-swiper-button-prev, .custom-swiper-button-next{
        display: none;
    }
    .bg-box{
        margin: 0;
        margin-bottom: 30px;
    }
    .cta-section{
        padding: 0px 15px 0px 15px;
    }
    .element-img{
        margin-bottom: 30px;
    }
    .grid-box{
        margin-bottom: 30px;
    }
    .height-box{
        height: 450px !important;
    }
    .contect-form-box{
        margin-top: 30px;
    }
}
@media screen and (max-width: 768px){
    h1 {
        font-size: 38px;
        line-height: 1.17;
    }

    h2 {
        font-size: 31px;
        line-height: 1.2;
    }

    h3 {
        font-size: 24px;
        line-height: 1.25;
    }

    h4 {
        font-size: 21px;
        line-height: 1.3;
    }

    h5 {
        font-size: 18px;
        line-height: 1.24;
    }

    h6 {
        font-size: 16px;
        line-height: 1.33;
    }
    .page-banner{
        padding: 80px 0;
    }
    .header-wrapper {
        padding: 15px 0;
    }
    .team-memeber-box{
        margin-bottom: 30px;
    }
    .cta-box{
        padding: 30px;
    }
    .cta-content{
        gap: 16px;
        flex-direction: column;
        align-items: center;
    }
    .theme-btn{
        justify-content: center;
    }
    .cta-content h3{
        text-align: center;
    }
    .testimonial-section{
        margin-left: 15px;
    }
    .comment-box{
        padding: 16px;
    }
    .comment-box h4{
        font-size: 18px;
    }
    .event-item-box{
        flex-direction: column;
    }
    .event-time-box{
        margin-right: 0;    
        margin-bottom: 20px;
    }
    .event-time{
        font-size: 18px;
    }
    .form-group{
        margin-bottom: 16px;
    }
    .review-detail-content h5{
        font-size: 16px;
    }
    .review-detail-content p{
        font-size: 12px;
    }
    .bottom-footer-list{
        flex-direction: column;
    }
    .footer-widget{
        margin-top: 30px;
    }
    .bottom-footer{
        padding: 30px 0;
    }
    .address-flex-box{
        flex-direction: column;
    }
    .address-box{
        min-width: 100% !important;
    }
    .contact-social-list{
        margin-top: 15px !important;
        flex-direction: column;
    }
    .contact-form-box{
        margin-top: 30px;
        margin-left: 0 !important;
    }
}