.tour-card {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    cursor: pointer;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 8px 12px rgba(51,65,80,.06), 0 14px 44px rgba(51,65,80,.11);
}


.tour-title{
    margin-top: 10px;
}

.tour-title h4 {
    margin-bottom: 8px;
    font-size: 20px;
    text-align: start;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tour-title h3 {
    margin-bottom: 8px;
    font-size: 26px;
    text-align: start;
    color: var(--bs-info);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tour-location {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
    color: #000000;
    font-weight: 500;
}

    .tour-location i {
        color: var(--secondary-color) !important;
    }

.tour-type ul, .facility-icon ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
}

    .tour-type ul li, .facility-icon ul li {
        list-style: none;
        margin: 0 10px 10px 0;
        font-size: 12px;
        font-weight: 600;
        color: #000000;
    }

        .tour-type ul li i, .facility-icon ul li i {
            color: var(--secondary-color);
        }

    .facility-icon ul li {
        border-radius: 8px;
        padding: 3px 8px;
        border: 1px solid var(--secondary-color);
    }

        .facility-icon ul li span {
            font-size: 10px;
            font-weight: 600;
        }



.tour-image img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.tour-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    color: #000000;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}


.btn-visa {
    display: inline-block;
    border-radius: 6px;
    padding: 10px 35px;
    background-color: var(--bs-info) !important;
    color: #ffffff !important;
    border: none;
    font-size: 16px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.5s ease;
    text-align: center;
}

    .btn-visa i {
        color: #fff !important;
    }

    .btn-visa:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }



.price-info .per {
    font-size: .8571428571rem;
    line-height: 20px;
    font-weight: 500;
    color: #000000;
}

.price-info .price-highlight {
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 600;
    color: #202020;
    display: block;
}

.price-info .sm-text {
    margin-right: 2px;
    font-size: .8571428571rem;
    line-height: 22px;
    font-weight: 600;
}

.tour-image {
    height: 200px;
}

    .tour-image img {
        height: 100%;
        width: 100%;
        border-radius: 5px;
    }

@media (max-width: 1510px) and (min-width: 991px) {
    .btn-visa {
        display: inline-block;
        border-radius: 6px;
        padding: 10px 15px;
        background-color: var(--main-color);
        color: #ffffff !important;
        border: none;
        font-size: 14px;
        font-weight: 500;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        transition: all 0.5s ease;
    }
}

@media (max-width: 991px) {
    .btn-visa {
        padding: 10px 15px;
    }
}

@media (max-width: 576px) {
    .tour-title {
        margin-top: 0px;
    }

    .price-info {
        margin-top: 10px;
    }

    .tour-image img {
        height: 200px;
        width: 100%;
    }

    .btn-visa {
        padding: 10px 10px;
        font-size: 14px;
        font-weight: 400;
    }

    .tour-title h4 {
        margin-bottom: 2px;
    }

    .tour-location {
        padding-bottom: 2px;
    }

    .tour-type ul li, .facility-icon ul li {
        margin: 0 4px 4px 0;
    }

    .facility-icon ul li {
        padding: 2px 4px;
    }
}

.tour-details {
    background: #f2f2f2;
    border: 1px solid #e9e4e4;
    padding: 15px;
    border-radius: 10px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    margin-bottom: 20px;
}

.inner-box {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 5px;
}

.tour-summary p {
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.incl-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color);
}

