.btn {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    display: flex;
    align-items: center;
    column-gap: 8px;
    border-radius: 6px;
    padding: 20px 16px;
    background-color: #D5CB2C;
}

/* banner css */

.bradcrumb {
    padding-top: 11px;
}

.bradcrumb li {
    color: #828282;
    margin-right: 6px;
    font-size: 12px;
    line-height: 120%;
}

.bradcrumb li a {
    font-weight: 600;
    color: #000000;
}

h1 {
    font-size: 42px;
    line-height: 120%;
    color: #0F6464;
    margin-bottom: 45px;
}


.banner-text-top .text {
    padding: 30px 0 0;
}

.banner-text-top .left-text {
    max-width: 680px;
	position: relative;
}

.banner-sec .col-left {
    background-image: url(../../images/dubai-tour-packages/img-left.png);
    background-size: cover;
    background-position: center;
}

.banner-text-top .right-text {
    width: calc(100% - 858px);
}


.banner-text-top .left-text h1 {
    position: relative;
}


.banner-text-top .left-text .btn-arrow {
    width: 49px;
    position: absolute;
    right: 0px;
    top: 0;
}

.banner-text-top p {
    color: #0F6464;
    line-height: 120%;
    font-weight: bold;
}

.banner-sec .col {
    position: relative;
	height:400px;
}

.banner-sec .col-left {
    width: 49%;
    padding: 43px 20px 108px;
    border-radius: 16px;
}

.banner-sec .col-right {
    width: 51%;
}
.banner-sec .col-right .img-box{
	height:100%;
}

.banner-sec .col-right .img-box img {
    border-radius: 16px;
	height:100%
}


.banner-sec .col-left h2 {
    font-size: 34px;
    font-weight: bold;
    line-height: 120%;
    color: #0F6464;
    margin-bottom: 36px;
}

.banner-sec .col-left span,
.banner-sec .col-left p {
    font-size: 16px;
    font-weight: bold;
}

.banner-sec .col-left p strong {
    font-size: 28px;
    font-weight: bold;
}

.banner-sec .btn-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 23px;
    margin-top: 42px;
}

.banner-sec .btn-box .btn:nth-of-type(1) {
    background-color: #27BDBE;
}

.banner-sec .btn-box .btn:nth-of-type(2) {
    background-color: #ffffff;
}


.scrollTop.show{
	    display: none !important;
}

/*  license-country-sec css */
.license-country-sec {
    width: 100%;
    margin: 102px 0 70px;
    position: relative;
}

.license-country-sec .text-row .text-left {
    max-width: 585px;
}

.license-country-sec .text-row .text-right {
    width: calc(100% - 684px);
}

.license-country-sec .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-self: center;
    gap: 18px;
}

.license-country-sec .col {
    display: flex;
}


.license-country-sec .img-box {
    height: 100%;
}

.license-country-sec .img-box img {
    width: 149px;
    height: 100%;
    border-radius: 6px 0 0 6px;
}

