/*      Reset CSS                 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,
hgroup,menu,nav,output,section,summary,time,mark,audio,video,select{margin:0;padding:0;border:0;outline:none;line-height:1;}
a:focus,a:hover,a:active,button{outline:none;text-decoration:none;}
a{
   transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
/*************************************************/
/*      1 ) Google or local Font Import          */
/*************************************************/
/* Imports File*/
html{
    font-size: 62.5%;
    height:100%;
    text-rendering:optimizeLegibility!important;
    -webkit-font-smoothing:antialiased !important;


}
body {
    font-family: Meiryo !important;
    font-weight:400;
    font-size:1.4rem;
    height:100%;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Meiryo !important;
}
@media screen and (min-width : 1950px) {
    html{
        font-size: 57.5%;
    }
}
@media (max-width: 1950px){
    html{
        font-size: 54% !important;
    }
}

@media  (max-width: 1600px){
    html{
        font-size: 52.5% !important;
    }
}@media  (max-width: 1440px){
    html{
        font-size: 44% !important;
    }
}

@media (max-width: 1280px){
    html{
        font-size: 40% !important;
    }
}
@media  (max-width: 1000px){
    html{
        font-size: 34.5% !important;
    }
}
@media  (max-width: 800px){
    html{
        font-size: 28.5% !important;
    }
}
@media  (max-width: 768px){
    html{
        font-size: 23.5% !important;

    }
    .questionnaire-page .first-step{
        background: url(/assets/img/mobile-cover.png) !important;
        background-position: center !important;
        background-size: cover !important;
    }
    .questionnaire-page section.second-step .form-group::before{
        display: none;
    }
    .questionnaire-page section.second-step .form-group{
        flex-direction: column;
        grid-gap: 5rem;
    }
    .form-group{
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        margin-left: 0 !important;
    }
    div.slectedVal_inlists{
        width: 60rem !important;
    }
    div#doropdown_window_1{
        width: 60rem;
    }
    #doropdown_window_list_1{
        position: relative !important;
        width: 60rem !important;
    top: -4.3rem !important;
    }
    div#doropdown_window_2{
        width: 60rem;
    }

    #doropdown_window_list_2{
       
        position: relative !important;
        width: 60rem !important;
    top: -4.3rem !important;
    }
    div#doropdown_window_3{
        width: 60rem;
    }
    #doropdown_window_list_3{
        
        position: relative !important;
        width: 60rem !important;
    top: -4.3rem !important;
    }
    .third-step .inner{
        left: 0 !important;
    }
    .s3-bg-img{
        position: absolute !important;
    width: 188rem !important;
    z-index: 0 !important;
    left: -32rem !important;
    top: 3rem !important;
    top: 53rem !important;
    }
    .four-step .inner{
        left: 0 !important;
    }
    .five-step .inner{
        left: 0 !important;
    }.six-step .inner{
        left: 0 !important;
    }.seven-step .inner{
        left: 0 !important;
    }.eight-step .inner{
        left: 0 !important;
    }
    .questionnaire-page section .inner{
    max-width: 60%;
    width: 100%;
    height: auto;
    /*background: #fff;
    border: 1.0rem solid #5f3913;
    border-radius: 5.0rem;
    padding: 4.0rem 5.0rem;
    box-sizing: border-box;
    position: absolute;
    height: auto !important;*/
    }
    .questionnaire-page section .inner:nth-child(1){
    max-width: 75% !important;
    width: 100%;
    /*background: #fff;
    border: 1.0rem solid #5f3913;
    border-radius: 5.0rem;
    padding: 3.0rem 3.0rem;
    box-sizing: border-box;
    position: absolute;
    height: auto !important;*/
    }

    .second-step .inner{
        position: static !important;
        width: 75% !important;
    }

    .second-step .inner .sec2-inner-sec{
        width: 100%;
        height: 100%;
        border-radius: 5rem;
        position: sticky;
        z-index: 100;
        border: 1rem solid;
        padding: 10rem 5rem;
        background: rgb(231, 220, 211,0.9);
        border: 1rem solid #f49527;
    }
    .second-step .inner img{
    }
    .myNuberCange{
        bottom: 0 !important;
    }
    .sec8 .container{
        height: auto !important;
        position: absolute !important;
    }
    .sec9 .container{
        max-width: 85% !important;
    }
    .sec10 .container{
        max-width: 85%;
    }
}
@media  (max-width: 600px){
    html{
        font-size: 20.5% !important;
    }
}
@media(max-width: 450px){
    .sec13 .container h2{
        font-size: 2.6rem !important;
    }
    .sec12 .container h2{
        font-size: 3rem !important;
    }
    .sec12 .container div p{
        font-size: 2.6rem !important;
    font-weight: 600;
    margin: 0.5rem 0;
    }
}
.first-step{
    background-image: url("../../assets/img/mainbg.png") !important;
    background-position: 50% 50%;
}
.topbar{
    position: absolute;
    top: 0;
    width :100%;
    height: 3.5rem;
    display: flex;
}
.topbar div{
    width: 11.11%;
    height: 100%;
    border: .2rem solid rgb(243, 231, 220) ;
}
.sec8{
    width: 100%;
    height: 100vh;
    background: #F9ECCF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec8 .container{
    width: 80% !important;
    max-width: 80% !important;
    height: auto ;
    padding-bottom: 5rem;
    border: 1.0rem solid #F7931E;
    background: #40484C;
    border-radius: 2.5rem;
    position: absolute !important;
    display: flex;
    flex-direction: column;
    align-items: center;
 

}
.sec8 .container h2{
    font-size: 5.0rem;
    color: white;
    margin-top: 6.4rem;
    margin-left: 4.8rem;
    margin-bottom: 10rem;
    font-weight: 600;
}
.sec8 .container form {
    width: 80%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sec8 .container form div{
    display: flex;
    width: 60%;
    justify-content: space-between;
    align-items: center;
    margin: 3rem auto;
    
}
.sec8 .container form div label{
    font-size: 2.58rem;
    font-weight: 600;
    color: white;
    /* margin-right: 6.4rem; */
}
.sec8 .container form div input{
    width: 38.4rem;
    height: 6.4rem;
    border-radius: 8.0rem;
    background: white;
}
.sec8 .container form div input[type="text"] {
    font-size: 2.58rem;
    text-indent: 30px;
}
.sec8 .container form div:nth-last-child(2) {
    width: 80%;
    justify-content: center;
}
.sec8 .container form div:nth-last-child(2) label{
    font-size: 3.2rem;
    color: white;
    margin-left: 3.2rem;
}
.sec8 .container form div:nth-last-child(2) input{
    width: 3.2rem;
    background: transparent;
}
.sec8 .container form button{
    width: 40.0rem;
    height: 11.2rem;
    border-radius: 3.2rem;
    background: #FA8C01;
    border: 0;
    cursor: pointer;
}
.sec8 .container form button h3{
    font-size: 2.5rem;
    /* color: ; */
}
.sec8 .container form button p{
    font-size: 4rem;
    font-weight: 600;
}
.sec9{
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(247, 147, 30);
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: relative;
}
.sec9 .container{
    position: absolute;
    top: 7rem;
    max-width: 85% !important;
    height: 76.0rem;
    z-index: 99;
    border-radius: 2.5rem;
    border: 1.0rem solid rgb(249, 236, 207);
    background: rgb(64 ,72 ,74,0.9);
}
.sec9 .container h2 {
    position: relative !important;
    top: 2rem !important;
    font-size: 6.2rem;
    margin-bottom: 3.0rem;
    font-weight: 600;
    font-style: normal;
    color: rgb(249, 236, 207);
    font-family: sans,sans-sarif,Arial !important;
}
.sec9 .sec9-content .sec9-text h1#nine_9_1st {
    margin-top: 15px;
    font-size: 20rem;
    letter-spacing: 18px;
}

