.overview-area {
    padding: 50px 0 50px;
}

.overview-area h6 {
    font-size: 15px;
    font-weight: 600;
    color: #152C53;
}

.overview-area img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: auto;
}



.differentiators-heding h4 {
    color: #152C53;
    font-weight: 600;
}

.differentiators-list {
    margin: 20px 0 0 0;
}

.differentiators-list li {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 16px;
}

.differentiators-list li svg {
    width: 15px;
    height: 15px;
    fill: #152C53;
    margin-right: 10px;
}

.differentiators-list li p {
    color: #152C53;
    font-size: 15px;
    font-weight: 500;
}

.about-card {
    padding: 30px 30px 15px;
    height: 100%;
}

.about-card.color-1 {
    background: #6fdcd0;
}

.about-card.color-2 {
    background: #152c53;
}

.about-card.color-1 h3,
.about-card.color-1 p {
    color: #152C53;
}


.about-card h3 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: 'Space Grotesk' !important;
    font-weight: 500;
}

.about-card p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 15px;
}

.countdown-card {
    padding: 0 20px;
    flex: 1;
}

.countdown-card:not(:last-child) {
    border-right: 1px solid #6fdcd0;

}

.countdown-card h4 {
    color: #152C53;
    font-size: 40px;
    font-family: 'Space Grotesk' !important;
    font-weight: 500;
}

.countdown-area {
    background: #4449650A;
}

.countdown-card p {
    color: #152C53;
    font-size: 15px;
    line-height: 1;
    font-family: 'Space Grotesk' !important;
    font-weight: 500;
}

.border-last {
    border-right: none;
}

.country-tab {
    padding: 50px 0;
    position: relative;
    z-index: 10;

}

.countryoverlay {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}


.country-tab p {
    color: #152C53;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
}

.inner-banner {
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 10;
}

.inner-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(72deg, var(--e-global-color-496cf81) 35%, #FFFFFF00 93%);
    z-index: -1;

}

.inner-banner h1 {
    color: #fff;
    font-size: 52px;
    line-height: 1.2;
    font-weight: 600;
}

.inner-banner p {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
    font-family: var(--f-ff-font-3);
}

.font-space {
    font-family: 'Space Grotesk' !important;
}

/* .about-card-area {
    padding-top: ;
} */

.tab-header-all.nav-pills li {
    width: 100%;
    display: block;
}

.tab-header-all.nav-pills li:not(:last-child) {
    margin-bottom: 10px;
}

.tab-header-all.nav-pills li button.nav-link {
    background: transparent;
    padding: 9px 10px;
    border-left: 4px solid transparent;
    color: var(--ztc-bg-main-bg-2);
    border-radius: 0 !important;
    width: 100%;
    font-weight: 600;
    text-align: left;
}

.tab-header-all.nav-pills li button.nav-link.active {
    color: var(--ztc-bg-main-bg-1);
    border-color: var(--ztc-bg-main-bg-1);
}

.address-list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}

.address-list-grid li {
    padding: 15px 0;
    line-height: 1.5em;
    color: var(--ztc-bg-main-bg-2);
    font-weight: 500;
    display: flex;
    font-size: 15px;
    border-bottom: 0.8px solid rgb(221, 221, 221);
}

.address-list-grid li svg {
    width: 14px;
    margin-right: 6px;
}

.address-list-grid.no-style li:first-child {
    color: #66cbc0;
}

.address-list-grid.no-style li:nth-child(2) {
    color: #683793;
}

.address-list-grid.no-style li:last-child {
    color: #00b054;
}

.address-list-grid.no-style li:first-child svg {
    fill: #66cbc0;
}

.address-list-grid.no-style li:nth-child(2) svg {
    fill: #683793;
}

.address-list-grid.no-style li:last-child svg {
    fill: #00b054;
}

.address-list-grid.no-style {
    display: flex;
    justify-content: flex-end;
}

.address-list-grid.no-style li {
    padding: 0;
    border-bottom: none;
}

