/*reset*/

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

body {
    counter-reset: item;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
.container-fluid {
    max-width: 1300px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}
/*reset end*/

html {
    height: auto !important;
    scroll-behavior: smooth;
}

body {
    height: auto !important;
    overflow-x: hidden;
    font-family: Poppins, sans-serif;
    line-height: 1.2;
}

body.is-blocked {
    overflow: hidden;
    height: 100vh;
}

/*header*/

header {
    z-index: 1000;
    position: sticky;
    top: 0;
    height: 76px;
    padding: 11px 0;
    box-shadow: 0px 2px 4px rgba(142, 152, 163, 0.25);
    background: #fff;
}

/* sub menu */

@media screen and (min-width: 1090px) {
    header .hsec1-body-right .hsec1-body-right-menu .menu > li > a {
        padding: 10px 13px;
    }

    header .hsec1-body-right .hsec1-body-right-menu .menu > li {
        position: relative;
        margin-right: 30px;
    }
    header.header-new-blue .hsec1-body-right-login-a {
        margin-right: 30px;
    }
}
@media screen and (min-width: 1025px) {
    .menu li:hover .sub-menu {
        opacity: 1;
        pointer-events: all;
    }
    .sub-menu {
        position: absolute;
        background: #1b49ad;
        padding: 24px 28px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
        border-radius: 6px;
        width: 282px;

        top: 45px;

        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease-in-out;
    }
    .sub-menu__triangle {
        position: absolute;
        top: -15px;
        width: 24px;
        height: 20px;
        clip-path: polygon(49% 25%, 0% 100%, 100% 100%);
        background-color: #1b49ad;
    }

    .sub-menu li a {
        font-size: 18px;
        line-height: 1.5em;
        font-weight: 400;
        color: #fff;
    }

    .sub-menu li {
        margin-top: 16px;
    }

    .sub-menu li:first-child {
        margin-top: 0;
    }
}
@media screen and (max-width: 1023px) {
    /* header .hsec1-body-right .hsec1-body-right-menu .menu > li {
    margin-top: 6px;
  } */

    header .hsec1-body-right .hsec1-body-right-menu .menu > li {
        margin: 0 0 24px;
    }

    header .hsec1-body-right .hsec1-body-right-menu .menu > li > a {
        padding: 0 13px;
        position: relative;
        font-size: 24px;
        line-height: 1.5em;
        font-weight: 700;
        color: #055DFF;
        cursor: pointer;
    }

    header
    .hsec1-body-right
    .hsec1-body-right-menu
    .menu
    .menu-item-has-children
    a {
        position: relative;
        padding-right: 30px;
    }

    header .hsec1-body-right .hsec1-body-right-menu .menu .current-menu-item a {
        color: #000;
    }
    header .hsec1-body-right .hsec1-body-right-login {
        margin: 0;
    }
    header .hsec1-body-right .hsec1-body-right-login .hsec1-body-right-login-a {
        font-size: 24px;
        line-height: 1.5em;
        font-weight: 700;
    }

    header .menu .current-menu-item .drop-icon svg {
        fill: #055DFF;
    }

    header .menu .drop-icon {
        position: absolute;
        top: 7px;
        right: -12px;
    }

    header .menu .drop-icon svg {
        display: flex;
        align-items: center;
        width: 24px;
        height: 22px;
        fill: #000;
    }

    .menu .menu-item-has-children .arrow-icon {
        position: absolute;
        content: "";
        top: 12px;
        right: 0;
        background: url("../img/arrow-down.svg") no-repeat center/cover;
        width: 22px;
        height: 14px;
    }

    .sub-menu {
        height: 0;
        opacity: 0;
        pointer-events: none;

        padding: 0 16px;
        max-width: 282px;
        width: 100%;
        margin: 0 auto;
    }

    .sub-menu.is-open {
        height: 100%;
        opacity: 1;
        pointer-events: all;
        padding-top: 8px;
    }

    .sub-menu.is-open::before {
        width: 0;
        height: 0;
    }

    header
    .hsec1-body-right
    .hsec1-body-right-menu
    .menu
    .menu-item-has-children
    .sub-menu
    li
    a {
        display: block;
        font-size: 18px;
        line-height: 1.5em;
        color: #055DFF;
        padding: 0;
    }

    .menu .sub-menu li {
        padding: 8px 0;
    }

    .menu .sub-menu li:last-child {
        padding-bottom: 0;
    }
}

.reveal {
    position: relative;
    transform: translateY(75px);
    opacity: 0;
    transition: 1.5s all ease;
}
.reveal.active {
    transform: translateY(0);
    opacity: 1;
}
.pricing_link {
    display: table;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em;
    color: #055DFF;
    margin: 25px auto 0;
}
.pricing_undertext {
    margin-top: 25px;

    font-weight: 400;
    font-size: 14px;
    line-height: 24px;

    color: #8e98a3;
}
.container-full {
    max-width: 1420px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
/* modal */
.modal_step.modal {
    max-width: 1140px;
    width: 100%;
}
.modal_step.modal.active {
    display: block;
}
.modal_step.modal .col-md-12 {
    padding: 0;
}
.modal_step.modal .mail-info {
    margin-top: 0;
}

.modal_step.modal .col-md-3:nth-child(3) .addicon::after {
    display: none;
}
/* sub menu */

header.blue {
    background: #055DFF;
}
header.blue .hsec1-body-right-menu > ul > li > a {
    color: #fff;
}
header.no-scrolled {
    box-shadow: none;
    background: transparent;
    position: relative !important;
}

.hsec1-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.hsec1-body-right {
    display: flex;
    align-items: center;
    align-content: center;
}
.hsec1-body-left-logo {
    display: inline-block;
}
.hsec1-body-left-logo-img {
    width: 179px;
    height: 32px;
}
.hsec1-body-left-logo > img {
    margin-top: 8px;
}
.hsec1-body-right-menu > ul {
    display: flex;
    flex-wrap: wrap;
}
header .hsec1-body-right-menu > ul > .current-menu-item > a {
    color: #000;
    position: relative;
}
header .hsec1-body-right-menu > ul > .current-menu-item > a::before {
    position: absolute;
    content: "";
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: transparent;
    z-index: -1;
}
header.blue .hsec1-body-right-menu > ul > .current-menu-item > a::before {
    background-color: #fff;
}

.header-new .hsec1-body-right-menu > ul > .current-menu-item > a::before,
.header-new-2 .hsec1-body-right-menu > ul > .current-menu-item > a::before {
    height: 2px;
    bottom: -14px;
}
.header-new .hsec1-body-right-menu > ul > .current-menu-item > a::before {
    background: #fff;
}
.no-scrolled.header-new
.hsec1-body-right-menu
> ul
> .current-menu-item
> a::before {
    background: transparent;
}
header .hsec1-body-right-menu > ul > li > a {
    display: inline-block;
    padding: 6px 12px;
    font-size: 17px;
    color: #77838f;
    text-decoration: none;
}
.header-new .hsec1-body-right-menu > ul > li > a,
.header-new-2 .hsec1-body-right-menu > ul > li > a {
    padding: 0 26px;
    line-height: 1.53em;
}
.header-new .hsec1-body-right-menu > ul > li > a,
.header-new-blue .hsec1-body-right-menu > ul > li > a {
    color: #fff;
}
.header-new-2 .hsec1-body-right-menu > ul > li > a {
    color: #000;
}

header .hsec1-body-right-menu > ul {
    margin: 0;
}
.header-new,
.header-new-blue {
    background: rgb(46, 115, 254);
    box-shadow: none;
}

.header-new .hsec1-body-right-burger-a > span,
.header-new .hsec1-body-right-burger-a > span:before,
.header-new .hsec1-body-right-burger-a > span:after,
.header-new-blue .hsec1-body-right-burger-a > span,
.header-new-blue .hsec1-body-right-burger-a > span:before,
.header-new-blue .hsec1-body-right-burger-a > span:after {
    background-color: #fff;
}

.header-new .hsec1-body-right-login,
.header-new-2 .hsec1-body-right-login,
.header-new-blue .hsec1-body-right-login {
    display: flex;
    align-items: center;
}

.header-new .hsec1-body-right-login-a,
.header-new-blue .hsec1-body-right-login-a {
    color: #fff;
    background-color: transparent;
}
.header-new-2 .hsec1-body-right-login-a {
    color: #000;
}
.header-new .hsec1-body-right-login-a svg,
.header-new-blue .hsec1-body-right-login-a svg {
    fill: #fff;
}
.header-new-2 .hsec1-body-right-login-a svg {
    fill: #000;
}
.header-new .hsec1-body-right-book-a,
.header-new-2 .hsec1-body-right-book-a,
.header-new-blue .hsec1-body-right-book-a {
    background: #fff;
    color: #055DFF;
}

.header-new .hsec1-body-right-login-a,
.header-new-2 .hsec1-body-right-login-a,
.header-new-blue .hsec1-body-right-login-a {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    margin: 0 12px;
    padding: 0;
}
.header-new-2 .hsec1-body-right-login-a {
    color: #000;
    background: transparent;
}

.header-new .hsec1-body-right-login-a svg,
.header-new-blue .hsec1-body-right-login-a svg {
    margin-right: 7px;
    fill: #fff;
}
.header-new-2 .hsec1-body-right-login-a svg {
    margin-right: 7px;
    fill: #000;
}

.header-new .hsec1-body-right-book-a,
.header-new-2 .hsec1-body-right-book-a,
.header-new-blue .hsec1-body-right-book-a {
    display: inline-block;
    padding: 15px 35px;
    font-weight: bold;
    font-size: 16px;
    color: #055DFF;
    background: #fff;
    border-radius: 6px;
    text-decoration: none;
    margin: 0 12px;
    /* border: 2px solid #fff; */
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.header-new-2 .hsec1-body-right-book-a {
    background: #055DFF;
    color: #fff;
}

.hsec1-body-right-login-a {
    display: inline-block;
    padding: 15px 35px;
    font-weight: bold;
    font-size: 16px;
    /* color: #055DFF; */
    color: #ffffff;
    background: #055DFF;
    /* background: #fff; */
    border-radius: 6px;
    text-decoration: none;
    margin: 0 12px;
    /* border: 2px solid #fff; */
    /* transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out; */
}
/* .header-new .hsec1-body-right-book-a:hover,
.header-new-blue .hsec1-body-right-book-a:hover{
  background: transparent;
  color: #fff;
} */
header.blue .hsec1-body-right-login-a {
    background: #ffffff;
    color: #055DFF;
}
.sec1-body-wrap-form-switch-btn {
    font-weight: bold;
    font-size: 16px;
    color: #8e98a3;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    margin-right: 29px;
}
.sec1-body-wrap-form-switch-btn.active {
    color: #055DFF;
}
.sec1-body-wrap-fr1 {
    margin-top: 12px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}
.sec1-body-wrap-fr1-inp {
    width: calc(70% - 16px);
    height: 50px;
    background: #ffffff;
    border: 1px solid #d6dae1;
    box-sizing: border-box;
    border-radius: 6px;
    padding-left: 16px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}
.sec1-body-wrap-fr1-sub {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 30%;
    height: 50px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background: #055DFF;
    border-radius: 6px;
}

/* reCaptcha */
.grecaptcha-badge {
    opacity: 0 !important;
}
/* reCaptcha */

/*burger*/
.hsec1-body-right-burger {
    display: none;
    width: 30px;
    height: 30px;
    position: relative;
}
.hsec1-body-right-burger-a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 4px;
}
.hsec1-body-right-burger-a > span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #333;
}
.hsec1-body-right-burger-a > span:before,
.hsec1-body-right-burger-a > span:after {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #333;
    content: "";
}
.hsec1-body-right-burger-a > span:before {
    top: 14px;
}
.hsec1-body-right-burger-a > span:after {
    top: 24px;
}
.hsec1-body-right-exit {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 666;
}
.hsec1-body-right-exit > span {
    width: 100%;
    height: 100%;
    display: block;
}
.hsec1-body-right-exit > span:before,
.hsec1-body-right-exit > span:after {
    width: 30px;
    height: 3px;
    background-color: #333;
    content: "";
    position: absolute;
    top: 14px;
}
.hsec1-body-right-exit > span:before {
    transform: rotate(45deg);
}
.hsec1-body-right-exit > span:after {
    transform: rotate(-45deg);
}
/*end burger*/

/*main*/

.sec1 {
    padding: 117px 0 127px 0;
    /* background-image: url(../img/bg1.jpg); */
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
}
.sec1-body-wrap {
    width: 100%;
    max-width: 675px;
    padding: 40px 60px 50px 50px;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgb(142 152 163 / 25%);
    border-radius: 8px;
    max-height: 603px;

    position: relative;
}
.sec1-body-wrap-t1 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
}
.sec1-body-wrap-t2 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.sec2 {
    background-color: #f6f8fb;
}
.sec2-item {
    text-align: center;
}
.sec2-item-a-img {
    display: block;
    /* height: 70px; */
    height: auto;
}
.sec2-item-a {
    display: inline-block;
    padding: 15px;
}
.sec2-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
._title {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
}
._subtitle {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #8e98a3;
}
.sec3 {
    padding: 40px 0;
}
.sec3-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.sec3-item {
    padding: 32px 40px 36px 40px;
    background: #f8f9fa;
    border: 1px solid #e7eaf2;
    box-sizing: border-box;
    border-radius: 6px;
    margin-top: 46px;
    width: 100%;
    max-width: 282px;
    margin-left: 15px;
    margin-right: 15px;
}
.sec3-item-a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    outline: none;
}
.sec3-item-a-img {
    text-align: center;
}
.sec3-item-a-img > img {
    display: block;
    width: 100%;
    max-width: 128px;
    margin: auto;
    max-height: 128px;
    object-fit: cover;
    border-radius: 50%;
}
.sec3-item-a-name {
    margin-top: 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000000;
}
.sec3-item-a-rate {
    margin-top: 12px;
    text-align: center;
}
.sec3-item-a-t1 {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #77838f;
    margin-top: 10px;
}
.sec3-item-a-location {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #77838f;
    margin-top: 12px;
}
.sec4 {
    padding: 40px 0 60px 0;
}
.sec4-left-wrap {
    width: 100%;
    max-width: 446px;
    background-color: #00c9a7;
    padding: 45px 48px 41px 45px;
}
.sec4-left {
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 40px 0 15px 0;
}
.sec4-left-price {
    display: inline-flex;
}
.sec4-left-price-wal {
    font-size: 16px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: flex-start;
    padding-right: 6px;
}
.sec4-left-price-t1 {
    font-weight: 600;
    font-size: 56px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    line-height: 65px;
    letter-spacing: 1.1px;
}
.sec4-left-price-t2 {
    font-weight: 400;
    font-size: 32px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: flex-end;
    letter-spacing: 1.1px;
}
.sec4-left-t1 {
    margin-top: 5px;
    font-weight: bold;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #fff;
}
.sec4-left-t2 {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #fff;
}
.sec4-left-hr {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-top: 20px;
    opacity: 0.3;
}
.sec4-left-t3 {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #fff;
}
.sec4-left-btn {
    margin-top: 55px;
}
.sec4-left-btn-a {
    display: inline-block;
    padding: 11px 33px;
    background: #055DFF;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-decoration: none;
}
.sec4-right-items {
    display: flex;
    flex-wrap: wrap;
}
.sec4-right-item {
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: 43px;
    margin-bottom: 20px;
}

.sec4-right-item-img > img {
    height: 43px;
    object-fit: contain;
    object-position: center;
}
.sec4-right-item-t1 {
    margin-top: 10px;
    color: #1e2022;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.sec4-right-item-t2 {
    margin-top: 6px;
    color: #77838f;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.sec5 {
    padding: 60px 0;
}
.sec5-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.sec5-item {
    width: 100%;
    max-width: 280px;
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
}
.sec5-item-img {
    position: relative;
}
.sec5-item-img-num {
    position: absolute;
    left: 0;
    top: 0;
    width: 83px;
    height: 83px;
    border-radius: 50%;
    background: #2b44ff;
    font-weight: bold;
    font-size: 32px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
}
.sec5-item-img > img {
    width: 100%;
    display: block;
    max-width: 240px;
    margin: auto;
}
.sec5-item-text {
    font-family: "Poppins", sans-serif;
    margin-top: 24px;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}
.sec6 {
    padding: 40px 0 124px 0;
    background-color: #f8fafd;
}
.sec6-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sec6-item {
    margin-top: 32px;
    width: 100%;
    max-width: 300px;
    background: #ffffff;
    border: 1px solid #e7eaf2;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 40px 36px 32px 36px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}
.sec6-item-img {
    width: 100%;
    text-align: center;
}
.sec6-item-img > img {
    max-width: 170px;
    max-height: 140px;
}
.sec6-item-text {
    width: 100%;
    margin-top: 20px;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    font-family: "Poppins", sans-serif;
}

.sec3.pd130 {
    padding-top: 130px;
    padding-bottom: 0;
}
.sec3-footer {
    width: 100%;
    text-align: center;
    color: #77838f;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    margin-top: 35px;
}
.sec3.pd130 .sec3-item {
    position: relative;
    margin-bottom: 90px;
}
.sec3.pd130 .sec3-item-btn {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin-top: 40px;
    background: #055DFF;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    padding: 11px 0;
    text-decoration: none;
}

.sec7 {
    padding: 100px 0 60px 0;
    position: relative;
    margin-top: -76px;
    padding-top: 170px;
}
.sec7-bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.sec7-right {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec7-right > img {
    max-width: 100%;
}
.sec7-left-t1 {
    font-weight: bold;
    font-size: 38px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}
.sec7-left-t1 > b {
    color: #2d1582;
}
.sec7-left-t2 {
    font-weight: normal;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    margin-top: 25px;
}
.sec7-left-btn {
    margin-top: 50px;
}
.sec7-left-btn-a {
    padding: 13px 33px;
    background: #ffffff;
    box-shadow: 0px 3px 6px rgba(140, 152, 164, 0.25);
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #055DFF;
    text-decoration: none;
    margin-left: 24px;
    display: inline-block;
}
.sec7-left-btn-a:first-child {
    margin-left: 0;
}
.sec7-left-btn-a.dark {
    background: #2d1582;
    box-shadow: 0px 3px 6px rgba(140, 152, 164, 0.25);
    border-radius: 6px;
    color: #ffffff;
}
.sec8 {
    padding: 95px 0;
    background-color: #f8fafd;
}
._title2 {
    font-weight: 300;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: #055DFF;
}
._title2 > b {
    font-weight: 700;
}
._subtitle2 {
    margin-top: 8px;
    font-size: 16px;
    text-align: center;
    color: #7e8697;
    font-family: "Poppins", sans-serif;
}
.sec8-items {
    display: flex;
    flex-wrap: wrap;
}
.sec8-item {
    display: flex;
    width: 50%;
    margin-top: 50px;
}
.sec8-item-img {
    width: 100px;
    min-width: 100px;
    padding-right: 10px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.sec8-item-img > img {
    max-width: 75%;
}
.sec8-item-img-num {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: rgba(55, 125, 255, 0.1);
    color: #055DFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    border-radius: 50%;
}
.sec8-item-text {
    padding-left: 10px;
    padding-right: 10px;
}
.sec8-item-text-title {
    font-weight: 600;
    font-size: 16px;
    color: #1e2022;
    font-family: "Poppins", sans-serif;
}
.sec8-item-text-p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #77838f;
    margin-top: 7px;
}
.sec8-item-text-p > a {
    color: #055DFF;
}

.sec9 {
    padding: 97px 0;
}
.sec9-title {
    margin-bottom: 15px;
    font-size: 40px;
    text-align: center;
    color: #00c9a7;
    font-family: "Poppins", sans-serif;
}
.sec9-title > b {
    font-weight: bold;
}
.sec9-items {
    display: flex;
    justify-content: center;
}
.sec9-item {
    width: 100%;
    max-width: 266px;
    padding: 40px 33px 32px 33px;
    background: #ffffff;
    border: 1px solid #e7eaf3;
    box-sizing: border-box;
    box-shadow: 0px 6px 24px rgba(140, 152, 164, 0.15);
    border-radius: 6px;
    margin: 60px 15px 0 15px;
}
.sec9-item-img {
    text-align: center;
}
.sec9-item-img > img {
    display: block;
    width: 36px;
    margin: auto;
}
.sec9-item-t1 {
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #1e2022;
}
.sec9-item-t2 {
    margin: 22px 0;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #1e2022;
    font-family: "Poppins", sans-serif;
}
.sec9-item-t3 {
    margin-top: 12px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #77838f;
    font-family: "Poppins", sans-serif;
}
.sec9-item-btn {
    margin-top: 24px;
}
.sec9-item-btn-a {
    padding: 11px 0;
    text-align: center;
    width: 100%;
    display: inline-block;
    border: 1px solid #055DFF;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #055DFF;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
}
.sec9-item-btn-a.block {
    color: #77838f;
    border: 1px dashed #bdc5d1;
    cursor: not-allowed;
}
.sec9-item.sec9-item-main {
    background: #055DFF;
    transform: scale(1.1);
}
.sec9-item.sec9-item-main .sec9-item-t1,
.sec9-item.sec9-item-main .sec9-item-t2,
.sec9-item.sec9-item-main .sec9-item-t3 {
    color: #fff;
}
.sec9-item.sec9-item-main .sec9-item-btn-a {
    background-color: #fff;
    font-weight: bold;
    color: #055DFF;
}
.sec9-item.sec9-item-main .sec9-item-btn-a.block {
    cursor: pointer;
    border: none;
}
.sec9-footer {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    align-items: center;
}
.sec9-footer-p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #77838f;
}
.sec9-footer-a {
    margin: 0 10px;
    display: inline-block;
}

.sec10 {
    padding: 92px 0;
    background-color: #f8fafd;
}
.sec10-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sec10-item {
    width: 100%;
    max-width: 280px;
    margin-top: 70px;
    margin-left: 15px;
    margin-right: 15px;
}
.sec10-item-img {
    position: relative;
}
.sec10-item-img > img {
    width: 100%;
    display: block;
    max-width: 240px;
    margin: auto;
}
.sec10-item-img-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 83px;
    height: 83px;
    background: #00c9a7;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    border-radius: 50%;
}
.sec10-item-text {
    margin-top: 24px;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    font-family: "Poppins", sans-serif;
}
.sec10-footer {
    width: 100%;
    margin-top: 50px;
    font-size: 24px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #8c98a4;
}
.sec10-footer > a {
    text-decoration: none;
    color: #055DFF;
}
.sec11 {
    padding: 97px 0;
    position: relative;
}
.sec11-title {
    color: #7e8697;
}
.sec11:before {
    position: absolute;
    width: 60%;
    content: "";
    left: 20%;
    bottom: 0;
    height: 1px;
    background: #e7eaf3;
}
.sec11-items {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.sec11-item {
    margin-top: 15px;
    margin-left: 8px;
    margin-right: 8px;
    width: calc(50% - 16px);
    border: 1px solid #e7eaf3;
    box-sizing: border-box;
    box-shadow: 0px 1px 0px #e7eaf3;
    border-radius: 5px;
    background: #ffffff;
    font-weight: 500;
    font-size: 16px;
    color: #1e2022;
    font-family: "Poppins", sans-serif;
}
.sec11-item-title {
    padding: 17px 40px 17px 16px;
    position: relative;
    cursor: pointer;
    transition: all ease 0.2s;
}
.sec11-item-title:hover {
    background: rgba(55, 125, 255, 0.1);
}
.sec11-item-title-img {
    position: absolute;
    right: 16px;
    height: 16px;
    top: calc(50% - 8px);
    transition: all ease 0.2s;
}
.sec11-item-title.active > .sec11-item-title-img {
    transform: rotate(90deg);
}
.sec11-item-text {
    padding: 15px 16px 18px 16px;
    border-top: 1px solid #e7eaf3;
    font-size: 16px;
    color: #1e2022;
    font-family: "Poppins", sans-serif;
    display: none;
}

.sec12 {
    padding: 50px 0;
}
.sec12-title {
    font-weight: 500;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    color: #1b1d1f;
}
.sec12-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    box-sizing: border-box;
}
.sec12-item {
    width: 100%;
    max-width: 360px;
    padding: 24px 32px 30px 32px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-top: 18px;
}
.sec12-item-img {
    width: 100%;
    text-align: center;
}
.sec12-item-img > img {
    width: 100%;
    max-width: 129px;
}
.sec12-item-t1 {
    width: 100%;
    margin-top: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #77838f;
}
.sec12-item-name {
    width: 100%;
    margin-top: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}
