.vc_z2 {
  z-index: 2 !important;
  position: relative; }
  
  .vc_bg_blu_opacity {
    background:rgba(44,74,109,.7);}
    
.vc_container {
float:left;
clear:left;
width:100%;
}

.buttons_home{
    background:#f6f6f6;
    width:100%;
    height:80px;
    display:block;
    padding:0 !important;
}

@media (min-width: 768px) and (max-width:991px) {
    .container{
        width:100%;
    }
}
    
@media (min-width: 768px) {
    .vc_flex_sm,
    .vc_flex_sm > vcwidget {
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    }
}
@media (max-width: 767px) {
    .vc_miles_title_section_home2 .text{
        margin:70px 0 0 0 !important;
    }
}