/*@font-face{font-family:ProximaNova-Regular;
  src:url(../fonts/proxima/2E7201_1_0.eot);
  src:url(../fonts/proxima/2E7201_1_0.eot?#iefix) format("embedded-opentype"),
  url(../fonts/proxima/2E7201_1_0.woff2) format("woff2"),
  url(../fonts/proxima/2E7201_1_0.woff) format("woff"),
  url(../fonts/proxima/2E7201_1_0.ttf) format("truetype"),
  url(../fonts/proxima/2E7201_1_0.svg#wf) format("svg")
}
@font-face{font-family:ProximaNova-Semibold;
  src:url(../fonts/proxima/2E7201_2_0.eot);
  src:url(../fonts/proxima/2E7201_2_0.eot?#iefix) format("embedded-opentype"),
  url(../fonts/proxima/2E7201_2_0.woff2) format("woff2"),
  url(../fonts/proxima/2E7201_2_0.woff) format("woff"),
  url(../fonts/proxima/2E7201_2_0.ttf) format("truetype"),
  url(../fonts/proxima/2E7201_2_0.svg#wf) format("svg")
}*/
/*@font-face{font-family:"AtypTextTRIAL-Regular";
  src:url(../fonts/atyp/AtypTextTRIAL-Regular.otf);
}
@font-face{font-family:"AtypTextTRIAL-Semibold";
  src:url(../fonts/atyp/AtypTextTRIAL-Semibold.otf);
}*/
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, icon-degree
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

a {
    color: #fe4a00;
}

    a:hover {
        color: #041126;
        text-decoration: none;
        cursor: pointer;
    }

    a:focus {
        outline: 0px auto -webkit-focus-ring-color;
        outline-offset: 0px;
    }

