@media screen and (max-width:1100px){
    .header .menu > ul > li:not(:last-child) {
    margin-right: 15px;
}
.header .menu > ul > li > a {
    padding: 30px 0px;
}

.header .container{
max-width: 1050px;
}
}
@media screen and (max-width:991px){
    .header .container{
        max-width: 1170px;
    }
.header{
    padding: 12px 0;
    z-index: 99999;
}
.header .menu{
    position: fixed;
    right: 0;
    top: 0;
    width: 320px;
    height: 100%;
    background-image: linear-gradient(330deg, #1f8ac2 20%, #1d374b 91%);
    background-color: hsl(229, 54%, 51%);
    padding: 15px 20px 30px;
    overflow-y: auto;
    z-index: 1;
    transform: translateX(100%);
}
.header .menu.open{
    transform: none;
}
.header .menu a{
    color: hsl(0, 0%, 100%);
}
.header .menu > ul > li > i{
    right: 0%;
    color: hsl(0, 0%, 100%);
}
.header .menu .head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}    
.header .menu .close-menu-btn{
    height: 35px;
    width: 35px;
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.header .menu .close-menu-btn::before,
.header .menu .close-menu-btn::after{
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: hsl(0, 0%, 100%);
}
.header .menu .close-menu-btn::before{
    transform:  rotate(45deg);
}
.header .menu .close-menu-btn::after{
    transform:  rotate(-45deg);
}
.header .menu img{
    display: block;
}

.header .menu > ul > li {
    display: block;
}
.header .menu > ul > li:not(:last-child){
    margin-right: 0;
}
.header .menu li:first-child{
    border-top: 1px solid hsl(0, 0%, 100%, 0.25);
}

.header .menu li{
    border-top: 1px solid hsl(0, 0%, 100%, 0.25);
}
.header .menu > ul{
    padding: 0px ;
}
.header .menu > ul >  li > a{
    padding: 12px 0;
}
.header .menu .dropdown.active > i{
    background-color: hsl(0, 0%, 100%, 0.25);
    transform: rotate(180deg);
}
.header .menu .dropdown.active > .sub-menu{
    display: block;
}

.header .menu > ul > .dropdown > a{
    padding-right: 34px;
}
.header .menu i{
    height: 34px;
    width: 34px;
    border: 1px solid hsl(0, 0%, 100%), 0.25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer;
    top: 7px;
}
.header .menu .sub-menu{
    position: static;
    opacity: 1;
    transform: none;
    visibility: visible;
    padding: 0;
    transition: 0.1s ease;
    box-shadow: none;
    width: 100%;
    display: none;
}
.header .menu .sub-menu li:last-child{
    border: none;
}
.header .menu .sub-menu a{
    padding: 12px 0 12px 15px;
}
.header .menu .sub-menu .sub-menu a{
    padding-left: 30px;
}
.header .menu .sub-menu .sub-menu .sub-menu a{
    padding-left: 45px;
}
.header .menu .sub-menu span{
    background-image: none;
}
.header .menu .sub-menu i{
    transform: none;
    right: 0;
}
.header-right .open-menu-btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 44px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    border: none;
}
.header-right .open-menu-btn .line{
    height: 2px;
    width: 30px;
    background-color: hsl(0, 0%, 0%);
    position: absolute;
}
.header-right .open-menu-btn .line-1{
    transform: translateY(-8px);
}

.header-right .open-menu-btn .line-3{
    transform: translateY(8px);
}

}
@media screen and (max-width:767px){
    .hero .hero-items .banner-form{
        margin-top: 70px;
    }
    footer .newlatter button {
        position: absolute;
        top: 38%;
        right: -5px;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        font-size: 28px;
        color: hsl(0, 0%, 100%);
        background-image: linear-gradient(330deg, #1f8ac2 20%, #1d374b 91%);
        padding: 8px 20px;
        border: none;
    }
    .our-services .service-card{
        padding: 35px 20px;
    }
    .section-padding{
        padding: 80px 0px;
    }
    .header-right .icon-btn{
        display: none;
    }
    .page-hero .breadcam-content {
        padding: 80px 5px 0px;
    }
    .contact-info-icon {
    margin-right: 16px;
}
    .contact-form {
        padding: 0px 20px;
    }
    .contact-info{
        padding:40px 0px 0px 0px;
    }
    .contact-info-item {
        margin: 15px 0px;
        padding: 15px 20px;
    }
    .social-icon {
        padding: 0px 10px;
    }
    .why-choose-us .content-sec {
    padding-top: 70px;
}
.cont-sec .cont-bg img {
    width: 360px !important;
}

}