@media (min-width: 1441px) and (max-width: 1869px) {
    .banner-thumbnail img {
        max-width: 600px;
    }
    .enroll-two .banner-text {
        margin-right: 0;
    }
    .enroll-two .banner-text h1 {
        font-size: 38px;
    }
    .enroll-two .banner-text h3 {
        font-size: 38px;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .banner-thumbnail img {
        max-width: 480px;
    }
    .enroll-two .banner-text {
        margin-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-text h3 {
        font-size: 50px;
    }
    .banner-thumbnail img {
        max-width: 100%;
    }
    .enroll-two .banner-text {
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .banner-thumbnail img {
        max-width: 450px;
    }
    
    .banner-thumbnail {
        text-align: center;
        margin-top: 20px;
    }
    .banner-text {
        text-align: center;
    }
    .banner-text {
        margin-bottom: 40px;
    }
    .site-logo {
        text-align: center;
    }
    .enroll-two .banner-text {
        margin-right: 0;
    }
    .timer-table {
        width: 125px;
        height: 125px;
        border-radius: 50%;
    }
    
    .coming-soon-text p {
        font-size: 30px;
    }
    
    .coming-soon-text {
        margin-bottom: 120px;
    }
    .service-boxes-row {
        margin-top: 0;
    }
    
    .service-boxes-row .col-lg-4:nth-child(2) {
        margin-top: 0;
    }
    
    .service-boxes-row .col-lg-4:nth-child(4) {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
    .banner-thumbnail img {
        max-width: 350px;
    }
    .banner-text h3 {
        font-size: 40px;
    }
    
    .banner-text h1 {
        font-size: 30px;
    }
    .form-section .section-title h3 {
        font-size: 30px;
    }
    
    .form-section .section-title h4 {
        font-size: 30px;
    }
    
    .form-section .section-title {
        text-align: center;
    }
    img.custom-logo {
        max-width: 250px;
        height: auto;
    }
    
    .banner-thumbnail img {
        max-width: 250px;
    }
    
    .banner-text h3 {
        font-size: 25px;
    }
    header .site-logo img {
        max-width: 250px;
    }

    .footer-content img {
        max-width: 250px;
    }
    .banner-section.sparkhire h1 {
        font-size: 30px;
    }
    
    .banner-section.sparkhire p {
        margin: 0;
    }
    
    .form-section.sparkhire form .col {
        flex: unset;
    }
    .custom-form {
        width: 100%;
    }
    
    .form-section.enroll .col {
        flex: unset;
    }
    .form-section .section-title {
        margin-bottom: 20px;
    }
    
    .form-section input[type=submit] {
        margin: 0 auto;
        width: 100%!important;
    }
    .form-section.enroll-two .col {
        flex: unset;
    }
    .thankyou-text img {
        max-width: 80px;
    }
    
    img.arrow-logo {
        display: none;
    }
    
    .thankyou-text h2 {
        margin-bottom: 0;
        font-size: 30px;
    }
    
    .thankyou-text p {
        font-size: 20px;
        margin-top: 15px;
    }
    
    p.interview-btn-wrapper a {
        margin-top: 0;
    }
    
    .section-padding {
        margin: 50px 0;
    }
    .timer-table {
        width: 80px;
        height: 80px;
    }
    .coming-soon-text p {
        font-size: 20px;
    }
    .coming-soon-timer-content .number {
        font-size: 20px;
        font-weight: 500;
    }
    .coming-soon-text a {
        margin-top: 0;
        margin-bottom: 60px;
    }
    
    .banner-section.enroll {
        background-position: left;
    }
    .banner-section.enroll {
        height: 500px;
        position: relative;
        z-index: 1;
        background-position: 78% 50%;
    }
    
    .banner-section.enroll:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #fff;
        z-index: -1;
        opacity: 0.8;
    }
    .banner-section.enroll-two {
        height: 500px;
        background-position: right;
    }
    .banner-section.ques {
        height: 500px;
    }
    .banner-section.sparkhire {
        height: 500px;
        position: relative;
        z-index: 1;
        background-position: 95% 50%;
    }
    
    .banner-section.sparkhire:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        content: "";
        z-index: -1;
        opacity: 0.7;
    }
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
    .custom-form {
        width: 100%;
    }
    
    .form-section.enroll .col {
        flex: unset;
    }
    
}

@media only screen and (min-width: 375px) and (max-width: 767px) {

}

@media only screen and (min-width: 414px) and (max-width: 767px) {

}