#tform{background:#008ccbe3;border-radius:7px;height:500px;margin-top: 140px;box-shadow: 3px 62px 90px 7px #171717}
#my-start-loc{display: none}
#my-end-loc{display: none}
.fa {
    color: #FFF
}
.hider{display: none}
.book_cl{
	display: block;outline: none;    margin-bottom: 12px;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 2;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.req{border:2px dashed red;text-align:center;width: 80%;margin: 0 auto;color:red;font-weight: 600;display:none;}
.loader{width: 30px;height: 20px;background-color: red;}
#sb{font-weight: 600;color:green;text-align: center;display: none}
