a {
  transition: all 0.2s ease-in-out; }

a, a:hover {
  outline: none;
  color: #003987;
  text-decoration: none;
  border: none; }

a:hover {
  color: #f37b2a; }

a:focus {
  outline: none; }

ul, ul li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

html, body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input, button {
  border: none;
  outline: none; }

input[type=number] {
  -moz-appearance: textfield; }

input[type="button"]:disabled, button:disabled {
  opacity: 0.4 !important; }

.form-control::-webkit-input-placeholder {
  font-size: "";
  color: #888888;
  font-weight: 400; }
.form-control::-moz-placeholder {
  font-size: "";
  color: #888888;
  font-weight: 400; }
.form-control:-ms-input-placeholder {
  font-size: "";
  color: #888888;
  font-weight: 400; }
.form-control:-moz-placeholder {
  font-size: "";
  color: #888888;
  font-weight: 400; }

.errmsg {
  font-size: 11px;
  color: #e4321d;
  line-height: 14px;
  font-weight: 600; }

.error {
  font-size: 14px;
  color: #e4321d;
  line-height: 18px;
  font-weight: 600; }

.err_msg {
  background: #e5383b;
  color: #ffffff !important;
  font-weight: 600;
  margin-bottom: 10px; }
  .err_msg .icon_pos {
    background: url(/images/err-msg-icon.webp) no-repeat 10px 8px/14px 14px;
    padding: 5px 5px 5px 35px;
    text-align: left;
    font-size: 12px; }

.suc_msg {
  background: #5dbb63;
  color: #ffffff !important;
  font-weight: 600;
  margin-bottom: 10px; }
  .suc_msg .icon_pos {
    background: url(/images/suc-msg-icon.webp) no-repeat 10px 9px/14px 14px;
    padding: 5px 5px 5px 35px;
    text-align: left;
    font-size: 12px; }

body {
  height: 100%;
  font: 16px "Work Sans", sans-serif, arial, tahoma, geneva, verdana;
  line-height: 18px;
  color: #333;
  background: #fff;
  z-index: 1;
  position: relative; }

.inline_block {
  display: inline-block; }

.weight300 {
  font-weight: 300; }

.weight400 {
  font-weight: 400; }

.weight600, b {
  font-weight: 600; }

.weight700 {
  font-weight: 700; }

.none {
  display: none; }

.orange_text {
  color: #f37b2a; }

.green_text {
  color: #007c8b; }

.blue_text {
  color: #00588b; }

.ml10 {
  margin-left: 10px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mb30 {
  margin-bottom: 30px; }

.mb70 {
  margin-bottom: 70px; }

.mb0 {
  margin-bottom: 0 !important; }

.pl30 {
  padding-left: 30px; }

#main .dropdown-toggle:after, #wrapper .dropdown-toggle:after {
  vertical-align: middle; }
#main .navbar, #wrapper .navbar {
  padding-top: 30px;
  padding-bottom: 26px;
  background: #ffffff; }
#main .nav-item.dropdown:hover .dropdown-menu, #wrapper .nav-item.dropdown:hover .dropdown-menu {
  display: block; }
#main .dropdown-menu, #wrapper .dropdown-menu {
  top: 0;
  left: -10px;
  padding-top: 45px;
  background: none;
  border: none; }
  #main .dropdown-menu .dropdown_custom, #wrapper .dropdown-menu .dropdown_custom {
    position: relative;
    background: #ffffff;
    border-radius: 0;
    border: none;
    box-shadow: -1px 7px 12px -5px rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    border: 1px solid #f1f1f1; }
    #main .dropdown-menu .dropdown_custom:before, #wrapper .dropdown-menu .dropdown_custom:before {
      position: absolute;
      left: 20%;
      top: -15px;
      width: 0;
      height: 0;
      content: "";
      border-style: solid;
      border-width: 0 12px 15px 12px;
      border-color: transparent transparent #f1f1f1 transparent; }
#main .dropdown-item, #wrapper .dropdown-item {
  padding: 15px 25px 15px 15px;
  transition: all 0.5s ease-in-out; }
  #main .dropdown-item:hover, #wrapper .dropdown-item:hover {
    background: #f1f1f1;
    color: #00438b; }
    #main .dropdown-item:hover i.fas, #main .dropdown-item:hover i.far, #wrapper .dropdown-item:hover i.fas, #wrapper .dropdown-item:hover i.far {
      color: #004389; }
  #main .dropdown-item i.fas, #main .dropdown-item i.far, #wrapper .dropdown-item i.fas, #wrapper .dropdown-item i.far {
    display: inline-block;
    padding-right: 5px;
    font-size: 16px;
    text-align: center;
    width: 20px;
    color: rgba(0, 0, 0, 0.6); }
