.enquiry-container {
    display: flex;
    height: 100%;
}

.left-panel {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    background-position: center;
}

.left-panel img {
    height: 100%;
    object-fit: cover;
}

.left-panel .content {
    text-align: center;
    max-width: 400px;
}

.left-panel h1 {
    font-size: 24px;
}

.left-panel p {
    margin: 20px 0;
}

.left-panel button {
    background-color: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.right-panel {
    flex: 2;
    background-color: #fff;
    margin: 0 80px
}

.enquiry-form {
    max-width: 800px;
    width: 100%;
    text-align: center;
}

.enquiry-form h2 {
    margin-bottom: 20px;
}


.enquiry-form p {
    margin: 10px 0;
    color: #666;
}

.enquiry-form label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
}


.enquiry-form a {
    color: #007BFF;
    text-decoration: none;
}


.form-heading {
    font-size: 18px;
    margin-bottom: 1rem;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: capitalize;
    color: #333;
}

/* mutip-step form */

.apply-container .form-control {
    display: block;
    width: 100%;
    padding: .9rem .75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid #773141 !important;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.apply-container hr {
    border-color: #8b505d;
}

.form-label {
    margin-bottom: .8rem;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 2fr 1.5fr 1fr 1fr;
    gap: 20px;
    overflow-x: auto !important;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.form-item{
    width:150px;
}

.experience-section , .reference-section{
    border-top: 1px solid #c3bcbf;
    padding: 20px 0;
}

.step {
    display: none;
}
.step.active {
    display: block;
}
.step-indicator {
    margin-bottom: 20px;
    /* text-align: center; */
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 14px;
}
.step-indicator span {
    margin: 0 5px;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    line-height: 30px;
    text-align:center;
    font-weight:600;
    
}

.step-indicator span.active , .step-indicator span.completed  {
    background-color: #8b505d;
    color: white;
}
.form-navigation {
    margin-top: 20px;
}

.line-bottom {
    border-bottom: 6px solid #ffff;
    position: relative;
    top: -46px;
    z-index: 1;
    width: 95%;
    margin: 0 auto;
}

.row.form-row-grid {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.input-width{
    width:200px !important;
}

@media screen and (max-width: 1200px) {

.form-row-grid .col-4 {
    width: 200px !important;
}

.form-row-grid .col-2 {
    width: 200px !important;
}

.input-width{
    width:100px !important;
}

.ul-list li{
  font-size:14px;  
}

}

@media screen and (max-width: 768px) {

.form-heading {
    font-size: 16px;
    line-height: 24px;
}

}

@media screen and (max-width: 701px) {

.step-indicator span{
    margin:0;
}

.step-indicator {
    margin-top: 10px;
}

}
