
*,
*::before,
*::after {
  box-sizing: border-box;
}

@font-face {
  font-family: soleil;
  src: url(https://use.typekit.net/af/da0a6a/00000000000000003b9aef7a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/da0a6a/00000000000000003b9aef7a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3)
      format("woff"),
    url(https://use.typekit.net/af/da0a6a/00000000000000003b9aef7a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3)
      format("opentype");
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: soleil;
  src: url(https://use.typekit.net/af/2e4bb3/00000000000000003b9aef7e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/2e4bb3/00000000000000003b9aef7e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
      format("woff"),
    url(https://use.typekit.net/af/2e4bb3/00000000000000003b9aef7e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
      format("opentype");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: soleil;
  src: url(https://use.typekit.net/af/273d01/00000000000000003b9aef81/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/273d01/00000000000000003b9aef81/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3)
      format("woff"),
    url(https://use.typekit.net/af/273d01/00000000000000003b9aef81/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3)
      format("opentype");
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: soleil;
  src: url(https://use.typekit.net/af/1f781f/00000000000000003b9aef83/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/1f781f/00000000000000003b9aef83/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
      format("woff"),
    url(https://use.typekit.net/af/1f781f/00000000000000003b9aef83/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
      format("opentype");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: icomoon;
  font-display: swap;
  src: url(../fonts/icomoon.eot?hdhldb);
  src: url(../fonts/icomoon.eot?hdhldb#iefix) format("embedded-opentype"),
    url(../fonts/icomoon.ttf?hdhldb) format("truetype"),
    url(../fonts/icomoon.woff?hdhldb) format("woff"),
    url(../fonts/icomoon.svg?hdhldb#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class^="icon-"] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#nav ul,
.menu-widget,
.social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
}


html {
  height: 100%;
}
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 320px;
}
@media (max-width: 991px) {
  body {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.625rem;
  }
}
a {
  transition: color 0.3s ease;
}
a:hover {
  text-decoration: none;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
.container .row {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.container .col {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#main {
  padding: 0.75rem 0 0;
}
@media (min-width: 992px) {
  #main {
    padding: 2.5rem 0 0;
  }
}
img {
  max-width: 100%;
  height: auto;
}
#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (min-width: 960px) {
  #wrapper {
    padding-top: 4.1875rem;
  }
}
a:focus {
  outline: 0;
}
.btn {
  border-radius: 0.25rem;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 9px 18px;
  white-space: pre-wrap;
  transition: all 0.15s ease;
}
@media (min-width: 992px) {
  .btn {
    padding: 12px 28px;
  }
}
@media (min-width: 768px) {
  .btn:active,
  .btn:focus,
  .btn:hover,
  .btn:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-1px);
  }
}
.btn:active,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled):active:focus {
  outline: 0;
  box-shadow: none;
}
.landing-page .image-container .img-holder:nth-child {
  padding-top: 40px;
}
.badge {
  vertical-align: top;
}
@media (max-width: 500px) {
  .home-page .btn {
    box-shadow: none !important;
  }
  .home-page .btn.blue {
    flex-basis: 70% !important;
  }
  .home-page .btn.green-btn {
    flex-basis: 70% !important;
  }
  .home-page.careers .job-container1 .btn.green-btn {
    flex: 0 !important;
  }
}
#nav {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (min-width: 960px) {
  #nav > ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.4375rem;
  }
}
#nav > ul > li {
  border-bottom: 2px solid #f6f6f9;
}
@media (min-width: 960px) {
  #nav > ul > li {
    position: relative;
    margin: 0 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0;
  }
}
#nav > ul > li.has-drop-down > a {
  position: relative;
  z-index: 10;
}
#nav > ul > li.has-drop-down > a:before {
  content: "\e903";
  position: absolute;
  right: 1.8125rem;
  top: 50%;
  font-size: 9px;
  transform: translateY(-50%);
  font-family: icomoon !important;
  min-width: 7px;
}
@media (min-width: 960px) {
  #nav > ul > li.has-drop-down > a:before {
    right: 0;
    font-size: 4px;
    display: block;
  }
}
@media (min-width: 960px) {
  #nav > ul > li:hover > a {
    color: #03a94a;
  }
}
@media (min-width: 960px) {
  #nav > ul > li:hover .drop {
    visibility: visible;
    opacity: 1;
  }
}
#nav > ul > li > a {
  color: #212933;
  display: block;
  padding: 1.25rem 2.8125rem 1.25rem 1.25rem;
  position: relative;
}

.default-container.partners a:hover {
  padding: 3px 32px;
  border-radius: 17px;
  box-shadow: 0 11px 16px 7px rgb(8 13 163 / 4%);
}

@media (min-width: 960px) {
  #nav > ul > li > a {
    padding: 1.25rem 4.0625rem 1.25rem 2.5rem;
  }
}
@media (min-width: 960px) {
  #nav > ul > li > a {
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
}
#nav > ul > li > a:before {
  content: "\e911";
  position: absolute;
  right: 1.8125rem;
  top: 50%;
  font-size: 19px;
  transform: translateY(-50%);
  font-family: icomoon !important;
}
@media (min-width: 960px) {
  #nav > ul > li > a:before {
    display: none;
  }
}
@media (min-width: 960px) {
  #nav > ul > li > a:hover {
    color: #03a94a;
  }
}
#nav .drop {
  background: #fafafc;
  font-size: 0.625rem;
  line-height: 1.4;
  padding: 1rem 0;
}
@media (min-width: 960px) {
  #nav .drop {
    padding: 0.6875rem 0;
  }
}
@media (min-width: 960px) {
  #nav .drop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    padding: 1.0625rem 0 0;
    background: 0 0;
    width: 16.6875rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    will-change: opacity;
  }
}
#nav .drop.big-drop {
  font-size: 0.75rem;
  line-height: 1.17;
}
#nav .drop.big-drop ul {
  width: 100%;
}
@media (min-width: 960px) {
  #nav .drop.big-drop {
    width: 880px;
  }
}
#nav .drop.big-drop .icon {
  width: 2.625rem;
}
#nav .drop.big-drop .icon + .dropdown_text {
  width: calc(100% - 51px);
}
#nav .drop.big-drop .dropdown_title {
  margin-bottom: 0.3125rem;
}
@media (min-width: 960px) {
  #nav .drop.medium-drop {
    width: 21.875rem;
  }
}
#nav .drop:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 1rem;
  width: 1.0625rem;
  height: 1.0625rem;
  transform: rotate(45deg) translateX(-50%);
  background: #fff;
  z-index: 2;
}
@media (min-width: 960px) {
  #nav .drop ul {
    padding-top: 1.125rem;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
  }
}
#nav .drop ul > li:last-child {
  border-radius: 0 4px 4px 0;
  margin-bottom: 1rem;
}
#nav .drop ul > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.625rem 1.25rem;
  box-shadow: none;
  transition: box-shadow 0.3s;
}
@media (min-width: 960px) {
  #nav .drop ul > li > a {
    padding: 0.625rem 2.5rem;
  }
}
@media (min-width: 960px) {
  #nav .drop ul > li > a {
    padding: 0.625rem 1.25rem;
  }
}
#nav .drop ul > li > a:hover {
  box-shadow: 0 0 12px 0 #f1f1fc;
  position: relative;
  z-index: 2;
}
#nav .drop ul > li > a .icon {
  max-width:100%;
  border-radius: 50%;
}
#nav .drop ul .two-cols {
  border-bottom: 1px solid #eee;
  padding: 0.6875rem 0.0125rem 0.5rem 3.375rem;
  margin: 0 0 0.625rem;
}
@media (min-width: 960px) {
  #nav .drop ul .two-cols {
    padding: 0.625rem 4.75rem 1.25rem;
  }
}
@media (min-width: 960px) {
  #nav .drop ul .two-cols {
    display: -ms-flexbox;
    display: flex;
    padding: 0.6875rem 0.3125rem 1.5rem 3.375rem;
    border-bottom: 0;
    margin: 0;
  }
}
@media (min-width: 960px) {
  #nav .drop ul .two-cols .cols {
    width: 52%;
  }
}
#nav .drop ul .two-cols .cols:first-child {
  width: 50%;
}
#nav .drop ul .two-cols .cols + .cols {
  margin-top: 1.25rem;
}
@media (min-width: 960px) {
  #nav .drop ul .two-cols .cols + .cols {
    margin-top: 0;
  }
}
#nav .drop ul .two-cols ul {
  padding: 0;
  font-size: 0.75rem;
}
#nav .drop ul .two-cols ul li + li {
  margin-top: 0.5625rem;
}
#nav .drop ul .two-cols ul li a {
  padding: 0;
  color: #05006d;
  display: inline-block;
  vertical-align: top;
}
#nav .drop ul .two-cols ul li a:hover {
  box-shadow: none;
}
#nav .drop ul .title {
  text-transform: uppercase;
  display: block;
  color: #9b9b9b;
  margin: 0 0 0.5rem;
}
#nav .drop ul .add {
  padding: 0 0 1.375rem 3.375rem;
  font-size: 0.75rem;
}
@media (min-width: 960px) {
  #nav .drop ul .add {
    padding-left: 4.625rem;
  }
}
@media (min-width: 960px) {
  #nav .drop ul .add {
    padding-left: 3.3125rem;
  }
}
#nav .drop ul .add li + li {
  margin-top: 0.625rem;
}
#nav .drop ul .add li a {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  color: #05006d;
  transition: color 0.3s;
}
#nav .drop ul .add li a:hover {
  box-shadow: none;
}
#nav .drop .icon + .dropdown_text {
  width: calc(100% - 34px);
}
@media (min-width: 960px) {
  #nav .drop-holder {
    box-shadow: 0 10px 30px 0 rgba(106, 111, 186, 0.3);
    background-color: #fff;
    border-radius: 0.25rem;
  }
}
.dropdown_text {
  color: #777;
}
.dropdown_text p {
  margin: 0;
}
.dropdown_title {
  display: block;
  color: #05006d;
  font-size: 0.75rem;
  line-height: 1.17;
  margin: 0 0 0.125rem;
}
.log-in {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  color: #05006d;
  position: relative;
  padding: 0.5rem 2.8125rem 0.5rem 1.25rem;
  border-bottom: 2px solid #f6f6f9;
}
@media (min-width: 960px) {
  .log-in {
    padding: 1.25rem 4.0625rem 1.25rem 2.5rem;
  }
}
@media (min-width: 960px) {
  .log-in {
    margin: 0 0 0 3.9375rem;
    padding: 0;
    font-weight: 700;
    border-bottom: 0;
    font-size: 0.875rem;
  }
}
.log-in:before {
  content: "\e911";
  font-family: icomoon !important;
  position: absolute;
  right: 1.8125rem;
  font-size: 19px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  .log-in:before {
    display: none;
  }
}
.log-in:hover {
  color: #03a94a;
}
.sign-up {
  font-size: 1rem;
  color: #05006d !important;
  position: relative;
  display: block;
  text-align: left;
  padding: 0.5rem 2.8125rem 0.5rem 1.25rem;
  background: #fafafc;
  font-weight: 400;
  border-radius: 0;
}
@media (min-width: 960px) {
  .sign-up {
    padding: 1.25rem 4.0625rem 1.25rem 2.5rem;
  }
}
@media (min-width: 960px) {
  .sign-up {
    transition: background 0.3s, color 0.3s, border-color 0.3s;
    margin: 0 0 0 1.5625rem;
    padding: 0.25rem 1.3125rem;
    border: 1px solid #05006d;
    text-align: center;
    background: 0 0;
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: 0;
  }
}
.sign-up:before {
  content: "\e911";
  font-family: icomoon !important;
  position: absolute;
  right: 1.8125rem;
  font-size: 19px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  .sign-up:before {
    display: none;
  }
}
.sign-up:hover {
  color: #fff !important;
  background: #05006d;
  border-color: #05006d;
  box-shadow: none !important;
  transform: translateY(0);
}


