.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%; */
    height: 100%;
}

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;
}
.custom-emblem p {
    padding-bottom: 10px;
}
.notary-price .notary-price__pic img {
    max-height: 55px;
}
.embedded-form-section {
    margin-top: 40px;
}


@media screen and (min-width: 1090px) {
    header .hsec1-body-right .hsec1-body-right-menu .menu > li > a {
        padding: 10px 10px!important;
    }
}
@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: 1024px) {
    .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;
    }
}




header .hsec1-body-right-menu > ul > li > a {
    font-size: 16px;
}
.hsec1 .container-fluid {
    width: 100%;
    max-width: 1392px;
    padding-left: 5px;
    padding-right: 5px;
}

body .header-new,
body .header-new-blue {
    background: rgb(46, 115, 254)!important;
    box-shadow: none;
}

body .hsec1-body-right-burger {
    width: 30px;
    height: 16px;
    position: relative;
    margin-right: 20px;
}
body .hsec1-body-right-burger-a > span {
    display: block;
    width: 44px;
    height: 4px;
    background-color: #000;
}
body .hsec1-body-right-burger-a > span:before,
body .hsec1-body-right-burger-a > span:after {
    position: absolute;
    width: 44px;
    height: 4px;
    background-color: #000;
    content: "";
}
.top-cta-btn {
    display: none;
}

