@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    --primary-color: #008fd5;
}
body{
    font-family: "Roboto", serif;
}
#cer_setting .mySlides_1 {
    display: none;
}
form#assessmentSettingForm {
    width: 590px;
}
.custom_main_aa {
    background: url(https://acelot-common-bucket.s3.ap-south-1.amazonaws.com/login_signup_bg.png) no-repeat;
    background-position: 0 -100px;
    background-size: 100%;
    width: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cer_setting .thumbnail {
    display: block;
    padding: 4px;
    line-height: 18px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgb(0 0 0 / 6%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

ul.certifications-thumbnails img {
    max-height: 107px;
}

#cer_setting .thumbnail>img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


#cer_setting .btn:not(.dropdown-toggle):not(.tl-grid-goto-next):not(.tl-grid-goto-previous) {
    padding-left: 16px;
    padding-right: 16px;
}

#cer_setting ul.certifications-thumbnails a.thumbnail i {
    position: absolute;
}

#cer_setting ul.certifications-thumbnails {
    margin: 0px 0px 0px 50px;
    padding-top: 10px;
}

#cer_setting ul.certifications-thumbnails a.thumbnail.selected {
    -webkit-box-shadow: 0px 0px 5px 5px rgb(191 235 240);
    -moz-box-shadow: 0px 0px 5px 5px rgba(28, 31, 32, 0.4);
    box-shadow: 0px 0px 5px 5px rgb(191 235 240);
    border: 1px solid #1cbddf !important;
}

.bg_img_class {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.trsh {
    background-color: #e6e6e6;
    padding: 2px 7px;
    position: absolute;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgb(0 0 0 / 15%), 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgb(0 0 0 / 15%), 0 1px 2px rgb(0 0 0 / 5%);
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position .1s linear;
}

.custom-height-ak {
    min-height: 70vh;
}

.form-hxh {
    border: 2px dashed #ccc;
    padding: 20px;
    background: #f3fbff;
    width: fit-content;
    border-radius: 10px;
}
.certificate_settings_ak .nav-pills .nav-link.active {
    color: rgb(255, 255, 255);
    background: rgb(0, 143, 213);
}
.certificate_settings_ak .nav-pills .nav-link {
    border: 1px solid #008fd5;
    color: #008fd5;
    padding: 8px 15px;
    font-weight: 500;
    background: #ffffff50;
    border-radius: 8px;
}
.custom_main_aa .text-large {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding: 10px 10px 0;
    color: #333335;
}

.custom_main_aa .text-normal {
    font-size: 14px;
    font-weight: 400;
    color: #121212;
    padding: 10px 0;
}

.custom_main_aa .text-links {
    font-size: 1.5rem;
    font-weight: 400;
    color: #1a73e8;
}

.custom_main_aa .newwrapper {
    max-width: 500px;
    width: 100%;
    padding: 1rem 1.5rem;
    border: none;
    outline: none;
    color: #121212;
    background: #ffffff;
    background-color: #fff;
    opacity: 1;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    overflow: hidden;
}
#navigation > li.side-nav-item.active {
    background: #ffffff14;
}
.custom_main_aa .form {
    width: 100%;
    height: auto;
    margin-top: 2rem;
}

.custom_main_aa .input-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding: 0;
    position: relative;
    width: 50%;
}
.custom_main_aa .input-control + .error {
    position: relative;
    transform: translate(0, -12px);
}
.custom_main_aa .passwordicon {
    position: absolute;
    right: 1px;
    top: 1px;
    background: #EBECF0;
    width: 45px;
    overflow: hidden;
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 0 .65rem .65rem 0;
}

.custom_main_aa .input-field {
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    line-height: inherit;
    width: 100%;
    padding: 0.75rem 1rem;
    border: solid 1px #dee2e6;
    height: 50px;
    outline: none;
    border-radius: 0.65rem;
    background: white;
}


.custom_main_aa .input-field:focus {
    border-color: #473277;
    background-color: white;
    /* Keeps the same background as default */
    box-shadow: 0 0 0 3px rgba(71, 50, 119, 0.2);
    /* Optional focus ring */
}

.custom_main_aa .input-field::placeholder {
    font-family: inherit;
    /* Inherit the font-family */
    font-size: 1.3rem;
    /* Match the input's font size */
    color: #9ca3af;
    /* Set a soft gray color for the placeholder */
    /* Match the input's font weight */
}
.theme-btn-solid:hover{
    background: #008fd5 !important;
    border-color: #008fd5 !important;
}

