.heroBannerWrap{
    position: relative;
    min-height:677px;
    z-index:1;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.heroBannersection{
    position: relative;
    overflow: hidden;
}
.heroTOpBannerWrap{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='1926' height='728' viewBox='0 0 1926 728' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1925.49' y1='107.912' x2='0.999634' y2='107.912' stroke='%23E9E9E9'/%3E%3Cline x1='1925.49' y1='0.910156' x2='0.999634' y2='0.909988' stroke='%23E9E9E9'/%3E%3Cline x1='1811.9' y1='726.305' x2='1811.9' y2='-0.000183158' stroke='%23E9E9E9'/%3E%3Cline x1='1371.23' y1='726.305' x2='1371.23' y2='-0.000183157' stroke='%23E9E9E9'/%3E%3Cline x1='914.975' y1='726.305' x2='914.975' y2='-0.000183157' stroke='%23E9E9E9'/%3E%3Cline x1='466.512' y1='726.305' x2='466.512' y2='-0.000183157' stroke='%23E9E9E9'/%3E%3Cline x1='1925.49' y1='218.733' x2='0.999634' y2='218.733' stroke='%23E9E9E9'/%3E%3Cline x1='1925.49' y1='317.619' x2='0.999634' y2='317.619' stroke='%23E9E9E9'/%3E%3Cline x1='1925.49' y1='418.211' x2='0.999634' y2='418.211' stroke='%23E9E9E9'/%3E%3Cline x1='1925.49' y1='522.212' x2='0.999634' y2='522.212' stroke='%23E9E9E9'/%3E%3Cline x1='1925.49' y1='622.804' x2='0.999634' y2='622.804' stroke='%23E9E9E9'/%3E%3Cline x1='1925.49' y1='726.805' x2='0.999634' y2='726.805' stroke='%23E9E9E9'/%3E%3Cline x1='1702.71' y1='726.305' x2='1702.71' y2='-0.000183158' stroke='%23E9E9E9'/%3E%3Cline x1='1262.04' y1='726.305' x2='1262.04' y2='-0.000183157' stroke='%23E9E9E9'/%3E%3Cline x1='805.781' y1='726.305' x2='805.781' y2='-0.000183157' stroke='%23E9E9E9'/%3E%3Cline x1='357.318' y1='726.305' x2='357.318' y2='-0.000183157' stroke='%23E9E9E9'/%3E%3Cline x1='1585.72' y1='726.305' x2='1585.72' y2='-0.000183159' stroke='%23E9E9E9'/%3E%3Cline x1='1145.05' y1='726.305' x2='1145.05' y2='-0.000183157' stroke='%23E9E9E9'/%3E%3Cline x1='688.791' y1='726.305' x2='688.791' y2='-0.000183157' stroke='%23E9E9E9'/%3E%3Cline x1='240.328' y1='726.305' x2='240.328' y2='-0.000183157' stroke='%23E9E9E9'/%3E%3Cline x1='119.439' y1='726.305' x2='119.439' y2='-0.000183127' stroke='%23E9E9E9'/%3E%3Cline x1='0.498047' y1='726.305' x2='0.498151' y2='-0.000183166' stroke='%23E9E9E9'/%3E%3Cline x1='1472.63' y1='724.6' x2='1472.63' y2='-0.000243915' stroke='%23E9E9E9'/%3E%3Cline x1='1031.96' y1='726.305' x2='1031.96' y2='-0.000183157' stroke='%23E9E9E9'/%3E%3Cline x1='575.701' y1='726.305' x2='575.701' y2='-0.000183157' stroke='%23E9E9E9'/%3E%3C/svg%3E%0A");
    background-size: auto 100%;
}

.bannerSliderwrap{
    width:100%;
    display: block;
}

.heroBannerWrap .heroCenterWrap .textImageWrapp{
    position:absolute;
    top:160px;
    left:0;
    right:0;
    margin:0 auto;
    z-index:1;
    display:inline-block;
    max-width:982px;
}
.heroBannerWrap .heroCenterWrap .textImageWrapp img{
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
}
.heroBannerWrap .heroCenterWrap .centerImage{
    display: block;
    margin:0 auto;
    border-radius:20px;
}
.heroBannerWrap .heroCenterWrap .contentWrap{

    position: relative;
    z-index:3;
    margin-left: 228px;
    margin-top: -57px;
}
.marqueeSection{
    position: relative;
    z-index:2;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
    padding:22px 0;
    overflow: hidden;
}
.marqueeSection span{
    font-size:40px;
    line-height:1;
    color:#222222;
    font-weight:600;
    white-space:nowrap;
}
.heroBannerWrap .heroRight{
    position:absolute;
    right:0;
    bottom:124px;
    border-radius:10px;
    overflow: hidden;
}
.heroBannerWrap .heroLeft{
    position:absolute;
    left:0;
    top:91px;
    border-radius:10px;
    overflow: hidden;
}
.heroCenterWrap .contentWrap{
    background-color:#E3D3F6;
    padding: 28px 30px;
    border-radius: 10px; 
    max-width:365px;
    box-shadow: 9px 9px #F5EEF5, 11px 11px #A8A8A8;
}
.heroCenterWrap .contentWrap p{
    font-weight:600;
    color:#000000;
    font-size:16px;
}
.normalImage{
    opacity:1;
    transition:0.3s all ease-in-out;
}
.HoverImage{
    opacity:0;
    transition:0.3s all ease-in-out;
}

.heroCenterWrap:hover .normalImage{
    opacity:0;
}
.heroCenterWrap:hover .HoverImage{
    opacity:1;
}
.ariaHidden{display:none;}



@media only screen and (max-width: 1400px) {
    .heroBannerWrap .heroLeft{top:30px;width:120px;}
    .heroBannerWrap .heroRight{bottom:80px;width:120px;}
    .heroBannerWrap .heroCenterWrap .textImageWrapp{max-width:900px;}
    .heroBannerWrap .heroCenterWrap .centerImage{width:360px;}
    .marqueeSection span{font-size:36px;}
    .marqueeSection{padding:16px 0;}
    .heroBannerWrap .heroCenterWrap .contentWrap{margin-left: 120px;}
    .heroBannerWrap{min-height:580px;}
}
@media only screen and (max-width: 1199px) {
    .heroBannerWrap .heroCenterWrap .centerImage{width:300px;}
    .heroBannerWrap .heroCenterWrap .textImageWrapp{max-width:700px;top:100px;}
    .heroBannerWrap{min-height:auto;padding:100px 0;}
    .heroBannerWrap .heroCenterWrap{padding:60px 0;}
    .heroBannerWrap .heroRight,.heroBannerWrap .heroLeft{width:100px;}
    .heroCenterWrap .contentWrap{padding:20px 30px;}
    .marqueeSection span{font-size:32px;}

}
@media only screen and (max-width: 991px) {
    .heroBannerWrap .heroCenterWrap .contentWrap{margin-left:40px;max-width:300px;}
    .marqueeSection span{font-size:28px;}
    .marqueeSection{padding:12px 0;}
    .heroBannerWrap .heroCenterWrap .textImageWrapp{top:70px;}
    .heroBannerWrap{min-height:auto;padding:130px 0 50px;}
}
@media only screen and (max-width: 767px) {
    .heroBannersection::before{
        width: 214px;
        height: 229px; 
        left:-44px;
        top:-40px;
    } 
    .heroBannersection::after{
        width:322px;
        height:322px; 
        right:-71px;
        bottom:0;
    } 
    .marqueeSection svg{width:16px;display: block;}
    .heroBannerWrap .heroCenterWrap .contentWrap{margin-left:15px;max-width:240px;padding:16px;}
    .heroBannerWrap .heroCenterWrap .centerImage{width:240px;}
    .heroBannerWrap .heroCenterWrap .textImageWrapp{top:30px;}
    .heroBannerWrap .heroRight,.heroBannerWrap .heroLeft{width:80px;}
    .marqueeSection span{font-size:24px;}
    .heroBannerWrap .heroCenterWrap{padding:60px 0 40px;}
}
@media only screen and (max-width: 575px) {
    .heroBannerWrap .heroCenterWrap .centerImage{width:200px;}
    .heroBannerWrap .heroCenterWrap .contentWrap{margin-left:0;max-width:250px;margin-top: -10px;box-shadow: 6px 6px #F5EEF5, 7px 7px #A8A8A8;}
    .heroBannerWrap .heroCenterWrap .contentWrap p{font-size:14px;}
    .marqueeSection span{font-size:22px;}
    .heroBannerWrap .heroCenterWrap .textImageWrapp{top:50px;}
    .heroBannerWrap{min-height:auto;padding:130px 0 30px;}
}
@media only screen and (max-width: 420px) {
    .heroBannerWrap .heroCenterWrap .centerImage{width:160px;border-radius:10px;}
    .heroBannerWrap .heroRight,.heroBannerWrap .heroLeft{width:60px;border-radius:5px;}
    .heroBannerWrap .heroCenterWrap .contentWrap{margin-top:20px;max-width:210px;}
    .heroBannerWrap .heroCenterWrap .textImageWrapp{top:30px;}
    .heroBannerWrap{min-height:auto;padding:100px 0 20px;}
}