@import url("../fonts/fontawesome.css");
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'), url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'), url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'), url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Good Unicorn';
    src: url('../fonts/GoodUnicorn-Regular.woff2') format('woff2'), url('../fonts/GoodUnicorn-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Poppins';
    font-weight: normal;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,f2fbff+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 1%, #f2fbff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 1%, #f2fbff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 1%, #f2fbff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2fbff', GradientType=0);
    /* IE6-9 */
}

img {
    width: 100%;
}

a {
    transition: 0.2s;
    text-decoration: none;
}

.pd-0 {
    padding: 0px;
}

.fixed-top {
    margin-top: 0px;
    transition: 0.2s;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 9%);
}

    .fixed-top .container-fluid {
        max-width: 1140px;
        margin: auto;
    }

.navbar-brand img {
    width: 180px;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: capitalize;
    color: #000000;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0.5rem;
}

.navbar-light .navbar-nav .nav-item {
    margin-right: 20px;
}
    .navbar-light .navbar-nav .nav-item.user-profile {
    margin-right:0px;
    }

    .navbar-light .navbar-nav .nav-item.login-btn {
        margin-left: 25px;
        margin-right: 0px;
    }

.navbar-light .navbar-nav .login-btn .nav-link {
    background: #27aae1 !important;
    color: #FFF !important;
    padding: 13px 20px 13px 20px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0px 0px 15px 0px rgb(0 180 255 / 35%);
}

    .navbar-light .navbar-nav .login-btn .nav-link span {
        margin-right: 5px;
    }

.navbar-light .navbar-nav .nav-link span {
    position: relative;
}

    .navbar-light .navbar-nav .nav-link span:before {
        content: '';
        width: 100%;
        height: 3px;
        background: #27aae1;
        position: absolute;
        left: 0;
        bottom: -8px;
        opacity: 0;
        transition: 0.2s;
    }

.navbar-light .navbar-nav .nav-link:hover span::before {
    opacity: 1;
}

.navbar-light .navbar-nav .nav-link.active span::before {
    opacity: 1
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: rgb(39 170 225);
}

.login-btn a:hover {
    color: #FFF !important;
}

.login-btn a:before {
    display: none !important;
}

.white-header {
    margin-top: 0px;
    backdrop-filter: blur(5px);
    background: hsla(0, 0%, 100%, .92) !important;
    box-shadow: 2px -8px 12px 5px hsl(0deg 0% 87% / 54%)
}

.bg-banner {
    min-height: 100vh;
    background: url(../img/banner.png);
    background-size: cover;
    display: flex;
    align-items: center;
}

.banner-text span {
    font-size: 45px;
    color: #202020;
    font-family: "Good Unicorn";
}

.banner-text h1 {
    color: #ff9514;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 2px;
    text-shadow: 0px 5px 7px rgba(0, 0, 0, 0.05);
}

.banner-text p {
    color: #424242;
    padding-right: 30%;
    line-height: 29px;
    font-weight: 500;
}

.btn-blue {
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 8px 10px 8px 20px;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    text-transform: uppercase;
    background: #27aae1;
    box-shadow: 0px 12px 35px 0px rgba(39, 170, 225, 0.5);
}

    .btn-blue span {
        height: 40px;
        width: 40px;
        background: #229bcd;
        border-radius: 10px;
        line-height: 42px;
        margin-left: 10px;
        text-align: center;
    }

    .btn-blue img {
        width: 20px;
    }

.section-pd-90 {
    padding: 60px 0;
}

.text {
    text-align: center;
}

    .text h1 {
        color: #ff9514;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .text p {
        color: #797979;
        width: 40%;
        margin: auto;
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 25px;
    }

.features-card {
    text-align: center;
    padding: 30px 15px 10px;
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    box-shadow: 0px 15px 57px 0px rgba(0, 0, 0, 0.02);
    transition: 0.2s;
}

    .features-card:hover .icon {
        background-color: rgba(255, 149, 20, 0.102);
    }

        .features-card:hover .icon .svg-icon {
            fill: #ff9514
        }

    .features-card:hover h3 {
        color: #ff9514;
    }

    .features-card .icon {
        border-radius: 25px;
        margin: auto;
        width: 100px;
        height: 100px;
        padding: 30px;
        background-color: rgba(39, 170, 225, 0.102);
        transition: 0.2s;
    }

.svg-icon {
    fill: #1792c6;
    transition: 0.2s;
}

.features-card h3 {
    transition: 0.2s;
    color: #77858b;
    font-size: 26px;
    letter-spacing: 1px;
    margin-top: 25px;
    line-height: 28px;
    font-family: "Good Unicorn";
    text-transform: capitalize;
}

.features .owl-carousel {
    max-width: 80%;
    margin: auto;
}

.features .owl-stage-outer {
    padding: 25px 0;
}



.about-us {
}

    .about-us span {
        color: #27aae1;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .about-us h1 {
        font-weight: 200;
        margin-top: 5px;
        color: #06222d;
        letter-spacing: 2px;
        line-height: 50px;
    }

        .about-us h1 b {
            font-weight: 700;
            color: #f99114;
        }

    .about-us p {
        color: #828282;
        padding-right: 5%;
        letter-spacing: 1px;
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
    }
        .about-us p b {
            font-weight: 600;
            color: #000;
        }
        .download-btn {
            display: inline-flex;
            border: 2px solid #27aae1;
            border-radius: 10px;
            align-items: center;
            text-transform: uppercase;
            color: #27aae1;
            padding: 0px 15px 0px 0px;
            font-size: 15px;
            letter-spacing: 1px;
            font-weight: 600;
            overflow: hidden;
        }

    .download-btn .svg-icon {
        width: 50px;
        height: 50px;
        background: rgba(39, 170, 225, 0.2);
        text-align: center;
        line-height: 50px;
        margin-right: 15px;
        border-radius: 0 10px 10px 0px transition: 0.2s;
    }

        .download-btn .svg-icon svg {
            width: 20px;
            transition: 0.2s;
        }

.align-items {
    align-items: center;
}


.section-bg {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5f7ff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5f7ff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #e5f7ff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5f7ff', GradientType=0);
    /* IE6-9 */
}



.text-1 {
    text-align: center;
}

    .text-1 h1 {
        color: #06222d;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 2px;
        line-height: 40px;
    }

        .text-1 h1 b {
            color: #27aae1;
            font-weight: 700;
        }

    .text-1 p {
        color: #494949;
        width: 50%;
        margin: auto;
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 25px;
    }

.mt-40 {
    margin-top: 40px;
}

.img-with-btn {
    text-align: center;
    margin-top: 30px;
}

    .img-with-btn .btn-blue {
        margin-top: -20px;
    }


.text-2 {
    text-align: center;
}

    .text-2 h1 {
        color: #06222d;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 2px;
        line-height: 40px;
    }

        .text-2 h1 b {
            color: #f99114;
            font-weight: 700;
        }

    .text-2 p {
        color: #494949;
        width: 70%;
        margin: auto;
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 25px;
    }


.review-box {
    cursor: pointer;
    position: relative;
    width: 800px;
    margin: auto;
    max-width: 100%;
    padding: 40px 50px;
    text-align: center;
    border-radius: 25px;
    background: #FFF url(../img/review-bg.svg);
    box-shadow: 0px 0px 87px 0px rgb(0 0 0 / 2%);
    margin-block: 50px;
}

.traveler-img {
    max-width: 80px;
    border-radius: 130px;
    height: 80px;
    object-fit: cover;
    margin: auto;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
    border: 5px solid #FFF;
}

.rating {
    max-width: 80px;
    margin: 13px auto;
}