.home-page #wrapper {
  padding-top: 0;
}
.home-page #main {
  margin-top: -4.0625rem;
  padding-top: 3.375rem;
}
@media (min-width: 960px) {
  .home-page #main {
    margin-top: -3.9375rem;
    padding-top: 3.9375rem;
  }
}

/* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */

@font-face {
  font-family: "icomoon";
  font-display: swap;
  src: url("../fonts/icomoon.eot?hdhldb");
  src: url("../fonts/icomoon.eot?hdhldb#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?hdhldb") format("truetype"),
    url("../fonts/icomoon.woff?hdhldb") format("woff"),
    url("../fonts/icomoon.svg?hdhldb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #03A94A;
}
a:hover:not(.btn) {
  color: #05006d;
}

a.href-div:hover {
  color: #494a5b;
}
/* a:hover.btn {
  color: #fff;
}
a:hover.btn.btn--green-outline {
  color: #03a94a;
}
a:hover.btn.btn-outline-primary.blue{
  color: #05006d;
} */
.icon-arrow-right1:before {
  content: "\e911";
}

.icon-copy:before {
  content: "\e907";
}

.icon-menu:before {
  content: "\e913";
}

.icon-close:before {
  content: "\e914";
}

.icon-star_half:before {
  content: "\e90a";
}

.icon-star_border:before {
  content: "\e90b";
}

.icon-star:before {
  content: "\e90c";
}

.icon-africa:before {
  content: "\e908";
}

.icon-asia:before {
  content: "\e909";
}

.icon-europe:before {
  content: "\e90d";
}

.icon-north-america:before {
  content: "\e90e";
}

.icon-oceania:before {
  content: "\e90f";
}

.icon-south-america:before {
  content: "\e910";
}

.icon-arrow-large-right:before {
  content: "\e906";
  color: inherit;
}
/* // .icon-arrow-large-right:hover:before{
//   color: #1c7320;
// } */

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e904";
}

.icon-arrow-down:before {
  content: "\e903";
}

.icon-check:before {
  content: "\e905";
}

.icon-search:before {
  content: "\e901";
}

.icon-menu:before {
  content: "\e913";
}

.icon-close:before {
  content: "\e914";
}

.icon-star_half:before {
  content: "\e90a";
}

.icon-star_border:before {
  content: "\e90b";
}

.icon-star:before {
  content: "\e90c";
}

.icon-google-plus:before {
  content: "\e900";
}


.icon-arrow-down2:before {
  content: "\ea3e";
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

footer,
header,
main,
nav {
  display: block;
}

body {
  margin: 0;
  font-family: "soleil", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #494a5b;
  text-align: left;
  background-color: #fff;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

strong {
  font-weight: bolder;
}

a {
  color: #03A94A;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
img {
  vertical-align: middle;
  border-style: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 12px 28px;
  font-size: 0.875rem;
  line-height: 18px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 720px;
  }
  .show-in-big-screens {
    display: block;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 12px 28px;
  font-size: 0.875rem;
  line-height: 18px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(5, 0, 109, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #03003a;
  border-color: #02002d;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 0, 109, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  color: #494a5b;
  background-color: #d8dde8;
  border-color: #cfd6e4;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 251, 0.5);
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #218726;
  border-color: #1e7d23;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 176, 49, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #05006d;
  border-color: #05006d;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 0, 109, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #494a5b;
  background-color: #f8f9fb;
  border-color: #f8f9fb;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 251, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #03a94a;
  border-color: #03a94a;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 176, 49, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #494a5b;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
  color: #494a5b;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #626375;
  border-color: #626375;
}

.btn-outline-primary {
  color: #05006d;
  background-color: transparent;
  background-image: none;
  border-color: #05006d;
}
.btn-outline-primary:hover {
  color: #05006d;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 0, 109, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 99, 117, 0.5);
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.badge {
  display: inline-block;
  padding: 2px 7px;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 1rem;
}

.badge-success {
  color: #fff;
  background-color: #03a94a;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

#nav .drop ul li .two-cols {
  padding-bottom: 0;
}

#nav .drop-holder {
  display: flex;
}
#nav .dropdown_title {
  font-size: 0.875rem;
  font-weight: 600;
}

#nav .drop ul .add {
  padding-bottom: 0;
}

#nav .drop ul > li:last-child {
  margin-bottom: 1rem;
}

.fade-btn {
  color: transparent !important;
}

#nav {
  animation: slide 0.4s ease forwards 0.4s;
  opacity: 1;
  will-change: opacity;
}

@keyframes slide {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

.btn-primary {
  color: #fff;
  background-color: #05006d;
  border-color: #05006d;
}
.btn-primary:hover {
  color: #fff;
  background-color: #030047;
  border-color: #03003a;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 0, 109, 0.5);
}
.btn-primary:disabled {
  color: #fff;
  background-color: #05006d;
  border-color: #05006d;
}

/* Ipad device */
@media (max-width: 960px) {
  #nav .drop ul .two-cols .cols:first-child {
    width: 100%;
  }
  .nav-open.home-page .nav.show.open {
    margin-top: 0px;
    /* padding-top: 2.6rem; */
  }
}

@media (min-width: 960px) {
  .home-page .gradient {
    background-image: url(../images/v2/hero/background-oval.svg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 11rem;
  }

  .gradient.blue {
    background-image: url(../new-design/sms/page-background-image-for-sms.svg);
    padding-top: 80px;
  }

  .desktop--pull-top-60 {
    margin-top: -60px;
  }

  .gradient.purple {
    background-image: url(../new-design/voice/page-background-image-for-voice.svg);
    padding-top: 80px;
    padding-bottom: 7rem;
  }
  .move-top--5rem {
    margin-top: -5rem;
  }

  nav.nav,
  header .subheader {
    padding: 0;
    max-width: 1100px;
    margin: 0 auto;
  }
}

/* Small screen devices except tabs and Ipad */
@media (min-width: 300px) and (max-width: 500px) {
  #nav .drop-holder {
    display: block;
  }

  #nav .drop ul > li:last-child {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 960px) {
  #nav > ul > li.has-drop-down > a:before {
    content: " ";
  }

  header .nav {
    padding: 0px 2.5rem;
  }

  .subheader {
    margin: 0 2.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.home-page .nav {
  height: 67px;
  padding: 0;
  display: flex;
  top: 0;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  z-index: 100;
}
.hide-footer.home-page .nav{
  justify-content: space-between;
}

.hamburger {
  display: none;
}

.logo {
  width: auto;
  /* margin-right: 5.5rem; */
  margin-right: 2.8rem;
}
.pricing-header-link-2{
      margin-right: 17% !important;
}
.cntc-sales{
  box-shadow: 0 11px 40px -17px #05006d;
  color: #fff !important;
  background-color: #05006d;
  border-color: #05006d;
  padding: .25rem 1.3125rem !important;
  margin-left: 0;
}
.btn-header-combo {
    display: flex;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    padding: 0;
    margin-top: 21px;
    font-size: 14px;
    border-bottom: 2px solid #f6f6f9;

}
.btn-header-combo a {
  white-space: nowrap;
}
#nav>ul li.btn-header-combo a:before{
  content: none;
}
#nav>ul li.btn-header-combo a{
  border: 1px solid #05006d;
margin: 0 8px;
border-radius: 0;
text-align: center;
}
.nav #nav .nav-links li a.sign-up {
    color: #05006d !important;
    border-color: #05006d;
}
.m-show{
  display: none !important;
}
@media (max-width:450px) {
    .m-show{
      display: block !important;
    }
}
@media (max-width: 960px){
.pricing-header-link-2 {
  margin-right: auto !important;
}
.nav #nav .nav-links li a.sign-up {
    padding: .7rem 1.3125rem !important;
}
}

.nav-links li a.sign-up,
li a.log-in {
  margin: 0;
  font-size: 0.875rem;
}

.nav #nav li a.sign-up {
  padding: 0.25rem 1.3125rem;
}

.nav-links,
.subheader ul,
.campaignNav {
  display: flex;
  list-style: none;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}

.nav-links li a {
  color: white;
  text-decoration: none;
}

.hamburger {
  width: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  background: #05006d;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.hamburger span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.hamburger span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

@media screen and (max-width: 960px) {
  .home-page #nav .has-drop-down .hide {
    max-height: 0;
    margin-bottom: 0;
  }

  /* .home-page .nav #nav>ul.nav-links>li>a.sign-up {
            padding: 1.25rem 4.0625rem 1.25rem 2.5rem;
        } */

  .home-page .nav {
    z-index: 9;
  }

  .home-page .has-drop-down .drop {
    transition: max-height 0.2s ease-in;
    will-change: max-height;
    overflow: hidden;
    padding: 0 !important;
  }

  .home-page #nav {
    filter: drop-shadow(0px 28px 15px rgba(0, 0, 0, 0.2));
    height: 150%;
    overflow: hidden;
  }

  .home-page .nav {
    height: 93px;
    display: block;
    padding-bottom: 1rem;
    position: absolute;
    background-color: transparent;
  }

  .home-page .logo {
    width: 100%;
    padding: 1.5rem;
  }

  .nav .nav-links,
  .campaignNav {
    display: block;
    background: #fff;
    left: 150%;
    position: relative;
    transition: left 0.4s ease-out;
    pointer-events: none;
    will-change: clip-path;
  }
  .home-page header .nav,
  .home-page .logo {
    position: fixed;
    top: 34px;
    background: #fff;
    z-index: 99;
  }

  .home-page header .nav {
    margin-top: 0px;
    height: 76px;
  }
  .home-page nav.show #nav {
    margin-top: 100px;
  }
  header #nav ul.nav-links {
    padding-bottom: 50px;
  }
  .home-page .sticky-header .logo,
  .home-page .sticky-sub-header.open .logo {
    box-shadow: 0 2px 4px 0 rgba(175, 179, 198, 0.5);
  }

  header .scrollable-header {
    margin-top: calc(76px + 53px);
  }
  .banner {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 53px;
  }

  .home-page header .nav.show {
    height: 100vh;
    position: fixed;
  }
  .hamburger {
    position: fixed;
    cursor: pointer;
    display: block;
    right: 1.5rem;
    /* top: calc(1.9rem + 41px); */
    top: 58px;
    transform: none;
    z-index: 999;
    transition: none;
  }

  /* for no header banner page */
  .home-page.no-header-banner .logo,
  .home-page.no-header-banner header .nav {
    top: 0;
  }
  .home-page.no-header-banner .hamburger {
    top: 1.9rem;
  }
  .no-header-banner #wrapper {
    padding-top: 7rem;
  }
  .no-header-banner #wrapper .h1.push-down {
    margin-top: 0;
  }
}

.nav.show {
  background-color: #fff;
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  z-index: 12;
}
.nav.open .nav-links,
.open .campaignNav {
  left: 0;
  pointer-events: all;
}

.home-page #nav > ul > li > a.sign-up.btn:hover {
  color: #fff;
  background: #fff;
}
.home-page #nav > ul > li > a.sign-up.btn:hover, .home-page #nav > ul > li > a.cntc-sales.btn:hover{
  box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%) !important;
}

.nav.open .hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -5px;
  left: 0px;
}

.nav.open .hamburger span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.resources .sms {
  background-color: #aee9fc;
}
.resources .phlo {
  background-color: #c7def9;
}
.resources .zentrunk {
  background-color: #b7f5df;
}
.nav.open .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
  left: 0px;
}

/* Mobile Devices */
/* @media (max-width: 960px) {
  .home-page .nav #nav .nav-links li a.sign-up,
} */

/* Ipad - Pro */
@media (max-width: 1024px) and (min-width: 960px) {
  .home-page .nav #nav .nav-links li a.sign-up,
  .campaignNav li a.sign-up {
    padding: .25rem 1.3125rem !important
  }
  .pricing-header-link-2 {
    margin-right: auto !important;
  }
  .home-page .nav {
    justify-content: space-around;
  }
}

