.quote-btn {
    margin: 1rem 0 .5rem;
    width: 100%;
    padding: 11px;
    border-radius: 49px;
    background-color: #27bdbe;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 800;
    color: #ffffff;
    box-shadow: 0 2.89px 2.89px 0 rgba(19, 111, 112, 0.2);
}

h1 {
    font-size: 36px;
    margin: 16px 0;
}

.breadcrumb {
    padding: 10px 0 0;
}

.breadcrumb ul li {
    margin-right: 6px;
    color: #828282;
}


.rating-days-list {
    margin-bottom: 20px;
}

.rating-days-list li {
    padding: 0 8px;
    font-size: 14px;
    line-height: 80%;
    border-right: 2px solid #0e0d0d;
}

.rating-days-list li:nth-last-of-type(1) {
    padding-right: 0;
    border-right: none;
}

.banner-sec .col-left {
    max-width: 880px;
}

.banner-sec .col-right {
    width: calc(100% - 900px);
}

.banner-sec .col-left .img-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.banner-sec .col-left .img-box .img-left {
    width: 57%;
}

.banner-sec .col-left .img-box .img-right {
    width: 42%;
}

.banner-sec .col-left .img-box img {
    border-radius: 10px;
}

.banner-sec .col-left .img-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.btn-box {
    text-align: center;
}

.btn-box span img {
    width: 20px;
    margin-right: 4px;
}

.price-detail {
    border: 0.5px solid #d9d9d9;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
}

.price-detail span {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    justify-content: center;
}

.price-detail .price-box span {
    font-weight: bold;
    justify-content: start;
    margin-bottom: 0;
}

.price-detail .price-text {
    font-size: 34px;
    font-weight: 800;
}

.price-detail .price-text sub {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    bottom: 10px;
    left: 0px;
}

.avoid-surcharges {
    border-top: .5px solid #d9d9d9;
    border-bottom: .5px solid #d9d9d9;
    padding: 16px 0 6px;
}

.avoid-surcharges a {
    color: rgb(13 110 253);
}

.price-detail .inside-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.whatsapp-btn {
    width: 100%;
    height: 100%;
    font-size: 15px;
    padding: 7px 13px;
    background-color: #25d366;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: 0.3rem;
    font-weight: bold;
    color: #ffffff;
}

.inner-img-wrapper {
    width: 100%;
}

.inner-img-wrapper .inner-img-box {
    display: flex;
    height: 210px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 16px;
    border: 1px solid #d9d9d9;
}

.inner-img-wrapper .inner-img-box .img-box-left,
.inner-img-wrapper .inner-img-box .img-box-right {
    width: 50%;
}

.inner-img-wrapper .inner-img-box .img-box-right img {
    width: 100%;
}

.inner-img-wrapper .inner-img-box .img-box-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px 20px;
    position: relative;
}

.inner-img-wrapper .inner-img-box .img-box-left::after {
    content: "";
    display: block;
    width: 160px;
    height: 160px;
    background-image: url(../../images/dubai-honeymoon-holiday/office-star-img.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: -1rem;
    bottom: 0.5rem;
    /* z-index: -1; */
}


.inner-img-wrapper .text-top,
.inner-img-wrapper .text-bottom {
    position: relative;
    z-index: 1;
}

.inner-img-wrapper .office-name {
    font-size: 20px;
    font-weight: bold;
}

.inner-img-wrapper .start-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.inner-img-wrapper .review-text {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-top: 6px;
}

.guide-sec {
    margin: 40px 0 0;
}

/* text-row */
.text-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.text-row .text-left {
    max-width: 570px;
}

.text-row .text-right {
    width: calc(100% - 570px);
}

.text-row .text-left h2 {
    font-size: 30px;
    font-weight: bold;
    color: #0f6464;
}

.text-row .text-right .inner-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.text-row .inner-box {
    width: 32%;
}

.text-row .inner-box h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 16px 0 10px;
}

.text-row p {
    margin-bottom: 20px;
}

.text-row p:nth-last-of-type(1) {
    margin-bottom: 0;
}

/* tripadvisor-banner cs */
.tripadvisor-banner {
    margin: 40px 0;
}

.tripadvisor-banner img {
    border-radius: 10px;
}

/* price-sec css */
.price-sec table {
    width: 100%;
    border-collapse: collapse;
}

.price-sec table th {
    background-color: #27bdbe;
    padding: 10px 12px;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
}

.price-sec table td {
    padding: 10px 12px;
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
}

/* itinerary-sec css */
.itinerary-sec {
    margin: 40px 0;
}

/* accordion-common css */


/* inclusions-exclusions-sec css */
.inclusions-exclusions-sec .col-half {
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.07);
    height: auto;
}

.inclusions-exclusions-sec .title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.inclusions-exclusions-sec h3 {
    font-size: 24px;
    font-weight: bold;
    color: #219192;
}

.inclusions-exclusions-sec ul {
    padding-left: 30px;
}

.inclusions-exclusions-sec ul li {
    list-style: disc;
    font-size: 16px;
    margin-bottom: 10px;
}

/* faq-sec css */

.accordion-common .at-tab {
    display: none;
    padding: 0 30px;

}

.accordion-common .at-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    ;
}

.accordion-common .at-title {
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-in-out;
    border-radius: 8px;
}

