img {
    width: 100%;
    height: auto;
}

.rounded-15 {
    border-radius: 15px;
}

.ares.tparrows {
    cursor: pointer;
    background: transparent;
    min-width: 50px;
    min-height: 50px;
    position: absolute;
    border: 1px solid #ffffff63;
}

.main-menu__logo.logo_2 a img {
    width: auto;
}

.ares.tparrows:hover {
    border: 1px solid #ffffff;
}

.ares.tparrows:before {
    font-family: "revicons";
    color: #aaaaaa7a;
    font-size: 18px;
    line-height: 50px;
}

.ares.tparrows:hover:before {
    color: #ffffff;
}

.contact-form__input-box select {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--oxpins-white);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: #707876;
    display: block;
    border-radius: var(--oxpins-bdr-radius);
    font-weight: 500;
}

.gallery-one__single {
    width: 100% !important;
}

@media screen and (max-width: 1450px) {

    .main-menu .main-menu__list>li+li,
    .stricky-header .main-menu__list>li+li {
        margin-left: 45px;
    }

}

@media screen and (max-width: 1300px) {

    .main-menu .main-menu__list>li+li,
    .stricky-header .main-menu__list>li+li {
        margin-left: 25px;
    }

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu__right-top-address-list li:first-child {
        display: none;
    }

    .main-menu__right-top-address-list li:nth-child(2) {
        display: none;
    }

    .main-menu__right-top-address-list li:nth-child(3) {
        margin-left: 0px !important;
    }

    .main-menu__right-top-address {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu__right-top-address-list li:nth-child(3) {
        margin-left: 0px !important;
    }

    .main-menu__right-top-address-list li:first-child {
        display: none;
    }

    .main-menu__right-top-address-list li:nth-child(2) {
        display: none;
    }

    .main-menu__right-top-address {
        display: block !important;
    }
}

@media only screen and (max-width: 400px) {
    .main-menu__logo.logo_2 a img {
        width: 100%;
        height: auto;
    }
}