/* 29th August 2025 starts */

.row-gap-24 {
    row-gap: 24px;
}

.row-gap-8 {
    row-gap: 8px;
}

.column-gap-32 {
    column-gap: 32px;
}

.column-gap-24 {
    column-gap: 24px;
}

.column-gap-46 {
    column-gap: 46px;
}

p,
.section-title {
    line-height: normal;
}


p {
    opacity: 0.7;
    line-height: normal !important;
}



.mb-48 {
    margin-bottom: 48px;
}

.mt-48 {
    margin-top: 48px;
}



.letter-spacing-0 {
    letter-spacing: 0;
}

.bg-green {
    background: #00A9A9;
}

.information p {
    margin: 24px 0 0;
}

.information .btn-primary {
    border: 1px solid #FFF;
    background: #00A9A9;
    font-weight: 300;
    text-transform: uppercase;
}

.footer-left {
    min-width: 486px;
}

footer {
    border: none;
}

.banner img {
    width: 100%;
}

.information h2,
.information p {
    color: #fff;
}

.opacity-1 {
    opacity: 1;
}

.banner .banner-content h2 {
    text-align: left;
    margin: 0;
}

.banner .banner-content {
    top: 22rem;
}


.bg-pattern-image {
    background: url('/portals/0/Images/service-cards/bg-sectors.png') no-repeat bottom;
    /* overflow: hidden; */
}

@media screen and (max-width: 1500px) {

    footer {
        padding: 2rem 7rem !important;
    }
}

@media screen and (max-width: 1400px) {
    .renew-guidelines .container-inner {
        max-width: 94%;
        padding: 0 24px;
    }

    .column-gap-46 {
        column-gap: 32px;
    }
}

@media screen and (max-width: 1280px) {

    .column-gap-24 {
        column-gap: 16px;
    }
}

@media screen and (max-width: 1199px) {

    footer {
        padding: 2rem !important;
    }

    .installations .block h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .installations .block img,
    .fifth-block .image-inner {
        width: 80px;
        height: 80px;
    }

    .padding-bottom-200 {
        padding-bottom: 170px;
    }
}

@media screen and (max-width: 1024px) {
    .contact-form-landing .country-alignment .select2-container--default .select2-selection--single .select2-selection__rendered {
        height: 30px;
        border-radius: 0;
        line-height: 30px;
    }


}

@media (max-width: 1023px) {

    /*footer .footer-logo {
        display: block !important;
    }*/

    footer {
        flex-direction: column;
    }

    footer>.container {
        order: 1;
    }

    footer .footer-left {
        order: 2;
        flex-direction: column;
        min-width: unset;
    }

    footer .copy-right {
        padding-bottom: 0;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        line-height: 35px;
    }


    .section-title {
        margin-bottom: 3.5rem !important;
        padding-bottom: 0 !important;
    }

    .banner .banner-content h2 br {
        display: block;
    }

    .banner .banner-content h2 {
        margin-bottom: 0 !important;
    }

    .title-block.row-gap-24 {
        row-gap: 0;
    }

    .margin-bottom-48 {
        margin-bottom: 36px;
    }
}

@media screen and (max-width: 991px) {

    .column-gap-46 {
        column-gap: 24px;
    }

    .section-title {
        margin-bottom: 2.5rem !important;
        padding-bottom: 0 !important;
    }

    .main-benefits img {
        width: 100%;
    }

    .installations .block h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .padding-bottom-200 {
        padding-bottom: 150px;
    }

    .overlap-block {
        width: 280px;
        height: 280px;
    }
}

@media screen and (max-width: 767px) {

    .main-benefits ul li {
        margin-bottom: 20px;
        background-size: 24px;
    }

    .why-invest {
        background-size: cover;
    }

    .img-slider .swiper-navigation {
        margin: 60px 0 0;
    }

    .imgslider-section .swiper-wrapper {
        margin: 0;
    }

    .row-gap-24 {
        row-gap: 12px;
    }


    .padding-bottom-200 {
        padding-bottom: 120px;
    }

}

@media screen and (max-width: 680px) {
    .installations .block h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .installations .block h3 {
        font-size: 14px;
        line-height: 20px;
    }


}

