
@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: 50%;
        left: 12%;
        bottom: 10%;
        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) {
    #main_slider {
        width: 65%;
        left: 10%;
        bottom: 5%;
        text-align: left;
    }
    .slider_btn{
        font-size: 14px;
        padding: 10px 30px !important;
        margin-top: 10px;
    }
    .left-s{
        font-size: 30px;
        line-height: 35px;
    }
    .slider_p{
        font-size: 14px;
        line-height: 30px;
        padding-top: 5px !important;
    }
    #address_bar{
        display: none;
    }
    #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;
    }
}


@media only screen and (max-width: 885px) {
    #logo{
        display: block;
        height: 55px;
    }
    .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{
        bottom: 0;
    }
    #logo {
        display: block;
        height: 50px;
    }
    .main_b_c {
        padding: 20px 20px;
        height: auto;
    }
    #about{
        padding-top: 0;
    }
    #myCarousel {
        position: relative;
        bottom: 45px;
    }
    #main_slider {
        width: 75%;
        left: 10%;
        bottom: 5%;
        text-align: left;
    }
    .slider_btn{
        font-size: 13px;
        padding: 6px 24px !important;
    }
    .left-s{
        font-size: 24px;
    }
    .slider_p{
        font-size: 13px;
        line-height: 28px;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #ffffff !important;
        border-color: #ffffff !important;
    }
    .back_p{
        padding-bottom: 30px !important;
    }
    #back{
        padding: 35px 0;
        padding-bottom: 5px;
    }
}


@media only screen and (max-width: 640px) {
    #main_slider {
        width: 90%;
        left: 7%;
        bottom: 0%;
        text-align: left;
    }
    .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;
    }
}

@media only screen and (max-width: 500px) {
    #main_slider {
        width: 94%;
        left: 5%;
        bottom: 0%;
        text-align: left;
        padding-bottom: 10px !important;
    }
    .slider_btn{
        font-size: 12px;
        padding: 5px 22px !important;
    }
    .left-s{
        font-size: 20px;
        line-height: 28px;
    }
    .slider_p{
        font-size: 12px;
        line-height: 20px;
    }
    #myCarousel {
        position: relative;
        bottom: 20px;
    }
}