.inner-banner-pages .inner-banner{
    background-size: cover;
    background-position: center;
    background-image: url(../images/inner-banner.jpg);
    position: relative;
    height: 40vh;
    overflow: hidden;
}
.package-banner .inner-banner{
    height: 60vh;
}
.inner-banner-pages .inner-banner h2{
    font-family: "Playfair Display", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: -5px -5px 20px #000000, 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.details-main .highlight-icons {
    padding: 48px 40px 20px 40px;
    border-radius: 4px;
    border: solid 4px #019ac1;
}
.block-spacings{
    padding-top: 50px;
}
.details-main .highlight-icons .item{
    margin-bottom: 30px;
    display: flex;
}
.details-main .highlight-icons .item .icon{
    display: inline-block;
}
.details-main .highlight-icons .item .icon i:before{
    font-size: 45px;
    color: #333;
}
.details-main .highlight-icons .item .stat{
    display: inline-block;
    padding-left: 15px;
}
.details-main .highlight-icons .item .stat .title{
    display: block;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    color: #666;
}
.details-main .highlight-icons .item .stat .value{
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #666;
}
.detail-bar{
    opacity: 0;
    transform: translateY(-20px);
}
.detail-bar.sticky{
    opacity: 1;
    background-color: #019ac1;
    transform: translateY(0);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
}
.detail-bar.sticky .nav-link{
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 12px 15px;
}
.detail-bar .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: transparent;
    background-color: #fff;
    color: #98A869;
}
.detail-bar .nav-tabs{
    border-bottom: none;
}
.detail-bar .nav-item:active {
    background-color: #fff;
}
.detail-bar .nav-item:active a {
    background-color: #fff;
    color: #98A869;
}
.detail-bar .nav-tabs a.active{
    color: #019ac1 !important;
    background-color: #fff;
    border-color: transparent;
    border-bottom: solid 1px #019ac1;
}
.detail-block{
    margin-top: 50px;
}
.detail-page p {
    color: #444;
}
.main-detail {
    position: relative;
}
.collapse-button {
    border-radius: 4px;
    border: 1px solid #4444;
}
.collapse-button:hover {
    cursor: pointer;
}
.collapse-button .card {
    border: none;
    border-top: 1px solid #4444;
}
.collapse-button a p:hover {
    color: #98A869;
}
.detail-page h4 {
    font-size: 16px;
    font-weight: bold;
}

.detail-page .right-bar {
    border: 1px solid #044B7F;
    border-radius: 4px;
}

.detail-page .right-bar a {
    color: #fff;
    text-decoration: none;
}

.detail-page .right-bar .small-details p {
    color: #044b7f;
    margin-bottom: 10px;
    font-size: 16px;
}

.right-bar .cust-tirp,
.right-bar .pdf {
    background-color: #000;
    color: white;
}



.detail-page .form-reviews .star {
    color: red;
}