@media screen and (max-width: 575px) {

    .installations h2 {
        max-width: 100%;
    }

    .installations .block h3 br {
        display: none;
    }

    .installations .block h3 {
        font-size: 16px;
        line-height: 22px;
        margin: 0;
        text-align: left !important;
    }


}

@media screen and (max-width: 480px) {
    .zone-list .zone-main .zone-content {
        padding: 16px 0 0 0 !important;
    }
}

.section-title {
    margin-bottom: 24px;
}

.main-benefits p {
    color: #58595B !important;
    opacity: 1;
}

.h3 {
    color: #00A9A9;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    text-transform: uppercase;
}

.image-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
}

.image-icon img {
    width: 100%;
}

.column-gap-40 {
    column-gap: 40px;
}

.bg-pattern-image {
    background-size: cover;
}


.text-block {
    overflow: hidden;
    position: relative;
}

.text-block .text-overlap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mt-48 {
    margin-top: 48px;
}

.text-block .image img {
    width: 100%;
    height: 408px;
    object-fit: cover;
}




.select2-container .select2-selection--single {
    height: auto ! important;
}

.select2-container--default .select2-selection--single {
    padding: 8px 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
    right: 8px !important;
}

.select2-search__field {
    outline: none;
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
    border-radius: 0 !important;
    border: none !important;
}

.select2-container.select2-container--default.select2-container--above .select2-selection--single .select2-selection__rendered,
.select2-container.select2-container--default.select2-container--below .select2-selection--single .select2-selection__rendered {
    font-size: 24px;
    color: #58595B;
    opacity: 0.7;
    text-transform: capitalize;
}

.select2-results__option {
    padding: 3px 6px !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url('/portals/0/Images/service-cards/green-dropdown.svg') no-repeat !important;
    width: 10px !important;
    height: 8px !important;
    border: none !important;
    right: 10px !important;
    margin: 0 !important;
    left: unset !important;
    top: 48% !important;

}

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container.select2-container--open .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 24px !important;
}

.select2-container--default .select2-results__option {
    margin-bottom: 0 !important;
    color: #58595B !important;
    opacity: 0.7 !important;
    text-transform: capitalize !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #32b6b7 !important;
    color: #fff !important;
    opacity: 1 !important;
}