.sec9 .sec9-content{
    display: flex;
    justify-content: space-around;
    height: 100%;
}
.sec9 .container h2#noneBottmItemList {
    margin-top: 90px;
    line-height: 1.5em;
}
.sec9 .sec9-content .sec9-text h1#nine_9_1st p {
    margin-left: 15px;
    font-size: 65px;
    font-family: sans,sans-sarif,Arial !important;
    font-weight: 600;
    letter-spacing: 1px;
}
.sec9 .sec9-content .sec9-text{

    flex-direction: column;
    width: 70%;
    text-align: right;
    display: flex;
    justify-content: center;
    font-style: normal;
    color: rgb(249, 236, 207);

}
.sec9 .sec9-content .sec9-text h1{
    display: flex;
    font-size: 16.0rem;
    font-weight: 800;
    font-style: normal;
    color: rgb(249, 236, 207);
    align-items: baseline;
    justify-content: flex-end;
}
.sec9 .sec9-content .sec9-text p{
    font-size: 6.0rem;
}
.sec9 .sec9-content .sec9-chart{
    z-index: 999;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.sec9 .sec9-content .sec9-chart h5{
    position: absolute;
    font-size: 2.0rem;
    color: rgb(249, 236, 207);
}
.sec9 .sec9-canvas{
    height: 40.0rem !important;
    width: 40.0rem !important;
    margin-bottom: 15.0rem;

}


.sec10{
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(247, 147, 30);
    overflow: hidden;
    position: relative;
}
.sec10 .container {
    position: absolute;
    top: 6rem;
    max-width: 85% !important;
    height: 76rem;
    z-index: 99;
    border-radius: 6rem;
    border: 1.0rem solid rgb(249, 236, 207);
    background: rgb(64 ,72 ,74,0.9);
}
.sec10 .container h2{
    position: relative !important;
    top: 2rem !important;
    font-size: 6.2rem;
    margin-bottom: 3.0rem;
    font-weight: 600;
    font-style: normal;
    color: rgb(249, 236, 207);
    font-family: sans,sans-sarif,Arial !important;
}
.sec10 .sec10-content{
    display: flex;
    justify-content: space-around;
    height: 100%;
}
h2#ten_item_text_btm {
    margin-top: 90px;
    line-height: 1.5em;
}
.sec10 .sec10-content .sec10-text h2.ten_4_9_vl {
    letter-spacing: 2px;
}
.sec10 .sec10-content .sec10-text h1.ten_kgValues p {
    font-size: 9.0rem;
    margin-left: 19px;
    position: relative;
    top: -15px;
}
.sec10 .sec10-content .sec10-text h1.ten_kgValues {
    font-size: 20rem;
}
.sec10 .sec10-content .sec10-text{
    flex-direction: column;
    width: 70%;
    text-align: right;
    display: flex;
    justify-content: center;
    font-style: normal;
    color: rgb(249, 236, 207);

}
.sec10 .sec10-content .sec10-text h1{
    display: flex;
    font-size: 16.0rem;
    font-weight: 800;
    font-style: normal;
    color: rgb(249, 236, 207);
    align-items: flex-end;
    justify-content: flex-end;
}
.sec10 .sec10-content .sec10-text p{
    font-size: 6.0rem;
}
.sec10 .sec10-content .sec10-chart{
    z-index: 999;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.sec10 .sec10-content .sec10-chart h5{
    position: absolute;
    font-size: 2.0rem;
    color: rgb(249, 236, 207);
}
.sec10 .sec10-canvas{
    height: 40.0rem !important;
    width: 40.0rem !important;
    margin-bottom: 15.0rem;
}

.sec11{
    position: initial;
    z-index: -1;
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec11 .container{
    width: 100%;
    position: relative;
    padding: 10rem 25rem;
    padding-top: 5rem;
    max-width: 85% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 99;
    border-radius: 2.5rem;
    border: 1.0rem solid rgb(249, 236, 207);
    background: rgb(64 ,72 ,74,0.9);
}
.sec11 .container h2{
    font-size: 5.2rem;
    color: white;
    font-weight: 600;
    color: rgb(249, 236, 207);

}
.sec11 .container div p{
    font-size: 3.2rem;
    color: white;
    font-weight: 600;
    text-align: center;
    color: rgb(249, 236, 207);
    text-decoration: underline;
    cursor: pointer;
}
.sec11 .container div p:hover {
    color: #ffc700;
}

.sec11 .container div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 2.7rem;
}
.sec11 .container div:nth-child(2){
    margin: 20rem;
}
.sec11 .container div:nth-child(3){
    padding-left: 2.8rem;

}


.sec12{
    position: initial;
    z-index: -11;
    background: url("../27.svg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec12 .container{
    width: 90%;
    position: relative !important;
    max-width: 85% !important;
}
.sec12 .container .sec12-inner-sec{
    height: 100%;
    width: 100%;
    padding-bottom: 6.4rem;
    height: auto;
    border: 1.0rem solid black;
    background: rgb(221 231 228 / 88%);
    border-radius: 2.5rem;
    position: relative;
    z-index: 100;
}
.sec12 .container h2{
    font-size: 4.6rem;
    margin-top: 6.4rem;
    margin-left: 5rem;
    font-weight: 700;
    margin-bottom: 5.0rem;
}
.sec12 .container div {
    display: flex;
    flex-direction: column;
    padding-left: 1.0rem;
    padding-right: 1rem;
}
.sec12 .container div p{
    font-size: 3.2rem;
    font-weight: 600;
    margin: .5rem 0;
}
.sec13  {
    position: initial;
    z-index: -2;
}
.sec13 .container{
    width: 90%;
    max-width: 85% !important;
    position: relative !important;
}
.sec13  .sec13-inner-sec{
    width: 100%;
    position: relative;
    height: 64rem;
    padding-bottom: 6.4rem;
    border: 1.0rem solid black;
    background: rgb(221 231 228 / 88%);
    border-radius: 2.5rem;
    z-index: 3;
}
.sec13 .container h2{
    font-size: 3.6rem;
    margin-top: 6.4rem;
    margin-left: 2rem;
    font-weight: 700;
    margin-bottom: 5.0rem;
}
.sec13 .container h3{
    position: absolute;
    bottom: 1rem;
    right: 8rem;
    font-weight: 700;
    font-size: 3rem;
    text-decoration: underline;
}

.sec14 {
    position: initial;
    z-index: -10;
    width: 100%;
    height: 100vh;
    justify-content: flex-start !important;
    /* display: b; */
}

/* .sec14 .container {
    margin: 0 !important;
    width: 120.0rem;
    max-width: 120.0rem;
    height: 100.0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 13rem;
} */


.sec14 .container .h2 {
    font-size: 7.7rem;
    background: url(/assets/img/cloud-14.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 85.8rem;
    line-height: 15.0rem !important;
    font-weight: 700;
    color: black;
    position: relative;
    top: 7.7rem;
    z-index: 3;
    text-align: center;
}
.s14-container{
    bottom: 0rem;
    background: #fff;
    border-radius: 2rem;
    width: 50rem;
    height: 17rem;
    line-height: 3rem;
    font-size: 2.2rem;
    padding: 1.2rem;
    font-weight: 600;
    border: 0.6rem solid gray;
    z-index: 9999;
    position: relative;
    margin-left: 70px;
}
.s14-tech-image{
    width: 54rem;
    height: 34rem;
    background: url(/assets/img/cloud-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left;
    transform: scaleX(-1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.s14-tech-image img{
    width: 17rem;
    transform: scaleX(-1);
    position: absolute;
    top: 7rem;
    left: 15rem;
}
.s14-tech-text{
    color: #000;
    margin-top: 5rem;
    z-index: 100;
    transform: scaleX(-1);
    font-weight: 600;
    font-size: 1.8rem;
    text-align: center;
    position: absolute;
    left: 14rem;
    line-height: 2.6rem;
}
.sec14 svg:not{
    transform-origin: 0px 0px;
}

.sec14 .row {
    width: 120.0rem;
    height: 100%;
display: flex;
line-height: 1.5 !important;
}

.sec14 .row .r1 {
    border: 2.0rem solid #40484C;
    border-radius: 5.0rem;
    width: 50%;
    padding-top: 4.8rem;
    background: #7F7F7F;
    padding-bottom: 3.0rem;
}

/* .sec14 .row .r1 p {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 4.0rem;
    padding-left: 2.0rem;
} */

.sec14 .row .r1 h2 {
    font-size: 3.5rem;
    text-align: right;
    font-weight: 700;
    padding-right: 2.0rem;
    line-height: 5.0rem;
}
.sec14 .row .r1:nth-child(2){
    background: #00BF63;
    color: white;
    position: relative;
right: 2.2rem;
}
.sec14 .row .r1:nth-child(2) h2{
    text-align: left;
}

.sec15{
    max-width: 100% !important;
}
.sec15 .sec15-container{
    max-width: 90%;
    font-size: 1.71rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
/**********************************/
/*      2 ) Helping Classes       */
/**********************************/
.clear{clear: both;}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}
.table-content{display:table;width:100%;height:100vh;}
.table-cell{display:table-cell;vertical-align:middle;padding-top:7.0rem;}
.noscroll{overflow:hidden;}
/***********************************
            3 ) Header        
************************************/
/*-------( a ) Logo------*/

/*-------( b ) Menu-------*/

/***********************************
            4 ) Home Page        
************************************/
/*.questionnaire-page {
    height: 100vh;
    overflow: hidden;
}*/
.questionnaire-page {
    position: relative;
}
.questionnaire-page .arrow {
    position: absolute;
    left: 3.0rem;
    top: 50%;
    border: unset;
    width: 7.0rem;
    height: 7.0rem;
    border-radius: 5.0rem;
    cursor: pointer;
    font-size: 2.3rem;
    background: none;outline:none;display:none;
    display: none;
    justify-content: center !important;
    flex-direction: column;
    align-items: center !important;
    text-align: center;
    z-index: 99999;
}
.questionnaire-page .arrow i{
    font-size: 5.5rem;
    top: 50%;
    position: sticky;
}
.questionnaire-page .arrow.active{display:flex;}
.questionnaire-page .arrow.next {
    left: unset;
    right: 3.0rem;
    background: none;
    color: #fff;
}

.questionnaire-page .arrow span{
    position: relative;
    color: #000;
    font-weight: 800;
    top: 45%;
    font-size: 2.5rem;
}
.questionnaire-page section {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-size:cover;
    background-repeat: no-repeat;
/*  background-position:center top;*/
    display: none;
    align-items: center;
    justify-content: center;
    backrgound: url(/assets/img/16.jpg) !important;
}
.questionnaire-page section.active{display:flex;}
.questionnaire-page section .inner{
    max-width: 60%;
    width: 100%;
    /*background: #fff;
    border: 1.0rem solid #5f3913;
    border-radius: 5.0rem;
    padding: 3.0rem 3.0rem;
    box-sizing: border-box;
    height: auto !important;*/
}
.questionnaire-page section .inner:nth-child(1){
    max-width: 60% ;
    width: 100%;
    background: #fff;
    padding: 3rem;
    border: 1.0rem solid #5f3913;
    border-radius: 5.0rem;
    box-sizing: border-box;
    }
.second-step .inner{
    position: relative !important;
    height: auto !important;
    max-width: 75% !important;
    padding: 10rem 5rem !important;
}
.second-step h2{
    font-size: 5.5rem !important;
    margin-bottom: 4rem !important;
}
.questionnaire-page section .inner h2 {
    color: #000;
    font-size: 4.8rem;
    font-weight: 700;
    text-align: left;
}
.form-group{
    width: 56%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 11rem;
    margin-bottom: 4rem;
}
.form-group:nth-child(1){
    margin-top: 5.0rem;
}
.form-group label{
    font-size: 4.0rem;
    font-weight: bold;
}
/* .form-group li::marker{
    margin-right: 2rem !important;
} */
/* .form-group label{ */
.form-control{
    width: 45%;
    height: 8.5rem;
    background-color: transparent !important;
    border: .7rem solid #343a40;
    border-radius: 12rem;
}
.questionnaire-page .first-step .inner p {
    color: #000;
    font-weight: 500;
    font-size: 3.3rem;
    line-height: 1.3;
    margin: 2.0rem 0rem;
    text-align: left;
}

.questionnaire-page .first-step .inner button {
    background: #40484c;
    color: #fa8c01;
    border: unset;
    padding: 2.0rem 16.0rem;
    border-radius: 3.5rem;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    font-size: 5.0rem;
    transition: 0.3s all;
    text-decoration: underline;
}
.questionnaire-page .first-step .inner button:hover{
    color:#40484c;background:#fa8c01;
}
.questionnaire-page section.second-step{background-position:left bottom;}
/*.questionnaire-page section.second-step .inner,
.questionnaire-page section.five-step .inner,
.questionnaire-page section.seven-step .inner {
    border-color: #f49527;
    background: rgb(231, 220, 211,0.9);
}*/
/*.questionnaire-page section.third-step .inner,
.questionnaire-page section.four-step .inner,
.questionnaire-page section.six-step .inner {
    border-color: #f8e6c4;
    background: rgb(64, 72, 76,0.9);
}*/
/*.questionnaire-page section.eight-step .inner {
    border-color: #c7b4b8;
    background: #f7931e;
}*/
.third-step{
    position: initial;
    z-index: -11;
    background: rgb(247, 147, 30);
}

.third-step .inner {
    position: relative !important;
    left: -16rem;
    max-width: 70% !important;
}
.four-step{
    position: initial;
    z-index: -11;
    background: rgb(247, 147, 30);
}

.six-step{
    position: initial;
    z-index: -11;
}
.seven-step{
    position: initial;
    z-index: -11;
    background: rgb(64, 71, 75);
}
.eight-step{
    position: initial;
    z-index: -10;
}

.s7-bg{
    width: 300%;
    left: -75rem;
    position: absolute;
    height: 200%;
    /* left: -13rem; */
    top: 35rem;
    background: gray;
    z-index: 0;
    background: rgb(64, 71, 75);
}

section .inner .score{
    position: fixed;
    top: 6rem;
    right: 3rem;
}
section .inner .score .alert{
    min-width: 68rem;
    width: 68rem;
    background: #C9B2AE;
    height: 21.5rem;
    border: .7rem solid #f8e6c4;
    border-radius: 4.0rem;
}

section .inner .score .alert h5{
    font-size: 4.0rem;
    color: white !important;
    font-weight: bold;
}
section .inner .score .alert h1{
    font-size: 9.5rem;
    margin-top: 10px;
    font-weight: bold;
    padding: 0px 55px;
    color: white !important;
    letter-spacing: 1.0rem;
}
section .inner .score .alert:nth-child(1) h1{
    padding: 0;
    }
section .inner .score .alert h1 .h6{
    font-size: 3.5rem !important;
}

section.five-step{
    position: initial;
    z-index: -2;
} 
section.four-step .inner{
    position: relative !important;
    margin-top: 10rem;
    left: -16rem;
    max-width: 70%; 
}
section.five-step  .inner {
    position: relative !important;
    margin-top: 26rem !important;
    padding: 3rem 3rem !important;
    left: -16rem;
    max-width: 70%;
}
section.six-step .inner{
    position: relative !important;
    margin-top: 10rem;
    left: 16rem; 
    max-width: 70%;
}
section.seven-step .inner{
    position: relative !important;
    margin-top: 10rem; 
    max-width: 70%;
    left: -16rem;
}   
section.eight-step .inner{
    position: relative !important;
    margin-top: 10rem; 
    max-width: 60%;
    left: 25rem;
}


div#leftRightSpace {
    width: calc(100% - 6.0rem);
    margin: 6.0rem auto 0rem auto !important;
}
.border {
    /*border: 3rem solid #d7ceb8 !important;*/
    border: none !important;
}
.col-border {
    border: .3rem solid #d7ceb8 !important;
    padding: .3rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem !important;
}
.col-border-dark{
    border: .3rem solid #40484c !important;
    padding: .3rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem !important;
}
div.form-group.rangefullwidth .ui-slider {
    width: 100%;
}
p.fsColor {
    color: #eee2c6;
    font-size: 3rem;
    font-weight: 800 !important;
    margin-bottom: 3rem !important;
}

p.fsColorDark{
    color: #40484c;
    font-size: 3rem;
    font-weight: 800 !important;
    margin-bottom: 3rem !important;
}
div#alertTonCo {

    background: #000;
    margin-left: 2rem !important;
}
div#alertTonCo span.h6 {
    color: #fff;
    font-size: 4.0rem;
    font-weight: 600;
    position: absolute;
    right: 1.5rem;
    bottom: 2.5rem;
}
section#secStep-3 .inner {
    margin-top: 10rem;
}
h1#totalInc sub {
    color: #fff; font-size: 4.0rem; font-weight: 600; position: absolute; right: 1.5rem; bottom: 2.5rem;
}
h1#totalInc {
    margin-top: 1.5rem;
}
span#totalValueOfInc {
    position: relative;
    left: 3.4rem;
}

