﻿.maps {
    /*margin-top: 40px;
    margin-left: 90px;
    width: 600px;*/
}

.tabs-content-item {
    text-align: left !important;
}
/*------- start of laptop size ------*/

@media screen and (max-width: 1366px) {
    .ThemeGrid_Margin2First {
        margin-left: 21% !important;
    }
    
}

/*------- end of laptop size ------*/

@media screen and (max-width: 600px) {
    .map-outer {
        width: 100% !important;
        margin-right: 0 !important;
    }
    
    .map-container {
        width: 100% !important;
        height: 400px !important;
    }
    
    .map-info {
        margin-top: 10% !important;
        width: 70% !important;
    }
    
    .office-name {
        font-size: 16px !important;
    }
    
    .office-detail {
        font-size: 14px !important;
    }
} 