.header-new-2 .hsec1-body-right-login-a,
.header-new-2 .hsec1-body-right-menu > ul > li > a {
    color: #055DFF!important;
}
body .top-cta-btn a.book_btn {
    white-space: nowrap;
    margin-right: 195px;
    min-width: 153px;
    margin-top: 20px;
    max-height: 50px;
    font-weight: 700;
}
a.book_btn {
    min-width: 153px;
}
.header-new-2 a.book_btn{
    border: 2px solid #055DFF;
}
.top-cta-btn a.hsec1-body-right-book-a {
    position: absolute;
    white-space: nowrap;
    max-height: 50px;
    top: 20px;
}
header .hsec1-body-right-login .book_btn,
.header-new-2 .hsec1-body-right-book-a,
.hsec1-body-right-login a {
    font-size: 16px !important;
}
header .hsec1-body-right-login .book_btn,
.header-new-2 .hsec1-body-right-book-a{
    height: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.top-cta-btn .hsec1-body-right-login .book_btn {
    margin-bottom: 0px!important;
}

body header .hsec1-body-right-login a {
    font-size: 16px !important;
}
body .hsec1-body-left-logo > img {
    height: 36px;
    margin-top: 12px;
    margin-left: 4px;
}

.top-cta-btn a.hsec1-body-right-book-a {
    width: 159px;
    min-width: 159px !important;
    font-size: 14px;
    padding: 15px 20px;
    height: 50px;
}

.header-new-blue .hsec1-body-right-login .book_btn {
    border-color: #fff!important;
    color: #fff!important;
}
@media (max-width: 991px) {
    .header-new-blue .hsec1-body-right-login .book_btn {
        background-color: #055DFF;
    }
}

.header-new-blue  .hsec1-body-right-login a:not(.hsec1-body-right-login-a) {
    font-size: 16px !important;
    height: 50px;
    display: flex
}

.footer__column {
    width: 20%;
    margin-bottom: 40px;
}

.footer__columns {
    justify-content: flex-start;
    margin: 0 25px 90px;
}
header .hsec1-body-right-login .book_btn:hover {
    color: #055DFF ! Important;
}
.header-new-2 .hsec1-body-right-login .book_btn:hover {
    color: #fff !important;
}
img.quote-image {
    max-width: 608px;
}
@media (max-width: 767px) {
    img.quote-image {
        max-width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
    .banner-item {
        width: 688px;
    }
    .quote-decoration {
        max-width: 106px;
    }
    .testimonial-section {
        width: 50% !important;
    }
    .quote-image {
        max-width: 400px;
    }
}

@media (min-width: 768px) and (max-width: 1439.98px) {
    .case-study-quote {
        padding-top: 25px;
    }
}

@media (min-width: 767px) and (max-width: 1439px) {
    .hsec1-body {
        padding-left: 15px;
        padding-right: 15px;
    }

}
@media (max-width: 767px) {
    blockquote.testimonial-quote {
        font-family: Poppins;
        font-weight: 400;
        font-size: 16px;
    }
}

.case-study-quote {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 497px;
    position: relative;
    background-color: #F8FAFD;
}

.case-study-quote .container {
    display: flex;
    width: 100%;
    max-width: 1280px;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
}
.testimonial-section {
    display: flex;
    width: 608px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    position: relative;
}

.testimonial-quote {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    height: 187px;
    align-self: stretch;
    position: relative;
    margin: 0;
}

.author-info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    position: relative;
}

.author-avatar {
    width: 54px;
    height: 54px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    position: relative;
}

.author-details {
    margin-top: 4px;
    height: 108px;
    flex: 1 0 0;
    color: #000;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}

.author-name {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: rgba(0,0,0,1);
}

.author-title {
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(0,0,0,1);
}

.quote-decoration-container {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.quote-decoration {
    width: 218px;
    height: 156px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
@media (max-width: 1366px) {
    .case-study-quote{
        min-height: auto;
        padding: 64px 0px;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    img.quote-image {
        max-width: 348px;
    }
    .case-study-quote .container {
        align-items: flex-start !important;
    }
    blockquote.testimonial-quote {
        font-family: Poppins;
        font-weight: 400;
        font-size: 16px;
    }
    .testimonial-quote {
        height: auto!important;
    }
    .case-study-quote .testimonial-section {
        flex-shrink: unset;
        max-width: 50%;
    }
    body .case-study-quote .container {
        gap: 10px;
    }
    .quote-image {
        max-width: 348px;
    }
    .author-details {
        height: 70px;
    }
    .case-study .formatted_text {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .quote-decoration{
        display: none;
    }
}

@media (max-width: 767px) {
    .case-study-quote{
        padding: 20px;
    }
    .case-study-quote .container {
        padding: 40px 8px;
        flex-direction: column;
        gap: 20px;
    }
    .testimonial-section {
        width: 100%;
        max-width: 500px;
    }
    .testimonial-quote {
        font-size: 16px;
        height: auto;
    }
    .quote-decoration-container{
        display: none;
    }
    .testimonial-section {
        max-width: 100%;
    }
    .testimonial-quote {
        font-size: 16px;
    }
    .author-details {
        font-size: 16px;
    }
    .author-name {
        font-size: 16px;
    }
    .author-title {
        font-size: 16px;
    }
}

/* quote slider */
.custom-quote.case-study-quote {
    display: flex;
    width: 100%;
    min-height: 500px;
    height: auto;
}
.custom-quote.case-study-quote .container {
    max-width: 1280px;
    width: 100%;
    display: block;
}
.custom-quote.case-study-quote .quote-slider {
    margin-top: 40px;
    position: relative;
    padding: 30px 0px 50px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
}
.custom-quote.case-study-quote .quote-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}
.custom-quote.case-study-quote .quote-slider .quote-item {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
}
.custom-quote.case-study-quote img.quote-image {
    max-width: 608px;
    height: 354px;
    object-fit: contain;
}
.custom-quote.case-study-quote .author-title{
    font-size: 18px;
    line-height: 28px;
}
.case-study-quote .testimonial-info{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
}
.case-study-quote .testimonial-info .quote-decoration-container {
    position: relative;
    width: 218px;
    height: 156px;
    right: 0;
}
.case-study-quote .testimonial-info .quote-decoration {
    width: 100%;
    height: 100%;
    position: inherit;
}

/* Dots */
.custom-quote.case-study-quote .slick-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 10px;
    width: auto;
    margin: 0 auto;
}
.custom-quote.case-study-quote .slick-dotted.slick-slider {
    margin-bottom: 60px;
}
.custom-quote.case-study-quote .slick-prev,
.custom-quote.case-study-quote .slick-next {
    position: absolute;
    bottom: 9px;
    top: inherit;
    transform: translateY(0);
    z-index: 10;
}
.custom-quote.case-study-quote .slick-prev {
    left: calc(50% - 160px);
}
.custom-quote.case-study-quote .slick-next {
    right: calc(50% - 160px);
}
.custom-quote.case-study-quote .slick-prev:before,
.custom-quote.case-study-quote .slick-next:before {
    color: #000;
    font-size: 28px;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.custom-quote.case-study-quote .slick-prev:before{
    content: url(../img/arr-left-slider.svg);
}
.custom-quote.case-study-quote .slick-next:before{
    content: url(../img/arr-right-slider.svg);
}
.custom-quote.case-study-quote .quote-slider .slick-slide {
    width: 100% !important;
    float: none !important;
    display: flex !important;
    margin-right: 15px;
}
.custom-quote.case-study-quote .quote-slider .slick-list {
    margin-right: -15px;
}
.custom-quote.case-study-quote .quote-slider .slick-track {
    display: flex !important;
}

@media (max-width: 1366px) {
    .case-study-quote .container{
        align-items: flex-start;
    }
    .custom-quote.case-study-quote{
       padding: 0;
    }
    .custom-quote.case-study-quote .container {
        max-width: 100% !important;
    }
    .case-study-quote .image-section,
    .custom-quote.case-study-quote .image-section{
        width: 48%;
    }
    .case-study-quote .testimonial-section,
    .custom-quote.case-study-quote .testimonial-section{
        width: 48% !important;
        justify-content: flex-start;
    }
    .case-study-quote .testimonial-quote,
    .custom-quote.case-study-quote .testimonial-quote{
        font-size: 16px;
        height: auto;
        margin-bottom: 0px;
    }
    .case-study-quote .author-details,
    .custom-quote.case-study-quote .author-details{
        max-width: 100%;
    }
    .case-study-quote .author-title,
    .custom-quote.case-study-quote .author-title{
        font-size: 18px;
    }
    .case-study-quote .testimonial-info .quote-decoration-container,
    .custom-quote.case-study-quote .testimonial-info .quote-decoration-container{
        width: 106px;
        height: 76px;
    }
}

@media (max-width: 1230px) {
    .case-study-quote .image-section,
    .custom-quote.case-study-quote .text-section {
        max-width: 500px;
    }
    .case-study-quote img.quote-image,
    .custom-quote.case-study-quote img.quote-image {
        max-width: 500px;
    }
    .case-study-quote .author-details,
    .custom-quote.case-study-quote .author-details{
        max-width: 100%;
    }
    .custom-quote.case-study-quote .quote-decoration-container,
    .case-study-quote .quote-decoration-container{
        display: none;
    }
}

@media (max-width: 1024px) {
    .custom-quote .quote-slider .quote-item {
        flex-wrap: wrap;
        justify-content: center;
    }
    .case-study-quote .image-section,
    .custom-quote.case-study-quote .text-section {
        width: 50%;
        max-width: 500px;
    }
    .case-study-quote img.quote-image,
    .custom-quote.case-study-quote img.quote-image {
        max-width: 500px;
        height: auto;
    }
    .case-study-quote .testimonial-section,
    .custom-quote.case-study-quote .testimonial-section{
          margin-top: 0px;
    }
    .case-study-quote .container,
    .custom-quote.case-study-quote .container {
        max-width: 100%;
    }
    .case-study-quote .author-details,
    .custom-quote.case-study-quote .author-details{
         margin-top: 0px;
    }
    .case-study-quote .author-title,
    .custom-quote.case-study-quote .author-title{
        font-size: 16px;
    }
    .custom-quote.case-study-quote .quote-decoration-container,
    .case-study-quote .quote-decoration-container{
        display: none;
    }
}
@media (max-width: 1023px) {
    .case-study-quote .image-section,
    .case-study-quote .text-section,
    .custom-quote.case-study-quote .image-section,
    .custom-quote.case-study-quote .text-section {
        max-width: 100%;
    }
    .case-study-quote img.quote-image,
    .custom-quote.case-study-quote img.quote-image {
        max-width: 380px;
    }
}
@media (max-width: 768px) {
    .case-study-quote img.quote-image,
    .custom-quote.case-study-quote img.quote-image {
        max-width: 360px;
        height: auto;
    }
}
@media (max-width: 767px) {
    .custom-quote.case-study-quote .quote-slider .quote-item {
        text-align: left;
    }
    .custom-quote.case-study-quote .slick-dotted.slick-slider {
        margin-bottom: 50px;
    }
    .case-study-quote .author-details,
    .custom-quote.case-study-quote .author-details{
        height: 90px;
    }
    .case-study-quote .image-section{
        width: 100%;
    }
    .case-study-quote .image-section,
    .custom-quote.case-study-quote .image-section {
        width: 100%;
    }
    .case-study-quote .testimonial-section,
    .custom-quote.case-study-quote .testimonial-section {
        width: 100% !important;
    }
}
@media (max-width: 560px) {
    .case-study-quote,
    .custom-quote.case-study-quote{
        padding: 0;
    }
    .case-study-quote .container,
    .custom-quote.case-study-quote .container{
        padding: 14px;
    }
    .case-study-quote img.quote-image,
    .custom-quote.case-study-quote img.quote-image {
        height: 100%;
        max-width: 100%;
    }
    .case-study-quote .author-title,
    .custom-quote.case-study-quote .author-title {
        line-height: 26px;
    }
    .custom-quote.case-study-quote .slick-prev {
        left: calc(50% - 180px);
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .temp-v1 .om_section2 .offset-md-1 {
        margin-left: 3%;
        max-width: 100%;
    }
    .footer__column {
        width: 50%;
    }
    section.image_banner {
        min-height: 288px!important;
    }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
    body .footer__columns {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
    .footer__column {
        width: 100%;
    }
}


@media (max-width: 767px) {
    html {
        /*overflow-x: hidden!important;*/
    }
    body .footer__columns {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
    .footer__column {
        width: 100%;
    }

    .top-cta-btn .book_btn {
        display: none !important;
    }

    body .hsec1-body-left-logo > img {
        height: 36px;
        margin-top: 12px;
        margin-bottom: -10px;
        margin-left: 16px;
    }

    body .hsec1-body-right-burger {
        margin-right: 30px;
    }
    .top-cta-btn {
        margin-top: -2px;
    }
    .top-cta-btn a.hsec1-body-right-book-a {
        width: 140px;
        min-width: 140px !important;
        right: -10px;
    }
}
@media (max-width: 374px) {
    .top-cta-btn a.hsec1-body-right-book-a {
        display: none !important;
    }
}
@media (min-width: 375px) and (max-width: 767px){
    body .hsec1-body-right-burger-a > span:before, body .hsec1-body-right-burger-a > span:after {
        position: absolute;
        width: 34px;
    }
    body .hsec1-body-right-burger-a > span {
        display: block;
        width: 34px;
    }
    body .hsec1-body-right-burger {
        margin-right: 20px;
    }
    body .hsec1-body-left-logo > img {
        max-width: 135px;
    }
    body .hsec1-body-left-logo > img {
        max-width: 135px;
    }
    .top-cta-btn {
        display: block;
    }
    .top-cta-btn a.hsec1-body-right-book-a {
        width: 134px;
        min-width: 134px !important;
        right: 70px;
        font-size: 14px !important;
        height: 42px;
        margin-top: -11px;
    }
}

@media (min-width: 425px) and (max-width: 1023px) {
    body header {
        height: 80px;
    }
    /*.top-cta-btn {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        right: 90px;
        top: -12px;
    } */
}

@media (min-width: 1024px) and (max-width: 1439px) {
    header {
        height: 150px!important;
    }
    .hsec1-body {
        padding-bottom: 20px !important;
    }
    section.hsec1{
        border-bottom: 1px solid #E7EAF2;
    }
    .hsec1-body-left {
        margin-top: 4px;
    }
    .hsec1-body-right-menu {
        position: absolute;
        top: 80px;
        left: 7px;
        margin-left: -2px;
        padding-left: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        z-index: 0;
    }
    .header-new-2 .hsec1-body-right-menu {
        background: white;
    }
    .header-new-blue .hsec1-body-right-menu {
        margin-top: 5px;
    }
    .hsec1-body-right-login {
        position: absolute;
        right: 10px;
        top: 2px;
    }
    .hsec1-body-right-login .book_btn {
        padding: 15px 20px!important;
    }
    body .hsec1-body-left-logo > img {
        margin-left: 10px!important;
    }
    a.hsec1-body-right-login-a {
        position: absolute;
        right: 0px;
        top: 95px;
    }
}

@media screen and (min-width: 1439px) and (max-width: 1439.98px) {
    body .hsec1-body-left-logo > img {
        margin-left: 25px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1089px) {
    .hsec1-body-right-menu {
        top: 90px;
    }
}

@media (min-width: 1023px) {
    .hsec1-body-right-burger-a > span:before {
        top: 18px!important;
    }
    .hsec1-body-right-burger-a > span:after {
        top: 31px!important;
    }
}

@media (min-width: 1024px) {
    .hsec1-body-right {
        margin-top: 5px;
    }
    body header .hsec1-body-right .hsec1-body-right-menu .menu > li > a {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .header-new-2 .hsec1-body-right-login-a,
    .header-new-2 .hsec1-body-right-menu > ul > li > a {
        color: #055DFF;
    }
    .hsec1-body-right-login .book_btn {
        margin-bottom: 0px!important;
        line-height: 10px;
    }
    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;
    }
    body .hsec1-body-right-login a {
        white-space: nowrap;
        align-items: center;
        margin-top: 0px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.temp-v1:not(.case-study) #hero-wrapper-canvas {
    margin-top: -76px!important;
}



/* fast facts */
.temp-v1 .fast-facts {
    padding: 56px 0px;
    background-color: #F8FAFD;
    text-align: center;
}
.temp-v1 .fast-facts .container{
    max-width: 1248px;
}
.temp-v1 .facts-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.temp-v1 .facts-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.temp-v1 .fact-item {
    flex: 1 1 225px;
    max-width: 225px;
    padding: 24px;
    text-align: left;
}
.temp-v1 .fact-number {
    font-weight: 400;
    font-size: 54px;
    line-height: 32px;
    vertical-align: middle;
}
.temp-v1 .fact-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    margin-right: 5px;
}

@media (max-width: 1024px) {
    .temp-v1 .fact-item {
        width: 50%;
    }
    .temp-v1 .fact-item {
        flex: 1 1 145px;
    }
}
@media (max-width: 768px) {
    .temp-v1 .fast-facts {
        padding: 50px 10px;
        gap: 6px;
    }
    .temp-v1 .facts-grid {
        align-items: center;
    }
    .temp-v1 .fact-item {
        width: 100%;
        max-width: 320px;
    }
    .temp-v1 .facts-title {
        font-size: 32px;
    }
    .temp-v1 .fact-item {
        flex: 1 1 100%;
    }
}

.minimal .footer__columns {
	margin-bottom: 0px;
}



.city .section-hero .section-hero__wrapper {
    justify-content: flex-start!important;
}

.city .developer-hero__btn-link:first-child {

    background: #055DFF;
    color: #fff;
    display: inline-block;
    padding: 15px 35px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    margin: 0 12px;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.city .developer-hero__btn-link:first-child:hover {
    background-color: #fff;
    color: #055DFF;
    border: 2px solid #055DFF;
}
.city .developer-hero__btn-link:last-child {
    border: 2px solid #055DFF;
    background: #fff;
    color: #055DFF;
}
.city .developer-hero__btn-link:last-child:hover {
    background-color: #055DFF;
    color: #fff;
    border: 2px solid #055DFF;
}
.city p.state-promo__info-desc {
    font-family: Poppins;
    font-weight: 400;
    font-size: 30px;
    line-height: 44px;
}

.sec10.sec10-2.carousel {
    background-image: url(../img/sec10-2bg.jpg);
}


.m4 ~ main.temp-v1:not(.case-study) #hero-wrapper-canvas {
	margin-top: 0px !important;
}


@media (min-width: 1024px) and (max-width: 1199px) {
	header .container-full {
		padding: 0px!important;
	}
}