.affix {
    top: 20px;
    z-index: 9999 !important;
}
.content-part div {
    height: 250px;
    font-size: 28px;
}
.detail-left .block-headings {
    font-weight: 800 !important;
    font-size: 36px !important;
    line-height: 49px !important;
    color: #019ac1 !important;
    margin-bottom: 40px !important;
    text-transform: uppercase;
}
.detail-left blockquote{
    font-weight: 600;
    font-size: 16px !important;
    line-height: 24px;
    color: #444;
    margin: 50px 60px 50px 60px !important;
    position: relative;
    border-left: none !important;
}
.detail-left blockquote p, .detail-left blockquote h1, .detail-left blockquote h2, .detail-left blockquote h3, .detail-left blockquote h4, .detail-left blockquote h5, .detail-left blockquote h6{
    margin-bottom: 0 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
.detail-left blockquote:before{
    position: absolute;
    font-family: 'icomoon';
    content: '\e938';
    top: -15px;
    left: -25px;
    color: #ccc;
    font-size: 18px;
}
.detail-left blockquote:after{
    position: absolute;
    font-family: 'icomoon';
    content: '\e937';
    bottom: -15px;
    right: -25px;
    color: #ccc;
    font-size: 18px;
}
.detail-left p{
    font-size: 16px;
    line-height: 28px;
    color: #444;
    margin-bottom: 30px;
}
.detail-left .alert{
    background-color: #eee;
    padding: 30px 30px 10px 30px;
    margin-bottom: 0;
}
.detail-left .alert p .alert-title{
    display: inline-block;
    color: #ED5E61;
    font-weight: 600;
}
.detail-left .alert p span{
    padding-right: 5px;
}
.detail-left .alert p{
    display: inline-block;
}
.detail-left .expand-btn{
    padding-top: 10px;
}
.detail-left .expand-btn a{
    font-size: 14px;
    line-height: 18px;
    color: #ED5E61;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
}
.detail-left .expand-btn a:before{
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #ED5E61;
    left: 0;
    bottom: 0;
}
.detail-left .accordion .itinerary-head{
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #444444;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.detail-left .accordion .itinerary-head:hover{
    cursor: pointer;
}
.detail-left .accordion .accordion-stats p{
    margin-bottom: 10px;
}
.detail-left .accordion .card-body{
    padding: 10px 0;
    line-height: 28px;
    font-size: 16px;
    color: #666;
}
.detail-left .accordion .item{
    border-bottom: solid 1px #EFECEC;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.detail-left .accordion .item:last-child{
    margin-bottom: 0;
}
.detail-left #services h1, .detail-left #services h2, .detail-left #services h3, .detail-left #services h4, .detail-left #services h5, .detail-left #services h6, .detail-left #equipments h1, .detail-left #equipments h2, .detail-left #equipments h3, .detail-left #equipments h4, .detail-left #equipments h5, .detail-left #equipments h6{
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #444444;
    margin-bottom: 20px;
}
.detail-left ul{
    margin-bottom: 30px;
}
.detail-left ul li{
    font-size: 16px;
    line-height: 36px;
    color: #444;
}
.detail-left #services ul{
    margin-bottom: 30px;
}
.detail-left #services ul li{
    font-size: 16px;
    line-height: 40px;
    color: #444;
}
.detail-left #equipments ul{
    margin-bottom: 30px;
}
.detail-left #equipments ul li{
    font-size: 16px;
    line-height: 40px;
    color: #444;
}
.detail-left #goodToKnow h1, .detail-left #goodToKnow h2, .detail-left #goodToKnow h3, .detail-left #goodToKnow h4, .detail-left #goodToKnow h5, .detail-left #goodToKnow h6{
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #444444;
    margin-bottom: 20px;
}
.detail-left #scroll-gallery .item a img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
}
.detail-left #scroll-gallery .item{
    margin-bottom: 10px
}
.detail-left #scroll-gallery .row{
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.detail-left #scroll-gallery .col-md-4{
    padding-right: 5px;
    padding-left: 5px;
}
.detail-left .reviews-head{
    text-align: center;
}
.detail-left .reviews-head h3{
    color: #02ccfe;
    font-size: 32px;
    font-family: "Playfair Display", serif;
    margin-top: 40px;
    position: relative;
    margin-bottom: 20px;
}
.detail-left .reviews-head h4{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #444444;
    margin-bottom: 20px;
}
.detail-left .reviews-head p{
    font-weight: 600;
    font-size: 38px;
    line-height: 30px;
    color: #ED5E61;
    margin-bottom: 20px;
}
.detail-left .reviews-head .star-container ul{
    display: inline-block;
    padding-left: 0;
}
.detail-left .reviews-head .star-container p{
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #444;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 5px;
    position: relative;
    top: -3px;
}
.detail-left .reviews-head .star-container ul li{
    display: inline-block;
}
.detail-left .reviews-head .star-container ul li span{
    color: #FFA927;
    font-size: 22px;
}
.detail-left .reviews-lists{
    padding: 0 30px;
    border: dashed 2px #666;
    padding: 0 30px;
    margin-top: 30px;
}
.detail-left .reviews-lists .item{
    padding: 40px 0 25px 0;
    border-bottom: 2px solid #DDDDDD;
}
.detail-left .reviews-lists .item:last-child{
    border-bottom: none;
}
.detail-left .reviews-lists .item .left .review-stars{
    padding-left: 0;
    margin-bottom: 0px;
}
.detail-left .reviews-lists .item .left .review-stars li{
    display: inline-block;
    color: #FFA927;
    font-size: 18px;
}
.detail-left .reviews-lists .item .left .review-name{
    font-size: 16px;
    line-height: 28px;
    color: #444;
    font-weight: 700;
}
.detail-left .reviews-lists .item .left .country-flag img{
    width: 70px;
    margin-bottom: 10px;
}
.detail-left .reviews-lists .item .left .review-country, .detail-left .reviews-lists .item .left .review-date{
    font-size: 16px;
    line-height: 24px;
    color: #444;
    margin-bottom: 10px;
}
.detail-left .reviews-lists .item .right .reviews-title{
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #444444;
    margin-bottom: 20px;
}
.detail-left .reviews-lists .item .right .reviews-stars-individuals .star-item span{
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #444;
    width: 60%;
}
.detail-left .reviews-lists .item .right .reviews-stars-individuals{
    margin-bottom: 20px;
}
.detail-left .reviews-lists .item .right .reviews-stars-individuals .star-item .review-stars{
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}
.detail-left .reviews-lists .item .right .reviews-stars-individuals .star-item .review-stars li{
    display: inline-block;
    font-size: 16px;
}
.detail-left .reviews-lists .item .right .reviews-stars-individuals .star-item .review-stars li span{
    color: #FFA927;
}
.detail-left .reviews-lists .item .right .reviews-details p{
    font-size: 16px;
    line-height: 28px;
    color: #444;
    margin-bottom: 15px;
}
.right-bar .group-info{
    border-radius: 4px;
    padding: 40px 6px 20px 6px;
    margin-bottom: 15px;
    background-color: #e2f0f3;
    border: solid 4px #019ac1;
}
.right-bar .group-info .info-main{
    padding: 20px 5px;
    border-top: dashed 2px #019ac1;
}
.right-bar .group-info h3{
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #019ac1;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
}
.right-bar .group-info .info-main .group-head{
    margin-bottom: 10px;
}
.right-bar .group-info .info-main .group-head span{
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #444;
    padding: 0 3px;
}
.right-bar .group-info .info-main .group-body .item{
    padding: 4px 0;
    position: relative;
}
.right-bar .group-info .info-main .group-body .item:before{
    position: absolute;
    content: '';
    border-bottom: dashed 1px #ed5e6145;
    width: 100%;
    top: 50%;
    z-index: -1;
}
.right-bar .group-info .info-main .group-body .item span{
    font-size: 12px;
    line-height: 14px;
    color: #444;
    background-color: #e2f0f3;
    padding: 0 10px;
}
.right-bar .group-info .info-checks{
    padding: 20px 10px 0 10px;
}
.right-bar .group-info .info-checks ul li{
    font-size: 12px;
    color: #444;
    line-height: 22px;
    margin-bottom: 8px;
    position: relative;
    list-style: none;
}
.right-bar .group-info .info-checks ul{
    margin-bottom: 0;
    padding-left: 30px;
}
.right-bar .group-info .info-checks ul li:before{
    position: absolute;
    content: '\e90f';
    font-family: 'icomoon';
    top: 2px;
    left: -25px;
    font-size: 12px;
    color: #fff;
    background-color: #107E7D;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
}
.right-bar .side-booking{
    border: solid 4px #019ac1;
    border-radius: 4px;
    padding: 30px 20px 30px 20px;
    margin-bottom: 15px;
}
.right-bar .side-booking h3{
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #555555;
}
.right-bar .side-booking h2{
    color: #019ac1;
    font-size: 20px;
    font-family: 'Fredoka One', cursive;
    margin-top: -5px;
    position: relative;
    margin-bottom: 5px;
    text-align: center;
}
.right-bar .side-booking h2 span{
    font-size: 38px;
}
.right-bar .side-booking p{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #555555;
}
.right-bar .side-booking .star-container ul{
    padding-left: 0;
    text-align: center;
}
.right-bar .side-booking .star-container ul li{
    display: inline-block;
}
.right-bar .side-booking .star-container ul li span{
    font-size: 24px;
    color: #FFA927;
}
.right-bar .side-booking .book-btn{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #019ac1;
    border-radius: 2px;
    display: block;
    padding: 10px 0;
    margin-bottom: 10px;
}
.right-bar .side-booking .enquiry-btn{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #019ac1;
    padding: 8px 0;
    display: block;
    border-radius: 2px;
    border: 2px solid #019ac1;
}
.right-bar .side-booking .share-this{
    margin-top: 15px;
}
.right-bar .side-booking .share-this h4{
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #555555;
}
.right-bar .download-btns{
    margin-bottom: 15px;
}
.right-bar .download-btns a{
    color: #019ac1;
    border: solid 2px #019ac1;
    text-align: center;
    display: block;
    margin-bottom: 5px;
    border-radius: 2px;
    font-size: 16px;
    padding: 13px 0;
    text-transform: uppercase;
}
.right-bar .download-btns a:hover{
    background-color: #02ccfe;
    color: #fff;
}
/*.detail-bar{
    display: none;
}*/
.right-bar .write-review{
    margin-top: 10px;
}
.right-bar .write-review .header{
    background: #02ccfe;
    border-radius: 4px 4px 0px 0px;
    padding: 10px 0;
}
.right-bar .write-review .header h3{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
}
.right-bar .write-review .body{
    padding: 30px 20px 15px 20px;
    background-color: #F3F3F3;
    border-radius: 0 0 4px 4px;
    text-align: center;
}
.right-bar .write-review .body p{
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #666666;
}
.right-bar .write-review .body .review-stars{
    padding-left: 0;
    text-align: center;
    text-align: left;
}
.right-bar .write-review .body .review-stars li{
    display: inline-block;
}
.right-bar .write-review .body .review-stars li span{
    font-size: 24px;
    color: #FFA927;
}
.sticky-container{
    position: sticky;
    top: 60px;
}

