

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none
}

:root {
    --color-black: #000;
    --color-green: #00A743;
    --color-secondary: #00A743
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: "Poppins", sans-serif
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #000
}

.disc li {
    list-style-type: disc
}

a:active,
a:focus {
    outline: none
}

.bg-black {
    background-color: var(--color-black)
}

.text-black {
    color: var(--color-black)
}

.text-gray {
    color: #7A7878 !important
}

.bg-green {
    background: var(--color-green) !important
}

.border-green {
    border-color: var(--color-secondary) !important
}

.text-green {
    color: var(--color-green) !important
}

.primary-text {
    color: #1778F2
}

.bg-green-light {
    background-color: #DBEFFF
}

.btn.bg-green:hover {
    background-color: var(--color-green);
    color: #fff
}

.sec-padding {
    padding: 50px 0
}

.invert {
    filter: invert(1)
}

.fs-12 {
    font-size: 12px
}

.fs-13 {
    font-size: 13px
}

.fs-14 {
    font-size: 14px
}

.fs-15 {
    font-size: 15px
}

header .navbar {
    height: 69px
}

.hero-banner {
    height: calc(100vh - 48px);
    background-size: cover !important
}

.welcome-title {
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    font-weight: 600
}

.journey-track-form {
    border-radius: 19px;
    margin-bottom: 80px
}

.nav.nav-pills.top-nav .nav-item .nav-link {
    color: #000
}

.nav.nav-pills.top-nav .nav-item .nav-link.active {
    background-color: var(--color-green);
    color: #fff
}

.journey-track-form .nav-pills {
    border: 2px solid #C8C7C7
}

.journey-track-form .nav-pills .nav-link {
    font-size: 16px;
    color: var(--color-black)
}

.journey-track-form .nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.popular-packages .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    border-radius: 50px;
    background-color: var(--color-green)
}

.journey-track-form .nav-pills .nav-link {
    height: 37px;
    line-height: 20px
}

.journey-track-form .tab-content .tab-pane .form-check {
    height: 40px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #C8C7C7
}

.journey-track-form .tab-content .tab-pane .form-check label {
    font-weight: 500;
    font-size: 16px
}

.journey-track-form .tab-content .tab-pane .form-check-input {
    border-color: var(--color-black);
    width: 23px;
    height: 23px
}

.form-check-input:checked[type=radio] {
    background-image: url(../images/icons/radio-btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.form-check-input:checked {
    background-color: var(--color-green);
    border-color: var(--color-green) !important
}

.input-bg {
    background-color: var()
}

.input-box {
    height: 56px !important
}

.input-box .form-control {
    font-size: 16px;
    color: var(--color-green);
    font-weight: 400
}

.input-box .form-control::placeholder {
    color: var(--color-black);
    font-weight: 400
}

.form-control:focus,
.form-check-input:focus {
    box-shadow: none
}

.journey-track-form form .submit-btn {
    height: 37px;
    font-size: 18px;
    line-height: 20px
}

#roundTrip,
#airPort {
    display: none
}

select {
    font-size: 15px;
    padding: 10px
}

option {
    font-size: 15px;
    background-color: #DBEFFF;
    border: none;
    outline: none
}

option:hover {
    background-color: #000
}

.country-code-dropdown {
    position: relative;
    margin-left: 42px;
    display: flex;
    align-items: center
}

select {
    font-size: 16px;
}

select:focus-visible {
    outline: none
}

#flag-image {
    position: absolute;
    left: -38px;
    height: 20px
}

.download-button-box {
    background-color: #DBEFFF;
    width: 42%
}

.download-button img {
    max-width: 85% !important;
    height: auto
}

.sec-title {
    font-size: 45px;
    color: var(--color-black);
    border-left: 7px solid green;
    padding-left: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.packages {
    margin-top: 80px
}

.packages-box {
    background-color: #EFF3FF
}

.packages-box.green {
    background-color: var(--color-green);
    color: #fff
}

.packages-box .packages-text h3 {
    font-size: 17px
}

.packages-box.green .packages-text img {
    filter: invert(1)
}

.packages-box p {
    font-size: 13px
}

.packages-box .packages-text h4 {
    font-size: 14px
}

.packages-box .packages-text h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: var()
}

