
/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 1rem;
    }
    .call_us_menu .call_us_bottom .phone_numbr a{
        font-size: 0.8rem;
        font-family: 'latobold';
        letter-spacing: 1px;
    }

}

/* Portrait tablets and small desktops */
@media  (min-width:769px) and (max-width: 991px) {
    html {
        font-size: 90%;
    }
    .call_us_menu .call_us_bottom .phone_numbr a{
        font-size: 0.8rem;
        font-family: 'latobold';
        letter-spacing: 1px;
    }   
    .main_menu_bg .navbar-nav>li>a {
        letter-spacing: 0em; 
        font-size: 10px;
    }

}
/* Landscape phones and portrait tablets */
@media (min-width:480px) and (max-width: 768px) {
    html {
        font-size: 80%;
    }
    .header_top_bar{
        display: none;
    }

        .main_menu_bg .navbar-nav>li>a {
        letter-spacing: 0em; 
        font-size: 10px;
    }

}



/* Landscape phones and smaller */
@media (min-width:320px) and (max-width: 479px) {
    html {
        font-size: 65%;
    }
    .header_top_bar{
        display: none;
    }
    .navbar-brand>img {
        max-width: 70%;
    }
    .choose .main_choose .single_choose .single_choose_img img {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

}



@media (max-width: 320px) {


    html {
        font-size: 60.5%;
    }
    .header_top_bar{
        display: none;
        
    }
    .navbar-brand>img {
        max-width: 50%;
        margin-top: 0px;
    }
}