#main .dropdown-item.active, #main .dropdown-item:active, #wrapper .dropdown-item.active, #wrapper .dropdown-item:active {
  background: #f1f1f1;
  color: #000000; }

.logo {
  background: url(/images/site-logo.webp) no-repeat 0 center/100% auto;
  text-indent: -9999px;
  height: 34px;
  width: 340px;
  margin-right: 15px; }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  font-weight: 600; }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: #003987; }

.navbar-nav li.aftr_login {
  display: none; }

.navbar-light .navbar-nav .sign_up_btn .nav-link {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  font-weight: 400;
  background: #f37b2a;
  padding: 5px 8px 6px;
  margin-left: 10px;
  margin-top: 4px;
  transition: background 0.2s ease-in-out; }
  .navbar-light .navbar-nav .sign_up_btn .nav-link:hover {
    background: #ff8800; }

.user_name #wc_uname {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
  position: relative;
  outline: none;
  vertical-align: middle; }

#top_blue_block {
  background: #00438b;
  padding: 82px 0 0;
  color: #ffffff;
  overflow: hidden; }
  #top_blue_block:after {
    display: block;
    content: "";
    border-top: 100px solid #00438b;
    border-right: 100vw solid transparent;
    background-color: #ffffff;
    height: 100%; }
  #top_blue_block .container {
    position: relative; }
  #top_blue_block .orange_btn {
    font-size: 18px;
    font-weight: 600; }
    #top_blue_block .orange_btn b {
      font-weight: 700; }
  #top_blue_block .free_credit_text {
    margin-left: 13px; }
  #top_blue_block .white_btn {
    display: inline-block;
    background: #ffffff;
    font-weight: 600;
    padding: 13px 15px;
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 22px;
    transition: all 0.2s ease-in-out; }
    #top_blue_block .white_btn:hover {
      color: #f37b2a; }

#top_grey_block {
  background: #f1f1f1;
  margin-top: -99px;
  overflow: hidden; }
  #top_grey_block:before {
    display: block;
    content: "";
    border-bottom: 100px solid #f1f1f1;
    border-left: 100vw solid transparent;
    background-color: #00438b;
    height: 100%;
    z-index: 2; }

