html {
    overflow-x: hidden;
}
body {
 font-family: 'proxima_novaregular', Open Sans !important;
 background: #ffff;
}
.w-90 {
    width:90%
}
.pt-60 {
    padding-top: 60px;
}
.nav__list-link{
    height: 100%;
    cursor: pointer;
    font-family: 'proxima_novasemibold', Open Sans !important;
    color: #415d80;
}

@media screen and (max-width: 1023px) {
    .nav__list-link, .nav__list-item {
        height: 100%;
    }
    .nav__list-link.sub-link {
        height: auto;
        justify-content: center;
        min-height: 30px;
        font-family: 'proxima_novaregular', Open Sans !important;
    }
}
.nav__list-link .dropdown-svg {
    cursor: pointer;
    stroke-width: 2;
    height: 8px;
    width: 8px;
    margin-left: 5px;
    transition: transform 200ms ease;
    -webkit-transition: -webkit-transform 200ms ease;
    -webkit-transition: transform 200ms ease;
}
.nav__list-item {
    height: 200%;
}
.nav__list-link.active {
    color: #5f84e1;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        display: block;
    }
}



@media screen and (max-width: 1023px) {
    .header__wrapper-mobile {
        justify-content: unset;
    }
    .dropdown-mobile {
        display: none;
    }
    .active .dropdown-mobile {
        display: block !important;
    }
    .active  .nav__list-link .dropdown-svg {
        transform-origin: center;
        -ms-transform: rotate(180deg); 
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transition: transform 200ms ease;
        -webkit-transition: -webkit-transform 200ms ease;
        -webkit-transition: transform 200ms ease;
    }
    .active  .nav__list-link span, .active .nav__list-link .dropdown-svg path {
        color: #5f84e1;
        fill: #5f84e1;
    }
    .nav__list-link:hover {
        color: #415d80;
    }
}

@media screen and (min-width: 1023px) {
    .nav__list-link:hover .dropdown-menu, .dropdown-menu:hover {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        animation: fade-in 0.3s ease;
    }
    .integrations-link:hover .dropdown-menu, .dropdown-menu:hover {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        animation: fade-in 0.3s ease;
    }
    .nav__list-link:hover .dropdown-svg {
        transform-origin: center;
        -ms-transform: rotate(180deg); 
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transition: transform 200ms ease;
        -webkit-transition: -webkit-transform 200ms ease;
        -webkit-transition: transform 200ms ease;
    }
    .nav__list-link.active .dropdown-svg path, .nav__list-link:hover .dropdown-svg path {
        fill: #5f84e1;
    }
}

.header .dropdown-menu {
    cursor: auto;
    display: none;
    border: none;
    height: auto;
    padding: 32px;
    padding-bottom: 32px;
    padding-top: 0;
    background-color: white;
    position: absolute;
    width: 315px;
    top: 65px;
    left: unset;
    margin-right: 15px;
    border-radius: 16px;
    box-shadow: 0px 20px 40px rgba(65, 93, 128, 0.15);
    -webkit-box-shadow: 0px 20px 40px rgba(65, 93, 128, 0.15);
}
.header .integrations-link .dropdown-menu {
    width: calc(100% - 30px);
    margin-left: 15px;
    padding: 32px;
    left: 0;
}

.header .dropdown-menu h3 {
    font-size: inherit;
    font-family: 'proxima_novaregular', Open Sans !important;
    margin-bottom: 0;
}
.header .dropdown-menu h2 {
    font-size: inherit;
    font-family: 'proxima_novasemibold', Open Sans !important;
    margin-bottom: 0;
}

.header .dropdown-menu p {
    font-size: 14px;
    line-height: 1.4;
}
.header .dropdown-menu .menu-item {
    cursor: pointer;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    padding: 0;
    padding-top: 32px;
}


.header .dropdown-menu .menu-item:hover .content .heading {
    color: #5F84E1;
}
.header .dropdown-menu .menu-item:hover .icon {
    background-color: rgba(95,132,225, 0.2);
    border: none;
}
.header .integrations-link .dropdown-menu .menu-item {
    margin-top: 40px;
    padding: 0;
    border-right: 3px solid white;
    position: relative;
}
.header .integrations-link .dropdown-menu .menu-item:hover {
    color: inherit;
    border-right: 3px solid #5F84E1;
}