.sec12-item-prof {
    width: 100%;
    margin-top: 2px;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    color: #97a4af;
}
.sec12-item.main {
    background: #055DFF;
    box-shadow: 0px 0px 50px rgba(55, 125, 225, 0.4);
    border-radius: 5px;
}
.sec12-item.main .sec12-item-t1 {
    color: #fff;
}
.sec12-item.main .sec12-item-name {
    color: #fff;
}
.sec12-item.main .sec12-item-prof {
    color: rgba(255, 255, 255, 0.8);
}
.sec13 {
    padding: 70px 0 80px 0;
    position: relative;
}
.sec13-bg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.sec13-left {
    font-weight: 600;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    color: #055DFF;
}
.sec13-right {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.sec13-right-a {
    font-weight: 500;
    font-size: 16px;
    color: #055DFF;
    padding: 13px 33px;
    background: #ffffff;
    box-shadow: 0px 3px 6px rgba(140, 152, 164, 0.25);
    border-radius: 6px;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    margin-right: 24px;
}
.sec13-right-a:last-child {
    margin-right: 0;
}
.sec13-right-a.dark {
    color: #ffffff;
    background: #2d1582;
    box-shadow: 0px 3px 6px rgba(140, 152, 164, 0.25);
}

.sec14 {
    padding: 120px 0 20px 0;
}
.sec14-top-wrap {
    width: 100%;
    max-width: 880px;
    border: 1px solid #e7eaf3;
    box-sizing: border-box;
    box-shadow: 0px 6px 24px rgba(140, 152, 164, 0.15);
    border-radius: 6px;
    padding: 70px 0 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: auto;
}
.sec14-top-wrap-left {
    font-weight: 500;
    font-size: 160px;
    color: #00c9a7;
    line-height: 125px;
    font-family: "Poppins", sans-serif;
}
.sec14-top-wrap-right {
    padding: 0 26px;
}
.sec14-top-wrap-right-t1 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    color: #00c9a7;
}
.sec14-top-wrap-right-t2 {
    font-size: 16px;
    color: #7e8697;
    font-family: "Poppins", sans-serif;
    margin-top: 22px;
}
.sec14-bottom {
    padding-bottom: 60px;
}
.sec14-bottom-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sec14-bottom-item {
    position: relative;
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
    width: 100%;
    max-width: 290px;
}

.sec14_background {
    padding: 0;
}

.sec14_smaller .sec14-bottom-item-title {
    font-size: 24px;
    line-height: 1.5em;
}

.sec14_smaller .sec14-bottom-item-text {
    color: #77838f;
}

.sec14_decor .sec14-bottom-item {
    position: relative;
}

.sec14_decor .sec14-bottom-item::after {
    content: "";
    position: absolute;
    top: 25%;
    right: -36px;
    width: 38px;
    height: 11px;
    background: url(../img/icon-dots.svg);
}

.sec14_decor .sec14-bottom-item:last-of-type::after {
    display: none;
}

@media screen and (max-width: 1200px) {
    .sec14_decor .sec14-bottom-item::after {
        display: none;
    }
}

.sec14-bottom-item-img {
    text-align: center;
}
.sec14-bottom-item-img > img {
    display: block;
    width: 68px;
    margin: auto;
}
.sec14-bottom-item-title {
    margin-top: 22px;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}
.sec14-bottom-item-text {
    margin-top: 17px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: rgba(30, 32, 34, 0.5);
}

.sec15 {
    padding: 77px 0 120px 0;
}
.sec15-item {
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px;
    margin-top: 60px;
    display: flex;
}
.sec15-item-left {
    width: 53%;
}
.sec15-item-right {
    width: 47%;
    padding-left: 10px;
}
.sec15-item-right > img {
    display: block;
    width: 100%;
}
.sec15-item-left-title {
    font-weight: 500;
    font-size: 20px;
    color: #1e2022;
    font-family: "Poppins", sans-serif;
}
.sec15-item-left-date {
    color: rgba(119, 131, 143, 0.5);
    font-size: 14px;
    margin-top: 3px;
    font-family: "Poppins", sans-serif;
}
.sec15-item-left-text {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #77838f;
}
.sec15-item-left-btn {
    margin-top: 16px;
}
.sec15-item-left-btn-a {
    display: inline-block;
    padding: 8px 28px;
    background: #055DFF;
    border-radius: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
}
.sec15-item-left-socials {
    margin-top: 10px;
    display: flex;
}
.sec15-item-left-socials-a {
    margin-top: 7px;
    display: inline-block;
    width: 30px;
    margin-right: 5px;
    text-decoration: none;
}
.sec15-item-left-socials-a > img {
    display: block;
    width: 100%;
}