.btn.sign-up {
  border: 1px solid var(--deep-blue);
}

.h1 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1rem;
}

.h1--blue {
  color: var(--deep-blue);
}

.herounit__h2 {
  font-size: 16px;
  line-height: 1.56;
  color: rgb(51, 51, 51);
  font-weight: 400;
  margin-bottom: 2rem;
}

.background img {
  width: 100%;
}

.main-heading {
  color: var(--deep-blue);
  font-size: 36px;
  line-height: 1.5;
  font-weight: 400;
}
.main-heading.level-2 {
  font-size: 28px;
}

.main-heading--section {
  text-align: center;
}

.section--extended {
  margin: 0 -1rem;
}

a.href-div {
  display: block;
  color: var(--grey);
}

.buttons-container {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
}

.buttons-container--center {
  margin: 0 auto;
}

.home-page .btn {
  transition: box-shadow 0.3s ease-out;
}
.home-page .btn.blue {
  box-shadow: 0 11px 40px -17px #05006d;
  flex: 0 1 45%;
}
/*.home-page .btn.green-btn {*/
/*  box-shadow: 0 11px 40px -17px #036b17;*/
/*  flex: 0 1 45%;*/
/*}*/
.home-page.careers .job-container1 .btn.green-btn {
  flex: 0;
}
.home-page .btn:hover {
  transform: none;
  box-shadow: 0 0px 0px rgba(50, 50, 93, 0.05), 0 0px 0px rgba(0, 0, 0, 0.03) !important;
}

.home-page .btn.less-shadow.blue {
  box-shadow: 0 11px 25px -20px #05006d;
}

/*.home-page .btn.less-shadow.green-btn {*/
/*  box-shadow: 0 11px 25px -20px #036b17;*/
/*}*/

.partners__list {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.partners {
  margin-top: 2rem !important;
}

.arrow-link {
  font-size: 16px;
  color: #03A94A;
}

.arrow-link:hover {
  color: #05006d;
}

.arrow-link.arrow-link--center {
  text-align: center;
}
.arrow-link.arrow-link--left {
  display: block;
}

.arrow-link a:after,
.arrow-link span:after {
  content: "\02192";
  font-weight: 700;
  margin-left: 3px;
}

a:hover {
  text-decoration: none;
}

.text-badge:after {
  content: attr(data-text);
  font-size: 12px;
  padding: 0 0.5rem;
  border-radius: 25px;
  vertical-align: 1rem;
  padding-bottom: 2px;
  position: absolute;
}

.voice-api .text-badge:after {
  background: #decaf0;
}

.main-heading--two-line {
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
  text-align: center;
}

.usecase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 30px;
  grid-template-rows: auto;
}
.heading--18 {
  font-size: 18px;
}

.container--700px {
  max-width: 700px;
  margin: 0 auto;
}

.brand--herounit {
  background-image: url(../new-design/branding/ic_hero-complete-bg.svg);
  /* background-image: url(/assets/dist/images/careers/careers-page-hero-bg.svg); */
  background-repeat: no-repeat;
  background-position: 18%;
}
/* .legal{
  position: relative;
}
.legal::before{
  content: '';
  background-image: url(../new-design/branding/ic_pen-bg.svg);
  position: relative;
  z-index: 100;
  width: 200px;
  display: block;
} */
.deep-blue {
  color: var(--deep-blue);
}

.hidden-text {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.usecase-card__heading {
  font-size: 18px;
  line-height: 1.5;
  color: var(--grey);
  margin-bottom: 0.625rem;
}
.usecase-card__icon {
  width: 32px;
  margin-bottom: 10px;
}

.usecase-card {
  padding: 1rem;
  transition: box-shadow 0.3s ease-in;
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  position: relative;
}

.usecase-card--big .usecase-card__icon {
  width: 55px;
}

.usecase-card__icon--45 {
  width: 45px;
  margin-bottom: 1.2rem;
}

.usecase-card--hanging-link .arrow-link {
  position: absolute;
  bottom: 10px;
}

.usecase-card--hanging-link .usecase-card__desc {
  padding-bottom: 1.5rem;
}

.usecase-card__icon--width-45 {
  width: 45px;
}

.usecase-card--big .usecase-card__heading {
  font-size: 32px;
  color: var(--deep-blue);
}

.usecase-grid--hoverable .usecase-card {
  cursor: pointer;
}

.usecase-grid--hoverable .usecase-card:hover {
  box-shadow: 0 0 8px 4px rgb(243, 245, 252);
}

.usecase-card--border-radius {
  border-radius: 8px;
}

.coverage {
  margin-top: 10rem;
}

.split-6040 {
  display: flex;
  align-items: center;
}

.split-6040 > div:nth-child(1) {
  flex: 1 1 60%;
}

.split-6040 > div:nth-child(2) {
  flex: 1 1 40%;
}
.split-6040 > div:nth-child(2).space-left {
  flex: 1 1 35%;
  margin-left: 5%;
}

.split-4060 {
  display: flex;
  align-items: center;
}

.split-4060 > div:nth-child(1) {
  flex: 1 1 50%;
}

.split-4060 > div:nth-child(2) {
  flex: 1 1 60%;
}

.split-5050 {
  display: flex;
  align-items: center;
}

.split-5050 > div,
.split-5050 > a {
  flex: 1 1 50%;
}
.split-5050 > div.space-left {
  flex: 1 1 45%;
  margin-left: 5%;
}

.coverage__description {
  padding-left: 2rem;
}

.checklist > li {
  margin-bottom: 20px;
}

span.tick,
span.cross {
  position: relative;
}

.checklist > li:before,
span.tick:before,
span.cross:before {
  display: inline-block;
  content: "L";
  background: #aee9fc;
  width: 26px;
  height: 26px;
  padding-right: 1px;
  color: transparent;
  text-shadow: 1px -1px 0 #3cd8fb;
  font-weight: 700;
  transform: scale(-0.85, 0.85) rotate(-35deg);
  text-align: center;
  border-radius: 50%;
  margin: 0rem;
  margin-left: -2rem;
  margin-top: 0.1rem;
  position: absolute;
}

.checklist > li.cross:before,
span.cross:before {
  content: "+";
  transform: scale(-0.85, 0.85) rotate(-45deg);
  font-size: 1.4rem;
}

.checklist > li.cross.disabled:before,
span.cross.disabled:before {
  background: #d3d1d1;
  text-shadow: 0px -7px 0 #fff;
}

.voice-api .checklist > li::before {
  background: #decaf0;
  text-shadow: 1px -1px 0 #9551d1;
}

.phone-number-api .checklist > li::before {
  background: #fef3dc;
  text-shadow: 1px -1px 0 #f7b844;
}

.phlo .checklist > li::before {
  background: #e4f1ff;
  text-shadow: 1px -1px 0 #93bbeb;
}

.sip-trunking .checklist > li::before {
  background: #b7f5df;
  text-shadow: 1px -1px 0 #51c99e;
  z-index: -1;
}

.pricing .checklist > li::before,
.default .checklist > li::before {
  background: #abeaad;
  text-shadow: 1px -2px 0 #2bb030;
  margin-left: -2.2rem;
}

.pricing .checklist > li {
  font-size: 18px;
  font-weight: 500;
  color: #494a5b;
}

.move-last {
  z-index: -1;
}

.font-36px {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1rem;
}

.split-5050.split--flex-start {
  align-items: flex-start;
}

li.disabled {
  color: #888895;
}

.checklist {
  font-size: 1rem;
  color: var(--dark-grey);
  list-style: none;
  padding-left: 2rem;
}

.btn--green {
  background-color: var(--medium-green);
  color: #fff;
  text-transform: none;
  font-weight: 400;
}

.checklist--two-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
}

.checklist--two-column li {
  min-width: 210px;
  padding-left: 2rem;
}

.features__description {
  padding-right: 3rem;
}

.space--21 {
  margin-bottom: 20px;
  height: 1px;
}

.space--10 {
  height: 1px;
  margin-bottom: 9px;
}

.section-gap {
  margin-bottom: 7rem;
}
.text {
  font-size: 1rem;
}

.zoomed-image img {
  width: 105%;
}

.zoomed-image {
  position: relative;
}

/* .zoomed-image--left img{
      margin-left: -15%;
  } */

.grid-5by2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid-5by2 > div {
  flex: 0 1 30%;
  margin-bottom: 1.5rem;
}

.grid-5by2 > div:nth-child(4) {
  flex: 1 1 40%;
}

.grid-5by2 > div:nth-child(5) {
  flex: 1 1 50%;
  height: 200px;
}

.pricing {
  display: flex;
  justify-content: space-between;
}
.pricing__desc {
  padding: 1rem;
}

.pricing-card:hover {
  box-shadow: 0 0px 0px rgba(50, 50, 93, 0.05), 0 0px 0px rgba(0, 0, 0, 0.03);
}
.pricing-card {
  background: rgb(251, 252, 252);
  position: relative;
  padding: 1rem;
  flex: 0 1 48%;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 11px 40px -17px #c8d6e2;
}

.pricing__icon {
  width: 21%;
}

.heading-2 {
  color: var(--deep-blue);
  font-size: 2.375rem;
  line-height: 1.58;
  font-weight: 400;
  text-align: center;
}

.col-md-6 {
  flex: 0 1 45%;
  color: var(--grey);
  margin-top: 2rem;
}

.difference-icon {
  width: 64px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 300;
}

.difference-box h3 {
  color: var(--grey);
  font-weight: 400;
}

.btn--green-outline {
  border: 1px solid var(--medium-green);
}

.herounit--background {
  background-repeat: no-repeat;
  background-size: contain;
}

.herounit--no-visual .herounit__description {
  flex: 1 1 100%;
  max-width: 100%;
}

.features-grid__heading {
  flex: 1 1 30%;
  max-width: 200px;
}

.features-grid__details {
  flex: 0 1 68%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
}

.features-grid {
  display: flex;
  justify-content: space-between;
}

.features-grid__heading--padded {
  position: relative;
  padding-top: 0.5rem;
}

.font--1rem {
  font-size: 1rem;
}

.main-heading {
  position: relative;
}

.main-heading--has-line:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 45px;
  background: var(--deep-blue);
  right: -40%;
  top: 60%;
}

.herounit__pre-header {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--deep-blue);
  margin-bottom: -35px;
  font-weight: 700;
}

.main-heading--extended {
  margin-right: -7rem;
}

.main-heading--extended.main-heading--has-line:after {
  right: 10%;
  top: 30%;
}

.center-block {
  margin: 0 auto;
}

.center-align {
  text-align: center;
}

.light-font {
  font-weight: 300;
}

.container--600px {
  width: 100%;
  max-width: 600px;
}

.container--850px {
  max-width: 850px;
  width: 100%;
}
.split-5050--shrink {
  justify-content: space-between;
}

.split-5050--shrink-3 > div,
.split-5050--shrink-3 > a {
  flex: 0 1 47%;
}

.split-5050--shrink .zoomed-image img {
  width: 90%;
  max-width: 95vw;
}

.zoomed-image--left {
  direction: rtl;
}

.zoomed-image--big img {
  width: 100%;
  max-width: 95vw;
}
.picture-decription.flex-top {
  align-items: flex-start;
}
.mb-60 {
  margin-bottom: 60px;
}

