/*Website Name:Pawar Travels
Designed By:Paresh Kavale*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Signika:400,600,700|Sarala:400,700&amp;display=swap');
body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    overflow-x: hidden;
    font-family: 'Noto Sans', sans-serif;
}

p {
    font-size: 14px;
    line-height: 1.5em;
    color: #555;
}

a {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}





.table thead th {
    background: #ff7703!important;
}


a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Signika', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

ol,
ul {
    text-decoration: none;
    list-style: none;
    padding: 0px;
}

button:focus {
    outline: 0;
    box-shadow: none;
}

td {word-break: break-all;}



.btn-book {
    padding: 8px 20px;
    border: none;
    font-size: 13px;
    background: #ff7703;
    color: #000;
    border-radius: 25px;
    color: #fff !important;
}