.sec10-2-title {
    font-weight: normal;
    font-size: 52px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
}
.sec10-2-title > b {
    font-weight: 700;
}
.sec10-2-item-wrap {
    justify-content: center;
    outline: none;
}
.sec10-2-items {
    margin-top: 60px;
}
.sec10-2-item-img > img {
    display: block;
    width: 100%;
    max-width: 715px;
    margin: auto;
}
.sec10-2-item-text {
    font-size: 24px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #000000;
    margin-top: 16px;
}
.sec10-2-item-text > b {
    font-weight: 700;
}
.sec10-2 {
    /* background-image: url(../img/sec10-2bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.sec10-2:after {
    content: "";
    background: #fff;
    height: 207px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
.slick-dotted.slick-slider {
    z-index: 1;
}

/* .sec10-2 slick */
.sec10-2 .slick-dots li button:before {
    font-size: 30px;
}
.sec10-2 .slick-dots {
    bottom: -50px;
}

/*footer*/

footer {
    background: linear-gradient(163.41deg, #2d1582 0%, #19a0ff 100%);
}
.fsec1 {
    /* background-image: url(../img/fsec-sq.svg); */
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center 120%;
}
.fsec1-left {
    padding-top: 70px;
}
.fsec1-left-t1 {
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}
.fsec1-left-t2 {
    margin-top: 20px;
    padding-right: 25px;
    font-size: 14px;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
}
.fsec1-left-items {
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}
.fsec1-left-item {
    margin-top: 35px;
    width: 50%;
}
.fsec1-left-item-t1 {
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
}
.fsec1-left-item-t2,
.fsec1-left-item-t2 > a {
    margin-top: 3px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-decoration: none;
}
.fsec1-right {
    padding-bottom: 40px;
}
.fsec1-right-form {
    padding: 81px 32px 48px 32px;
    background: #ffffff;
    margin-top: -43px;
    border: 1px solid #e7eaf3;
    box-sizing: border-box;
    box-shadow: 0px 0px 35px rgba(140, 152, 164, 0.12);
    border-radius: 5px;
    width: 100%;
    max-width: 540px;
}
.fsec1-right-form-title {
    margin-bottom: 46px;
    font-weight: normal;
    font-size: 40px;
    line-height: 30px;
    color: #1e2022;
    font-family: "Poppins", sans-serif;
}
.fsec1-right-form-inp {
    margin-top: 16px;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #e7eaf3;
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 16px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.fsec1-right-form-ta {
    margin-top: 16px;
    width: 100%;
    height: 118px;
    background: #ffffff;
    border: 1px solid #e7eaf3;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 14px 16px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.fsec1-right-form-sub {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 50px;
    background: #055DFF;
    border-radius: 6px;
    margin-top: 32px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}
.fsec1-bottom {
    padding: 45px 0 50px 0;
}
.fsec1-bottom-t1 {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}
.fsec1-bottom-t2 {
    margin-top: 12px;
    letter-spacing: 0.233333px;
    font-size: 14px;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.fsec2 {
    padding: 130px 0 70px 0;
}
.fsec2-left-t1 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: #ffffff;
}
.fsec2-left-t2 {
    margin-top: 12px;
    font-size: 12px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}
.fsec2-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.fsec2-right-ul {
    width: 100%;
    max-width: 205px;
    padding-right: 45px;
}
.fsec2-right-ul-li-p {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #f0f4f7;
    font-family: "Poppins", sans-serif;
}
.fsec2-right-ul-li:first-child {
    margin-top: 0;
}
.fsec2-right-ul-li {
    margin-top: 8px;
}
.fsec2-right-ul-li-a {
    font-weight: normal;
    font-size: 14px;
    color: #f0f4f7;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    display: inline-block;
}
.fsec3 {
    padding: 35px 0;
}
.fsec3-right-cr {
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}
.fsec3-left-a {
    display: inline-block;
    margin: 8px 15px;
}
.fsec3-left-a > img {
    height: 14px;
}

/*media*/
@media screen and (max-width: 1120px) {
    .sec7-bg {
        min-height: 120%;
        width: 100%;
        top: auto;
        bottom: 0;
    }
    .sec7 {
        overflow: hidden;
    }
    header .hsec1-body-right-menu > ul > li > a {
        padding: 6px;
    }
    .header-new .hsec1-body-right-menu > ul > li > a,
    .header-new-2 .hsec1-body-right-menu > ul > li > a {
        padding: 0 13px;
    }
}
@media screen and (max-width: 1023.98px) {
    .header-new .hsec1-body-right-menu > ul > li > a,
    .header-new-blue .hsec1-body-right-menu > ul > li > a {
        color: #055DFF;
    }

    .header-new .hsec1-body-right.is-active .hsec1-body-right-book-a,
    .header-new-2 .hsec1-body-right.is-active .hsec1-body-right-book-a,
    header.blue .hsec1-body-right.is-active .hsec1-body-right-book-a,
    .header-new-blue .hsec1-body-right.is-active .hsec1-body-right-book-a {
        font-size: 24px;
        line-height: 1.5em;
        color: #fff;
        background-color: #055DFF;
    }

    .header-new .hsec1-body-right.is-active .hsec1-body-right-login-a,
    .header-new-2 .hsec1-body-right.is-active .hsec1-body-right-login-a,
    .header-new-blue .hsec1-body-right.is-active .hsec1-body-right-login-a {
        color: #055DFF;
        background: transparent;
        margin-bottom: 22px;
    }

    .header-new .hsec1-body-right.is-active .hsec1-body-right-login-a svg,
    .header-new-blue .hsec1-body-right.is-active .hsec1-body-right-login-a svg,
    .header-new-2 .hsec1-body-right.is-active .hsec1-body-right-login-a svg {
        fill: #055DFF;
        width: 24px;
        height: 22px;
    }

    .hsec1-body-right.is-active .hsec1-body-right-login-a {
        color: #fff;
        background: #055DFF;
    }

    .hsec1-body-right-burger {
        display: block;
    }
    .hsec1-body-right-exit {
        display: block;
        cursor: pointer;
    }
    .header-new .hsec1-body-right-menu > ul > .current-menu-item > a {
        color: #000;
    }
    .header-new-2 .hsec1-body-right-menu > ul > .current-menu-item > a {
        color: #055DFF;
    }
    header .hsec1-body-right-menu > ul > .current-menu-item > a::before {
        display: none;
    }
    .sec7-bg {
        height: 120%;
        width: auto;
    }
    .sec1-body-wrap {
        margin: auto;
        max-height: 100%;
    }
    .sec1 {
        background-position: top right;
    }
    .fsec1-right-form {
        margin: 0 auto;
    }
    .fsec1-left-t1,
    .fsec1-left-t2 {
        text-align: center;
    }
    .fsec1-left-item {
        width: 33%;
        text-align: center;
    }
    .fsec1 {
        background-position: center 100%;
    }
    .hsec1-body-right {
        position: fixed;
        width: 100%;
        overflow-y: hidden;
        height: 0;
        transition: height 0.4s ease-in-out, padding-top 0.4s ease-in-out;
        background-color: #fff;
        left: 0;
        top: 0;
        z-index: 99;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .hsec1-body-right.is-active {
        height: 100%;
        padding-top: 25px;
    }
    .hsec1-body-right-menu {
        width: 100%;
    }
    .hsec1-body-right-menu > ul > li {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .hsec1-body-right-login {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        flex-direction: column;
    }
    .hsec1-body-right-login-a {
        margin-bottom: 12px;
    }
    .fsec3-left {
        text-align: center;
    }
    .fsec3-right-cr {
        margin-top: 25px;
    }
    .fsec2 {
        padding: 80px 0 40px 0;
    }
    .fsec2-right {
        margin-top: 30px;
        justify-content: center;
    }
    .fsec2-right-ul {
        max-width: 50%;
        text-align: center;
        padding-right: 0;
    }
    .fsec2-left-t2 {
        text-align: center;
    }
    .fsec2-left-t1 {
        text-align: center;
    }
    .sec12-item {
        max-width: 100%;
        margin-top: 30px;
    }
    .sec12-item {
        width: 100%;
    }
    .sec12-title {
        text-align: center;
        font-size: 24px;
    }
    .sec13-right {
        justify-content: center;
        margin-top: 30px;
    }
    .sec13-left {
        font-size: 24px;
        text-align: center;
    }
    .sec8-item {
        width: 100%;
    }
    header .hsec1-body-right-menu > ul > li > a {
        color: #055DFF;
    }
    header.blue .hsec1-body-right-menu > ul > li > a {
        color: #055DFF;
    }
    header.blue .hsec1-body-right-burger-a > span {
        background-color: #fff;
    }
    header.blue .hsec1-body-right-burger-a > span:before,
    header.blue .hsec1-body-right-burger-a > span:after {
        background-color: #fff;
    }
}
@media screen and (max-width: 768px) {
    .sec11-item {
        width: 100%;
    }
    .sec10-item-text {
        font-size: 18px;
    }
    ._title2 {
        font-size: 26px;
    }
    .sec9-title {
        font-size: 32px;
    }
    .sec9-item {
        max-width: 100%;
    }
    .sec9-items {
        flex-wrap: wrap;
    }
    .sec10-footer {
        font-size: 16px;
    }
    .sec7-right {
        margin-top: 50px;
    }
    .sec7-right > img {
        max-width: 60%;
        margin: auto;
    }
    .sec7-left-btn {
        text-align: center;
    }
    .sec7-left-t1 {
        text-align: center;
    }
    .sec7-left-t2 {
        text-align: center;
    }
    .sec2-item-a-img {
        /* height: 40px; */
        height: auto;
    }
    .sec14-top-wrap-left {
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
        font-size: 80px;
        line-height: 1;
    }
    .sec14-top-wrap-right-t1,
    .sec14-top-wrap-right-t2 {
        text-align: center;
    }
    .sec14-top-wrap {
        flex-wrap: wrap;
    }
    .sec14-top-wrap {
        padding: 60px 0;
    }
}
@media screen and (max-width: 550px) {
    .developer-hero__right canvas,
    .developer-hero__right video {
        object-fit: contain;
    }
    .hsec1-body-right.is-active {
        overflow-y: scroll;
    }
    ._title {
        font-size: 32px;
        line-height: 1.3;
    }
    ._subtitle {
        font-size: 20px;
    }
    .sec4-right-item {
        width: 100%;
        text-align: center;
    }
    .sec5-item-text {
        font-size: 18px;
    }
    .sec5-item-text > br {
        display: none;
    }
    .fsec1-left-t2 > br {
        display: none;
    }
    .fsec1-left-t2 {
        padding-right: 0;
    }
    .fsec1-left-item {
        width: 100%;
    }
    .fsec1-right-form-title {
        text-align: center;
        font-size: 26px;
        margin-bottom: 20px;
    }
    .fsec1-right-form {
        padding: 50px 15px 30px 15px;
    }
    .fsec1-left-t1 {
        font-size: 26px;
        line-height: 1.3;
    }
    .sec1-body-wrap-fr1 {
        flex-wrap: wrap;
    }
    .sec1-body-wrap-fr1-inp {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .sec1-body-wrap-fr1-sub {
        width: 100%;
        margin-top: 12px;
    }
    .sec1-body-wrap-t1 {
        font-size: 28px;
        line-height: 1.3;
    }
    .sec1-body-wrap-t2 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .sec1-body-wrap {
        padding: 40px 25px;
    }
    .sec4-left-wrap {
        text-align: center;
        padding: 40px 25px;
    }
    .fsec1-bottom-t1 {
        font-size: 24px;
    }
    .fsec1-bottom-t2 {
        font-size: 12px;
    }
    .sec1-body-wrap-form-switch-btn {
        display: block;
    }

    .hsec1-body-left-logo > img {
        height: 36px;
        margin-top: 4px;
    }

    .fsec2-right-ul {
        max-width: 100%;
        margin-top: 30px;
    }
    .fsec2-right-ul:first-child {
        margin-top: 0;
    }
    .sec7-left-t1 {
        font-size: 32px;
    }
    .sec7-left-t2 {
        font-size: 14px;
    }
    .sec13-right-a {
        margin-right: 0px;
        margin: 10px;
    }
    .sec13-right-a:last-child {
        margin-right: 10px;
    }
    .sec13 {
        padding-top: 30px;
    }
    .sec9-footer {
        flex-wrap: wrap;
    }
    .sec8-item {
        flex-wrap: wrap;
    }
    .sec8-item-text {
        width: 100%;
        margin-top: 15px;
    }
    .sec7-left-btn-a:first-child {
        margin-left: 10px;
    }
    .sec7-left-btn-a {
        margin: 10px;
    }
    .sec7-left-btn {
        margin-top: 30px;
    }
    .sec13-left {
        font-size: 20px;
    }
    .sec2-item-a {
        padding: 14px 25px;
    }
    .sec2-item {
        padding: 15px 0;
    }
    .sec7-right > img {
        max-width: 80%;
    }
    .sec10-2-title {
        font-size: 32px;
    }
    .sec10-2 {
        padding: 45px 0;
        background-size: auto 80%;
        background-position: top center;
        background-color: #fff;
        background-repeat: no-repeat;
    }
    .sec10-2-item-text {
        font-size: 18px;
    }
}

/* new */

._prof-item-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.0875px;
    color: #1e2022;
    padding-top: 30px;
    border-top: 1px solid #eaedf5;
}

.sec16 {
    padding: 60px 0 120px 0;
}
.sec16-left {
    width: 100%;
    margin: auto;
    background: #ffffff;
    border: 1px solid #e5eaf4;
    box-shadow: 0px 0px 20px rgba(117, 119, 122, 0.1);
    border-radius: 4px;
    padding: 60px 31px 40px 31px;
}
.sec16-left-item {
    padding-bottom: 30px;
}
.sec16-left-item:last-child {
    padding-bottom: 0;
}
.sec16-left-avatar {
    text-align: center;
}
.sec16-left-avatar > img {
    display: block;
    width: 90%;
    max-width: 129px;
    margin: auto;
}
.sec16-left-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #1e2022;
    text-align: center;
    margin-top: 10px;
}
.sec16-left-star {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7px;
}
.sec16-left-star-stars {
    margin-right: 7px;
}
.sec16-left-star-mrk {
    margin-right: 4px;
    font-weight: 600;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.230769px;
    color: #1b1d1f;
}
.sec16-left-star-rews {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    letter-spacing: -0.2px;
    color: #8c98a4;
}
.sec16-left-exp {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #77838f;
    font-family: "Poppins", sans-serif;
    margin-top: 10px;
}
.sec16-left-bio {
    margin-top: 40px;
}
.sec16-left-bio-text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 23px;
    color: #77838f;
    font-family: "Poppins", sans-serif;
}
.sec16-left-lag-items {
    margin-top: 10px;
}
.sec16-left-lag-item {
    margin-top: 3px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    color: #1b1d1f;
    font-family: "Poppins", sans-serif;
}
.sec16-right-title {
    display: flex;
    align-items: center;
    align-content: center;
}
.sec16-right-title-stars {
    margin-left: 13px;
    color: #ffc107;
    font-weight: 600;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.sec16-right-title-rews {
    margin-left: 5px;
    font-size: 16px;
    letter-spacing: -0.05px;
    color: #8c98a4;
    font-family: "Poppins", sans-serif;
}
.sec16-right-revs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.sec16-right-revs-rev {
    width: 33.33%;
}
.sec16-right-revs-rev-top {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.246154px;
    color: #ffc107;
    font-family: "Poppins", sans-serif;
}
.sec16-right-revs-rev-bottom {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.040625px;
    color: #8c98a4;
    font-family: "Poppins", sans-serif;
}
.sec16-right-bottom-line {
    padding: 31px 0;
    border-bottom: 1px solid #eaedf5;
}
.sec16-right-bottom-line:first-child {
    padding-top: 0;
}
.sec16-right-revs-item {
    padding: 28px 0 45px 0;
    border-bottom: 1px solid #eaedf5;
}
.sec16-right-title {
    font-weight: 500;
    font-size: 20px;
    color: #1e2022;
    font-family: "Poppins", sans-serif;
}
.sec16-right-revs-item-title {
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #1e2022;
    font-family: "Poppins", sans-serif;
}
.sec16-right-revs-item-text {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #77838f;
    margin-top: 7px;
    font-weight: 300;
    line-height: 27px;
}
.sec16-right-revs-item-name {
    margin-top: 13px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #1e2022;
}
.sec16-right-revs-item-footer {
    display: flex;
    align-items: center;
    margin-top: 6px;
}
.sec16-right-revs-item-footer-stars {
    margin-right: 8px;
}
.sec16-right-revs-item-footer-mark {
    margin-right: 8px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.040625px;
    color: #1b1d1f;
    font-family: "Poppins", sans-serif;
}
.sec16-right-revs-item-footer-date {
    margin-right: 8px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.040625px;
    color: #8c98a4;
    font-family: "Poppins", sans-serif;
}
.sec16-left-rew-items {
    display: flex;
    flex-wrap: wrap;
}
.sec16-left-rew-items-img {
    margin: 16px 4px 0 4px;
}
.sec16-left-rew-items-img > img {
    display: block;
    width: 32px;
}
.sec16-left-rew-items-text {
    width: 100%;
    margin-top: 14px;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    letter-spacing: -0.1px;
    color: #77838f;
}
.sec16-left-linked-item {
    display: flex;
    margin-top: 15px;
    text-decoration: none;
    width: 100%;
}
.sec16-left-linked-item-left {
    width: 32px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.sec16-left-linked-item-left > img {
    display: block;
    width: 100%;
}
.sec16-left-linked-item-right-title {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.0875px;
    font-family: "Poppins", sans-serif;
    color: #1e2022;
}
.sec16-left-linked-item-right-text {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #77838f;
}
@media screen and (max-width: 996px) {
    .sec16-right {
        margin-top: 30px;
    }
    .sec16-left-bio-text {
        text-align: center;
    }
    ._prof-item-title {
        text-align: center;
    }
    .sec16-left-rew-items {
        justify-content: center;
        text-align: center;
    }
    .sec16-left-linked-item {
        justify-content: center;
    }
    .sec16-right-bottom-line {
        justify-content: center;
    }
    .sec16-right-revs-rev-top,
    .sec16-right-revs-rev-bottom,
    .sec16-left-lag-item {
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .sec16-right-revs-rev {
        width: 50%;
        margin-top: 10px;
    }
    ._prof-item-title {
        text-align: center;
    }
    .sec16-right-revs-item-title,
    .sec16-right-revs-item-text,
    .sec16-right-revs-item-name {
        text-align: center;
    }
    .sec16-right-title,
    .sec16-right-revs-item-footer {
        justify-content: center;
    }
}
@media screen and (max-width: 550px) {
    .sec16-right-revs-rev {
        width: 100%;
        text-align: center;
    }
}

.sec17 {
    padding: 100px 0 120px 0;
}
.sec17-title {
    text-align: center;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    color: #1b1d1f;
}
.sec17-subtitle {
    margin-top: 15px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-align: center;
    padding-bottom: 23px;
    border-bottom: 1px solid #e7eaf3;
    color: #77838f;
}
.sec17-text {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 25px;
    color: #77838f;
    margin-top: 30px;
}
.sec17-text.bold {
    color: #1e2022;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
}
.sec17-text > a {
    text-decoration: none;
    color: #055DFF;
}

@media screen and (max-width: 768px) {
    .sec17-text {
        text-align: center;
    }
    .sec17 {
        padding: 60px 0;
    }
    .sec17-title {
        font-size: 28px;
    }
}
@media screen and (max-width: 550px) {
    .sec17-title {
        font-size: 24px;
    }
}

.sec18 {
    padding: 127px 0 185px 0;
    background-image: url(../img/sec18-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
}
.sec18-title {
    font-weight: 300;
    font-size: 56px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
.sec18-title > b {
    font-weight: 700;
}
.sec18-subtitle {
    margin-top: 15px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .sec18-title {
        font-size: 32px;
    }
}

.sec19 {
    padding-bottom: 50px;
    position: relative;
}
.sec19:before {
    position: absolute;
    content: "";
    width: 50%;
    left: 25%;
    height: 1px;
    display: block;
    bottom: 0;
    background: #e7eaf3;
}
.sec19-items {
    margin-top: -130px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.sec19-item {
    width: 100%;
    max-width: 190px;
    background: #ffffff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin: 30px 15px 0 15px;
}
.sec19-item-top {
    height: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #00c9a7;
    border-radius: 4px 4px 0px 0px;
}
.sec19-item-top > img {
    height: 100%;
    max-width: 100%;
}
.sec19-item-bottom {
    padding: 20px 20px 40px 20px;
}
.sec19-item-bottom-title {
    font-weight: 500;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: #1e2022;
}
.sec19-item-bottom-btn {
    margin-top: 20px;
}
.sec19-item-bottom-btn-a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    background: rgba(55, 125, 255, 0.1);
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    color: #055DFF;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
    .sec19-item {
        max-width: 40%;
    }
}
@media screen and (max-width: 550px) {
    .sec19-item {
        max-width: 100%;
    }
    .sec18-subtitle {
        font-size: 16px;
    }
}
.sec20 {
    padding: 25px 0 177px 0;
}
.sec20-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sec20-item {
    margin-top: 65px;
    width: 100%;
    max-width: 325px;
    margin-left: 20px;
    margin-right: 20px;
}
.sec20-item-img > img {
    display: block;
    height: 56px;
}
.sec20-item-text {
    margin-top: 15px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #77838f;
}
.sec20-item-link {
    margin-top: 26px;
}
.sec20-item-link-a {
    font-family: "Poppins", sans-serif;
    color: #055DFF;
    font-size: 16px;
    text-decoration: none;
}
@media screen and (max-width: 550px) {
    .sec20-item-img > img {
        margin: auto;
    }
    .sec20-item-text {
        text-align: center;
    }
    .sec20-item-link {
        text-align: center;
    }
    .sec20 {
        padding-bottom: 50px;
    }
}
._br {
    padding: 22px 0;
}
._br > div {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #e7eaf3;
}
.sec21 {
    padding: 30px 0 65px 0;
}
.blog_author {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.blog_author_left,
.blog_author_right {
    max-width: 50%;
    display: flex;
    align-items: center;
}
.blog_author_left_avatar {
    margin-right: 15px;
}
.blog_author_left_avatar_img {
    display: block;
    width: 50px;
    border-radius: 50%;
}
.blog_author_left_info {
    margin-right: 8px;
}
.blog_author_left_info_name {
    font-weight: 500;
    font-size: 16px;
    color: #1b1d1f;
    font-family: "Poppins", sans-serif;
}
.blog_author_left_info_date {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #77838f;
}
.blog_author_left_btn {
    height: 100%;
}
.blog_author_left_btn_a {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #055DFF;
    padding: 4px 10px;
    background: linear-gradient(
            0deg,
            rgba(55, 125, 255, 0.1),
            rgba(55, 125, 255, 0.1)
    ),
    #ffffff;
    border-radius: 6px;
    text-decoration: none;
}
.blog_author_right_share {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #77838f;
}

.blog_content p {
    padding: 15px 0;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #77838f;
}

.blog_content h2,
.blog_content h3,
.blog_content h4 {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #1e2022;
    padding: 20px 0 10px;
}

.blog_content h2 {
    font-size: 32px;
}

.blog_content h3 {
    font-size: 25px;
}

.blog_content h4 {
    font-size: 20px;
}

.blog_content img {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.blog_content ul {
    font-family: "Poppins", sans-serif;
    color: #77838f;
}

.blog_content ol {
    margin-bottom: 15px;
    counter-reset: my-awesome-counter;
}

.blog_content li {
    margin-top: 15px;
    padding-left: 40px;
    position: relative;
    font-family: "Poppins", sans-serif;
    color: #77838f;
}

.blog_content li:first-of-type {
    margin-top: 0;
}

.blog_content li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #77838f;
    border-radius: 50%;
    left: 20px;
    top: 10px;
}

.blog_content ol li {
    counter-increment: my-awesome-counter;
}

.blog_content ol li::before {
    display: none;
}

.blog_content ol li::after {
    content: counter(my-awesome-counter) ". ";
    position: absolute;
    left: 20px;
    top: 0;
    color: #77838f;
}

.blog-text {
    padding: 15px 0;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #77838f;
}
.blog-text > a {
    text-decoration: none;
    color: #055DFF;
}
.blog-text > b {
    color: #055DFF;
}
.blog-text:first-child {
    padding-top: 0;
}
.blog-img {
    padding: 30px 0;
}
.blog-img > img {
    display: block;
    width: 100%;
}
.blog-quote {
    padding: 32px;
    background: linear-gradient(
            0deg,
            rgba(55, 125, 255, 0.1),
            rgba(55, 125, 255, 0.1)
    ),
    #ffffff;
    border-radius: 6px;
    margin: 15px 0;
}
.blog-quote-text {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #1e2022;
    font-family: "Poppins", sans-serif;
}
.blog-quote-auth {
    margin-top: 8px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #77838f;
}
.blog-text-title {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #1e2022;
    padding: 10px 0;
}
.blog-text-ul-li {
    margin-top: 15px;
    padding-left: 40px;
    position: relative;
    font-family: "Poppins", sans-serif;
    color: #77838f;
}
.blog-text-ul-li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #77838f;
    border-radius: 50%;
    left: 20px;
    top: 10px;
}
.blog-text-ul-li.num:before {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: transparent;
    counter-increment: item;
    content: counter(item) ". ";
    background: transparent;
}
.blog-text-ul-li > b {
    color: #055DFF;
}
.blog-subscribe {
    padding: 32px;
    margin: 15px 0;
}
.blog-subscribe {
    background: #055DFF;
    border-radius: 6px;
    padding: 32px;
    background-image: url(../img/sub-blue-item.svg);
    background-size: 108% 100%;
    background-repeat: no-repeat;
    background-position: 0;
}
.blog-subscribe-title {
    font-weight: 500;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: #ffffff;
}
.blog-subscribe-form {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 445px;
    margin-left: auto;
    margin-right: auto;
}
.blog-subscribe-inp {
    width: 100%;
    max-width: 344px;
    background: #ffffff;
    border: 1px solid #e7eaf3;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 0 16px;
    font-family: "Poppins", sans-serif;
    height: 50px;
    font-size: 16px;
    letter-spacing: 0.228571px;
}
.blog-subscribe-sub {
    height: 50px;
    padding: 0 16px;
    display: inline-block;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .blog_author_left,
    .blog_author_right {
        width: 100%;
        justify-content: center;
        max-width: 100%;
    }
    .blog_author_right {
        margin-top: 30px;
    }
    .blog_author {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 550px) {
    .blog-subscribe-form {
        flex-wrap: wrap;
    }
    .blog-subscribe-inp {
        width: 100%;
        font-size: 14px;
    }
    .blog-subscribe-sub {
        width: 100%;
        margin-top: 15px;
    }
    .blog-text {
        text-align: center;
    }
    .blog-quote {
        padding: 30px 18px;
    }
    .blog-quote-text {
        font-size: 18px;
    }
    .blog-subscribe {
        padding: 32px 20px;
    }
    .blog-subscribe-title {
        font-size: 18px;
    }
    .blog-text-ul-li {
        font-size: 14px;
        text-align: left;
    }
    /* .sec21{
    padding: 65px 0;
  } */
}
.sec22 {
    padding: 48px 0 120px 0;
}
.sec22-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #1e2022;
}
.sec22-items {
    display: flex;
    flex-wrap: wrap;
}
.sec22-item {
    width: calc(50% - 30px);
    padding: 32px 0;
    margin: 0 15px;
    border-bottom: 1px solid #e7eaf3;
    display: flex;
    text-decoration: none;
}
.sec22-item-left-cat {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #77838f;
}
.sec22-item-left-title {
    font-weight: 600;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #1e2022;
}
.sec22-item-left {
    width: 50%;
}
.sec22-item-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sec22-item-right > img {
    width: 100%;
    max-width: 150px;
}
@media screen and (max-width: 768px) {
    .sec22-item {
        width: 100%;
    }
    .sec22 {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 550px) {
    .sec22-item-left-title {
        font-size: 14px;
    }
    .sec22-item-left {
        width: 60%;
    }
    .sec22-item-right {
        width: 40%;
    }
}

.sec23 {
    padding: 64px 0 124px 0;
    background-image: url(../img/sec23-bg.png);
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
.sec23-title {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    text-align: center;
    color: #1b1d1f;
}
.sec23-subtitle {
    margin-top: 16px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: #7e8697;
}
.sec23-form {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.sec23-form-inp {
    background: #ffffff;
    border: 1px solid #e7eaf3;
    box-sizing: border-box;
    border-radius: 6px;
    height: 50px;
    font-family: "Poppins", sans-serif;
    padding: 0 16px;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.228571px;
    max-width: 380px;
    margin: 0 8px;
}
.sec23-form-sub {
    height: 50px;
    border-radius: 3px;
    padding: 0 32px;
    font-family: "Poppins", sans-serif;
    border: none;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    background: transparent;
    background: #055DFF;
    margin: 0 8px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .sec23-form-sub {
        margin-top: 15px;
    }
    .sec23 {
        padding: 50px 0;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        background-position: center;
    }
}

.sec24 {
    padding: 142px 0;
    background-image: url(../img/sec24-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.sec24-title {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #ffffff;
}
.sec24-subtitle {
    margin-top: 14px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .sec24-title {
        font-size: 32px;
    }
}

.sec25 {
    padding: 64px 0 45px 0;
}
.sec25-right-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}
.sec25-right-item {
    width: 100%;
    padding: 25px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #e7eaf3;
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    margin-top: 32px;
}
.sec25-right-item:first-child {
    margin-top: 0;
}
.sec25-right-item-body-descrip {
    margin-top: 20px;
    font-size: 14px;
    color: #77838f;
    font-family: "Poppins", sans-serif;
}
.sec25-right-item-footer {
    margin-top: 40px;
}
.sec25-right-item-footer-items {
    display: flex;
    flex-wrap: wrap;
}
.sec25-right-item-footer-item {
    padding: 0 21px;
    border-right: 1px solid #e7eaf3;
}
.sec25-right-item-footer-item:first-child {
    padding-left: 0;
}
.sec25-right-item-footer-item-title {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    color: #758390;
}
.sec25-right-item-footer-item-value {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #1e2022;
    margin-top: 2px;
}
.sec25-right-item-footer-item-title.tac,
.sec25-right-item-footer-item-value.tac {
    text-align: center;
}
.sec25-right-item-heder-avatar {
    margin-right: 18px;
}
.sec25-right-item-heder {
    display: flex;
}
.sec25-right-item-heder-avatar > img {
    width: 52px;
}
.sec25-right-item-heder-info {
    color: #1e2022;
}
.sec27-item-bottom-heder {
    position: relative;
    color: #1e2022;
}

.sec27-item-bottom-heder_rounded {
    display: flex;
    flex-direction: column;
    border-radius: 4px 4px 0 0;
}

.sec27-item-bottom-heder_rounded p:first-child {
    order: -2;
}

.sec27-item-bottom-heder_rounded p:last-child {
    order: -1;
}

.sec27-item-bottom-heder_rounded img {
    display: block !important;
    width: 125%;
    height: auto;
    margin: -32px;
    margin-bottom: 32px;
}

.sec25-right-item-heder-info-name {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #1e2022;
}
.sec25-right-item-heder-info-prof {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    letter-spacing: -0.1px;
    color: #77838f;
}
.sec25-left {
    height: 100%;
    border-right: 1px solid #e5eaf4;
}
.sec25-left-ul > li {
    margin-top: 10px;
}
.sec25-left-ul > .sec25-left-ul-title {
    margin-top: 32px;
}
.sec25-left-ul:first-child > .sec25-left-ul-title {
    margin-top: 0;
}
.sec25-left-ul-li-a {
    font-weight: 500;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #77838f;
    text-decoration: none;
    display: inline-block;
}
.sec25-right-filter {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sec25-right-filter-left {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 23px;
    color: #77838f;
}
@media screen and (max-width: 996px) {
    .sec25-right {
        margin-top: 50px;
    }
    .sec25-left {
        border: none;
        display: flex;
        flex-wrap: wrap;
    }
    .sec25-left-ul {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .sec25-right-item-footer-item {
        width: 33%;
        margin-top: 15px;
        text-align: center;
    }
    .sec25-right-item-footer {
        margin-top: 30px;
    }
    .sec25-left-ul > .sec25-left-ul-title {
        margin-top: 0;
    }
}
@media screen and (max-width: 550px) {
    .sec25-right-item-footer-item {
        width: 50%;
    }
}

.sec26 {
    padding: 96px 0;
}
.sec26-title {
    font-weight: 600;
    font-size: 56px;
    text-align: center;
    color: #1b1d1f;
}
.sec26-subtitle {
    margin-top: 16px;
    font-size: 20px;
    text-align: center;
    color: #7e8697;
}
.sec26-form {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.sec26-form-inp {
    background: #ffffff;
    border: 1px solid #e7eaf3;
    box-sizing: border-box;
    border-radius: 6px;
    height: 50px;
    padding: 0 16px;
    width: 100%;
    max-width: 490px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin: 0 8px;
}
.sec26-form-sub {
    background: transparent;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    -moz-appearance: none;
    appearance: none;
    font-family: "Poppins", sans-serif;
    background: #055DFF;
    border-radius: 3px;
    height: 50px;
    margin: 0 8px;
    padding: 0 35px;
    font-size: 14px;
    color: #fff;
}

.sec27 {
    padding-bottom: 130px;
}
.sec27-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.sec27-item {
    position: relative;
    text-decoration: none;
    margin-top: 32px;
    margin-left: 14px;
    margin-right: 14px;
    border: 1px solid #e7eaf3;
    box-sizing: border-box;
    box-shadow: 0px 6px 24px rgba(140, 152, 164, 0.15);
    border-radius: 6px;
    width: 100%;
    max-width: 330px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.sec27-item-link {
    position: absolute;
    z-index: 10;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sec27-items .more-link {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    text-decoration: none;
}

.sec27-item img {
    display: none;
}

.sec27-item:nth-child(4),
.sec27-item:nth-child(5) {
    max-width: 518px;
}
.sec27-item-top {
    width: 100%;
    height: 195px;
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.sec27-item:nth-child(4) .sec27-item-top,
.sec27-item:nth-child(5) .sec27-item-top {
    height: 300px;
}
.sec27-item-top {
    position: relative;
}
.sec27-item-top > img {
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.sec27-item-bottom {
    width: 100%;
    padding: 32px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    min-height: calc(100% - 195px);
    overflow: hidden;
}
.sec27-item:nth-child(4) .sec27-item-bottom,
.sec27-item:nth-child(5) .sec27-item-bottom {
    min-height: calc(100% - 300px);
}
.sec27-item-bottom-heder {
    width: 100%;
    padding-bottom: 58px;
}
.sec27-item-bottom-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec27-item-bottom-footer-left {
    display: flex;
}
.sec27-item-bottom-footer-left > img {
    width: 28px;
    height: 28px;
    display: block;
    margin-left: -12px;
    border-radius: 50%;
}
.sec27-item-bottom-footer-left > img:first-child {
    margin-left: 0;
}
.sec27-item-bottom-footer-right {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #77838f;
}
.sec27-item-bottom-t1 {
    font-weight: 500;
    font-size: 14px;
    color: #77838f;
    font-family: "Poppins", sans-serif;
}
.sec27-item-bottom-t2 {
    margin-top: 8px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}
.sec27-item-bottom-t3 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #77838f;
    margin-top: 8px;
}
@media screen and (max-width: 1200px) {
    .sec27-item:nth-child(4),
    .sec27-item:nth-child(5) {
        max-width: 330px;
    }
    .sec27-item:nth-child(4) .sec27-item-top,
    .sec27-item:nth-child(5) .sec27-item-top {
        height: 195px;
    }
    .sec27-item:nth-child(4) .sec27-item-bottom,
    .sec27-item:nth-child(5) .sec27-item-bottom {
        height: calc(100% - 195px);
    }
}
@media screen and (max-width: 768px) {
    .sec26-title {
        font-size: 36px;
    }
    .sec26-subtitle {
        font-size: 16px;
    }
    .sec26-form-sub {
        margin-top: 15px;
    }
    .sec26 {
        padding: 60px 0;
    }
}

.wp-pagenavi {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    position: relative;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
    border: none;
    padding: 3px 10px;
    color: #77838f;
}
.wp-pagenavi span.current {
    background: #055DFF;
    border-radius: 4px;
    color: #ffffff;
}
.wp-pagenavi .nextpostslink {
    right: 0;
    position: absolute;
}
.wp-pagenavi .previouspostslink {
    left: 0;
    position: absolute;
}
.sec10 .slick-next {
    right: 40%;
    top: calc(100% + 30px);
    z-index: 99;
}
.sec10 .slick-next:before {
    content: url(../img/arr-right-slider.svg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.sec10 .slick-prev {
    z-index: 99;
    left: calc(40% - 18px);
    top: calc(100% + 30px);
}
.sec10 .slick-prev:before {
    content: url(../img/arr-left-slider.svg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
@media screen and (max-width: 996px) {
    .sec10 .slick-prev {
        left: 0;
    }
    .sec10 .slick-next {
        right: 15px;
    }
}

#form-section {
    padding: 80px 0 60px 0;
    background-image: url(../img/secform-bg.svg);
    background-size: cover;
    background-position: bottom center;
}
#form-section span.wpcf7-list-item {
    width: 100%;
}
.form-body {
    width: 100%;
    max-width: 635px;
    background: #ffffff;
    border: 1px solid #e7eaf3;
    box-sizing: border-box;
    box-shadow: 0px 0px 35px rgba(140, 152, 164, 0.12);
    border-radius: 5px;
    padding: 30px 34px 60px 34px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
.secform-label {
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    color: #77838f;
}
.secform-inp {
    margin-top: 5px;
    border: 1px solid #d6dae1;
    box-sizing: border-box;
    border-radius: 6px;
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    padding: 0 12px;
}
.secform-area {
    border-radius: 6px;
    padding: 12px;
    margin-top: 5px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #d6dae1;
    height: 110px;
    font-family: "Poppins", sans-serif;
}
.secform-sub {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #055DFF;
    border-radius: 20px;
    margin-top: 40px;
}
.secform-title {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #1e2022;
}
.secform-subtitle {
    margin-top: 8px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: #7e8697;
    margin-bottom: 30px;
}
.form-body.thanks {
    padding: 70px 25px 250px 25px;
}
#form-section .wpcf7-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/select-arr-down.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
}

#form-section .wpcf7-form-control-wrap {
    display: block;
    padding-top: 12px;
}
.sec-error-404 {
    padding: 100px 0 200px 0;
    background-image: url(../img/err-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}
.sec-error-t1 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #055DFF;
    font-weight: 700;
    font-size: 10rem;
}
.sec-error-t2 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: 700;
    color: #000000;
}
.sec-error-t3 {
    margin-top: 40px;
    text-align: center;
}
.sec-error-t3-a {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 14px 50px;
    background: #055DFF;
    border-radius: 100px;
    text-decoration: none;
}
.form-body-thanks {
    display: none;
    padding: 70px 0 340px 0;
}
.form-body-thanks-img {
    display: block;
    width: 100%;
    max-width: 180px;
    margin: auto;
}
.form-body-thanks-t1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
    color: #1e2022;
}
.form-body-thanks-t2 {
    font-family: "Poppins", sans-serif;
    margin-top: 25px;
    font-size: 16px;
    text-align: center;
    color: #7e8697;
}

/*news room*/
.page_name_titles {
    padding: 149px 166px 173px 169px;
    margin-bottom: 54px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.page_name_titles h1 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 96px;
    line-height: 144px;
    color: #ffffff;
}
.news_room-blog {
    width: 46%;
    margin: 0% 27%;
}
.news_room-blog .news_room-blog_data {
    margin-top: 65px;
}
.news_room-blog {
    margin-bottom: 66px;
}
.news_room-blog .news_room-blog_data .blog_inform {
    margin: 0px 22px;
    border-bottom: 1px solid #eaedf5;
    padding-bottom: 65px;
}

.news_room-blog .thumbnail,
.news_room-blog .thumbnail img {
    width: 100%;
    height: 370px;
    margin-bottom: 18px;
    border-radius: 4px;
    object-fit: cover;
}
.news_room-blog .news_room-blog_data span {
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 19px;
    color: #77838f;
}
.news_room-blog .news_room-blog_data .blog_post {
    margin-top: 5px;
}
.news_room-blog .news_room-blog_data .blog_post:hover {
    text-decoration: none;
}
.news_room-blog .news_room-blog_data .blog_post p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #77838f;
    margin-top: 11px;
}
.news_room-blog .news_room-blog_data .blog_post .blog_post-title {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #1e2022;
    margin-bottom: 0px;
    text-decoration: none;
}
.news_room-blog .news_room-blog_data .blog_post .blog_post-title:hover {
    text-decoration: none;
}
.news_room-blog .wp-pagenavi {
    margin-top: 0px;
}

.news_room-blog .news_room-blog_data:nth-last-child(2) .blog_inform {
    border-bottom: none !important;
}

#author-image {
    margin-bottom: 29px;
    display: flex;
    align-items: center;
}
#author-image img {
    height: 32px;
    width: auto;
    margin-right: 8px;
    border-radius: 50%;
}
#author-image span {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #77838f;
}
@media screen and (max-width: 1149px) {
    .page_name_titles {
        text-align: left;
    }
    .page_name_titles h1 {
        font-size: 76px;
        line-height: 94px;
    }
    .page_name_titles {
        padding: 149px 166px 173px 169px;
    }
}
@media screen and (max-width: 991px) {
    .news_room-blog .thumbnail,
    .news_room-blog .thumbnail img {
        height: 170px;
    }
}
@media screen and (max-width: 767px) {
    .page_name_titles h1 {
        font-size: 52px;
        line-height: 74px;
    }
    .page_name_titles {
        padding: 59px 120px 133px 51px;
    }
    .news_room-blog {
        width: 75%;
        margin: 0% 12.5%;
        margin-bottom: 66px;
    }
}
@media screen and (max-width: 400px) {
    .page_name_titles h1 {
        font-size: 42px;
        line-height: 74px;
    }
    .news_room-blog {
        width: 90%;
        margin: 0% 5%;
        margin-bottom: 66px;
    }
}

/*news room end*/

.calendar_btn {
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #055DFF;
    border-radius: 6px;
    text-decoration: none;
    padding: 0.85rem 1.7rem;
}

.calendly_links {
    height: 24px;
    width: auto;
    margin-left: -1rem;
}

.calendly_links_text {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #055DFF;
    text-decoration: none;
    display: inline-block;
    margin-right: -2rem !important;
    margin-left: 10px;
}

.calendly_links_3 {
    margin-left: 1rem !important;
}
.caldl_sect {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin-top: 57px;
}
.sec4 .sec4-left-wrap {
    box-shadow: 0px 2px 25px rgba(55, 125, 255, 0.45);
    border-radius: 4px;
}
.alternative_sec3 .sec3-item {
    max-width: none;
    outline: none;
}
._2mTCf___index-Container__cls1
._2mTCf___index-Container__cls1
.XDNpb___index-Footer__cls1 {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .calendly_links_3 {
        margin-left: -1rem !important;
    }
    .caldl_sect {
        margin-top: 25px;
    }
    .calendar_btn {
        display: inline-block;
    }
    .sec1_alternative {
        padding: 70px 0 90px 0;
    }
}

.slick-dots li button::before {
    font-size: 30px !important;
}
.alternative_sec3 .slick-dots {
    bottom: -47px;
}

.online-n h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    font-family: "Poppins";
    color: #055DFF;
}

.online-n h2 b {
    font-weight: 800;
}

.online-n {
    padding-top: 70px;
    padding-bottom: 180px;
}

.mail-info {
    padding: 70px 30px;
    background: #ffffff;
    border: 1px solid #e7eaf3;
    box-sizing: border-box;
    box-shadow: 0px 0px 35px rgba(140, 152, 164, 0.12);
    border-radius: 5px;
    margin-top: 40px;
}

.mail-info h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    color: #1e2022;
}

.mail-info span {
    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #7e8697;
    display: block;
    padding-top: 40px;
}
.progress-plan {
    padding-top: 40px;
}
.progress-plan .main-icon {
    display: block;
    margin: 0 auto;
}

.progress-plan .icon-add {
    display: block;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.addicon {
    position: relative;
    margin-top: 30px;
}
.progress-plan .addicon:after {
    content: "";
    background-image: url("https://svgshare.com/i/NAB.svg");
    width: 100%;
    display: block;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -56%;
    top: 32%;
    background-size: 100%;
    z-index: 0;
}

.addicon.none:after {
    display: none;
}

.go_back {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    background: #055DFF;
    border-radius: 100px;
    display: block;
    margin: 0 auto;
    width: 160px;
    padding: 15px 0;
    text-decoration: none;
    margin-top: 24px;
}
.progress-plan h5 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 37px;
    text-align: center;
    color: #1e2022;
    text-align: center;
    padding-top: 20px;
}

.progress-plan p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

.header-add-icon {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.switcher {
    display: flex;
    position: relative;
}
.switcher .dropdown-menu.open {
    display: none;
    background: #1b49ad;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 6px !important;
    min-width: 200px;
    width: 270px;
    padding: 25px;
    overflow: inherit !important;
}

.switcher:hover .dropdown-menu.open:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 12px 9px;
    border-color: transparent transparent #1b49ad transparent;
    display: block;
    top: -10px;
    position: absolute;
    left: 75px;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    border-radius: 6px !important;
}
.switcher:hover .dropdown-menu {
    display: block !important;
    position: absolute;
    z-index: 99;
    margin-left: -25px;
}

.switcher .dropdown-menu.inner li.hidden {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    width: max-content;
    margin-bottom: 15px;
}
.bootstrap-select.btn-group .dropdown-menu li:last-child {
    margin-bottom: 0;
}
.dropdown-menu.inner img {
    width: 32px;
}
.dropdown-menu.inner .name-lang {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
}

.switcher .btn {
    padding: 0 !important;
    line-height: 0 !important;
    background: transparent !important;
    border: none !important;
    display: flex !important;
    padding: 10px !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    outline: 0 !important;
    outline-offset: 0 !important;
}

.switcher .btn:active,
.switcher .btn:focus,
.switcher .btn:focus:active {
    background-image: none;
    outline: 0;
    box-shadow: none;
}

.switcher .filter-option .name-lang {
    justify-content: center;
    padding: 0 20px 0 10px;
    float: right;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
}

.switcher .filter-option .name-lang:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    padding-left: 5px;
    padding-top: 2px;
}

.switcher .filter-option img {
    width: 21px;
    height: auto;
    margin-top: 3px;
}

.switcher .filter-option {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.switcher .dropdown-menu li a {
    display: flex;
    align-items: center;
}
.switcher .dropdown-menu li a,
.switcher .dropdown-menu li {
    border: 0;
    outline: 0;
}

.switcher .dropdown-menu li a .name-lang {
    padding: 0 10px;
    border: 0;
    outline: 0;
}

.switcher .bootstrap-select .dropdown-toggle:focus {
    border: 0 !important;
    outline: 0 !important;
}

.calendar_btn_now {
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #055DFF;
    background: #e3ecff;
    border-radius: 6px;
    text-decoration: none;
    padding: 0.85rem 1.7rem;
    border: none;
    outline: none;
    font-family: Poppins;
}
.calendar_btn_now i {
    margin-right: 7px !important;
}

.modal-body .another-time {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #055DFF;
    display: block;
}

@media (max-width: 768px) {
    .modal.show .modal-dialog {
        margin-right: 20px;
    }
    .modal.fade.in,
    .modal.container.fade.in,
    .modal.modal-overflow.fade.in {
        top: 1%;
        bottom: auto;
        margin-right: 10px !important;
    }
}

.modal-header {
    border: none;
    padding-bottom: 0;
}

.close {
    background: transparent;
    border: none;
    font-size: 24px;
    float: right;
    cursor: pointer;
    outline: none;
}

.modal-body h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    color: #1e2022;
    padding-top: 20px;
}

.modal-body {
    padding: 0 30px 15px 30px;
}

.modal-image {
    display: block;
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 25px;
    width: 100%;
}

.modal-body span {
    display: block;
    margin: 0 auto;
    width: 80%;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #7e8697;
    padding-bottom: 30px;
}

.modal-body form input {
    background: #ffffff;
    border: 1px solid #d6dae1;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 15px;
    width: 100%;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 15px;
}

.modal-body form input[type="submit"] {
    background: #055DFF;
    border-radius: 20px;
    padding: 10px 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    margin-top: 15px;
    outline: none;
    text-align: center;
    display: block;
    cursor: pointer;
}
.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.4 !important;
    background: #000 !important;
}
.modal-body form input:placeholder {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    opacity: 1;
    color: #8e98a3;
}
.modal-body form label {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #8a98a5;
    float: right;
    width: 92%;
}
.modal {
    width: 635px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: unset;
    right: 0;
}
.modal-overflow .modal-body {
    width: 635px !important;
}

.modal.fade {
    top: -100%;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/* .modal-scrollable {
  z-index: 999999;
} */

/* .modal-scrollable .modal.fade.in{
  transform: translateX(calc(-50% + 250px));
} */

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 635px;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    .modal-open .modal-scrollable {
        display: flex;
        justify-content: center;
        flex-direction: row;
        padding: 5% 0;
    }
    .modal-open .modal.fade.in {
        position: static;
    }
}
.calendar_btn {
    margin-right: 16px;
}
@media (max-width: 768px) {
    .modal-body span {
        width: 100% !important;
        font-size: 13px !important;
    }
    .modal-body form label {
        font-size: 13px !important;
    }
    .progress-plan .addicon:after {
        display: none;
    }
    .modal-body form input {
        font-size: 13px !important;
        line-height: 1 !important;
        padding: 10px !important;
    }
    .modal {
        width: 100%;
        top: 50px;
        overflow: hidden;
        margin-right: 0 !important;
        margin: 0 15px !important;
    }

    .calendar_btn {
        margin-right: 0 !important;
    }
    .modal-body,
    .modal-overflow .modal-body {
        width: 100% !important;
    }

    .modal.fade.in,
    .modal.container.fade.in,
    .modal.modal-overflow.fade.in {
        margin-right: 0 !important;
    }
    .modal-body form label {
        width: 85% !important;
    }

    .sec3.alternative_sec3 {
        overflow: hidden !important;
    }
    .modal {
        position: absolute !important;
        /* top: 50% !important; */
        top: 20% !important;
        transform: translate(-50%) !important;
    }
    .modal.fade.in {
        left: 3px !important;
    }
    .modal-body #submitbtn {
        background-color: #055DFF !important;
        background: -moz-linear-gradient(top, #055DFF 0%, #055DFF 50%);
        background: -webkit-linear-gradient(top, #055DFF 0%, #055DFF 50%);
        background: -o-linear-gradient(top, #055DFF 0%, #055DFF 50%);
        background: -ms-linear-gradient(top, #055DFF 0%, #055DFF 50%);
        background: linear-gradient(top, #055DFF 0%, #055DFF 50%);
    }
    .modal-open .modal-scrollable {
        padding: 10% 0;
    }
    .modal-body h2 {
        width: 100%;
    }

    .modal-scrollable .modal.fade.in {
        transform: none;
    }
}
@media (max-width: 415px) {
    .modal-open {
        overflow: hidden;
        -moz-overflow: hidden;
        -webkit-overflow: hidden;
        -o-overflow: hidden;
        -ms-overflow: hidden;
    }
    .modal-body h2 {
        text-align: -moz-center;
        text-align: -webkit-center;
        text-align: -o-center;
        text-align: -ms-center;
        display: flex;
        justify-content: center;
    }
    .modal {
        top: 55% !important;
    }
    .modal-scrollable {
        overflow: hidden;
        -moz-overflow: hidden;
        -webkit-overflow: hidden;
        -o-overflow: hidden;
        -ms-overflow: hidden;
    }
    .modal-scrollable .modal.fade.in {
        overflow: auto;
    }
}

/* Notarize Now */
.sec8-item-text-p_NOT_now {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #8e98a3;
}
.ds_description {
    padding: 82px 0px 53px 0px;
}
.ds_description h2:nth-child(1) {
    margin-bottom: 37px;
}
.ds_description h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #000000;
    margin-bottom: 17px;
    margin-top: 89px;
    margin-bottom: 17px;
}
.ds_description .sec4-title._title.the_last {
    margin-top: 64px;
}
.ds_description h2 {
    font-weight: 500;
}
.ds_description p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 36px;
    color: #8e98a3;
    margin-top: 25px;
}
.ds_description p a {
    color: #055DFF;
}
.section1__form-image {
    width: 100%;
}
.section_ds_btn {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #055DFF;
    background: #ceddff;
    border-radius: 6px;
    text-decoration: none;
    padding: 15.4px 24.4px;
    width: max-content;
    margin-bottom: 23px;
    margin-top: 37px;
    font-family: Poppins;
}
.ds_btn_sect {
    display: flex;
    justify-content: center;
}
.ds_description__images img {
    width: 100%;
}
.ds_description__images {
    margin-top: 76px;
}
.sec4.new-pr {
    background: #f8fafd;
}
.sec4.new-pr {
    background: #f8fafd;
    padding: 54px 0 60px 0;
}
.sec4.new-pr .sec4-title {
    font-weight: 500;
}
.notarize_now-ds .caldl_sect {
    margin-top: 38px;
}
.sec8-item-text .sec8-item-text-p_NOT_now {
    margin-top: 0;
}
.sec1-body-wrap.notarize_now-ds {
    max-width: 587px;
}
.ds_description .container {
    max-width: 750px;
}
.sec1-body-wrap.notarize_now-ds {
    padding: 40px 50px 40px 50px;
    overflow: hidden;
}
.ds__line {
    width: 120%;
    margin: 0px -50px;
    opacity: 0.5;
    border-top: 2px solid #e7eaf2;
    margin-top: -5px;
}
.sec1.sec1_alternative.ds_alternative {
    background-image: none;
    padding: 30px 0 30px 0;
}

.sec1-body-wrap-t1.tt {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 90px;
    color: #ffffff;
    margin-left: 10px;
    margin-top: 15px;
}

.download_btn {
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #055DFF;
    border-radius: 6px;
    text-decoration: none;
    padding: 0.85rem 1.7rem;
    margin-right: 16px;
}

@media (min-width: 1400px) {
    .sec1-body-wrap.notarize_now-ds {
        /*     margin-left: -10%; */
    }
}
@media (max-width: 767px) {
    .sec8-item-text .sec8-item-text-p_NOT_now {
        margin-top: 24px;
    }
    .sec1-body-wrap-t1.tt {
        font-size: 34px;
        line-height: 2;
    }
    .calendar_btn.mobile_fully {
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1500px) {
    .sec1-body-wrap.notarize_now-ds {
        /*     margin-left: 100px; */
    }
}

@media (max-width: 992px) {
    .sec1-body-wrap.notarize_now-ds {
        max-width: 100%;
    }
    .sec1-body-wrap-t1.tt {
        font-size: 36px;
    }
}

.new-page-header {
    background: linear-gradient(128.7deg, #2d1582 0%, #19a0ff 111.04%);
    margin-top: -76px;
    padding-top: 170px;
    padding-bottom: 138px;
}

.new-page-header.business {
    margin-top: -76px;
    padding-top: 170px;
    padding-bottom: 138px;
}

.new-page-header .header-new-page-image {
    width: 100%;
    height: auto;
}

.new-page-header h1 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 61px;
    color: #ffffff;
}
.new-page-header h4 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    padding-top: 15px;
}

.try_it_btn {
    background: #ffffff;
    box-shadow: 0px 3px 6px rgba(140, 152, 164, 0.25);
    border-radius: 6px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #055DFF;
    text-decoration: none;
    margin-top: 33px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 13px 20px;
    border: 1px solid #fff;
}

.book_btn {
    background: transparent;
    box-shadow: 0px 3px 6px rgba(140, 152, 164, 0.25);
    border-radius: 6px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    margin-top: 33px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 13px 20px;
    border: 1px solid #fff;
}

.dflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partners {
    background: #f6f8fb;
    padding: 20px 0;
    margin-bottom: 10px;
}

.price-new {
    margin: 80px 0;
}

.price-new h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #000000;
}

/* .price-new span {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #7E8697;
  display: block;
  padding-top: 10px;
  padding-bottom: 30px;
} */

.become-notary-price.price-new span {
    padding-bottom: 0;
}

.blockes-price .row {
    justify-content: center;
}

.blockes-price .border-price {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blockes-price .border-price:first-child {
    background: #ffffff;
    border: 1px solid #e7eaf3;
    border-radius: 5px 0 0 5px;
    border-right: none;
}

@media (max-width: 992px) {
    .blockes-price .border-price:first-child {
        border-right: 1px solid #e7eaf3;
    }
}

.blockes-price .border-price:nth-child(2) {
    background: #ffffff;
    border: 1px solid #e7eaf3;
    border-right: none;
}
.blockes-price .border-price:last-child {
    background: #ffffff;
    border: 1px solid #e7eaf3;
    border-radius: 0 5px 5px 0;
}

.paddl {
    padding: 0.85rem 0.4rem !important;
}

.menu {
    position: relative;
}

.menu > ul {
    display: flex;
    flex-wrap: wrap;
}

.menu > ul > li > a {
    display: inline-block;
    padding: 6px 12px;
    font-size: 17px;
    color: #77838f;
    text-decoration: none;
}

.header-price-block {
    border-bottom: 1px solid #e7eaf3;
}

.header-price-block__name {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 21px;
}

.header-price-block h4.blue-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    color: #055DFF;
    padding-top: 36px;
    padding-bottom: 21px;
}

.header-price-block h4.green-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    color: #00c9a7;
    padding-top: 36px;
    padding-bottom: 21px;
}

.header-price-block h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 63px;
    text-align: center;
    color: #1e2022;
    padding-bottom: 20px;
    display: table;
    margin: 0 auto;
    position: relative;
}

.header-price-block__price {
    position: relative;
}

h3.header-price-block__value {
    display: flex;
    justify-content: center;
}

.header-price-block__coins {
    position: static;
    line-height: 1em;
}

.header-price-block__period {
    text-transform: uppercase;
}

.header-price-block h3 span {
    position: absolute;
    right: -25px;
    top: 18px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1e2022;
}

.become-notary-price .header-price-block h3 span {
    position: static;
    padding-top: 31px;
    line-height: 1em;
}

.header-price-block h3 span.dollar {
    position: absolute;
    left: -165%;
    top: -5px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1e2022;
}

.become-notary-price .header-price-block h3 span.dollar {
    left: -19px;
    top: 3px;
    width: 30px;
    max-height: 30px;
    margin: 0;
    padding: 0;
}

.become-notary-price__subtitle {
    text-align: center;
    margin-bottom: 44px;
    margin-top: 10px;
    color: #7e8697;
}

.header-price-block h5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    color: #77838f;
    padding-bottom: 27px;
}

.footer-price-block {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 32px 47px 35px;
}

.footer-price-block__item-name {
    font-weight: bold;
}

.footer-price-block ul li {
    padding-left: 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #1e2022;
    padding-bottom: 11px;
    position: relative;
}
.footer-price-block ul {
    min-height: 200px;
}
.footer-price-block .galoch {
    padding-left: 28px;
}

.footer-price-block__btn {
    /* position: absolute; */
    /* bottom: 30px; */
    /* left: 50%; */
    /* transform: translate(-50%, 0); */
    /* width: 85%; */
    border-radius: 3px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    display: block;
    margin-top: 65px;
    margin-bottom: 10px;
    padding: 15px 0;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .footer-price-block__btn {
        bottom: 20px;
    }
}

@media (max-width: 992px) {
    .footer-price-block__btn {
        bottom: 40px;
    }
}

@media (max-width: 390px) {
    .footer-price-block__btn {
        bottom: 10px;
    }
}

.footer-price-block .btn-get-blue {
    background: #055DFF;
    border-radius: 3px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    display: block;
    margin-top: 65px;
    padding: 15px 0;
    text-decoration: none;
}

.footer-price-block .btn-get-green {
    background: #00c9a7;
    border-radius: 3px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    display: block;
    margin-top: 65px;
    padding: 15px 0;
    text-decoration: none;
}

.galoch:after {
    position: absolute;
    content: "\f00c";
    font-family: "FontAwesome";
    left: 0;
    top: 0;
}

.footer-price-block__label {
    display: inline-block;
    min-width: 54px;
    height: 16px;
    padding: 0 5px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 1.5em;
}

.notarize-online {
    padding: 80px 0;
}

.notarize-online h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 42px;
    text-align: center;
    color: #1e2022;
    padding-bottom: 50px;
}

.blockes-inforam {
    margin-top: 50px;
}

.blockes-inforam h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #1e2022;
    padding: 10px 0;
}

.blockes-inforam p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #77838f;
}

@media (max-width: 768px) {
    .new-page-header {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .new-page-header h1 {
        text-align: center;
        font-size: 27px;
        line-height: 1.5;
    }
    .new-page-header h4 {
        font-size: 16px;
        text-align: center;
    }
    .try_it_btn,
    .book_btn {
        margin-top: 15px;
    }
    .new-page-header .header-new-page-image {
        margin-top: -10px;
    }
    .partners img {
        width: 33%;
        height: auto;
        margin-bottom: 15px;
    }
    .dflex {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .notarize-online h3 {
        font-size: 28px;
    }
    .blockes-price .border-price:nth-child(1) {
        border: 1px solid #e7eaf3;
        border-radius: 5px;
    }
    .blockes-price .border-price {
        /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
        margin-bottom: 15px;
    }
    .switcher {
        background: #377dfe;
        margin-top: 20px;
    }
    .bootstrap-select {
        margin: 0 auto !important;
        padding-left: 15px;
    }
    .switcher .dropdown-menu {
        left: 11% !important;
        min-width: 90% !important;
        margin-top: 10px !important;
    }
    .switcher:hover .dropdown-menu.open:after {
        left: 50% !important;
    }
}
.upcomeing_webinars {
    display: none;
}

.map-notary {
    background: #f8fafd;
    padding: 55px 0;
}

.map-notary h3 {
    /* font-family: "Poppins"; */
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 63px;
    color: #000000;
}

.map-notary p {
    /* font-family: "Poppins"; */
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding-top: 24px;
    color: #000000;
}

.bg-text {
    padding-top: 117px;
    padding-bottom: 55px;
}

.bg-text .onenotary-emblem {
    position: relative;
    width: 100%;
}

.onenotary-emblem img {
    width: 100%;
}

.onenotary-emblem h3 {
    position: absolute;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 42px;
    color: #ffffff;
    left: 50%;
    top: 41%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.blocks-emblem img {
    display: block;
    margin: 0 auto;
    max-height: 72px;
}

.blocks-emblem h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    padding-top: 20px;
}

.blocks-emblem p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding-top: 16px;
    color: #77838f;
    width: 66%;
    margin: 0 auto;
}

.blocks-emblem {
    padding-bottom: 110px;
}

.two-emblem .custom-emblem {
    background: #f8fafd;
    box-shadow: 0px 4px 4px rgba(142, 152, 163, 0.25);
    border-radius: 8px;
    padding: 40px;
}

.two-emblem {
    padding-bottom: 100px;
}

.custom-emblem img {
    max-height: 45px;
}

.custom-emblem h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 42px;
    padding-top: 20px;
    color: #000000;
}

.custom-emblem p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding-top: 18px;
    color: #77838f;
}

.blue-custom-btn {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background: #055DFF;
    border-radius: 4px;
    /* border: 2px solid #055DFF; */
    text-decoration: none;
    padding: 13px 22px;
    margin-top: 30px;
    display: inline-block;
    /* transition: color 0.2s ease-in-out, background 0.2s ease-in-out; */
}

/* .blue-custom-btn:hover {
  color: #055DFF;
  background: transparent;
} */

.green-custom-btn {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background: #00c9a7;
    border-radius: 4px;
    /* border: 2px solid #00C9A7; */
    text-decoration: none;
    padding: 13px 22px;
    margin-top: 30px;
    display: inline-block;
    /* transition: color 0.2s ease-in-out, background 0.2s ease-in-out; */
}

/* .green-custom-btn:hover {
  color: #00C9A7;
  background: transparent;
} */

.image-emb {
    max-height: 80px;
}

.info-emblem h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #1e2022;
    padding-top: 25px;
}

.info-emblem p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #77838f;
    padding-top: 8px;
}

.info-emblem h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 42px;
    text-align: center;
    color: #1e2022;
    display: block;
    margin: 0 auto;
}

