/* =================================== Page 6 Start ========================================= */

.m1_t1_p6 {
    width: 100%;
    height: 100%;
    position: relative;
}

.m1_t1_p6 .mainSection {
    top: 50%;
    left: 50%;
    width: 83%;
    /*height: 298px;*/
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.m1_t1_p6  * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.m1_t1_p6 .mainSection:after {
    content: '';
    height: 90%;
    width: 1px;
    background: #066f9e;
    position: absolute;
    left: 50%;
    top: 7%;
}

.m1_t1_p6 .screen_1 {
    width: 100%;
    float: left;
}

.m1_t1_p6 .stepCountWrap {
    width: 266px;
    margin: auto;
    margin-top: 12px;
}

.m1_t1_p6 .stepCountWrap .stepCount {
    float: left;
    padding: 5px 10px;
    background: #04709e;
    color: #ffffff;
}
.m1_t1_p6 .stepCountWrap .stepCount.dblue {
    background: #00349a;
    margin-right: 5px;
}

.m1_t1_p6 .leftSection {
    width: 50%;
    float: left;
    padding-right: 15px;
}

.m1_t1_p6 .rightSection {
    width: 50%;
    float: right;
    padding-left: 15px;
    height: 363px;
    position: relative;
}

.m1_t1_p6 .kcWrapper {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}

.m1_t1_p6 .kcWrapper .iconWrap {
    width: 138px;
    height: 138px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    padding: 8px;
    margin: 10px 20px;
    border: 2px dashed #00349a;
}

.m1_t1_p6 .kcWrapper .iconWrap .kcaWrap {
    width: 118px;
    height: 118px;
    float: left;
    background: #00349a;
    border-radius: 100%; 
    text-align: center;
    position: relative;
}

.m1_t1_p6 .kcWrapper .iconWrap .kcaWrap .iconMan {
    width: 24px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 14px;
    background: url(../images/pages/m1_t1_p6/01.png) no-repeat;
}

.m1_t1_p6 .kcWrapper .iconWrap .kcaWrap .iconMaterial {
    width: 66px;
    height: 53px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 22px;
    background: url(../images/pages/m1_t1_p6/02.png) no-repeat;
}

.m1_t1_p6 .kcWrapper .iconWrap .kcaWrap .iconMachine {
    width: 86px;
    height: 52px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 22px;
    background: url(../images/pages/m1_t1_p6/03.png) no-repeat;
}

.m1_t1_p6 .kcWrapper .iconWrap .kcaWrap .iconMethodalogy {
    width: 65px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 21px;
    background: url(../images/pages/m1_t1_p6/04.png) no-repeat;
}

.m1_t1_p6 .kcWrapper .iconWrap .kcaWrap .textBox {
    width: 100%;
    float: left;
    color: #ffffff;
    padding: 5px 10px;
}

.m1_t1_p6 .kcbtnWrapper {
    width: 240px;
    float: left;
    text-align: center;
    margin-top: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    -o-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}

.m1_t1_p6 .kcbtnWrapper .btnWrap {
    width: 240px;
    display: inline-block;
    background: #00349a;
    text-align: center;
    padding: 13px 10px;
    color: #ffffff;
    font-weight: 600;
    margin: 5px 0px;
}

.m1_t1_p6 .rightSection .page_itext {
    position: absolute;
    bottom: 10px;
    height: 31px;
    line-height: 31px;
    padding-left: 30px;
    background: url(../images/pages/m1_t1_p6/05.png) no-repeat;
}

.popupWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0px;
    left: 0px;
    display: none;
}

.popupWrap .popContentWrap {
    position: absolute;
    width: 430px;
    height: auto;
    display: none;
    left: 31%;
}

.popupWrap .popContentWrap#popup_1 {
    height: 258px;
    top: 26%;
}

.popupWrap .popContentWrap#popup_2 {
    height: 182px;
    top: 30%;
}

.popupWrap .popContentWrap#popup_3 {
    height: 182px;
    top: 30%;
}

.popupWrap .popContentWrap#popup_4 {
    height: 163px;
    top: 32%;
}

.popupWrap .popContentWrap .popHeading {
    width: 100%;
    float: left;
    position: relative;
    background: #00349a;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 10px;
}

