.common-banner-sec {
    height: 500px;
    background-position: top;
}

.common-banner-sec .breadcrumb {
    position: relative;
    z-index: 1;
    padding: 20px 0;
}

.common-banner-sec::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #22222285;
    /* background: linear-gradient(315deg, #00000000 44%, rgba(3, 3, 3, .3) 36%, rgb(3 3 3 / 16%) 0); */
}

.common-banner-sec .main-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 60px;
    z-index: 1;
}

/*  */
/* visa-sec start css */
.visa-sec {
    overflow: hidden;
    min-height: 676px;
    padding: 150px 0;
}

.visa-sec .row {
    position: relative;
    z-index: 1;
}

.visa-sec h6 {
    font-size: 20px;
    font-weight: 600;
}

.visa-sec h1,
.visa-sec p {
    color: #fff;
    margin: 20px 0;
}

.visa-sec h1 {
    font-size: 60px;
    font-weight: 900;
}

.visa-sec p {
    font-weight: 600;
    letter-spacing: 0.2px;
}

.visa-sec .form-wrapper {
    background-color: #ffffffe0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 10px;

}

.visa-sec .form-wrapper h2 {
    color: #111827;

}

.visa-sec .form-wrapper p {
    color: rgba(8, 17, 13, 0.6);
}

.visa-sec .form-wrapper .btn {
    margin: 0 auto;
    display: block;
}

.visa-sec .form-wrapper .form-control {
    border: 1px solid #0e60bd;
}

.destination-sec .row {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
    border-radius: 10px;
    justify-content: space-around;
    position: relative;
    top: -92px;
    z-index: 2;
}

.destination-sec .row .col {
    text-align: center;
    cursor: pointer;
}

.destination-sec .row .col i {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    background-color: #e1e7e1;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #08bd41;
    transition: all 0.4s ease-in-out;
}

.destination-sec .row .col span {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.destination-sec .row .col:hover i {
    background-color: #08bd41;
    color: #fff;

}

.table-content-title {
    background-color: #efeeeef3;
    padding: 10px 20px;
    border-radius: 10px 10px;
    cursor: pointer;
}

.table-content-title h2 {
    font-size: 20px;
    color: #1b1b1b;
}

.table-content-title i {
    font-size: 25px;
    transition: all 0.5s ease-in-out;
}

.table-content-title.active i {
    transform: rotate(180deg);
    border-radius: 10px 10px 0 0;
}

.table-content-list {
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0 0 16px 16px;
}

.table-content ul li {
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}

.table-content ul li a {
    font-size: 15px;
    color: #000000;
}

.table-content-list ul {
    padding-left: 45px;
    margin: 14px 0;
}

.table-content ul li:hover {
    color: #24B4BD;
    cursor: pointer;
}


.table-content ul li a:hover {
    color: #24B4BD;
    transition: all 0.5s ease-in-out;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}

.table-responsive .common-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.table-responsive .common-table tr th,
.table-responsive .common-table tr td {
    border: 1px solid #dddddd;
    padding: 10px;
}

.table-responsive .common-table tbody tr:nth-child(even) {
    background-color: #dddddd;
}

.visa-common-sec .bulits-list {
    padding-left: 30px;
    margin: 20px;
}

.visa-common-sec .bulits-list li {
    list-style: disc;
    margin-bottom: 10px;
}

/* visa-sec end css */
.type-visa-sec .row .col {
    width: 49%;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    cursor: pointer;
}

.type-visa-sec .row .col .img-box {
    width: 50%;
    height: 100%;
}

.type-visa-sec .row .col img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.type-visa-sec .row .col .content-text {
    width: 50%;
    height: 295px;
    overflow-y: auto;
    padding: 10px;
    text-align: center;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s ease-in-out;
}


.type-visa-sec .row .col h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.visa-common-sec h2,
.country-visa h3,
.visa-common-sec p,
.document-visa-sec h3,
.top-visa-destination-sec h3 {
    margin-bottom: 20px;
}

.visa-common-sec p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.visa-common-sec figure {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.visa-common-sec figure img {
    width: 100%;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.visa-common-sec figure img:hover {
    transform: scale(1.5);
}

/* type-visa-sec end here */
/* package-banner css start */
.package-banner .banner-text {
    padding: 230px 0 140px;
    position: relative;
    z-index: 1;
}

.package-banner .banner-text h1 {
    font-size: 60px;
    color: #fff;
}

.package-banner .banner-text .star-rating i {
    font-size: 18px;
}

.package-banner .banner-text .star-rating span {
    font-size: 16px;
    color: #fff;
}

.price_box {
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.price_box del {
    font-size: 15px;
    font-weight: 400;
}

.price_box .real-price {
    font-weight: 700;
    font-size: 24px;
}

.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: 8px 15px;
    margin: 0;
    text-align: left;
}

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

.accordion-common .at-tab ul li {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
}

@media (max-width:1240px) {
    .visa-sec h1 {
        font-size: 54px;
    }

    .visa-sec {
        padding: 50px 0;
    }
}

@media (max-width:1200px) {
    .visa-sec h1 {
        font-size: 50px;
    }
}

@media (max-width:1180px) {}

@media (max-width:1140px) {}

@media (max-width:1100px) {

    .visa-common-sec h2,
    .country-visa h3,
    .visa-common-sec p,
    .document-visa-sec h3,
    .top-visa-destination-sec h3 {
        margin-bottom: 12px;
    }
}

@media (max-width:1080px) {}

@media (max-width:1040px) {}

@media (max-width:1024px) {}

@media (max-width:992px) {}

@media (max-width:850px) {
    .visa-sec h1 {
        font-size: 36px;
    }
}

@media (max-width:767px) {
    .visa-sec .row {
        row-gap: 30px;
    }

    .visa-sec .col-half {
        width: 100%;
    }

    .visa-sec .form-wrapper .btn {
        padding: 10px 22px;
    }

    .destination-sec {
        padding: 50px 0;
    }

    .destination-sec .row {
        position: static;
        gap: 20px;
    }



    .visa-common-sec .col-half {
        width: 100%;
    }

    .common-table-of-content {
        margin-bottom: 0;
        padding-bottom: 0;
    }

}

@media (max-width:580px) {
    .visa-sec .form-wrapper .form-group {
        width: 100%;
    }
}

@media (max-width:480px) {}

@media (max-width:380px) {}