html {
    overflow-y: scroll;
}
.bannerTitle h2{
letter-spacing:-3px!important;
}
.paraHighlightFive h5 span {
    letter-spacing: -1px !important;
}

.footer-container a {
    background: linear-gradient(currentColor 0 0) bottom left/ var(--underline-width, 0%) 0.1em no-repeat;
    color: #000 !important;
    display: inline-block;
    padding: 0 .5em 0.2em;
    text-decoration: none;
    transition: background-size 0.5s;
}
.menu-highlight-secondary a span span{
    background: linear-gradient(currentColor 0 0) bottom left/ var(--underline-width, 0%) 0.1em no-repeat!important;
    color: #000 !important;
    display: inline-block!important;
    padding: 0 0 .5rem 0!important;
    text-decoration: none!important;
    transition: background-size 0.5s!important;
}


.mmactive a span span {
    background: linear-gradient(currentColor 0 0) bottom left/ var(--underline-width, 0%) 0.1em no-repeat;
    color: #f80;
    display: inline-block;
    padding: 0 .5em 0.2em;
    text-decoration: none;
    transition: background-size 0.5s;
}

.mmactive a:hover span span {
    --underline-width: 100%;
    color: #f80;
    font-weight: 700;
}

.footer-container a:hover {
    --underline-width: 100%;
}
.menu-highlight-secondary a:hover span span{
    --underline-width: 100%!important;
}
.theme-menu>ul>li a span.theme-menu-content span{
 font-size:16px!important;
	background: linear-gradient(#62ce0d 0 0) bottom left/ var(--underline-width, 0%) 0.2em no-repeat!important;
    color: #000 !important;
    display: inline-block!important;
    transition: background-size 0.5s!important;
     padding: 0 0 .5em 0;
}
.theme-menu>ul>li a:hover span.theme-menu-content span{
    --underline-width: 100%!important;
}
.zpdark-section a {
    color: #000;
}

.titleSpacing h2 span {
    letter-spacing: -2px;
}

.adminHeader {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.formOuter_productDetails iframe {
    height: 950px !important;
}

.formOuter_adminSignup iframe {
    height: 1400px !important;
}

.formOuter_adminSignIn iframe {
    height: 420px !important;
}

.zfFormHeader h2 {
    display: none !important;
}

.titleTwo h2 {
    letter-spacing: -3px;
}

.titleThree h2 {
    letter-spacing: -2px;
}

.product-card h3 {
    color: red !important;
}

.card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.card {
    background: white;
    overflow: hidden;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
   border: 1px solid #efefef;
    border-radius:10px;
    box-shadow: 0 .1875rem .4375rem 0 rgba(40, 60, 80, 0.05), 0 .0625rem .125rem 0 rgba(40, 60, 80, 0.03);
}

.material-card {
    background-color: #fff;
    color: #000;

}

.card:hover {
    transform: translateY(-4px);
    cursor: pointer;
    color:#fff!important;
    background: linear-gradient(to bottom, ##073b93, ##073b93);
}

.card img {
    width: 100%;
    height: auto;
    display: block;
}

.card-content p {
    font-family: 'Roboto';
        font-size: 14px;
    font-weight: 400;
    padding: 0rem 1.5rem .5rem 1.5rem;
    color:#000;
    line-height:20px;
}
.card-content .product-logo{
    display:flex;
    padding:1rem 1rem .5rem 1rem;
}
.card-content .product-logo img{
    width: auto !important;
    height: 56px !important;
}
.card-content h2 {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 20px;
    color:#000;
}

.card-title {
    padding: 1.5rem 1.5rem 0rem 1.5rem;
}

.card-description {
  	text-overflow: ellipsis;
}

/*.card-button {
    padding: 0.6rem 1rem;
    background: #5a3fff;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    align-self: start;
}*/
.card-content .card-button {
 	display:flex;
 	padding:1rem 1rem 1.5rem 1rem;
    justify-content:start;
}
/* Default width */
.card {
    flex: 1 1 calc(33.33% - 1rem);
    max-width: 100%;
}

.button--slide {
    background-color: #dc3545;
    color: #fff;
    border: none;
    padding: .5rem 2rem;
    position: relative;
    transition: all 0.5s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50rem;
}
.button-slide {
    background-color: #4CADDF;
    color: #fff;
    border: none;
    padding: .5rem 2rem;
    position: relative;
    transition: all 0.5s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50rem;
}
.button--slide span {
    position: relative;
}

.button--slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: calc(-100% - 35px);
    top: 0;
    background-color: #dc3545;
    transition: left 0.5s ease;
}

.button--slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    width: 0px;
    height: 0px;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 35px solid #dc3545;
    transition: left 0.5s ease;
}

.button--slide:hover {
    color: #fff;
}

.button--slide:hover:before {
    left: 0;
}

.button--slide:hover:after {
    left: calc(100% - 35px);
}

/* Header Vertial Spacing */
.zpheader-style-04 .theme-header .zpcontainer {
    padding-block-start: 20px;
    padding-block-end: 20px;
}

.zpbutton-type-primary {
    position: relative;
    z-index: 1;
    background-image: linear-gradient(120deg, #1b7498 0%, #013A51 100%) !important;
    overflow: hidden;
    color:#fff;
    border:1px solid #F4F44E;
    font-family:'Roboto';
    font-weight:300;
    letter-spacing:2px;
}

.zpbutton-type-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(120deg, #013A51 0%, #1b7498 100%) !important;
    opacity: 0;
    transition: opacity 1s ease;
    /* Slow fade */
    z-index: -1;
}

.zpbutton-type-primary:hover::after {
    opacity: 1;
    border:1px solid #c83539;
    /* Gradually fade in hover gradient */
}

/* Hiding Search */
.theme-header .zpcontainer .theme-navigation-and-icons .theme-search-cart-non-res,
.theme-header-topbar {
    display: none;
}

/* FEATURED PRODUCT */
.featured-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
}

.featured-card .product-logo img {
    object-fit: contain;
    height: 50px !important;
    margin-left: 30px;
    margin-top: 16px;
}

.featured-card .product-title {
    margin-left: 2rem;
    margin-top: 1rem !important;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -2px;
}

.featured-card .product-tagline {
    margin:2rem;
    line-height: 100%;
    /*color: #59c2ce;*/
     color: #000;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 38px;
    letter-spacing: -2px;
    text-transform: none;
}

.featured-card h2 {
    color: #000;
    font-family: "Bebas Neue";
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 1px;
}

.featured-card p {
    color: #000;
    margin-top: 1rem !important;
   	font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 30px 0 30px;
}

.featured-card ul {
    margin-top: 1rem;
    padding-right: 1.5rem;
}

.featured-card ul li {
    list-style: none;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    margin-left: 1.5rem;
    line-height: 20px;
    margin-bottom: 0rem;
    padding-bottom: .5rem;
    padding-left: 1.5rem;
    display: flex;
    color:#000;
}

.featured-card ul li:before {
    content: "";
    padding: .1rem .7rem !important;
    background: transparent url("right_arrow.png") center/1em auto no-repeat;
    border-radius: 10rem;
    margin-right: .5rem;
    background-size: 90%;
}

.product_wrap {
    padding: 0 0 32px 0;
   /*border: 1px solid #efefef;*/
    border-radius:.75rem;
  /*box-shadow: 0 .1875rem .4375rem 0 rgba(40, 60, 80, 0.05), 0 .0625rem .125rem 0 rgba(40, 60, 80, 0.03);*/
    margin-bottom: 1.25rem;
     /*background: url("bg-new-product.png") bottom right/1em auto no-repeat;*/
    background-size: cover;
}

.product_wrap_productPage {
    padding: 0 0 32px 0;
    margin-bottom: 1.25rem;
    background-size: 80%;
}

.product_wrap:hover {
    /*background: url("fp_bg.png") top right/1em auto no-repeat;
     background: url("product-bg-2.jpg") top right/1em auto no-repeat;
      background: linear-gradient(to bottom, #ffffff, #e9f3fa);*/
}
.cardsHome_wrap card{
padding:0px!important;
}
.fp_description {
    padding-right: 0 !important;
}

.fp_image {
    padding-left: 0 !important;
}

.fp_image img {
}
.home.fp_image img {
    margin-top:8rem;
    border-radius:500px;
    border:1px solid #e3dc04;
}

.fp_tag {
    display: flex;
    justify-content: center;
}
.product_wrap.featured .product-logo::after {
    content:"NEW"; position:absolute; 
    background-color:#c83539; 
    color: #ffffff; 
    Font-weight: 700; 
    font-family: "Roboto"; 
    justify-content: center; 
    border-bottom-left-radius: 100px; 
    border-bottom-right-radius: 100px; 
    border-bottom-left-radius: 100px; 
    border-bottom-right-radius: 100px; 
    margin-top: 1.5rem; 
    margin-left: .25rem; 
    border-top-right-radius: 100px; 
    padding: .5rem;
}
.fp_tag div {
    display:none!important;
    padding: 0rem 0rem 0rem 0rem;
    background-color: red;
    color: #ffffff;
    Font-weight: 700;
    font-family: "Montserrat";
    width: 100px;
    display: flex;
    justify-content: center;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding-bottom: 1rem;
    padding-top: .25rem;
}

.product_wrap_productPage .product-logo {
    width: auto !important;
    height:unset!important;

}

.product_wrap_productPage .product-logo img{
    height: 60px !important;

}
.product_wrap_productPage .product-tagline {
    margin-left: 2rem;
    margin-top:1rem;
    line-height:56px;
 color: #000;
	font-family: "Roboto";
    font-weight: 400;
    font-size: 56px;
    letter-spacing: -3px;
}
.product_wrap_productPage p {
    color: #000;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 20px;
    margin: 1rem 0 1rem 2rem;
}
.product_wrap_productPage .fp_image img {
    padding: 1rem !important;
}
.product_wrap_productPage ul {
    margin-top: 1rem;
    padding-right: 1.5rem;
}

.product_wrap_productPage ul li {
    list-style: none;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    margin-left: 1.5rem;
    line-height: 20px;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
    display: flex;
    color:#000;
}
.product_wrap_productPage ul li:before {
    content: "";
    padding: .1rem .7rem !important;
    background: transparent url("right_arrow.png") center/1em auto no-repeat;
    border-radius: 10rem;
    margin-right: .5rem;
    background-size: 90%;
}

.product-image {
    width: auto !important;
    height: auto !important;
    margin:1rem 0 1rem 0;
}
.zprow {
    display: flex;
    /* ensure flex layout */
    align-items: stretch;
    /* make both columns same height */
}

.fp_image {
    display: flex;
    align-items: center;
    /* center image vertically */
    justify-content: center;
    /* center horizontally if smaller */
}

.fp_image img {
    height: 100%;
    /* take full height of parent */
    width: auto;
    /* keep aspect ratio */
    object-fit: cover;
    /* crop if needed */
}


.cta-button {
    display: inline-block;
    padding: 12px 12px 12px 12px;
    background-color: #007bff;
    color: #fff;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s;
}

.cta-button:hover {
    background-color: #0056b3;
}

.btn {
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 12px 40px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 2px;
    border-radius: 50rem;

}

.btn-red {
    position: relative;
    z-index: 1;
    background-image: linear-gradient(120deg, #ff1200 0%, #ff0018 100%) !important;
    overflow: hidden;
    /*border: 1px solid #000;*/
    color: #fff;
        font-family: "Sora";
        font-weight:600;
}

.btn-red:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(120deg, #ff0018 0%, #ff1200 100%) !important;
    opacity: 0;
    transition: opacity 1s ease;
    /* Slow fade */
    z-index: -1;
    color: #fff !important;
}

.btn-red:hover {
    color: #fff !important;
}
input[name="SingleLine1"] {
  -webkit-text-security: disc; 
  text-security: disc;         
}


.btn-red:hover:after {
    opacity: 1;
}

.btn-secondary {
    position: relative;
    z-index: 1;
    background-image: linear-gradient(120deg, #fff 0%, #efefef 100%) !important;
    overflow: hidden;
    border: 1px solid #980211;
    color: #000;
    padding: .25rem 2.5rem;
}

.btn-secondary:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(120deg, #efefef 0%, #fff 100%) !important;
    opacity: 0;
    transition: opacity 1s ease;
    /* Slow fade */
    z-index: -1;
    color: #000 !important;
}

.btn-secondary:after:hover {
    color: #000;
    border: 1px solid #980211;
}

.product-logo img {
    height: 60px !important;
}
.theme-menu>ul>li:nth-child(3){
    display:none!important;
}

ul.theme-sub-menu>li a span.theme-menu-content span{
 font-size:14px!important;
}

/* Responsive */
@media (max-width: 768px) {
    .card {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 768px) {
    .formOuter_adminSignup iframe {
        height: 1000px !important;
    }

    .formOuter_productDetails iframe {
        height: 1050px !important;
    }

}

@media (min-width: 1200px) {
    .theme-header .zpcontainer {
        position: relative;
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
    .zpheader-style-04 .theme-header .zpcontainer {
     padding-block-start:20px!important;
     padding-block-end: 20px!important;
}
}
.productControl .zfFormHeader h2{
    display:none!important;
}
.theme-header .zpcontainer .theme-branding-info .theme-logo-parent.theme-disable-logo-mobile {
    display: block;
}
.theme-header .zpcontainer .theme-branding-info .theme-logo-parent.theme-disable-logo-mobile img{
  height:50px;
}
.zpheader-style-04 .theme-header .zpcontainer {
     padding-block-start: 0px;
     padding-block-end: 0px;
}

.fieldtypeText.ofIconCont #SingleLine1-arialabel {
    -webkit-text-security: disc;
  text-security: disc;
}
.zpcontent-container.hero-container{
height:auto!important;
}
.product-logo img{
    width: auto !important;
    height: 56px !important;
}
.heroProduct_wrap{
    background-color:#efefef;
}
.productImg-crad-home{
    height:200px;
    background-color:#ebf1fb;
    padding:.5rem 0 .5rem 0;
}
.productImg-crad-home img{
    height:180px;
}
.videoSection_productPage{
            font-family: "Roboto";
}
.videoSection_productPage h3{
            font-family: "Roboto";
    font-weight:600;
    font-size:40px;
    letter-spacing:-3px;
    text-align:center;
}
.videoSection_productPage p{
    margin:unset;
      font-size:14px;
    font-family:'Roboto';
    font-weight:400;
    line-height:20px;
    margin-left:0px!important;
    padding-left:0px!important;
}
.videoSection_productPage h4{
     font-size:18px;
    font-weight:600;
      font-family: "Roboto";
    text-transform:none;
    line-height:20px;
    margin-bottom:.5rem;
    margin-top:.5rem;
}
.videoSection_productPage ul li{
    background-image:unset;
    padding-left:0;
    margin-left:0;
    border-bottom:1px solid #efefef;
}
.videoSection_productPage ul li::before{
 display:none;
}
.videoSection_productPage ul{
padding-left:60px;
    padding-top:30px;
}
.videoSection_productPage ul li img{
 border-radius:10px;
}
.videoSection_productPage ul li.no-border{
border:unset;
}
.productPage_videoSection .card{
    flex: 1 1 calc(50% - 1rem);
    border-radius:10px;
    padding:1rem;
}
.productPage_videoSection .card a{
    margin-top:2rem;
    font-family:'Roboto';
    font-weight:400;
    font-size:14px;
}
.productPage_videoSection .card a::after{
    content: "";
    padding: .1rem .7rem !important;
    background: transparent url("arrow-right-long-black.png") center/1em auto no-repeat;
    border-radius: 10rem;
    margin-right: .5rem;
    background-size: 90%;
}
.productPage_videoSection .card.bgOne{
     /*background-color:#00866a;*/
}
.productPage_videoSection .card.bgTwo{
     /*background-color:#ca4d37;*/
}
.productPage_videoSection .card.bgThree{
     /*background-color:#8e2d8d;*/
}
.productPage_videoSection .card.Four{
    /*background-color:#ab6604;*/
}
.zpheader-style-01 .theme-header .zpcontainer {
        padding-block-start: 16px;
        padding-block-end: 16px;
    }
    .zphero .zpcontainer, .zphero .zprow {
        padding-top: 0;
    }
.play-btn {
      width: 100px; height: 100px;
      background: red; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; margin: 0 auto;
     border:3px solid #ccc;
    }
.play-btn:hover {
      border:3px solid #fff;

    }
    .play-btn::after {
      content: '';
      border-left: 30px solid #fff;
      border-top: 18px solid transparent;
      border-bottom: 18px solid transparent;
      margin-left: 5px;
    }

    /* Modal */
    .modal {
      display: none;
      position: fixed; top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.8);
      justify-content: center; align-items: center;
      z-index: 1000;
    }
    .modal-content {
      position: relative;
      width: 90%; max-width: 800px;
      background: #000;
        margin:auto;
        top:3rem;
    }
    .modal-content iframe {
      width: 100%; height: 450px;
    }
    .close {
      position: absolute; top: 10px; right: 15px;
      font-size: 30px; color: #fff; cursor: pointer;
    }
.videoSection-productPage_wrap{
background: radial-gradient(at 18% 95%,#030060 0,rgba(3,0,96,.001) 80%),radial-gradient(at 85% 81%,#0ff 0,rgba(0,255,255,.001) 80%),radial-gradient(at 60% 99%,#3afded 10%,rgba(58,253,237,.001) 50%),radial-gradient(at 35% 15%,#fbf9e8 0,hsla(54,70%,95%,.75) 10%,hsla(54,70%,95%,.001) 20%),radial-gradient(at 39% 25%,#fcf7e7 0,hsla(46,78%,95%,.75) 30%,hsla(46,78%,95%,.001) 60%),radial-gradient(at 2% 2%,#ffffff 0,rgba(246,214,216,.001) 55%),radial-gradient(at 0 98%,#250075 0,rgba(37,0,117,.001) 85%),radial-gradient(at 98% 3%,#0037ad 0,rgba(0,55,173,.001) 85%),radial-gradient(at 76% 2%,#0270bb 10%,rgba(2,112,187,.001) 60%)!important;
}
    .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li{
min-inline-size: 220px!important;
    background-color: rgba(255, 255, 255, 0)!important; 
      box-shadow: unset!important; 
           margin:0px 0px 0px 0px!important;
                 padding:0px 0px 0px 0px!important;
}

 .theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li a{
 background-color: rgba(255, 255, 255, 1)!important;
     margin:0px 2px 2px 2px!important;
  border-radius:0px!important;
}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul li:last-child a{
border-bottom-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;

}
.theme-navigation-and-icons .theme-menu-area .theme-menu ul li ul{
border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 6px !important;
    /*border: 0px 1px 1px 1px  solid;*/
   background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 3px RGBA(0, 0, 0, 0.1);
        margin:0px 0px 0px 0px!important;
}

.curP.footer-tab.theme-dark-clr.sel {
    display: none;
}
.productVideo_wrap{
	background-image:url(swd.jpg);
	height:350px;
    margin-top:1.5rem;
    border-radius:10px;
    border:1px solid #efefef;
    display:flex;
	align-items:center;
	justify-content:center;
    background-size:contain;
}
.video_instruction{
color:#efefef;
    padding:1rem;
    font-size:12px;
}
.video_instruction p{
color:#efefef!important;
 font-style:italic;
    margin-bottom:8px;
}
