.demo_form{
/* border: 1px solid #000; */
padding: 10px;

}

.demo_form form input{
    margin: 5px 0px;
}


.service-thumb {
    padding-left: 100px;
}



::selection {
  color: red;
  background: rgba(0, 0, 0, 0);
}

.contact_details{
    /* background: rgb(255, 255, 255); */
    /* border: 1px solid #000; */
    margin: auto;
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px 0px;
    width: 270px;
    text-align: left;
    
}
.contact_details .btn_custom{
    border: 1px solid #ffffff;
    margin-bottom: 15px;
    padding: 10px 40px;
    color: #fff;
    width: 100%;
}
.contact_details .btn_custom:hover{
    background: #fff;
    color: #000000;
}

.contact_details table{
    width: 100%;
    
}

.contact_details table tr{
    /* background: rgba(255, 0, 0, 0); */
    border: 1px  solid #555555;
    padding: 5px 10px;
    display: block;
    margin-top: 5px;
}


.contact_details table > th, td {
    /* background: red; */
}

.contact_details table th{
    width: 30px;
    
}

.contact_details table td{
    width: 100px;
    text-align: left;
}
.contact_details table td a{
    text-decoration: none;
    width: 100px;
}







/* header Top Area Start */
.google_play{
    background: red;
}



/* header Top Area end */