/* Minification failed. Returning unminified contents.
(442,3): run-time error CSS1030: Expected identifier, found ' '
(458,1): run-time error CSS1019: Unexpected token, found '}'
(590,43): run-time error CSS1046: Expect comma, found '0'
(590,47): run-time error CSS1046: Expect comma, found '/'
(590,69): run-time error CSS1046: Expect comma, found '255'
(590,77): run-time error CSS1046: Expect comma, found '/'
(951,43): run-time error CSS1046: Expect comma, found '0'
(951,47): run-time error CSS1046: Expect comma, found '/'
(951,69): run-time error CSS1046: Expect comma, found '255'
(951,77): run-time error CSS1046: Expect comma, found '/'
 */
/* Smartphones (portrait and landscape) ----------- */







/* Smartphones (portrait) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .mobile_width100 {
        height: 45px !important;
        margin-bottom: 30px;
        width: 100% !important;
    }

    .duration-box {
        width: 100% !important;
    }


    .d-flex {
        flex-wrap: wrap;
    }
    
    .addbtn {
        display: inline;
        float: right !important;
    }

    .scroll_mobilebtn {
        display: flex;
        padding: 10px;
        position: fixed;
        top: 70px;
        left: 0px;
        z-index: 109 !important;
        width: 100%;
        background-color: white;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .d-flex1 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .quetion_text {
        width: 100%;
        display: block;
    }

        .quetion_text .text-size {
            font-size: 13px;
        }



    .scroll_mobilebtn .help_hide_mv {
        display: none !important;
    }


    #hide_mobile {
        display: none;
    }
}

/* iPads (portrait and landscape) ----------- */






@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    .sidebar {
        position: relative !important;
        width: 100%;
        overflow: hidden;
        background-color: black;
        float: none;
        height: 100px;
    }

    .w-service-box {
        width: 100%;
        height: auto;
        float: left;
        margin-left: 8px;
        padding: 5px 18px;
        margin-bottom: 30px;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    actions ul {
        display: flex !important;
        align-items: baseline;
        justify-content: space-between;
    }



   
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (max-width : 1224px) {
    .main {
        min-height: 100vh;
    }

    .steps-area {
        overflow: hidden;
        position: fixed;
        width: 18%;
        bottom: 0px;
        left: 0;
        ;
    }

    .step-progress {
        display: inline-block;
        width: 100%;
        max-width: 320px;
        margin-left: auto;
    }

    .steps-area .steps {
        top: -50px;
        z-index: 9;
        right: 80px;
        position: absolute;
    }

    .image-holder img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100vh;
        -o-object-position: 83%;
        object-position: 83%;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        right: 0 !important;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0.125rem 0 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 0.25rem;
    }
}



@media (min-device-width: 768px) and (max-device-width : 991px) {
    .sidebar {
        position: relative !important;
        width: 100%;
        overflow: hidden;
        background-color: black;
        float: none;
    }


    .steps-area {
        background-size: cover !important;
    }

    .steps-area {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 175px;
    }

    .steps li {
        display: inline-block;
        margin-right: 30px;
    }


    .steps-area {
        overflow: hidden;
        /*position: fixed;*/
        width: 100%;
        /*bottom: 0px;*/
        left: 0;
    }


    .step_form {
        position: relative;
        width: 100%;
        float: none;
        padding: 10px;
    }
}


@media (min-device-width: 992px) and (max-device-width : 1165px) {
    .sidebar {
        position: relative !important;
        width: 100%;
        overflow: hidden;
        background-color: black;
        float: none;
    }


    .steps-area {
        background-size: cover !important;
    }

    .steps-area {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 175px;
    }

    .steps li {
        display: inline-block;
        margin-right: 30px;
    }


    .steps-area {
        overflow: hidden;
        /*position: fixed;*/
        width: 100%;
        /*bottom: 0px;*/
        left: 0;
    }


    .step_form {
        position: relative;
        width: 100%;
        float: none;
        padding: 10px;
    }
}



/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}






@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {

    .sidebar {
        position: relative;
        width: 10%;
        overflow: hidden;
        background-color: black;
        float: left;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: -104px;
    }

    /*.steps-area {
        overflow: hidden;
        position: fixed;
        width: 10%;
        top: 0px;
        left: 0;
        overflow: hidden;
        background-color: beige;
    }*/

    .side_bar_img {
        height: 100%;
        width: 100%;
    }

    .step_form {
        width: 90%;
    }




    .nav-link1 {
        display: contents !important;
        font-weight: bolder;
    }

    .font-sz {
        font-size: 16px !important;
    }

    .dropdown-toggle {
        color: #000;
        font-size: 14px !important;
    }


    .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0px 0px;
    }


    /*  Mobile view of calender*/
    ./*flex-container {
        display: flex;
        flex-direction:column !important;
       flex-flow: row wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
}*/