.review-slide h1 {
    text-transform: uppercase;
    color: #06222d;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}

.review-slide p {
    color: #5e5e5e;
    font-size: 14px;
    padding: 10px 0px 0;
    line-height: 25px;
    margin-bottom: 0px;
    font-weight: 500;
}

.review-box .owl-prev {
    position: absolute;
    left: -75px;
    width: 40px;
    top: 50%;
    background: #27aae1 !important;
    height: 40px;
    border-radius: 10px !important;
}

.review-box .owl-next {
    position: absolute;
    right: -75px;
    width: 40px;
    top: 50%;
    background: #27aae1 !important;
    height: 40px;
    border-radius: 10px !important;
}

.review-box .owl-nav img {
    width: 20px;
}

.review-box .owl-nav button {
    cursor: pointer;
}

    .review-box .owl-nav button:hover {
        box-shadow: 0px 16px 57px 0px rgba(21, 142, 193, 0.48);
    }

.review-box .owl-nav {
    transition: 0.5s;
    opacity: 0
}

.review-box:hover .owl-nav {
    opacity: 1
}




.text-3 {
    text-align: center;
}

    .text-3 h1 {
        color: #06222d;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 2px;
        line-height: 40px;
    }

        .text-3 h1 b {
            color: #27aae1;
            font-weight: 700;
        }

    .text-3 p {
        color: #494949;
        width: 70%;
        margin: auto;
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 25px;
    }

.blogs {
    padding-top: 0px;
    padding-bottom: 60px;
}

    .blogs .item {
        padding: 25px 0;
    }

.blog-slide {
    overflow: hidden;
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
}

.img-blog {
    border-radius: 25px;
    overflow: hidden;
}

.blog-text {
    padding: 25px;
}

    .blog-text h2 {
        color: #06222d;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 25px;
    }

    .blog-text p {
        color: #686868;
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 500;
        line-height: 25px;
    }

.read-more {
    border-radius: 8px;
    background-color: rgb(39, 170, 225);
    box-shadow: 0px 8px 17px 0px rgb(39 170 225 / 34%);
    padding: 12px 20px;
    display: inline-block;
    color: #FFF;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
}

.blog-carousel {
    margin-top: 25px;
}

.img-blog img {
    height: 200px;
    object-fit: cover;
}

footer {
    padding: 80px 0 10px;
    background: #FFF;
    box-shadow: 0px -57px 62px 0px rgba(0, 0, 0, 0.05);
}


.logo-footer {
    width: 200px;
}

.col-f1 {
    padding-right: 6%;
}

    .col-f1 p {
        font-size: 15px;
        color: #6e6e6e;
        font-weight: 500;
        margin-top: 25px;
        line-height: 25px;
        letter-spacing: 1px;
    }

.col-f2 ul {
    padding: 0px;
    list-style: none;
}

.col-f2 h3 {
    color: #303030;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.col-f2 ul li a {
    position: relative;
    color: #727272;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 35px;
}

    .col-f2 ul li a:hover {
        color: #27aae1;
    }

footer hr {
    background: #9de2ff;
    height: 2px !important;
}

.copyright {
    margin: 0px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    opacity: 0.8;
    padding: 10px 0;
}

.subscribe-box {
    align-items: center;
    padding: 50px;
    display: flex;
    margin-top: -150px;
    margin-bottom: 50px;
    border-radius: 30px;
    background: rgb(255, 149, 20) url(../img/review-bg.svg);
    background-size: cover;
    background-position: top;
    box-shadow: 0px 23px 35px 0px rgba(255, 149, 20, 0.25);
    background-attachment: fixed;
}

    .subscribe-box h1 {
        text-transform: uppercase;
        color: #FFF;
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 40px;
        margin-bottom: 0rem;
    }

    .subscribe-box a {
        margin-left: auto;
    }

.subscribe-btn {
    padding: 10px 25px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 10px;
    border: 2px solid rgb(255, 240, 221);
    background-color: rgba(255, 149, 20, 0.502);
    box-shadow: 0px 8px 7px 0px rgba(184, 101, 0, 0.51);
}

.btn-blue span {
    transition: transform 0.3s ease-out;
}

.btn-blue:hover span {
    box-shadow: 0px 12px 35px 0px rgb(39 170 225 / 80%);
    transform: translateX(20px);
}

.btn-blue:hover {
    color: #FFF;
    box-shadow: 0px 12px 35px 0px rgb(39 170 225 / 20%);
}

.download-btn:hover {
    color: #ff9514;
    border-color: #ff9514;
}

    .download-btn:hover .svg-icon {
        background: rgba(255, 149, 20, 0.2);
    }

        .download-btn:hover .svg-icon svg {
            fill: #ff9514;
        }

.read-more:hover {
    background-color: rgb(255 160 44);
    color: #fff;
    box-shadow: 0px 8px 17px 0px rgb(255 160 44 / 34%);
}

.subscribe-btn:hover {
    color: #FFF;
    box-shadow: none;
}

.col-f2 ul li a:hover {
    color: #27aae1;
    font-weight: 600;
}

.col-f2 ul li a:before {
    content: '';
    width: 3px;
    height: 19px;
    background: #27aae1;
    position: absolute;
    left: -12px;
    top: 0px;
    opacity: 0;
    transition: 0.2s;
}

.col-f2 ul li a:hover::before {
    opacity: 1
}


.features-carousel .owl-prev {
    position: absolute;
    left: -75px;
    width: 40px;
    top: 50%;
    background: #27aae1 !important;
    height: 40px;
    border-radius: 10px !important;
}

.features-carousel .owl-next {
    position: absolute;
    right: -75px;
    width: 40px;
    top: 50%;
    background: #27aae1 !important;
    height: 40px;
    border-radius: 10px !important;
}

.features-carousel .owl-nav img {
    width: 20px;
}

.features-carousel .owl-nav button {
    cursor: pointer;
}

    .features-carousel .owl-nav button:hover {
        box-shadow: 0px 16px 57px 0px rgba(21, 142, 193, 0.48);
    }

.features-carousel .owl-nav {
    transition: 0.5s;
    opacity: 0
}

.features-carousel:hover .owl-nav {
    opacity: 1
}



.blog-carousel .owl-prev {
    position: absolute;
    left: -75px;
    width: 40px;
    top: 50%;
    background: #27aae1 !important;
    height: 40px;
    border-radius: 10px !important;
}

.blog-carousel .owl-next {
    position: absolute;
    right: -75px;
    width: 40px;
    top: 50%;
    background: #27aae1 !important;
    height: 40px;
    border-radius: 10px !important;
}

.blog-carousel .owl-nav img {
    width: 20px;
}

.blog-carousel .owl-nav button {
    cursor: pointer;
}

    .blog-carousel .owl-nav button:hover {
        box-shadow: 0px 16px 57px 0px rgba(21, 142, 193, 0.48);
    }

.blog-carousel .owl-nav {
    transition: 0.5s;
    opacity: 0
}

.blog-carousel:hover .owl-nav {
    opacity: 1
}

.mobile-only {
    display: none;
}

.navbar-light .navbar-toggler {
    border: 0px;
    padding: 0px 10px;
}


.subscribe-link {
    padding: 0;
    display: flex;
    list-style: none;
    margin: auto;
    flex-wrap: wrap;
}

    .subscribe-link a {
        color: #FFF;
        border-radius: 30px;
        border: 2px solid rgb(255, 240, 221);
        background-color: rgba(255, 149, 20, 0.502);
        box-shadow: 0px 8px 7px 0px rgb(184 101 0 / 51%);
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 20px;
        font-size: 24px;
    }



.lower-case li a {
    line-height: normal !important;
    text-transform: none !important;
    margin-bottom: 10px;
    display: block;
}

.user-profile .dropdown-toggle img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 11px;
    object-fit: cover;
}

.user-profile .dropdown-toggle::after {
    display: none
}

ul.dropdown-menu.profile-menu {
    background: #ffffff;
    width: auto;
    padding: 5px 0px;
    border: none;
    border-radius: 10px;
    margin-top: 5px;
    left: auto;
    right: 0;
    position: absolute
}

    ul.dropdown-menu.profile-menu li h3 {
        margin: 0px;
        font-size: 15px;
        letter-spacing: 1px;
        color: #4bb8e6;
    }

    ul.dropdown-menu.profile-menu li {
        padding: 10px 15px;
    }

        ul.dropdown-menu.profile-menu li.divider {
            padding: 0px;
            background: #e7e7e7;
            margin: 0;
            margin-bottom: 5px;
        }

        ul.dropdown-menu.profile-menu li a {
            color: #656363;
            background: transparent !important;
            letter-spacing: 0.5px;
            font-size: 13px;
            font-weight: 500;
        }

            ul.dropdown-menu.profile-menu li a i {
                margin-right: 5px;
                background: #f1f2f6;
                color: #7b7b7b;
                width: 25px;
                height: 25px;
                line-height: 25px;
                text-align: center;
                border-radius: 5px;
                font-size: 12px;
            }

.dropdown-menu {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    animation-duration: 0.4s;
    animation-fill-mode: both;
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.about {
    background: url(../img/banner-1.webp);
    background-position: bottom;
}

.section-bg1 {
    background: #e5f7ff;
}

.feature-box {
    margin-bottom: 10px
}

    .feature-box img {
        width: 60px;
    }

    .feature-box h4 {
        font-weight: 700;
        margin-top: 10px;
        color: #27aae1;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 18px;
    }


    .feature-box p {
        font-size: 16px;
        line-height: 28px;
        padding-right: 10px;
        margin-bottom: 0
    }

.pt-50 {
    padding-top: 50px !important
}

.inner-page h1 {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 50px;
    text-shadow: 2px 2px #27aae1;
}

.contact-form {
    background: #fff;
    padding: 35px;
    border-radius: 5px 15px 15px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
}

    .contact-form label {
        font-size: 13px;
        letter-spacing: 1px;
        color: #999;
        font-weight: 500;
    }

    .contact-form .form-control {
        min-height: 55px;
        border-radius: 2px 15px 15px;
        border: 1px solid #ddd;
        color: #000;
        font-weight: 500;
        letter-spacing: 0.5px;
        box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 5%);
    }

.contact-info {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 35px;
    border-radius: 5px 15px 15px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
    margin-bottom: 15px;
}

    .contact-info i {
        min-width: 40px;
        height: 40px;
        background: #27aae1;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        margin-right: 10px;
        color: #FFF;
        font-size: 16px;
    }

    .contact-info p {
        margin-bottom: 0px;
        word-break: break-all;
    }

.dot-text p {
    display: none;
}

    .dot-text p:first-child {
        display: block;
    }