.info-emblem h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #77838f;
    display: block;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 80px;
}

.info-emblem {
    padding-bottom: 120px;
}

.map-notary img {
    width: 100%;
}

@media (max-width: 768px) {
    .map-notary h3 {
        font-size: 28px;
        line-height: 46px;
        text-align: center;
    }
    .map-notary p {
        text-align: center;
        padding-bottom: 30px;
    }
    .bg-text {
        padding-top: 55px;
    }
    .onenotary-emblem h3 {
        font-size: 18px;
    }
    .blocks-emblem p {
        padding-bottom: 36px;
    }
    .blocks-emblem {
        padding-bottom: 60px;
    }
    .two-emblem .custom-emblem {
        margin-top: 40px;
    }
    .info-emblem h2 {
        font-size: 28px;
    }
    .info-emblem h4 {
        font-size: 18px;
    }
    .image-emb img {
        display: block;
        margin: 0 auto;
    }
    .info-emblem h3 {
        text-align: center;
    }
    .info-emblem p {
        text-align: center;
        padding-bottom: 30px;
    }
    .info-emblem {
        padding-bottom: 60px;
    }
    .map-notary img {
        width: 70%;
        display: block;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .map-notary img {
        width: 100%;
        padding-left: 70px;
    }
}

@media (max-width: 1200px) {
    .onenotary-emblem h3 {
        font-size: 16px;
    }
}

.calendly_links_text.gray {
    color: #8e98a3;
}

.email-input,
.email-input2 {
    width: 54%;
    margin-right: 15px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    background: #ffffff;
    border: 1px solid #d6dae1;
    border-radius: 6px;
    padding: 12px;
}
.email-input:invalid,
.email-input2:invalid {
    box-shadow: none;
}
#exampleModal.modal.fade {
    /*   top:-250%; */
}