.row-gap-36 {
    row-gap: 36px;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container.select2-container--open .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-search--dropdown .select2-search__field {
    line-height: 30px;
}

.mb-32 {
    margin-bottom: 32px !important;
}

@media screen and (max-width: 1580px) {
    .text-block .image img {
        height: 350px;
    }

    .h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .select2-container--default .select2-selection--single {
        padding: 10px 16px !important;
    }

    .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-container.select2-container--open .select2-selection--single .select2-selection__rendered,
    .select2-container--default .select2-search--dropdown .select2-search__field {
        font-size: 22px !important;
        line-height: 30px;
    }

}


@media (max-width: 1023px) {

    .mt-48 {
        margin-top: 36px;
    }
}

@media screen and (max-width: 1199px) {
    .text-block .image img {
        height: 310px;
    }

    .image-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .column-gap-40 {
        column-gap: 24px;
    }

    .mb-32 {
        margin-bottom: 24px !important;
    }
}

@media screen and (max-width: 991px) {

    .text-block .image img {
        height: 280px;
    }

    .column-gap-24 {
        column-gap: 10px;
    }
}


@media screen and (max-width: 575px) {
    .mt-48 {
        margin-top: 24px;
    }
}

.inner-banner {
    position: relative;
}

.inner-banner .inner-banner-main {
    position: relative;
    text-align: center;
    overflow: hidden;
}

@media (max-width: 767px) {
    .inner-banner .banner-image {
        position: relative;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

    .inner-banner .banner-image img {
        height: 100%;
        width: auto;
        max-width: none;
    }
}

.inner-banner .banner-contnet {
    position: absolute;
    left: 0;
    top: 60;
    right: 0;
    padding-bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #ffffff;
    z-index: 10;
}

@media (max-width: 1240px) {
    .inner-banner .banner-contnet {
        justify-content: flex-end;
    }
}

.inner-banner .banner-contnet .banner-title {
    color: #ffffff;
    margin: 0 auto;
    padding: 0;
    font: 400 4.4rem/4.8rem "Roboto Condensed", sans-serif;
    max-width: 50%;
}

@media (max-width: 1400px) {
    .inner-banner .banner-contnet .banner-title {
        max-width: 70%;
    }
}

@media (max-width: 1024px) {
    .inner-banner .banner-contnet .banner-title {
        font: 400 3.4rem/3.8rem "Roboto Condensed", sans-serif;
    }
}

@media (max-width: 580px) {
    .inner-banner .banner-contnet .banner-title {
        font: 400 2rem/2.5rem "Roboto Condensed", sans-serif;
    }
}

.inner-banner .banner-contnet .banner-sub-title {
    color: #ffffff;
    margin: 0 auto;
    padding: 0;
    font: 400 2.2rem/2.8rem "Roboto Condensed", sans-serif;
    max-width: 50%;
}

@media (max-width: 1400px) {
    .inner-banner .banner-contnet .banner-sub-title {
        max-width: 70%;
    }
}

@media (max-width: 1024px) {
    .inner-banner .banner-contnet .banner-sub-title {
        margin-bottom: 2rem;
        font: 400 2rem/2.4rem "Roboto Condensed", sans-serif;
    }
}

@media (max-width: 580px) {
    .inner-banner .banner-contnet .banner-sub-title {
        font: 400 1.6rem/2rem "Roboto Condensed", sans-serif;
    }
}

.cards-search-block {
    margin: 12px 0 32px;
}

.cards-search-block .form-control {
    border: none !important;
    background: #FFF url('/portals/0/Images/service-cards/search.svg') no-repeat right 16px center !important;
    padding: 8px 16px !important;
    color: #58595B;

    font-family: "Roboto Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    width: 375px;
    height: 48px;
    margin-left: auto;
    padding-right: 50px !important;
}

.cards-search-block .form-control:focus {
    outline: 0;
}

.cards-search-block .form-control::-webkit-search-decoration,
.cards-search-block .form-control::-webkit-search-cancel-button,
.cards-search-block .form-control::-webkit-search-results-button,
.cards-search-block .form-control::-webkit-search-results-decoration {
    display: none;
}

/* For Internet Explorer/Edge */
.cards-search-block .form-control::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}


.cards-search-block .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 24px;
}

.cards-search-block .form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 24px;
}

.cards-search-block .form-control:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 24px;
}

.cards-search-block .form-control:-moz-placeholder {
    /* Firefox 18- */
    font-size: 24px;
}

.cards-listing .card {
    border: none !important;
    background: #FFF;
    box-shadow: 0 5px 20px 0 rgba(121, 121, 121, 0.20);
    padding: 24px;
}

.cards-listing .card-title {
    text-transform: none;
    padding-bottom: 16px;
}

.cards-listing .icon-block {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
}

.cards-listing .icon-block img {
    width: 100%;
}

.dropdown-toggle-green,
.dropdown-toggle-outline {
    border-radius: 8px;
    background: #00A9A9;
    padding: 14px 14px;

    color: #FFF;

    font-family: "Roboto Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    outline: 0 !important;
}

.dropdown-toggle-outline {
    border: 1px solid #00A9A9;
    background: #fff;
}

.dropdown-toggle-green:after,
.dropdown-toggle-outline:after {
    display: none;
}

