.table>tbody>tr>td .title {display:none;}

/* reduce text on responsive */
@media only screen and (max-width: 767px){
    h1 {font-size:16px !important;
        line-height: 1.2 !important;
    }
    h2 {font-size:20px !important;
        line-height: 1.4 !important;
    }
    h3 {font-size:17px !important;
        line-height: 1.3 !important;
    }
    p{font-size:16px !important;
        line-height: 1.3 !important;
    }
}
/* text - style on desktop */
@media only screen and (min-width: 768px){
    p{font-size:20px !important;
        line-height: 1.3 !important;
    }
}	
.company_logo{max-width:70%;}
.company_logo_mobile{max-width:70%;}

/* text style on list*/
@media only screen and (max-width: 999px){
    li{font-size:16px !important;
        line-height: 1.3 !important;
    }
}
/* text - style on desktop*/
@media only screen and (min-width: 1000px){
    li{font-size:20px !important;
        line-height: 1.3 !important;
    }
}
/* button Style */
.vc_btn3-container{font-weight:600;}

.nrs-header, .item-type-label, tr.extra-table-labels, .table-striped > tbody > tr.nrs-header:nth-of-type(odd) {
    background-color: #ef6917 !important;
}

/**** RESPONSIVE ******/
@media only screen and (max-width: 600px) {
    .mega_info_box_2 .mega-info-footer {
display: block !important;  
}
    .mega_info_box_2 .mega-info-header {
    display: block !important;  
    padding: 0px  !important;
    height: auto;
    float: none !important;
    text-align: center;
    height: auto;
}
    h2{margin: 10px;}
  .wpb_text_column, .left, .mega-info-footer{
        text-align: center !important;
  }
  button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-custom {
    width: 100%; border: white 2px solid;
}
}