.popupWrap .popContentWrap .popHeading .closeBtn {
    position: absolute;
    width: 30px;
    height: 28px;
    right: 0;
    top: 5px;
    padding: 0 5px;
    border-left: 1px solid #1f54bd;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}

.popupWrap .popContentWrap .popContent {
    background: #ffffff;
    width: 100%;
    float: left;
    padding: 10px;
}

.popupWrap .popContentWrap .popContent p {
    margin: 0px 0px 10px;
}

.popupWrap .popContentWrap .popContent ol {
    padding: 0;
    padding-left: 15px;
}

.popupWrap .popContentWrap .popContent ol li {
    list-style-type: decimal;
}

.popupWrap .popContentWrap .popContent ul {
    padding: 0;
    padding-left: 18px;
}

.popupWrap .popContentWrap .popContent ul li {
    list-style-type: disc;
}

/* =================================== Page 6 end ========================================= */

/* =================================== Page 7 start ========================================= */



/* =================================== Page 7 end ========================================= */
@media only screen and (max-width:1024px) and (orientation:landscape) {
    .m1_t1_p7 .page_itext {
        bottom: -60px;
    }
}

@media only screen and (max-width:962px) and (orientation:landscape) {
    .notIE9 .m1_t1_p6 .mainSection {
        height: 250px;
    }
    .notIE9 .m1_t1_p6 .kcWrapper .iconWrap {
        margin: 0px 20px;
    }
    .notIE9 .m1_t1_p6 .kcWrapper {
        margin-top: 0;
        height: 250px;
    }
    .notIE9 .m1_t1_p6 .rightSection {
        height: 270px;
    }

    .notIE9 .m1_t1_p6 .kcWrapper .iconWrap {
        width: 130px;
        height: 130px;
    }

    .notIE9 .m1_t1_p6 .kcWrapper .iconWrap .kcaWrap {
        width: 110px;
        height: 110px;
    }

    .notIE9 .m1_t1_p6 .kcWrapper .iconWrap .kcaWrap .iconMethodalogy {
        margin-top: 15px;
    }
    .notIE9 .m1_t1_p6 .kcWrapper .iconWrap .kcaWrap .iconMachine {
        margin-top: 16px;
    }

    .notIE9 .m1_t1_p6 .kcbtnWrapper {
        margin-top: 0px;
    }
    .notIE9 .m1_t1_p6 .rightSection .page_itext {
        bottom: 0;
    }

    .notIE9 .m1_t1_p6 .stepCountWrap {
        margin-top: 5px;
    }
    .notIE9 .m1_t1_p6 .mainSection:after {
        top: 10%;
        height: 100%;
    }
    .notIE9 .m1_t1_p6 .kcbtnWrapper .btnWrap {
        padding: 11px 10px;
    }

    .popupWrap .popContentWrap#popup_1 {
        top: 11%;
    }

    .popupWrap .popContentWrap#popup_2 {
        top: 24%;
    }

    .popupWrap .popContentWrap#popup_3 {
        top: 24%;
    }

    .popupWrap .popContentWrap#popup_4 {
        top: 26%;
    }
    /* =================================== Page 7 Start ========================================= */
    .m1_t1_p7 .stepCountWrap {
        margin-top: 12px;
    }
    .m1_t1_p7 .leftSection {
        width: 45%;
    }
    .m1_t1_p7 .rightSection {
        width: 55%;
    }

    .m1_t1_p7 .rightSection {
        height: 220px;
    }
    .m1_t1_p7 .rightSection .tabWrap .headingWrap {
        padding: 7px 10px;
    }

    .m1_t1_p7 .rightSection .tabWrap {
        margin-bottom: 3px;
    }
    .m1_t1_p7 .rightSection .tabWrap .contentWrap {
        padding: 2px 10px;
    }
    .m1_t1_p7 .page_itext {
        bottom: -40px;
    }
}

