    @import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

    @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap');

    @import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Merienda+One&display=swap');
    @import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css');

    @font-face {
        src: url("../css/fonts/bradley_hand_itc_tt_bold.ttf") format('truetype');
        src: url("../css/fonts/bradley_hand_itc_tt_bold.woff") format('woff');
        font-family: 'Bradley Hand ITC TT' !important;
    }

    html {
        scroll-behavior: smooth;
        font-size: 100%;
        font-family: 'Mulish', sans-serif;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
    }

    html,
    body, {
        overflow-x: hidden;
    }
    .sitecontent {
        min-height: 100vh;
    }

    small {
        color: #666;
        font-size: 14px;
        line-height: 22px;
    }

    *,
    *::before,
    *::after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    *:focus {
        outline: 0;
    }


    body {
        position: relative;
        background: #ffffff;
        color: #484848;
        font-family: 'Mulish', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.6rem;
        direction: ltr;
        text-align: initial;
        margin: 0;
        padding: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #1d1d1d;
        font-family: 'Mulish', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: capitalize;
    }

    h1 {
        font-size: 1.875em;
    }

    h2 {
        font-size: 1.625em;
    }

    h3 {
        font-size: 1.375em;
    }

    h4 {
        font-size: 1.25em;
    }

    h5 {
        font-size: 1.125em;
    }

    h6 {
        font-size: 1em;
    }

    strong {
        color: #1d1d1d;
        font-weight: 700;
    }

    ul li,
    ol li {
        list-style: none;
        font-size: 0.875em;
        margin: 0;
        padding: 0;
    }

    ul {
        margin-bottom: 0;
    }

    ol,
    ul {
        padding-left: 0;
    }

    table,
    pre,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0;
        margin-bottom: 0;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    iframe {
        max-width: 100%;
    }

    .img-fluid {
        width: 100%;
    }

    a,
    a:hover,
    button,
    button:hover,
    input[type="submit"],
    input[type="submit"]:hover {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    a:focus {
        text-decoration: none;
    }

    button,
    input,
    select,
    select option,
    textarea,
    input:focus,
    button:focus,
    select:focus,
    textarea:focus {
        outline: none;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .active-text,
    .active-link,
    .active-link:focus {
        color: #A80833 !important;
        font-weight: 400;
        display: inline-block;
    }

    .active-link:hover {
        text-decoration: none;
        color: #A80833 !important;
    }

    a,
    dt {
        color: #484848;
        outline: none;
        text-decoration: none;
    }

    a:focus,
    a:hover,
    dt:hover,
    dt:focus {
        color: #A80833;
        text-decoration: none;
    }

    .btn {
        outline: none;
        border-radius: 0;
    }

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: none;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn:active,
    .btn.active {
        outline: none;
        box-shadow: none;
    }

    .btn-button {
        position: relative;
        background-color: #217206;
        color: #fff;
        border: 1px solid #217206;
        line-height: 0;
        transition: background-color .2s ease, color .2s ease;
        padding: 1em 1.5em;
        font-size: 0.875em;
        font-weight: 500;
        text-align: center;
        text-transform: capitalize;
        line-height: normal;
        display: inline-block;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    .btn-button i {
        margin-right: 10px;
        vertical-align: middle;
    }

    .btn-button:hover,
    .btn-button:focus {
        background-color: #329212;
        border: 1px solid #329212;
        color: #fff;
        outline: none;
        box-shadow: none;
    }

    .outline_btn {
        background-color: unset;
        border: 1px solid #A80833;
        color: #A80833;
    }

    .outline_btn i {
        margin-right: 8px;
        vertical-align: middle;
        align-items: center;
    }

    .outline_btn:hover {
        background-color: #A80833;
        border: 1px solid #A80833;
        color: #fff;
    }

    .outline_btn-green {
        background-color: transparent;
        border: 1px solid #A80833;
        color: #A80833;
        padding: 1em 0.5em;
    }

    .outline_btn-green:hover {
        background-color: #A80833;
        border: 1px solid #A80833;
        color: #ffffff;
    }

    .checkbtn {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff;
    }

    .checkbtn:hover {
        background-color: #fff;
        border: 1px solid #fff;
        color: #329212;
    }

    .tp-btn {
        padding: 0.75em 1.25em;
    }

    .btn-sm {
        font-size: 0.75em;
        font-weight: 400;
        font-style: normal;
        padding: 0.5em 0.75em !important;
    }

    .btn-green {
        background-color: #217206;
    }

    .form-group {
        position: relative;
    }

    .form-group {
        margin-bottom: 30px;
    }

    input,
    textarea,
    select,
    button {
        outline: none;
        font-size: 0.875rem;
    }

    input.form-control:focus,
    textarea.form-control:focus,
    select.form-control:focus,
    input:focus,
    textarea:focus,
    select:focus,
    button:focus {
        outline: none;
        box-shadow: none;
        border-color: #ffffff;
        border: 1px solid #b4b4b4 !important;
        color: #484848 !important;
    }

    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -moz-webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-webkit-appearance: textfield;
    }

    .form-control,
    .form-select {
        border: 1px solid #a8a8a8 !important;
        border-radius: 0 !important;
        font-size: 0.875rem !important;
        padding: 12px 20px !important;
    }

    textarea.form-control {
        height: 150px;
    }

    .form-control.ndate-picker {
        background-color: #ffffff;
    }

    label {
        display: inline-block;
        margin-bottom: .5em;
        font-weight: 400;
    }

    .form-floating>label {
        font-size: 0.875rem !important;
        color: #484848 !important;
    }

    .form-floating>.form-select {
        padding-top: 1.625rem;
        padding-bottom: .625rem;
        font-size: 0.875rem !important;
    }

    .icon-calendar {
        position: absolute;
        content: '';
        top: 20%;
        right: 10px;
    }

    .form-control:focus,
    .form-select:focus {
        background-color: none;
        border-radius: 0;
        border-color: none;
        border: 1px solid #646464 !important;
        box-shadow: none;
        color: #383838;
        outline: 0;
    }

    /*-- floating form css --*/
    .form-wrap input::placeholder,
    .form-wrap textarea::placeholder {
        opacity: 0;
    }

    .form-wrap label {
        position: relative;
    }

    .form-wrap label span {
        position: absolute;
        top: 0;
        left: 15px;
        transform: translateY(11px);
        font-size: 0.875rem;
        font-weight: 700;
        transition-duration: 300ms;
        padding: 0 5px;
    }

    .form-wrap label select+span {
        transform: translateY(-12px);
        background-color: #ffffff;
        padding: 0 5px;
    }

    .label-lightgray input,
    .label-lightgray select,
    .label-lightgray textarea,
    .label-lightgray input:focus,
    .label-lightgray select:focus,
    .label-lightgray textarea:focus {
        background-color: #f5f5f5;
    }

    .form-wrap label:focus-within>span,
    .form-wrap input:not(:placeholder-shown)+span,
    .form-wrap textarea:not(:placeholder-shown)+span {
        color: #605C5C;
        transform: translateY(-12px);
        background-color: #ffffff;
        padding: 0 5px;
    }

    .label-lightgray label select+span,
    .label-lightgray label:focus-within>span,
    .label-lightgray input:not(:placeholder-shown)+span {
        background-color: #f5f5f5;
    }

    .title-widget {
        position: relative;
    }

    .title-widget h1,
    .title-widget h2,
    .title-widget h3,
    .title-widget h4,
    .title-widget h5,
    .title-widget h6 {
        position: relative;
        font-family: 'Merienda One', cursive;
        font-weight: normal;
        font-size: 1.75em;
        margin-bottom: 0.75em;
        -webkit-animation: animatedIntro 1.5s;
        -ms-animation: animatedIntro 1.5s;
        -o-animation: animatedIntro 1.5s;
        animation: animatedIntro 1.5s;
        padding-bottom: 8px;
    }

    .title-widget.centered {
        max-width: 720px;
        margin: 0 auto;
    }

    .title-widget .separator {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100px;
        height: 1px;
        background: url(../assets/icons/title-separator.png) center no-repeat;
    }

    .title-widget.centered .separator {
        left: 50%;
        margin-left: -40px;
    }

    .title-section {
        position: relative;
        font-weight: normal;
        font-family: 'Merienda One', cursive;
    }

    .title-section h3 {
        position: relative;
        font-weight: normal;
        font-family: 'Merienda One', cursive;
        font-size: 2em;
        margin-bottom: 0.75em;
        -webkit-animation: animatedIntro 1.5s;
        -ms-animation: animatedIntro 1.5s;
        -o-animation: animatedIntro 1.5s;
        animation: animatedIntro 1.5s;
        padding-bottom: 8px;
    }

    .section {
        position: relative;
        padding: 100px 0;
    }

    .position-relative {
        position: relative !important;
        z-index: 1;
    }

    .mt-80 {
        margin-top: 80px;
    }

    .mt-50 {
        margin-top: 50px;
    }

    .mb-50 {
        margin-bottom: 50px;
    }

    .mt-40 {
        margin-top: 40px;
    }

    .mb-40 {
        margin-bottom: 40px;
    }


    .py-80 {
        padding: 80px 0;
    }

    .py-60 {
        padding: 60px 0;
    }

    .py-50 {
        padding: 50px 0;
    }

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

    .pb-50 {
        padding-bottom: 50px;
    }

    .py-30 {
        padding: 30px 0;
    }

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

    .pb-30 {
        padding-bottom: 30px;
    }

    .py-20 {
        padding: 20px 0;
    }

    .mt-10 {
        margin-top: 10px;
    }

    .mt-30 {
        margin-top: 30px;
    }

    .mb-30 {
        margin-bottom: 30px;
    }

    .mt-20 {
        margin-top: 20px;
    }

    .mb-20 {
        margin-bottom: 20px;
    }

    .line {
        width: 100%;
        height: 1px;
        margin: 10px 0;
        border-bottom: 1px dashed #d7d7d7;
    }

    .bg-gray {
        background-color: #f7f7f7;
    }

    .bg-green {
        background-color: #217206;
    }

    .bg-red {
        background-color: #A80833;
    }

    /******** header ********/

    header {
        position: absolute;
        width: 100%;
        z-index: 99;
    }

    .h-top {
        background-color: #A80833;
    }

    .ht-new p {
        color: #fff;
        font-size: .813em;
        line-height: 1.5em;
        padding: 10px 0;
        margin-bottom: 0;
    }

    .h-middle {
        position: relative;
        background-color: rgba(27, 33, 37, .75);
    }

    .h-lft {
        float: left;
    }

    .h-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .site-logo {
        float: left;
        margin-right: 30px;
        padding: 20px 0;
    }

    .slogan {
        float: left;
        color: #fff;
        font-size: 1em;
        font-family: 'Bradley Hand ITC TT' !important;
        font-style: italic;
        padding-top: 85px;
    }

    .h-menu {
        float: right;
    }

    .ht-menu {
        float: left;
        padding: 5px 0 0 0;
    }

    .ht-menu ul li {
        color: #fff;
        border-right: 1px solid #fff;
        display: inline-block;
        font-size: 11px;
        font-weight: 400;
        font-family: 'Asap', sans-serif !important;
        line-height: 11px;
        text-transform: uppercase;
        align-items: center;
        vertical-align: middle;
        padding: 0 8px;
    }

    .ht-menu ul li:last-child {
        border-right: none;
        padding-right: 0;
    }

    .ht-menu ul li a {
        color: #fff;
        font-family: 'Asap', sans-serif !important;
    }

    .ht-menu ul li i {
        margin-left: 4px;
        margin-right: 4px;
    }

    .ht-menu ul li a:hover {
        text-decoration: none;
        color: #fff;
    }

    .login-btn {
        /* border-color: rgba(255, 255, 255, 0.9); */
        /* border: rgba(255, 255, 255, 0.35); */
        border: 1px solid #959595;
        color: #fff;
        display: inline-block;
        font-size: 11px;
        text-align: center;
        text-transform: uppercase;
        padding: 0px 8px;
    }

    .login-btn a {
        color: #fff;
    }

    .login-btn:hover,
    .login-btn:focus {
        /* background-color: #49ae55;
        border: 1px solid #49ae55; */
        color: #fff;
    }

    .login-btn i {
        color: #fff;
        font-size: 16px;
        margin-left: 0 !important;
        margin-right: 3px;
        align-items: center;
    }

    .curreny-bx {
        border: 1px solid #959595 !important;
        line-height: 32px;
        padding: 9px 0px;
    }

    .flag-icon {
        margin-left: 6px;
        width: 24px;
        height: 24px;
        margin-top: 2px;
    }

    .ht-cnt {
        display: inline-block;
        padding: 5px 0 0 0;
        margin-left: 0;
    }

    .ct-bx {
        float: left;
        margin-left: 10px;
    }


    .user-icon {
        border-radius: 100%;
        width: 20px !important;
        height: 20px !important;
        line-height: 18px !important;
        text-align: center;
        border: 1px solid #fff;
        padding: 2px 4px !important;
        text-align: center;
        margin-right: 4px;
        overflow: hidden;
    }

    .lag-bx {
        position: relative;
        left: 0;
    }

    .access-box {
        position: relative;
        right: 0;
    }

    .dropbtn {
        position: relative;
        /* background-color: unset; */
        border: none;
        cursor: pointer;
        color: #fff;
        font-family: 'Asap', sans-serif !important;
        font-size: 11px;
        font-weight: 400;
        text-transform: uppercase;
        z-index: 999;
    }

    .dropbtn:hover {
        color: #fff;
    }

    .dropbtn i {
        padding: 0 4px;
    }

    .ct-user {
        position: relative;
        display: inline-block;
    }

    .lag-bx .flag-icon {
        margin-right: 6px;
    }

    .drop-content {
        display: none;
        position: absolute;
        /* background-color: #fff; */
        background-color: rgb(48, 52, 55);
        /* border-radius: 0.188em; */
        min-width: 140px;
        z-index: 9999;
    }

    .drop-content a {
        color: #FFFFFF !important;
        display: block;
        font-size: 0.75em;
        padding: 2px 8px;
        text-transform: capitalize;
        text-decoration: none;
    }

    .drop-content a:hover {
        /* background-color: #4DBD5A; */
        background-color: rgb(44, 47, 52);
        color: #fff !important;
        text-decoration: none !important
    }

    .ct-user:hover .drop-content {
        display: block;
    }

    .ct-user:hover .dropbtn {
        background-color: unset;
    }

    .h-cnt {
        margin-top: 10px;
        float: right;
    }

    .p-icon {
        border-radius: 100%;
        color: #fff;
        font-size: 16px;
        float: left;
        width: 36px;
        height: 36px;
        line-height: 32px;
        text-align: center;
        border: 2px solid #fff;
        margin-right: 10px;
        overflow: hidden;
    }

    .p-icon i {
        color: #fff;
    }

    .whatapps {
        background-color: unset;
        border: 2px solid #4fce5d;
        color: #4fce5d;
        font-size: 1.125em;
    }

    .whatapps i {
        color: #4fce5d;
    }

    .whatapps i a {
        color: #4fce5d;
    }

    .h-ct {
        color: #fff;
        /* margin-left: 50px; */
        float: left;
    }

    .h-ct span {
        font-size: 12px;
        color: #fff;
        display: block;
        line-height: 16px;
        text-transform: uppercase;
    }


    .h-ct .phone a {
        color: #4DBD5A;
        display: block;
        font-size: 20px;
        font-family: 'Mulish', sans-serif;
        font-weight: 700;
        line-height: 28px;
        text-transform: capitalize;
    }

    .h-ct small {
        color: #C5341D;
        display: block;
        font-size: 0.688em;
        font-weight: 400;
        line-height: 0.75em;
        text-transform: uppercase;
    }

    .h-ct small a {
        color: #fff;
        display: block;
        font-family: 'Asap', sans-serif !important;
        font-size: 12px;
        line-height: 16px;
        margin-top: 0;
    }


    /********exp-search*********/
    .Exp-serach {
        position: relative;
        width: 0%;
        min-width: 30px;
        height: 50px;
        float: right;
        top: -50px;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }

    .ExpInput {
        background: none;
        border: none;

    }

    .ExpIcon,
    .Expbtn {
        width: auto;
        height: 50px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        margin: 0;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
    }

    .Expbtn {
        background: #fff;
        /* IE needs this */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        /* IE 8 */
        filter: alpha(opacity=0);
        /* IE 5-7 */
        opacity: 0;
        color: transparent;
        border: none;
        outline: none;
        z-index: -1;
    }

    .ExpIcon {
        color: #fff;
        background: transparent;
        z-index: 90;
        border: none;
        outline: none;
        font-size: 1.25em;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
    }

    .ExpIcon:before {
        content: "";
    }

    .Exp-serach.Exp-serach-open,
    .no-js .Exp-serach {
        width: 100%;
    }

    .Exp-serach.Exp-serach-open .ExpIcon,
    .no-js .Exp-serach .ExpIcon {
        background: transparent;
        color: #fff;
        z-index: 11;
    }

    .autocomplete {
        background: none;
        border: none;
        border-radius: 4px;
        color: #fff;
        font-family: inherit;
        font-size: 14px;
        height: 38px;
        margin: 0;
        outline: medium none;
        padding: 0 10px;
        position: absolute;
        right: 30px;
        top: 7px;
        width: 250px;
        width: 30%;
        z-index: 10;
    }

    input[type="text"].autocomplete {
        box-sizing: inherit !important;
        color: #fff !important;
    }

    .autocomplete::placeholder {
        color: #fff;
        opacity: 1;
    }

    .autocomplete:-ms-input-placeholder {
        color: #fff;
    }

    .autocomplete::-ms-input-placeholder {
        color: #fff;
    }

    #autocomplete-list {
        position: absolute;
        border: none;
        z-index: 99;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        width: 30%;
        top: 100%;
        right: 2%;
    }

    .autocomplete-item {
        padding: .5rem 0.8rem;
        cursor: pointer;
        background-color: #19212a !important;
    }

    .autocomplete-item strong {
        color: #fff;
    }

    .autocomplete-active {
        border: 1px solid #e8d5d5;
    }

    .sticky.is-sticky {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99;
        width: 100%;
    }

    /* search wrapper */

    .search-wrap {
        position: relative;
    }

    .search-btn {
        position: relative;
        background: none;
        color: #ffffff;
        border: none;
        outline: none;
        font-size: 1.25em;
    }

    .openBtn {
        background: initial;
        border: none;
        cursor: pointer;
    }

    .overlay {
        height: 30%;
        width: 100%;
        display: none;
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        background-color: rgba(44, 44, 44, 0.8);
    }

    .overlay-content {
        position: relative;
        top: 30%;
        width: 50%;
        text-align: center;
        margin-top: 30px;
        margin: auto;
    }

    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 0;
        font-size: 2.5em;
        cursor: pointer;
        color: white;
    }

    .overlay .closebtn:hover {
        color: #ccc;
    }

    .overlay-content {
        max-width: 100%;
        width: 600px;
        padding: 0 15px;
    }

    .overlay input[type=text] {
        padding: 15px;
        font-size: 1em;
        border: none;
        border-radius: 3px 0 0 3px;
        float: left;
        width: 85%;
        background: white;
    }

    .overlay input[type=text]:hover {
        background: #f1f1f1;
    }

    .overlay button {
        float: left;
        width: 15%;
        padding: 15px;
        background: #C5341D;
        color: #ffffff;
        font-size: 1.5em;
        border: none;
        border-radius: 0 3px 3px 0;
        cursor: pointer;
    }

    .overlay button:hover {
        background: #C5341D;
    }


    /******** banner ********/
    .banner {
        position: relative;
        height: 100vh;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .banner .carousel-inner,
    .banner .carousel.slide,
    .banner .carousel-item {
        position: relative;
        height: 100vh;
    }

    .banner .carousel-inner,
    .banner .carousel.slide,
    .banner .carousel-item img {
       display: block;
       width: 100%;
       height: 100vh;
       object-fit: cover;
       object-position: center;
   }

   .carousel-control-next,
   .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px !important;
    height: 60px !important;
    font-size: 1.25em;
    border-radius: 100%;
    background: inherit !important;
    border: 2px solid #fff;
    color: #fff !important;
    opacity: 0.75;
    text-align: center;
    transition: all 500ms ease;
    cursor: pointer;
    z-index: 9;
}

