<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1500px) {
    .right_header_info ul li {
        margin-left: 17px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .right_header_info ul li {
        margin-left: 4px;
        font-size: 16px;
    }
    .login_btn {
        padding: 7px 15px;
    }
    .banner_main .text-bg h1 {
        font-size: 110px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .right_header_info {
        margin-top: -50px;
        padding: 0;
    }
    .d_none {
        display: none !important;
    }
    .black_bold {
        font-size: 43px;
        line-height: 54px;
    }
    .banner_main .text-bg a {
        max-width: 164px;
    }
    .banner_main .text-bg h1 {
        font-size: 80px;
        line-height: 95px;
    }
    .banner_main .img_box p {
        padding-bottom: 30px;
    }
    ul.retail li a {
        padding: 10px 8px;
    }
    .titlepage h2 {
        font-size: 29px;
        line-height: 50px;
    }
    .designs .designs_text h3 {
        font-size: 25px;
    }
    .news .newslatter {
        width: 60%;
    }
    .offf {
        font-size: 15px;
    }
    ul.loca li {
        font-size: 14px;
    }
    ul.Links_footer li a {
        margin-bottom: 0px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .right_header_info {
        margin-top: -51px;
    }
    .logo {
        width: 200px;
    }
    .carousel-control-next {
        top: 40% !important;
    }
    .header {
        padding-bottom: 25px;
        padding-top: 35px;
    }
    .mean-container .mean-bar {
        margin-top: 0px;
    }
    .d_none {
        display: none !important;
    }
    .banner_main .text-bg h1 {
        font-size: 95px;
        line-height: 106px;
    }
    .black_bold {
        font-size: 48px;
        line-height: 8px;
    }
    ul.retail li a {
        padding: 10px 19px;
        margin-bottom: 30px;
    }
    .banner_main .img_box p {
        padding-bottom: 30px;
    }
    .submit {
        max-width: 230px;
    }
    .news .newslatter {
        width: 55%;
    }
    ul.Links_footer li a {
        max-width: inherit;
    }
    .service_img2 {
        margin-top: 30px !important;
    }
    ul.sociel,
    .main_form {
        margin-bottom: 30px;
    }
    ul.Links_footer {
        margin-bottom: 20px;
    }
    .padding_top0 {
        padding-top: 30px;
    }
}

@media (max-width: 575px) {
    .right_header_info {
        margin-top: -81px;
    }
    .header {
        padding: 25px 0px;
    }
    .logo {
        text-align: center !important;
        padding-bottom: 25px;
        float: left;
    }
    .banner_main {
        padding-bottom: 30px;
    }
    .right_header_info ul li {
        margin-left: 0px;
    }
    .login_btn {
        margin-right: 51px;
    }
    .d_none {
        display: none !important;
    }
    .banner_main .text-bg h1 {
        font-size: 74px;
        line-height: 106px;
    }
    .black_bold {
        font-size: 37px;
        line-height: 8px;
    }
    .banner_main::after {
        position: inherit;
    }
    .titlepage h2 {
        font-size: 31px;
        line-height: 39px;
    }
    .banner_main .text-bg a {
        max-width: 135px;
    }
    .banner_main .img_box p {
        padding-bottom: 30px;
    }
    #myCarousel .carousel-control-prev,
    #myCarousel .carousel-control-next {
        display: none;
    }
    .main_form {
        padding: 40px 20px;
    }
    .news .newslatter {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 28px;
    }
    .submit {
        padding: 15px 45px;
        max-width: 220px;
        border-radius: 28px;
        margin: 0 auto;
        display: block;
    }
    ul.Links_footer li a {
        max-width: inherit;
        margin-bottom: 0px;
    }
    .service_img2 {
        margin-top: 30px !important;
    }
    ul.sociel,
    .main_form {
        margin-bottom: 30px;
    }
    ul.Links_footer {
        margin-bottom: 20px;
    }
    .padding_top0 {
        padding-top: 30px;
    }
    .copyright p {
        font-size: 17px;
    }
}

</pre></body></html>