@media(max-width:575px)
{
    .container {
        padding: 0px 15px;
    }
    section {
        padding: 40px 0px;
    }

    header .nav .logo {
        width: 40%;
    }
    header .nav .logo img {
        width: 110px;
        object-fit: contain;
    }
    header .menu ul li{
        display: block;
        margin-left: 0;
    }
    header .nav{
        position: relative;
        padding: 0px 15px;
    }
   .menu {
        background-color: #fff;
        left: -100%;
        width: 0;
        position: absolute;
        padding: 30px 15px;
        height: 100vh;
        z-index: 9;
        top: 0;
        transition: all ease-in-out 0.5s;
    }
    header .menu ul li a {
        font-weight: 400;
        position: relative;
        margin-top: 15px;
        color: #333;
        display: inline-block;
    }

    header .menu ul li .submenu a{
        margin-top: 0px;
        color: #696969;
    display: block;
    font-weight: 400;
    font-size: 14px;
    padding: 7px 15px;
    }
    header .menu ul li:hover .submenu{
 
        visibility: unset;
        opacity: unset;
    }
    header .menu ul li .submenu{
        opacity: unset;
        visibility: unset;
        transform: translateY(10px);
        width: 100%;
        border-radius: unset;
        position: static;

    }
    .hamburger {
        display: block;
    }
    .responsiveHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;

    }
    .responsiveHeader img.res-logo {
        background-color: #000;
        border-radius: 5px;
        padding: 10px;
        width: 115px;
    }
    .responsiveHeader img:nth-child(2){
        background-color: #ee3b3f;
        padding: 10px;
        width: 42px;
    }

    header .banner-contant .container .flex.spce-between.align-center{
        display: block;
    }
    header .banner-contant .main {
        width: 92%;
        margin: auto;
        text-align: center;
    }
    header .banner-contant .main h1{
        font-size: 22px;
        text-align: center;
    }
    header .banner-contant .banner-form {
        width: 40%;
        display: none;
    }

    .banner-contant a.glbl_btn {

        padding: 12px 30px;
 
        font-size: 15px;

        margin-top: 10px;

    }
    .roller #rolltext {

        text-align: center;
        width: 100%;
    }

    /* about  */
    .about .container .flex{
        display: block;
    }
    
    .about .left {
        width: 80%;
        margin: auto auto 20px;
}

.left .parent-img img:nth-child(1) {
    width: 85%;
}

.left .parent-img img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 18%;
    border: 5px solid #fff;
    border-radius: 11px;
    width: 155px;
}
.about .right {
    width: 90%;
    margin: auto;

}
.heading h2 {
    font-size: 21px;
}
.about .right p {


    line-height: 24px;
    font-size: 16px;
}
.heading .sub-title {
    margin-bottom: 5px;
    display: inline-block;
}
.about .right .phone-number ul li img {

    width: 45px;
}
.portfolio .box {
    margin-bottom: 12px;
    width: 48%;

}
.portfolio {

    padding: 40px 15px;

}
.portfolio .heading {

    margin-bottom: 25px;
}

.services .box {
    width: 100%;
    margin-top: 15px;
    height: 250px;
    padding: 20px;
}
.services .box p {
    margin: 15px 0px;
    line-height: 24px;
    font-size: 16px;
}

.services .box .glbl_btn {

    padding: 12px 22px;

    font-size: 13px;
}
.services .box .service-icon img {
    width: 40px;
    height: 40px;
}
.cta .cta_contant {

    display: block;
}
.cta .cta_contant h2 {

    font-size: 29px;
}

.cta .cta_inner {
    padding: 35px 25px 35px;
}

.cta .cta_contant .glbl_btn {
    padding: 16px 35px;


    display: block;
    margin: 15px auto 0px;
    text-align: center;
}

.whychoose .container .flex.spce-between.align-center {

    display: block;

}

.whychoose{
    padding-top: 0px;
}
.whychoose .left {
    position: relative;
    width: 100%;
    height: 235px;
}
.whychoose .left .left-child {

    background-size: contain;
}
.whychoose .right-content {
    width: 100%;
    margin-top: 25px;
}
.whychoose .right-content .box {

    padding: 15px 20px;
    margin: 15px 0px;
}
.whychoose .right-content .box h4 {
    font-size: 17px;
}
.whychoose .right-content .box p {
    color: #777777;
    font-size: 16px;
    line-height: 25px;
}
.contact .right img {
    display: none;
}
.contact {
    width: 95%;
}

.contact .left {
    width: 100%;
    margin-left: 0px;
}
.contact form {
     background-color: unset;
     padding: 0;
}
.form-group {
    width: 100%;
}
.form-group select {
    padding: 0 15px;
    height: 45px;
}

.form-group input {
    padding: 0 15px;
    height: 45px;
}
.form-group input#country_std_code {


    width: 70px;

    font-size: 15px;
}
.form-group .textarea textarea {

    height: 85px;
}
input[type=submit] {

    padding: 15px;
    font-size: 17px;
}
footer .container .flex.align-center.spce-between {
display: block;
}
footer .left p {

    display: none;
}
footer .left {
    width: 100%;
}
footer .protfolio {

    display: none;
}
footer .contact-footer {
    width: 100%;
}
footer .links {
    margin: 15px 0;
}
footer .contact-footer p {

    line-height: 25px;
}
footer .contact-footer li{
    display: block;
}
.addres_map iframe {
    filter: grayscale(1);
    height: 200px;
}
.nav .menu.responsive-class{
left: 0 !important;
right: 0 !important;
width: 100% !important;

}


}