
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .fs-60{
        font-size: 30px !important;
    }
    .home_banner {
        &::after{
            display: none;
        }
        .home_banner_cantent {
            gap: 5px;
            padding: 25px 0;
            h6{
                font-size: 14px;
                margin: 0;
                font-weight: 200;
            }
            h1{
                font-weight: 700;
            }
            h5{
                font-size: 16px;
                margin: 0;
            }
        }
    }
    .home_banner_img{
        img{   
            height: 300px;
            margin: 0 auto;
            display: block;
        }
    }
 

    .Meet_Our_Experts_card {
        &:nth-child(2n+1) {
            .curv_card {
                top: 0px;
                &:hover {
                    top: 0px;
                }
            }
        }
        &:nth-child(2n) {
            .curv_card {
                bottom: initial;
                top: 0;
                &:hover {
                    top: 0px;
                }
            }
        }
    }

    .section_paddings{
        padding: 25px 0px;
    }

    .ready_to_make {
        padding-bottom: 100px;
        position: relative;
        top: 0px;
    }
    .man_taking_e_leraning_img {
        position: relative;
        max-width: 250px;
        z-index: +1;
        &::after {
            width: 75px;
            height: 75px;
        }
    }
    .our_overseas_partner {
        &::after {
            width: 100%;        
            background-size: 150% 100%;
        }
        .contact_form_card {
            background: rgba(245, 245, 245, 0.75);
        }
    }
    .footer{
        .plus_img{
            width: 50px;
        }
    }

    .app_overview_card {
        margin-top: 5px;
        padding-left: 50px;
        .icons_rnd {
            top: -17px;
            width: 35px;
            height: 35px;
            img {
                height: 18px;
            }
        }
        h4{
            font-size: 16px;
        }
        h5{
            font-size: 14px;
        }
    }
    .curv_card {
        gap: 10px;
        p{
            margin: 0;
        }
    }
    #why_choose {
        .curv_card {
            min-height: auto;
        }
    }    
    .mycityapp_partner{
        background-size: auto;
    }
}

@media only screen and (max-width: 500px){
    .footer{
        .plus_img{
            width: 25px;
        }
    }
}



/* screen and (min-width: 767px) and (max-width: 1024px)  */

@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .fs-60{
        font-size: 45px !important;
    }
    .Meet_Our_Experts_card {
        &:nth-child(2n+1) {
            .curv_card {
                top: 0px;
                &:hover {
                    top: 0px;
                }
            }
        }
        &:nth-child(2n) {
            .curv_card {
                bottom: initial;
                top: 0;
                &:hover {
                    top: 0px;
                }
            }
        }
    }

    .section_paddings{
        padding: 35px 0px;
    }

    .ready_to_make {
        padding-bottom: 100px;
        position: relative;
        top: 0px;
    }
    .man_taking_e_leraning_img {
        position: relative;
        max-width: 250px;
        z-index: +1;
        &::after {
            width: 75px;
            height: 75px;
        }
    }
    .our_overseas_partner {
        &::after {
            width: 100%;
        }
        .contact_form_card {
            background: rgba(245, 245, 245, 0.75);
        }
    }

    .home_banner_img{
        img{   
            height: 400px;
            margin: 0 auto;
            display: block;
        }
    }
}