.email-input:focus,
.email-input2:focus {
    outline: 0;
    box-shadow: none;
}

.new-a {
    color: #055DFF;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-top: 7px;
    display: inline-block;
}

#exampleModal .modal-body {
    width: auto !important;
    padding: 0;
}

#exampleModal .mail-info {
    border: none;
    margin-bottom: 40px;
    box-shadow: none;
}

#exampleModal .progress-plan .addicon:after {
    height: 23px;
    right: -54%;
    top: 23%;
}

@media (max-width: 768px) {
    #exampleModal {
        margin-bottom: 20px !important;
        margin: 0 auto !important;
        left: 50% !important;
        width: 90% !important;
    }
    .modal-scrollable {
        overflow: auto;
    }
    .email-input,
    .email-input2 {
        width: 100%;
        margin: 0;
    }
    #exampleModal .mail-info {
        margin: 0;
    }
    .modal-body span {
        padding-top: 15px;
    }
}

#exampleModal .online-n {
    padding-top: 0;
    padding-bottom: 0;
}

.progress-plan .addicon:nth-child(3) {
    display: none;
}

#exampleModal .mail-info {
    padding: 0;
}

@media (min-width: 991px) {
    #exampleModal .modal-dialog {
        max-width: 990px !important;
    }
    #exampleModal {
        min-width: 990px !important;
    }
}

.boost-clio {
    padding-bottom: 120px;
    background: linear-gradient(128.7deg, #ffffff 0%, #ceddff 111.04%);
    margin-top: -76px;
    padding-top: 170px;
}

.boost-clio h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 61px;
    color: #055DFF;
    padding-bottom: 16px;
}

.boost-clio h1 b {
    font-weight: 800;
}

.boost-clio p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    padding-bottom: 41px;
}

.boost_right_img {
    width: 100%;
}

.get_start_a {
    text-decoration: none;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background: #055DFF;
    border-radius: 6px;
    padding: 13px 20px;
    display: inline-block;
    margin-right: 20px;
    border: 1px solid #055DFF;
}

.book_now_a {
    text-decoration: none;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    color: #055DFF;
    padding: 13px 20px;
    background: transparent;
    border: 1px solid #055DFF;
    border-radius: 6px;
}

/* Style the buttons that are used to open the tab content */
.tabs-new .tab button {
    background-color: transparent;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    display: block;
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid #e7eaf2;
    border-radius: 6px;
    padding: 24px;
    text-align: left;
}

/* Change background color of buttons on hover */
.tabs-new .tab button:hover {
    background-color: #f8f9fa;
}

/* Create an active/current tablink class */
.tabs-new .tab button.active {
    background-color: #f8f9fa;
}

/* Style the tab content */
.tabs-new .tabcontent {
    display: none;
    background: #f8f9fa;
    border: 1px solid #e7eaf2;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 40px;
}

.tabs-new {
    padding: 88px 0;
}

.tabs-new h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #000000;
    padding-bottom: 33px;
}

.tabcontent img {
    width: 100%;
}

.tablinks h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.tablinks p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.easy-connect {
    padding-top: 90px;
    padding-bottom: 70px;
}

.easy-connect h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #000000;
    padding-bottom: 12px;
}

.easy-connect h5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    padding-bottom: 49px;
    color: #77838f;
}

.image-easy img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.image-easy {
    position: relative;
}

.easy-connect h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    padding-top: 21px;
    padding-bottom: 2px;
    width: 70%;
    display: block;
    margin: 0 auto;
}

.easy-connect p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #77838f;
    width: 70%;
    display: block;
    margin: 0 auto;
}

.easy-connect .image-easy:after {
    content: "";
    background-image: url("../img/arrow.svg");
    width: 140px;
    height: 20px;
    display: block;
    position: absolute;
    right: -100px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
}

.easy-connect .nth:nth-child(4) .image-easy:after {
    display: none;
}

.tablinks img {
    width: 100%;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .boost-clio {
        padding: 103px 0 50px 0;
    }
    .boost-clio h1 {
        text-align: center;
        font-size: 26px;
        line-height: 1.2;
        padding-top: 30px;
    }
    .boost-clio p {
        text-align: center;
    }
    .get_start_a {
        width: 40%;
    }
    .book_now_a {
        width: 40%;
    }
    .easy-connect {
        padding: 40px 0;
    }
    .easy-connect h3 {
        font-size: 30px;
    }
    .tabs-new {
        padding: 50px 0;
    }
    .tabs-new h3 {
        font-size: 30px;
    }
    .easy-connect p {
        margin-bottom: 50px;
    }

    .image-easy:after {
        display: none !important;
    }
    .flex-btn {
        display: flex;
        justify-content: center;
    }
}
.notarize2_header_main {
    padding: 0;
}
.notarize2_header .hsec1-body-left-logo img {
    height: 67px;
}
.notebook_image {
}
.notebook_image img {
    width: 100%;
}
.sec1-body-wrap-t1.tt.not_hero_title {
    font-size: 50px;
}

@media screen and (max-width: 991px) {
    .notebook_image {
        display: none;
    }
    .sec1-body-wrap-t1.tt.not_hero_title {
        font-size: 40px;
        padding-bottom: 10px;
        text-align: center;
    }
}
.sec1.sec1_alternative.ds_alternative.now_hero2 {
    padding: 41px 0 41px 0;
    background-size: cover;
    background-repeat: no-repeat;
    scroll-margin-top: 80px;
}
.nn_form .main_inputs {
    flex-direction: column;
}
.nn_form .mn_input {
    margin-right: 0;
}
.nn_form .main_error {
    padding-top: 0;
    padding-bottom: 5px;
}
.nn_form input {
    width: 100%;
    margin-bottom: 5px;
}
.nn_form button {
    width: 100%;
}
.new-page-header h1.new_att_title {
    font-size: 38px;
}
.hrm_message {
    background: #ffc107;
    border-radius: 6px;
    box-shadow: 0px 4px 16px rgba(30, 39, 44, 0.25);
    width: 48%;
    position: absolute;
    bottom: 12px;
    right: 2vw;
    font-size: 16px;
    padding: 10px 20px;
    font-family: "Poppins", sans-serif;
}
.hrm_message_top {
}
.hrm_message_bottom {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    padding-top: 5px;
}
.hrm_message_bottom img {
    border-radius: 50%;
    margin-right: 10px;
}

.om_section2 {
    padding: 50px 0;
}
.om_section2 ._title {
    margin-bottom: 60px;
}
.oms2_itm {
    background: #ffffff;
    border: 1px solid #e7eaf2;
    box-shadow: 2px 7px 10px #e2e2e2;
    border-radius: 6px;
    padding: 35px;
    min-height: 230px;
    margin-bottom: 30px;
}
.oms2_itm_img {
}
.oms2_itm_img img {
    max-height: 60px;
}
.oms2_itm_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.oms2_itm_text {
}
.oms2_itm_text p {
    margin: 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
.om_tags {
    padding: 60px 0;
    background: #f6f8fb;
}
.om_tags ._subtitle {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding-top: 15px;
}
.om_tags_block {
    text-align: center;
    padding-top: 45px;
}
.tag_line {
    margin-bottom: 33px;
}
.tag_line span {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding: 9px 25px;
    background: #ceddff;
    border-radius: 67px;
    color: #055DFF;
    margin: 0 8px;
}
.om_section4 {
    padding: 60px 0;
}
.om_section4 ._subtitle {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    padding-top: 15px;
}
.om_section4 ._subtitle a {
    color: #055DFF;
}
.om_section4_block {
    padding-top: 23px;
}
.om_section4_block img {
    width: 100%;
    height: auto;
}
.om_section4_block p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 25px;
    font-family: Poppins;
}
.om_section4_block p:last-child {
    margin-bottom: 0;
}
.om_section4_block p:first-child {
    margin-top: 10px;
}
.price_att {
    background-color: #f6f8fb;
    margin-top: 0;
    padding-top: 60px;
    margin-bottom: 0;
    padding-bottom: 50px;
}
.header-price-block h4.silver-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    color: #77838f;
    padding-top: 36px;
    padding-bottom: 21px;
}
.footer-price-block .btn-get-silver {
    background: #77838f;
    border-radius: 3px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    display: block;
    margin-top: 65px;
    padding: 15px 0;
    text-decoration: none;
}
.footer-price-block ul.ul_long {
    min-height: 195px;
    margin-bottom: auto;
}
.dollar.dollar_margin {
    margin-right: 20px;
}
.virtual_notaries {
    padding-top: 30px;
    padding-bottom: 60px;
}
.virtual_notaries ._title {
    font-size: 39px;
}
@media (max-width: 768px) {
    .virtual_notaries ._title {
        font-size: 32px;
    }
}