.main-bg {
  background-image: url("/assets/dist/new-design/sms/pricing/bg.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.main-bg.voice-bg {
  background-image: url("/assets/dist/new-design/voice/pricing/voice-pricing-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 3rem;

}
.popup .close-btn {
    background-image: url("/assets/dist/new-design/voice/pricing/ic-close-button.svg");
	  position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    padding: 8px 7px 11px 8px;
	cursor: pointer;
}
@media (max-width: 768px) {
  .main-bg.voice-bg {
    margin-top: 2rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  background-size: 80%;

  }
  #main .braces .title {
    font-size: 14px;
  }
}

.main-bg.zt-bg {
  background-image: url("/assets/dist/new-design/zentrunk/zt_pricing_bg.svg");
  background-position-y: 55px;
}
.main-bg.ph-bg {
  background-image: url("/assets/dist/new-design/phone-numbers/pricing/bg.svg");
  background-position-y: 55px;
}

.main-bg.sms {
  background-image: url("/assets/dist/new-design/sms/sms-feature-hero.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.heading-bg{
  background-image: url(/assets/dist/new-design/aboutabout-bg.svg);
  background-repeat: no-repeat;
  background-size: 20rem;

  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.features-grid__heading--padded:after {
  content: "";
  width: 150%;
  height: 55%;
  position: absolute;
  display: block;
  top: -8%;
  left: -20%;
  transform: rotate(180deg);
  background-image: linear-gradient(
    237deg,
    rgba(175, 232, 250, 0.09) 95%,
    rgba(175, 232, 250, 0.03) -1%
  );
  border-radius: 618px 1517px 1135px 1698px / 164px 1056px 714.263px 1573px;
}

.voice-api .features-grid__heading--padded:after {
  height: 35%;
  top: -2%;
  opacity: 0.5;
  z-index: -1;
  background-image: linear-gradient(
    273deg,
    rgba(222, 202, 240, 0.35) 37%,
    rgba(248, 245, 251, 1) 80%
  );
}

.features-blue-theme:after {
  background-image: linear-gradient(
    273deg,
    rgba(222, 202, 240, 0.35) 37%,
    rgba(248, 245, 251, 1) 80%
  );
}
.features-violet-theme:after {
  background-image: linear-gradient(
    273deg,
    rgba(222, 202, 240, 0.35) 37%,
    rgba(248, 245, 251, 1) 80%
  );
}
.features-gold-theme:after {
  background-image: linear-gradient(
    273deg,
    rgba(253, 219, 150, 0.32) 37%,
    rgba(255, 243, 220, 0.1) 80%
  );
}
.features-theme-size-default:after {
  height: 35%;
  top: -2%;
  opacity: 0.5;
  z-index: -1;
}
.extra-height::after {
  height: 55%;
}

.placeholder-image {
  opacity: 0.5;
}

.features-page .section-gap {
  margin-bottom: 9rem;
}

.sms--herounit {
  background-image: url("../new-design/sms/sms-feature-hero.svg");
  margin-top: -2rem;
  padding-top: 8rem;
  background-size: 80%;
  background-position: center 80%;
}
.security--herobg{
  background-image: url("../new-design/security/Hero-BG.svg");
}
.logo-bg-security{
  background-color: #f3f8ff;
  background-image: url("../new-design/security/SOC-2-BG.svg");
  background-repeat: no-repeat;
  /* background-size: contain; */
}
.security-soc-logo-section{
  padding: 30px 100px;
  display: flex;
  align-items: center;
}
.soc-logo{
  width: 100px;
  margin-right: 100px;
}
.bullet--head{
  color: #05006d;
  font-weight: 600;
}
@media (max-width: 960px) {
  .security-soc-logo-section{
    padding: 20px 10px;
    display: block;
    text-align: center;
  }
  .security-soc-logo-section .main-heading{
    text-align: center;
  }
  .soc-logo{
    margin-right: 0;
    margin-bottom: 20px;
  }
}


.zentrunk--herounit {
  background-image: url("../new-design/zentrunk/zentrunk-feature-hero.svg");
  margin-top: -2rem;
  padding-top: 8rem;
  background-size: 80%;
  background-position: center 60%;
}

.resources--herounit {
  background-image: url("../new-design/resources/content-library-hero.svg"),
    url("../new-design/resources/ic_content_library.svg");
  margin-top: -2rem;
  padding-top: 10rem;
  background-position-y: 30px, 115px;
  background-position-x: center, 67%;
  background-size: auto;
  padding-bottom: 2.5rem;
  margin-bottom: -4rem;
}

@media (max-width: 960px) {
  .resources--herounit {
    background-image: url("../new-design/resources/content-library-hero.svg");
  }
}

.voice--herounit {
  background-image: url("../new-design/voice/features/voice-feature-hero.svg");
  margin-top: -2rem;
  padding-top: 8rem;
  background-size: 80%;
  background-position: center 80%;
}
.phoneNumber--herounit {
  background-image: url("../new-design/phone-numbers/phone-numbers-feature-hero.svg");
  margin-top: -2rem;
  padding-top: 8rem;
  background-size: 80%;
  background-position: center 80%;
}
.media--herounit {
  background-image: url("/assets/dist/images/careers/careers-page-hero-bg.svg");
  margin-top: -2rem;
  padding-top: 8rem;
  background-size: 80%;
  background-position: center 80%;
}
@media screen and (max-width: 767px) {
  .media--herounit {
    background-size: contain;
  }
}
h1.media:after {
  content: "";
  background: url(/assets/dist/new-design/media/ic-press-and-media.svg);
  transform: translate(12px, 8px);
  display: inline-block;
  width: 50px;
  height: 50px;
}

.features-grid--big-icon .usecase-card__icon {
  width: 50px;
}

.picture-decription {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.picture-decription--reversed > div:nth-child(1) {
  order: 2;
}

.picture-decription__text {
  flex: 0 1 35%;
}

.picture-decription__image {
  flex: 0 1 58%;
}

.container--400px {
  width: 100%;
  max-width: 400px;
}

.padding--2rem {
  padding: 2rem;
}

.usecase-card--shadow {
  box-shadow: 0 5px 8px 5px rgba(219, 219, 219, 0.5);
}

.usecase-card--purple {
  background-color: #f6fcff;
}

.normal-list li {
  margin-bottom: 5px;
}

.video-holder {
  padding: 56.25% 0 0 0;
  position: relative;
}
.video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .default-container {
    padding: 0 1rem;
  }

  .authentication-page .herounit {
    padding-top: 140px;
    margin-top: 0;
  }
  .authentication-page .herounit .herounit__visual {
    margin-top: 40px;
  }

  .hide-in-tab-and-below {
    display: none;
  }

  .brand--herounit {
    background-position: center;
  }

  .herounit__pre-header {
    display: none;
  }

  .features-grid {
    flex-wrap: wrap;
  }

  .section-gap--mobile-devices {
    margin-bottom: 7rem;
  }
  .herounit {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-top: 11rem;
  }

  .herounit__visual img {
    width: 100%;
  }

  .herounit__visual {
    margin-top: 55px;
  }

  .buttons-container {
    margin: 0 auto;
  }

  .partners__list {
    transform: scale(0.93);
  }

  .section--extended {
    margin: 0;
  }

  .coverage__map {
    order: 2;
  }

  .coverage__description {
    padding-left: 0;
  }

  .zoomed-image img {
    width: 90%;
    margin: 0;
  }
  .grid-5by2 > div {
    flex: 0 1 33%;
  }

  .pricing {
    flex-wrap: wrap;
  }

  .pricing-card {
    flex: 1 1 100%;
    margin-bottom: 2rem;
  }

  .main-heading--has-line::after {
    content: none;
  }

  .features-grid__heading--padded:after {
    width: 120%;
    height: 55%;
    left: -10%;
  }

  .main-heading--extended {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  section .default-container {
    padding: 0 1.5rem;
  }
  ul.partners__list {
    align-items: center;
  }
  ul.partners__list li {
    flex: 1 1 33%;
  }
  ul.partners__list li:nth-child(n + 4) {
    display: none;
  }

  .default-container .herounit {
    flex-wrap: wrap;
    text-align: left;
    margin-top: 1rem;
    min-height: auto;
  }

  .herounit .herounit__visual {
    margin-top: 20px;
  }
  .herounit .buttons-container {
    justify-content: start;
    flex-wrap: nowrap;
    margin: 0;
  }
  .herounit.herounit--no-visual {
    justify-content: left;
    text-align: left;
    margin-top: 2rem !important;
    padding-top: 0rem;
  }
  .pricing-main-bg.main-bg {
    margin-top: 0px;
  }
  .main-heading,
  .heading-2 {
    text-align: left;
  }
  .herounit .herounit__description {
    width: 100%;
    margin-top: 0;
  }
  .herounit .herounit__description .h1 {
    text-align: left;
    margin-top: 0;
  }
  .pricing-main-bg .herounit.herounit--no-visual {
    align-items: flex-start;
  }
  .herounit .buttons-container .btn {
    padding: 12px;
    margin-right: 17px;
    margin-left: 0;
  }
  .herounit .buttons-container .btn:last-child {
    margin-right: 0px;
  }
}
@media screen and (max-width: 374px) {
  .herounit .buttons-container {
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
  }
  .herounit .buttons-container .btn {
    padding: 12px 28px;
    margin: 0 auto 22px !important ;
  }
}

@media screen and (max-width: 500px) {
  .partners__list li {
    flex: 1 1 50%;
    text-align: center;
  }
  .inline-in-mobile {
    display: inline;
  }
  .split-4060 {
    flex-wrap: wrap;
  }

  .split-4060 > div {
    flex: 1 1 100%;
  }

  .hide-in-mobile {
    display: none !important;
  }

  .features-grid__details {
    flex: 1 1 70%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }

  .partners__list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .picture-decription {
    flex-wrap: wrap;
  }

  .picture-decription > div {
    flex-grow: 1;
    flex: 1 1 100%;
  }
  .picture-decription--reversed > div:nth-child(1) {
    order: 0;
  }

  .usecase-grid--hoverable .usecase-card {
    box-shadow: 0 0 8px 4px rgb(243, 245, 252);
  }

  .coverage__map {
    display: none;
  }

  .split-5050 {
    flex-wrap: wrap;
  }

  .features__description {
    padding: 0;
    margin-bottom: 2rem;
  }

  .zoomed-image {
    display: none;
  }

  .zoomed-image--hide-image {
    display: block;
  }

  .zoomed-image--hide-image img {
    display: none;
  }
  .grid-5by2 > div {
    flex: 1 1 100% !important;
  }
  .col-md-6 {
    flex: 1 1 100%;
    text-align: center;
  }

  .difference-icon {
    width: 50px;
    margin: 0 auto;
  }
  .features-grid__heading {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }

  .features-grid__heading--padded:after {
    border-radius: 0;
    width: 120%;
    left: -10%;
    height: auto !important;
    top: 0 !important;
    bottom: -1rem;
  }

  .split-5050--shrink > div,
  .split-5050--shrink > a {
    flex-grow: 1;
  }

  .split-5050:not(.split--continuous) > div:nth-child(2),
  .split-4060:not(.split--continuous) > div:nth-child(2) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .buttons-container {
    justify-content: center;
    flex-wrap: wrap;
    /* flex-direction: column; */
  }

  .buttons-container .btn {
    margin-bottom: 0.8rem;
  }
}

@media screen and (min-width: 960px) and (max-width: 1024px) {
  .herounit--no-visual {
    min-height: 40vh;
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  .hide-only-on-tab {
    display: none;
  }
}
.hide-btn {
  display: none !important;
}
.herounit__description {
  flex: 1 1 65% !important;
  max-width: 430px;
  margin-top: 5px;
}
.herounit__quotes {
  flex: 1 1 45%;
  padding-left: 50px;
}
.herounit__quotes p {
  color: #05006d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: normal;
  padding-top: 1.5rem;
}
.herounit__quotes span {
  font-size: 0.875rem;
  color: #05006d;
}

.partners_head {
  font-size: 18px;
  text-align: center;
  padding-bottom: 25px;
  font-weight: 600;
}
.text-center-block {
  text-align: center;
  display: block;
}
.f-21 {
  font-size: 21px;
}
.flag-image span {
  padding-left: 1rem;
  font-weight: 400;
}
.buttons-container-x3 {
  max-width: 500px !important;
}
.buttons-container-x3 .btn {
  min-width: 240px !important;
}
.btn-success {
  color: #fff;
  background-color: #03a94a;
  border-color: #03a94a;
}
.btn.btn-success:hover {
  background: #03a94a;
  border-color: #03a94a;
}
.powerful-features {
  background-image: url(/assets/dist/new-design/page-background-image-shade.svg);
  background-size: cover;
  padding: 80px 0;
}
.difference-details h3 {
  font-size: 1.125;
}
.f-18 {
  font-size: 18px;
}
.text-center {
  text-align: center;
}

#nav .hiddenclass {
  display: none;
}
.campaignNav li:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: -15px;
  height: 1px;
  background: #05006d;
  transition: width 0.3s;
}
.campaignNav li.active:after {
  width: 100%;
  margin-bottom: 6px;
}

.not-supported {
  font-size: 12px !important;
  color: #333;
  opacity: 0.5;
  font-weight: 600;
}
.campaignNav li.active a {
  font-weight: bold;
}
.grid-link {
  margin-top: 10px;
}
.grid-link .link {
  color: #03A94A;
  font-weight: 400;
  margin-top: auto;
}
.grid-link .link:hover {
  color: #05006d;
}
.grid-link .link [class^="icon-"] {
  font-size: 6px;
  display: inline-block;
  vertical-align: 0.125rem;
  margin: 0 0 0 0.3125rem;
}
.grid-link .icon-arrow-large-right:before {
  content: "\e906";
  color: inherit;
}

@media only screen and (max-width: 1082px) and (min-width: 959px) {
  .subheader {
    margin: 0 1rem;
  }
  .subheader ul li {
    margin: 0 1rem !important;
  }
}

.text-center {
  text-align: center;
}
.table-design {
  border-radius: 4px;
  border: solid 2px #f5f7fa;
  padding: 1.75rem 2rem 1rem;
  color: #626375;
  line-height: 1.5;
  margin: 0.625rem 0;
  width: 100%;
  margin-top: 3rem;
}
.table-design table {
  border-collapse: collapse;
}
.table-design table th {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
}
.table-design table th span {
  margin-left: 12px;
}
.table-design table tbody td {
  padding: 10px 0;
}
.table-border {
  border-bottom: 1px solid #f2f3f6;
}
.table-design table thead {
  padding-bottom: 1.75rem;
}
.table-design table .title {
  line-height: 1.5;
  color: #05006d;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-24 {
  font-size: 24px;
}
.fade-color {
  opacity: 0.5;
}
.s-bold {
  font-weight: 600;
}
.align-pix-right-1 {
  padding-left: 1px;
}

@media screen and (max-width: 436px) {
  .buttons-container-x2 .btn--green-outline {
    margin-bottom: 0.8rem;
  }
  .buttons-container-x2 {
    display: block;
  }
  .buttons-container-x2 {
    max-width: 430px !important;
  }
}

.hide-btn {
  display: none !important;
}
@media screen and (max-width: 959px) {
  .hide-first-child table th:first-child,
  .hide-first-child table td:first-child {
    display: none;
  }
  .f-table {
    display: table-row !important;
  }
  .th-head {
    padding-bottom: 2rem;
  }
  .table-design table th,
  .table-design table td {
    padding-right: 20px !important;
  }
  .img-flag {
    display: none;
    vertical-align: bottom;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-24 {
    font-size: 20px;
  }
  h1 {
    font-size: 35px !important;
  }
  ul.partners__list li {
    padding: 10px;
  }
  .herounit__visual {
    margin-top: 0;
  }
  .table-design {
    margin-top: 2rem;
    padding: 1.75rem 0;
  }
}
.d-none {
  display: none;
}
.badge-success-coming-soon {
  color: var(--dark-grey);
  background-color: #aee9fc;
  padding: 5px 10px;
  margin-left: 5px;
}
.buttons-container-x2 {
  max-width: 430px !important;
}
.buttons-container-x2 .btn {
  min-width: 200px;
}
.section-gap-xs {
  margin-bottom: 60px;
}
.value {
  /* opacity: 0.5; */
  font-size: 14px;
  display: block;
  color: rgb(51, 51, 51);
}
.hide-btn {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .value{
    padding:0 20px;
  }
  .row-title .value{
    padding: 0;
  }
}

@media screen and (min-width: 969px) and (max-width: 1100px) {
  header {
    position: fixed;
    width: 100%;
  }

  header.show-shadow {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
  }

  .hanging-subheader {
    display: none !important;
  }

  header,
  #wrapper {
    padding: 0 1rem;
  }

  #wrapper {
    margin-top: 140px;
  }

  .lookup #wrapper{
    margin-top: 61px;
  }
}

.split-7535 {
  display: flex;
}
.split-7535 > div:nth-child(1) {
  flex: 1 1 75%;
}
.split-7535 > div:nth-child(2) {
  flex: 1 1 35%;
}
.container.w-bg {
  max-width: 1180px;
}
.customers-page h1 {
  font-size: 36px;
  color: #05006d;
  margin-top: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1rem;
}
.w-bg {
  background: #fff;
  position: relative;
  margin-top: 23rem;
  padding: 0 3rem;
}
.head-overlap-section {
  position: absolute;
  top: 0;
  width: 100%;
}
.w-bg .logo-container {
  margin-top: 6rem;
  text-align: center;
}
.header-style {
  padding-top: 1rem;
}
.overlap-section-content {
  padding-top: 1rem;
  font-size: 18px;
  color: #333333;
  line-height: 2;
}
.overlap-section-content .light-color p {
  color: #8a8989;
}
.overlap-section-content .light-color i {
  font-size: 24px;
}
/* i.double-quotes::before{
  width: 10rem;
  height: 10rem;
  content: '"';
  position: absolute;
  left: 1rem;
  font-size: 7rem;
  margin-top: -5rem;
  color: #d5e8fc;
} */
.customers-page .h1--blue {
  font-size: 36px;
  color: #05006d;
}
.space--62 {
  margin-top: 62px;
}
.space--42 {
  margin-top: 42px;
}
.overlap-section-content .light-color p.normal-color {
  font-size: 16px;
  color: #333333;
  line-height: 1.56;
}
.right-side-section {
  padding-left: 2rem;
}
.customers-page .side-header {
  font-size: 18px;
  color: #494a5b;
  margin: 1rem 0;
  font-weight: normal;
}
.customers-page .side-header p {
  margin-bottom: 0;
}
.right-side-section .contact-form-holder .contact-form .row-box {
  margin-bottom: 1rem;
}
.right-side-section .box {
  box-shadow: 0 0 6px 0 #e8eaf1;
}
.right-side-section .box .hold {
  padding: 1rem 2rem;
}
.right-side-section .box .hold h4 {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #05006d;
}
.right-side-section .box .hold.tag-section {
  padding: 1rem 2rem 0;
}
.right-side-section hr {
  border: 1px solid #f3f5fc;
}
.right-side-section p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.68);
}
.logo-container {
  position: sticky;
  position: -webkit-sticky;
  top: 4rem;
  background: #fff;
}
.sticky-box {
  position: sticky;
  position: -webkit-sticky;
  top: 4.5rem;
  border-radius: 6px;
  /* box-shadow: 0 0 8px 4px #e8eaf3;
  background-color: #f7f9fb; */
}
.sticky-box .hold {
  padding: 1rem 2rem;
  color: #333333;
}
.customers-page #wrapper {
  overflow: visible;
}
.customers-page input[type="email"] {
  font-size: 12px;
  line-height: 17px;
  outline: none;
  border: 1px solid #e0e0e3;
  padding: 0.625rem 1.1875rem;
  color: #626375;
  height: 2.5rem;
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  box-shadow: none;
  -webkit-appearance: none;
  font-weight: 300;
}
.customers-page #wrapper {
  margin-top: 0;
}

