.banner-sec {
    padding: 160px 0 40px 0;
    background-image: url(../images/banner-bg-img-mobile.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .banner-sec {
        padding: 120px 0 40px 0;
    }
}
@media screen and (min-width: 992px) {
    .banner-sec {
        padding: 120px 0 40px 0;
        background-image: url(../images/banner-bg-img.webp);
    }
}
@media screen and (min-width: 1201px) {
    .banner-sec {
        padding: 120px 0 50px 0;
    }
}
@media screen and (min-width: 1401px) {
    .banner-sec {
        padding: 160px 0 60px 0;
    }
}
@media screen and (min-width: 1601px) {
    .banner-sec {
        padding: 190px 0 70px 0;
    }
}
@media screen and (min-width: 1801px) {
    .banner-sec {
        padding: 201px 0 75px 0;
    }
}
@media screen and (min-width: 1901px) {
    .banner-sec {
        padding: 211px 0 85px 0;
    }
}
.banner-sec-before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#0000006e, #000);
    z-index: 1;
}
@media screen and (min-width: 992px) {
    .banner-sec-before {
        background-image: linear-gradient(#00000000, #000);
    }
}
.banner-sec .hm-bnr {
    position: relative;
}
.hm-bnr-before {
    background-image: url(../images/banner-lft-img.webp);
    background-repeat: no-repeat;
    width: 434px;
    height: 634px;
    position: absolute;
    bottom: -151px;
    left: -75px;
    transform: scale(0.65);
    opacity: 30%;
    z-index: 1;
    display: none;
}
@media screen and (min-width: 992px) {
    .hm-bnr-before {
        display: block;
    }
}
@media screen and (min-width: 1201px) {
    .hm-bnr-before {
        bottom: -131px;
        left: -54px;
        transform: scale(0.75);
    }
}
@media screen and (min-width: 1401px) {
    .hm-bnr-before {
        bottom: -124px;
        left: -41px;
        transform: scale(0.8);
    }
}
@media screen and (min-width: 1601px) {
    .hm-bnr-before {
        bottom: -119px;
        left: -30px;
        transform: scale(0.85);
    }
}
@media screen and (min-width: 1801px) {
    .hm-bnr-before {
        bottom: -109px;
        left: -20px;
        transform: scale(0.9);
    }
}
@media screen and (min-width: 1901px) {
    .hm-bnr-before {
        bottom: -86px;
        left: 0;
        transform: scale(1);
    }
}
.hm-bnr-after {
    background-image: url(../images/banner-rgt-img.webp);
    position: absolute;
    background-repeat: no-repeat;
    width: 259px;
    height: 331px;
    opacity: 30%;
    z-index: 1;
    right: -45px;
    bottom: -101px;
    transform: scale(0.65);
    display: none;
}
@media screen and (min-width: 992px) {
    .hm-bnr-after {
        display: block;
    }
}
@media screen and (min-width: 1201px) {
    .hm-bnr-after {
        right: -29px;
        bottom: -94px;
        transform: scale(0.75);
    }
}
@media screen and (min-width: 1401px) {
    .hm-bnr-after {
        right: -25px;
        bottom: -97px;
        transform: scale(0.8);
    }
}
@media screen and (min-width: 1601px) {
    .hm-bnr-after {
        right: -18px;
        bottom: -95px;
        transform: scale(0.85);
    }
}
@media screen and (min-width: 1801px) {
    .hm-bnr-after {
        right: -12px;
        bottom: -94px;
        transform: scale(0.9);
    }
}
@media screen and (min-width: 1901px) {
    .hm-bnr-after {
        right: 0;
        bottom: -86px;
        transform: scale(1);
    }
}
.banner-sec .bnr-cnt {
    position: relative;
    display: flex;
    z-index: 1;
    align-items: center;
}
.banner-sec .bnr-cnt .bnr-cnt-lft {
    width: 65.1%;
    position: relative;
}
.banner-sec .bnr-cnt .bnr-cnt-rgt {
    width: 32.6%;
    padding-top: 60px;
}
.bnr-form {
    padding: 0 30px 40px 30px;
    border-bottom: 6px solid #56878c;
}
.bnr-form-block {
    background-color: #56878ce3;
}
.banner-sec img.mob-img {
    display: none;
}
.banner-sec .bnr-cnt .bnr-cnt-lft h1,
.banner-sec .bnr-cnt .bnr-cnt-lft span.heading {
    font-family: 'Inter';
    font-size: 125px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -3.75px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 35px;
    z-index: 1;
    position: relative;
}
.banner-sec .bnr-cnt .bnr-cnt-img {
    margin-bottom: -235px;
    width: 87.6%;
    display: block;
    margin-left: 114px;
    position: relative;
    z-index: 1;
}
.banner-sec .bnr-cnt .bnr-cnt-lft::before {
    position: absolute;
    content: " ";
    right: 24px;
    margin: auto;
    bottom: 0;
    width: 80%;
    height: 40%;
    background-image: linear-gradient(#00000000, #000, #00000000);
    z-index: -1;
}
.bnr-btn.cmn-btn a {
    margin-bottom: 15px;
    border: 2px solid #fff;
}
.bnr-btn.cmn-btn a span {
    color: #f00;
}
.banner-sec .bnr-cnt span.heading {
    display: block;
}
.banner-sec .bnr-cnt h1 span.span1,
.banner-sec .bnr-cnt span.heading span.span1 {
    font-family: 'Inter';
    font-size: 54px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: -1.64px;
    display: block;
}
.banner-sec .bnr-cnt h1 strong,
.banner-sec .bnr-cnt span.heading strong {
    color: #5da1a8;
}
.banner-sec .bnr-cnt .bnr-btn p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #dee2e3;
    text-transform: uppercase;
    margin: 0;
    padding-left: 20px;
}
.banner-sec .bnr-cnct {
    display: flex;
    column-gap: 70px;
    position: relative;
}
.banner-sec .bnr-cnt .bnr-cnt-lft h1:before,
.banner-sec .bnr-cnt .bnr-cnt-lft span.heading:before {
    position: absolute;
    content: "";
    margin: auto;
    border: 4px solid #ffffff;
    width: 200px;
    height: 480px;
    border-right: none;
    border-bottom: none;
    left: -63px;
    top: -65px;
}
.bnr-cnct:before {
    position: absolute;
    content: "";
    margin: auto;
    background-color: #ffffff;
    width: 50px;
    height: 4px;
    left: -63px;
    top: 47px;
}
.bnr-star img {
    width: auto;
}
.bnr-star {
    padding-top: 15px;
}
.banner-sec .bnr-cnt .bnr-cnt-rgt h2 {
    text-align: center;
    font-family: 'Inter';
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding: 28px;
    background-color: #2b5f68;
    border-radius: 0 0 40px 40px;
}
.banner-sec p.gform_required_legend {
    display: none;
}
.banner-sec .gform_wrapper .top_label input,
.banner-sec .gform_wrapper select,
.banner-sec .gform_wrapper .top_label textarea {
    margin: 0;
    width: 100% !important;
    color: #040d2e;
    outline: 0;
    position: relative;
    font-family: 'Inter' !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    border-radius: 0 !important;
    border-bottom: 3px solid #dedede !important;
    padding: 20px 25px !important;
    transition: all 0.5s;
    height: auto;
    background-image: url(../images/bnr-input-1.webp);
    background-repeat: no-repeat;
    background-position: 95% center;
}
.banner-sec .gform_wrapper .ginput_container_phone input {
    background-image: url(../images/bnr-input-2.webp);
    background-position: 98% center;
}
.banner-sec .gform_wrapper .ginput_container_email input {
    background-image: url(../images/bnr-input-3.webp);
    background-position: 98% center;
}
.banner-sec .gform_wrapper .ginput_container_textarea textarea {
    background-image: url(../images/bnr-input-4.webp);
    background-position: 98% 8%;
}
.banner-sec .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 192px !important;
    resize: none;
}
.gform-theme--foundation .gfield textarea.large {
    min-block-size: 0 !important;
}
.banner-sec .form-links {
    color: #fff;
    margin: -4px 0 0;
}
.banner-sec .gform_wrapper .form-links a,
.banner-sec .gform-theme--framework .gform-field-label--type-inline,
.bnr-form p {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
}
.banner-sec .gform-theme--framework .gform-field-label--type-inline {
    line-height: 1 !important;
    margin: 0;
}
.banner-sec .gform_wrapper .form-links a:hover {
    color: #000;
}
.banner-sec .gform-theme--framework input[type=checkbox]:before {
    width: 15px;
}
.banner-sec .gform-theme--foundation {
    --gf-form-gap-x: 10px;
    --gf-form-gap-y: 15px;
}
.form-top span,
.banner-sec .gform_wrapper .top_label .chkbx label span {
    color: #ed3731;
}
.banner-sec .gform_wrapper .gfield_radio label,
.banner-sec .gform_wrapper .top_label .chkbx label {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #fff;
}
.banner-sec .gform_wrapper .top_label .chkbx label {
    font-weight: 700;
}
.banner-sec .gform_wrapper .top_label input[type="checkbox"] {
    float: left;
    clear: both;
    width: auto !important;
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
    border: none !important;
    max-width: inherit !important;
    background-image: none !important;
}
.banner-sec .gform_wrapper .gform_footer.top_label {
    text-align: center;
    padding: 0;
    margin: 20px 0 0;
    position: relative;
}
.banner-sec .gform_wrapper .gform_validation_errors {
    display: none;
}
.banner-sec .gform_wrapper .gfield_validation_message,
.banner-sec .gform_wrapper .validation_message {
    background: transparent;
    border: none;
    margin-top: 0;
    padding: 0;
}
.banner-sec .gform_wrapper.gravity-theme .description,
.banner-sec .gform_wrapper.gravity-theme .gfield_description,
.banner-sec .gform_wrapper.gravity-theme .gsection_description,
.banner-sec .gform_wrapper.gravity-theme .instruction {
    font-size: 13px;
    line-height: inherit;
    clear: both;
    font-family: inherit;
    letter-spacing: normal;
    padding-top: 0;
    width: 100%;
}
.banner-sec .gform_wrapper .top_label input[type="submit"] {
    background-color: transparent !important;
    font-family: 'Inter' !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    padding: 19px 32px !important;
    text-decoration: none;
    outline: none !important;
    border: 2px solid #fff !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #ffffff !important;
    width: 100% !important;
    text-transform: uppercase !important;
    height: auto !important;
    margin: 0;
    display: inline-block !important;
    border-radius: 0 !important;
    background-image: none !important;
}
.banner-sec .gform_wrapper .gform_footer.top_label::before {
    position: absolute;
    content: "";
    background-color: rgb(9 59 66 / 24%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    width: 13%;
    height: 47%;
    right: 2px;
    top: 2px;
}
.banner-sec .gform_wrapper .gform_footer.top_label::after {
    position: absolute;
    content: "";
    background-color: rgb(9 59 66 / 24%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    width: 12%;
    height: 47%;
    left: 2px;
    bottom: 2px;
}
.banner-sec .gform_wrapper .gform_footer.top_label:hover {
    background-color: rgb(9 59 66 / 24%);
}
.banner-sec input,
.banner-sec textarea {
    --placeholdercolor: #000;
}
.banner-sec div#validation_message_1_7 {
    left: 110px;
    top: 10px;
}
.banner-sec .gform_wrapper div.validation_error {
    text-align: center;
    border: none;
    padding: 0 !important;
}
.banner-sec .gform_wrapper .gfield {
    position: relative;
}
.banner-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.banner-sec .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 23px;
    background: none;
    padding: 0;
    line-height: 1;
    color: red;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    margin: 0;
    pointer-events: none;
}
.banner-sec .gform_wrapper .gfield .instruction.validation_message {
    bottom: 12px;
    top: inherit;
    position: absolute;
    right: 10px;
    width: inherit;
}
.banner-sec .gform_wrapper .validation_message,
.banner-sec .gform_wrapper div.validation_error {
    color: red;
    letter-spacing: 0.56px;
    font-size: 15px;
    line-height: 18px;
}
.banner-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.banner-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}
.banner-sec .gform_wrapper li.gfield.gfield_error,
.hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit !important;
    border: none;
    padding: 0 !important;
    margin-top: 0 !important;
}
.bnr-frm-btm {
    background-color: #060704;
    padding-top: 20px;
}
.bnr-frm-btm p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #dee2e3;
    font-family: 'Inter';
    margin-bottom: 0;
    padding-left: 60px;
    position: relative;
}
.bnr-frm-btm p::before {
    position: absolute;
    content: " ";
    left: 30px;
    top: -5px;
    background-image: url(../images/hm-sprites.webp);
    width: 17px;
    height: 23px;
    background-position: -260px -47px;
}
.hmabout-sec {
    position: relative;
    background-image: url("../images/about-bg-mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 0;
}
@media screen and (min-width: 481px) {
    .hmabout-sec {
        padding: 40px 0 0;
    }
}
@media screen and (min-width: 768px) {
    .hmabout-sec {
        padding: 50px 0 0;
    }
}
@media screen and (min-width: 992px) {
    .hmabout-sec {
        padding: 60px 0 0;
        background-image: url("../images/about-bg.webp");
    }
}
@media screen and (min-width: 1241px) {
    .hmabout-sec {
        padding: 80px 0 0;
    }
}
@media screen and (min-width: 1501px) {
    .hmabout-sec {
        padding: 90px 0 0;
    }
}
@media screen and (min-width: 1701px) {
    .hmabout-sec {
        padding: 100px 0 0;
    }
}
@media screen and (min-width: 1801px) {
    .hmabout-sec {
        padding: 110px 0 0;
    }
}
.hmtrial-rdy-blk {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.hmtrial-rdy-lft {
    width: 43%;
    padding: 0 30px 30px 0;
    position: relative;
}
.hmtrial-rdy-lft::before {
    position: absolute;
    content: "";
    border: 3px solid #093b42;
    width: 94%;
    height: 75%;
    right: 0;
    bottom: 0;
}
.hmtrial-rdy-lft::after {
    position: absolute;
    content: "";
    background-image: url(../images/hmtrial-rdy-btm-img.webp);
    background-repeat: no-repeat;
    background-position: left;
    width: 342px;
    height: 342px;
    left: -82px;
    bottom: -85px;
    z-index: 1;
}
.hmtrial-rdy-img {
    z-index: 1;
    position: relative;
}
.hmtrial-rdy-lft img {
    width: 100%;
    display: block;
}
.hmtrial-rdy-rit {
    width: 52.8%;
}
.hmtrial-rdy-rit h4 {
    font-size: 27px;
    font-weight: 300;
    font-family: 'Inter';
    line-height: 1;
    letter-spacing: -0.81px;
    color: #5b8f94;
    text-transform: uppercase;
    margin: 0 0 19px 0;
}
.hmtrial-rdy-rit h4 strong {
    font-weight: 700;
}
.hmtrial-rdy-rit h2,
.hmtrial-rdy-rit h1 {
    /* font-size: 100px; */
    font-family: 'Inter';
    font-weight: 700;
    font-size: 80px;
    line-height: 0.97;
    letter-spacing: -3.5px;
    padding: 0 0 30px 0;
    margin: 0 -13px 34px 0;
    color: #000000;
    position: relative;
}
.hmtrial-rdy-rit h2::before,
.hmtrial-rdy-rit h1::before {
    position: absolute;
    content: "";
    background-color: #093b42;
    width: 16.6%;
    height: 5px;
    left: 0;
    bottom: 0;
}
.hmtrial-rdy-rit p {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter';
    line-height: 1.9;
    letter-spacing: -0.6px;
    color: #000000;
    margin: 0 0 20px 0;
}
.hmtrial-rdy-rit p:last-child {
    margin: 0 0 56px 0;
}
.hmpractice-sec {
    background-color: #f2f2ea;
    padding: 170px 0 155px 0;
}
.hmpractice-sec .container {
    width: 100%;
    max-width: 100%;
    margin: auto;
}
.hmpractice-sec h2, .faqs h2 {
    font-size: 100px;
    font-weight: 700;
    font-family: 'Inter';
    line-height: 1;
    letter-spacing: -3px;
    padding: 0 0 25px 0;
    margin: 0 0 52px 0;
    color: #000000;
    text-align: center;
    position: relative;
}
.hmpractice-sec h2::before, .faqs h2::before {
    position: absolute;
    content: "";
    background-color: #5b8f94;
    width: 7.4%;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#sp_easy_accordion-1753212440{
	max-width:1050px;
	margin:20px auto 70px;
}
.faqs{
	background-image:none!important;
	background-color:#efeee4;
}
.hmprct-ars-blk {
    display: flex;
    justify-content: space-between;
    margin: 0 0 47px 0;
    padding: 0 54px 0 51px;
}
.hmprct-ars-itm {
    width: 32.4%;
    position: relative;
    background-color: #093b42;
}
.hmprct-ars-itm:hover .hmprct-ars-img {
    opacity: 25%;
}
.hmprct-ars-itm:hover .hmprct-ars-cnt h4 {
    font-size: 46px;
    letter-spacing: -1.36px;
    color: #ffffff;
    text-align: center;
    background-color: transparent;
    padding: 140px 0 0 0;
    margin-bottom: 14px;
    position: relative;
}
.hmprct-ars-itm:hover .hmprct-ars-cnt h4::after {
    content: "";
    position: absolute;
    margin: auto;
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -182px -123px;
    width: 116px;
    height: 116px;
    top: 0;
    left: 0;
    right: 0;
}
.hmprct-ars-itm.divorce-help:hover .hmprct-ars-cnt h4::after {
    background-position: -334px -377px;
}
.hmprct-ars-itm.child-custody:hover .hmprct-ars-cnt h4::after {
    background-position: -182px -123px;
}
.hmprct-ars-itm.areas-of-law:hover .hmprct-ars-cnt h4::after {
    background-position: -469px -377px;
}
.hmprct-ars-itm:hover .hmprct-ars-cnt h4::before {
    display: none;
}
.hmprct-ars-itm:hover .hmprct-ars-cnt {
    width: 70.4%;
    bottom: 46px;
}
.hmprct-ars-itm:hover .hmprct-ars-cnt p {
    display: block;
}
.hmprct-ars-img img {
    width: 100%;
    display: block;
}
.hmprct-ars-cnt {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -3px;
    width: 93.9%;
}
.hmprct-ars-cnt h4 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Inter';
    text-transform: uppercase;
    color: #000000;
    line-height: 1;
    letter-spacing: -1.08px;
    background-color: #ffffff;
    padding: 44px 118px 47px 66px;
    position: relative;
    text-align: left;
}
.hmprct-ars-cnt h4::before {
    position: absolute;
    content: "";
    margin: auto;
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -102px -396px;
    width: 72px;
    height: 72px;
    right: 23px;
    top: 0;
    bottom: 0;
}
.hmprct-ars-cnt p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter';
    line-height: 1.5;
    letter-spacing: -0.54px;
    color: #ffffff;
    text-align: center;
    display: none;
}
.hmprct-ars-itm .hmprctc-itm-hover a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
}
.hmprct-ars-btn {
    text-align: center;
}
.hmprct-ars-btn a.cmn-btn {
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Inter';
    line-height: 1;
    letter-spacing: -0.9px;
    background-color: #296770;
    text-transform: uppercase;
    padding: 33px 41px 32px 52px;
    color: #fffefe;
    margin: 0;
    position: relative;
}
.hmprct-ars-btn a.cmn-btn:hover {
    background-color: #5b8f94;
}
.hmprct-ars-btn a.cmn-btn::before {
    position: absolute;
    content: "";
    background-color: rgb(9 59 66 / 24%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    width: 9%;
    height: 47%;
    left: 0;
    bottom: 0;
}
.hmprct-ars-btn a.cmn-btn::after {
    position: absolute;
    content: "";
    background-color: rgb(9 59 66 / 24%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    width: 9%;
    height: 47%;
    right: 0;
    top: 0;
}
.hmattny-sec {
    background-image: url(../images/divorce-atrny-bg-mobile.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 40px 0;
}
@media screen and (min-width: 768px) {
    .hmattny-sec {
        padding: 50px 0 50px;
    }
}
@media screen and (min-width: 992px) {
    .hmattny-sec {
        padding: 60px 0 60px;
        border-radius: 0 0 60px 60px;
        background-image: url(../images/divorce-atrny-bg.webp);
    }
}
@media screen and (min-width: 1241px) {
    .hmattny-sec {
        padding: 80px 0 80px;
    }
}
@media screen and (min-width: 1441px) {
    .hmattny-sec {
        padding: 90px 0 100px;
        border-radius: 0 0 90px 90px;
    }
}
@media screen and (min-width: 1601px) {
    .hmattny-sec {
        padding: 90px 0 110px;
        border-radius: 0 0 100px 100px;
    }
}
@media screen and (min-width: 1701px) {
    .hmattny-sec {
        padding: 130px 0 145px;
    }
}
.hmattny-sec-before {
    position: absolute;
    content: "";
    background-color: #132125;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 70%;
    border-radius: 0;
}
@media screen and (min-width: 992px) {
    .hmattny-sec-before {
        border-radius: 0 0 60px 60px;
    }
}
@media screen and (min-width: 1241px) {
    .hmattny-sec-before {
        border-radius: 0 0 90px 90px;
    }
}
@media screen and (min-width: 1601px) {
    .hmattny-sec-before {
        border-radius: 0 0 100px 100px;
    }
}
.hmattny-sec .hmdivrs-attry-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.hmattny-sec .hmdivrs-attry-lft {
    width: 50%;
}
.hmattny-sec .hmdivrs-attry-lft .hmdivrs-attry-img {
    width: 84.3%;
}
.hmattny-sec .hmdivrs-attry-img img {
    width: 100%;
    display: block;
}
.hmattny-sec .hmdivrs-attry-rit {
    width: 50%;
}
.hmattny-sec .hmdivrs-attry-cnt {
    padding: 0 0 0 13px;
}
.hmattny-sec .hmdivrs-attry-rit h2 {
    font-size: 90px;
    font-weight: 700;
    font-family: 'Inter';
    letter-spacing: -2.7px;
    line-height: 1.01;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
}
.hmattny-sec .hmdivrs-attry-rit h2 strong {
    font-weight: 700;
    background-color: #5f9ea0;
    display: block;
}
.hmattny-sec .hmdivrs-attry-rit h3 {
    font-size: 90px;
    font-weight: 300;
    font-family: 'Inter';
    letter-spacing: -2.7px;
    line-height: 1.01;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0 0 28px 0;
}
.hmattny-sec .hmdivrs-attry-btn a {
    padding: 30px 119px 34px 119px;
    border: 2px solid #ffffff;
}
.hmlegal-team {
    background-image: url(../images/hm-ceschmidt-bg-img-mobile.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin-top: -100px;
    padding: 0 0 250px;
}
@media screen and (min-width: 992px) {
    .hmlegal-team {
        background-image: url(../images/hm-ceschmidt-bg-img.webp);
    }
}
.hmlegal-sec {
    padding: 250px 0 160px;
}
.hmprvdng-legai-blk {
    display: flex;
    justify-content: space-between;
}
.hmprvdng-legal-lft {
    width: 47.2%;
}
.hmprvdng-legal-rit {
    width: 46.7%;
    padding: 0 20px 0 0;
    position: relative;
    z-index: 1;
}
.hmprvdng-legal-rit::before {
    position: absolute;
    content: "";
    background-color: #5b8f94;
    width: 64.3%;
    height: 87.5%;
    right: 0;
    top: 34px;
    z-index: -1;
}
.hmprvdng-legal-lft h2 {
    font-size: 90px;
    font-weight: 700;
    font-family: 'Inter';
    letter-spacing: -2.7px;
    line-height: 1;
    color: #000000;
    text-transform: capitalize;
    padding: 0 0 34px 0;
    margin: 0 0 28px 0;
    border-bottom: 1px solid #5b8f94;
}
.hmprvdng-legal-lft h2 strong {
    color: #5b8f94;
    font-weight: 700;
}
.hmprvdng-legal-btn.cmn-btn {
    width: 100%;
    max-width: 300px;
}
.hmprvdng-legal-cal {
    width: 100%;
    max-width: calc(100% - 300px);
}
.hmprvdng-legal-lft p {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter';
    line-height: 1.9;
    letter-spacing: -0.6px;
    color: #000;
    margin: 0 0 38px 0;
}
.hmprvdng-legal-btm {
    display: flex;
    justify-content: flex-start;
    gap: 29px;
    align-items: center;
}
.hmprvdng-legal-btn a {
    padding: 25px;
    text-align: center;
    width: 100%;
}
.hmprvdng-legal-cal p {
    font-size: 19px;
    font-weight: 300;
    font-family: 'Inter';
    line-height: 1;
    letter-spacing: -0.57px;
    text-transform: uppercase;
    color: #5b8f94;
    padding: 0 0 0 56px;
    position: relative;
    margin: 0;
}
.hmprvdng-legal-cal p a {
    font-size: 37px;
    letter-spacing: -1.11px;
    color: #000000;
    display: block;
    font-weight: 700;
}
.hmprvdng-legal-cal p a:hover {
    color: #5b8f94;
}
.hmprvdng-legal-cal p a::before {
    position: absolute;
    content: "";
    margin: auto;
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -179px -47px;
    width: 42px;
    height: 42px;
    left: 0;
    top: 0;
    bottom: 0;
}
.hmprvdng-legal-img img {
    width: 100%;
    display: block;
}
.hmteam-sec {
    padding: 170px 0 0;
    position: relative;
}
.team-atrnys {
    background-image: url(../images/hm-team-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.team-atrny-sec {
    position: relative;
}
.hm-team-lft {
    display: flex;
}
.team-atrny-cont h3 {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 66px;
    line-height: 1;
    letter-spacing: -1.98px;
    color: #fff;
    margin: 0 0 5px 0;
}
.team-atrny-cont h6 {
    font-weight: 300;
    font-size: 29px;
    letter-spacing: -0.87px;
    font-family: 'Inter';
    line-height: 1;
    color: #fff;
    margin-bottom: 30px;
}
.team-atrny-cont p {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: -0.6px;
    color: #fff;
    margin: 0 0 61px 0;
}
.tream-atrny-rght {
    width: 59.3%;
    padding: 7px 76px 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.team-btns {
    display: flex;
    gap: 40px;
    margin: 0 0 30px;
    position: relative;
    z-index: 4;
}
.hmfamilylaw-sec {
    background-image: url(../images/hmfmly-law-bg-img-mobile.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 65px 0 30px;
}
@media screen and (min-width: 481px) {
    .hmfamilylaw-sec {
        padding: 95px 0 30px;
    }
}
@media screen and (min-width: 768px) {
    .hmfamilylaw-sec {
        padding: 115px 0 40px;
    }
}
@media screen and (min-width: 992px) {
    .hmfamilylaw-sec {
        padding: 285px 0 50px;
        background-image: url(../images/hmfmly-law-bg-img.webp);
    }
}
@media screen and (min-width: 1241px) {
    .hmfamilylaw-sec {
        padding: 315px 0 50px;
    }
}
@media screen and (min-width: 1441px) {
    .hmfamilylaw-sec {
        padding: 363px 0 65px;
    }
}
@media screen and (min-width: 1601px) {
    .hmfamilylaw-sec {
        padding: 485px 0 80px;
    }
}
@media screen and (min-width: 1701px) {
    .hmfamilylaw-sec {
        padding: 555px 0 90px;
    }
}
.hmfamilylaw-sec h2 {
    font-size: 100px;
    font-weight: 700;
    font-family: 'Inter';
    letter-spacing: -3px;
    line-height: 1;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0 0 26px 0;
    padding: 123px 0 0;
    position: relative;
}
.hmfamilylaw-sec h2::before {
    position: absolute;
    content: "";
    margin: auto;
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -331px -10px;
    width: 257px;
    height: 91px;
    left: 0;
    right: 0;
    top: 0;
}
.hmfamilylaw-sec h3 {
    font-size: 86px;
    font-weight: 300;
    font-family: 'Inter';
    color: #ffffff;
    letter-spacing: -2.85px;
    line-height: 0.97;
    text-transform: capitalize;
    margin: 0 0 50px 0;
    padding: 0 90px 0 70px;
    position: relative;
    display: inline-block;
}
.hmfamilylaw-sec h3::before {
    position: absolute;
    content: "";
    margin: auto;
    background-image: url(../images/hmfmlylaw-crp-lft.webp);
    background-repeat: no-repeat;
    width: 152px;
    height: 225px;
    left: 0;
    top: 37px;
    bottom: 0;
    opacity: 11%;
}
.hmfamilylaw-sec h3::after {
    position: absolute;
    content: "";
    margin: auto;
    background-image: url(../images/hmfmlylaw-crp-rit.webp);
    background-repeat: no-repeat;
    width: 152px;
    height: 225px;
    right: 0;
    top: 37px;
    bottom: 0;
    opacity: 11%;
}
.hmfmly-law-btn a {
    font-size: 26px;
    letter-spacing: -0.78px;
    padding: 24px 50px 24px 50px;
    border: 2px solid #ffffff;
    margin-bottom: 20px;
}
.hmfmly-law-btn a span {
    color: #f00;
}
.hmfamilylaw-sec p {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Inter';
    line-height: 1;
    letter-spacing: -0.48px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
}
.hmteam-sec {
    padding: 0 0 0;
    position: relative;
}
.hmteam-sec .container {
    max-width: 1710px;
    position: relative;
    padding: 0 60px 0 0;
}
.hmteam-sec .team-atrny-main {
    display: flex !important;
    align-items: end;
    justify-content: space-between;
    z-index: 1;
}
.hmteam-sec .team-atrny-cnt-main {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.hmteam-sec .team-atrny-cnt-main::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-image: url(../images/experienced-back.webp);
    border-radius: 0 100px 0 0;
    width: 95.6%;
    height: 72.1%;
    z-index: -1;
}
.hmteam-sec .left-cnt {
    width: 41.6%
}
.hmteam-sec .right-cnt {
    padding: 158px 0 0;
    width: 54%;
}
.hmteam-sec .eric-schmidt-btn {
    display: flex;
    gap: 15px;
    margin: 0 0 50px;
}
.hmteam-sec .team-members {
    display: flex;
    gap: 30px;
    align-items: center;
    width: 100%;
    max-width: 630px;
    position: absolute;
    bottom: -80px;
    right: 18%;
}
.hmteam-sec .team-members .team-mem {
    background: #093b42;
}
.hmteam-sec .team-members .owl-item.active.current .mem-imge img {
    opacity: 100%;
}
.hmteam-sec .team-members .mem-imge img {
    opacity: 20%;
}
.hmteam-sec .cmn-btn a {
    font-size: 24px;
    background-color: #346f77;
    border: 2px solid #ededed;
    letter-spacing: -0.7px;
}
.hmteam-sec .cmn-btn a:hover {
    background-color: transparent;
}
.hmteam-sec .cmn-btn a:before,
.hmteam-sec .cmn-btn a:after {
    display: none;
}
.hmteam-sec .eric-schmidt-cnt {
    padding-right: 40px;
}
.hmteam-sec .right-cnt h2 {
    font-family: 'Inter';
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2.7px;
    text-transform: capitalize;
    color: #000;
    text-align: right;
    margin: 0 0 106px -40px;
}
.hmteam-sec .right-cnt h2 strong {
    color: #57898d;
}
.hmteam-sec .eric-schmidt-cnt h3 {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 66px;
    line-height: 1;
    letter-spacing: -1.98px;
    color: #fff;
    margin: 0 0 7px;
}
.hmteam-sec .eric-schmidt-cnt h6 {
    font-weight: 300;
    font-size: 29px;
    letter-spacing: -0.87px;
    font-family: 'Inter';
    line-height: 1;
    color: #fff;
    margin: 0 0 25px;
}
.hmteam-sec .eric-schmidt-cnt p {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: -0.6px;
    color: #fff;
    margin: 0 0 61px 0;
}
.hmteam-sec .team-atrny-main.owl-carousel .owl-nav {
    display: flex;
    gap: 20px;
    position: absolute;
    bottom: -80px;
    right: 70px;
}
.hmteam-sec .team-atrny-main.owl-carousel .owl-nav button.owl-prev,
.team-atrny-main.owl-carousel .owl-nav button.owl-next {
    width: 62px;
    height: 62px;
    background-image: url(../images/hm-sprites.webp);
    background-position: -10px -47px;
    font-size: 0;
}
.hmteam-sec .team-atrny-main.owl-carousel .owl-nav button.owl-next {
    background-position: -96px -47px;
}
.hmteam-sec .team-atrny-main.owl-carousel .owl-nav button.owl-prev:hover {
    background-position: -10px -123px;
}
.hmteam-sec .team-atrny-main.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -96px -123px;
}
.hm-testimonials {
    background-image: url(../images/testi-back.webp);
    padding: 180px 0 130px;
    margin: -80px 0 0;
    border-radius: 0 0 0 100px;
    position: relative;
}
.hm-testimonials h2.text-heading {
    font-family: 'Inter';
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2.7px;
    text-transform: capitalize;
    color: #000;
    text-align: center;
    margin: 0 0 10px;
}
.hm-testimonials h5 {
    font-family: 'Inter';
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    color: #000;
    text-align: center;
    margin: 0 0 60px;
}
.hm-testimonials .hm-testi-item {
    background-color: #fff;
    padding: 60px 76px 50px;
    border-radius: 0 100px 0 100px;
    position: relative;
    min-height: 430px;
}
.hm-testimonials .hm-testi-item::before {
    position: absolute;
    content: "";
    top: 33px;
    left: 80px;
    background-image: url(../images/hm-sprites.webp);
    background-position: -10px -291px;
    width: 76px;
    height: 76px;
}
.hm-testimonials .hm-testi-item::after {
    position: absolute;
    content: "";
    bottom: 30px;
    right: 40px;
    background-image: url(../images/hm-sprites.webp);
    background-position: -102px -291px;
    width: 76px;
    height: 76px;
}
.hm-testimonials .star-rat {
    background-image: url(../images/hm-sprites.webp);
    background-position: -387px -121px;
    width: 154px;
    height: 26px;
    margin: 0 0 35px 110px;
}
.hm-testimonials .hm-testi-item p {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -0.6px;
    color: #000;
    position: relative;
    margin: 0 0 60px;
}
.hm-testimonials .hm-testi-item h5 {
    font-family: 'Inter';
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.9px;
    text-transform: capitalize;
    text-align: left;
    color: #000;
    position: relative;
    margin: 0 !important;
}
.hm-testimonials .cmn-btn {
    text-align: center;
}
.hm-testimonials .cmn-btn a {
    font-size: 26px;
    letter-spacing: -0.7px;
    padding: 30px 60px;
    position: relative;
    z-index: 1;
}
.hm-testimonials .testi-blck.owl-carousel {
    position: relative;
    padding: 0 20px;
    margin: 0 0 65px;
    z-index: 1;
}
.hm-testimonials .testi-blck.owl-carousel::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 10px;
    background-color: #5b8f94;
    border-radius: 0 0 0 100px;
    width: 21.1%;
    height: 69%;
    z-index: -1;
}
.hm-testimonials .testi-blck.owl-carousel::after {
    position: absolute;
    content: "";
    top: -10px;
    right: 10px;
    background-color: #5b8f94;
    border-radius: 0 100px 0 0;
    width: 21.1%;
    height: 69%;
    z-index: -1;
}
.hm-testimonials .testi-blck .owl-nav {
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    bottom: -142px;
    left: 0;
    right: 0;
    margin: auto;
    width: 38%;
}
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-prev,
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next {
    width: 63px;
    height: 63px;
    background-image: url(../images/hm-sprites.webp);
    background-position: -10px -199px;
    font-size: 0;
}
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next {
    background-position: -95px -199px;
}
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-prev:hover {
    background-position: -10px -123px;
}
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -96px -123px;
}
.hm-form-sec {
    padding: 195px 0 98px;
    background-color: #57898d;
    margin: -100px 0 0;
}
.hm-form-sec .container {
    max-width: 1760px;
    width: 100%;
    margin: auto;
}
.hm-form-sec .form-main {
    display: flex;
    gap: 80px;
    justify-content: flex-start;
}
.hm-form-sec .form-main .map-lft iframe {
    height: 610px;
    width: 100%;
}
.hm-form-sec .form-main .form-rgt {
    width: 39.8%;
    position: relative;
}
.hm-form-sec .form-main .map-lft {
    width: 50%;
    padding: 30px 0 0 100px;
    position: relative;
    z-index: 1;
}
.hm-form-sec .form-main .map-lft::before {
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    height: 100%;
    background-color: #3a6366;
    z-index: -1;
}
.hm-form-sec .form-main .map-lft h3 {
    font-size: 71px;
    font-weight: 400;
    font-family: 'Inter';
    letter-spacing: -2.13px;
    line-height: 1;
    color: #ffffff;
    text-transform: capitalize;
    position: absolute;
    left: -130px;
    bottom: 0;
    top: 0;
    margin: auto;
    height: max-content;
    transform: rotate(270deg);
}
.hm-form-sec .form-main .form-rgt h2 {
    font-size: 90px;
    font-weight: 700;
    font-family: 'Inter';
    letter-spacing: -2.7px;
    line-height: 1;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.hm-form-sec .form-main .form-rgt p {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter';
    line-height: 1.5;
    letter-spacing: -0.6px;
    color: #fff;
    margin: 0 0 20px 0;
}
.hm-form-sec .form-main .map-lft p {
    margin: 0;
}
.hm-form-sec .gform-theme--foundation {
    --gf-form-gap-x: 18px;
    --gf-form-gap-y: 18px;
}
.hm-form-sec p.gform_required_legend {
    display: none;
}
.hm-form-sec .gform_wrapper .top_label input,
.hm-form-sec .gform_wrapper select,
.hm-form-sec .gform_wrapper .top_label textarea {
    margin: 0;
    width: 100% !important;
    color: #040d2e;
    outline: 0;
    position: relative;
    font-family: 'Inter' !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    border-radius: 0 !important;
    border: 1px solid #cad0d7 !important;
    padding: 20px 25px !important;
    transition: all 0.5s;
    height: auto;
}
.hm-form-sec .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 174px !important;
    resize: none;
}
.hm-form-sec .gform-theme--foundation .gfield textarea.medium {
    min-block-size: 0;
    background-color: #fff
}
.hm-form-sec .form-links {
    color: #fff !important;
}
.hm-form-sec .gform_wrapper .form-links a,
.hm-form-sec .gform-theme--framework .gform-field-label--type-inline {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0;
    text-decoration: none;
    color: #fff;
    display: inline-block;
}
.hm-form-sec .gform-theme--framework .gform-field-label--type-inline {
    line-height: 1 !important;
    margin: 0;
}
.hm-form-sec .gform_wrapper .form-links a:hover {
    color: #000;
}
.hm-form-sec .gform-theme--framework input[type=checkbox]:before {
    width: 15px;
}
.gchoice.gchoice_1_7_1 {
    display: flex;
    align-items: center;
    margin: -15px 0 0 0;
}
.form-top span,
.hm-form-sec .gform_wrapper .top_label .chkbx label span {
    color: #ed3731;
}
.hm-form-sec .gform_wrapper .gfield_radio label,
.hm-form-sec .gform_wrapper .top_label .chkbx label {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #fff;
}
.hm-form-sec .gform_wrapper .top_label .chkbx label {
    font-weight: 700;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    float: left;
    clear: both;
    width: auto !important;
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
    border-radius: 0;
    max-width: inherit !important;
}
.hm-form-sec .gform_wrapper .gform_footer.top_label {
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 50px;
}
.hm-form-sec .gform_wrapper .gform_validation_errors {
    display: none;
}
.hm-form-sec .gform_wrapper .gfield_validation_message,
.hm-form-sec .gform_wrapper .validation_message {
    background: transparent;
    border: none;
    margin-top: 0;
    padding: 0;
}
.hm-form-sec .gform_wrapper.gravity-theme .description,
.hm-form-sec .gform_wrapper.gravity-theme .gfield_description,
.hm-form-sec .gform_wrapper.gravity-theme .gsection_description,
.hm-form-sec .gform_wrapper.gravity-theme .instruction {
    font-size: 13px;
    line-height: inherit;
    clear: both;
    font-family: inherit;
    letter-spacing: normal;
    padding-top: 0;
    width: 100%;
}
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {
    background-color: transparent !important;
    font-family: 'Inter' !important;
    font-size: 29px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    padding: 19px 32px !important;
    text-decoration: none;
    outline: none !important;
    border: 2px solid #fff !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #ffffff !important;
    width: 350px !important;
    text-transform: uppercase !important;
    height: auto !important;
    margin: 0;
    display: inline-block !important;
    border-radius: 0 !important;
}
.hm-form-sec .gform_wrapper .gform_footer.top_label::before {
    position: absolute;
    content: "";
    background-color: rgb(9 59 66 / 24%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    width: 13%;
    height: 47%;
    right: 2px;
    top: 2px;
}
.hm-form-sec .gform_wrapper .gform_footer.top_label::after {
    position: absolute;
    content: "";
    background-color: rgb(9 59 66 / 24%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    width: 12%;
    height: 47%;
    left: 2px;
    bottom: 2px;
}
.hm-form-sec .gform_wrapper .gform_footer.top_label:hover {
    background-color: rgb(9 59 66 / 24%);
}
.hm-form-sec input,
.hm-form-sec textarea {
    --placeholdercolor: #000;
}
.hm-form-sec div#validation_message_1_7 {
    left: 110px;
    top: 10px;
}
.hm-form-sec .gform_wrapper div.validation_error {
    text-align: center;
    border: none;
    padding: 0 !important;
}
.hm-form-sec .gform_wrapper .gfield {
    position: relative;
}
.hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 23px;
    background: none;
    padding: 0;
    line-height: 1;
    color: red;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    margin: 0;
    pointer-events: none;
}
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    bottom: 12px;
    top: inherit;
    position: absolute;
    right: 10px;
    width: inherit;
}
.hm-form-sec .gform_wrapper .validation_message,
.hm-form-sec .gform_wrapper div.validation_error {
    color: red;
    letter-spacing: 0.56px;
    font-size: 15px;
    line-height: 18px;
}
.hm-form-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}
.hm-form-sec .gform_wrapper li.gfield.gfield_error,
.hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit !important;
    border: none;
    padding: 0 !important;
    margin-top: 0 !important;
}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup .popuptext {
    visibility: hidden;
    color: #000;
    position: relative;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    margin: 10px 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 2;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
}
.gform_button.disabled {
    pointer-events: none;
}
div#popup-container {
    position: absolute;
}
.mobile_image {
    display: block;
}
.desktop_image {
    display: none;
}
@media screen and (min-width: 992px) {
    .mobile_image {
        display: none;
    }
    .desktop_image {
        display: block;
    }
}