/* =================================== for max screen 992 below ================================ */
@media (max-width: 1300px) {}

@media (min-width: 992px) and (max-width: 1290px) {
    .footerLogo img {
        height: 150px !important;
        width: auto !important;
    }
}

@media (min-width: 577px) and (max-width: 992px) {
    
    .ftco-appointment .col-md-7, .ftco-appointment .col-md-5
    {
        width: 100%;
    }

    .footer .sectionTitle5 {
        font-size: 25px !important;
    }
    
    .footer .col-md-6 {
        margin-bottom: 20px !important;
    }

    .aboutVenue .button {
        margin-bottom: 20px !important;
    }
    
    .sectionTitle5 {
        font-size: 55px !important;
    }

    .footerLogo img {
        height: 120px !important;
        width: auto !important;
    }


}

@media only screen and (min-device-width: 480px) 
                   and (max-device-width: 740px) 
                   and (orientation: landscape) {

                    .videotext {
                        top:28% !important;
                    }
}

/* ============================ for max screen 576 below ====================================== */
@media (min-width: 200px) and (max-width: 576px) {
    html, body{
        font-family: 'Roboto', sans-serif;
        width: 100% !important;
        overflow-x: hidden !important;
    }

    .title h1 {
        font-size: 52px !important;
    }

    .title h3 {
        font-size: 22px !important;
    }
.buttonsFixed {
    width: 220px;
}

.animated-button1 {padding: 12px !important;
margin: 6px !important;
font-size: 16px !important;
}

.timer ul li {
    height: 100px;
    width: 100px;
    padding: 10px !important;
}

.aboutVenue .button {
    margin-bottom: 20px !important;
}

.timer ul li .clock {
    font-size: 1.8rem !important;
}

.timer ul li p {
    font-size: 14px !important;
}

.footer .sectionTitle5 {
    font-size: 25px !important;
}

.footer .col-md-6 {
    margin-bottom: 20px !important;
}

}
/*
*/


