
@media (max-width: 1400px){
    .landing-hero input, select {
        width: 150px;
    }
}
@media (max-width: 992px){
    .top-header {
        display: none;
    }
    .header {
        border-bottom: 1px solid #e5e5e5;
    }
}
@media (max-width: 768px) {
    section{
        padding: 0;
    }
    .img-center {
        width: 115px;
    }
    #header-wrap {
        padding: 10px 0;
    }
    header .enquiry-button {
        padding: 5px 25px;
    }
    .landing-hero .hero-cnt h1,.landing-hero .hero-cnt .gd {
        line-height: normal;
        font-size: 35px;
        margin-top: 50px;
    }
    .landing-hero .hero-cnt h3 {
        font-size: 16px;
        line-height: 25px;
        max-width: 100%;
    }
    .landing-hero .ratio-columns {
        flex-direction: column;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .landing-hero .cta-buttons {
        gap: 25px;
        flex-direction: column;
    }
    .landing-hero .course-duration p {
        padding: 10px 20px;
        margin: 40px 0;
    }
    .hero-form {
        height: 400px;
    }
    .landing-hero button {
        width: 48%;
    }
    .landing-hero input, select {
        width: 100%;
    }
    .landing-hero select {
        width: 50% !important;
    }
    .landing-course-highlights h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

   .landing-hero .ratio-columns .ratio-column {
        width: 100%;
    }
    .landing-hero .ratio-column .ratio-rate h6 {
        align-items: flex-start;
        font-size: 30px;
    }
    .landing-course-highlights .highlights-cnts-col .highlights-cnts {
        padding: 15px 0;
    }
    .landing-course-highlights .highlights-cnts .highlights p {
        font-size: 20px;
        width: 0px;
    }
    .landing-course-highlights .highlights-cnts .highlights h6 {
        font-size: 18px;
        margin-left: 35px;
    }
    .master-topics h2 {
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .expertised .heading h4 {
        font-size: 30px;
        text-align: center;
    }
    .expertised .heading {
        margin-bottom: 15px;
    }
    .tecnology-icons {
        margin-bottom: 30px;
    }
    .tecnology-icons-dm {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    }

    .master-topics .enquiry-button {
        margin-top: 30px;
    }

    .future .container {
        margin-top: 50px;
    }
    .future .opportunities-points h3 {
        font-size: 28px;
    }
    .future .future-dis p {
        font-size: 17px;
        line-height: 27px;
        text-align: justify;
    }
    .future .opportunities h5::before {
        transform: scale(0.6);
        left: -10px;
    }
    .future .opportunities h5 {
        font-size: 17px;
        padding-left: 40px;
    }



    .future .container {
        margin-bottom: 60px;
    }


    .features-box {
        margin-bottom: 25px;
    }

    .testimonial-dm .review_slider .slick-next {
        left: 93%;
        top: 50%;
    }
    
    .contact-container {
        display: flex;
        gap: 40px;
        padding: 20px;
    }
    .loc-map-img {
        width: 100%;
    }

    .location-card {
        padding: 16px 16px;
        flex-direction: column-reverse;
    }

    .contact-header{
        flex-direction: column;
        align-items: flex-start;
    }


    .insta-content {
        max-width: 400px;
        width: 80%;
        height: 540px;
    }

    .tutors-sec .tutors-head h2{
        font-size: 29px;
        margin-bottom: 20px;
        margin-top: 50px;
        color: #000;
    }
    .tutors-sec .image-banner{
        margin: 0 10px;
    }
    .tutors-sec .image-banner img {
        border-radius: 15px;
        width: 100%;
    }
}