/*Whatsapp_icon*/

.floatbtn-w{
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    right:10px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.fa-whatsapp:before {
    content: "\f232";
    color: #fff;
}
.my-floatbtn{
    margin-top:16px; color: #fff;
}
/*Google translate*/
@media screen and (min-width: 769px) {#translate-wrapper {
    position: fixed;
    top: 180px;
    right: 10px;
    z-index: 9999;
    background-color: #f2eee9; border-radius: 10px;
    padding: 16px;
}
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    border: 2px solid #E1C086;
    border-radius: 8px;
    padding: 5px;
    font-size: 15px;
}}
@media screen and (max-width: 769px) {
    #translate-wrapper {
    position: fixed;
    top: 140px;
    right: 10px;
    z-index: 9999;
    background-color: #f2eee9;padding: 16px;border-radius: 10px;
  
}.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    border: 2px solid #E1C086;
    border-radius: 8px;
    padding: 5px;
    font-size: 13.5px;
}}

/*DISTANCE DETAILS*/
.dst_fm_anandacherai{background-color: #f4f4f4; padding:50px 0px;}
.dst_fm_anandacherai .sub-title {text-align: center;}

.dst_tble {
  border-collapse: collapse;
 margin-top: 20px;
  table-layout: fixed;margin-left: auto; 
  margin-right: auto;
  
} 
.dst_tble tr {
            border-bottom : 1px solid #eedcc2;
        }

.dst_tble th,.dst_tble td {
 border : 1px solid #eedcc2;padding: 15px; font-weight: 500;
}

