.contractor-inner {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    background: url('../images/bg.png') no-repeat bottom center !important;
    padding: 0 90px 75px 90px !important;
    font-family: 'Montserrat',sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 26px !important;
}

    .contractor-right {
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: 0 20px 40px 0 rgb(0 0 0 / 6%);
        -moz-box-shadow: 0 20px 40px 0 rgba(0,0,0,.06);
        -ms-box-shadow: 0 20px 40px 0 rgba(0,0,0,.06);
        -o-box-shadow: 0 20px 40px 0 rgba(0,0,0,.06);
        box-shadow: 0 20px 40px 0 rgb(0 0 0 / 6%);
        padding: 42px 225px 35px 42px;
        background: #fff url('../images/form-bg.png') no-repeat right bottom !important;
    }
.locations-listmap {
    float: left !important;
    width: 100% !important;
    height: 570px !important;
    /* overflow: auto; */
}
.c-mb {
    margin-bottom: 40px;
}
.c-pages-images {
    margin-bottom: 10px;
}

.c-sam-menu-column{
	column-count: 3;
}

@media only screen and (max-width: 992px) {  
	.c-sam-menu-column{
		column-count: unset;
	}
}