.header .dropdown-menu .menu-item .icon {
    width: 64px;
    height: 64px;
    margin: auto;
    border: 1px solid rgba(95,132,225, 0.2);
    border-radius: 8px;
}
.header .dropdown-menu .menu-item .content {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding-right: 0;
    padding-left: 1rem;
}
.header .dropdown-menu .menu-item .content .heading {
    color: #1D2844;
    font-size: 18px;
    font-family: 'proxima_novasemibold', Open Sans !important;
}
.header .dropdown-menu .menu-item .content p {
    padding-right: 0;
}

.header .dropdown-menu .dropdown-sub-menu-content .menu-item {
    height: 80px;
    width: 30%;
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    padding: 16px;
    border-radius: 4px;
    background-color: #F3F8FD;
    border: 1px solid #D5E7FB;
    margin-left: 20px;
}
.header .dropdown-menu .dropdown-sub-menu-content .menu-item:hover {
    border-right: 1px solid #D5E7FB;
}
.header .dropdown-menu .dropdown-sub-menu-content .menu-item:hover img {
    background-color: transparent;
}
.header .dropdown-menu .dropdown-sub-menu-content .menu-item .icon {
    width: 48px;
    height: 48px;
    border: none;
}
.header .dropdown-menu .dropdown-sub-menu-content .menu-item:nth-child(1), .header .dropdown-menu .dropdown-sub-menu-content .menu-item:nth-child(2), .header .dropdown-menu .dropdown-sub-menu-content .menu-item:nth-child(3){
    margin-top: 0;
}
.header .dropdown-menu .dropdown-sub-menu-content .menu-item div {
    display: flex;
}
.header .dropdown-menu .dropdown-sub-menu-content .menu-item a, .header .dropdown-menu .dropdown-sub-menu-content .menu-item div, .header .dropdown-menu .dropdown-sub-menu-content .menu-item div .icon {
    margin: auto;
}
.header .dropdown-menu .dropdown-sub-menu-content .menu-item .content {
    margin-left: 15px;
}
.header .see-all-link {
    color: #5f84e1;
    padding: 10px;
    width: 90%;
    border: 1px solid #5F84E1;
    border-radius: 8px;
    text-align: center;
}

.header .dropdown-menu .dropdown-sub-menu {
    display: flex;
    flex-direction: column;
    width: 23%;
}
.header .dropdown-menu .dropdown-sub-menu-content {
    display: flex;
    flex-direction: column;
    width: 77%;
    padding-left: 3%;
}
.header .dropdown-menu .dropdown-sub-menu-content > div {
    margin-left: -30px;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
}

.header .dropdown-menu .dropdown-sub-menu h3 {
    padding: 5px 0;
}
.header .dropdown-menu .dropdown-sub-menu svg {
    height: 8px;
    width: 8px;
}

.header .dropdown-menu .dropdown-sub-menu .integrations-dropdown-sub-menu>div {
    margin-top: 18px;
    display: flex;
    cursor: pointer;
    flex-direction: row;
    padding: 0;
}
.header .dropdown-menu .dropdown-sub-menu .integrations-dropdown-sub-menu>div:first-child {
    margin-top: 0;
}
.header .dropdown-menu .dropdown-sub-menu .integrations-dropdown-sub-menu div h3 {
    font-size: 18px;
    font-family: 'proxima_novasemibold', Open Sans !important;
    padding-left: 15px;
    margin-top: auto;
    margin-bottom: auto;
}
.header .dropdown-menu .dropdown-sub-menu .integrations-dropdown-sub-menu div .icon {
    width: 40px;
    height: 40px;
}
.header .dropdown-menu .dropdown-sub-menu .integrations-dropdown-sub-menu .active {
    border-right: 3px solid #5F84E1;
    color: #4f81e2;
}
.header .dropdown-menu .dropdown-sub-menu .integrations-dropdown-sub-menu .active .icon {
    background-color: rgba(95,132,225, 0.2);
    border: none;
}
.app-coming:after {
    content: "Soon";
    width: auto;
    height: 20px;
    background: #ffff;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    padding: 3px 11px;
    padding-top: 0;
    font-size: 14px;
    font-style: inherit;
    font-family: 'proxima_novasemibold';
    color: #4468D5;
    box-shadow: 0px 6px 24px -3px rgba(21, 93, 176, 0.1);
    border-radius: 4px;
}
.menu-item>.icon {
    height: 28px !important;
    width: auto !important;
    position: absolute;
    right: 5px;
    top: 5px;
}
.rotate-n90 {
    transform-origin: center;
    -ms-transform: rotate(-90deg); 
    transform: rotate(-90deg);
}