.facilities-list ul {
    display: inline-flex;
    margin-bottom: 0;
    flex-wrap: wrap;
    padding: 0;
}

    .facilities-list ul li {
        list-style: none;
        margin: 0px 10px;
        padding: 2px 5px;
        border: 1px solid var(--main-color);
        border-radius: 5px;
        color: #fff;
        background: var(--main-color);
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

        .facilities-list ul li i {
            color: #fff;
        }

.tour-sec-title {
    padding: 10px 14px;
    background-color: var(--bs-info);
    border-radius: 4px;
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
}

.form-content.tour-details .tour-sec-title {
    padding: 10px 14px;
    background-color: var(--bs-info);
    border-radius: 4px;
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.tour-sec-title i {
    font-size: 22px;
    color: #ffffff;
}



.inner-box .accordion-item {
    background-color: #fff;
    border: none !important;
    position: relative;
}


    .inner-box .accordion-item:first-child:before {
        content: '\f3c5';
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        color: var(--main-color);
        position: absolute;
        bottom: 0;
        top: 0;
        transform: translate(0px, 35%);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background-color: var(--main-color);
        color: white;
        font-size: 16px;
        z-index: 2
    }


    .inner-box .accordion-item:before {
        content: '\f111';
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        color: var(--main-color);
        position: absolute;
        position: absolute;
        bottom: 0;
        top: 0;
        transform: translate(0px, 35%);
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    /**/

    .inner-box .accordion-item:last-child:before {
        content: '\f024';
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        color: var(--main-color);
        position: absolute;
        bottom: 0;
        top: 0;
        transform: translate(0px, 35%);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background-color: var(--main-color);
        color: white;
        font-size: 16px;
        z-index: 2
    }

.inner-box .accordion {
    position: relative;
}

    .inner-box .accordion::before {
        content: "";
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 14px;
        border-left: 1px dashed var(--main-color, #EB662B);
        z-index: 1;
    }

.inner-box .accordion-button {
    padding: 15px;
}

.inner-box .accordion-item .accordion-button {
    padding-left: 40px;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.inner-box .accordion-body {
    padding: 0 30px;
    text-align: justify;
}

    .inner-box .accordion-body .accordion-texts p {
        margin: 0 !important;
    }

.inner-box .about-sec.Included ul {
    padding: 0;
}

    .inner-box .about-sec.Included ul li {
        list-style: none;
        position: relative;
        padding: 0 0px 15px 30px;
        font-size: 15px;
        color: var(--black-color);
    }

        .inner-box .about-sec.Included ul li:before {
            content: '\f00c';
            font-family: "Font awesome 5 free";
            font-weight: 900;
            color: #63B06F;
            background: #EFF7F1;
            height: 24px;
            width: 24px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 0;
            border-radius: 100%;
        }

.inner-box .about-sec.Excluded ul {
    padding: 0;
}

    .inner-box .about-sec.Excluded ul li {
        list-style: none;
        position: relative;
        padding: 0 0px 15px 30px;
        font-size: 15px;
        color: var(--black-color);
    }

        .inner-box .about-sec.Excluded ul li:before {
            content: '\f00d';
            font-family: "Font awesome 5 free";
            font-weight: 900;
            color: #FF0000;
            background: #FFE5E5;
            height: 24px;
            width: 24px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 0;
            border-radius: 100%;
        }


.about-sec h4 {
    color: var(--main-color);
    font-size: 18px;
}

.about-sec.Package.Details p {
    margin-bottom: 5px;
    font-size: 15px;
    color: var(--black-color);
    text-align: justify;
}


.custom-input-form {
    margin-bottom: 25px;
}

    .custom-input-form .form-control {
        position: relative;
        width: 100%;
        height: 4.3rem;
        margin: 0 auto;
        border-color: transparent !important;
    }


    .custom-input-form .form-label {
        position: absolute;
        font-family: inherit;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.5;
        left: 15px;
        top: 15px;
        padding: 0 0.35rem;
        color: hsl(220, 3%, 50%);
        background: #fff;
        transition: all 0.35s ease;
        color: var(--main-color) !important;
    }

    .custom-input-form .form-input {
        position: absolute;
        display: block;
        font-family: inherit;
        font-size: 1.2rem;
        font-weight: 500;
        line-height: inherit;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 15px;
        z-index: 1;
        outline: none;
        border-radius: 0.25rem;
        border-width: 1.75px;
        border-style: solid;
        border-color: hsl(216, 3%, 65%) !important;
        color: var(--black-color);
        background-clip: padding-box;
        background-color: transparent;
        transition: all 0.35s ease-in-out;
    }

        .custom-input-form .form-input:hover {
            border-color: var(--main-color);
        }

        .custom-input-form .form-input::-moz-placeholder {
            display: none;
            opacity: 0;
            visibility: hidden;
        }

        .custom-input-form .form-input:-ms-input-placeholder {
            display: none;
            opacity: 0;
            visibility: hidden;
        }

        .custom-input-form .form-input::placeholder {
            display: none;
            opacity: 0;
            visibility: hidden;
        }

        .custom-input-form .form-input:focus {
            border-color: var(--main-color);
        }

            .custom-input-form .form-input:focus + .form-label {
                font-size: 0.875rem;
                font-weight: 600;
                top: -0.65rem;
                left: 0.75rem;
                z-index: 5;
                color: var(--color-black);
            }

        .custom-input-form .form-input:not(:-moz-placeholder-shown).form-input:not(:focus) + .form-label {
            font-size: 0.875rem;
            font-weight: 400;
            top: -0.65rem;
            left: 0.75rem;
            z-index: 5;
            color: var(--color-black);
        }

        .custom-input-form .form-input:not(:-ms-input-placeholder).form-input:not(:focus) + .form-label {
            font-size: 0.875rem;
            font-weight: 400;
            top: -0.65rem;
            left: 0.75rem;
            z-index: 5;
            color: var(--color-black);
        }

        .custom-input-form .form-input:not(:placeholder-shown).form-input:not(:focus) + .form-label {
            font-size: 0.875rem;
            font-weight: 400;
            top: -0.65rem;
            left: 0.75rem;
            z-index: 5;
            color: var(--color-black);
        }

/*-----------------------------------------------------------------------------------*/


.tour-form {
    margin-bottom: 25px;
    height: 4.3rem;
    position: relative;
}

    .tour-form .visa-div-input {
        position: absolute;
        display: block;
        font-family: inherit;
        font-size: 1.2rem;
        font-weight: 500;
        line-height: inherit;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 15px;
        z-index: 1;
        outline: none;
        border-radius: 0.25rem;
        border-width: 1.75px;
        border-style: solid;
        border-color: hsl(216, 3%, 65%) !important;
        color: var(--black-color);
        background-clip: padding-box;
        background-color: transparent;
        transition: all 0.35s ease-in-out;
    }

    .tour-form label {
        position: absolute;
        font-family: inherit;
        line-height: 1.5;
        left: 15px;
        top: 15px;
        padding: 0 0.35rem;
        color: hsl(220, 3%, 50%);
        background: #fff;
        transition: all 0.35s ease;
        font-size: 0.875rem;
        font-weight: 600;
        top: -0.65rem;
        left: 0.75rem;
        z-index: 5;
        color: var(--main-color);
    }

    .tour-form .form-select {
        padding: 17px !important;
        border-radius: 0.25rem;
        border-width: 1.75px;
        border-style: solid;
        border-color: hsl(216, 3%, 65%) !important;
    }

.custom-input-form .field-validation-error, .custom-input-form .field-validation-error span {
    bottom: -10px;
}

.tour-details .card-toolbar .btn-primary,
.tour-details .card-toolbar .btn-primary:hover {
    background: var(--main-color);
}


.payment-facilites p span {
    color: #63B06F;
    background: #EFF7F1;
    height: 24px;
    width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-right: 10px;
}

.payment-facilites p {
    margin-bottom: 10px !important;
    color: var(--main-color);
    font-weight: 500;
}


.customReqWrapper {
    background-color: #e7f7f6;
    border-radius: 4px;
}

    .customReqWrapper .CRContent {
        padding: 20px;
        background-color: rgba(17, 59, 170, 0.2);
    }

        .customReqWrapper .CRContent .CRHeadings .CRTitle {
            font-size: 20px;
            line-height: 28px;
            color: #000;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .customReqWrapper .CRContent .CRHeadings .CRDetails {
            font-size: 14px;
            line-height: 22px;
            color: #1a2b3d;
            font-weight: 400;
            margin-bottom: 16px;
        }

        .customReqWrapper .CRContent .CRContacts .contactBtn {
            color: var(--main-color);
            font-size: 15px;
            line-height: 20px;
            font-weight: 600;
            padding: 12px 4px;
            transition: all .3s;
        }

            .customReqWrapper .CRContent .CRContacts .contactBtn i {
            }


.redirect-btn {
    background-color: #0A9EEE !important;
    color: var(--white-color) !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .redirect-btn i {
        color: var(--white-color) !important;
    }

    .redirect-btn:hover {
        background-color: #FF466B !important;
        color: var(--white-color) !important;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
/*==================================================================================*/
.image-animation {
    height: 250px;
    border-radius: 5px;
    width: 100%;
}

.animate {
    animation: shimmer 5s;
    animation-iteration-count: infinite;
    background: linear-gradient(to right, #e6e6e6 5%, #cccccc 25%, #e6e6e6 35%);
    background-size: 1000px 100%;
}



.tour-title-animation {
    height: 35px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px;
}

.location-animation, .tour-type-animation {
    height: 15px;
    width: 60%;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
}

.tour-type-animation {
    margin-bottom: 20px;
}

.facilities-animation ul {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    margin: 0;
    padding: 0;
}

    .facilities-animation ul li {
        height: 20px;
        width: 50px;
        list-style: none;
        border-radius: 5px;
        margin: 0 10px 25px 0;
    }

.tour-details-animation p {
    height: 16px;
    width: 100%;
    border-radius: 5px;
}

.per-animation {
    height: 10px;
    width: 75px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: end;
    display: inline-block;
}

.price-animation {
    height: 25px;
    width: 125px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: end;
    display: inline-block;
}

.button-animation {
    display: block;
    height: 45px;
    width: 100%;
    border-radius: 5px;
    text-align: end;
}


@keyframes shimmer {
    from {
        background-position: -1000px 0;
    }

    to {
        background-position: 1000px 0;
    }
}


@media (max-width: 576px) {
    .facilities-list ul li {
        margin: 5px 5px;
    }
}


/*================================================================================================================*/

.travel-area-info h5{
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600;
}