.contact-page {
    padding: 60px 0 40px;
    background: linear-gradient(90deg, #00ffcd 41%, #f6f6f6 41%);
}

@media (min-width: 1601px) {
    .contact-page {
        background: linear-gradient(90deg, #00ffcd 43%, #f6f6f6 41%);
    }
}

@media (min-width: 1921px) {
    .contact-page {
        background: linear-gradient(90deg, #00ffcd 44%, #f6f6f6 41%);
    }
}

@media (min-width: 2400px) {
    .contact-page {
        background: linear-gradient(90deg, #00ffcd 46%, #f6f6f6 41%);
    }
}

.address-list-grid li span {
    flex: 1;
}

.address-title {
    font-size: 19px;
    font-weight: 500;
    font-family: "Space Grotesk";
    margin-bottom: 10px;
}

.address-list-grid.gap-all {
    gap: 20px;
}

.address-list-grid.gap-all li {
    padding: 0;
    border: none;
}

.address-list-grid.gap-all.two-grid {
    grid-template-columns: repeat(2, 1fr);
}

.tab-inner-title {
    font-family: "Space Grotesk";
    font-size: 24px;
    font-weight: 500;
}

.grid-col-span {
    grid-column-start: 1;
    grid-column-end: 3;
}

.address-list-grid li span.devider {
    flex: none;
    margin: 0 20px;
    display: inline;
    opacity: 0.2;
}

.sub-head {
    font-family: "Space Grotesk";
    font-size: 30px;
    font-weight: 600;
}

.address-list-grid li span.flex-unset {
    flex: none;
}

.first-box {
    flex: 0 0 auto;
    width: 40%;
}

.second-box {
    width: 60%;
    flex: 0 0 auto;
}

.single-input label,
label.label {
    color: #152c53;
    font-size: 15px;
    font-weight: 500;

}

.contact-form-details .single-input input:not([type="checkbox"]),
.contact-form-details .single-input textarea {
    padding: 8px 16px;
    border-radius: 7px;
    margin: 0;
    font-size: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
    font-weight: 500;
}

.contact-form-details .single-input input:not([type="checkbox"])::placeholder,
.contact-form-details .single-input textarea::placeholder {
    font-size: 15px;
    font-weight: 500;
}

.contact-boxs .heading3 p {
    font-family: var(--f-ff-font-1);
    font-size: 19px;
    line-height: 1.2;
    color: #152c53;
    font-weight: 500;
}

.contact-boxs .contact-box .pera a {
    color: #152c53;
    font-size: 15px;
    font-weight: 500;
}

.contact-boxs .contact-box img {
    width: 16px;
}

.reach-out-sec {
    padding: 120px 0 50px;
}

.reach-out-sec h1 {
    font-size: 54px;
    font-weight: 600;
    color: #152c53;
}

.reach-out-sec p {
    color: #152c53;
    font-size: 24px;
    font-weight: 500;
}


@media (max-width: 991px) {
    .countdown-card h4 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .inner-banner {
        background-attachment: unset;
    }

    .countdown-card p {
        font-size: 12px;
    }

    .first-box {
        width: 35%;
    }

    .second-box {
        width: 65%;
    }

    .contact-page {
        padding: 30px 0 30px;
        background: linear-gradient(90deg, #00FFCD 36%, #f6f6f6 36%);
    }

    .contact-form-details .single-input input:not([type="checkbox"]),
    .contact-form-details .single-input textarea {
        padding: 6px 12px;
    }

    .single-input label,
    label.label {
        font-size: 13px;
    }

    .reach-out-sec h1 {
        font-size: 28px;
    }

    .reach-out-sec p {
        font-size: 18px;
    }
}

@media(max-width: 767px) {
    .inner-banner {
        height: 400px;
        padding-top: 66px;
        background-attachment: unset;
    }

    .inner-banner h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .inner-banner p {
        font-size: 14px;
    }

    .counter-about-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .counter-about-wrapper .countdown-card:nth-child(even) {
        border: none
    }

    .counter-about-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .brand-section {
        padding: 30px 0 10px;
    }

    .tab-header-all.nav-pills li {
        width: auto;
        display: block;
    }

    .address-list-grid.no-style {
        flex-direction: column;
        gap: 10px;
    }

    .first-box {
        width: 100%;
    }

    .second-box {
        width: 100%;
    }

    .contact-form-details {
        padding: 0;
    }

    .contact-page {
        padding: 30px 0 30px;
        background: linear-gradient(180deg, #00FFCD 25%, #f6f6f6 25%);
    }

    .address-list-grid,
    .address-list-grid.gap-all.two-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-col-span {
        grid-column-start: 1;
        grid-column-end: 1;
    }

    .reach-out-sec.as-a-section {
        padding: 0 0 50px;
    }
}

.single-input.checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

@media (max-width: 320px) {
    .contact-page {
        background: linear-gradient(180deg, #00FFCD 28%, #f6f6f6 28%);
    }
}