.orange_btn {
  display: inline-block;
  font-size: 22px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 700;
  background: #f37b2a;
  padding: 13px 15px;
  margin-bottom: 9px;
  transition: all 0.2s ease-in-out; }
  .orange_btn:hover {
    background: #ff8800;
    color: #ffffff; }

.blue_btn {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 600;
  background: #00438b;
  padding: 12px 28px; }
  .blue_btn:hover {
    color: #ffffff; }

.free_credit_text {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }
  .free_credit_text span {
    display: inline-block;
    background: url(/images/free-credit-check.webp) no-repeat 0 2px/14px auto;
    padding-left: 20px; }

.line_btn {
  display: inline-block;
  font-size: 18px;
  color: #00438b;
  font-weight: 600;
  border: 1px solid #00438b;
  padding: 8px 12px;
  transition: all 0.2s ease-in-out; }
  .line_btn:hover {
    color: #f37b2a;
    border: 1px solid #f37b2a; }

.heading16 {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  font-weight: 600;
  margin: 0; }

.heading18 {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  font-weight: 700;
  margin: 0; }

.heading20 {
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  font-weight: 700;
  margin: 0; }

.heading24 {
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  font-weight: 700; }

.heading30 {
  font-size: 30px;
  color: #000000;
  line-height: 38px;
  font-weight: 700; }

.heading32 {
  font-size: 32px;
  color: #007c8b;
  line-height: 38px;
  font-weight: 700; }

.heading34 {
  font-size: 34px;
  color: #000000;
  line-height: 38px;
  font-weight: 700;
  margin: 0; }

.heading46 {
  font-size: 42px;
  color: #ffffff;
  line-height: 48px;
  font-weight: 700;
  margin: 0; }

.text18_block {
  font-size: 18px;
  color: #000000;
  line-height: 24px; }

.text18_block1 {
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  font-weight: 600; }

.text18 {
  font-size: 18px; }

.text14_block {
  font-size: 14px;
  color: #000000;
  line-height: 24px; }

.text14 {
  font-size: 14px; }

.sep_link_block {
  font-size: 18px;
  font-weight: 600;
  padding-top: 30px; }

.pa25 {
  padding: 25px; }

.lnht20 {
  line-height: 20px; }

.lnht22 {
  line-height: 22px; }

.lnht24 {
  line-height: 24px; }

.lnht28 {
  line-height: 28px; }

.mr0 {
  margin-left: 0 !important; }

.text22 {
  font-size: 22px; }

.text30 {
  font-size: 30px; }

.gray_text {
  color: #888888; }

.green_tick_li p.text18_block {
  padding-bottom: 15px; }
.green_tick_li ul {
  margin-bottom: 35px; }
.green_tick_li li {
  padding-left: 30px;
  background: url(/images/green-tick-li.webp) no-repeat 0 center/21px 19px;
  margin-bottom: 15px;
  line-height: 24px; }
.green_tick_li img {
  max-width: 100%; }

#footer {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  background: #08192c;
  padding: 110px 0 0; }
  #footer #get_started_block {
    text-align: center; }
  #footer .white_bg_block {
    background: #ffffff;
    padding: 45px;
    box-shadow: 0 0 8px 5px rgba(255, 255, 255, 0.1); }
  #footer .heading34 {
    padding: 0 0 25px; }
  #footer .text18_block {
    padding: 0 0 25px; }
  #footer .free_credit_text {
    color: #000000;
    line-height: 16px; }
  #footer #footer_cont_block {
    padding-top: 80px; }
    #footer #footer_cont_block .heading18 {
      margin-bottom: 8px;
      color: rgba(255, 255, 255, 0.6); }
    #footer #footer_cont_block #about_cont p {
      margin-bottom: 0; }
    #footer #footer_cont_block #footer_links a {
      display: inline-block;
      color: #ffffff; }
      #footer #footer_cont_block #footer_links a:hover {
        color: #f37b2a; }
      #footer #footer_cont_block #footer_links a.gdpr_link {
        position: relative;
        padding-bottom: 65px; }
        #footer #footer_cont_block #footer_links a.gdpr_link:after {
          position: absolute;
          left: 0;
          top: 27px;
          width: 100px;
          height: 85px;
          content: "";
          background: url(/images/gdpr-badge.webp) no-repeat 0 0/100px auto; }
    #footer #footer_cont_block #footer_links .iso_icon {
      width: 100px;
      height: 56px;
      background-image: url(/images/iso-icon.webp);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: center center;
      border-radius: 4px;
      margin-top: 2px; }
  #footer .footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 60px;
    padding: 20px 0;
    text-align: center; }
    #footer .footer-copyright p {
      margin: 0;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.5); }
  #footer .free_credit_text span {
    background: url(/images/footer-free-credit-check.webp) no-repeat 0 center/14px auto; }

.credit_text_with_blackicon .free_credit_text span {
  background: url(/images/footer-free-credit-check.webp) no-repeat 0 center/14px auto; }