@media only screen and (max-width:768px) and (orientation:portrait) {
    /* =================================== Page 6 Start ========================================= */
    .m1_t1_p6 .leftSection,
    .m1_t1_p6 .rightSection {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .m1_t1_p6 .mainSection:after {
        content: none;
    }
    .m1_t1_p6 .kcWrapper .iconWrap {
        margin: 10px 5px;
    }
    .m1_t1_p6 .kcbtnWrapper {
        margin-top: 0px;
    }
    .m1_t1_p6 .rightSection {
        height: 310px;
    }
    .popupWrap .popContentWrap {
        left: 22%;
    }
    .popupWrap .popContentWrap#popup_1 {
        top: 32%;
    }

    .popupWrap .popContentWrap#popup_2 {
        top: 35%;
    }

    .popupWrap .popContentWrap#popup_3 {
        top: 35%;
    }

    .popupWrap .popContentWrap#popup_4 {
        top: 37%;
    }
    .m1_t1_p6 .kcbtnWrapper {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    /* =================================== Page 6 End ========================================= */
    .m1_t1_p7 .leftSection,
    .m1_t1_p7 .rightSection {
        width: 100%;
    }
    .m1_t1_p7 .leftSection {
        padding-right: 0;
        text-align: center;
    }
    .m1_t1_p7 .rightSection {
        padding-right: 30px;
        height: 334px;
        margin-top: 20px;
    }

    .m1_t1_p7 .page_itext {
        left: 0;
        bottom: -40px;
    }
    .m1_t1_p7 .mainSection {
        width: 80%;
    }
}

 @media only screen and (max-width:601px) and (orientation:portrait) {
    .m1_t1_p6 .mainSection {
        width: 70%;
    }

    .m1_t1_p6 .kcWrapper .iconWrap {
        width: 130px;
        height: 130px;
        margin: 5px 5px;
    }

    .m1_t1_p6 .kcWrapper .iconWrap .kcaWrap {
        width: 110px;
        height: 110px;
    }

    .m1_t1_p6 .kcWrapper .iconWrap .kcaWrap .iconMethodalogy {
        margin-top: 15px;
    }
    .m1_t1_p6 .kcWrapper .iconWrap .kcaWrap .iconMachine {
        margin-top: 16px;
    }
    .m1_t1_p6 .rightSection {
        height: 270px;
    }
    .m1_t1_p6 .rightSection .page_itext {
        bottom: -20px;
    }

    .popupWrap .popContentWrap {
        left: 13%;
    }


    .m1_t1_p7 .mainSection {
        width: 90%;
    }

}
@media only screen and (max-width:375px) and (orientation:portrait) {
    .m1_t1_p6 .mainSection {
        width: 100%;
    }
    .m1_t1_p6 .kcWrapper .iconWrap {
        width: auto;
        height: auto;
        border: none;
        border-radius: 0;
        padding: 0;
        margin: 0;
        vertical-align: bottom;
    }
    .m1_t1_p6 .kcWrapper .iconWrap .kcaWrap {
        width: 90px;
        height: auto;
        float: left;
        background: none;
        border-radius: 0;
    }

    .m1_t1_p6 .kcWrapper .iconWrap .kcaWrap .iconMan {
        width: 26px;
        height: 66px;
        background: url(../images/pages/m1_t1_p6/mobile/01.png) no-repeat;
        margin-top: 0;
    }

    .m1_t1_p6 .kcWrapper .iconWrap .kcaWrap .iconMaterial {
        width: 68px;
        height: 55px;
        background: url(../images/pages/m1_t1_p6/mobile/02.png) no-repeat;
        margin-top: 0;
    }

    .m1_t1_p6 .kcWrapper .iconWrap .kcaWrap .iconMachine {
        width: 88px;
        height: 54px;
        background: url(../images/pages/m1_t1_p6/mobile/03.png) no-repeat;
        margin-top: 0;
    }

    .m1_t1_p6 .kcWrapper .iconWrap .kcaWrap .iconMethodalogy {
        width: 67px;
        height: 52px;
        background: url(../images/pages/m1_t1_p6/mobile/04.png) no-repeat;
        margin-top: 0;
    }
    .m1_t1_p6 .kcWrapper .iconWrap .kcaWrap .textBox {
        color: #000000;
    }
    .m1_t1_p6 .kcWrapper .iconWrap.iconWrap_1 .kcaWrap {
        width: 60px;
    }
    .m1_t1_p6 .kcWrapper .iconWrap.iconWrap_2 .kcaWrap {
        width: 80px;
    }
    .m1_t1_p6 .kcWrapper .iconWrap.iconWrap_3 .kcaWrap {
        width: 90px;
    }
    .m1_t1_p6 .kcWrapper .iconWrap.iconWrap_4 .kcaWrap {
        width: 110px;
    }
    .m1_t1_p6 .rightSection {
        height: 300px;
    }
    .popupWrap .popContentWrap {
        left: 5%;
        width: 90%;
    }
    .popupWrap .popContentWrap#popup_1 {
        height: 278px;
        top: 22%;
    }
    .popupWrap .popContentWrap#popup_2 {
        height: 221px;
        top: 25%;
    }
    .popupWrap .popContentWrap#popup_3 {
        height: 221px;
        top: 25%;
    }
    .popupWrap .popContentWrap#popup_4 {
        height: 221px;
        top: 25%;
    }
    .m1_t1_p6 .rightSection .page_itext {
        left: 10px;
    }
    .m1_t1_p6 .leftSection .textWrap {
        padding-left: 10px;
    }
    .m1_t1_p6 .rightSection {
        height: 240px;
    }
    .m1_t1_p6 .kcbtnWrapper .btnWrap {
        padding: 10px;
    }
    .m1_t1_p6 .stepCountWrap {
        margin-top: 13px;
    }
    .m1_t1_p6 .kcbtnWrapper {
        -webkit-transform: translate(-50%, -57%);
        -ms-transform: translate(-50%, -57%);
        -o-transform: translate(-50%, -57%);
        transform: translate(-50%, -57%);
    }
    .m1_t1_p6 .kcWrapper {
        margin-top: 20px;
    }
    .popupWrap .popContentWrap#popup_1 {
        top: 19%;
    }
    
}

@media only screen and (max-width:360px) and (orientation:portrait) {
    .m1_t1_p6 .kcWrapper .iconWrap.iconWrap_1 .kcaWrap {
        width: 50px;
    }
    .m1_t1_p6 .kcWrapper .iconWrap.iconWrap_2 .kcaWrap {
        width: 75px;
    }
    
    .m1_t1_p6 .rightSection {
        height: 240px;
    }
    .m1_t1_p7 .rightSection .tabWrap .contentWrap {
        padding: 5px 10px;
    }

    .m1_t1_p6 .rightSection .page_itext{ bottom: 0px;}
    .m1_t1_p7 .page_itext {
    bottom: 10px;
}

.m1_t1_p8 .mainSection {
    width: 56%;
}

.m1_t1_p8 .mainSection .BottomText{ padding: 0 2px;}
    
}

/* =================================== Page 5 End ========================================= */