/*Responsive*/
@media (max-width: 480px) {
    body {
        overflow-x: hidden;
        background: #f2fbff !important;
    }

    .text p,
    .text-1 p,
    .text-2 p,
    .text-3 p {
        width: 100%;
    }

    .banner-text {
        overflow: hidden;
        margin-top: 20px;
        text-align: center;
    }

    .subscribe-box {
        display: block;
        padding: 30px 20px;
        text-align: center;
        border-radius: 15px;
    }

    .banner-text p {
        font-size: 13px;
        line-height: 25px;
        padding-right: 0;
    }

    .features-card {
        max-width: 180px;
        margin: auto;
        padding-bottom: 20px;
    }

    .owl-prev {
        left: 0px !important;
    }

    .owl-next {
        right: 0px !important;
    }

    .section-pd-90 {
        padding: 30px 0;
    }

    .review-box {
        padding: 40px 20px;
        max-width: 96%;
    }

    .review-slide p {
        font-size: 13px;
        line-height: 20px;
    }

    .subscribe-box h1 {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }

    .subscribe-btn {
        display: inline-block;
        margin-top: 20px;
    }

    h1 br {
        display: none;
    }

    footer {
        margin-top: 75px;
    }

    .blogs {
        padding-top: 0px;
    }

    .blog-slide,
    .subscribe-box {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-blue {
        font-size: 12px;
        padding: 5px 5px 5px 15px;
    }

        .btn-blue span {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }

    .text-1 h1,
    .text-2 h1,
    .text-3 h1 {
        font-size: 25px !important;
        line-height: 30px;
    }


    .text-1 p,
    .text-2 p,
    .text-3 p {
        font-size: 13px;
        line-height: 18px;
        width: 100% !important;
    }

    .blog-carousel {
        margin-top: 10px;
    }

    .about-us {
        text-align: center;
    }

        .about-us h1 {
            line-height: 28px;
            font-size: 22px;
        }

        .about-us p {
            font-size: 13px;
            line-height: 20px;
        }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .download-btn {
        margin-top: 20px;
    }

    .fixed-top {
        margin-top: 0px;
    }

    .bg-banner {
        background-image: none;
        min-height: auto;
    }

        .bg-banner .mobile-only {
            transform: scale(2);
            margin-top: 70px;
        }

    .banner-text h1 {
        font-size: 25px;
    }

    .banner-text span {
        font-size: 25px;
    }

    .fixed-top .container-fluid {
        max-width: 100%;
    }

    .subscribe-link {
        justify-content: center;
        margin-top: 20px;
    }

        .subscribe-link a {
            width: 45px;
            height: 45px;
            font-size: 18px;
            margin-left: 8px;
        }
}


@media only screen and (max-width: 991px) and (min-width: 480px) {

    .container,
    .container-md,
    .container-sm,
    .fixed-top .container-fluid {
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

    .col-f2 ul li a {
        word-break: break-all;
        font-size: 12px;
        line-height: normal;
    }

    .fixed-top {
        margin-top: 0px;
    }

    .bg-banner {
        background-position-x: right;
        background-position-y: 80px;
    }

    .text p,
    .text-1 p,
    .text-2 p,
    .text-3 p {
        width: 80%;
    }

    .col-f1 {
        padding-right: 2%;
    }

        .col-f1 p {
            font-size: 12px;
            line-height: 19px;
            margin-top: 5px;
        }

    .section-pd-90 {
        padding: 30px 0;
    }

    footer {
        margin-top: 50px;
    }

    .subscribe-box {
    }

        .subscribe-box h1 {
            font-size: 30px;
        }

    .about-us h1 {
        margin-top: 5px;
        line-height: 30px;
        font-size: 26px;
    }

    .about-us p {
        font-size: 13px;
        line-height: 20px;
    }

    .banner-text {
        width: 70%;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 480px) {
    body {
        overflow-x: hidden;
        background: #f2fbff !important;
    }

    .banner-text {
        margin-top: 95px;
        overflow: hidden;
        padding: 0 10%;
        width: 100%;
        text-align: center;
    }

        .banner-text p {
            padding-right: 0%;
        }

    .bg-banner {
        background-image: none;
    }

        .bg-banner .mobile-only {
            display: block;
            transform: scale(1.8);
            margin-top: 120px;
        }
}

@media only screen and (max-width: 991px) and (min-width: 1px) {
    .navbar-collapse {
        background: #FFF;
        padding: 15px;
    }

        .navbar-collapse .nav-link {
        }

        .navbar-collapse .login-btn {
            margin: 0px !important;
            display: inline-flex;
        }

        .navbar-collapse .nav-link:before {
            left: 0px !important;
        }
}



/*packages-page*/


.packages-banner {
    background: #f6fcff url(../img/map.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

    .packages-banner h1 {
        font-weight: 200;
        color: #000;
        letter-spacing: 1px;
        text-transform: capitalize;
        line-height: 65px;
    }

        .packages-banner h1 b {
            font-weight: 700;
            color: #27aae1;
        }

    .packages-banner p {
        padding-right: 10%;
    }

.serach-box {
    display: flex;
    align-items: center;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 5%);
    padding: 10px;
    border-radius: 20px;
}

    .serach-box input {
        border: 0px !important;
        letter-spacing: 0.8px;
        box-shadow: none !important;
        outline: none;
    }

.serach-icon {
    min-width: 50px;
    height: 50px;
    border-radius: 20px;
    background: #27aae1;
    color: #FFF;
    text-align: center;
    line-height: 50px;
}

.top-packages-slide {
    overflow: hidden;
    border-radius: 5px;
    padding: 0px;
    margin: 20px 0;
    background: #FFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
}

.packages-text {
    padding: 15px 20px;
}

    .packages-text h5 {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.5px;
        background: #ededed;
        display: inline-block;
        padding: 8px 12px;
        color: #525252;
        margin-bottom: 15px;
    }

        .packages-text h5 span {
            color: #000000;
            font-weight: 600;
        }

    .packages-text h2 {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.7px;
        line-height: 28px;
    }

.packages-info ul {
    list-style: none;
    padding: 0px;
    display: flex;
}

    .packages-info ul li {
        background: #f7f7f7;
        padding: 8px 10px;
        font-size: 13px;
        letter-spacing: 0.5px;
        margin-right: 5px;
        border-radius: 4px;
        color: #707070;
    }

        .packages-info ul li i {
            color: #000;
        }

.img-packages {
    position: relative;
}

    .img-packages .price {
        position: absolute;
        background: #ff9514;
        padding: 8px 12px;
        right: 0px;
        top: 25px;
        font-size: 17px;
        font-weight: 600;
        color: #000;
    }

        .img-packages .price span {
            font-weight: 400;
            font-size: 13px;
        }

.packages-text a {
    width: 100%;
    text-align: center;
    border-radius: 0;
    padding: 15px;
    margin-top: 10px;
    box-shadow: none;
    border: 1px solid #27aae1;
    background: transparent;
    color: #27aae1;
    text-transform: uppercase;
}

    .packages-text a:hover {
        background: #27aae1;
        box-shadow: none;
    }

.left-side-title .text-3 {
    margin-bottom: 25px;
}

    .left-side-title .text-3 h1 {
        text-align: left;
    }

    .left-side-title .text-3 p {
        text-align: left;
        margin: 0px;
    }

.owl-arrow-topright .owl-nav {
    position: absolute;
    top: -50px;
    right: 0px;
}

    .owl-arrow-topright .owl-nav button {
        width: 30px;
        height: 30px;
        border: 1px solid #b5b5b5 !important;
        font-size: 20px !important;
    }

.deals-packages .packages-text {
    padding-top: 60px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 69%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 69%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 69%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

    .deals-packages .packages-text h2 {
        font-size: 18px;
        color: #FFF;
        margin-bottom: 3px;
        letter-spacing: 0.3px;
    }

    .deals-packages .packages-text p {
        font-size: 13px;
        letter-spacing: 0.5px;
        margin-bottom: 0px;
        color: #ff9514;
    }

.deals-packages .top-packages-slide {
    position: relative;
    margin-bottom: 0;
}

.serach-box1 {
    position: relative;
    background: #FFF;
    padding: 25px 25px 1px;
    border-radius: 25px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 5%);
    border: 2px solid #93dfff;
}

    .serach-box1 input {
        border: 0px;
        background: transparent;
        padding: 10px 0;
        border-bottom: 1px solid #d1d1d1;
        border-radius: 0px;
        margin-bottom: 15px;
        box-shadow: none !important;
        outline: none !important;
        letter-spacing: 0.5px;
        font-size: 13px;
        font-weight: 500;
    }

    .serach-box1 label {
        font-size: 13px;
        letter-spacing: 0.3px;
        font-weight: 500;
        color: #666;
    }

.data-box {
    display: flex;
    align-items: center;
}

    .data-box .form-group {
        width: 100%;
    }

        .data-box .form-group input {
            border: 0px;
            padding-right: 20px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-size: 13px;
            font-weight: 500;
        }

.serach-box1 .serach-icon {
    position: absolute;
    right: -30px;
    top: 30%;
    box-shadow: 0px 0px 15px 0px rgb(39 170 225 / 64%);
    border-radius: 50px;
    font-size: 20px;
    line-height: 52px;
    cursor: pointer;
}


/**/
.gallery {
    background: #FFF;
    padding: 35px 0;
}

.small-banner {
    min-height: 200px;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

    .small-banner:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(1px);
        background: #000000a3;
    }

.not-scroll {
    position: relative !important;
    margin-top: 0px;
    background: #FFF;
}

.small-banner .container {
    position: relative;
    z-index: 2;
}

.small-banner h1 {
    margin-bottom: 10px;
    color: #FFF;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0px;
}

.small-banner span {
    color: #FFF;
}

.small-banner .text {
    text-align: left;
}


.fliter-box {
    background: #0a2c3a;
    padding: 10px 0;
    position: sticky;
    top: 0;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
    z-index: 99;
}

    .fliter-box label {
        color: #6695a9;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .fliter-box input {
        background: transparent !important;
        border: 0px;
        border-radius: 0;
        color: #FFF !important;
        padding: 0px;
        font-size: 13px;
        letter-spacing: .5px;
        box-shadow: none !important;
        outline: none !important;
    }

        .fliter-box input[type=date] {
            text-transform: uppercase;
        }

    /*.input-bg {
    background: #072430;
    padding: 10px 15px;
    border-radius: 10px;
}*/

    .fliter-box .btn {
        background: #ff9514;
        width: 80%;
        height: 100%;
        color: #0a2c3a;
        letter-spacing: 1px;
        font-size: 13px;
        text-transform: uppercase;
        margin: 0 10%;
        font-weight: 500;
    }

.packages-list .text-3 p {
    width: auto;
}

.packages-list {
    background: #27aae10a;
}


.packages-box {
    background: #FFF;
    padding: 15px;
    border-radius: 13px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 3%);
}

    .packages-box h2 {
        font-size: 18px;
        font-weight: 600;
        white-space: nowrap;
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        letter-spacing: 0.3px;
        color: #000;
        margin-top: 20px;
    }

    .packages-box .pack-img {
        max-height: 200px;
        object-fit: cover;
        border-radius: 5px;
    }

.pak-price {
    display: flex;
    flex-direction: column;
}

    .pak-price span {
        font-size: 25px;
        font-weight: 700;
        color: #ff9514;
        margin-top: -6px;
    }

    .pak-price small {
        color: #a9a9a9;
        font-size: 13px;
        font-weight: 500;
    }

    .pak-price .per-person {
        margin-top: -8px;
    }

.price-rating {
    align-items: center;
    margin: 10px 0;
}

.rating-box {
    text-align: right;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

.star-icon {
    font-size: 13px;
    color: #ff9514;
}

.rating-box span {
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
}

.pak-info {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}

    .pak-info li {
        text-align: center;
    }

        .pak-info li i {
            color: #000000;
            font-size: 20px;
        }

        .pak-info li span {
            display: block;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 0.1px;
            opacity: 0.7;
        }

.pak-text ul {
    list-style: none;
    padding: 0px;
}

    .pak-text ul li {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
        letter-spacing: 0.3px;
    }

        .pak-text ul li i {
            margin-right: 5px;
        }

.pak-text {
    display: flex;
}

    .pak-text a {
        margin-left: auto;
        width: 80px;
        text-align: center;
        background: #27aae1;
        height: 80px;
        padding: 28px 0;
        border-radius: 30px;
        color: #FFF;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 13px;
        font-weight: 600;
        line-height: 14px;
        border-bottom: 4px solid #1890c3;
    }

        .pak-text a:hover {
            background: #ff9514;
            border-color: #d77b0a;
            color: #000;
        }

.fliter-box.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.blogs .top-packages-slide {
    margin: 0px;
}

.slider-box #sync1 img {
    max-height: 350px;
    object-fit: cover;
    border-radius: 15px;
}

.slider-box #sync2 .owl-item {
    opacity: 0.3;
    cursor: pointer;
}

    .slider-box #sync2 .owl-item.active.current {
        opacity: 1
    }