.dropdown-toggle-green span,
.dropdown-toggle-outline span {
    padding-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.dropdown-toggle-outline span {
    border-right: 1px solid rgba(0, 169, 169, 1);
}

.icon-svg {
    display: inline-block;
    position: relative;
}

.dropdown-toggle-outline span {
    color: #00A9A9;
}

.icon-arrow-right-white {
    width: 8px;
    height: 12px;
    background: url(/portals/0/Images/service-cards/arrow-right-white.svg) no-repeat;
    background-size: 7px;
    margin-left: 12px;
}

.icon-arrow-right-green {
    width: 8px;
    height: 12px;
    background: url(/portals/0/Images/service-cards/arrow-right-green.svg) no-repeat;
    background-size: 7px;
    margin-left: 12px;
}

.icon-portal-360 {
    min-width: 24px;
    width: 24px;
    height: 16px;
    background: url(/portals/0/Images/service-cards/portal-360.svg) no-repeat;
    background-size: 100% 100%;
    margin-right: 12px;
}

.icon-rakez-app {
    min-width: 24px;
    width: 13px;
    height: 24px;
    background: url(/portals/0/Images/service-cards/rakez-app.svg) no-repeat;
    background-size: 100% 100%;
    margin-right: 12px;
}

.column-gap-12 {
    column-gap: 12px;
}

.cards-listing .card {
    width: 31.6%;
}

.cards-listing .card-buttons .dropdown-menu {
    padding: 0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 5px 20px 0 rgba(121, 121, 121, 0.20);
    border: none;
    width: 266px;
}

.cards-listing .card-buttons .dropdown-menu ul {
    padding: 16px 0;
}

.cards-listing .card-buttons .dropdown-menu ul li {
    margin: 0;
    padding: 0;
    text-align: left;

}

.cards-listing .card-buttons .dropdown-menu ul li a {
    color: #58595B;
    opacity: 0.7;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 15px 24px;
    border-bottom: 1px solid rgba(88, 89, 91, 0.50);
    width: 100%;
    display: block;

}

.cards-listing .card-buttons .dropdown-menu ul li:last-child a {
    border-bottom: none;
}

.cards-listing .card-buttons .dropdown-menu ul li:hover {
    background: #00A9A9;
}

.cards-listing .card-buttons .dropdown-menu ul li:hover a {
    color: #fff;
    opacity: 1;
}

.container-1620 {
    max-width: 1620px;
}

.row-gap-40 {
    row-gap: 40px;
}

.row-gap-40 {
    row-gap: 40px;
}

.inner-banner img {
    height: 550px;
    object-fit: cover;
}




.services-header .left {
    width: 50%;
}

.services-header .right .service-delivery {
    max-width: 232px;
    margin-left: auto;
    margin-top: 46px;
}

.drodpown-block {
    width: 375px;
}

.dropdown-box .select-label,
.service-delivery h2 {
    color: #58595B;
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding-right: 24px;
}

.service-delivery h2 {
    color: #00A9A9;
    padding-bottom: 8px !important;
    margin-bottom: 8px !important;
    border-bottom: 1px solid rgba(88, 89, 91, 0.25);
}

.service-delivery ul li a {
    color: rgba(88, 89, 91, 0.7) !important;
}

.select2-container,
.select2-dropdown {
    border: 1px solid rgba(88, 89, 91, 0.50) !important;
}

.select2-dropdown {
    border-top: none !important;
}

.nav-pills .nav-link {
    padding: 16px 24px;
    color: #FFF;
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #58595B;
    opacity: 0.7;
    text-align: left;
    border: none;
    box-shadow: none;
    border-radius: 0;
    outline: 0 !important;
    background: #FFF url('/portals/0/Images/service-cards/tabs-arrow-grey.svg') no-repeat right 24px center;
}

.nav-pills .nav-link.active {
    background: #00A9A9 url('/portals/0/Images/service-cards/tabs-arrow-white.svg') no-repeat right 24px center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #00A9A9;
}

.text-green,
.main-benefits p.text-green {
    color: #00A9A9 !important;
}

.row-gap-16 {
    row-gap: 16px;
}

.column-gap-24 {
    column-gap: 24px;
}

.main-benefits p.opacity-7 {
    opacity: 0.7 !important;
}

.nav-pills {
    width: 30%;
}

.tab-content-block {
    width: 70%;
    padding-left: 50px;
}

.tab-content-block .tab-content {
    padding: 64px;
    background: #fff;
}

.tab-content h2 {
    color: #00A9A9;
    font-family: "Roboto Condensed";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
}


.tab-content-block ul li:not(:last-child) {
    padding-bottom: 48px;
}

.tab-content-block ul li .icon {
    position: relative;
}

.tab-content-block ul li .icon:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    bottom: 0;
    height: 100%;
    width: 20px;
    background: url('/portals/0/Images/service-cards/connect-arrow.svg') no-repeat;
}

.tab-content-block ul li:last-child .icon:after {
    display: none;
}

.tab-content-block .outcome ul li .icon:after {
    display: none;
}

.tab-content-block .outcome ul li:not(:last-child) {
    padding-bottom: 32px;
}


