.bg-selector {
    background: #ECF1F5;
    padding-bottom: 0;
}

.course-selector-header>h3 {
    color: #000000;
    font-size: 2.4rem;
    font-weight: 600;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.cursor-pointer{
    cursor: pointer;
}

.course-selector-body .experience {
    width: 100%;
    background: #fff;
    padding: 5rem 3rem;
    cursor: pointer;
    border-radius: 6px;
    margin-top: 2rem;
    height: 90%;
}

.course-selector-body {
    margin: 0 2rem;
}

#course-progress>ul {
    margin-top: 1rem;
}

.post-input-element {
    display: none;
}

.card-input {
    margin: 10px;
    padding: 00px;
}

.card-input:hover {
    cursor: pointer;
}

.experience:checked {
    border: 1px solid red;
}

.active-border {
    border: 2px solid #22577A;
}

.c-selector-next {
    background-color: #000;
    border-radius: 4px;
    padding: 1rem 6rem;
    border: 1px solid #000;
    color: #fff;
}

.c-selector-back {
    border: 1px solid #000;
    border-radius: 4px;
    padding: 1rem 6rem;
    color: #000;
    background: none;
    margin-left: 1rem;
}

.course-page-1 {
    padding: 1rem 0;
}

.course-city-height {
    padding: 2rem 3rem !important;
}

.course-selector-header {
    padding: 1rem 0 0rem 0;
}

.report-firsts>h2 {
    padding-left: 1rem;
    font-size: 2.4rem;
    font-weight: 700;
}

.c-selctor-spacing {
    padding-bottom: 3rem;
    padding-top: 2rem;
}

.first-card {
    display: none;
}

.course-progress {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding-left: 0px;
    counter-reset: step;
}

.c-step-inner {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 12px;
    color: #000;
    text-align: center;
    background: #ECF1F5;
    position: relative;
    z-index: 21;
}

#course-progress ul li:after {
    content: '';
    top: 2.3rem;
    width: 61.50%;
    z-index: 5;
    border: 1px dashed #b8b9ba;
    position: absolute;
    left: 2px;
}

.error-course-selector {
    margin-top: 2rem;
    color: red;
    font-size: 13px;
}

.course-margin-right {
    margin-right: 3.1rem;
}

.bg-itvedant {
    background: #B9D719;
    border: 4px solid #e5f0b3;
    line-height: 21px;
    width: 29px;
    height: 29px;
}

.cs-step01 :after {
    border: 1px solid red;
    width: 20%;
    z-index: 1;
}

.activate:after {
    border: 1px solid #b0cb1f !important;
    width: 21% !important;
    z-index: 11 !important;
}

.activate1:after {
    border: 1px solid #b0cb1f !important;
    width: 40% !important;
    z-index: 11 !important;
}

.activate2:after {
    border: 1px solid #b0cb1f !important;
    width: 60% !important;
    z-index: 11 !important;
}

.activate3:after {
    border: 1px solid #b0cb1f !important;
    width: 60% !important;
    z-index: 11 !important;
}

.course-branches-location {
    width: 53%;
    float: right;
}

.course-branches-location>li {
    float: left;
    margin-left: 2rem;
}

.course-branches-location>li>input {
    accent-color: #000;
}

.option-style {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 0 1rem;
}

.option-style > li {
    display: inline-flex;
    align-items: baseline;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 1rem 0;
}

.option-style-head {
    background: black;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
}

.option-style p {
    display: flex;
    padding-left: 1rem;
}

.option-style>ul>li:last-child {
    border: none;
}

.text-left {
    text-align: left;
}

.boxes h4 {
    font-size: 1.6rem;
    color: #000;
    font-weight: 600;
    margin-top: 1rem;
}

.boxes p {
    font-size: 1.4rem;
    color: #666;
    font-weight: 500;
    margin-top: 1rem;
}

.course-selector-align {
    margin: 0 1rem;
}

.check-branch {
    text-align: center;
}

.course-margin-right:last-child {
    margin-right: 16px;
}

.report-firsts {
    width: 60%;
    float: left;
    display: flex;
}

.report-seconds {
    width: 40%;
    float: left;
}

/* =========== media query start here ========= */
@media (min-width: 768px) and (max-width: 991.9px) {
    .course-selector-width {
        max-width: 95%;
        margin: 1.75rem auto;
    }

    .report-seconds {
        width: 312px;
        float: left;
    }

    .course-branches-location {
        width: 60%;
        float: right;
    }

    .course-margin-right:last-child {
        margin-right: 0;
    }
}