.virtual_notaries ._subtitle {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 40px;
}
.vtn_itm {
    text-align: center;
    margin-top: 45px;
}
.vtn_itm_img {
}
.vtn_itm_img img {
    border-radius: 100%;
}
.vtn_itm_title {
}
.vtn_itm_title h5 {
    margin: 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    padding-top: 8px;
}
.vtn_itm_desc {
}
.vtn_itm_desc p {
    margin: 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #77838f;
    padding-top: 5px;
}
.languags {
    background: #f6f8fb;
    padding: 60px 0;
}
.langs_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.lang_itm {
    align-items: center;
    justify-content: center;
    display: flex;
    background: #d6dae1;
    padding: 2px;
    border-radius: 3px;
    margin: 6px;
    padding-right: 10px;
}
.lang_itm img {
    margin-right: 5px;
}
.lang_itm span {
}
.world {
    padding-top: 80px;
    padding-bottom: 100px;
}
.world_img {
    display: flex;
    align-items: center;
    height: 100%;
}
.world_img img {
}
.world_text {
}
.world_text h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 20px;
}
.world_text p {
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
    color: #77838f;
    margin-bottom: 20px;
}
.world_text p:last-child {
    margin-bottom: 0;
}
.world_block {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 3px 12px rgba(140, 152, 164, 0.15);
    border-radius: 5px;
    /* background-image: url(/wp-content/uploads/2020/12/bg_sp_visible.png); */
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
.prie_bottom {
    padding-top: 15px;
}
.prie_bottom span {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}
#cookie-notice {
    width: 460px;
    min-width: auto;
    left: unset;
    box-shadow: 0px 4px 16px rgba(30, 39, 44, 0.25);
    border-radius: 6px;
    bottom: 20px;
    right: 125px;
    z-index: 1050;
}
.cookie-notice-container {
    padding: 15px 30px;
    text-align: left;
}
#cookie-notice .cn-button {
    margin: 0 15px;
    width: 100%;
}
#cookie-notice .cn-button:first-child {
    margin-right: 0;
}
#cookie-notice .cn-button:last-child {
    margin-left: 0;
}
.cn-buttons-container,
.cn-text-container {
    display: flex;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
}
.cookie_buton {
    background: #055DFF;
    border-radius: 6px;
    padding: 10px;
    font-family: Poppins;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}
.cookie_buton:last-child {
    background: #ceddff;
    color: #055DFF;
}
.cn-buttons-container {
    padding-top: 10px;
    flex-direction: row-reverse;
}
/* #cn-notice-text a{

} */
.price-new span.mini_period {
    right: -88px;
}

.become-notary-price.price-new span.mini_period {
    right: -98px;
}

.foot3_right {
    padding-top: 30px;
}
.foot3_menu_itm {
    margin-top: 50px;
}
.foot3_menu_itm h5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #f0f4f7;
}
.foot3_menu_itm ul {
    padding-top: 10px;
}
.foot3_menu_itm ul li {
    margin: 7px 0;
}
.foot3_menu_itm ul li a {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #f0f4f7;
    text-decoration: none;
}
.foot3_social {
    display: flex;
}
.foot3_social li {
    margin-right: 30px !important;
}

@media screen and (min-width: 767px) and (max-width: 1300px) {
    .oms2_itm {
        min-height: 255px;
    }
    .tag_line span {
        white-space: nowrap;
        margin-bottom: 10px;
    }
    .tag_line {
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .dflex {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .hrm_message {
        right: 6vw;
    }
    .foot3_menu_itm {
        text-align: center;
    }
    .foot3_social {
        display: inline-flex;
    }
    .foot3_social li {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
    .om_section4_block p {
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
    .footer-price-block ul.ul_long {
        min-height: auto;
    }
    .blockes-price .border-price {
        margin-bottom: 15px;
    }
    .cookie-notice-container #cn-notice-buttons {
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .calendar_btn_now {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }
    .main_inputs {
        display: block !important;
    }
    .mn_input {
        margin-right: 0 !important;
    }
    .foot3_menu_itm {
        text-align: center;
    }
    .foot3_social {
        display: inline-flex;
    }
    .foot3_social li {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .hrm_message {
        width: 90%;
        bottom: -122px;
        right: 5%;
    }
    .new-page-header h1.new_att_title {
        font-size: 38px;
        padding-top: 146px;
    }
    .tag_line span {
        display: block;
        margin-bottom: 10px;
    }
    .tag_line {
        margin-bottom: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .om_section4_block p {
        margin-bottom: 20px;
    }
    .footer-price-block ul.ul_long {
        min-height: auto;
    }
    .tag_line span {
        font-size: 13px;
        line-height: 24px;
        padding: 9px 11px;
    }
    .virtual_notaries .sec3-item-a {
        margin-bottom: 20px;
    }
    .cookie-notice-container #cn-notice-buttons {
        display: flex;
    }
    #cookie-notice .cn-button {
        margin: 0;
        width: 100%;
        padding: 10px 15px;
    }
    #cookie-notice .cn-button:last-child {
        margin-right: 12px;
    }
    .nn_form .calendar_btn_now {
        margin-top: 10px;
    }
}

@media screen and (max-width: 600px) {
    #cookie-notice {
        max-width: 72%;
        width: 100%;
        min-width: none;
        left: 16px;
        right: auto;
        bottom: 4px;
        box-shadow: 0px 4px 16px rgba(30, 39, 44, 0.25);
    }

    #cookie-notice .cn-button {
        padding: 8px 10px;
    }

    .cookie-notice-container {
        padding: 12px 20px;
    }

    #launcher-frame {
        right: 0 !important;
        bottom: 2px !important;
    }
}

@media screen and (max-width: 360px) {
    #cookie-notice {
        left: 4px;
    }

    #cookie-notice .cn-button {
        padding: 4px;
    }

    .cookie-notice-container {
        padding: 12px 16px;
    }
}

.main_inputs {
    display: flex;
}
.mn_input {
    flex: 0 0 54%;
    margin-right: 15px;
}
.mn_input .email-input,
.mn_input .email-input2 {
    width: 100%;
    margin-right: 0px;
}
.mn_button {
}
.main_error,
.main_error2 {
    padding-top: 5px;
    color: #f44336;
    font-size: 14px;
}
.mn_input .email-input.red,
.mn_input .email-input2.red {
    border: 1px solid #f44336;
}

/*  start template main now 4 hero section */

.sec1_hero {
    min-height: 745px;
}

.sec1_hero .sec1-body-wrap {
    max-width: 670px;
    padding: 43px 46px;
}

.sec1_hero .sec1-body-wrap-t1 {
    max-width: 500px;
}

.sec1_hero .mn_input {
    flex: 1;
}

.hero-links {
    position: absolute;
    bottom: 43px;
    right: 46px;
}

.hero-links__link {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em;
    color: #8e98a3;
    position: relative;
    text-decoration: none;
}

.hero-links__link::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1.5px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #8e98a3;
}

.hero-links__link:last-child::before {
    width: 0;
}

.hero-links__link:not(:last-child) {
    margin-right: 9px;
    padding-right: 10px;
}

.social-continue {
    margin-top: 18px;
}

.social-continue__item {
    display: flex;
}

.social-continue__item:not(:last-child) {
    margin-bottom: 16px;
}

.social-continue__prefix,
.social-continue__link-text {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em;
    color: #8e98a3;
}

.social-continue__link {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.social-continue__link-img {
    width: 18px;
    height: 18px;
    margin: 0 9px;
}

.social-continue__link-text {
    color: #055DFF;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.tabs__nav {
    padding-bottom: 24px;
    margin-bottom: 24px;
    position: relative;
}

.tabs__nav::before {
    position: absolute;
    content: "";
    width: 670px;
    height: 1px;
    background: #d6dae1;
    bottom: 0;
    left: -46px;
}

.tabs__nav-btn,
.tabs-default__nav-btn {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1em;
    padding: 0;
    color: #8e98a3;
}

.tabs__nav-btn {
    cursor: pointer;
}

.tabs__nav-btn:first-child,
.tabs-default__nav-btn:first-child {
    margin-right: 15px;
}

.tabs__content {
    display: none;
}

.tabs__content.is-active {
    display: block;
}

.tabs__content-description {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 35px;

    max-width: 320px;
}

@media screen and (max-width: 1023px) {
    .sec1_hero {
        min-height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .sec1_hero .sec1-body-wrap {
        padding: 38px 24px 25px;
    }

    .sec1_hero .sec1-body-wrap-t1 {
        font-size: 32px;
        line-height: 1.3em;
    }

    .sec1_hero .sec1-body-wrap-t2 {
        margin-bottom: 15px;
    }

    .social-continue {
        padding-bottom: 45px;
    }

    .tabs-default__content .night_button,
    .tabs__content .night_button {
        margin-bottom: 50px;
    }

    .tabs__nav {
        padding-bottom: 18px;
        margin-bottom: 18px;
        position: relative;
    }

    .tabs__nav::before {
        width: 510px;
        left: -24px;
    }

    .hero-links {
        bottom: 25px;
        left: 24px;
    }

    .tabs__content-description {
        margin-bottom: 11px;
    }
}

@media screen and (max-width: 575px) {
    .sec1_hero .sec1-body-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .sec1_hero .sec1-body-wrap-t1,
    .sec1_hero .sec1-body-wrap-t2 {
        padding: 0 24px;
    }

    .tabs__contents {
        padding: 0 24px;
    }

    .tabs__nav-btn:first-child,
    .tabs-default__nav-btn:first-child {
        margin-left: 24px;
    }

    .tabs__nav::before {
        max-width: 545px;
        width: 100%;
        left: 0;
    }
}

@media screen and (max-width: 475px) {
    .tabs__nav {
        display: flex;
        justify-content: flex-start;
    }

    .sec1_hero .sec1-body-wrap-t1 {
        font-size: 24px;
    }
    .sec1_hero .sec1-body-wrap-t2 {
        font-size: 14px;
    }
    .tabs__nav-btn,
    .tabs-default__nav-btn {
        font-size: 14px;
    }
}

@media screen and (max-width: 359px) {
    .social-continue__link-img {
        margin: 0 6px;
    }

    .tabs__nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .tabs__nav-btn:first-child,
    .tabs-default__nav-btn:first-child {
        margin: 0 0 10px;
    }

    .hero-links__link:not(:last-child) {
        margin-right: 5px;
        padding-right: 5px;
    }
}

/* end template main now 4 hero section */

/* breadcrumb */
.breadcrumb {
    padding-bottom: 27px;
}
.breadcrumb a {
    text-decoration: none;
}
.breadcrumb a,
.breadcrumb span {
    font-size: 12px;
    line-height: 2.3em;
    color: #055DFF;
}
/* breadcrumb */

/* related-stories */

.related-stories {
    padding-top: 48px;
    border-top: 1px solid #e7eaf3;
    margin: 0 auto;
}
.related-stories__title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5rem;
    color: #1e2022;
    margin-bottom: 32px;
}
.related-stories__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.related-stories__item {
    position: relative;

    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;

    border-bottom: 1px solid #e7eaf3;
}
.related-stories__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.related-stories__left {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    color: #1e2022;
    max-width: 185px;
    width: 100%;
    margin-right: 10px;
}
.related-stories__right {
    max-width: 180px;
    width: 100%;
}
.related-stories__right img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
    .related-stories__wrapper {
        grid-template-columns: 1fr;
    }
}
/* related-stories */

/* section-hero */
.section-hero {
    padding: 90px 0;
}
.section-hero .section-hero__wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-hero .section-hero__wrapper .state-promo {
    flex-basis: 55%;
    padding-right: 36px;
    position: relative;
    z-index: 1;
}
.section-hero .section-hero__wrapper .state-video {
    flex-basis: 40%;
}
.section-hero .section-hero__wrapper .state-promo__form .mn_input {
    flex-grow: 1;
}
.section-hero .section-hero__wrapper .section-hero__helper {
    display: flex;
    justify-content: space-between;
}
.section-hero .section-hero__wrapper .section-hero__helper .hero-links {
    position: static;
    margin-top: 18px;
}
.section-hero
.section-hero__wrapper
.section-hero__helper
.social-continue__link-text {
    text-decoration: underline;
}
.section-hero .state-promo__info {
    display: flex;
    flex-wrap: wrap;
}
.section-hero .state-promo__info .state-promo__info-flag {
    flex-basis: 30%;
    padding-right: 32px;
}
.section-hero .state-promo__info .state-promo__info-flag img {
    max-width: 150px;
    width: 100%;
    object-fit: contain;
    object-position: top;
}
.section-hero .state-promo__info .state-promo__info-title {
    font-size: 48px;
    line-height: 1.25em;
    color: #000;
    font-weight: 700;
    flex-basis: 70%;
    margin-bottom: 32px;
}
.section-hero .state-promo__info .state-promo__info-desc {
    flex-basis: 70%;
    margin-bottom: 20px;
    line-height: 1.5em;
}
.section-hero .section-hero__wrapper .state-video {
    position: relative;
    z-index: 1;
    height: 100%;
}
.section-hero .section-hero__wrapper .state-video::before {
    padding-top: 56.25%;
    display: block;
    content: "";
}
.section-hero .section-hero__wrapper .state-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
}
.section-hero .section-hero__wrapper .state-video .play-btn {
    position: absolute;
    cursor: pointer;
    width: 44px;
    height: 44px;
    top: 53%;
    left: 50%;
    z-index: 1;

    transform: translate(-50%, -53%);
}
.section-hero .section-hero__wrapper .state-video iframe {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 78%;
    height: 88%;
}
.section-hero .section-hero__wrapper .state-border {
    position: absolute;
    width: 300px;
    height: 100%;
    top: 50%;
    left: 46%;
    transform: translate(-46%, -50%);
    z-index: 0;
}
@media screen and (max-width: 1200px) {
    .section-hero .state-promo__info .state-promo__info-title {
        font-size: 40px;
    }
}
@media screen and (max-width: 1023px) {
    .section-hero .container-fluid {
        max-width: 820px;
    }
    .section-hero .section-hero__wrapper .state-promo {
        padding-right: 0;
    }
    .section-hero .section-hero__wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 36px;
    }

    .section-hero .section-hero__wrapper .state-border {
        top: -6%;
        left: 60%;
        transform: translate(0);
    }
    .section-hero .state-promo__info .state-promo__info-flag {
        flex-basis: 20%;
    }
    .section-hero .state-promo__info .state-promo__info-flag img {
        max-width: none;
        width: 120px;
    }
}
@media screen and (max-width: 767px) {
    .section-hero .state-promo__info .state-promo__info-title {
        font-size: 32px;
        flex-basis: 60%;
    }
    .section-hero
    .section-hero__wrapper
    .section-hero__helper
    .social-continue {
        padding-bottom: 0;
    }
    .section-hero .section-hero__wrapper .state-border {
        top: -6%;
        left: auto;
        right: 0;
        transform: translate(0);
    }
}
@media screen and (max-width: 525px) {
    .section-hero {
        padding: 60px 0;
    }
    .section-hero .state-promo__info .state-promo__info-flag,
    .section-hero .state-promo__info .state-promo__info-desc,
    .section-hero .state-promo__info .state-promo__info-title {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .section-hero .state-promo__info .state-promo__info-flag {
        padding: 0;
    }
    .section-hero .section-hero__wrapper .section-hero__helper {
        flex-direction: column;
    }
    .section-hero .section-hero__wrapper .section-hero__helper .hero-links {
        align-self: flex-end;
    }
}
/* section-hero */

/* section-features */
.section-features .section-features__item {
    padding: 70px 0 100px;
}
.section-features .section-features__item:nth-child(even) {
    background: #fff;
}
.section-features .section-features__item:nth-child(odd) {
    background: #f8fafd;
}
.section-features .section-features__item img {
    padding: 0 15px 0 0;
    object-fit: contain;
}
@media screen and (max-width: 1023px) {
    .section-features .section-features__item h3 {
        font-size: 32px;
        line-height: 1.5em;
    }
    .section-features .section-features__item img {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .section-features .section-features__item {
        padding: 50px 0;
    }
}
/* section-features */

/* section-partners */
.section-partners {
    background-color: #fff;
}
/* section-partners */

/* section-price */
.section-price {
    background-color: #f8fafd;
}
.section-price__form {
    margin-top: 32px;
}
.section-price__form .main_inputs {
    display: flex;
    flex-direction: column;
}
.section-price__form .main_inputs .mn_input {
    margin-right: 0;
    margin-bottom: 16px;
}
.section-price__form .main_inputs .email-input2,
.section-price__form .main_inputs .mn_button button {
    width: 100%;
}
.section-price .social-continue__link-text,
.section-price .social-continue__prefix {
    font-size: 16px;
    line-height: 1.5em;
    color: #fff;
}
.section-price .social-continue__prefix {
    margin-right: 8px;
}
.section-price .social-continue__link-text {
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .section-price .social-continue {
        padding-bottom: 0;
        margin-top: 16px;
    }
    .section-price__form {
        margin-top: 16px;
    }
    .section-price__form .main_inputs .mn_input {
        margin-bottom: 10px;
    }
    .section-price__form .main_inputs .mn_button button {
        margin-top: 0;
    }
}
/* section-price */

/* section-faq-content */
.section-faq-content {
    max-width: 960px;
    margin: 80px auto;
}
.section-faq-content .section-faq-content__title {
    margin-bottom: 78px;
}
.section-faq-content .section-faq-content__wrapper h2 {
    font-size: 32px;
    line-height: 1.5em;
    text-align: center;
    color: #000;
    margin-top: 62px;
    font-weight: 400;
}
.section-faq-content .section-faq-content__wrapper p {
    font-size: 24px;
    line-height: 1.5em;
    color: #8e98a3;
    margin: 36px 0;
}
@media screen and (max-width: 1023px) {
    .section-faq-content {
        margin: 60px auto;
    }
    .section-faq-content .section-faq-content__title {
        margin-bottom: 60px;
    }
    .section-faq-content .section-faq-content__wrapper h2 {
        font-size: 26px;
        line-height: 1.3em;
        margin-top: 48px;
    }
    .section-faq-content .section-faq-content__wrapper p {
        font-size: 20px;
        line-height: 1.3em;
    }
}
/* section-faq-content */

/* section-emblems */
.section-emblems .section-emblems__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
}
.section-emblems .section-emblems__wrapper .custom-emblem {
    display: flex;
    flex-direction: column;
    margin: 0;
}
.section-emblems .section-emblems__wrapper .custom-emblem a,
.section-emblems .section-emblems__wrapper .custom-emblem img {
    width: fit-content;
}
.section-emblems .section-emblems__wrapper .custom-emblem p {
    margin-bottom: auto;
}
@media screen and (max-width: 414px) {
    .section-emblems {
        padding-bottom: 80px;
    }
    .section-emblems .section-emblems__wrapper {
        grid-template-columns: 1fr;
    }
}
/* section-emblems */

/* Page For Developers */

.for-developers .partners .container-fluid {
    max-width: 1400px;
}

.developer-hero__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 45px;
    align-items: center;
}

.developer-hero__btns {
    display: flex;
    align-items: center;
    margin-top: 27px;
}

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

.developer-hero__btn:first-child .developer-hero__btn-link {
    background-color: #fff;
    color: #055DFF;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.developer-hero__btn:first-child .developer-hero__btn-link:hover {
    background-color: transparent;
    color: #fff;
}

.developer-hero__btn:nth-child(2) .developer-hero__btn-link svg {
    transition: fill 0.2s ease-in-out;
}

.developer-hero__btn:nth-child(2) .developer-hero__btn-link {
    color: #fff;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.developer-hero__btn:nth-child(2) .developer-hero__btn-link:hover {
    background-color: #fff;
    color: #055DFF;
}
.developer-hero__btn:nth-child(2) .developer-hero__btn-link:hover svg {
    fill: #055DFF;
}