.sliderRange {
    -webkit-appearance: none;
    width: 100%;
    height: 1.5rem;
    border-radius: 1.0rem;
    background-color: #fff;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.myNuberCange {
    position: absolute;
    z-index: 100;
    bottom: 0;
    max-width: 90%;
    background: rgb(192, 120, 27);
    height: 1.7rem;
    border-radius: 1.0rem;
}
div.fullWidthBox {
    position: relative;
    margin-bottom: 2.0rem;
    padding: 0rem 3.0rem;
}

.sliderRange::-webkit-slider-runnable-track {
  width: 100%;
  height: 1.5rem;
  cursor: pointer;
  background-color: #fff;
/*  background: linear-gradient(to right, #ff0000, #ff0000 50%, #ccc 50%);*/
  border-radius: 1.0rem;
}

.sliderRange::-moz-range-track {
  width: 100%;
  height: 1.5rem;
  background-color: #fff;
/*  background: linear-gradient(to right, #ff0000, #ff0000 50%, #ccc 50%);*/
  cursor: pointer;
  border-radius: 1.0rem;
}

/* Style for the slider thumb */
.sliderRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    position: relative;
    appearance: none;
    width: 3.0rem;
    height: 3.0rem;
    background: orange;
    border-radius: 50%;
    cursor: pointer;
    /*box-shadow: 0rem 0rem 5rem #000;*/
    position: relative;
    z-index: 999 !important;
    top: -.7rem;
    box-shadow: inset 0rem 0rem 0rem .9rem rgba(255,255,255,1);
}