.packages-box .packages-text .price {
    font-size: 18px;
    font-weight: 500
}

.package-details p {
    font-size: 15px;
    font-weight: 500
}

.packages-box .car-img {
    top: -4px
}

.packages-box .offer-badge-img {
    top: -65px;
    left: -20px
}

.packages-box.green .btn.bg-white:hover {
    color: var(--color-green)
}

.facility-content figure {
    width: 33px;
    height: 33px;
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 50%
}

.facility-text h3 {
    font-size: 20px
}

.facility-text p {
    font-size: 14px;
    font-weight: 400
}

.popular-packages .nav.nav-pills {
    border: 2px solid #C8C7C7
}

.popular-packages .nav.nav-pills::-webkit-scrollbar {
    width: 0;
    height: 0
}

.popular-packages .nav-item {
    border-right: 2px solid #C8C7C7;
    border-radius: 0;
    flex-grow: 1
}

.popular-packages .nav-item:last-child {
    border: none
}

.popular-packages .nav-pills .nav-link {
    color: #828282;
    width: 100%
}

.place-to-visit-list li {
    border-right: 2px solid #2E2E2E99;
    padding: 0 5px;
    font-size: 15px;
    color: #828282;
    line-height: 25px
}

.duration li {
    color: #2E2E2E99
}

.popular-packages button.btn {
    background-color: var(--color-black);
    font-size: 18px;
    height: 50px;
    color: #fff;
    margin-top: 15px
}

.border-yelow {
    border-right: 4px dotted #FFC51A
}

.service-veryfy {
    height: 177px
}

.service-text h3 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 0
}

.testimonial-box {
    background-color: #F3FAFF;
    box-shadow: 6px 4px 4px 0 #00000040;
    margin: 60px 30px 10px
}

.testimonial-box .testimonial-text h3 {
    font-size: 19px;
    margin-top: 12px
}

.testimonial-box .testimonial-text p {
    font-size: 14px
}

.testimonial-box img {
    height: 75px;
    width: 75px;
    margin-top: -69px
}

.testimonial .testimonials .slick-next {
    right: -164px
}

.testimonial .testimonials .slick-prev {
    left: -164px
}

.footer {
    background-color: var(--color-black);
    padding: 30px 0
}

.contact-section li {
    margin-bottom: 30px;
    position: relative
}

.contact-section li:last-child {
    margin-bottom: 0
}

.contact-section li::before {
    position: absolute;
    left: -20px;
    content: "";
    width: 8px;
    height: 100%;
    background-color: #00a743;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.contact-section li h5,
.important-links h5 {
    font-size: 18px
}

.contact-section li p,
.contact-section li a,
.important-links li a {
    font-size: 14px
}

.hero-banner.add-banner {
    height: auto
}

.date_and-time {
    border: 2.5px solid var(--color-green);
    border-radius: 5px
}

.date_and-time .form-control {
    width: auto
}

label.ampm-toggle {
    background-color: #E4E4E3;
    border: 1px solid #dee1e8;
    display: flex;
    vertical-align: middle;
    border-radius: 4px;
    overflow: hidden;
    width: 84px;
    height: 42px;
    margin: 0;
    cursor: pointer;
    z-index: 1;
    position: relative
}

label.ampm-toggle:before,
label.ampm-toggle:after {
    color: var(--color-black);
    display: inline-block;
    width: 42px;
    height: 42px;
    font-size: 15px;
    text-align: center;
    line-height: 41px
}

label.ampm-toggle:before {
    content: "AM"
}

label.ampm-toggle input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0;
    padding: 0;
    border: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.1);
    filter: alpha(opacity=0.1);
    opacity: .001;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0)
}

label.ampm-toggle input:checked+.toggle-button {
    left: 42px
}