.developer-hero__btn:nth-child(2) {
    margin-left: 28px;
}

.developer-hero__btn-link {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 21px;
    border: 1px solid #fff;
    border-radius: 6px;

    display: block;
    width: 200px;
}

.developer-hero__btn-link img {
    display: block;
    margin-left: 16px;
}

.developer-hero__right canvas,
.developer-hero__right video {
    width: 100% !important;
    max-height: 360px !important;
}

.developer-hero__right video {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.developer-hero__img {
    width: 100%;
}
.developer-hero__alternate-img {
    display: none;
}
@media screen and (max-width: 768px) {
    .developer-hero__right canvas,
    .developer-hero__right video {
        display: none!important;
    }
    .developer-hero__alternate-img {
        display: block;
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 1023px) {
    .developer-hero__wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .developer-hero__btns {
        justify-content: center;
    }

    .developer-hero__right {
        padding: 0 7.14%;
    }
}

@media screen and (max-width: 768px) {
    .developer-hero__btns {
        flex-direction: column;
    }
    .developer-hero__btn {
        width: 100%;
    }

    .developer-hero__btn:last-child {
        margin: 15px 0 0 0;
    }

    .developer-hero__btn-link {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .developer-hero__btns {
        justify-content: space-between;
    }
    .developer-hero__right {
        padding: 0;
    }
}

.dev-tabs {
    padding: 64px 0;
}

.dev-tabs .container {
    max-width: 1260px;
}

.dev-tabs__title {
    font-size: 40px;
    line-height: 1.5em;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 33px;
}

.dev-tabs__wrapper {
    display: grid;
    grid-template-columns: 283px 1fr;
    grid-template-rows: minmax(490px, 1fr);
    grid-gap: 32px;
}

.dev-tabs__content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dev-tabs__btns {
    display: flex;
    flex-direction: column;
}

.dev-tabs__btn {
    display: flex;
    flex-direction: column;
    padding: 24px 21px;
    border: 1px solid #e7eaf2;
    border-radius: 6px;
    cursor: pointer;
}

.dev-tabs__btn.is-active {
    background: #f8f9fa;
}

.dev-tabs__btn:not(:last-child) {
    margin-bottom: 16px;
}

.dev-tabs__btn-img {
    max-height: 32px;
    /* width: fit-content; */
    margin-bottom: 10px;
    object-fit: contain;
    margin-right: auto;
}

.dev-tabs__btn-description {
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
}

.dev-tabs__item {
    display: none;
}

.dev-tabs__item.is-active {
    display: block;
}

.dev-tabs__item img {
    width: 100%;
}

.dev-tabs__more {
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    color: #055DFF;
    margin: 16px 0 0 25px;
    width: fit-content;
}

@media screen and (max-width: 900px) {
    .dev-tabs__wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        grid-gap: 24px;
    }

    .dev-tabs__btns {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 12px;
    }

    .dev-tabs__btn {
        padding: 16px;
    }

    .dev-tabs__btn:not(:last-child) {
        margin: 0;
    }

    .dev-tabs__more {
        margin: 10px 0 0 0;
    }
}

@media screen and (max-width: 767px) {
    .dev-tabs {
        padding: 48px 0;
    }

    .dev-tabs__title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .dev-tabs__btn {
        padding: 12px;
    }

    .dev-tabs__btn-description {
        font-size: 14px;
    }

    .dev-tabs__btn-img {
        max-height: 26px;
    }
}

@media screen and (max-width: 540px) {
    .dev-tabs__btns {
        grid-template-columns: 1fr;
        grid-gap: 12px;
    }

    .dev-tabs__btn-img {
        max-height: 24px;
    }
}

@media screen and (max-width: 413px) {
    .dev-tabs__title {
        font-size: 24px;
    }
}

.info-section {
    background: #f6f8fb;
    padding: 76px 0;
}

.info-section .container {
    max-width: 1080px;
}

.info-section__wrapper {
    display: grid;
    grid-template-columns: 1fr 0.72fr;
    grid-gap: 70px;
    align-items: center;
}

.info-section__content-title {
    font-size: 40px;
    line-height: 1.5em;
    font-weight: 400;
    color: #000;
    margin-bottom: 23px;
}

.info-section__content-description {
    font-size: 18px;
    line-height: 1.5em;
    color: #000;
    margin-bottom: 15px;
}
.info-section__content-link {
    font-size: 18px;
    line-height: 1.5em;
    text-decoration: none;
    color: #055DFF;
}

.info-section__img img {
    width: 100%;
}

@media screen and (max-width: 900px) {
    .info-section__wrapper {
        grid-gap: 24px;
    }
}

@media screen and (max-width: 768px) {
    .info-section {
        padding: 48px 0;
    }

    .info-section .container {
        padding: 0 7.14%;
    }

    .info-section__wrapper {
        grid-template-columns: 1fr;
        grid-gap: 36px;
    }

    .info-section__content {
        grid-row: 1;
        text-align: center;
    }

    .info-section__content-title {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .info-section__content-description,
    .info-section__content-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 413px) {
    .info-section__content-title {
        font-size: 24px;
    }
}

.om_section2_dev {
    padding: 117px 0;
}

@media screen and (max-width: 768px) {
    .om_section2_dev {
        padding: 72px 0;
    }
}

.world_dev {
    padding: 94px 0;
}

.world_dev .world_block {
    padding: 50px 45px;
}

.world_dev__wrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0;
}

.world_dev .world_img {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.world_dev .world_img img {
    max-width: 108px;
    height: auto;
}

.world_dev .world_img img:nth-child(odd) {
    align-self: flex-start;
}
.world_dev .world_text h4 {
    color: #000;
}

.world_dev .world_text {
    color: #77838f;
}

@media screen and (max-width: 1199px) {
    .world_dev .world_img {
        align-items: center;
    }

    .world_dev .world_img img {
        max-width: 90px;
    }

    .world_dev .world_img img:nth-child(odd) {
        align-self: center;
    }
}

@media screen and (max-width: 768px) {
    .world_dev {
        padding: 72px 0;
    }

    .world_dev .world_block {
        padding: 30px;
    }

    .world_dev .world_text h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 540px) {
    .world_dev__wrapper {
        display: grid;
        grid-template-columns: 90px 1fr;
        align-items: center;
        grid-gap: 16px;
    }

    .world_dev .world_block {
        padding: 30px 24px;
    }
}

@media screen and (max-width: 414px) {
    .world_dev__wrapper {
        grid-template-columns: 1fr;
    }

    .world_dev .world_img {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 12px;
    }
}

.notarize-online_dev {
    background: #f6f8fb;
    padding: 62px 0 117px;
}

.virtual_notaries .container {
    max-width: 1220px;
}

.virtual_notaries_dev {
    padding: 62px 0 116px;
}

@media screen and (max-width: 768px) {
    .virtual_notaries_dev {
        padding: 42px 0 82px;
    }
}

.dev-price {
    padding: 90px 0 100px;
    background: #f6f8fb;
}

.dev-price .container {
    max-width: 906px;
}

.dev-price__title {
    font-size: 32px;
    line-height: 1.5em;
    font-weight: 400;
    color: #000;
    margin-bottom: 52px;
    text-align: center;
}

.dev-price__wrapper {
    display: grid;
    grid-template-columns: 1fr 386px;
    align-items: center;
}

.dev-price__left {
    border: 1px solid #e7eaf3;
    box-shadow: 0px 4px 10px rgba(119, 131, 143, 0.25);
    border-radius: 5px;
    z-index: 2;
}

.dev-price__left-head {
    background: #055DFF;
    text-align: center;
    padding: 72px 72px 56px 72px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dev-price__left-title {
    font-size: 28px;
    line-height: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 18px;
}

.dev-price__left-subtitle {
    font-size: 14px;
    line-height: 1.5em;
    color: #fff;
}

.dev-price__left-body {
    background: #fff;
    padding: 32px 48px 52px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dev-price__left-list {
    margin-bottom: 52px;
}

.dev-price__left-item {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    line-height: 1.5em;
    color: #1e2022;
}

.dev-price__left-item::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 12px;
    height: 14px;
    background: url("../img/check.svg") no-repeat center;
}

.dev-price__left-item:not(:last-child) {
    margin-bottom: 16px;
}

.dev-price__btn {
    margin: 0 16px;
    text-align: center;
}

.dev-price__link {
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background-color: #055DFF;
    border-radius: 6px;
    padding: 15px 20px;
    transition: background-color 0.3s ease;
}

.dev-price__link:hover {
    background-color: #3771ff;
}

.dev-price__right {
    position: relative;
    padding: 81px 51px 87px 74px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #ecf2ff;
    border: 1px solid #e7eaf3;
    border-radius: 5px;
    transform: translateX(-30px);
}

.dev-price__right-title {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 400;
    color: #055DFF;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.dev-price__right-desc {
    font-size: 14px;
    line-height: 1.5em;
    color: #055DFF;
    margin-bottom: 14px;
}

.dev-price__right-item {
    list-style: disc;
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
    color: #055DFF;
    margin-left: 20px;
}

.dev-price__right-item:not(:last-child) {
    margin-bottom: 11px;
}

@media screen and (max-width: 1023.98px) {
    .dev-price__left-head {
        padding: 72px 42px;
    }

    .dev-price__left-title {
        font-size: 20px;
    }

    .dev-price__left-body {
        padding: 32px 42px 42px;
    }

    .dev-price__wrapper {
        grid-template-columns: 1fr 320px;
    }

    .dev-price__right {
        padding: 72px 42px 72px 52px;
    }
}

@media screen and (max-width: 767px) {
    .dev-price {
        padding: 72px 0;
    }

    .dev-price__title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .dev-price__wrapper {
        grid-template-columns: 1fr;
    }

    .dev-price__right {
        justify-self: center;
        max-width: 460px;
        width: 100%;
        transform: translateX(0);
    }

    .dev-price__right-title {
        text-align: center;
    }

    .dev-price__right-list,
    .dev-price__right-desc {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }

    .dev-price__right-desc {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 480px) {
    .dev-price__right {
        margin: 0 16px;
        padding: 42px 36px 54px;
        max-width: 333px;
    }

    .dev-price__left-head {
        padding: 56px 32px;
    }

    .dev-price__right-title {
        font-size: 20px;
        margin-bottom: 24px;
    }
}

/* Page For Developers */

/* front page new */

.front-page .developer-hero__wrapper {
    grid-template-columns: 0.95fr 1fr;
    grid-gap: 15px;
    max-width: 1190px;
}
.front-page .developer-hero__title {
    font-size: 52px;
    line-height: 1.23em;
    font-weight: 500;
    color: #fff;
}
.front-page .developer-hero__description {
    font-weight: 500;
}
.front-page .developer-hero__btn-link {
    border-radius: 4px;
    border-width: 2px;
}

.front-page .developer-hero__btn-link:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.front-page .developer-hero__btn-link svg {
    margin-left: 16px;
    fill: #fff;
    transition: fill 0.2s ease-in-out;
}
.front-page .developer-hero__btn-link:hover svg {
    fill: #055DFF;
}

.section-indent {
    padding: 80px 0;
}

@media screen and (max-width: 1023px) {
    .front-page .developer-hero__wrapper {
        grid-template-columns: 1fr;
        grid-gap: 45px;
    }
    .front-page .developer-hero__title {
        font-size: 36px;
    }
}

@media screen and (max-width: 769px) {
    .section-indent {
        padding: 60px 0;
    }
    .front-page .developer-hero__title {
        font-size: 32px;
    }
}
/* info-image */

.info-image {
    padding: 70px 0;
}

.info-image_container {
    max-width: 1240px;
}

.info-image__img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .info-image {
        padding: 40px 0;
    }
    .info-image .section-preview__title br {
        display: none;
    }
    .info-image .section-preview__title b {
        white-space: normal;
    }
}

@media screen and (max-width: 480px) {
    .info-image .section-preview__title {
        font-size: 24px;
    }
}
/* info-image */

/* nationwide */

.nationwide {
    padding: 45px 0;
}
.nationwide_container {
    max-width: 1300px;
}

.nationwide .section-preview__note {
    max-width: 1000px;
    font-weight: 400;
    margin: 10px auto 0;
}

.nationwide-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    grid-gap: 30px;
}

.nationwide-list__link {
    display: flex;
}

.nationwide-list__link-img {
    width: 48px;
    height: 32px;
}
.nationwide-list__link-name {
    font-size: 12px;
    line-height: 1.5em;
    color: #000;
    margin-left: 12px;
}

.nationwide-list__item {
    max-width: 190px;
    width: 100%;
}

.nationwide__more {
    display: none;
    align-items: center;
    width: fit-content;
    margin: 40px auto 0;
    cursor: pointer;
}

.nationwide__more.is-visible {
    display: flex;
}

.nationwide__more-text {
    font-size: 12px;
    line-height: 1.75em;
    letter-spacing: 0.15em;
    color: #055DFF;
    margin-right: 3px;
    transition: color 0.2s ease-in;
}
.nationwide__more svg {
    fill: #055DFF;
    transition: fill 0.2s ease-in;
}
.nationwide__more:hover .nationwide__more-text {
    color: #fff;
}
.nationwide__more:hover svg {
    fill: #fff;
}

@media screen and (max-width: 900px) {
    .nationwide_container {
        padding: 0 9%;
    }
}

@media screen and (max-width: 767px) {
    .nationwide-list {
        grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
        grid-gap: 15px;
    }
}

/* nationwide */

/* section-feature */

.section-feature {
    padding: 120px 0;
}

.section-feature__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 70px;
}

.section-feature__img img {
    width: 100%;
}

.section-feature__content-title,
.section-feature__content-description {
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 32px;
}
.section-feature__content-title {
    font-size: 40px;
}
.section-feature__content-description {
    font-size: 18px;
}
.section-feature__content-link {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    color: #ffffff;
    background: transparent;
    border: 2px solid #fff;
    box-shadow: 0px 3px 6px rgba(140, 152, 164, 0.25);
    border-radius: 4px;
    padding: 13px 22px;
    display: inline-block;
    width: 100%;
    max-width: 200px;
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out,
    background 0.2s ease-in-out;
}

.section-feature__content-link:hover {
    background: #fff;
    color: #00c9a7;
    border-color: #00c9a7;
}

@media screen and (max-width: 1023px) {
    .section-feature {
        padding: 80px 0;
    }

    .section-feature__wrapper {
        grid-gap: 40px;
    }

    .section-feature__content-title,
    .section-feature__content-description {
        margin-bottom: 24px;
    }

    .section-feature__content-title {
        font-size: 28px;
    }

    .section-feature__content-description {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .section-feature__wrapper {
        grid-template-columns: 1fr;
    }
}

/* section-feature */

.front-page .virtual_notaries__description {
    max-width: 900px;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .virtual_notaries .container {
        padding: 0 9%;
    }
}
@media screen and (max-width: 480px) {
    .front-page ._title {
        font-size: 32px;
    }
}

/* demand-short */

.demand-short {
    position: relative;
    padding-top: 100px;
}

.demand-short__wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;

    background-color: #fff;
    text-align: center;
}

.demand-short__bg {
    width: 100%;
}
.demand-short__content {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -33%);
}
.demand-short__title {
    font-size: 48px;
    line-height: 1.25em;
    color: #000;
    margin-bottom: 12px;
}
.demand-short__description {
    font-size: 18px;
    line-height: 1.5em;
    color: #000;
    max-width: 570px;
    margin: 0 auto 36px;
}
.demand-short__link {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 12px 21px;
    background-color: #055DFF;
    border-radius: 6px;
}
@media screen and (max-width: 1023px) {
    .demand-short__title {
        font-size: 36px;
    }
    .demand-short__description {
        font-size: 16px;
    }
}
@media screen and (max-width: 769px) {
    .demand-short {
        position: relative;
        padding-top: 150px;
    }
    .demand-short__title {
        font-size: 24px;
    }
}
@media screen and (max-width: 480px) {
    .demand-short__content {
        max-width: 400px;
        width: 100%;
        padding: 0 15px;
    }
}

/* demand-short */

/* section review */
.review {
    padding: 50px 0;
}
.review .section-preview {
    margin-bottom: 15px;
}
.review__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 75px;
    align-items: center;
}
.review__grade-number {
    display: block;
    font-size: 160px;
    line-height: 1.5em;
    font-weight: 700;
    color: #1e2022;
    margin-bottom: 40px;
    text-align: center;
}
.review__grade-amount {
    height: 57px;
}
.review__slider {
    max-width: 534px;
}
.review-slide {
    display: flex;
    flex-direction: column;
    min-height: 250px;
}
.review-slide__title {
    font-size: 36px;
    line-height: 1.33em;
    color: #000;
    margin-bottom: 5px;
    max-width: 443px;
}
.review-slide__description {
    font-size: 18px;
    line-height: 1.5em;
    color: #000;
    margin-bottom: 20px;
}
.review-slide__amount {
    display: flex;
    align-items: center;
    margin-top: auto;
}
.review-slide__stars {
    display: flex;
    align-items: center;
    margin-right: 18px;
}
.review-slide__stars svg:not(:last-child) {
    margin-right: 2px;
}
.review-slide__author {
    font-size: 14px;
    line-height: 1.5em;
}
.review__slider .slick-next,
.review__slider .slick-prev {
    top: auto;
    bottom: 0;
    transform: translate(0);
    z-index: 6;
    width: 24px;
    height: 21px;
    border-radius: 2px;
    background: #055DFF
    url("/wp-content/uploads/2022/03/arrow.svg")
    no-repeat center;
}
.review__slider .slick-next:before,
.review__slider .slick-prev:before {
    content: "";
}
.review__slider .slick-next.slick-disabled,
.review__slider .slick-prev.slick-disabled {
    background-color: #bdc5d1;
}
.review__slider .slick-next {
    right: 0;
}
.review__slider .slick-prev {
    right: 32px;
    left: auto;
    transform: rotate(180deg);
}
@media screen and (max-width: 1023px) {
    .review__wrapper {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .review__slider {
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .review__grade-number {
        font-size: 120px;
        margin-bottom: 30px;
    }
    .review__slider {
        max-width: 360px;
    }
}
@media screen and (max-width: 480px) {
    .review-slide__title {
        font-size: 30px;
    }
    .review-slide__description {
        font-size: 16px;
    }
}
@media screen and (max-width: 413px) {
    .review-slide__title {
        font-size: 26px;
    }
    .review-slide__description {
        margin-bottom: 30px;
    }
    .review__grade-number {
        font-size: 100px;
        margin-bottom: 20px;
    }
    .review__slider {
        max-width: 320px;
    }
    .review__grade-amount {
        height: 40px;
    }
    .review-slide__amount {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .review-slide__stars {
        margin: 10px 0 0 0;
    }
}
@media screen and (max-width: 374px) {
    .review__slider {
        max-width: 290px;
    }
}

/* section review */

/* new footer */

.container-new-section {
    max-width: 1214px;
    padding: 0 30px;
}

.container-new-footer {
    max-width: 1286px;
}

.footer-new {
    padding: 45px 0 35px;
    background: #055DFF;
}

.footer__columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 3% 90px;
}

.footer__column-title {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.17em;
    letter-spacing: 0.0125em;
    color: #fff;
    margin-bottom: 16px;
}

.footer__column:not(:last-child) {
    margin-right: 15px;
}

.footer__list-link,
.footer__policy-link,
.footer__copyright,
.footer__address {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.015em;
    color: #fff;
}

.footer__address {
    color: #9bbeff;
}

.footer__list-item:not(:last-child) {
    margin-bottom: 8px;
}

.footer__info-column-1,
.footer__info-column-2,
.footer__policies,
.footer__socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__logo {
    margin-bottom: 15px;
}

.footer__logo-link {
    display: flex;
}
.footer__logo-img {
    object-fit: contain;
    object-position: center;
}

.footer__info-column-1 {
    margin-bottom: 6px;
}

.footer__social-item {
    padding: 5px;
}

.footer__social-item:not(:last-child) {
    margin-right: 16px;
}

.footer__policy-item:not(:last-child) {
    margin-right: 40px;
}

@media screen and (max-width: 1200px) {
    .footer__columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .footer__column:not(:last-child) {
        margin-right: 0;
    }
}

@media screen and (max-width: 900px) {
    .container-new-footer,
    .container-new-section {
        padding: 0 9%;
    }
}
@media screen and (max-width: 769px) {
    .footer__bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer__info-column-1,
    .footer__info-column-2 {
        flex-direction: column-reverse;
    }

    .footer__info-column-1 {
        margin-bottom: 12px;
    }

    .footer__socials,
    .footer__policies {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 480px) {
    .footer__columns {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }

    .footer__policy-item:not(:last-child) {
        margin-right: 24px;
    }
}

@media screen and (max-width: 400px) {
    .footer__address {
        text-align: center;
    }

    .footer__policies {
        flex-direction: column;
    }

    .footer__policy-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 12px;
    }
}

/* new footer */

/* section-preview (title/subtitle) */

.section-preview {
    margin-bottom: 45px;
    text-align: center;
}

.section-preview__title {
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    line-height: 1.5em;
    font-weight: 400;
    color: #000;
}

.section-preview__note {
    display: block;
    font-size: 18px;
    line-height: 1.5em;
    color: #000;
    margin-top: 10px;
}

@media screen and (max-width: 769px) {
    .section-preview__title {
        font-size: 32px;
    }

    .section-preview__title b {
        white-space: nowrap;
    }

    .section-preview__note {
        font-size: 16px;
    }
}

@media screen and (max-width: 360px) {
    .section-preview__title b {
        white-space: normal;
    }
}

/* section-preview (title/subtitle) */

/* front page new */

/* page-pricing */

.pricing-hero {
    margin-top: 42px;
}

.pricing-hero__title {
    color: #055DFF;
    margin-bottom: 8px;
}
.pricing-hero__title,
.pricing-plans__title {
    font-size: 42px;
    line-height: 1.5em;
    text-align: center;
    font-weight: normal;
}
.pricing-hero__subtitle,
.pricing-plans__note {
    text-align: center;
}
.pricing-hero__subtitle,
.pricing-banner__note,
.pricing-plans__note {
    font-size: 18px;
    line-height: 1.5em;
    color: #000;
}

.pricing-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;

    max-width: 620px;
    width: 100%;
    margin: 32px auto 64px;

    padding: 25px 35px;
    background: #ffffff;
    border: 1px solid #e7eaf3;
    box-shadow: 0px 0px 35px rgba(140, 152, 164, 0.12);
    border-radius: 5px;
}

.pricing-banner__content {
    margin-right: 16px;
}

.pricing-banner__title {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}

.pricing-banner__link {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    padding: 14px 10px;
    background: #055DFF;
    border-radius: 6px;
    border: 2px solid #055DFF;

    max-width: 172px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.pricing-banner__link:hover {
    background: #fff;
    color: #055DFF;
}

@media screen and (max-width: 767px) {
    .pricing-hero__title,
    .pricing-plans__title {
        font-size: 32px;
    }
    .pricing-hero__subtitle,
    .pricing-banner__note,
    .pricing-plans__note {
        font-size: 16px;
    }

    .pricing-banner__title {
        font-size: 20px;
    }
    .pricing-banner__note {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .pricing-banner {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }

    .pricing-banner__content {
        margin: 0 0 16px 0;
    }
}

.pricing-plans_container {
    max-width: 1270px;
}

.pricing-plans__title {
    margin-bottom: 24px;
    color: #000;
}

.pricing-plans__toggle {
    position: relative;
    z-index: 1;

    display: flex;
    justify-content: space-between;

    max-width: 270px;
    width: 100%;
    margin: 0 auto;
    background: #f8fafd;
    border-radius: 8px;
    padding: 4px 6px;
}

.pricing-plans__year,
.pricing-plans__month {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #8e98a3;
    background-color: transparent;
    border: none;
    border-radius: 6px;
    padding: 6px 20px;
    max-width: 135px;
    width: 100%;
    cursor: pointer;
    z-index: 1;
}

.pricing-plans__year.is-active,
.pricing-plans__month.is-active {
    color: #000;
}

.active-shadow {
    position: absolute;
    top: 4px;
    z-index: -1;
    display: flex;
    height: 39px;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(142, 152, 163, 0.4);
    border-radius: 6px;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.pricing-plans__note {
    margin-top: 10px;
}

.pricing-plans__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    background: #ffffff;
    border: 1px solid #e7eaf3;
    box-shadow: 0px 0px 35px rgba(140, 152, 164, 0.12);
    border-radius: 5px;
    margin-top: 42px;
}

.pricing-plan {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 65px 20px 45px;
    position: relative;
}

.pricing-plan.is-best {
    height: calc(100% + 22px);
    transform: translateY(-20px);
    background: #ffffff;
    border: 2px solid #e7eaf3;
    box-sizing: border-box;
    box-shadow: 0px 0px 35px rgba(140, 152, 164, 0.12);
    border-radius: 5px;
    padding-top: 83px;
}

.pricing-plan__stick {
    display: none;
}

.pricing-plan.is-best .pricing-plan__stick {
    display: block;
    background: #ffc107;
    border-radius: 20px;

    font-size: 12px;
    line-height: 1.5em;
    color: #000;
    font-weight: 700;

    padding: 4px 10px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.pricing-plan__img {
    max-width: 42px;
    margin-bottom: 16px;
    min-height: 42px;
}
.pricing-plan__img img {
    width: 100%;
}
.pricing-plan__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5em;
    color: #000;
    margin-bottom: 8px;

    min-height: 36px;
}
.pricing-plan__bonus {
    min-height: 45px;
    width: 100%;
}

.pricing-plan__bonus-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.pricing-plan__bonus-wrapper::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 31px;
    background-color: #f8f9fa;
    border-radius: 100px;
}
.pricing-plan__bonus-star {
    position: relative;
    width: 45px;
    height: 45px;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-right: 3px;
    z-index: 1;
}
.pricing-plan__bonus-star img {
    width: 100%;
}
.pricing-plan__bonus-star span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-size: 18px;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
}
.pricing-plan__bonus-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
    padding: 5px 10px;
    z-index: 2;
    white-space: nowrap;
}

