@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}
body {
    background-color: #F4F4F4;
    overflow: auto;
}
.red-hat-display-400 {
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
#logo_box {
    width: 100%;
    margin-top: 150px;
    background-color: #fff;
    min-height: 250px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#logo_box img {
    width: 500px;
    max-width: 75%;
}

#header {
    width: 100%;
    height: 125px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    background-color: #f1f1f1;
}
.phone_number span {
    font-size: 11pt;
}
.logobox {
    width: 350px;
}
.logobox img {
    max-width: 100%;
}
#content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #fff;
}
.lead_form {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.lead_top {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.lead_bottom {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.lead_bottom_1 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #a3a3a3;
}
.lead_bottom_2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lead_bottom_2 ul {
    list-style-type: none;
}
.lead_form h1 {
    padding-bottom: 20px;
    text-align: center;
}
.lead_form form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.lead_form h2 span {
    /* display: block;
    margin-top: 10px;
    background-color: #de1f26;
    color: #fff;
    font-size: 10pt;
    padding: 10px 90px 10px 90px;
    border-radius: 20px;
    border-color: #de1f26;
    text-align: center;
    color: #fff; */
    display: block;
    margin-top: 10px;
    background-color: #de1f26;
    color: #fff;
    font-size: 10pt;
    padding: 10px 90px 10px 90px;
    border-radius: 20px;
    border-color: #de1f26;
}
.lead_form h2 {
    text-align: center;
    font-size: 12pt;
}
.lead_form h2 a {
    text-decoration: none;
    color: #fff;
    font-size: 16pt;
    text-align: center;
}
.lead_bottom_2 ul li {
    margin: 5px;
}
.lead_bottom_2 ul li label {
    display: inline-block;
    width: 150px;
}
.lead_form input[type='text'] {
    padding: 5px;
    font-size: 10pt;
}
.lead_form input[type='email'] {
    padding: 5px;
    font-size: 10pt;
 
}
.lead_form input[type='phone'] {
    padding: 5px;
    font-size: 10pt;
}
.lead_form input[type='submit'] {
    display: block;
    margin-top: 10px;
    background-color: #de1f26;
    color: #fff;
    font-size: 14pt;
    padding: 10px 90px 10px 90px;
    border-radius: 20px;
    border-color: #de1f26;
    cursor: pointer;
}
.cityscape {
    background-image: url('../../images/cityscape2.png');
    width: 100%;
    height: 250px;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;

}
.stepsbox {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* flex-wrap: wrap; */
}
#slf_submit {
    cursor: pointer !important;
}
.step_header {
    border-top: 1px solid #dddddd;
    padding-top: 40px;
    width: 100%;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
}
.steps {
    padding: 20px 50px 50px 50px;
    width: 1200px;;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.steps div {
    padding: 20px 20px 20px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: first;
}
.steps div h2 {
    align-self: first;
    justify-self:start;
    padding: 0px 10px 10px 10px;
}
.steps div span {
    height: 80px;
}
.step_one {
    padding: 20px,10px 20px,10px;
    border-right: 1px solid #ddd;
}
.step_two {
    padding: 20px,10px 20px,10px;
}
.step_three {
    padding: 20px,10px 20px,10px;
    border-left: 1px solid #ddd;
}
.testimonialbox {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.testbox {
    margin: 20px;
    background-color: #f1f1f1;
    width: 450px;
    height: 200px;
}
#footer {
    /* clear: both; */
    display: relative;
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    padding: 10px;
    text-align: center;
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #a3a3a3;
}
iframe {
    width: 100%;
    border: 0;
    height: 625px;
}
.lead_bottom_between {
    margin: 40px;
    font-size: 14pt;
    font-weight: bold;
    display: none;
    justify-content: center;
}
.tidyCalendar {
    height: 625px;
}
@media only screen and (max-width: 600px) {
    iframe {
        height: 1225px;
    }
    .tidyCalendar {
        height: 1225px;
    }
    #header {
        padding: 10px;
        width: 100% !important;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    #content {
        display: block !important;
    }
    .steps {
        width: 100% !important;
        flex-direction: column;
    }
    .step_one, .step_three {
        border-right: 0;
        border-left: 0;
    }
    .cityscape {
        background-position: bottom;
    }
    .lead_form {
        flex-direction: row !important;
        padding: 15px 10px 15px 10px;
        height: auto;
    }
    .lead_bottom {
        flex-direction: column;
    }
    .lead_bottom_1 {
        width: 100%;
    }
    .lead_bottom_2 {
        border: 0;
        width: 100%;
    }
    .lead_bottom_between {
        display: flex;
    }
}