.duration-box {
    display: block;
    width: 100%;
    /* width: 0vh; */
    height: 32px;
    padding: 0px 42px 17px 7px;
    /* padding: 2px 10px 20px 10px; */
    position: relative;
    /* border: 2px solid #ccc; */
    border-radius: 5px;
}

}



/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

    .multisteps-form__form {
        position: relative;
        width: 100%;
        padding-top: 0px !important;
    }

    .steps-area {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 130px;
    }

    .multisteps-form__progress {
        padding-top: 89px;
        height: 100%;
    }

    .camp_box_item {
        height: 260px !important;
        width: 100% !important;
        background-color: #fff;
        margin: 2px;
        padding: 5px;
        margin-bottom: 30px;
        background-color: #fff;
        border: 1px solid #2c39a4;
        border-radius: 4px;
    }

    .text_size {
        font-size: 18px !important;
    }

    .modal-dialog {
        max-width: 100%;
        margin: 1.75rem auto;
    }



    .form-content {
        width: 100%;
        padding-right: 0px !important;
    }

    .mtop-1 {
        margin: 0px 0px 0px 0px !important;
        align-items: center;
    }

    .actions {
        padding: 0px;
        position: static;
        margin-right: 0px;
        float: none;
    }


    .w-service-box-center {
        width: 100%;
        height: 500px;
        float: left;
        margin: 5px;
        padding: 4px 0px;
        margin-bottom: 30px;
        /* background-color: #fff; */
        /* border: 1px solid #2c39a4; */
        border-radius: 4px;
        cursor: pointer;
        border-radius: 8px;
        border: 2px solid #e1e1e1;
        padding: 46px 15px 20px 15px;
    }

    .form-content p {
        font-size: 15px;
    }
    .service-text {
        font-size: 20px;
    }
}



