:root {
    --Primary-White: #fff;
}
.banner-section {
    width: 100%;
}
.banner-desktop {
    width: 100%;
    height: auto;
    position: relative;
    display: none;
    flex-shrink: 0;
    align-items: center;
    background: #000;
}
@media (min-width: 769px) {
    .banner-desktop {
        display: flex;
    }
}
.banner-desktop img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
}
.banner-desktop .banner-text {
    position: absolute;
    top: 180px;
    left: 10%;
    color: var(--Primary-White);
    font-family: "Bebas Neue", cursive;
    font-size: 74px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    z-index: 10;
    pointer-events: none;
    max-width: 500px;
}

.banner-mobile {
    display: none;
    height: auto;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: radial-gradient(
        55.85% 32.97% at 50% 67.03%,
        #021b47 0%,
        #021b47 100%
    );
    overflow: hidden;
}

@media (max-width: 768px) {
    .banner-mobile {
        display: flex;
    }
}

.banner-mobile img {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
    object-position: bottom;
}

.banner-mobile h1 {
    position: absolute;
    top: 45px;
    left: 28px;
    right: 28px;
    margin: 0;
    color: var(--Primary-White);
    font-family: "Bebas Neue", cursive;
    font-size: 42px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    z-index: 10;
    pointer-events: none;
}

.signup-btn {
    width: 100%;
    height: 60px;
    background: #000;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    background: linear-gradient(0.37deg, #021e48 -29.35%, #0071bc 99.68%);
    display: none;
}
.signup-btn:hover {
    background-color: #000;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.custom-container {
    width: 90%;
    margin: 0 5%;
    margin: 0 auto;
}

.slick-slide img {
    display: inline-block !important;
}

.slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}

/* To avoid layout issues */
.slick-track {
    display: flex !important;
}

.Tabs .slick-prev {
    font-size: 0px;
    border: none;
    background: url("../images/visa/prev.svg") no-repeat center center;
    width: 60px;
    height: 60px;
    background-size: cover;
    position: absolute;
    right: 80px;
    top: -100px;
    z-index: 999;
}

.Tabs .slick-next {
    font-size: 0px;
    border: none;
    background: url("../images/visa/next.svg") no-repeat center center;
    width: 60px;
    height: 60px;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 999;
}

.latestblogs .slick-prev {
    font-size: 0px;
    border: none;
    background: url("../images/visa/prev.svg") no-repeat center center;
    width: 60px;
    height: 60px;
    background-size: cover;
    position: absolute;
    right: 80px;
    top: -80px;
    z-index: 999;
}

.latestblogs .slick-next {
    font-size: 0px;
    border: none;
    background: url("../images/visa/next.svg") no-repeat center center;
    width: 60px;
    height: 60px;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 999;
}

.blogcategoryslider .slick-prev {
    font-size: 0px;
    border: none;
    background: url("../images/visa/prev.svg") no-repeat center center;
    width: 60px;
    height: 60px;
    background-size: cover;
    position: absolute;
    right: 80px;
    top: -80px;
    z-index: 999;
}

.blogcategoryslider .slick-next {
    font-size: 0px;
    border: none;
    background: url("../images/visa/next.svg") no-repeat center center;
    width: 60px;
    height: 60px;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 999;
}

.blogbanner {
    background: url("../images/visa/blogbennr.webp") no-repeat center center;
    background-size: cover;
}

.blogbanner h1 {
    font-family: "Bebas Neue", sans-serif;
    color: #ffffff;
    font-size: 74px;
    text-align: center;
    display: block;
    padding: 60px 0px;
}

.Tabs {
    padding-top: 30px;
}

.Tabs ul {
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0px;
    padding: 0;
}

