@media only screen and (max-width: 1200px) {
    .top_address {
        display: flex;
        font-size: 12px;
        font-weight: 400;
        color: var(--p-color);
    }

    .address_icon {
        border: 2px solid var(--primary-color);
        margin-right: 8px;
        font-size: 18px;
        padding: 15px 5px;
        color: var(--primary-color);
    }

    #main_slider {
        width: 80%;
        text-align: left;
    }

    .left_products-control {
        left: 2%;
        font-size: 18px;
        padding: 9px 16px !important;
    }

    .right_products-control {
        right: 2%;
        font-size: 18px;
        padding: 9px 16px !important;
    }
}


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

    .slider_btn {
        font-size: 14px;
        padding: 10px 30px !important;
        margin-top: 10px;
    }

    .left-s {
        font-size: 30px;
        line-height: 35px;
    }

    .s_p {
        width: 80%;
    }

    .slider_p {
        font-size: 14px;
        line-height: 30px;
        padding-top: 5px !important;
    }

    #address_bar {
        border: none !important;
        display: block;
        padding-bottom: 0px !important;
        padding: 10px !important;
    }

    #navbar {
        bottom: 0;
        width: 100%;
    }

    #logo {
        display: block;
    }

    .navbar-nav>li>a {
        font-size: 14px;
        margin: 5px 12px;
        padding: 20px 12px;
    }

    .navbar-brand {
        padding: 5px 5px;
    }

    .d_n {
        display: none;
    }

    .address_icon {
        border: 2px solid var(--primary-color);
        margin-right: 10px;
        font-size: 20px;
        padding: 10px 10px;
        color: var(--primary-color);
    }

    .top_address {
        font-size: 15px;
    }

    .rte_h {
        text-align: center;
        padding-top: 10% !important;
        color: #000000;
        font-size: 50px;
        font-family: 'Playfair Display', serif;
        letter-spacing: 2px;
        font-weight: 700;
        line-height: 85px;
        text-transform: uppercase;
    }
    .rte_content{
        height: 450px;
    }
}


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

    .navbar-brand {
        padding: 0px 0px;
    }

    .navbar-nav>li>a {
        font-size: 14px;
        margin: 5px 6px;
        padding: 15px 6px;
    }

    #navbar {
        bottom: 10px;
    }

    .slider_btn {
        font-size: 13px;
        padding: 8px 26px !important;
    }

    .left-s {
        font-size: 26px;
    }

    .slider_p {
        font-size: 13px;
        line-height: 30px;
    }
}


@media only screen and (max-width: 768px) {
    #top_bar {
        display: none;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color:#ff0909 !important;
    }
    .navbar-default .navbar-toggle{
        border-color: #ff0909;
    }
    #navbar {
        bottom: 0;
    }

    #logo {
        display: block;
        height: 50px;
    }

    .main_b_c {
        padding: 20px 20px;
        height: auto;
    }

    #about {
        padding-top: 50px;
    }
    #top_header{
        display: none;
    }

    .slider_h{
        font-size: 35px;
    }
    .s_p{
        font-size: 14px;
        line-height: 28px;
        width: 95%;
        padding: 8px 0 !important;
    }
    .back_p {
        padding-bottom: 30px !important;
    }
    #main_slider{
        width: 90%;
    }
    #back {
        padding: 35px 0;
        padding-bottom: 5px;
    }
}


@media only screen and (max-width: 640px) {
    
    .slider_btn {
        font-size: 13px;
        padding: 6px 24px !important;
    }

    .left-s {
        font-size: 22px;
    }

    .slider_p {
        font-size: 12px;
        line-height: 24px;
    }

    .left_products-control {
        left: 2%;
        font-size: 16px;
        padding: 7px 14px !important;
    }

    .right_products-control {
        right: 2%;
        font-size: 16px;
        padding: 7px 14px !important;
    }

    .contact_i_p {
        display: block;
    }
    .rte_content{
        height: 310px;
    }
    .rte_h{
        font-size: 38px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 500px) {
    .slider_h{
        font-size: 26px;
    }
    .s_p{
        font-size: 12px;
        line-height: 24px;
        width: 100%;
        padding: 1px 0 !important;
    }
    #main_slider{
        width: 92%;
        bottom: 1%;
    }
    .slider_btn{
        margin: 0 !important;
        padding: 5px 24px !important;
    }
}