.slider-box #sync2 .item {
    margin: 20px 20px 20px 0;
}


.slider-box #sync2 img {
    max-height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.book-box {
    background: #ebf4f8;
    padding: 20px;
    border-radius: 10px;
    position: sticky;
    top: 80px;
    border: 1px dashed #27aae1;
}

    .book-box label {
        margin-top: 15px;
        font-size: 13px;
        letter-spacing: 0.3px;
        color: #222;
        font-weight: 500;
    }

    .book-box input,
    .book-box select {
        border: 0px;
        background: #ebf4f8 !important;
        box-shadow: none !important;
        border-bottom: 1px solid #27aae1;
        border-radius: 0px;
        padding: 10px 0;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #27aae1;
        width: 100%;
    }

    .book-box .btn {
        width: 100%;
        background: #2cace2;
        border-radius: 6px;
        color: #FFF;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 13px 0;
        margin-top: 15px;
    }

    .book-box .pak-price span {
        color: #000;
    }

    .book-box .pak-price small {
        color: #666;
    }

.pak-header h1 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.pak-header ul {
    list-style: none;
    padding: 0px;
}

    .pak-header ul li {
        display: inline-block;
        font-size: 12px;
        background: #000;
        color: #FFF;
        font-weight: 600;
        padding: 5px 15px;
        border-radius: 40px;
    }

.bg-white {
    background: #FFF;
}

.flight-info {
    display: flex;
    align-items: center;
}

.plan-line {
    width: 150px;
    border-bottom: 1px dashed #999;
    height: 1px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 20px;
}

    .plan-line:before {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        border: 1px solid #999;
        border-radius: 10px;
        top: -4px;
        left: -10px;
    }

    .plan-line:after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        border: 1px solid #999;
        border-radius: 10px;
        top: -4px;
        right: -10px;
    }

    .plan-line i {
        font-size: 13px;
        top: 2px;
        position: relative;
        color: #27aae1;
    }

.plan-date {
    max-width: 80px;
}

    .plan-date h4 {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 0;
    }

    .plan-date span {
        font-size: 13px;
        display: block;
        line-height: 16px;
        font-weight: 500;
        color: #333;
        margin-top: 3px;
    }

.flight-box {
    display: flex;
    align-items: center;
    margin: 0 30px;
}

.plan-date.text-right {
    text-align: right;
}

.plan-img {
    background: #21418f;
    border-radius: 60px;
    overflow: hidden;
    padding: 5px;
}

.days-box-p {
    font-size: 13px;
    letter-spacing: 0.3px;
    font-weight: 500;
    color: #666;
}

    .days-box-p b {
        font-weight: 600;
        color: #222;
    }

.days-info {
    border: 0;
    margin-top: 35px;
    border-radius: 0;
}

    .days-info .card-header {
        font-size: 13px;
        font-weight: 600;
        background: #fff6eb;
        border: 0;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 4%);
        padding: 10px 0;
        border-radius: 90px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #FFF;
        /*position: sticky;*/
        /*top: 86px;*/
    }

        .days-info .card-header span {
            background: #ff9514;
            padding: 12px 30px;
            border-radius: 40px;
        }

.days-box {
    padding: 20px 0;
    border-top: 1px solid #e3e3e3;
}

    .days-box:first-child {
        padding-top: 0px;
        border-top: 0px;
    }

.baggage {
    margin-left: auto;
}

    .baggage h6 {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin-bottom: 2px;
        letter-spacing: 0.3px;
    }

    .baggage span {
        font-size: 13px;
        font-weight: 500;
        color: #999;
    }

.car h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

.car span {
    color: #666;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.car p {
    color: #666;
    font-size: 12px;
    font-weight: 500;
}

.car h5 {
    font-size: 13px;
    line-height: 20px;
}

    .car h5 span {
        font-size: 13px;
        margin-right: 10px;
        opacity: 0.7;
    }

.days-box.car {
    padding-top: 30px;
}

.car i {
    font-size: 75px;
}

.hotal {
    padding-top: 30px;
    border-bottom: 0;
}

    .hotal h4 {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        margin-bottom: 0px;
        margin-right: 10px;
    }

    .hotal .star-icon {
        display: flex;
        align-items: center;
    }

    .hotal .inner-box p {
        margin-bottom: 4px;
        font-size: 13px;
        font-weight: 500;
        color: #666;
    }

    .hotal h5 {
        font-size: 13px;
        margin: 10px 0 0;
    }

        .hotal h5 span {
            font-size: 13px;
            margin-right: 10px;
            opacity: 0.7;
        }

.hotal-img {
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}

.days-info .days-box:last-child {
    border-bottom: 0;
}

.activity p {
    font-size: 13px;
    letter-spacing: 0.3px;
    font-weight: 500;
}

.days-img {
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}

.activity .inner-box h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.activity .inner-box span {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.activity .inner-box p {
    margin: 0;
    font-size: 12px;
    margin-top: 20px;
    font-weight: 400;
    color: #666;
    letter-spacing: 0;
}

.days-info .card-body {
    padding: 20px 20px;
    border: 1px solid #e3e3e3;
    border-radius: 25px;
    margin-top: 20px;
}

.meals {
    display: flex;
    align-items: center;
}

    .meals h4 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 0;
    }

        .meals h4 i {
            margin-right: 10px;
        }

    .meals p {
        margin-bottom: 0px;
        font-size: 13px;
        font-weight: 500;
        color: #666;
        margin-left: 20px;
    }

.add-activity {
    text-align: center;
    border: 0px;
    padding: 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    background: #f1fbff;
    border-radius: 15px;
}

    .add-activity p {
        margin-bottom: 0px;
    }

    .add-activity a {
        background: #27aae1;
        border-radius: 50px;
        color: #FFF;
        font-size: 13px;
        font-weight: 600;
        padding: 10px 20px;
        margin-top: 10px;
    }

.pak-header {
    margin-top: 15px;
}

.bb-0 {
    border-bottom: 0px !important;
}

.input-bg {
    padding-bottom: 4px;
    border-bottom: 1px solid #22576c;
}



.modal-backdrop {
    backdrop-filter: blur(5px);
    background: hsl(0deg 0% 0% / 22%) !important;
    opacity: 1 !important;
}

.modal-filter {
    background: #ebf4f8;
    padding: 15px;
    border-radius: 10px;
}

    .modal-filter label {
        font-size: 12px;
        letter-spacing: 0.5px;
        font-weight: 500;
    }

    .modal-filter input,
    .modal-filter select {
        background: transparent !important;
        border: 1px solid #bbccd3;
        font-size: 12px;
        letter-spacing: 0.3px;
        font-weight: 500;
        color: #7c7c7c;
    }

.range-slider label {
    position: relative;
}

    .range-slider label input {
        position: absolute;
        width: 100%;
        border: 0px;
        background: transparent;
        padding: 0px;
    }