.custom_main_aa .input-submit {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 0.95rem 1.25rem;
    border: none;
    outline: none;
    border-radius: 8px;
    color: #ffffff;
    background: #008fd5;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    text-transform: capitalize;
}

.certificate_settings_ak ul#pills-tab {
    gap: 1rem;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    box-shadow: 2px 5px 10px #0000000a;
    border-radius: 10px;
}

.form-hxh-two {
    width: 50%;
}

.form-hxh-three {
    width: 100%;
    padding: 20px;
    background: #fff;
    position: relative;
    height: 100%;
    box-shadow: 0 0 35px #00000017;
    border-radius: 10px;
}

.form-hxh-three img {
    width: 70%;
    margin: 0 auto 20px;
}

.form-hxh-three-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0 1.8rem;
}
.fw-500{
    font-weight: 500;
}
button.delete-ak {
    color: red !important;
}
.custom_main_aa .striped-line {
    flex: auto;
    height: 2px;
    background: #dadce0;
}

.custom_main_aa .striped-text {
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    margin: 0 1rem;
}

.custom_main_aa .method-control {
    margin-bottom: 1rem;
}

.custom_main_aa .method-action {
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 5px;
    outline: none;
    border: 2px solid #dadce0;
    border-radius: 50px !important;
    color: #121212;
    background: #ffffff;
    text-transform: capitalize;
    transition: all 0.35s ease;
    display: inline-block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.method-action img {
    width: 20px !important;
}
.newsaml {
    width: auto !important;
}
.custom_main_aa .method-action:hover {
    background: #f1f5f9;
}

.custom_main_aa .newaction {
    font-size: 16px !important;

}
.newsaml img {
    width: 55px !important;
}

.custom_main_aa .input-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:2%
}

input:-webkit-autofill {
    appearance: none !important;
    background-color: white !important;
    color: white !important;
    box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset !important;
}

.custom_main_aa .input-left-border input {
    border-left: 4px solid var(--primary-color);
}

@media only screen and (max-width: 768px) {
    .custom_main_aa {
        padding: 30px 0;
    }
}

.custom_main_aa .newinput-control {
    width: 100% !important;
}

.custom_main_aa .input-control {
    position: relative;
    width: 100%;
}

.custom_main_aa .input-field:focus {
    border-color: #007BFF;
}

.custom_main_aa .labelbox {
    position: absolute;
    top: 2px;
    left: 10px;
    font-size: 15px;
    transform: translateY(55%);
    background: white;
    pointer-events: none;
    transition: all 0.3s ease;
    padding: 0 5px;
}
p#otpmsg {
    padding: 0 5px;
}
.custom_main_aa .input-field:focus+label, .custom_main_aa .input-field:not(:placeholder-shown)+label {
    top: -20px;
    left: 10px;
    font-size: 14px;
    position: absolute;
    top: -136px;
    left: 30px;
}

.certificate_design_bx .designer-container {
    position: relative;
    width: 800px;
    height: 600px;
    border: 2px dashed #ccc;
    background-color: #f9f9f9;
    overflow: hidden;
}

.certificate_design_bx .designer-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certificate_design_bx .draggable {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    padding: 5px 10px;
    cursor: move;
    border-radius: 4px;
}

.certificate_design_bx .draggable.selected {
    border: 2px solid #007bff;
}

.certificate_design_bx #variables {
    margin: 10px 0;
}

.certificate_design_bx .toolbar label {
    margin-bottom: 0;
}
.w-25px{
    width: 25px;
}
.certificate_design_bx .toolbar input[type="color"] {
    margin-left: 5px;
}

.certificate_design_bx #output {
    margin-top: 20px;
    width: 100%;
}
.certificate_design_bx #variables button:hover {
    background: linear-gradient(white, white) padding-box, linear-gradient(47deg, #0168ae, #e91a34) border-box;
    border: 1px solid transparent;
}
.certificate_design_bx .signature-box {
    position: relative;
    width: 150px;
    height: 100px;
    border: 1px dashed #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.w-auto{
    width: auto;
}
.certificate_design_bx .signature-box input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.certificate_design_bx_one {
    width: 290px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 16px 10px -13px #e7e7e7;
    background: #F5F5F5;
    border: none;
}

.certificate_design_bx {
    column-gap: 2%;
}

.certificate_design_bx #variables {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0;
}

.form-control-sm {
    border: 1px solid #ccc;
}

