.acc_popup.popup_bg {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.acc_popup.is-active{
    display: block!important;
    opacity: 1;
    pointer-events: all;
}
.popup_container {
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    max-width: 788px;
    flex-direction: column;
    border: 1px solid #e7eaf2;
    margin: 0 auto;
    margin-top: 150px;
}
.popup_wrapp {
    padding: 40px 40px;
}

.popup_heading {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    font-family: Poppins, sans-serif;
    color: #000;
    text-align: center;
}

.acc_popup_close {
    object-fit: contain;
    object-position: center;
    width: 12px;
    align-self: flex-end;
    position: absolute;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.popup_main_title {
    font-size: 42px;
    margin: 0px;
    font-weight: 400;
    line-height: 63px;
    letter-spacing: normal!important;
}

.popup_subtitle {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 0px;
}

.options-container {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.options-wrapper {
    gap: 25px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.option-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
}

.option-card {
    box-shadow: 4px 4px 90px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: #fff;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    font-family: Poppins, sans-serif;
    text-align: center;
    padding: 45px 50px;
    border: 1px solid #ebeff8;
}

.option-card:hover {
    box-shadow: 4px 4px 50px 5px rgba(5, 93, 255, 0.15);
    border: 2px solid rgba(5, 93, 255, 1);
    cursor: pointer;
}

.option-icon {
    object-fit: contain;
    object-position: center;
    height: 34px;
    border-radius: 0;
}

.option-title {
    color: #055dff;
    font-size: 18px;
    font-weight: 700;
    align-self: stretch;
    margin-top: 35px;
    margin-bottom: 0px;
}

.option-description {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    max-width: 85%;
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .option-column {
        width: 50%;
        max-width: 340px;
    }
    .option-card:hover {
        padding: 43.5px 50px;
    }
}
.acc_popup.is-active {
    z-index: 9999;
    overflow-y: scroll;
}
@media (max-width: 991px) {
    .popup_container {
        max-width: 93%;
        margin-top: 40px;
    }
    .popup_wrapp {
        padding: 40px 30px 30px;
    }
    .popup_main_title {
        line-height: 42px;
    }
    .options-container {
        max-width: 100%;
        margin-top: 20px;
    }
    .options-wrapper {
        gap: 20px;
        flex-direction: column;
        align-items: stretch;
    }
    .option-column {
        width: 100%;
    }
    .option-card {
        margin-top: 0px;
        padding: 45px 25px;
    }
    .option-title {
        margin-top: 40px;
    }
    .option-description {
        margin-top: 12px;
    }

}
.hero-popup.is-active {
    opacity: 1;
    pointer-events: all;
    z-index: 9999;
}
@media (max-width: 991px) {
    .hs .hero-popup__wrapper {
        height: 90%;
        margin-top: -7%;
    }
    .meetings-iframe-container iframe{
        position: relative;
        min-width: 534px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .meetings-iframe-container {
        height: 615px;
    }
    .hero-popup__close {
        z-index: 999;
        top: 50px;
    }
    .hero-popup__close svg .cls-1 {
        stroke: black;
    }

}

.map-notary h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 63px;
    color: #000000;
}

@media (min-width: 768px) {
    .formatted_text .col-md-10 {
        max-width: 954px;
    }
}

.formatted_text {
    background: #F8FAFD;
    padding-top: 25px;
    padding-bottom: 40px;
}
.formatted_text p,
.formatted_text ul,
.formatted_text ol{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration-skip-ink: none;
}
.formatted_text p{
    margin-bottom: 28px;
}

.formatted_text ul li {
    list-style: disc;
    margin-left: 30px;
}
.formatted_text ol li{
    list-style: auto;
    margin-left: 30px;
}

.formatted_text h2.headline {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    text-decoration-skip-ink: none;
    margin-bottom: -5px;
}

.formatted_text h2,
.formatted_text h3,
.formatted_text h4,
.formatted_text h5,
.formatted_text h6{
    margin-top: 40px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    text-decoration-skip-ink: none;
}
.formatted_text h3 {
    font-size: 24px;
}
.formatted_text h4 {
    font-size: 20px;
}
.formatted_text h5 {
    font-size: 18px;
}
.formatted_text h6 {
    font-size: 16px;
}
.extra-content {
    margin-top: -5px;
    margin-bottom: 70px;
}
img.alignleft {
    float: left;
    margin-right: 30px;
}
.read-more-toggle {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.23px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-align: center;
    color: #0059FF;
    display: flex;
    justify-content: center;
}

.temp-v1 .developer-hero__title {
    font-size: 52px;
    line-height: 1.23em;
    font-weight: 500;
    color: #fff;
}

.temp-v1 .developer-hero__btn-link:first-child {
    background-color: #fff;
    color: #055DFF;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.temp-v1 .developer-hero__btn-link:first-child:hover {
    background-color: transparent;
    color: #fff;
}
.temp-v1 .developer-hero__btn-link:nth-child(2){
    color: #fff;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    margin-left: 28px;
}
.temp-v1 .developer-hero__btn-link:nth-child(2):hover {
    background-color: #fff;
    color: #055DFF;
}
.temp-v1 .developer-hero__btns a {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.notary-works {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font: 400 68px Poppins, sans-serif;
    margin-top: -15px;
}
.frame-wrapp {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.frame-bg-image {
    inset: 0;
    width: 100%;
    object-fit: contain;
    object-position: center;
    transform: scale(1, 0.96);
    transform-origin: top center;
}

h2.feature-title {
    font-family: Poppins;
    font-size: 68px;
    position: absolute;
    z-index: 990;
    text-align: center;
    font-weight: 400;
    margin-top: 50px;
}

.feature-image {
    object-fit: contain;
    object-position: center;
    width: 48.5%;
    border-radius: 9px !important;
    align-self: center;
    margin-top: 0%;
    max-width: 100%;
    margin-left: -12px;
    position: absolute;
    height: 83.5%;
}

iframe#\36 kwqzg7s1k {
    position: relative !important;
    z-index: 990;
}

.temp-v1 .developer-hero__wrapper {
    grid-template-columns: 0.95fr 1fr;
    grid-gap: 15px;
    max-width: 1190px;
}
.temp-v1 .developer-hero__btn-link {
    border-radius: 4px;
    border-width: 2px;
}

.image-emb {
    max-height: 50px!important;
}
.sec11-item-title img {
    position: absolute;
    right: 16px;
    height: 16px;
    top: calc(50% - 8px);
    transition: all ease 0.2s;
}
.sec11-item-title.active > img {
    transform: rotate(90deg);
}
iframe#\35 pvjelgixp {
    margin-left: -50%;
}
.hero-popup__close svg .cls-1 {
    stroke: black!important;
}
iframe {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

section.ds_description.steps_section {
    padding-top: 20px!important;
}
.steps_section .sec4-title._title.the_last {
    margin-top: 0px!important;
}
.ds_description.steps_section h2:nth-child(1) {
    margin-bottom: 0px;
}
.extras {
    flex-wrap: wrap;
}
.menu li:hover .sub-menu {
    z-index: 999;
}

.section-hero.city-tpl .state-promo__info-flag img {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .section-hero.city-tpl .state-promo__info-flag img {
        margin-top: 7px;
    }
}
@media (min-width: 1200px) {
    .section-hero.city-tpl .state-promo__info-flag img {
        margin-top: 12px;
    }
}
@media (max-width: 991px) {
    .lg{
        display: none;
    }
    .temp-v1 h1.developer-hero__title {
        font-family: Poppins, sans-serif;
        font-weight: bold !important;
        font-size: 40px !important;
        line-height: 47px;
    }
    .temp-v1 .developer-hero__title {
        font-size: 32px!important;
    }
    .temp-v1 .container.developer-hero__wrapper {
        display: flex;
        flex-direction: column-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .temp-v1 .developer-hero__btn-link:nth-child(2) {
        margin: 15px 0 0 0;
    }
    .state-new .col-md-12 {
        padding: 20px;
    }
    .notary-works {
        font-size: 40px;
    }
    .frame-wrapp {
        max-width: 100%;
        padding: 5px;
    }
    .content-wrapper {
        margin-bottom: 10px;
    }
    h2.feature-title {
        position: relative;
        margin-top: 70px;
        max-width: 100%;
        font-size: 40px;
        line-height: 50px;
        color: black;
    }
    .feature-image {
        margin-top: 40px;
    }
    .frame-bg-image {
        display: none;
    }
    .feature-image {
        object-fit: contain;
        object-position: center;
        width: 100%;
        margin-top: 0%;
        max-width: 100%;
        margin-left: 0px;
        height: 280px;
        position: relative;
    }
}
@media (min-width: 991px) and (max-width: 1200px) {
    .column.prices-box {
        padding-left: 10px;
    }
    .left .pricing-plans {
        font-size: 32px;
        line-height: 35px;
    }
}
@media (min-width: 1800px) and (max-width: 1899px) {
    .frame-bg-image {
        transform: scale(1, 0.95);
    }
}

@media (min-width: 1900px) {
    h2.feature-title {
        margin-top: 70px;
    }
    .frame-bg-image {
        transform: scale(1, 0.95);
    }

}


@media screen and (min-width: 1025px) {
    .menu li {
        position: relative;
    }

    .menu li .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .menu li:hover .sub-menu {
        opacity: 1;
        pointer-events: all;
    }

    .menu li .sub-menu::before {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        height: 10px;
    }

    .two-emblem.section-indent .col-md-6 {
        flex: 1;
        min-height: 100%;
    }
    .two-emblem.section-indent .custom-emblem{
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .blue-custom-btn {
        margin-top: auto!important;
    }
    .custom-emblem p {
        margin-bottom: 20px;
    }

}

@media (min-width: 991px) and (max-width: 1200px) {
    .column.prices-box {
        padding-left: 10px;
    }
    .left .pricing-plans {
        font-size: 32px;
        line-height: 35px;
    }
}