.ui-widget-header {
    background: #2cace2;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 2px solid #FFF;
    background: #2cace2;
}

.ui-slider-horizontal {
    height: 7px;
    border: 0px !important;
    top: 12px;
}

.ui-slider .ui-slider-handle {
    width: 20px;
    height: 16px;
    border-radius: 10px !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 2px solid #FFF;
    background: #2cace2;
}

.activity-modal .modal-header {
    border: 0px;
    padding-bottom: 0;
}

    .activity-modal .modal-header h5 {
        font-weight: 600;
        font-size: 16px;
    }

.activity-modal .btn-close {
    background-image: none;
    padding: 0;
    margin: 0;
}


.activity-list {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-top: 20px;
}

    .activity-list .main-img {
        border-radius: 10px;
        max-height: 100px;
        width: 100%;
        object-fit: cover;
    }

    .activity-list .inner-box h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .activity-list .inner-box p {
        font-size: 11px;
        letter-spacing: 0.3px;
        margin-bottom: 0;
    }

    .activity-list .price-selete h4 {
        font-size: 18px;
        font-weight: 700;
    }

        .activity-list .price-selete h4 span {
            font-weight: 500;
            font-size: 12px;
            opacity: 0.5;
        }

    .activity-list .price-selete .btn {
        background: #27aae1;
        border-radius: 50px;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 1px;
        padding: 5px 15px;
    }

.bg-white {
    background: #FFF;
}

.booking-header {
    z-index: 99;
    position: sticky;
    top: 0;
    background: #0a2c3a;
    padding: 13px 0 10px;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
}

    .booking-header h1 {
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin-bottom: 0px;
        color: #FFF;
    }

    .booking-header span {
        font-size: 13px;
        font-weight: 500;
        color: #497c91;
        letter-spacing: 0.5px;
    }

.booking-h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 35px;
    color: #000;
}

.booking-form .form-group .form-label {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #000000;
    margin: 20px 0 0;
}

.booking-form .form-group .sub-label {
    font-size: 13px;
    letter-spacing: 0.3px;
    margin-top: 10px;
}

.booking-form .form-group .form-control {
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    box-shadow: none !important;
    padding: 10px 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

input[type=date] {
    text-transform: uppercase;
}

.booking-body {
    padding-bottom: 150px;
}

.card-ui {
    border: 0px;
    border-radius: 0;
    margin-top: 25px;
    background: transparent;
}

    .card-ui .card-header {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        background: #ebf4f8;
        border: 0;
        padding: 15px 20px;
        border-radius: 40px;
    }

    .card-ui .card-body {
        border-radius: 20px;
        margin-top: 10px;
        background: #FFF;
        border: 1px solid #cddee5;
        box-shadow: 0 4px 8px 0 rgb(138 107 118 / 8%);
    }

.payment .book-box {
    top: 100px;
    margin-top: 20px;
    max-width: 90%;
    margin-left: auto;
}

.payment .pak-price .inner-div {
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.payment .pak-price span {
    margin-top: 0px;
}

.payment .pak-price .per-person {
    margin-top: -2px;
}

.pak-price-double p {
    margin-bottom: 0px;
}

.flexOne {
    flex: 1;
}

.pak-price-double {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 600;
    background: #f7f7f7;
    padding: 10px;
    margin-top: 10px;
    border-radius: 0;
    border-bottom: 1px solid #c1c1c1;
}

.payment .pak-price {
    background: #FFF;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

.total-cost {
    background: #ebebeb;
}

    .total-cost td {
        padding: 10px;
        font-size: 13px;
        font-weight: 600;
    }

    .total-cost h5 {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .total-cost span {
        font-size: 11px;
        font-weight: 400;
        display: block;
        letter-spacing: 0.1px;
    }

    .total-cost td:last-child {
        text-align: right;
    }

.bg-1 {
    background: #f7f7f7;
}

.bg-3 {
    background: #d9d9d9;
}

.bg-2 {
    background: #FFF;
}

.promocode {
    display: flex;
    align-items: center;
    background: #FFF;
}

    .promocode input {
        border: 0px;
        background: transparent !important;
    }

    .promocode button {
        border: 0px;
        height: 40px;
        padding: 0px 20px;
        background: #27aae1;
        color: #FFF;
        font-weight: 600;
        letter-spacing: 1px;
    }

.paymant-option {
    margin-bottom: 10px;
    border-radius: 0;
    border: 1px solid #d7d7d7;
}

    .paymant-option:last-child {
        margin-bottom: 0;
    }

.paymant-header {
    cursor: pointer;
    display: flex;
    padding: 15px;
    align-items: center;
}

    .paymant-header i {
        font-size: 20px;
        color: #858585;
        margin-right: 20px;
    }

    .paymant-header h1 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0px;
    }

        .paymant-header h1 span {
            display: block;
            font-size: 12px;
            font-weight: 500;
            color: #666;
            letter-spacing: 0.4px;
            margin-top: 5px;
        }

.card-box {
    padding: 10px 15px 10px;
    border-top: 1px solid #d5d5d5;
}

    .card-box .form-label {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .card-box .form-control {
        border-radius: 2px;
    }

    .card-box a {
        font-size: 13px;
        font-weight: 600;
        background: #2cace2;
        display: inline-block;
        padding: 12px 20px;
        margin-top: 5px;
        color: #FFF;
        border-radius: 5px;
    }

    .card-box .mb-3 {
        margin-bottom: 5px !important;
    }

.proceed-payments .modal-content {
    border: 10px solid rgb(0 0 0 / 10%);
    border-radius: 0px;
}

.proceed-payments .modal-header {
    border: 0px;
}

    .proceed-payments .modal-header h5 {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
    }

.modal-header .btn-close {
    padding: 0;
    margin: 0;
    background-size: 10px;
}

.thank-you {
    width: 600px;
    max-width: 96%;
    margin: 50px auto;
    text-align: center;
    background: #fdf3ea;
    padding: 45px;
    border-radius: 10px;
}

    .thank-you h2 {
        font-family: "Good Unicorn";
        font-size: 50px;
        color: #ff9514;
    }

    .thank-you h6 {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .thank-you img {
        width: 80%;
    }

    .thank-you p {
        font-size: 13px;
        font-weight: 500;
        color: #584f46;
        margin-bottom: 0;
    }

    .thank-you hr {
        max-width: 30%;
        margin: auto;
    }



/*mobile-only*/
@media only screen and (max-width: 600px) and (min-width: 0px) {
    .packages-option {
        width: 100%;
    }

    .baggage {
        display: none;
    }
}

@media only screen and (max-width: 767px) and (min-width: 0px) {

    .plan-img {
        display: none;
    }

    .packages-banner {
        min-height: auto !important;
    }

        .packages-banner .banner-text {
            margin-top: 0px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .slider-box,
    .booking-form-mobile {
        width: 100%;
    }

    .activity-modal .modal-dialog {
        max-width: 90% !important;
    }

    .packages-banner h1 {
        font-size: 35px;
        line-height: 46px;
    }

    .serach-box1 {
        padding: 5px 15px;
        border-radius: 50px;
        display: flex;
        align-items: center;
    }

        .serach-box1 .serach-icon {
            top: 0;
            right: -10px;
            position: relative;
        }

    .search-destination {
        margin-bottom: 0px !important;
        border: 0px !important;
    }

    .extra-input {
        display: none;
    }

    .top-packages {
        padding: 0 25px;
    }

    .mobile-menu {
        display: block !important;
    }

    .slider-ui .container {
        padding: 0px;
    }

    .slider-ui {
        margin-bottom: 50px;
    }

        .slider-ui .text-3 b {
            display: block;
        }

    .small-banner {
        min-height: 120px;
    }

        .small-banner h1 {
            font-size: 30px;
        }


    .slider-box #sync2 .item {
        margin: 10px 5px 0px 0;
    }

    .flight-box {
        margin: 0px;
    }

    .days-box .col-sm-8 {
        margin-top: 30px;
    }

    .add-activity p {
        font-size: 12px;
    }

    .gallery {
        padding: 10px 0 35px 0;
    }

    .navbar-light .navbar-brand {
        /*width: 100%;*/
        text-align: center;
    }

    .navbar-light .navbar-toggler {
        display: none;
    }

    .fixed-top {
        position: relative;
    }

    .inner-banner {
        margin-top: 20px !important;
    }

    .banner-01 .search {
        width: 90% !important;
    }

    .banner-01.banner-02 {
        min-height: 200px !important;
    }

    .packages-banner .row.align-items-center.mt-5 {
        margin-top: 0px !important;
    }

    .desktop-img {
        display: none;
    }

    .activity-list .inner-box {
        margin: 20px 0;
    }


    /**/
    .modal-filter form {
        display: none;
    }

    .filter-btn {
        display: flex !important;
        color: #222;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        align-items: center;
    }

    .modal-filter form {
        padding: 10px 0 10px;
        border-top: 1px solid #c7d6dd;
        margin-top: 10px;
    }

        .modal-filter form .col-sm-3 {
            margin-bottom: 15px;
            width: 100%;
        }

    .continue-btn {
        display: block !important;
    }

    .book-box {
        display: none;
        position: fixed;
        bottom: 0;
        width: 80%;
        left: 10%;
        border-radius: 0px;
        z-index: 99999;
        height: fit-content;
    }

    .bg-overlay:before {
        content: '';
        backdrop-filter: blur(5px);
        background: #c9c9c9ba;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        right: 0;
        z-index: 9999;
    }

    .booking-header h1 {
        font-size: 18px;
    }

    .payment .book-box {
        top: 0;
        overflow-y: scroll;
        height: 90vh;
        margin: 20px 0;
        position: fixed;
    }

    .close-form-box {
        display: block !important;
    }

    #proceed-payments {
        z-index: 9999999999;
    }

    .thank-you {
        margin: 0 auto 0px;
    }

    .fliter-box form {
        display: none;
        border-top: 1px solid #567481;
        width: calc(100% - 20px);
        margin: 0 10px;
        padding: 20px 0;
    }

    .fliter-form .input-bg {
        width: calc(100% - 0);
        margin: 5px 0px 10px;
        border: 1px solid #22576c;
        padding: 10px;
        border-radius: 10px;
    }

    .fliter-form .btn {
        width: calc(100% - 0px);
        padding: 10px;
        margin: 0;
    }
}

/**/

.fliter-box .filter-btn {
    color: #FFF;
    padding: 10px;
}

.close-form-box {
    display: none;
    position: fixed;
    top: 10px;
    right: 20px;
    color: #000;
    cursor: pointer;
    z-index: 99999;
}

.continue-btn {
    display: none;
    width: 100%;
    background: #2cace2;
    border-radius: 6px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 13px 0;
    margin-top: 15px;
}

.filter-btn {
    display: none;
}

    .filter-btn i {
        margin-left: auto;
    }

.mobile-menu-popup {
    display: none;
}

.mobile-menu {
    display: none;
}

.mobile-menu {
    backdrop-filter: blur(5px);
    background: #ffffffd1;
    max-width: 100%;
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 20px 20px 5px 5px;
    width: 100%;
    padding: 14px 25px;
    z-index: 999;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
}

    .mobile-menu ul {
        list-style: none;
        padding: 0px;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        justify-content: space-between;
    }

        .mobile-menu ul li {
            text-align: center;
        }

            .mobile-menu ul li a {
                color: #27aae1;
                text-align: center;
                filter: grayscale(100%);
            }

                .mobile-menu ul li a img {
                    width: 25px;
                }

                .mobile-menu ul li.active a,
                .mobile-menu ul li a:hover {
                    filter: grayscale(0%);
                }

                .mobile-menu ul li a span {
                    display: block;
                    font-size: 11px;
                    text-transform: uppercase;
                    letter-spacing: 0.5px;
                    font-weight: 600;
                }

/*.mobile-menu-popup {
    padding: 15px;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0px;
    height: 100%;
    overflow: scroll;
    backdrop-filter: blur(5px);
    background: rgb(181 181 181 / 54%);
}*/

/*.menu-box {
    width: 80%;
    margin: auto;
}*/
/*
.mobile-menu-popup h1 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000;
    margin: 15px auto 10px;
}

.mobile-menu-popup ul {
    list-style: none;
    padding: 0px;
}

    .mobile-menu-popup ul li {
        text-align: center;
        display: inline-block;
        width: 50%;
        float: left;
        margin: 10px 0;
        padding: 0 20px 0px 0px;
    }

        .mobile-menu-popup ul li a {
            background: #FFF;
            padding: 30px 0;
            border-radius: 35px;
            color: #000;
            font-weight: 600;
            letter-spacing: 1px;
            box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 3%);
            width: 100%;
            display: block;
        }

        .mobile-menu-popup ul li img {
            width: 40px;
        }

        .mobile-menu-popup ul li a span {
            display: block;
            font-size: 14px;
            text-transform: uppercase;
            margin-top: 10px;
        }
*/


.mobile-menu-popup {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    top: 0px;
    overflow-y: auto;
    background: #f6f6f6 url(../images/menu-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-menu-popup ul {
    display: inline-block;
    padding: 0px 15px;
}

    .mobile-menu-popup ul li {
        list-style: none;
        width: 48%;
        display: inline-block;
        float: left;
        margin: 0 1%;
    }

        .mobile-menu-popup ul li a {
            letter-spacing: 0.2px;
            background: #FFF;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 500;
            margin: 10px 0;
            padding: 5px 1px;
            border-radius: 10px;
            color: #000;
            display: flex;
            align-items: center;
            box-shadow: rgb(229 229 229) 0px 0px 19px 0px;
        }

            .mobile-menu-popup ul li a:hover {
                background: #27aae1;
                color: #FFF;
            }

.mobile-menu-popup ul li a i {
    width: 40px;
    height: 40px;
    background: #e5e5e56e;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 11px;
    margin-left: 5px;
    font-size: 16px;
    color: #9d9d9d;
    margin-right: 5px;
}

.mobile-menu-popup ul li a:hover i {
    background: #1499d1;
    color: #FFF;
}

.mobile-header {
    padding: 15px 5%;
}

.flex-menu-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    margin-bottom: 10px;
}
.setting-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.setting-box img {
    width: 40px;
    height: 40px;
    border-radius: 11px !important;
}

    .setting-box a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.close-menu {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #f4433614;
    line-height: 40px;
    text-align: center;
    border-radius: 11px;
    font-size: 18px;
    color: #ff4444;
}

.logout-menu {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #27aae1;
    line-height: 40px;
    text-align: center;
    border-radius: 11px;
    font-size: 18px;
    color: #ffffff;
}
.only-mobile {
display: none
}
.setting-box h3 {
    margin: 0px 0 0 10px;
    letter-spacing: 1px;
    color: #000;
}

    .setting-box h3 span {
        display: block;
        margin: 0px;
        font-size: 12px;
        opacity: 0.5
    }


.inner-banner {
    margin-top: 100px;
}

    .inner-banner .banner-01 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        background: #fdf8f1 url(../img/blog-banner.svg);
        min-height: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 15px;
        box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 2%);
    }

.banner-01 h1 {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 50px;
    color: #ffffff;
    background: #121FCF;
    background: linear-gradient(to right, #ffa940 0%, #ff8c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    text-align: center;
}

.banner-01 .search {
    display: flex;
    align-items: center;
    background: #FFF;
    padding: 10px 25px;
    border-radius: 50px;
    width: 50%;
    box-shadow: 0px 1px 28px 3px rgb(0 0 0 / 4%);
}

    .banner-01 .search input {
        width: 100%;
        padding: 0px;
        border: 0;
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 500;
        color: #000;
        height: 40px;
        outline: none !important;
    }

    .banner-01 .search button {
        background: transparent;
        border: 0px;
        opacity: 0.5
    }

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #27aae1 !important;
}

/*blog*/

.map-backgrond {
    background: #fcfeff url(../img/travel-bg.svg);
    background-attachment: fixed;
}

.inspiration-section {
    /*background: #fff8f0 url(../img/review-bg.svg);*/
    /*padding: 50px 0;*/
}
    .inspiration-section .text-4 p {
        padding-right: 0px;
        font-size: 14px;
    }

    .bg-box {
        background: rgb(255, 149, 20) url(../img/review-bg.svg);
        padding: 30px 50px;
        border-radius: 20px;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 2%);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: contain;
    }