.pricing {
    padding-top: 70px;
}
.pricing__box-desc li p{
    padding-left: 5px;
}
.pricing__box-detail li p{
    font-size: 14px;
    color: #5F84E1;
}
.pricing__box-detail li span{
    font-size: 14px;
}
.pricing__box-detail li p span{
    font-size: 8px;
    line-height: 9.74px;
    font-family: 'proxima_novasemibold', Open Sans !important;
    color: rgba(29, 40, 68, 0.4);
}
.pricing__title {
    font-family: 'proxima_novabold', Open Sans !important;
    color: #212529;
}
.header {
    background-color: #F3F8FD;
    -webkit-box-shadow:none;
    box-shadow: none;
    padding: 0px !important;
}
.header.dark {
    background-color: #E4EDF9;
}
.header .sub-link {
    display: flex;
}
.header .is-open .sub-link {
    display: flex;
}
.pricing__bg {
    background-color: #F3F8FD;
}

.pricing__box-wrapper>div{
    box-shadow: none;
    -webkit-box-shadow: none;
    max-width: calc((100% - (2px * 4))/ 5);
    max-width: -webkit-calc((100% - (2px * 4))/ 5);
    padding: 45px 0px 24px;
    border-right: 0.5px solid rgba(26, 73, 112, 0.07);
    box-shadow: none;
}
@media screen and (max-width:767px) {
.pricing__box-wrapper{
    box-shadow: none !important;
    border-radius: 8px;
    border: none !important;
    border-right: 0;
    overflow: visible !important;
    }
    .pricing__box-btn {
        background: #6185F6 !important;
        color: #ffffff !important;
    }
    .pricing__box-btn:hover {
        background: #ffff !important;
        color: #6185F6 !important;
    }
    .pricing__box-selected .pricing__box-btn {
        background: #ffff !important;
        color: #6185F6 !important;
    }
    .pricing__box-selected .pricing__box-btn:hover {
        background: #ffff !important;
        color: #6185F6 !important;
    }
}
@media screen and (max-width:1199px) {
    .pricing__box-wrapper>div {
      max-width: -webkit-calc(100%/ 3);
      max-width: calc(100%/ 3);
      padding-bottom: 45px;
      margin: 0px;
      border-bottom: 0.5px solid rgba(26, 73, 112, 0.07);
    }
  }
  
  @media screen and (max-width:1023px) {
    .pricing__box-wrapper>div {
      max-width: -webkit-calc(100%/ 2);
      max-width: calc(100% / 2);
      border-bottom: 0.5px solid rgba(26, 73, 112, 0.07);
    }
  }
  
  @media screen and (max-width:767px) {
    .pricing__box-wrapper>div {
      max-width: 100%;
      margin-bottom: 17px;
      border-radius: 8px;
      box-shadow: 0px 4px 72px rgba(38, 52, 79, 0.03);
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid rgba(26, 73, 112, 0.07);
    }
  }