.pricing-plan__price {
    display: flex;
    margin: 25px 0 5px;
    min-height: 60px;
}

.pricing-plan.without-abbr .pricing-plan__price-number {
    font-size: 46px;
}
.pricing-plan__price-number {
    font-size: 64px;
    line-height: 0.9em;
    color: #000;
}
.pricing-plan__price-period {
    align-self: flex-end;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 700;
    color: #000;
}

.pricing-plan__old-price {
    font-size: 18px;
    line-height: 1.5em;
    color: #8e98a3;
    margin-bottom: 40px;
    min-height: 27px;
}
.pricing-plan__old-price span {
    text-decoration-line: line-through;
}

.pricing-plan__container-btn {
    position: relative;
    width: 100%;
    margin-bottom: 36px;
}

.pricing-plan__btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 224px;
    width: 100%;

    padding: 11px;

    color: #055DFF;
    border: 2px solid #055DFF;
    border-radius: 6px;

    margin: 0 auto 42px;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.pricing-plan__btn:hover {
    background: #055DFF;
    color: #fff;
}

.pricing-plan.is-best .pricing-plan__btn {
    color: #fff;
    background-color: #055DFF;
}

.pricing-plan.is-best .pricing-plan__btn:hover {
    background: #fff;
    color: #055DFF;
}

.pricing-plan__list {
    align-self: flex-start;
    max-width: 224px;
    width: 100%;
    margin: 0 auto;
}
.pricing-plan__line {
    position: absolute;
    width: calc(100% + 40px);
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background: #e7eaf3;
}
.pricing-plan__list-item {
    position: relative;
    font-size: 18px;
    line-height: 1.5em;
    color: #000;
    padding-left: 21px;
}
.pricing-plan__list-item svg {
    position: absolute;
    top: 6px;
    left: 0;
}
.pricing-plan__list-item:not(:last-child) {
    margin-bottom: 8px;
}

@media screen and (max-width: 1199px) {
    .pricing-plans__wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        border: 0;
        box-shadow: none;
    }

    .pricing-plan {
        background: transparent;
        border: 2px solid #e7eaf3;
        box-shadow: 0px 0px 35px rgba(140, 152, 164, 0.12);
        border-radius: 5px;
    }

    .pricing-plan__btn {
        max-width: 360px;
    }

    .pricing-plan__list {
        max-width: 360px;
    }
}

@media screen and (max-width: 600px) {
    .pricing-plans__wrapper {
        grid-template-columns: 1fr;
    }

    .pricing-plan.is-best {
        height: 100%;
        transform: translateY(0);
    }
}

.section-table {
    margin: 100px 0;
}

.section-table_container {
    max-width: 1270px;
}

.section-table__title {
    font-size: 32px;
    line-height: 1.5em;
    color: #000;
    margin-bottom: 32px;
    text-align: center;
}

.table-scroll {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #e7eaf3;
}
.table-wrap {
    width: 100%;
    overflow: auto;
}
.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}
.table-scroll th,
.table-scroll td {
    max-width: 300px;
    min-width: 300px;
    background: #fff;
    white-space: nowrap;
    vertical-align: top;
    text-align: center;
    vertical-align: middle;
}
.table-wrap::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.table-wrap::-webkit-scrollbar {
    height: 10px;
    background-color: #f5f5f5;
}

.table-wrap::-webkit-scrollbar-thumb {
    background-color: #055DFF;
}

.table-scroll thead tr th {
    height: 80px;
    font-weight: 700;
}

.table-scroll thead th {
    border-bottom: 1px solid #e7eaf3;
}
.table-scroll thead th:not(:last-child) {
    border-right: 1px solid #e7eaf3;
}
.table-scroll tbody th {
    text-align: left;
    border-right: 1px solid #e7eaf3;
}
.table-scroll thead th,
.table-scroll tbody td,
.table-scroll tbody th {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: normal;
    color: #000;
    padding: 8px 30px;
}
.table-scroll tbody tr td:not(:last-child) {
    border-right: 1px solid #e7eaf3;
}
.table-scroll tbody tr:first-child th,
.table-scroll tbody tr:first-child td {
    padding: 24px 30px 8px;
}
.table-scroll tbody tr:last-child td,
.table-scroll tbody tr:last-child th {
    padding: 8px 30px 24px;
}
.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.clone th,
.clone td {
    visibility: hidden;
}
.clone td,
.clone th {
    border-color: transparent;
}
.clone tbody th {
    visibility: visible;
    color: #000;
}
.clone .fixed-side {
    visibility: visible;
}
.clone thead,
.clone tfoot {
    background: transparent;
}

@media screen and (max-width: 767px) {
    .table-scroll th,
    .table-scroll td {
        max-width: 200px;
        min-width: 200px;
        white-space: normal;
    }

    .table-scroll thead th,
    .table-scroll tbody td,
    .table-scroll tbody th {
        font-size: 16px;
        padding: 8px 20px;
    }

    .table-scroll tbody tr:first-child th,
    .table-scroll tbody tr:first-child td {
        padding: 24px 20px 8px;
    }
    .table-scroll tbody tr:last-child td,
    .table-scroll tbody tr:last-child th {
        padding: 8px 20px 24px;
    }
}

@media screen and (max-width: 480px) {
    .table-scroll th,
    .table-scroll td {
        max-width: 150px;
        min-width: 150px;
    }

    .table-scroll thead th,
    .table-scroll tbody td,
    .table-scroll tbody th {
        padding: 8px 15px;
    }

    .table-scroll tbody tr:first-child th,
    .table-scroll tbody tr:first-child td {
        padding: 24px 15px 8px;
    }
    .table-scroll tbody tr:last-child td,
    .table-scroll tbody tr:last-child th {
        padding: 8px 15px 24px;
    }
}
/* page-pricing */

/* hero-popup */

.hero-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    width: 100%;
    height: 100%;
    background: rgba(117, 119, 122, 0.9);

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in;
}

.hero-popup.is-active {
    opacity: 1;
    pointer-events: all;
}

.hero-popup__wrapper {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;

    max-width: 750px;
    width: 100%;
}

.hero-popup__wrapper:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.hero-popup__close {
    position: absolute;
    top: -35px;
    right: -35px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.hero-popup__close svg {
    width: 32px;
    height: 32px;
}

.hero-popup__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
}
.footer__social-item img {
    object-fit: contain;
    object-position: center;
}
@media screen and (max-width: 900px) {
    .hero-popup__close {
        top: -45px;
        right: 10px;
    }
}

/* hero-popup */

@media screen and (max-width: 768px) {
    .modal-scrollable > div {
        transform: translate(0px, 0px) !important;
    }
}
.button-notary-near-me {
    display: inline-flex;
    align-items: center;
    padding-top: 0!important;
}

.notarization-pricing__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 51px;
    margin: 140px auto 0;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    color: #fff;
    background-color: #055DFF;
    cursor: pointer;
}


.state-promo__form.notary_pricing  {
    margin: 0 auto;
    max-width: 700px;
    margin-top: 60px;
}
.notary_pricing .mn_input {
    flex: 0 0 64%;
}
.notary_pricing .main_inputs {
    justify-content: space-between;
}
.notary_pricing .calendar_btn_now {
    white-space: nowrap;
}
.notary_pricing .section-hero__helper {
    display: flex;
    justify-content: space-between;
}
.notary_pricing .hero-links {
    position: static;
    margin-top: 18px;
}
.notary_pricing .social-continue {
    margin-top: 18px;
    flex: 0 0 67%;
}
.notary_pricing .social-continue__link-text {
    color: #055DFF;
    white-space: nowrap;
    margin-right: 10px;
}
.notary_pricing.like-main .hero-links__link{
    color: #fff;
}
.notary_pricing.like-main  .hero-links__link::before{
    background-color: #fff;
}

.like-main .social-continue__prefix{
    color: #fff;
}
.notary_pricing .social-continue__link {
    margin-left: 10px;
    color: #055DFF;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    text-decoration: underline!important;
}
@media (min-width: 991px){
    .notary_pricing .hero-links {
        white-space: nowrap;
    }
}
.hero-links__link::before {
    width: 2px;
}
.like-main .header-new-blue .hsec1-body-right-book-a {
    display: inline-block;
    padding: 15px 35px;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    background: #055DFF;
    border-radius: 6px;
    text-decoration: none;
    margin: 0 12px;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.like-main .hsec1-body-right-login .notary-price__button--call {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 15px 35px;
    font-weight: bold;
    font-size: 16px;
    color: #377dff;
    background: #fff;
    border-radius: 6px;
    text-decoration: none;
    margin: 0 12px;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.adv_line {
    position: relative;
    display: block;
    width: 100%;
    z-index: 10001;
}

.adv_line p{
    background-color: #feb902;
    height: 50px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 10px;
}
.adv_line a {
    color: #000000;
    text-decoration: underline;
    margin-left: 5px;
}
.hs .hero-popup__wrapper {
    margin-top: -15%;
}
@media (max-width: 991px){
    .adv_line p {
        display: block;
    }
    .hs .hero-popup__wrapper {
        height: 100%;
        margin-top: 15%;
    }
    .hero-popup__close {
        top: -28px;
    }

}

@media only screen and (min-width: 430px) and (max-width: 431px)
and (-webkit-device-pixel-ratio: 3) {
    .hs .hero-popup__wrapper {
        margin-top: 15%;
    }
}
@media (max-height: 660px) {
    .hs .hero-popup__wrapper {
        margin-top: 15%;
    }
}
.sec7-left-btn {
    display: flex;
}
.book_btn {
    display: flex !important;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
}
.book_btn img, .book_btn svg {
    max-height: 20px !important;
}


.notarization-cta {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font-family: Poppins, sans-serif;
    color: #000;
    text-align: center;
    margin-top: 42px;
    margin-bottom: 44px;
}

.cta-heading {
    font-size: 18px;
    font-weight: 400;
    z-index: 10;
    width: 100%;
}

.cta-button {
    border-radius: 3px;
    background-color: #FFB900;
    align-self: center;
    margin-top: 24px;
    width: 199px;
    max-width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 42px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    color: #000 !important;
}
.section-talk-sales {
    display: flex;
    flex-direction: column;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    text-align: center;
}
.container-ts {
    background-color: #f6f8fb;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 68px 80px;
}
.content-ts {
    display: flex;
    margin-left: 10px;
    width: 868px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
}
.title-ts {
    color: #000;
    margin: 0;
    font-family: Poppins;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;

}
.description-ts {
    color: #8e98a3;
    font-size: 16px;
    margin-top: 32px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.talk-sales {
    border-radius: 3px;
    background-color: #055dff;
    margin-top: 26px;
    width: 200px;
    max-width: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 15px 0;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: Poppins;
    line-height: 21px;
    text-align: center;
    white-space: nowrap;

}
.talk-sales:hover,
.talk-sales:focus {
    background-color: #0046cc;
}
.talk-sales:focus {
    outline: 2px solid #0046cc;
    outline-offset: 2px;
}
@media (max-width: 991px) {
    .container-ts {
        max-width: 100%;
        padding: 60px 20px;
    }
    .title-ts,
    .description-ts {
        max-width: 100%;
    }
    .talk-sales {
        padding: 15px 20px;
    }
    .title-ts {
        font-size: 31px;
        line-height: 40px;
    }
}



.hsec1-body-right-login .book_btn{
    border-width: 2px;
    box-shadow: none;
    font-weight: 700;
}
.header-new-2 .book_btn{
    border-color: #055DFF;
    color: #055DFF;
}

@media screen and (max-width: 1089px) {
    .hsec1-body-right-login a {
        font-family: Poppins;
        font-size: 20px!important;
        line-height: 30px;
        font-weight: 700;
        width: auto;
    }
    .hsec1-body-right-login .book_btn {
        border-color: #055DFF;
        color: #055DFF;
        text-align: center;
        padding: 15px 35px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1090px) {
    .hsec1-body-right .book_btn {
        margin-right: 12px;
    }
    .hs .hero-popup__wrapper {
        margin-top: 0%;
        height: 700px;
    }
    header:not(.notary-page-header) .hsec1-body-right,
    .hsec1-body-right.sh-0.b-3{
        display: flex;
        justify-content: space-between !important;
        width: 100%;
        margin-left: 15px;
    }
    header .notary-page-form {
        min-width: 619px;
    }
    ul#menu-become-notary-on-page-menu {
        margin-left: -30%;
    }
    .hsec1-body-right-login.position-vertical {
        width: 100%;
    }
    .button-notary-near-me.hsec1-body-right-login-a.notary-page-login {
        margin-left: 50%;
    }
    header .hsec1-body-right .hsec1-body-right-menu .menu > li {
        margin-right: 0px;
    }
    header .hsec1-body-right .hsec1-body-right-menu .menu > li > a {
        padding: 10px 13px;
        display: flex;
        align-items: center;
    }
    .hsec1-body-right-login a {
        white-space: nowrap;
        align-items: center;
        margin-top: 0px;
        margin-left: 10px;
    }
    .header-new-2 .book_btn {
        margin-left: 28px;
    }
    .header-new-2 .hsec1-body-right-login-a,
    .header-new-2 .hsec1-body-right-menu > ul > li > a {
        color: #055DFF;
    }
}

header .hsec1-body-right-book-a {
    border: 2px solid #fff;
}
header .hsec1-body-right-book-a:hover {
    background-color: transparent;
    color: #fff;
}
header .hsec1-body-right-login .book_btn,
header .hsec1-body-right-book-a{
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.header-new-2 .hsec1-body-right-book-a:hover,
header .hsec1-body-right-login .book_btn:hover {
    background-color: #fff;
    color: #055DFF;
}
.header-new-2 .hsec1-body-right-book-a {
    border: 2px solid #055DFF;
}
.header-new-2 .hsec1-body-right-login .book_btn:hover {
    background-color: #055DFF;
    color: #fff;
}


/* Enterprise Reliability */
.temp-v1.master .features {
    background: #E2ECFF;
    padding: 56px 0px;
}
.temp-v1.master .features .container {
    max-width: 1248px;
    padding-right: 0px;
    padding-left: 0px;
}
.temp-v1.master .features .features-wrap{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.temp-v1.master .features h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    margin-top: 10px;
}
.temp-v1.master .features h2 span{
    font-weight: 700;
    font-size: 40px;
}
.temp-v1.master .features .cards {
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
}
.temp-v1.master .features .card {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 23%;
    min-width: 288px;
    min-height: 240px;
    padding: 24px 24px 16px 24px;
    gap: 12px;
    border-radius: 6px;
    box-shadow: 0px 4px 4px 0px #8C98A426;
}

.temp-v1.master .features .card span {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    color: #055DFF;
}
.temp-v1.master .features .card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-top: 6px;
}

@media (max-width: 1024px) {
    .temp-v1.master .features {
        padding: 50px 10px;
    }
    .temp-v1.master .features .card  {
        width: 45%;
    }
    .temp-v1.master .features .cards {
        gap: 20px;
    }
}
@media (max-width: 767px) {
    .temp-v1.master .features .card  {
        width: 100%;
    }
    .temp-v1.master .features h2 {
        font-size: 32px;
    }
    .temp-v1.master .features h2 span{
        font-size: 32px;
    }
    .temp-v1.master .features .card span {
        font-size: 20px;
        line-height: 28px;
    }
}