.travel-inspiration {
    background: #FFF;
    display: block;
    box-shadow: 0px 0px 20px 0px rgb(255 149 20 / 5%);
    text-align: center;
    padding: 20px 5px;
    margin: 20px 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    filter: grayscale(100%);
}

    .travel-inspiration:hover {
        filter: grayscale(0%);
        background: #fff9f2;
    }

    .travel-inspiration::after {
        content: '';
        width: 70%;
        height: 60px;
        position: absolute;
        bottom: -50px;
        right: 15%;
        background: #FFF;
        border-radius: 20px;
        box-shadow: 0px 0px 0px 5px rgb(255 241 224);
    }

    .travel-inspiration img {
        width: 70px !important;
        margin: auto;
    }

    .travel-inspiration h3 {
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-top: 15px;
        margin-bottom: 5px;
        color: #000;
    }

.text-4 h1 {
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FFF;
}


.text-4 p {
    margin-bottom: 0;
    font-size: 13px;
    letter-spacing: 0.3px;
    font-weight: 500;
    padding-right: 10%;
    line-height: 23px;
}

.section-pd-50 {
    padding: 50px 0;
}

.blogs-section .text-2 {
}

    .blogs-section .text-2 h1 {
        font-size: 35px;
    }

    .blogs-section .text-2 p {
        width: 70%;
        margin: auto;
        max-width: 100%;
        margin-bottom: 25px;
    }

.morecontent span {
    display: none;
}

.morelink {
    display: block;
    color: #000;
    text-decoration: none;
    margin-top: 10px;
}

.blog-slide.inner-blog {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    margin-top: 30px;
}

.inner-blog .blog-text {
    padding: 25px 10px;
}

.inner-blog .img-blog {
    border-radius: 10px;
}

.inner-blog .blog-text h2 {
}

.blog-slide .date {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: #dcf5ff;
    margin-bottom: 15px;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 25px;
    color: #1393c9;
}

.blog-pagination {
    list-style: none;
    padding: 0px;
    display: block;
    margin: 25px auto;
    text-align: center;
}

    .blog-pagination li {
        display: inline-block;
        margin: 0 5px;
    }

        .blog-pagination li a {
            display: block;
            width: 40px;
            height: 40px;
            background: #FFF;
            text-align: center;
            line-height: 41px;
            box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 4%);
            border-radius: 10px;
            font-size: 13px;
            letter-spacing: 0.5px;
            color: #000;
            font-weight: 600;
        }

            .blog-pagination li a:hover,
            .blog-pagination li a:active {
                background: #27aae1;
                color: #FFF;
            }

.destination-slider {
    margin-top: 100px;
}

