/* Small Devices */
@media only screen and (max-width: 767px) {
    
    .navbar-default {
        
      /*   background-color: #fff !important;
        border-color: #e6e6e6; */
        background-color: 'rgba(59, 59 , 59, 0.7)' !important;
        border-color: '#444' !important;
        
    }
    
    .navbar-default .navbar-nav > li > a {
        color: black;
    }
    
    .contact-us iframe {
        width: auto;
        height: auto;
    
    }
}

/* Small Devices And Tablets */
@media only screen and (max-width: 768px) {
    

    .header-text, .header-btns {
        text-align: center;
    }
}

/* Medius Devices , Desktop */
@media only screen and (min-width: 992px) {
    
    
}

/* Large Devices, Wide Screen */
@media only screen and (min-width: 1200px) {
    
    
}