@media (min-width: 576px) and (max-width: 767.9px) {
    .course-selector-width {
        max-width: 95%;
        margin: 1.75rem auto;
    }

    .course-selector-header>h3 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .report-seconds {
        width: 312px;
        float: left;
    }

    .course-margin-right:last-child {
        margin-right: 0;
    }

    .report-firsts {
        width: 40%;
        float: left;
        display: flex;
    }

    .course-selector-align {
        margin: 0 1rem;
        text-align: center;
    }

    .course-branches-location {
        display: flex;
        justify-content: center;
        width: inherit;
    }

    .closed-mobile-c-selector {
        display: block;
    }
}

@media (min-width: 481px) and (max-width: 575.9px) {
    .course-selector-width {
        max-width: 95%;
        margin: 1.75rem auto;
    }

    .c-select-block {
        display: block !important;
    }

    .report-seconds {
        width: 350px;
        float: left;
    }

    .course-margin-right {
        margin-right: 4rem;
    }

    .course-margin-right:last-child {
        margin-right: 0;
    }

    .report-firsts {
        width: 100%;
        float: left;
        display: flex;
        margin-bottom: 1rem;
    }

    .course-branches-location {
        display: flex;
        justify-content: center;
        width: inherit;
    }

    .course-selector-header>h3 {
        color: #000000;
        font-size: 1.6rem;
        font-weight: 600;
    }

    .boxes h4 {
        font-size: 1.4rem;
        color: #000;
        font-weight: 600;
        margin-top: 0rem;
    }

    .boxes p {
        font-size: 1.2rem;
        color: #666;
        font-weight: 500;
        margin-top: 1rem;
    }

    .course-selector-body .experience {
        width: 100%;
        background: #fff;
        padding: 2rem 3rem;
        cursor: pointer;
        border-radius: 6px;
        margin-top: 2rem;
        height: 90%;
    }

    .boxes>div:last-child {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .course-selector-align h1 {
        text-align: center;
        margin-bottom: 1rem;
    }

    .c-selctor-spacing {
        padding-bottom: 2rem;
        display: block !important;
        padding: 2rem 2rem;
        float: none !important;
        width: unset !important;
    }

    .c-selector-next {
        background-color: #000;
        border-radius: 4px;
        padding: 1rem 4rem;
        border: 1px solid #000;
        color: #fff;
        float: left;
        width: 45%;
    }

    .c-selector-back {
        border: 1px solid #000;
        border-radius: 4px;
        padding: 1rem 4rem;
        color: #000;
        background: none;
        margin-left: 1rem;
        float: left;
        width: 45%;
    }

    .course-closing {
        display: none;
    }

    .closed-mobile-c-selector {
        display: block;
        height: 50px !important;
        width: 50px !important;
    }

    .course-selector-padding {
        padding: 0;
    }
    .report-firsts > img{
        width: 25px;
    }
}

@media (min-width: 360px) and (max-width: 480.9px) {
    .course-selector-width {
        max-width: 95%;
        margin: 1.75rem auto;
    }

    .c-select-block {
        display: block !important;
    }

    .report-seconds {
        width: 100%;
        float: left;
        display: block !important;
    }


    .course-margin-right {
        margin-right: 7.5rem;
    }

    .course-margin-right:last-child {
        margin-right: 0;
    }

    .report-firsts {
        width: 100%;
        float: left;
        display: flex;
        margin-bottom: 1rem;
    }

    .course-branches-location {
        display: flex;
        justify-content: center;
        width: inherit;
    }

    .course-selector-header>h3 {
        color: #000000;
        font-size: 1.6rem;
        font-weight: 600;
    }

    .boxes h4 {
        font-size: 1.4rem;
        color: #000;
        font-weight: 600;
        margin-top: 0rem;
    }

    .boxes p {
        font-size: 1.2rem;
        color: #666;
        font-weight: 500;
        margin-top: 1rem;
    }

    .course-selector-body .experience {
        width: 100%;
        background: #fff;
        padding: 1rem 1rem;
        cursor: pointer;
        border-radius: 6px;
        margin-top: 2rem;
        height: unset;
    }

    .boxes>div:last-child {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 0;
    }

    .course-selector-align h1 {
        text-align: center;
        margin-bottom: 1rem;
    }

    .c-selctor-spacing {
        padding-bottom: 2rem;
        display: block !important;
        padding: 2rem 0.6rem;
        float: none !important;
        width: unset !important;
    }

    .c-selector-next {
        background-color: #000;
        border-radius: 4px;
        padding: 1rem 4rem;
        border: 1px solid #000;
        color: #fff;
        float: left;
        width: 45%;
    }

    .c-selector-back {
        border: 1px solid #000;
        border-radius: 4px;
        padding: 1rem 4rem;
        color: #000;
        background: none;
        margin-left: 1rem;
        float: left;
        width: 45%;
    }

    .course-closing {
        display: none;
    }

    .closed-mobile-c-selector {
        display: block;
        width: 50px;
    }

    #course-progress ul li:after {
        content: '';
        top: 11px;
        width: 90%;
        z-index: 5;
        border: 0.1px dashed #b8b9ba;
        position: absolute;
        left: 0;
    }

    .activate:after {
        border: 0.1px solid #b0cb1f !important;
        width: 29% !important;
    }

    .activate1:after {
        border: 0.1px solid #b0cb1f !important;
        width: 37% !important;
    }

    .activate2:after {
        border: 0.1px solid #b0cb1f !important;
        width: 63% !important;
    }

    .activate3:after {
        border: 0.1px solid #b0cb1f !important;
        width: 91% !important;
    }

    .report-firsts>h2 {
        padding-left: 1rem;
        font-size: 1.4rem;
        font-weight: 700;
    }

    .course-selector-header {
        padding: 1rem 0 0rem 0;
        width: 70%;
        text-align: center;
        margin: 0 auto;
    }

    .course-city-height {
        padding: 1rem 1rem !important;
    }

    .course-select-btn {
        width: 100% !important;
    }

    .course-select-spacing {
        width: 100% !important;
        padding: 0;
    }

    #course-progress>ul {
        margin-top: 0rem;
    }

    .course-selector-padding {
        padding: 0;
    }
    .report-firsts > img{
        width: 25px;
    }

}

