* {
    font-family: "Poppins";
    font-style: normal;
  }
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  span {
    padding: 0;
    margin: 0;
  }
  img {
    object-fit: cover;
  }
  img {
    height: auto;
    width: auto;
  }
  @media (min-width: 1000px) {
      .container {
          max-width: 90%;
          margin: 0 auto;
      }
  }
  @media (min-width: 1500px) {
      .container {
          max-width: 1450px;
          margin: 0 auto;
      }
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    color: #000;
}
header img {
    width: 186px;
}
.header-btn{
font-size: 16px;
font-weight: 500;
line-height: 24px;
text-align: left;
color: #fff;
padding: 13px 35px;
background-color: #0161FF;
border-radius: 28px;
}
.cta-btn{
font-size: 19px;
font-weight: 600;
line-height: 28.5px;
text-align: center;
color: #000;
padding: 15px 48px;
border-radius: 10px;
background-color: #FCBF49;
box-shadow: 0px 3.21px 0px 0px #AF8100;
}
.banner-disc p{
    color: #141414B2;
    opacity: 0.7;
font-size: 20px;
font-weight: 400;
line-height: 38px;
padding: 24px 0 48px;
}
h1{
font-size: 60px;
font-weight: 500;
line-height: 70px;
color: #000;
}
h1 span{
    color: #8C949B;
}
.banner-img img{
    width: 31vw;
}
.banner{
  height: auto;
  padding: 78px 0;
}
.banner-img {
    text-align: center;
}
.banner .row{
    align-items: center;
}
.strategy{
    background-color: #F9FAFC;
    padding: 110px 0;
}
.strategy h2{
font-size: 40px;
font-weight: 600;
line-height: 57px;
color: #000;
padding-top: 40px;
}
.strategy h3{
font-size: 24px;
font-weight: 600;
line-height: 26px;
color: #000;
padding-top: 12px;
position: relative;
width: 40%;
}
.strategy h3::after{
    content: '';
    position: absolute;
    background: linear-gradient(96.45deg, #0161FF 1.84%, #6C0EE7 30.86%, #E11315 60.54%, #F7AB01 98.51%);
    width: 38px;
    height: 3px;
    top: 0;
    left: 0;
}
.s-disc p{
font-size: 16px;
font-weight: 400;
line-height: 30px;
color: #000;
width: 60%;
}
.s-disc{
    display: flex;
    gap: 30px;
padding-bottom: 40px;
}
.strategy img{
    border-radius: 24px;
}
.benefit-img img{
    width: 100%;
}
.benefits h2{
font-size: 40px;
font-weight: 600;
line-height: 54px;
color: #000;
padding-bottom: 40px;
}
.b-disc {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding-bottom: 30px;
}
.b-disc p{
font-size: 20px;
font-weight: 400;
line-height: 36px;
color: #000;
opacity: 0.8;
transform: translate(0px, -6px);
}
.benefits{
    padding: 100px 0;
}
.cta-section{
    background-color: #0161FF;
    border-radius: 30px;
    display: flex;
    gap: 69px;
    box-shadow: 0px 0px 155px #eff5ff;
}
.cta-left,.cta-right{
    width: 50%;
}
.cta-section h3{
font-size: 32px;
font-weight: 600;
line-height: 44px;
color: #fff;
}
.cta-section p{
font-size: 18px;
font-weight: 400;
line-height: 30px;
padding: 12px 0 64px;
color: #fff;
}
.cta-left{
    padding: 50px 0 50px 60px;
}
.cta-right img{
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.sucess {
    padding: 100px 0;
    padding-left: 10%;
}
.sucess h2{
    font-size: 40px;
font-weight: 600;
line-height: 54px;
color: #000;
padding-bottom: 16px;
}
.sucess .s-d{
    font-size: 24px;
font-weight: 400;
line-height: normal;
color: #000;
opacity: 0.6;
padding-bottom: 80px;
display: block;
}
.owl-item .sucess-item img{
    width: auto !important;
    height: auto !important;
}
.sucess-item {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.quote{
font-size: 28px;
font-weight: 400;
line-height: 44.8px;
color: #000;
padding: 12px 0 27px;

}
.client-name{
font-size: 28px;
font-weight: 600;
line-height: 39.2px;
color: #000;
padding-bottom: 4px;
}
.client-desig{
font-size: 20px;
font-weight: 400;
line-height: 28px;
text-align: left;
color: #000;
opacity: 0.6;
}
.owl-theme .owl-nav [class*='owl-']:hover{
    background: none;
}
.sucess-slider .owl-nav button.owl-next, .sucess-slider .owl-nav button.owl-prev{
    opacity: 0.5;
}
.sucess-slider .owl-nav button.owl-next:hover, .sucess-slider .owl-nav button.owl-prev:hover{
    opacity: 1;
}
.sucess-slider  .owl-nav{
    position: absolute;
    right: 10%;
    top: -165px;
}
.zazzlogo{
    width: 136px;
}
.form-section p{
font-size: 24px;
font-weight: 500;
line-height: 36px;
text-align: left;
color: #000;
padding-top: 20px;
}
#form{
    padding: 100px 0;
    background-image: url(https://d2yq1wt6p3tg8m.cloudfront.net/assets/images/white-paper/form-bg.jpg);
    background-size: cover;
}
#form h2{
font-size: 40px;
font-weight: 600;
line-height: 54px;
text-align: left;
color: #000;
padding-bottom: 6px;
}
.ac-number{
font-size: 24px;
font-weight: 400;
line-height: 36px;
text-align: left;
color: #000;
opacity: 0.5 !important;
padding-right: 5px;
}
.accordion_head_new h3{
font-size: 24px;
font-weight: 600;
line-height: 36px;
color: #000;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
}
.accordion_body{
font-size: 20px;
font-weight: 400;
line-height: 36px;
text-align: left;
color: #000;
opacity: 0.6;
padding-top: 10px;
}
.inner-accordion{
    padding: 32px 0;
    border-bottom: 2px solid #aeaeb0;
}
.form-section hr {
    margin: 20px 0 32px;
}
.form-section{
    box-shadow: 0px 10.61px 21.22px 0px #8C8C8C2B;
    padding: 32px;
    background: #fff;
    border-radius: 24px;
    width: 90%;
    margin-left: auto;

}
label {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    color: #000;
    padding-bottom: 6px;
}
input {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    border-radius: 10px;
    padding: 15px 16px;
    color: #000;
    opacity: 0.8;
    margin-bottom: 20px;
    border: 1.06px solid #DADBDD
}
input[type=submit]{
font-size: 18px;
font-weight: 500;
line-height: 27px;
padding: 17px 0;
text-align: center;
color: #fff;
background-color: #0161FF;
}
.input {
    position: relative;
}
.hs-error-msg{
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    color: #ed312b;
    position: absolute;
    left: 0;
    bottom: 0;
}
li{
    list-style: none    ;
}
.hs_email, .hs_jobtitle{
    position: relative;
}
.hs_lastname .hs-error-msgs , .hs_firstname .hs-error-msgs,.hs_error_rollup{display: none;}
.blog h2{
font-size: 40px;
font-weight: 600;
line-height: 54px;
padding-bottom: 40px;
color: #000;
}
.blog{
    padding: 100px 0;
}
.blog-detail .uh3 {
    font-size: 23.88px;
    font-weight: 500;
    line-height: 37.02px;
    padding: 15px 0 10px;
    color: #000;
}
.blog-detail p{
font-size: 16.72px;
font-weight: 400;
line-height: 28.66px;
padding-bottom: 10px;
color: #919191;
}
p.read-more{
font-size: 16.72px;
font-weight: 400;
line-height: 25.08px;
color: #0091FF;
}
.footer-cta{
    background-image: url(https://d2yq1wt6p3tg8m.cloudfront.net/assets/images/white-paper/footer-cta.jpg);
    background-size: cover;
    width: 90%;
    margin: auto;
    padding: 100px 0;
    border-radius: 50px;
}
.footer-cta h2{
font-size: 50px;
font-weight: 600;
line-height: 60px;
text-align: center;
color: #fff;
}
.footer-cta p{
font-size: 24px;
font-weight: 400;
line-height: 36px;
text-align: center;
color: #fff;
padding: 30px 0 60px;
}
.footer-cta-btn{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #000;
    padding: 20px 60px;
    background-color: #fff;
    border-radius: 28px;
    margin: auto;
    display: flex;
    justify-content: center;
    width: fit-content;
}
a:hover {
    color: inherit;
}
.header-btn:hover{color: #fff;}
@media screen and (max-width:1550px) {
    h1 {
        font-size: 49px;
        line-height: 64px;
    }
    .banner-disc p {
        font-size: 16px;
        line-height: 32px;
        padding: 14px 0 41px;
    }
    .banner {
        padding: 32px 0;
    }
    .strategy {
        padding: 90px 0;
    }
    .strategy h2, .sucess h2, #form h2, .blog h2 {
        font-size: 34px;
        line-height: 49px;
    }
    .strategy h3 , .accordion_head_new h3 *, .blog-detail .uh3{
        font-size: 20px;
        line-height: 27px;
    }
    .s-disc p {
        font-size: 15px;
        line-height: 26px;
    }
    .benefits,.blog,    #form {
        padding: 80px 0;
    }
    .benefits h2 {
        font-size: 34px;
        line-height: 49px;
        padding-bottom: 30px;
    }
    .b-disc p,.sucess .s-d, .accordion_body {
        font-size: 16px;
        line-height: 30px;
    }
    .cta-section h3 {
        font-size: 27px;
        line-height: 40px;
    }
    .inner-accordion {
        padding: 28px 0;
        border-bottom: 1px solid #aeaeb0;
    }
    
    .cta-section p {
        font-size: 16px;
        line-height: 28px;
        padding: 12px 0 54px;
    }
    .sucess {
        padding: 80px 0;
        padding-left: 6%;
    }
    .quote {
        font-size: 18px;
        line-height: 32.8px;
        padding: 8px 0 22px;
    }
    .client-name {
        font-size: 22px;
        line-height: 34.2px;
    }
    .client-desig {
        font-size: 16px;
        line-height: 20px;
    }
    .footer-cta h2 {
        font-size: 34px;
        line-height: 45px;
    }
    .footer-cta p {
        font-size: 18px;
        line-height: 29px;
        padding: 23px 0 47px;
    }
    .footer-cta {
        padding: 75px 0;
    }
    
    
    
    
    
    
    
    
}
@media screen and (max-width: 1300px) {
    h1 {
        font-size: 38px;
        line-height: 51px;
    }
    .banner-disc p {
        padding: 8px 0 33px;
    }
    .cta-btn {
        font-size: 14px;
    }
    .strategy h2, .sucess h2, #form h2, .blog h2 {
        font-size: 30px;
        line-height: 44px;
    }
    .strategy h3, .accordion_head_new h3 *, .blog-detail .uh3 {
        font-size: 18px;
        line-height: 27px;
    }
}
@media screen and (max-width:999px) {
    .banner .row, .strategy .row, #form .row {
        gap: 60px;
    }
    .banner-img img {
        width: 100%;
    }
    .strategy {
        padding: 60px 0;
    }
    .cta-section {
        flex-direction: column;
    }
    .cta-left, .cta-right {
        width: 100%;
    }
    .cta-left {
        padding: 50px 60px;
    }
    .cta-section {
        gap: 0;
    }
    .sucess-slider .owl-nav {
        position: absolute;
        right: unset;
        top: unset;
        left: 0;
        bottom: -117px;
    }
    .sucess {
        padding: 80px 0 174px;
        padding-left: 6%;
    }
    .form-section {
        width: 100%;

    }
    .footer-cta {
        padding: 75px 15px;
    }
    .footer-cta h2 {
        font-size: 26px;
        line-height: 42px;
    }
    .footer-cta p {
        font-size: 15px;
        line-height: 29px;
        padding: 23px 0 47px;
    }



}
@media screen and (max-width:700px) {
    header img {
        width: 106px;
    }
    header {
        padding: 15px 0;
    }
    .header-btn {
        font-size: 12px;
        line-height: 24px;
        padding: 8px 15px;
    }
    .strategy img {
        width: 80px;
    }
    .sucess .s-d {
        padding-bottom: 40px;
    }
    .hs-error-msg {
        bottom: -16px;
    }
    h1 {
        font-size: 29px;
        line-height: 40px;
        text-align: center;
    }
    .banner-disc p {
        text-align: center;
        font-size: 14px;
        line-height: 26px;
        padding: 16px 0 32px;
    }
    .cta-btn {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        display: block;
    }
    .banner .row, .strategy .row, #form .row {
        gap: 32px;
    }
    .banner-img img {
        transform: translate(-13px, 0px);
    }
    .strategy h2, .sucess h2, #form h2, .blog h2, .benefits h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .strategy h2{padding-top: 20px;}
    .s-disc {
        gap: 8px;
        padding-bottom: 24px;
        flex-direction: column;
    }
    .strategy h3,.s-disc p {
        width: 100%;
    }
    .s-disc p {
        font-size: 14px;
        line-height: 26px;
    }
    .strategy {
        padding: 40px 0;
    }
    .benefits {
        padding: 40px 15px;
    }

    .benefits .row{
        flex-direction: column-reverse;
        gap: 40px;
    }
    .b-disc p, .sucess .s-d, .accordion_body {
        font-size: 14px;
        line-height: 26px;
    }

    .cta-left {
        padding: 30px 20px;
    }
    .cta-section h3 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    .cta-section p {
        font-size: 14px;
        line-height: 26px;
        padding: 8px 0 32px;
        text-align: center;
    }
    .cta-btn {
        padding: 13px 5px;
    }
    .cta-left {
        padding: 30px 20px 5px;
    }
    .cta-right img {
        width: 100%;
    }
    .sucess h2 br, .footer-cta br{display: none;}
    .sucess-item {
        gap: 16px;
    }
    .owl-item .sucess-item img {
        width: 62px !important;
    }
    .owl-item .sucess-item div.sucess-box img {
        width: 40px !important;
    }
    .quote {
        font-size: 16px;
        line-height: 25.8px;
    }
    .client-name {
        font-size: 18px;
        line-height: 25.2px;
    }
    .client-desig {
        font-size: 14px;
        line-height: 19px;
    }
    .owl-theme .owl-dots{
        display: none;
    }
    .sucess-slider .owl-nav img {
        width: 59px;
    }
    .sucess {
        padding: 80px 0 110px;
        padding-left: 15px;
    }
    .sucess-slider .owl-nav {
        bottom: -75px;
    }
  .blog, #form {
        padding: 40px 0;
    }
    .inner-accordion span.h3 {
        display: flex;
    }
    .form-section {
        padding: 24px 20px;
    }
    .form-section p {
        font-size: 18px;
        line-height: 27px;
        padding-top: 10px;
    }
.blog .container{
    padding-right: 0;
}
p.read-more {
    display: flex;
    align-items: center;
}
.read-more img{width: auto !important;}

.blog h2 {
    padding-bottom: 20px;
}
.footer-cta {
    width: 100%;
    padding: 58px 20px;
    border-radius: 24px;
}
.footer-cta h2 {
    font-size: 20px;
    line-height: 30px;
}
.footer-cta p {
    font-size: 14px;
    line-height: 26px;
    padding: 16px 0 48px;
}
.footer-cta-btn {
    font-size: 16px;
    line-height: 24px;
    padding: 13px 6px;
    width: 100%;
}



}