* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #000000;
    font-family: 'Manrope', sans-serif;
}

a {
    text-decoration: none;
}
img {
    height: auto;
    max-width: 100%;
}

/* panel */
.panel-title {
    font-size: 22px;
    margin-bottom: 8px;
}

.panel-list li {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.panel-list li a {
    color: #000000;
}

.table-panel {
    position: sticky;
    top: 20px;
}

/* Content area */
.breadcrumb-item,
.breadcrumb-item a {
    font-size: 14px;
    color: #80868E;
}


/* main banner */
.main-heading {
    font-size: 32px;
    font-weight: bold;
}

.horizontal-nav-list {
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
}

.horizontal-nav-list-item {
    margin: 10px 10px 0 0;
    border: 1px solid #D9D9D9;
    border-radius: 21px;
    min-width: 110px;
    text-align: center;
    background-color: #F5F5F5;
}

.horizontal-nav-list-item a {
    border-radius: 21px;
    font-size: 14px;
    color: #000000;
}

.horizontal-nav-list-item:hover {
    border: 1px solid #27BDBE;
}

.horizontal-nav-list-item a:hover {
    color: #27BDBE;
    font-weight: bold;
}

.banner-img-section {
    background-color: #27BDBE;
    border-radius: 30px;
    max-width: 1119px;
}

.banner-img-text-area {
    padding: 20px;
}

.text-title {
    font-size: 20px;
    font-weight: bold;
    color: #F5F5F5;
    max-width: 470px;
}

.text-title span {
    color: #0B57D0;
}

.text-price {
    font-size: 15px;
    font-weight: bold;
    margin-top: 13px;
}

.divide-div {
    border-left: 1px solid #D9D9D9;
    opacity: 50%;
}

.carousel-control-prev,
.carousel-control-next {
    position: unset;
    width: 32px;
    height: 32px;
}

.carousel-controller {
    position: absolute;
    bottom: 8%;
    left: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    width: 124px;
    height: 40px;
}

#current-img {
    padding-right: 5px;
}

.banner-imgs,
.carousel,
.slide,
.carousel-inner,
.carousel-item,
.active,
.carousel-item img {
    height: 100%;
}

.carousel-item img {
    border-radius: 30px;
}

.rating-imgs {
    flex-wrap: wrap;
}

.sub-title {
    font-size: 24px;
    font-weight: bold;
}

/* new */
.icon-row {
    background-color: #F5F5F5;
    border: 1px solid #D9D9D9;
    max-width: 1118px;
    padding: 20px 0 30px;
    border-radius: 30px;
}

