@media (min-width: 1400px) {
    .py-xxl-5 {
        padding-block: 2rem;
    }
}

@media (max-width: 1399.98px) {
    .header-logo img {
        height: 50px;
    }

    .h2,
    h2 {
        font-size: calc(1.325rem + .2vw);
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

@media (max-width: 991.98px) {
    body {
        padding-bottom: 60px;
    }
}

@media (max-width: 767.98px) {

    .search-btn,
    .search-input {
        width: 100% !important;
        padding-bottom: 10px;
    }

    .search-btn {
        padding-bottom: 0;
    }

    .institute-info .institute-name {
        font-size: 18px;
    }

    .institute-info ul {
        font-size: 14px;
    }

    .institute-logo {
        width: 120px;
        height: 120px;
    }

    .institute-info {
        padding-left: 170px;
    }

    .cover_image {
        height: 20vh;
    }

    .login-wrapper .loginbox .login-left {
        display: none;
    }

    .promo-wrapper img {
        height: auto;
    }

    .scrollTop {
        right: 10px;
        bottom: 70px;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 1.4rem;
    }

    .hero-description {
        font-size: 14px;
    }

    .form-select,
    .form-control {
        padding: 10px 12px;
        height: 40px;
        font-size: 14px;
        border-radius: 5px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px !important;
        font-size: 14px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 38px !important;
        width: 30px !important;
    }

    .select2-container .select2-selection--single {
        min-height: 38px !important;
        line-height: 38px !important;
        border-radius: 5px !important;
    }

    .select2-container--default .select2-results>.select2-results__options {
        font-size: 14px;
    }

    .promo-show {
        right: 10px;
    }

    .header-logo img {
        height: 50px;
    }

    body {
        font-size: 14px;
    }

    .hero-card {
        padding: 16px;
        border-radius: 10px;
    }

    .hero-banner img {
        border-radius: 10px;
    }

    .rounded-3 {
        border-radius: 5px !important;
    }

    .division-card {
        gap: 8px;
        padding: 6px 10px;
    }

    .header-style {
        padding: 12px;
        border-radius: 15px;
    }

    .Categories_card {
        padding: 10px;
        border-radius: 5px;
    }

    .btn-secondary,
    .btn-primary {
        font-size: 14px;
    }

    .institute-logo {
        width: 70px;
        height: 70px;
        top: -20px;
        left: 10px;
        bottom: auto;
    }

    .institute-info {
        padding-left: 90px;
        padding-top: 10px;
    }

    .institute-info .institute-name {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .institute-info ul {
        font-size: 13px;
    }

    .htab__item {
        padding: 5px 14px;
    }

    .htab__sec .htab__prev,
    .htab__sec .htab__next {
        width: 34px;
        height: 34px;
    }

    .slidergrp {
        margin: 0 8px !important;
    }

    .switch {
        margin: 0 5px;
    }
    
    .hero__slide_image {
        max-height: 260px;
    }
    
    #searchsubmit {
        padding: 5px 34px;
    }
    
    .top_interest {
        height: 40px;
        padding: 8px;
    }
    
    .scroll_arrow .chevron {
        font-size: 30px;
    }
    
    .scroll_arrow {
        bottom: 10px;
    }
}

@media (max-width: 479px) {
    .division-card__title {
        font-size: 14px;
    }

    .division-card__items {
        font-size: 11px;
    }

    .Categories_card .h6 {
        font-size: 14px;
    }

    .dotted-list {
        font-size: 12px;
    }

    .job-card {
        padding: 15px;
        border-radius: 4px;
        padding-bottom: 40px;
    }

    .jobs-footer {
        margin-top: 10px;
    }

    .jobs-footer .deaddate {
        padding: 6px 10px;
    }

    .jobs-footer a {
        padding: 6px 20px;
    }
}
