@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaProRegular.eot') format('embedded-opentype'),
        url('fonts/SofiaProRegular.woff2') format('woff2'),
        url('fonts/SofiaProRegular.woff') format('woff'),
        url('fonts/SofiaProRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaProSemiBold.eot') format('embedded-opentype'),
        url('fonts/SofiaProSemiBold.woff2') format('woff2'),
        url('fonts/SofiaProSemiBold.woff') format('woff'),
        url('fonts/SofiaProSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

body,
span {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

p,
li,
a {
    font-family: 'Sofia Pro';
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bitter', serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

img {
    max-width: 300px;
    height: auto;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    width: 100%;
}

a:hover {
    text-decoration: none;
    color: #EF9220;
}

.label1 {
    font-weight: 600;
    color: red;
    bottom: -27px;
    font-size: 12px;
    left: 0;
    width: 100%;
    text-align: left;
}

/* default css */
.lp-section-padding {
    padding: 60px 0;
}

.lp-section-more-padding {
    padding: 100px 0;
}

body .container {
    max-width: 1250px;
    padding: 0 20px;
}

.lp_default_btn {
    padding: 10px 24px;
    background: #6b0714;
    color: #Fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    border: 2px solid transparent;
    line-height: 1.6;
    font-family: 'Sofia Pro';
    transition: all 0.4s;
}

.lp_default_btn:hover {
    border-color: #6b0714;
    background: transparent;
    color: #6b0714;
}

.white_default_btn.lp_default_btn {
    background: #fff;
    color: #6b0714;
}

.white_default_btn.lp_default_btn:hover {
    color: #Fff;
    border-color: #fff;
    background: transparent;
}

.section_title_inner p,
.section_title_inner ul li {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #585D65;
}

.section_title_inner h1 {
    font-size: 42px;
    line-height: 1.5;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 15px;
}

.section_title_inner h1 span {
    color: #4583B6;
    font-weight: 700;
    font-family: 'Bitter', serif;
    position: relative;
}

.section_title_inner h1 span::before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    height: 5px;
    background: #FCE8CA;
    z-index: -1;
}

.section_title_inner h2,
body .form_sec h1 {
    font-size: 35px;
    line-height: 1.5;
    font-weight: 700;
    color: #000000;
    margin: 0 0 24px;
}

.section_title_inner h2 span,
.section_title_inner h4 span {
    color: #6b0714;
    font-weight: 700;
    font-family: 'Bitter', serif;
    position: relative;
    z-index: 11;
}

.section_title_inner h2 span::before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    height: 5px;
    background: #FCE8CA;
    z-index: -1;
}

.section_title_inner ul li {
    position: relative;
}

.section_title_inner ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.section_title_inner ul.dot-list-style li {
    padding: 0 0 0 20px;
}

.section_title_inner ul.dot-list-style li:not(:last-child) {
    margin: 0 0 14px;
}

.section_title_inner ul.dot-list-style li::before {
    top: 10px;
    width: 8px;
    height: 8px;
    background: #4583B6;
    border-radius: 100%;
}

.section_title_inner ul.check-list-style li {
    padding: 0 0 0 38px;
    margin-bottom: 5px;
}

.section_title_inner ul.check-list-style li::before {
    top: 3px;
    width: 24px;
    height: 24px;
    background: url('lp-images/check-e.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.bg_blue {
    background: #F1F6F9;
}

.section_less_padding {
    padding: 50px 0px;
}

@media only screen and (max-width: 1199px) {
    body .container {
        max-width: 992px;
    }

    .section_title_inner h1 {
        font-size: 38px;
    }

    .section_title_inner h1 span::before {
        bottom: 13px;
    }

    .section_title_inner h2,
    body .form_sec h1 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 991px) {
    body .container {
        max-width: 768px;
    }

    .section_title_inner h1 {
        font-size: 35px;
    }

    .section_title_inner h1 span {
        color: #6b0714;
    }

    .section_title_inner h1 span::before {
        bottom: 11px;
    }

    .section_title_inner h2,
    body .form_sec h1 {
        font-size: 30px;
    }

    .section_title_inner h2 span::before {
        bottom: 8px;
    }
}

@media only screen and (max-width: 767px) {
    body .container {
        max-width: 665px;
    }
}

@media only screen and (max-width: 575px) {
    body .container {
        max-width: 100%;
    }

    .section_title_inner h1 {
        color: #000000;
        font-size: 28px;
        margin: 0 0 10px;
    }

    .section_title_inner h4 {
        font-size: 20px;
    }

    .section_title_inner h2 span::before {
        bottom: 6px;
    }

    .section_title_inner p,
    .section_title_inner ul li {
        font-size: 16px;
    }

    .banner_title_inner h4 {
        color: #000000;
    }
}

/*===============================================
= End Default CSS
============================================*/
/*===============================================
= section padding CSS
============================================*/
.section_padding {
    padding: 80px 0;
}

@media only screen and (max-width: 991px) {
    .section_padding {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 767px) {
    .section_padding {
        padding: 50px 0;
    }
}

/*===============================================
= End section padding CSS
============================================*/
/*===============================================
= start Header CSS
============================================*/
.sticky-header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: #ffffff;
    display: inline-block;
    width: 100%;
    z-index: 999;
}

.scrool-header {
    box-shadow: 0px 10px 17px rgb(34 81 168 / 9%);
}

.lp_header {
    padding: 15px 0;
    box-shadow: 0px 0px 11px #d4d1d4;
}

.header_btn {
    text-align: right;
}

.header_btn .lp_default_btn {
    padding: 7px 24px;
}

@media only screen and (max-width: 767px) {
    .header_btn .lp_default_btn {
        padding: 6px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .header_btn .lp_default_btn span {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .lp_header .container {
        padding: 0 20px;
    }

    .lp_header .container .row>div {
        padding: 0;
    }

    .lp_header .container .row {
        margin: 0;
    }

    .lp_default_btn,
    .header_btn .lp_default_btn {
        padding: 8px 22px;
        font-size: 16px;
    }
}

/* survey top location title */
.new_txt_add_miami p {
    font-size: 37px;
    line-height: 1.5;
    font-weight: 700;
    color: #000000;
    margin: 0 0 24px;
    font-family: 'Bitter', serif;
}

.new_txt_add_miami span {
    font-family: 'Bitter', serif;
    color: #6b0714;
    position: relative;
}

.new_txt_add_miami span:before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    height: 5px;
    background: #FCE8CA;
    z-index: -1;
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .new_txt_add_miami p {
        font-size: 33px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .new_txt_add_miami p {
        margin-bottom: 10px;
        font-size: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .new_txt_add_miami p {
        margin-bottom: 10px;
        font-size: 26px;
    }
}

/*============================================
= End Header CSS
============================================*/
/*============================================
= GET PRICING INSTANTLY CSS
============================================*/
/* form */
.step-message .form-content {
    min-height: 150px;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.step-message .form-footer {
    min-height: 60px;
    height: 100%;
}

.form-main-wrap {
    max-width: 530px;
    width: 100%;
    padding: 0 !important;
    margin: 0 0 0 auto;
}

.form-title {
    text-align: center;
}

.form-title p {
    color: #6b0714;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
}

.form-bottom p {
    margin: 20px 0 0;
    color: #83879c;
    text-align: center;
}

.form-bottom p strong {
    color: #ffc107;
}

.form-box {
    box-shadow: 0px 35px 64px -12px rgb(57 93 148 / 15%);
    border: 1px solid #E2E4E8;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #ffffff;
}

.form-content {
    padding: 32px 40px 30px;
}

.form-step p {
    font-size: 14px;
    color: #000;
    margin: 0;
}

.form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #6b0714;
    padding: 5px 35px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.form-btn {
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 13px 10px;
}

.form-btn.previous img {
    transform: rotate(180deg);
    margin-right: 5px;
}

.form-btn.next {
    margin-left: auto;
}

.form-btn.next img {
    margin-left: 5px;
}

.form-radio {
    background-color: #F2F3F7;
    border-radius: 7px;
    padding: 9px;
    margin: 15px 0 0;
    position: relative;
}

.form-radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 99;
}

.form-radio label {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    cursor: pointer;
    padding-left: 28px;
    margin: 0;
}

.form-radio label::before,
.form-radio label::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid #e6edf2;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 10px;
}

.form-radio label::after {
    border: 6px solid #6b0714;
    opacity: 0;
}

.form-radio input[type="radio"]:checked+label::after {
    opacity: 1;
}

.hide {
    display: none;
}

.form-que {
    position: relative;
}

.label1 {
    font-weight: 600;
    color: #ff0000;
    /* position: absolute; */
    bottom: -24px;
    font-size: 12px;
    left: 0;
    margin-top: 5px;
}

.form-input {
    margin: 15px 0 0;
}

.form-input input.form-control,
.please-select {
    background-color: #F2F3F7;
    border: 2px solid #F2F3F7;
    font-size: 16px;
    border-radius: 7px;
    padding: 9px 15px;
    position: relative;
    height: auto;
    width: 100%;
}

.form-input input.form-control::placeholder {
    color: #a5a5a5;
    font-size: 16px;
}

.form-input input.form-control:focus,
.please-select:focus {
    border: 2px solid #6b0714;
    outline: none;
    box-shadow: none;
}

.form_sec .section_title_inner h4 {
    margin-bottom: 5px;
}

.form_sec .text-wrap.section_title_inner {
    box-shadow: 0px 0px 10px rgb(34 34 34 / 36%);
    padding: 42px;
    background: #f8faff;
}

.form_sec .table {
    margin-bottom: 0px;
}

@media screen and (max-width: 1199px) {
    .text-wrap h1 {
        font-size: 34px;
    }

    .form-title h2,
    .text-wrap h3 {
        font-size: 28px;
    }

    .form-radio label {
        font-size: 16px;
    }

    .form-radio label::before,
    .form-radio label::after {
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width: 991px) {
    .text-wrap {
        text-align: center;
        margin: 35px 0;
        display: none;
    }

    .form-main-wrap {
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .text-wrap h1 {
        font-size: 24px;
    }

    .form-bottom p {
        font-size: 14px;
    }
}

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

    .form-title h2,
    .text-wrap h3 {
        font-size: 24px;
    }

    .form-title p {
        font-size: 18px;
    }

    .form-content {
        padding: 25px 20px;
    }

    .form-radio label {
        font-size: 15px;
    }

    .form-footer {
        padding: 5px 12px;
    }

    .form-btn {
        font-size: 16px;
    }

    .form-input input.form-control,
    .form-input input.form-control::placeholder,
    .please-select {
        font-size: 14px;
    }
}

/*============================================
= end GET PRICING INSTANTLY CSS
============================================*/