@media(max-width:1200px) {
    body {
        font-size: 16px;
    }

    .main--left{
        gap: 25px;
    }
    
}

@media(max-width:1100px) {
    .recruiters--section {
        margin-top: -185px;
    }
}

@media(max-width:1025px) {

    .why--study {
        margin-top: 0px;
        padding: 50px 15px !important;
        min-height: auto;
        overflow: hidden;
    }

    .content--about {
        padding-left: 0;
        padding-bottom: 40px;
    }

    .sup--heading sup {
        display: flex;
        width: fit-content;
        min-height: 40px;
        align-items: center;
        top: 5px;
    }

    .img--about {
        display: none;
    }
}

@media(max-width:991px) {

    .main--right{
        font-size: 12px;
        padding: 6px 10px;
    }
    
    .main--header > .main--left > .main--logo > img {
        max-width: 150px;
    }
    
    .main--header > .main--left > .right--logo > img {
        max-width: 300px;
    }

    .custom-size {
        width: 1rem; /* same as w-5 */
        height: 1rem; /* same as h-5 */
    }

    .banner--top {
        height: fit-content;
    }
    
    .banner--top>.banner--inner {
        flex-direction: column;
        justify-content: center;
        padding-top: 100px;
    }

    .banner--top > .banner--inner > .banner--top--content {
        max-width: 650px;
        width: 100%;
    }

    .head-1{
        font-size: 38px;
    }
    
    .head-2{
        font-size: 52px;
        color: white;
    }

    .call-us{
        justify-self: center;
    }

    .banner--form > h2{
        font-size: 18px;
    }

    .count--ct>.count--iner {
        grid-template-columns: 1fr 1fr;
        padding-top: 40px;
    }

    .count--ct>.count--iner>.cout--item {
        padding: 10px;
        border: none;
    }

    .count--ct>.count--iner>.cout--item>p {
        font-size: 16px;
    }

}

@media(max-width:767px) {
    body {
        font-size: 15px;
    }

    .main--left{
        gap: 12.5px;
    }
    
    .main--header > .main--left > .main--logo > img {
        max-width: 125px;
    }
    
    .main--header > .main--left > .right--logo > img {
        max-width: 250px;
    }

    
    .head-1{
        font-size: 32px;
    }
    
    .head-2{
        font-size: 52px;
    }

    .form--container {
        padding: 30px;
    }
    .sup--heading{
        text-align: center;
    }

    .sup--heading sup {
        margin: 0 auto;
        min-height: auto;
        padding-top: 12px;
        padding-bottom: 15px;
    }

    .custom--btn {
        padding: 10px;
        font-size: 13px;
    }

    .banner--top {
        background: url("../images/banner--top-mobo.png");
    }

    .why--study .why--heading {
        max-width: 100%;
        padding-top: 150px;
    }

    .why--study .why--content {
        width: 100%;
    }

    .heading--row .heading--left {
        background: none;
        padding-right: 0px;
    }

    .heading--row .content--right {
        padding-left: 0;
    }

    .heading--row {
        padding-bottom: 20px;
    }

    .industry--associations {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .logo--industry .mySwiper .pagination--myslide {
        padding-top: 20px;
    }

    .recruiters--section {
        padding-bottom: 40px;
        margin-top: 0px;
    }

    .recruiters--section .recruiter--img {
        padding-top: 40px;
        max-width: 100%;
    }

    .infa--university {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .big--check>li {
        font-size: 15px;
    }

    .recruiters--section .img--recru {
        display: none;
    }

    .recrui--items>.recrui--item {
        max-width: calc(33% - 6px);
        min-height: 60px;
    }

    .recrui--items-2 {
        display: none;
    }


    .all--recruiters {
        margin-top: 30px !important;
    }

    .logo--industry .swiper-slide {
        min-height: 95px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo--industry .swiper-slide img {
        width: 145px;
        margin: 0 auto;
    }

    .all--recruiters>.recrui--item:nth-child(1),
    .all--recruiters>.recrui--item:nth-child(2),
    .all--recruiters>.recrui--item:nth-child(3),
    .all--recruiters>.recrui--item:nth-child(4) {
        display: flex ;
    }

    .why--study .why--heading > h3, .why--study .why--heading > h2 {
        text-align: left;
    }
    

    .why--study .why--heading>h2 .why--icon {
        padding-bottom: 19px;
        position: relative;
        top: 0px;
    }

    .why--study .why--heading>h2 .why--icon:before {
        width: 165px;
        margin-bottom: 4px;
        margin-left: 5px;
    }
    .footer--ct {
        padding: 15px;
        text-align: center;
        min-height: auto;
    }
    .footer--copy p {
        font-size: 10px;
    }
}

@media(max-width:580px){

    .main--header {
        padding: 10px;
    }

    .main--left{
        gap: 12.5px;
    }

    .main--right{
        font-size: 10px;
        padding: 6px;
    }
    
    .main--header > .main--left > .main--logo > img {
        max-width: 100px;
    }
    
    .main--header > .main--left > .right--logo > img {
        max-width: 200px;
    }

    .banner--top > .banner--inner > .banner--top--content {
        min-width: 300px;
    }
    
    
    .banner--top > .banner--inner > .banner--form {
        min-width: 300px;
        width: 90%;
    }
    
    .head-1{
        font-size: 26px;
    }
    
    .head-2{
        font-size: 40px;
    }

    .banner--form > h2{
        padding: 5px;
        font-size: 16px;
    }

    .call-us{
        padding: 8px 10px;
        border-radius: 12px;
        font-size: 12px;
    }

    .count--ct{
        padding: 15px;
    }

    .count--ct > .count--iner {
        padding: 12.5px;
    }

    .custom-size {
        width: 0.8rem; /* same as w-3 */
        height: 0.8rem; /* same as h-3 */
    }
    
    .custom-size1 {
        width: 0.5rem; /* same as w-3 */
        height: 0.5rem; /* same as h-3 */
    }

    .why--study .why--heading>h2 .why--icon:before {
        width: 115px;
        margin-bottom: 10px;
        margin-left: 5px;
    }
    .why--study .why--heading {
        padding-top: 100px;
    }

    .count--ct>.count--iner>.cout--item>p {
        font-size: 12px;
    }
}

@media(max-width:420px){

    .main--left{
        gap: 1px;
    }
    
    .main--header > .main--left > .main--logo > img {
        max-width: 80px;
    }
    
    .main--header > .main--left > .right--logo > img {
        max-width: 150px;
    }
    
}