.tab-content-block .visa-service .table thead th {
    border: none;
    background: #00A9A9;
    color: #FFF;
    font-family: "Roboto Condensed";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    padding: 26px 32px;
}

.tab-content-block .visa-service .table thead th:not(:last-child),
.tab-content-block .visa-service .table td:not(:last-child) {
    border-right: 1px solid rgba(88, 89, 91, 0.25)
}

.tab-content-block .visa-service .table tr td {
    color: #58595B;
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    padding: 8px 32px;
}

.tab-content-block .visa-service .table.three-column td,
.tab-content-block .visa-service .table.three-column th {
    width: 33%;
    height: 76px;
}

.tab-content-block .table {
    border: 1px solid rgba(88, 89, 91, 0.25);
}

.tab-content-block .visa-service .table.three-column td {
    vertical-align: middle;
}

.tab-content-block .visa-service .table.three-column td:not(:first-child) {
    text-align: center;
}

.text-black-new {
    color: #032336 !important;
}

.bg-grey {
    background: #efeeee;
}

.required-document .number {
    border-radius: 48px;
    background: #00A9A9;
    color: #FFF;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
}

.column-gap-16 {
    column-gap: 16px;
}

.required-document .content h3 {
    color: #58595B;
    font-family: "Roboto Condensed";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    padding: 0 0 30px 0;
}

.tab-content-block .required-document ul li {
    color: #58595B;
    background: url('/portals/0/Images/service-cards/check-square.svg') left top 6px no-repeat;
    padding: 0 0 0px 40px;
}

.tab-content-block .required-document ul li:not(:last-child) {
    padding: 0 0 24px 40px;
}

.required-document .item:not(:last-child) {
    margin-bottom: 30px;
}

.required-document .content table tr td {
    color: #58595B;
    padding: 8px 16px;
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

.required-document .content table tr td:not(:last-child) {
    border-right: 1px solid rgba(88, 89, 91, 0.25);
}

.tab-content-block .required-document ul,
.bullet-list ul {
    margin-left: 24px;
    padding: 0 !important;
}

.tab-content-block .required-document ul li,
.bullet-list li {
    background: transparent;
    list-style: disc;
    padding: 0 !important;
}

.tab-content-block .note {
    font-size: 16px;
    text-align: right;
}

.tab-content-block .visa-service .table tr td:not(:first-child) {
    text-align: center;
}

@media screen and (max-width: 1680px) {
    .container-1620 {
        max-width: 96%;
    }

    .dropdown-toggle-green,
    .dropdown-toggle-outline {
        padding: 12px 10px;
    }

    .icon-arrow-right-white,
    .icon-arrow-right-green {
        margin-left: 10px;
    }

    .dropdown-toggle-green span,
    .dropdown-toggle-outline span {
        padding-right: 10px;
    }

    .dropdown-toggle-green,
    .dropdown-toggle-outline {
        font-size: 15px;
    }

    .row-gap-40 {
        row-gap: 36px;
    }

    .column-gap-40 {
        column-gap: 36px;
    }

    .cards-listing .card {
        width: 31.7%;
    }

    .cards-listing .card-buttons .dropdown-menu {
        width: 235px;
    }

    /* .cards-listing > div { justify-content: center;} */

    .inner-banner img {
        height: 480px;
    }

    .tab-content-block .tab-content {
        padding: 46px;
    }

    .tab-content-block ul li .icon {
        width: 100px;
        height: 100px;
        min-width: 100px;
    }

    .tab-content-block ul li .icon img {
        width: 100%;
    }

    .tab-content h2 {
        font-size: 38px;
    }

    .tab-content-block .visa-service .table thead th {
        font-size: 28px;
        line-height: 36px;
    }

    .tab-content-block .visa-service .table tr td {
        padding: 10px 24px;
        font-size: 22px;
    }

    .tab-content-block .visa-service .table.three-column td,
    .tab-content-block .visa-service .table.three-column th {
        height: 65px;
    }

    .tab-content-block .visa-service .table thead th {
        padding: 20px 24px;
    }

    .tab-content-block .visa-service .table td img {
        width: 32px;
    }

    .required-document .content table tr td {
        font-size: 22px;
    }
}

@media screen and (max-width: 1599px) {

    .tab-content-block .required-document ul li,
    .bullet-list li,
    p {
        font-size: 22px;
        line-height: 32px;
    }
}

@media screen and (max-width: 1580px) {
    .cards-listing .card {
        width: 31.9%;
    }

    .row-gap-40 {
        row-gap: 30px;
    }

    .column-gap-40 {
        column-gap: 30px;
    }

    .cards-search-block .form-control {
        font-size: 22px;
    }

    .cards-search-block .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 22px;
    }

    .cards-search-block .form-control::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 22px;
    }

    .cards-search-block .form-control:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 22px;
    }

    .cards-search-block .form-control:-moz-placeholder {
        /* Firefox 18- */
        font-size: 22px;
    }

    .cards-search-block .form-control {
        background-size: 30px !important;
    }

    .cards-listing .card-buttons .dropdown-menu {
        width: 200px;
    }

    .cards-listing .card-buttons .dropdown-menu ul li a {
        font-size: 18px;
        padding: 8px 16px;
    }

    .dropdown-box .select-label,
    .service-delivery h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .tab-content-block ul li .icon {
        width: 85px;
        height: 85px;
        min-width: 85px;
    }

    .tab-content h2 {
        font-size: 38px;
    }

    .tab-content-block .tab-content {
        padding: 36px;
    }

    .tab-content h2 {
        margin-bottom: 28px;
    }

    .tab-content-block .visa-service .table thead th {
        font-size: 26px;
        line-height: 36px;
    }

    .tab-content-block .visa-service .table thead th {
        padding: 16px 24px;
    }

    .tab-content-block .visa-service .table tr td {
        font-size: 20px;
    }

    .required-document .content h3 {
        font-size: 24px;
        line-height: 30px;
        padding: 0 0 24px 0;
    }

    .tab-content-block .required-document ul li,
    .bullet-list li,
    p,
    .required-document .content table tr td {
        font-size: 20px;
        line-height: 32px;
    }

    .nav-pills .nav-link {
        font-size: 22px;
        line-height: 30px;
    }

}

