.error {
    color: red !important;
}

body {
    /* font-family: 'Poppins', sans-serif; */
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    margin: auto;
    padding: 0 20px;
}

.head_logo {
    padding: 22px 0;
    text-align: center;
}

img {
    max-width: 100%;
}

.main_banner {
    padding: 62px 27px;
    background: url('../../ecs/lap_banner_img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    position: relative;
    z-index: 1;
}

.main_banner .banner_text {
    color: #0d1c1c;
    font-size: 36px;
    letter-spacing: 1px;
    text-align: center;
    /*font-weight: bold;*/
    font-family: 'Poppins';
    position: relative;
    z-index: 1;
}

.main_banner:after {
    background: rgb(48 154 155 / 46%);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}

footer {
    background-color: #3ba29d;
    padding: 50px 0;
}

.footer_info .footer_raw {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.footer_info .footer_raw .foo_col {
    padding: 0 20px;
    width: 25%;
}

.footer_info .footer_raw .foo_col.second-child {
    padding-left: 80px;
}

.foo_col_info .footer_title {
    color: #fff;
    margin-bottom: 15px;
    font-size: 24px;
    letter-spacing: 1px;
}

.foo_col_info .foo_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.foo_col_info .foo_list ul li {
    display: flex;
    color: #fff;
    font-weight: 500;
}

.foo_col_info .foo_list ul li+li {
    margin-top: 25px;
}

.foo_col_info .foo_list ul.menu li+li {
    margin-top: 8px;
}

.foo_col_info .foo_list ul li i {
    color: #fff;
    font-size: 24px;
    margin-right: 15px;
    margin-top: 1px;
}

.foo_col_info .foo_list ul li span a {
    color: #fff;
    text-decoration: none;
}

.foo_col_info .foo_list ul.menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.footer_info .footer_raw .foo_col .footer_img img {
    max-width: 55%;
}

/*step-form css*/
#Multi-Step-Form-Container {
    margin-top: 5rem !important;
    margin-bottom: 2rem !important;
}

/*Thank you page css*/
.form_wrap.th_page {
    text-align: center;
    padding: 80px 30px;
    max-width: 700px;
    margin: auto;
}

/*Step Form Css*/
.Form-Stepper-Horizontal Li:not(:Last-Child):After{
    Top: 40% !important;
}

.Form-Step {
    Border: 1px Solid Rgba(0, 0, 0, 0.1) !important;
    Border-Radius: 20px !important;
}
.Form-Step .section-step-title{
    margin-bottom: 3rem;
}

.Form-Stepper .Form-Stepper-Unfinished .Form-Stepper-Circle {
    Background-Color: #edecf6 !Important;
}

.Form-Stepper .Form-Stepper-Active .Form-Stepper-Circle:hover {
    Background-Color: #2e9b9d !Important;
    Color: #Fff !Important;
}

.Button {
    Border: 1px Solid #0e9594 !Important;
    Background-Color: #0e9594 !Important;
}

button:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
}

/* Device Evaluation Model Css */
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 2rem;
}
.text-muted {
    color: #000!important;
}


@media (max-width:1199px) {
    #multi-step-form-container {
        margin-top: 5rem;
        padding: 0 20px;
    }

    .footer_info .footer_raw .foo_col.second-child {
        padding-left: 15px;
    }

    .foo_col_info .footer_title {
        font-size: 19px;
    }

    .footer_info .footer_raw .foo_col {
        padding: 0 20px;
        width: 50%;
        margin-bottom: 46px;
    }

    footer {
        background-color: #3ba29d;
        padding: 50px 0 10px;
    }

    .main_banner:after {
        background: rgb(50 174 175);
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
    }

    .main_banner .banner_text {
        font-size: 28px;
    }

}

@media (max-width:767px) {
    .footer_info .footer_raw .foo_col {
        width: 100%;
    }
}