body{
    margin: 0;
    line-height: 1.5;
    color: #333;
    text-align: right;
    background-color: #f4f4f9;
}
header nav{
	background-color: #fff;
}
.section-contentb{
	min-height:250px;
	background-color: #f4f4f9;
}
.page-container{
    background: #fff;
    border-radius: 8px;
    padding: 16px 12px;	
}
.page-inner-title {
    font-size: 16px;
    font-weight: 700;
}
.holy-card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.holy-card-header {
    border-radius: 15px 15px 0 0;
    background-color: #dbdee8;
    padding: 16px 32px;
    font-size: 14px;
    font-weight: 700;
}
.holy-room-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.holy-card-body {
    padding: 24px 32px;
    border-radius: 0 0 15px 15px;
    border: 2px solid #dbdee8;
    border-top: 0 solid #dbdee8;
    line-height: 2;
}
.holy-room-body {
    padding: 24px 16px!important;
}

.holy-room-body-title {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: baseline;
}
.holy-room-body-title>i {
    font-size: 8px;
    margin-left: 12px;
    display: flex;
}
.holy-room-body-table {
    margin-top: 25px;
    width: 100%;
    border-collapse: collapse;
}
.holy-room-body-table tr td:first-child {
    border-right: 0;
}
.holy-room-body-table tr td {
    width: 33.3333333333%;
    border: 2px dashed #e0e0e0;
    height: 83px;
}
.holy-room-body-table-title>i {
    font-size: 6px;
}
.holy-room-body-table-description {
    text-align: center;
    color: #6f6f6f;
    font-size: 14px;
}
.holy-details>* {
    border-radius: 15px;
    background-color: #fff;
    padding: 24px 12px;
    color: #6f6f6f;
    font-size: 14px;
    overflow: hidden;
}
.holy-details__info-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
}
.holy-details__info-tour {
    display: flex;
    align-items: baseline;
    font-weight: 700;
}
.holy-details .lst-icon-circle-fill {
    font-size: 6px;
    margin-left: 8px;
    display: inline-flex;
}
.holy-details__info-tour>a {
    color: #6f6f6f;
}
.holy-details__info-date, .holy-details__info-item {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.holy-details__divider {
    flex: 1;
    border-top: 2px dashed #d9d9d9;
    margin: 0 10px;
}
.hotel-grade .icon--grade-3star {
    background-image: url(../img/3star.png);
}
.hotel-grade .icon--grade-1star {
    background-image: url(../img/1star.png);
}
.hotel-grade .icon--grade-2star {
    background-image: url(../img/2star.png);
}
.hotel-grade .icon--grade-4star {
    background-image: url(../img/4star.png);
}

.hotel-grade .icon--grade-5star {
    background-image: url(../img/5star.png);
}

.hotel-grade--sm .icon {
    width: 78px;
    height: 15px;
}
.hotel-grade .icon {
    width: 104px;
    height: 20px;
    display: block;
    background-size: contain;
    background-position: 100%;
    background-repeat: no-repeat;
}
.holy-details__info-date {
    border: 2px dashed #e0e0e0;
    border-radius: 5px;
    padding: 12px 16px;
}
.holy-details__info-date-item {
    text-align: center;
}
.holy-details__info-date-item>div:last-child {
    font-size: 12px;
    margin-top: 8px;
}
.holy-details__divider-arrow {
    flex: 1;
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.holy-details__info-date>.holy-details__divider-arrow {
    --color: #fcc104;
}
.holy-details__divider-arrow:before {
    content: "";
    display: inline-block;
    width: 100%;
    border-top: 1px dashed #dbdee8;
    border-top: 1px dashed var(--color,#dbdee8);
}
.holy-details__divider-arrow:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent #dbdee8 transparent transparent;
    border-left: 8px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 8px solid var(--color,#dbdee8);
    border-top: 4px solid transparent;
}
 
.holy-details__info-more {
    text-align: center;
    padding: 16px;
    background: #38ca96;
    color: #fff;
    margin: 20px -12px 0;
    font-size: 14px;
    font-weight: 700;
}
.holy-details__info {
    padding-bottom: 0;
}
.holy-details>:not(:first-child) {
    margin-top: 16px;
}
.holy-details__agency {
    display: flex;
    justify-content: space-between;
}
.holy-details__agency-title {
    display: flex;
    align-items: baseline;
}

.holy-details__agency-title-name {
    margin-top: 8px;
}
.holy-details__agency-phone {
    text-align: left;
}
.holy-details__agency-phone>a {
    display: block;
}

.holy-details__details-header {
    font-size: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
}
.holy-details__details-footer {
    background: #2c2c41;
    color: #fff;
    padding: 24px 16px;
    margin: 0 -12px;
}

 
.holy-details__details-footer-item:first-child {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 700;
}
.holy-details__details-footer-item-divider {
    flex: 1;
    border-top: 2px dashed #454565;
    margin: 0 10px;
}
.holy-details__details-footer-item-price .price {
    width: unset;
}
.price__item {
    display: flex;
}
.holy-details__details-footer-item-price .price>div {
    justify-content: flex-end;
}
.holy-details__details-footer-item-price .price__item__value {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.holy-details__details-footer-item-price .price__item__currency {
    color: #fff;
    font-weight: 400;
}
.price__discount, .price__item__currency {
    display: flex;
    align-items: center;
}
.price__item__currency {
    margin-right: 0.3125rem;
    font-size: 12px;
    color: #666;
}
.holy-details__details-footer-item {
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.holy-details__details-footer-divider {
    flex: 1;
    border-top: 2px dashed #9898bd;
}
.holy-details__details-footer {
    background: #2c2c41;
    color: #fff;
    padding: 24px 16px;
    margin: 0 -12px;
}
.holy-details__details {
    padding-bottom: 0;
}
.holy-details__details-room-type-count {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(235,243,243,.5);
    border-radius: 5px;
}
.holy-details__details-room-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}
.price__item__value {
    color: #0197f6;
    font-size: 14px;
    font-weight: 700;
}
.holy-details__details-room-type-title {
    display: flex;
    align-items: center;
    width: 120px;
    font-size: 14px;
}

.holy-details__details-room-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d9d9d9;
    margin-top: 16px;
    padding: 16px 0;
    font-weight: 700;
}
.holy-details__details-room-total-title {
    display: flex;
    align-items: center;
    color: #38ca96;
}


.leg__icon-wrapper {
    position: relative;
}

.leg__icon {
    background: #f9f9f9;
    border-radius: 50%;
    color: #ffc517;
    height: 28px;
    position: absolute;
    right: 0;
    top: -6px;
    transform: translate(calc(50% + 16px));
    width: 28px;
}
.fw-bold {
    font-weight: 700!important;
}

.travel__wrapper[data-v-c16f1077] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.travel__info {
    background-color: #f9f9f9;
    border-radius: 5px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex;
    min-height: 85px;
    padding: 8px;
    width: 100%;
}
.travel__info-right {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    width: 40px;
}
.travel__info-right-image{
    align-items: center;
    border-radius: 5px;
    display: flex;
    height: 36px;
    justify-content: center;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
    width: 36px;
}
.travel__info-right {
    width: 60px;
}


.travel__info-right-title {
    font-size: 10px;
    line-height: 16px;
    margin-top: 8px;
}
.travel__info-left {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}
.travel__info-left-top{
    align-items: center;
    display: flex;
    width: 100%;
}

.travel__info-left-top-start {
    font-size: 14px;
    margin-left: 8px;
}
.travel__info-left-top-duration {
    border-bottom: 1px dashed #4f4f4f;
    flex: 1;
    margin-left: 8px;
    position: relative;
}
.travel__info-left-top-duration-subtitle {
    font-size: 10px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 2px;
    transform: translate(-50%);
    width: 100%;
}
.travel__info-left-top-duration-subtitle-main {
    color: #828282;
}
.travel__info-left-top-duration-subtitle{
    font-size: 10px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 2px;
    transform: translate(-50%);
    width: 100%;
}
.text-secondary {
    color: #ffc517!important;
}
.travel__info-left-top-end {
    font-size: 14px;
    margin-right: 8px;
}
.travel__info-left-departure {
    align-items: center;
    display: flex;
    width: 45%;
}
.travel__info-left-arrival{
    align-items: center;
    display: flex;
    margin-right: auto;
}
.travel__left {
    color: #4f4f4f;
    display: flex;
    font-size: 12px;
    gap: 10px;
    width: 100%;
}
.travel__left-luggage{
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 5px;
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: 32px;
    width: 50%;
}
.travel__left-class {
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 5px;
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: 32px;
    width: 50%;
}
.travel__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.travel__left-class{
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 5px;
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: 32px;
    width: 50%;
}
.travel__left-luggage {
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 5px;
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: 32px;
    width: 50%;
}
.iconpack{
font-size: 25px;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%,-50%);	
}
.expand-leg__border {
    border-right: 2px dashed #ffc517;
    margin-right: 0.5px;
    width: 1.5px;
}
.expand-leg {
    align-items: stretch;
    -moz-column-gap: 15px;
    column-gap: 15px;
    display: flex;
}
.expand-leg__border {
    border-right: 2px dashed #ffc517;
    margin-right: 0.5px;
    width: 1.5px;
}
.expand-leg__items {
    flex: 1;
    /* max-width: calc(100% - 16px); */
}

.hotel__wrapper {
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
    margin-top: 16px;
}
.rounded {
    border-radius: var(--bs-border-radius)!important;
}
.position-relative {
    position: relative!important;
}
.overflow-hidden {
    overflow: hidden!important;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
.carousel-hotel>.swiper-wrapper {
    align-items: center;
    aspect-ratio: 3/2;
    width: 100%;
}
.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
}
.carousel-hotel__item {
    align-items: center;
    background: #ebebeb;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
}
.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}
.hotel__left, .hotel__left-top{
    display: flex;
    flex-direction: column;
}
.hotel__left {
    flex: 1;
    row-gap: 8px;
}
.hotel__left-top {
    background-color: #f9f9f9;
    border-radius: 5px;
    gap: 12px;
    justify-content: space-between;
    min-height: 116px;
    padding: 10px;
}
.hotel__left{
    flex: 1;
    row-gap: 8px;
}
}
.hotel__left, .hotel__left-top{
    display: flex;
    flex-direction: column;
}