.tooltip.right .tooltip-arrow {
  border-right-color: #00438b; }

.tooltip.top .tooltip-arrow {
  border-top-color: #00438b; }

.tooltip-inner {
  background: #00438b;
  max-width: 250px;
  text-align: left;
  min-width: 180px; }

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
  border-top-color: #00438b; }

.global_partner_logo_container .heading34 {
  margin-bottom: 55px; }
.global_partner_logo_container .global_partner_logo {
  overflow: hidden;
  display: flex;
  gap: 40px; }
.global_partner_logo_container .company_logo {
  display: inline-flex;
  align-items: center;
  gap: 40px; }
  .global_partner_logo_container .company_logo.animation {
    animation: RIwJf 80s linear infinite; }
  .global_partner_logo_container .company_logo img {
    margin-right: 40px;
    width: auto;
    height: 50px; }

.testimonial_carousel {
  margin: 45px 0 105px; }
  .testimonial_carousel .star-rating {
    display: flex;
    gap: 5px; }
  .testimonial_carousel .star {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: gray;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    position: relative; }
    .testimonial_carousel .star.full {
      background: gold; }
    .testimonial_carousel .star.half {
      background: linear-gradient(90deg, gold 50%, gray 50%); }
  .testimonial_carousel .owl-nav {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .testimonial_carousel .owl-next {
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    background: url(/images/carousel-next.webp) no-repeat !important;
    margin-right: -45px !important;
    width: 24px;
    height: 24px; }
  .testimonial_carousel .owl-prev {
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    background: url(/images/carousel-prev.webp) no-repeat !important;
    margin-left: -45px !important;
    width: 24px;
    height: 24px; }
  .testimonial_carousel .owl-dots {
    margin-top: 24px; }
  .testimonial_carousel .item {
    margin-bottom: 10px; }
  .testimonial_carousel .testimonial_card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    min-height: 497px; }
  .testimonial_carousel img {
    width: inherit !important; }
  .testimonial_carousel iframe {
    width: 100%;
    height: 263px; }
  .testimonial_carousel p {
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical; }
  .testimonial_carousel .text_testimonial {
    padding: 32px; }
    .testimonial_carousel .text_testimonial .testimonial_card_head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 24px; }
    .testimonial_carousel .text_testimonial .testimonial_card_body {
      margin-bottom: 24px; }
    .testimonial_carousel .text_testimonial .testimonial_card_footer {
      margin-top: auto;
      display: flex;
      align-items: center;
      gap: 16px; }
    .testimonial_carousel .text_testimonial .testimonial_desc_title {
      font-weight: 600;
      margin-bottom: 16px; }
  .testimonial_carousel .testimonial_card_author img {
    width: 80px;
    height: 80px; }
  .testimonial_carousel .testimonial_author_name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px; }
  .testimonial_carousel .video_testimonial {
    position: relative; }
    .testimonial_carousel .video_testimonial .testimonial_card_body {
      padding: 32px; }

@-webkit-keyframes RIwJf {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-155%);
    transform: translateX(-155%); } }
@keyframes RIwJf {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-155%);
    transform: translateX(-155%); } }
.modalBanner .modal-dialog .modal-content {
  border: none; }
.modalBanner .modal-dialog .close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 1;
  opacity: 0.7; }
.modalBanner .modal-dialog .modal-body {
  padding: 0; }
.modalBanner .modal-dialog .person_banner_popup_img {
  width: 250px;
  overflow: hidden;
  max-height: 246px;
  text-align: center; }
  .modalBanner .modal-dialog .person_banner_popup_img img {
    max-width: 74%;
    margin-left: 25px; }
.modalBanner .modal-dialog .content-wrapper {
  padding: 32px;
  text-align: center;
  color: #000; }
.modalBanner .modal-dialog .modal-title {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 16px; }
.modalBanner .modal-dialog .btn-primary {
  background-color: #f37b2a;
  border-color: #f37b2a; }
  .modalBanner .modal-dialog .btn-primary:hover {
    background: #ff8800;
    color: #ffffff; }

@media(max-width: 767px) {
  .heading20 {
    font-size: 18px; }

  .heading34 {
    font-size: 26px;
    color: #000000;
    line-height: 30px; }

  #footer .white_bg_block {
    padding: 30px; }
  #footer #about_cont {
    margin-bottom: 30px; }
  #footer #footer_links ul {
    margin-bottom: 20px; }

  .testimonial_carousel .owl-next, .testimonial_carousel .owl-prev {
    margin: 0 !important; }

  .modalBanner .modal-dialog .person_banner_popup {
    background-size: 500px auto;
    background-position: left 33px center; }
  .modalBanner .modal-dialog .person_banner_popup_img {
    height: 284px; }
  .modalBanner .modal-dialog .content-wrapper {
    padding: 16px 32px; } }
@media(max-width: 1210px) {
  #wrapper .navbar-light .navbar-nav .nav-link {
    font-size: 14px; } }
@media(max-width: 992px) {
  #wrapper .dropdown-menu:before {
    display: none; }
  #wrapper .navbar .navbar-collapse {
    margin-top: 20px;
    padding: 20px;
    background: #f1f1f1; }
  #wrapper .navbar-light .navbar-nav .active > .nav-link, #wrapper .navbar-light .navbar-nav .nav-link.active, #wrapper .navbar-light .navbar-nav .nav-link.show, #wrapper .navbar-light .navbar-nav .show > .nav-link, #wrapper .navbar-light .navbar-nav .nav-link {
    font-size: 16px; }

  .heading46 {
    font-size: 42px;
    line-height: 46px; }

  .navbar-light .navbar-nav .sign_up_btn .nav-link {
    background: transparent;
    color: #666666;
    font-weight: 600;
    margin-left: 0;
    padding-left: 0; }
    .navbar-light .navbar-nav .sign_up_btn .nav-link:hover {
      background: transparent;
      color: #00438b; }

  #main .dropdown-menu, #wrapper .dropdown-menu {
    padding-top: 5px; } }
