/* Home Banner Section */

.home .banner-sec{
    background-color: #000;
    padding: 300px 0;
}
.lp-links {
    text-align: center;
}
/* .lp-links a {
    color: #ffff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    background-color: #9f0000;
    padding: 30px 40px;
    display: inline-block;
}
.lp-links a:hover {
    background-color: #fff;
    color: #9f0000;
} */

/* HomePage Form Section Starts */

.hm-form-sec .text-heading {
    font-size: 70px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.hm-form-sec .frm-para{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 30px;
}

.hm-form-sec .frm-para a{
    color: #9f0000;
    font-weight: 500;
}
.hm-form-sec .frm-para a:hover{
    color: #fff;
}
.hmform-siteftr {
    padding: 250px 0 35px;
    background: url(../images/hmform-siteftr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -140px 0 0;
}

.hm-form-sec {
    padding: 0 0 72px;
}
.hm-form-sec .container{
    max-width: 1280px;
}
.hm-form-sec .text-heading {
    text-align: center;
}
.hm-frm-blk {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
 
.hm-frm-lft {
    width: 50%;
}
.hm-frm-rit {
    width: 43%;
}
.our-florida{
    font-family: 'Oswald';
    font-size: 37px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 30px;
}
.hm-tabs-block .tab-btn-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 56px;
}
.hm-tabs-block .tab-btn{
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    padding: 21px 14px 21px 38px;
    background-color: #4d4d4d;
    position: relative;
    cursor: pointer;
}
.hm-tabs-block .tab-btn.tab-btn-active{
    background-color: #9f0000;
}
.hm-tabs-block .tab-btn::before {
    position: absolute;
    content: "";
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    width: 17px;
    height: 25px;
    background-position: -147px -9px;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-tabs-block .tab-pane {
    display: none;
}
.hm-tabs-block .tab-pane.tab-pane-active {
    display: block;
}
.hm-tabs-block .iframe-form {
    clip-path: polygon(90% 0, 100% 14%, 100% 100%, 0 100%, 0 0);
}
.hm-tabs-block .tab-content-area {
    position: relative;
}
.form-addrs {
    padding: 17px 32px 12px 18px;
    width: 100%;
    max-width: 235px;
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 16px;
}
.form-addrs h4{
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #9f0000;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.form-addrs p{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    color: #000000;
    margin: 0 0 12px;
}
.frm-adrs, .frm-phn {
    padding-left: 34px;
    position: relative;
}
.frm-adrs::before, .frm-phn a::before{
    position: absolute;
    content: "";
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    width: 21px;
}
.frm-adrs::before{
    background-position: -108px -9px;
    height: 31px;
    left: 0;
    top: 0;
}
.frm-phn a::before{
    background-position: -69px -9px;
    height: 21px;
    left: 0;
    bottom: 6px
}
.frm-phn a{
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    color: #9f0000;
    letter-spacing: 0.5px;
    margin: 0;
    display: inline-block;
}
.frm-phn a:hover{
    color: #000000;
}
.ftr-form {
    padding: 38px 42px 50px;
    background-color: #9f0000;
}
.iframe-form iframe {
    height: 463px;
}
.case-evaluation{
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 57px;
    text-transform: uppercase;
    line-height: 1.08;
    color: #ffffff;
    margin: 0 0 13px;
}
.ftr-form p{
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 30px;
}
.hm-form-sec .gfield input.large, .hm-form-sec .gfield textarea.large{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1;
    padding: 15px 15px 15px 16px  !important;
    color: #000 !important;
    border: 0;
    outline: 0;
    height: 59px;
    background-color: #fff;
    border-radius: 0 !important;
}
.hm-form-sec .gfield textarea.large {
    height: 155px !important;
    resize: none;
}
.hm-form-sec .gform-theme--foundation .gfield textarea.large {
    min-block-size: 18rem;
    min-height: auto;
}
.hm-form-sec .gfield input::placeholder,
.hm-form-sec .gfield textarea::placeholder {
    color: #000;
}
.hm-form-sec .form-links a,
.hm-form-sec .gfield-choice-input+label {
   font-family: 'Roboto' !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1;
    letter-spacing: -0.32px;
    color: #ffffff !important;
    margin: 0;
}
.hm-form-sec .gchoice {
    margin: -40px 0 0;
    text-align: right;
}
.hm-form-sec .gchoice.gchoice_1_8_1 {
    padding: 5px 0 0;
    width: max-content;
    margin-left: auto;
}
.hm-form-sec .form-links {
    width: max-content;
    margin: -5px 0 0 0;
        z-index: 1;
    position: relative;
    color: #fff !important;
}
.hm-form-sec .form-links a {
    cursor: pointer;
    text-decoration: none;
}
.hm-form-sec .form-links a:hover {
    color: #000;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    margin: -2px 5px 0px 0 !important;
    width: 15px !important;
    height: 15px !important;
}
.hm-form-sec .gform_fields {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 18px;
}
.hm-form-sec .gform_footer {
    margin: -54px 0 0;
    padding: 0;
}
.hm-form-sec #field_submit,
.hm-form-sec .gform_footer {
    display: flex;
    justify-content: flex-end;
}
.hm-form-sec .gform_footer input[type="submit"] {
    padding: 17px 70px !important;
    font-family: 'Oswald' !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    border-radius: 0 !important;
    letter-spacing: 0.44px !important;
    text-transform: uppercase !important;
    background: #000000 !important;
    border: none !important;
    color: #ffffff !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    width: 100% !important;
    transition: 0.3s !important;
    margin: 28px 0 0 !important;
}
.hm-form-sec .gform_footer input[type="submit"]:hover {
    background: #fff !important;
    color: #000 !important;
}
.hm-form-sec .gchoice.gchoice_1_12_1 input {
    width: 15px;
    height: 15px;
}
.hm-form-sec .popup {
    max-width: 60%;
}
.hm-form-sec div#popup-container {
    position: relative;
}
.hm-form-sec div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}
.hm-form-sec .gform_wrapper .gform_validation_errors {
    display: none;
}
.hm-form-sec .gform_wrapper .gfield {
    position: relative;
}
#myPopup.show {
    display: block;
    visibility: visible;
    z-index: 99;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    top: 37px;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}
