#Action_bar .contact_details li a{
    
    color: rgba(255,255,255,1);
}
#Action_bar .contact_details li a:hover {
    color:#000;
}


@media only screen and (max-width: 767px) {
    .social{ display:none}
    .hideonmobile{display:none}

    .flv_sections_1{background-image:none}
}

.flv_sections_5 .title{color:#fff}


#sendenquiry {
    display: block;
    width: auto;
    background-color:#203e74;
    color: white;
    writing-mode: vertical-rl;
    text-orientation: mixed; text-align:center; vertical-align:middle;
    position:fixed;
     right:0;
     top:250px;
     padding:10px 5px; text-transform:uppercase
}

#sendenquiry a{color:#fff}

 table tr:hover td {
    background: none;
}