.Tabs ul li {
    display: inline-block;
    list-style-type: none;
    border-radius: 60px;
    border: 1px solid var(--Gradient-Blue, #021e48);
    margin: 0 10px;
    cursor: pointer;
    background: rgba(244, 251, 255, 0);
    padding: 10px 45px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    margin: 0 5px 10px 5px;
    font-weight: 700;
    text-decoration: none;
    line-height: 180%;
    /* 28.8px */
}

.Tabs ul li a {
    text-decoration: none;
    cursor: pointer;
    background: var(
        --Gradient-Blue,
        linear-gradient(0deg, #021e48 -29.35%, #0071bc 99.68%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tabs .active {
    border-radius: 60px;
    border: 1px solid var(--Tabs, #021c47);
    display: inline-block !important;
    background: var(
        --Gradient-Blue,
        linear-gradient(0deg, #021e48 -29.35%, #0071bc 99.68%)
    );
}

.tabs .active a {
    color: #021b47;
    /* color: #ffffff !important; */
    -webkit-text-fill-color: aliceblue;
}

.tab-content {
    display: none !important;
    margin-top: 90px !important;
    margin: 30px 0 0 0px;
    padding: 20px 42px 20px 20px;
    align-items: center;
    border-radius: 10px;
    border: 1px solid var(--Gradient-Blue, #021e48);
    background: linear-gradient(
        149deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.08) 100%
    );
    box-shadow: 0px 0px 12.2px 0px rgba(0, 0, 0, 0.23);
    backdrop-filter: blur(2px);
}

.tabcontent .active {
    display: block !important;
}

/* .Tabsdata{ padding-top:30px; } */
.Tabsdata ul {
    width: 100%;
    text-align: left;
    margin: 0 0 10px 0px;
    padding: 0;
}

.Tabsdata ul li {
    display: inline-block;
    list-style-type: none;
    border-radius: 60px;
    border: 1px solid var(--Gradient-Blue, #021e48);
    margin: 0 5px;
    cursor: pointer;
    background: rgba(244, 251, 255, 0);
    padding: 8px 25px;
}

.Tabsdata ul li a {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    margin: 0 5px 10px 5px;
    font-weight: 300;
    text-decoration: none;
    line-height: 180%;
    /* 28.8px */
}

.Tabsdata h2 {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 42px */
    background: var(
        --Gradient-Blue,
        linear-gradient(0deg, #021e48 -29.35%, #0071bc 99.68%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Tabsdata h4 {
    color: #3e3c3c;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
}

.Tabsdata p {
    color: #3e3c3c;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 100%; /* 30px */
}

.latestblogs {
    padding: 30px 0 0px 0px;
}

.latestblogs h2 {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-style: normal;
    padding: 20px 0 20px 0px;
    font-weight: 600;
    line-height: 150%;
    /* 42px */
    background: var(
        --Gradient-Blue,
        linear-gradient(0deg, #021e48 -29.35%, #0071bc 99.68%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blogbox {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid var(--Gradient-Blue, #021e48);
    background: linear-gradient(
        149deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.08) 100%
    );
    box-shadow: 0px 0px 12.2px 0px rgba(0, 0, 0, 0.23);
    backdrop-filter: blur(2px);
}

.blogbox img {
    width: 100%;
    margin-bottom: 15px;
}

.blogbox h4 {
    color: #510800;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 0px;
    font-weight: 700;
    padding-bottom: 0px;
    line-height: normal;
}

.blogbox h4 img {
    max-width: 30px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin-right: 5px;
}

.blogbox h2 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    padding: 0px;
    font-weight: 600;
    /* 27px */
}

.blogbox h3 {
    color: #3e3c3c;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

.blogbox p {
    color: #3e3c3c;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

.blogbox .readmore {
    border: 1px solid var(--Gradient-Blue, #021e48);
    background: #fff;
    font-family: "Inter", sans-serif;
    display: block;
    background: var(
        --Gradient-Blue,
        linear-gradient(0deg, #021e48 -29.35%, #0071bc 99.68%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-style: normal;
    padding: 10px 0px;
    text-align: center;
    vertical-align: text-top;
    font-weight: 600;
    width: 100%;
    font-weight: 700;
    height: 51px;
    line-height: 180%;
    /* 28.8px */
}

.blogbox .readmore img {
    width: 28px;
    vertical-align: top;
}

.viewmore a {
    border: 1px solid var(--Gradient-Blue, #021e48);
    background: #fff;
    font-family: "Inter", sans-serif;
    display: block;
    background: var(
        --Gradient-Blue,
        linear-gradient(0deg, #021e48 -29.35%, #0071bc 99.68%)
    );
    display: block;
    max-width: 300px;
    background-clip: text;
    width: 100%;
    margin: 20px auto 60px auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-style: normal;
    padding: 10px 0px;
    text-align: center;
    vertical-align: text-top;
    font-weight: 600;
    font-weight: 700;
    height: 51px;
    line-height: 180%;
    /* 28.8px */
}

.viewmore img {
    width: 28px;
    vertical-align: top;
}

.categorysec {
    background: url("../images/visa/blogcategorybg.webp") no-repeat center
        center;
    background-size: cover;
    padding: 60px 0 600px 0px;
}

.categorysec h2 {
    font-family: "Bebas Neue", sans-serif;
    color: #ffffff;
    font-size: 64px;
    padding-bottom: 30px;
}

.catbox {
    border: 0.5px solid #fff;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
}

.catbox img {
    width: 100%;
    margin-bottom: 15px;
}

.catbox h3 {
    font-family: "Bebas Neue", sans-serif;
    color: #ffffff;
    font-size: 64px;
    font-size: 32px;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/* visa page starts */
.sec2visa {
    padding: 60px 0px;
}

.sec2visaLeft img {
    margin-bottom: 30px;
}

.sec2visaRight {
    padding: 0 20px;
}

.sec2visaRight h2 {
    font-family: "Bebas Neue";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 89.6px */
    text-transform: uppercase;
    color: #bd913f;
}

.sec2visaRight p {
    color: #510800;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
}

.sec2visaRight ul {
    padding: 0px;
    margin: 0px;
}

.sec2visaRight ul li {
    display: block;
    color: #510800;
    font-family: "Inter", sans-serif;
    background: url("../images/visa/ic1.svg") no-repeat left center;
    font-size: 16px;
    padding: 35px 50px;
    border-bottom: 1px #ccc solid;
    font-style: normal;
    cursor: pointer;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

.sec2visaRight ul li:nth-child(2) {
    background: url("../images/visa/ic2.svg") no-repeat left center;
}

.sec2visaRight ul li:nth-child(3) {
    background: url("../images/visa/ic3.svg") no-repeat left center;
}

.sec2visaRight ul li:nth-child(4) {
    background: url("../images/visa/ic4.svg") no-repeat left center;
}

.sec2visaRight ul li:nth-child(5) {
    background: url("../images/visa/ic5.svg") no-repeat left center;
}

/* .sec2visaRight ul li:last-child{ border-bottom: none; } */

.sec3visa {
    padding: 60px 0px;
    background: #021b47 url("../images/visa/sec3bgvisa.webp") no-repeat left
        center;
    background-size: cover;
    background-attachment: fixed;
}
@media (max-width: 768px) {
    .sec3visa {
        background-size: cover;
        height: auto;
        padding: 30px 15px 30px;
    }
}

/* tabs starts */
.tabs1 {
    margin: 20px 0 20px;
}

.tab-links1 {
    display: flex;
    gap: 5px;
    list-style: none;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* for smooth scrolling on iOS */
    scrollbar-width: thin; /* optional for Firefox */
    margin: 0 0 40px 0;
}

.sec3visa .tab-links1 li {
    cursor: pointer;
    padding: 15px 40px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1);
    color: #fff;
    line-height: 180%;
    transition: 0.3s;
}
.tab-links1 li:hover,
.tab-links1 li.active {
    background: #fff;
    color: #000;
    font-weight: 500;
    transition: 0.3s;
}

.tab-content1 {
    display: none;
}

.tab-content1.active {
    display: block;
}

.tab-content1 h3 {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    padding-bottom: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.tab-content1 ul {
    padding: 0 0 30px 20px;
}

.tab-content1 ul li {
    color: #fff;
    font-size: 16px;
    background: transparent !important;
}
.tbBtn {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #23915a;
    border-radius: 4px;
}
.tbBtn a {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    padding: 10px 40px;
    font-weight: 600;
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    text-decoration: none;
    line-height: 180%;
    text-transform: uppercase;
    transition: 0.3s;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tbBtn:hover {
    background: linear-gradient(180deg, #054b28 0%, #23915a 100%);
    -webkit-text-fill-color: #fff;
}
.tbBtn:hover a {
    color: linear-gradient(180deg, #054b28 0%, #23915a 100%);
    -webkit-text-fill-color: #fff;
}

/* tabs ends */

.sec3visa h2 {
    color: #fff;
    font-family: "Bebas Neue";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 20px;
    line-height: 120%;
    /* 76.8px */
    letter-spacing: 1.28px;
    text-transform: uppercase;
}
.sec3visa ul.bult {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 768px;
    /* border: 1px solid #eee; */
}
.sec3visa ul.bult li {
    width: 49%;
    /* margin: 0 20px 20px 0; */
    margin: 10px 0;
    color: #fff;
    font-family: "Inter", sans-serif;
    line-height: 200%;
    background: url("../images/visa/bult.webp") no-repeat !important;
    background-size: 18px auto !important;
    padding: 0 0 0 30px;
    list-style: none;
    font-weight: 400;
    background-position: 0 6px !important;
}

.sec4visa {
    padding: 60px 0px;
    background: url("../images/visa/sec4bg.webp") no-repeat center center;
    background-size: 89% auto;
}

.sec4visainside {
    border-radius: 20px;
    padding: 130px 140px;
    position: relative;
    border: 1px solid #a41a1f;
    background: url("../images/visa/sec4pic.webp") no-repeat;
    background-size: 45% auto;
    box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.25);
    background-position: 100% -25%;
}

.sec4visainside h2 {
    font-family: "Bebas Neue";
    font-size: 64px;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 10px;
    line-height: 140%;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    /* background: linear-gradient(180deg, #23915A 0%, #054B28 100%);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
    color: #005c69;
}

.sec4visainside p {
    color: #555555;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 150%;
    /* 30px */
}

.sec4visainside ul {
    padding: 0px;
    margin: 0 0 20px 0px;
}

.sec4visainside ul li {
    list-style-type: none;
    margin-bottom: 20px;
}

.sec4visainside div {
    border: 1px solid #23915a;
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    display: inline-flex;
    height: 60px;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 4px;
}

.sec4visainside div:hover {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    color: #ffffff;
    transition: 0.3s;
    -webkit-text-fill-color: #fff;
}

.flowerpic {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/* visa page ends */

@media only screen and (max-width: 1680px) {
    .Tabsdata h2 {
        font-size: 22px;
    }

    .Tabsdata h5 {
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .Tabsdata h4 {
        font-size: 18px;
    }

    .Tabsdata p {
        font-size: 16px;
    }

    .categorysec h2 {
        font-size: 48px;
    }

    .sec4visainside h2 {
        font-family: "Bebas Neue";
        font-size: 64px;
        font-style: normal;
        color: #000;
        font-weight: 400;
        padding-bottom: 0px;
        margin-bottom: 10px;
        line-height: 100%;
        /* 89.6px */
        letter-spacing: 1.28px;
        text-transform: uppercase;
    }
    .sec3visa {
        padding: 60px 0px;
        background: #000 url("../images/visa/sec3bgvisa.webp") no-repeat;
        background-size: auto 100%;
        background-position: 100% 0;
        background-attachment: inherit;
    }
    .sec3visa .tab-links1 li {
        margin: 0 5px 10px 0;
    }
}

@media only screen and (max-width: 1100px) {
    .custom-container {
        width: 97%;
        margin: 0 5%;
        margin: 0 auto;
    }
    .tab-links1 {
        max-width: 450px;
    }
}

@media only screen and (max-width: 768px) {
    .sec4visainside {
        padding: 27px 15px;
        height: 810px;
    }

    .sec4visainside div {
        width: 100%;
    }

    .sec4visainside h2 {
        width: 263px;
        font-family: "Bebas Neue";
        font-size: 42px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0.84px;
        text-transform: uppercase;
        /* background: linear-gradient(180deg, #23915A 0%, #054B28 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; */
        color: #000;
    }

    .sec3visa h2 {
        font-size: 42px;
    }

    .blogbanner h1 {
        padding: 30px;
        font-size: 42px;
    }

    .Tabs ul li {
        width: 100%;
        display: inline-block;
        padding: 5px 20px;
        margin-bottom: 10px;
    }

    .Tabs {
        padding-top: 20px;
    }

    .tabcontent img {
        margin-bottom: 20px;
    }

    .Tabsdata h2 {
        font-size: 18px;
    }

    .Tabsdata h5 {
        font-size: 14px;
        color: #510800;
    }

    .Tabsdata h5 img {
        vertical-align: -webkit-baseline-middle;
    }

    .Tabsdata p {
        font-size: 14px;
    }

    .Tabsdata h4 {
        font-size: 14px;
    }

    .Tabs .slick-prev {
        width: 40px;
        height: 40px;
        right: 60px;
        top: -80px;
    }

    .Tabs .slick-next {
        width: 40px;
        height: 40px;
        top: -80px;
    }

    .latestblogs .slick-prev {
        width: 40px;
        height: 40px;
        right: 60px;
        top: -70px;
    }

    .latestblogs .slick-next {
        width: 40px;
        height: 40px;
        top: -70px;
    }

    .blogcategoryslider .slick-prev {
        width: 40px;
        height: 40px;
        right: 60px;
        top: -70px;
    }

    .blogcategoryslider .slick-next {
        width: 40px;
        height: 40px;
        top: -70px;
    }

    .tab-content {
        padding: 20px 10px;
    }

    .latestblogs h2 {
        font-size: 22px;
        padding-bottom: 5px;
    }

    .categorysec {
        padding: 30px 0px;
    }

    .categorysec h2 {
        font-size: 34px;
    }
}

.visa-section {
    background-color: white;
    padding: 60px 0;
    overflow: hidden;
    /* height: 780px; */
}

.visa-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.visa-title {
    font-family: "Bebas Neue", sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    /* background: linear-gradient(180deg, #23915A 0%, #054B28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #005c69;
}

.visa-desc {
    /* font-family: "Bebas Neue", sans-serif; */
    /* font-size: 16px; */
    font-weight: 400;
    padding-bottom: 20px;
}

.new-m {
    align-items: flex-start;
}

.visa-steps {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.visa-step {
    display: flex;
    align-items: center;
    gap: 20px;
}

.visa-number {
    font-family: "Bebas Neue", sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 1.2;
    opacity: 0.1;
    color: transparent;
    -webkit-text-stroke: 2px #555555;
}

.visa-step-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #000;
    padding: 0px 15px;
    backdrop-filter: blur(30px);
    border-radius: 6px;
}

.visa-icon {
    background-color: #fff;
    top: -10px;
    position: relative;
    width: 63px;
    height: 63px;
    object-fit: contain;
    z-index: 1;
}

.visa-step-box p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
}

.new-i {
    position: relative;
}

.visa-image {
    width: 100%;
    max-width: 746px;
    height: 583px;
    background-image: url("../images/visa/plane.webp");
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    position: absolute;
    top: 52px;
    right: 0;
    z-index: 10;
}
.mobBtn {
    display: none;
}
@media screen and (max-width: 1660px) {
    .visa-image {
        width: 80%;
        top: -60px;
    }
}

@media (max-width: 1400px) {
    .visa-image {
        /* top: 54px; */
    }
    .banner-desktop .banner-text {
        top: 100px;
    }
    .sec4visainside {
        background-position: 100% 153%;
    }
}

@media screen and (max-width: 1240px) {
    .visa-image {
        top: -60px;
        left: 9%;
        background-size: contain;
    }
    .sec4visainside {
        padding: 82px 57px;
        background-size: 40% auto;
        background-position: 100% 150%;
    }
    .visa-section .col-md-5 {
        width: 50% !important;
    }
    .visa-section .col-md-7 {
        width: 50% !important;
    }
    .visa-image {
        top: -200px;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .visa-title {
        font-size: 40px;
        text-align: center;
    }

    .visa-step {
        gap: 12px;
    }

    .visa-number {
        font-size: 40px;
    }

    .visa-step-box p {
        font-size: 14px;
    }

    .visa-icon {
        width: 53px;
        height: 53px;
    }

    .new-m {
        align-items: center;
    }
}

@media only screen and (max-width: 991px) {
    /* .visa-image {
        background-image: url("../images/visa/mob-plane.webp");
        position: relative;
        left: auto;
        z-index: 1;
    } */
    .sec4visainside h2 {
        font-size: 50px;
    }
    .sec4visainside {
        background-position: 100% 115%;
    }
    .sec4visa {
        background-size: 94% auto;
    }
    .banner-desktop .banner-text {
        top: 50px;
        left: 2%;
        font-size: 60px;
        max-width: 340px;
    }
    .sec3visa h2 {
        font-size: 36px;
    }
    .tab-links1 {
        margin: 0 0 10px 0;
    }
    .sec3visa ul.bult li {
        margin: 0 20px 6px 0;
    }
    .tab-content1 ul {
        padding: 0 0 0px 20px;
    }
    .visa-image {
        height: 350px;
        top: -170px;
    }
}

@media (max-width: 768px) {
    .visa-image {
        /* top: 65px; */
    }
    .sec3visa {
        background-size: 130% 100%;
        background-position: 100% 0;
    }
    .sec4visainside {
        height: auto;
        padding: 25px 15px 340px !important;
        background-size: 400px auto;
        background-position: 50% 100%;
    }
}
@media only screen and (max-width: 767px) {
    .signup-btn {
        display: block;
    }

    .sec4visainside {
        height: auto;
        padding: 25px 15px 400px !important;
        background-size: 400px auto;
        background-position: 50% 73%;
    }
    .sec3visa h2 {
        font-size: 36px;
    }
    .tab-content1 ul {
        padding: 0 0 10px 20px;
    }
    .sec4visainside div {
        padding: 0px 10px;
        height: 53px;
        font-size: 15px;
    }
    .sec4visainside ul {
        padding: 0px;
        margin: 0 0 0px 0px;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        border-radius: 0 0 20px 20px;
        overflow: hidden;
        background: #fff;
    }
    .sec4visainside ul li {
        margin-bottom: 0;
    }
    .flowerpic {
        display: none;
    }
    .sec4visa {
        background: none;
    }
    .sec3visa {
        padding: 60px 0px 450px;
        background: #222222 url("../images/visa/mob-visa.webp") no-repeat;
        background-size: 100% auto;
        background-position: 100% 100%;
        background-attachment: inherit;
    }
    .banner-section.firstSection {
        margin-top: 133px !important;
    }
    .visa-step {
        margin: 0 0 10px 0;
    }
    .tbBtn {
        display: none;
    }
    .mobBtn {
        width: 100%;
        height: auto;
        display: block;
    }
    .mobBtn a {
        border: 1px solid #23915a;
        background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
        background-clip: border-box;
        display: inline-flex;
        height: 60px;
        padding: 0px 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        position: relative;
        text-decoration: none;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-weight: 600;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 100%;
    }
    .mobBtn a:hover {
        background: #fff;
        -webkit-text-fill-color: #054b28;
    }
}

@media (max-width: 570px) {
    /* .visa-image {
        top: 8px;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        background-image: url("../images/visa/mob-plane.webp");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        margin: 30px auto 0;
        display: block;
        max-width: 100vw;
        overflow: hidden;
    } */
    .visa-step-box {
        width: 100%;
    }
    .visa-step-box p {
        font-weight: 400;
    }
    .visa-section {
        padding: 30px 0 0;
        overflow: hidden;
    }
    .custom-container {
        width: 100%;
    }
    .tab-content1 a {
        display: block;
        text-align: center;
        padding: 10px 20px;
    }
    .sec3visa {
        padding: 60px 0px 200px;
    }
    .sec4visainside h2 {
        width: 100%;
    }
    .visa-title {
        font-size: 32px;
        text-align: center;
        line-height: 120%;
    }
    .tab-content1 ul.bult {
        padding: 0 0 10px 0px;
    }
    .sec3visa ul.bult li {
        font-size: 14px;
        margin: 0 0px 20px 0;
    }
    .sec4visainside p {
        font-size: 16px;
    }
    .sec3visa .tab-links1 li {
        padding: 8px 16px;
    }
    .mobBtn a {
        height: 50px;
        color: #fff;
        -webkit-background-clip: border-box;
        -webkit-text-fill-color: #fff;
        width: 100%;
    }
    .sec4visa {
        padding: 30px 0px;
    }
    .sec4visainside h2 {
        font-size: 32px !important;
    }
    .sec4visainside div {
        height: 45px;
    }
    .sec4visainside {
        padding: 16px 16px 400px;
    }
    .sec3visa h2 {
        padding-bottom: 0;
    }
}
@media screen and (min-width: 3501px) {
    .banner-desktop .banner-text {
        font-size: 134px;
        max-width: 800px;
        top: 274px;
    }
    .visa-section .container {
        max-width: 1920px !important;
    }
    .visa-title {
        font-size: 74px;
    }
    .visa-step-box {
        padding: 4px 20px;
    }
    .visa-step-box p {
        font-size: 34px;
    }
    .sec3visa .tab-links1 li {
        font-size: 34px;
    }
    .tab-content1 h3 {
        font-size: 34px;
    }
    .sec3visa ul.bult li {
        font-size: 34px;
        line-height: 110%;
    }
    .sec4visainside p {
        font-size: 34px;
    }
    .sec4visainside div {
        height: 70px;
        font-size: 28px;
    }
    .tbBtn a {
        font-size: 28px;
        line-height: 100%;
        width: 200px;
    }
    .banner-section {
        margin-top: 253px !important;
    }
    .sec4visainside {
        background-position: 100% 10%;
    }
}
@media screen and (min-width: 2701px) and (max-width: 3500px) {
    .banner-desktop .banner-text {
        font-size: 104px;
        max-width: 600px;
    }
    .visa-section .container {
        max-width: 1600px !important;
    }
    .visa-step-box p {
        font-size: 28px;
    }
    .sec3visa .tab-links1 li {
        font-size: 28px;
    }
    .tab-content1 h3 {
        font-size: 28px;
    }
    .sec3visa ul.bult li {
        font-size: 28px;
        line-height: 140%;
    }
    .sec4visainside p {
        font-size: 28px;
    }
}

@media screen and (min-width: 2100px) and (max-width: 2700px) {
    .banner-desktop .banner-text {
        font-size: 90px;
        max-width: 600px;
    }
    .visa-section .container {
        max-width: 1440px !important;
    }
    .visa-step-box p {
        font-size: 20px;
    }
    .sec3visa .tab-links1 li {
        font-size: 20px;
    }
    .tab-content1 h3 {
        font-size: 22px;
    }
    .sec3visa ul.bult li {
        font-size: 22px;
        line-height: 140%;
    }
    .sec4visainside p {
        font-size: 22px;
    }
}

/* ========================================= */

.global {
    border: 1px solid #a41a1f;
    border-radius: 12px;
    margin: 60px 0;
    padding: 60px;
    flex-direction: column;
    background-image: url("../images/visa/lines.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.globBoxs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 60%;
    margin-top: 40px;
}
.globTitel {
    margin: 0;
    font-size: 64px;
    color: #005c69;
    text-align: center;
}
.globItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.globItem img {
    height: 100px;
}
.gtitel {
    margin: 0;
    margin-top: 20px;
    font-size: 42px;
    font-weight: 600;
    color: #000;
}
.gpara {
    margin: 0;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.goldSec {
    background-color: #faf7f2;
}
.golden {
    border-radius: 12px;
    margin: 80px 0;
    flex-direction: column;
}
.goldPara {
    margin: 0;
    margin-top: 20px;
    font-size: 18px;
    width: 60%;
    text-align: center;
    color: #555555;
}
.goldSubTitel {
    margin: 0;
    margin-top: 20px;
    font-size: 32px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.goldBoxs {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 35px;
}
.goldBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
    text-align: center;
}
.goldBox img {
    height: 62px;
}
.gltitel {
    margin: 0;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.glpara {
    margin: 0;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.visaGetSec {
    background-color: #faf7f2;
}
.visaGetsCon {
    margin: 80px 0;
    flex-direction: column;
}
.visaGetBox {
    width: 100%;
    margin-top: 40px;
    padding: 20px 0 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.visaGetBox2 {
    margin-top: 4rem;
}
.visaGetBox .left {
    width: 47%;
}
.visaGetBox .right {
    width: 50%;
}
.visaGetBox2 .right {
    width: 47%;
}
.visaGetBox2 .left {
    width: 50%;
}
.left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.right h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
}
.right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.right li {
    margin-bottom: 20px;
    border-bottom: 1px solid #222;
    padding: 20px 0;
}
.right li:last-child {
    border: none;
}
.right li strong {
    font-size: 20px;
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
}
.right li span {
    color: #555;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}
.visaGetBox2 p {
    font-size: 20px;
    color: #222;
    margin-bottom: 20px;
    border-bottom: 1px solid #222;
    padding: 20px 0;
}
.visparaItem {
    margin-top: 3rem !important;
}
@media screen and (max-width: 1660px) {
    .right li {
        margin-bottom: 10px;
        border-bottom: 1px solid #222;
        padding: 10px 0;
    }
    .right h2 {
        margin-bottom: 16px;
    }
    .banner-desktop img {
        min-height: 530px;
        object-fit: cover;
    }
}
@media screen and (max-width: 1439px) {
    .global {
        padding: 40px;
    }
    .globItem img {
        height: 80px;
    }
    .globTitel {
        font-size: 52px;
    }
    .gtitel {
        font-size: 38px;
    }
    .goldPara {
        font-size: 16px;
        margin-top: 10px;
    }
    .goldSubTitel {
        font-size: 28px;
    }
    .gltitel {
        font-size: 18px;
    }
    .glpara {
        font-size: 16px;
    }
    .visaGetBox {
        margin-top: 28px;
    }
    .visaGetBox .left {
        width: 48%;
    }
    .visaGetBox2 .left {
        width: 50% !important;
    }
    .visaGetBox2 .right {
        width: 48% !important;
    }
    .right h2 {
        margin-bottom: 0px;
        font-size: 28px;
    }
    .right li strong {
        margin-bottom: 0px;
    }
    .sec4visainside {
        padding: 130px 60px;
    }
}
@media screen and (max-width: 1280px) {
    .globItem img {
        height: 60px;
    }
    .globTitel {
        font-size: 44px;
    }
    .gtitel {
        font-size: 28px;
    }
    .goldPara {
        font-size: 16px;
        margin-top: 10px;
    }
    .goldSubTitel {
        font-size: 28px;
    }
    .gltitel {
        font-size: 16px;
    }
    .glpara {
        font-size: 16px;
    }
    .gpara {
        margin-top: 10px;
        font-size: 16px;
    }
    .globBoxs {
        width: 80%;
    }
    .goldBox img {
        height: 50px;
    }
    .visa-section {
        padding: 0 0 40xp 0;
    }
    .golden {
        margin: 60px 0;
    }
    .right h2 {
        font-size: 24px;
    }
    .right li {
        margin-bottom: 0;
    }
    .right li strong {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .right li span {
        font-size: 18px;
    }
    .visaGetBox2 p {
        font-size: 18px;
        margin-bottom: 0px;
        padding: 10px 0;
    }
    .banner-desktop img {
        min-height: 300px;
        /* object-fit: none; */
    }
}
@media screen and (max-width: 990px) {
    .visa-section {
        padding: 30px 0;
    }
    .globBoxs {
        width: 90%;
    }
    .global {
        margin: 30px 0;
    }
    .globItem img {
        height: 50px;
    }
    .goldBoxs {
        flex-wrap: wrap;
        gap: 30px 0;
    }
    .goldBox {
        width: 50%;
    }
    .goldPara {
        width: 80%;
    }
    .right h2 {
        font-size: 20px;
    }
    .right li strong {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .right li {
        padding: 4px 0;
    }
    .visaGetBox2 p {
        font-size: 16px;
        padding: 6px 0;
    }
    .visparaItem {
        margin-top: 2rem !important;
    }
    .globBoxs {
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    .visa-section .col-md-5,
    .visa-section .col-md-7 {
        width: 100% !important;
    }
    .visa-section {
        height: 800px;
    }
    .visa-image {
        top: -10px;
        left: auto;
        background-size: contain;
        height: 360px;
    }
    .globTitel {
        font-size: 38px;
    }
    .gpara {
        margin-top: 0;
        font-size: 16px;
    }
    .glpara {
        margin-top: 6px;
    }
    .sec3visa ul.bult li {
        width: 100%;
    }
    .sec3visa {
        padding: 60px 0px 350px;
    }
    .sec4visa {
        padding: 50px 0;
    }
    .goldPara {
        width: 100%;
    }
    .goldSubTitel {
        font-size: 22px;
    }
    .visa-icon {
        width: 35px;
        height: 40px;
    }
    .visa-title {
        margin: 0;
    }
    .visa-section .container .new-m.g-5 {
        gap: 0rem !important;
    }
    .visaGetBox {
        flex-direction: column;
        gap: 20px;
    }
    .visaGetBox2 {
        flex-direction: column-reverse;
    }
    .visaGetBox .left {
        width: 100%;
        height: 350px;
        border-radius: 10px;
        overflow: hidden;
    }
    .visaGetBox .right {
        width: 100%;
    }
    .visaGetBox2 .right {
        width: 100% !important;
    }
    .visaGetBox2 .left {
        width: 100% !important;
    }
    .right li {
        padding: 10px 0;
    }
    .visaGetBox2 p {
        font-size: 16px;
        padding: 10px 0;
    }
    .visaGetsCon {
        margin: 60px 0;
    }
    .globBoxs {
        width: 80%;
    }
}
@media screen and (max-width: 600px) {
    .global {
        padding: 20px 10px;
    }
    .globItem img {
        height: 40px;
    }
    .gpara {
        font-size: 14px;
    }
    .gpara br {
        display: none;
    }
    .gtitel {
        font-size: 20px;
    }
    .gltitel {
        font-size: 15px;
    }
    .globBoxs {
        width: 100%;
    }
    .globTitel {
        font-size: 28px;
    }
    .visa-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .goldSubTitel {
        font-size: 18px;
    }
    .goldBox img {
        height: 40px;
    }
    .glpara {
        font-size: 14px;
    }
    .sec4visainside ul {
        bottom: auto;
    }
    .sec4visainside div {
        width: 90%;
        gap: 4px;
        margin-bottom: 10px;
        margin-left: 5%;
    }
    .sec4visa {
        background-position: bottom;
    }
    .sec4visainside p {
        padding-bottom: 0px;
    }
    .sec4visainside h2 {
        font-size: 28px !important;
    }
    .sec4visainside {
        background-position: bottom;
        padding: 16px 16px 460px;
    }
    .sec3visa {
        padding: 60px 0px 240px;
    }
    .visaGetBox {
        margin-top: 20px;
    }
    .visaGetBox .left {
        height: 220px;
    }
    .right h2 {
        font-size: 18px;
    }
    .visaGetsCon {
        margin: 40px 0;
    }
    .golden {
        margin: 30px 0;
    }
    .globBoxs {
        width: 90%;
    }
    .globItem {
        width: 45%;
    }
}

@media screen and (max-width: 425px) {
    .globItem {
        padding: 0 10px;
        width: 50%;
    }
    .gpara {
        font-size: 13px;
    }
}