@media(max-width: 767px) {
  .mt30_resp {
    margin-top: 30px; }

  .mb30_resp {
    margin-bottom: 30px; } }
@media(max-width: 575px) {
  .heading46 {
    font-size: 34px;
    line-height: 40px; }

  .logo {
    max-width: 75%; } }
@media(max-width: 575px) {
  .orange_btn {
    font-size: 16px; } }
@media (min-width: 576px) {
  .modalBanner .modal-dialog {
    max-width: 700px; } }
#main_info_holder .header_bg {
  position: absolute;
  bottom: -40px;
  right: -122px;
  width: 670px;
  height: 621px;
  background: url("/images/header-bg.webp") no-repeat 100% 0/668px 545px; }
#main_info_holder .most_text {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 10px; }
#main_info_holder h1 {
  font-size: 42px;
  font-weight: 700; }
#main_info_holder .no_cc {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding-top: 13px;
  margin-bottom: 30px; }
#main_info_holder .green_tick_li li {
  background-image: url(/images/green-tick.webp); }

#trusted_block {
  padding-top: 110px; }
  #trusted_block #comp_logo {
    margin-top: 15px;
    padding-bottom: 50px; }
    #trusted_block #comp_logo img {
      max-width: 100%; }

#counter_block {
  font-size: 18px;
  color: #000000;
  padding: 20px 0 80px; }
  #counter_block p {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 10px; }
  #counter_block .com_spac {
    position: relative;
    padding-left: 100px;
    margin-top: 15px; }
    #counter_block .com_spac:before {
      position: absolute;
      left: 0;
      width: 77px;
      height: 77px;
      content: "";
      border: 2px solid #ccc;
      border-radius: 50%; }
  #counter_block .verify_icon:before {
    background: url(/images/verify-icon.webp) no-repeat center center/40px auto; }
  #counter_block .satisfied_icon:before {
    background: url(/images/satisfied-icon.webp) no-repeat center center/40px auto; }
  #counter_block .deliverability_icon:before {
    background: url(/images/deliverability-icon.webp) no-repeat center center/40px auto; }

#partners_block {
  text-align: center;
  padding: 100px 0 100px;
  border-bottom: 1px solid #ddd; }
  #partners_block img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); }
  #partners_block .partner_title {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 30px;
    padding: 0;
    position: relative; }
    #partners_block .partner_title:before {
      position: absolute;
      left: -100px;
      top: 0;
      bottom: 0;
      width: 80px;
      height: 1px;
      content: "";
      border-bottom: 1px solid #c1c1c1;
      margin: auto; }
    #partners_block .partner_title:after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: -100px;
      width: 80px;
      height: 1px;
      content: "";
      border-bottom: 1px solid #c1c1c1;
      margin: auto; }
  #partners_block .logo-slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 32px 0; }
    #partners_block .logo-slider-container .logo-slider {
      display: flex;
      transition: transform 0.5s ease; }
    #partners_block .logo-slider-container .logo-item {
      flex: 0 0 auto;
      margin-right: 40px; }
    #partners_block .logo-slider-container .logo-item img {
      width: auto;
      height: 28px;
      opacity: 0.5; }
      #partners_block .logo-slider-container .logo-item img:hover {
        opacity: 1;
        filter: none;
        -webkit-filter: none; }

#inc_value_block {
  padding: 95px 0 100px;
  border-bottom: 1px solid #ddd; }
  #inc_value_block .heading24 {
    font-weight: 400;
    line-height: 34px; }
  #inc_value_block .text18_block {
    line-height: 28px; }
  #inc_value_block .inc_value_bgimg {
    background: url(/images/inc_value_bgimg.webp) no-repeat right center/402px 265px;
    height: 265px; }

#what_brings_here_block {
  padding: 75px 0 0;
  text-align: center; }
  #what_brings_here_block .what_brings_wrapper {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
    margin-top: 55px; }

