@media only screen and (min-width: 1200px) and (max-width: 1570px){
    .main-menu.style1 .navigation>li {
        margin-right: 55px;
    }
}
.header-style-one__inner {

    padding-left: 400px;

}

.main-logo-box {

    width: 500px;

}
.header-top {

    min-height: 50px;
}
.main-logo-box:after {

    right: 40px;
}

.main-menu .navigation>li>ul>li>a:after {
    background-image: url(../images/menu-item-arrow1.png);
}

.border-left {
    margin-left: unset;
    margin-right: 10px;
}

.about-style2__image-box .img-box1:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
    bottom: -10px;
    right: 10px;
    border: 1px solid var(--thm-base);
    z-index: -1;
}
.mobile-menu {
    right: unset;
    left: 0;

}
