#CaptchaStatus {
    position: absolute;
    top: 40px;
    right: 10%;

}
.accordion-item{
    margin-bottom: 10px;
    }
.accordion-item:not(:first-of-type) {
    border-top: 1px solid lightgray !important;
}

.reset_span_btn {
    border-radius: 10px;
    background: #333;
    color: #FFF !important;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; 
    text-transform: capitalize;
    cursor: pointer;
    padding: 14px 76px;
}
.form_label{
    color:  #333;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.objective_heading{
    color:  #333;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; 
}
button.btn.payment_btn {
    border: 1px solid #ddd;
}

.right_section {
    padding: 40px 15px;
    margin: auto;
    border-radius: 20px;
}

.left_section {
    padding: 30px 15px;
    margin: auto;
    border-radius: 20px;
}

.right_section img {
    margin: auto;
}

.left_section img {
    margin: auto;
}

.section_heading {
    margin: auto;
    font-weight: bold;
    font-size: 1.5rem;
}

#image_upload_button:hover {
    /* background: linear-gradient(135deg, #84c261 0%, #84c261 100%); */
    background: linear-gradient(135deg, #525252 0%, #000000 100%);
}


#image_upload_button {
    opacity: 1;
    cursor: pointer;
    display: block;
    height: 48px;
    max-width: 200px;
    margin: 0 auto;
    line-height: 48px;
    text-align: center;
    background: linear-gradient(135deg, #018D60 0%, #018D60 100%);
    color: #fff;
    font-size: 12px;
    font-family:  'Inter', sans-serif;;
    text-transform: Uppercase;
    font-weight: 600;
    border-radius: 10px;
}

.upload_process img {
    border-radius: 10px;
    box-shadow: 0px 4px 6px 2px #ddd;
}

label {
    margin-bottom: 0rem !important;
}

.mobile_view {
    display: none;
}

.desktop_view {
    display: flex;
}
.choose_payment_method{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 35px;
    font-family: 'Inter', sans-serif;
}
.background_change{
    background-color: white;
}
.workHeading{
    font-family: 'Inter', sans-serif;
}

@media only screen and (max-width: 768px) {
    
      .grid-container {
    display: grid;
    justify-items: center !important;
    align-items: stretch!important;
    justify-content: space-between !important;
}
    
    .form_label{
        font-size: 14px;
        line-height: 30px;
    }
    .objective_heading{
        font-size: 14px;
        line-height: 30px; 
    }
    .mobile_view {
        display: block;
    }
    .desktop_view {
        display: none;
    }
    .main_heading {
        font-size: 1.5rem !important;
        line-height: 35px !important;
        text-align: left !important;
        width: 100% !important;
    }
    .mainsub_heading {
        text-align: left !important;
    }
    .image_heading {
    font-size: 10px !important;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    white-space: nowrap;

    }
    .heading-section {
        font-size: 2rem !important;
        line-height: 35px !important;
    }
    .made_easy_section h4 {
        font-size: 2rem !important;
        line-height: 35px;
    }
    .question_heading {
        font-size: 2rem !important;
    }
    .online_heading{
        color: #333;
        text-align: left !important;
        font-size: 1.5rem !important;
        line-height: 35px !important;
        width: 100% !important;
    }

    .form_section_reverse{
        flex-direction: column-reverse !important;
    }

}
.form_section_reverse{
    flex-direction: row-reverse;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    gap: 10px;
    justify-items: end;
    justify-content: end;
  }

  /* .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 150px);
    gap: 10px;
    justify-items: center;
    align-items: stretch;
    justify-content: space-between;
} */




.main_heading {
    color: #333;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}
.online_heading{
    color: #333;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

.upload_photo_btn {
    border-radius: 10px;
    background: var(--02, #1E3A0E);
    font-size: 15px;
    padding: 10px 20px;
    color: white !important;
    margin: 8px auto;
    display: block;
}
.upload_photo_btn:hover {
    background: var(--02, #333);
    color: white;
}

.para_section {
    color: var(--02, #018D60);
    font-family: 'Inter', sans-serif;
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
}

.para_sub_section {
    color: #5E5E78;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    /* width: 80%; */

}

.background_img img {
    background-color: lightgray 50%;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.image_heading {
    color: var(--01, #333);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0px !important;
    padding: 5px 0px;

}

.image_instrcution .card-body {
    padding: 0.5rem;
}

.photo_instruction {
    background-color: #FAFAFA;
}

.rounded {
    padding: 5px 0.5rem 0rem 0.5rem;
}

.heading-section {
    color: #333;
    font-family: 'Inter', sans-serif;
    font-size: 2.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 1rem;
}

.uk_passsport_para {
    color: #1D243A;
    font-family: 'Inter', sans-serif;
    /* font-size: 18px; */
    font-style: normal;
    font-weight: 400;

}

.image-container {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 5px;
    width: 150px;
    margin: 10px;
    overflow: hidden;
    border-radius: 10px;
}

.image-container img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.made_easy_section {
    border-radius: 10px;
    background: var(--02, #018D60);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 10px;
}

.made_easy_section h4 {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
}

.made_easy_section p {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.made_easy_section a {
    border-radius: 10px;
    background: var(--03, #93CB72);
    font-size: 15px;
    padding: 10px 20px;
    color: white;
}

.made_easy_section a:hover {
    background: var(--02, #333);
    color: white;
}

.question_heading {
    color: var(--01, #333);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
}
h3.font-weight-bold.workHeading.mb-2 {
    font-size: 24px;
}
@media only screen and (max-width: 768px) {
   h3.font-weight-bold.workHeading.mb-2 {
    font-size: 18px;
} 
p.uk_passsport_para {
    font-size: 14px;
}
}