.third-step .sliderRange::-webkit-slider-thumb{

    background: #f7931e  !important;
}
.four-step .sliderRange::-webkit-slider-thumb{
    background: #f9d104 !important;
}
.five-step .sliderRange::-webkit-slider-thumb{
    background: #d90d0c !important;
}

.six-step .sliderRange::-webkit-slider-thumb{
    background: #cc74b1 !important;
}

.seven-step .sliderRange::-webkit-slider-thumb{
    background: #c90b94 !important;
}

.eight-step .sliderRange::-webkit-slider-thumb {
    background: #0797a2 !important;
}

.sliderRange::-moz-range-thumb {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
/*    background-image: url('../../assets/img/range-icon.png'); */
    background: #fff;
    background-color: #ef8600;
    cursor: pointer;
    z-index: 99999;
    position: absolute;
    border: 1.0rem solid #fff;
    box-shadow: 0rem 0rem .5rem #000;
}
span.spaceItemBlow {
    font-size: 4rem;
    color: rgb(249, 236, 207) !important;
    margin-bottom: 3rem;
}

span.spaceItemBlowDark {
    font-size: 4rem;
    color: #40484c !important;
    margin-bottom: 3rem;
}
#onetrust-consent-sdk #onetrust-banner-sdk {
    display: none !important;
}
#onetrust-consent-sdk{
    display: none;
}
div.myNuberCange{
    width: calc(7% - .1rem);
}
#doropdown_window_1,
#doropdown_window_2,
#doropdown_window_3
{cursor:pointer;}
div.slectedVal_inlists {
    width: 40.0rem;
    height: 8.0rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: .8rem solid #000;
    border-radius: 1.5rem;
    cursor: pointer;pointer-events:none;
}
div.slectedVal_inlists span.selectedTextDrop {
    width: calc(100% - 7.0rem);
    font-size: 2.4rem;
    color: #000;
    font-weight: 700;
    text-indent: 2.6rem;
}
div.slectedVal_inlists .selectedIcons {
  width: 7.0rem;
  text-align: center;
  height: 100%;
  border-left: .8rem solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6.5rem;
}
ul.dropdown_lists {
    padding: 0rem 2.0rem;
    position: absolute;
    background: #d6cdc5;
    box-shadow: 0rem .2rem 1.0rem #000;
    border-radius: 1.0rem;
    z-index: 1234;
    display: none;
    width: 40rem;
    right: 0;
    top: 8.3rem;
    max-height: 20rem;
    overflow-y: scroll;
    overflow-x: hidden;
}
.dropdown_lists::-webkit-scrollbar {
  width: 1em;
}
 