.pricing__box-title {
    font-size: 20px;
    font-family: 'proxima_novasemibold', Open Sans !important;
}
.pricing__box-price {
    font-family: inherit;
}
.pricing__box-price h3 {
    font-size: 48px;
    font-family: 'proxima_novasemibold', Open Sans !important;
}
.pricing__box-price span {
    font-size: 18px;
    font-family: 'proxima_novasemibold', Open Sans !important;
}
.pricing__box-price p {
    font-size: 18px;
    font-family: 'proxima_novasemibold', Open Sans !important;
}
.pricing__box-btn {
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #6185F6;
    background: #FFFFFF;
    border: 1px solid #5F84E1;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px rgba(27, 118, 222, 0.2);
    border-radius: 4px;
    -webkit-box-shadow:0px 2px 5px rgba(27, 118, 222, 0.2);
    font-family: 'proxima_novasemibold', Open Sans !important;
}
.pricing__box-btn:hover {
    color: #6185F6;
}
.pricing__box-selected {
    background-color: #6185F6 !important;
    box-shadow: 0px 2px 5px rgba(27, 118, 222, 0.4) !important;
    -webkit-box-shadow: 0px 2px 5px rgba(27, 118, 222, 0.4) !important;
}
.pricing__box-selected p, .pricing__box-selected span, .pricing__box-selected h3  {
    color: #FFFFFF !important;
}
.pricing__box-detail {
    margin: 24px 0 24px 0;
    padding: 20px 24px 20px 24px;
    background-color: rgba(95, 132, 225, 0.05);
}
.pricing__question a {
    position: relative;
    color: #688DFF;
    font-size: 18px;
    font-family: 'proxima_novasemibold', Open Sans !important;
}
.pricing__question h2 {
    font-size: 18px;
    font-family: 'proxima_novasemibold', Open Sans !important;
}
.c-title {
    font-family: inherit;
}
.c-subtitle{
    font-family: inherit;
}
@media screen and (max-width: 767px){
    .footer__title {
        font-size: 18px !important;
    }
    .nav--footer .nav__list-link, .copyright__text {
        font-size: 14px !important;
        line-height: 17px !important;
        text-align: left;
    }
}
.footer_list_grey, .copyright__text {
    color: #657587 !important;
}
.footer__wrapper-0, .footer__wrapper-1 {
    border-bottom: 2px solid rgba(149, 173, 199, 0.15)
}
.footer__wrapper-1 {
    padding-bottom: 40px;
}
.footer {
    overflow-y: hidden;
    background-color:#1D2844 ;
    color: #D5E7FB !important;
    overflow: hidden;
}
.footer__title {
    color: inherit;
    font-family: inherit;
    font-size: 20px;
    font-family: 'proxima_novabold', Open Sans !important;
}
.nav--footer .nav__list-link, .copyright__text{
    color: #95ADC7;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.49px;
}


.social__title { 
    font-family: inherit;
    color: inherit;
    font-family: 'proxima_novabold', Open Sans !important;
}
.icon-facebook:before {
    color: #95ADC7
}
.icon-twitter:before {
    color: #95ADC7
}
.icon-linkedin:before {
    color: #95ADC7
}
.icon-youtube:before {
    color: #95ADC7
}
.fun {
    width: 100%;
    background: #F3F8FD;
    margin-bottom: 120px;
    border-radius: 20px;    
}
.frequently__block-title{
    font-family: inherit;
    font-family: 'proxima_novasemibold', Open Sans !important;
    color: #1D2844;
}
.frequently__title{
    font-family: 'proxima_novabold', Open Sans !important;
}
@media screen and (max-width: 767px) {
    .frequently__block-desc, .frequently__block-title {
        text-align: left;
    }
    .frequently__block-desc {
        font-size: 15px;
    }
    .frequently__block-title {
        font-size: 18px;
    }
}
.fun__title {
    font-size: 36px;
    font-family: 'proxima_novabold', Open Sans !important;
}
.fun__subtitle {
    font-size: 18px;
    color: #415D80;
    font-weight: normal;
    margin-top: 15px;
}
.fun__btn {
    max-width: 208px;
    font-family: inherit;
}
.frequently {
    background: #ffffff;
}
.frequently__block {
    background: #FFFFFF;
    border: 1px solid rgba(26, 73, 112, 0.07);
    box-sizing: border-box;
    box-shadow: 0px 4px 72px rgba(38, 52, 79, 0.03);
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 72px rgba(38, 52, 79, 0.03);
    padding: 30px;
    margin-bottom: 30px;
}
p{
    font-family: 'proxima_novaregular', Open Sans !important;
}
h3{
    font-family: 'proxima_novaregular', Open Sans !important;
}
.frequently__block-desc{
    color:#415D80;
    font-weight: normal;
    font-size:15px
}
.switch {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 38px;
    height: 22px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffff;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
    background-color: #5F84E1;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #ffff;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #5F84E1;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 30px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .pricing__new__tab{
    font-size: 20px;
    font-family: 'proxima_novasemibold', Open Sans !important;
    color: rgba(29,40,68,0.5)
  }

  .pricing__new__tab>a.is-active{
    color: rgba(29,40,68,1)
  }
 .c-p {
     cursor: pointer;
 }
 .hover-black:hover {
     color: black !important
 }
 .pricing__wrapper-0{
     z-index: 100;
 }
 .off-banner{
    font-size: 12px;
    font-family: 'proxima_novasemibold', Open Sans !important;
    font-weight: normal !important;
    height: fit-content;
    padding: 4px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -10px;
 }
 .logo__img__mobile{
     display: none;
     max-width: 34px !important;
 }
 @media screen and (max-width:767px) {
     .logo__img__mobile {
         display: block !important;
     }
     .logo__img{
         display: none;
     }
 }
 .hamburger-inner::after, .hamburger-inner::before, .hamburger-inner{
     background-color: #5F84E1;
 }
 .hamburger-box{
     height: 21px;
     width: 31px;
 }