.certificate_design_bx #variables button i {
    font-size: 28px;
    line-height: 0;
    padding: 0 0 8px;
    color: #0475ac;
}
.certificate_design_bx_one .cont {
    font-size: 18px;
    font-weight: 500;
    color: black;
}

.certificate_design_bx #variables button span {
    color: #444444;
    font-size: 14px;
    font-weight: 400;
}
.toolbar label i {
    font-size: 23px;
    color: black;
}
div#toolbar {
    display: flex;
    gap: 0;
    padding: 6px 10px;
    margin: 0 0 15px;
    border-radius: 8px;
    box-shadow: 0px 16px 10px -13px #e7e7e7;
    background: white;
    border: 1px solid #dcdcdc;
}
div#toolbar > div {
    background: white;
    padding: 0 12px;
    border-right: 1px solid #cccccc80;
}
div#delete, div#delete-1 {
    padding: 0 0 0 10px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: red;
}
.certificate_design_bx #variables button {
    width: calc(50% - 5px);
    border: 1px solid #dfd9ff;
    border-radius: 10px;
    display: grid;
    background: white;
    padding: 12px 10px;
}
.certificate_design_bx_two {
    margin: 0 auto;
}

.bg_upload_2 .upload-bg-akak {
    border: 1px solid #dfd9ff;
    color: #504a44;
    height: auto;
    border-radius: 8px;
    padding: 10px 8px;
}
.gap-2{
    gap: 1.5rem;
}
.bg_upload_2 label{
    color: #02557d;
    font-weight: 500;
}
.form-one-three-inner {
    display: flex;
    gap: 4%;
    justify-content: center;
}
.form-one-three-inner button {
    color: #006495;
    border: none;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 16px;
    background: white;
    box-shadow: 0 0 10px #0000003b;
    width: 40px;
}


@media (min-width:1200px) and (max-width:1280px) {
    .certificate_design_bx {
        flex-wrap: wrap;
    }
    .certificate_design_bx_one {
        width: 100%;
    }
    .bg_upload_2 .upload-bg-akak {
        padding: 6px 8px;
    }
    .certificate_design_bx #variables button {
        width: calc(12% - 5px);
        padding: 6px 6px;
    }
    .certificate_design_bx #variables button span {
        font-size: 10px;
        font-weight: 500;
    }
    .certificate_design_bx #variables button i {
        font-size: 20px;
    }
    .certificate_design_bx_two {
        margin: 0;
    }
    #variables + button {
        width: 11% !important;
    }
}

@media (min-width:1300px) and (max-width:1366px) {
    .certificate_design_bx {
        flex-wrap: wrap;
    }
    .certificate_design_bx_one {
        width: 100%;
    }
    .bg_upload_2 .upload-bg-akak {
        padding: 6px 8px;
    }
    .certificate_design_bx #variables button {
        width: calc(12% - 5px);
        padding: 6px 6px;
    }
    .certificate_design_bx #variables button span {
        font-size: 12px;
        font-weight: 500;
    }
    .certificate_design_bx #variables button i {
        font-size: 20px;
    }
    .certificate_design_bx_two {
        margin: 30px auto 0;
    }
    #variables + button {
        width: 11% !important;
    }
}

@media (min-width:1400px) and (max-width:1480px) {
    .certificate_design_bx {
        flex-wrap: wrap;
    }
    .certificate_design_bx_one {
        width: 100%;
    }
    .bg_upload_2 .upload-bg-akak {
        padding: 6px 8px;
    }
    .certificate_design_bx #variables button {
        width: calc(12% - 5px);
        padding: 6px 6px;
    }
    .certificate_design_bx #variables button span {
        font-size: 14px;
        font-weight: 500;
    }
    .certificate_design_bx #variables button i {
        font-size: 20px;
    }
    .certificate_design_bx_two {
        margin: 30px auto 0;
    }
    #variables + button {
        width: 11% !important;
    color: #575757 !important;
}
}
.theme-btn {
    border-radius: 10px;
    padding: 10px 20px;
}

@media(max-width:767px) {
  
    .method-action {
        width: 36px !important;
        height: 36px !important;
    }
    .method-action img {
        width: 18px !important;
    }
   
    .newsaml img {
        width: 50px !important;
    }
    .newsaml {
        width: auto !important;
    }
}