.license-country-sec .content {
    background-color: #D9D9D9;
    border-radius: 0px 6px 6px 0px;
    padding: 25px 10px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.license-country-sec .content .office-name {
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 18px;
    color: #000000;
    text-align: center;
}

.license-country-sec .content .rating-box {
    display: flex;
    align-items: center;
    gap: 6px;
}

.license-country-sec .content .rating-count {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.license-country-sec .content .flag {
    font-size: 14px;
    line-height: 120%;
    font-weight: 600;
    margin: 7px 0 6px;
    border-radius: 6px;
}

.license-country-sec .content .review-count {
    font-size: 14px;
    line-height: 120%;
    color: #828282;
}

/* text-row css */
.text-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 48px;
}

.text-row .text-left {
    max-width: 346px;
}

.text-row .text-right {
    width: calc(100% - 440px);
}

.text-row .text-left h2 {
    font-size: 34px;
    font-weight: bold;
    color: #0F6464;
    line-height: 120%;
}

.text-row .text-right p {
    color: #000000;
    line-height: 120%;
}

/* package-sec css */
.package-sec {
    margin: 100px 0 70px;
}

.package-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


/* package-wrapper css */
.package-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.package-box {
    width: 24%;
}

.package-box .img-box,
.package-box .img-box img {
    border-radius: 10px 10px 0 0;
}

.package-box .content {
    padding: 18px 16px 20px;
    background-color: #F5F5F5;
    border-radius: 0 0 10px 10px;
}

.package-box .content h3 {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
}

.package-box .content .star-rating {
    font-size: 15px;
    font-weight: bold;
    color: #828282;
    margin: 4px 0 0;
}

.package-box .content .star-rating span {
    color: #f89420;
    font-size: 18px;
}

.price-person,
.price-person li {
    display: flex;
    align-items: center;
}

.price-person {
    justify-content: space-between;
    margin: 12px 0;
    padding: 12px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;

}

.price-person li {
    font-size: 14px;
    line-height: normal;
}

.price-person li span {
    font-size: 14px;
}

.price-person li .price {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-left: 8px;
}

.price-person li img {
    margin-right: 5px;
}

.package-list li {
    font-size: 14px;
    line-height: 120%;
    padding-left: 20px;
    background-image: url(../../images/dubai-tour-packages/check-icon.png);
    background-repeat: no-repeat;
    background-position: 0;
    margin-bottom: 8px;
}

.package-list li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.month-visit {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.month-visit .date-visit {
    display: flex;
    align-items: center;
}

.month-visit .date-visit img {
    margin-right: 8px;
}

.month-visit .date-visit p {
    font-size: 14px;
    line-height: normal;
}

.month-visit .date-visit strong {
    font-size: 14px;
}

.month-visit .arrow-icon {
    width: 50px;
    height: 50px;
    background-color: #27BDBE;
    display: grid;
    place-items: center;
    border-radius: 10px;
}


/* price-comparision-bg css */
.common-table th {
    background-color: #8AD4DF;
    padding: 11px 8px;
    font-weight: 600;
    text-align: left;
}

.table-responsive .common-table tr td {
    padding: 22px 8px;
    background-color: #F5F5F5;
    color: #000000;
}

.table-responsive .common-table tr th,
.table-responsive .common-table tr td {
    border: none;
    font-size: 14px;
    line-height: 120%;
}

.table-responsive .common-table tr th,
.table-responsive .common-table tr td {
    border-bottom: 8px solid #ffffff;
}

.table-responsive .common-table th:nth-of-type(1) {
    width: 200px;
}

.table-responsive .common-table th:nth-of-type(2) {
    width: 220px;
}

.table-responsive .common-table th:nth-of-type(3) {
    width: 112px;
}

.table-responsive .common-table th:nth-of-type(4) {
    width: 180px;
}

.table-responsive .common-table th:nth-of-type(5) {
    width: 272px;
}

.table-responsive .common-table th:nth-of-type(6) {
    width: 318px;
}

/* inclusion-exclusion-sec css */
.inclusion-exclusion-sec {
    margin: 72px 0 74px;
}

.inclusion-exclusion-box:nth-of-type(1) {
    margin-top: 30px;
}

.inclusion-exclusion-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.inclusion-exclusion-box:nth-last-of-type(1) {
    border-bottom: none;
}

.inclusion-exclusion-box .left-side {
    width: 220px;
}

.inclusion-exclusion-box .right-side {
    width: calc(100% - 220px);
}

.inclusion-exclusion-box h3 {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}

.inclusion-exclusion-box ul {}

.inclusion-exclusion-box ul li {
    list-style: disc;
    font-size: 16px;
    color: #000000;
    line-height: 150%;
}

/* tab-box css */
.tab-box {
    margin-top: 30px;
}

.tab-wrapper ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.tab-wrapper ul li {
    width: 25%;
    position: relative;
    border-bottom: 1px solid #828282;
    cursor: pointer;
}

.tab-wrapper ul li .inner-box {
    background-color: #F5F5F5;
    padding: 16px 13px 21px 14px;
    margin: 0 4px 0 0;
}

.tab-wrapper ul li.active .inner-box {
    background-color: #fff;
    margin: 0;
}

.tab-wrapper ul li.active {
    background-color: #fff;
    border-bottom: none;
    border-top: 1px solid #828282;
    border-right: 1px solid #828282;
    border-radius: 0 4px 0 0;
    color: #27BDBE;
}

.tab-wrapper ul li .tab-arrow {
    position: absolute;
    top: 6px;
    right: 10px;
}

.tab-wrapper ul li .tab-arrow {
    right: 6px;
}

.tab-wrapper ul li .arrow-up {
    display: none;
}

.tab-wrapper ul li.active .arrow-up {
    display: block;
}

.tab-wrapper ul li.active .arrow-down {
    display: none;
}

.tab-wrapper ul li .arrow-down {
    display: block;
}

.tab-wrapper ul li.active:nth-of-type(2) {
    border-left: 1px solid #828282;
    border-radius: 4px 4px 0 4px;
}

.tab-wrapper ul li.active:nth-of-type(3) {
    border-left: 1px solid #828282;
    border-radius: 4px 4px 0 4px;
}

.tab-wrapper ul li.active:nth-of-type(4) {
    border-left: 1px solid #828282;
    border-radius: 4px 4px 0 4px;
    border-right: none;
}


.tab-box .tab-content {
    display: none;
}

.tab-box .tab-content.active {
    display: block;
}

.tab-box .tab-content ul li {
    font-size: 16px;
    line-height: 159%;
}

/* visa-travel css */
.visa-travel {
    padding: 20px 0 0;
}

.visa-travel .text-left {
    max-width: 381px;
}

.visa-travel .text-right {
    width: calc(100% - 440px);
}

.visa-travel .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.visa-travel .col-left {
    max-width: 309px;
}

.visa-travel .col-right {
    width: calc(100% - 329px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.visa-travel .inner-box {
    padding: 24px;
    background-color: #F5F5F5;
    border-radius: 6px;
}

.visa-travel .inner-box .icon-box {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #D5CB2C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visa-travel .inner-box h3 {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    color: #0F6464;
    margin: 16px 0 48px;
}

.visa-travel .inner-box p {
    color: #0F6464;
    font-size: 16px;
    line-height: 120%;
}

.visa-travel .inner-box ul {
    padding-left: 20px;
    margin-top: 18px;
}

.visa-travel .inner-box ul li {
    list-style: disc;
    font-size: 16px;
    line-height: 120%;
    color: #0F6464;
    margin-bottom: 20px;
}

.visa-travel .inner-box ul li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.visa-travel .inner-box ul li a {
    color: #0B57D0;
}

.visa-travel .img-box {
    height: 100%;
    position: relative;
}

.visa-travel .img-box img {
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.visa-travel .img-box .icon-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.visa-travel .col-right .inner-box {
    padding: 24px 14px 8px 24px;
}

/* dubai-visit-time-sec css */
.dubai-visit-time-sec {
    margin: 73px 0;
}

.dubai-visit-time-sec .text-row p {
    margin-bottom: 20px;
}

.dubai-visit-time-sec .text-row p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.dubai-visit-time-sec .text-left {
    max-width: 387px;
}

.dubai-visit-time-sec .text-right {
    width: calc(100% - 440px);
}

.dubai-visit-time-sec .img-row {
    margin-top: 30px;
}

.dubai-visit-time-sec .img-row img:nth-of-type(2) {
    width: 310px;
}

/* payment-option-sec css */

.payment-option-sec .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 21px;
}

.payment-option-sec .col {
    min-height: 208px;
    padding: 28px 28px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.payment-option-sec .payment-card-1 {
    background-image: url(../../images/dubai-tour-packages/payment-img01.png);
}

.payment-option-sec .payment-card-2 {
    background-image: url(../../images/dubai-tour-packages/payment-img02.png);
}

.payment-option-sec .payment-card-3 {
    background-image: url(../../images/dubai-tour-packages/payment-img03.png);
}

.payment-option-sec .col h3 {
    font-size: 20px;
    font-weight: bold;
}

.payment-option-sec .col h3,
.payment-option-sec .col p {
    line-height: 120%;

    color: #0F6464;
}

.payment-option-sec .col p {
    font-size: 16px;
}

/* .accordion-common css */
.faq-sec {
    margin-bottom: 50px;
}

.faq-sec h2 {
    font-size: 34px;
    font-weight: bold;
    color: #0F6464;
    margin-bottom: 48px;
    line-height: 120%;
}

.accordion-common {
    max-width: 860px;
    margin: 0 auto;
}

.accordion-common .at-tab {
    display: none;
    padding: 0 30px;

}

.accordion-common .at-item {
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.accordion-common .at-item.active {
    background-color: #F5F5F5;
}

.accordion-common .at-title {
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-in-out;
    border-radius: 8px;
    padding: 30px;
}

.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;
}

.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;
}

/* btn-row */
.btn-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    position: fixed;
    right: 1rem;
    bottom: 2.5rem;
    z-index: 999;
    left: 1rem;
	opacity: 0;
    visibility: hidden;
	transition: all .04s ease-in-out;
}
.btn-row.active{
	opacity: 1;
    visibility: visible;
}

.quote-btn {
    background: #27bdbe;
    border-radius: 6px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: 1rem;
    font-weight: bold;
    color: #000000;
    width: fit-content;
}

.float-whatsapp {
    width: 150px;
    height: 116px;
    border-radius: 6px;
    background-color: #0f6464;
}

.float-whatsapp:hover,
.btn-row .quote-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.float-whatsapp,
.btn-row .quote-btn {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}


.float-whatsapp img {
    position: absolute;
    left: 50%;
    translate: -50%;
    top: -39px;
}

.float-whatsapp span {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    max-width: 105px;
    margin: 2.5rem auto 0;
    display: block;
}

.float-whatsapp::after {
    content: "";
    display: block;
    width: 37px;
    height: 38px;
    background-color: #0f6464;
    position: absolute;
    top: 99%;
    left: 50%;
    translate: -50%;
    clip-path: polygon(53% 81%, 0 0, 99% 0);
}

@media (max-width: 1340px) {
    .dubai-visit-time-sec .img-row img:nth-of-type(2) {
        width: 270px;
        object-fit: cover;
        border-radius: 0 6px 6px 0;
    }

    .banner-text-top .right-text {
        width: calc(100% - 770px);
    }

    .package-box .content h3 {
        font-size: 20px;
    }
}

@media (max-width: 1300px) {
    .banner-sec .col-left {
        padding: 40px 20px 110px;

    }

    .dubai-visit-time-sec .img-row img:nth-of-type(2) {
        width: 250px;
        object-fit: cover;
        border-radius: 0 6px 6px 0;
    }

}

@media (max-width: 1280px) {
    .tab-wrapper ul li .inner-box {
        padding: 16px 12px 21px 14px;
    }

    .dubai-visit-time-sec .img-row img:nth-of-type(2) {
        width: 210px;
    }

    .banner-sec .col {
        height: 380px;

    }

    .banner-sec .col-left {
        padding: 40px 20px 94px;
    }
}

@media (max-width: 1240px) {
    h1 {
        font-size: 39px;
    }

    .banner-text-top .left-text {
        max-width: 630px;

    }

    .license-country-sec .content .rating-box {
        gap: 0;
    }

    .license-country-sec .text-row .text-left {
        max-width: 470px;
    }

    .license-country-sec .text-row .text-right {
        width: calc(100% - 490px);
    }

    .table-responsive .common-table {
        width: 1260px;
    }

    .license-country-sec .img-box img {
        width: 130px;
        object-fit: cover;
    }

    .inclusion-exclusion-box ul li,
    .tab-wrapper ul li .inner-box {
        font-size: 15px;
    }

    .visa-travel .col-right .inner-box {
        padding: 20px;
    }

    .visa-travel .inner-box h3 {
        margin: 14px 0 24px;
    }

    .visa-travel .inner-box p {
        font-size: 15px;
    }

    .dubai-visit-time-sec .img-row img:nth-of-type(1) {
        width: 70%;
    }

    .table-responsive .common-table tr td:nth-last-of-type(1) br {
        display: none;
    }
}

@media (max-width: 1200px) {
    .tab-wrapper ul li .inner-box {
        font-size: 14px;
    }
}

@media (max-width: 1180px) {
    .banner-text-top .right-text {
        width: calc(100% - 650px);
    }

    .banner-sec .col-left h2 {
        font-size: 30px;
    }

    .dubai-visit-time-sec .img-row img:nth-of-type(1) {
        width: 68%;
    }

    .text-row .text-right {
        width: calc(100% - 390px);
    }
}

@media (max-width: 1140px) {
    h1 {
        font-size: 34px;
    }

    .banner-text-top .left-text {
        max-width: 570px;
    }

    .banner-text-top .right-text {
        width: calc(100% - 620px);
    }

    .banner-sec .col {
        height: 370px;
    }

    .banner-sec .col-right .img-box {
        height: 100%;
    }

    .banner-sec .col-right .img-box img {
        height: 100%;
        object-fit: cover;
        object-position: 14% 0px;
    }


    .package-wrapper {
        display: unset;
    }

    .package-box {
        margin: 0 10px;
    }

    .slick-slide {
        margin: 0 10px;
    }

    .slick-list {
        margin: 0 -10px;
    }

    .responsive-mode .slick-arrow {
        display: none !important;
    }

    .package-box .img-box img {
        width: 100%;
    }


    .tab-wrapper ul li .inner-box {
        padding: 16px 12px 21px 12px;
    }

    .license-country-sec .row {
        grid-template-columns: repeat(2, 1fr);
    }

    .license-country-sec .img-box img {
        width: 149px;
    }
}

@media (max-width: 1100px) {
    .banner-text-top .left-text {
        max-width: 580px;
    }

    .text-row .text-left h2 {
        font-size: 24px;
    }

    .tab-wrapper ul li .inner-box {
        padding: 16px 8px 21px 8px;
    }

    .dubai-visit-time-sec .img-row img:nth-of-type(1) {
        width: 66%;
    }
}

@media (max-width: 1040px) {
    .banner-text-top p br {
        display: none;
    }

    .banner-text-top .left-text h1 {
        margin-bottom: 0;
    }

    .banner-text-top .text {
        row-gap: 20px;
        padding: 25px 0;
    }

    .visa-travel .col-right .inner-box {
        padding: 18px 12px;
    }

    .visa-travel .inner-box h3 {
        margin: 14px 0;
    }

    .text-row {
        row-gap: 20px;
    }

    .text-row .text-left,
    .text-row .text-right {
        width: 100%;
        max-width: 100%;
    }

    .text-row .text-left h2 br {
        display: none;
    }

    .dubai-visit-time-sec .img-row img:nth-of-type(1) {
        width: auto;
    }

    .dubai-visit-time-sec .img-row img:nth-of-type(2) {
        width: 250px;
    }

    .dubai-visit-time-sec .img-row img:nth-of-type(2) {
        width: auto;
    }

    .payment-option-sec .col {
        min-height: 160px;
    }


}


@media (max-width: 992px) {
    .btn {
        padding: 12px 10px;
        font-size: 14px;
    }
	.banner-text-top .left-text .btn-arrow{
		width:36px;
	}

    .banner-text-top .right-text {
        width: 100%;
    }

    .banner-text-top .left-text {
        max-width: 568px;
    }

    .banner-sec .btn-box {
        gap: 10px;
    }

    .banner-sec .col-left h2 {
        font-size: 22px;
    }

    .visa-travel .row {
        row-gap: 20px;
    }

    .visa-travel .col-left {
        max-width: 100%;
    }

    .visa-travel .col-right {
        width: 100%;
    }

    .dubai-visit-time-sec .img-row img:nth-of-type(1) {
        width: 60%;
    }

    .text-row {
        margin-bottom: 30px;
    }
}

@media (max-width: 850px) {
    .btn {
        font-size: 14px;
    }

    h1 {
        margin-bottom: 0;
    }

    .banner-text-top .text {
        row-gap: 20px;
    }

    .banner-sec .col {
        height: 340px;
    }

    .banner-sec .col-left {
        width: 54%;
    }

    .banner-sec .col-right {
        width: 46%;
    }

    .dubai-visit-time-sec {
        margin: 40px 0;
    }

    .dubai-visit-time-sec .img-row img:nth-of-type(1) {
        width: 57%;
        object-fit: cover;
        object-position: 100%;
        border-radius: 6px 0 0 6px;
    }

    .payment-option-sec .row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .inclusion-exclusion-sec {
        margin: 0;
    }

    .dubai-visit-time-sec .img-row img {
        width: 50% !important;
    }

    .license-country-sec .text-row .text-left {
        max-width: 100%;
    }

    .license-country-sec .text-row .text-right {
        width: 100%;
    }

    .license-country-sec .text-row .text-right p br {
        display: none;
    }
}

@media (max-width: 767px) {
    h1 {
        margin-bottom: 10px;
    }



    .banner-text-top .right-text {
        display: none;
    }

    .banner-sec .col .img-box img {
        width: 100%;
        border-radius: 16px;
    }

    .banner-sec .col {
        width: 100%;
        height: auto;
    }

    .banner-sec .col-left {
        padding: 40px 20px 84px;
        text-align: center;
    }

    .banner-sec .btn-box {
        justify-content: center;
    }

    .license-country-sec .row {
        justify-content: center !important;
        display: flex;
        flex-wrap: wrap;
    }

    .faq-sec h2 {
        font-size: 24px;
    }

    .license-country-sec {
        margin: 50px 0;
    }

    .package-sec {
        margin: 50px 0 0;
    }

}

@media (max-width: 580px) {

    h1 {
        text-align: center;
    }

    h1 br {
        display: block;
    }

    .banner-text-top .left-text {
        max-width: 100%;
        width: 100%;
    }


    .banner-sec .col-left {
        padding: 35px 0 60px;
    }

    .inclusion-exclusion-box .right-side,
    .inclusion-exclusion-box .left-side {
        width: 100%;
    }

    .inclusion-exclusion-box ul {
        padding-left: 20px;
        margin: 20px 0;
    }

    .tab-wrapper ul li .inner-box {
        padding: 8px;
    }

    .inclusion-exclusion-box:nth-last-of-type(1) {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .visa-travel .col-right {
        grid-template-columns: repeat(2, 1fr);
    }

    .dubai-visit-time-sec .img-row img:nth-of-type(1) {
        width: 69% !important;
    }

    .dubai-visit-time-sec .img-row img:nth-of-type(2) {
        width: 30% !important;
    }

    .payment-option-sec .row {
        grid-template-columns: repeat(1, 1fr);
    }

    .accordion-common .at-title {
        padding: 16px 20px;
    }

    .tab-wrapper ul li .inner-box span {
        display: none;
    }
}

@media (max-width: 480px) {
	
    .banner-text-top .left-text h1 {
        padding-right: 40px;
    }
	.banner-text-top .left-text .btn-arrow {
		top: 40px;
	}

    .banner-sec .col-left h2 {
        font-size: 20px;
    }

    .banner-sec .img-wrapper1 {
        height: 60%;
    }

    .banner-text-top .left-text {
        max-width: 100%;
    }

    .banner-sec .col-left h2 {
        margin-bottom: 10px;
    }

    .banner-sec .col-left p strong {
        font-size: 20px;
    }

    .banner-sec .btn-box {
        margin-top: 10px;
    }

    .banner-sec .col-left {
        padding: 35px 20px 90px;
    }

    .visa-travel .col-right {
        grid-template-columns: repeat(1, 1fr);
    }

    .visa-travel .img-box img {
        width: 100%;
    }

    .btn-row {
        gap: unset;
    }

    .btn-row .quote-btn {
        padding: 10px;
        font-size: 14px;
        gap: 6px;
    }

    .float-whatsapp {
        width: 110px;
        height: 104px;
    }

    .float-whatsapp img {
        width: 60px;
    }

    .float-whatsapp span {
        font-size: 14px;
        margin: 2.2rem auto 0;
    }
}



@media (max-width: 360px) {
    .btn {
        padding: 15px 10px;
        font-size: 15px;
    }

    h1 {
        font-size: 30px;
    }

}

@media (max-width: 340px) {

    .license-country-sec .img-box img {
        width: 130px;
    }

    .payment-option-sec .col p br {
        display: none;
    }
}