

.st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
}

.mb-20 {
    margin-bottom: 20px
}

.highlight-content li {
    position: relative;
    padding-left: 3.75rem;
}

.highlight-content li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #FB5B32;
}

.service-content ul li {
    position: relative;
    padding-left: 3.75rem;
}

.service-content ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #4D40CA;
}

.service-content ol li {
    position: relative;
    padding-left: 3.75rem;
}

.service-content ol li::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #f00c;
}

.item-dashed-line {
    padding-block-start: 50px;
    padding-block-end: 50px;

}

.item-dashed-line span {
    border-block-start: 1px dashed #DEE0EA;
    width: 100%;
    display: flex;
    margin: 0;
    direction: ltr;
}

.tour-detail-content_box.faqs--js .faqs {
    border-top: 1px dashed #d3d2da;
    padding-top: 20px;
}

.booking-form .bt-datepicker {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    padding: 14px 20px 14px 50px;
    color: #000;
    background-color: transparent;
    border: 1px solid #E0E2EC;
    border-radius: 30px;
}

.faq-all .faqs-container:not(:last-child)::before {
    content: unset;
}

.faq-all .faqs-container {
    padding-left: 0;
    position: relative;
}

.faq-all .faqs-title span {
    border: none;
    padding: 0;
    text-align: left;
    min-width: 0;
}

.faq-all .faqs-top {
    cursor: pointer;
}

#booking_form_total {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
}

#booking_form_total.show {
    display: flex;

}

#booking_form_total .booking_form_input_label {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: var(--accent);
}

#booking_form_total .currency_amount {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    color: #FB5B32;
}

#booking_form_total .currency_amount span {
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    color: #FB5B32;
}

#error_group {
    display: none
}

#error_group.show {
    display: block
}

.bt-datepicker::placeholder {
    color: #000
}

#ui-datepicker-div {
    padding: 30px
}

.ui-datepicker-header {
    background-color: #ffffff;
    border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: none;
    background: #ffffff;
    color: #000;
    text-align: center
}

.ui-state-default,
.ui-widget-content .ui-state-default:hover {
    background: #FB5B32;
    color: #000
}

.input-date-container {
    position: relative
}

.input-date-container svg {
    position: absolute;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 30%;
    left: 17px;
    fill: #4D40CA;
}
.faq-all h2{
    font-size: 32px;
  margin-bottom: 15px;
  margin-top: 20px;
}
