/*on<ssuman>hover to black icon smart capabilities*/
.hover-icon {
    transition: filter 0.3s ease;
}

.imgContentz1:hover .hover-icon {
    /* filter: brightness(0) saturate(100%) invert(1); */
}


/*on hover to black icon smart capabilities end*/


.videoem {
    width: 70% !important;
    margin: 100px auto !important;
    /* height: 400px; */
    margin-bottom: 0;
}

.videosec {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabconimg img {
    border-radius: 20px !important;
    /* width: 500px;
        height: 400px; */
    padding: 10px !important;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.058) !important;
}

.testi .slick-dots {
    bottom: 0px !important;
}

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

    .textImageSection {
        width: 100%;
        /* display: block; */
        margin: auto;
    }

    .rightareainnner {
        height: 220px !important;
    }
}

.textImageSection {
    margin: auto !important;
}






.st0 {
    display: none
}

.st1 {
    display: inline
}

.st2 {
    fill: #fff;
}

.bordh {
    border: none !important;
    border-radius: 0 !important;
}

.banner230 {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    /* height: 800px; */
    width: 100%;
    /* background-image: url('admin/front_asset/images/bgbg4.jpg'); */
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    /* margin-top: 35px; */

    background-color: rgb(255, 255, 255);
    text-align: center;
    color: #fff;
    padding: 0;
    overflow: hidden;
}

/* .banner230::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.4); 
    z-index: 1;
}

.banner230 > * {
    position: relative;
    z-index: 2;
} */

/* new testimonial */

/* new testimonial end */
.banner230 .centerer_hoverbutton .btn-11 {
    position: relative;
    display: flex;
    /* width: 250px; */
    /* height: 50px; */
    line-height: 25px;
    /* text-transform: uppercase; */
    text-decoration: none;
    color: #fff;
    border: 2px solid #d52828;
    background-color: #d52828;
    overflow: hidden;
    transition: color 0.9s ease-in-out, background-color 0.9s ease-in-out;
    text-align: center;
    font-size: 14px;
    /* font-weight: bold; */
    z-index: 1;
    gap: 6px;
}

.hellobutton {
    border: 1px solid #fff;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    background: linear-gradient(45deg, #0594d1, #1e2d58);
}


/* Reset & Base */

.header-section .compliance-badge {
    /* background: #ffe5e8;
    color: #d52828; */
    background: #0c85c0;
    color: #ffffff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .header-section h1 {
        font-size: 60px;
        /* font-family: 'Segoe UI', sans-serif; */
        margin-bottom: 16px;
        line-height: 60px;
        font-weight: 700;
        color: #111;
    }
}


.header-section h1 span {
    /* color: #d52828; */
    color: #136295;

}


.header-section .cta-buttons {
    margin-top: 30px;
}

.header-section .btn {
    padding: 12px 24px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    /* margin: 10px; */
    transition: background 0.3s ease;
}