.package-price {
    padding: 20px 0 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.package-price .old-price {
    margin-bottom: 6px;
    font-style: italic;
    font-size: 14px;
    color: #777;
}

.package-price .old-price span {
    text-decoration: line-through;
    color: #999;
}

.package-price .price {
    color: #019ac1;
    font-size: 32px;
    margin-bottom: 8px;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.package-price .price span:first-child {
    font-weight: bold;
}

.package-price .price span:last-child {
    font-size: 20px;
    font-weight: 500;
    color: #555;
}

.package-price .discount-badge {
    background-color: #e94555;
    padding: 3px 8px;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    font-size: 13px;
    margin-top: 4px;
}

/* Group discount */
.group-discount-info {
    padding: 16px;
    background-color: #e7f5fe;
    margin-top: 12px;
}

.group-discount-info .title {
    color: #1d6c8b;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 6px;
}

.group-discount-info .info {
    font-size: 14px;
    margin-bottom: 12px;
    color: #444;
}

.group-discount-info .discount-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: #1d6c8b;
    font-size: 14px;
    border-bottom: 1px solid #bcdcec;
    padding-bottom: 6px;
    margin-bottom: 8px;
}

.group-discount-info .discount-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 6px;
    padding-bottom: 4px;
    position: relative;
}

.group-discount-info .discount-row span:first-child {
    flex: 1;
    position: relative;
}