@media screen and (max-width: 1440px) {

    .dropdown-toggle-green,
    .dropdown-toggle-outline {
        font-size: 14px;
    }

    .dropdown-toggle-green,
    .dropdown-toggle-outline {
        padding: 10px 8px;
    }

    .cards-listing .card {
        padding: 20px;
    }

    .cards-listing .card {
        width: 32%;
    }

    .row-gap-40 {
        row-gap: 24px;
    }

    .column-gap-40 {
        column-gap: 24px;
    }

    .cards-search-block .form-control {
        font-size: 20px;
    }

    .cards-search-block .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 20px;
    }

    .cards-search-block .form-control::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 20px;
    }

    .cards-search-block .form-control:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 20px;
    }

    .cards-search-block .form-control:-moz-placeholder {
        /* Firefox 18- */
        font-size: 20px;
    }

    .inner-banner img {
        height: 380px;
    }

    .inner-banner .banner-contnet {
        justify-content: center !important;
    }

    .dropdown-box .select-label,
    .service-delivery h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .drodpown-block {
        width: 320px;
    }

    .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-container.select2-container--open .select2-selection--single .select2-selection__rendered,
    .select2-container--default .select2-search--dropdown .select2-search__field {
        font-size: 20px !important;
        line-height: 28px;
    }

    .tab-content h2 {
        font-size: 34px;
    }

    .tab-content-block .visa-service .table thead th {
        font-size: 24px;
        line-height: 30px;
    }

    .tab-content-block .visa-service .table td img {
        width: 26px;
    }

    .nav-pills .nav-link {
        font-size: 22px;
        line-height: 28px;
        padding: 12px 20px;
        background-size: 10px;
        padding-right: 40px;
    }

    .tab-content-block .required-document ul li,
    .bullet-list li,
    p,
    .required-document .content table tr td {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1366px) {

    .dropdown-toggle-green,
    .dropdown-toggle-outline {
        font-size: 13px;
    }

    .dropdown-toggle-green,
    .dropdown-toggle-outline {
        padding: 10px 8px;
    }

    .cards-listing .card {
        padding: 16px;
    }

    .column-gap-12 {
        column-gap: 8px;
    }

    .cards-search-block .form-control {
        font-size: 18px;
    }

    .cards-search-block .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 18px;
    }

    .cards-search-block .form-control::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 18px;
    }

    .cards-search-block .form-control:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 18px;
    }

    .cards-search-block .form-control:-moz-placeholder {
        /* Firefox 18- */
        font-size: 18px;
    }
        .tab-content h2 {
            font-size: 30px;
        }

}

