@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 446px) { .custom-button { width: 100% !important; font-size: 26px;} 
a.quote-button { padding: 0px 30px; font-size: 28px;}
}

@media screen and (max-width: 576px) {  
.inner-welcome br { display: none;} .welcome .inside-title { padding-top: 70px;}
.custom-button { width: 420px;}
}



@media screen and (max-width: 767px) { 
.welcome { height: auto; padding-bottom: 70px;}  
}



@media screen and (max-width: 992px) {
    .welcome br { display: none;}
    .inner-welcome{ height: auto;} .inner-welcome .inside-box { padding-top: 70px; padding-bottom: 70px;} 
 .featured br { display: none;}

}



@media screen and (max-width: 1200px) {   }



@media screen and (max-width: 1400px) { ... }