.dest-slider img {
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}

.dest-slider .item {
    position: relative;
}

    .dest-slider .item .slider-text {
        position: absolute;
        bottom: 0px;
        width: 100%;
        background: #000000b3;
        border-radius: 10px;
        padding: 20px 30px;
    }

        .dest-slider .item .slider-text h1 {
            font-size: 20px;
            color: #FFF;
            letter-spacing: 1px;
        }

        .dest-slider .item .slider-text p {
            color: #FFF;
            font-size: 14px;
            letter-spacing: 0.5px;
            margin-bottom: 0px;
            opacity: 0.8
        }

.btn-load {
    font-weight: 500;
    letter-spacing: 1px;
    margin: 40px 0 20px;
    border-bottom: 2px solid #000000;
    padding: 10px 20px;
    /* box-shadow: 0px 10px 8px 0px rgb(0 0 0 / 6%); */
    border-radius: 0;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
}

    .btn-load:hover {
        border-bottom-color: rgb(255 160 44);
        color: rgb(255 160 44);
    }


.guide-tab {
    justify-content: center;
    margin: 30px 0;
}

    .guide-tab a {
        text-align: center;
        color: #999;
        padding: 0px 30px;
    }

        .guide-tab a i {
            font-size: 35px;
        }

        .guide-tab a span {
            display: block;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-size: 13px;
            font-weight: 600;
        }

.nav-pills.guide-tab .nav-link.active,
.nav-pills.guide-tab .show > .nav-link,
.nav-pills.guide-tab .nav-link:hover {
    background: transparent;
    color: #ff9514;
}

.guide-content {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 4%);
    border-radius: 10px;
    margin-top: 20px;
}

    .guide-content .info-box label {
        font-weight: 600;
        font-size: 13px;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        color: #858585;
    }

    .guide-content .info-box p {
        font-weight: 400;
        letter-spacing: 0.5px;
        font-size: 14px;
        color: #27aae1;
    }

    .guide-content h3 {
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        letter-spacing: 0.5px;
    }

    .guide-content p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 20px;
        font-weight: 400;
        color: #8b8b8b;
    }

.tour-place {
    align-items: center;
    margin-bottom: 30px;
}

    .tour-place:last-child {
        margin-bottom: 0;
    }

    .tour-place img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 5px;
    }

    .tour-place h5 {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #27aae1;
    }

    .tour-place p {
    }

.no-data {
    text-align: center;
}

    .no-data img {
        height: 250px;
        width: auto;
    }

    .no-data h6 {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 13px;
    }

.destination-details {
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

    .destination-details h1 {
        font-family: 'Pacifico', cursive;
        font-weight: 600;
        letter-spacing: 2px;
        font-size: 35px;
        color: #27aae1;
    }

    .destination-details p {
        font-size: 14px;
        letter-spacing: 0.5px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 0;
    }

.blog-small {
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.blog-small-text {
    padding: 15px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 69%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 69%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 69%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.blog-small img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.blog-small-text .date {
    font-size: 11px;
    background: #ff9514;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 15px;
    font-weight: 600;
    color: #121212;
}

.blog-small-text h2 {
    font-size: 15px;
    color: #FFF;
    letter-spacing: 0.5px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-big {
    margin-top: 0px;
    border-radius: 5px;
    background: transparent;
    box-shadow: none;
}

    .blog-big .img-blog {
        position: relative;
        border-radius: 5px;
        overflow: hidden;
    }

    .blog-big img {
        width: 100%;
        height: 430px;
        object-fit: cover;
        border-radius: 5px;
    }

    .blog-big .blog-text {
        padding: 25px;
        position: absolute;
        background: #f3fbff;
        width: 92%;
        left: 4%;
        border-radius: 25px;
        bottom: 20px;
    }

        .blog-big .blog-text h2 {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .blog-big .blog-text p {
            margin-bottom: 0;
        }

.video-section {
    background: #fff5e8;
}

.video-carousel {
    margin-top: 30px;
}

.video-item {
}

.video-box {
    border-radius: 5px;
    margin: 0;
    background: #FFF;
    padding: 0;
    height: 200px;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
}

.video-item h4 {
    font-size: 16px;
    margin: -30px auto 10px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #06222d;
    line-height: 28px;
    background: #FFF;
    padding: 15px 25px;
    border-radius: 30px;
    position: relative;
    max-width: 96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 5%);
}

.pb-90 {
    padding-bottom: 90px;
}

.about-app h1 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 25px;
    color: #27aae1;
}

    .about-app h1 span {
        font-weight: 300;
    }

.about-app p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #242424;
}

.about-app ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

    .about-app ul li {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

.about-app .download-btn {
    min-width: 200px;
    margin-right: 10px;
    padding: 5px 20px 5px 10px;
    border-radius: 50px;
    border: 1px solid #27aae1;
    filter: grayscale(100%);
}

    .about-app .download-btn:hover {
        color: #27aae1;
        filter: grayscale(0%);
    }

    .about-app .download-btn i {
        width: 45px;
        height: 44px;
        background: rgba(39, 170, 225, 0.2);
        text-align: center;
        line-height: 42px;
        margin-right: 10px;
        font-size: 18px;
        border-radius: 50px;
    }

.about-app a span {
    text-align: left;
}

    .about-app a span small {
        display: block;
        font-size: 12px;
        color: #666;
    }


.singal-blog-details h1 {
    font-size: 30px;
    font-weight: 600;
    color: #06222d;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.tags {
    list-style: none;
    padding: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .tags a {
        display: block;
        padding: 8px 20px;
        background: #fff1e0;
        margin-right: 5px;
        border-radius: 45px;
        font-size: 13px;
        font-weight: 500;
        color: #ff9514;
        letter-spacing: 0.3px;
    }

.blog-content p {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 30px;
    font-weight: 500;
    color: #767676;
}

.blog-content img {
    border-radius: 25px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    background: #FFF;
    padding: 10px;
}

.blog-content b {
    font-weight: 600;
    color: #000;
}

.blog-content h5 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
}

.blog-content h3 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 1px;
}

.share-btn span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.share-btn ul {
    list-style: none;
    padding: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.share-btn a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    background: #ddd;
    border-radius: 50px;
    margin: 10px 10px 10px 0px;
    color: #FFF;
}

    .share-btn a.facebook {
        background: #3b5998;
    }

    .share-btn a.twitter {
        background: #55acee;
    }

    .share-btn a.reddit {
        background: #ff4500;
    }

    .share-btn a.linkedin {
        background: #0077b5;
    }

    .share-btn a.pinterest {
        background: #bd081c;
    }

    .share-btn a.whatsapp {
        background: #43d854;
    }
    .share-btn a.instagram {
        background: #d300ad;
    }
    .share-btn a.youtube {
        background: #f70000;
    }

.blog-sidebar {
    border-radius: 4px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 5%);
    background: #FFF;
    padding: 25px;
    position: sticky;
    top: 100px;
}

.widgets {
    margin-bottom: 30px;
}

    .widgets:last-child,
    .popular-post:last-child {
        margin-bottom: 0px;
    }

    .widgets h6 {
        padding-bottom: 10px;
        position: relative;
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 25px;
    }

        .widgets h6::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 20%;
            height: 2px;
            background: #162241;
        }

.popular-post {
    padding: 10px 15px;
    transition: all ease-in-out .5s;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 15px #cccccc37;
    background: #fff;
    margin-bottom: 15px;
}

    .popular-post p {
        margin-bottom: 0px;
        font-size: 13px;
        font-weight: 500;
    }

    .popular-post i {
        color: #999;
        font-size: 13px;
    }

    .popular-post img {
        width: 100%;
        height: 50px;
        object-fit: cover;
        border-radius: 4px;
    }

.singal-blog-img {
    position: relative;
}

    .singal-blog-img img {
        max-height: 80vh;
        object-fit: cover;
    }

.post-footer {
    margin-top: -70px;
}

.post-by {
    display: inline-flex;
    align-items: center;
    background: #FFF;
    padding: 5px 20px 5px 5px;
    border-radius: 60px;
}

    .post-by img {
        width: 40px;
        height: 40px;
        object-fit: cover;
    }

    .post-by h5 {
        font-size: 15px;
        margin: 0px 0 0 10px;
        font-weight: 600;
    }

        .post-by h5 span {
            font-size: 12px;
            font-weight: 500;
            alignment-baseline: middle;
            display: block;
            color: #999;
        }

.singal-blog-details .date {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: #dcf5ff;
    margin-bottom: 15px;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 25px;
    color: #1393c9;
}

.post-content {
    margin-bottom: 15px;
    width: 50%;
    max-width: 100%;
}

    .post-content span {
        font-size: 14px;
        letter-spacing: 0.5px;
        font-weight: 600;
    }


    .post-content ul {
        padding: 0 0 0 25px;
        margin-top: 15px;
        margin-bottom: 0;
    }

        .post-content ul li {
            list-style: decimal-leading-zero;
            font-size: 14px;
            margin-bottom: 10px;
            font-weight: 500;
        }

            .post-content ul li a {
                color: #666;
            }

    .post-content .accordion-button {
        font-weight: 600;
    }