@media(min-width:768px) and (max-width:991px){
  
}
@media(min-width:992px) and (max-width:1024px){
   
}
@media(min-width:1200px) and (max-width:1280px){
    .custom_main_aa .passwordicon {
        right: 5px;
        top: 6px;
    }

    .custom_main_aa .labelbox {
        position: absolute;
        top: 8px;
    }
    .custom_main_aa .input-field:focus+label, .custom_main_aa .input-field:not(:placeholder-shown)+label {
        top: -17px;
    }
    .custom_main_aa .input-control {
        margin-bottom: 1rem;
        padding: 5px;
    }
    .custom_main_aa {
        /* padding: 124px 0; */
    }
}
@media(min-width:1300px) and (max-width:1366px){
    .custom_main_aa .passwordicon {
        right: 5px;
        top: 6px;
    }
    .custom_main_aa .labelbox {
        position: absolute;
        top: 8px;
    }
    .custom_main_aa .input-field:focus+label, .custom_main_aa .input-field:not(:placeholder-shown)+label {
        top: -17px;
    }
    .custom_main_aa .input-control {
        margin-bottom: 1rem;
        padding: 5px;
    }
    .custom_main_aa {
        /* padding: 124px 0; */
    }
}
@media(min-width:1400px) and (max-width:1440px){
    .custom_main_aa {
        /* padding: 160px 0; */
    }
}
@media(min-width:1500px) and (max-width:1680px){
    .custom_main_aa {
        /* padding: 170px 0; */
    }
}


.custom_main_aa {
    background: url(https://acelot-common-bucket.s3.ap-south-1.amazonaws.com/login_signup_bg.png) no-repeat;
    background-position: 0 -100px;
    background-size: 100%;
    width: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_main_aa .text-large {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding: 10px 10px 0;
    color: #333335;
}

.custom_main_aa .text-normal {
    font-size: 14px;
    font-weight: 400;
    color: #121212;
    padding: 10px 0;
}

.custom_main_aa .text-links {
    font-size: 1.5rem;
    font-weight: 400;
    color: #1a73e8;
}

.custom_main_aa .newwrapper {
    max-width: 500px;
    width: 100%;
    padding: 1rem 1.5rem;
    border: none;
    outline: none;
    color: #121212;
    background: #ffffff;
    background-color: #fff;
    opacity: 1;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    overflow: hidden;
}

.custom_main_aa .form {
    width: 100%;
    height: auto;
    margin-top: 2rem;
}

.custom_main_aa .input-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding: 0;
    position: relative;
    width: 50%;
}
.custom_main_aa .input-control + .error {
    position: relative;
    transform: translate(0, -12px);
}
.custom_main_aa .passwordicon {
    position: absolute;
    right: 1px;
    top: 1px;
    background: #EBECF0;
    width: 45px;
    overflow: hidden;
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 0 .65rem .65rem 0;
}

.custom_main_aa .input-field {
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    line-height: inherit;
    width: 100%;
    padding: 0.75rem 1rem;
    border: solid 1px #dee2e6;
    height: 50px;
    outline: none;
    border-radius: 0.65rem;
    background: white;
}


.custom_main_aa .input-field:focus {
    border-color: #473277;
    background-color: white;
    /* Keeps the same background as default */
    box-shadow: 0 0 0 3px rgba(71, 50, 119, 0.2);
    /* Optional focus ring */
}

.custom_main_aa .input-field::placeholder {
    font-family: inherit;
    /* Inherit the font-family */
    font-size: 1.3rem;
    /* Match the input's font size */
    color: #9ca3af;
    /* Set a soft gray color for the placeholder */
    /* Match the input's font weight */
}
.theme-btn-solid:hover{
    background: #008fd5 !important;
    border-color: #008fd5 !important;
}

.custom_main_aa .input-submit {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 0.95rem 1.25rem;
    border: none;
    outline: none;
    border-radius: 8px;
    color: #ffffff;
    background: #008fd5;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    text-transform: capitalize;
}

.custom_main_aa .striped {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0 1.8rem;
}

.custom_main_aa .striped-line {
    flex: auto;
    height: 2px;
    background: #dadce0;
}

.custom_main_aa .striped-text {
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    margin: 0 1rem;
}

.custom_main_aa .method-control {
    margin-bottom: 1rem;
}

.custom_main_aa .method-action {
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 5px;
    outline: none;
    border: 2px solid #dadce0;
    border-radius: 50px !important;
    color: #121212;
    background: #ffffff;
    text-transform: capitalize;
    transition: all 0.35s ease;
    display: inline-block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.method-action img {
    width: 20px !important;
}
.newsaml {
    width: auto !important;
}
.custom_main_aa .method-action:hover {
    background: #f1f5f9;
}

.custom_main_aa .newaction {
    font-size: 16px !important;

}
.newsaml img {
    width: 55px !important;
}

.custom_main_aa .input-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:2%
}

input:-webkit-autofill {
    appearance: none !important;
    background-color: white !important;
    color: white !important;
    box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset !important;
}

.custom_main_aa .input-left-border input {
    border-left: 4px solid var(--primary-color);
}

@media only screen and (max-width: 768px) {
    .custom_main_aa {
        padding: 30px 0;
    }
}

.custom_main_aa .newinput-control {
    width: 100% !important;
}

.custom_main_aa .input-control {
    position: relative;
    width: 100%;
}

.custom_main_aa .input-field:focus {
    border-color: #007BFF;
}

.custom_main_aa .labelbox {
    position: absolute;
    top: 2px;
    left: 10px;
    font-size: 15px;
    transform: translateY(55%);
    background: white;
    pointer-events: none;
    transition: all 0.3s ease;
    padding: 0 5px;
}
p#otpmsg {
    padding: 0 5px;
}
.custom_main_aa .input-field:focus+label, .custom_main_aa .input-field:not(:placeholder-shown)+label {
    top: -20px;
    left: 10px;
    font-size: 14px;
    color: #575757 !important;
}