.dropdown_lists::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.dropdown_lists::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
ul.dropdown_lists li {
    list-style: none;
    padding: 1.4rem 0rem;
    font-size: 2.4rem;
    font-weight: 600;
    cursor: pointer;
    border-bottom: .1rem solid #e9dfd7;
}
div#doropdown_window_1 {
    position: relative;
}
.questionnaire-page section .inner h2 .topBtmDot {
    position: relative;
    top: -1rem;
}
div#doropdown_window_2 {
    position: relative;
}
div#doropdown_window_3 {
    position: relative;
}
.questionnaire-page section.second-step .form-group {
    position: relative;
    width: 85%;
}
.questionnaire-page section.second-step .form-group::before {
    content: "";
    width: 2.0rem;
    height: 2.0rem;
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: -3.0rem;
}
h1#totalValueOfInc_coco {
    padding: 0px 55px;
    margin-top: 10px;
}
.sec13 .container h3 a {
    color: #000;
}
.sec13 .container h3 a:hover {
    color: #6cc8bf;
}
div.s14-container p:first-of-type {
    font-size: 2.1rem;
    line-height: 1.7em;
}
.sec14 .row .r1 p {
  font-weight: 600;
  line-height: 4rem;
  padding-left: 2.0rem;
  padding: 1.5rem;
  margin: 28px 0px;
  font-size: 2.9rem;
}
div.postMethodButon input {
    width: 35px !important;
    margin-right: 10px;
}
div.postMethodButon {
    width: 60%;
    display: flex;
    justify-content: flex-start !important;
}
.sec11 .container div p.active {
    color: #ffc700;
}
div.termANDcondetion {
    max-width: 890px;
    height: 140px;
    overflow-y: scroll;
    background: #fff;
    flex-flow: column;
    padding: 10px;
    margin: 0px 0px !important;
}
div.termANDcondetion p {
    width: 100%;
    display: block;
}

.sec3-inner-sec{
    margin-top: 100px;
    width: 90%;
    padding: 3rem;
}
.sec3-inner-sec .d-flex  .score .alert {
    width: 48%;
        }
        

@media screen and (max-width : 500px) {
    .questionnaire-page section .inner {
        max-width: 75% !important;
        width: 100%;
        height: 400px !important;
    }
section .inner .score .alert h1{
padding: 0;
}
    .questionnaire-page section .inner:nth-child(1){
        display: flex;
    flex-direction: column;
    justify-content: space-around;
    }
    .questionnaire-page section .inner h2{
        font-size: 6rem !important;
    }
    .questionnaire-page section .inner p{
        font-size: 4.3rem !important;
    }
    .questionnaire-page .first-step .inner button{
        padding: 5rem 16rem;
    }
    .sec3-inner-sec{
        margin-top: 40px;
    }
    #secStep-5 .inner{
height: auto !important;
    }
    .sec6-inner-sec,
    .sec7-inner-sec,
    .sec8-inner-sec{
margin-top: 30px;
display: flex;
flex-direction: column;
justify-content: space-around;
    }
    .sec8 .container form div{
        width: 90% !important;
    }
    .sec11 #myFormGroupFeeling h2:nth-child(1){
        
    position: absolute;
    top: 6rem;
    left: 2rem;

    }
    .sec11 #myFormGroupFeeling{
        height: 400px !important;
    }
    .sec11 #myFormGroupFeeling img:nth-child(2){
        left: 14rem  !important;
        top: 30rem !important;
    }
    .sec11 #myFormGroupFeeling img:nth-child(3){
        right: 14rem  !important;
        top: 30rem !important;
    }
    .sec11 #myFormGroupFeeling img:nth-child(4){
        left: 13rem !important;
        bottom: 34rem !important;
    }
    .sec11 #myFormGroupFeeling img:nth-child(5){
        right: 14rem !important;
        bottom: 34rem !important;
    }
    .sec11 .container{
        padding: 10rem 8rem;
    }
    .s7-bg img:nth-child(1){
        left: 46rem !important;
    }
    .six-step .inner img:nth-child(1){
        left: -36rem !important;
    }
}

