* {
    padding: 0px;
    margin: 0px;
}

html {
    position: relative;
    min-height: 100%;
}

html, body {
    padding: 0px;
    margin: 0px;
    /*position:relative;*/
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #09090a;
    background-color: #f2f2f2;
    letter-spacing: 0.3px;
    word-spacing: 0.5px;
}

/*body::-webkit-scrollbar {
        width: 12px;
    }

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    body::-webkit-scrollbar-thumb {
        background-color: #b71f1b;
        outline: 1px solid slategrey;
    }*/


.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt55 {
    margin-top: 55px;
}

.mt60 {
    margin-top: 60px;
}

.mt65 {
    margin-top: 65px;
}

.mt70 {
    margin-top: 70px;
}

.mt75 {
    margin-top: 75px;
}

.mt80 {
    margin-top: 80px;
}

.mt85 {
    margin-top: 85px;
}

.mt90 {
    margin-top: 90px;
}

.mt95 {
    margin-top: 95px;
}

.mt100 {
    margin-top: 100px;
}
/*--margin-bottom--*/
.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb55 {
    margin-bottom: 55px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb65 {
    margin-bottom: 65px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb75 {
    margin-bottom: 75px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb85 {
    margin-bottom: 85px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb95 {
    margin-bottom: 95px;
}

.mb100 {
    margin-bottom: 100px;
}

/*margin-left--*/
.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.ml45 {
    margin-left: 45px;
}

.ml50 {
    margin-left: 50px;
}

.ml55 {
    margin-left: 55px;
}

.ml60 {
    margin-left: 60px;
}

.ml65 {
    margin-left: 65px;
}

.ml70 {
    margin-left: 70px;
}

.ml75 {
    margin-left: 75px;
}

.ml80 {
    margin-left: 80px;
}

.ml85 {
    margin-left: 85px;
}

.ml90 {
    margin-left: 90px;
}

.ml95 {
    margin-left: 95px;
}

.ml100 {
    margin-left: 100px;
}

/*--margin-right--*/
.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr45 {
    margin-right: 45px;
}

.mr50 {
    margin-right: 50px;
}

.mr55 {
    margin-right: 55px;
}

.mr60 {
    margin-right: 60px;
}

.mr65 {
    margin-right: 65px;
}

.mr70 {
    margin-right: 70px;
}

.mr75 {
    margin-right: 75px;
}

.mr80 {
    margin-right: 80px;
}

.mr85 {
    margin-right: 85px;
}

.mr90 {
    margin-right: 90px;
}

.mr95 {
    margin-right: 95px;
}

.mr100 {
    margin-right: 100px;
}
/*--header sec--*/
.topheader {
    width: 100%;
    position: fixed;
    padding: 0px 0px;
    margin: 0px;
    /*background-color: #fff;*/
    z-index: 999;
    top: 0px;
    /*box-shadow: 0px 2px 3px rgba(0,0,0,0.02);*/
    transition: 0.3s all;
}

@media (min-width:1200px) {
    .topheader {
        padding-left: 235px;
    }
}

.headerinpart {
    margin: 0px;
    height: auto;
    padding: 0px;
}

.dash-container {
    padding: 0px;
    padding: 0px 0px;
    margin: 0px;
    background-color: #fff;
    padding-left: 15px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.03);
}

    .dash-container:after {
        content: '';
        clear: both;
        display: table;
    }

/*--left menubaar--*/
.leftmenu {
    width: auto;
    float: left;
    padding: 0px;
    margin: 0px;
}



.leftinner {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .leftinner ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .leftinner ul:after {
            content: '';
            clear: both;
            display: table;
        }

        .leftinner ul li {
            display: inline-block;
            /*border-right: 1px solid #eee;*/
            float: left;
            height: 70px;
        }

            .leftinner ul li:nth-child(1) {
                padding: 10px 15px;
                /*background: linear-gradient(rgba(206,48,50,1),rgba(21,67,141,1));*/
                /*background:rgba(206,48,50,1);*/
            }

            .leftinner ul li:nth-child(2) {
                padding: 10px 20px;
                display: none;
            }

@media (max-width:600px) {

    .leftinner ul li {
        border: none;
    }

        .leftinner ul li:nth-child(1) {
            float: left;
        }

        .leftinner ul li:nth-child(2) {
            float: right;
        }
}

.leftinner ul li a {
    padding: 0px;
    margin: 0px;
    display: block;
    position: relative;
}

.iconmenutoggle {
    width: 26px;
    padding: 6px 2px;
    margin: 0px;
    line-height: 40px;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
}



    .iconmenutoggle a span {
        display: block;
        width: 100%;
        height: 4px;
        background-color: #09090a;
        transition: 0.3s all;
        position: relative;
        border-radius: 10px;
    }

    .iconmenutoggle p {
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 6px;
        left: 31px;
        color: #a1a1a2;
    }

    .iconmenutoggle a span:nth-child(1) {
        margin-bottom: 4px;
    }

    .iconmenutoggle a span:nth-child(2) {
        margin-bottom: 4px;
    }


/*--use close onclick style--*/
.closeiconres a span:nth-child(1) {
    transform: rotate(50deg);
    transition: 0.3s all;
    top: 8px;
}

.closeiconres a span:nth-child(2) {
    display: none;
    transition: 0.3s all;
}

.closeiconres a span:nth-child(3) {
    transform: rotate(-50deg);
    transition: 0.3s all;
}

.dlogo {
    width: auto;
    padding: 0px;
    margin: 0px;
}

    .dlogo a {
        text-decoration: none !important;
        display: block;
    }

.brandicon {
    width: 95px;
}
/*
.brntext
  {
    width:138px;
}
*/

.brandicon,
.brntext {
    display: inline-block;
}

/*--right menu--*/
.rightmenu {
    float: right;
    padding: 0px;
    margin: 0px;
}

.menubaarright {
    width: auto;
    padding: 0px;
    margin: 0px;
}

    .menubaarright ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .menubaarright ul:after {
            content: '';
            clear: both;
            display: table;
        }

        .menubaarright ul li {
            display: inline-block;
            float: right;
            padding: 10px 20px;
            position: relative;
        }

            .menubaarright ul li a {
                padding: 0px;
                margin: 0px;
            }

                .menubaarright ul li a:after {
                    content: '';
                    clear: both;
                    display: table;
                }

.imgmenu {
    width: auto;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}

    .imgmenu img {
        width: 100%;
        height: 100%;
        padding: 0px;
        border-radius: 50%;
    }


.usericonds {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    float: left;
    overflow: hidden;
    /*box-shadow:0px 5px 5px rgba(0,0,0,0.2);*/
}


    .usericonds i {
        color: #fff !important;
        margin-left: 0px !important;
    }

.usenamde {
    padding: 0px;
    margin: 0px;
    height: auto;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

    .usenamde span {
        display: block;
        padding: 0px;
        margin: 0px;
    }

        .usenamde span:nth-child(1) {
            font-size: 20px;
            color: #09090a;
            font-weight: 900;
        }

        .usenamde span:nth-child(2) {
            font-weight: 600;
            line-height: 16px;
        }

.imgmenu label {
    font-size: 16px;
    color: #09090a;
    cursor: pointer;
}

@media (max-width:700px) {
    .brntext {
        display: none;
    }
}


.imgmenu i {
    color: #999;
}

.imgmenu a {
    display: block;
    cursor: pointer;
}

    .imgmenu a:hover {
        text-decoration: none;
        cursor: pointer;
    }

.iconmenutab {
    width: auto;
    padding: 0px;
    margin: 0px;
}

    .iconmenutab a {
        padding: 0px;
        margin: 0px;
        position: relative;
        display: block;
        font-size: 22px;
    }

        .iconmenutab a i {
            color: #333;
        }

        .iconmenutab a label {
            position: absolute;
            top: -3px;
            right: -10px;
            width: 15px;
            height: 15px;
            font-size: 10px;
            text-align: center;
            line-height: 14px;
            letter-spacing: 1px;
            border-radius: 2px;
            color: #333;
        }


.userdropdown {
    position: absolute;
    background-color: #fff;
    top: 70px;
    right: 0px;
    box-shadow: 0px 8px 8px rgba(102,102,102,0.2);
    overflow: hidden;
    display: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.userprodata {
    right: 10px;
}

.useindrp {
    width: 200px;
    padding: 0px;
    margin: 0px;
}

    .useindrp ul {
        padding: 0px;
        margin: 0px;
        float: none;
        list-style: none;
    }

        .useindrp ul li {
            display: block;
            padding: 0px;
            float: none;
            border-right: none;
        }

            .useindrp ul li a {
                display: block;
                color: #62616e;
                transition: 0.3s all;
                padding: 10px 20px;
                line-height: 30px;
                opacity: 0.9;
                font-weight: 400;
            }

                .useindrp ul li a i {
                    padding-right: 5px;
                    color: inherit;
                }

                .useindrp ul li a:hover {
                    opacity: 1;
                    color: #09090a;
                }

.messagebox {
    width: 300px;
    height: auto;
    padding: 0px;
}

.topheadmas {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
    border-bottom: 1px solid #eee;
}

@media (max-width:460px) {


    .messagebox {
        width: 250px;
    }
}

.topheadmas h2 {
    font-size: 16px;
    padding: 8px 15px;
    margin: 0px;
    letter-spacing: 1px;
    word-spacing: 1px;
}

.msgbody {
    width: 100%;
    padding: 0px;
    margin: 0px;
    max-height: 284px;
    overflow-x: hidden;
}

    .msgbody::-webkit-scrollbar {
        width: 5px;
    }

    .msgbody::-webkit-scrollbar-thumb {
        background: rgba(153,153,153,0.8);
    }

    .msgbody ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .msgbody ul li {
            display: block;
            padding: 10px 10px;
            margin: 0px;
            border-bottom: 1px solid #eee;
        }

            .msgbody ul li:last-child {
                border-bottom: none;
            }

            .msgbody ul li a {
                display: block;
            }

                .msgbody ul li a:hover {
                    text-decoration: none;
                }

            .msgbody ul li:after {
                content: '';
                clear: both;
                display: table;
            }

.msgimg {
    width: 50px;
    float: left;
}

    .msgimg img {
        width: 50px;
        border-radius: 50%;
        border: 1px solid #eee;
    }

.rigmscont {
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
    display: block;
    margin-left: 60px;
    position: relative;
}

.rigmsghead {
    width: auto;
    padding: 0px;
    display: block;
}

    .rigmsghead h3 {
        padding: 0px;
        margin: 0px;
        font-size: 14px;
        color: #333;
        font-weight: 700;
        transition: 0.3s all;
        letter-spacing: 1px;
        word-spacing: 1px;
    }

.msgbody ul li a:hover h3 {
    color: #b71f1b;
    transition: 0.3s all;
}

.detamsg {
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    color: #333;
    height: 55px;
    overflow: hidden;
    line-height: 18px;
    margin-top: 3px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
}

.msgtym {
    position: absolute;
    top: -12px;
    right: 0px;
    font-size: 10px;
    color: #bbb;
}

.msgfooter {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #eee;
}

    .msgfooter a {
        color: #333;
        font-size: 16px;
        text-align: center;
        text-transform: capitalize;
        letter-spacing: 1px;
        word-spacing: 1px;
    }

        .msgfooter a:hover {
            color: #b71f1b;
            text-decoration: none;
        }


/*---navigation--*/
.navigation {
    width: 235px;
    height: 100%;
    position: fixed;
    top: 0px;
    /*padding-top: 15px;*/
    z-index: 99999999;
    background: #fff;
    transition: 0.3s all;
    box-shadow: 3px 0px 3px rgba(0,0,0,0.03);
}

@media(max-width:1199px) {
    .navigation {
        width: 256px;
        box-shadow: 7px 0px 10px rgba(0,0,0,0.15);
    }
}

.navactive {
    left: -270px;
}

.navDactive {
    left: 0px;
}
/*.dactiveleft 
  {
    padding-left:235px;
  }*/
@media (min-width:1200px) {
    .navactive {
        left: 0px;
    }

    .navDactive {
        left: -260px;
    }

    .dactiveleft {
        padding-left: 0px;
    }
}


.navigation::-webkit-scrollbar {
    width: 5px;
}
/*
.navigation::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
*/

.navigation::-webkit-scrollbar-thumb {
    background: rgba(153,153,153,0.8);
}

.navinner {
    width: 100%;
    height: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.inner-panel {
    width: 100%;
    padding: 0px;
}

.userdetails {
    width: 100%;
    padding: 20px 0px 0px 0px;
}

.imguser {
    width: 90px;
    margin: 0px auto;
}

    .imguser img {
        width: 90px;
        border-radius: 50%;
        border: 1px solid #eee;
    }

.navclicable {
    overflow: inherit;
}

    .navclicable .imguser {
        width: 40px;
    }

        .navclicable .imguser img {
            width: 40px;
        }

.username {
    text-align: center;
    margin-top: 5px;
}

    .username label {
        padding: 0px;
        margin: 0px;
        font-size: 18px;
        letter-spacing: 1px;
        word-spacing: 2px;
        font-weight: 600;
    }

.navclicable .username label {
    font-size: 16px;
    line-height: 18px;
}

.socialuser {
    width: 100%;
    padding: 10px 0px;
    margin: 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
}

.navclicable .socialuser {
    display: none;
}

.socialuser ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .socialuser ul li {
        display: inline-block;
        padding: 0px 33px;
        position: relative;
    }

        .socialuser ul li a {
            color: #333;
            font-size: 22px;
            transition: 0.3s all;
        }

            .socialuser ul li a:hover {
                transition: 0.3s all;
                color: #bbb;
            }

        .socialuser ul li:after {
            content: '|';
            position: absolute;
            right: 0px;
            transition: 0.3s all;
            color: #eee;
        }

        .socialuser ul li:last-child:after {
            display: none;
            transition: 0.3s all;
        }


.navdash {
    width: 100%;
    padding: 0px 0px;
    margin: 0px;
}

.navclicable .navdash {
    margin-top: 30px;
}

.navin {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
}

    .navin ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .navin ul li {
            display: block;
        }

            .navin ul li a {
                display: block;
                color: #09090a;
                padding: 15px 20px;
                font-weight: 500;
                position: relative;
                opacity: 0.7;
            }

                .navin ul li a object {
                    width: 25px;
                }

.navclicable .navin ul li a {
    text-align: center;
    padding: 20px 0px;
}

    .navclicable .navin ul li a span {
        display: none;
    }

.navin ul li a:after {
    content: '';
    clear: both;
    display: table;
}

.navin ul li a p {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    float: left;
}

.navin ul li a {
    position: relative;
}

    .navin ul li a span {
        display: inline-block;
        position: absolute;
        left: 58px;
        top: 18px;
    }
    .navin ul li a i {
        color: #09090a;
        font-size: 25px;
    }

    .navin ul li a:hover {
        text-decoration: none;
        transition: 0.3s all;
        opacity: 1;
    }

        .navin ul li a:hover p {
            transition: 0.3s all;
        }

    .navin ul li a.active {
        opacity: 1;
    }

        .navin ul li a.active p {
        }

.navin ul ul {
    display: none;
    padding: 10px 0px;
    margin: 0px;
    /*border-bottom:1px solid #eee;*/
    background: rgba(43,34,134,0.05);
    position: relative;
    top: -10px;
}

.menubtn_click {
    position: relative;
}

    .menubtn_click:before {
        content: '\f067';
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        position: absolute;
        right: 15px;
        top: 19px;
        color: #a1a1a2;
        font-size: 12px;
    }

.navclicable ul li,
.navclicable ul li a {
    position: relative;
}

.navclicable .navin ul ul {
    position: absolute;
    right: -195px;
    top: 0px;
    padding: 15px 0px;
    background-color: #fff;
    box-shadow: 0px 8px 8px rgba(102,102,102,0.1);
}

.navclicable .navin ul li:hover > ul {
    display: block;
    transition: 0.3s all;
}

.navin ul ul li a {
    padding: 5px 0px 5px 50px;
    border-bottom: none;
    position: relative;
}

.navclicable .navin ul ul li a {
    padding: 5px 20px;
    color: #000;
}

.drobboxsl {
    display: none;
}

.drpdobtn {
    position: relative;
}

    .drpdobtn:after {
        content: '\f107';
        position: absolute;
        right: 15px;
        top: 16px;
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
    }

.navclicable .drpdobtn:after {
    right: 12px;
    top: 20px;
}

.slidepanel {
    display: none;
}

.slidebtn:after {
    content: '\f3d0';
    position: absolute;
    top: 15px;
    font-size: 15px;
    font-family: "Ionicons";
    right: 25px;
    transition: 0.3s all;
}

.navclicable .slidebtn:after {
    display: none;
}

.arrowup:after {
    content: '\f3d8';
    position: absolute;
    top: 15px;
    font-size: 15px;
    font-family: "Ionicons";
    right: 25px;
    transition: 0.3s all;
}

@media (max-width:1199px) {

    .navigatrespo .imguser {
        width: 40px;
    }

        .navigatrespo .imguser img {
            width: 40px;
        }

    .navigatrespo .username label {
        font-size: 16px;
        line-height: 18px;
    }


    .navigatrespo .socialuser {
        display: none;
    }


    .navigatrespo .navdash {
        margin-top: 30px;
    }

    .navigatrespo .navin ul li a {
        text-align: center;
        padding: 15px 0px;
    }

        .navigatrespo .navin ul li a span {
            display: none;
        }

    .navigatrespo ul li,
    .navigatrespo ul li a {
        position: relative;
    }

    .navigatrespo .navin ul ul {
        position: absolute;
        right: -195px;
        top: 0px;
        padding: 15px 0px;
        background-color: #fff;
        box-shadow: 0px 8px 8px rgba(102,102,102,0.1);
    }

        .navigatrespo .navin ul ul li a {
            color: #000;
        }

    .navigatrespo .navin ul li:hover > ul {
        display: block;
        transition: 0.3s all;
    }


    .navigatrespo .navin ul ul li a {
        padding: 5px 20px;
    }

    .navigatrespo .slidebtn:after {
        display: none;
    }
}

@media (max-width:992px) {
    .colmtres {
        margin-top: 30px;
    }
}

@media (max-width:768px) {
    .colsmmt {
        margin-top: 30px;
    }
}


/*---bodysec--*/
.bodysec {
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
    transition: 0.3s all;
    margin-top: 85px;
    margin-bottom: 50px;
}

@media (min-width:1200px) {
    .bodysec {
        margin-left: 250px;
    }

    .bleftdactive {
        margin-left: 0px;
    }
}


.bodysecmleft {
    margin-left: 80px;
    transition: 0.3s all;
}

.bodysecmlefttwo {
    /*margin-left:250px;*/
}

.containerbody {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.bodyrow {
    width: 100%;
    height: auto;
    padding: 0px;
    margin-top: 30px;
}

    .bodyrow:after {
        content: '';
        clear: both;
        display: table;
    }

.headingsearch {
    padding: 10px 0px;
    width: 100%;
    margin: 0px;
}

    .headingsearch:after {
        content: '';
        clear: both;
        display: table;
    }

.headleft {
    width: auto;
    padding: 0px;
    margin: 0px;
    float: left;
}

    .headleft h1 {
        padding: 0px;
        margin: 0px;
        font-weight: 900;
        font-size: 24px;
        line-height: 30px;
    }

    .headleft object {
        width: 30px;
        margin-right: 15px;
    }

    .headleft h1 i {
        padding-right: 5px;
    }

.headright {
    float: right;
    width: auto;
    padding: 0px;
    margin: 0px;
}

@media (max-width:500px) {
    .headright {
        display: none;
    }
}

.headright ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .headright ul li {
        display: inline-block;
        padding: 0px 10px;
        font-size: 13px;
        letter-spacing: 1px;
        word-spacing: 2px;
        line-height: 30px;
        color: #bbb;
        position: relative;
    }

        .headright ul li:before {
            content: '|';
            position: absolute;
            left: -5px;
            transform: rotate(15deg);
        }

        .headright ul li:first-child:before {
            display: none;
        }

        .headright ul li a {
            display: block;
            padding: 0px;
            margin: 0px;
            color: #333;
            transition: 0.3s all;
        }

            .headright ul li a:hover {
                transition: 0.3s all;
                text-decoration: none;
                color: #b71f1b;
            }



.searchbaar {
    width: 100%;
    background-color: #fff;
    padding: 10px 15px;
}

.searchbaarin {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
}

.serchfeild {
    width: 100%;
    height: auto;
    padding: 0px;
}

    .serchfeild input {
        width: 100%;
        padding: 10px 60px 10px 15px;
        letter-spacing: 2px;
        word-spacing: 2px;
        color: #333;
        border: none;
        border: 1px solid #eee;
        outline: none;
    }

.serchbtn {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
}

    .serchbtn button {
        width: 150px;
        border: none;
        line-height: 44px;
        background-color: #b71f1b;
        color: #fff;
        letter-spacing: 2px;
        word-spacing: 2px;
        outline: none;
        cursor: pointer;
    }

@media (max-width:600px) {
    .serchbtn button {
        width: 60px;
    }

    .serchbtn span {
        display: none;
    }
}

.serchbtn button:focus,
.serchbtn button:active {
    outline: none;
}

.serchbtn i {
    font-size: 22px;
}

.col-row {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

    .col-row:last-child {
        padding-bottom: 30px;
    }

.columbox-two {
    width: 100%;
    padding: 0px;
    background-color: #FFF;
}

.innerdata {
    padding: 20px 15px;
    margin: 0px;
    width: 100%;
}

.innerdatatab {
    margin: 0px;
    width: 100%;
    padding: 0px;
}

.headbox {
    border-bottom: 1px solid #eee;
    padding: 15px;
}

    .headbox h2 {
        padding: 0px;
        margin: 0px;
        font-size: 16px;
        text-transform: capitalize;
        color: #333;
        font-weight: 600;
        letter-spacing: 1px;
        word-spacing: 2px;
    }

.boxbody-panel {
    width: 100%;
    padding: 15px;
    margin: 0px;
    min-height: 180px;
    max-height: 200px;
    overflow-x: auto;
}

    .boxbody-panel::-webkit-scrollbar {
        width: 5px;
    }

    .boxbody-panel::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .boxbody-panel::-webkit-scrollbar-thumb {
        background-color: #b71f1b;
        outline: 1px solid slategrey;
    }
/*--ffoter sec--*/
.footersec {
    display: none;
    width: 100%;
    margin: 0px;
    height: auto;
    background-color: #fff;
    z-index: 9999999;
    position: absolute; /*--absolute--*/
    left: 0;
    bottom: 0px;
    box-shadow: 0px -3px 3px rgba(0,0,0,0.03);
}

.footeriner {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .footeriner p {
        padding: 10px 15px;
        margin: 0px;
        text-align: center;
        color: #a1a1a2;
    }
/*--columbox-table--*/
.columbox-one {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    border-radius: 5px;
    /*box-shadow: /*0px 0px 10px rgba(26,79,160,1)*/ 0px 0px 2px rgba(0,0,0,0.1);
    */
}

.tablebox {
    width: auto;
    padding: 15px;
    height: auto;
    margin: 0px;
}

.tabledata {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

@media (max-width:500px) {
    .tabledata table {
        width: 600px !important;
    }
}

.tablestyle {
    width: 100%;
    height: auto;
}

@media (max-width:768px) {
    .tablestyle {
        width: 700px;
    }

    .tabledata {
        overflow: auto;
    }
}

.tablestyle thead th,
.tablestyle tbody td {
    padding: 12px 16px;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 1px;
    word-spacing: 2px;
}

    .tablestyle tbody td img {
        width: 50px;
        height: 50px;
        border: 1px solid #eee;
        border-radius: 50%;
        background-color: #fff;
    }

.tablestyle thead tr {
    background-color: #f5f4f4;
}

.tablestyle tbody tr {
    border-bottom: 1px solid #eee;
}

    .tablestyle tbody tr:nth-child(even) {
        background-color: #eee;
    }

.tablefooter {
    width: 100%;
    padding: 15px 0px;
    margin: 0px;
    margin-top: 30px;
}

.tfooterdata {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .tfooterdata:after {
        content: '';
        clear: both;
        display: table;
    }

.leftboxdat {
    width: auto;
    padding: 0px;
    margin: 0px;
    float: left;
}

.paginationdata {
    width: auto;
    padding: 0px;
    margin: 0px;
}

    .paginationdata ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .paginationdata ul:after {
            content: '';
            clear: both;
            display: table;
        }

        .paginationdata ul li {
            display: inline-block;
            float: left;
        }

            .paginationdata ul li:first-child,
            .paginationdata ul li:last-child {
                border: 1px solid #eee;
                color: #b71f1b;
                font-weight: bold;
                transition: 0.3s all;
            }

            .paginationdata ul li:hover:first-child,
            .paginationdata ul li:hover:last-child {
                transition: 0.3s all;
                background-color: #eee;
            }

                .paginationdata ul li:hover:first-child > a,
                .paginationdata ul li:hover:last-child > a {
                    color: #333;
                }

            .paginationdata ul li a {
                display: inline-block;
                color: #333;
                font-size: 13px;
                margin: 0px;
                padding: 8px 18px;
            }

                .paginationdata ul li a:hover {
                    color: #b71f1b;
                    text-decoration: none;
                }

.activedata {
    background-color: #b71f1b;
    color: #fff !important;
}


.rightboxdat {
    float: right;
}

.btndat {
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    outline: none;
}

.redbtn {
    background-color: #f1921b;
    border: 1px solid #f1921b;
    color: #fff;
    transition: 0.3s all;
    padding: 12px 0px;
    text-transform: capitalize;
    border-radius: 4px;
}

.bluedbtn {
    background-color: #f1921b !important;
    border: 1px solid #f1921b !important;
}

.crebtnbg {
    background: linear-gradient(to right, #ce3032, #15438d) !important;
    border: none !important;
    transition: 0.3s all;
}

    .crebtnbg:hover {
        background: linear-gradient(to right, #b01c1e, #0a3273) !important;
        transition: 0.3s all;
    }


.btndat:focus,
.btndat:active {
    outline: none;
}

.redbtn:hover {
    background-color: #be312d;
    transition: 0.3s all;
    text-decoration: none;
    color: #fff;
}

.blackbtn {
    background-color: #e97416;
    color: #fff;
    border: 1px solid #e97416;
    letter-spacing: 1px;
    word-spacing: 2px;
    transition: 0.3s all;
}

    .blackbtn:hover {
        background-color: #f18732;
        transition: 0.3s all;
        text-decoration: none;
        color: #fff;
    }

.bluebtn {
    background-color: #0e8ebe;
    color: #fff;
    letter-spacing: 1px;
    word-spacing: 2px;
    transition: 0.3s all;
    border: 1px solid #0e8ebe;
    text-decoration: none;
    color: #fff;
}

.defltbtn {
    background-color: rgba(43,34,132,0.1);
    transition: 0.3s all;
    color: #f1921b;
    font-weight: 600;
    border-radius: 4px;
}

    .defltbtn:hover {
        background-color: #eee;
        transition: 0.3s all;
        text-decoration: none;
        color: #333;
    }

.bluebtn:hover {
    background-color: #1899c9;
    transition: 0.3s all;
}

.btn100 {
    width: 100px;
}

.btn150 {
    width: 150px;
}

.btn200 {
    width: 200px;
}

.btn250 {
    width: 250px;
}

.radiusbtn {
    border-radius: 20px;
}


.form-panel {
    width: 100%;
    padding: 15px;
    margin: 0px;
}

.formfox {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.fm-ctr {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #b3b3b3;
    outline: none;
    font-size: 14px;
    color: #09090a;
    font-weight: 600;
    border-radius: 4px;
    /*background-color:rgba(239,239,239,0.5);*/
}

    .fm-ctr::-webkit-input-placeholder {
        font-weight: 300;
        color: #7d7d7d;
    }


.textcheck {
    letter-spacing: 1px;
    word-spacing: 2px;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    margin-left: 15px;
}

.checkbox[type=checkbox] {
    position: relative;
    cursor: pointer;
}

    .checkbox[type=checkbox]:before {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        top: -3px;
        left: 0;
        border: 1px solid #555555;
        background-color: white;
    }

    .checkbox[type=checkbox]:checked:after {
        content: "";
        display: block;
        width: 5px;
        height: 10px;
        border: solid black;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 1px;
        left: 8px;
    }

.from-group:after {
    content: '';
    clear: both;
    display: table;
}

.labeltext {
    font-size: 15px;
    letter-spacing: 1px;
    word-spacing: 2px;
}



/*--loginsec--*/
.loginbody {
    width: 100%;
    height: 100vh;
    z-index: 0;
    position: relative;
}

.wrapperlogin {
    width: 320px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
}

@media (min-width:400px) {

    .wrapperlogin {
        width: 380px;
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translate(-10%, -50%);
        z-index: 99;
    }
}

@media (max-width:400px) {
    .loginbody .swiper-container {
        display: none;
    }

    .wrapperlogin {
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,1);
    }
}

.innerloguser {
    width: 100%;
    padding: 50px 40px;
    margin: 0px;
    background-color: rgba(255,255,255,1);
    border-radius: 10px;
    box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.3);
}

.headinguser {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
}

    .headinguser span {
        display: block;
    }

    .headinguser img {
        width: 100px;
    }

    .headinguser h2 {
        font-size: 18px;
        margin: 0px;
        padding: 0px;
        margin-top: 30px;
        font-weight: 500;
    }

.formlogin {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.btnfullwid {
    width: 100%;
}

.loginother {
    width: 100%;
    padding: 15px;
    margin: 0px;
}

.otheriner {
    width: auto;
    text-align: right;
    position: relative;
    top: -10px;
}

    .otheriner a {
        display: inline-block;
        color: #144999;
        font-size: 14px;
        letter-spacing: 1px;
        word-spacing: 2px;
        padding: 0px;
        margin: 0px;
        font-weight: 600;
    }

        .otheriner a:hover {
            color: #333;
            text-decoration: none;
        }

/*--tabs section start--*/
.tabsheading {
    padding: 0px;
}

    .tabsheading:after {
        content: '';
        clear: both;
        display: table;
    }

    .tabsheading h2 {
        float: left;
        padding: 15px;
    }

    .tabsheading ul {
        float: right;
        padding-right: 15px;
    }

    .tabsheading .nav-tabs .nav-item {
        margin: 0px;
        margin-bottom: 0px;
    }

    .tabsheading ul li a {
        padding: 0px 10px;
        margin: 0px;
        line-height: 46px;
        border: none;
        position: relative;
        color: #333;
        letter-spacing: 1px;
        word-spacing: 2px;
        font-size: 14px;
    }

    .tabsheading .nav-tabs .nav-link,
    .tabsheading .nav-tabs {
        border: none;
    }

        .tabsheading .nav-tabs .nav-link.active {
            color: #b71f1b;
            border-bottom: 3px solid #b71f1b;
        }

.tabs-panel {
    padding: 15px;
    margin: 0px;
    min-height: 250px;
}

.contetabs p {
    letter-spacing: 1px;
    word-spacing: 2px;
    font-size: 14px;
    line-height: 25px;
}
/*--left tabs--*/
.lefttabs {
    float: none !important;
    padding: 0px 15px !important;
}



/*--style table--*/
.tableheading {
    width: 100%;
    padding: 0px;
    background-color: #333;
}

.table-heading {
    width: 100%;
    padding: 20px 0px;
    margin: 0px;
}

    .table-heading h2 {
        color: #fff;
        text-align: center;
        font-size: 22px;
        font-weight: 100;
        padding: 0px;
        margin: 0px;
    }


.tablesec {
    width: 100%;
    padding: 3em 0px;
    margin: 0px;
}

.container-table {
    padding-left: 15px;
    padding-right: 15px;
}

.resp-table {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
/*--table start--*/

@media (max-width:992px) {
    .tablestyle tbody tr {
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px;
    }

        .tablestyle tbody tr:first-child {
            margin-top: 0px;
        }

    .tablestyle tbody td {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width:700px) {
    .tablestyle tbody tr {
        display: flex;
        flex-wrap: wrap;
    }

    .tablestyle tbody td {
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: none !important;
    }
}

/*--table js style--*/


.tablestyle.bt thead,
table.bt tbody th {
    display: none;
}


.tablestyle.bt tbody td {
    border: none;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    /* IE 9 */
    float: left\9;
    width: 100%\9;
    position: relative;
}


    .tablestyle.bt tbody td::before {
        content: attr(data-th) ": ";
        display: inline-block;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        font-weight: bold;
        width: 150px;
        background-color: #b71f1b;
        color: #fff;
    }

@media (max-width: 992px) {
    .tablestyle.bt tbody td::before {
        padding: 10px;
    }

    .tablestyle.bt tbody td {
        padding: 0px;
    }

        .tablestyle.bt tbody td .bt-content {
            padding: 10px;
        }
}

.tablestyle.bt tbody td.bt-hide {
    display: none;
}


.tablestyle.bt tbody td .bt-content {
    vertical-align: top;
}

.bt-wrapper.active {
    max-height: 310px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


.tablestyle.bt.bt--no-header tbody td::before {
    display: none;
}


/*--productbox 11-5-2018--*/
.productlist {
    width: 100%;
    padding: 0px;
    height: auto;
    margin: 0px;
}

    .productlist ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .productlist li {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }

@media (min-width:768px) {
    .productlist li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width:992px) {
    .productlist li {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

.productbox {
    width: 100%;
    padding: 0px;
    margin: 0px;
    min-height: 420px;
    background: #fff;
}

.imgboxprod {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .imgboxprod img {
        width: 100%;
        min-height: 250px;
    }

.productdwndata {
    width: 100%;
    padding: 0px;
    position: relative;
}

.headdescpro {
    width: 100%;
    padding: 20px 15px;
    text-align: left;
}

    .headdescpro h3 {
        padding: 0px;
        margin: 0px;
        font-size: 16px;
        text-transform: capitalize;
        color: #333;
        font-weight: 600;
        letter-spacing: 1px;
        word-spacing: 2px;
        margin-bottom: 10px;
    }

    .headdescpro p {
        height: 25px;
        overflow: hidden;
        letter-spacing: 1px;
        word-spacing: 2px;
        font-size: 14px;
        line-height: 25px;
        margin: 0px;
        padding: 0px;
    }

.pricbtn {
    position: relative;
    width: 100%;
    padding: 15px;
    margin: 0px;
}

    .pricbtn:after {
        content: '';
        clear: both;
        display: table;
    }

    .pricbtn h2 {
        position: relative;
        padding: 8px 0px;
        margin: 0px;
        font-size: 20px;
        text-transform: capitalize;
        color: #333;
        font-weight: 600;
        letter-spacing: 1px;
        word-spacing: 2px;
        float: left;
    }

    .pricbtn a {
        display: block;
        float: right;
        text-align: center;
    }
/*--detaiboxdata--*/
.detaiboxdata {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.imgproddetails {
    width: 100%;
}

.productdetail {
    width: 100%;
}

@media (min-width:600px) {
    .imgproddetails {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .productdetail {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

.prodindet {
    margin-left: 10px;
}

@media (min-width:992px) {
    .prodindet {
        width: 500px;
        margin-left: 50px;
    }
}

.headdetails p {
    height: auto;
    overflow: auto;
}

.imgproddetails img {
    width: 100%;
    min-height: 300px;
}

.btnboxdetail h2 {
    float: none;
    margin-bottom: 20px;
}

.btnboxdetail a {
    float: none;
}

/*--uiboxdes--*/
.uiboxdes {
    width: auto;
    padding: 0px;
    margin: 0px;
}

    .uiboxdes ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .uiboxdes ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

        .uiboxdes ul li {
            width: 100%;
        }

@media (min-width:992px) {
    .uiboxdes ul li {
        flex: 0 0 25%;
        max-width: 25%;
        transition: 0.3s all;
    }
}

@media (min-width:450px) {
    .uiboxdes ul li {
        flex: 0 0 50%;
        max-width: 50%;
        transition: 0.3s all;
    }
}

@media (min-width:650px) {
    .uiboxdes ul li {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        transition: 0.3s all;
    }
}

@media (min-width:1300px) {
    .uiboxdes ul li {
        flex: 0 0 20%;
        max-width: 20%;
        transition: 0.3s all;
    }
}

.uiboxdes ul li {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
}

.nomrg {
    margin-top: 0px;
}

.boxrepors {
    width: 100%;
    height: auto;
    padding: 15px;
    margin: 0px;
    /*box-shadow:0px 2px 2px rgba(0,0,0,0.2);*/
}

/*.uiboxdes ul li:nth-child(1) .boxrepors {
    background: linear-gradient(-50deg, rgba(26,79,160,1),rgba(7,47,108,1));
}

.uiboxdes ul li:nth-child(2) .boxrepors {
    background: linear-gradient(-50deg, rgba(26,79,160,1),rgba(7,47,108,1));
}

.uiboxdes ul li:nth-child(3) .boxrepors {
    background: linear-gradient(-50deg, rgba(26,79,160,1),rgba(7,47,108,1));
}

.uiboxdes ul li:nth-child(4) .boxrepors {
    background: linear-gradient(-50deg, rgba(26,79,160,1),rgba(7,47,108,1));
}

.uiboxdes ul li:nth-child(5) .boxrepors {
    background: linear-gradient(-50deg, rgba(26,79,160,1),rgba(7,47,108,1));
}

.uiboxdes ul li:nth-child(6) .boxrepors {
    background: linear-gradient(-50deg, #ce3032,#1a4fa0);
}

.uiboxdes ul li:nth-child(7) .boxrepors {
    background: linear-gradient( #1a4fa0, #a41416);
}

.uiboxdes ul li:nth-child(8) .boxrepors {
    background: linear-gradient(-50deg, rgba(26,79,160,1),rgba(7,47,108,1));
}

.uiboxdes ul li:nth-child(9) .boxrepors {
    background: linear-gradient(-50deg, #ce3032, #5c0203);
}

.uiboxdes ul li:nth-child(10) .boxrepors {
    background: linear-gradient(-50deg, rgba(26,79,160,1),rgba(7,47,108,1));
}*/

.boxrepors:after {
    content: '';
    clear: both;
    display: table;
}

.boxrepors {
    display: flex;
    flex-wrap: wrap;
    min-height: 100px;
}

.bgvoilt {
    background-color: #4a2e60;
}

.bgmagento {
    background-color: #25c6c8;
}

.bgblue {
    background-color: #2e63a4;
}

.bgorng {
    background-color: #ee5c0c;
}

.bggreen {
    background-color: #23b46e;
}

.riboxheader {
    padding: 0px;
    margin: 0px;
    position: relative;
}

    .riboxheader i {
        font-size: 1.6em;
        color: rgba(255,255,255,1);
        letter-spacing: 1px;
        word-spacing: 2px;
        margin: 0px;
        padding: 0px;
        margin-top: 12px;
        margin-left: 5px;
    }

    .riboxheader p {
        padding: 0px 0px 0 0;
        margin: 0px;
        font-size: 12px;
        text-transform: capitalize;
        color: rgba(255,255,255,0.4);
        letter-spacing: 1px;
        word-spacing: 2px;
    }

    .riboxheader span {
        position: absolute;
        display: block;
        width: 1px;
        top: 0px;
        right: 30%;
        height: 100%;
        background-color: rgba(255,255,255,0.2);
        border-radius: 3px;
    }

        .riboxheader span:before {
            content: '';
            height: 2px;
            padding: 0px;
            margin: 0px;
            background-color: #eee;
            position: absolute;
            transition: 0.3s all;
        }

.progress-40:before {
    width: 40%;
    transition: 0.3s all;
}

.progress-50:before {
    width: 50%;
    transition: 0.3s all;
}

.progress-60:before {
    width: 60%;
    transition: 0.3s all;
}

.progress-80:before {
    width: 80%;
    transition: 0.3s all;
}

.progress-90:before {
    width: 90%;
    transition: 0.3s all;
}

.riboxvalue {
    padding: 0px;
    margin: 0px;
}


    .riboxvalue h2 {
        padding: 0px 0px 4px 0;
        margin: 0px;
        font-size: 16px;
        text-transform: capitalize;
        /*color: #fff;*/
        letter-spacing: 1px;
        word-spacing: 2px;
    }

    .riboxvalue p {
        font-size: 1.5em;
        font-weight: 600;
        color: #fff;
        letter-spacing: 1px;
        word-spacing: 2px;
        margin: 0px;
        padding: 0px;
    }

.fielanimt {
    display: block;
    padding: 0px;
    margin: 0px;
    transition: 0.3s all;
    position: relative;
    font-weight: 400;
}

    .fielanimt input:focus ~ span, .fielanimt input:valid ~ span {
        top: -15px;
        font-size: 10px;
        color: #666;
    }

    .fielanimt span {
        position: absolute;
        top: 11px;
        left: 2px;
        letter-spacing: 2px;
        word-spacing: 2px;
        color: #333;
        transition: 0.3s all;
        cursor: text;
    }

.uslogdes {
}

.btnsetmt {
    margin-top: 30px;
}

.usershode:after {
    content: '';
    clear: both;
    display: table;
}

.usershode {
    margin-top: 0px;
    padding: 30px 0px;
}

    .usershode .usericonds,
    .usershode .usenamde {
        display: block;
        float: none;
    }

    .usershode .usericonds {
        margin-left: auto;
        margin-right: auto;
        width: 60px;
        height: 60px;
        line-height: 56px;
        font-size: 22px;
        text-align: center;
        background-color: rgba(255,255,255,0.3);
        border-color: #ce3032;
    }

/*.navigatrespo .usericonds*/
.navclicable .usericonds {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
}

.navclicable .usenamde {
    display: none;
}



.usershode .usenamde {
    text-align: center;
}

    .usershode .usenamde span:nth-child(1) {
        color: #eee;
        margin-top: 12px;
        font-size: 16px;
        margin-bottom: 4px;
    }

    .usershode .usenamde span:nth-child(2) {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }

.heaincount {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .heaincount h4 {
        padding: 0px;
        margin: 0px;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
        word-spacing: 2px;
        color: #ce3032;
    }

        .heaincount h4 i {
            margin-right: 10px;
        }

.boxlistmodm {
    width: 100%;
    margin: 0px;
    height: auto;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 30px;
}

    .boxlistmodm:after {
        content: '';
        clear: both;
        display: table;
    }

.headsubhead {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .headsubhead h5 {
        display: inline-block;
        padding: 0px;
        margin: 0px;
        font-size: 14px;
        font-weight: 600;
        color: #666;
        letter-spacing: 1px;
        word-spacing: 2px;
    }

    .headsubhead span {
        display: inline-block;
    }

    .headsubhead img {
        width: 30px;
    }

    .headsubhead h5 i {
        margin-right: 10px;
    }

.tempboxstl {
    width: 100%;
}

    .tempboxstl h6 {
        font-size: 16px;
        color: #fff;
        letter-spacing: 1px;
        word-spacing: 2px;
        padding: 0px;
        margin: 0px;
        margin-bottom: 5px;
    }

    .tempboxstl span {
        display: block;
        color: #fff;
        letter-spacing: 1px;
        word-spacing: 2px;
    }

.temmnum {
    width: 100%;
    margin-top: 10px;
}

    .temmnum h2 {
        font-size: 40px;
        font-weight: 600;
        color: #fff;
        display: inline-block;
        padding: 0px;
        margin: 0px;
    }
    .temmnum h3 {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        display: inline-block;
        padding: 0px;
        margin: 0px;
    }

    .temmnum object {
        display: inline-block;
        width: 20px;
        vertical-align: top;
    }

    .temmnum span {
        font-size: 30px;
        color: rgba(255,255,255,0.5);
        display: inline-block;
        padding: 0px;
        margin: 0px;
        margin-right: 10px;
    }

.colmmodsec {
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

    .colmmodsec:last-child {
        margin-bottom: 0px;
    }

.headerdaspage {
    width: 100%;
    padding: 15px 0;
    margin: 0px;
    height: auto;
}

    .headerdaspage:after {
        content: '';
        clear: both;
        display: table;
    }

    .headerdaspage h1 {
        padding: 0px;
        margin: 0px;
        font-size: 20px;
        font-weight: 600;
    }

.searcbodes h1 {
    float: left;
}

.serboxri {
    float: right;
}

@media (max-width:500px) {
    .searcbodes h1 {
        float: none;
    }

    .serboxri {
        float: left;
        margin-top: 25px;
    }

    .sracbox label,
    .sracbox label input {
        width: 100%;
    }
}

@media (min-width:420px) {
    .scbtn1 h1 {
        width: auto;
        float: left;
    }

    .scbtn {
        width: auto;
        float: right;
        margin-top: 0px;
    }
}

.sracbox {
    width: auto;
    padding: 0px;
    margin: 0px;
    height: auto;
}

    .sracbox label {
        padding: 0px;
        margin: 0px;
        height: auto;
        position: relative;
    }

        .sracbox label button {
            position: absolute;
            top: 5px;
            right: 15px;
            color: #666;
            font-size: 18px;
            background-color: transparent;
            outline: none;
        }

        .sracbox label input {
            padding: 7px 12px;
            margin-bottom: 0px;
            border: 1px solid #ced4da;
        }

.theadhedsty tr th {
    position: relative;
}

.theadhedsty .sorting:after,
.theadhedsty .sorting_asc:after {
    content: '\f15d';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    top: 8px;
    margin-left: 15px;
    color: #999;
    font-size: 16px;
}

.theadhedsty .sorting_desc:after {
    content: '\f15e';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    top: 8px;
    margin-left: 15px;
    color: #999;
    font-size: 16px;
}

/*.theadhedsty .grid-x:nth-child(1),
.theadhedsty .grid-x:nth-child(3) {
    display: none;
}*/

.loicoset i {
    color: #ce3032;
    margin-right: 8px;
}

.modname a,
.actilink a {
    color: #e06f0a;
    font-size: 16px;
    transition: 0.3s all;
}

    .modname a:hover,
    .actilink a:hover {
        color: #000;
        transition: 0.3s all;
        text-decoration: none !important;
    }

.modelicon object {
    width: 25px;
}

.moddata i {
    color: #a1a1a2;
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.devicefmse {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
}

    .devicefmse label {
        width: 100%;
        color: #000;
        letter-spacing: 1px;
        word-spacing: 2px;
        margin-bottom: 15px;
    }

    .devicefmse .form-group:after,
    .searcbtnl:after {
        content: '';
        clear: both;
        display: table;
    }

.serbtfeil {
    padding: 0px;
    margin: 0px;
    position: relative;
}

@media (min-width:600px) {
    .serbtfeil {
        width: 500px;
        height: auto;
    }
}

.serbtfeil .form-control {
    border-radius: 0px;
    padding: 8px 10px;
    height: 45px;
}

    .serbtfeil .form-control:focus {
        box-shadow: none;
        border-color: #ddd;
    }

.serfeild {
    margin: 0px;
    padding: 0px;
    margin-right: 150px;
}

.serbtndl {
    width: 150px;
    position: absolute;
    top: 0px;
    right: 0px;
}

    .serbtndl button {
        height: 45px;
    }

.chartgrpcss {
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin-top: 30px;
}

.userprodataly {
    margin-top: 40px;
}

    .userprodataly .usenamde {
        float: none;
        display: block;
        text-align: center;
    }

    .userprodataly .usericonds {
        width: 80px;
        height: 80px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-bottom: 15px;
    }

    .userprodataly p {
        text-align: center;
        margin-top: 15px;
        letter-spacing: 1px;
        word-spacing: 2px;
    }

    .userprodataly .usenamde span:nth-child(1) {
        font-size: 16px;
        margin-bottom: 5px;
    }

.form-control {
    padding: 10px 15px !important;
    height: calc(43px + 2px) !important;
    font-weight: 600;
    border: 1px solid #b3b3b3 !important;
    color: #09090a !important;
    background-color: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
{
    background: transparent !important;
}

.fmsccont label {
    letter-spacing: 1px;
    word-spacing: 2px;
}

.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #ced4da !important;
}


.shortbtn {
    display: block;
    padding: 12px 15px;
}

.mrgbosh {
    margin-bottom: 30px;
}

.btnmakfm {
    width: auto;
    padding: 0px;
    margin: 0px;
}

    .btnmakfm a {
        margin: -8px 0px;
    }

.editgren {
    color: #3bb953;
}

.redclrbtn {
    color: #09090a !important;
}

.editorng {
    color: #e06f0a;
}

    .editorng:hover,
    .redclrbtn:hover {
        text-decoration: none;
        color: #f1921b;
    }

.headsearch {
    margin-bottom: 20px;
}

    .headsearch .small-6 {
        padding: 0px 15px;
    }

.foopagnat {
    margin-top: 30px;
}

    .foopagnat .small-6 {
        padding: 0px 15px;
    }


@media (max-width:768px) {
    .headsearch .small-6,
    .foopagnat .small-6 {
        width: 100%;
    }

        .headsearch .small-6:first-child,
        .foopagnat .small-6:first-child {
            margin-bottom: 15px;
        }
}

.headsearch .dataTables_length label,
.headsearch .dataTables_filter label {
    color: #666;
}

    .headsearch .dataTables_filter label input {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

        .headsearch .dataTables_filter label input:focus {
            outline: none;
        }

.foopagnat .dataTables_info {
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    word-spacing: 2px;
}

.foopagnat .pagination {
    border: 1px solid #eee;
    border-radius: 0px;
}

    .foopagnat .pagination li {
        border-left: 1px solid #eee;
        letter-spacing: 1px;
        word-spacing: 2px;
    }

        .foopagnat .pagination li:nth-child(1) {
            border-left: 0px;
        }

        .foopagnat .pagination li:focus {
            outline: none;
        }

        .foopagnat .pagination li a {
            display: block;
            color: #15438d;
            padding: 8px 10px;
        }

            .foopagnat .pagination li a:hover {
                background-color: #e5e5e5;
            }

            .foopagnat .pagination li a:hover {
                text-decoration: none;
            }


        .foopagnat .pagination li.disabled {
            color: #666;
            padding: 8px 10px;
        }

        .foopagnat .pagination li.current {
            background-color: #15438d;
            color: #fff;
            padding: 8px 10px;
        }

.rowfeilcom {
    width: auto;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}


    .rowfeilcom:after {
        content: '';
        clear: both;
        display: table;
    }

    .rowfeilcom .form-group {
        flex: 0 0 100%;
        max-width: 100%;
    }

@media (min-width:600px) {
    .rowfeilcom {
        margin-left: -15px;
        margin-right: -15px;
    }

        .rowfeilcom .form-group {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .rowfeilcom .form-group {
            padding-left: 15px;
            padding-right: 15px;
        }
}


.rowfeilcom .form-group label {
    color: #62616e;
    margin-bottom: 5px;
}

.crecombtn button {
    float: left;
    margin-right: 15px;
    padding: 12px 15px;
}

.crecombtn {
    margin-bottom: 30px;
}

@media (min-width:992px) {
    .compimpmt table {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.compimpmt table tr td,
.compimpmt table tr th {
    letter-spacing: 1px;
    word-spacing: 2px;
}



.boxcrmodm .form-group label {
    color: #62616e;
    margin-bottom: 5px;
}

.maptempratr {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
}

.doldbtn {
    width: auto;
    padding: 0px;
    margin: 0px;
    color: #333;
    letter-spacing: 1px;
    word-spacing: 2px;
}

    .doldbtn a {
        display: inline-block;
        width: 30px;
        height: 30px;
        color: #fff;
        text-align: center;
        line-height: 30px;
        background-color: rgba(21,67,141,1);
        border-radius: 50%;
        transition: 0.3s all;
    }

        .doldbtn a:hover {
            color: #fff;
            background-color: rgba(206,48,50,1);
            transition: 0.3s all;
        }

.ribtnpoint {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .ribtnpoint ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .ribtnpoint ul:after {
            content: '';
            clear: both;
            display: table;
        }

        .ribtnpoint ul li {
            float: left;
            margin: -5px 8px;
        }

            .ribtnpoint ul li:last-child {
                margin-right: 0px;
            }

            .ribtnpoint ul li a {
                display: block;
                border: 1px solid #ddd;
                padding: 5px 10px;
                margin: 0px;
                color: #666;
                letter-spacing: 1px;
                word-spacing: 2px;
                background-color: #fff;
                transition: 0.3s all;
                text-decoration: none;
            }

                .ribtnpoint ul li a:hover {
                    background-color: #15438d;
                    color: #fff;
                    transition: 0.3s all;
                }

@media (max-width:500px) {
    .ribtnpoint ul li {
        margin: 0px 3px;
    }

        .ribtnpoint ul li:first-child {
            margin-left: 0px;
        }

    .ribtnpoint ul {
        margin-top: 20px;
    }
}

.tembostyl {
    background: linear-gradient(rgba(206,48,50,1),rgba(21,67,141,1));
}

    .tembostyl .headerdaspage h1 {
        color: #fff;
    }

    .tembostyl .headerdaspage {
        border-color: rgba(255,255,255,0.1);
    }

.tempdatasho {
    width: auto;
    padding: 15px 0px;
    margin: 0px;
    height: auto;
    text-align: center;
}

.temstylist h4 {
    display: inline-block;
    font-size: 80px;
    font-weight: 600;
    color: #fff;
    padding: 0px;
    margin: 0px;
}

.temstylist object {
    display: inline-block;
    width: 50px;
    vertical-align: top;
}

.tempdatasho p {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: rgba(255,255,255,0.5);
}

.allstringdata {
    width: 100%;
    padding: 15px;
    margin: 0px;
    height: auto;
    background-color: #fff;
}

    .allstringdata ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .allstringdata ul li {
            padding: 0px;
            margin: 0px;
            height: auto;
            margin-bottom: 15px;
            /*border:1px solid;*/
        }

.onoffdata {
    width: auto;
    padding: 0px;
    margin: 0px;
    line-height: 34px;
}

    .onoffdata:after {
        content: '';
        clear: both;
        display: table;
    }

    .onoffdata:nth-child(1) {
        color: #333;
        letter-spacing: 1px;
        word-spacing: 2px;
        font-weight: 600;
    }

    .onoffdata span {
        display: inline-block;
    }

        .onoffdata span:first-child {
            float: left;
        }

        .onoffdata span:last-child {
            float: right;
        }

/*--on off button--*/
.switcht {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 34px;
    margin: 0px;
    padding: 0px;
}

    .switcht input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slidert {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ddd;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slidert:before {
        position: absolute;
        content: "OFF";
        height: 26px;
        width: 26px;
        left: 5px;
        bottom: 4px;
        color: #fff;
        background-color: #15438d;
        -webkit-transition: .4s;
        transition: .4s;
        font-size: 8px;
        text-align: center;
        line-height: 26px;
    }

.switcht input:checked + .slidert {
    background-color: #15438d;
}


    .switcht input:checked + .slidert:before {
        content: 'ON';
        font-size: 9px;
        text-align: center;
        line-height: 26px;
        transform: translateX(45px);
        background-color: #fff;
        color: #333;
    }

/*.slidert.roundt {
  border-radius: 34px;
}

.slidert.roundt:before {
  border-radius: 50%;
}*/

.buttonclil {
    width: auto;
    padding: 0px;
    margin: 0px;
}

    .buttonclil a {
        display: inline-block;
        padding: 0px;
        width: 80px;
        text-align: center;
        border: 1px solid;
        color: #fff;
        font-weight: 500;
        background: linear-gradient(to right, rgba(206,48,50,1),rgba(21,67,141,1));
        background-size: 100%;
        transition: 0.3s all;
    }

        .buttonclil a:hover {
            color: #fff;
            text-decoration: none;
            transition: 0.3s all;
            background: linear-gradient(to right, rgba(21,67,141,1), rgba(206,48,50,1));
        }


@media (max-width:992px) {
    .lgmtop {
        margin-top: 30px;
    }
}

.envclr {
    color: #15438d;
}


/*--9-7-2019--*/
.slidefulllogin {
}

.swiper-container {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    text-align: center;
    width: 100%;
    height: 100%;
    background-position: 50% 50%, center !important;
    background-size: cover !important;
}

    .swiper-slide span {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

.pagistyl_01 {
    width: 30% !important;
    bottom: 20px !important;
}

    .pagistyl_01 .swiper-pagination-bullet {
        height: 20px;
        width: 20px;
        background-color: transparent;
        box-shadow: 0px 4px 3px rgba(0,0,0,0.5);
        opacity: 0.8;
        border: 3px solid #ffffff;
        margin: 0px 6px !important;
        outline: none !important;
    }

    .pagistyl_01 .swiper-pagination-bullet-active {
        background-color: #f1921b !important;
        opacity: 1;
        box-shadow: 0px 10px 4px rgba(0,0,0,0.5);
    }

.mainlogo_01 {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 30px;
    /*border-bottom:2px solid rgba(255,255,255,0.1);*/
}

    .mainlogo_01 h1 {
        color: #f1921b;
        font-weight: 900;
        font-size: 3em;
        margin: 0px;
        padding: 0px;
    }

    .mainlogo_01 p {
        font-size: 14px;
        color: #f1921b;
        opacity: 0.9;
        font-weight: 400;
        margin: 0px;
        padding: 0px;
        margin-top: -5px;
    }


/*.mainlogo_01
 {
    width:auto;
    margin:0px 15px;
    padding:5px 15px;
    margin-bottom:30px;
    background-color:#fff;
    border-radius:5px;
}
.mainlogo_01 h1
 {
    color:#f1921b;
    font-weight:600;
    font-size:3em;
    margin:0px;
    padding:0px;
}
.mainlogo_01 p
 {
    font-size:14px;
    color:#f1921b;
    opacity:0.9;
    font-weight:400;
    margin:0px;
    padding:0px;
    margin-top:-5px;
}*/
.heading_top01 {
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
}

.dashmenhead {
    width: 100%;
    margin: 0px;
    padding: 0px 15px;
}

@media (max-width:991px) {

    .dashmenhead .col-md-6 {
        margin-top: 15px;
    }

        .dashmenhead .col-md-6:nth-child(1),
        .dashmenhead .col-md-6:nth-child(2) {
            margin-top: 0px;
        }
}


.boxdash01 {
    width: 100%;
    margin: 0px;
}

.wrapbox_dash {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

    .wrapbox_dash a {
        display: block;
        padding: 15px;
        background-color: #fff;
        border-radius: 5px;
        transition: 0.3s all;
        /*box-shadow:0px 0px 10px rgba(0,0,0,0.05);*/
    }

        .wrapbox_dash a:hover {
            box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
            transition: 0.3s all;
        }

        .wrapbox_dash a:after {
            content: '';
            clear: both;
            display: table;
        }

        .wrapbox_dash a:hover {
            text-decoration: none;
        }

.cleindhed02 {
    width: auto;
    padding: 0px;
    margin: 0px;
    float: left;
}

    .cleindhed02 h2 {
        padding: 0px;
        margin: 0px;
        font-size: 14px;
        font-weight: 900;
        margin-bottom: 0px;
        color: #09090a;
    }

    .cleindhed02 p {
        padding: 0px;
        margin: 0px;
        color: #62616e;
        font-weight: 400;
    }

    .cleindhed02 span {
        display: inline-block;
        margin: 0px;
        font-size: 2em;
        padding: 0px;
        font-weight: 900;
        color: #f1921b;
        position: relative;
        padding: 0px;
        line-height: 30px;
        margin-top: 9px;
    }
/*.cleindhed02 span:before
 {
    content:'';
    width:50px;
    height:4px;
    background-color:#e7e4ff;
    position:absolute;
    top:24px;
    border-radius:50px;
    right:-55px;
}*/

.iconboxdsh {
    float: right;
}

    .iconboxdsh img {
        width: 55px;
    }


.headingsearch ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .headingsearch ul li {
        display: inline-block;
        margin: 0px 10px;
        position: relative;
    }

        .headingsearch ul li:first-child {
            margin-left: 0px;
        }

        .headingsearch ul li:last-child {
            margin-right: 0px;
        }

        .headingsearch ul li:before {
            content: '/';
            position: absolute;
            left: -15px;
            color: #a1a1a2;
        }

        .headingsearch ul li:last-child a {
            pointer-events: none;
            color: #a1a1a2;
        }

        .headingsearch ul li:first-child:before {
            content: none;
        }

        .headingsearch ul li a {
            font-weight: 300;
            font-size: 12px;
            color: #5542ff;
        }

.headingsearch:after {
    content: '';
    clear: both;
    display: table;
}

.headingsearch .headleft {
    float: left;
}

.rightdivbox {
    float: right;
}

.btndivss {
    width: auto;
    padding: 0px;
    margin: 0px;
}

    .btndivss a {
        display: block;
        width: auto;
        padding: 10px 15px;
        margin: 0px;
        background-color: #f1921b;
        color: #fff;
        transition: 0.3s all;
        border-radius: 4px;
        font-weight: 600;
        box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
    }

        .btndivss a:hover {
            background-color: #1b1464;
            transition: 0.3s all;
            text-decoration: none;
            color: #fff;
            box-shadow: 0px 5px 15px rgba(0,0,0,0.4);
        }

@media (max-width:500px) {
    .btndivss a span {
        display: none;
    }
}

.additfeatures {
    float: left;
}

.imgopendash {
    float: left;
    margin-right: 15px;
}

@media (max-width:500px) {
    .imgopendash {
        display: none;
    }
}

.imgopendash span {
    display: block;
    width: 40px;
    height: 40px;
    padding: 6px;
    background-color: #f1921b;
    border-radius: 5px;
    margin-top: 3px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
}

    .imgopendash span img {
        width: 100%;
    }

.mt_20 {
    margin-top: 20px
}

.tablstyls_01 {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
}

    .tablstyls_01 table {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

        .tablstyls_01 table tr th,
        .tablstyls_01 table tr td {
            padding: 12px 12px;
        }

        .tablstyls_01 table tr th {
            font-weight: 600;
            outline: none;
        }

        .tablstyls_01 table tr td:first-child {
            color: #a1a1a2;
        }

        .tablstyls_01 table tr {
            border-top: 1px solid #e2e2e2;
        }

        .tablstyls_01 table thead tr {
            border-top: none;
        }

        .tablstyls_01 table td {
            color: #09090a;
        }

.actionlinks a {
    display: inline-block;
    font-size: 15px;
    transition: 0.3s all;
    padding: 8px;
    border-radius: 4px;
    margin: 2px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background-color: #f1921b;
}

.moreinfobtn {
    background-color: rgba(14,217,57,0.15);
    color: #5542ff;
}

.locationkbtn {
    background-color: rgba(244,100,42,0.15);
    color: #5542ff;
}

.editbtn {
    background-color: rgba(85,66,255,0.15);
    color: #5542ff;
}

.activagentdetls {
    width: 100%;
    height: auto;
    padding: 15px;
    margin: 0px;
    background-color: #f1921b;
    border-radius: 5px;
}

.datinput {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .datinput h3 {
        display: inline-block;
        padding: 0px;
        margin: 0px;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0px;
        color: #fff;
        margin-bottom: 15px;
        position: relative;
    }

        .datinput h3:after {
            content: '';
            width: 15px;
            height: 15px;
            position: absolute;
            top: 3px;
            right: -25px;
            background-color: #43f830;
            border-radius: 50%;
            background-color: #43f830;
            animation-name: lopactive;
            animation-duration: 3s;
            animation-iteration-count: infinite;
        }

@keyframes lopactive {
    0% {
        background-color: #43f830;
    }

    10% {
        background-color: #f88e30;
    }

    30% {
        background-color: #43f830;
    }

    40% {
        background-color: #f88e30;
    }

    50% {
        background-color: #43f830;
    }

    60% {
        background-color: #f88e30;
    }

    70% {
        background-color: #43f830;
    }

    80% {
        background-color: #f88e30;
    }

    90% {
        background-color: #43f830;
    }

    100% {
        background-color: #f87630;
    }
}



@media (min-width:570px) {
    .valuactive {
        width: 200px;
        height: 200px;
        background-color: rgba(255,255,255,0.2);
        border-radius: 50%;
        padding: 0px;
        margin: 0px;
        text-align: center;
        position: relative;
        overflow: hidden;
        z-index: 0;
    }

    .valudfine {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(255,255,255,1);
        z-index: -1;
    }

    .maincounter {
        width: 180px;
        height: 180px;
        background-color: #f1921b;
        z-index: 99;
        position: absolute;
        left: 10px;
        top: 10px;
        border-radius: 50%;
    }

    .valuactive h2 {
        line-height: 180px;
    }
}

.valuactive h2 {
    color: #fff;
    font-size: 5em;
    font-weight: 900;
}

.pro_100 {
    clip: rect(0px, 150px, 100px,0);
    transform: rotate(-150deg);
}

.closediv {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 21px;
    right: 20px;
    cursor: pointer;
    display: block;
}

@media (min-width:1200px) {
    .closediv {
        display: none;
    }
}

.closediv span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #09090a;
    transition: 0.3s all;
    position: relative;
    border-radius: 10px;
    margin-top: 5px;
    cursor: pointer;
}

    .closediv span:first-child {
        transform: rotate(45deg);
        top: 4px;
    }

    .closediv span:last-child {
        transform: rotate(-45deg);
        top: -5px;
    }

.backoverly {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

@media (max-width:991px) {
    .lg_mrgtopres {
        margin-top: 30px;
    }
}

@media (max-width:767px) {
    .adancerespform .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width:570px) {
    .adancerespform .col-md-6:nth-child(1),
    .adancerespform .col-md-6:nth-child(3) {
        padding-right: 7.5px;
    }

    .adancerespform .col-md-6:nth-child(2),
    .adancerespform .col-md-6:nth-child(4) {
        padding-left: 7.5px;
    }

    .cleindhed02 p {
        display: none;
    }
}

@media (max-width:400px) {
    .iconboxdsh img {
        width: 40px;
    }

    .cleindhed02 span {
        font-size: 1.5em;
        margin-top: 0px;
    }
}

.form_designextra .text-danger {
    font-size: 12px;
    font-weight: 600;
}


@media (min-width:767px) {
    .form_designextra .form-group {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

.form_designextra .crecombtn {
    border-top: 1px solid #eaeaea;
    margin: 0px;
    margin-top: 30px;
    padding: 15px 0px;
}

.no_padding {
    padding: 0px !important;
}

.pagination-container {
    width: auto;
    margin: 0px;
    margin-top: 30px;
    padding: 0px;
}

    .pagination-container:after {
        content: '';
        clear: both;
        display: table;
    }

    .pagination-container ul {
        float: left;
        margin: 0px;
        padding: 0px;
    }

        .pagination-container ul li:first-child {
            margin-left: 0px;
        }

        .pagination-container ul li {
            margin-left: 5px;
        }

            .pagination-container ul li a {
                display: block;
                padding: 3px 10px;
                border-radius: 4px;
                font-size: 16px;
                color: #62616e;
                text-decoration: none !important;
                background-color: rgba(98,97,110,0.1);
            }

            .pagination-container ul li.active a {
                display: block;
                padding: 3px 10px;
                border-radius: 4px;
                font-size: 16px;
                background-color: #f1921b !important;
                color: #fff !important;
                pointer-events: none;
            }

            .pagination-container ul li a:hover {
                background-color: #62616e;
                color: #fff;
            }

.dataroomtempshow {
    width: 100%;
    height: auto;
    padding: 15px;
    margin: 0px;
    background-color: #f1921b;
    border-radius: 5px;
}

.boxtempe_01 {
    padding: 0px;
    width: 100%;
    margin: 0px;
    position: relative;
}

    .boxtempe_01 img {
        width: 40px;
    }

@media (min-width:650px) {
    .boxtempe_01 img {
        width: 60px;
        position: absolute;
        right: 15px;
        bottom: 15px;
    }
}

@media (min-width:450px) {
    .boxtempe_01 img {
        width: 40px;
        position: absolute;
        right: 0px;
        bottom: 15px;
    }
}

.boxtempe_01 h3 {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
}

.textvalustyl {
    width: auto;
    padding: 0px;
    margin: 0px;
}

.valudatatext span {
    display: block;
    color: #fff;
    font-size: 2.5em;
}

.valudatatext h2 {
    color: #fff;
    font-size: 4em;
    font-weight: 900;
}

@media (max-width:650px) {
    .valudatatext h2 {
        font-size: 3em;
        font-weight: 900;
    }
}

@media (max-width:450px) {
    .valudatatext h2 {
        font-size: 2em;
        font-weight: 900;
    }
}

@media (min-width:768px) {
    .textvalustyl {
        width: 210px;
        height: 210px;
        background-color: rgba(255,255,255,0.2);
        border-radius: 50%;
        padding: 0px;
        margin: 0px;
        text-align: center;
        position: relative;
        overflow: hidden;
        z-index: 0;
    }

    .valudatatext {
        width: 190px;
        height: 190px;
        background-color: #f1921b;
        z-index: 99;
        position: absolute;
        left: 10px;
        top: 10px;
        border-radius: 50%;
    }

    .valdatbind {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(255,255,255,1);
        z-index: -1;
        clip: rect(0px, 150px, 100px,0);
        transform: rotate(-150deg);
    }

    .valudatatext h2 {
        line-height: 165px;
    }

    .valudatatext span {
        position: absolute;
        bottom: 30px;
        right: 80px;
        font-weight: 900;
        opacity: 0.6;
    }
}

@media (max-width:767px) {
    .textvalustyl:after {
        content: '';
        clear: both;
        display: table;
    }

    .valudatatext {
        float: left;
    }

        .valudatatext span {
            display: none;
        }
}





.lighbulebg {
    background-color: #5542ff;
}

    .lighbulebg .valudatatext {
        background-color: #5542ff;
    }

.outpstasecl {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    border-radius: 5px;
}

.outputsboxdata {
    width: 100%;
    padding: 15px;
    margin: 0px
}

.outlisdata {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .outlisdata li {
        display: block;
        margin: 0px;
        padding: 11px 0px;
    }

        .outlisdata li:first-child {
            padding-top: 0px;
        }

        .outlisdata li:last-child {
            padding-bottom: 0px;
        }

        .outlisdata li label {
            margin: 0px;
            padding: 0px;
            cursor: pointer;
            position: relative;
        }

            .outlisdata li label input[type="radio"] {
                position: relative;
                pointer-events: none;
                -webkit-appearance: none;
                outline: none;
                cursor: pointer;
            }

                .outlisdata li label input[type="radio"]:after {
                    content: '';
                    height: 25px;
                    width: 25px;
                    background-color: #f3f3f3;
                    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.2);
                    position: absolute;
                    border-radius: 50%;
                    top: -17px;
                    cursor: pointer;
                }

            .outlisdata li label span {
                margin-left: 35px;
                font-weight: 400;
            }

.green_check[type="radio"]:checked:before {
    content: '';
    height: 25px;
    width: 25px;
    background-color: #56e72a;
    position: absolute;
    border-radius: 50%;
    top: -17px;
    z-index: 9;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.4);
}

.red_check[type="radio"]:checked:before {
    content: '';
    height: 25px;
    width: 25px;
    background-color: #ff3b3b;
    position: absolute;
    border-radius: 50%;
    top: -17px;
    z-index: 9;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.4);
}

.faulstatus_01 .outlisdata {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.boxsts_row {
    padding: 0px;
    margin: 0px;
}

.fatst_col {
    width: auto;
    margin: 0px;
    padding: 15px 0px;
}

.faulstatus_01 .outlisdata li {
    padding: 0px;
    flex: 1;
}

@media (max-width:991px) {
    .faulstatus_01 .outlisdata li {
        flex: 0 0 25%;
    }
}

@media (max-width:767px) {
    .faulstatus_01 .outlisdata li {
        flex: 0 0 33.33%;
    }
}

@media (max-width:500px) {
    .faulstatus_01 .outlisdata li {
        flex: 0 0 50%;
    }
}

.resposet_01 {
    display: flex;
    flex-wrap: wrap;
}

    .resposet_01 .col-lg-6 {
        width: auto;
        flex: 1;
    }

@media (max-width:500px) {
    .resposet_01 .col-lg-6:first-child {
        padding-right: 7.5px;
    }

    .resposet_01 .col-lg-6:last-child {
        padding-left: 7.5px;
    }
}

@media (max-width:991px) {
    .outlisdata li:first-child {
        padding: 11px 0px;
    }

    .fislibox {
        display: flex;
        flex-wrap: wrap;
    }

        .fislibox li {
            flex: 1
        }
}

@media (max-width:768px) {
    .fislibox li {
        flex: 0 0 33.33%;
    }
}

@media (max-width:400px) {
    .fislibox li {
        flex: 0 0 50%;
    }
}


.headnam_icon {
    padding: 0px;
    margin: 0px;
}

    .headnam_icon:after {
        content: '';
        clear: both;
        display: table;
    }

    .headnam_icon h6 {
        float: left;
        margin: 0px;
    }

    .headnam_icon span {
        display: inline-block;
        float: right;
    }

        .headnam_icon span img {
            width: 30px;
        }

/*--user data--*/
.pagUserdash .headerdaspage {
    padding: 0px;
    margin: 0px;
}

    .pagUserdash .headerdaspage h1 i {
        font-size: 17px;
    }

.pagUserdash .headsubhead img {
    width: 20px;
}

.pagUserdash .headsubhead h5 {
    color: #62616e;
}

.pagUserdash .boxlistmodm {
    margin-bottom: 0px;
}

.pagUserdash .uiboxdes ul li {
    margin-top: 20px;
}

    .pagUserdash .uiboxdes ul li .boxrepors {
        width: 100%;
        height: auto;
        padding: 15px;
        background-color: #f1921b;
        border-radius: 5px;
    }

@media (min-width:320px) {
    .pagUserdash .uiboxdes ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width:576px) {
    .pagUserdash .uiboxdes ul li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width:992px) {
    .pagUserdash .uiboxdes ul li {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

.pagUserdash .uiboxdes ul li a {
    display: block;
    padding: 0px;
    margin: 0px;
}

    .pagUserdash .uiboxdes ul li a:hover {
        text-decoration: none;
    }

        .pagUserdash .uiboxdes ul li a:hover .boxrepors {
            background-color: #1b1464;
            transition: 0.3s all;
            text-decoration: none;
        }

.statwisetemp {
    display: flex;
    flex-wrap: wrap;
}

    .statwisetemp .temmnum {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .statwisetemp .temmnum {
        margin-top: 10px;
    }

        .statwisetemp .temmnum p {
            font-size: 12px;
            font-weight: 400;
            opacity: 0.5;
        }


.nolis_mrleft li label span {
    margin-left: 0px !important;
}
.Alarm {
    background-color:#ce3032!important;
}
.FaultReportUL {
    list-style-type:none;
}
.FaultReportUL li p {
    font-size: 20px;
    font-weight: bold;
}
.BannerImg img{
    width:100%;
    max-height:200px;
}
.ExpiryDate {
    float: left!important;
    font-size: 20px;
    color: #09090a;
    font-weight: 900;
    margin-top:10px;
}
.tempdatetime {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.5;
    margin: auto;
    padding-top: 5px;
    color: #fff;
}
.accordion .card-header {
    background-color:#fff;
}
.accordion .card-header:after {
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    float: right;
    font-weight: 900;
}
.accordion .card-body {
    padding:0px;
}

.accordion .card-header.collapsed:after {
    content: "\f067";
    font-style: normal;
    float: right;
    font-weight: 900;
}
.kknav .form-group label {
    font-size:10px;
}
@media (max-width: 768px) and (min-width: 280px) {
    .Expirydata {
        float: left !important;
        font-size: 12px;
        color: #09090a;
        font-weight: 900;
        margin-top: 0px;
    }
    .menu-text-use ul li {
        display: inline-block;
        float: right;
        padding: 4px 8px;
        position: relative;
    }
}
@media (max-width: 991px) {
    .table_res_md table {
        border: 0;
    }

        .table_res_md table thead {
            display: none;
        }

        .table_res_md table tbody tr td {
            display: block;
            padding-left: 45%;
            min-height: 69px;
            width: 100% !important;
            position: relative;
        }

        .table_res_md table tbody tr td {
            display: block;
            padding-left: 45%;
            min-height: 49px;
            width: 100% !important;
            position: relative;
        }

        .table_res_md table td:before {
            content: attr(data-label);
            font-weight: 700;
            position: absolute;
            top: 0;
            left: 0;
            width: 40% !important;
            background: #353e63;
            color: #fff;
            padding: 0.75rem;
            font-size: 14px;
        }

        .table_res_md table td:before {
            content: attr(data-label);
            font-weight: 700;
            position: absolute;
            top: 0;
            left: 0;
            width: 40%;
            height: 100%;
            background: #353e63;
            color: #fff;
            padding: .75rem;
        }

        .table_res_md table td:before {
            content: attr(data-label);
            font-weight: 700;
            position: absolute;
            top: 0;
            left: 0;
            width: 40%;
            background: #353e63;
            color: #fff;
            padding: 0.75rem;
            font-size: 14px;
        }

        .table_res_md table tbody tr td {
            display: block;
            padding-left: 45%;
            min-height: 49px;
            width: 100% !important;
            position: relative;
        }

        .table_res_md table tr {
            display: block;
            border-bottom: 2px solid #353e63;
            margin-bottom: 20px;
        }

    .table_data {
        border-radius: 10px;
        box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    }
    .actionlinks a {
        font-size: 12px;
    }
        .table_data table {
            font-size: 14px;
        }
}



.temmnumplc {
    width:100%;
}
    .temmnumplc p {
        font-size: 12px;
        font-weight: 400;
        opacity: 0.5;
    }
    .temmnumplc ul {
        list-style-type: none;
        display: flex;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
        .temmnumplc ul li {
            flex: 0 0 20% !important;
            max-width: 20% !important;
            color: #fff;
            margin-left: 0px;
            margin-right: 0px;
            padding-left:0px;
        }

