.booking-button.active, .booking-button:hover{
    color: #fff;
    padding: 9px 15px;
    background-color: #54a15d;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #54a15d;
    line-height: 20px;
}
.booking-button {
    padding: 9px 15px;
    color: #54a15d;
    background-color: white;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #54a15d;
    line-height: 20px;
    transition: .15s ease-in-out;
}
.text-lth {
    text-decoration: line-through;
}
.tour-details-button {
    padding: 12px 28px;
    color: #2d373c;
    background-color: white;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #54a15d;
    line-height: 20px;
    transition: .15s ease-in-out;
    border-radius :30px
}

.tour-details-button.active, .tour-details-button:hover{
    color: #fff;
    background-color: #54a15d;
}
.package-info-table {
    margin-top: 40px;
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 10px;
}
.package-info-table tr td, .package-info-table tr th{
    font-weight: 600;
    font-size: 18px;
    padding:20px;
}
.tag-group{
    display: inline-flex;
    flex-wrap: wrap;
}
.tag-group a{
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #2d373c;
    border: 1px solid rgba(45, 55, 60, 0.3019607843);
    padding: 6px 18px;
    margin: 6px 12px 6px 0px;
    transition: all 0.3s;
}
.tag-group a:hover {
    border-color: #54a15d;
    background: #54a15d;
    color: #fff;
}
.plans-accordion-single {
    border: none;
    margin-top: 50px;
}

.accordion-button {
    padding: 0 30px;
    padding-left: 0;
    background: #ffffff;
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 80px;
}
.accordion-button::after {
    background-image: none;
    content: "\F282";
    font-family: bootstrap-icons !important;
}

.paln-index-circle {
    min-width: 90px;
    height: 90px;
    background:  #54a15d;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid rgba(22, 43, 50, 0.5);
    border-radius: 50%;
    margin-right: 25px;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
}
.plans-accordion-single .plan-info {
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 0;
}
.accordion-button:not(.collapsed) {
    color: unset !important;
    background-color: unset !important;
    box-shadow: unset !important;
}

#customDateDatepicker {
    border: 1px solid #dddddd;
    padding: 8px 20px;
}
.checkmark {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
}
.checkinput input[type="checkbox"] {
    accent-color: #54A15D;
}
.checkinput input[type=radio]{
    accent-color: #5e5e5e;
}
.number-input {
    border: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: rgba(237, 237, 237, 0.237);
}
.number-input .minus-qty, .number-input .plus-qty {
    width: 25px;
    height: 25px;
    line-height: 21px;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #54a15d;
    color: #54a15d;
    cursor: pointer;
}
.number-input input[type=number] {
    width: 70px;
    text-align: center;
    background-color: rgba(237, 237, 237, 0.237);
    font-size: 18px;
    font-weight: 600;
}
.number-input .minus-qty:hover, .number-input .plus-qty:hover {
    background-color: #54a15d;
    color: white;
}
@media only screen and (min-width: 991.98px) and (max-width: 1399.98px){
    .pop-pack .text-ct h4 {
        font-size: 14px !important;
        font-weight:600 !important;
    }
}
@media only screen and (max-width: 599.98px){
    .package-info-table tr td, .package-info-table tr th{
        display: flex;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 991.98px) and (max-width: 1199.98px){
    .block-rp{
        display: block !important;
    }
}
.b-shadow{
    box-shadow: 1px 1px 5px;
}
@media only screen and (max-width: 462.98px){
    .tour-details-button {
        padding: 4px 10px;
    }
}
.bi-color{
    color: #54A15D;font-size: 30px;
}
.banner-form .search-box-single {
    display: flex;
    margin-bottom: 25px;
    padding: 0px 20px;
    border: 1px solid #eeeeee;
}
.banner-form .searchbox-input input{
    width: 100%;
    height: 50px;
    padding-left: 10px;
    font-size:18px;
}
.banner-form .search-box-single .searchbox-icon {
    padding-top: 13px;
}
.banner-form .search-box-single:hover {
    border: 1px solid #54a15d;
}
.banner-form .search-box-single:hover .bi {
    color:  #54a15d;
}
.banner-form .searchbox-input:not(.focus-visible) :focus:not(.focus-visible) {
    outline: 0 !important;
    box-shadow: none !important;
}
.banner-form .searchbox-input textarea {
    width: 100%;
    padding: 13px 10px;
    background: transparent;
    font-size:18px;
}
.invalid-feedback{
    font-size: 0.8rem;
}
.eci-icon-side ul{
    transform: translateX(200%);
    transition: 0.3s linear;
}
.eci-icon-side.active ul{
    transform: translateX(0);
    transition: 0.3s linear;
}

.bg-transparent{
    background-color: none;
    border: 1px solid #54a15d;
}

.eci-footer-dot {
    transition: 0.3s linear;
    animation: dot-apperence 0.4s ease-in;
}
@keyframes dot-apperence {
    0%{
        opacity: 0;
        transform: translateX(-50%);
        transition: 0.3s linear;
    }
    100%{
        opacity: 1;
        transform: translateX(0);
        transition: 0.3s linear;
    }
}