@media screen and (max-width : 375px) {
    .s7-bg{
        width: 300%;
    }
   
    .questionnaire-page section .inner p{
        font-size: 3.3rem !important;
    }
    .questionnaire-page section .inner h2{
        font-size: 5rem !important;
    }
    .questionnaire-page .first-step .inner button{
        padding: 3rem 16rem;
    }
    
    .questionnaire-page section .d-flex  .score {
        right: 0 !important;
        width: 100%;
        justify-content: center;
    }

    .questionnaire-page section .d-flex  .score .alert {
width: 48%;
    }
    .sec10 .sec10-canvas,
    .sec9 .sec9-canvas {
        height: 34rem !important;
        width: 34rem !important;
    }
}
div.MyItemLeft .forMobileShowItems {
    display: none;
}
div.MyItemLeft .showDesktopItem {
    margin-right: 20px;
}
section.sec14.fifteen-step .container {
    max-width: calc(100% - 200px);
    z-index: 9999;
}
section.sec14.fifteen-step .container {
    max-width: calc(100% - 200px);
    z-index: 9999;
    display: flex;
    justify-content: space-between;
}
section.sec14.fifteen-step img.rightImage_14S {
    position: absolute;
    top: 50px;
    right: -25px;
    width: 45%;
}
section.sec14.fifteen-step .container .MyItemLeft {
    width: 60%;
    z-index: 1234;
}
section.sec14.fifteen-step .container .rightF14 {
    width: 40%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
html,body{
    overflow-x: hidden
}
div.MyItemLeft .showDesktopItem img {
    width: 100%;
    height: 100%;
}
section.sec14.fifteen-step .container .rightF14 .s14-tech-image {
    position: relative;
    left: 200px;
    top: -100px;
}
/***SHO-AIB CSS COSING***/
/**height**/
@media screen and ( min-height: 1080px ) {  }
@media screen and ( max-height: 1050px ) {
    section#secStep-5 .sec5-inner-sec {
        padding: 20px !important;
    }
    section#secStep-5 .col-border-dark {
        margin-bottom: 1rem;
        padding-bottom: 1rem !important;
    }
    section#secStep-5 div#leftRightSpace {
        margin: 3.0rem auto 0rem auto !important;
    }
    section.six-step p.fsColor {
        margin: 0px !important;
    }
    section.seven-step span.spaceItemBlow {
        margin-bottom: 1rem;
    }
    section.seven-step p.fsColorDark {
        margin: 0px !important;
    }
    section.six-step span.spaceItemBlowDark {
        margin-bottom: 1rem;
    }
    section.six-step .sec6-inner-sec {
        background: rgb(64, 72, 76) !important;
    }
    section.seven-step div#leftRightSpace {
        margin: 3rem auto 0rem auto !important;
    }
    
    section.eight-step p.fsColor {
        margin: 0px !important;
    }
    section.eight-step span.spaceItemBlow {
        margin-bottom: 1rem;
    }
    section.six-step div#leftRightSpace {
        margin: 3rem auto 0rem auto !important;
    }
}
@media screen and ( max-height: 940px ) { 
    section#secStep-5 span.spaceItemBlowDark {
        margin-bottom: 1rem;
    }
    section.six-step div#leftRightSpace {
        margin: 3rem auto 0rem auto !important;
    }
    section.seven-step .inner {
        margin-top: 20rem;
    }
    section.seven-step div#leftRightSpace {
        margin: 3rem auto 0rem auto !important;
    }
    section.eight-step .inner #leftRightSpace {
        margin: 3rem auto 0rem auto !important;
    }
    section.eight-step .inner {
        margin-top: 20rem;
    }
    section.six-step .inner {
        margin-top: 20rem;
    }
}
@media screen and ( max-height: 875px ) {
    section.six-step .sec6-inner-sec {
        padding: 20px !important;
    }
    section.seven-step .inner .sec7-inner-sec {
        padding: 25px !important;
    }
    section.eight-step .inner #leftRightSpace {
        margin: 3rem auto 0rem auto !important;
    }
    section.sec10.eleven-step .container .leftImageTenItem {
        width: 50rem !important;
    }
    h2#ten_item_text_btm {
        margin-top: 40px;
    }
    .sec10 .container {
        height: 68rem;
    }
    .topbar {
        z-index: 1234;
    }
    .sec10 .sec10-content .sec10-text h1.ten_kgValues {
        font-size: 15rem;
    }
}
@media screen and ( max-height: 815px ) { 
    section.six-step .sec6-inner-sec {
        margin-top: 100px;
    }
    section#secStep-3 div#leftRightSpace {
        margin: 3rem auto 0rem auto !important;
    }
    section#secStep-3 .inner .sec3-inner-sec {
        padding: 20px 25px !important;
    }
    section#secStep-4 #leftRightSpace {
        margin: 3rem auto 0rem auto !important;
    }
    section#secStep-4 .inner .sec3-inner-sec {
        padding: 25px 30px !important;
    }
    section.seven-step .inner {
        margin-top: 23rem;
    }
}
@media screen and ( max-height: 700px ) { 
    section#secStep-5 span.spaceItemBlowDark {
        margin-bottom: 1rem;
    }
    section.six-step .inner .sec6-inner-sec {
        top: 50px;
    }
    section.eight-step .inner .sec8-inner-sec {
        top: 50px;
    }
    section.seven-step .inner .sec7-inner-sec {
        top: 50px;
    }
    .sec8 .container h2 {
        margin-bottom: 0rem;
    }
}
@media screen and ( max-height: 900px ) { 
    p.fsColorDark {
        margin-bottom: 0rem !important;
    }
    p.fsColor {
        margin-bottom: 0rem !important;
    }
}