.accordion-common .at-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
}

.accordion-common .at-title.active:after {
    content: "-";
}


.accordion-common .at-item:nth-last-of-type(1) .at-title {
    margin-bottom: 0;
}

.accordion-common .at-title .tittle-name {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0 30px;
}

.accordion-common .at-title .tittle-name span {
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    background-color: #27BDBE;
    border-radius: 6px;
    color: #ffffff;
    padding: 10px;
    margin-right: 10px;
}

.accordion-common .accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
}

.accordion-common .at-tab h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.accordion-common .at-tab p {
    font-size: 15px;
    margin-bottom: 20px;
}

.dubai-style {
    background-color: #2F2F2F;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
    z-index: 11;
}

.dubai-style.show {
    opacity: 1;
    visibility: visible;
}

.dubai-style .inner-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dubai-style .inner-text h3 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.dubai-style .inner-text p {
    font-weight: 600;
    line-height: 120%;
}

.dubai-style .inner-text p span {
    color: #ffffff;
    font-size: 16px;
}

.dubai-style .inner-text p strong {
    color: #ffffff;
    font-size: 24px;
}

.dubai-style .inner-text p span {
    color: #ffffff;
    font-size: 16px;
}

.btn-box {
    text-align: center;
}

.dubai-style .btn-box .quote-btn {
    padding: 6px 15px;
}

.dubai-style .btn-box span {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

.dubai-style .btn-box span img {
    width: 23px;
}

.mobile-block {
    display: none;
}

.inclusions-exclusions-sec {
    margin-bottom: 50px;
}

@media (max-width:1300px) {
    .price-detail .price-text {
        font-size: 30px;
    }

}

@media (max-width:1280px) {
    .banner-sec .col-left {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .banner-sec .col-right {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .banner-sec .col-left .img-box .img-left {
        width: 52%;
    }

    .banner-sec .col-left .img-box .img-right {
        width: 47%;
    }

    .banner-sec .col-left .img-box .img-top img {
        width: 100%;
    }
}

@media (max-width:1240px) {
    .banner-sec .col-left .img-box .img-left {
        width: 52%;
    }

    .banner-sec .col-left .img-box .img-right {
        width: 45%;
    }

    .text-row .inner-box p br {
        display: none;
    }
}

@media (max-width:1100px) {
    .banner-sec .col-left .img-box .img-left {
        width: 54%;
    }

    .banner-sec .col-left .img-box .img-right {
        width: 43%;
    }

    .text-row .text-left {
        max-width: 500px;
    }

    .text-row .text-right {
        width: calc(100% - 480px);
    }

}

@media (max-width:992px) {
    .banner-sec .col-left .img-box .img-left {
        width: 58%;
    }

    .banner-sec .col-left .img-box .img-right {
        width: 40%;
    }

    .text-row {
        gap: 20px;
    }

    .text-row .text-left {
        max-width: 100%;
    }

    .text-row .text-right {
        width: 100%;
    }

    .dubai-style .inner-text h3 {
        display: none;
    }
}

@media (max-width:850px) {
    .inner-img-wrapper .inner-img-box {
        height: 176px;
    }

    .inner-img-wrapper .review-text {
        font-size: 13px;
    }

    .inner-img-wrapper .inner-img-box .img-box-left {
        padding: 10px;
    }
}

@media (max-width:767px) {
    .banner-sec .col-left .img-box {
        display: none;
    }

    .mobile-block {
        display: block;
    }

    .mobile-block .img_box {
        margin: 10px;
    }
	.mobile-block .img_box img{
		height: 239px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
	}

    .banner-sec .col-right .inner-img-wrapper {
        margin-top: 20px;
    }

    .price-sec table {
        width: 700px;
    }
	.rating-days-list{
		display: flex;
    flex-wrap: wrap;
    gap: 8px;
	}
.text-row .text-left h2 {
	font-size:20px;
	}
	.inclusions-exclusions-sec .row{
		gap:20px;
	}
	.inclusions-exclusions-sec .col-half{
		width:100%;
	}
}

@media (max-width:580px) {
    h1 {
        font-size: 24px;
    }

    .text-row .text-left h2 {
        font-size: 22px;
    }

    .text-row .text-left h2 br {
        display: none;
    }

    .inclusions-exclusions-sec .row {
        gap: 20px;
    }

    .inclusions-exclusions-sec .col-half {
        width: 100%;
    }
}

@media (max-width:480px) {
    .rating-days-list li {
        font-size: 13px;
        padding: 0 4px;
    }

    .text-row .text-right .inner-row {
        row-gap: 20px;
    }

    .text-row .inner-box {
        width: 48%;
    }

    .accordion-common .at-title .tittle-name {
        font-size: 15px;
        display: flex;
        align-items: center;
    }

    .accordion-common .at-title .tittle-name span {
        width: 70px;
    }

    .dubai-style .inner-text p strong {
        font-size: 20px;
    }

    .dubai-style .btn-box .quote-btn {
        font-size: 13px;
    }

    .dubai-style .btn-box span {
        font-size: 13px;
    }

    .dubai-style .btn-box .quote-btn {
        padding: 5px 10px;
    }

    .dubai-style .inner-text p {
        width: 38%;
    }

    .dubai-style .inner-text .btn-box {
        width: 58%;
    }
}