.hotel__left-top {
    background-color: #f9f9f9;
    border-radius: 5px;
    gap: 12px;
    justify-content: space-between;
    min-height: 116px;
    padding: 10px;
}
.hotel__left, .hotel__left-top {
    display: flex;
    flex-direction: column;
}
.hotel__left-top>* {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.hotel__left-top-title-fa {
    font-size: 14px;
    font-weight: 700;
}
.hotel__left-top-review {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    cursor: pointer;
    padding: 4px 8px;
}
.review-hoverable {
    border: 1px solid #09ba69!important;
}
.review-info {
    align-items: center;
    color: #333;
    display: flex;
}
.review-info{
    align-items: center;
    color: #333;
    display: flex;
}
.review-info__score.small-score {
    font-size: 14px;
    margin-left: 6px;
}
.m-rating, .m-rating>i {
    display: flex;
}
.m-rating {
    align-items: center;
}
.review-info__bottom {
    font-size: 12px;
}
.hotel__left-top-title-en {
    color: #4f4f4f;
    font-size: 12px;
}
.hotel__left-top-map {
    min-width: 110px;
}
.clickable-primary {
    color: #09ba69;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}
.clickable-primary>i {
    font-size: 16px;
}
.hotel__left-top>* {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.hotel__left-top-amenities {
    margin-right: auto;
    min-width: 110px;
}
.hotel__left-bottom {
    color: #4f4f4f;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex;
    font-size: 14px;
    height: 56px;
}
.hotel__left-bottom>* {
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    padding: 8px;
    text-align: center;
    width: 25%;
}
.hotel-grade {
    align-items: center;
    display: flex;
    gap: 4px;
}

.price-primary-wrapper {
    row-gap: 12px;
}

.row-narrow {
    margin-left: calc(var(--bs-gutter-x)*-.16667);
    margin-right: calc(var(--bs-gutter-x)*-.16667);
}
.row-narrow>* {
    padding-left: calc(var(--bs-gutter-x)*.16667);
    padding-right: calc(var(--bs-gutter-x)*.16667);
}
.price-primary {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    min-height: 84px;
}

.fs-12 {
    font-size: 12px!important;
}
.price-primary-value {
    align-items: center;
    color: #828282;
    display: flex;
    font-weight: 700;
    height: 100%;
    justify-content: center;
}
.fs-14 {
    font-size: 14px!important;
}
.text-primary-light {
    color: #6bd6a5!important;
}

.fw-normal {
    font-weight: 400!important;
}
.text-primary {
    color: #09ba69!important;
}
.fs-10 {
    font-size: 10px!important;
}
.price-primary-wrapper{
	    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px !important;
}
.price-description-wrapper {
    padding-left: 0;
    width: -moz-fit-content;
    width: fit-content;
}

.tour-detail {
    border-radius: 15px;
    padding: 16px;
}
.tour-detail-title {
    font-size: 16px;
    font-weight: 700;
}
.text-secondary {
    color: #ffc517!important;
	    font-size: 20px;
}
.tour-detail-title {
    font-size: 20px;
    font-weight: 700;
}

.tour-detail-content {
    font-size: 12px;
    line-height: 28px;
    margin-top: 20px;
	direction:rtl;
	text-align:right;
}

@media(min-width: 768px) {
    .container,.container-sm {
        max-width:720px
    }
	.hotel-grade {
    gap: 8px;
}

[dir=rtl] .me-md-0 {
    margin-left: 0!important;
}

}

@media(min-width: 992px) {
    .container,.container-md,.container-sm {
        max-width:960px
    }
.leg__icon {
    height: 34px;
    right: 0;
    top: -8px;
    transform: translate(calc(50% + 23px));
    width: 34px;
}
.travel__info {
    min-height: 90px;
    padding: 8px 12px;
    width: 70%;
}	
.travel__wrapper {
    flex-direction: row;
}
.travel__info-right-title {
    font-size: 12px;
}
.travel__info-left-top-start {
    margin-left: 16px;
}
.travel__info-left-top-end {
    margin-right: 16px;
    width: 108px;
}	
.travel__left {
    flex-direction: column;
    font-size: 14px;
    width: 30%;
}
.travel__left-class {
    min-height: 40px;
    width: 100%;
}
.travel__left-luggage {
    min-height: 40px;
    width: 100%;
}
.expand-leg__border {
    margin-right: 15px;
    width: 16px;
}
.expand-leg {
    -moz-column-gap: 8px;
    column-gap: 8px;
}
.expand-leg__border {
    margin-right: 15px;
    width: 16px;
}

.col-lg {
    flex: 1 0 0%;
}
.tour-detail-title {
    font-size: 20px;
}

}

@media(min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:1140px
    }
.page-container {
    border-radius: 20px;
    padding: 35px 24px;
}	
 
}

@media(min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1320px
    }
	.hotel__left-bottom {
    flex-wrap: wrap;
    gap: 8px;
    height: 120px;
}
.hotel__left-bottom>* {
    width: calc(50% - 4px);
}
.hotel__left-bottom-preceding {
    display: inline;
}
}

@media(min-width: 1660px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1560px
    }
}

 
 