.group-discount-info .discount-row span:first-child::after {
    content: "";
    border-bottom: 1px dotted #a3cde0;
    flex-grow: 1;
    margin: 0 6px;
    display: inline-block;
    transform: translateY(-2px);
}

.group-discount-info .discount-row span:last-child {
    white-space: nowrap;
    color: #222;
    font-weight: 500;
}

/* Features */
.package-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 10px 0;
    margin-top: 8px;
}

.package-features .departure,
.package-features .private,
.package-features .group {
    font-size: 14px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.package-features .departure {
    background-color: #107e7d;
    color: white;
}

.package-features .private {
    background-color: #d25c65;
    color: white;
}

.package-features .group {
    background-color: #fdfbd4;
    color: #2c2c2c;
}

/* Buttons */
.button-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 20px 12px;
}

.button-container a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    height: 44px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.button-container .book-now {
    background-color: #019ac1;
    border: 1px solid #019ac1;
    color: #fff;
}

.button-container .book-now:hover {
    background-color: #017da0;
    border-color: #017da0;
}

.button-container .inquiry,
.button-container .download-pdf {
    background-color: transparent;
    border: 1px solid #019ac1;
    color: #019ac1;
}

.button-container .inquiry:hover,
.button-container .download-pdf:hover {
    background-color: rgba(1, 154, 193, 0.08);
}

