.touristCard-sec {
    max-width: 860px;
    margin: auto;
    padding-bottom: 25px;
}

.touristCard-sec .accordion-button {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: 0px;
    text-align: left;
}

.touristCard-sec .accordion-item {
    border: none;
}

.touristCard-sec .tc-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #28a745;
    border-radius: 4px;
    padding: 25px;
    gap: 17px;
}

.touristCard-sec .tc-header h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

.touristCard-sec .accordion-body {
    padding: 25px;
    color: white;
    font-size: 25px;
    border: 1px solid #e7e7e7;
    border-radius: 0 0 4px 4px;
}

.touristCard-sec .accordion-body h2 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin: 0 0 20px;
}

.touristCard-sec .accordion-body h2:before {
    content: "";
    background: #28a745;
    height: 5px;
    width: 110px;
    position: absolute;
    bottom: -8px;
}

.touristCard-sec .accordion-body h2:after {
    border-bottom: none;
}

.touristCard-sec .accordion-body .booknow-btn {
    display: block;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none
}

.touristCard-sec .tc-list {
    padding: 0;
    margin: 0;
}

.touristCard-sec .tc-list li {
    margin-bottom: 4px;
}

.touristCard-sec .tc-list li a {
    border: 1px solid #ededed;
    border-radius: 3px;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
}

.touristCard-sec .tc-list li a p {
    margin: 0;
    padding-left: 12px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.touristCard-sec .tc-list li a span {
    background: #28a745;
    color: #fff;
    font-size: 14px;
    padding: 14px;
}

.pass-sec {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 7px;
}

.pass-sec .pass-inner-sec {
    background: #f1f1f1;
    border-radius: 3px;
    text-align: center;
    padding: 90px 0 25px;
}

.pass-sec .pass-body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.pass-sec .pass-body .pass-colum {
    flex-basis: calc(33.33% - 20px);
}

.pass-sec .pass-body .pass-colum p {
    font-size: 13px;
    margin: 0;
    line-height: 14px;
    margin-top: 10px;
    color: #000;
}

.pass-sec .pass-header {
    background: url("/images/touristcard/pas-heading-bg.png") no-repeat;
    font-size: 18px;
    font-weight: 600;
    padding: 11px 0 20px;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20px;
}

.pass-sec .pass-img {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.touristCard-sec .accordion-button {
    position: relative;
}

.touristCard-sec .accordion-button::after {
    content: '\f077';
    font-family: FontAwesome;
    background: none;
    color: #fff;
    position: absolute;
    z-index: 9999;
    right: 15px;
    font-size: 24px;
}

.page-titel-sec img {
    width: 100%;
}

.greenBg {
    background: #28a745;
}