@media (min-width: 1400px) {
    
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .owl-carousel .owl-stage-outer {
        position: relative;
        top: 25px;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
    }
    .contact .php-email-form {
        padding: 0 10px;
    }

    .back-to-top {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        right: 43px;
        bottom: 15px;
        z-index: 99999;
        background: #108384;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        transition: all 0.4s;
    }
   
    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .area-two, .area-three {
        padding: 0px 0;
    }
    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 8px 15px 10px 15px;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
        border-radius: 3px;
    }
    .owl-carousel .owl-stage-outer {
        position: relative;
        top: 25px;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
    }
    #footer .footer-top .footer-info p {
        font-size: 11px;
        line-height: 23px;
        margin-bottom: 0;
        font-family: "Raleway", sans-serif;
        color: #fff;
    }
    .back-to-top {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        right: 30px;
        bottom: 15px;
        z-index: 99999;
        background: #108384;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        transition: all 0.4s;
    }
    .whatsapp {
        position: fixed;
        height: 45px;
        width: 46px;
        bottom: 90px;
        right: 28px;
        z-index: 100;
        object-fit: contain;
    }
    .call {
        position: fixed;
        height: 49px;
        width: 53px;
        bottom: 145px;
        right: 25px;
        z-index: 100;
        object-fit: contain;
    }
    
    
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .whatsapp {
        position: fixed;
        height: 29px;
        width: 40px;
        bottom: 90px;
        right: 18px;
        z-index: 100;
        object-fit: contain;
    }
    .call {
        position: fixed;
        height: 33px;
        width: 50px;
        bottom: 145px;
        right: 15px;
        z-index: 100;
        object-fit: contain;
    }
    .back-to-top {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        right: 19px;
        bottom: 15px;
        z-index: 99999;
        background: #108384;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        transition: all 0.4s;
    }
    .brandbox{
        margin-top: -68px;
        padding-bottom: 30px;
    }
    section {
        padding: 0px 0;
    }
    .services .icon-box {
        margin-bottom: 17px;
    }
    .about .icon-box {
        margin-top: 28px;
    }
    .portfolio {
        padding: 30px 0;
    }
    #contact{
        padding: 30px 0;
    }
    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 8px 15px 10px 15px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
        border-radius: 3px;
    }
    
}
@media only screen and (min-width: 320px) and (max-width: 575px){

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 8px 15px 10px 15px;
        font-size: 10px;
        font-weight: 500;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
        border-radius: 3px;
    }
    .about .icon-boxes h3 {
        font-size: 21px;
        text-align: justify;
        font-weight: 700;
        color: #394047;
        margin-bottom: 15px;
    }
    .about .icon-box .description {
        margin-left: 85px;
        line-height: 21px;
        font-size: 13px;
        text-align: justify;
    }
    .brandicon {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)/ 2);
        padding-left: 47px;
        margin-top: -90px
    }

    .py-5 {
        padding-top: 1rem!important;
        padding-bottom: 0rem!important;
    }
    .section-title h3 {
        margin: 15px 0 0 0;
        font-size: 26px;
        font-weight: 700;
    }

    .section-title p {
        margin: 10px auto 0 auto;
        font-weight: 500;
        color: #919191;
        font-size: 13px;
    }
    .services .icon-box {
        margin-bottom: 9px;
    }
    
    .services .icon i {
        color: #108384;
        font-size: 31px;
        line-height: 1;
    }

    .client-two {
        margin-top: 20px;
    }

    .contact .info {
        padding: 40px 6px;
        background: #fefefe;
        box-shadow: 0px 5px 90px 0px rgb(110 123 131 / 10%);
        text-align: center;
    }

    .contact .info p {
        font-size: 9px;
        font-weight: 600;
    }

    #footer .footer-top h4 {
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 12px;
    }
    #footer .footer-top .footer-links ul li {
        padding: 5px 0;
        display: flex;
        align-items: center;
    }

    #footer .footer-top .footer-contact {
        margin-bottom: 0px;
        padding: 0;
    }
    .addrs {
        font-size: 12px;
    }
    .phone-cl {
        font-size: 11px;
    }
    .num{
        font-size: 12px;
    }


    .em {
        font-size: 9px;
        font-weight: 500;
    }

    /* .list-one {
        width: 44%;
    }

    .list-two {
        width: 59%;
    }
    .em {
        font-size: 9px;
    }
    .infopara {
        width: 160px;
    }
    #footer .footer-top .footer-contact {
        margin-bottom: 30px;
        margin-left: -10px;
    } */
}