.active-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 2px;
    background-color: #FF5733;
    animation: underlineSlide 0.4s ease-in-out forwards
}

@keyframes underlineSlide {
    from {
        width: 0;
        opacity: 0
    }

    to {
        width: 100%;
        opacity: 1
    }
}

.glider-dot.active {
    background: #E67E22 !important;
    width: 20px;
    height: 20px;
    margin-top: 3px
}

.hero-section input {
    color: #000
}

.inner-page-banner {
    background: url(/frontend/assets/images/home/inner-page-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 86%
}

.variation-tab-content h2 {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 600;
    margin: 15px 0 20px;
    text-decoration: underline
}

.variation-tab-content h3 {
    font-size: 1.2rem;
    line-height: 1rem;
    font-weight: 600;
    margin: 25px 0 15px;
    text-decoration: underline
}

.deshboard-section ul li::before {
    display: none
}

.deshboard-section .table {
    color: #000
}

.deshboard-section thead,
.deshboard-section tbody,
.deshboard-section tfoot,
.deshboard-section tr,
.deshboard-section td,
.deshboard-section th {
    border-color: #00000085 !important
}

.deshboard-section .category-heading {
    text-decoration: underline;
    text-decoration-style: double;
    text-decoration-color: #fff
}

h3#tab-heading {
    color: #fff
}

.deshboard-section ul li {
    padding: 0
}

#map-section iframe {
    width: 100%;
    max-width: 100%;
    height: 450px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1)
}

.inner-page-banner.contact-us {
    background-position: center 9 0%
}

.merge-center input,
.merge-center button {
    position: relative;
    animation: mergeFade 0.7s forwards
}

@keyframes mergeFade {
    0% {
        transform: translateX(0) scale(1);
        opacity: 1
    }

    50% {
        transform: translateX(0) scale(.5);
        opacity: .7
    }

    100% {
        transform: translateX(0) scale(0);
        opacity: 0
    }
}

.merge-center input {
    animation-name: moveLeftFade
}

.merge-center button {
    animation-name: moveRightFade
}

@keyframes moveLeftFade {
    0% {
        transform: translateX(0) scale(1);
        opacity: 1
    }

    50% {
        transform: translateX(50%) scale(.5);
        opacity: .7
    }

    100% {
        transform: translateX(100%) scale(0);
        opacity: 0
    }
}

@keyframes moveRightFade {
    0% {
        transform: translateX(0) scale(1);
        opacity: 1
    }

    50% {
        transform: translateX(-50%) scale(.5);
        opacity: .7
    }

    100% {
        transform: translateX(-100%) scale(0);
        opacity: 0
    }
}

[x-cloak] {
    display: none !important
}

ul.list-disc.pl-5 li {
    margin-bottom: 0
}

.single-blog-content p {
    padding-bottom: 20px
}

.single-blog-content ul {
    padding-bottom: 15px !important
}

.single-blog-content ul li {
    margin-bottom: 0
}

.single-blog-content ul li p {
    padding-bottom: 0;
    margin-bottom: 5px
}

.single-blog-content h2 {
    font-size: 20px;
    text-decoration: underline
}

.variation-tab-content ul li ul li::before {
    display: none
}

.variation-tab-content ul li ul li strong {
    font-size: 14px
}

.variation-tab-content ul li ul {
    padding-bottom: 20px !important;
    padding-left: 20px;
    padding-top: 7px;
    margin-left: 10px
}

.variation-tab-content ul li ul li {
    list-style: circle;
    padding-left: 0
}

button.absolute.top-3.right-3 {
    background: darkgray;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    border-radius: 50px;
    text-align: center;
    line-height: unset;
    color: #000
}



.variation-tab-content p strong,
.variation-tab-content ul li strong {
    font-size: 15px
}

.single-tour ul {
    padding: 0;
}

.single-tour ul li {
    position: relative;
    list-style: none;
    padding: 0;
    padding-left: 30px;
    margin-bottom: 10px;
}

.single-tour ul li::before {
    content: '\f192';
    position: absolute;
    left: 0;
    color: #86B817;
    font-family: 'FontAwesome';
}

.single-tour table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.single-tour th {
    background-color: rgb(249 115 22 / 62%);
}

.single-tour tbody tr:hover {
    background-color: rgb(249 115 22 / 62%);
}

.single-tour th,
.single-tour td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}










@media only screen and (max-width:1300px) {
    .absolute.left-1\/2.top-full {
        left: 100%
    }
}

@media only screen and (max-width:1200px) {
    .absolute.left-1\/2.top-full {
        width: 900px
    }
}

