.breadcrumb {
    padding: 25px 0 10px;
}

.breadcrumb li:not(:nth-last-of-type(1)) {
    margin-right: 10px;
}

.breadcrumb li a {
    color: black;
}

.breadcrumb li {
    font-size: 14px;
    color: #8a8c8d;
}

/* banner-sec  css*/
h1 {
    margin: 20px 0;
}

.medium-heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;

}

.banner-sec {
    padding: 40px 0 40px;
}

.banner-sec .col {
    width: 62%;
}

.banner-sec .col:nth-last-of-type(1) {
    width: 30%;
}

.banner-sec .img-box {
    position: relative;
}

.banner-sec .img-box .star-icon {
    width: 65px;
    position: absolute;
    top: -26px;
    left: 18px;
}

.banner-sec .img-box .thumb-icon {
    width: 65px;
    position: absolute;
    bottom: -30px;
    left: 20%;
}

.banner-sec .col img {
    border-radius: 10px;
}

/* best-saller css */
.best-saller {
    margin: 40px auto;
    max-width: 935px;
}

.heading-title {
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    background: #F5F5F5;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    display: inline-block;
    padding: 10px 10px;
    margin-bottom: 20px;
}
.best-saller .content-text li{
    display: flex;
    align-items: center;
}
.best-saller .content-text li img{
    margin-right: 10px;
}
.booking-tab {
    padding: 0px 30px;
    border: 1px solid #D9D9D9;
    border-radius: 100px;
    margin-top: 30px;
    width: 100%;
}

.booking-tab .col {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-tab .col p {
    font-size: 23px;
    font-weight: bold;
    line-height: 28px;
    color: #828282;
}

.booking-tab .col:nth-of-type(2) {
    border-right: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    padding: 20px 40px;
}

/* information-sec css */
.information-sec {
    padding: 0 0 50px;
}

.information-sec .col-left {
    width: 20%;
}

.information-sec .col-right {
    width: 78%;
}

.table-of-content {
    position: sticky;
    top: 100px;
}

.table-of-content .title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 16px;
}

.table-of-content ul {
    padding-left: 25px;
}

.table-of-content ul li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
    list-style: auto;
    font-weight: 600;
}

.table-of-content ul li::marker {
    color: #28bdbe;
}

.information-box {
    width: 100%;
    border: 1px solid #828282;
    padding: 30px 30px;
    border-radius: 6px;
    margin-bottom: 40px;
}

.information-box p {
    margin-bottom: 10px;
}

.information-box .inner-img {
    margin: 20px 0;
}

.information-box .inner-img img {
    border-radius: 10px;
}

.information-box .inner-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.information-box .inner-col {
    width: 36%;
}

.information-box .inner-col:nth-last-of-type(1) {
    width: 60%;
}

.information-box .green-list {
    padding-left: 25px;
    margin: 20px 0;
}

.information-box .green-list li {
    list-style: disc;
    margin-bottom: 10px;
    color: #737373;
}

.information-box .green-list li::marker {
    color: #27BDBE;
}

.information-box .green-list li a {
    color: #27BDBE;
}

.information-box .inner-img img {
    border-radius: 12px;
}

.information-box h3 {
    margin: 10px 0;
}

.information-box .dis {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.visit-visa-list li {
    padding: 15px;
    margin-bottom: 15px;
    list-style-type: none;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.visit-visa-list .title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.visit-visa-list .title span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;

}

.information-box .common-table td {
    text-align: center;
}

.info-hading {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #80868E;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.info-hading .sec-number {
    margin-right: 20px;
    color: #27BDBE;
    font-size: 50px;
    font-weight: bold;
}

.starting-point .inner-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: 22% 28%;
}



.exact-location .inner-box {
    display: flex;
    margin: 20px 0;
    align-items: center;
}

.exact-location .inner-box img {
    width: 50%;
    height: 290px;
}

.exact-location .inner-box img:nth-of-type(1) {
    object-fit: cover;
    object-position: 22% 28%;

    border-radius: 10px 0 0 10px;

}

.exact-location .inner-box img:nth-of-type(2) {
    border-radius: 0 10px 10px 0;
}

.booking-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F5F5F5;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
}

.booking-card .img-box {
    width: 30%;
}

.booking-card .img-box img {
    border-radius: 10px;
}

.booking-card .content-text {
    width: 68%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.booking-card .content-text .text {
    width: 60%;
}

.booking-card .booking-box .price {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
}

.booking-card .booking-box .price span {
    font-size: 24px;
}

.booking-card .booking-btn {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: #D5CC2E;
    border-radius: 30px;
    padding: 16px 28px;
    color: #000;
    display: block;
    margin-top: 20px;
}

.table-responsive .common-table tr th:nth-of-type(1) {
    width: 46%;
}

.table-responsive .common-table tr th,
.table-responsive .common-table tr td {
    text-align: left;
}

.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;
}

