.call-us-parent {
    padding: 20px;
    background: #fff;
    border: 1px solid #dedede;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom:20px;
}
.call-us-parent table{
    border: none;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}
.call-us-parent table td{
   padding: 10px;
}

.call-us-parent .call-us-table .show-everytime{
    display:none;
    background: #d6e9fc;
    font-weight:bold;
}
.call-us-parent .city-detail{
    display:none;
}

.call-us-parent .call-us-table{
    margin-top:20px;
}

.call-us-parent .call-us-content{
    margin-top:20px;
}

@media (min-width: 768px){
.call-us-parent .find-btn-div .btn{
    margin-top:0px;
}
}