.pricing__box-wrapper{
    box-shadow: 0px 4px 72px rgba(38, 52, 79, 0.03);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(26, 73, 112, 0.07);
    border-right: 0;
}
@media screen and (max-width: 575px){
    .good__img {
        width: 33%;
    }
    .up__img {
        width: 50% !important;
    }
}
.c-btn--bg{
    background: #5F84E1;
    border: 1px solid #5F84E1;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px rgba(27, 118, 222, 0.4);
    -webkit-box-shadow: 0px 2px 5px rgba(27, 118, 222, 0.4);
    border-radius: 4px;
    font-family: 'proxima_novasemibold', Open Sans !important;
    padding-left: 20px;
    padding-right: 20px;
}
.img-fluid {
    max-height: 40px;
}


.affiliate-program .banner, .alternative-page .banner {
    background-color: #E4EDF9;
}

.quickbooks-disconnect .banner {
    background-color: #E4EDF9;
    padding: 17% 0 !important;
}

.zapier__title, .generic__title {
    font-family: 'proxima_novabold', Open Sans !important;
}
.banner .c-text {
    margin: 25px auto 0 auto;
    max-width: 50vw;
}
.trusted {
    margin-right:auto ;
    margin-left: auto;
    width: fit-content;
    padding: 50px;
    margin-top:50px ;
    margin-bottom: 50px;
    max-width: 65vw;
    border: 2px solid rgba(26, 73, 112, 0.07);
}
@media screen and (max-width: 560px){
.trusted {
    max-width: 90vw !important;
}
}
.zapier__ads-title{
    color: #5F84E1;
    font-family: 'proxima_novasemibold' !important;
    font-size: 18px;
    padding-bottom: .1rem !important;
}
.zapier__ads {
    color:#415D80;
    font-family: 'proxima_novaregular' !important;
    font-size: 14px;
}
.alternative-page table{
    font-size: 18px
}

.features-page .banner {
    background-color: #E4EDF9;
}

.features__title {
    font-family: 'proxima_novabold', Open Sans !important;
    font-size: 45px;
    max-width: 548px;
    text-align: left;
    color: #1D2844;
    line-height: 1.2;
}

.features__text {
    font-size: 18px !important;
    max-width: 570px;
    text-align: left;
    color: #1D2844;
}

.features__title-tags {
    font-family: 'proxima_novasemibold', Open Sans !important;
    font-size: 24px !important;
    text-align: left;
    color: #6080E1;
}

.features__text-tags {
    font-family: 'proxima_novaregular', Open Sans !important;
    font-size: 16px !important;
    text-align: left;
    color: #1D2844;
    max-width: 360px;
    margin-top: 4px;
}

.feature__tags{
    margin-top: 80px;
}

.feature__img {
   box-shadow: 0px 4px 72px rgba(38, 52, 79, 0.03);
   width:470px; 
   height:auto;
   max-width: 100%;
}

.section__v2{
    padding: 100px 0;
}
.section__v2 img {
    padding: 0 3rem;
}
@media screen and (max-width: 560px){
    .section__v2{
         padding: 50px 0 50px 0 !important;
    }
    .section__v2 img {
        padding: 2rem 1rem !important;
    }
}
.banner__v2{
    padding-top: 150px;
    padding-bottom: 100px;
}
.bg__blue {
    background-color: #F3F8FD;
}

@media screen and (max-width: 767px){
    .features__title{
        font-size: 32px !important;
    }
    .partners__title{
        font-size: 36px !important;
    }
    .features__text{
        font-size: 15px;
    }
    .feature__tags{
        margin-top: 20px;
    }
    .section__v2{
        padding: 50px;
    }
}
@media screen and (max-width: 1026px){
    .features__title{
        font-size: 38px;
    }
    .img__features-dash{
        width: 386px !important;
    }
}
.img__features-dash{
    height: auto;
    width: 550px;
}

.z-10{
    z-index: 10;
}

.btn__review {
    cursor: pointer;
    max-width: 240px;
    width: fit-content;
    width: -moz-fit-content;
    height: 47px;
    background: #F3F8FD;
    border-radius: 7px;
}

