@media only screen and (min-width:992px) and (max-width:1199px) {
    #mainnav ul li a {
        padding: 0px 14px !important;
    }
    .ctc-form {
        height: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .news-events .ne-card {
        margin: 10px 0;
    }
    .news-events .ne-image {
        width: 100%;
        margin: 10px 0;
    }
    .gd-video {
        padding: 60px 0;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header .logo img {
        margin: 10px auto !important;
        text-align: center;
        display: table !important;
    }
    .top-contact {
        float: none !important;
        margin: 20px auto;
        text-align: center;
    }
    .news-events .ne-card {
        margin: 10px 0;
    }
    .news-events .ne-image {
        width: 100%;
        margin: 10px 0;
    }
    .small-img {
        width: 100%;
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .top-contact {
        float: none !important;
        margin: 20px auto;
        text-align: center;
    }
    .news-events .ne-image {
        width: 100%;
        margin: 10px 0;
    }
    .news-events .ne-card {
        margin: 10px 0;
    }
    .gd-video h3 {
        font-size: 30px;
    }
    .small-img {
        width: 100%;
    }
    figcaption h2 {
        font-size: 20px !important;
        padding-top: 18% !important;
    }
    .ctc-form .send-msg {
        font-size: 14px;
    }
    .slide-text {
        top: 20%;
    }
}

@media only screen and (min-width:1px) and (max-width:1199px) {
    .intro-card {
        margin: 15px 0;
    }
    .msg-block,
    .ctc-form {
        margin: 10px 0;
    }
    figcaption h2 {
        font-size: 30px !important;
        padding-top: 15%;
    }
    .clear-small {
        clear: both !important;
    }
    footer .quick-access,
    footer .contact,
    footer .address
    /*footer .google-map{*/
    margin-bottom: 30px !important;
}

@media only screen and (min-width:1px) and (max-width:767px) {
    .com-gap {
        margin: 10px 0 !important;
    }
    .sep {
        margin-bottom: 0px;
    }
    .sec-title h4 {
        font-size: 24px;
    }
    .facebook-card {
        margin: 10px 0;
    }
    .facilities .grid figure h2 {
        font-size: 19px !important;
    }
    .sm-enq-form {
        margin: 20px 0;
    }
    .bs-slider > .carousel-inner > .item {
        height: 300px;
         background-position: center;
    }
    .slide-text {
        text-align: center !important;
        margin-top: -70px;
    }
    .slick-next:before, .slick-prev:before{
        display: none !important;
    }
}


/*ENQUIRY FORM AND CAROUSEL*/

@media only screen and (min-width:992px) and (max-width:1199px) {
    .bs-slider > .carousel-inner > .item {
        height: 490px;
        background-position: center;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .bs-slider > .carousel-inner > .item {
        height: 400px;
         background-position: center;
    }
    .sm-enq-form {
        margin: 20px 0;
    }
    .clear-sm {
        clear: both !important;
    }
    .dir-message .sec-card {
        width: auto;
        margin: 10px auto;
        display: table;
        text-align: center;
        float: none;
    }
}

@media only screen and (min-width:1px) and (max-width:479px) {
    .header .logo img {
        margin: 10px auto !important;
        text-align: center;
        display: table !important;
    }
    .ctc-form {
        padding: 20px;
        height: 400px;
    }
    
    .slide-text {
        text-align: center !important;
        margin-top: 90px;
    }
}