
:root {
    --mainColor: #9c1e29;
    --darkBlue: #;
}




@media (max-width: 991px) {
    .hide {
        display: block;
        
    }
    .right__f {
        margin-left: auto;
    }
    .toggle-menu {
        margin-left: auto;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        border: 0;
        outline: unset;
        background-color: var(--mainColor);
        color: #FFF;
        padding: 8px 15px;
        font-size: 24px;
        cursor: pointer;
    }
    
    .langs {
        margin-right: 3rem;
    }
    nav {
        position: absolute;
        left: -300px;
        top: 0;
        height: 100vh;
        width: 300px;
        /* overflow-y: scroll; */
        background-color: #fff;
        padding-top: 20px;
        transition: .5s;
    }
    nav.show {
        left: 0;
    }
    nav ul.d-flex {
        display: block !important;
    }
    nav ul li a {
        padding: 10px 15px;
        display: block;
        text-shadow: unset;
        color: #666;
        border-bottom: 1px solid #DDD;
    }
    .close-menu {
        background-color: #F00;
        color: #FFF;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 0 0 0 20px;
        cursor: pointer;
    }

    .sec--process .items-process {
        flex-flow: wrap;
    }
    .sec--process .items-process > div {
        width: 50%;
        margin: auto;
        margin-bottom: 40px;
    }
    .sec--process .items-process > div::before {
        width: 50%;
    }
    .sec--process .items-process > div > .ser-item::before {
        content: unset;
    }
    .sec--process .items-process > div > .ser-item {
        margin: auto;
    }
    
}


@media (max-width: 767px) {
    .logo img {
        width: 50px;
    }
    .h1, h1 {
        font-size: 2rem;
    }

    .box--search form input {
        background-color: rgb(255, 255, 255);
        width: 300px;
    }
    
    .sec--about .i-about > div::before,
    .sec--about .i-about::before,
    .sec--about .i-about::after {
        content: unset
    }
    .sec--about .row > div {
        margin-bottom: 30px;
    }

    .item-slide img {
        height: 50vh;
    }

    .sec--partner .item-partner img,
    .item-news .img-news img,
    .item-service .img-services img,
    .sec--about .img-about img {
        height: auto;
    }

    .wedget-footer {
        margin-bottom: 20px;
    }

    .item-slide .caption {
        display: none;
    }

    .slides-products-details {
        padding: 10px 10px 0 0;
    }

}


@media (max-width: 640px) {
    .box--search form input {
        background-color: rgb(255, 255, 255);
        width: 200px;
        padding: 15px 10px;
    }
    .box--search form button {
        padding: 10px 20px;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    .sec-title p {
        font-size: 14px;
    }
    .h3, h3 {
        font-size: 1.rem;
    }

    .paginations li a {
        padding: 2px 8px;
    }

}

@media (max-width: 425px) {
    .box--search {
        top: 40%;
    }
    .box--search > .d-flex {
        flex-flow: wrap;
    }
    .box--search .btn__map_modal {
        margin-left: 0 !important;
        display: block;
        margin: auto;
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }
    a.btn__pop__search {
        display: none;
    }
}

@media (max-width: 375px) {
    .sec--process .items-process > div {
        width: 100%;
    }
}