.content-wrap {
  width: 95%;
  max-width: 1400px;
}
.header {
    display: none
  }
.banner-img{margin-top: 70px;}
 .sprints-wrapper {
    position: relative;
    width: 100%;
    margin: -80px 0 0;
    padding: 70px 0 0
  }
  .sprints-wrapper:before,
  .sprints-wrapper:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0
  }
  .sprints-wrapper:before {
    background: #D6E4F1;
    left: 0;
    top: 0;
    width: 45%;
  }
  .sprints-wrapper:after {
    background: #f9fafa;
    right: 0;
    width: 55%;
  }
  .sprints-wrapper .content-wrap {
    display: flex;
    justify-content: space-between
  }
  .spi-contact-cont,
  .spi-contact-form {
    width: 50%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 90px
  }
  .spi-contact-form {
    padding: 100px 0 30px 40px;
    width: 55%;
}
.spi-contact-form iframe {
  border: 1px solid #e2e2e2;
  box-shadow: 10px 10px 5px rgb(0 0 0 / 5%);
}
.spi-contact-cont {
  padding: 90px 50px;
  width: 45%;
}
  .spi-contact-cont a {
    color: #D6E4F1;
  }
  .contact-expect li {
    padding: 25px 0 0 50px;
    position: relative;
    font-size: 19px;
  }
  .contact-expect li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 27px;
    width: 30px;
    height: 30px;
    background-image: url(/sites/zweb/images/routeiq/demo-sprite.png);
    background-size: 181px auto;
    background-position: 0 0;
  }
  .contact-expect li:nth-child(1):before {
    background-position: -148px 0;
    width: 33px;
    height: 33px;
  }
  .contact-expect li:nth-child(3):before {
    background-position: -40px 0;
  }
  .contact-expect li:nth-child(4):before {
    background-position: -80px 0;
    top: 30px;
  }
  .contact-expect li:nth-child(5):before {
    background-position: -113px 0;
    top: 23px;
  }
  
  .contact-expect li:nth-child(4){padding-top: 35px;}
  .spi-contact-form h1{margin-bottom: 20px;}
  .form-block {
    width: 600px;
    margin: 50px auto;
    box-shadow: 0 0 20px 4px rgba(207, 207, 207, 0.3);
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 5px
  }
  div.zgdprform-state-container::after, div.zgdprform-countrylist-container::after{pointer-events: none;}
  .content-sec {
    text-align: center
  }
  .form-group {
    position: relative;
    margin-top: 15px
  }
  .form-group input:not([type="checkbox"]),
  .form-group textarea,
  .form-group select {
    width: 100%;
    line-height: 18px !important;
    font-size: 15px !important;
    padding: 15px !important;
    border: 1px solid #d9d9d9;
    margin-bottom: 0;
    box-sizing: border-box;
    border-radius: 4px !important;
    color: #000;
    font-family: var(--primaryfont-regular)
  }
  .form-group textarea {
    height: 120px !important
  }
  .form-group input:focus,
  .form-group textarea:focus,
  .form-group select:focus,
  .form-group input:active,
  .form-group textarea:active,
  .form-group select:active {
    outline: 0;
    box-shadow: none
  }
  .form-group textarea {
    height: 100px
  }
  label.error {
    color: #bd0000;
    font-size: 12px;
    vertical-align: top
  }
  .reload {
    text-decoration: none
  }
  .captcha-code img {
    border: 1px solid #d9d9d9;
    border-radius: 4px !important;
    margin: 20px 0 0
  }
  @keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
  }
  .button-group {
    position: relative;
    width: fit-content
  }
  .button-group .button {
    line-height: 45px;
    padding: 0 60px;
    border-radius: 5px;
    border: 0;
    outline: 0
  }
  button.button:focus {
    outline: 0
  }
  .button-group.active .loading {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: .25rem solid rgba(255, 255, 255, 0.2);
    border-top-color: white;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    position: absolute;
    top: 12%;
    left: 36%;
    transform: translate(-50%, -50%)
  }
  .success-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000030;
    z-index: 999
  }
  .success-inner {
    max-width: 400px;
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 0 5px #00000052
  }
  .success-content {
    text-align: center
  }
  .success-content h3 {
    font-size: 25px
  }
  .success-content .button {
    padding: 5px 30px;
    line-height: 30px;
    border-radius: 2px
  }
  .button-group.active .button:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000038
  }
  .hide {
    display: none
  }
  .zw-global-header {
    display: none
  }
  .zw-product-header .content-wrap {
    z-index: 9
  }
  .spi-contact-cont h4{font-size: 32px;max-width: 330px;}
  @media screen and (max-width:1199px) {
    .contact-expect li{font-size: 17px;}
    .spi-contact-cont h4{font-size: 30px;}
    .spi-contact-cont, .spi-contact-form{padding: 90px 65px;}
    .spi-contact-form{.spi-contact-form{padding: 90px 15px;}}
  }
  @media screen and (max-width:992px) {
    .sprints-wrapper:before,
    .sprints-wrapper:after {
        width: 100%;
        height: 50%
    }
    .sprints-wrapper:before {
        background: #D6E4F1;
        left: 0;
        top: 0;
        height:890px;
    }
    .sprints-wrapper:after {
        background: #f9fafa;
        bottom: 0;
        top: inherit;
        height: calc(100% - 890px);
    }
    .sprints-wrapper .content-wrap {
        display: block
    }
    .spi-contact-cont,
    .spi-contact-form {
        width: 100%
    }
    img.banner-img {
      width: 358px;
  }
  .spi-contact-form {
    padding: 20px 15px;
}
.spi-contact-form iframe {
  height: 620px;
}
.spi-contact-cont{
  padding: 60px 65px 70px;
}
  }
  @media screen and (max-width:767px) {
    .sprints-wrapper {
        padding: 0
    }
    .sprints-wrapper:before,
    .sprints-wrapper:after {
        content: none
    }
    .sprints-wrapper .content-wrap {
        width: 100%
    }
    .spi-contact-cont {
        background: #D6E4F1;
        padding-top: 140px
    }
    .spi-contact-form {
        background: #f9fafa
    }
    .spi-contact-cont h4{font-size: 27px;}
    .contact-expect li{font-size: 15px;}
    .banner-img {
      margin-top: 40px;
  }
  }
  @media screen and (max-width:560px) {
    .spi-contact-cont,
    .spi-contact-form {
        padding: 30px 7%
    }
    .spi-contact-cont {
        padding-top: 120px
    }
  }