header.fixed{
    padding: 10px 0px;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    box-shadow: 1px 1px 10px rgba(66, 93, 128, 0.15);
    z-index: 1000;
}
.book--view .book--page .img {
    width: 40px;
    height: 40px;
}
.book--view .book--page div:nth-child(2) {
    padding: 10px;
    padding-top: 0;
}
.book--view .book--page .img-lg {
    height: 60px;
}
.about-us .founder-section, .about-us .bg--gray, .bg--light-blue  {
    background-color: #F3F8FD;
    color: #000
}
.address-border {
    border-right: 2px solid rgba(149, 173, 199, 0.15)
}
@media screen and (max-width: 767px){ 
    .address-border {
        border-right: none;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 2px solid rgba(149, 173, 199, 0.15)
    }
}
.about-us blockquote {
    background: #F3F8FD;
    border-left: 10px solid #E4EDF9;
}
.partners__title {
    font-family: 'proxima_novabold', Open Sans !important;
    font-size: 48px;
    max-width: 548px;
    text-align: left;
    color: #1D2844;
    line-height: 58.46px;
}
.green_tick {
color: hsl(119deg 73% 41%)
}
.partners_btn {
    color: #ffff  !important;
    max-width: 300px;
    margin-bottom: 50px !important;
}
.mw-none {
    max-width: none;
}
.black-top{
    border: 1px solid black;
}
@media (min-width: 1470px) {
    .container {
        height: 100vh;
        max-width: 1320px !important;
    }
}
.why {
    padding-top: 0px;
    padding-bottom: 0px;
}

.why__box-title {
    padding: 0;
    padding-bottom: 12px;
    font-size: 24px;
}

.why__box-icon img {
    height: 47px;
    margin: auto;
}

.why__box-icon {
    width: 86px;
    height: 86px;
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid rgba(96, 128, 225, 0.2);
    border-radius: 8px;
    background-color: white;
}

.why__box-desc {
    max-width: 350px;
    margin-left: 0;
}

.why__desc {
    font-size: 16px;
    color: #415D80 !important;
    font-family: inherit;
}

.why__container {
    flex-direction: row !important;
}

.why__badge {
    border: 2px solid rgba(95, 132, 225, 0.1);
    border-radius: 16px;
    padding: 5px 42px;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin-top: 30px;
}
.supported_apps {
    background: #E3F0FF;
}
.why__reviews {
    background: #F3F8FD;
    border-radius: 16px;
    width: 100%;
    margin-top: 56px;
    display: flex;
}
.why__wrapper {
    -webkit-font-smoothing: antialiased;
}
.why__wrapper .justify-content-center {
    padding-left: 0 !important;
}
.why__reviews>div {
    padding: 56px 45px;
    display: flex;
}
.why__reviews b, .why__wrapper h3 {
    font-family: 'proxima_novabold', Open Sans !important;
    font-weight: bold;
    color: #1D2844;
}
.why__reviews .quote {
    font-family: 'proxima_novabold', Open Sans !important;
    color: rgba(29, 40, 68, 0.1);
    font-size: 53px;
    line-height: 140.5%;
    font-weight: bold;
    margin: -15px 8px 0 0;
}
.why__reviews__img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
    padding: 0;
}
.why__reviews__desc {
    font-size: 16px;
    color: #1D2844;
    font-size: 16px;
    line-height: 140%;
}
.why__reviews__desc span {
    display: block;
    opacity: 0.6;
    padding-top: 8px;
}
.why__reviews__img img {
    width: 100px;
    height: 100px;
}
.pr-89 {
    padding-right: 27px;
}