label.ampm-toggle input:checked+.toggle-button:before {
    content: "PM"
}

label.ampm-toggle input[disabled]+.toggle-button {
    opacity: .7
}

label.ampm-toggle input[disabled]~.toggle-off-txt {
    opacity: .5
}

label.ampm-toggle .toggle-button {
    background: var(--color-secondary);
    border-radius: 3px;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 42px;
    background-clip: padding-box;
    white-space: nowrap;
    transition: left 0.05s ease-in-out;
    position: absolute;
    z-index: 2;
    left: 0
}

label.ampm-toggle .toggle-button:before {
    content: "AM";
    display: block;
    width: 42px;
    height: 42px;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    color: #fff
}

label.ampm-toggle .toggle-off-txt {
    display: inline-block;
    width: 42px;
    height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 15px;
    line-height: 40px
}

label.ampm-toggle .toggle-off-txt:before {
    color: var(--color-black);
    content: "PM"
}

.pick-info-form {
    position: relative
}

.pick-info-form::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #B0B0B0;
    top: 0;
    left: 19px
}

.pick-info-form li {
    position: relative;
    margin-left: 10px
}

.pick-info-form li:first-child>span {
    color: green
}

.pick-info-form li:first-child::before {
    background: #D47716;
    top: 0;
    left: -29px;
    border-radius: 50%
}

.accordion-button:focus {
    box-shadow: none !important
}

.pick-info-form.round-trip-modal li:nth-child(2)::before,
.pick-info-form li:last-child::before,
.pick-info-form li:first-child::before,
.pick-info-form li::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    bottom: 0;
    left: -29px
}

.pick-info-form li::before {
    background: green;
    border-radius: 3px
}

.pick-info-form li:last-child::before {
    background: #D47716;
    border-radius: 50%
}

.pick-info-form .form-control {
    width: auto
}

.fill-pic-info .form-control {
    background-color: #EFF3FF;
    color: #7A7878;
    font-size: 14px
}

.fill-pic-info .form-check-label {
    font-size: 13px
}

.date-picker::-webkit-scrollbar {
    width: 0;
    height: 0
}

.date {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #ccc;
    color: #000;
    position: relative;
    font-size: 15px
}

.date span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    color: #000
}

.date.selected {
    background-color: var(--color-green);
    color: #fff;
    border-color: var(--color-green)
}

.line {
    width: 40px;
    height: 4px;
    background-color: #fff0;
    transition: background-color 0.5s
}

.date:hover {
    cursor: pointer;
    border-color: var(--color-green)
}

.date.active {
    border: 2px solid var(--color-green);
    position: relative
}

.pick-info-form.round-trip-modal li:nth-child(2)::before {
    background: #C51C1C;
    border-radius: 3px
}

.pick-info-form.round-trip-modal li:nth-child(3)::before,
.pick-info-form.local li:nth-child(1)::before {
    background: #D47716;
    border-radius: 50%
}

.tour-hero-banner {
    height: calc(35vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center
}

.tour-packege-price {
    cursor: pointer
}

.tour-package-search {
    height: 50px;
    border: 1.5px solid #7A7878
}

.tour-package-search button:hover,
.tour-package-search button:focus-visible,
.tour-package-search button:active {
    background-color: transparent !important;
    box-shadow: none
}

.tour-title-and-price {
    width: 100%;
    height: 50px;
    background-color: var(--color-secondary)
}

#searchCabeModal input[type="time"],
#searchCabeModal input[type="text"],
#searchCabeModal input[type="date"] {
    height: 45px
}

.destinatio-title {
    border: 1.5px solid #7A7878
}

.hero-banner.packages-details {
    height: calc(88vh - 80px)
}

.showmore {
    font-size: 18px;
    font-weight: 500
}

.side-car-info {
    box-shadow: 0 0rem 1rem rgb(0 0 0 / .175)
}

.popular-packages .package-list-details-nav .nav-item {
    border-right: none !important
}

