.container {
    max-width: 1170px !important;
    padding: 0 30px !important;
}

body {
    font-family: 'Poppins', sans-serif !important;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #c0c0c0;
}

body::-webkit-scrollbar-thumb {
    background: #EC2228;
}

/*====================================== florida-florida-cta ========================================*/
.florida-cta {
    display: inline-block;
    text-transform: capitalize;
    border-radius: 8px;
    background: #EC2228;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding: 11px 26px;
}

.florida-cta:hover {
    color: #fff;
}

.florida-cta:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    background: #ff4b4e;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.florida-cta:hover:before {
    bottom: 0;
}




/* ===================================Header=================================== */
.florida-main-header {
    width: 100%;
    display: block;
    padding: 45px 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: 9; */
}

.florida-main-header:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(https://noonesellsmore.com/wp-content/themes/nicholas-child/images/florida-images/header-shape.png);
    background-repeat: no-repeat;
    width: 288px;
    height: 190px;
}

.florida-main-header .header-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.florida-main-header .contact-no-wrap {
    display: flex;
    align-items: center;
}

.florida-main-header .contact-no-wrap p {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.016em;
    color: #fff;
    margin: 0;
}

.florida-main-header .contact-no-wrap .florida-cta-link {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.016em;
    color: #fff;
    text-decoration: underline !important;
    margin-right: 40px;
}

.florida-main-header .contact-no-wrap .florida-cta-link:hover {
    color: #ff2f33;
}

/*====================================== Banner ========================================*/
.florida-home-banner {
    width: 100%;
    display: block;
    padding: 190px 0 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: top right;
}

.florida-home-banner .bnr-content h1 {
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 0.015em;
    color: #EC2228;
    margin: 0 0 25px;
    position: relative;
    z-index: 9;
}

.florida-home-banner .bnr-content h4 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.012em;
    color: #000000;
    margin: 0;
}

.florida-home-banner .bnr-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.006em;
    color: #383838;
    margin: 25px 0 0;
}

.florida-home-banner .bnr-content p a {
    font-weight: 700;
    color: #383838;
}

.florida-home-banner .bnr-content p a:hover {
    color: #ff2f33;
}

.florida-home-banner .bnr-content .florida-cta {
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.019em;
    color: #fff;
    padding: 15px 24px;
    margin-top: 25px;
}

/*====================================== Strategy Sec ========================================*/
.florida-strategy-sec {
    width: 100%;
    display: block;
    padding: 75px 0 100px;
    margin: 0;
    text-align: center;
}

.florida-strategy-sec h2 {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.015em;
    color: #EC2228;
    margin: 0;
}

.florida-strategy-sec p {
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.015em;
    color: #383838;
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 0;
}

.florida-strategy-sec .row {
    margin-top: 55px;
}

.florida-strategy-sec .each-strategy {
    background: #fff;
    box-shadow: 0px 12px 31px rgba(27, 91, 255, 0.1);
    border-radius: 15px;
    padding: 40px 20px;
    height: 100%;
    transition: 0.5s ease-in-out;
}

.florida-strategy-sec .each-strategy:hover {
    transform: translateY(-10px);
}

.florida-strategy-sec .each-strategy img {
    margin: 0 auto;
    max-width: 90px;
}

.florida-strategy-sec .each-strategy h3 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.025em;
    color: #EC2228;
    margin: 30px 0 0;
}

.florida-strategy-sec .each-strategy p {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.025em;
    color: #383838;
    margin: 30px 0 0;
}

.florida-strategy-sec .each-strategy p span {
    color: #eb2428;
    text-decoration: underline;
}

/*====================================== Abt Sec ========================================*/
.florida-abt-sec {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.florida-abt-sec .content-wrap .section-heading {
    margin: 0 0 50px;
}

.florida-abt-sec .content-wrap .section-heading h5 {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.015em;
    color: #EC2228;
    margin: 0;
}

.florida-abt-sec .content-wrap h2 {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0.015em;
    color: #000000;
    margin: 0 0 20px;
}

.florida-abt-sec .content-wrap .each-item {
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
}

.florida-abt-sec .content-wrap .each-item:after {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #EC2228;
}

.florida-abt-sec .content-wrap .each-item h3 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.015em;
    color: #EC2228;
    margin: 0;
}

.florida-abt-sec .content-wrap .each-item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.015em;
    color: #000000;
    margin: 20px 0 0;
}