.right-bar .write-review .body .review-progress .item .star{
    width: 20%;
    display: inline-block;
    font-size: 15px;
    color: #666;
}
.right-bar .write-review .body .review-progress .item .star span{
    color: #FFA927;
    position: relative;
    top: 1px;
}
.right-bar .write-review .body .review-progress .item .bar{
    width: 65%;
    display: inline-block;
}
.right-bar .write-review .body .review-progress .item .bar .progress{
    height: 8px;
}
.right-bar .write-review .body .review-progress .item .bar .progress .progress-bar{
    background-color: #95c94e;
}
.right-bar .write-review .body .review-progress .item .value{
    width: 15%;
    display: inline-block;
}
.right-bar .write-review .body .review-progress .item .value p{
    margin-bottom: 0;
    text-align: right;
}
.right-bar .write-review .body .review-progress .item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.right-bar .write-review .body a{
    font-size: 14px;
    line-height: 18px;
    color: #019ac1;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
    margin: 10px 0;
}
.right-bar .write-review .body a:before{
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #019ac1;
    left: 0;
    bottom: 0;
}
.detail-left .detail-dates table tbody td{
    font-size: 15px;
}
.slimScrollDiv{
    padding-right: 8px;
}
.slimScrollBar{
    width: 3px !important;
    right: 0px !important;
    background: rgb(3, 40, 68) !important;
}
#CDSWIDSSP{
    width: 100% !important;
}
#CDSWIDSSP .widSSPData{
    border: none !important;
}
.right-bar .trip-container{
    border: dashed 3px #1DA582;
    border-radius: 30px;
    padding: 10px;
}
.modal-content{
    background-color: #ECECEC;
    padding: 50px;
    border-radius: 4px;
}
.modal-header{
    padding: 0;
    border-bottom: none;
}
.modal-body{
    padding: 0;
}
.modal-header h5{
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #444444;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
.modal p{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
.modal-form .form-control{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    padding: 12px 20px;
    height: auto;
    border-radius: 2px;
}
.modal-form .form-group{
    margin-bottom: 20px;
}

.modal-form .form-group label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    color: #444;
    width: 50%;
}
.modal-form .star-container{
    padding: 0 10px;
    margin-bottom: 30px;
}
.modal-form .star-container .form-group{
    margin-bottom: 10px;
}
.modal-form .form-btn{
    background-color: #98a869;
    color: #fff !important;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    border-radius: 2px;
    display: block;
    -webkit-appearance: none;
    margin-top: 30px;
    border: none;
}
.expand-all-btn{
    padding-top: 12px;
}
.expand-all-btn a{
    position: relative;
    color: #019ac1;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
}
.expand-all-btn a:before{
    height: 1px;
    width: 100%;
    background-color: #019ac1;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
.detail-services .included li{
    list-style: none;
    position: relative;
}
.detail-services .included li:before{
    position: absolute;
    content: '\e91b';
    font-family: 'icomoon';
    top: 12px;
    left: -30px;
    font-size: 16px;
    color: #79b743;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
}
.detail-services .excluded li{
    list-style: none;
    position: relative;
}
.detail-services .excluded li:before{
    position: absolute;
    content: '\e917';
    font-family: 'icomoon';
    top: 12px;
    left: -30px;
    font-size: 16px;
    color: #ED5E61;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
}


/*........smooth scroll........*/

.detail-page .detail-bar #photos,
#overview,
#itinerary,
#services,
#equipments,
#goodToKnow,
#map,
#reviews {
    /*scroll-behavior: smooth;*/
    /*transition-duration: 5s;*/
}


/*............for rating stars.............*/

.rating {
    display: inline-block;
    position: relative;
    top: 2px;
}


/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
      follow these rules. Every browser that supports :checked also supports :not(), so
      it doesn’t make the test unnecessarily selective */

.rating:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}

.rating:not(:checked)>label {
    float: right;
    width: 30px;
    /* padding:0 .1em; */
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 300%;
    line-height:22px;
    color: #ddd;
}

.rating:not(:checked)>label:before {
    content: '★ ';
    font-size: 28px;
}

.rating>input:checked~label {
    color: #FFA927;
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #FFA927;
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #FFA927;
}

.rating>label:active {
    position: relative;
    top: 2px;
    left: 2px;
}


/*...........rating stars ends............*/

#itinerary .collapse p {
    color: #666;
}