@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .scroll_mobilebtn {
        display: flex;
        padding: 10px;
        position: fixed;
        top: 70px;
        left: 0px;
        z-index: 100 !important;
        width: 100%;
        background-color: white;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #mobile_hide {
        /*display: none !important;*/
    }

    .step-box_header h3 {
        font-size: 17px;
    }


    .blinkbtn {
        height: 36px;
        line-height: 14px;
    }



    .switch-field label {
        font-size: 14px;
        line-height: 1;
        width: 94%;
        text-align: center;
        padding: 11px 72px;
        margin-right: -1px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 3px rgb(0 0 0 / 30%), 0 1px rgb(255 255 255 / 10%);
        transition: all 0.1s ease-in-out;
    }




    .alert_border {
        height: auto !important;
    }

    #bthPaySimple, #bthPayPal {
        width: 100%;
        margin-top: 5px;
    }

    .justify-content-around1 {
        justify-content: center !important;
    }

    #d-flex1 {
        display: flex !important;
        align-content: center !important;
        flex-wrap: wrap !important;
        justify-content: flex-end !important;
    }

    .week_month li {
        height: 50px;
        color: #2f3146;
        margin: 0 2px;
        font-size: 15px;
        width: 100%;
        line-height: 40px;
        font-weight: bolder;
        padding: 3px 10px;
        position: relative;
        text-align: center;
        margin-bottom: 10px;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #d1ecf1;
        border-color: #bee5eb;
    }

    .month_icon {
        font-size: 26px;
        display: inline-block;
    }



    .scroll_mobilebtn .help_hide_mv {
        display: none !important;
    }

    .actions ul li:first-child {
        padding-left: 0px;
        padding-right: 3px;
    }


    .img_height_category {
        height: 155px;
    }



    .btn_section {
        display: none;
    }

    /*#d-flex {
        display: flex !important;
        align-content: center !important;
        flex-wrap: wrap !important;
        justify-content: space-around !important;
    }*/


    .duration-option {
        position: relative;
        margin-bottom: 0;
        margin-right: 1.5em;
    }


    .justify-content-around1 {
        justify-content: center;
    }

    .category_box_item {
        height: 260px !important;
    }

    .w-service-box-center {
        width: auto;
        height: 440px;
        float: left;
        margin: 5px;
        padding: 4px 0px;
        margin-bottom: 30px;
        border-radius: 4px;
        cursor: pointer;
        border-radius: 8px;
        border: 2px solid #e1e1e1;
        padding: 46px 15px 20px 15px;
    }




    .w-service-box {
        width: 300px;
        height: 340px;
        float: left;
        margin: 5px;
        /*padding: 4px 0px;*/
        margin-bottom: 30px;
        background-color: #fff;
        border: 1px solid #2c39a4;
        border-radius: 4px;
        cursor: pointer;
    }



    #divPopupTimeOut {
        background-color: #fff;
        z-index: 999999999999999999 !important;
        position: absolute;
        top: 0;
        left: 5%;
        height: 212px;
        border: 1px solid #ccc;
        width: auto !important;
        padding: 30px 10px;
        border-radius: 10px;
        box-shadow: 5px 5px 5px #ccc;
    }

    .mian_wrapper {
        width: 100%
    }

    .actions ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between !important;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .actions ul li {
            padding: 1px 0px;
        }

    .backbtn {
        margin: 0px 0px !important;
    }

    .next {
        margin: 0px 3px !important;
    }



    .help_list {
        padding-top: 0px;
        padding-right: 0px;
    }

    .steps li {
        margin-right: 0px;
        margin-left: 2px;
    }

    .sidebar {
        position: relative;
        width: 100%;
        height: 100px;
        overflow: hidden;
        /*background-color: black;*/
        float: none;
    }


    .multisteps-form__progress {
        padding-top: 80px;
        height: 100%;
    }


    .w-service-box-center {
        width: auto;
        height: 627px;
        float: left;
        margin: 5px;
        padding: 4px 0px;
        margin-bottom: 30px;
        border-radius: 4px;
        cursor: pointer;
        border-radius: 8px;
        border: 2px solid #e1e1e1;
        padding: 46px 15px 20px 15px;
    }

    .w-s
    .steps-area {
        overflow: hidden;
        position: relative;
        width: 20%;
    }

    .step_form {
        position: relative;
        width: 100%;
        float: none;
        padding: 10px;
    }

    .navbar-toggler {
        padding: 0.35rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #ffc107;
        border: 1px solid #ffc107;
        border-radius: 0.25rem;
        /*margin-left: 160px;*/
        color: #fff;
        display: inline;
    }

    .step-progress {
        margin-left: 0;
        margin-bottom: 0px;
    }

    .steps-area .steps li.current span:after {
        height: 0px;
    }

    .steps-area {
        width: 100%;
        max-width: 100%;
        height: 150px;
    }


    #steps-area_login {
        /*height: 150px !important;*/
    }

    .position-relative {
        position: relative !important;
        margin: 0 0px 30px 0px;
    }

    .mobile_pr {
        padding-right: 35px;
    }


    .w-service-box .option-seclect {
        bottom: 0px;
    }

    .category_box_item {
        height: 240px !important;
    }



    .info_btn {
        display: inline-block;
        font-weight: bold;
        font-size: 13px;
        margin-bottom: 0px !important;
    }


    #steps-area_enroll {
        /*height: 150px;*/
    }



    #steps-area_ordersum {
        /*height: 150px;*/
    }

    .text_align {
        text-align: left;
    }

    .payment_list li span {
        font-size: 0.60em;
    }

    .steps-area {
        background-size: cover !important;
    }

    .w-service-box .option-seclect {
        padding: 1px;
    }

    .para-size {
        color: #5f5f63;
        font-size: 16px;
        text-align: left;
    }

    .steps li.js-active span:after {
        width: 70px;
        height: 2px !important;
        right: -53px;
        top: 19px;
    }
}