.hm-form-sec .popup {
    max-width: 100%;
}
.hm-form-sec .gform_wrapper .gform_fields {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.hm-form-sec .gform-theme--framework .gfield--type-choice .gchoice, .gform-theme--framework .gfield--type-choice .ginput_container_consent {
    justify-content: end;
}
#myPopup.show {
    position: absolute;
    z-index: 5;
    padding: 10px;
    display: none;
    margin: 0;
}
.popuptext {
    transition: transform .15s ease-out .15s;
    pointer-events: none;
    text-align: center;
    border: 1px solid rgb(22 80 41);
    background: #fff;
    font-size: 14px;
    color: #000 !important;
    line-height: 1.5;
    max-width: 650px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}
.hm-form-sec .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    justify-content: center;
}
.hm-tabs-block .tab-btn:hover{
    background-color: #9f0000;
}
 div#validation_message_1_8 {
    display: none;
}
/* HomePage Form Section Ends */





/* HomePage Form Section Responsive */
 
@media screen and (max-width:1700px) {
    .hm-form-sec .container {
        max-width: 1300px;
    }
 
    .hmform-siteftr { padding: 180px 0 35px; }
    .our-florida{font-size: 35px;margin: 0 0 26px;}
    .case-evaluation{font-size: 55px;}
    .ftr-form p{font-size: 18px;margin: 0 0 26px;}
    .ftr-form { padding: 38px 35px 46px;}
        .hm-form-sec .text-heading {
    font-size: 60px;}
}
@media screen and (max-width:1500px) {
    .hm-form-sec .container {
        max-width: 1100px;
    }
 
    .hmform-siteftr { padding: 160px 0 30px; }
    .our-florida { font-size: 33px; margin: 0 0 22px; }
    .hm-tabs-block .tab-btn{font-size: 18px;padding: 18px 14px 18px 36px;}
    .hm-tabs-block .tab-btn::before, .frm-adrs::before, .frm-phn a::before{transform: scale(0.9);}
    .case-evaluation { font-size: 48px; }
    .ftr-form p { font-size: 17px; margin: 0 0 24px; }
    .hm-form-sec .gfield input.large, .hm-form-sec .gfield textarea.large{font-size: 15px !important;padding: 12px 15px 12px 16px !important; height: 52px;}
    .hm-form-sec .gfield textarea.large { height: 132px !important; min-height: auto; }
    .hm-form-sec .gform_wrapper .gform_fields{grid-row-gap: 12px;grid-column-gap: 12px;}
    .hm-form-sec .form-links a, .hm-form-sec .gfield-choice-input+label{font-size: 14px !important;}
    .hm-form-sec .gform_wrapper .top_label input[type="checkbox"] { margin: -1px 4px 0px 0 !important; width: 13px !important; height: 13px !important; min-width: auto; }
    .hm-form-sec .gform_footer input[type="submit"] { padding: 15px 30px !important; font-size: 20px !important; margin: 18px 0 0 !important; }
    .hm-form-sec { padding: 0 0 50px; }
    .form-addrs h4{font-size: 19px;margin: 0 0 8px;}
    .form-addrs p{font-size: 15px;}
    .form-addrs { padding: 15px 25px 12px 16px;}
    .hm-tabs-block .tab-btn-group{margin: 0 0 45px;}
    .hm-form-sec .text-heading {
    font-size: 50px;}
}
@media screen and (max-width:1240px) {
    .hm-form-sec .container {
        max-width: 900px;
    }
 
    .hmform-siteftr { padding: 142px 0 20px; }
    .our-florida { font-size: 31px; margin: 0 0 18px; }
    .hm-tabs-block .tab-btn { font-size: 16px; padding: 16px 14px 16px 32px; }
    .hm-tabs-block .tab-btn::before{transform: scale(0.8);left: 8px;}
    .hm-frm-lft { width: 51%; }
    .ftr-form { padding: 26px 22px 30px; }
    .case-evaluation { font-size: 44px; }
    .ftr-form p { font-size: 16px; margin: 0 0 22px; }
    .hm-form-sec .gfield input.large, .hm-form-sec .gfield textarea.large{font-size: 14px !important;height: 48px;}
    .hm-form-sec .gfield textarea.large { height: 118px !important; }
    .hm-form-sec .form-links a, .hm-form-sec .gfield-choice-input+label { font-size: 12px !important;letter-spacing: 0.1px; }
    .hm-form-sec .gform_footer input[type="submit"] { font-size: 18px !important; margin: 12px 0 0 !important; }
    .form-addrs { padding: 15px 16px 12px 16px; max-width: 212px; }
    .frm-adrs::before, .frm-phn a::before{transform: scale(0.8);}
    .frm-adrs, .frm-phn {padding-left: 28px;}
    .frm-phn a{font-size: 22px;}
    .form-addrs h4 { font-size: 18px; }
    .hm-tabs-block .tab-btn-group { margin: 0 0 40px; }
    .hm-form-sec .gchoice { margin: -38px 0 0;}
    .hm-form-sec .gform_wrapper .top_label input[type="checkbox"] { margin: 0px 4px 0px 0 !important;}
    .hm-form-sec { padding: 0 0 40px; }
    .hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    font-size: 11px;
}
.hm-form-sec .text-heading{font-size: 45px;}


}


