html, body {
  max-width: 100%;
  overflow-x: clip;
}
/*Book demo button gradient bg animation*/
.book-demo-bottom a.zpbutton-wrapper, .top-bar-btn a.zpbutton-wrapper{background: #1987FB;
    box-shadow: 0px 3px 6px #00000024;
    border-radius: 10px;
    padding: 12px 45px;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    letter-spacing: 0.8px;
    border: none;}
.book-demo-bottom a.zpbutton-wrapper, .top-bar-btn a.zpbutton-wrapper{-webkit-animation: moveanimation 60s linear infinite;animation: moveanimation 60s linear infinite;background: linear-gradient(121.19deg, rgba(133, 239, 49, 0) 25.73%, hsla(0, 0%, 100%, .3) 45.27%, rgba(133, 239, 49, 0) 62.27%), #1a87fb;
}
.book-demo-bottom a.zpbutton-wrapper:hover, .top-bar-btn a.zpbutton-wrapper:hover{background: linear-gradient(121.19deg, rgba(133, 239, 49, 0) 25.73%, hsla(0, 0%, 100%, .3) 45.27%, rgba(133, 239, 49, 0) 62.27%), #1a87fb;}
@keyframes moveanimation{
0% {
    background-position: -5000px 0;
}

100% {
    background-position: 5000px 0;
    }}
/*End of Book demo button gradient bg animation*/
.footer-section a:hover{text-decoration:underline;}
@media only screen and (min-width: 768px){
/*Fix header for desktop*/
.top-header{position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);}
/*End of Fix header for desktop*/
.work-col-box{
    width: 20%;margin-right: 30px;height: 20em;
    }
    
    .benefits-box{width:45%; margin: 0 2%}   
}

@media only screen and (max-width: 767px){
    .left-image-banner{margin-bottom: -7px;}
    .work-col-box{
        width: 80%; margin-bottom: 2%;
        padding-bottom: 1em;}
    .footer-bottom-text div{width:auto !important;}
    .benefits-box{width: 80%;
        margin: 7% 0;}
/*Mobile tab structure change*/
    .tab-mob-covered{width:48%;line-height:25px !important;text-align: center;}
    .tab-mob-not-covered{width:48%;position:absolute; right:12px; top: 20px;line-height:25px !important;text-align: center;}
/*End of Mobile tab structure change*/
}
