/*****************BOOKING PAGE START HERE**************/

.booking-body{
    padding: 70px 0;
}

.header-text{
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

.header-text h5{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #4594b3;
    text-align: center;
    margin-bottom: 15px;
}

.header-text h2{
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
    color: #1b2b3a;
    text-align: center;
    margin-bottom: 30px;
}


.booking-body h4{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #4594b3;
    margin-bottom: 15px;
}

.booking-body .label-title {
    display: block;
    text-transform: capitalize;
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: normal;
    color: #1b293a;
}

.booking-body input {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding-left: 10px;
    font-size: 14px;
    background-color: transparent;
}

select.custom-control.custom-select--normal{
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding-left: 10px;
    font-size: 14px;
}

.booking-body input#tour-type-1 {
    width: 15px;
    height: 15px;
}

.booking-body input#tour-type-3{
    width: 15px;
    height: 15px;
}

.booking-body input#toc{
    width: 15px;
    height: 15px;
}
#pay{
    width: 15px;
    height: 15px;
}

span.checkbox-custom__holder{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: normal;
    color: #1b293a;
}

.booking-body p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #969696;
}

.booking-body textarea {
    width: 100%;
    height: 140px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding-left: 10px;
    font-size: 14px;
    background-color: transparent;
}

.contact-num {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}

.contact-num .form-group{
    width: 48%;
    margin: 0 7px;
}

ul.list--hand-bullet{
    padding: 0px;
    margin: 0px;
}

ul.list--hand-bullet li{
    list-style-type: none;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

ul.list--hand-bullet li i{
    margin-right: 10px;
}

.security-card{
    background: #ecf4f7;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    padding: 20px;
    font-size: 1.125rem;
    font-family: "CerebriSans-Bold",sans-serif;
    text-align: center;
    margin-bottom: 30px;
}

.security-card img{
    width: 100%;
}

.booking-body input.btn.btn-info.btn-block{
    border: 1px solid #eb5038;
    background-color: #eb5038;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    height: 50px;
}

.booking-body input.btn.btn-info.btn-block:hover{
    border: 1px solid #4594b3;
    background-color: #4594b3;
}
#searchBtn{
    display: none;
}