.verify_block_wrapper {
  background: #f1f1f1;
  border: 1px solid #a2c6ed;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .verify_block_wrapper .verify_img {
    background: url(/images/bulk_email_verify.webp) no-repeat 0 0/100% 100%;
    height: 262px; }
  .verify_block_wrapper .heading34 {
    padding: 0 0 16px;
    margin: 0; }
  .verify_block_wrapper .heading24 {
    margin: 0; }
  .verify_block_wrapper .info_text {
    padding: 22px 0;
    line-height: 24px; }
  .verify_block_wrapper .white_btn {
    display: inline-block;
    background: #ffffff;
    font-weight: 600;
    padding: 12px 20px;
    margin-bottom: 8px;
    transition: all 0.2s ease-in-out; }
    .verify_block_wrapper .white_btn:hover {
      color: #f37b2a; }

#verification_api .verify_img {
  background: url(/images/verification_api.webp) no-repeat 0 0/100% 100%; }

#why_verify_block {
  padding: 95px 0 125px; }
  #why_verify_block .heading34 {
    text-align: center;
    margin-bottom: 90px; }
  #why_verify_block .why_com_cont {
    padding: 30px;
    border: 1px solid #ddd;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%; }
    #why_verify_block .why_com_cont:before {
      position: absolute;
      left: 0;
      top: -50px;
      right: 0;
      width: 82px;
      height: 82px;
      content: "";
      background: #fff;
      border: 1px solid #00438b;
      border-radius: 50%;
      margin: auto; }
    #why_verify_block .why_com_cont .heading20 {
      padding-top: 30px; }
    #why_verify_block .why_com_cont p {
      line-height: 24px;
      padding-top: 15px;
      margin: 0; }

#power_team .why_com_cont:before {
  background: #fff url(/images/power-team-icon.webp) no-repeat center center/63px auto; }

#charge_efficiency .why_com_cont:before {
  background: #fff url(/images/charge-efficiency-icon.webp) no-repeat center center/58px auto; }

#break_free .why_com_cont:before {
  background: #fff url(/images/break-free-icon.webp) no-repeat center center/62px auto; }

.who_help_wrapper {
  background: #f1f1f1;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1); }
  .who_help_wrapper .white_block_cont {
    background: #ffffff;
    margin-left: 15px;
    padding: 125px 20px 40px;
    height: 100%;
    text-align: center; }
    .who_help_wrapper .white_block_cont .heading34 {
      background: url(/images/who-help-illustration.webp) no-repeat center 0/120px auto;
      padding: 100px 0 15px;
      text-align: center; }
    .who_help_wrapper .white_block_cont .text18_block {
      font-weight: 600;
      padding: 0 20px 40px;
      margin-bottom: 30px; }
  .who_help_wrapper #who_help_cont {
    padding-bottom: 75px; }
    .who_help_wrapper #who_help_cont .com_cont_block {
      padding: 75px 20px 0;
      display: flex;
      flex-direction: column;
      height: auto; }
      .who_help_wrapper #who_help_cont .com_cont_block p {
        margin-top: 4px;
        line-height: 24px;
        margin-bottom: 0; }
      .who_help_wrapper #who_help_cont .com_cont_block .heading20 {
        padding-left: 90px;
        padding-top: 10px;
        padding-bottom: 5px; }

#ecommerce_retailer .heading20 {
  background: url(/images/ecommerce-retailer-icon.webp) no-repeat 0 center/75px auto; }

#tech_platform .heading20 {
  background: url(/images/tech-platform-icon.webp) no-repeat 0 center/75px auto; }

#marketing_agency .heading20 {
  background: url("/images/marketing-agency-icon.webp") no-repeat 0 center/75px auto; }

#fin_edu .heading20 {
  background: url(/images/fin-edu-icon.webp) no-repeat 0 center/68px auto; }

