    .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

 @media (min-width: 993px) {
.page-header-sm {
    padding: 53px 0 !important;
}

.site-header:not(.site-header-vertical-menu) .site-logo img {
    max-height: 90px !important;
}
} 
    
ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.site-header:not(.site-header-vertical-menu) .site-logo img {
    max-height: 60px;
    margin-top: -15px;
}

 @media (max-width: 993px) {
.btn.style-1, .vc_btn.style-1 {
    border-radius: 4px;
    background-color: #4ab9cf;
    color: #fff!important;
    margin-bottom: 5px;
}

.navbar-toggle, .site-search-toggle {
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    height: 60%;
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .4s background-color;
    width: 10%;
}
} 