.theme-btn {
    border-radius: 10px;
    padding: 10px 20px;
}

@media(max-width:767px) {
  
    .method-action {
        width: 36px !important;
        height: 36px !important;
    }
    .method-action img {
        width: 18px !important;
    }
   
    .newsaml img {
        width: 50px !important;
    }
    .newsaml {
        width: auto !important;
    }
}

@media(min-width:768px) and (max-width:991px){
  
}
@media(min-width:992px) and (max-width:1024px){
   
}
@media(min-width:1200px) and (max-width:1280px){
    .custom_main_aa .passwordicon {
        right: 5px;
        top: 6px;
    }

    .custom_main_aa .labelbox {
        position: absolute;
        top: 8px;
    }
    .custom_main_aa .input-field:focus+label, .custom_main_aa .input-field:not(:placeholder-shown)+label {
        top: -17px;
    }
    .custom_main_aa .input-control {
        margin-bottom: 1rem;
        padding: 5px;
    }
    .custom_main_aa {
        /* padding: 124px 0; */
    }
}
@media(min-width:1300px) and (max-width:1366px){
    .custom_main_aa .passwordicon {
        right: 5px;
        top: 6px;
    }
    .custom_main_aa .labelbox {
        position: absolute;
        top: 8px;
    }
    .custom_main_aa .input-field:focus+label, .custom_main_aa .input-field:not(:placeholder-shown)+label {
        top: -17px;
    }
    .custom_main_aa .input-control {
        margin-bottom: 1rem;
        padding: 5px;
    }
    .custom_main_aa {
        /* padding: 124px 0; */
    }
}
@media(min-width:1400px) and (max-width:1440px){
    .custom_main_aa {
        /* padding: 160px 0; */
    }
}
@media(min-width:1500px) and (max-width:1680px){
    .custom_main_aa {
        /* padding: 170px 0; */
    }
}

#basicwizard ul.nav.nav-pills.nav-justified.form-wizard-header li {
    position: relative;
}

#basicwizard ul.nav.nav-pills.nav-justified.form-wizard-header li:nth-child(1)::after,
#basicwizard ul.nav.nav-pills.nav-justified.form-wizard-header li:nth-child(2)::after,
#basicwizard ul.nav.nav-pills.nav-justified.form-wizard-header li:nth-child(3)::after, 
#basicwizard ul.nav.nav-pills.nav-justified.form-wizard-header li:nth-child(4)::after, 
#basicwizard ul.nav.nav-pills.nav-justified.form-wizard-header li:nth-child(5)::after 
{
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    border-top: 4px solid #0069af;
    width: 100%;
}

#basicwizard ul.nav.nav-pills.nav-justified.form-wizard-header li:nth-child(6)::after, 
#basicwizard ul.nav.nav-pills.nav-justified.form-wizard-header li:nth-child(7)::after, 
#basicwizard ul.nav.nav-pills.nav-justified.form-wizard-header li:nth-child(8)::after 
{
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    border-top: 4px solid #F68320;
    width: 100%;
}