html {
    scroll-behavior: smooth;
}
.logo__wrapper {
    background: #012638;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    width: -moz-fit-content;
    color: #FFF;
    font-size: 23px;
    font-weight: 500;
    padding-left: 10px;
}
.hero {
    padding-top: 0 !important;
}
.sm-logo {
    margin-right: 10px;
}
.dv-logo {
    max-width: 100%;
    max-height: 100%;
    width: 200px;
}
.owl-theme .owl-dots .owl-dot {
    background: transparent;
    border: none;
}
.clients-slider .owl-next,
.clients-slider .owl-prev {
    border: none;
    top: 40% !important;
}
.slider__section {
    background: #F4F7F8;
    padding: 60px 0;
    margin: 30px 0 60px;
}
.partnerlanging__header,
.section-heading {
    color: #4B4B4B;
    text-align: center;
    font-size: 48px !important;
    font-weight: 300;
}
.partnerlanging__header {
    margin: 0 0 36px;
}
.section-heading {
    margin: 60px 0 20px;
}
.capability {
    background: #F4F7F8;
    width: 30%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    text-align: center;
    margin: 10px;
}
.capability:nth-child(3n) {
    background: #EAEEF1;
}
.capabilities__row {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.contact__section {
    background: #F4F7F8;
    padding: 80px 0 60px;
}
.contact__container {
    padding: 60px 0;
    display: flex;
    justify-content: center;
}
.contact__header {
    font-size: 45px;
    font-weight: 700;
    line-height: 47px;
    color: #3C3C3B;
    width: 500px;
    margin-bottom: 20px;
}
.contact__paragraph {
    color: #3C3C3B;
    font-weight: 300;
    font-size: 35px;
}
.photo__container {
    width: 33%;
    text-align: center;
}
.text__container {
    width: 66%;
}
.form__section {
    background: #EAECEE;
    padding: 90px 0 30px;
}
.form__header {
    background: #FFF;
    text-align: center;
    padding: 40px;
}
.form__header h2 {
    color: #3C3C3B;
    font-weight: 400;
    font-size: 50px;
}
.form__header h4 {
    color: #000;
    font-weight: 300;
    font-size: 24px;
}
.form__wrapper,
.pricing__form {
    background: #F7F7F8 !important;
}
.pricing__form {
    height: auto !important;
}
.form__wrapper {
    display: flex;
    padding: 30px;
    flex-wrap: wrap;
}
.form-control:focus {
    border: none !important;
    box-shadow: none !important;
}
.input__row {
    display: flex;
    width: 100%;

}
.form__desc {
    width: 50%;
}
.form__desc li {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #3C3C3B;
    line-height: 28px;
    margin-bottom: 14px;
}
.form__desc li::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #012638;
    position: absolute;
    top: 9px;
    left: 0;
}
.form__paragraph {
    background: #FFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding: 30px;
}
.pricing__action--submit {
    width: 200px;
    height: 50px;
    background: #012638;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    transition: 0.3s;
    margin-top: 60px;
}
.pricing__action--submit:hover {
    background: rgba(1, 38, 56, 0.85);
}
.pricing__action--submit:hover::after {
    left: 12px;
}
.pricing__action--submit::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #FFF;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    position: relative;
    left: 8px;
    transition: 0.3s;
}
.form {
    margin-right: 30px;
    width: 45%;
}
.country-input-form {
    width: 50% !important;
    margin-right: 10px;
}
.input-block {
    margin-bottom: 20px !important;
}
.agreement--form {
    margin-top: 95px;
}
.trial-btn {
    width: 250px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 20px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 30px !important;
}
.hero-btn__chevron {
    transform: rotate(90deg);
}
.icon-angle-right {
    font-size: 25px;
    position: relative;
    bottom: 6px;
}
.popup {
    display: none !important;
}
#smartbanner {
    display: none;
}
.badge__close {
    cursor: pointer !important;
}
@media (max-width: 991px) {
    .trial-btn {
        margin: 30px auto;
    }
}
@media (max-width: 991px) {
    .input__row {
        flex-direction: column !important;
    }
    .country-input-form {
        width: 100% !important;
    }
}
.popup__ebook {
    width: 300px;
    height: 570px;
    border-radius: 8px;
    overflow: hidden;
    position: fixed;
    right: 100px;
    bottom: 50px;
    background: linear-gradient(180deg, #F3F3F3 45%, #FFF 45%);
    z-index: 100;
    box-shadow: 0 0 4px 0px #000;
    display: none;
    z-index: 9999;
}
.popup__ebook--active {
    display: block;
}
.ebook__slider--track {
    display: flex;
    width: 900px;
    height: 570px;
    transition: 0.3s;
}
.ebook__slide {
    width: 300px;
    height: 570px;
    text-align: center;
    position: relative;
}
.ebook__slide--header {
    font-weight: 600;
    color: #000;
    font-size: 21px;
    margin: 20px 30px;
    text-align: center;
}
.ebook__slide--image {
    max-width: 100%;
    max-height: 100%;
    height: 180px;
    margin: 0 auto;
    position: relative;
    right: 10px;
}
.ebook__slide--desc {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    margin: 10px 30px;
    color: #000;
}
.ebook__slide--list {
    text-align: left;
    margin: 0 30px;
}
.ebook__slide--list li {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    margin: 5px 0;
}
.ebook__slide--button {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 54px;
    align-items: center;
    justify-content: center;
    background: #012638;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
}
.ebook__slide--button:hover,
.ebook__slide--button:focus {
    text-decoration: none;
    color: #FFF;
    background: rgba(1, 38, 56, 0.85);
}
.ebook__slider--prev,
.ebook__slider--next {
    position: absolute;
    top: 35%;
    cursor: pointer;
    transition: 0.3s;
}
.ebook__slider--prev {
    left: 15px;
}
.ebook__slider--next {
    right: 15px;
}
.ebook__slider--prev:hover {
    left: 12px;
}
.ebook__slider--next:hover {
    right: 12px;
}
.popup__button {
    height: 59px;
    width: 59px;
    background: #99B9AC;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    transform: rotate(0);
    z-index: 9999;
}
.popup__button--active {
    transform: rotate(45deg);
}
.popup__button:hover {
    opacity: 0.85;
}
.popup__icon {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.popup__icon::before,
.popup__icon::after {
    content: '';
    background: #FFF;
    width: 23px;
    height: 4px;
    position: absolute;
}
.popup__icon::before {
    transform: rotate(90deg);
}
@media (max-width: 991px) {
    .popup__ebook--active,
    .popup__button {
        display: none;
    }
}