html{
    scroll-behavior: smooth;
}

.logoimage {
    width: 250px;
    flex-grow: 4;
}

.logoimage>img {
    width: 20%;
    min-width: 200px;
}

.anchordiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 2rem; */
    flex-grow: 1;
    font-size: 1.5rem;
}

.anchordiv>a {
    text-decoration: none;
    color: #000;
}

.profileimg {
    width: 50px;
    height: 50px;
}

.profileimg>img {
    width: 100%;
    height: 100%;
}
.zwc-banner-video {
    width: 100%;
}
video {
    max-width: 100%;
    height: auto;
}
.npviewport {
    height: 70dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EDF3FF;
    padding: 4rem 1rem;
}

.npoviewdiv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.npviewleft>span {
    color: #0068B3;
    font-size: 1.5rem;
    font-family: var(--secondaryfont-semibold);
}

.npviewleft>h1 {
    font-size: 4.5rem;
    margin-bottom: 12px;
    font-family: var(--primaryfont-bold);
}

.npviewleft>p {
margin-top: 20px;
    font-size: 21px;
    line-height: 2rem;
    width: 75%;
    margin-bottom: 2rem;
    color: #000;
}

.npviewright {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    min-width:320px;
}

.npviewright>img {
    width: 100%;
    height: 100%;
}

.btnanc {
    /* width: 180px; */  
    font-family: var(--zf-primary-semibold), sans-serif;
    padding: 16px 30px;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    border: 0;
    background: #f0483e;
    color: #fff;
    transition: all .6s linear;
    text-transform: uppercase;                
}

.blueboxdiv{
    background-color:#0978b8;
    padding: 3rem 4rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.blueboxdiv > h2{
    font-size: 3rem;
}
.blueboxdiv > p{
    font-size: 1.3rem;
    line-height: 35px;
    margin: 20px 0px;
}
.cont-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 5rem 1rem;
}

.cont-wrapper>h1 {
    font-size: 4.5rem;
    font-family: var(--primaryfont-bold);
    /* margin-bottom: 2rem; */
}

.cont-wrapper>p {
    font-size: 21px;
    line-height: 35px;
    width: 67%;
    text-align: center;
    color: #000;
}

.contimgparadiv {
    /* width: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6rem;
    margin-top: 5rem;
}

.contimgparadiv>img {
    width: 70%;
    max-width: 500px;
}

.contpara {
    width: 40%;
}

.contpara>h3 {
    font-size: 2.1rem;
    font-family: var(--primaryfont-semibold);
}

.contpara>p {
    padding-top: 15px;
    font-size: 21px;
    line-height: 30px;
}



.btn2anc {
    /* width: 180px; */
    background-color: transparent;
    color: black;
    border: 2px solid black;
}

.enablingdiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    background-color: #fecb16;
    padding: 5rem 1rem;
    margin-top: 5%;
}

.enabledivinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
}

.enabledivinner>h2 {
    font-size: 3rem;
    font-family: var(--primaryfont-semibold);
    margin: 0%;
}

.enabledivinner>p {
    font-size: 21px;
    color: #000;
    line-height: 30px;
    width: 85%;
}

.btndiv {
    display: flex;
    gap: 2rem;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
}

.cont-wrapper2 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 5rem 1rem;
}

.cont-wrapper2>h2 {
    width: 75%;
    font-size: 3rem;
    font-family: var(--primaryfont-semibold);
    text-align: left;
}

.cont-wrapper2>p {
    width: 67%;
    font-size: 21px;
    color: #000;
    text-align: center;
    margin: 2rem 0rem;
    line-height: 30px;
    margin:auto;
}

.cont-wrapper2>ul {
    font-size: 21px;
    width: 75%;
}