/* i.double-quotes{
    font-size: 22px;
    color: #777;
} */
/* .quotes{
  padding-left: 2.5rem;
  margin: 35px 0;
} */
.content-spacing-image {
  margin-top: 40px;
}
.content-spacing {
  margin-top: 35px;
}
.customers-page .h1.h1--blue {
  margin-top: 1rem;
}
.image-space {
  margin-bottom: 10px;
}
.m-d-block {
  display: none;
}
.quotes {
  margin: 1.5rem 0 1.5rem 1.56rem;
  padding: 1.27rem 1.56rem 1.27rem 2rem;
  line-height: 1.8;
  border-radius: 0.5rem;
  position: relative;
  font-size: 16px;
}
.quotes:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 4px;
  height: calc(100% - 1rem);
  background-color: #2ab031;
  border-radius: 0 3px 3px 0;
}
@media screen and (max-width: 1024px) {
  .customers-page header,
  #wrapper {
    padding: 0;
  }
  /* .customers-page .nav {
    padding: 0 1.5rem;
  } */
  /* i.double-quotes::before {
    left: 2rem;
    font-size: 5rem;
    margin-top: -3rem;
  } */
  .heading-bg{
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .w-bg {
    margin-top: 20rem;
  }
  .split-7535 {
    flex-direction: column;
  }
  .mobile-d-none .contact-form-holder {
    margin-bottom: 0;
  }
  .right-side-section {
    padding-left: 0;
  }
  .head-overlap-section {
    margin-top: 4.5rem;
  }
  .logo-container {
    top: 0;
  }
  .w-bg .logo-container {
    margin-top: 3rem;
  }
  /* i.double-quotes::before {
    left: 2rem;
    font-size: 4rem;
    margin-top: -2.5rem;
  } */
  .overlap-section-content .light-color i {
    font-size: 19px;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .banner {
    height: auto;
    line-height: none;
  }
}
@media screen and (max-width: 436px) {
  .w-bg {
    margin-top: 15rem;
    padding: 0 1rem;
  }
  h1.h1--blue {
    font-size: 28px !important;
  }
  /* i.double-quotes::before {
      margin-top: -2.5rem;
      left: 0rem;
  } */
}
.customers-page .contact-form-holder .contact-form .btn {
  width: 100%;
}
.customers-page .contact-form-holder {
  padding: 0.8rem 2.5rem;
}
.customers-page .no-padding p {
  margin-bottom: 0.2rem;
}
.card-design {
  padding: 0 8px;
}
.card-design .card {
  box-shadow: 0 2px 5px 0 rgb(243, 245, 252);
  background: #fff;
  transition: box-shadow 0.4s ease;
  color: #333;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.card-design .card:hover {
  box-shadow: 0 10px 40px 0 rgba(183, 189, 212, 0.4);
  color: #333;
}
.split-33-33-33 {
  display: flex;
  flex-wrap: wrap;
  align-items: initial !important;
}
.split-33-33-33 > div {
  flex: 1 1 33%;
  display: flex;
}
.card-design .card-body .card-title {
  padding: 1.25rem 1.0625rem;
}
.card-design .card-body h2 {
  font-size: 1.125rem;
  line-height: 1.67;
  color: #494a5b;
  margin: 0;
  font-weight: 400;
}
.card-design .card ul.blog-detail-list {
  margin-top: 2rem;
}
.card-design .customer-case-studies ul.blog-detail-list {
  font-size: 0.875rem;
}
.card-design ul.blog-detail-list {
  color: #626375 !important;
  margin-bottom: 10px;
}
.card-design .card1 {
  padding-left: 1.125rem;
  padding-bottom: 1.25rem;
}
.card-design .blog-detail-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: uppercase;
  margin: 0 0 1.1875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  list-style: none;
  padding: 0;
}
.card-design .link {
  color: #03a94a;
  font-weight: normal;
}
.card-design .link span {
  font-size: 10px;
  padding-left: 0.5rem;
}
.card-img-top img {
  width: 100%;
}
.customers-page .container .row {
  margin-left: 0;
  margin-right: 0;
}
.card-design.d-flex.flex-wrap:last-of-type {
  display: none;
}
@media screen and (max-width: 768px) {
  .related-articles {
    padding: 1rem;
  }
  .card-design {
    margin-bottom: 2rem;
  }
  .brand--herounit{
    background-image: url(../new-design/branding/ic_hero-tab.svg);
    background-position: 67%;
    background-size: contain;
  }
  .brand--herounit .h1--blue{
    margin-right: 13px;
  }
}
@media screen and (max-width: 767px) {
  .split-33-33-33 > div {
    flex: 0 1 auto;
  }
}
@media screen and (min-width: 767px){
.d-md-none{
  display:none!important;
}
}
@media screen and (min-width: 767px) and (max-width: 967px) {
  .split-33-33-33 > div {
    flex: 0 1 50%;
  }
  .card-design.d-flex.flex-wrap:last-of-type {
    display: flex;
  }
}