.header-section .btn.primary {
    /* background: #d52828; */
    /* background: #0c84be; */
    background: linear-gradient(45deg, #0594d1, #1e2d58);
    color: #fff;
}

.header-section .btn.primary:hover {
    /* background: #d52828; */
    background: #136295;
}

.header-section .btn.secondary {
    background: #ffffff00;
    /* border: 2px solid #d52828;
    color: #d52828; */
    border: 2px solid #0c84be;
    color: #136295;
}

.header-section .btn.secondary:hover {
    /* background: #d52828; */
    background: #136295;
    color: #fff;
}

.animated-img {
    position: absolute;
    /* width: 100px; */
    height: auto;
    box-shadow: 6px 9px 20px #11111145;
    border-radius: 5px;
    animation: zigzag 6s ease-in-out infinite;
}

/* Left Side */
.img-left-1 {
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.img-left-2 {
    top: 44%;
    left: 8%;
    animation-delay: 1s;
}

.img-left-3 {
    top: 77%;
    left: 1%;
    animation-delay: 2s;
}

/* Right Side */
.img-right-1 {
    top: 15%;
    right: 5%;
    animation-delay: 0s;
}

.img-right-2 {
    top: 44%;
    right: 8%;
    animation-delay: 1s;
}

.img-right-3 {
    top: 77%;
    right: 1%;
    animation-delay: 2s;
}

@keyframes zigzag {
    0% {
        transform: translateY(0) translateX(0);
    }

    25% {
        transform: translateY(10px) translateX(10px);
    }

    50% {
        transform: translateY(0) translateX(0);
    }

    75% {
        transform: translateY(10px) translateX(-10px);
    }

    100% {
        transform: translateY(0) translateX(0);
    }
}

.fade-text {
    transition: opacity 0.5s ease-in-out;
    display: inline-block;
    /* color: #ffe9e9 !important; */
    color: #13629561 !important;
    font-size: 154px;
    margin-top: 80px;

}

@media (max-width: 768px) {
    .animated-img {
        display: none;
    }

    .header-section h1 {
        font-size: 1.8em;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 10px;
    }



    .header-section h1 {
        line-height: 33px;
    }

    .banner230 {
        height: 560px;
    }

    .fade-text {
        font-size: 70px;
        margin-top: 30px;
    }

    /* 
    .header-section {
        margin-top: 80px;
    } */
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .header-section h1 {
        font-size: 60px;
        /* font-family: 'Segoe UI', sans-serif; */
        margin-bottom: 16px;
        line-height: 60px;
        font-weight: 700;
        color: #111;
    }

    .header-section {
        /* width: 50%; */
        /* margin: auto; */
        /* margin-top: 120px; */
    }
}



.form-keep-in .btn-primary {
    color: #fff;
    background-color: #d1aa65;
    border-color: #ffffff;
}

.sliderBottomArea-content .textSection {
    width: 100%;
    height: 100% !important;
    padding: 20px;
    justify-content: flex-start;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.058);
    background-color: #fff;
    border-radius: 20px;
}

.sliderBottomArea-content .textSection .imageSection-img {
    max-width: 40%;
    object-fit: inherit !important;
    border-radius: 10px;
    padding: 10px;
    border: 1px dashed #0594d1;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sliderBottomArea-content .textSection .imageSection-img img {
    max-width: 70%;
    border-radius: 0px;
}

.sliderBottomArea-content .textSection .imageSection {
    height: auto;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}

.sliderBottomArea-content .textSection .imageSection .subheadingemp {
    font-size: 22px !important;
    line-height: 32px;
    padding-bottom: 0px;
    display: flex;
    align-items: flex-start;
}

.buttonz {
    color: #0594d1;
    display: inline-block;
    transition: 0.3s;
    text-align: left;
}

.moreText {
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
}

.moreText.active {
    border-radius: 0px;
}

.textm {
    margin-bottom: 5px;
    font-size: 16px;
}

.sliderBottomArea-content-btn {
    display: flex;
    justify-content: center;
    padding-top: 8px;
    /* position: absolute; */
    /* bottom: 0px; */
    width: 100%;
    /* background-color: #fff; */
    padding-bottom: 8px;
    /* right: 0%; */
}

.sliderBottomArea-content-btn button {
    padding: 12px 24px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    background: linear-gradient(45deg, #0594d1, #1e2d58);
    color: #fff;


}

/* process-sec css start */
.line {
    width: 100%;
    /* height: 5px; */
    /* background-color: orange; */
    border: transparent;
    margin-bottom: 4rem;
}

.steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.step {
    width: 100%;
}

.tab.active .step__title {
    background-image: linear-gradient(92deg, #0c85c0, #1e2d56);
    color: #fff;
}

.tab.active .step__title::after {
    border-left: 20px solid #0c85c0;

}

.vertical-tab-sec2 .tabs-content {

    width: 100%;
    margin-top: 20px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.058);
    background-color: #000e14f2;
    border: none;
    height: 100%;
}

.vertical-tab-sec2 .tab-sec {
    display: block;
    background-color: transparent;
    box-shadow: none;
}

.vertical-tab-sec2 .step__title {
    background-color: #fff;
}

.vertical-tab-sec2 .tabs-nav {
    flex-direction: row;
    width: 100%;
}

.vertical-tab-sec2 .tab-pane.active {
    background-color: transparent;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.vertical-tab-sec2 .tab-pane.active img {
    border: 1px dashed #0594d1;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
}

.tab .step__title::after {

    display: none;
}

/* Left arrow shape */
.step__title::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid white;
    display: none;
    /* Arrow pointing into the green box */
}

/* Right arrow shape */
.step__title::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ddd
        /* Arrow pointing out of the green box */
}

.step__info {
    padding: 1rem 0.5rem;
    width: 49%;
    display: flex;
    gap: 5px;
}

.process-sec {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

.showHideSlider {
    width: 100%;
    float: left;
}

.sub-title {
    margin: 0px !important;
}

.sub-title h2 {
    width: 100% !important;
    font-size: 44px;
    line-height: 54px;
    color: #2d2d2d;
    font-weight: 500;
    margin: auto;
    margin-bottom: 25px;
}

.sub-title p {
    font-weight: 400;
    font-size: 16px !important;
    /* font-family: "poppins"; */
    margin: auto;
    line-height: 26px !important;
    width: 100%;
    text-align: center;
    color: #111 !important;
    margin-bottom: 50px;
    align-self: center;
}

.step__info h4 {
    /* text-align: center; */
    font-size: 22px;
    line-height: 32px;
}

.step__info p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}

.step_info_img img {
    max-height: 50px;
    margin-bottom: 20px;
}

.step_info_img {
    display: flex;
    justify-content: center;
}

.field {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}


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

    .caseSliders-btn {
        display: flex;
        justify-content: center;
    }

    .get-a-call-sec select.form-control {
        width: 105% !important;
        padding: 10px;
    }

    .get-a-call-sec input:not([type=checkbox]) {
        width: 75% !important;
    }

    .get-a-call-sec-content {
        display: block !important;
    }

    .get-a-call-sec-content button {
        width: 100% !important;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .stepper {
        gap: 10px;
    }

    .banner-Area {
        flex-direction: column !important;
        height: 750px !important;
    }

    .step__info {
        width: 100% !important;
    }

    .testimonial-sec .slick-track {
        height: 100% !important;
    }

    .rightAreaCont h3 {
        font-size: 44px !important;
        font-weight: 500;
        line-height: 54px !important;
    }

    .rightAreaCont p {
        width: 100%;
        font-size: 16px !important;
        line-height: 26px !important;
        /* margin-bottom: 20px; */
    }

    .giantsec .tabbtn {
        padding: 0px 11px !important;
    }

    .right-head {
        width: 100% !important;
        justify-content: center !important;
    }

    .partner-sec .slick-list {
        padding-top: 0px !important;
    }

    .pad-l-30 {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-top: 20px;
    }

    .popup-content {
        padding: 20px !important;
        height: 90vh !important;
        overflow-y: auto !important;
    }

    .right-br {
        border: none !important;
    }

    .banner-img-sec img {
        width: 100% !important;
        position: relative !important;
    }

    .imageSection img {
        width: 100% !important;
        max-height: 100% !important;
        max-width: 10%;
    }

    .benefits-sec .textSection .imageSection {
        display: flex;
    }

    .rightAreaCont.wow.slideInLeft {
        width: 100%;
    }

    .imgContentz1 {
        display: flex !important;
        height: 500px !important;
    }

    .tablink {
        font-size: 12px !important;
    }

    .accordion_constome .accordion-body {
        position: relative;
    }

    .mr-65 {
        padding-right: 85px;
        margin-right: 0px !important;
    }

    .benefits-sec .buttonz {

        width: 190px !important;
    }

    .ml-65 {
        margin-left: 85px !important;
    }

    .step__title {

        line-height: 17px;
        font-size: 12px;
    }

    .step__info {

        word-wrap: break-word;
    }

    .sub-title h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .boxBanner {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .tabconimg {

        display: flex;
    }

    .banner-img-sec {
        width: 100% !important;
        position: relative !important;
        min-height: inherit !important;
        transform: translate(-50%, 0%) !important;
        top: inherit !important;
    }

    .header-section p.description {
        max-width: 100%;
    }

    .sliderBottomArea-content .textSection .imageSection-img img {
        max-width: 100%;
        box-shadow: none;
        padding: 0px;
    }

    .sliderBottomArea-content .textSection .imageSection-img {
        height: inherit !important;
        margin-bottom: 20px;
    }

    .header-section h1 {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    .header-section p.description {
        font-size: 16px !important;
        line-height: 26px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .get-a-call-sec .get-a-call-sec-content {
        width: 100% !important;
    }

    .boxBanner {
        padding-bottom: 40%;
    }

    .get-a-call-sec {
        justify-content: left !important;
        display: block !important;
    }

    .banner-Area {
        margin-top: 55px !important;
    }



    .header-section {
        width: 100% !important;
    }




}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .ml-65 {
        margin-left: 110px !important;
    }

    .mr-65 {
        padding-right: 110px;
    }

    .benefits-sec .buttonz {
        width: 210px !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .banner-Area {
        margin-top: 55px !important;
    }

    .partner-sec .slick-list {
        padding-top: 0px !important;
    }

    .pad-l-30 {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-top: 20px;
    }

    .popup-content {
        overflow-y: auto;
        height: 90vh !important;
    }

    .right-br {
        border: none !important;
    }

    .banner-img-sec img {
        width: 100% !important;
        height: inherit !important;
        position: absolute !important;
        /* right: 0px; */
        bottom: 0;
    }

    .sliderBottomArea-content .textSection .imageSection-img {
        margin-bottom: 20px !important;
    }

    .boxBanner {
        padding-bottom: 50px !important;
        padding-top: 50px !important;

    }

    .mr-65 {
        margin-right: 0px !important;
        padding-right: 65px !important;
    }

    .benefits-sec .buttonz {

        width: 165px !important;
    }

    .ml-65 {
        margin-left: 0px !important;
        padding-left: 65px !important;
    }

    .imgContentz1 {
        height: 500px !important;
    }

    .sliderBottomArea-content .textSection .imageSection-img img {
        max-width: 100% !important;
        padding: 0px !important;
    }
}

.clients {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #e1e9ee;
}



.accordion-button::after {

    filter: grayscale(1) !important;
}

.slick-prev:before {
    /* margin-left: 1100px; */
}

.tabcontext {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    row-gap: 15px;
    /* height: 400px; */
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.058);
    padding: 20px;
    border-radius: 20px;
}

.slick-dots li.slick-active button:before {
    color: #1e2d58 !important;
}

.slick-dots {
    position: relative !important;
}

.rightareainnners {
    height: 100%;
}

.leftAreaImg img {
    height: auto;
}

.leftAreaImg {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .accordion-sec .sub-title h2 {
        text-align: center !important;
    }

    .accordion-sec ul li {
        list-style: circle;
    }

    .testimonial-sec-content-footer-left {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .content-text {
        width: 100% !important;
        /* margin-bottom: 60px; */
    }

    .content-display {
        flex-direction: column;
    }

    .vertical-tab-sec2 .tabs-content {
        height: 100% !important;
    }

    .testimonial-sec .slick-track {
        height: 100% !important;
    }


    .testimonial-sec-content-footer-left img {
        width: 50px !important;
        height: 50px !important;
    }

    .testimonial-sec-content {
        margin-top: 0px !important;
    }

    .step-content h2 {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .step-content img {
        width: 100% !important;
        position: relative !important;
    }

    .imgContentz1 span {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .imgContentz1 {
        height: 200px !important;
    }

    .imgContentz1:hover {
        height: 500px !important;
    }


    .step .circle {
        width: 50px !important;
        height: 50px !important;
        padding: 5px !important;
    }

    .step .circle img {
        width: 30px !important;
        height: 30px !important;
    }

    .step__info h4 {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

    .step__info span {
        font-size: 16px !important;
        line-height: 26px !important;
        text-align: center !important;
        width: 100%;
        float: left;
    }

    .tab-pane p {
        font-size: 16px !important;
        line-height: 26px !important;
        text-align: center !important;
    }

    .tab-sec {
        flex-direction: column !important;
    }

    .tabs-nav {
        width: 100% !important;
        flex-direction: row !important;
        overflow-x: auto;
        justify-content: flex-start !important;
        scrollbar-width: none;
    }

    .tab {
        margin-right: 10px;
        width: auto !important;
    }

    .tabs-content {
        width: 100% !important;
        height: 250px !important;
    }

    .vertical-tab-sec2 .tabs-content {
        overflow: visible;
    }

    .vertical-tab-sec2 .tab-pane.active img {
        padding: 5px;
    }

    .vertical-tab-sec2 .tab-pane.active {
        flex-wrap: wrap;
    }

    .vertical-tab-sec2 .tabs-nav {
        /* flex-direction: column !important; */
        gap: 0px !important;
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .stepper {
        overflow-x: auto;
        scrollbar-width: none;
        /* gap: 10%; */
    }

    .stepper::before {
        width: 470px !important;
        top: 25px !important;
        left: 18% !important;

    }

    .step {
        padding-left: 10px;
        padding-right: 10px;
    }

    .step .title {

        font-size: 18px !important;
        line-height: 28px !important;

    }

    /* .stepper-content {
        display: flex;
        gap: 10px;
    }

    .step .title {
        background-color: #fff;
        font-size: 18px !important;
        line-height: 28px !important;
        margin-top: 0px !important;
        margin-bottom: 0px;
    }

    .stepper::before {
        width: 3px;
        height: 100% !important;

        left: 48% !important;

    }

    .stepper {
        flex-direction: column;
        width: 40%;
        padding: 0px !important;
    } */

    .giantsec .tabbtn {
        padding: 0px 11px !important;
    }

    .tabcontainer {
        padding: 0px !important;
        margin-bottom: 0px !important;
    }

    .tabcontext h2 {
        width: 100% !important;
        font-size: 22px !important;
        line-height: 32px !important;
    }

    .tabcontext p {
        width: 100% !important;
        font-size: 16px !important;
        line-height: 26px !important;
        font-weight: 400 !important;
    }


    .xyzSliderz0 {
        margin-bottom: 0px !important;
    }

    .slick-dots li button:before {
        opacity: .75;
        color: #ddd !important;
    }



    .sub-title h2 {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .caseSliders {
        flex-direction: column;
        margin-top: 0px !important;
        height: inherit !important;
    }

    .rightAreaCont {
        width: 100%;
        padding: 20px;
        /* margin-bottom: 20px; */
    }

    .rightAreaCont p {
        width: 100%;
        font-size: 16px !important;
        line-height: 26px !important;
        text-align: center;
        /* margin-bottom: 20px; */
    }

    .leftAreaImg {
        width: 100% !important;
    }

    .rightareainnners {
        height: inherit !important;
    }

    .right-head {
        width: 100% !important;
        justify-content: center !important;
    }

    .sliderBottomArea .textSection {
        padding: 20px !important;
    }

    .benefits-sec .textSection {
        padding: 20px !important;
    }

    .partner-sec .slick-dots {
        bottom: 0px !important;
        position: relative !important;
    }

    .partner-sec-content {
        height: 250px !important;
    }

    .partner-sec .slick-list {
        padding-top: 0px !important;
    }

    .pad-l-30 {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-top: 20px;
    }

    .textSection {
        padding: 0px !important;
    }

    .popup-content {
        padding: 20px !important;
        height: 90vh !important;
        overflow-y: auto !important;
    }

    .right-br {
        border: none !important;
    }

    .get-a-call-sec {
        justify-content: center !important;
    }

    .banner-img-sec img {
        width: 100% !important;
        position: relative !important;
    }

    .integ {
        height: 100% !important;
        width: 100% !important;
    }

    .industry-content {
        width: 46%;
    }

    .container-proc-process-emp {

        align-items: baseline !important;
    }

    .imgContentz1>img {
        height: auto !important;
    }

    .imgContentz1 {

        display: flex !important;
    }

    .giantsec {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 25px;
    }

    .tabbod {
        display: none;
    }

    .giantsec a {
        width: 40% !important;
    }

    .faqask .accordion-body {
        position: relative;
    }

    .sub-title {
        padding-top: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .sub-title h2 {
        padding-top: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .cta-buttons {
        flex-direction: column;

        display: flex;
        justify-content: center;
        align-items: center;
    }


    .testr {
        height: inherit !important;
    }

    .rightAreaCont {
        padding-top: 0px !important;
    }

    .caseStudiesArea2 .rightAreaCont h3 {
        margin-top: 0px !important;
    }

    .rightAreaCont h3 {
        font-size: 25px !important;
        width: 100%;
        line-height: 35px !important;
        text-align: center;
    }

    .sliderBottomArea-content .textSection .imageSection-img img {
        max-width: 100%;
        box-shadow: none;
    }

    .imageSection img {
        padding: 2px;
    }

    .integ img {
        width: 45%;
    }

    .industry-content {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .banner-Area {
        margin-top: 55px !important;
        flex-direction: column;
        height: 700px !important;
    }

    .accordion_constome .accordion-button {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .accordion_constome .accordion-body {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .sliderBottomArea-content .textSection .imageSection {
        display: flex !important;
    }

    .header-section {
        width: 100% !important;
    }

    .header-section h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .header-section p.description {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .sliderBottomArea-content .textSection .imageSection-img {
        height: auto;
        padding: 5px;
    }

    .sliderBottomArea-content .textSection .imageSection .subheadingemp {
        font-size: 18px !important;
        line-height: 28px !important;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .benefits-sec .textm {
        margin-right: 0px !important;
        text-align: center !important;
        margin-left: 0px !important;
    }

    .benefits-sec .buttonz {
        margin-right: 0px !important;
        text-align: center !important;
        margin-left: 0px !important;
    }

    .btnk-right {
        text-align: center !important;
    }

    .step__info {
        flex-direction: column;
        width: 100%;
    }

    .benefits-sec .subheadingemp {
        text-align: center;
    }

    .benefits-sec .textSection .imageSection img {
        max-width: 20%;
        margin-bottom: 10px;
        max-height: inherit !important;
    }


    .banner-img-sec {
        width: 100% !important;
        position: relative !important;
        min-height: inherit !important;
        transform: translate(-50%, 0%) !important;
        top: inherit !important;

    }

    .boxBanner {
        padding-bottom: 50px !important;
        padding-top: 10px !important;
    }

    .banner230 {
        height: 100%;
    }

    .clients {
        width: 100%;
        float: left;
    }




    .step-info-cover {
        display: inherit !important;
    }

    .step__title {

        width: auto !important;
        white-space: nowrap;
    }

    .step__title::after {

        right: -12px !important;
    }
}

.tabs-section {
    padding: 4rem 1rem;
    background: linear-gradient(to right, #f6f9fc, #eef2f5);
    font-family: 'Segoe UI', sans-serif;
}

.tabs-container {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffffdd;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}



.tab:hover {
    background-color: transparent;
}


.tab.active {
    background-color: transparent;
    font-weight: 600;
}

/* Content panes */
.tabs-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    border: 1px dashed #0594d1;
    width: 60%;
    height: 555px;
    overflow-y: auto;

}

.tab-pane {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-pane.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    background-color: #fff;
    color: #000 !important;
}

/* Typography */
.tab-pane h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #333;
}

.grw-sec {

    float: left;
    width: 100%;
    max-width: 100%;
}

.caseStudiesArea {
    float: left;
    width: 100%;

}

.grw-hdr {
    width: inherit;
}

.get-a-call-sec {
    width: 100%;
    display: flex;
    justify-content: start;
    /* padding: 50px; */
    border-radius: 5px;
    /* background-color: #a8c5d8; */
}

.get-a-call-sec button {
    padding: 12px 24px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    background: linear-gradient(45deg, #0594d1, #1e2d58);
    color: #fff;
    width: 40%;
}

.get-a-call-sec button a {
    color: #fff;
}

.get-a-call-sec .get-a-call-sec-content {
    display: flex;
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.058);
    padding: 5px;
    border-radius: 5px;
}

.get-a-call-sec select.form-control {
    width: 24%;

    border: none;
}

.get-a-call-sec input:not([type=checkbox]) {
    width: 100%;
    border: none;
}

.sliderBottomArea {
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url("https://cdn.elitemindz.co/zynoexpenz/admin/home/section-division.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: relative;
    background-color: #fff;
}

/* process-sec css end */
.sliderBottomArea-content {
    width: 100%;
    /* height: 40%; */
    /* 20% of viewport height visible initially */
    overflow: hidden;
    position: relative;
    transition: height 0.5s ease;
    /* smooth expand animation */

    box-sizing: border-box;
    padding-bottom: 100px;
    padding: 10px;
}





.benefits-sec {
    width: 100%;
    float: left;
    background-color: #90aec21c;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f3f6f8;
}

.textSection {
    width: 100%;
}

.benefits-sec .textSection {
    padding: 20px;
    height: auto !important;
    margin-bottom: 20px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.058);
    background-color: #fff;
    border-radius: 20px !important;
}

.benefits-sec .textSection .imageSection img {
    max-height: 45px;
    border-radius: 10px;
    width: auto;
    padding: 2px;
    border: 1px dashed #0c83be;
}

.benefits-sec .textSection .imageSection {
    height: auto;
    gap: 20px;
    width: 100%;
    align-items: center;
    display: flex;
}

.text-right {
    text-align: right;
}

.justify-end {
    justify-content: end;
}

.btnk-right {
    text-align: -webkit-right;
}

.benefits-sec .subheadingemp {
    font-size: 22px !important;
    line-height: 32px;
    padding-bottom: 0px;
    margin-bottom: 10px;

}

.benefits-sec .textm {
    line-height: 26px;
    font-size: 16px
}

.collapse-content {
    position: relative;
    overflow: hidden;
    max-height: 60px;
    /* height of the visible preview */
    transition: max-height 0.6s ease;
    background-color: #fff !important;
    color: #000 !important;
}

.collapse-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    pointer-events: none;
    transition: opacity 0.3s;
}

.collapse-content.active {
    max-height: 1000px;
    /* expand enough to fit the full text */
}

.collapse-content.active::after {
    opacity: 0;
}

.mr-65 {
    margin-right: 65px;

}

.ml-65 {
    margin-left: 65px;

}

.benefits-view img {
    width: 100%;
    /* height: 100%; */
}

.benefits-view {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefits-sec .buttonz {
    font-size: 14px;
    width: 140px;
}

.benefit-cta button {
    padding: 12px 24px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    background: linear-gradient(45deg, #0594d1, #1e2d58);
    color: #fff;
}

.benefit-cta {
    display: flex;
    width: 100%;
    justify-content: center;
}

.process-cta button {
    padding: 12px 24px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    background: linear-gradient(45deg, #0594d1, #1e2d58);
    color: #fff;
}

.process-cta button a {
    color: #fff;
}

.benefit-cta button a {
    color: #fff;
}

.integrations-btn button a {
    color: #fff;
}

.process-cta {
    display: flex;
    width: 100%;
    justify-content: center;
}

.caseStudiesArea {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.tabcontext h2 {
    font-size: 22px;
    line-height: 32px;
}

.tabcontext p {
    font-size: 16px;
    line-height: 26px;

}

.sliderAreas {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.caseSliders {
    gap: 20px;
    height: 100%;
    margin: 0px;
}

.faqask {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
    margin-bottom: 0px;
}

element.style {
    width: 328px;
}

.slick-initialized .slick-slide {
    display: block;
}

.imgContentz1:nth-child(6) {
    margin-right: 0;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}


.faq__text h3 {
    color: rgba(213, 213, 223, 0.5019607843);
    font-size: 200px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.industry-sec {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('https://cdn.elitemindz.co/zynoexpenz/admin/home/section-division.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-color: #fff;

}

.integ {
    height: 80px;
    width: 200px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.058);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #90aec245;
    border-radius: 100px;
    padding: 10px;
    background-color: #fff;
}

.container-proc-process-emp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    row-gap: 20px;
}

.industry-content p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
}

.integrations-sec {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f3f6f8;

}

.integrations-sec img {
    width: 100%;
    height: 100%;
}

.integrations-btn button {
    padding: 12px 24px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    background: linear-gradient(45deg, #0594d1, #1e2d58);
    color: #fff;
}

.integrations-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.industry-sec-img img {
    width: 100%;
    height: 100%;
}

.industry-sec-img {

    /* background-color: #90aec245; */

}







.pad-l-30 {
    padding-left: 30px;
}

.partner-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    float: left;
    background: linear-gradient(45deg, #0594d1, #1e2d58);
}

.partner-sec-content {
    display: flex;
    gap: 10px;
    background-color: transparent;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    height: 272px;
}

.partner-sec-content h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
}

.partner-sec-content p {
    line-height: 26px;
    font-size: 16px;
    color: #fff;
}

.partner-sec .sub-title h2 {
    color: #fff;
    margin-bottom: 50px;
}

.partner-sec .slick-prev {
    top: 0px !important;
}

.partner-sec .slick-next {
    top: 0px !important;
    right: 35px !important;
}

.partner-sec .slick-prev:before {
    color: #fff !important;
}

.partner-sec .slick-next:before {
    color: #fff !important;
}

.partner-sec .slick-list {
    padding-top: 50px;
}

.partner-sec-content img {
    height: 50px;
    margin-bottom: 20px;
    width: 50px;
    border-radius: 50%;
}

.partner-sec .slick-slider .slick-track {
    display: flex;
    gap: 10px;
}

.popup-overlay form {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* height: 85%; */
}

.form-field {
    display: flex;
    flex-direction: column;

}

/* pop-up start */
/* Popup overlay background */

/* Popup Overlay - hidden by default */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 9999;
    border-radius: 0px;
}

/* When active (visible) */
.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Popup content area */

/* When popup is active, animate content smoothly */
.popup-overlay.active .popup-content-sec {
    transform: translateY(0);
    opacity: 1;
}





/* Popup box */
.popup-content {
    background: #fff;
    border-radius: 10px;
    width: 70%;
    /* max-width: 500px; */
    /* margin: 10% auto; */
    padding: 30px;
    text-align: center;
    position: relative;
    /* animation: popupFade 0.3s ease-in-out; */
    height: auto;
}

/* Close button (X) */
.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.close-btn:hover {
    color: #000;
}

.popup-content-sec {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    transform: translateY(-50px);
    opacity: 0;
    transition: all 0.4s ease;
}

/* Animation */
@keyframes popupFade {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


.popup-content-sec .textSection {
    padding: 20px;
    box-shadow: none;
    height: 100%;
}

.popup-content-sec .image-sec {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content-sec .image-sec img {
    max-height: 80px;
    max-width: 80px;
}

.popup-content-sec .subheadingemp {
    text-align: center;
    color: #000;
}

.popup-content-sec .textm {
    text-align: center;
    font-size: 16px;
    font-weight: 26px;
    color: #000;
}

.popup-content-sec .xyzSliderz1.slick-initialized.slick-slider.slick-dotted {
    height: 100%;
    margin-bottom: 0px;
    padding: 0px;
}

.popup-content-sec .xyzSliderz.slick-initialized.slick-slider.slick-dotted {
    height: 100%;
    margin-bottom: 0px;
    padding: 0px;
}

.popup-content-sec .xyzSliderz2.slick-initialized.slick-slider.slick-dotted {
    height: 100%;
    margin-bottom: 0px;
    padding: 0px;
}



.popup-content-sec label {
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    color: #000;
}


.popup-content-sec .slick-dots {
    bottom: 0px;
}

.popup-content-sec .sub-title p {
    width: 100%;
}

.popup-content-sec button {
    padding: 12px 24px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    /* margin-top: 40px; */
    transition: background 0.3s ease;
    background: linear-gradient(45deg, #0594d1, #1e2d58);
    color: #fff;
    width: 100%;
}

.right-br {
    border-right: 1px solid #90aec245;
    /* padding: 40px; */
}

body.modal-open {
    overflow: hidden;
    /* Disable scrolling */
}

.popup-overlay .field {
    margin-bottom: 20px;
}

.popup-overlay form button {
    margin-top: 40px;
}

.clients_brands .c1 {
    text-align: center;
    margin: 10px;
    border-radius: 10px;
    height: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 10px;
}

.tabbtn {
    background-image: none !important;
    width: 30px;
    height: 30px;
    border: solid 2px #0c84be;
    color: #0c84be;
    background: #0c84be;
    border-radius: 50px;

    padding: 15px;
}

.giantsec a .tablink {
    margin-bottom: 20px;
    font-weight: 600;
    color: #000 !important;
}

.tabcontainer {
    box-shadow: none !important;
    padding: 20px !important;
    /* margin-top: 0px !important; */
    margin-bottom: 0px !important;
}

.giantsec a {
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    /* height: 70px; */
    width: 100%;
    color: #000;
}

.tabbod {
    width: 194px;
    border: dotted #1e2c55;
    height: 12px;
    border-width: 2px 0 0 0;
}

.xyzSliderz0 {
    position: relative;
}

.xyzSliderz0 .slick-prev,
.slick-next {
    top: 0px !important;
}

.xyzSliderz0 .slick-next {
    right: 0px !important;
}

.integ img {
    max-width: 100%;
    max-height: 100%;
}


.tabconimg img {
    width: 100%;
}

.tabconimg {
    height: 100%;
}

/* new-css */


.stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0 20px;
    position: relative;
}

.stepper::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: #8facc0;
    z-index: 0;
}

.step {
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.step .circle {
    width: 80px;
    height: 80px;
    background: #f3f6f8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #555;
    margin: auto;
    font-size: 16px;
    padding: 15px;
    border: 1px solid #8facc0;
}

.step .circle img {
    width: 40px;
    height: 40px;
}

.step.active .circle {
    background: #ffffff;
    color: #fff;
    border: 2px solid #0594d1;
}

.step.active p {
    color: #0594d1;
}

.step.completed .circle {
    background: #ffffff;
    color: white;
    border: 2px solid #28a745;
}

.step.completed p {
    color: #28a745;
}

.step.completed .check {
    font-size: 20px;
    font-weight: bold;
}

.step .title {
    margin-top: 8px;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}

.step .subtitle {
    font-size: 12px;
    color: #777;
}

.step-content {
    margin-top: 50px;
    margin-top: 40px;
    /* border: 1px dashed #0594d1; */
    border-radius: 20px;
    /* padding: 20px; */
    background: linear-gradient(45deg, #ffdb00, #ff8a00);
    display: flex;
    gap: 2%;
    align-items: center;
    position: relative;
}

.step-content h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 32px;
}

@media screen and (min-width:1025px) and (max-width:1355px) {
    .banner-Area {
        margin-top: 60px !important;
    }

    .banner-img-sec {
        bottom: 0px;
    }

    .get-a-call-sec-content button {
        width: auto !important;
    }

    .header-section h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .get-a-call-sec input:not([type=checkbox]) {
        width: 100% !important;
    }

    .boxBanner {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .get-a-call-sec-content {
        display: flex !important;
    }

    .header-section {
        width: 50% !important;
    }
}

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

    .banner-Area {

        height: 390px !important;
    }
}

@media screen and (min-width:1281px) and (max-width:1355px) {

    .banner-Area {

        height: 450px !important;
    }
}

.step-content p {
    font-size: 16px;
    line-height: 26px;
}

.vertical-tab-sec {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

.tab-sec {
    display: flex;
    width: 100%;
    height: 100% !important;
    padding: 20px;
    justify-content: flex-start;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.058);
    background-color: #fff;
    border-radius: 20px;

}

/* Tab nav */
.tabs-nav {
    width: 40%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 400px;
    overflow-y: auto; */
}


.tab {
    /* flex: 1; */
    width: 100%;
    text-align: center;
    /* padding: 1rem; */
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.step__title {
    position: relative;
    /* background-color: #ddd; */
    /* height: 40px; */
    width: 90%;
    display: grid;
    place-items: center;
    color: #000;
    font-family: sans-serif;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 6px;
}

.tab-pane p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

.step-info-cover {
    /* display: flex; */
    /* gap: 2%; */
    width: 100%;
}

.step-info-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.stepper-sec {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

.step.active {
    background-color: transparent;
}

.slider-sec {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000e14f2;
}

.slider-sec .sub-title h2 {
    color: #fff;
}

.slider-sec .sub-title p {
    color: #fff !important;
}

.testr {
    width: 100%;
    height: auto;
}

.testr p {
    display: none;
    font-size: 16px !important;
    line-height: 26px !important;
    text-align: center !important;
    color: #fff;
    transition: height 0.4s ease;
}

.imgContentz1:hover .testr p {
    color: #fff;
    display: block;
    text-align: center;
    transition: height 0.4s ease;
}

.imgContentz1:hover {
    background: linear-gradient(45deg, #0594d1, #1e2d58);
}

.imgContentz1:hover img {
    background-color: #fff;
    border: none;
}

.imgContentz1 span {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

.imgContentz1 {

    margin: 0 22px;
    border-radius: 20px;
    /* width: 344px !important; */
    display: flex !important;
    height: 400px;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    /* justify-content: center !important; */
    padding: 20px;
    margin-top: 20px;
}

.imgContentz1 .hover-icon {
    border-radius: 10px;
    max-width: 25%;
    padding: 2px;
    border: 1px dashed #fff;
}

.testimonial-sec {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
    overflow: hidden;
}

.testimonial-sec-content {
    opacity: 0.2 !important;
    padding: 20px;
    display: flex;
    gap: 10px;
    background-color: transparent;
    border: 1px solid #8facc0;
    border-radius: 20px;
    margin-top: 50px;
}

.slick-next:before {
    color: #8facc0 !important;
}

.testimonial-sec-content.slick-active {
    opacity: 1 !important;
}

.testimonial-sec-content-head-p {
    border-bottom: 1px solid #8facc0;
    margin-bottom: 20px;
    font-size: 16px !important;
    line-height: 26px !important;
}

.testimonial-sec-content-footer {
    display: flex;
    justify-content: space-between;
}

.testimonial-sec-content-footer-left {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
}

.testimonial-sec-content-footer-left img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.testimonial-sec-content-footer-right {
    display: flex;
    align-items: center;
}

.testimonial-sec-content-footer-right img {
    max-width: 100%;
    /* filter: invert(1); */
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.testimonial-sec .slick-track {
    height: inherit;
    display: flex;
    gap: 10px;
    height: 100% !important;
}

.testimonial-sec-content-slider .slick-prev,
.slick-next {
    top: 0px;
}

.testimonial-sec-content-slider .slick-list {
    overflow: visible;
}

.caseStudiesArea2 {
    background: linear-gradient(45deg, #0594d1, #1e2d58);
}

.caseStudiesArea2 .rightAreaCont h3 {
    color: #fff;
    font-size: 44px;
    ;
    line-height: 54px;
}

.rightAreaCont p {
    width: 100%;
}

.caseStudiesArea2 .rightAreaCont p {
    color: #fff;
    font-size: 16px;
    ;
    line-height: 26px;
}

.caseStudiesArea2 .buttonz {
    border: 1px solid #fff;
    text-align: center;
    padding: 12px 24px;
    border-radius: 6px;
    color: #fff;
    top: 0px;
    margin-top: 20px;
}

.accordion-item {
    border: none;
}

.vertical-tab-sec2 {
    background-color: #f3f6f8 !important;
}

.accordion-sec {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f3f6f8;
    /* background-image: url(https://cdn.elitemindz.co/zynoexpenz/admin/home/section-division.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain; */
}

.accordion-sec .sub-title img {
    width: 100%;
    /* background-color: #fff; */
    border-radius: 10px;
    padding: 10px;
    border: 1px dashed #0594d1;
    margin-bottom: 20px;
}

.accordion-sec .accordion {
    /* background-color: #fff; */
    padding: 20px;
    /* box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.058); */
    border-radius: 20px;
}

.alignment {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-sec .sub-title h2 {
    text-align: left;
}

.accordion-sec .sub-title p {
    text-align: left;
}

.header-section p.description {
    font-size: 16px !important;
    line-height: 26px !important;
    color: #fff;
}

.banner-img-sec {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.banner-img-sec video {
    width: 100%;

}

.boxBanner {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
    position: relative;
    /* float: left; */
    height: 100%;
}

.header-section {
    width: 45%;
    /* position: absolute; */
    right: 0px;
    margin: inherit;
}

.header-section h1 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    background: linear-gradient(45deg, #ffdb00, #ff8a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    font-family: cursive;
}

.banner-Area {
    width: 100%;
    float: left;
    background-color: #000;
    margin-top: 60px;
    position: relative;
    height: 514px;
    display: flex;
    overflow: hidden;
}

.step-content img {
    width: 30%;
    border-radius: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.sub-title h2 span {
    background: linear-gradient(45deg, #ffdb00, #ff8a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    font-family: cursive;
}

.content-display {
    display: flex;
    position: relative;
    width: 100%;
}

.content-text {
    padding: 20px;
    width: 60%;
}

.accordion-sec .accordion_constome {
    width: 100%;
}

.accordion-sec .accordion_constome .accordion-item {
    border-bottom: none;
    border: 2px solid;
    border-image: linear-gradient(to right, #0594d1, #1e2d58) 1;
    margin-bottom: 10px;
    padding: 20px;

}

.accordion-sec .accordion_constome .accordion-button {
    padding: 0px;
}

.accordion-sec .accordion-header {
    font-size: 22px;
    line-height: 32px
}

.accordion-sec .accordion_constome .accordion-body {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}

.accordion_constome .accordion-body {
    position: relative;
    z-index: 9;

}

.iti {
    width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: 0;
    color: black;
}