@media only screen and (max-width:991px) {
    section.section-y-padding {
        padding-top: 45px;
        padding-bottom: 45px
    }

    footer.footer-sec {
        padding-top: 45px
    }

    footer.footer-sec a.footer-logo {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .home-about-us .grid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse
    }

    .home-about-us p.mb-12 {
        margin-bottom: 10px
    }

    .home-about-us p {
        text-align: center
    }

    .home-cta-sec .relative.grid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center
    }

    .home-cta-sec .relative.grid h2 {
        margin-bottom: 0
    }

    .home-cta-sec .relative.grid p {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:830px) {
    header#main-header nav a {
        font-size: 14px !important
    }

    .tag-style h1 {
        font-size: 2.5rem;
        line-height: .9
    }

    .hero-section p {
        margin-bottom: 13px !important
    }

    .hero-section .hero-banner-form {
        margin-bottom: 15px
    }

    .hero-section {
        padding: 2rem 1rem !important
    }
}

@media only screen and (max-width:767px) {
    .single-tour .top-section {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse
    }

    .blog-single h2 {
        line-height: 30px !important
    }

    .search-section .flex.flex-col.items-center {
        display: none
    }

    p {
        font-size: 15px !important
    }

    header#main-header .flex.items-center.space-x-4 {
        position: absolute;
        right: 70px
    }

    header#main-header .w-full.mx-auto {
        padding-bottom: 10px
    }

    .hero-section .hero-gray-bg-sec {
        padding: 30px 0
    }

    h2 {
        font-size: 26px !important
    }

    .section-y-padding h2 {
        margin-bottom: 15px
    }

    h3 {
        font-size: 18px !important
    }

    span.item-price {
        font-size: 14px
    }

    .why-choose-sec h2 {
        margin-bottom: 25px
    }

    .inner-page-banner form.flex.justify-center.mb-10.about {
        margin-bottom: 1rem
    }
}

@media only screen and (max-width:600px) {
    .single-tour table.w-full.text-left {
        overflow: scroll;
        scroll-behavior: smooth;
        display: flex
    }
}

@media only screen and (max-width:550px) {
    .tag-style h1 {
        font-size: 2rem
    }

    .inner-page-banner input {
        padding: 0 20px;
        height: 40px
    }

    .inner-page-banner .search-btn {
        padding: 0 20px;
        height: 40px
    }

    .inner-page-banner button.site-btn {
        font-size: 14px;
        padding: 8px 20px
    }
}

@media only screen and (max-width:450px) {
    .single-tour .top-section .bg-white.p-10.rounded-lg.shadow-md {
        padding: 30px
    }

    .single-tour {
        padding: 35px 20px !important
    }

    section.destination .flex.justify-between.mt-6 button {
        font-size: 12px;
        padding: 3px 15px
    }

    .tag-style h1 {
        font-size: 1.5rem
    }

    .hero-section p {
        font-size: 1rem;
        line-height: 1.2rem
    }

    .hero-section .relative.w-2\/3 {
        width: 100%
    }

    .hero-section input {
        padding: 7px 15px
    }

    button.hero-banner-btn {
        padding: 8px 20px;
        font-size: 14px
    }

    button.glider-prev-2.w-10.h-10,
    button.glider-next-2.w-10.h-10 {
        width: 35px;
        height: 35px;
        top: 43%
    }

    button.glider-prev-1.w-10.h-10,
    button.glider-next-1.w-10.h-10 {
        width: 35px;
        height: 35px;
        top: 43%
    }

    h2 {
        font-size: 20px !important
    }

    section.section-y-padding {
        padding-top: 30px;
        padding-bottom: 30px
    }

    footer.footer-sec {
        padding-top: 30px
    }

    h3 {
        font-size: 16px !important
    }

    section.destination .text-center.mb-10 {
        margin-bottom: 10px;
        margin-top: 15px
    }

    a.site-btn {
        font-size: 14px;
        padding: 8px 20px
    }

    .home-cta-sec .relative.grid p {
        margin-bottom: 10px;
        font-size: 15px !important;
        line-height: 22px
    }

    .home-cta-sec div#contact-form {
        padding: 30px 20px
    }
}

@media only screen and (max-width:400px) {
    header#top-header nav a {
        padding: 5px 8px;
        margin: 0 3px
    }

    button.glider-prev-2.w-10.h-10,
    button.glider-next-2.w-10.h-10 {
        top: 40%
    }

    .blog-single .flex.flex-wrap.items-center span:last-child {
        margin-left: 0
    }
}