.coverage--phone--herounit {
  background-image: url(/assets/dist/new-design/phone-numbers/pricing/phone-number-pricing-hero-unit.svg);
  background-repeat: no-repeat;
  background-size: 82%;
  background-position: center 60px;
  min-height: 255px;
}
.coverage--sms--herounit {
  background-image: url(/assets/dist/images/coverage/earth.svg),
    url(/assets/dist/images/coverage/oval.svg);
  background-position: 12% 55%, 81% 65%;
  background-repeat: no-repeat;
  background-size: 23%, 14%;
}
.coverage-page .justify-content-center {
  text-align: center;
}
.deep-blue {
  color: #05006d;
}
.deep-blue .b-size {
  font-size: 80px;
}
.deep-blue .b-h-sub {
  font-size: 18px;
}
.coverage-page .herounit--no-visual {
  min-height: 40vh;
}

.table-content {
  opacity: 1 !important;
  color: #05006d !important;
}
.number-type-label .type-label {
  padding: 5px 7px;
  font-size: 10px;
  border-radius: 11px;
  font-weight: 600;
}
.number-type-label .sms,
.number-type-label .mms {
  background: #edfdff;
  color: #00dbff;
}
.number-type-label .voice {
  background: #f9eeff;
  color: #a146d8;
}
.table4x4 .col-4 {
  width: 25% !important;
  text-align: center;
}
.table4x4 .col-4:first-child {
  text-align: left;
}
.table4x4 .list div:first-child span.row-title {
  font-size: 24px;
}
.table4x4 .d-flex.list > div,
.list > div {
  vertical-align: initial;
}
.p-top-4 {
  padding-top: 4rem !important;
}

@media (max-width: 768px) {
  .p-top-4,
  .p-top-1 {
    padding-top: 1rem !important;
  }
  .heading-table > div:nth-child(1),
  .features-box > div:nth-child(1) {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .careers .box {
    padding: 0 0 1.875rem;
  }
}

.title-row {
  width: 100%;
}

@media (max-width: 767px) {
  .title-row {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact-us_section {
  position: relative;
  color: #333;
  line-height: 1.56;
  text-align: center;
}

@media (min-width: 992px) {
  .contact-us_section {
    padding-bottom: 7.0625rem;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .contact-us_section .container {
    max-width: 1153px;
  }
}

.contact-us_section .title {
  color: #494a5b;
  display: block;
  margin-bottom: 0.5625rem;
}

.contact-us_section .title-row {
  max-width: none;
}

.contact-us_section-grid {
  border-radius: 4px;
  line-height: 1.56;
  margin: 0 -0.375rem;
  background: #fff;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .contact-us_section-grid {
    box-shadow: 0 0 6px 0 #e8eaf1;
    border: 1px solid #e8eaf1;
    margin: 0;
    font-size: 1rem;
  }
}

.contact-us_section-grid .box {
  width: 50%;
  padding: 0.375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .contact-us_section-grid .box {
    padding: 0;
  }
}

.contact-us_section-grid .box p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .contact-us_section-grid .box:nth-child(even) .hold {
    border-right: 0;
  }
}

.contact-us_section-grid .box .hold {
  padding: 1.125rem 0.5rem;
  box-shadow: 0 0 6px 0 #e8eaf1;
  border-radius: 2px;
  width: 100%;
}

@media (min-width: 768px) {
  .contact-us_section-grid .box .hold {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #e8eaf1;
    border-width: 0 1px 1px 0;
    padding: 1.125rem 1.5625rem;
  }
}

@media (min-width: 992px) {
  .contact-us_section-grid .box .hold {
    padding: 3rem 1.75rem;
  }
}

.careers {
  font-size: 1rem;
}
@media (min-width: 7698px) {
  .careers .border-r-b {
    border-right: 0 !important;
    border-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .relative-section {
    z-index: 3 !important;
  }
  .relative-section.lower {
    z-index: 2 !important;
  }
}
.contact-us_section-grid .box .title {
  margin: 0 0 0.25rem;
}

.careers .main-bg {
  background-image: url(/assets/dist/images/careers/careers-page-hero-bg.svg);
}
.careers .box {
  text-align: center;
}
.careers .box .title {
  color: #0d0072;
  font-size: 40px;
}
.careers .box p {
  color: #494a5b;
  opacity: 0.5;
}
.careers .usecase-card__icon {
  width: 51px;
}
.careers .split-34-76 {
  display: flex;
}
.careers .split-34-76 > div {
  flex: auto;
}
.auto-flex > div,
.auto-flex > a {
  flex: auto;
}
.w-40 {
  width: 40%;
}
.w-60 {
  width: 60%;
}
.relative-section {
  margin-left: 2rem;
}
.careers .open-positions .select {
  height: 2.625rem;
  padding: 0 0.625rem;
  text-transform: none;
  color: #333;
  font-size: 1rem;
  background: #fff;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 #e8eaf1;
  border-color: transparent;
  opacity: 0.5;
}
.careers .open-positions .split-5050 .p-right {
  padding-right: 2rem;
}
hr.short {
  margin: 2rem 0 5rem;
  border: 1px solid #979797;
  opacity: 0.2;
  position: relative;
  z-index: -1;
}
hr.d-none-mobile {
  margin: 2rem 0;
}
.careers .label {
  margin-top: 1rem;
  font-size: 18px;
  color: #494a5b;
}
.careers header,
#wrapper {
  padding: 0;
}
.careers.home-page .nav {
  padding: 0 1rem;
}
.careers .split-20-80 {
  display: flex;
}
.careers .split-20-80 > div {
  flex: auto;
}
.careers .place {
  text-align: center;
  color: #333333;
}
.careers .place .title {
  font-size: 87.6px;
  font-weight: bold;
}
.careers .place .sub-title {
  font-size: 1rem;
  margin-top: -1rem;
}
.place {
  width: 40%;
}
.jobs-list {
  width: 60%;
}

.jobs-list .dept {
  font-size: 24px;
  color: #05006d;
}
.jobs-list .posting {
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
}
.job-apply {
  display: flex;
  align-items: center;
}
.job-apply a {
  float: right;
  margin: 1rem;
}
.a-center {
  align-items: center;
}
.location-jobs-holder {
  padding-bottom: 3rem;
}
.title-place {
  font-size: 18px;
  font-weight: 600;
}
.sticky-place {
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
  padding: 1rem;
  padding-right: 10rem;
}
.careers #wrapper {
  overflow: visible;
}
.box.full-width {
  width: 100%;
}
.careers .box .hold {
  padding: 1rem 1.75rem 2rem;
}
.careers .box .hold .title {
  font-weight: 600;
}
.no-job-found {
  font-size: 18px;
  text-align: center;
}

.relative-section {
  position: relative;
  z-index: 0;
}
.list-unstyled {
  border: 1px #000 solid;
  list-style: none;
  height: 2.625rem;
  text-transform: none;
  color: #333333;
  font-size: 1rem;
  background: #fff;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 #e8eaf1;
  border-color: transparent;
  display: inline-grid;
  top: -1.2rem;
  position: absolute;
  padding: 0;
}
.list-unstyled li {
  padding: 5px 10px;
  z-index: 2;
}
.list-unstyled li:not(.init) {
  float: left;
  display: none;
  width: 100%;
  background: #fff;
  color: #333333;
  box-shadow: 0 0 8px 0 #e8eaf1;
  box-shadow: 0 6px 8px 0 #e8eaf1;
  padding: 1rem;
  cursor: pointer;
}
.list-unstyled li:not(.init):hover {
  background: #f9fbfc;
}
.list-unstyled li.init {
  cursor: pointer;
  color: #c3c1c1;
}

a#submit {
  z-index: 1;
}

ul.list-unstyled:after {
  content: "\e903";
  position: absolute;
  transform: translateY(-50%);
  font-family: "icomoon" !important;
  right: 0;
  font-size: 6px;
  display: block;
  margin-right: 1rem;
  top: 1.3rem;
}
.job-container1 hr:last-child {
  display: none;
}
.careers .usecase-card {
  cursor: auto;
}
.careers .usecase-card:hover {
  box-shadow: none;
}
.careers .contact-us_section-grid .box .hold,
.careers .contact-us_section-grid {
  box-shadow: none;
}
.no-border .hold {
  border: none;
}
.careers-banner {
  width: 86%;
}
@media (max-width: 1024px) {
  .careers.home-page #main {
    /* margin-top: -3.9375rem; */
    padding-top: 0;
  }
  .careers-banner {
    margin-top: 3rem;
  }
}
@media (max-width: 960px) {
  .careers.home-page #main {
    padding-top: 7rem;
    margin-top: 0;
  }
  .careers.home-page .nav {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .ipad-size {
    display: block;
    text-align: left;
  }
  .ipad-size .p-right {
    padding: 0 0 2rem;
  }
  .section-gap {
    margin-bottom: 3rem;
  }
  .section-gap.small {
    margin-bottom: 1rem;
  }
  .ipad-d-none {
    display: none;
  }
  h1 {
    font-size: 28px !important;
  }
  .herounit--no-visual {
    margin-top: 8rem;
  }
  .main-heading {
    font-size: 25px;
  }
  .split-5050:not(.split--continuous) > div:nth-child(2),
  .split-4060:not(.split--continuous) > div:nth-child(2) {
    margin-top: 0;
  }
  .careers .box .title {
    font-size: 30px;
  }
  .careers .split-34-76 {
    display: block;
  }
  .w-40,
  .w-60 {
    width: 100%;
  }
  .main-heading.w-40 {
    text-align: center;
    padding: 0 0 2rem;
  }
  .jobs-list .dept {
    font-size: 20px;
  }
  .jobs-list .posting {
    font-size: 16px;
  }
  .sticky-place {
    padding-bottom: 2rem;
  }
  /* .careers.home-page #main {
    padding-top: 3.375rem;
  } */
  .careers-banner {
    margin-top: 2rem;
  }
}
@media (max-width: 661px) {
  .auto-flex {
    display: block;
  }
  .z-index-3 {
    z-index: 3;
  }
  .relative-section {
    margin-left: 0;
  }
  .auto-flex .label {
    padding-bottom: 2rem;
  }
  .iphone-d-none {
    display: none;
  }
  .iphone-d-block {
    display: block;
  }
  .list-unstyled {
    position: relative;
  }
  .sticky-place {
    padding-right: 0;
  }
  .jobs-list,
  .place {
    width: 100%;
  }
  .location-jobs-holder {
    padding-bottom: 0;
    display: block !important;
  }
  hr.short {
    margin: 2rem 0 2rem;
  }
  .herounit--no-visual {
    margin-top: 8rem !important;
  }
  .title-row {
    max-width: 100%;
  }
  .contact-us_section-grid .box {
    padding: 0;
  }
  .careers .contact-us_section-grid .box .hold {
    box-shadow: none;
    border: 1px solid #e8eaf1;
  }
  .careers .usecase-grid--hoverable .usecase-card {
    box-shadow: none;
  }
  .no-border .hold {
    border: 1px solid #e8eaf1;
  }
  .careers .main-bg {
    background-size: cover;
  }
  hr.d-none-mobile {
    display: none;
  }
}