.cont-wrapper2>ul>li {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.numberstyle{
    background-color: #0068B3;
    color: #fff;
    width: 30px ;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
}


.cont-wrapper2>h3 {
    width: 60%;
    text-align: left;
    font-size: 2rem;
    font-family: var(--primaryfont-semibold);
}

table {
    border-collapse: collapse;
    border: 2px solid rgb(0, 0, 0);
    font-family: sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}

thead {
    background-color: #0C78B8;
    color: white;
}

th,
td {
    border: 2px solid rgb(0, 0, 0);
    padding: 8px 10px;
    text-align: center;
    vertical-align: middle;
    width: 20%;
    max-width: 300px;
    padding: 1rem 2rem;
    font-size: 1.3rem;
    font-family: var(--primaryfont-semibold);
}
td{
    background: #fff;
    font-size: 1.1remt;
    font-family: var(--primaryfont-regular);

}
.cont-wrapper2>h1 {
    font-size: 3rem;
    font-family: var(--primaryfont-bold);
    text-align:center;
}

.slider-container {
    text-align: center;
    display: inline-block;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 900px;
    overflow: hidden;
    margin:auto;
}

.slider-container h2{
    font-size: 3rem;
    font-family: var(--primaryfont-semibold);
    margin: 65px 0 65px 0;
}

.slides-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.testimonial-slide {
    display: flex;
    min-width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
    flex: 1;
    background: #ffd740;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.testimonial-text img.testimonials_logo {
    width: 130px;
 height: 130px;
    margin-bottom: 10px;
}

.testimonial-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px;
}

.author {
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
}

.linedown {
    width: 100px;
    height: 3px;
    border-radius: 10px;
    background-color: #f0483e;
}
.linedownbox{
    width: 100px;
    height: 3px;
    border-radius: 10px;
    background-color: #fff;
    margin: auto;
}

.testimonial-image {
    flex: 1;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-image img {
    max-width: 100%;
    height: auto;
}

.slides-wrapper {
    cursor: grab;
}

.nav-btn {
    background: none;
    border: none;
    font-size: 3rem;
    cursor: pointer;
    /* padding: 10px; */
    z-index: 10;
}

.dotdiv {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.dots {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin:auto;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bdbdbd;
    /* border: 1px solid black; */
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background: #333;
}

.slides-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.slides-wrapper.reverse {
    transition: none !important;
}

.slides-wrapper.animate-reverse {
    transition: transform 0.5s ease-in-out;
}
/* Hide hamburger by default */

.hamburger {
    display: none;
    font-size: 2rem;
    background: none;
    border: none;
    cursor: pointer;
}

.anchordivcheck {
    display: none;
    height: 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.5s;
}

.anchordivcheck>a {
    text-decoration: none;
    font-family: var(--primaryfont-semibold);
    color: #333;
    font-size: 1.2rem;
    padding: 1rem 2rem;
    text-align: center;
    /* text-align: left; */
    width: 100%;
    transition: 0.3s
}

.anchordivcheck>a:hover {
    background-color: #e1eafa;
    border-radius: 10px;
}
/* MOBILE & TABLET VIEW */

.faq-content-wrap {
    margin: 90px 0 40px;
    overflow: hidden;
}

.faq-content-wrap .content-wrap {
    max-width: 1200px;
    overflow: hidden;
}

.content-wrap {
    position: relative;
    width: 90%;
    max-width: 1280px;
    margin: 0px auto;
}

.faq-content-wrap h2 {
    text-align: center;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}

.faq-content {
    max-width: 800px;
    float: none;
    margin: 0 auto 50px;
}

.faq-content ul {
    margin: 0 0 30px;
}

.faq-answers .item-list>ul>li {
    position: relative;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ececec;
}

.faq-content ul li {
    margin-bottom: 20px;
    position: relative;
}

.faq-content .field-faq-question {
    color: #000;
    font-size: 1.5rem;
    cursor: pointer;
    margin-bottom: 1rem;
    font-family: var(--primaryfont-semibold);
    display: inline-block;
    vertical-align: text-top;
    width: 100%;
    padding-right: 20px;
    position: relative;
}

.faq-content .field-faq-answer {
    display: none;
    margin-bottom: 10px;
}

.field-faq-answer p {
    margin: 0;
    line-height: 1.75rem;
    font-size: 1.2rem;
    color: #333;
}

.arrow {
    position: absolute;
    right: 0;
    top: -4px;
    transition: all 500ms ease;
    width: 30px;
    height: 30px;
    pointer-events: none;
}

.arrow:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #333;
    position: absolute;
    top: 17px;
    right: 0;
}

.arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: 16px;
    right: 2px;
}