body {
    line-height: 1;
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    background: #ffffff;
    color: #333333;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

a:focus {
    text-decoration: none !important;
}

blockquote:before, blockquote:after, .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

header {
    position: sticky;
    top: 0px;
    z-index: 999;
    width: 100%;
    min-height: 48px;
    max-width: 100%;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

.navbar {
    padding: .8rem 0rem !important;
    min-height: 57px;
}

h2.hptitle {
    font-family: "Poppins";
    font-weight: 900;
    font-size: 2rem;
    font-weight: 600;
    color: #182945;
    line-height: 1.4;
    margin: 40px 0px 10px 0px;
    padding: 0;
}

h4.hpsubtitle {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 300;
    color: #182945;
    line-height: 22px;
    margin: 0px 0px 20px 0px;
    padding: 0;
}

.btn-custom {
    background: #fe4a00;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding: 10px 15px;
    color: #fff;
    transition: all 0.3s ease;
    border-radius: 2px;
    letter-spacing: 0.5px;
    box-shadow: none;
    outline: none;
}

    .btn-custom:active, .btn-custom:hover {
        background: #0491e2;
        color: #fff;
        transition: all 0.3s ease;
        box-shadow: none;
        outline: none;
    }

.navbar-logo {
    max-width: 258px;
    height: 40px;
    cursor: pointer;
}

    .navbar-logo > img {
        display: block;
        width: 100%;
    }

@media (max-width: 992px) {
    .navbar-logo {
        max-width: 184px;
        height: 29px;
        cursor: pointer;
    }
}

.bdc_bg {
    background: #ffffff;
    /*background-image: linear-gradient( 180deg, #edf5fc00 0%, #efeff6 100%);*/
}

.custom-nav {
    margin-left: auto;
}

    .custom-nav > li {
        position: relative;
    }

        .custom-nav > li > a {
            display: block;
            font-size: 13px;
            font-weight: 500;
            color: #2a343e;
            line-height: 100%;
            text-transform: capitalize;
            text-decoration: none;
        }

            .custom-nav > li > a > svg {
                fill: #182945;
                width: 8px;
                height: 8px;
                position: relative;
                top: 0px;
                margin-left: 3px;
            }

.navbar-expand-md .navbar-nav.custom-nav .nav-link {
    padding: 1rem 1rem;
}

.custom-nav > li:last-child {
    position: relative;
}
/*.custom-nav > li:last-child:before {width: 1px; height: 11px; background: #182945; position: absolute;left: 8px; top: 8px; content: "";}*/
/*.custom-nav > li:last-child > a > svg {width: 12px; height: 12px; margin-right:5px;position: relative;top: -1px;}*/
.custom-nav > li > a:hover {
    background: #fe4a00;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
}

    .custom-nav > li > a:hover > svg, .custom-nav > li:hover > a > svg, .custom-nav > li.active > a > svg {
        fill: #fe4a00;
    }

.custom-nav > li:hover > a, .custom-nav > li.active > a {
    background: #fff;
    color: #fe4a00;
}

.custom-nav > li > ul.custom-dropdown-menu {
    width: 100%;
    min-width: 190px;
    background: #ffffff;
    padding: 0px;
    position: absolute;
    left: 0;
    top: 45px;
    border-radius: 0px 0px 6px 6px;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    -webkit-transform: perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.custom-nav > li:hover ul.custom-dropdown-menu {
    max-height: 1000px;
    -webkit-transform: perspective(400) rotate3d(0,0,0,0);
    text-decoration: none;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.custom-nav > li > ul.custom-dropdown-menu > li {
    display: block;
}

    .custom-nav > li > ul.custom-dropdown-menu > li > a {
        display: block;
        font-size: 13px;
        line-height: 1.4;
        color: #fe4a00;
        padding: 10px 10px;
        text-transform: capitalize;
        cursor: pointer;
        text-decoration: none;
    }

        .custom-nav > li > ul.custom-dropdown-menu > li > a:hover {
            color: #182945;
            text-decoration: none;
            transition: all 0.2s ease;
        }

.head-banner {
    background: url('https://wowtheme7.com/tf/travelor/assets/images/bg/gradient-bg.png') top center / cover no-repeat;
    padding: 40px 15px 40px 15px;
    position: relative;
}

.head-banner-signup {
    width: 100%;
    padding: 30px 0px 0px 0px;
    position: relative;
}

    .head-banner-signup::before {
        width: 100%;
        height: 350px;
        background: #f8f8f8;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0;
        content: "";
    }

main {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(../images/hcgl-bg-shape.png) bottom -580px left / cover no-repeat;
}

.video_container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.video_wrapper {
    width: 100%;
    max-width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

    .video_wrapper > video {
        width: 100%;
        position: relative;
        transform: translateY(-64px);
    }

.vline_wrapper {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}

    .vline_wrapper > h1 {
        width: 100%;
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 0;
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 0px;
        margin: 0px;
    }

        .vline_wrapper > h1 u {
            position: relative;
            z-index: 99;
            text-decoration: none;
        }

            .vline_wrapper > h1 u:after {
                background-color: #ba71da;
            }

            .vline_wrapper > h1 u:after {
                position: absolute;
                content: '';
                width: 100%;
                height: 5px;
                left: 3px;
                bottom: 5px;
                z-index: -9;
            }

    .vline_wrapper > p {
        width: 100%;
        font-size: 16px;
        line-height: 1.5px;
        letter-spacing: 0;
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 0px;
        margin: 30px 0px;
        text-transform: uppercase;
    }

.carousel.hpbanner {
    width: 100%;
    max-width: 360px;
    position: relative;
    float: right;
    top: 0px;
    right: 0px;
    z-index: 1;
}

    .carousel.hpbanner.vidheight .carousel-item {
        height: 529px;
    }

    .carousel.hpbanner .carousel-item {
        background: #182945;
    }

    .carousel.hpbanner .carousel-caption {
        bottom: auto;
        z-index: 10;
        width: 100%;
        left: 0%;
        right: 0%;
        top: 8rem;
        padding-left: 45px;
    }

        .carousel.hpbanner .carousel-caption > h1, .carousel.hpbanner .carousel-caption > h2 {
            font-weight: 600;
            letter-spacing: 1px;
            line-height: 100%;
            color: #fff;
        }

        .carousel.hpbanner .carousel-caption > h1 {
            font-size: 3rem;
        }

        .carousel.hpbanner .carousel-caption > h2 {
            font-size: 3rem;
        }

        .carousel.hpbanner .carousel-caption > p {
            display: block;
            font-size: 22px;
            line-height: 100%;
            margin: 15px 0px 15px 0px;
            font-weight: 3400;
            line-height: 1.5;
        }

    .carousel.hpbanner .carousel-item {
        width: 360px !important;
        height: 448px;
        background-color: #777;
        overflow: hidden;
        border-radius: 20px;
    }

        .carousel.hpbanner .carousel-item > img {
            position: absolute;
            top: 0;
            left: 0;
            min-width: 100%;
            height: 100%;
            display: block;
            border: 0px solid #fff;
        }

        .carousel.hpbanner .carousel-item > video {
            position: relative;
            top: 0;
            left: 50%;
            min-width: 100%;
            height: 100%;
            display: block;
            border: 0px solid #fff;
            transform: translateX(-50%);
        }

    .carousel.hpbanner .slick-list {
        padding-right: 0px !important;
    }

.carousel-indicators li {
    background-color: rgba(255,255,255,.3);
}

.carousel-indicators .active {
    background-color: #fe4a00;
}

.carousel-control-prev-icon {
    background-image: url(../images/left-arrow.svg);
    width: 32px;
    height: 32px;
    fill: #fff;
}

.carousel-control-next-icon {
    background-image: url(../images/right-arrow.svg);
    width: 32px;
    height: 32px;
    fill: #fff;
}

.regcard {
    width: 100%;
    height: auto;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 15px;
    padding: 30px;
    overflow: hidden;
}

.exe-contact {
    margin: 40px auto 80px auto;
}

    .exe-contact h2 {
        font-family: "Poppins";
        font-size: 2rem;
        line-height: 1.4;
        font-weight: 600;
        color: rgba(0,0,0,0.8);
    }

.exe-sub-para {
    font-size: 16px;
    color: rgba(0,0,0,0.3);
    margin: 10px 0px 40px 0px;
}

.exe-contact input[type="text"], .exe-contact input[type="submit"], .exe-contact textarea, .exe-contact select {
    border-radius: 8px;
    padding: 15px 20px;
    height: auto;
    width: 100%;
    line-height: 1.4;
    border: 1px solid #dddddd;
    min-height: 54px;
    margin-bottom: 20px;
}

.exe-contact label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

.pdtp15 {
    padding-top: 15px;
}

.hc_basic_element { /*background-color: #F9F8F7;*/
    transition: all 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 0px 30px 0px;
    position: relative;
}

.hc_element_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.hc_element_col {
    width: 45%;
    position: relative;
    min-height: 1px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

    .hc_element_col .ele_tip {
        margin-bottom: 5px;
        letter-spacing: 1px;
        color: #fe4a00;
        font-size: 20px;
    }

    .hc_element_col > h2 {
        font-family: "Poppins";
        font-size: 2rem;
        font-weight: 600;
        color: #182945;
        line-height: 1.4;
        margin: 0px 0px 30px 0px;
        padding: 0;
    }

    .hc_element_col > p {
        font-size: 1rem;
        font-weight: 400;
        color: rgba(42, 52, 62, .7);
        line-height: 1.6;
        margin: 0px 0px 20px 0px;
        padding: 0;
    }

.lm_btn {
    display: inline-flex;
    color: #ffffff;
    padding: 12px 38px;
    margin-top: 40px;
    text-align: center;
    font-weight: 600;
    background-color: #fe4a00;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
    font-size: 16px;
    border: 0px solid #fe4a00 !important;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    overflow: hidden;
    line-height: 180%;
    flex-shrink: 0;
    box-shadow: none;
    text-decoration: none !important;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

    .lm_btn:hover {
        color: #ffffff;
        background: #041126;
        transition: all 0.3s ease-out;
    }

    .lm_btn:before {
        content: "";
        pointer-events: none;
        opacity: 0.6;
        background: radial-gradient(circle at 20% 35%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 31% 22%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, #ffffff 5px, #ffffff 6px, transparent 6px);
        width: 100%;
        height: 300%;
        top: 0;
        left: 0;
        position: absolute;
        animation: bubbles 5s linear infinite both;
    }

.hc_action_set {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.reg_btn_wh {
    display: inline-flex;
    color: #041126;
    padding: 13px 19px;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
    font-size: 14px;
    border: 1px solid #041126;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    overflow: hidden;
    line-height: 1.4;
    flex-shrink: 0;
    box-shadow: none;
    text-decoration: none !important;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

    .reg_btn_wh:hover {
        color: #111;
        background: #f2f2f2;
        transition: all 0.3s ease-out;
    }

    .reg_btn_wh:before {
        content: "";
        pointer-events: none;
        opacity: 0.6;
        background: radial-gradient(circle at 20% 35%, transparent 0, transparent 2px, #fe4a00 3px, #fe4a00 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, #fe4a00 3px, #fe4a00 4px, transparent 4px), radial-gradient(circle at 31% 22%, transparent 0, transparent 2px, #fe4a00 3px, #fe4a00 4px, transparent 4px), radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, #fe4a00 5px, #fe4a00 6px, transparent 6px);
        width: 100%;
        height: 300%;
        top: 0;
        left: 0;
        position: absolute;
        animation: bubbles 5s linear infinite both;
    }

.bdc_form_submit {
    position: relative;
    overflow: hidden;
}

.reg_btn_dk {
    display: inline-flex;
    color: #ffff;
    padding: 14px 20px;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 8px;
    overflow: hidden;
    line-height: 1.4;
    flex-shrink: 0;
    box-shadow: none;
    text-decoration: none !important;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

    .reg_btn_dk.dark {
        background-color: #041126;
        border: 0px solid #fe4a00 !important;
    }

    .reg_btn_dk.primary {
        background-color: #fe4a00;
        border: 0px solid #fe4a00 !important;
    }

    .reg_btn_dk.dark:hover {
        color: #ffffff;
        background: #3e4655;
        transition: all 0.3s ease-out;
    }

    .reg_btn_dk.primary:hover {
        color: #ffffff;
        background: #041126;
        transition: all 0.3s ease-out;
    }

    .reg_btn_dk:before, .bdc_form_submit:before {
        content: "";
        pointer-events: none;
        opacity: 0.6;
        background: radial-gradient(circle at 20% 35%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 75% 44%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 31% 22%, transparent 0, transparent 2px, #ffffff 3px, #ffffff 4px, transparent 4px), radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, #ffffff 5px, #ffffff 6px, transparent 6px);
        width: 100%;
        height: 300%;
        top: 0;
        left: 0;
        position: absolute;
        animation: bubbles 5s linear infinite both;
        z-index: 2
    }

@keyframes bubbles {
    0% {
        transform: translate();
    }

    100% {
        transform: translate(0, -66.666%);
    }
}

.lm_btn:after {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background-color: #fe4a00;
    content: "";
    transition: all 0.5s ease-out;
    z-index: -1;
    color: #ffffff;
}

.hc_element_col .image-wrapper {
    width: 100%;
    position: relative;
    padding-right: 60px;
}

    .hc_element_col .image-wrapper.leftRighAnimation {
        width: 100%;
        text-align: center;
        border-radius: 16px;
        overflow: hidden;
        animation: MoveLeftRight 2s linear infinite alternate;
    }

    .hc_element_col .image-wrapper > img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        border: none;
        border-radius: 16px 16px 16px 16px;
        box-shadow: none;
    }

@keyframes MoveLeftRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-10px);
    }
}

.ele_info_wrapper {
    width: 100%;
    padding-left: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

    .ele_info_wrapper .info_card {
        display: flex;
        align-items: center;
        gap: 32px;
        flex-shrink: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #e8e5e3;
    }

        .ele_info_wrapper .info_card:last-child {
            padding-bottom: 0px;
            border-bottom: 0px solid #e8e5e3;
        }

        .ele_info_wrapper .info_card .icon_wrapper {
            background-color: #ffffff;
            border-radius: 100%;
            width: 80px;
            height: 80px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
        }

            .ele_info_wrapper .info_card .icon_wrapper img {
                width: 34px;
                height: 34px;
                max-width: 100%;
                border: none;
                border-radius: 0;
                box-shadow: none;
            }

.info_card .info_content {
    margin-top: 24px;
}

    .info_card .info_content > h6 {
        color: #041126;
        font-size: 20px;
        font-weight: 500;
        line-height: 140%;
        cursor: default;
        margin: 0px 0px 10px 0px;
    }

    .info_card .info_content > p {
        color: #585866;
        font-size: 16px;
        font-weight: 400;
        margin-top: 2px;
        margin-bottom: 0px;
        line-height: 170%;
        cursor: default;
    }

.bdc_title {
    font-family: "Poppins" !important;
    font-size: 4.5rem;
    font-weight: 700;
    color: #182945;
    line-height: 1.3;
    margin: 0px 0px 20px 0px;
    padding: 0;
}

.bdc_subtitle {
    font-family: "Poppins" !important;
    font-size: 2rem;
    font-weight: 700;
    color: rgba(42, 52, 62, 1);
    line-height: 1.4;
    margin: 0px 0px 30px 0px;
    padding: 0;
}

.bdc_para {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(42, 52, 62, .7);
    line-height: 1.6;
    margin: 0px 0px 30px 0px;
    padding: 0;
}

.logintitle {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
}

.bdc_primary_form {
    width: 100%;
    max-width: 330px;
    min-height: 396px;
    background: #fff;
    padding: 21px 30px;
    margin: 26px 0px 26px 0px;
    border-radius: 16px;
    box-shadow: 0 20px 35px rgba(20, 20, 20, 0.08);
    -moz-box-shadow: 0 20px 35px rgba(20, 20, 20,0.08);
    -webkit-box-shadow: 0 20px 35px rgba(20, 20, 20, 0.08);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    right: 320px;
    z-index: 11;
}

    .bdc_primary_form .bdc_form, .bdc_primary_form .bdc_form .bdc_form_field, .bdc_primary_form .bdc_form .bdc_form_field .bdc_form_input {
        width: 100%;
        position: relative;
    }

.bdc_form_field label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #2a343e;
    margin-bottom: 8px;
}

.bdc_primary_form input[type="text"], .bdc_primary_form input[type="email"], .bdc_primary_form input[type="password"] {
    width: 100%;
    padding: 13px 20px 13px 45px;
    border-radius: 8px;
    height: auto;
    line-height: 16px;
    margin-bottom: 20px;
}

.bdc_primary_form input[type="text"], .bdc_primary_form input[type="email"], .bdc_primary_form input[type="password"] {
    border: 1px solid #e8e5e3;
    background-color: #ffffff;
    color: #2a343e;
    font-size: 16px;
    font-weight: 400;
}

.bdc_form_input .input-icon, .bdc_form_input .toggle-password {
    position: absolute;
    top: 44px;
    left: 15px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2a343e;
    z-index: 2;
    cursor: pointer;
}

.bdc_form_input .toggle-password {
    right: 15px;
    left: auto;
}

.reg_btn_dk.primary.btn-with-icon, .reg_btn_dk.primary.btn-with-icon:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="white" width="20" height="20" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M6 3.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 0 6.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-8A1.5 1.5 0 0 0 5 3.5v2a.5.5 0 0 0 1 0z"/><path fill-rule="evenodd" d="M11.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H1.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708z"/></svg>');
    background-repeat: no-repeat;
    background-position: 55px center;
    padding-left: 0px;
}

.forgotpass {
    font-size: 14px;
}
/*.bdc_primary_form input[type="submit"] {
    background-color: #fe4a00;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}*/
/*.bdc_primary_form input[type="submit"]:hover {
    background-color: #0491e2;
    color: #ffffff;
}*/
.pb-40 {
    padding-bottom: 40px;
}

.pd-30 {
    padding: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.bdc_tms_wrapper {
    width: 100%;
    position: relative;
    padding: 60px 0px 60px 0px;
}

.exe-brand {
    padding-top: 80px;
    padding-bottom: 80px;
}

    .exe-brand section {
        height: auto;
        max-height: 50px;
        overflow: hidden;
    }

    .exe-brand .slick-prev, .exe-brand .slick-next {
        display: none !important;
    }

.slick-list {
    padding: 0px 80px 0px 0px !important;
}

.exe-brand .slick-list {
    padding: 0px !important;
}

.hc_dls_wrapper {
    width: 100%;
    height: auto;
    margin-top: 100px;
    padding: 100px 0px;
    position: relative;
    background: #F9F8F7;
}

.dls_list {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

    .dls_list > img {
        display: block;
        width: auto;
        max-width: 64px;
        min-width: 64px;
    }

    .dls_list .dls_info {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
        flex-direction: column;
    }

        .dls_list .dls_info > h4 {
            font-size: 24px;
            font-weight: 500;
            color: #2a343e;
            line-height: 1.4;
            margin: 0;
        }

        .dls_list .dls_info > p {
            font-size: 18px;
            font-weight: 400;
            color: rgba(42, 52, 62, .5);
            line-height: 1.6;
            margin: 0;
        }


.beforebg {
    width: 100%;
    position: relative;
}

    .beforebg::before {
        width: 100%;
        height: 300px;
        background-color: #efeff68c;
        content: "";
        display: block;
        position: absolute;
        top: -30px;
        z-index: -1;
    }

.cs_info_box {
    width: 100%;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    /*background: #f2f2f294;*/
    padding-bottom: 60px;
}

.cs_image_box {
    width: 100%;
    position: relative;
}

    .cs_image_box.cs_style_1::before {
        content: "";
        position: absolute;
        height: 70%;
        width: 60vw;
        right: 0px;
        bottom: 21px;
        background-color: #efeff68c;
        opacity: 1;
        border-radius: 0px 20px 20px 0px;
    }

    .cs_image_box.cs_style_1 {
        position: relative;
        padding-bottom: 6px;
        padding-left: 45px;
        padding-top: 45px;
    }

        .cs_image_box.cs_style_1 img {
            position: relative;
            z-index: 2;
            max-height: 580px;
            max-width: fit-content;
            display: block;
            width: 100%;
        }

        .cs_image_box.cs_style_1 .cs_image_box_shape {
            position: absolute;
            right: -75px;
            top: 24px;
            width: 60vw;
            height: 100%;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: right center;
        }

@media screen and (max-width: 767px) {
    .cs_image_box.cs_style_1 .cs_image_box_shape {
        position: relative;
    }
}

.cs_section_heading {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .cs_section_heading.cs_style_1 .cs_section_title_up {
        margin-bottom: 5px;
        letter-spacing: 1px;
        color: #fe4a00;
        font-size: 20px;
    }

.cs_accent_color {
    color: #fe4a00;
}

.cs_section_title {
    font-family: "Poppins" !important;
    font-size: 30px;
    font-weight: 600;
    color: #182945;
}

.cs_section_heading.cs_style_1 .cs_section_subtitle {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(42, 52, 62, .7);
    line-height: 1.6;
    margin: 15px 0px 0px;
}

.cs_gap_y_24 {
    gap: 24px 0px;
}

.cs_semibold {
    font-weight: 500;
}

.cs_fs_56 {
    font-size: 56px;
    line-height: 1.327em;
}

@media (max-width: 1400px) {
    .cs_fs_56 {
        font-size: 44px;
    }
}

.position-relative {
    position: relative !important;
}

.cs_funfact_1_icon {
    position: absolute;
    height: 110px;
    width: 110px;
    right: -50px;
    top: -65px;
}

.cs_accent_bg {
    background-color: #fe4a00;
}

.cs_funfact.cs_style_1 {
    border-radius: 15px;
    border: 1px solid #f7ecec;
    padding: 40px 10px 40px;
    background: #ffffff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .05);
    backdrop-filter: blur(10px);
}

    .cs_funfact.cs_style_1 .cs_funfact_title {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        font-size: 32px;
        font-weight: 700;
        color: #fe4a00;
    }

.cs_funfact_subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0px 0px;
}

    .cs_funfact_subtitle > span {
        display: inline-block;
        font-weight: 500;
        color: #2a343e;
        position: relative;
        z-index: 99;
        text-decoration: none;
    }

        .cs_funfact_subtitle > span:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 6px;
            left: 0px;
            bottom: 3px;
            z-index: -9;
        }

        .cs_funfact_subtitle > span:after {
            background-color: #fff06a;
        }

.cs_fs_40 {
    font-size: 40px;
    line-height: 1.45em;
}

.cs_center {
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.odometer {
    font-size: 32px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-family: inherit !important;
    line-height: 1.3 !important;
}

    .odometer .odometer-inside {
        color: #2a343e;
    }

    .odometer .odometer-digit:not(:last-child) {
        margin-right: 2px;
    }

    .odometer .odometer-formatting-mark {
        margin-right: 2px;
    }

    .odometer.odometer-auto-theme, .odometer.odometer-theme-default * {
        /* font-family: "DM Serif Display", serif; */
        color: #111;
    }

#myTestimonial {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0 auto;
}

    #myTestimonial .slick-list .slick-track .slick-slide {
        opacity: .4;
        transform: scale(.9);
        transition: all .1s ease;
    }

        #myTestimonial .slick-list .slick-track .slick-slide.slick-current {
            opacity: 1;
            transform: scale(1.0);
            transition: all .1s ease;
        }

    #myTestimonial .slick-list {
        padding: 0px !important;
        overflow: visible !important;
    }

    #myTestimonial .slick-dots {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 20px;
    }

        #myTestimonial .slick-dots > li > button {
            text-indent: -9999px;
            width: 12px;
            height: 12px;
            background: #ccc;
            border: 0px solid #fff;
            border-radius: 10px;
            box-shadow: none;
            outline: none;
            cursor: pointer;
            font-size: 12px;
            line-height: 1;
        }

        #myTestimonial .slick-dots > li.slick-active > button {
            background: #fe4a00;
        }

.testinaial_card {
    width: 100%;
    max-width: 600px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 80px 50px;
    position: relative;
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    text-align: left;
    box-shadow: 0 40px 40px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

    .testinaial_card .t_img {
        width: 80px;
        height: 80px;
        min-width: 80px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

        .testinaial_card .t_img > img {
            display: block;
            max-width: 100%;
            max-height: 100%;
        }

    .testinaial_card.pickbg01 {
        background: url('https://holidayscarnivalgroup.com/wp-content/uploads/2024/08/hcgl_banner.jpg') top center / cover no-repeat;
    }

    .testinaial_card.pickbg02 {
        background: url('https://holidayscarnivalgroup.com/wp-content/uploads/2025/05/bridge-alexandre-1320x912.jpg') top center / cover no-repeat;
    }

    .testinaial_card.pickbg03 {
        background: url('https://holidayscarnivalgroup.com/wp-content/uploads/2025/05/dublin-ireland-scaled.jpg') top center / cover no-repeat;
    }

    .testinaial_card.pickbg04 {
        background: url('https://holidayscarnivalgroup.com/wp-content/uploads/2025/10/valletta_grand_harbour_sunset.png') top center / cover no-repeat;
    }

    .testinaial_card .t_info {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

        .testinaial_card .t_info .t_name {
            width: auto;
            margin-bottom: 15px;
        }

            .testinaial_card .t_info .t_name > span {
                display: block;
                font-size: 18px;
                font-weight: 600;
                color: #102039;
            }

            .testinaial_card .t_info .t_name > small {
                display: block;
                font-size: 15px;
                font-weight: 400;
            }

        .testinaial_card .t_info > p {
            font-size: 15px;
            line-height: 1.6;
            margin: 0px;
            padding: 0px;
        }

    .testinaial_card.pickcard {
        padding: 80px 30px;
    }

        .testinaial_card.pickcard .t_info {
            gap: 30px;
        }

            .testinaial_card.pickcard .t_info .t_name > span {
                font-size: 2rem;
                font-weight: 700;
                color: #fff;
            }

            .testinaial_card.pickcard .t_info .t_name > small {
                font-size: 1rem;
                font-weight: 400;
                color: #fff;
                margin-top: 15px;
            }

            .testinaial_card.pickcard .t_info > p {
                font-size: 1.5rem;
                line-height: 1.4;
                font-weight: 700;
                margin: 0px;
                padding: 0px;
                color: #fff;
            }

    .testinaial_card .t_info .t_rate {
        width: auto;
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .testinaial_card .t_info .t_rate > i {
            color: #ffc100;
            font-style: normal;
        }

/* Search Hotel Module start here */
.hs_container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    position: relative;
    z-index: 11;
    padding-left: 15px;
    padding-right: 15px;
}

    .hs_container:after {
        clear: both;
    }

.hs_wrapper {
    width: 100%;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}

    .hs_wrapper > h1 {
        font-size: 32px;
        font-weight: 500;
        color: #fe4a00;
        line-height: 1.3;
        margin: 0px 0px 20px 0px;
    }

.hs_search_box {
    width: 100%;
    max-width: 720px;
    min-width: 720px;
    background: #fff;
    height: auto;
    padding: 30px 30px 10px 30px;
    border: 1px solid #ececec;
    border-radius: 15px;
    text-align: left;
}

    .hs_search_box > h1 {
        font-size: 32px;
        font-weight: 500;
        color: #fe4a00;
        line-height: 1.3;
        margin: 0px 0px 20px 0px;
    }

.hs_info_box {
    width: 100%;
    max-width: calc(100% - 750px);
    height: auto;
    padding: 0px;
    text-align: left;
}

    .hs_info_box > h2 {
        font-size: 24px;
        font-weight: 500;
        color: #fe4a00;
        line-height: 1.3;
        margin: 0px 0px 20px 0px;
    }

    .hs_info_box > h4 {
        font-size: 20px;
        font-weight: 600;
        color: #fe4a00;
        line-height: 1.3;
        margin: 37px 0px 15px 0px;
    }

.lt_search {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2%;
}

    .lt_search .lt_sinfo {
        width: 24%;
        background: #fff;
        border: 1px solid #d4d4d4;
        border-radius: 10px;
        padding: 10px 10px;
    }

        .lt_search .lt_sinfo > span {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: rgba(32, 42, 52, 0.7);
            margin: 0px 0px 5px 0px;
            line-height: 1.4
        }

        .lt_search .lt_sinfo > small {
            display: block;
            font-size: 11px;
            font-weight: 500;
            color: rgba(32, 42, 52, 0.5);
            margin: 0px 0px 0px 0px;
            line-height: 1.4
        }


.slick-slider {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.so_item {
    width: auto;
    position: relative;
}

    .so_item .so_img {
        width: 100%;
        height: 200px;
        overflow: hidden;
        border-radius: 10px;
    }

        .so_item .so_img > img {
            width: 100%;
            height: 200px;
            overflow: hidden;
            border-radius: 10px;
        }


.hs_input_wrapper {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0px;
    flex-wrap: wrap;
}

.hs_input {
    width: auto;
    position: relative;
    margin-bottom: 30px;
}

    .hs_input.w100 {
        width: 100%;
    }

    .hs_input.w50 {
        width: 50%;
    }

    .hs_input label {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        color: rgba(42, 52, 62, .7);
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
    }

    .hs_input input[type="text"] {
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        color: rgba(42, 52, 62, 1);
        line-height: 1.4;
        margin: 0px;
        padding: 8px 0px 8px 0px;
        background: rgba(0, 0, 0, 0);
        border: 0px solid #fff;
        border-bottom: 1px solid #f2f2f2;
        box-shadow: none;
        outline: none;
        text-align: left;
    }

    .hs_input .accordion .accordion-item > h2.accordion-header > button.accordion-button {
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        color: rgba(42, 52, 62, 1);
        line-height: 1.4;
        margin: 0px;
        padding: 8px 0px 8px 0px;
        background: rgba(0, 0, 0, 0);
        border: 0px solid #fff;
        border-radius: 0px;
        border-bottom: 1px solid #fe4a00;
        box-shadow: none;
        outline: none;
        text-align: left;
    }

        .hs_input .accordion .accordion-item > h2.accordion-header > button.accordion-button.collapsed {
            border-bottom: 1px solid #f2f2f2;
        }

    .hs_input input[type="text"]::placeholder {
        color: rgba(42, 52, 62, .7);
        opacity: 1;
    }

    .hs_input input[type="text"]:focus {
        border-bottom: 1px solid #fe4a00;
    }

    .hs_input.locsrch input[type="text"] {
        padding-left: 32px;
    }

    .hs_input .accordion .accordion-item {
        padding: 0px;
        margin: 0px;
        border: none;
        outline: none;
    }

#hs_accordion_list {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px 20px 0px 20px;
    border: 0px solid #fff;
    border-radius: 4px;
    position: absolute;
    top: 65px;
    left: 0px;
    z-index: 12;
    box-shadow: 0 0 25px rgba(0, 0, 0, .3);
    transition: all .0s ease;
}

    #hs_accordion_list .accordion-body {
        padding: 0px 0px !important;
    }

.hs_input.locsrch svg {
    position: absolute;
    top: 32px;
    left: 0px;
    width: 22px;
    height: 22px;
}

.input_range {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.hc_wrapper {
    width: 100%;
    position: relative;
    padding-top: 0px;
    padding-bottom: 60px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0px;
    flex-direction: column;
}

    .hc_wrapper > h1 {
        font-size: 32px;
        font-weight: 500;
        /* font-family: "DM Serif Display", serif!important; */
        color: #fe4a00;
        line-height: 1.3;
        margin: 0px 0px 20px 0px;
    }

.hc_reg_box {
    width: 100%;
    max-width: 100%;
    background: #fff;
    height: auto;
    padding: 30px 30px 10px 30px;
    border: 1px solid #ececec;
    border-radius: 15px;
    text-align: left;
    margin-bottom: 20px;
}

    .hc_reg_box > h2 {
        font-size: 20px;
        font-weight: 600;
        color: #2a343e;
        line-height: 1.3;
        margin: 0px 0px 20px 0px;
    }

    .hc_reg_box > h5 {
        font-size: 15px;
        font-weight: 600;
        color: rgba(32, 42, 52, .7);
        line-height: 1.3;
        margin: 0px 0px 10px 0px;
    }

.hc_input_wrapper {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3%;
    flex-wrap: wrap;
}

.hc_input {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

    .hc_input.w100 {
        width: 100%;
    }

    .hc_input.w50 {
        width: 48.5%;
    }

    .hc_input.w25 {
        width: 22.75%;
    }

    .hc_input.w33 {
        width: 31.33%;
    }

    .hc_input label {
        display: inline-block;
        width: auto;
        font-size: 15px;
        font-weight: 500;
        color: rgba(42, 52, 62, .5);
        line-height: 1.2;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        position: absolute;
        cursor: text;
        transform: translateY(-25px);
        transition: transform 0.3s ease;
        left: 10px;
        bottom: -14px;
    }

        .hc_input label > span {
            background: #fff;
            display: inline-block;
            padding: 0px 5px;
        }

    .hc_input input[type="text"] {
        width: 100%;
        height: 40px;
        font-size: 15px;
        font-weight: 500;
        color: rgba(42, 52, 62, 1);
        line-height: 1.2;
        margin: 0px;
        padding: 8px 15px 8px 15px;
        background: rgba(0, 0, 0, 0);
        border: 1px solid #d4d4d4;
        border-radius: 4px;
        box-shadow: none;
        outline: none;
        text-align: left;
        transition: 0.6s;
    }

        .hc_input input[type="text"]:focus {
            outline: none;
            border-bottom: 1px solid #fe4a00;
        }

    .hc_input textarea {
        width: 100%;
        height: 60px;
        font-size: 15px;
        font-weight: 500;
        color: rgba(42, 52, 62, 1);
        line-height: 1.2;
        margin: 0px;
        padding: 8px 15px 8px 15px;
        background: rgba(0, 0, 0, 0);
        border: 1px solid #d4d4d4;
        border-radius: 4px;
        box-shadow: none;
        outline: none;
        text-align: left;
        transition: 0.6s;
    }

    .hc_input select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        height: 40px;
        font-size: 15px;
        font-weight: 500;
        color: rgba(42, 52, 62, 1);
        line-height: 1.2;
        margin: 0px;
        padding: 8px 15px 8px 15px;
        background: rgba(0, 0, 0, 0);
        border: 1px solid #d4d4d4;
        border-radius: 4px;
        box-shadow: none;
        outline: none;
        text-align: left;
        transition: 0.6s;
        background: url(../images/Caret_down.svg) no-repeat right 12px center/20px, linear-gradient(to left, rgba(255, 255, 255, 0.3) 45px, rgba(255, 255, 255, 0.2) 45px);
        cursor: pointer;
    }

        .hc_input select::-ms-expand {
            display: none;
        }

        .hc_input select:focus {
            outline: none;
        }

        .hc_input select option {
            color: inherit;
            background-color: #fff;
        }

    .hc_input.animation label {
        display: inline-block !important;
        transform: translateY(-47px);
        font-size: 12px;
        font-weight: 500;
    }

    .hc_input.animation-color label {
        color: #fe4a00;
    }

    .hc_input.tarea.animation label {
        display: inline-block !important;
        transform: translateY(-69px);
        font-size: 12px;
        font-weight: 500;
    }

    .hc_input.tarea.animation-color label {
        color: #fe4a00;
    }

.hc_radio {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 15px 8px 15px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #d4d4d4;
    border-radius: 4px;
}

    .hc_radio > span {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;
        margin-right: 30px;
        margin-left: 10px;
    }

.hs_search_btn {
    display: inline-block;
    width: auto;
    background: #fe4a00;
    padding: 13px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    border: 1px solid #fe4a00;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    margin: 20px auto 0 auto;
    transition: all .3s ease;
}

    .hs_search_btn.linebtn {
        border: 1px solid #fe4a00;
        background: #fff;
        color: #fe4a00;
    }

    .hs_search_btn:hover {
        background: #362278;
        border: 1px solid #362278;
        transition: all .3s ease;
    }

    .hs_search_btn.linebtn:hover {
        background: #fe4a00;
        border: 1px solid #fe4a00;
        color: #fff;
    }

.hc_action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 30px;
}

    .hc_action .hs_search_btn {
        margin: 0px !important;
    }

.hc_pass_list {
    width: 100%;
    list-style: disc;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 14px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(32, 42, 52, .7);
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.rm_wrapper_box {
    width: 100%;
    position: relative;
}

    .rm_wrapper_box .rm_list {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

        .rm_wrapper_box .rm_list > h4 {
            font-size: 16px;
            font-weight: 600;
            color: #fe4a00;
            margin: 0px 0px 15px 0px;
            line-height: 1.4;
        }

        .rm_wrapper_box .rm_list .rm_col {
            width: 100%;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            gap: 4%;
        }

            .rm_wrapper_box .rm_list .rm_col .rm_number {
                width: 48%;
                position: relative;
            }

                .rm_wrapper_box .rm_list .rm_col .rm_number > h5 {
                    font-size: 14px;
                    line-height: 1.4;
                    margin: 0px 0px 15px 0px;
                    font-weight: 500;
                }

                    .rm_wrapper_box .rm_list .rm_col .rm_number > h5 > small {
                        font-size: 11px;
                        line-height: 1.4;
                        color: rgba(42, 52, 62, .5);
                    }

.qtySelector {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 107px;
    height: 35px;
    margin: 0;
    border-radius: 6px;
    overflow: hidden;
}

    .qtySelector .qtyicon {
        padding: 5px 5px;
        width: 35px;
        height: 100%;
        float: left;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: normal;
        user-select: none;
    }

        .qtySelector .qtyicon.clicked {
            font-size: 12px;
            padding: 12px 5px;
        }

    .qtySelector .qtyminus {
        border-right: 1px solid #ddd;
    }

    .qtySelector .qtyplus {
        border-left: 1px solid #ddd;
    }

    .qtySelector input[type="text"].qtyValueAdult, .qtySelector input[type="text"].qtyValueChild {
        border: none;
        font-size: 14px;
        font-weight: 400;
        color: #2a343e;
        line-height: 33px;
        padding: 5px;
        width: 35px !important;
        height: 100%;
        float: left;
        text-align: center !important;
    }

.rm_actionbtn {
    width: 100%;
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

    .rm_actionbtn .ar_btn {
        width: auto;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.4;
        margin: 0px;
        padding: 6px 15px 6px 15px;
        background: #fff;
        border: 0px solid #fff;
        border-radius: 6px;
        box-shadow: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: all .3s ease;
    }

        .rm_actionbtn .ar_btn.blue {
            color: #fe4a00;
            border: 1px solid #fe4a00;
        }

            .rm_actionbtn .ar_btn.blue:hover {
                background: #fe4a00;
                color: #fff;
                transition: all .3s ease;
            }

        .rm_actionbtn .ar_btn.red {
            color: #f34f4f;
            border: 1px solid #ea2330;
        }

            .rm_actionbtn .ar_btn.red:hover {
                background: #ea2330;
                color: #fff;
                transition: all .3s ease;
            }

.room_repeatable .field-group .rm_list .rm_actionbtn {
    position: relative;
    margin-bottom: 0px;
    width: auto;
    z-index: 11;
    justify-content: flex-start;
}

.childoutput {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
}

    .childoutput select {
        width: 100%;
        max-width: calc(33.33% - 10px);
        border: 1px solid #d4d4d4;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 400;
        color: #2a343e;
        line-height: 1.2;
        padding: 7px 15px 7px 7px;
        text-decoration: none;
        outline: none;
        box-shadow: none;
    }

.grid {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
}

.destinations {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .destinations .grid li {
        height: 300px;
        padding: 10px;
        background-clip: content-box;
        background-size: cover;
        border-radius: 25px;
        overflow: hidden;
    }

        .destinations .grid li.large {
            flex-basis: 40%;
        }

        .destinations .grid li.small {
            flex-basis: 25%;
        }

        .destinations .grid li.med {
            flex-basis: 35%;
        }

/* About us page css start here */
.bdc-image-item-wrap {
    width: 100%;
    height: auto;
    position: relative;
}

    .bdc-image-item-wrap img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        border-radius: 11px;
    }

.bdc-info-container {
    width: 100%;
    padding: 0px 0px 0px 40px;
    position: relative;
}

.bdc-text-box-item-content {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #0a0a0a;
}

    .bdc-text-box-item-content p {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 2rem;
        line-height: 1.2;
        color: #2a343e;
        font-weight: 600;
    }

.bdc-text-box-para-content {
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    color: #2a343e;
}

    .bdc-text-box-para-content p {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 1rem;
        line-height: 1.6;
        color: rgba(42, 52, 62, .7);
        font-weight: 400;
    }

.bdc-pbf-element {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: flex;
    text-align: center;
    align-items: stretch;
    justify-content: flex-start;
    gap: 25px;
}

.bdc-media-icon {
    width: auto;
    max-width: 48px;
    min-width: 48px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .bdc-media-icon img {
        display: block;
        width: 100%;
        max-width: 100%;
    }

.bdc-info-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 5px;
    text-align: left;
}

.bdc-info-title {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: none;
    color: #2a343e;
    line-height: 1.4;
}

.bdc-info-content {
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.6;
}

    .bdc-info-content p {
        margin-top: 0;
        margin-bottom: 0px;
        font-size: inherit;
        line-height: inherit;
        color: rgba(42, 52, 62, .7);
    }

.bdc-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 80px;
}

.bdc-card {
    padding: 60px 30px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .bdc-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    }

    .bdc-card img {
        width: auto;
        max-width: 84px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .bdc-card h3 {
        margin: 1.5rem 0 1rem 0;
        font-weight: 700;
        font-size: 1.25rem;
        text-align: center;
        color: #2a343e;
        line-height: 1.4;
    }

    .bdc-card p {
        font-size: 1rem;
        font-weight: 400;
        margin: 0;
        color: rgba(42, 52, 62, .7);
        line-height: 1.6;
        text-align: center;
    }
/* About us page css end here */

.exe-footer {
    width: 100%;
    height: auto;
    min-height: 350px;
    background-color: #182945;
    position: relative;
    margin-top: 0px;
    padding-top: 30px;
}

    .exe-footer.darkbg {
        background-color: #0c1930;
        min-height: 160px;
    }

    .exe-footer .footer-top h3 {
        font-size: 18px;
        color: #fff;
        line-height: 24px;
        margin: 0px 0px 20px 0px;
        padding: 0px;
        text-transform: uppercase;
        font-weight: 500;
    }

    .exe-footer ul {
        list-style: none;
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
    }

        .exe-footer ul > li {
            display: block;
            width: 100%;
        }

            .exe-footer ul > li > a {
                display: block;
                width: 100%;
                color: #ddd;
                padding: 6px 0px;
                font-size: 12px;
                line-height: 16px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

                .exe-footer ul > li > a > b {
                    font-weight: 600;
                    color: #fff;
                }

    .exe-footer .footer-bottom {
        padding: 0px 0px 40px 0px;
        margin-top: 0px;
        position: relative;
    }

        .exe-footer .footer-bottom h3 {
            font-size: 18px;
            color: #fff;
            line-height: 20px;
            margin: 0px 0px 15px 0px;
            padding: 0px;
            font-weight: 500;
        }

        .exe-footer .footer-bottom ul li.social, .exe-footer .footer-bottom ul li.infomail {
            display: block;
            padding-top: 15px;
        }

            .exe-footer .footer-bottom ul li.social > a {
                display: block;
                width: 22px;
                float: left;
                margin-right: 15px;
                padding: 0px;
                cursor: pointer;
                user-select: none;
            }

                .exe-footer .footer-bottom ul li.social > a > svg {
                    width: 18px;
                    height: 18px;
                    color: #ddd;
                    fill: #ddd;
                }

.flogo {
    display: block;
    max-width: 220px;
}

.footer-copy {
    background-color: #030b18;
    padding-top: 18px;
    padding-bottom: 18px;
}

    .footer-copy .copypara {
        text-align: center;
        font-size: 12px;
        line-height: 16px;
        color: #ccc;
    }

/* Basic styling for the contact section */
.contact-section {
    padding: 40px 20px;
    border-radius: 8px;
    max-width: 1140px;
    margin: 40px auto;
    text-align: center;
}

.contact-type12 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0px 0px 40px 0px;
}

.contact-block {
    margin-bottom: 30px;
}

    .contact-block h3 {
        font-size: 1.5em;
        color: #333;
        margin-bottom: 8px;
    }

    .contact-block p {
        font-size: 1em;
        color: #666;
        margin-top: 0;
        margin-bottom: 12px;
    }

    .contact-block a {
        font-size: 1.1em;
        color: #fe4a00;
        text-decoration: none;
        font-weight: 500;
    }

        .contact-block a:hover {
            text-decoration: underline;
        }

.social-links a {
    margin: 0 10px;
    display: inline-block;
}

.social-links img {
    width: 32px; /* Adjust icon size */
    height: 32px;
}

.valsummary {
    margin: 0px;
    color: #d74747;
    font-size: 12px;
    font-weight: 300;
    padding: 0px 0px 5px 0px;
    margin-top: 0px;
    text-align: left;
}

    .valsummary ul {
        padding: 0px;
        margin: 0px;
    }

        .valsummary ul li {
            padding: 0px 0px 0px 0px;
            margin: 0px;
            list-style: none;
            line-height: 20px;
            display: none;
        }

            .valsummary ul li:first-child {
                padding: 0px 0px 0px 0px;
                margin: 0px;
                list-style: none;
                line-height: 20px;
                display: block;
            }

.bds-places {
    width: 100%;
    max-width: 100%;
    margin: 0px auto 60px auto;
    padding: 30px 30px;
    background-image: linear-gradient(rgb(255 242 226) 0%, rgb(255, 242, 226) 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

    .bds-places::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100 100"><path d="M0,25 Q25,10 50,25 T100,25" fill="none" stroke="%23ffd4c3" stroke-width="1"/><path d="M0,50 Q25,35 50,50 T100,50" fill="none" stroke="%23ffd4c3" stroke-width="1"/><path d="M0,75 Q25,60 50,75 T100,75" fill="none" stroke="%23ffd4c3" stroke-width="1"/></svg>');
        background-size: 200px 200px;
        pointer-events: none;
        z-index: 1;
    }

.bds-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.bds-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #1e1e1e;
    max-width: 50%;
}

.bds-highlight {
    color: #1e1e1e;
    position: relative;
    padding: 0 10px;
}

    .bds-highlight::after {
        content: "";
        position: absolute;
        top: -5px;
        left: 0;
        right: 0;
        bottom: -5px;
        border: 3px solid #ffaa42;
        border-radius: 50%;
        transform: rotate(-5deg);
    }

.view-package-link {
    text-decoration: none;
    color: #1e1e1e;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 5px 0;
    transition: color 0.3s;
    margin-top: 15px;
}

    .view-package-link:hover {
        color: #ffaa42;
    }

.arrow-icon {
    margin-left: 8px;
    font-size: 1.2rem;
}

.bds-features {
    display: flex;
    gap: 30px;
    position: relative;
    z-index: 2;
}

.feature-item {
    display: flex;
    flex: 1;
    padding-right: 20px;
    gap: 20px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.orange-bg {
    background-color: #fe4a00;
    color: #fff;
}

.blue-bg {
    background-color: #362278;
    color: #fff;
}

.icon-placeholder {
}

.feature-item .feature_bdsinfo {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

    .feature-item .feature_bdsinfo h3 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #1e1e1e;
        margin: 0 0 10px 0;
    }

    .feature-item .feature_bdsinfo p {
        font-size: 1rem;
        color: #555;
        line-height: 1.6;
        margin: 0;
    }

.bds-quick-form {
    background: url(https://wowtheme7.com/tf/travelor/assets/images/bg/ui-element-bg.png) no-repeat;
    background-position: bottom left;
    background-size: cover;
    padding: 40px 100px 30px 100px;
    border-radius: 20px;
}

@media (max-width: 64em) {
    .bdc_title {
        font-size: 2.5rem;
        margin-top: 30px;
    }

    .bdc_bg .bdc_para {
        max-width: 264px;
    }
}

@media (max-width: 62em) {
    .carousel.hpbanner {
        display: none;
    }

    .bdc_primary_form {
        right: 0px;
        margin-top: 0px;
    }

    .bdc_title {
        font-size: 2.5rem;
        margin-top: 0px;
    }

    .hc_action_set {
        margin-bottom: 30px;
    }

    .bdc-info-container {
        margin-top: 60px;
        padding-left: 0px;
        text-align: center;
    }

    .hc_element_wrapper {
        flex-direction: column;
    }

    .hc_element_col {
        width: 100%;
        margin-bottom: 20px;
    }

    .ele_info_wrapper {
        padding-left: 0px;
    }

    #myTestimonial {
        margin-bottom: 50px;
    }

    .bdc_subtitle, .cs_section_title, .exe-contact h2, .hc_element_col > h2 {
        font-size: 1.5rem;
    }

    .hc_element_col .image-wrapper.leftRighAnimation {
        padding-right: 0px;
    }

    .bds-features {
        flex-direction: column;
    }

    .feature-item {
        margin-bottom: 30px;
        padding-right: 0;
    }

    .bds-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .bds-title {
        max-width: 100%;
        font-size: 2.2rem;
        margin-bottom: 20px;
        text-align: center;
    }

    .view-package-link {
        margin: 15px auto 0 auto;
    }

    .bds-quick-form {
        padding: 40px 40px;
    }
}

@media (max-width: 40em) {
    .head-banner {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 20px 0px 0px 0px;
    }

    .carousel.hpbanner {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        display: none;
    }

    .bdc_primary_form {
        max-width: 100%;
        right: 0px;
        position: relative;
    }

    .carousel.hpbanner .carousel-item {
        width: 100% !important;
    }

    .exe-footer {
        padding: 20px 15px;
    }

    main {
        padding-top: 0px;
        padding-bottom: 60px;
    }

    .hc_basic_element {
        padding: 50px 0px 40px 0px;
    }

    .bdc_title {
        text-align: center;
    }

    .bdc_bg .bdc_para {
        text-align: center;
        max-width: 100%;
    }

    .hc_action_set {
        justify-content: center;
    }

    .cs_section_heading {
        text-align: center;
    }

        .cs_section_heading.cs_style_1 .cs_section_title_up {
            margin-bottom: 20px;
        }

    .bds-quick-form {
        padding: 40px 20px;
    }

    .exe-footer .footer-bottom h3 {
        margin-top: 30px;
    }
}
