@charset "UTF-8";


.booking-form {
    background: #fff;
    padding: 20px 30px 0px 30px;
    border-radius: 10px;  
}
.banner-2 .booking-form .form-label {
      font-size: 12px;
    font-weight: normal;
    color: #0d0d0d;
    text-transform: capitalize;
}
.banner-2 .booking-form .form-control, .banner-2 .booking-form select {
    border: 1px solid #eee !important;
    border-radius: 5px;
    font-size: 12px;height: 45px !important;
}
.booking-form-btn{width:100%;margin-top: 14px;height: 44px;padding: 0;line-height: 44px;}
.nav.nav-tabs{border:0 !important;}
ul.nav.nav-tabs li {
    margin: 0 4px;
}
ul.nav.nav-tabs a {
       float: left;
 background: transparent;
    line-height: 36px;
    color: #ffffff;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0 36px;
    cursor: pointer;
}

ul.nav.nav-tabs a.active {
      float: left;
    background: transparent;
    line-height: 36px;
    color: #000;
    color: #0fe4ea;
    font-size: 15px;
    border-bottom: 4px solid;
}


.nav-tabs{margin:0 !important;padding: 0 8px;}

.p_left{padding-left:30px;}
.location_icon:before {
        font-family: FontAwesome;
    bottom: 27px;
    left: 22px;
    padding-right: 10px;
    content: "\f041";
    font-size: 15px;
    position: absolute;
    color: #867e7e;
    }
    .date_icon:before {
        font-family: FontAwesome;
    bottom: 27px;
    left: 22px;
    padding-right: 10px;
    content: "\f073";
    font-size: 15px;
    position: absolute;
    color: #867e7e;
    }
     .time_icon:before {
        font-family: FontAwesome;
    bottom: 27px;
    left: 22px;
    padding-right: 10px;
    content: "\f017";
    font-size: 15px;
    position: absolute;
    color: #867e7e;
    }

.booking-form-btn {
    width: 100%;
    margin-top: 14px;
    height: 44px;
    padding: 0;
    line-height: 44px;
}
.booking-form .btn.btn-primary {
    font-size: 12px;
    color: #3c4253;
    background-color: #0fe4ea;
    border-color: #0fe4ea;  
}
.vc-10 {
    color: #3c4253;
    background-color: #c3f6f8!important;
    border-color: #c3f6f8!important;
}

