header.bestday-head.optinal-heder {
    background: #333333;
}
header.bestday-head.scrolled ul.navbar-nav.ms-auto li a {
    color: #fff;
}
header.bestday-head.optinal-heder  ul.navbar-nav.ms-auto li a {
    color: #fff;
}
section.bookin-form-sec {
    background: #f9f9f9;
    padding: 180px 0px 40px 0px;
}
/* ====Form CSS === */
.main-form-safari-box {
    width: 100%;
    position: relative;
}
.booking-fild-safari {
    width: 100%;
    margin-bottom: 10px;
}
.booking-fild-safari label {
    font-size: 14px;
    margin-bottom: 7px;
    /*font-weight: 500;*/
    color: #8a8b8c;
    font-family: 'Geograph';
}
.booking-fild-safari input {
    width: 100%;
    border: 1px solid #d2d3d5;
    padding: 14px;
    outline: none;
    font-size: 14px;
}
.booking-fild-safari select {
    width: 100%;
    border: 1px solid #d2d3d5;
    padding: 14px;
    outline: none;
    font-size: 14px;
}
.booking-fild-safari textarea {
    border: 1px solid #d2d3d5;
    padding: 10px;
    outline: none;
    font-size: 14px;
}
.booking-fild-safari textarea:focus {
    border-color: #f6b512;
}
.booking-fild-safari input:focus,
.booking-fild-safari select:focus {
    border-color: #f6b512;
    background-color: #f9f9f9;
}
.muttilchoose-box input.form-check-input {
    padding: 8px;
    width: auto;
}
.muttilchoose-box {
    display: flex;
    gap: 10px;
}
.form-check.agees-check-fild input {
    padding: 8px;
    width: auto;
}
.booking-fild-safari-btn button {
    background: #f6b512;
    padding: 8px 25px;
    color: #fff !important;
    text-decoration: none;
    font-size: clamp(14px, 0.9vw, 15px);
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 30px;
    border: navajowhite;
}
.booking-itinerary-right {
    padding-top: 30px;
}
.booking-fild-safari-btn button:hover {
    background: #000;
}

/*===tailor made group code===*/
.tailormade-form-group {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.phone-input {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    overflow: hidden;
}
.country-select {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px;
    background: #f9f9f9;
    cursor: pointer;
    border-right: 1px solid #ccc;
}
.country-select img {
    width: 20px;
    height: 14px;
}
.phone-input input {
    border: none;
    outline: none;
    padding: 10px;
    width: 100%;
}
.country-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    max-height: 260px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    z-index: 999;
}
.country-list li {
    padding: 8px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
.country-list li:hover {
    background: #f9f9f9;
}
.country-list img {
    width: 20px;
}
#travel-destination-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

#travel-destination-box .check-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

#travel-destination-box .check-item:hover {
    background: #eaeaea;
}

#travel-destination-box input[type="checkbox"] {
    accent-color: #333333;
    cursor: pointer;
    width: auto !important;
}

#travel-destination-box input[type="checkbox"]:checked + span {
    color: #f6b512;
    /*font-weight: 600;*/
}

#travel-destination-box .check-item span {
    font-size: 12px;
}

@media (min-width: 768px) and (max-width: 1024px) {
.booking-itinerary .row.mb-5 .col-md-6 {
    width: 100%;
}
}