/* dubai single visa entry */
/* dubai-visa-entry css */

.pt-0 {
    padding: 0;
}

.trusted-box {
    margin: 20px 0;
}

.trusted-box .star-rating {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
}

/* auth-sec css*/
.auther-sec {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.auther-sec .auth-img img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 20px;
}

.auther-sec p {
    font-size: 18px;
    margin-bottom: 7px;
}

.information-box .table-responsive {
    margin: 10px 0;
}

.information-box .title {
    margin: 20px 0;
}

.information-box .list-number {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.information-box .list-number span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #222222;
    display: grid;
    place-items: center;
    color: #fff;
    margin-right: 10px;
}


.information-box .title .list-number+p {
    padding-left: 55px;
}

/* brand-logo-wrapper css */
.brand-logo-wrapper {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.brand-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    max-width: 1230px;
    padding: 25px 0;
    background-color: #fff;
    overflow-x: auto;
    overflow-y: hidden;
}

.brand-logo .text {
    font-size: 20px;
    font-weight: 700;
    color: #828282;
}

@media (max-width:1200px) {
    .table-responsive .common-table tr th:nth-of-type(1) {
        width: 40%;
    }
}

@media (max-width: 1100px) {

    h1 {
        font-size: 36px;
    }

    .table-responsive .common-table {
        width: 1100px;
    }
}

@media (max-width: 1024px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 15px
    }

    .information-box {
        padding: 18px 14px;
    }

    .booking-tab .col p {
        font-size: 18px;
        line-height: 1.6;
    }

    .booking-card .content-text {
        width: 66%;
    }

    .booking-card .booking-btn {
        margin-top: 12px;
        padding: 10px 17px;
        font-size: 16px;
    }

}

@media (max-width:850px) {
    h1 {
        font-size: 26px;
        margin: 10px 0;
    }

    h2 {
        font-size: 22px;
    }

    .medium-heading {
        font-size: 18px;
    }

    .booking-tab .col p {
        font-size: 16px;
    }

    .information-sec .row {
        row-gap: 20px;
    }

    .information-sec .col-left,
    .information-sec .col-right {
        width: 100%;
    }

    .table-of-content .title {
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 10px;
        position: relative;
    }

    .table-of-content .title::after {
        content: "";
        width: 14px;
        height: 14px;
        position: absolute;
        top: 8px;
        right: 20px;
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: rotate(-45deg);
        transition: all 0.5s ease-in-out;
    }

    .table-of-content .title.active::after {
        top: 17px;
        right: 20px;
        transform: rotate(134deg);
    }

    .table-of-content ul {
        padding: 20px 20px 20px 35px;
        border: 1px solid #ddd;
        border-radius: 10px;
        display: none;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 21px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 15px;
    }

    .banner-sec {
        row-gap: 20px;
        padding: 12px 0 40px;
    }

    .booking-tab .col,
    .banner-sec .col,
    .banner-sec .col:nth-last-of-type(1) {
        width: 100%;
    }

    .booking-tab {
        border-radius: 30px;
    }

    .booking-tab .col:nth-of-type(2) {
        border-right: none;
        border-left: none;
        padding: 0;
    }

    .booking-tab .col {
        padding: 14px 0;
    }

    .table-responsive .common-table tr th,
    .table-responsive .common-table tr td {
        font-size: 14px;
    }
}

@media (max-width: 580px) {
    .medium-heading {
        font-size: 16px;
    }

    .booking-card .img-box,
    .booking-card .content-text,
    .booking-card .content-text .text,
    .booking-card .content-text .booking-box,
    .information-box .inner-col,
    .information-box .inner-col:nth-last-of-type(1) {
        width: 100%;
    }

    .exact-location .inner-box img {
        width: 50%;
        height: 224px;
    }

    .booking-card .content-text {
        margin: 10px 0;
    }

    .booking-card .content-text .text p {
        text-align: center;
    }

    .booking-card .img-box img {
        margin: 0 auto;
    }

    .accordion-common .at-title .tittle-name {
        width: 95%;
        font-size: 16px;
    }

    .heading-title {
        font-size: 18px;
        padding: 6px 8px;
    }

    .auther-sec .auth-img img {
        width: 70px;
        height: 70px;
    }

    .auther-sec .auther-name {
        width: 80%;
    }

    .auther-sec p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {

    .exact-location .inner-box {
        row-gap: 20px;
        flex-wrap: wrap;
    }

    .exact-location .inner-box img {
        width: 100%;
        height: 220px;
        border-radius: 10px !important;
    }
}

.booknow-btn {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    background: #D5CC2E;
    border-radius: 6px;
    padding: 20px 20px;
    color: #000;
    display: flex;
    margin-top: 20px;
    align-items: center;
    gap: 10px;
    max-width: 210px;
}

.booknow-btn img {border-radius: 0 !important;}