@media screen and (max-width: 767px) {
    .why__box-icon {
        width: 80px;
        height: 80px;
    }
    .why__reviews {
        flex-direction: column;
    }
    .why__reviews>div {
        padding: 40px 20px;
        display: block;
    }
    .quote {
        display: none;
    }
    .pr-89 {
        padding-right: 0;
    }

    .categoryName {
        font-size: 18px;
        padding-left: 0;
    }

    .why__desc {
        font-size: 14px;
    }

    .why__box-title {
        padding-bottom: 8px;
    }

    .why__title {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .why__container {
        flex-direction: column !important;
    }
}

.why__title {
    font-size: 36px;
    font-family: 'proxima_novabold';
    color: #1D2844;
}

.btn__review {
    width: fit-content;
    width: -moz-fit-content;
    height: 40px;
    background: #F3F8FD;
    border-radius: 7px;
    font-size: 16px;
}
.btn__notification {
    cursor: pointer;
    width: fit-content;
    width: -moz-fit-content;
    background: #ffc107;
    border-radius: 7px;
    font-size: 16px;
    color: white;
    font-weight: 600;
}
.form-input {
    border: 1px solid rgba(157,160,172,.4);
    height: 50px;
    font-size:14px;
    border-radius: 4px;
    padding: 10px 15px;
    width: 50%;
    margin-top: 15px;
}
.form-input-desc {
    min-height: 100px !important; 
}
.form-input:hover, .form-input:focus {
    border: 1px solid #5f84e1!important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.h-50{
    height: 45px !important
}
.need__more__block {
    display: flex;
    position: relative;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid rgba(26, 73, 112, 0.07);
    box-sizing: border-box;
    box-shadow: 0px 4px 72px rgb(38 52 79 / 3%);
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 72px rgb(38 52 79 / 3%);
    padding: 48px 64px;
    max-width: 63%;
    margin: 0 auto 75px auto;
}
.need__more__block img {
    position: absolute;
    width: 200px;
    right: 0;
    bottom: 0;
}
.need__more__block .pricing__title {
    font-size: 32px;
    padding-bottom: 18px;
}
.need__more__block .frequently__block-desc {
    font-size: 18px;
    padding: 0;
    margin: auto;
    margin-bottom: 24px;
    width: 100%;
    text-align: center;
}
.modal {
    background-color: rgba(22, 36, 51, 0.5) !important;
    display: flex;
}
.contact-us-form {
    width: 500px;
    background: white;
    justify-self: center;
    margin: auto;
    z-index: 100;
    pointer-events: auto;
}
.contact-us-form .partners_btn {
    margin: 30px auto !important;
}
@media screen and (max-width: 767px) {
    .need__more__block {
        max-width: 100%;
        padding: 48px 23px;
    }
    .need__more__block img {
        width: 150px;
    }
    .contact-us-form {
        width: 90%;
    }
}

.pricing__table {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 20px 27px;
}

.pricing__table table {
    width: 45%;
    padding: 8px;
    border: 1px solid rgba(26, 73, 112, 0.07);
    box-sizing: border-box;
    box-shadow: 0px 4px 22px rgba(95, 132, 225, 0.06);
    border-radius: 8px;
    border-collapse: unset;
}
.pricing__table table td {
    padding: 22px 0 27px 0;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(26, 73, 112, 0.07);
    width: 80%;
    margin: 0 auto;
}
.pricing__table table td :first-child {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    color: #1D2844;
}
.pricing__table table td :nth-child(2) {
    text-align: center;
    font-family: 'proxima_novasemibold', Open Sans !important;
    font-size: 14px;
    line-height: 17px;
    color: #646F79;
    margin-top: 3px;
}
.pricing__table table td .highlight {
    color: #FFFFFF;
    background-color: #D86E4C;
    border-radius: 2px;
    padding: 2px 3px 0px;
    font-size: 14px;
    margin: -2px auto 2px;
}
.pricing__table table tbody :nth-child(5) td {
    border-bottom: none;
}
.pricing__table table th {
    min-height: 85px;
    display: flex;
    justify-content: center;
    background: #5F84E1;
    border-radius: 4px;
    color: white;
    font-family: 'proxima_novabold', Open Sans !important;
    font-size: 24px;
}
.pricing__table table th * {
    margin: auto 0;
}
@media screen and (max-width: 767px) {
    .pricing__table {
        padding: 0;
    }
    .pricing__table table {
        max-width: 47%;
    }
    .pricing__table table th {
        font-size: 18px;
    }
    .pricing__table img {
        padding: 0 !important;
        height: 18px;
        margin-right: 5px;
    }
    .pricing__table table td :first-child {
        font-size: 14px;
    }
    .pricing__table table td :nth-child(2) {
        font-size: 12px;
    }
    .pricing__table table td .highlight {
        font-size: 12px;
    }
    .pricing__table table td {
        min-height: 90px;
    }
    .iti-mobile .iti__country-list {
        width: 100% !important;
    }
}
.iti--allow-dropdown {
    margin-top: 15px;
    width: 80%;
}
#phone {
    width: 100% !important;
}
#iti-0__country-listbox {
    width: 362px;
}

.metric-image {
    margin-bottom: 1.5em;
    height: 5rem;
}

.metrics {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}