@media (min-width: 320px) and (max-width: 359.9px) {
    .course-selector-width {
        max-width: 95%;
        margin: 1.75rem auto;
    }

    .c-select-block {
        display: block !important;
    }

    .report-seconds {
        width: 340px;
        float: left;
    }

    .course-margin-right {
        margin-right: 5.5rem;
    }

    .course-margin-right:last-child {
        margin-right: 0;
    }

    .report-firsts {
        width: 100%;
        float: left;
        display: flex;
        margin-bottom: 1rem;
    }

    .course-branches-location {
        display: flex;
        justify-content: center;
        width: inherit;
    }

    .course-selector-header>h3 {
        color: #000000;
        font-size: 1.6rem;
        font-weight: 600;
    }

    .boxes h4 {
        font-size: 1.4rem;
        color: #000;
        font-weight: 600;
        margin-top: 0rem;
        text-align: left;
    }

    .boxes p {
        font-size: 1.2rem;
        color: #666;
        font-weight: 500;
        margin-top: 1rem;
    }

    .course-selector-body .experience {
        width: 100%;
        background: #fff;
        padding: 1rem 1rem;
        cursor: pointer;
        border-radius: 6px;
        margin-top: 2rem;
        height: unset;
    }

    .boxes>div:last-child {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 0;
    }

    .course-selector-align h1 {
        text-align: center;
        margin-bottom: 1rem;
    }

    .c-selctor-spacing {
        padding-bottom: 2rem;
        display: block !important;
        padding: 2rem 0.6rem;
        float: none !important;
        width: unset !important;
    }

    .c-selector-next {
        background-color: #000;
        border-radius: 4px;
        padding: 1rem 4rem;
        border: 1px solid #000;
        color: #fff;
        float: left;
        width: 45%;
    }

    .c-selector-back {
        border: 1px solid #000;
        border-radius: 4px;
        padding: 1rem 4rem;
        color: #000;
        background: none;
        margin-left: 1rem;
        float: left;
        width: 45%;
    }

    .course-closing {
        display: none;
    }

    .closed-mobile-c-selector {
        display: block;
    }

    #course-progress ul li:after {
        content: '';
        top: 14px;
        width: 78.5%;
        z-index: 5;
        border: 0.1px dashed #b8b9ba;
        position: absolute;
        left: 0;
    }

    .activate:after {
        border: 0.1px solid #b0cb1f !important;
        width: 27% !important;
    }

    .activate1:after {
        border: 0.1px solid #b0cb1f !important;
        width: 53% !important;
    }

    .activate2:after {
        border: 0.1px solid #b0cb1f !important;
        width: 80% !important;
    }

    .activate3:after {
        border: 0.1px solid #b0cb1f !important;
    }

    .report-firsts>h2 {
        padding-left: 1rem;
        font-size: 1.4rem;
        font-weight: 700;
    }

    .course-selector-header {
        padding: 1rem 0 0rem 0;
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    .course-select-btn {
        width: 100% !important;
    }

    .course-select-spacing {
        width: 100% !important;
        padding: 0;
    }

    #course-progress>ul {
        margin-top: 0rem;
    }

    .course-selector-padding {
        padding: 0;
    }
    
    .report-firsts > img{
        width: 25px;
    }
}

@media (min-width: 767px) {
   
    .closed-web-c-selector{
        display: block;
    }
    .closed-mobile-c-selector {
        display: none;
    }
}
@media (max-width: 767px) {
    .closed-mobile-c-selector {
        display: block;
    }
    .closed-web-c-selector{
        display: none;
    }
}

/* =========== media query end here ============*/