.carriers .herounit__description {
  max-width: 500px !important;
}
.carriers .herounit__visual img {
  width: 100% !important;
}
.carriers .content-section p {
  font-size: 18px;
  line-height: 2;
}
.carriers .split-6040 {
  justify-content: space-between;
  align-items: start;
}
.carriers .split-6040 > div:nth-child(2) {
  flex: 0 1 37%;
}
.carriers .split-6040 > div:nth-child(1) {
  flex: 0 1 58%;
}
.carriers #contact-form {
  visibility: visible !important;
}
.carriers #contact-form p {
  font-size: 12px;
  line-height: 1.67;
  color: #999999;
}
.carriers .contact-form-holder .contact-form .btn {
  width: 100% !important;
}
.carriers .form-head {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
}
#form-success-message {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .carriers .split-6040,
  .split-5050 {
    display: block;
  }
  .carriers .contact-form-holder .contact-form .btn {
    margin-bottom: 1rem;
  }
}

.hide-footer .footer-nav {
  display: none;
}

.footer-nav a:hover {
  color: #03a94a;
}

.text-badge.call-insights-badge:after {
  background: #decaf0;
  font-weight: normal;
  vertical-align: 0;
  margin-top: -10px;
  margin-left: 2px;
  font-size: 10px;
  color: #333;
}
@media (max-width: 767px) {
  .text-badge.call-insights-badge:after {
    margin-top: 0;
  }
}

.back-link {
  left: 0.7rem;
  top: 70px;
  z-index: 10;
  font-size: 14px;
}
.absolute {
  position: absolute;
}
.back-link .icon-arrow-large-right {
  transform: rotateY(180deg) translateY(-2px);
  display: inline-block;
  font-size: 7px;
}

.press-news-holder .contact-form-holder {
  padding: 1.5rem 2.5rem !important;
}

.press-news-holder .contact-section-box {
  background-color: #f7f9fb;
  padding: 1.5rem 2.5rem;
  margin: 0 0 1.9375rem;
  box-shadow: 9px 13px 45px 4px rgb(204 213 222 / 24%),
    -9px -13px 45px 4px rgb(149 168 187 / 24%);
}
.press-news-holder .contact-section-box .title {
  font-size: 18px !important;
  color: #494a5b;
  line-height: 1.5;
  margin-bottom: 1rem;
  position: relative;
}
.press-news-holder .contact-section-box .box {
  display: flex;
}
.press-news-holder .contact-section-box .box .hold {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.press-news-holder .contact-section-box .link {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  font-weight: 400;
}
.press-news-holder .contact-section-box .title:after {
  content: "";
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate(-40px, 0px);
}
.press-news-holder .contact-section-box .title.press:after {
  background-image: url(/assets/dist/new-design/aboutic-press.svg);
}

/* Styling for : Custom pagination  */

.customPagination,
.navigatePage {
  margin: 0 0.15rem 0.1875rem;
  display: inline-block;
  vertical-align: top;
  min-width: 1.5rem;
  height: 1.5rem;
  border-radius: 12px;
  background-color: #fff;
  text-align: center;
  padding: 0.1875rem;
  color: #626375;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.1;
  transition: color 0.3s ease;
}
.customPagination:hover,
.navigatePage:hover {
  background-color: #03a94a;
  color: #fff;
  text-decoration: none;
}
.pagination-holder #beforePagination {
  margin-right: 0.625rem;
}
.pagination-holder #afterPagination {
  margin-left: 0.625rem;
}
.activePagination {
  background-color: #03a94a;
  color: #fff;
  text-decoration: none;
  cursor: default;
}
.pagination-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}

/* End of Styling for : Custom pagination  */
.bottom-margin {
  margin-bottom: 80px;
}
/* banner height */

@media screen and (max-width: 450px) {
  .home-page header .nav,
  .home-page .logo {
    top: 35px;
  }
  /* .hamburger {
    top: calc(1.9rem + 35px);
  } */
}
.space-around{
      justify-content: space-around;
}
.table-sub-heading{
  color: #05006d;
  font-size: 21px;
  text-align: center;
}
.table-extra-head{
  color: #05006d;
  font-size: 16px;
  font-weight: 600;
}
.full-width{
  width: 100%;
}
.fixed-column{
  table-layout: fixed;
}
.fixed-column .first-column{
  width: 20%;
}
#main .fixed-column .title {
    font-size: 16px;
}
#main .fixed-column .unit {
    font-size: 12px;
}
.fixed-column tr td{
  border-bottom: 1px solid #f4f4f4;
}
.fixed-column .not-supported{
  font-size: 14px !important;
}
 .combained-table .heading-table__data-table{
  border-bottom: none;
}
.fixed-column tr td.p-right{
  background: #fff;
}
.info-tooltip {
    position: relative;
    display: inline-block;
}
.info-icon {
    background: #fff;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: solid 1px #bbb;
    color: #bbb;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-tooltip .info-tooltiptext {
    display: none;
    min-width: 150px;
    background-color: #555;
    border: solid 1px #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -75px;
    transition: opacity 0.3s;
}
tr.table-sub-head th{
  border-bottom: 1px solid #9E9BC7;
  text-align: center;
}
.table-table-striped tr:nth-child(odd){
  background-color: rgb(248, 251, 255);
}
.sticky-network {
  position: sticky;
  z-index: 1;
  top: 11rem;
}
.mobile-table{
  text-align: center;
}
.no-strip{
  background-color: #fff !important;
}
table tbody tr td:nth-child(1) .title {
    color: #05006d;
}

@media (max-width: 767px) {
  .m-show {
    display: block !important;
  }
  .m-hide {
    display: none;
  }
}


.sellularElemDrop .drop-holder {
  background-image: url(../images/new-home/New-Product_dropdown.svg) ;
  background-repeat: no-repeat;
  background-position:  bottom left;

}
#nav .drop.big-drop:before {
  left: 23%;
}
@media (min-width:1151px) {
  #nav .drop.big-drop {
      width: 900px;
  }
   .sellularElemDrop #nav .drop.big-drop {
      width: 1100px;
      transform: translateX(-18%);
  }
  .contactoEnabled .contactoElemDrop #nav .drop.big-drop {
      width: 1100px;
      transform: translateX(-18%);
  }

}

