.instructions-container {
    margin-top: 100px;
    margin-bottom: 100px;
}
.instructions-container .heading {
    justify-content: center;
}
.inst-content1 {
    display: flex;
    margin-top: 50px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.inst-content1-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #EC661A;
}

.inst-content1-details{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.inst-content1-details2{
    display: flex;
    justify-content: center
}

.inst-content1 ul {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.inst-content2 {
    margin-top: 88px;
    justify-content: center;
    text-align: center;
}
.inst-content1 h5,
.inst-content2 h5 {
    margin-bottom: 24px;
}
.inst-content1 b,
.inst-content2 b {
    color: var(--main2, #fd6f22);
}

.instruction-form {
    background-color: #fbfbfb;
    width: 100%;
    margin-top: 62px;
}
.instruction-form .main-form {
    width: 50%;
    margin: 0 auto;
    padding-top: 40px;
}
.form-group #inquiry {
    width: 100%;
}
.form-group {
    font-size: 18px;
}
.form-group b {
    color: rgba(253, 111, 34, 1);
    font-size: 18px;
}
.form-group input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
}
.form-group label {
    text-align: left;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}

.main-form .btn.btn-outline-secondary {
    width: 140px;
    height: 40px;
    background: var(--main2, #fd6f22);
    border: 1px solid #fd6f22;
    border: 1px;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    border-radius: 6px;
    color: var(--main2, #fff);
    margin-top: 40px;
    margin-bottom: 50px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-input {
    margin: 0 !important;
    width: 20px !important;
    height: 20px;
}

.form-group .checkbox-container label {
    margin: 0;
}

.checkbox-label {
    margin-left: -300px;
    font-weight: 300;
}
.checkbox-label b {
    font-weight: 500;
    color: rgba(253, 111, 34, 1);
}

.checkbox-input {
    margin-left: -310px;
    margin-top: -6px;
}

.inst-content1-details ul {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.ul-content{
    margin-bottom: 10px;
}

.third {
    margin-right: 17px;
    margin-left: 17px;
}

.inst-content2-details{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

ul li b {
    color: #EC661A;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

.inst-content2-last{
    margin-top: 8px;
    margin-right: 68.5px;
    margin-left: 68.5px;
}


.inst-content2-content{
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}


@media screen and (min-width: 1440px) {
    .checkbox-label {
        margin-left: -330px;
    }

    .checkbox-input {
        margin-left: -350px;
        margin-top: -6px;
    }
}

div:where(.swal2-icon) {
    width: 4rem;
    height: 4em;
}

.ul-top{
    margin-left: 82px;
    margin-right: 82px;
    margin-bottom: 8px;
}



@media (max-width: 768px) {

    .inst-content1{
        margin-left: 8px;
        margin-right: 8px;
    }

    .inst-content2{
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 40px;
    }

    .inst-content1-heading{
        margin-bottom: 20px;
    }

    .inst-content2-content{
        font-size: 16px;
        margin-bottom: 4px;
    }

    .inst-content2-last {
        margin-left: 0;
        margin-right: 0;
    }
    .instruction-form .main-form{
        width: 90%;
    }

    ul {
        font-size: 16px;
        line-height: 22px;
    }

    .ul-top{
        margin-left: 0;
        margin-right: 0;
    }

    .inst-content1 {
        margin-top: 40px;
    }

    .inst-content1-details{
        text-align: start;
    }

    .ul-content{
        margin-top: 4px;
    }

    .third{
        margin-left: 0;
        margin-right: 0;
    }

    .inst-content1-details, .inst-content2-details {
        padding-left: 20px;
        padding-right: 20px;
    }

}