.carousel-control-prev {
    width: 60 !important;
    height: 60 !important;
    border-radius: 100%;
    left: 5%;
}

.carousel-control-next {
    width: 60 !important;
    height: 60 !important;
    border-radius: 100%;
    right: 5%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(227, 227, 227);
    background-clip: padding-box;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .75;
    transition: opacity .6s ease;
    overflow: hidden;
}

.carousel-indicators .active {
    background-color: #fff;
    opacity: 1;
    width: 18px;
    height: 18px;
    border-radius: 100%;
}

.carousel-caption {
    bottom: 5%;
    left: 15%;
    right: 15%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.carousel-caption h3 {
    margin: 0px;
    color: #fff;
    font-family: 'Merienda One', cursive;
    font-size: 3em;
    text-transform: capitalize;
    text-shadow: 0px 4px 8px rgba(73, 73, 73, 0.36);
}

.carousel-caption h3 span {
    color: #fff;
    /* margin-left: 10px; */
    /* font-size: 32px; */
    text-shadow: 0px 4px 8px rgba(73, 73, 73, 0.36);
}

.carousel-caption h5 {
    color: #FFFFFF;
    font-size: 1.25em;
    font-weight: 400;
    padding: 10px 0 0;
    margin: 0;
    /* font-family: 'Merienda One', cursive; */
    text-transform: capitalize;
    text-shadow: 0px 0px 10px rgba(73, 73, 73, 0.20);
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.s-btn {
    position: relative;
    background-color: #217206;
    /* border-radius: 0.188em; */
    cursor: pointer;
    display: inline-block;
    font-size: 0.75em;
    font-weight: 600;
    color: #fff;
    padding: 5px 16px;
    text-align: center;
    transition: all .5s;
    z-index: 1;
    overflow: hidden;
}

.s-btn i {
    margin-right: 6px;
}

.s-btn:before {
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #217206;
    color: #fff;
    transition: all .5s;
    z-index: -1;
}

.s-btn:after {
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #217206;
    transition: all .5s;
    z-index: -1;
}

.s-btn:hover {
    color: #fff;
}

.s-btn:hover:before {
    transform: rotateX(90deg);
}

.s-btn:hover:after {
    transform: rotateY(90deg);
}


/***** activities-wrapper ****/

.activities-wrapper {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 450px;
    display: block;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #e3e3e3 transparent;
}

.activities-wrapper::-webkit-scrollbar {
    width: 4px;
}

.activities-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px #fff;
    border-radius: 10px;
}

.activities-wrapper::-webkit-scrollbar-thumb {
    background: #C4C4C4;
    border-radius: 4px;
}

.activities-wrapper::-webkit-scrollbar-thumb:hover {
    background: #767676;
}


.a-bx {
    position: relative;
    background-color: #e9e9e9;
    /* border: 1px solid rgb(232, 232, 232); */
    /* border-radius: 0.188em; */
    position: relative;
    /* width: 49%; */
    min-height: 260px;
    margin: 0 auto;
    margin-bottom: 5px;
    padding: 30px 10px 30px 10px;
    cursor: pointer;

}

.a-bx h6 {
    color: #1d1d1d;
    font-family: Lato, sans-serif;
    text-align: center;
    font-size: 14px;
    /* font-size: 1.2rem; */
    font-weight: 700;
    /* letter-spacing: 1.5px; */
    line-height: 18px;
    text-transform: uppercase;
    word-wrap: break-word;
    margin-bottom: 16px;
}

.a-bx p {
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 300;
    line-height: 13px;
    width: 90%;
    font-size: 1rem;
    letter-spacing: 0.06px;
    width: 90%;
}

    /* .a-bx:Hover {
        background-color: #217206;
        border: 1px solid #217206;
        border-radius: 0.188em;
        cursor: pointer;
    } */

    .a-bx:Hover p {
        color: #1d1d1d;
        text-decoration: none;
    }

    /* .a-bx:Hover h6 {
        color: #fff;
        text-decoration: none;
    } */

    .atv-icon {
        background-color: transparent;
        border: 1px solid #217206;
        border-radius: 100%;

        /* width: 70px;
        height: 70px;
        margin: 0 auto;
        margin-bottom: 0px;
        line-height: 70px; */

        display: block;
        height: 100px;
        width: 100px;
        line-height: 90px;
        margin: 0 auto;
        /* font-size: 50px; */
        margin-bottom: 20px;
        /* font-weight: 500; */
        background-repeat: no-repeat;
        /* color: #000;
        font-weight: 700; */
    }

    .atv-icon img {
        height: 64px;
        width: 64px;
        object-fit: cover;
        margin: 0 auto;
    }


    /*****destination****/

    .content-wrap {
        position: relative;
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
        /* overflow: hidden; */
    }

    .images-holder {
        position: relative;
        overflow: hidden;
    }

    .images-holder img {
        /* border-radius:0.375em 0.375em 0 0;  */
        transform-origin: 65% 70%;
        transition: transform 5s, filter 3s ease-in-out;
    }

    .frame__img {
        position: relative;

    }

    .frame__img img {
        object-fit: cover;
        height: 600px;
    }

    .content-wrap:hover img {
        filter: brightness(100%);
        transform: scale(1.5);
    }

    .ribbon {
        width: 150px;
        height: 150px;
        overflow: hidden;
        position: absolute;
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 6px 0;
        background-color: #A80833;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
        text-align: center;
    }


    /* top left*/

    .ribbon-top-left {
        top: -4px;
        left: -4px;
    }

    .ribbon-top-left::before,
    .ribbon-top-left::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-top-left::before {
        top: 0;
        right: 0;
    }

    .ribbon-top-left::after {
        bottom: 0;
        left: 0;
    }

    .ribbon-top-left span {
        right: -6px;
        top: 26px;
        transform: rotate(-45deg);
    }

    .content-overlay {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .c-text {
        text-align: center;
    }

    .c-text h3 {
        color: #fff;
        font-size: 2.813em;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .ds-tittle {
        position: absolute;
        content: '';
        left: 65;
        bottom: 0;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.75));
        width: 100%;
        text-transform: capitalize;
        padding: 20px 20px 70px 40px;
        z-index: 9;
    }

    .ds-tittle h4 {
        color: #fff;
        font-size: 2em;
        font-weight: 700;
        font-family: 'Merienda One', cursive;
    }

    .trips {
        color: #fccc44;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    /*****trips****/

    .trips-section {
        position: relative;
    }

    .text-holder {
        position: relative;
        /* border-radius: 0 0 0.375em 0.375em; */
    }

    .wishlist {
        position: absolute;
        right: 11px;
        top: -15px;
        background-color: #A80833;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        line-height: 33px;
        color: #fff;
        font-size: 1em;
        text-align: center;
    }

    .wishlist a {
        background-color: #A80833;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #fff !important;
    }

    .wishlist:hover,
    .wishlist:focus {
        color: #fff !important;
    }

    .t-date {
        font-size: 0.875em;
        font-weight: 500;
    }

    .t-pp {
        color: #A80833;
        font-size: 1.5em;
        font-weight: 700;
    }

    .t-pp small {
        color: #595959;
        font-size: 14px;
        font-weight: 400;
        font-style: italic;
    }


    /*****trip-season****/

    .trip-season {
        position: relative;
    }

    .trip-activity h5 {
        font-family: 'Merienda One', cursive;
        font-size: 16px;
    }

    .trip-activity ul li {
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        margin-right: 15px;
        margin-bottom: 5px;
        text-align: left;
    }

    .trip-activity ul li i {
        color: #217206;
        font-size: 18px;
        margin-right: 10px;
    }

    .t-static li {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        padding-right: 12px;
    }

    .t-static li a {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        padding-right: 12px;
    }

    .t-static li i {
        color: #484848;
        font-size: 16px;
        margin-right: 5px;
    }

    .tp-tag h5 {
        color: #A80833;
        font-size: 1.25rem;
        font-weight: 700;
        text-transform: capitalize;
    }

    .tp-tag-title {
        counter-reset: #1d1d1d;
        display: block;
        line-height: 14px;
        font-size: 0.813rem;
        font-weight: 400;
    }

    .tp-tag h5 small {
        color: #1d1d1d;
        font-size: 13px !important;
        font-weight: 400;
        text-transform: uppercase;
    }

    .tp-tag h6 {
        color: #fff;
        font-size: 1em;
        font-weight: 700;
    }

    .tp-tag h6 i {
        margin-right: 8px;
    }

    .off-tag {
        background-image: -ms-radial-gradient(center top, circle farthest-side, #A80833 0%, #730020 100%);
        background-image: -moz-radial-gradient(center top, circle farthest-side, #A80833 0%, #730020 100%);
        background-image: -o-radial-gradient(center top, circle farthest-side, #A80833 0%, #730020 100%);
        background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #A80833), color-stop(1, #730020));
        background-image: -webkit-radial-gradient(center top, circle farthest-side, #A80833 0%, #730020 100%);
        background-image: radial-gradient(circle farthest-side at center top, #A80833 0%, #730020 100%);
        width: 4em;
        height: 3em;
        position: absolute;
        margin: auto;
        z-index: 1;
        right: 28px;
        top: 0;
        text-align: center;
        padding: 10px 2px 0 2px;
    }

    .off-tag:before {
        content: "";
        position: absolute;
        bottom: -2.4em;
        left: 0;
        width: 0;
        height: 0;
        border-top: 2.5em solid #730020;
        border-right: 2.5em solid transparent;
    }

    .off-tag:after {
        content: "";
        position: absolute;
        bottom: -2.4em;
        right: 0;
        width: 0;
        height: 0;
        border-top: 2.5em solid #730020;
        border-left: 2.5em solid transparent;
    }

    .off-tag h6 {
        color: #fff;
    }

    .off-tag h6 small {
        color: #fff;
        display: block;
    }

    .client-wrap {
        position: relative;
    }

    .testimonial-bg {
        text-align: center;
        position: relative;
    }

    .client-section {
        position: relative;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    }

    .pb-80 {
        padding-bottom: 80px;
    }

    .c-text {
        color: #484848;
        text-align: left;
        font-size: 14px;
        line-height: 22px;
    }

    .c-rting li {
        color: #f98b3f;
        display: inline-block;
        font-size: 12px;
        padding-right: 0;
        margin-right: -3px;
    }

    .why-icon {
        position: relative;
    }

    .w-icon {
        position: relative;
        margin-right: 20px;
        /* margin-top: 30px; */
        float: left;
        width: 80px;
    }

    .hexagon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        background-color: #A80833;
        border-radius: 100%;
        position: relative;
        text-align: center;
    }

    .hexagon i {
        color: #fff;
        font-size: 28px;
    }

    /*
    .hexagon:before {
        content: "";
        position: absolute;
        top: -25px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-bottom: 25px solid #A80833;
    }

    .hexagon:after {
        content: "";
        position: absolute;
        bottom: -25px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 25px solid #A80833;
    } */

    .why-text {
        margin-left: 100px;
        padding-right: 30px;

    }

    /* .why-text p {
        color: #fff;
        line-height: 22px;
    } */

    .owl-carousel .owl-dots .owl-dot.active span,
    .owl-carousel .owl-dots .owl-dot:hover span {
        background-color: #ba0c3b;
        transform: translate3d(0px, -50%, 0px) scale(0.6);
    }

    .owl-carousel .owl-dots {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

    .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        outline: none;
        border: none !important;
    }

    .owl-carousel .owl-dots .owl-dot span {
        background-color: #A80833;
        display: inline-block;
        height: 20px;
        margin: 0 2px 5px;
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform-origin: 50% 50% 0;
        transition: all 250ms ease-out 0s;
        width: 20px;
        border-radius: 100%;
    }


    /**** footer *****/
    .footer-banner {
        position: relative;
        /* background: url(../assets/banner/banner-footer_02.png); */
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        /* background-size: 100% auto !important; */
        /* height: 362px;
         max-height: 362px; */
         width: 100%;
         height: 100%;
     }

     .footer-banner img {
        width: 100%;
    }

    footer {
        position: relative;
        background: #000;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 0 0 15px 0;
    }

    /* footer::after {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    } */

    h4.footer-title {
        position: relative;
        color: #fff;
        font-size: 1em;
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 20px;
        /* padding-left: 40px; */
    }


    /* h4.footer-title::after {
        position: absolute;
        content: '';
        left: 0;
        top: 10px;
        bottom: 0;
        background: #C5341D;
        width: 30px;
        height: 1px;
    } */

    .footer-links ul li {
        position: relative;
        color: #fff;
        display: block;
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer-links ul li a {
        color: #fff;
    }

    .footer-links ul li a:hover {
        color: #4DBD5A;
    }

    .cnt-title {
        font-size: 0.75em;
        font-weight: 300;
        color: #fff;
        display: block;
    }

    .cnt-text {
        margin-left: 30px;
        font-size: 0.875em;
        color: #fff;
        line-height: 1.125em;
        display: block;
    }

    .cnt-text a {
        color: #efefef;
    }

    .cnt-icon {
        color: #fff;
        float: left;
        width: 20px;
        font-size: 1.125em;
        margin-right: 10px;
    }

    .social-widgets h5,
    .social-widgets_1 h5,
    .ft-clt h5 {
        color: #fff;
        font-size: 1em;
        font-weight: 500;
        text-transform: capitalize;
    }

    .ft-clt ul li {
        list-style: none;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
        /* width: 60px;
        height: 60px;
        border-radius: 100%;
        background-color: #fff;
        text-align: center;
        line-height: 60px;
        overflow: hidden; */
    }

    .ft-clt ul li img {
        border-radius: 3px;
        width: auto;
        height: 40px;
    }

    .break-line {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        /* padding: 20px 0; */
    }

    .social-widgets {
        position: relative;
    }

    .social-widgets ul li {
        display: inline-block;
        font-size: 1.25em;
        text-align: center;
        margin-right: 2px;
    }

    .social-widgets ul li a {
        border-radius: 100%;
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        padding: 0 4px;
        margin-bottom: 2px;
        text-align: center;
    }

    .social-widgets ul li:nth-child(1) a {
        background: #1974d0;
        color: #ffffff;
    }

    .social-widgets ul li:nth-child(2) a {
        background: #1596e7;
        color: #ffffff;
    }

    .social-widgets ul li:nth-child(3) a {
        background: #e7a008;
        color: #ffffff;
    }

    .social-widgets ul li:nth-child(4) a {
        background: #db0505;
        color: #ffffff;
    }

    .social-widgets ul li:nth-child(5) a {
        background: #230cf0;
        color: #ffffff;
    }

    .abt-wrap {
        /* background-color: rgba(40, 40, 40, 0.5); */
        padding: 15px 0 0 0;
    }

    .subscribe-wrap {
        display: inline-flex;
        width: 100%;
    }

    .subscribe-form {
        position: relative;
        width: 100%;
        /* height: 55px; */
    }

    .subscribe-form input {
        background: #fff;
        border: none;
        outline: none;
        border-radius: 0.188em;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        width: 100%;
        font-size: 0.875em;
        margin-bottom: 10px;
        /* float: left; */
    }

    .subscribe-form .sub-button {
        position: relative;
        background: #A80833;
        border: none;
        border-radius: 0.188em;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        color: #fff;
        font-size: 0.875em;
        font-weight: 600;
        text-align: center;
        padding: 0 15px;
        text-transform: capitalize;
        width: 100%;
        /* float: left; */
    }

    .subscribe-form .sub-button i {
        margin-right: 6px;
    }

    .ft-lst {
        position: relative;
    }
    .copy-right {
        float: left;
    }

    .copy-right p {
        color: #717171;
        font-size: 11px;
        font-weight: 400;
        padding-bottom: 0 !important;
        margin: 0;
    }

    .copy-right p a {
        color: #717171;
        font-weight: 400;
    }

    .copy-right p a:hover {
        color: #ffffff;
        text-decoration: underline;
    }

    .fot-link {
        float: right;
    }
    .fot-link ul li {
        color: #717171;
        display: inline-block;
        font-size: 11px;
        font-weight: 400;
        padding-right: 15px;
        text-align: right;
    }

    .fot-link ul li a {
        color: #717171;
    }

    .fot-link ul li a:hover {
        text-decoration: underline;
        color: #A80833;
    }

    .mb-18 {
        margin-bottom: 18px;
    }

    .fot-logo img {
        width: 148px;
    }

    /******** all page css *******/

    .parallax {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-attachment: inherit;
        -webkit-background-size: cover;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-position: center 60%;
        background-repeat: repeat-y;
    }

    .inner-header {
        position: relative;
        min-height: 460px;
    }

    .inner-header::before {
        position: absolute;
        background-color: rgba(0, 0, 0, .45);
        content: "";
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9;
    }

    .py-80 {
        padding: 80px 0;
    }

    .breadcrumb-wrap {
        position: absolute;
        width: 100%;
        bottom: 0;
        z-index: 999;
    }

    .title-breadcrumb {
        position: relative;
        color: #fff;
        font-family: "212 Moon Child Sans" !important;
        font-size: 2.25em;
        font-weight: 700;
        text-align: center;
        text-transform: capitalize;
        padding-bottom: 80px;
    }

    .breadcrumb {
        position: relative;
        background-color: #fff;
        padding: 10px 0;
        border-radius: 0;
        color: #484848;
        font-size: 13px !important;
        font-weight: 400 !important;
        text-transform: capitalize;
        display: block !important;
        margin-bottom: 0;
    }

    .breadcrumb li {
        display: inline-block !important;
    }

    .breadcrumb li a {
        color: #484848;
        font-size: 13px !important;
        font-weight: 400 !important;
    }

    .breadcrumb li a:hover {
        color: #A80833;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        float: left;
        color: #484848;
        content: "\f105";
        font-size: 10px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-right: .5rem;
        margin-top: 1px;
    }

    .breadcrumb-item.active {
        color: #A80833;
        font-size: 13px !important;
    }

    /********about css*********/

    .list-item li {
        position: relative;
        font-size: 0.875em;
        font-weight: 400;
        margin: 8px 0;
        padding-left: 20px;
    }

    .list-item li::after {
        position: absolute;
        content: '\f0a4';
        left: 0;
        font-family: 'Font Awesome\ 5 Free';
        font-style: normal;
        font-weight: 900;
        color: #217206;
        font-size: 0.875em;
        margin-right: 10px;
    }

    .contact-wrap {
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
        padding: 40px 30px;
    }

    .cnt-info {
        background: #1B1616;
        padding: 20px;
    }


    /********pagination css*********/

    .page-item.disabled .page-link {
        color: #fff;
        pointer-events: none;
        background-color: #217206;
        border-color: #217206;
    }

    .pagination a {
        background: #efefef;
        border: none;
        color: #3d3c3c;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        margin: 0 2px;
    }

    .pagination a.active {
        background-color: #217206;
        color: white;
    }

    .pagination a:hover:not(.active) {
        background-color: #217206;
        color: #fff;
    }

    /********details*********/

    .dtl-content {
        position: relative;
        /* margin-left: 15px; */
    }

    .tabs-detail {
        background-color: rgba(27, 33, 37, 1);
        /* border-radius: 0.1875rem; */
    }

    .tabs-detail>nav {
        background-color: unset;
        background-color: rgba(27, 33, 37, 1);
    }

    .stickys {
        position: fixed;
        background-color: rgba(27, 33, 37, 1);
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .stickys .nav-tabs {
        width: 100%;
        max-width: 100%;
        border-radius: 0.1875em;
    }

    .tabs-detail {
        background-color: rgba(27, 33, 37, 1);
    }

    .content-part {
        position: relative;
    }

    .nav-tabs .nav-link {
        border-color: unset !important;
        color: #ffffff;
        display: inline-block;
        font-weight: 700;
        font-size: 15px;
        line-height: 50px;
        padding: 8px 16px;
        margin-right: 0;
    }

    .nav-tabs .nav-link span {
        font-size: 15px;
        line-height: 15px;
        text-align: center;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #ffcf07 !important;
        background: unset;
        border-color: unset !important;
        border-radius: 0;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
    }

    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        border-color: unset !important;
        color: #ffcf07;
        border-radius: 0;
    }

    .nav-item .nav-link,
    .nav-tabs .nav-link {
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        -ms-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }

    .nav-tabs {
        border: 0;
    }

    .nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
        box-shadow: none;
    }

    .nav-tabs .nav-link {
        border: none;
    }

    .scrollable-navbar-container {
        white-space: nowrap;
    }

    .scrollable-tabs .nav-link {
        display: inline-block;
        white-space: inherit;
    }

    /***** overview ******/

    .dtl-dscp {
        /*padding: 10px 0;*/
        padding-bottom: 30px;
    }

    .title-bg {
        background-color: #217206;
        /* border-radius: 0.1875rem; */
        color: #fff;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        text-transform: capitalize;
        padding: 10px 30px;
    }

    .mrgb-50 {
        margin-bottom: 50px;
    }

    /***** itinerary ******/

    .itinerary-meta {
        /* background-color: #f4f8fd; */
        justify-content: flex-start;
        display: flex;
        align-items: center;
    }

    .iti-list-trip {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 1;
        flex-grow: 1;
        align-items: baseline;
    }

    /*
    .trip-facts ul li {
        display: inline-block;
        margin-right: 40px;
        margin-bottom: 40px;
        text-align: left;
    } */

    .tp-icon {
        width: 24px;
        float: left;
        font-size: 24px;
        color: #217206;
        margin-right: 5px;
    }

    .tp-dtl {
        margin-left: 5px;
        line-height: 1.5em;
    }

    .tp-dtl h6 {
        color: #1B1616;
        font-size: 12px;
        font-weight: 700;
        text-transform: capitalize;
    }

    .tp-dtl span {
        color: #484848;
        display: block;
        font-size: 13px;
        font-weight: 400;
    }

    .tools {
        color: #A80833;
        font-size: 18px;
        margin-left: 0;
        align-items: baseline;
    }

    .exp-iti {
        color: #A80833;
        font-size: 0.75em;
        font-weight: 600;
    }

    .exp-iti i {
        margin-left: 6px;
    }

    .what-include ul li {
        position: relative;
        color: #444;
        font-size: 14px;
        display: block;
        margin: 10px 0;
    }

    .what-include ul li i {
        color: #3fa81c;
        font-size: 16px;
        margin-right: 10px;
    }

    .what-exclude ul li {
        position: relative;
    }

    .what-exclude ul li i {
        color: #A80833;
        font-size: 16px;
        margin-right: 10px;
    }


    /* .table-wrap:first-child {
        border-top: 1px solid #dbdbdb !important; ;
    } */

    thead,
    tbody,
    tfoot,
    tr,
    td,
    th {
        border-color: inherit;
        border-style: solid;
        border-width: 0;
        border-bottom: none;
        /* border-bottom: 1px solid #dbdbdb; */
        /* font-family: 'Open Sans', sans-serif; */
    }

    .table thead th {
        background-color: transparent;
        color: #727272 !important;
        font-size: 13px;
        letter-spacing: 0.125rem;
        line-height: 14px;
        vertical-align: middle;
        text-transform: uppercase;
        font-weight: 700;
        border-bottom: none;
        padding-bottom: 10px;
    }

    .table td,
    .table th {
        color: #545454;
        vertical-align: middle;
        border-top: none;
        font-size: 15px;
        font-weight: 700;
        text-align: left;
        padding: 20px 2px;
    }

    .table-wrap td {
        border-top: 1px solid #dbdbdb !important;
    }

    .ref_info {
        display: flex;
        align-items: center;
    }

    .explain_icon {
        /* background-color: #217206; */
        color: #217206;
        font-size: 22px;
        padding-left: 5px;
    }

    .start-date {
        color: #7c7c7c;
        display: inline-block;
        font-size: 15px;
        font-weight: 700;
    }

    .p-info {
        color: #545454;
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        font-family: 'Open Sans', sans-serif;
    }

    .p-info span {
        color: #8b8b8b;
        font-size: 14px;
        font-weight: 500;
        text-decoration: line-through;
        line-height: 14px;
        margin-right: 0;
        display: block;
        font-family: 'Open Sans', sans-serif;
    }

    .faq_wrapper {
        position: relative;
        border: 1px solid #dfdfdf;
        border-bottom: none;
    }

    .faq_item {
        position: relative;
        border-bottom: 1px solid #dfdfdf;
    }

    .faq_subtitle-wrap {
        background-color: #f7f7f7;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 9px 20px 9px 20px;
    }

    .faq_title {
        position: relative;
        background: #fff;
        border-radius: 3px;
        color: #363636;
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        padding: 15px 20px;
        align-items: center;
    }

    .faq_title small {
        color: #333;
        font-size: 14px;
        font-weight: 700;
        padding-right: 8px;
        text-transform: uppercase;
    }

    .faq_title a {
        color: #363636;
    }

    .green-btn {
        background-color: #217206;
        /* border: 2px solid #217206 !important; */
        border: none;
        color: #ffffff;
        outline: none;
        padding: 6px 10px !important;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
    }

    .green-btn:hover {
        background-color: #329212;
        border: none;
        /* border: 2px solid #217206 !important; */
        color: #fff;
    }

    .green-btn i {
        font-size: 20px;
        margin-right: 0;
        margin-left: 0;
    }

    .faq_subtitle {
        color: #1d1d1d;
        font-size: 20px;
        font-family: 'Mulish', sans-serif;
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 0;
    }

    .faq_subtitle:hover {
        color: #202020;
    }

    .faq_discription {
        padding: 10px 20px !important;
    }

    .reco_discription {
        padding: 0 20px 10px 20px !important;
    }

    .faq_title span.arrow {
        width: 20px;
        height: 20px;
        background-size: contain;
        position: absolute;
        right: 15px;
        color: rgb(90, 90, 90);
        top: -8px;
        margin: auto;
        bottom: 0;
        transition: all 0.5s;
    }

    .faq_title span.arrow::before {
        content: "\f067";
        position: relative;
        top: 1px;
        display: inline-block;
        font-style: normal;
        font-size: 16px;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* float: right; */
        transition: transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
    }

    .faq_title.active span.arrow::before {
        content: "\f068";
        position: relative;
        top: 1px;
        display: inline-block;
        font-style: normal;
        font-size: 16px;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* float: right; */
        transition: transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
    }


    .faq_details {
        padding: 0 15px;
        background: #ffffff;
        display: none;
    }

    .faq_item:first-child .faq_details {
        display: block;
    }

    .rating_rvw {
        border: none;
        float: left;
    }

    .rating_rvw>input {
        display: none;
    }

    .rating_rvw>label {
        color: rgb(140, 140, 140);
        float: right;
    }

    .rating_rvw label:hover {
        cursor: pointer;
    }

    .rating_rvw>label:before {
        margin: 5px;
        font-size: 1em;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f005";
        display: inline-block;
    }

    .rating_rvw>input:checked~label,
    .rating_rvw:not(:checked)>label:hover,
    .rating_rvw:not(:checked)>label:hover~label {
        color: #ffab53;
    }


    /********dtl sidenav css*********/

    .side-nav {
        position: relative;
        border: 1px solid #efefef;
        padding: 20px 15px;
    }

    .title_sidenav {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .btn-red {
        background-color: #A80833;
    }

    .pp-tag {
        color: #fff;
        font-size: 32px;
        display: inline;
        font-weight: 700;
        padding-top: 60px;
    }

    .pp-tag i {
        font-size: 1.25rem;
        color: #fff;
        margin-right: 6px;
    }

    .pp-tag span {
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        bottom: 0;
        text-transform: capitalize;
    }

    /* .print-button {
        position: relative;
        color: #1d1d1d;
        font-weight: 600;
        vertical-align: middle;
        z-index: 9;
    }

    .print-button i {
        color: #1d1d1d;
        font-size: 1.5rem;
        display: inline-block;
        margin-right: 8px;
    }

    .print-button a {
        color: #1d1d1d;
    } */

    .customize ul li {
        font-size: 0.813em;
        list-style-type: disc;
        list-style-position: inside;
        line-height: 18px;
        margin: 6px 0;
    }

    .get-question {
        position: relative;
        background: url(../assets/gallery/3.jpg);
        padding: 30px 20px;
        height: auto;
        width: auto;
    }

    .get-question::before {
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.35);
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .information {
        position: relative;
        padding: 20px;
        /* color: #fff; */
        z-index: 1;
    }

    .information h4,
    .information h5,
    .information h6 {
        /* color: #fff; */
    }

    .information h5 i,
    .information h6 i {
        /* color: #fff; */
        font-size: 16px;
        margin-right: 10px;
    }


    /********destnation css*********/

    .showing-title h3 span {
        color: #e7284d;
        font-size: 0.875em;
    }

    .sort-items {
        display: flex;
        align-items: center;
        height: 45px;
        line-height: 45px;
    }

    .dropbtn_1 {
        position: relative;
        background-color: unset;
        border: none;
        cursor: pointer;
        color: #484848;
        font-size: 0.75em;
        font-weight: 500;
        z-index: 999;
    }

    .drop-select {
        display: none;
        position: absolute;
        background-color: rgba(27, 33, 37, 1);
        border-radius: 0.188em;
        min-width: 90px;
        z-index: 999;
    }

    .drop-select a {
        color: #484848 !important;
        font-size: 0.75em;
        padding: 6px 12px;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
    }

    .drop-select a:hover {
        background-color: rgba(27, 22, 22, 1);
        color: #484848 !important;
        text-decoration: none !important
    }

    .sort-items:hover .drop-select {
        display: block;
    }

    .sort-items:hover .dropbtn_1 {
        background-color: unset;
    }

    /********new audate css*********/

    .detail-slider {
        position: relative;
    }

    .dtl-caption {
        width: 100%;
        background-color: rgba(168, 8, 51, 1);
        padding: 0;
        z-index: 999;
    }

    .check-date {
        background-color: #f7f7f7;
        padding: 20px;
    }

    .search-ajax-title {
        /* display: inline-block; */
        font-size: 14px
    }

    .search-ajax-year {
        display: inline-block;
        margin-right: 20px;
        min-width: 260px;
    }

    .img-trip {
        float: left;
        width: 70px;
        height: 50px;
        margin-right: 20px;
    }

    .img-trip img {
        width: 70px;
        height: 50px;
    }

    .t-dtl {
        margin-left: 90px;
    }

    .t-dtl h6 {
        font-size: 15px;
        font-weight: 500;
    }

    .months-list ul {
        display: flex;
        align-items: center;
    }

    /* .months-list ul li {
        flex: auto;
    } */

    .months-list ul li a {
        flex: auto;
        background-color: #e9e9e9;
        border: 1px solid #DEDEDE;
        border-radius: 0;
        color: #ffffff;
        cursor: pointer;
        font-size: 14px;
        font-weight: 800;
        text-align: center;
        width: 8%;
        padding: 0.375rem;
    }

    .months-list ul li a.active {
        background-color: #217206;
        color: #ffffff;
    }

    .title-2 {
        float: left;
    }

    .price-inquiry {
        float: right;
    }

    .offcanvas {
        z-index: 1400 !important;
    }

    .offcanvas-end {
        top: 0;
        right: 0;
        width: 390px;
        border-left: 1px solid rgba(0, 0, 0, .2);
        transform: translateX(100%);
    }

    .cont-inner {
        padding: 0 0 40px 10px;
    }

    #main {
        transition: margin-left .5s;
    }

    @media screen and (max-height: 450px) {
        .sidebar {
            padding-top: 15px;
            width: 260px;
            /* max-width: 87vw; */
        }
    }

    .tittle-sub {
        color: #2d2d2d;
        font-weight: 600;
        font-size: 16px;
    }

    .cont-text p {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5em;
        text-transform: capitalize;
    }

    .cnt-address {
        color: #3e3a3b;
        display: block;
        line-height: 12px;
        font-size: 11px;
        font-weight: 700;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    .cnt-details {
        font-size: 0.875em;
        color: #1B1616;
        font-weight: 500;
        display: block;
    }

    hr {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
        border-top: 1px solid #b7b7b7;
    }

    /* .tt-title {
        font-size: 1.5em;
        font-weight: 400;
        text-transform: capitalize;
    } */

    .trip-facts li {
        /* border-bottom: 1px solid #efefed; */
        /* min-height: 60px; */
        padding: 0px;
        padding-left: 15px;
        margin: 0;
        /* line-height: 30px; */
        list-style: none;
        /* color: #484848; */
        font-size: 15px;
        font-weight: 600;
    }

    .trip-facts__title+span {
        overflow: hidden;
        display: block;
        font-weight: 400;
    }

    .trip-facts li:nth-child(2n+1) {
        /* border-right: 1px solid #efefed; */
        clear: left;
        padding-left: 0;
    }

    .trip-facts__title {
        color: #217206;
        font-size: 16px;
        float: left;
        font-weight: 500;
        width: 180px;
    }

    .trip-facts__title i {
        color: #217206;
        font-size: 28px;
        margin-right: 10px;
    }

    .sub-cost {
        position: relative;
        background-color: rgba(0, 0, 0, .04);
        border-color: transparent;
        padding: 10px 30px;
    }

    .sub-cost ul li {
        color: #1d1d1d;
        font-size: 14px;
        font-weight: 700;
        text-align: left;
    }

    .sub-cost ul li span {
        display: inline-block;
        padding: 5px 0;
        margin-right: 20px;
        width: 130px;
        white-space: nowrap;
    }

    .sub-cost ul li span {
        color: #3a3a3a;
        font-size: 14px;
        font-weight: 500;
        top: 0;
        left: 0;
        height: 100%;
    }

    .sub-cost ul li i {
        color: #1c8032;
        margin-right: 10px;
    }

    .wp-block-quote {
        /* background-color: rgb(245 245 245); */
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
        padding: 45px 60px 40px;
        padding-left: 60px;
        margin: 0 0 20px !important;
        /* color: #fff; */
        text-align: left;
    }

    .incusion_tab {
        position: relative;
        margin-top: -50px;
        z-index: 1;
    }

    .nav-pills {
        display: inline-flex !important;
    }

    .nav-pills .nav-link {
        background-color: #fff;
        border: 1px solid #217206;
        border-radius: 0;
        color: #217206 !important;
        font-size: 18px;
        font-weight: 700;
        margin-right: 5px;
        padding: 10px 24px;
        border-radius: 0;
        text-transform: uppercase;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        background-color: #217206 !important;
        border: 1px solid #217206;
        outline: none;
        color: #fff !important;
    }

    .ava-shedule ul li {
        display: inline-block;
        margin-bottom: 30px;
    }

    .ava-lft {
        float: left;
        width: 120px;
        margin-right: 20px;
    }

    .ava-lft h6 {
        font-size: 16px;
        font-weight: 700;
    }

    .ava-dtl {
        float: left;
        margin-left: 160px;
    }

    .ava-dtl p {
        font-size: 14px;
        font-weight: 500;
    }

    .tp-explain {
        background-color: #f7f7f7;
        border-radius: 3px;
        padding: 25px 15px;
    }


    /* .tab-cntscroll {
        display: none;
        clear: both;
    } */

    .tab-cntscroll {
        display: none;
        clear: both;
        float: right;
    }

    .tp-cntscroll {
        display: inline-flex;
        justify-content: flex-end;
        margin-top: -57px;
    }

    .book-btn {
        display: inline-block;
        margin-right: 30px;
    }

    .call-info {
        display: inline-block;
        padding: 10px 0;
    }

    .ph-call i {
        color: #fff;
        font-size: 20px;
    }

    /* .navside-box {
        position: relative;
        background-color: rgba(168, 8, 51, 1);
        padding: 20px;
    } */

    .guarantee-tag {
        position: absolute;
        background-color: #f98b3f;
        border-radius: 100%;
        width: 70px;
        height: 70px;
        top: -20px;
        right: 20px;
        overflow: hidden;
        text-align: center;
        padding: 14px 5px;
    }

    .g-text {
        color: #1a1e21;
        display: block;
        font-size: 13px;
        font-weight: 700;
        line-height: 15px;
    }

    .gs-small {
        color: #1a1e21;
        display: block;
        font-size: 11px;
        font-weight: 500;
        line-height: 13px;
    }


    .dis-tag h6 {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
    }

    .dis-tag h6 small {
        color: #fff;
        display: block;
    }

    .btn-book {
        background-color: #1B1616;
        border: 1px solid #1B1616;
        color: #fff;
    }

    .btn-book:hover,
    .btn-book:focus {
        background-color: #0e0d0d;
        border: 1px solid #0e0d0d;
        color: #fff;
    }

    .bookbtn {
        background-color: #a80833;
        border: none;
        color: #fff;
        box-shadow: none;
        outline: none;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        /* letter-spacing: .75px; */
        padding: 8px 16px;
    }

    .bookbtn:hover,
    .bookbtn:focus {
        background-color: #730020;
        border: none;
        outline: none;
        color: #fff;
        box-shadow: none;
    }


    .avexplain {
        background-color: #ddd;
        padding: 15px;
        margin-bottom: 20px
    }

    .avexplain p {
        margin-bottom: 0;
    }

    .trip-explain {
        position: relative;
        /* background: #217206; */
        background-color: #eee;
        border: 1px solid #eee;
        border-radius: 3px;
        display: inline-block;
        width: 100%;
        padding: 15px;
        margin-bottom: 20px;
    }

    .availability {
        position: relative;
        margin-bottom: 20px;
        /* display: flex; */
    }

    .tp-bx {
        float: left;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        overflow: hidden;
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        margin-right: 12px;
        line-height: 30px;
    }

    .availability-info {
        font-size: 15px;
        margin-left: 36px;
    }

    .availability-info p {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .tpinfo {
        margin-left: 48px;
        color: #1d1d1d;
    }

    .tpinfo h6 {
        color: #1d1d1d;
        font-size: 14px;
        font-weight: 500;
    }

    .tpinfo p {
        font-size: 13px;
        line-height: 20px;
    }

    .qa-bg {
        background-color: #217206;
        border: none;
        border-radius: 0px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        font-size: 12px;
        font-weight: 400;
        padding: 0 3px;
    }

    .tripfact {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .i-dest li {
        background-color: #A80833;
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 100%;
        color: #fff;
        font-size: 1.125em;
        text-align: center;
        margin-right: 3px;
        overflow: hidden;
    }

    .tour-blog {
        position: relative;
    }

    .tour-blog ul li {
        border-bottom: 1px dotted rgba(193, 193, 193, 0.87);
        color: #4a4a4a;
        font-size: 1em;
        font-weight: 400;
        padding: 5px 0;
        text-transform: capitalize;
        width: 100%;
    }

    .tour-blog ul li:last-child {
        border-bottom: none;
    }

    .tour-blog ul li i {
        color: #1d1d1d;
        font-size: 1.25em;
        margin-right: 8px;
    }

    .mt-60 {
        margin-top: 60px;
    }

    .region-info li {
        color: #217206;
        font-weight: 500;
    }

    .line-rit {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        padding-right: 20px;
    }

    .email-link {
        color: #4DBD5A !important;
    }

    .abt-text p {
        font-size: 11px;
        line-height: 20px;
        color: #717171;
    }

    .ft-cnt {
        list-style: none;
        padding-left: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    /***** destination *******/
    .lft-nav {
        position: relative;
        /* padding: 20px 15px; */
    }

    .information-content {
        background-color: #f5f5f5;
    }

    .dest-wrap {
        background-color: #fff;
    }

    .sort-list {
        position: relative;
        /* background-color: #f5f5f5;
        border-radius: 3px;
        padding: 0 15px 6px 15px; */
    }

    .showing-item h6 {
        font-size: 14px;
        font-weight: 400;
    }

    .showing-item h6 span {
        color: #A80833;
        font-weight: 600;

    }

    /*
    .desti-title {
        font-size: 1.5em;
        font-family: "212 Moon Child Sans" !important;
    } */

    .search-list {
        width: 100%;
        position: relative;
        display: flex;
    }

    .searchTerm {
        width: 100%;
        border: 2px solid #A80833;
        /* border: none; */
        border-right: none;
        border-radius: 5px 0 0 5px;
        color: #454545;
        outline: none;
        padding: 15px;
        height: 50px;
    }

    .searchButton {
        width: 50px;
        height: 45;
        /* border: 1px solid #A80833;  */
        background: #A80833;
        border-radius: 0 5px 5px 0;
        border: none;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        text-align: center;
    }

    .duration-bx {
        position: relative;
    }

    .color-bg {
        width: 12px;
        height: 12px;
        border-radius: 100%;
        display: inline-block;
    }

    .faq_item .faq_details .form-check .form-check-label {
        font-size: 14px;
    }

    .faq_item .faq_details .form-check .form-check-label span {
        float: right;
    }

    .p-10 {
        padding: 10px 6px;
    }

    .available-mnths {
        /* background: #e6e6e6;
        padding: 12px 10px 0 10px; */
        border-radius: 0;
    }

    .available-mnths ul li {
        color: #ab123b;
        font-size: 12px;
        font-weight: 700;
        display: inline-block;
        line-height: 0;
        padding-right: 8px;
        margin: 0px;
        padding-bottom: 0;
        text-transform: uppercase;
    }

    .available-mnths ul li span {
        color: #454545;
        opacity: 0.6;
    }

    .available-mnths h5 {
        font-size: 16px;
        font-family: 'Merienda One', cursive;
    }

    .available-mnths h6 {
        font-size: 12px;
    }

    .btn-outline {
        background-color: unset;
        border: 1px solid #217206;
        color: #217206;
        /* border-radius: 3px; */
    }

    .btn-outline:hover {
        background-color: #217206;
        border: 1px solid #217206;
        color: #fff;
    }

    .grid-wrap {
        position: relative;
    }

    .grid-wrap figure {
        position: relative;
        cursor: pointer;
        overflow: hidden;
        margin-bottom: 20px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .team-img {
        width: 200px;
        height: 200px;
        border-radius: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .grid-wrap figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;

    }

    .blockquote h6 {
        font-size: 16px;
        font-weight: 500;
    }

    .team-img_holder {
        float: left;
        width: 200px;
        margin-right: 20px;
        overflow: hidden;
    }

    .team_content {
        margin-left: 220px;
    }

    .modal-header {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1rem;
        border-bottom: unset;
        border-top-left-radius: calc(.3rem - 1px);
        border-top-right-radius: calc(.3rem - 1px);
    }

    .abt-group_wrapper {
        position: relative;
        background: url(../assets/banner/slider-4.jpg);
        background-attachment: fixed;
    }

    .abt-group_content {
        background-color: rgb(168, 8, 51, 0.8);
        padding: 80px 30px;
    }

    .cnt-list li {
        position: relative;
        display: block;
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .inner_box_wrapper {
        border: 1px solid #efefef;
        padding: 25px 20px;
    }

    .map {
        position: relative;
        padding-bottom: 80.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .map iframe,
    .map object,
    .map embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .login-page {
        /* border: 1px solid #ddd; */
        max-width: 600px;
        margin: 20px auto;
        background-color: #f5f5f5;
        border-radius: 4px;
    }

    .login-form {
        padding: 30px 40px;
    }

    .login-form h2 {

        font-size: 28px;
        margin: 0px 0px 30px;
    }

    .login-form input {
        width: 100%;
        margin-bottom: 13px;
        height: 50px;
        border: 2px solid rgb(62, 62, 62);
        padding: 0px 20px;
        font-size: 15px;
        border-radius: 4px;
    }

    .form-box {
        position: relative;
    }

    .login-form form i {
        position: absolute;
        top: 11px;
        font-size: 20px;
        left: 15px;
        color: #8f8f8f;
    }

    .remember {
        color: #747474;
        font-size: 14px;
    }

    .remember input {
        height: auto;
        width: auto;
    }

    .forgot-pwd {
        float: right;
        text-decoration: none;
        color: #dc3545;
        font-size: 14px;
    }

    .submit-btn {
        border: none;
        background-color: #4caf50;
        color: #fff;
        border-radius: 4px;
        padding: 8px 20px;
        margin: 20px auto 0px;
        display: table;
        font-size: 15px;
        text-transform: uppercase;
    }

    .social-login {
        position: relative;
    }

    .social-login h3 {
        text-align: center;
    }

    .social-login h3 span {
        display: block;
        font-size: 14px;
        font-weight: normal;
        margin-top: 4px;
    }

    .social-btn button {
        /* width: 20%; */
        border: none;
        display: inline-block;
        padding: 10px 20px;
        color: #fff;
        border: none !important;
        outline: none !important;
        font-size: 16px;
        border-radius: 2px;
        margin: 2px 4px;
        position: relative;
    }

    .facebook-btn {
        background-color: #3a5898;
    }

    .twitter-btn {
        background-color: #20aae8;
    }

    .instagram-btn {
        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    }

    .youtube-btn {
        background-color: #db0505;
    }

    .google-btn {
        background-color: #d44735;
    }

    .new-register p {
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
    }

    .new-register p a {
        text-decoration: none;
        color: #dc3545;
        font-weight: 500;
    }

    .feature-tag {
        position: absolute;
        display: inline-block;
        /* border-radius: 3px; */
        padding: 6px 8px;
        text-transform: capitalize;
        top: 15px;
        right: 15px;
        z-index: 1;
    }

    .feature-tag h5 {
        color: #fff;
        font-size: 0.875em;
        font-weight: 500;
    }

    .feature-tag h5 i {
        font-size: 16px;
        margin-right: 5px;
    }

    .feature-tag h6 {
        color: #fff;
        font-size: 0.75em;
        font-weight: 500;
    }

    .feature-tag h6 i {
        color: #fff;
        margin-right: 4px;
    }

    .region-text {
        position: relative;
    }

    .region-text ul li {
        border-right: 1px solid #868686;
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        line-height: 10px;
        padding-right: 6px;
        text-transform: capitalize;
    }

    .region-text ul li:last-child {
        border-right: none;
    }

    .trip-code {
        font-size: 0.75em;
        font-weight: 400;
    }


    /* .trip-days i {
        margin-right: 4px;
    } */

    /*--Below CSS for small devices--*/
    @media (max-width: 767px) {
        .login-page {
            width: 90%;
        }

        .login-form {
            padding: 20px 15px;
        }

        .remember {
            font-size: 14px;
        }

        .forgot-pwd {
            font-size: 14px;
        }

        .social-login h3 span {
            font-size: 14px;
        }

        .social-btn button {
            /* width: 100%; */
            margin: 5px 0px;
        }

        .social-login h3 {
            margin: 0px 0px 15px;
        }
    }

    .post-content {
        position: relative;
        padding: 20px 15px;
    }

    .post-content h3,
    .post-content h4 {
        font-weight: normal;
        font-family: 'Merienda One', cursive;
        font-size: 1.25em !important;
    }

    .post-text {
        line-height: 22px !important;
    }

    .trip-adventure {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        text-align: center;
        /*    justify-content: space-around;*/
    }

    .adventure-trips {
        position: relative;
        display: flex;
        text-align: center;
    }

    .activity-content {
        position: relative;
        display: flex;
        align-items: center;
        margin-right: 8px;
    }

    .activitiy-icon {
        display: flex;
        text-align: center;
        overflow: hidden;
        margin-right: 4px;
    }

    .activitiy-icon span {
        background-color: transparent;
        border: 1px solid #1c8032;
        border-radius: 100%;
        color: #fff;
        width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 1em;
        text-align: center;
        overflow: hidden;
    }

    .tripgradeicon {
        color: #1c8032;
    }

    .activitiy-icon img {
        width: 24px;
        height: 24px;
    }

    .activity-level {
        margin-left: 10px;
    }

    .speed_meter {
        width: 25px;
        float: left;
        font-size: 25px;
        margin-right: 10px;
    }

    .speed_meter i {
        color: #5f5f5f;
        font-size: 25px !important;
        margin-top: 6px;
    }

    .speed_meter img {
        font-size: 25px;
    }

    .trip-grade {
        margin-left: 35px;
        padding-top: 6px;
    }

    .trip-grade h6 {
        color: #484848;
        font-size: 14px !important;
        margin-bottom: 0px;
    }

    .trip-grade h4 {
        /* color: #A80833; */
        font-family: 'Mulish', sans-serif;
        font-size: 16px !important;
        font-weight: 500;
    }

    .price-from {
        float: right;
    }

    .price {
        background-color: #A80833;
        height: 58px;
        line-height: 1.3;
        color: #282828;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: -26px;
        z-index: 1;
        position: relative;
    }

    .price::before {
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        background: #b80a38;
        position: absolute;
        right: 0;
        top: 100%;
        content: "";
        border-bottom-right-radius: 100%;
    }

    .price::after {
        position: absolute;
        top: 0;
        border-width: 29px 13px 29px;
        border-style: solid;
        border-color: #A80833;
        border-right-color: rgb(168, 8, 51);
        border-right-color: transparent !important;
        right: 100%;
        margin-right: -13px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        content: "";
        display: inline-block;
        z-index: -1;
    }

    .price small {
        font-size: 13px;
        font-weight: 400;
    }

    .content-title {
        font-size: 0.813rem;
        font-weight: 400;
    }

    .normal {
        font-weight: 700;
        font-size: 1.125rem;
    }

    /********dateprice css*********/
    .date_price-box {
        scrollbar-width: none;
        -ms-overflow-style: none;
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 300px;
        display: block;
        position: relative;
        scrollbar-width: thin;
        scrollbar-color: #e3e3e3 transparent;
    }

    .date_price-box::-webkit-scrollbar {
        width: 2px;
    }

    .date_price-box::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px #fff;
        border-radius: 50px;
    }

    .date_price-box::-webkit-scrollbar-thumb {
        background: #C4C4C4;
        border-radius: 50px;
    }

    .date_price-box::-webkit-scrollbar-thumb:hover {
        background: #767676;
    }

    .date_btn {
        background-color: unset;
        border: #A80833 1px solid;
        cursor: pointer;
        color: #A80833;
        display: inline-block;
        /* border-radius: 3px; */
        /* padding: 1px 10px;
        font-size: 13px; */
    }

    .date_btn:hover,
    .date_btn:focus {
        background-color: #ca0c3f;
        border: #ca0c3f 1px solid;
        color: #fff !important;
    }

    .date-price {
        position: relative;
        /* display: inline-block; */
        /* width: 100%; */
    }

    .date-price_content {
        display: none;
        position: absolute;
        background-color: #fff;
        width: 100%;
        padding: 0;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 999;
    }

    .date-price:hover .date-price_content {
        display: block;
    }

    /*
    .show {
        display: block;
    } */

    .wrapper-box {
        position: relative;
        box-shadow: 0 1px 2px 0 rgba(56, 54, 54, 0.25);
    }

    .popular-content {
        position: relative;

        height: 100%;
    }

    .popularimg-wrap {
        position: relative;
    }

    .popular-img {
        position: relative;
        overflow: hidden;
    }

    .popular-img .desti_img {
        height: 500px !important;
        object-fit: cover;
    }

    .popular-content .popular-img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .popular-img img {
        transform-origin: 65% 70%;
        transition: transform 5s, filter 3s ease-in-out;
    }

    .popular-img:hover img {
        filter: brightness(100%);
        transform: scale(1.5);
    }

    /* .exp-pt-buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: flex-start;
    } */


    /******feature trip*****/
    .feature-content {
        position: relative;
        height: 100%;
    }

    .feature-img {
        position: relative;
        overflow: hidden;
    }

    .feature-img img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .feature-img img {
        transform-origin: 65% 70%;
        transition: transform 5s, filter 3s ease-in-out;
    }

    .feature-img:hover img {
        filter: brightness(100%);
        transform: scale(1.5);
    }

    .speed_meter_1 {
        width: 24px;
        float: left;
        font-size: 24px;
        margin-right: 10px;
    }

    .speed_meter_1 i {
        font-size: 24px !important;
    }

    .speed_meter_1 img {
        font-size: 24px;
    }

    .trip-grade_1 {
        margin-left: 34px;
        padding-top: 0px;
    }

    .trip-grade_1 h6 {
        color: #484848;
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 0;
    }

    .trip-grade_1 h4 {
        /* color: #A80833; */
        font-family: 'Mulish', sans-serif;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }

    .f-trip_title {
        font-size: 1.25em !important;
        font-weight: normal;
        font-family: 'Merienda One', cursive;
    }

    .f-trip_title span {
        color: #217206;
        /* margin-left: 10px; */
        /* font-size: 16px; */
    }

    /********lastminute css*********/
    .lastminute-section {
        position: relative;
        background: #000 url(../assets/icons/classy-fabric.png);
        /* background-color: #000; */
    }


    /********late-availability css*********/
    .last-minute_title h6 {
        font-size: 2em;
        font-family: 'Merienda One', curpgsive;
    }

    .late-availability {
        position: relative;
        padding: 0 100px 0 20px;
    }

    .btn-lst_minute {
        background-color: unset;
        border: 1px solid #fff;
        color: #fff;
    }

    .btn-lst_minute:hover {
        background-color: #fff;
        border: 1px solid #fff;
        color: #217206;
    }

    .last-wrapper {
        position: relative;
    }

    .late-holder {
        position: absolute;
        /* background-color: #217206; */
        right: 0;
        top: -60px;
        z-index: 9;
    }

    .late-tag {
        background-color: #217206;
        width: 3.5em;
        height: 11em;
        position: absolute;
        margin: auto;
        z-index: 1;
        right: 0;
        top: 0;
        text-align: center;
        padding: 5px 2px 0 2px;
    }

    .late-tag:before {
        content: "";
        position: absolute;
        bottom: -2.4em;
        left: 0;
        width: 0;
        height: 0;
        border-top: 2.5em solid #217206;
        border-right: 2.5em solid transparent;
    }

    .late-tag:after {
        content: "";
        position: absolute;
        bottom: -2.4em;
        right: 0;
        width: 0;
        height: 0;
        border-top: 2.5em solid #217206;
        border-left: 2.5em solid transparent;
    }

    .late-tag span {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
        display: block;
        width: 220px;
        margin: 76px 0 0 -84px;
    }

    .lst-info p {
        color: #ffffff;
    }

    .lst-info p strong {
        color: #ffffff;
    }

    .lst-facts ul li {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        padding-right: 20px;
        margin: 10px 0;
    }

    .lst-facts ul li a {
        color: #fff;
    }

    .lst-facts ul li i {
        color: #fff;
        font-size: 24px;
        margin-right: 15px;
    }

    .lst-facts ul li span {
        font-size: 13px;
        font-weight: 400;
    }

    .lstminute-img {
        height: 360px;
        width: 100%;
        object-fit: cover;
    }

    /********adventure-slider css*********/
    .lastminu-slider .owl-carousel .owl-nav [class*='owl-'] {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .lastminu-slider .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6;
    }

    .lastminu-slider .owl-carousel {
        position: relative;
    }

    .lastminu-slider .owl-carousel .owl-next,
    .lastminu-slider .owl-carousel .owl-prev {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        position: absolute;
        /* top: 30%; */
        font-size: 20px;
        color: #fff !important;
        border: 2px solid #ddd !important;
        text-align: center;
    }

    .lastminu-slider .owl-carousel .owl-prev {
        left: 55%;
    }

    .lastminu-slider .owl-carousel .owl-next {
        right: 55%;
    }

    .lastminu-slider .owl-carousel .owl-prev i,
    .owl-carousel .owl-next i {
        color: #fff;
    }

    #lastminu-slider .owl-dots .owl-dot.active span,
    #lastminu-slider .owl-dots .owl-dot:hover span {
        background-color: #fff;
        transform: translate3d(0px, -50%, 0px) scale(0.6);
    }

    #lastminu-slider .owl-dots {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 26px;
    }

    #lastminu-slider .owl-dots .owl-dot {
        display: inline-block;
        outline: none;
    }

    #lastminu-slider .owl-dots .owl-dot span {
        background-color: #bbb;
        display: inline-block;
        height: 20px;
        margin: 0 0px 0px;
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform-origin: 50% 50% 0;
        transition: all 250ms ease-out 0s;
        width: 20px;
        border-radius: 100%;
    }

    /********adventure-slider css*********/
    #adventure-slider .owl-dots .owl-dot.active span,
    #adventure-slider .owl-dots .owl-dot:hover span {
        background-color: #a4a4a4;
        transform: translate3d(0px, -50%, 0px) scale(0.6);
    }

    #adventure-slider .owl-dots {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 26px;
    }

    #adventure-slider .owl-dots .owl-dot {
        display: inline-block;
        outline: none;
    }

    #adventure-slider .owl-dots .owl-dot span {
        background-color: #a4a4a4;
        display: inline-block;
        height: 20px;
        margin: 0 0px 0px;
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform-origin: 50% 50% 0;
        transition: all 250ms ease-out 0s;
        width: 20px;
        border-radius: 100%;
    }

    #adventure-slider .owl-carousel .owl-nav [class*='owl-'] {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    #adventure-slider .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
        background-color: #a4a4a4;
    }

    #adventure-slider .owl-carousel {
        position: relative;
    }

    #adventure-slider .owl-carousel .owl-next,
    #adventure-slider .owl-carousel .owl-prev {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        position: absolute;
        /* top: 30%; */
        font-size: 20px;
        color: #a4a4a4 !important;
        border: 2px solid #a4a4a4 !important;
        text-align: center;
    }

    #adventure-slider .owl-carousel .owl-prev {
        left: 50%;
        margin-top: 12px !important;
    }

    #adventure-slider .owl-carousel .owl-next {
        right: 50%;
        margin-top: 12px !important;
    }

    #adventure-slider.owl-carousel .owl-prev i,
    #adventure-slider.owl-carousel .owl-next i {
        color: #a4a4a4 !important;
    }

    /********adventure-slider css*********/
    #gallery-slider .owl-dots .owl-dot.active span,
    #gallery-slider .owl-dots .owl-dot:hover span {
        background-color: #a4a4a4;
        transform: translate3d(0px, -50%, 0px) scale(0.6);
    }

    #gallery-slider .owl-dots {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 26px;
    }

    #gallery-slider .owl-dots .owl-dot {
        display: inline-block;
        outline: none;
    }

    #gallery-slider .owl-dots .owl-dot span {
        background-color: #a4a4a4;
        display: inline-block;
        height: 20px;
        margin: 0 0px 0px;
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform-origin: 50% 50% 0;
        transition: all 250ms ease-out 0s;
        width: 20px;
        border-radius: 100%;
    }

    #gallery-slider .owl-carousel .owl-npgav [class*='owl-'] {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    #gallery-slider .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
        background-color: #a4a4a4;
    }

    #gallery-slider .owl-carousel {
        position: relative;
    }

    #gallery-slider .owl-carousel .owl-next,
    #gallery-slider .owl-carousel .owl-prev {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        position: absolute;
        /* top: 30%; */
        font-size: 20px;
        color: #a4a4a4 !important;
        border: 2px solid #a4a4a4 !important;
        text-align: center;
    }

    #gallery-slider .owl-carousel .owl-prev {
        left: 50%;
        margin-top: 12px !important;
    }

    #gallery-slider .owl-carousel .owl-next {
        right: 50%;
        margin-top: 12px !important;
    }

    #gallery-slider.owl-carousel .owl-prev i,
    #gallery-slider.owl-carousel .owl-next i {
        color: #a4a4a4 !important;
    }

    /********destination css*********/
    .shorting-list {
        display: flex;
        justify-content: flex-end;
    }

    .shorting-wrap {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        text-align: center;
        margin-left: 20px;
    }

    .btn.directorypress-grid-view-btn.btn-default,
    .btn.btn-default.directorypress-list-view-btn {
        background: #d7d7d7 !important;
        border: none !important;
        border-radius: 0 !important;
        line-height: 30px;
        font-size: 20px;
    }

    .btn.directorypress-grid-view-btn.btn-default:focus,
    .btn.btn-default.directorypress-list-view-btn:focus {
        box-shadow: none !important;
        border: none;
    }

    .btn.directorypress-grid-view-btn.btn-default span,
    .btn.btn-default.directorypress-list-view-btn span {
        color: #1f1f1f;
    }

    .btn.directorypress-list-view-btn span {
        font-size: 20px;
    }

    .btn.directorypress-grid-view-btn span {
        font-size: 20px;
    }

    .btn-group>.btn:last-child:not(:first-child),
    .btn-group>.dropdown-toggle:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .directorypress-views-links .btn {
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
        width: 46px;
        height: 46px;
        line-height: 30px;
    }

    .btn-group-vertical>.btn,
    .btn-group>.btn {
        position: relative;
        float: left;
    }

    .fa-th:before {
        content: "\f00a";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    .btn-check:focus+.btn-dark,
    .btn-dark:focus {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21;
        box-shadow: none !important;
        border: none;
    }

    .dsti_img img {
        height: 320px !important;
        width: 100%;
        object-fit: cover !important;
    }


    .view-list {
        display: block;
    }

    .view-list .category-holder {
        width: 100% !important;
    }

    .view-list .popular-img {
        width: 32% !important;
        width: 100%;
        float: left;
    }

    .view-list .text-holder {
        width: 68% !important;
        width: 100%;
        float: left;
    }

    .padding-20 {
        padding-left: 20px;
    }

    .column-content {
        padding: 10px 15px 0 20px;
    }

    .short-list li {
        list-style-type: disc;
        list-style-position: inside;
    }

    .tg-activity {
        display: flex;
        justify-content: space-between;
    }

    .t-g_acitivity {
        position: relative;
        display: block;
    }

    .trade_active {
        position: relative;
        display: flex;
        align-items: center;
        width: 130px;
    }

    .trade_active-icon {
        display: flex;
        text-align: center;
        line-height: 35px;
    }

    .trade_active-icon span {
        font-size: 25px;
        color: #fff;
        background-color: #217206;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

    .trade_active-icon span img {
        width: 24px;
        height: 24px;
    }

    .trade-list-text {
        margin-left: 6px;
    }

    .trade-list-text p {
        font-size: 13px;
        font-weight: 500;
        margin: 0;
    }

    .trade-active_rating {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-left: 10px;
    }

    .act-rting li {
        color: #217206;
        display: inline-block;
        font-size: 12px;
        margin-right: -4px;
    }

    .days-post {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .days-post-icon {
        display: flex;
        align-items: center;
    }

    .days-post-icon span {
        color: #797979;
        font-size: 20px;
    }

    .days-text {
        margin-left: 10px;
        margin-top: 4px;
    }

    .days-text p {
        font-size: 16px;
        margin: 0;
    }

    .trip-slider .owl-carousel .owl-item img {
        height: 700px;
        width: 100%;
        object-fit: cover;
    }

    .tooltip-inner {
        background-color: #288a07;
        /* box-shadow: 0px 0px 4px black; */
        opacity: 1 !important;
    }

    .tooltip.bs-tooltip-right .tooltip-arrow::before {
        border-right-color: #288a07 !important;
    }

    .tooltip.bs-tooltip-left .tooltip-arrow::before {
        border-left-color: #288a07 !important;
    }

    .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
        border-bottom-color: #288a07 !important;
    }

    .tooltip.bs-tooltip-top .tooltip-arrow::before {
        border-top-color: #288a07 !important;
    }

    .price-date-dropdown {
        display: none;
    }

    .tb-btn {
        font-size: 14px;
        padding: 0.875rem 1rem;
    }

    .th-w {
        width: 40px !important;
    }

    .tp-date {
        display: block;
        font-size: 10px;
        line-height: 14px;
    }

    .st-w {
        width: 20px;
        height: 20px;
        font-size: 11px;
        line-height: 20px;
        text-align: center;
        margin-right: 0;
    }

    .listing-wrap {
        padding-top: 0;
    }

    .wishlist_list {
        position: absolute;
        right: 11px;
        top: 0px;
        background-color: #A80833;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        line-height: 33px;
        color: #fff;
        font-size: 1em;
        text-align: center;
    }

    .bg-success {
        background-color: #217206 !important;
    }

    .list-grid {
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
        /* border: 1px solid #ddd; */
        /* box-shadow: 0 1px 2px 0 rgba(56, 54, 54, 0.25); */
        /* padding: 10px 0; */
    }

    .trip-highlight {
        background-color: #f4f4f4;
        padding: 30px 20px;
    }

    .iti-meta_info {
        display: inline-block;
        width: 100%;
        margin-right: 30px;
    }

    .chartjs-render-monitor {
        width: 100% !important;
        max-width: 100% !important;
        display: block;
    }

    .trip-info_wrap {
        position: relative;
    }

    .trip-info_wrap ul li {
        display: inline-block;
        margin-right: 16px;
    }

    .acti-level {
        margin-left: 0;
    }

    .acti-level h6 {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        margin: 0;
    }

    .acti-level {
        font-size: 15px;
        margin-left: 42px;
    }

    .acti-level p {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .tp-symbol {
        float: left;
        background-color: #217206;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        border-radius: 100%;
        padding: 0 2px;
        margin-right: 12px;
        line-height: 30px;
        text-align: center;
        overflow: hidden;
    }

    .tp-symbol h6 {
        color: #fff;
        display: block;
        font-size: 12px;
        font-weight: 600;
        line-height: 30px;
        text-align: center;

    }

    .mr-0 {
        margin-right: 3px !important;
    }

    .access-adv li {
        position: relative;
        font-size: 1em;
        font-weight: 600;
        margin: 8px 0;
        line-height: 28px;
        padding-left: 20px;
    }

    .access-adv li::after {
        position: absolute;
        content: '\f101';
        left: 0;
        top: 0;
        font-family: 'Font Awesome\ 5 Free';
        font-style: normal;
        font-weight: 900;
        color: #737373;
        font-size: 0.75em;
        margin-right: 10px;
        text-align: center;
    }

    .access-adv li:hover {
        color: #484848;
    }

    .trip-map {
        background-color: #ebf7ff;
    }

    #scroll {
        position: fixed;
        right: 10px;
        bottom: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        background-color: #217206;
        text-indent: -9999px;
        display: none;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px
    }

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scroll:hover {
        background-color: #2c8a0d;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }


    .acco_holder {
        padding: 40px 30px 0 15px;
    }

    .accomod-wrap {
        position: relative;
    }

    .accomod-img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }

    .list-trip {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 1;
        flex-grow: 1;
        align-items: start;
    }

    .itinerary-icon span {
        border-radius: 100%;
        color: #217206;
        font-size: 1em;
        overflow: hidden;
    }

    .itinerary-icon span i {
        color: #217206;
        font-size: 20px;
    }

    .itinerary-dtl {
        margin-left: 12px;
    }

    .itinerary-dtl p {
        color: #524f4f;
        font-size: 13px;
        font-weight: 600;
        line-height: 16px;
        text-transform: capitalize;
        margin: 0;
    }

    .itinerary-dtl p span {
        color: #666;
        font-size: 13px;
        font-weight: 700;
        line-height: 14px;
        text-transform: uppercase;
        margin: 0;
    }

    .heading-dtl {
        display: flex;
        align-items: center;
    }

    .title-icon {
        color: #217206;
        font-size: 30px;
        margin-right: 6px;
    }

    .itinerary-icon span i {
        color: #217206;
        font-size: 16px;
    }

    .itinerary-dtl p {
        color: #524f4f;
        font-size: 13px;
        font-weight: 600;
        line-height: 16px;
        text-transform: capitalize;
        margin: 0;
    }

    .tripdetails-hero__section {
        position: relative;
        z-index: 1;
        padding: 0;
    }

    .tripdetails-hero__bg {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .tripdetails-hero__section .carousel-inner .tripdetails-hero__bg,
    .tripdetails-hero__section .carousel.slide,
    .tripdetails-hero__section .carousel-item {
        position: relative;
        display: block;
        height: 100%;
    }

    .tripdetails-hero__section .carousel-inner .tripdetails-hero__bg,
    .tripdetails-hero__section .carousel.slide,
    .tripdetails-hero__section .carousel.slide .tripdetails-hero__bg .carousel-item img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .tripdetails-hero__bg::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, transparent, transparent 40%, rgba(59, 59, 59, 0.61) 50%, rgba(0, 0, 0, 0.83) 85%);
        z-index: 1;
    }

    .tripdetails-hero {
        color: #fff;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        height: calc(100vh - 90px);
        padding-bottom: 34px;
    }


    .tripdetails-wrapper {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        padding-bottom: 35px;
        z-index: 2;
    }

    .pkg-title h2 {
        color: #fff;
        font-size: 44px;
        line-height: 1.1;
        font-weight: 800;
        letter-spacing: -.03em;
        margin-bottom: 20px;
    }

    .tripdetails_desc p {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: -.03em;
        padding: 0;
        margin: 0;
    }

    .dtl-tripwrap {
        margin-top: 28px;
    }

    .tripdetails-hero__spec-col {
        /* margin-bottom: 20px; */
        margin-top: 30px;
        /* padding: 0 0 36px 0; */
    }

    .p-right {
        padding-right: 5px;
    }

    .p-left {
        padding-left: 5px;
    }

    .c-card__icon span i {
        color: #d9b626;
        font-size: 24px !important;
    }

    .c-card__icon img {
        width: 100%;
    }

    .c-card {
        position: relative;
        /* padding-left: 12px; */
    }

    .c-card__title {
        display: block;
        font-size: 12px;
        font-weight: 800;
        line-height: 16px !important;
        margin-top: 0;
        margin-bottom: 3px;
        text-transform: uppercase;
        padding: 0;
    }

    .c-card__content {
        color: silver;
        display: block;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
    }

    .c-card__content a {
        color: silver;
        text-decoration: underline;
    }

    .tools {
        color: #fe6800;
        font-size: 18px;
        margin-left: 10px;
        align-items: baseline;
    }

    .expert-speak {
        display: flex;
        align-items: center;
    }

    .whatapps_1 {
        background-color: unset;
        border: 2px solid #1bce41;
        color: #1bce41;
        font-size: 1.125em;
    }

    .whatapps_1 i {
        color: #4fce5d;
        /* font-size: 24px; */
    }

    .whatapps-icon {
        margin-right: 10px;
    }

    .whatapps-icon i {
        color: #4fce5d;
        font-size: 24px;
    }

    .call-icon i {
        margin-right: 10px;
        color: #1d1d1d;
        font-size: 24px;
    }

    .tripdetails-card_fixed {
        display: none;
    }

    .chart-pie {
        position: relative;
        margin-left: 30px;
    }

    .display-y-axis {
        /* Abs positioning makes it not take up vert space */
        position: absolute;
        top: 25%;
        left: 0;

        /* Border is the new background */
        background: none;

        /* Rotate from top left corner (not default) */
        transform-origin: 0 0;
        transform: rotate(90deg);
        color: #666666;
        margin-right: 20px;

    }

    .display-x-axis {
        text-align: center;
        color: #666666 !important;
    }

    .tt-title {
        font-size: 1.5em;
        font-weight: 800;
        text-transform: uppercase;
    }

    .notice-blue {
        background-color: #f3f9ff;
        padding: 25px;
    }

    .trip-highlight {
        background-color: #f8f8f8;
        padding: 30px 20px;
    }

    .highlight li {
        position: relative;
        color: #383838;
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 16px;
        padding-left: 30px;
    }

    .highlight li:last-child {
        margin-bottom: 0;
    }

    .highlight li::after {
        position: absolute;
        content: '\f1ce';
        left: 0;
        top: 0;
        font-family: 'Font Awesome\ 5 Free';
        font-style: normal;
        font-weight: 900;
        color: #868686;
        font-size: 20px;
    }

    .btn-read {
        display: inline-block;
        position: relative;
        color: #217206;
        font-size: 0.875em;
        font-weight: 600;
        font-style: normal;
        text-transform: capitalize;
    }

    .btn-read:after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #217206;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }

    .btn-read:hover:after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }

    .btn-read:hover,
    .btn-read:focus {
        background-color: none;
        border: none;
        box-shadow: none;
        outline: none;
        color: #217206;
    }

    .tabEquipments {
        display: block;
        background: #e8e8e869;
        padding: 26px;
    }

    .bg-purple {
        background-color: #f9f6f0;
        border-color: transparent;
        padding: 40px 30px;
    }


    .what-include ul li {
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 500;
        padding-left: 34px;
        /* line-height: 1.8; */
    }

    .what-include ul li:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        color: #3fa81c;
        font-size: 20px;
        content: "\f058";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
    }

    .what-include ul li:not(:last-child) {
        margin-bottom: 18px;
    }

    .what-exclude ul li {
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 500;
        padding-left: 34px;
    }

    .what-exclude ul li:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        color: #A80833;
        font-size: 20px;
        content: "\f057";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
    }

    .what-exclude ul li:not(:last-child) {
        margin-bottom: 18px;
    }

    .day-count {
        color: #767676;
        font-size: 32px;
        font-weight: 300;
    }

    .note-info p {
        color: #5890b5;
    }


    .itinerary-meta ul li {
        display: inline-block;
        margin-right: 30px;
    }

    .widget {
        position: relative;
    }

    .widget.js-sticky-widget {
        cursor: pointer;
        transition: all 0.25s ease-in-out;
        margin-top: 44px;
        scroll-behavior: smooth;
        -webkit-font-smoothing: antialiased;
        margin-bottom: 30px;
        z-index: 0;
        min-height: 2000px;
    }

    .widget--sticky {
        width: auto;
        height: auto;
    }

    #st-el-14 .st-btn[data-network='sharethis']>span {
        color: #fff;
        display: block !important;
    }

    .ph-icon {
        border-radius: 100%;
        color: #A80833;
        font-size: 16px;
        float: left;
        width: 36px;
        height: 36px;
        line-height: 32px;
        text-align: center;
        border: 2px solid #A80833;
        margin-right: 10px;
        overflow: hidden;
    }

    .ph-icon i {
        color: #A80833;
    }

    .trade_active-icon span a {
        color: #fff;
    }

    .navside-box {
        position: relative;
        background-color: rgba(0, 0, 0, .04);
        padding: 20px 15px;
        display: none;
    }

    .map-box {
        position: relative;
        background-color: rgba(0, 0, 0, .04);
        padding: 20px 15px;
        display: block;
    }

    .trip-card {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .tripicon {
        margin-right: 10px !important;
    }

    .social-widgets_1 {
        position: relative;
    }

    .social-widgets_1 ul li {
        display: inline-block;
        font-size: 0.875em;
        text-align: center;
        margin-right: 2px;
    }

    .social-widgets_1 ul li a {
        border-radius: 100%;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0 3px;
        margin-bottom: 2px;
        text-align: center;
    }

    .social-widgets_1 ul li:nth-child(1) a {
        background: #3B5998;
        color: #FFFFFF;
    }

    .social-widgets_1 ul li:nth-child(2) a {
        background: #00ACEE;
        color: #FFFFFF;
    }

    .social-widgets_1 ul li:nth-child(3) a {
        background: #F09433;
        background: -moz-linear-gradient(45deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
        background: -webkit-linear-gradient(45deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
        background: linear-gradient(45deg, #F09433 0%, #E6683C 25%, #DC2743 50%, #CC2366 75%, #BC1888 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F09433', endColorstr='#BC1888', GradientType=1);
        color: #FFFFFF;
    }

    .social-widgets_1 ul li:nth-child(4) a {
        background: #D4101D;
        color: #FFFFFF;
    }

    .social-widgets_1 ul li:nth-child(5) a {
        background: #2D021C;
        color: #FFFFFF;
    }

    .banner_inner {
        position: relative;
    }

    .banner_inner .carousel-inner,
    .banner_inner .carousel.slide,
    .banner_inner .carousel-item {
        position: relative;
        display: block;
        height: 100%;
        min-height: 1px;
    }

    .banner_inner .carousel-inner,
    .banner_inner .carousel.slide,
    .banner_inner .carousel-item img {
        display: block;
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 500px !important;
    }

    .tripdetails-card {
        position: relative;
        background-color: rgba(248, 248, 248, 1);
        padding: 25px;
        /* margin-bottom: 10px; */
    }

    .trip-price-short-text {
        margin-bottom: 0;
        opacity: .90;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .pp-tag {
        color: #1d1d1d;
        display: block;
        font-size: 24px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: -.02em;
        padding-top: 30px;
        margin-bottom: 10px;
    }

    .pp-tag span {
        color: rgba(0, 0, 0, .8);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0;
    }

    .accordion-header {
        margin-bottom: 10px;
        border: 1px solid #F7F7F7;
    }

    .accordion-button {
        background: unset;
        border-bottom: none;
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0;
        padding: 15px 20px;
    }

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

    .accordion-button:not(.collapsed) {
        background: unset;
        box-shadow: none;
        color: #363636;
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        /* border-bottom: 1px dashed #ABABAB; */
    }

    .accordion-collapse {
        border: 0;
    }

    .accordion-item {
        background-color: #F7F7F7;
        border: none;
    }

    .accordion-body {
        padding: 20px;
        background-color: #fff;
        /* margin-bottom: 0;
          margin-top: 0; */
      }

      /* Custom style */
      .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
        transform: scale(.7) !important;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    }

    .card-body {
        background-color: #fff;
        padding: 20px;
    }




    .galler-holder img {
        object-fit: cover;
        height: 220px;
    }

    .ref_wrapper {
        position: relative;
        border: 1px solid #dfdfdf;
        border-bottom: none;
    }

    .ref_item {
        border-bottom: 1px solid #dfdfdf;
    }

    .ref_subtitle-wrap {
        background-color: #f7f7f7;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 9px 20px 9px 20px;
    }

    .ref_subtitle {
        color: #1d1d1d;
        font-size: 20px;
        font-family: 'Mulish', sans-serif;
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 0;
    }

    .ref_subtitle:hover {
        color: #202020;
    }

    .ref_title {
        position: relative;
        background: #fff;
        border-radius: 0;
        color: #363636;
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        padding: 12px 20px;
    }

    .ref_title a {
        color: #363636;
    }

    .ref_details {
        padding: 15px 20px 15px 20px;
        background: #ffffff;
        display: none;
    }

    .ref_item:first-child .ref_details {
        display: block;
    }

    .ref_title span.arrow {
        width: 20px;
        height: 20px;
        background-size: contain;
        position: absolute;
        right: 15px;
        color: rgb(90, 90, 90);
        top: -8px;
        margin: auto;
        bottom: 0;
        transition: all 0.5s;
    }

    .ref_title span.arrow::before {
        content: "\f067";
        position: relative;
        top: 1px;
        display: inline-block;
        font-style: normal;
        font-size: 16px;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
    }

    .ref_title.active span.arrow::before {
        content: "\f068";
        position: relative;
        top: 1px;
        display: inline-block;
        font-style: normal;
        font-size: 16px;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
    }

    .rec_wrapper {
        position: relative;
        border: 1px solid #dfdfdf;
        border-bottom: none;
    }

    .rec_item {
        /* margin-bottom: 10px; */
        border-bottom: 1px solid #dfdfdf;
    }

    .rec_subtitle-wrap {
        background-color: #f7f7f7;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 9px 20px 9px 20px;
    }

    .rec_subtitle {
        color: #1d1d1d;
        font-size: 20px;
        font-family: 'Mulish', sans-serif;
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 0;
    }

    .rec_subtitle:hover {
        color: #202020;
    }

    .rec_title {
        position: relative;
        background: #fff;
        border-radius: 0;
        color: #363636;
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        /* border-top: 1px solid #dfdfdf; */
        /* border-bottom: 1px solid #dfdfdf; */
        padding: 12px 20px;
    }

    .rec_title a {
        color: #363636;
    }

    .rec_details {
        padding: 15px 20px 15px 20px;
        background: #ffffff;
        display: none;
    }

    .rec_img img {
        height: 180px;
        object-fit: cover;
    }

    .rec_item:first-child .rec_details {
        display: block;
    }

    .rec_title span.arrow {
        width: 20px;
        height: 20px;
        background-size: contain;
        position: absolute;
        right: 15px;
        color: rgb(90, 90, 90);
        top: -8px;
        margin: auto;
        bottom: 0;
        transition: all 0.5s;
    }

    .rec_title span.arrow::before {
        content: "\f067";
        position: relative;
        top: 1px;
        display: inline-block;
        font-style: normal;
        font-size: 16px;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
    }

    .rec_title.active span.arrow::before {
        content: "\f068";
        position: relative;
        top: 1px;
        display: inline-block;
        font-style: normal;
        font-size: 16px;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
    }

    .iti_wrapper {
        position: relative;
    }

    .iti_item {
        margin-bottom: 10px;
        border: 1px solid #dfdfdf;
    }

    .iti_title {
        position: relative;
        background: #fff;
        border-radius: 3px;
        color: #363636;
        cursor: pointer;
        font-size: 18px;
        font-weight: 700;
        padding: 12px 20px 8px 20px;
        align-items: center;
    }

    .iti_title small {
        /* display: flex; */
        font-size: 13px;
        text-transform: uppercase;
        margin-right: 4px;
        vertical-align: middle;
        align-items: center;
    }

    .iti_details {
        padding: 0px 20px 15px 20px;
        background: #ffffff;
    }

    .iti_item:first-child .iti_details {
        display: block;
    }

    .iti_title span.arrow {
        width: 20px;
        height: 20px;
        background-size: contain;
        position: absolute;
        right: 15px;
        color: rgb(90, 90, 90);
        top: -8px;
        margin: auto;
        bottom: 0;
        transition: all 0.5s;
    }

    .iti_title span.arrow::before {
        content: "\f067";
        position: relative;
        top: 1px;
        display: inline-block;
        font-style: normal;
        font-size: 16px;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
    }

    .iti_title.active span.arrow::before {
        content: "\f068";
        position: relative;
        top: 1px;
        display: inline-block;
        font-style: normal;
        font-size: 16px;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
    }

    .ess_wrapper {
        position: relative;
        border: 1px solid #dfdfdf;
        border-bottom: none;
    }

    .ess_item {
        position: relative;
        border-bottom: 1px solid #dfdfdf;
    }

    .ess_subtitle-wrap {
        background-color: #f7f7f7;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 9px 20px 9px 20px;
    }

    .ess_title {
        position: relative;
        background: #fff;
        border-radius: 3px;
        color: #363636;
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        padding: 15px 20px;
        align-items: center;
    }

    .ess_title small {
        color: #333;
        font-size: 14px;
        font-weight: 700;
        padding-right: 8px;
        text-transform: uppercase;
    }

    .ess_title a {
        color: #363636;
    }

    .ess_title a:hover {
        color: #363636;
    }

    .ess_details {
        padding: 0px 20px 0px 20px;
        background: #ffffff;
        display: none;
    }

    .ess_item:first-child .ess_details {
        display: block;
    }

    .ess_title span.arrow {
        width: 20px;
        height: 20px;
        background-size: contain;
        position: absolute;
        right: 15px;
        color: rgb(90, 90, 90);
        top: -8px;
        margin: auto;
        bottom: 0;
        transition: all 0.5s;
    }

    .ess_title span.arrow::before {
        content: "\f067";
        position: relative;
        top: 1px;
        display: inline-block;
        font-style: normal;
        font-size: 16px;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
    }

    .ess_title.active span.arrow::before {
        content: "\f068";
        position: relative;
        top: 1px;
        display: inline-block;
        font-style: normal;
        font-size: 16px;
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
    }

    .expand-btn {
        background-color: rgba(0, 0, 0, .04);
        border-radius: 100%;
        border: none;
        outline: none;
        border: 1px solid #efefef !important;
        line-height: 8px;
        height: 35px;
        width: 35px;
        font-size: 26px;
        overflow: hidden;
    }


    .alert-wrap {
        /* background-color: #edfcff;
        padding: 15px 15px 5px 15px; */
        /* opacity: 0.9; */
        border: 1px solid #efefef;
        padding: 15px 15px 3px 15px;

    }

    .blockquote {
        margin-bottom: 1rem;
        font-size: 1rem;
    }

    figure {
        margin: 0 !important;
    }

    .blockquote-footer {
        margin-top: -1rem;
        margin-bottom: 0;
        font-size: 0.875em;
        color: #6c757d;
    }

    .review-logo {
        background-color: #fff;
        border-radius: 100%;
        float: left;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        margin-right: 20px;
    }

    .review-logo img {
        border-radius: 100%;
        width: 70px;
        height: 70px;
        line-height: 70px;
        overflow: hidden;
    }

    .review-inner {
        margin-left: 90px;
    }

    .tt-sub {
        color: #646464;
        display: block;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        text-transform: uppercase;
    }

    .tt-sm_sub {
        color: #545454;
        vertical-align: middle;
        font-size: 15px;
        font-weight: 700;
    }

    .rec_reading_table td {
        color: #545454;
        font-size: 13px;
        font-weight: 700;
        text-align: left;
        padding: 4px 4px;
        vertical-align: text-top;
    }


    .bookcard {
        display: block;
    }


    .staff-image {
        position: relative;
    }

    .staff-image img {
        object-fit: cover;
        height: 300px;
    }

    .pagination {
        --bs-pagination-border-radius: 0;
    }

    .p-info_1 {
        color: #545454;
        font-size: 10px;
        font-weight: 700;
        line-height: 16px;
        font-family: 'Open Sans', sans-serif;
    }

    .p-info_1 span {
        color: #8B8B8B;
        font-size: 10px;
        font-weight: 500;
        text-decoration: line-through;
        line-height: 12px;
        margin-right: 0;
        display: block;
        font-family: 'Open Sans', sans-serif;
    }

    .extra_wrapper {
        height: 250px;
        object-fit: cover;
    }

    .extra_img {
        text-align: center;
        padding: 30px;
        margin: 0 auto;
    }

    .extra_img img {
        width: 180px;
        height: 180px;
        margin: 0 auto;
        object-fit: cover;
    }

    /********responsive css*********/

    @media (min-width: 1366px) and (max-width: 1440px) {
        .container {
            max-width: inherit;
            width: 100%;
            padding: 0 20px;
        }

        .site-logo {
            width: 168px;
        }

        .slogan {
            padding-top: 54px;
        }

        .whatapps {
            margin-bottom: 10px;
        }

        .tripdetails-hero__section .carousel-inner .tripdetails-hero__bg,
        .tripdetails-hero__section .carousel.slide,
        .tripdetails-hero__section .carousel.slide .tripdetails-hero__bg .carousel-item img {
            height: 560px !important;
            object-fit: cover;
        }
    }

    @media only screen and (min-width: 1199px) and (max-width: 1365px) {
        .site-logo {
            width: 150px;
            height: 100%;
            margin-right: 20px;
        }

        .slogan {
            font-size: 1em;
            padding-top: 40px;
        }

        .ht-menu ul li {
            font-size: 12px;
            line-height: 12px;
            padding: 0 10px;
        }

        .tripdetails-hero__section .carousel-inner .tripdetails-hero__bg,
        .tripdetails-hero__section .carousel.slide,
        .tripdetails-hero__section .carousel.slide .tripdetails-hero__bg .carousel-item img {
            height: 560px !important;
            object-fit: cover;
        }

    }

    @media (max-width: 1280px) {
        .container {
            max-width: 1200px;
        }

    }

    @media (max-width: 1200px) {

        .ht-menu ul li {
            line-height: 10px;
            font-size: 0.813em;
            font-weight: 400;
            font-family: 'Asap', sans-serif;
            padding: 0 10px;
        }

        .slogan {
            font-size: .875em;
        }

    }

    @media only screen and (min-width: 993px) and (max-width: 1198px) {

        .tripdetails-hero__section .carousel-inner .tripdetails-hero__bg,
        .tripdetails-hero__section .carousel.slide,
        .tripdetails-hero__section .carousel-item img {
            height: 640px !important;
            object-fit: cover;
        }
    }

    @media (max-width: 1080px) {
        .container {
            max-width: calc(100% - 20px);
            padding: 0 20px;
        }

        .site-logo img {
          width: 170px;
          height: auto;
      }

      .slogan {
          padding-top: 0;
      }

      .ht-menu {
        float: inherit;
    }

    .ht-cnt {
        float: right;
    }

    .carousel-caption h3 {
      font-size: 2em;
  }

  .carousel-control-next, .carousel-control-prev {
      width: 48px !important;
      height: 48px !important;
      font-size: 1em;
  }

  .frame__img img {
      object-fit: cover;
      height: 460px;
  }

  .ds-tittle {
      padding: 20px 20px 30px 30px;
  }

  .lstminute-img {
      height: 270px;
      object-fit: cover;
  }

  .nav-tabs .nav-link {
    font-size: 14px;
    line-height: 50px;
    padding: 0 12px;
    margin-right: 0;
}

}

@media (max-width: 992px) {
    .btn-button {
        font-size: 0.75em !important;
        padding: 10px 20px !important;
    }

    .ht-menu,
    .ht-cnt {
        float: right;
    }

    .h-ct {
        margin-bottom: 10px;
    }

    .Exp-serach {
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        z-index: 999;
    }

    .content-part {
        position: relative;
        margin-left: 0;
    }

    .late-availability {
        position: relative;
        padding: 0 30px 0 0px;
    }

    .tripdetails-wrapper {
        padding-bottom: 20px;
    }

    .tripdetails-hero__section .carousel-inner .tripdetails-hero__bg,
    .tripdetails-hero__section .carousel.slide,
    .tripdetails-hero__section .carousel-item img {
        height: 600px !important;
        object-fit: cover;
    }

    .tripdetails-hero {
        padding-bottom: 20px;
    }

    .dtl-tripwrap {
        margin-top: 0;
    }

    .pkg-title h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .tripdetails_desc p {
        font-size: 16px;
        line-height: 24px;
    }

    .tripdetails-hero__spec-col {
        margin-top: 20px;
        margin-bottom: 0;
        /* padding: 0 0 15px 0; */
    }

    .tripdetails-card_fixed {
        z-index: 99;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        display: block;
        box-shadow: 0 -2px 12px -6px rgba(0, 0, 0, .1);
    }

    .tripdetails-card_smscreen {
        position: relative;
        padding: 26px 0 0px 0;
    }

    .tripc-card {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding: 0 20px 15px 20px;
    }

    .c-card__text {
        text-align: left;
    }

    .trip-price-short-text {
        margin-bottom: 0px;
    }

    .c-card__price-per {
        display: block;
        font-size: 12px;
        color: #898989;
        font-weight: 700;
    }

    .c-card__subtitle {
        display: block;
        font-size: 18px;
        font-weight: 800;
        letter-spacing: -.02em;
    }

    .c-card__price-amount span {
        display: block;
        font-size: 12px;
        font-weight: 700;
    }

    .c-card__price-amount>span {
        font-size: 14px;
        letter-spacing: 0;
        color: rgba(0, 0, 0, .8);
        font-weight: 600;
    }

    .c-card__links {
        display: flex;
        align-items: center;
    }

    .tripdetails-card {
        display: none !important;
    }

    .guarantee-tag {
        width: 55px;
        height: 55px;
        top: -20px;
        right: 20px;
        text-align: center;
        padding: 10px 5px;
    }

    .g-text {
        font-size: 10px;
        line-height: 10px;
    }

    .gs-small {
        font-size: 9px;
        line-height: 11px;
    }

    .ft-cnt {
      padding-left: 0;
  }

  .nav {
    display: flex;
    justify-content: flex-start;
}

.nav-tabs .nav-link {
    font-size: 14px;
    line-height: 50px;
    padding: 0 12px;
    margin-right: 0;
}

.nav-tabs .nav-link span {
    display: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-size: 14px;
    line-height: 50px;
    padding: 0 12px;
}

.scrollable-navbar-container {
    height: 50px;
    overflow-x: hidden;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    max-width: 100%;
    align-content: flex-start;
    overflow-y: hidden;
}

.scrollable-navbar-container .nav {
    display: flex;
    flex-wrap: nowrap;
}

.widget.js-sticky-widget {
  position: relative;
  margin-top: 30px;
  min-height: 100%;
}

}

@media (max-width: 768px) {

    .container {
        max-width: calc(100% - 10px);
        padding: 0 10px;
    }

    .title-widget h1,
    .title-widget h2,
    .title-widget h3,
    .title-widget h4,
    .title-widget h5,
    .title-widget h6 {
        font-size: 1.5em !important;
        line-height: 1.5em;
    }

    header {
        position: relative;
        width: 100%;
        z-index: 99;
    }

    .site-logo {
        width: 130px;
        height: auto;
        padding: 15px 0;
    }

    .sticky.is-sticky {
        position: static;
    }

    .h-cnt {
        margin-top: 5px;
    }

    .p-icon {
        border-radius: unset;
        font-size: 1.125em;
        width: auto;
        height: auto;
        line-height: auto;
        border: unset;
        margin-left: 8px;
        margin-right: 0;
    }

    .mbl_menulist {
        overflow: scroll;
        overflow-x: hidden;
    }


    .banner {
        position: relative;
        height: 75vh;
    }

    .banner .carousel-inner,
    .banner .carousel.slide,
    .banner .carousel-item {
        height: 75vh;
    }

    .banner .carousel-inner,
    .banner .carousel.slide,
    .banner .carousel-item img {
       max-height: 75vh;
       object-fit: cover;
       object-position: center;
   }

   .custom-scrollbar-css {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100% !important;
    min-width: 100% !important;
    max-height: auto;
    display: block;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #e3e3e3 transparent;
}

.abt-wrap {
    padding: 0px;
}

.tripdetails-hero__section .carousel-inner .tripdetails-hero__bg,
.tripdetails-hero__section .carousel.slide,
.tripdetails-hero__section .carousel-item img {
    height: 500px !important;
    object-fit: cover;
}

.tripdetails-hero__bg::after {
    background: linear-gradient(to bottom, transparent, transparent 30%, rgba(59, 59, 59, 0.61) 40%, rgba(0, 0, 0, 0.83) 65%);
}

.trip-facts li:nth-child(2n),
.trip-facts li:nth-child(2n+1) {
    border-right: none;
    border-left: none;
}

.trip-facts li:nth-child(2n+2) {
    padding-left: 0;
}

.list {
    margin: 0 15px;
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
}

.view-list .images-holder {
    width: 100% !important;
    float: inherit;
}

.view-list .category-holder {
    width: 100% !important;
}

.view-list .text-holder {
    width: 100% !important;
    float: inherit;
    padding: 10px 0 0 0;
}

.ft-cnt {
    padding-left: 0px;
}

.late-tag {
    background-color: #217206;
    width: 3em;
    height: 10em;
    padding: 5px 2px 0 2px;
}

.late-tag span {
    color: #fff;
    font-size: 14px;
    margin: 65px 0 0 -87px;
}

.additional_content {
    display: block;
    text-align: left;
    align-items: center;
}

.inputcategry {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
}

.wrapper .option {
    margin: 0 20px 0 0px;
}

.pkg-title h2 {
    font-size: 24px;
}

.c-card {
    position: relative;
    padding-left: 0;
}

.itinerary-dtl {
    margin-left: 8px;
}

.c-card__title {
    font-size: 10px;
}

.c-card__icon span i {
    color: #d9b626;
    font-size: 20px !important;
}

.c-card__content {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}

.frame__img img {
    object-fit: cover;
    height: 500px;
}

.fot-link {
    float: left;
}
.fot-link ul li { 
   text-align: left;
}

.tt-title {
  font-size: 20px;
}

.post-content h3, .post-content h4 {
  font-size: 18px !important;
}

.itinerary-meta {
    padding-left: 0 !important;
}
}


@media (max-width: 680px) {
  .banner {
    position: relative;
    height: 65vh;
}

.banner .carousel-inner,
.banner .carousel.slide,
.banner .carousel-item {
    height: 65vh;
}

.banner .carousel-inner,
.banner .carousel.slide,
.banner .carousel-item img {
  height: 600px;
  height: 65vh;
  object-fit: cover;
}

}

@media (max-width: 576px) {

    .curreny-bx {
      padding: 8px 6px;
  }

  .curreny-bx {
      line-height: 30px;
  }

  .carousel-caption h3 {
    font-size: 1.25em !important;
    line-height: 34px;
    padding: 0 20px;
    margin-bottom: 10px;
}

.carousel-caption h3 span {
    font-size: 16px;
}

.carousel-control-next,
.carousel-control-prev {
    display: none;
}

.inner-header {
    position: relative;
    min-height: 150px;
}

.inner-header img {
    position: relative;
    object-fit: cover;
    min-height: 150px;
}

.ct-bx span {
    display: none;
}

.ht-menu ul li {
    padding-left: 8px;
}

h4 {
    font-size: 1.125em !important;
}

.subscribe-form .sub-button span {
    display: none;
}

.team-img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
}

#msform fieldset .form-card {
    padding: 15px;
}

.tripbook_overview {
    margin-right: 15px;
    margin-left: 15PX;
}

#progressbar li {
    font-size: 10px;
}

.tripdetails-hero__spec-col [class*="col-"] {
    flex: 0 0 auto !important;
    width: auto !important;
}

.col-25 {
    width: 25%;
    flex: 0 0 auto !important;
}

.fot-logo {
    float: none;
    margin-bottom: 10px;
}

.mobile-disable-link {
    pointer-events: none;
    /* Disable click events */
    cursor: default;
    /* Change cursor to default */
    color: gray;
    /* Change link color to indicate it's not clickable */
    text-decoration: none;
    /* Remove underline */
    display: none;
}

.menu-bar>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"]~ul a {
    padding-left: 20px !important;
}

.menu-bar>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"]~ul>li>[aria-haspopup="true"]~ul a {
    padding-left: 20px !important;
}

