@media (min-width: 340px) and (max-width: 479px) {
    .home-service-box {
        height: 410px;
    }

    .image-concept{ 
        width: 100%;
    }
}
@media (min-width: 340px) and (max-width: 350px) {
    .service-box {   
        height: 430px;
    }
    
    .image-concept{ 
        width: 100%;
    }
}
@media (min-width: 340px) and (max-width: 374px) {
    .partner-h5 {
        font-size: 1.3em !important;
    }

    .image-concept{ 
        width: 100%;
    }
}
@media (min-width: 422px) and (max-width: 767px) {
    .service-box {   
        height: 330px;
    }

    .image-concept{ 
        width: 100%;
    }
}

@media (max-width: 480px) {
    /* Small mobile devices */
    .navbar-brand {
        width: 70%;
    }

    .footer-logo-width {
        width: 90%;
    }

    .footer-newsletter-area form {
        flex-direction: column;
    }

    #floating-icons {
        position: fixed;
        right: 0%;
        top: 70%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 1000;
    }

    .header-area .main-menu .nav-item .nav-link {
        text-align: center;
    }

    .footer-widget-area {
        padding: 0;
    }

    .textLeft {
        text-align: left;
    }

    .footer-widget-area .widget-title h6 {
        /* margin-bottom: 17px; */
        margin-bottom: 5%;
    }

    .footer-logo-width {
        text-align: left;
        width: 100%;
    }

    .main-logo {
        width: 70%;
    }

    .image-concept{ 
        width: 100%;
    }
}
