@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
body {
    font-family: 'Poppins', sans-serif !important;
}

html {
    height: 100%;
}

.sub_page {
    height: 100%;
}

.contact_section {
    padding: 0;
    margin: auto;
}

.form_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
}

.contact_section .col-md-6 {
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
}

.contact_section .col-md-6 .img-box {
    width: 100%;
    max-width: 13rem;
    margin: 0 auto;
}

.contact_section .col-md-6 .img-box img {
    width: 100%;
}

.contact_section .col-md-5 {
    width: 100%;
    flex: 1 1 100%;
    max-width: 28rem;
    text-align: center;
    margin: 0 auto;
}

.contact_section .col-md-5 .form_container form {
    width: 100%;
}

.contact_section .col-md-5 .heading_container {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.contact_section .col-md-5 .form_container input {
    background: #f2f2f2;
    margin: 0 0 1rem;
}

.contact_section .col-md-5 .heading_container #login {
    margin: 0;
}

.contact_section .col-md-5 .form_container form .button {
    width: auto;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 29px;
    margin: 0 5px;
}


/* admin css */

.header_section {
    margin: 0;
}

.header_section .navbar .navbar-nav li .nav-link {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.09rem;
    transition: all 0.3s !important;
}

.header_section .navbar .navbar-nav li.active .nav-link,
.header_section .navbar .navbar-nav li .nav-link:hover {
    color: #50a692;
}

.header_section .navbar .navbar-nav li .nav-link:hover {
    letter-spacing: 2px;
}

.navbar-brand span {
    color: #50a692;
}

.about_section .heading_container {
    text-align: left !important;
    align-items: flex-start;
    padding: 0;
}

.about_section .heading_container h2 span {
    color: #50a692;
}

.about_section {
    margin: 30px 0 !important;
}

.about_section .col-md-2 {
    padding-right: 0;
}

.btn-primary {
    background: #50a692 !important;
    border: none !important;
}

.btn-primary:hover {
    background: #1c1c1c !important;
}

.table-responsive .table thead tr th {
    border: 1px solid #f2f2f2;
    border-bottom: none;
}

.table-responsive .table tbody tr td {
    border: 1px solid #f2f2f2;
    font-size: 14px;
}

.table-responsive .table tbody tr td a {
    color: #50a692;
}

.table-responsive .table tbody tr td a:not(:last-child) {
    margin: 0 10px 0 0;
}

.form-step form .form-group {
    margin: 0 0 1rem;
}

.form-step form .form-group label {
    font-size: 14px;
    font-weight: 500;
}

.form-step form .form-group input {
    background: #f2f2f2;
    border: none;
    font-size: 14px;
    padding: 11px 15px;
}

.button {
    background: #1c1c1c;
    border: none;
}

.form-stepper .form-stepper-active .form-stepper-circle {
    background: #50a692 !important;
}

body .form-stepper .form-stepper-active .label {
    color: #50a692 !important;
}

.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background: #f2f2f2;
}

form#applicationForm {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    margin: 0 -1rem;
}

.form-step form#applicationForm .form-group {
    width: 50%;
    padding: 0 1rem;
}

.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #50a692;
}

.table-responsive .table#educationTable thead tr th:nth-child(2) {
    width: 12%;
}

#messageBox {
    margin: 40px auto;
}

#messageBox form .text-right~div {
    margin: 1.5rem 0 0 !important;
    border: 1px solid #f2f2f2 !important;
}

.table-responsive {
    padding: 0;
}

.about_section .col-md-1.text-right {
    padding: 0;
    flex: 1 1 auto !important;
    max-width: max-content;
}

.about_section .col-md-3.text-right {
    margin: 0 0 0 auto;
}

.form-stepper .form-stepper-active .form-stepper-circle {
    background: #0e9594 !important;
}

.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #0e9594;
}

.btn-success {
    background: #50a692 !important;
    border: none !important;
}

#multi-step-form-container .btn-success {
    margin: 0 !important;
}

#multi-step-form-container .row.d-flex.align-items-center .col-md-1 {
    flex: 1 1 auto;
    max-width: max-content;
    margin: 0 0 0 auto;
}

#multi-step-form-container .row.d-flex.align-items-center .col-md-1 a {
    color: #50a692;
}

.button {
    background: #1c1c1c !important;
    border: none !important;
}

#multi-step-form-container .row.d-flex.align-items-center .col-md-11 {
    width: max-content;
    flex: 1 1 0;
}

.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #0e9594 !important;
}

body .form-stepper .form-stepper-active .form-stepper-circle {
    background: #0e9594 !important;
}

.quote_btn-container a {
    color: #0e9594 !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

@media only screen and (max-width: 1199px) {
    .form-stepper-horizontal {
        flex-wrap: wrap !important;
        row-gap: 1rem;
    }
    .form-stepper-horizontal li {
        width: 33.33%;
        flex: 1 1 33.33% !important;
    }
    .form-stepper-horizontal li:nth-child(3)::after {
        display: none;
    }
    .form-stepper-horizontal li a {
        width: 150px;
    }
    .form-stepper-horizontal li:nth-child(3),
    .form-stepper-horizontal li:nth-child(6) {
        width: max-content !important;
        flex: 1 1 auto !important;
    }
    .about_section .heading_container h2 span {
        font-size: 20px;
    }
    .about_section .col-md-3.text-right {
        width: max-content;
        margin: 0;
        padding-left: 0;
    }
    .about_section .heading_container {
        margin: 0 0 1rem;
    }
    .about_section {
        padding: 0 2rem;
    }
    .about_section .col-md-2.text-right {
        width: auto;
        padding-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .form-step form#applicationForm .form-group {
        width: 100% !important;
    }
    .form-step form .form-group {
        width: 100% !important;
    }
    .form-stepper .label {
        font-size: 10px !important;
        margin: 0 !important;
    }
    .form-stepper-horizontal li a {
        width: 60px !important;
    }
    #multi-step-form-container {
        margin: 2rem 0 0 !important;
    }
    .about_section h1 {
        font-size: 20px !important;
    }
    .form-step .font-normal {
        font-size: 20px !important;
    }
    .form-step {
        padding: 0 !important;
        border: none !important;
    }
    .form-stepper-horizontal {
        margin: 0 !important;
    }
    .table-responsive .table thead tr th:nth-child(2) {
        width: auto !important;
    }
    #messageBox {
        margin: 30px auto 0 !important;
    }
    #messageBox>div {
        padding: 0 !important;
    }
    #messageBox>div h1 {
        font-size: 20px !important;
    }
    .navbar {
        padding: 0 !important;
    }
    .heading_container h2 {
        line-height: normal;
    }
    .about_section .heading_container h2 span {
        line-height: normal !important;
        display: block !important;
    }
    .form-step>.row .col-md-4.text-right {
        text-align: left !important;
        margin: 1rem 0 0 !important;
    }
    .about_section>.col-md-12 {
        padding: 0 !important;
    }
    .about_section>.col-md-12>.col-md-10.mx-auto {
        padding: 0 !important;
    }
    #multi-step-form-container {
        margin: 1rem 0 3rem !important;
        display: inline-block !important;
        width: 100% !important;
    }
}