.icon-row-heading {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.icon_title {
    font-size: 18px;
    color: #828282;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}

.icon-text {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.reverse-row {
    flex-direction: row-reverse;
}

section {
    border: 1px solid #707070;
    border-radius: 6px;
    padding: 25px;
    max-width: 900px;
}

.section-heading {
    font-size: 32px;
    font-weight: bold;
}

.section-paragraph {
    font-size: 22px;
}

.section-list li {
    font-size: 22px;
    margin-bottom: 10px;
}

.section-list li::marker {
    font-size: 30px;
}

.card-box {
    text-align: center;
}

.card-box-title {
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #27BDBE;
    padding: 10px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.card-box-price-sec {
    border: 1px solid #D9D9D9;
    border-top: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-bottom: 10px;
    min-height: 86px;
}

.price-aed {
    font-size: 32px;
    font-weight: bold;
}

.price-usd {
    font-size: 18px;
    font-weight: 500;
}

.gray-title {
    font-size: 22px;
    font-weight: 500;
    color: #828282;
}

/* media query */
@media screen and (max-width: 768px) {
	.section-list li {
		margin-bottom: 0
	}
}

@media screen and (max-width: 992px) {
    .reverse-row {
        flex-direction: column-reverse;
    }

    .hedstor_ibe_widget_wrapper {
        max-width: 350px;
        margin: 0 auto;
    }

    /* main banner */
    .main-heading {
        font-size: 22pt;
    }

    .horizontal-nav-list-item a {
        font-size: 14px;
        padding: 4px;
    }

    .last-item {
        margin-right: 0;
    }

    .horizontal-nav-list-item {
        margin: 10px 10px 0 0;
        min-width: 80px;
    }

    .banner-img-text-area {
        padding: 20px;
    }

    .rating-imgs {
        flex-wrap: wrap;
    }

    .sub-title {
        font-size: 20px;
        max-width: 267px;
        margin: 0 auto;
    }

    .icon-section {
        display: flex;
        margin-top: 25px;
        align-items: center;
        justify-content: center;
    }

    .icon-img {
        display: block;
        margin: 0 auto;
    }

    .icon-img {
        display: unset;
        margin: unset;
    }

    .icon-text {
        margin-top: 0;
    }

    .carousel-indicators [data-bs-target] {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        opacity: 1;
    }

    .carousel-indicators .active {
        background-color: #27BDBE;
    }
}

@media screen and (max-width: 1200px) {

    /* panel */
    .panel-button:focus {
        outline: none;
        box-shadow: none;
    }

    .panel-accordion,
    .panel-item,
    .panel-header,
    .panel-button,
    .panel-button:not(.collapsed) {
        border: none;
    }

    .panel-button:not(.collapsed) {
        background-color: #D9D9D9;
        color: #000000;
        box-shadow: none;
    }

    .panel-button::after {
        width: 38px;
        height: 38px;
        background-image: url(../images/faq-arrow.svg);
        background-size: contain;
    }

    .panel-button:not(.collapsed)::after {
        background-image: url(../images/faq-arrow.svg);
    }

    .panel-button,
    .panel-body {
        background-color: #D9D9D9;
    }

    .panel-body {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .panel-button {
        font-size: 14px;
        font-weight: bold;
    }

    .panel-list li {
        font-size: 16px;
    }
}
/* new banner */ 
/* content */
.custom-max-width {
    max-width: 585px;
}

.tour-main-heading {
    font-size: 40px;
    font-weight: bold;
    margin-top: 20px;
}

.tour-heading-sub-text {
    font-size: 24px;
    font-weight: bold;
    color: #828282;
}

.booknow-btn {
    background-color: #D5CC2E;
    font-size: 32px;
    font-weight: bold;
    border-radius: 12px;
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
}

.icon-sec {
    background-color: #F5F5F5;
    border-radius: 15px;
    padding: 30px 50px;
    max-width: 1100px;
    width: 100%;
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.text-area {
    font-size: 24px;
    font-weight: bold;
    max-width: 250px;
}

.icon-area {
    display: flex;
    align-items: center;
    gap: 15px 29px;
    flex-wrap: wrap;
}

.icon-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.icon-text {
    font-size: 16px;
    color: #828282;
    max-width: 178px;
}

.card-box {
    text-align: center;
}

.card-box-title {
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #27BDBE;
    padding: 10px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.card-box-price-sec {
    border: 1px solid #D9D9D9;
    border-top: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-bottom: 10px;
    min-height: 86px;
}

.price-aed {
    font-size: 32px;
    font-weight: bold;
}

.price-usd {
    font-size: 18px;
    font-weight: 500;
}

/* media query */

@media screen and (max-width: 768px) {

    /* navbar CSS */
    .full-width-container {
        padding: 0;
    }

    .res-fixed {
        max-height: 390px;
        overflow-y: auto;
    }

    .full-width-container .container-fluid {
        padding: 0;
        background-color: #ffffff !important;
    }

    .wrap-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }

    .navbar .navbar-container {
        max-width: 1200px;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }

    .navbar-brand {
        margin-right: 56px !important;
        padding-left: 15px;
    }

    .navbar {
        background-color: #ffffff !important;
    }

    .navbar-nav {
        margin: 10px 0 0 27px;
    }

    .nav-link {
        padding: 15px 35px !important;
        font-family: Manrope;
    }

    .navbar-container button {
        border: none !important;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .arabNavBarRight {
        padding: 2px 0;
    }

    .left_block_whatsapp img {
        vertical-align: middle;
        margin-left: 8px;
        margin-bottom: 4px;
    }

    .header_whatsapp {
        border: 2px solid #050607;
        width: auto;
        overflow: hidden;
        border-radius: 25px;
        clear: both;
        padding: 0;
        margin: 0;
        margin-top: 5px;
        margin-bottom: 2px;
    }

    .header_whatsapp .left_block_whatsapp {
        display: inline-block;
        line-height: 32px;
        font-size: 16px !important;
        padding-right: 6px;
        font-family: Manrope;
    }

    .right_block_click {
        background: #2fb6bc;
        border-left: 2px solid #050607;
        display: inline-block;
        font-size: 16px !important;
        padding: 0 7px;
        color: #fff;
        line-height: 33px;
        text-align: center;
        float: right;
    }

    .right_block_click a {
        color: #fff !important;
        text-decoration: none;
    }

    a {
        transition: all ease-in 0.4s;
    }

    .top-space-div {
        height: 41px;
    }

    .dropdown-menu {
        width: 98%;
        margin: 0 auto;
    }
}
.main-large-img{border-radius:15px;}
.sub-image-sec {border-radius:15px;}
.sub-image-first {border-radius:15px;}
/*new banner*/
@media screen and (max-width: 1200px) {
    .main-large-img {
        display: block;
        margin: 0 auto;
    }

    .sub-image-first {
        display: block;
        margin-left: auto;
    }

    .sub-images-sec {
        display: block;
        margin-right: auto;
    }

    .custom-max-width {
        max-width: unset;
    }

}

@media screen and (max-width: 992px) {
    .icon-sec, .icon-area {
        flex-direction: column;
    }

    .icon-box {
        width: 100%;
        gap: 20px;
    }

    .text-area {
        text-align: center;
        max-width: unset;
    }
    
    .icon-sec {
        gap: 40px;
    }

    .icon-area {
        gap: 23px 0;
    }

    .tour-main-heading {
        font-size: 32px;
    }

    .tour-heading-sub-text {
        font-size: 22px;
    }

    .booknow-btn {
        font-size: 26px;
    }

    .sub-content-wrapper {
        padding: 0 10px;
    }
}