h1 {
    font-size: 36px;
}

.form-wrapper {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
}

.weekend-banner {
    background-image: url(https://www.arabiers.in/app/images/banner/weekends-banner.jpg);
    border-radius: 10px;
}

.bg-layer::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000006e;
    border-radius: 10px;
}

.banner-section .common-text {
    max-width: 563px;
    padding: 135px 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

h1 {
    color: #fff;
}

/* common-banner-button css */
.common-banner-button {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 45px;
    right: 30px;
    z-index: 1;
}

.common-banner-button .query-btn {
    width: max-content;
    min-height: 64px;
    padding: 10px;
    color: #000;
    background-color: #FFFFFFB5;
    border-radius: 10px;
    border: #FFFFFFB5;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 10px;
    transition: all 0.5s ease-in-out;
}

.common-banner-button .query-btn:hover {
    background-color: #fff;

}

.common-banner-button .query-btn i {
    color: #46c756;
    font-size: 25px;
    margin-right: 10px;
}

.common-banner-button .query-btn i.fa-phone-volume {
    color: rgb(11 132 238) !important;
}

.common-card-wrapper .common-box {
    display: inline-block;
    margin: 10px;
    background-color: #fff;
    border-radius: 16px;
}

.common-card-wrapper .common-box .img-box img {
    width: 100%;
    height: 180px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.common-card-wrapper .common-box h4 {
    font-size: 16px;
}

.common-card-wrapper .common-box .content-box {
    /* display: inline-block;
    width: 100%; */
    padding: 15px;
}

.common-card-wrapper .common-box .content-box h3 {
    font-size: 16px;
}

.common-card-wrapper .common-box .content-box del {
    color: #a8a8a8;
    font-size: 14px;
}

.star-rating {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.star-rating ul li {
    margin-right: 4px;
}

.star-rating ul li i {
    color: rgb(247 148 32);
    font-size: 14px;
}

.star-rating span {
    font-size: 12px;
}

.location-tour {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 10px 0;
}

.location-tour ul li {
    font-size: 14px;
    color: #a8a8a8;
}

.location-tour ul li:not(:nth-last-of-type(1)) {
    margin-bottom: 6px;
}

.location-tour ul li i {
    color: #a8a8a8;
    margin-right: 6px;
}

.price-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.price-box .price-inr {
    border-right: 1px solid #ddd;
    padding-right: 30px;

}

.price-box h5 {
    font-size: 20px;
    line-height: normal;
}

.price-box h5 span {
    color: #a8a8a8;
    font-weight: normal;
    font-size: 14px;
}

.common-card-wrapper .content-box .enquire-btn {
    width: 100%;
    text-align: center;
}

.banner-section .row2 {
    margin: 40px 0 0;
    padding-bottom: 50px;
}

/* india-golden-trangle css */
.india-golden-trangle p {
    color: #828282;
    text-align: justify;
    margin: 20px 0;
}

/* common-btn-sec css */
.common-btn-sec .plan-your-trip-box {
    position: relative;

}

.common-btn-sec .yellow-btn {
    width: max-content;
    display: block;
    margin: 0 auto;
}

.common-btn-sec .yellow-btn::after,
.common-btn-sec .yellow-btn::before {
    content: "";
    width: 42%;
    height: 0.5px;
    background-color: #D9D9D9;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common-btn-sec .yellow-btn::before {
    left: 0;
}


/* guest-satisfaction css */
.guest-satisfaction {
    background-color: #f5f5f5;
}

.feedback-matter .inner-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feedback-matter .inner-col {
    width: 58%;

}

.feedback-matter .inner-col:nth-of-type(1) {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feedback-matter .inner-col .img-box1 {
    width: 48%;
}

.feedback-matter .inner-col .img-box1 img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.feedback-matter .inner-col:nth-last-of-type(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px;
}

.feedback-matter .inner-col .text-top h3 {
    margin-bottom: 10px;
}

.feedback-matter .inner-col .text-top p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.feedback-matter .inner-col .name-box h6 {
    color: #858585;
    font-weight: 600;
    font-size: 15px;
}

.feedback-matter .inner-col .text-bottom {
    display: flex;
    justify-content: space-between;
}

.feedback-matter .inner-col .text-bottom .cricle-img span {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.feedback-matter .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.feedback-matter .slick-dots .slick-active button {
    background-color: #000;
}

.feedback-matter .slick-dots li:not(:nth-last-of-type(1)) {
    margin-right: 10px;
}

.feedback-matter .slick-dots li button {
    font-size: 0;
    background-color: #bdbbbb;
    border: none;
    outline: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
}

.guest-satisfaction .trusted {
    width: 40%;
}


/* faq-sec css */
.faq-sec {
    padding: 50px 0;
}

.accordion-common .at-tab {
    display: none;
    padding: 15px;

}

.accordion-common .at-title {
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #ddd;
}

.accordion-common .at-title:hover {
    background-color: #e0e0e0;
}

.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 {
    border-radius: 5px;
}

.accordion-common .at-item:nth-last-of-type(1) .at-title {
    border-bottom: none;
}

.accordion-common .at-title .tittle-name {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    margin: 0;
}

.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;
}

@media (max-width: 992px) {

    .common-btn-sec .yellow-btn::after,
    .common-btn-sec .yellow-btn::before {
        width: 38%;
    }
}

@media (max-width: 850px) {
    h1 {
        font-size: 30px;
    }

    .common-card-wrapper .common-box {
        display: block;
        margin: 0 10px;
    }

    .common-banner-button {
        display: none;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 15px;
    }

    p,
    div p {
        font-size: 15px;
    }

    .banner-section .common-text {
        padding: 70px 0;
    }

    .feedback-matter .row {
        row-gap: 20px;
    }

    .feedback-matter .inner-col {
        width: 100% !important;
    }
}


@media (max-width:580px) {

    .common-btn-sec .yellow-btn::after,
    .common-btn-sec .yellow-btn::before {
        width: 30%;
    }

    .accordion-common .at-title .tittle-name {
        font-size: 16px;
        width: 95%;
    }
}

@media (max-width:480px) {

    .common-btn-sec .yellow-btn::after,
    .common-btn-sec .yellow-btn::before {
        width: 24%;
    }
}