@media screen and (max-width: 1280px) {
    .cards-listing .card {
        width: 31.9%;
    }

    .tab-content-block ul li .icon {
        width: 70px;
        height: 70px;
        min-width: 70px;
    }
}

@media screen and (max-width: 1199px) {
    .cards-listing .card {
        width: 31.7%;
    }

    .container-1620 {
        max-width: 94%;
    }

    .main-benefits p {
        width: 100% !important;
    }

    .tab-content-block {
        padding-left: 30px;
    }

    .tab-content-block .visa-service .table thead th {
        font-size: 22px;
        line-height: 30px;
    }

    .tab-content-block .visa-service .table tr td {
        font-size: 18px;
        line-height: 24px;
    }

    .nav-pills .nav-link {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1088px) {
   .cards-listing .card {
        width: 31.3%;
    }
}

@media screen and (max-width: 1024px) {
    .row-gap-24 {
        row-gap: 18px;
    }

    .services-header .section-title {
        margin: 0 !important;
    }

    .horizontal-tabs {
        flex-direction: column;
    }

    .nav-pills {
        max-width: 320px;
        margin: 0 auto;
        row-gap: 0;
    }

    .tab-content-block {
        padding: 0;
        width: 100%;
    }

    .nav-pills .nav-link {
        display: none;
        background: #fff;
        padding-right: 20px;
        text-align: center;
    }

    .nav-pills .nav-link.active {
        display: block;
        background: #00A9A9;
        padding-right: 50px;
    }

    .nav-pills {
        max-width: 375px;
        width: 100%;
        margin: 0 auto 40px;
        position: relative;
    }

    .nav-pills:after {
        content: '';
        position: absolute;
        right: 24px;
        top: 20px;
        background: url('/portals/0/Images/service-cards/tabs-arrow-white.svg') no-repeat;
        width: 12px;
        height: 20px;
        background-size: 10px;
        transform: rotate(90deg);
    }

    .nav-pills .nav-link.white {
        display: block;
    }

    .tab-content h2 {
        font-size: 28px;
    }

    .required-document .content h3 {
        font-size: 22px;
        line-height: 30px;
        padding: 0 0 20px 0;
    }
  .nav-pills:after { 
      top: 18px;
  }
}

@media screen and (max-width: 1023px) {
    .cards-listing .card {
        width: 48%;
    }

    .cards-listing .card-buttons .dropdown-menu ul {
        margin: 0;
    }

    p {
        font-size: 18px;
    }

}

@media screen and (max-width: 991px) {
    .cards-search-block .form-control {
        width: 330px;
        height: 42px;
    }

    .cards-search-block .form-control {
        background-size: 26px !important;
    }

    .cards-listing .card-buttons .dropdown-menu {
        width: 180px;
    }

    .cards-listing .card-buttons .dropdown-menu ul li a {
        font-size: 16px;
    }

    .inner-banner img {
        height: 320px;
    }

    .services-header-container {
        flex-direction: column;
        row-gap: 30px;
    }

    .services-header .right .service-delivery {
        max-width: 100%;
        margin-top: 30px;
    }

    .dropdown-box .select-label,
    .service-delivery h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-container.select2-container--open .select2-selection--single .select2-selection__rendered,
    .select2-container--default .select2-search--dropdown .select2-search__field {
        font-size: 18px !important;
        line-height: 28px;
    }

    .services-header .left {
        width: 100%;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 43% !important;
    }



    .tab-content h2 {
        font-size: 28px;
    }

    p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .cards-listing .card {
        width: 48%;
    }

    .row-gap-40 {
        row-gap: 16px;
    }

    .column-gap-40 {
        column-gap: 16px;
    }

    .cards-listing .card-buttons .dropdown-menu {
        width: 160px;
    }

    .tab-content-block .outcome ul li:not(:last-child) {
        padding-bottom: 24px;
    }

    .tab-content-block .visa-service .table thead th {
        font-size: 20px;
        line-height: 28px;
    }

    .tab-content-block .visa-service .table tr td {
        font-size: 16px;
        line-height: 22px;
    }

    .tab-content-block .visa-service .table tr td,
    .tab-content-block .visa-service .table tr th {
        min-width: 160px;
    }

    .required-document .number {
        font-size: 16px;
        line-height: 26px;
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .required-document .content h3 {
        font-size: 20px;
        line-height: 28px;
        padding: 0 0 16px 0;
    }

    .tab-content h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .tab-content-block .required-document ul li,
    .bullet-list li,
    p,
    .required-document .content table tr td {
        font-size: 16px;
        line-height: 24px;
    }

    .nav-pills .nav-link {
        font-size: 18px;
        line-height: 24px;
    }

    .nav-pills:after {
        background-size: 8px;
        top: 15px;
    }
}

@media screen and (max-width: 680px) {
    .cards-listing .card {
        width: 100%;
    }

    .container-1620 {
        max-width: 92%;
    }

    .cards-listing .icon-block {
        width: 70px;
        height: 70px;
    }

    .cards-listing .card-title {
        height: auto !important;
    }
}

@media screen and (max-width: 575px) {
    .cards-search-block .form-control {
        width: 300px;
        height: 42px;
    }
	.tab-content-block ul li .icon:after{visibility:hidden !important;}
    .dropdown-box {
        flex-direction: column;
        align-items: start !important;
        row-gap: 8px;
    }

    .drodpown-block {
        width: 100%;
    }

    .tab-content-block .tab-content {
        padding: 24px;
    }

    .column-gap-24 {
        column-gap: 16px;
    }

    .tab-content-block ul li .icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .tab-content-block ul li:not(:last-child) {
        padding-bottom: 40px;
    }

    .tab-content-block .visa-service .table tr td,
    .tab-content-block .visa-service .table tr th {
        min-width: 120px;
    }

    .required-document .number {
        font-size: 14px;
        line-height: 22px;
        width: 28px;
        height: 28px;
        min-width: 28px;
    }

    .column-gap-16 {
        column-gap: 12px;
    }
}

/* 29th August 2025 ends */
section.inner-banner{padding:0;}
.inner-content-section, #dnn_banner_form_pane{display:none;}
@media (max-width: 1023px) {
    .desktop-only {
      display: none !important; } }
	  .navbar{z-index:100;}
	  section.text-block {display:none !important;}
	  
.tab-content-block ul li .icon {
            position: unset;
        }
 
        .tab-content-block ul li .icon img {
            position: relative;
            z-index: 1;
            background: #fff;
            border-radius: 100%;
        }
 
        .tab-content-block ul li {
            position: relative;
        }
 
        .tab-content-block #v-pills-home ul li .icon:before {
            content: '';
            position: absolute;
            width: 1px;
            height: 100%;
            left: 56px;
            top: 0;
            background: #00A9A9;
            z-index: 0;
        }
 
        .tab-content-block ul li .icon:after {
            width: 15px;
            left: 49px;
            right: unset;
            height: 48px;
            top: calc(100% - 48px);
        }
 
        .tab-content-block #v-pills-home ul li:last-child .icon:before{
            bottom: 50%;
            top: unset;
        }
 
        .tab-content-block #v-pills-home ul li:first-child .icon:before{
            top: 50%;
        }
 
        @media screen and (max-width: 1680px) {
            .tab-content-block ul li .icon:after {
                left: 43px;
            }
 
            .tab-content-block #v-pills-home ul li .icon:before {
                left: 50px;
            }
        }
 
        @media screen and (max-width: 1580px) {
            .tab-content-block ul li .icon:after {
                left: 35px;
            }
 
            .tab-content-block #v-pills-home ul li .icon:before {
                left: 42px;
            }
        }
 
        @media screen and (max-width: 1280px) {
            .tab-content-block ul li .icon:after {
                left: 28px;
            }
 
            .tab-content-block #v-pills-home ul li .icon:before {
                left: 35px;
            }
        }
 
        @media screen and (max-width: 576px) {
            .tab-content-block ul li .icon:after {
                left: 23px;
            }
 
            .tab-content-block #v-pills-home ul li .icon:before {
                left: 30px;
            }
        }	  