@media screen and (max-width: 1223px){
    .main-header li {       
        padding: 0px 25px 0px 44px;
    }
    .sub_i{
        display: block;
    }
    .services li{
        flex: 0 0 33%;
    max-width: 33%;
    }
    .ac-loc li{
        padding: 45px 25px;
    }
}

@media screen and (max-width: 991px) {
    .main-header li {       
        padding: 0px 25px 0px 44px;
    }
    .logo-main{
          display: contents;   
    }
.location-dtl{
    width: 100%;
    display: contents;
}
.main-header a {
    background: #fff;
    width: 100%;
    text-align: center;
}
.location-dtl a{
    background: inherit;
}
.main-header .location-dtl:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 0px;
    border-bottom: 150px solid;
}
.main-header .location-dtl:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    border-top: 150px solid;
    border-right: 0 solid transparent;
}
.services li {
    cursor: pointer;
    display: block;
    float: left;
    padding: 25px 20px;
    /* -webkit-transition: all 0.4s ease-in-out; */
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    /* transition: all 0.4s ease-in-out; */
}
.services-icon{
    padding: 0px 0px 15px;
}
.services h3{
    padding-bottom: 15px;
}
.services-dtl{
    padding: 0px;
    border:0px;
}
.header-menu li {
    padding: 25px 15px;
    display: inline-block;
}
.header-menu li:last-child, .header-menu li:first-child{
    padding: 25px;
    display: inline-block;
}
.ac-loc ul{
    float: right;
    padding: 15px 0;
    /* background: #f59921; */
    display: block;
    z-index: 99999;
    color: #333;
    right: 30px;
    position: absolute;
}
.ac-loc li{
    color: #333;
    z-index: 99;
    padding: 45px 25px;
}
.ac-header a{
    width: auto;
}
}
@media screen and  (min-width: 768px) and (max-width: 1023px) {

}
@media screen and  (max-width: 767px) {
    .our_staff ul li{
        max-width: 50%;
    }
    .location-dtl ul{
        display: none;
    }
    .main-header a{
        width: auto;
    }
   .acc_blk{
       display: block;
   }
    .header-menu ul{
        display: none;
    }
    
    .respmenu > ul.openmenu{
        background: #fff;
    display: block;
    width: 100%;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 190px;
    bottom: 0;
    padding: 0px 50px;
    }
    .respmenu > ul.openmenu li{
        padding: 25px;
    }
    .respmenu > ul.ac-menu{
        top: 140px;
    }
    .banner img , .banner_sub img{
        top: 0;
    }
    .header-menu li{
        display: block;
    }
    .header-menu li:last-child{
        float: left;
    }
    .mobile-trigger img {
        float: right;
        width: 60px;
        margin-top: -29px;
        margin-right: 50px;
    }
    .mobile-trigger{
        display: block;
    }
    .mobile-trigger .open{
        display: block;
    }
    .mobile-trigger div {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 115px;
        padding: 12px;
    }
    .mobile-trigger .close{ display:none;}
    .mobile-trigger.respmenu .close{ display:block;}
    .mobile-trigger.respmenu .open{ display:none;}

    .login-form{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .register-form{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .sub_main li {
        display: list-item;
    }
    .sub_i{
        flex: 0 0 100%;
    max-width: 100%;
    border-right:0;
    }
    .sub_dtl{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner_sub .mobile-trigger div{
        top: -80px;
    }
    .acdash-menu div{
        top: 66px;
    }
    .banner_cli_main , .cli_bnr_rt{
        flex: 0 0 100%;
    max-width: 100%;
    border: 0;
    }
    .cli_bnr_rt button {
        position: absolute;
        top: 290px;
        right: 30px;
    }
    .client_cnt{
        background: transparent;
    }
    .client_cnt li{
        flex: 0 0 100%;
        max-width: 100%;        
    background: #fff;
    margin-top: 50px;
    }
    .client_cnt li:last-child{
        margin-bottom: 50px;
    }
    .client-main{
        padding: 0;
    }
}
@media screen and  (max-width: 640px) {
    .footer_sep{
        max-width: 100%;
    }
}
@media screen and  (max-width:568px) {
    .our_staff ul li{
        max-width: 100%;
    }
    .services li{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .respmenu > ul.openmenu{
        padding: 0;
    }
}
@media screen and  (max-width:500px){
    .top-head div{
        width: 100%;
        text-align: center;
        }
        .login_register input{
            flex: 0 0 100%;
            max-width: 100%;
        }
   }
@media screen and  (max-width:400px){
    .main-header img{
        max-width: 140px;
    }
    .mobile-trigger div {
       
        top: 145px;
        padding: 12px;
    }
    .mobile-trigger img{
        margin-right: 0px;
    }
    .respmenu > ul.openmenu{
        top: 205px;
    }
   }