@media screen and (max-width:1024px){
    .hm-frm-blk { align-items: center; flex-direction: column; }
        .hm-form-sec .container {
        max-width: 720px;
    }
    .hm-frm-lft, .hm-frm-rit{ width: 100%; max-width: 420px; margin: auto;}
    .hm-frm-lft{margin: 0 auto 25px;}
    .hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    font-size: 9px;
}
.hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message, .hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    font-size: 11px;
}
.hm-form-sec .gchoice {
    margin: -30px 0 0;
}
    .form-addrs {
        padding: 10px;
        max-width: 212px;
    }
        .form-addrs p {
        font-size: 14px;
    }
        .frm-phn a {
        font-size: 20px;
    }
    .hm-form-sec .frm-para{font-size: 18px; text-align: center; max-width: 420px ;  margin: 0 auto 15px; text-align: left;}
    .hm-form-sec .text-heading{max-width: 420px; margin: 0 auto 20px; font-size: 36px; text-align: left;}
        
    .hmform-siteftr { padding: 70px 0 20px; background: #1e1e1c; }
    .iframe-form iframe { height: 365px; }
    .case-evaluation { font-size: 36px; }
    .hmform-siteftr {
        padding: 40px 0 15px;
        background: #1e1e1c;
        margin: 0;
    }
    .hm-form-sec .gchoice.gchoice_1_8_1 {
    padding: 0;
    }
        .ftr-form p {
        font-size: 14px;
        margin: 0 0 12px;
    }
}

@media screen and (max-width:767px) {
    .hm-form-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }
 
    .hm-form-sec .gchoice { margin: -10px 0 0; text-align: left; }

    .hm-form-sec .gchoice.gchoice_1_8_1 {
    padding: 0;
    width: max-content;
    margin: -11px 0 0 0;
}
.hm-form-sec .text-heading{font-size: 29px;}
.hm-form-sec .frm-para{font-size: 15px; line-height: 1.5;}
}
 
@media screen and (max-width:480px) {
 
    .hmform-siteftr { padding: 40px 0 20px; background: #1e1e1c; }
    .our-florida { font-size: 26px; margin: 0 0 15px; }
    .hm-tabs-block .tab-btn-group { margin: 0 0 30px; }
    .hm-tabs-block .tab-btn { max-width: 130px; width: 100%; }
    .case-evaluation { font-size: 30px; }
    .ftr-form { padding: 18px; }
    .ftr-form p { font-size: 14px; margin: 0 0 16px; }
    .ftr-logo img {
    width: 100%;
    display: block;
    max-width: 250px;
}
    .hm-form-sec .text-heading {
        font-size: 25px;
    }
    .hm-form-sec .frm-para{font-size: 14px;}
}
 
/* HomePage Form Section Responsive End */




