#callback_area input.wpcf7-submit {
font-family: Arial,Helvetica,sans-serif!important; background: #019fe2!important;
color: #fff;
font-size: 18px;
display:inline-block;
}
.float-left {float:left; width:48%}
.float-right {float:right; width:48%;}
.box-shadow-block {
position:relative;
padding: 15px 5px;
border: 1px solid #eee;
background: #fff;
border-top: 2px solid #3db3ef;
width: 31%;
margin: 10px;
}
.box-shadow-block h4 {
font-size: 18px;
line-height: 33px;
}
.color {
color: #3db3ef !important;
}
.box-shadow-block:after {
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
left: 10px;
width: 50%;
top: 50%;
max-width: 300px;
background: rgba(0, 0, 0, 0.3);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.ultimate-map-wrapper {
overflow:hidden;
}
@media screen and (max-width: 1199px) {
.box-shadow-block {
width:100%
}
}
@media screen and (max-width: 585px) {
.float-left, .float-right {
float:none!important;
display:block!important;
width: 100%!important;
margin:0!important
}
}
.vc_row.vc_row-flex {
align-items: baseline;
}