/*====================================== Form Sec ========================================*/
.florida-form-sec {
    width: 100%;
    display: block;
    padding: 130px 0;
    margin: 80px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.florida-form-sec:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
}

.florida-form-sec .row {
    position: relative;
    z-index: 1;
}

.florida-form-sec .content-wrap h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0.015em;
    color: #EC2228;
    margin: 0 0 35px;
}

.florida-form-sec .content-wrap p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.015em;
    color: #fff;
    margin: 0;
}

.florida-form-sec .form-wrap .each-field {
    margin-bottom: 30px;
}

.florida-form-sec .form-wrap .each-field input,
.florida-form-sec .form-wrap .each-field select,
.florida-form-sec .form-wrap .each-field textarea {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    border: 2px solid transparent;
    font-size: 13px;
    font-weight: 600;
    color: #4B4B4B;
    padding: 12px 20px;
}

.florida-form-sec .form-wrap .each-field input::placeholder,
.florida-form-sec .form-wrap .each-field select::placeholder,
.florida-form-sec .form-wrap .each-field textarea::placeholder {
    opacity: 1;
}

.florida-form-sec .form-wrap .each-field input:focus,
.florida-form-sec .form-wrap .each-field select:focus,
.florida-form-sec .form-wrap .each-field textarea:focus {
    outline: none;
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.florida-form-sec .form-wrap .each-field textarea {
    min-height: 122px;
}

.florida-form-sec .form-wrap .each-field select {
    appearance: none;
    background-image: url(../images/img-7.png);
    background-repeat: no-repeat;
    background-position: 96%;
}

.florida-form-sec .form-wrap .submit-field {
    text-align: center;
}

.florida-form-sec .form-wrap .submit-field input[type=submit] {
    width: 239px;
    height: 46px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.015em;
    color: #fff;
    outline: none;
    border: 2.5px solid #FFFFFF;
    background-color: transparent;
}

.florida-form-sec .form-wrap .submit-field input[type=submit]:hover {
    background: #ff2f33;
    border-color: #ff2f33;
}

/*====================================== Responsive ========================================*/

@media screen and (min-width: 1600px) {
    .florida-home-banner {
        background-size: 800px;
        padding-bottom: 190px;
    }
}

@media screen and (min-width: 1900px) {
    .florida-home-banner {
        background-size: 880px;
        padding-bottom: 275px;
    }
}

@media screen and (max-width:1050px) {
    .florida-main-header {
        padding: 30px 0;
    }

    .florida-home-banner {
        background-size: 550px;
        padding: 135px 0 0;
    }

    .florida-home-banner .bnr-content h1 {
        font-size: 30px;
    }

    .florida-strategy-sec p {
        font-size: 18px;
        margin: 25px auto 0;
    }

    .florida-form-sec {
        padding: 80px 0;
    }

    .florida-form-sec .content-wrap h2 {
        font-size: 35px;
        line-height: 48px;
        margin: 0 0 25px;
    }

    .florida-form-sec .content-wrap p {
        font-size: 16px;
        line-height: 24px;
    }
}


@media screen and (max-width:991px) {
    .florida-home-banner {
        background-size: 500px;
        padding: 135px 0 0;
    }

    .florida-strategy-sec .col-lg-4 {
        width: 50%;
        margin: 0 auto 30px;
    }

    .florida-abt-sec .content-wrap .each-item p {
        font-size: 16px;
        line-height: 26px;
    }

    .florida-form-sec .content-wrap h2 {
        font-size: 30px;
        line-height: 44px;
    }
}

@media screen and (max-width:840px) {
    .florida-home-banner {
        background-size: 440px;
        padding: 115px 0 0;
    }

    .florida-home-banner .bnr-content h1 {
        font-size: 24px;
    }

    .florida-abt-sec .row:nth-child(even) {
        flex-direction: column-reverse;
    }

    .florida-abt-sec .col-md-5,
    .florida-abt-sec .col-md-7 {
        width: 100%;
        margin-bottom: 40px;
    }

    .florida-abt-sec .content-wrap .section-heading {
        margin: 0 0 16px;
    }

    .florida-abt-sec .img-wrap img {
        margin: 0 auto;
    }

    .florida-form-sec {
        margin: 0;
    }

    .florida-form-sec .col-md-6 {
        width: 100%;
    }

    .florida-form-sec .content-wrap {
        text-align: center;
        width: 100%;
        max-width: 700px;
        margin: 0 auto 30px;
    }

    .florida-form-sec .form-wrap {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    .florida-form-sec .form-wrap .col-md-6 {
        width: 50%;
    }
}

@media screen and (max-width:780px) {
    .florida-main-header .contact-no-wrap p {
        font-size: 15px;
    }

    .florida-main-header .contact-no-wrap .florida-cta-link {
        font-size: 15px;
        margin-right: 17px;
    }

    .florida-home-banner {
        background-size: 380px;
    }
}

@media screen and (max-width:767px) {
    .florida-home-banner {
        background-image: none !important;
    }

    .florida-strategy-sec,
    .florida-form-sec {
        /* padding: 70px 0; */
        padding: 70px 0 20px;
    }

    .florida-strategy-sec p {
        font-size: 16px;
        line-height: 24px;
    }

    .florida-form-sec .content-wrap h2 {
        font-size: 28px;
        line-height: 37px;
    }


    /*  */

    .florida-abt-sec .row:nth-child(odd) {
        flex-direction: column-reverse;
    }
    .florida-abt-sec .row:nth-child(even) {
        flex-direction: row-reverse;
    }

    /*  */

}

@media screen and (max-width:640px) {

    .florida-strategy-sec .col-lg-4 {
        width: 100%;
    }

    .florida-strategy-sec .each-strategy {
        padding: 30px 15px;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    .florida-form-sec .content-wrap h2 {
        font-size: 30px;
    }
}

@media screen and (max-width:575px) {
    .florida-main-header .contact-no-wrap p {
        font-size: 14px;
    }

    .florida-main-header .contact-no-wrap .florida-cta-link {
        font-size: 14px;
        margin-right: 20px;
    }

    .florida-main-header .contact-no-wrap .florida-cta {
        font-size: 14px;
        padding: 10px 15px;
    }

    .florida-strategy-sec p {
        font-size: 15px;
        line-height: 22px;
        margin: 20px auto 0;
    }

    .florida-abt-sec .content-wrap h2 {
        font-size: 22px;
    }

    .florida-abt-sec .content-wrap .each-item h3 {
        font-size: 16px;
    }

    .florida-abt-sec .content-wrap .each-item p,
    .florida-form-sec .content-wrap p {
        font-size: 15px;
        line-height: 22px;
    }

    .florida-form-sec .content-wrap h2 {
        font-size: 24px;
    }
}

@media screen and (max-width:490px) {
    .florida-main-header {
        position: static;
        background: #FFBEBF;
    }

    .florida-main-header .header-area {
        flex-direction: column;
        justify-content: center;
    }

    .florida-main-header .contact-no-wrap {
        margin: 25px 0 0;
    }

    .florida-main-header .contact-no-wrap p,
    .florida-main-header .contact-no-wrap .florida-cta-link {
        color: #383838;
    }

    .florida-home-banner {
        padding: 25px 0 0;
    }

    .florida-form-sec .form-wrap .each-field {
        margin-bottom: 20px;
    }

    .florida-form-sec .form-wrap .each-field input,
    .florida-form-sec .form-wrap .each-field select,
    .florida-form-sec .form-wrap .each-field textarea {
        padding: 10px;
    }

    .florida-form-sec .form-wrap .each-field textarea {
        min-height: 90px;
    }

    .florida-form-sec .form-wrap .submit-field input[type=submit] {
        width: 200px;
        font-size: 15px;
    }
}

@media screen and (max-width: 450px) {
    .florida-main-header {
        padding: 20px 0;
    }

    .florida-abt-sec .content-wrap .each-item p {
        margin: 10px 0 0;
    }

    .florida-form-sec {
        padding: 50px 0;
    }

    .florida-form-sec .content-wrap h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .florida-form-sec .form-wrap .col-md-6 {
        width: 100%;
    }
}


@media screen and (max-width: 420px) {
    .florida-form-sec .form-wrap .submit-field input[type=submit] {
        width: 170px;
    }

}

@media screen and (max-width:390px) {
    .container {
        padding: 0 15px !important;
    }
}

@media screen and (max-width: 350px) {
    .florida-main-header .contact-no-wrap .florida-cta {
        /* font-size: 13px; */
        font-size: 12px;
        padding: 10px 10px;
    }
}