.content-wrap {
    position: relative;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.zwc-section {
    background-color: rgb(248, 249, 251);
    padding: 3rem 1rem;
}

.zwc-section h2 {
    font-size: 50px;
    text-align: center;
}

.zwc-faqs-holder {
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}

.zwc-faq-left-container {
    max-width: 300px;
    width: 100%;
}

.zwc-faq-right-container {
    max-width: 750px;
    width: 100%;
    position: relative;
    /* background-color: #000; */
}

.zwc-category-container {
    position: relative;
}

.zwc-category-highlighter {
    background: #0E78B8;
    height: 50px;
    width: 2px;
    position: absolute;
    left: 0;
    z-index: 1;
    transition: all 1s ease;
    top: 0;
}

.zwc-category-list {
    position: relative;
    padding-left: 25px;
}

/* .zwc-category-list::before {
    content: "";
    background-color: #e7ebf0;
    width: 1px;
    position: absolute;
    left: 0;
    height: 100%;
} */

.zwc-category-list .zwc-ctg-active {
    color: #056cb8;
    font-family: var(--zf-secondary-medium);
}

.zwc-category-list li {
    font-size: 17px;
    list-style: none;
    padding: 16px 0;
    cursor: pointer;
    font-family: var(--secondaryfont-regular);
}

.zwc-faq-content-container {
    background-color: #ffffff;
    text-align: left;
    border-radius: 10px;
}

.zwc-accordian-title {
    position: relative;
    font-size: 19px;
    padding: 15px 0;
    margin-bottom: 0;
    cursor: pointer;
    display: none;
}

.zwc-faq-content-holder.selected {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: all .5s linear;
}

.zwc-faq-content-holder {
    display: none;
    padding: 20px 40px 20px;
    box-shadow: 0 3px 40px rgba(0, 0, 0, 0.02);
    top: 30px;
    position: relative;
}

.ccode-in .zwc-codeIN,
.ccode-in .zwc-nonMea {
    display: block;
}

.zwc-faq-content-holder ul li {
    padding: 30px 0 20px 45px;
    list-style: none;
    border-bottom: 1px solid rgb(192, 192, 192);
}

.zwc-faq-right-container h5 {
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
}

.zwc-faq-content-holder ul li.active h5:before {
    content: "-";
    background-color: #f06a0e;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.zwc-faq-content-holder ul li h5:before {
    content: "+";
    position: absolute;
    left: -40px;
    top: 5px;
    background-color: #444;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 1.3;
    font-size: 15px;
    text-align: center;
    border-radius: 50%;
}

.zwc-faq-content-holder ul li p.desc-active {
    display: block;
}

.desc-active {
    margin: 0;
}

.zwc-faq-content-holder ul li p span {
    margin-left: 10px;
    position: relative;
    padding-left: 12px;
}

.zwc-faq-content-holder ul li p span::before {
    content: '•';
    position: absolute;
    left: 0;
    color: black;
}

.zwc-faq-right-container p {
    display: none;
    margin: 20px 0 15px;
    font-size: 18px;
    font-family: var(--secondaryfont-regular);
    line-height: 2;
}

.zwc-links {
    color: #056cb8;
    cursor: pointer;
}
.zwc-sticky {
    position: sticky;
    top: 80px;
}
.wrapperdiv {
    background-color: #e6f0fa;
    border-radius: 10px;
    padding: 60px;
    margin-bottom: 30px;
    /* display: flex; */
    }

    .wrapperdiv.claim {
    background-color: #fff5dd;
    }

    
    .wrapperdiv > h3 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #000;
    width: 33%;
    text-align: center;
    }
    .wrapperdiv1{
        display: flex;
        align-items: center;
        justify-content: center;
        height:450px ;
    }
    .step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 1.1rem;
    width: 100%;
    
    }
    .infodivtop{
        display: flex;
        align-items: center;
        justify-content:center ;
        height: 250px;
    }
    .infodivtop > h3{
        font-size: 36px;
        margin-bottom: 20px;
        color: #000;
        width: 33%;
        text-align: center;
    }
    .infodivright{
        width: 50%;
        height: 100%;
        padding-left: 120px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        /* gap: 5rem; */
    }

    .step-number {
    background-color: #0070f3;
    color: #fff;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 15px;
    font-size: 16px;
    position: relative;
    }
    .steplineside{
        position: absolute;
        height: 80px;
        width: 5px;
        background-color: #0070f3;
        bottom: -90px;
        left: 40%;
        border-radius: 10px;
        
    }
    .claim .step-number {
    background-color: #ffcc00;
    color: #000;
    }

    .step-text {
    font-size: 18px;
    color: #333;
    margin: 0;
    width: 80%;
    }
    .credit-title {
    font-family: var(--primaryfont-semibold);
    font-weight: bold;
    font-size: 36px;
    margin: 60px 0 24px 0;
    text-align: center;
    }
    .wrapperdiv2 > p{
        text-align: center;
        font-size: 20px;
        margin: 3rem auto;
        width: 80%;         
    }

 .thanksviewport {
            visibility: hidden;
            opacity: 0;
            transition: all 0.3s ease-in-out;
            display: none;
            height: 100dvh;
            width: 100dvw;
            justify-content: center;
            align-items: center;
            background-color: rgba(0, 0, 0, 0.5);
            position: absolute;
            top: 0%;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1000;
        }
        
        .show {
            visibility: visible;
            opacity: 1;
            transform: scale(1);
            position: fixed;
            /* display: flex; */
        }
        
        .thanksforregistering {
            width: 800px;
            height: 342px;
            border-radius: 10px;
            position: relative;
            background-color: #ffff;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            text-align: center;
            
        }
        
        .closethanksbtn {
            position: absolute;
            right: 15px;
            top: 20px;
            width: 13px;
            height: 15px;
            background-color: transparent;
            border: none;
            cursor: pointer;
        }
        
        .closethanksbtn>img {
            width: 100%;
            height: 100%;
        }
        
        .thankscorrectimg {
            width: 60px;
            height: 60px;
            /* border: 1px solid green; */
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .thankscorrectimg>img {
            width: 56px;
            height: 56px;
        }
        
        .thanks-gohomebtn {
            padding: 10px 1.2rem;
            border-radius: 3rem;
            font-size: 1.1rem;
            border: none;
            background: linear-gradient(to top, #0D65D6, #2A87FF);
            cursor: pointer;
            color: white;
            min-width: 0px;
            margin-top: 1rem;
            text-decoration: none;
        }
        .thanksforregistering > h2{
            font-size: 2rem;
        }
        .thanksforregistering > p{
            font-size: 1.5rem;
        }
        .tabledisplay{
            margin-left: -40px;
            margin-top: 2rem;
            height: 260px;
            overflow: hidden;
            overflow-y: scroll;
        }
        table.products{
            width:100%;
            table-layout:fixed;
            border-collapse:collapse;
            border:1px solid #0E78B8 ;
            
        }
        .products td{
            padding:0;
            height:var(--row-h);
            text-align:center;
            vertical-align:middle;
            height: 50px;
            border: 1px solid #0E78B8;
            
        }
        /* whole cell is the link */
        .products a{
            display:flex; 
            justify-content:center;
            align-items:center;
            width:100%; 
            height:100%;
            text-decoration:none;
            font-weight:500; 
            letter-spacing:.2px;
            color: #000;
            font-size:14px;
            line-height:1.25;
        }
        .products a:focus-visible{
            outline:3px solid #a3c7ff;
            outline-offset:-3px;
        }
        .products a:hover{
            color: #0E78B8;
        }

@media (max-width: 1024px) {
    nav {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px;
    }
    .npviewport {
        height: max-content;
        margin-top: 1rem;
    }
    .npoviewdiv{
        flex-direction:column;
    }
    .npviewleft {
        text-align: center;
    }
    .npviewright {
        margin-top: 3rem;
    }
    .hamburger {
        display: block;
        flex-grow: 1;
        text-align: right;
    }
    .anchordivcheck {
        display: flex;
    }
    .anchordiv {
        width: 100%;
        flex-direction: column;
        display: none;
        gap: 1rem;
        margin-top: 1rem;
        align-items: flex-start;
    }
    .anchordiv.show {
        display: flex;
    }
    .anchordiv a,
    .profileimg {
        font-size: 1.2rem;
        width: 100%;
    }
    .npviewport {
        flex-direction: column;
        padding: 2rem;
    }
    .npviewleft>h1 {
        font-size: 2.5rem;
    }
    .npviewleft>p {
        width: 100%;
       font-size: 21px;
    }
    .cont-wrapper>p {
      font-size: 21px;
    }
    .cont-wrapper>p,
    .cont-wrapper2>p,
    .cont-wrapper2>ul,
    .enabledivinner>p {
        width: 90% !important;
    }
    .contimgparadiv {
        flex-direction: column;
    }
    .cont2 {
        flex-direction: column-reverse;
    }
    .contpara {
        width: 100%;
        text-align: center;
    }
    .contpara>p {
        padding-top: 12px;
        font-size: 18px;
        line-height: 30px;
    }
    .linedown{
        margin:auto;
    }
    .cont-wrapper>h1,
    .cont-wrapper2>h2,
    .cont-wrapper2>h1,
    .enabledivinner>h2 {
        font-size: 2rem;
        text-align: center;
    }
    .enabledivinner>p {
        font-size: 16px;
    }
    .btnanc {
        padding: 10px;
        font-size: 1rem;
    }
    .cont-wrapper2>h2 {
        width: 100%;
        text-align: left;
    }
    .cont-wrapper2>h3 {
        width: 100%;
        text-align: left;
    }
    .cont-wrapper2>p {
        width: 100%;
        font-size: 16px;
    }
    table {
        font-size: 1rem;
    }
 
    .testimonial-text p {
        font-size: 0.9rem;
    }
    th,
    td {
        font-size: 0.9rem;
        padding: 10px;
    }
    .testimonial-slide {
        flex-direction: column-reverse;
        max-width: 400px;
    }
    .testimonial-image {
        height: 100px;
        background-color: #FFD740;
        padding: 2rem;
    }
    .testimonial-image>img {
        width: 200px;
        height: 200px;
    }
    .testimonial-text {
        gap: 0;
        padding: 10px;
    }
    .testimonial-text>p {
        margin: 0;
    }
}

@media (max-width: 991px) {
    
    .npviewleft>h1 {
        font-size: 2.5rem;
    }
    .npviewleft>span {
        font-size: 1.1rem;
    }
    .npviewleft>p{
        font-size:16px;
        line-height:20px; 
    }
    .blueboxdiv{
        width: 100%;
        padding: 3rem 2rem;
        border-radius: 0%;
    }
    .blueboxdiv > h2{
        font-size: 1.7rem;
    }
    .blueboxdiv  p{
        font-size: 1rem;
        line-height: 25px;
    }
  
    .cont-wrapper2{
        padding: 1rem;
        margin-top: 2rem;
    }
    .cont-wrapper {
        padding:5rem 0rem;
        padding-top: 0rem;
        gap:0px;
    }
    .cont-wrapper>p {
        line-height:30px;
        font-size: 16px;
    }
    .contimgparadiv {
        margin-top:3rem;
        gap: 3rem;
    }
    .linedown{
        margin:auto;
    }
    .btndiv{
        gap:1.2rem;
    }
    .contpara>h2 {
        font-size: 1.8rem;
    }
    .cont-wrapper2>ul {
        font-size: 1.1rem;
        margin: auto;
    }
    .cont-wrapper2>ul>li{
        line-height:25px;
    }
    .zwc-faq-section {
        padding: 50px 0px 100px;
    }
    .content-wrap {
        width: 90%;
    }
    .zwc-section h2 {
        font-size: 32px;
    }
    .zwc-faqs-holder {
        margin-top: 50px;
    }
    .zwc-faq-left-container {
        display: none;
        
    }
    .zwc-faq-content-holder-outer:not(:last-child) {
        border-bottom: 1px solid rgb(236, 236, 236);
    }
    .zwc-faq-content-holder-outer {
        padding: 15px 20px;
    }
    .zwc-accordian-title {
        display: block;
    }
    .zwc-accordian-title::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 23px;
        transform: rotate(45deg);
        padding: 5px;
        transition: 0.3s;
        border-style: solid;
        border-color: rgb(102, 102, 102);
        border-image: initial;
        border-width: 0px 1px 1px 0px;
    }
    .zwc-accordian-title.active::after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    .zwc-faq-content-holder {
        box-shadow: none;
        background: transparent;
        padding:0;
    }
    .zwc-faq-right-container h5 {
        font-size: 19px;
    }
    ul{
        padding-inline-start: 0px;
    }
    .zwc-faq-right-container p{
        font-size:16px;
    }
    .zwc-faq-right-container h5{
        font-size:17px;
    }
    th, td {
        font-size: 0.8rem;
        padding: 6px;
       
    }
    .wrapperdiv{
        width: 100%;
        padding: 0%;
    }
    .wapperdiv{
        font-size: 40px;
        text-align: center;
    }
    .slider-container h2{
        font-size: 1.5rem;
        margin: 0px 0 20px 0;
    }
    .testimonial-text{
        text-align: center;
        margin: 0 auto;
    }
    .wrapperdiv > h3{
        font-size: 24px;
        width: 80%;
        margin: 2rem ;
        text-align: center;
    }
    .wrapperdiv1{
        padding: 40px;
        flex-direction: column;
        height: max-content;
    }
    .step-text{
        font-size: 14px;
    }
    .infodivright{
        width: 90%;
        padding: 1rem;
        gap: 1rem;
    }
    .step{
        width: 100%;
    }
    .steplineside{
        height: 80px;
        bottom: -90px;
    }
    .step1 > .step-number > .steplineside{
        height: 30px;
        bottom: -37px;
    }
    .infodivtop{
        flex-direction: column;
        height: max-content;
    }
        .infodivtop>h3 {
        font-size: 24px;
        width: 80%;
        margin: 2rem;
        text-align: center;
    }
    .infodivtop > h2{
        font-size: 24px;
        text-align: center;
        width: 80%;
        margin-bottom: 2rem;
    }
    .credit-title{
        font-size: 24px;
    }
    .wrapperdiv2 > p{
        font-size: 17px;
    }
    .steplineside{
        display: none;
    }
}
@media (max-width: 480px) {
    .wrapperdiv1{
        padding: 10px;
    }
    table > tbody > th > td{
        font-size: 12px;
    }
     .thanksforregistering{
        width: 300px;
        height: 300px;
        gap: 1rem;
        padding: 1rem;
    }
    .thanksforregistering > h2{
        font-size: 1.3rem;
    }
.products a{
    font-size:10px;
} 
    .thanksforregistering > p{
        font-size: 1rem;
    }
	.testimonial-text{
		gap:0;	
 		padding: 0 24px 24px 24px;
	}
	.testimonial-text img.testimonials_logo{
		width: 80px;
 		height: 80px;
 		text-align: center;	
		margin:12px auto;
	}
	.testimonial-image{
		padding: 0 ;
	}

	.testimonial-image>img{
		width: auto;
		height: 300px;
		padding-top: 55px;
    }


}
.fade-in-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
  }
  .fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
  }
.othercountryshow , .dotothercountryshow{
    display: none;
  }