.popular-packages .package-list-details-nav .nav-item .nav-link::after {
    position: absolute;
    content: "";
    right: 0;
    width: 1px;
    height: 76%;
    background-color: #2E2E2E99;
    bottom: 5px
}

.packages-details li {
    font-size: 20px
}

.popular-packages .package-list-details-nav .nav-item .nav-link.active::after {
    background-color: var(--color-green)
}

.popular-packages .package-list-details-nav .nav-item:last-child .nav-link::after {
    display: none
}

.popular-packages form h5 {
    font-size: 21px
}

.popular-packages form .form-check-input[type=checkbox] {
    border-radius: 0
}

.popular-packages form .form-check-label {
    font-size: 17px;
    color: #7A7878
}

.input-container {
    position: relative;
    margin: 20px auto
}

.date_and-time input[type="text"],
.date_and-time input[type="date"],
.date_and-time input[type="time"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px
}

.date_and-time input[type="text"]::placeholder {
    color: #000
}

.calendar-icon {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer
}

.calendar {
    background-color: #fff;
    padding: 10px;
    z-index: 10
}

.calendar .month {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px
}

.calendar .month div {
    padding: 7px 15px;
    cursor: pointer;
    border-radius: 50px;
    width: 100%;
    text-align: center
}

.calendar .month div:hover {
    background-color: var(--color-green);
    color: #fff
}

.calendar .month div.active {
    background-color: var(--color-green);
    color: #fff
}

.calendar .dates {
    margin-top: 20px
}

.weekdays {
    display: flex;
    justify-content: space-around
}

#days {
    flex-wrap: nowrap;
    overflow-x: scroll
}

#days div:empty {
    display: none
}

.days {
    justify-content: space-around;
    cursor: pointer;
    user-select: none
}

.day>span {
    width: 40px;
    height: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 10px
}

.day {
    width: 40px;
    text-align: center;
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.day.active>span {
    background-color: var(--color-green);
    color: #fff
}

.weekdays span {
    font-weight: 700
}

.day-name {
    font-size: .8em;
    color: #666
}

#searchCabeModal input[type="date"]::-webkit-calendar-picker-indicator {
    display: block !important
}

.time-picker-container {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    width: 100%
}

#timeInput {
    padding: 3px;
    font-size: 16px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 4px;
    cursor: pointer
}

#timePickerButton {
    background-color: #fff0;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-left: 5px;
    position: absolute;
    right: 10px;
    top: 7px
}

.time-options span {
    padding: 10px;
    cursor: pointer;
    height: 40px;
    padding: 11px 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px
}

.time-options span.selected {
    background-color: var(--color-green);
    color: #fff;
    border: none;
    font-size: 15px;
    border-radius: 50px
}

.time-options span:hover {
    border-radius: 50px;
    background-color: var(--color-green);
    color: #fff
}

.scrollbar::-webkit-scrollbar {
    height: 5px
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--color-green);
    border-radius: 10px
}

.option-card {
    position: relative;
    width: 178px;
    height: 112px;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    box-shadow: 2px 2px 4px 0 #00000026;
    transition: all 0.3s ease;
    border: 2px solid #fff0
}

.option-card:hover {
    box-shadow: 0 4px 8px rgb(0 0 0 / .2)
}

.fuel-type-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left
}

.price {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    text-align: left
}

.note {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
    text-align: left
}

.fuel-type-container .fule-type input[type="radio"] {
    display: none
}

.radio-indicator {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff
}

.radio-indicator::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff0;
    border-radius: 50%
}

.fuel-type-container .fule-type>input[type="radio"]:checked+.option-card {
    border: 2px solid #4CAF50
}

.fuel-type-container .fule-type>input[type="radio"]:checked+.option-card .radio-indicator {
    border-color: #4CAF50
}

.fuel-type-container .fule-type>input[type="radio"]:checked+.option-card .radio-indicator::after {
    background-color: #4CAF50
}

.coupon .form-control {
    height: 42px;
    background-color: #fff;
    box-shadow: 0 0 9.3px 0 #00000040
}