.custom-table .striped-table tr:nth-child(odd) td {
  background-color: #f8fbff;
}
.custom-table .striped-table tr:nth-child(odd) td:first-child {
  background-color: #fff;
}
.price-comparison .custom-table .table thead th {
  padding: 1.1rem 0;
  font-size: 14px;
  opacity: 1;
  font-weight: bold;
}
.price-comparison .custom-table .table thead tr:first-child {
  /* border-top: 1px solid #332f87; */
  border-bottom: none;
}
.price-comparison .custom-table table.table td , .price-comparison .custom-table table.table th {
  padding-left: 37px;
  border-bottom: solid 1px #f4f4f4;
}
.price-comparison .custom-table table.table tr:last-child td {
  border-bottom: none;
}
.price-comparison .custom-table table.table td.td-green {
  font-weight: bold;
  font-size: 21px;
}
.price-comparison .custom-table table.table td:first-child , .price-comparison .custom-table table.table th:first-child {
  padding-left: 0px;
}
.table-outer-row {
  padding-left: 200px;
  margin-bottom: 10px;
  border-top: 1px solid #332f87;
  border-bottom: solid 1px #f4f4f4;
}
@media (max-width: 768px){
  .table-outer-row {
    overflow-x: scroll;
    padding-left: 0;
  }
}
.price-comparison .custom-table .table td {
	color: #191579;
	font-size: 14px;
	font-weight: 400;

}
.custom-table .note {
	margin-top: 5px;
	padding-left: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.price-comparison .custom-table .table td {
  padding: 0.75rem 0;
}
.price-comparison .custom-table .table td:first-child {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.price-comparison .custom-table  .table .bold-text {
  font-size: 21px;
}





/* Live Webinar Styling */
.lw-body, .col-md-6 {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
}
.lw-btn-holder {
  margin-bottom: 20px;
  display: flex;
}
.lw-btn {
  float: left;
  padding: 3px;
  color: #fff;
  height: 36px;
  width: 139px;
  background-color: #05006D;
  font-size: 16px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-h1 {
  color: #05006D;
  font-size: 56px;
  font-weight: normal;
  line-height: 1.25;
  margin-top: 20px;
}
.flex-div {
  display: flex;
}
.text-h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7;
}
.hero-left-holder {
  flex: 0 1 59%;
}
.lw-parking-img {
  background: url("/assets/dist/images/webinars/laz-touchless.svg") no-repeat;
  height: 330px;
  width: 305px;
  background-size: cover;
  margin: 0 auto;
}
.parking-img {
  height: 408px;
  width: 545px;
  background: url("/assets/dist/images/webinars/parking-laz.svg") no-repeat;
  background-size: cover;
  margin-right: 50px;
}
.laz-img {
  height: 70px;
  width: 170px;
  background: url("/assets/dist/images/webinars/laz-logo.svg") no-repeat;
  background-size: contain;
}
.lw-parking-img-holder {
  width: 50%;
  align-items: center;
}
.lw-parking-text {
  width: 50%;
  line-height: 1.7;
}
.laz-touchless-section {
  align-items: center;
  margin: 30px auto;
  width: 93%;
}
.last-section {
  margin: 50px 0 70px;
}
.last-section .buttons-container {
  margin-top: 50px;
}
.last-section .buttons-container .green-btn {
  margin: 0 auto;
  text-transform: uppercase;
}
.meet-speakers-holder h3 {
  text-transform: uppercase;
  color: #05006D;
  font-size: 36px;
  text-align: center;
}
.meet-speakers-holder {
  width: 90%;
  margin: 100px auto 130px;
  position: relative;
}
.hero-container {
  margin: 20px 0 50px;
  justify-content: space-between;
}
.lw-body .checklist  {
  margin-top: 20px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7;
  color: #333;
  padding-left: 40px;
}
.lw-body .checklist > li:before {
  background: #B7F5DF;
  text-shadow: 1px -6px 0 #51c99e;
  margin-left: -40px;
  margin-top: 6px;
}
.person-holder a {
  color: #3838b2;
  /*text-decoration: underline;*/
}
.circle-red {
  background-color: #FF0000;
  margin-right: 10px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
}
.lw-form-holder {
  width: 443px;
  height: 554.1px;
  flex-grow: 0;
  border-radius: 31.2px;
  -webkit-backdrop-filter: blur(69.4px);
  backdrop-filter: blur(69.4px);
  border-style: solid;
  border-width: 1.2px;
  border-image-source: linear-gradient(140deg, #008 2%, #008 99%);
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, #008, #008), linear-gradient(140deg, #008 2%, #008 99%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border: none;
}
.lw-form-holder .contact-form-holder {
  background : transparent;
  box-shadow: none;
}
.lw-form-holder .contact-form-holder .contact-form label {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.lw-form-holder .contact-form-holder .contact-form .row-box {
  margin-bottom: 35px;
}
.lw-form-holder .contact-form-holder .contact-form .invalid-feedback {
  font-size: 14px;
}
.lw-form-holder .contact-form-holder .btn.green-btn {
  background-color: #fff;
  color: #008;
  font-size: 17px;
  font-weight: bold;
  border-radius: 8px;
  margin-top: 25px;
  height: 57px;
}
.lw-form-holder .privacy-desc-inside {
  display: none !important;
}
.lw-form-holder .contact-form-holder .contact-form .space--21 {
  display: none;
}
.lw-form-holder .contact-form-holder .contact-form input {
  padding: 0;
  height: 57.8px;
  text-indent: 10px;
  color: #fff;
  background: #7E7DC3;
  font-size: 18px;
  border: none;
  border-radius: 8.1px;
  -webkit-backdrop-filter: blur(69.4px);
  backdrop-filter: blur(69.4px);
  border-style: solid;
  border-width: 1.2px;
  border-image-source: linear-gradient(98deg, #7374BD 0%, #181A90 100%);
  border-image-slice: 1;
  background-image: linear-gradient(99deg, #7374BD 1%, #181A90 100%), linear-gradient(98deg, #7374BD 0%, #181A90 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border: none;
}




.lw-calender-icon {
  width: 94px;
  height: 94px;
  background: url("/assets/dist/images/webinars/calendar-lw.svg") no-repeat;
  background-size: contain;
  margin-right: 20px;
  position: relative;
}
.lw-calender-icon:before {
content: "";
width: 345.1px;
height: 182.6px;
position: absolute;
background: url("/assets/dist/images/webinars/arrow2.svg") no-repeat;
background-size: contain;
left: -165px;
bottom: -235px;

}
.lw-divider {
width: 2.4px;
height: 47.3px;
background-color: #878787;
margin: 0 30px;
}
.align-center-flex {
align-items: center;
}
.person-img {
width: 230.8px;
height: 185.3px;
margin: 10px auto;
position: relative;
}
.person-img:after {
content: "";
width: 53.5px;
height: 53.5px;
position: absolute;
bottom: 0px;
right: 0px;
background-image: url("/assets/dist/images/webinars/mike.svg");
bottom: 22px;
right: -4px;

}
.speaker-holder {
justify-content: space-between;
align-items: center;
margin: 10px 0 20px;
}
.person-holder {
width: 40%;
align-items: center;
text-align: center;
}
.person-img.person1 {
  background: url("/assets/dist/images/webinars/patrick.svg") no-repeat;
  background-size: contain;
}
.person-img.person2 {
  background: url("/assets/dist/images/webinars/tony.svg") no-repeat;
  background-size: contain;

}
.hero-right-holder {
position: relative;
flex: 0 1 40%;
}
.hero-right-holder:before {
position: absolute;
top: -76px;
left: -373px;
content: "";
width: 438.5px;
height: 269.4px;
background: url("/assets/dist/images/webinars/arrow1.svg") no-repeat;
  background-size: contain;

}

.checklist-last-sec {
position: relative;
}

.speaker-divider {
width: 1px;
height: 354px;
background-color: #525252;
}
.speaker-name {
font-size: 24px;
font-weight: bold;
}
.person-desc {
line-height: 34px;
}
.desg-text {
color: #9e9e9e;
font-size: 14px;
height: 60px;
  max-width: 140px;
  margin: 0 auto;
  line-height: normal;
  font-weight: 600;
}
.grey-header {
  font-size: 14.2px;
  font-weight: bold;
  line-height: normal;
  color: #878787;
  text-transform: uppercase;
}
.date-time-holder {
  font-size: 23.6px;
  font-weight: 600;
  color: #525252;
  line-height: 25px;
}
@media (min-width: 1024px){
  .hero-right-holder:after {
      position: absolute;
      bottom: -182px;
      left: -50px;
      content: "";
      width: 150%;
      height: 152%;
    background: url("/assets/dist/images/webinars/oval_bg_1.png") no-repeat;
    background-size: cover;
    z-index: -1;

  }
  .meet-speakers-holder:before {
    position: absolute;
    top: -75px;
    left: -225px;
    content: "";
    width: 78%;
    height: 152%;
    background: url("/assets/dist/images/webinars/oval_bg_2.png") no-repeat;
    background-size: contain;
    z-index: -1;
  }
  .checklist-last-sec:after {
    position: absolute;
    bottom: -225px;
    right: -495px;
    content: "";
    width: 78%;
    height: 152%;
    background: url("/assets/dist/images/webinars/oval_bg_3.png") no-repeat;
    background-size: contain;
    z-index: -1;
  }
}
@media (max-width: 1023px){
    .hero-container, .laz-touchless-section, .speaker-holder , .checklist-last-sec, .lw-2080 {
      flex-direction: column;
    }
    .laz-parking-txt {
      margin: 30px 20px 0;
    }
    .split-2080.lw-2080 {
      padding-top: 60px;
      margin-top: 40px;
    }
    .split-2080.lw-2080>div:nth-child(2) {
      padding-left: 0;
      text-align: center;
    }
    .last-section {
      margin-bottom: 20px;
    }
    .default-container.lw-button-container {
      margin-bottom: 50px;
    }
    .hero-right-holder:before {
      background: url(/assets/dist/images/webinars/arrow1-mobile.svg) no-repeat;
      left: auto;
      right: -11px;
      width: 162.2px;
      height: 412.7px;
      background-size: cover;
      top: -175px;
    }
    .lw-calender-icon:before {
      display: none;
    }

    .checklist-last-sec {
      margin: 0 auto;
    }
    .parking-img {
      width: 100%;
      margin-bottom: 40px;
      height: 528px;
    }
    .speaker-divider {
      display: none;
    }
    .lw-parking-img-holder {
      order: 2;
      margin-top: 35px;
      width: 100%;
    }
    .lw-parking-text {
      width: 90%;
      margin: 0 auto;
      text-align: center;
      position: relative;
    }
    .lw-parking-text:before {
      position: absolute;
      content: "";
      height: 200px;
      width: 184px;
      top: -130px;
      left: -92px;
      background: url(/assets/dist/images/webinars/arrow2-mobile.svg) no-repeat;
      background-size: contain;
    }
    .person-holder {
      margin-bottom: 30px;
      width: 59%;
    }
    .desg-text {
      margin-bottom: 20px;
      height: auto;
    }
    .laz-img {
      margin: 0 auto 20px;
    }
    .meet-speakers-holder {
      width: 100%;
    }
    .meet-speakers-holder h3 {
      font-size: 30px;
    }
    .hero-container.flex-div {

      margin-top: 150px;
      text-align: center;
    }
    .lw-btn-holder, .date-time-holder {
      justify-content: center;
    }
    .date-time-holder {
      text-align: left;
    }
    .lw-form-holder {
      margin: 0 auto;
      max-width: 90%;
    }
    .hero-left-holder {
      width: 100%;
      margin: 0 auto;
      text-align: center !important;
    }
    .hero-right-holder {
      width: 90%;
      margin: 30px auto;
    }
    .hero-container {
      margin-bottom: 0px;
    }
    .meet-speakers-holder {
      margin-bottom: 10px;
    }
}

@media (max-width: 767px){
    .parking-img {
      height: 246px;
    }
    .lw-calender-icon {
      width: 57px;
      height: 57px;
      margin-right: 10px;
    }
    .meet-speakers-holder {
      margin-bottom: 30px;
    }
    .date-time-holder {
      font-size: 16px;
      margin: 40px 0 20px;
    }
    .hero-right-holder, .lw-form-holder , .laz-touchless-section {
      width: 100%;
      max-width: 100%;
    }
    .lw-divider {
      margin: 0 10px;
    }
    .lw-form-holder .contact-form-holder {
      padding-left: 3rem;
      padding-right: 3rem;
    }
    .person-holder {
      width: 100%;
    }
    .hero-right-holder:before {
      right: -28px;
      width: 100.2px;
      height: 377.7px;
      background-size: contain;
      top: -152px;
    }
    .lw-parking-text:before {
    top: -120px;
      left: -92px;
    }

}
/* When top banner is two lines in mobile. If the banner text in mobile is of one line, REMOVE THIS CODE CHUNK */

@media screen and (max-width: 767px) {
  /* .home-page header .nav, .home-page .logo {
      top: 60px;
  } */
  /* .hamburger {
      top: 90px;
  } */
  #bannerText {
      padding-left: 30px;
      padding-right: 30px;
  }
  .newElem a.banner-text .badge {
      margin-top: 5px;
  }
}
/* End of : When top banner is two lines in mobile. If the banner text in mobile is of one line, REMOVE THIS CODE CHUNK */


/* Grossary page styles tsarts here */
.glossary-page .sms--herounit{
  margin-top: -5rem;
}
.glossary--herobg{
  padding-top: 8rem;
  background-size: 80%;
  background-position: center 80%;
  background-image: url(/assets/dist/new-design/sms/pricing/sms-pricing-hero-unit.svg);
}
.glossary-page .search{
  flex: 1 1 70%;
  position: relative;
  width: 500px;
  margin: 0 auto;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}
.glossary-page .icon-search{
  position: absolute;
  z-index: 10;
  top: 8px;
  left: 10px;
  font-size: 1.5rem;
  color: #05006d;
  cursor: pointer;
  padding-right: 11px;
}
.glossary-page #txt-glossary-search{
  height: 40px;
  border-radius: 4px;
  font-size: 1rem;
  border: solid 1px rgba(216, 217, 221, 0.55);
  padding-left: 3rem;
  color: rgb(153, 153, 153);
}
.alphabet-sorting{
  background: #F3F5FC;
  color: #05006D;
  padding: 1px;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  transition: none;
  width: 25px;
  display: inline-flex;
  justify-content: center;
}
.alphabet-sorting:hover {
  color: #fff !important;
  background: rgb(3, 169, 74);
}
.alphabet-active{
  color: #fff !important;
  background: rgb(3, 169, 74);
}
.glossary-page .box-shadow-section{
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  height: 10px;
}
.glossary-page .box-head{
  font-size: 18px;
}
.glossary-page .box-content{
  font-size: 16px;
  line-height: 25px;
}
.glossary-page .first-section{
  padding: 20px;
  box-shadow: 0px 8.48634px 33.9454px rgba(18, 18, 18, 0.1);
  flex: 0 0 49%;
  position: relative;
}
.glossary-page span.icon-arrow-large-right {
  font-size: 8px !important;
  margin-left: 7px;
}
.alphabet-header{
  font-size: 24px;
  text-align: center;
  color: #05006D;
  z-index: -1;
}
.alphabet-division{
  height: 80px;
}
.glossary-page .box-design{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 10px;
}

.glossary-page .stuck {
  position: fixed;
  top: 62px;
  background: #fff;
  box-shadow: 0px 8.48634px 33.9454px rgb(18 18 18 / 10%);
  padding: 20px;
  width: 100%;
  left: 0;
  z-index: 2;
}
.glossary-page :target {
  display: block;
  position: relative;
  margin-top: -140px;
  padding-top: 140px;
}
.glossary-page .no-search-result {
  text-align: center;
  font-size: 20px;
  margin: 50px 0;
}
.empty-section {
  width: 10px;
  height: 10px;
  background: #D2EAFF;
  text-align: center;
  content: '.';
  border-radius: 50%;
}
.glossary-page .disabled a{
  background-color: #cccccc;
  color: #666666 !important;
  opacity: .5;
}
.disablednav{
  background-color: #cccccc;
  color: #666666 !important;
  opacity: .5;
  cursor: not-allowed;
}
.glossary-page .disabled a:hover{
  background-color: #cccccc;
  color: #666666 !important;
}
.glossary-page .learnmore {
  position: absolute;
  bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .glossary-page .stuck{
    top: 100px;
  }
  .glossary-page .sms--herounit {
    margin-top: 0rem;
  }
  .glossary-page :target {
    margin-top: -180px;
    padding-top: 180px;
  }
  .home-page #nav {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .glossary-page .box-design {
    display: block;
  }
  .top-alphabet-click{
    display: flex;
    overflow: auto;
  }
  .glossary-page .stuck {
    top: 130px;
  }
  .glossary-page .search {
    width: 100%;
  }
  .glossary-page .sms--herounit {
    padding-top: 10rem;
    text-align: center;
  }
  .herounit .herounit__description .h1 {
    text-align: center;
  }
  .glossary-page :target {
    margin-top: -220px;
    padding-top: 220px;
  }
  .alphabet-division {
    height: 50px;
  }
  .alphabet-sorting{
    min-width: 25px;
    color: #05006D;
    background: #F3F5FC !important;
  }
  .alphabet-sorting:hover {
    color: #05006D;
    background: #F3F5FC;
}
  .alphabet-active{
    color: #fff;
    background: rgb(3, 169, 74) !important;
  }
}
/* Grossary page styles ends here */