@media only screen and (orientation: landscape) and (min-device-width : 481px) and (max-device-width : 767px) {
    .scroll_mobilebtn {
        display: flex;
        padding: 10px;
        position: fixed;
        top: 70px;
        left: 0px;
        z-index: 100 !important;
        width: 100%;
        background-color: white;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        flex-wrap: wrap;
    }

    #mobile_hide {
        display: none !important;
    }

    .step-box_header h3 {
        font-size: 17px;
    }


    .switch-field label {
        font-size: 14px;
        line-height: 1;
        width: 94%;
        text-align: center;
        padding: 11px 72px;
        margin-right: -1px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 1px 3px rgb(0 0 0 / 30%), 0 1px rgb(255 255 255 / 10%);
        transition: all 0.1s ease-in-out;
    }




    .alert_border {
        height: auto !important;
    }

    #bthPaySimple, #bthPayPal {
        width: 100%;
        margin-top: 5px;
    }

    .justify-content-around1 {
        justify-content: center !important;
    }

    #d-flex1 {
        display: flex !important;
        align-content: center !important;
        flex-wrap: wrap !important;
        justify-content: flex-end !important;
    }

    .week_month li {
        height: 50px;
        color: #2f3146;
        margin: 0 2px;
        font-size: 15px;
        width: 100%;
        line-height: 40px;
        font-weight: bolder;
        padding: 3px 10px;
        position: relative;
        text-align: center;
        margin-bottom: 10px;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #d1ecf1;
        border-color: #bee5eb;
    }

    .month_icon {
        font-size: 26px;
        display: inline-block;
    }



    .scroll_mobilebtn .help_hide_mv {
        display: none !important;
    }

    .actions ul li:first-child {
        padding-left: 0px;
        padding-right: 3px;
    }


    .img_height_category {
        height: 155px;
    }



    .btn_section {
        display: none;
    }

    /*#d-flex {
        display: flex !important;
        align-content: center !important;
        flex-wrap: wrap !important;
        justify-content: space-around !important;
    }*/


    .justify-content-around1 {
        justify-content: center;
    }

    .category_box_item {
        height: 260px !important;
    }

    .w-service-box-center {
        width: auto;
        height: 400px;
        float: left;
        margin: 5px;
        padding: 4px 0px;
        margin-bottom: 30px;
        border-radius: 4px;
        cursor: pointer;
        border-radius: 8px;
        border: 2px solid #e1e1e1;
        padding: 46px 15px 20px 15px;
    }




    .w-service-box {
        width: 300px;
        height: 320px;
        float: left;
        margin: 5px;
        padding: 4px 0px;
        margin-bottom: 30px;
        background-color: #fff;
        border: 1px solid #2c39a4;
        border-radius: 4px;
        cursor: pointer;
    }



    #divPopupTimeOut {
        background-color: #fff;
        z-index: 999999999999999999 !important;
        position: absolute;
        top: 0;
        left: 5%;
        height: 212px;
        border: 1px solid #ccc;
        width: auto !important;
        padding: 30px 10px;
        border-radius: 10px;
        box-shadow: 5px 5px 5px #ccc;
    }

    .mian_wrapper {
        width: 100%
    }

    .actions ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between !important;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .actions ul li {
            padding: 1px 0px;
        }

    .backbtn {
        margin: 0px 0px !important;
    }

    .next {
        margin: 0px 3px !important;
    }

    .help_list {
        padding-top: 0px;
        padding-right: 0px;
    }

    .steps li {
        margin-right: 0px;
        margin-left: 2px;
    }

    .sidebar {
        position: relative;
        width: 100%;
        overflow: hidden;
        background-color: black;
        float: none;
    }

    .steps-area {
        overflow: hidden;
        position: relative;
        width: 20%;
    }

    .step_form {
        position: relative;
        width: 100%;
        float: none;
        padding: 10px;
    }

    .navbar-toggler {
        padding: 0.35rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #ffc107;
        border: 1px solid #ffc107;
        border-radius: 0.25rem;
        /*margin-left: 160px;*/
        color: #fff;
        display: inline;
    }

    .step-progress {
        margin-left: 0;
        margin-bottom: 0px;
    }

    .steps-area .steps li.current span:after {
        height: 0px;
    }

    .steps-area {
        width: 100%;
        max-width: 100%;
        height: 150px;
    }


    #steps-area_login {
        /*height: 150px !important;*/
    }

    .position-relative {
        position: relative !important;
        margin: 0 0px 30px 0px;
    }

    .mobile_pr {
        padding-right: 35px;
    }


    .w-service-box .option-seclect {
        bottom: 0px;
    }

    .category_box_item {
        height: 240px !important;
    }



    .info_btn {
        display: inline-block;
        font-weight: bold;
        font-size: 13px;
        margin-bottom: 0px !important;
    }


    #steps-area_enroll {
        /*height: 150px;*/
    }



    #steps-area_ordersum {
        /*height: 150px;*/
    }

    .text_align {
        text-align: left;
    }

    .payment_list li span {
        font-size: 0.60em;
    }

    .steps-area {
        background-size: cover !important;
    }

    .w-service-box .option-seclect {
        padding: 1px;
    }

    .para-size {
        color: #5f5f63;
        font-size: 16px;
        text-align: left;
    }

    .steps li.js-active span:after {
        width: 70px;
        height: 2px !important;
        right: -53px;
        top: 19px;
    }
}

@media (orientation: portrait) {
    body {
        flex-direction: column;
    }
}