.inner-banner .banner-02 {
    flex-direction: row;
    background: #edf4f4 url(../img/travel-forum.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

/*question*/


.question {
    margin-top: 25px;
    position: relative;
    background: #FFF;
    padding: 25px 25px 5px 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 4%);
    overflow: hidden;
}

    .question:after {
        content: '\f128';
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        font-size: 100px;
        position: absolute;
        bottom: -50px;
        right: -10px;
        opacity: 0.03;
    }

    .question h4 {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.3px;
        line-height: 25px;
        color: #000;
    }

    .question p {
        font-size: 13px;
        margin-bottom: 0;
        letter-spacing: 0.3px;
        color: #999;
    }

    .question .post-by {
        padding: 0px;
        border-top: 1px dashed #dfdfdf;
        border-radius: 0px;
        margin-top: 15px;
        padding-top: 10px;
    }

.icon-list span {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #dff6ff;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    border-radius: 30px;
    margin-top: 15px;
    color: #27aae1;
}

.tooltip-inner {
    font-family: 'Poppins';
    border-radius: 0;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.forum-side h1 {
    font-size: 25px;
    font-weight: 600;
}

.forum-side p {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    line-height: 25px;
}

.post-forum-info {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    color: #999;
    border-bottom: 1px dashed #d5d5d5;
    padding-bottom: 10px;
}

    .post-forum-info span {
        color: #27aae1;
        margin-right: 15px;
    }

.forum-side {
    background: #FFF;
    padding: 35px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 3%);
    border-radius: 0px;
}

.votes span {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: #ebf9ff;
    color: #27aae1;
    border-radius: 50px;
    margin-right: 5px;
    cursor: pointer;
}

.votes .vote-no {
    background: transparent;
    border: 1px dashed #adadad;
    color: #333;
    font-weight: 600;
    font-size: 13px;
}

.post-user-info {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

    .post-user-info .post-by {
        background: transparent;
        padding: 0;
        margin-left: auto;
    }

.add-answers {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    margin: 30px -35px -35px;
    padding: 20px 35px;
}

    .add-answers input {
        outline: none;
        width: 100%;
        height: 50px;
        border-radius: 50px;
        border: 1px solid #FFF;
        margin-right: 10px;
        font-size: 13px;
        font-weight: 500;
        padding: 0px 20px;
    }

    .add-answers button {
        border: 0px;
        min-width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50px;
        background: #d5d5d5;
        color: #4f5050;
    }

        .add-answers button:hover {
            background: #27aae1;
            color: #ffffff;
        }

.answers-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d5d5d5;
}

.answers-box .sorted {
    margin-left: auto;
    font-size: 13px;
    font-weight: 500;
    color: #999;
    position: relative;
}

.sorted select {
    font-size: 13px;
    font-weight: 500;
    padding: 5px 30px 5px 10px;
    border-radius: 50px;
    border-color: #ddd;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.sorted::after {
    content: '\f175';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 10px;
    top: 7px;
    color: #000;
}

.forum-side hr {
    margin: 35px 0;
    border-bottom: 1px dashed #d5d5d5;
}

.about-app ul li:last-child {
    margin-bottom: 0px;
}

.votes .check {
    background: rgb(111 183 28 / 22%);
    color: #62ab0d;
}

.votes .wrong {
    background: rgb(253 48 48 / 22%);
    color: #fd2f2f;
}

.btn-question {
    background: #27aae1;
    color: #FFF !important;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3px;
    padding: 0px 35px;
    border-radius: 50px;
    margin-left: 10px;
    height: 60px;
    line-height: 59px;
    box-shadow: 0px 1px 28px 3px rgb(0 0 0 / 4%);
}

.search-results .text-2 h1 span {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.ask-question-popup .modal-content {
    background: #f5fcff;
    border: 0px;
    border-radius: 30px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

    .ask-question-popup .modal-content .modal-header {
        padding: 0px;
    }

.ask-question-popup label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0px;
}

.ask-question-popup .form-control {
    min-height: 50px;
    border-radius: 10px;
    border: 2px solid #27aae10f;
    border: 0px;
    margin-top: 10px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 2%);
    resize: none;
    font-size: 13px;
}

.ask-question-popup textarea.form-control {
    min-height: 100px;
}

.ask-question-popup .form-text {
    font-size: 13px;
    margin: 0px;
}

.ask-question-popup .btn {
    width: 100%;
    background: #2cace2;
    border-radius: 6px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 13px 0;
    margin-top: 15px;
}

.ask-question-popup .btn-close {
    position: absolute;
    right: -3px;
    top: 0px;
    background-color: #ffc107;
    padding: 5px;
    background-size: 10px;
    opacity: 1;
}

.widgets .search {
    display: flex;
    align-items: center;
    background: #f1f1f1;
    padding: 5px 15px;
    border-radius: 35px;
}

    .widgets .search input {
        width: 100%;
        border: 0px !important;
        outline: none;
        background: transparent;
        font-size: 13px;
        font-weight: 500;
        height: 40px;
    }

    .widgets .search a {
        margin-left: auto;
        color: #000;
    }

.img-packages img {
    height: 255px;
    object-fit: cover;
}

.login-icon img {
    width: 22px;
}

/**/
@media only screen and (max-width: 991px) and (min-width: 800px) {
    nav .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        padding: 0px;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-light .navbar-nav .nav-item {
        margin-right: 10px;
    }

    .login-btn {
        margin-left: 10px;
    }

    .blog-small {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .blog-big {
        margin-top: 25px;
    }

    .ask-question-popup img {
        width: 70%;
        max-width: 100%;
        margin: 0 15%;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .mb-5.mt-20-m {
        padding: 90px 0;
    }
}

@media only screen and (max-width: 799px) and (min-width: 0px) {
    .ask-question-popup img {
        width: 70%;
        max-width: 100%;
        margin: 0 15%;
        text-align: center;
    }

    .mobile-menu {
        display: block !important;
    }
    .only-mobile {
        display: block;
        width: 40px;
        height: 40px;
        overflow: hidden;
        border-radius: 11px;
        object-fit: cover;
    }
    nav .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .navbar-collapse {
        display: none;
    }

    .banner-01 .search {
        width: 90%;
    }

    a.navbar-brand {
        /*width: 100%;*/
        text-align: center;
    }

    .blog-small {
        margin-bottom: 25px;
    }

    .blog-big {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 0px) {

    .bg-box {
        padding: 20px;
    }

    .travel-inspiration {
        margin: 10px 0;
    }

    .text-4 p {
        padding-right: 0;
    }

    .text-4 h1 {
        line-height: normal;
    }



    .banner-01 h1 {
        font-size: 25px;
    }

    .inner-banner .banner-01 {
        min-height: 150px;
        background-position: center;
        padding: 30px 0px;
    }

    .inner-page {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
    .destination-slider {
        margin-top: 20px;
    }

    .blog-slide.inner-blog {
        margin-top: 0px;
    }

    .siderbar-4 {
        display: none;
    }

    .blog-sidebar {
        margin-top: 35px;
    }

    .mt-20-m {
        padding-top: 20px !important;
    }

    .contact-info {
        padding: 10px;
    }

    .contact-form {
        padding: 20px;
    }
}

@media only screen and (max-width: 800px) and (min-width: 576px) {
    .popular-post .col-sm-3 {
        display: none;
    }

    .popular-post .col-sm-9 {
        width: 100%;
    }

    .tags a {
        margin-bottom: 10px;
    }

    .subscribe-link a {
        margin-bottom: 10px;
        width: 50px;
        height: 50px;
        margin-left: 10px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 576px) and (min-width: 0px) {
    .section-pd-50 {
        padding: 30px 0;
    }

    .about-app ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }


    .guide-tab {
        flex-wrap: nowrap;
        width: 100%;
        overflow-y: auto;
    }

        .guide-tab a {
            padding: 0px 10px;
            zoom: 0.8;
        }

            .guide-tab a span {
                white-space: nowrap;
            }

    .tour-place h5 {
        margin-top: 25px;
    }

    .banner-01 h1 {
        font-size: 18px;
        padding: 0 15px;
    }

    .about-app ul li {
        background: #FFF;
        padding: 20px;
        margin-bottom: 10px;
        border-radius: 15px;
    }

    .about-app .download-btn {
        margin: auto;
        zoom: 70%;
    }

    .singal-blog-details h1 {
        font-size: 20px;
    }

    .tags a {
        padding: 5px 12px;
        font-size: 12px;
        margin-bottom: 7px;
    }

    .share-btn a {
        zoom: 70%;
    }

    .post-content {
        width: 100%;
    }

    .blog-content h3 {
        font-size: 18px;
        letter-spacing: 0.5px;
    }
}

@media only screen and (max-width: 490px) and (min-width: 0px) {
    .post-user-info {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: baseline;
    }

        .post-user-info .post-by {
            margin-left: 0;
            margin-top: 20px;
        }
}


@media only screen and (max-width: 700px) and (min-width: 481px) {
    .subscribe-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 25px;
        text-align: center;
    }

        .subscribe-box a {
            margin-left: 10px;
            margin-top: 10px;
        }
}


.popular-post span {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.post-point {
    list-style: none;
    padding: 0px;
}

    .post-point li {
        border: 1px solid #ffb862;
        border-radius: 10px;
        margin-bottom: 15px;
        padding: 10px 15px;
        display: inline-block;
        min-width: 100px;
        margin-right: 10px;
        background-color: #FFF;
        box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    }

        .post-point li:last-child {
            margin-right: 0px;
        }

        .post-point li span {
            text-transform: capitalize;
            font-weight: 500;
            color: #727272;
            font-size: 14px;
        }

        .post-point li p {
            margin-bottom: 0;
            text-transform: capitalize;
            font-weight: 600;
            font-size: 14px;
        }

.category-page .details {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #666;
}

.location h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

.location p {
    font-size: 15px;
    font-weight: 500;
    color: #666;
    margin-bottom: 10px;
}