.ds-tittle h4 {
    font-size: 1.5rem;
}

.feature-img img {
  height: 250px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  font-size: 12px;
  padding: 5px 10px;
  line-height: 26px;
}

.nav-pills .nav-link {
  font-size: 12px;
  padding: 5px 10px;
  line-height: 26px;
  margin-right: 2px;
}

.ess_subtitle {
    font-size: 20px;
}

.iti_title {
  font-size: 16px;
  padding: 8px 20px 8px 20px;
  line-height: 20px;
}

.day-count {
  font-size: 24px;
}

.iti_title span.arrow {
  right: 0px;
}

}


@media (max-width: 480px) {
 .banner {
    position: relative;
    height: 60vh;
}

.banner .carousel-inner,
.banner .carousel.slide,
.banner .carousel-item {
    height: 60vh;
}

.banner .carousel-inner,
.banner .carousel.slide,
.banner .carousel-item img {
  height: 500px;
  max-height: 60vh;
  object-fit: cover;
}

.tripc-card {
    display: block;
}

.c-card__text {
    text-align: center;
}

.c-card__price-amount {
    font-size: 20px;
    margin-bottom: 12px;
}

.c-card__price-per {
    display: none;
    font-size: 12px;
    color: #898989;
    font-weight: 700;
}

.c-card__price-amount span {
    margin-left: 2px;
    display: inline-block;
}

.c-card__links {
    display: flex;
    width: 100%;
    justify-content: center;
}

.col-25 {
    width: 50%;
    flex: 0 0 auto !important;
}

.tripdetails_desc p {
    font-size: 15px;
    line-height: 20px;
}

.frame__img img {
    object-fit: cover;
    height: 380px;
}

}