h1 {
    color: #fff;
}

.pt-top {
    padding-top: 50px;
}

.form-wrapper {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

.internatonal-tour-banner {
    background-image: url(https://www.arabiers.in/app/images/banner/international-banner.png);
    border-radius: 10px;
}

.banner-section {
    padding-bottom: 50px;
}

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

.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 i {
    font-size: 25px;
    color: #46c756;
    margin-right: 10px;
}

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

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

/* 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;
}

/* arabers-banner  */
.arabers-banner {
    padding-bottom: 40px;
}

.arabers-banner picture {
    display: block;

}

.arabers-banner img {
    width: 100%;
}

/* faq-sec css */

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

.get-question {
    width: 100%;
    margin-top: 36px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 15px;
    position: relative;
}

.get-question h3 {
    background-color: #fff;
    padding: 0 6px;
    position: absolute;
    top: -14px;
}

.get-question ul li {
    width: 50%;
}

.get-question p {
    font-size: 14px !important;
    margin: 10px 0 !important;
}

.get-question li {
    margin: 0 !important;
    font-size: 18px;
    font-weight: 600;
}

.get-question li i {
    margin-right: 10px;
}

.get-question li i.fa-whatsapp {
    color: #09b31c;
}

.get-question li i.fa-phone {
    color: #669ef7;
}

/* visa-wrapper css */
.visa-wrapper .img-box {
    position: relative;
    margin: 10px;
    border-radius: 10px;
}

.visa-wrapper .img-box img {
    border-radius: 10px;

}

.visa-wrapper .img-box i {
    font-size: 30px;
    color: #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    right: 20px;
}

.visa-wrapper .img-box .text-bottom {
    position: absolute;
    bottom: 0;
    background-color: #ffffffdb;
    padding: 20px;
    text-align: center;
    width: 100%;
}

/* tour-package-tips-sec css */
.tour-package-tips-sec .row {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px 100px;
}

.tour-package-tips-sec .row .col .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #D5CC2E;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.tour-package-tips-sec .row .col p {
    margin: 10px 0;

}

@media (max-width: 1080px) {

    .banner-section .row {
        row-gap: 20px;
    }

    .banner-section .row .col-7 {
        width: 100%;
    }

    .banner-section .row .col-5 {
        width: 40%;
    }


}

@media (max-width: 850px) {
    .common-banner-button {
        display: none;
    }

    .form-reasons .row {
        row-gap: 20px;
    }

    .form-reasons .col-half {
        width: 100%;
    }

}

@media (max-width: 767px) {

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

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

    .tour-package-tips-sec .row {
        gap: 30px;
    }

}

@media (max-width: 580px) {
    .banner-section .common-text {
        padding: 80px 0;
    }

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

    .visa-wrapper .img-box img {
        width: 100%;
    }

    .tour-package-tips-sec .row {
        row-gap: 20px;
        grid-template-columns: auto;
    }

    .tour-package-tips-sec .row .col p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .form-reasons .form-group {
        width: 100%;
    }

    .get-question li {
        font-size: 13px;
    }
}