.contact__content__body {
    padding: 30px;
    line-height: 2.5;
	direction:rtl;
	text-align:right;
}
.breadcrumb-list {
    display: flex;
    align-items: center;
    height: 60px;
    width: 100%;
    font-size: 14px;
    color: #adb5bd;
}
.breadcrumb-list--in-header {
    height: auto;
    margin-bottom: 20px;
    background-color: inherit;
    color: #666;
    line-height: 25px;
}
.breadcrumb-list .container, .breadcrumb-list .container>div {
    display: flex;
}

.breadcrumb-list--in-header .container {
    padding: 0;
    flex-wrap: wrap;
}

.breadcrumb-list span {
    padding: 0 .625rem;
    font-size: 12px;
}
.page-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 80px;
    margin-bottom: 20px;
    background-color: rgb(68, 75, 84);
}
.page-title__inner {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1659.98px) {
    .page-title__inner__caption {
        font-size: 22px;
    }
} 
 
.page-title__inner__caption {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 700;
}

.page_404 {
    padding: 40px 0;
    background: #fff;
}
.page-title .container, .page-title .container .row {
    height: 100%;
}
.four_zero_four_bg {
    background-image: url(../img/page404.gif);
    height: 400px;
    background-position: center;
}
.text-center {
    text-align: center !important;
}
.four_zero_four_bg h1 {
    font-size: 80px;
}
.contant_box_404 {
    margin-top: -50px;
}
.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #2c5494;
    margin: 20px 0;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
}

@media(min-width: 768px) {
    .container,.container-sm {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container,.container-md,.container-sm {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:1140px
    }
}

@media(min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1320px
    }
}

@media(min-width: 1660px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1560px
    }
}