/**width**/
@media only screen and (min-width : 1920px) {/* to 1366px */
}
@media only screen and (max-width : 1919px) {/* to 1366px */
}
@media only screen and (max-width : 1800px) {/* to 1366px */
    .sec9 .sec9-content .sec9-text h1#nine_9_1st {
        font-size: 13rem;
        letter-spacing: 10px
    }
    .sec9 .container h2#noneBottmItemList {
        font-size: 3rem !important;
    }
    section.sec9.ten-step {
        min-height: 100vh;
    }
    section.sec9.ten-step {
        min-height: 890px;
    }
    .sec9 .container {
        height: 70rem;
    }
    div.MyItemLeft .showDesktopItem {
        margin-right: 0;
    }
    section.sec14.fifteen-step .container .MyItemLeft {
        width: 70%;
    }
    section.sec14.fifteen-step img.rightImage_14S {
        width: 51%;
    }
    section.sec14.fifteen-step .container .rightF14 .s14-tech-image {
        left: 70px;
    }
}
@media only screen and (max-width : 1700px) {
    section.sec14.fifteen-step .container .rightF14 .s14-tech-image {
        top: -60px;
    }
}
@media only screen and (max-width : 1540px) {/* to 1366px */
    .sec10 .sec10-content .sec10-text {
        width: 100%;
    }
    section.sec10.eleven-step .sec10-chart #piChartSeting #BA-chart-job-error {
        width: 360px;
        height: 363px;
    }
    section.sec9.ten-step {
        min-height: 820px;
        max-height: 100vh;
    }
    section.sec14.fifteen-step .container .rightF14 {
      width: 30%;
    }
    section.sec14.fifteen-step img.rightImage_14S {
        width: 58%;
    }
    section.sec14.fifteen-step .container .rightF14 .s14-tech-image {
        left: 10px;
    }
    .s14-container {
        margin-left: 50px;
    }
}
@media only screen and (max-width : 1400px) { 
    section.sec14.fifteen-step img.rightImage_14S {
        width: 60%;
        top: 0;
        object-fit: cover;
        height: 100vh;
    }
    section.sec14.fifteen-step img.bg14ScL {
        height: 100vh !important;
    }
    section.sec14.fifteen-step .container .MyItemLeft {
        width: 60%;
    }
    section.sec14.fifteen-step .container .rightF14 .s14-tech-image {
        top: 0;
    }
}
@media only screen and (max-width : 1370px) { /* to 1024 */
    section.sec9.ten-step {
        min-height: 686px;
        max-height: 100vh;
    }
    .sec9 .sec9-content .sec9-text h1#nine_9_1st {
        font-size: 9rem;
        letter-spacing: 4px;
    }
    .sec9 .container h2 {
        font-size: 5.2rem;
    }
    section.sec9.ten-step #piChartSeting #BA-chart-job-error {
        width: 350px;
        height: 350px;
    }
    section.sec9.ten-step #piChartSeting {
        margin-top: -170px !important;
    }
    section.six-step .inner .sec6-inner-sec {
        top: 0;
    }
    section.six-step .sec6-inner-sec {
        margin-top: 70px;
    }
    section.seven-step .inner .sec7-inner-sec {
        top: 10px;
    }
    section.eight-step .inner {
        margin-top: 14rem;
    }
}
@media only screen and (max-width : 1280px) { /* to 1024 */
    .sec10 .container {
        height: auto;
    }
    .sec10 .sec10-content {
        flex-flow: column;
    }
    section.sec10.eleven-step .sec10-chart #piChartSeting {
        margin-top: 0px !important;
    }
    .sec10 .sec10-content .sec10-chart {
        width: 100%;
    }
    section.sec10.eleven-step {
        min-height: 100vh;
    }
    section.sec10.eleven-step {
        min-height: 100vh;
        overflow: auto;
        overflow-x: hidden;
    }
}
@media only screen and (max-width : 1023px) { /* to 980 */
    section.six-step .sec6-inner-sec {
        margin-top: 0px;
    }
    section.six-step .inner {
        margin-top: 4rem;
        margin-right: 40px;
    }
    section.sec14.fifteen-step .container .rightF14 {
        width: 0;
    }
    section.sec14.fifteen-step .container .MyItemLeft {
        width: 65%;
        margin: 0 auto;
    }
    .s14-container {
        margin-left: 50px;
        position: absolute;
        left: calc(50% - 175px);
        bottom: 10px;
    }
    section.sec14.fifteen-step .container .rightF14 .s14-tech-image {
        top: 0;
        position: absolute;
    }
    section.sec14.fifteen-step img.rightImage_14S {
        width: 100%;
        top: 0;
        object-fit: cover;
        height: 100vh;
        right: 0;
    }
}
@media only screen and (max-width : 979px) { /* to 800 */
    .sec9 .sec9-content {
        flex-flow: column;
    }
    .sec9 .container {
        height: auto;
    }
    section.sec9.ten-step #piChartSeting {
        margin-top: 0px !important;
    }
    section.sec9.ten-step {
        height: auto !important;
        max-height: inherit;
        min-height: 100vh !important;
        overflow: auto;
        overflow-x: hidden;
    }
    .sec9 .sec9-content .sec9-chart {
        width: 100%;
    }
    section.sec9.ten-step #piChartSeting .chart-inner {
        display: flex;
        justify-content: center;
    }
    .sec9 .sec9-content .sec9-text {
        width: 100%;
    }
    .sec9 .sec9-content .sec9-text h1#nine_9_1st p {
        font-size: 30px;
    }
    section.sec12.thirteen-step .container .section_12_pImag {
        position: relative !important;
    }
    .sec13 .sec13-inner-sec {
        height: auto;
    }
    .sec13 .sec13-inner-sec img.image_13_1 {
        position: relative !important;
        bottom: 0 !important;
        margin-top: 25px;
        width: calc(100% - 23px) !important;
    }
    div.myLastImages12_sec .image_13_2 {
        position: relative !important;
    }
    div.myLastImages12_sec .image_13_2 {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
    }
    div.myLastImages12_sec .image_13_3 {
        position: relative !important;
        bottom: 0 !important;
        left: calc(50% - 100px) !important;
        right: auto !important;
    }
    div.myLastImages12_sec .image_13_2 {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        left: calc(50% - 100px) !important;
    }
    h2.textItemHereOneHidden {
        display: none;
    }
    h2#textItemHereOneItem {
        display: block !important;
    }
    .sec13 .container h3 {
        position: relative;
        bottom: 1rem;
        right: auto !important;
        text-align: center;
        margin-top: 18px;
    }
    .sec13 .container h2 {
        font-size: 3.6rem;
        margin-top: 6.4rem;
        margin-left: 2rem;
        font-weight: 700;
        margin-bottom: 5.0rem;
        text-align: center;
        line-height: 1.5em;
    }
}
@media only screen and (max-width : 799px) { /* to 768 */
    section.sec14.fifteen-step .container .rightF14 .s14-tech-image {
        top: 20px;
        left: 20px;
    }
    section.sec14.fifteen-step .container .MyItemLeft {
        width: 85%;
    }
    section.sec14.fifteen-step .container .rightF14 .s14-tech-image {
        top: 20px;
        position: absolute;
        left: 20px;
        width: 50rem;
        z-index: 1234;
    }
    section.sec14.fifteen-step .container .MyItemLeft {
        width: 100%;
    }
    section.sec14.fifteen-step .container {
        max-width: calc(100% - 30px);
    }
    section.seven-step .inner {
        margin-top: 30rem;
    }
}
@media only screen and (max-width : 767px) { /* to 600 */
    .myNuberCange {
        max-width: 93%;
    }
    section.six-step .inner {
        margin-right: 0;
    }
}
@media only screen and (max-width : 599px) { /* to 480 */
    section.sec14.fifteen-step .container {
        max-width: calc(100% - 10px);
    }
    section.sec14.fifteen-step .container .rightF14 .s14-tech-image {
        top: 20px;
        position: absolute;
        left: 20px;
        width: 75rem;
        z-index: 1234;
        height: 32rem;
    }
    .s14-container {
        position: absolute;
        left: 0;
        bottom: 10px;
        margin: 0 auto !important;
        width: calc(100% - 30px);
        margin-left: 15px !important;
        text-align: center;
    }
    .s14-container {
        bottom: 200px;
    }
    section.sec10.eleven-step .sec10-chart #piChartSeting #BA-chart-job-error {
        width: 360px !important;
        height: 360px !important;
    }
    h2#ten_item_text_btm {
        margin-top: 33px;
    }
    section.sec10.eleven-step .sec10-chart #piChartSeting {
        padding-bottom: 25px;
    }
    .sec10 .sec10-content .sec10-text h1.ten_kgValues p {
        margin-left: 12px;
        position: relative;
        top: -6px;
    }
    section.sec9.ten-step #piChartSeting {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width : 479px) { /* to 375 */
    section.sec10.eleven-step .container .leftImageTenItem {
        width: 50rem !important;
        position: relative !important;
        margin: 0 auto;
        padding-top: 20px;
    }
    .sec10 .container h2.tenSecHeading {
        position: absolute !important;
    }
    .sec10 .sec10-content .sec10-text {
        margin-top: 40px;
    }
    section.sec10.eleven-step .sec10-chart #piChartSeting #BA-chart-job-error {
        width: 320px;
        height: 320px;
    }
    .sec9 .sec9-content .sec9-text h1#nine_9_1st p {
        font-size: 26px;
    }
    .sec9 .sec9-content .sec9-text h1#nine_9_1st {
        margin-top: 50px;
    }
    .sec9 .container h2#noneBottmItemList {
        margin-top: 44px;
    }
    .sec9 .sec9-content .sec9-text h1#nine_9_1st p {
        font-size: 30px;
    }
    section.sec10.eleven-step .sec10-chart #piChartSeting #BA-chart-job-error {
        width: 260px !important;
        height: 260px !important;
    }
    .sec9 .sec9-content .sec9-text h1#nine_9_1st {
        margin-top: 35px;
    }
    .sec9 .container h2#noneBottmItemList {
        margin-top: 25px;
    }
}
@media only screen and (max-width : 428px) { /* to 375 */
    section .inner .score {
        flex-flow: column;
        width: 100%;
        gap: 15px;
    }
    .sec3-inner-sec .d-flex .score .alert {
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    div#alertTonCo {
        margin-left: 5rem !important;
    }
    .sec3-inner-sec {
        margin-top: 0px;
    }
    section .inner .score .alert {
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    section.seven-step .inner .sec7-inner-sec #leftRightSpace {
        z-index: 9999;
        position: relative;
    }
    .sec8 .container form div {
        z-index: 9999;
    }
    .sec8 .container form button {
        z-index: 9999;
    }
    .sec8 .container form div.formItemGroup {
        flex-flow: column;
        align-items: start;
    }
    .sec8 .container form div.formItemGroup label {
        margin-bottom: 6px;
    }
    .sec8 .container form div input[type="text"] {
        text-indent: 10px;
    }
    .sec9 .sec9-content .sec9-text h1#nine_9_1st {
        font-size: 8rem;
        letter-spacing: 1px;
    }
    .sec9 .container h2#noneBottmItemList {
        font-size: 2.5rem !important;
    }
    section.sec9.ten-step #piChartSeting #BA-chart-job-error {
        width: 270px;
        height: 270px;
    }
    section.sec9.ten-step #piChartSeting #BA-chart-job-error {
        width: 300px;
        height: 300px;
    }
    section.sec10.ten-step #piChartSeting #BA-chart-job-error {
        width: 300px;
        height: 300px;
    }
    section.sec10.eleven-step .sec10-chart #piChartSeting #BA-chart-job-error {
        width: 260px;
        height: 260px;
    }
}
@media only screen and (max-width : 390px) {
    .s14-container {
        bottom: 100px;
    }
    section.sec10.eleven-step .sec10-chart #piChartSeting #BA-chart-job-error {
        width: 260px;
        height: 260px;
    }
    canvas#BA-chart-job-error {
        width: 250px !important;
        height: 250px !important;
    }
}
@media only screen and (max-width : 375px) { /* to 360 */
    .questionnaire-page section .d-flex .score .alert {
        width: calc(100% - 30px);
        margin-left: 0px;
    }
    div#alertTonCo {
        margin-left: 0rem !important;
    }
    section.sec9.ten-step #piChartSeting #BA-chart-job-error {
        width: 250px;
        height: 250px;
    }
    section.sec10.ten-step #piChartSeting #BA-chart-job-error {
        width: 250px;
        height: 250px;
    }
    section.sec10.eleven-step .sec10-chart #piChartSeting #BA-chart-job-error {
        width: 260px;
        height: 260px;
    }
    div.sec12-inner-sec {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .sec12 .container h2 {
        font-size: 2.8rem !important;
        line-height: 1.3em;
    }
}
@media only screen and (max-width : 359px) { /* to 320 */
    section.sec10.eleven-step .sec10-chart #piChartSeting #BA-chart-job-error {
        width: 260px;
        height: 260px;
    }
}