#why {
  padding-top: 130px; }
  #why .heading34 {
    text-align: center;
    padding-bottom: 55px;
    margin: 0; }
    #why .heading34 .red_heart {
      display: inline-block;
      background: url(/images/red-heart.webp) no-repeat 0 0/34px auto;
      height: 28px;
      width: 34px;
      padding: 0 5px; }
  #why .why_com_cont {
    padding: 30px 30px 50px;
    border: 1px solid #ddd;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%; }
    #why .why_com_cont:before {
      position: absolute;
      left: 0;
      bottom: -35px;
      right: 0;
      z-index: 1;
      width: 70px;
      height: 70px;
      content: "";
      background: #fff url(/images/why-feature-icon.webp) no-repeat center center/60px 60px;
      border: 1px solid #f37b2a;
      border-radius: 50%;
      margin: auto; }
    #why .why_com_cont:after {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 2;
      width: 50px;
      height: 50px;
      content: "";
      margin: auto; }
    #why .why_com_cont p {
      line-height: 24px;
      padding-top: 15px;
      margin: 0; }
  #why #highest_accuracy .why_com_cont:after {
    position: absolute;
    bottom: -6px;
    right: -39px;
    background: url(/images/highest-accuracy-icon.webp) no-repeat center center/50px auto; }
  #why #enterprise_security .why_com_cont:after {
    position: absolute;
    bottom: -21px;
    background: url(/images/enterprise-security-icon.webp) no-repeat center center/26px auto; }
  #why #customer_success .why_com_cont:after {
    position: absolute;
    bottom: -23px;
    background: url(/images/customer-success-icon.webp) no-repeat center center/29px auto; }
  #why #free_testing .why_com_cont:after {
    position: absolute;
    bottom: -35px;
    right: -13px;
    width: 62px;
    height: 57px;
    background: url(/images/free-testing-icon.webp) no-repeat center center/60px auto; }

#view_pricing {
  background: #f1f1f1;
  margin-top: 130px;
  padding: 100px 0; }
  #view_pricing .text18_block {
    padding: 25px 0; }
  #view_pricing .line_btn {
    border: 1px solid #00438b;
    color: #00438b; }
    #view_pricing .line_btn:hover {
      color: rgba(255, 255, 255, 0.7);
      border: 1px solid rgba(255, 255, 255, 0.7); }
  #view_pricing #flexible_pricing_img {
    text-align: center;
    margin-top: -15px; }
    #view_pricing #flexible_pricing_img img {
      max-width: 100%; }
    #view_pricing #flexible_pricing_img p.img_cap {
      font-size: 14px;
      color: #00438b;
      line-height: 16px;
      font-weight: 700;
      margin-bottom: 0;
      margin-top: 12px;
      text-align: center; }
  #view_pricing .green_tick_li ul {
    display: flex;
    margin-bottom: 10px; }
    #view_pricing .green_tick_li ul li {
      margin-right: 30px;
      padding-left: 25px; }

@media(max-width: 1023px) {
  #main_info_holder .header_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-size: 100% auto;
    background-position: center center; }
  #main_info_holder h1 {
    font-size: 28px;
    line-height: 30px; }

  #trusted_block {
    padding-top: 40px; }

  #counter_block .com_spac {
    margin-bottom: 20px; }

  #inc_value_block .inc_value_bgimg {
    background-position: center center;
    background-size: 100% auto;
    height: 100%; } }
@media(max-width: 991px) {
  #why_business_like_block {
    padding-top: 100px; }
    #why_business_like_block #highest_accuracy, #why_business_like_block #enterprise_security {
      margin-bottom: 80px; }

  .who_help_wrapper #who_help_cont .com_cont_block .heading20 {
    background: none;
    padding-left: 0; } }
@media(max-width: 767px) {
  .header_bg {
    display: none; }

  #verification_api {
    margin-top: 30px; }

  #inc_value_block .inc_value_bgimg {
    display: none; }

  #what_brings_here_block .what_brings_wrapper {
    padding: 0; }

  #why_verify_block #power_team, #why_verify_block #charge_efficiency {
    margin-bottom: 80px; }

  .who_help_wrapper .white_block_cont {
    margin-right: 15px; }
    .who_help_wrapper .white_block_cont .text18_block {
      border-bottom: none; }
  .who_help_wrapper #who_help_cont .com_cont_block {
    padding-top: 30px; }
    .who_help_wrapper #who_help_cont .com_cont_block .heading20 {
      background: none;
      padding-left: 0; }
      .who_help_wrapper #who_help_cont .com_cont_block .heading20 br {
        display: none; }

  #why_business_like_block {
    padding-top: 100px; }

  #who_we_help_block {
    text-align: center; } }
@media(max-width: 575px) {
  #who_we_help_block .com_cont_block br {
    display: none; }

  .verify_block_wrapper .white_btn {
    font-size: 15px; }
  .verify_block_wrapper .verify_img {
    height: 185px; }

  #inc_value_block, #why_verify_block, #who_we_help_block, #why_business_like_block {
    text-align: center; }

  #why_business_like_block #customer_success {
    margin-bottom: 80px; }

  #view_pricing .green_tick_li ul {
    display: block; }

  #main_info_holder .most_text {
    line-height: 30px; } }
