@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
body {
  padding: 0px;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

p {
  font-size: 18px;
}

header {
  -webkit-transition: all .8s;
  transition: all .8s;
  padding: 15px 0;
  border-bottom: 1px solid #E6E6E6;
  border-top: 6px solid #f79320;
}

section.features .features-list h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.imc-logo img {
  height: 25px;
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  .imc-logo img {
    height: auto;
    max-width: 100%;
  }
}

.section-title h2 {
  font-size: 32px;
  line-height: 44px;
  margin: 0;
}

.section-title .heading-lines {
  border: 3px solid #F7921F;
  width: 200px;
  margin: 0px auto;
  margin-bottom: 20px;
}

.white-btn {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}

.white-btn:hover {
  background: #fdd106 !important;
  border: 1px solid #fdd106;
  color: #000;
}

.custom-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*ziva banner section*/
@media (max-width: 767px) {
  .banner-content {
    background: #F7921F;
    position: relative;
    z-index: 999;
  }
  .banner-content .Ziva-Watermark {
    position: absolute;
    width: 100%;
    left: 0;
    padding-left: 20px !important;
    background: #F7921F;
    margin: 10px 0;
    margin-bottom: 15px;
  }
  .banner-content .Ziva-Watermark img {
    position: relative;
    z-index: 9;
    max-height: 50px !important;
  }
  .banner-content .Ziva-Watermark:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
    content: "";
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .banner-content .Ziva-Watermark {
    padding-left: calc( 100vw / 2 - 540px / 2 + 20px) !important;
  }
}

@media (max-width: 767px) {
  .ui-banner {
    padding: 0;
    max-width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .ui-banner .ban-con, .ui-banner .form-box {
    max-width: 540px !important;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .form-box {
    padding: 0 20px;
    padding-top: 31px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background: #fff !important;
  }
  .form-box .form-cnt {
    background: #F9F9F9;
    -webkit-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.25);
  }
}

.banner-section {
  background: #F7921F;
  /* background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #fff), color-stop(20%, #F7921F));
  background: linear-gradient(to top, #fff 25%, #F7921F 20%); */
  color: #fff;
}

@media (max-width: 767px) {
  .banner-section {
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #fff), color-stop(20%, #fff));
    background: linear-gradient(to top, #fff 25%, #fff 20%);
  }
}

.banner-section .ban-con {
  max-width: 570px;
  padding-top: 125px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .banner-section .ban-con {
    padding-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section .ban-con {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .banner-section .ban-con {
    padding: 0 20px;
    padding-top: 30px;
    padding-bottom: 65px;
  }
}

.banner-section h2 {
  padding-bottom: 40px;
  font-weight: 400;
  font-size: 42px;
}

@media screen and (min-width: 1199px) {
  .banner-section h2 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .banner-section h2 {
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 26px;
  }
}

.banner-section .Ziva-Watermark {
  /* margin-top: 85px; */
    position: absolute;
    bottom: -45px;

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section .Ziva-Watermark {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section .Ziva-Watermark {
    margin-top: 187px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .banner-section .Ziva-Watermark {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section .Ziva-Watermark img {
    width: 300px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .banner-section .Ziva-Watermark img {
    max-height: 60px;
  }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .digitize-improve p {
    margin-bottom: 0px;
    font-size: 16px;
  }
}

.facets {
  background: #F9F9F9;
}

.facets h2.md-pb8 {
  padding-bottom: 8px;
}

.facets .facets-content img {
  padding-bottom: 20px;
}

.facets .facets-content h4 {
  margin-bottom: 20px;
  font-weight: 400;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .facets .facets-content h4 {
    font-size: 18px;
  }
}

.facets .facets-content p {
  max-width: 466px;
  font-size: 16px;
  margin: auto;
  margin-bottom: 50px;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .facets .facets-content p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.content-sec p {
  font-size: 24px;
  text-align: center;
  margin: 0;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .content-sec p {
    font-size: 16px;
  }
}

.content-sec p span {
  font-weight: 600;
}

.segments {
  background: #FFA33A;
  background-image: url("../img/ziva/SegmentsWeServe.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.segments h2 {
  padding-bottom: 8px !important;
  color: #fff;
}

.segments .heading-lines {
  border: 3px solid #fff;
}

.segments ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px;
  padding: 0px;
}

.segments ul li {
  margin: 15px;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .segments ul li {
    margin: 5px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .segments ul li {
    margin: 8px;
  }
}

.segments ul li div {
  width: 250px;
  min-height: 200px;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .segments ul li div {
    width: 140px;
    min-height: 140px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .segments ul li div {
    width: 190px;
    min-height: 190px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .segments ul li div img {
    width: 42px;
  }
}

.segments ul li div p {
  color: #6A6A6A;
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 0px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .segments ul li div p {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .segments ul li div p {
    font-size: 18px;
  }
}

.whychoose ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .whychoose ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .whychoose ul li#product-heading2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.whychoose ul li#product-heading2 div.product-heading2 {
  margin-right: 70px;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .whychoose ul li#product-heading2 div.product-heading2 {
    margin-right: 0px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .whychoose ul li#product-heading2 div.product-heading2 {
    margin-right: 50px;
  }
}

.whychoose ul li#product-heading2 div.product-heading2 .heading-lines {
  margin-right: auto !important;
  margin-left: 0px !important;
}

.whychoose ul li.heading-li {
  margin-right: 10px;
}

@media screen and (min-width: 320px) and (max-width: 567px) {
  .whychoose ul li.heading-li {
    margin-right: 0px;
  }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .whychoose ul li.heading-li {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 567px) {
  .whychoose ul li.heading-li div.why-final {
    margin-top: 0px;
  }
}

@media screen and (min-width: 568px) and (max-width: 991px) {
  .whychoose ul li.heading-li div.why-final {
    margin-top: 10px;
  }
}

.whychoose ul li.heading-li div {
  position: relative;
  width: 320px;
  height: 200px;
  border: 1px solid #DEDEDE;
  padding: 20px;
}

@media screen and (min-width: 320px) and (max-width: 567px) {
  .whychoose ul li.heading-li div {
    height: 170px;
    width: 280px;
  }
}

@media screen and (min-width: 568px) and (max-width: 1199px) {
  .whychoose ul li.heading-li div {
    width: 250px;
  }
}

.whychoose ul li.heading-li div h4 {
  font-size: 22px;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .whychoose ul li.heading-li div h4 {
    font-size: 18px;
  }
}

.whychoose ul li.heading-li div img {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .whychoose ul li:nth-child(3) {
    margin-bottom: 0px !important;
  }
}

section.focus {
  padding: 30px 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(#daf3e9), to(#dcf0dc));
  background-image: linear-gradient(to right, #daf3e9, #dcf0dc);
}

section.focus p {
  color: #000;
  font-size: 17px;
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  section.focus p {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  section.focus p {
    font-size: 14px;
    margin-top: 15px;
  }
}

section.features {
  padding: 30px 0px;
}

section.features .features-list {
  padding: 15px 15px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  section.features .features-list {
    padding: 15px 0px;
  }
}

section.features .features-list h4 {
  margin: 20px 0px 15px;
}

section.features .features-list .img-container {
  width: 85px;
  height: 85px;
  background: #efefef;
  text-align: center;
  margin: 0px auto;
  padding: 12px;
  border-radius: 50px;
}

section.features .features-list .img-container img {
  width: 60px;
}

section.why-novac {
  padding: 30px 0px;
  background: #f5f5f5;
}

section.why-novac .why-container {
  border-right: 2px solid #0f7693;
  border-color: linear-gradient(top, #555555, #111111);
  border-color: -webkit-linear-gradient(top, #555555, #111111);
  border-color: -moz-linear-gradient(top, #555555, #111111);
  padding: 0px 15px;
}

@media screen and (min-width: 320px) and (max-width: 992px) {
  section.why-novac .why-container {
    border: 0px;
    padding: 15px 15px;
  }
}

section.why-novac .why-container div {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}

section.why-novac .why-container img {
  width: 60px;
}

section.why-novac .no-border {
  border-right: 0px;
}

footer .main-footer {
  background: #F9F9F9;
}

.form-box {
  background: #F9F9F9;
  margin-bottom: 0px;
  color: #000;
  -webkit-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.25);
}

.form-section {
  padding: 20px 24px 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .form-section {
    padding: 15px 15px 15px;
  }
}

.form-cnt .form-group {
  margin-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .form-cnt .form-group {
    margin-bottom: 15px;
  }
}

.form-input {
  font-size: 13px;
  color: #9E9E9E;
  font-weight: 400;
  /*-webkit-box-shadow: 1px 3px 10px #00000016;
    box-shadow: 1px 3px 10px #00000016;*/
  background-color: #D8D8D8;
  border: 1px solid #CCCCCC;
  height: 41px;
  padding: 5px 10px;
}

@media screen and (min-width: 993px) {
  .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.focus-img {
  display: block;
  margin: 0px auto;
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  .focus-img {
    width: 250px;
  }
}

@media screen and (min-width: 577px) and (max-width: 992px) {
  /*  .no-gutters>[class*=col-] {
        padding: 15px 15px;
    }*/
}

::-webkit-input-placeholder {
  /* Edge */
  color: #9E9E9E !important;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  color: #9E9E9E !important;
}

::-ms-input-placeholder {
  color: #9E9E9E !important;
}

::placeholder {
  color: #9E9E9E !important;
}

.list-content h3 {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
}

.list-content p.tagline {
  padding: 15px 120px;
  font-size: 16px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .list-content p.tagline {
    padding: 15px 0px;
    margin-bottom: 0px;
    font-size: 14px;
  }
}

.mobile-only {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  .last-box {
    padding-bottom: 0px !important;
  }
  .last-box p {
    margin-bottom: 0px;
  }
  .why-container-last {
    padding-bottom: 0px !important;
  }
  .why-container-last div {
    min-height: 0px !important;
    padding-top: 10px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .whychoose ul li.heading-li div {
    width: 300px !important;
  }
}

.f-sec{
  display: flex;
  gap: 20px;
}
/*# sourceMappingURL=ziva.css.map */

/* country code css */
.iti {
  position: relative;
  display: flex;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  /* position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;*/
  margin-right: 15px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #000000;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #000000;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
  color: #000000;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
  padding-left: 6px !important;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
  display: flex;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: none;
  /* border-bottom: 1px solid rgba(196, 196, 196, 0.5); */
  color: #9E9E9E;
    font-weight: 400;
    background-color: #D8D8D8;
    border: 1px solid #CCCCCC;
    height: 41px;
    border-radius: 0.25rem;
    padding-right: 5px;
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  color: #000000;
  font-size: 14px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  /* height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB; */
  background-position: 20px 0;
}
.iti__flag.iti__np {
  background-color: transparent;
}

#contactno-error
{
  z-index: 1;
  top: 40px;
}
label.error {
  position: absolute;
  left: 0;
  color: red;
  padding: 0 11px;
  font-size: 10px;
}

@media (max-width: 767px)
{
  .f-sec {
    display: block;
}
}

.section-title h2.title {
  font-size: 24px;
  line-height: 38px;
  margin: 0;
}
.whychoose ul li.heading-li div h4.title {
  font-size: 20px;
}
.whychoose ul li#product-heading2 .product-heading2.tl {
  margin-right: 40px;
}