@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto:300,400,500,700');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

body {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: #333;
    /* background-color: #f5f5f5; */
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }
}

/* p { */
/* color: #333; */
/* line-height: 25px; */
/* font-size:16px; */
/* } */

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Roboto', sans-serif !important;
    color: #282e3f;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        outline: none !important
    }

img {
    max-width: 100%;
}

button,
a:focus {
    outline: none;
}

a:hover,
a:visited,
a:focus,
a:active {
    text-decoration: none !important;
    outline: none !important;
}

/* header css */
.navbar-fixed-top {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    /* border-bottom: 2px solid #e8e8e8; */
    padding: 20px 0;
    box-shadow: 0px 8px 8px #3333330d;
    margin-bottom: 45px;
}

    .navbar-fixed-top.cbp-af-header-shrink {
        padding: 10px 0;
    }

.top-area {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.r-Menu ul {
    display: flex;
    position: relative;
    top: 5px;
    /* justify-content: flex-end; */
}

    .r-Menu ul li:first-child {
        /* margin-right: 15px; */
        display: flex;
    }

    /* .r-Menu ul li:last-child{ */
    /* font-weight: 600; */
    /* } */

    .r-Menu ul li {
        color: #000;
        font-size: 18px;
    }

        .r-Menu ul li a {
            color: #9f9f9f;
            font-size: 16px;
            top: 1px;
            position: relative;
        }

            .r-Menu ul li a:hover {
                color: #56b4e7;
            }

        .r-Menu ul li span {
            color: #737373;
            font-size: 14px;
        }


@media(max-width: 767px) {
    .r-Menu ul li:first-child {
        margin-right: 0px;
        display: flex;
        width: 100%;
    }

    .r-Menu ul li img {
        margin-right: 30px !important;
    }
}

.r-Menu ul li img {
    margin-right: 14px;
    width: 31px;
    height: auto;
    position: relative;
}
/* header css end*/


/* table css */
.t-Area {
    padding-bottom: 45px;
}

.t-Heading h1 {
    font-size: 20px;
    color: #565656;
}

.t-Head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 28px;
}

.t-Btn {
    color: #fff;
    padding: 6px 15px 6px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #e2e2e2;
    color: #222;
    display: flex;
    display: inline-block;
    position: relative;
    z-index: 2;
}

    .t-Btn a:link {
        color: #222;
    }

    .t-Btn a:visited {
        color: #222;
    }

    .t-Btn a:hover {
        color: #222;
    }

@media(max-width: 767px) {
    .t-Btn {
        padding: 5px 4px 5px;
        font-size: 12px;
    }
}



.table .table-header {
    background: #cbcbcb;
    color: #000;
}

    .table .table-header .cell {
        padding: 10px;
        font-weight: 400;
        font-size: 14px;
    }

@media screen and (max-width: 640px) {
    table {
        overflow-x: auto;
        display: block;
    }

    .table .table-header .cell {
        padding: 20px 5px;
    }
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f7f8fa;
}

.table td, .table th {
    font-size: 14px;
}

.btn-w {
    background-color: #0b53b5;
    padding: 4px 10px 1px;
    color: #fff;
    text-align: center;
    display: flex;
    border-radius: 4px;
    margin-left: 10px;
    font-size: 12px;
}

.btn-w-td {
    display: flex;
}

/* .create-ticket{ */
/* box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1); */
/* background-color: #fff; */

/* } */

.form-Head {
    padding: 12px 25px;
    font-size: 20px;
    color: #222;
    text-align: left;
}

.t-Form {
    /* padding: 0 25px; */
    /* border-top: 1px solid #e1e0e0; */
    padding-top: 20px;
    padding-bottom: 20px;
}

    .t-Form label {
        font-size: 16px;
        color: #737373;
    }

    .t-Form input {
        /* margin-bottom: 15px; */
        /* font-size: 14px; */
    }

    .t-Form .form-control:focus {
        color: #495057;
        background-color: #f7f7f9 !important;
        border-color: none !important;
        outline: 0;
        box-shadow: none !important;
    }

.form-group p {
    font-size: 12px;
    color: #828282;
}
/* table css end */

/* form css */
.myForm {
    width: 600px;
    margin: 20px;
    background-color: #fff;
    margin: 0 auto;
}

.form_H {
    text-align: center;
}

    .form_H img {
        margin-top: 46px;
    }

.myForm h1 {
    font-size: 26px;
    margin: 36px 0 49px 0;
    color: #9f98aa;
}

.myForm .form-group {
    /* margin: 0 !important; */
    /* padding: 0 !important; */
    /* margin-bottom: 26px !important; */
}

.btn-S {
    text-align: center;
    width: 100%;
}

.txt1 {
    color: #9f9f9f;
    font-size: 18px;
}

.txt2 {
    color: #9f9f9f;
    font-size: 18px;
    padding-left: 10px;
}

    .txt2 a:hover {
        color: #9f9f9f;
    }

.mr--- {
    margin-right: 25px;
}

.sign-up {
    color: #9f9f9f;
    font-size: 18px;
    text-align: center;
}

    .sign-up a {
        color: #0b53b5;
        padding-left: 15px;
        font-size: 17px;
    }

        .sign-up a:hover {
            color: #9f9f9f;
        }

.btn-submit {
    background-color: #f16137;
    border: 1px solid #f16137;
    padding: 6px 40px 6px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    margin: 15px 0 0px 0;
    font-weight: 500;
}

    .btn-submit:hover {
        background-color: transparent;
        border: 1px solid #f16137;
        padding: 6px 40px 6px;
        border-radius: 4px;
        color: #f16137;
        cursor: pointer;
        margin: 15px 0 0px 0;
        font-weight: 500;
    }

.myForm .form-control::placeholder {
    color: #aeb4b9;
    opacity: 1;
    font-size: 16px !important;
}

.myForm .form-control:-ms-input-placeholder {
    color: #aeb4b9;
    font-size: 16px !important;
}

.myForm .form-control::-ms-input-placeholder {
    color: #aeb4b9;
    font-size: 16px !important;
}

.myForm input {
    font-size: 18px;
    color: #fdfdfd;
    line-height: 1.2;
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    /*background:#fff;*/
    padding: 0 26px;
    border: none;
    outline: none;
    font-weight: normal;
    text-align: left;
}


/* signup */

.signup input {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    /* background: #fff; */
    border: 1px solid #e8e8e8 !important;
    /* padding: 0; */
    border: none;
    outline: none;
    font-weight: normal;
    /* text-align: left !important; */
}

.signup .form-control:focus {
    color: #222 !important;
    background-color: #fff !important;
    border-color: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}



/* mobile responsive  */

@media (max-width: 767px) {

    .myForm {
        position: relative;
        text-align: center;
        transform: none;
        left: 0;
        right: 0;
        top: 0;
        max-width: 90%;
    }

        .myForm img {
            width: 200px;
            height: auto;
        }

        .myForm h1 {
            font-size: 24px !important;
            margin: 36px 0 36px 0 !important;
            color: #9f9f9f;
        }

    .m-right {
        text-align: right;
    }

    ..c-Tm-Inp {
        width: 100% !important;
    }

    .s-Btn {
        position: relative;
        left: 0px !important;
    }

    .m-Sright {
        position: relative;
        right: 0px;
    }

    .btn-w-td {
        display: block;
    }

    .btn-w {
        margin-left: 0px;
    }

    .top-area {
        display: block;
        text-align: left;
    }

    .logo img {
        width: 150px;
        height: auto;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .navbar-fixed-top {
        padding: 6px 0 20px 0;
    }

    .l-Og-btn img {
        width: 45px;
        height: auto;
        position: relative;
        top: 35px;
    }

    .m-head {
        display: flex;
        justify-content: space-between;
    }

    .m-Menu-right ul {
        text-align: left;
        margin-top: 15px;
    }

    .m-txt-2 {
        display: block !important;
    }

        .m-txt-2 span {
            top: 0px !important;
        }

    .t-Search-M {
        position: relative;
        top: -50px !important;
        left: 8px;
    }
}

@media(min-width: 320px) {
    .m-Sright {
        position: relative;
        right: 10px !important;
    }
}

/* mobile responsive end */

.m-Menu-right ul {
    text-align: left;
}

    .m-Menu-right ul li span {
        color: #0b53b5;
    }

    .m-Menu-right ul li img {
        width: 30px;
        height: auto;
        position: relative;
        margin-left: 3px;
    }

/* form css end*/

.s-Btn {
    position: relative;
    left: -14px;
}

.file-upload {
    display: block;
    text-align: center;
    font-size: 14px;
}

    .file-upload .file-select {
        display: block;
        color: #34495e;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
        position: relative;
    }

        .file-upload .file-select .file-select-button {
            background: #e6e6e6;
            padding: 0 10px;
            display: inline-block;
            height: 38px;
            line-height: 40px;
        }

        .file-upload .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }


    .file-upload.active .file-select {
        border-color: #3fa46a;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

        .file-upload.active .file-select .file-select-button {
            background: #3fa46a;
            color: #FFFFFF;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

    .file-upload .file-select input[type=file] {
        z-index: 100;
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .file-upload .file-select.file-select-disabled {
        opacity: 0.65;
    }

        .file-upload .file-select.file-select-disabled:hover {
            cursor: default;
            display: block;
            border: 2px solid #dce4ec;
            color: #34495e;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            margin-top: 5px;
            text-align: left;
            background: #FFFFFF;
            overflow: hidden;
            position: relative;
        }

            .file-upload .file-select.file-select-disabled:hover .file-select-button {
                background: #dce4ec;
                color: #666666;
                padding: 0 10px;
                display: inline-block;
                height: 40px;
                line-height: 40px;
            }

            .file-upload .file-select.file-select-disabled:hover .file-select-name {
                line-height: 40px;
                display: inline-block;
                padding: 0 10px;
            }

.btn-tkt {
    margin-right: 10px;
    background-color: #0b53b5 !important;
    padding: 8px 15px 8px;
    border-radius: 4px;
    color: #fff;
    border: none;
    font-size: 14px;
    margin-top: 8px;
    cursor: pointer;
}

    .btn-tkt:hover {
        background-color: #316ec1 !important;
    }


.btn-tkt-2 {
    border: 1px solid #e1e0e0;
    padding: 8px 15px 8px;
    border-radius: 4px;
    color: #222;
    font-size: 14px;
    margin-top: 8px;
    cursor: pointer;
    background-color: #fff;
}

    .btn-tkt-2:hover {
        background-color: #fafafa !important;
    }

button:focus {
    outline: none !important;
}

/* my ticket 2 css */

.tkt-Form .form-control:focus {
    color: #495057;
    background-color: #f7f7f9 !important;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.my-tickets-2 {
    box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
    background-color: #fff;
    margin-top: 25px;
    padding: 25px 25px 25px;
}

.bx-tkt-head {
    display: flex;
    justify-content: space-between;
}

.tKT-n {
    font-size: 21px;
}

    .tKT-n span {
        background-color: #34bfa2;
        color: #fff;
        padding: 5px 12px 5px;
        border-radius: 15px;
        font-size: 12px;
    }

.tKT-d h5, h6 {
    margin: 0 !important;
    padding: 0 !important;
    color: #296bc5;
    font-size: 14px !important;
}

.tKT-d h5 {
    margin-bottom: 4px !important;
}

.tKt-txt h4 {
    margin: 0 !important;
    padding: 0 !important;
    color: #858585;
    font-size: 14px;
    margin-top: 15px !important;
    line-height: 25pt;
    font-weight: 400;
}

.tKt-txt p {
    margin: 0 !important;
    padding: 0 !important;
    color: #858585;
    font-size: 14px;
    font-weight: 400;
    line-height: 25pt;
}

.tKt-txt-2 p {
    padding-bottom: 0px !important;
    display: inline-block
}

.bOx-tkt {
    border-bottom: 1px solid #e1e0e0;
    margin-bottom: 25px;
}

.bOx-tkt-2 {
    border-bottom: none;
    margin-bottom: 0px;
}

.tKt-img {
    padding-bottom: 25px;
    padding-top: 100px;
    display: inline-block;
    color: #296bc5;
}

    .tKt-img i {
        color: #b2b2b2;
        font-size: 25px;
        margin-right: 5px;
    }

.mt-25 {
    margin-top: 25px;
}

.mr- {
    margin-right: 10px;
}

.mr-- {
    margin-right: 0px;
}

.mr- img {
    margin-right: 5px;
    width: 19px;
    height: auto;
    position: relative;
    top: -2px;
}

.tkt-Form {
    margin-bottom: 28px;
}

    .tkt-Form p {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px;
        position: relative;
        top: -8px;
    }

.i-Put-txt {
    display: flex;
}

    .i-Put-txt span {
        position: relative;
        margin-right: 10px;
        top: 8px;
        font-size: 14px;
    }

.t-Search {
    background-color: #57b5e7;
    position: relative;
    padding: 5px 12px 5px;
    text-align: center;
    color: #fff;
    top: 2px;
    border: 0px;
    cursor: pointer;
    border-radius: 2px;
}

    .t-Search:hover {
        background-color: #3494c7;
    }

.input-group-append, .input-group-prepend {
    height: 38px;
}

.f-Cal {
    position: relative;
    top: -8px;
}

.c-Tm-Inp {
    width: 100%;
}

.form-group-select {
    width: 100%;
}

.form-group select {
    font-size: 14px;
    color: #676f76;
}
/* my ticket 2 css */

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 1px) !important;
}

.form-control {
    font-size: 14px;
}

.table-bordered a:link {
    color: #0043da;
}

.table-bordered a:visited {
    color: #0043da;
}

.table-bordered a:hover {
    color: #222;
}

.form_H img {
    width: 250px;
    height: auto;
}

.user-icon {
    text-align: center;
    padding: 25px 0;
}

    .user-icon img {
        width: 100px;
        height: auto;
    }

.form-box {
    padding: 15px 35px 15px;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
}

    .form-box h4 {
        font-weight: 300 !important;
        text-align: center;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 15px;
        font-size: 15px !important;
        color: #222 !important;
        margin-bottom: 15px;
    }


.otp-input input {
    display: inline-block;
    width: 421px !important;
    height: 60px !important;
    text-align: center;
    /*background-color: #fff !important;*/
    border-bottom: 1px solid #222 !important;
    /*margin: 0 8px 0 8px;*/
    color: #fbf9f9 !important;
    padding: 0px !important;
    right: 6px;
    top: 0px;
}

.otp-input {
    text-align: center !important;
}

.otp-txt p {
    text-align: center;
    padding-top: 15px;
    font-size: 16px;
}

@media(max-width: 767px) {
    .otp-input input {
        display: inline-block;
        width: 36px !important;
        height: 36px !important;
        text-align: center;
        background-color: #fff !important;
        border-bottom: 1px solid #222 !important;
        margin: 0 1px 0 1px;
        color: #222 !important;
        padding: 0px !important;
        font-size: 14px !important;
    }

    .form_H img {
        width: 250px;
        height: auto;
    }

    .user-icon img {
        width: 80px;
        height: auto;
    }
}

/* .logo-C{ */
/* text-align: center; */
/* } */

.logo-C img {
    width: 180px;
    height: auto;
}

.l-Menu ul li span img {
    /* margin-right: 14px; */
    width: 45px;
    height: auto;
}

.l-Menu ul {
    float: right;
}

    .l-Menu ul li a {
        color: #222;
        font-size: 18px;
    }

        .l-Menu ul li a:hover {
            color: #f16137;
        }

@media(max-width: 767px) {
    .r-Menu ul li {
        font-size: 16px;
    }

        .r-Menu ul li span img {
            margin-right: 12px;
            width: 33px;
            height: auto;
        }

    .l-Menu ul li a {
        font-size: 16px;
    }

    .l-Menu ul {
        position: relative;
        top: 4px;
    }

        .l-Menu ul li span img {
            margin-left: 12px;
            width: 31px;
            height: auto;
            position: relative;
            top: -3px;
        }

    .logo-M {
        text-align: center;
        padding: 8px 0;
    }

        .logo-M img {
            width: 150px;
            height: auto;
        }

    .user-- {
        position: relative;
        top: 3px;
        left: 12px;
    }

    .icon-Btn ul li {
        padding: 0px 2px 0px !important;
    }

        .icon-Btn ul li a {
            text-align: center;
            color: #222;
            font-size: 13px;
        }

    .icon-Btn img {
        width: 60px !important;
        height: auto;
        margin-bottom: 15px;
    }

    .icon-Btn p {
        text-align: center;
        color: #222;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 20px;
    }
}

.t-btn {
    float: right;
    background-color: #e2e2e2;
    padding: 4px 8px 4px;
    color: #222;
    border-radius: 4px;
    width: 25%;
    text-align: center;
}

@media(max-width: 767px) {
    .t-btn {
        width: auto;
    }
}

.t-btn:link {
    color: #222;
}

.t-btn:visited {
    color: #222;
}

.t-btn:hover {
    color: #222;
}

.txt {
    font-size: 18px;
    font-weight: 400;
    color: #222;
}

.mt-- {
    margin-top: 15px;
}

.txt-upp {
    text-transform: uppercase;
}

.btn-100 {
    width: 100%;
}

.user-- {
    position: relative;
    top: -6px;
    font-size: 16px;
}

.icon-Btn {
    width: 100%;
}

.icon-Btn {
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #ced4da;
    padding-bottom: 30px;
}

.icon-Btn {
    text-align: center;
}

    .icon-Btn p {
        text-align: center;
        color: #222;
        font-size: 16px;
    }

.col-4:hover p {
    color: #f16137;
}

.icon-Btn .col-4 .active p {
    color: #f16137;
}

.icon-Btn img {
    width: 90px;
    height: auto;
    margin-bottom: 15px;
}

.form-box h2 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
}

    .form-box h2 span {
        color: #f16137;
    }

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
    /* font-size: 18px; */
    font-weight: 400;
    /* color: #222; */
}

/* .jhbox{ */
/* border: 1px solid #ced4da; */
/* border-radius: 6px; */
/* padding: 10px; */
/* width: 100%; */
/* } */


.jhbox {
    width: 100%;
    border-top: 1px solid #2222221c !important;
}



    .jhbox h3 {
        font-weight: 400;
        font-size: 20px !important;
        margin-bottom: 6px;
    }


        .jhbox h3 span {
            color: #dc3545;
            text-transform: uppercase;
        }

    .jhbox p {
        margin-bottom: 6px;
    }

.danger {
    color: #dc3545 !important;
}

.call-icon {
    display: flex;
}

/* .jhbox { */
/* background: url("../images/box-arrow.png") no-repeat; */
/* background-position-x: 0%; */
/* background-position-y: 0%; */
/* background-position-x: 0%; */
/* background-position-y: 0%; */
/* background-position: 96% 49%; */
/* } */

.jhbox img {
    width: 30px;
    height: auto;
    position: relative;
    left: 10px;
    top: -4px;
}

/* nested links */
.jhbox a {
    position: relative;
    z-index: 1;
    color: #222;
}

.jhbox a {
    position: static;
}

.the-post-title a::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* nested links */

.primary {
    color: #007bff !important;
}

.thanksbox {
    max-width: 100%;
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

.t-icon img {
    width: 100px;
    height: auto;
    padding-bottom: 25px;
}

.thanksbox h6 {
    font-size: 28px !important;
    font-weight: 500;
    color: #144c9f !important;
}

.thanksbox p {
    font-size: 18px !important;
    padding-top: 25px;
    margin-bottom: 0px !important;
}

#txtmobileNo {
    font-size: 30px !important;
}

.mt---- {
    margin-top: 15px;
}

label {
    display: inline-block;
    margin-bottom: 5px !important;
}


#compdetails {
    border: 1px solid #ced4da;
    margin: 0px;
    margin-top: 0px;
    margin-top: 35px;
}

@media(max-width: 767px) {
    #compdetails {
        border: 1px solid #ced4da;
        margin: 0px;
    }

    .navbar {
        display: inline-grid;
    }

    .navbar-collapse {
        position: relative;
        z-index: 999;
    }

    .navbar-toggler-icon {
        right: -60px;
        position: absolute;
    }
}

/* custom css */

.nav-strip {
    /* background-color: #eaeaeaa1; */
    line-height: 14px;
    height: 45px;
    margin-top: 0;
    float: right;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #999;
}


.navbar-light .navbar-nav .nav-link {
    color: #999;
    display: inline-block;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #999;
    }


    .navbar-light .navbar-nav .nav-link a::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        border-radius: 5px;
        height: 0.05em;
        bottom: 0;
        left: 0;
        background: currentcolor;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }

    .navbar-light .navbar-nav .nav-link a:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }

@media(max-width: 767px) {
    .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        background-color: #fff;
        border: 1px solid #d7cecc;
        position: relative;
        top: 2px;
        box-shadow: 0 2px 4px rgba(0,0,20,.08),0 1px 2px rgba(0,0,20,.08);
    }

    .nav-item {
        padding-left: 15px;
    }

        .nav-item.active .nav-link {
            color: #f16137 !important;
            background-color: #fff;
            border-radius: 4px;
            border: none !important;
        }

    .navbar-light .navbar-toggler {
        position: relative;
        top: -5px;
        left: -25px;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .5);
        border-color: none !important;
        border: 1px solid transparent !important;
    }

    .control-label {
        text-align: left !important;
        font-size: 14px;
        position: relative;
        top: 0px !important;
        margin-bottom: 6px;
    }

    .m-left-0 {
        padding-left: 15px !important;
    }
}

.nav-item {
    padding-right: 15px;
}

    .nav-item.active .nav-link {
        color: #999 !important;
        background-color: #fff;
        border-bottom: 2px solid #f26238;
    }

.button.button-small {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
}

.form-group-select {
    margin-bottom: 15px;
}

.form-group-select- {
    margin-bottom: 0px;
}

.control-label {
    text-align: right;
    font-size: 14px;
    position: relative;
    top: 8px;
}

.m-left-0 {
    padding-left: 0px;
}


.btn-emp {
    background-color: #f16137;
    padding: 6px 25px 6px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    margin: 15px 0 0px 0;
    font-weight: 500;
    border: 1px solid #f16137;
    font-size: 14px;
}

    .btn-emp:hover {
        background-color: transparent;
        padding: 6px 25px 6px;
        border-radius: 4px;
        color: #f16137;
        cursor: pointer;
        margin: 15px 0 0px 0;
        font-weight: 500;
        border: 1px solid #f16137;
        font-size: 14px;
    }

.vmp {
    margin-left: 20px;
}

    .vmp:hover {
        margin-left: 20px;
    }

.bt-- {
    position: relative;
    top: 20px;
}


.image-upload {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
    overflow: hidden;
}

    .image-upload input {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: 0;
    }

.upload-field {
    display: block;
    background: #FFF;
    padding: 0 15px;
    border-radius: 11px;
}

    .upload-field .file-thumbnail {
        cursor: pointer;
        border: 1px dashed #97a8b9;
        border-radius: 11px;
        text-align: center;
        padding: 20px;
    }

        .upload-field .file-thumbnail img {
            width: 50px;
        }

        .upload-field .file-thumbnail h3 {
            font-size: 12px;
            color: #000000;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .upload-field .file-thumbnail p {
            font-size: 12px;
            color: #9ABCD1;
            margin-bottom: 0;
        }

.file-thumbnail img {
    margin-bottom: 15px;
}

.img-details {
    width: 20px;
    height: auto;
}

.tble-fa i {
    font-size: 18px;
}


#footer h5 {
    margin-top: 25px;
}

    #footer h5::after {
        top: 58px !important;
    }



#footer {
    padding: 45px 0;
    background-color: #f4f4f4;
    /* margin-top: 100px; */
}


    #footer h5 {
        margin-bottom: 15px;
        padding-bottom: 10px;
        font-size: 16px;
        color: #777777;
        font-weight: 600;
    }



.categories ul li a {
    color: #4e4e4e;
    line-height: 25pt;
    font-size: 16px;
}

.categories ul li a {
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
}

    .categories ul li a::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        border-radius: 5px;
        height: 0.05em;
        bottom: 0;
        left: 0;
        background: currentcolor;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }

    .categories ul li a:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }

.widget-1 ul {
}

    .widget-1 ul li {
        color: #222;
        line-height: 25pt;
        font-size: 15px;
    }

        .widget-1 ul li a {
            color: #222;
            line-height: 25pt;
            font-size: 15px;
        }


        .widget-1 ul li i {
            margin-right: 10px;
        }

        .widget-1 ul li a:hover {
            color: #3c58b5;
        }



/* login form css */

/* form { */
/* width: 30%; */
/* margin-bottom: 50px; */
/* z-index: 10; */
/* margin: 0 auto; */
/* margin-bottom: 50px; */
/* box-shadow: 0px 8px 8px #33333340; */
/* padding: 15px; */
/* background: #ecf0f10f;   */
/* margin-top: 25px; */

/* } */


.sub-form {
    width: 30%;
    margin-bottom: 50px;
    z-index: 10;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-bottom: 50px;
    box-shadow: 0px 8px 8px #33333340;
    padding: 15px;
    background: #ecf0f10f;
    margin-top: 25px;
    position: relative;
}



html .sub-form::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(left, #27ae60 0%, #27ae60 20%, #8e44ad 20%, #8e44ad 40%, #3498db 40%, #3498db 60%, #e74c3c 60%, #e74c3c 80%, #f1c40f 80%, #f1c40f 100%);
    background: -moz-linear-gradient(left, #27ae60 0%, #27ae60 20%, #8e44ad 20%, #8e44ad 40%, #3498db 40%, #3498db 60%, #e74c3c 60%, #e74c3c 80%, #f1c40f 80%, #f1c40f 100%);
    height: 5px;
    border-radius: 5px 5px 0 0;
    width: 100%;
    margin: 0 auto;
}

form h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    color: #2f1f1e;
    letter-spacing: 0.061em;
    margin-top: 10px;
    margin-bottom: 10px;
}


form input {
    width: 100%;
    background: #fff;
    text-align: left;
    margin-bottom: 25px;
    box-shadow: none;
    appearance: none;
    border: none;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #ebd7cf;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    /*text-transform: uppercase;*/
    font-size: 14px;
    position: relative;
    /* z-index: 500; */
    letter-spacing: 0.06em;
}

    form input:focus {
        border: 1px solid #ebd7cf;
        outline: none;
        appearance: none;
    }

    form input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px white inset;
    }

form .submit {
    padding-top: 6px;
    padding-bottom: 6px;
    border: none;
    /*text-transform: uppercase;*/
    font-size: 16px;
    position: relative;
    /* z-index: 500; */
    letter-spacing: 0.06em;
    text-align: center;
    cursor: pointer;
    background: #ec7242;
    color: #fff;
    width: 100%;
    transition: 0.8s all ease;
}

    form .submit:hover {
        background: #d6673c;
        transform: translateY(1px);
        transition: 0.4s all ease;
    }

#firstname {
    margin-top: 20px;
}



.login-icon {
    text-align: center;
}

    .login-icon img {
        width: 80px;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

@media(max-width: 767px) {
    form {
        width: 100%;
    }

    html .sub-form::after {
        width: 100%;
    }

    .container {
        padding: 0 15px !important;
    }

    .l-ftr {
        margin-top: 30px;
    }

    form {
        margin-top: 0px;
    }

    html .sub-form::after {
        top: 0px;
    }

    .dashboard .panel {
        margin-bottom: 25px;
    }
}


.container {
    max-width: 1425px;
    width: 100%;
    margin: 0 auto;
    /* padding: 0 90px; */
}

.l-ftr {
    margin-bottom: 30px;
}

.widget-6 p {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 30px;
}

.footer-bottom {
    background-color: #fff;
    padding: 15px 0;
}

    .footer-bottom p {
        margin: 0px !important;
        padding: 0px !important;
        color: #4e4e4e;
        font-size: 14px;
    }


.validate-otp {
    margin-top: 25px;
    display: flex;
}

.v-submit {
    background-color: #3498db;
    line-height: 38px;
    height: 38px;
    width: 50%;
    text-align: center;
    color: #fff;
    border: 0px;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid #3498db;
}

/* .v-submit:hover{ */
/* background-color: transparent; */
/* color: #3498db; */
/* border: 1px solid #3498db; */
/* } */

.ot-p {
    width: 50%;
}

/* dashboard css */

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

.panel-green {
    border-color: #5cb85c;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.dashboard {
    padding: 45px 0;
}

.huge {
    font-size: 36px;
    font-weight: 600;
}

.panel-footer {
    text-align: center;
    background-color: #fff;
    padding: 6px 0;
    box-shadow: 0px 8px 8px #3333331a;
    text-transform: uppercase;
}

.panel-col-1 .panel-heading {
    border-color: #4fb2d9;
    color: #fff;
    background-color: #4fb2d9;
}

.panel-col-2 .panel-heading {
    border-color: #7a4fd9;
    color: #fff;
    background-color: #7a4fd9;
}

.modal-lg {
    max-width: 100%;
}

.modal-dialog {
    margin: 0;
    padding: 0;
}

.modal-open .modal {
    padding-right: 0px !important;
}

.modal-header {
    padding-right: 15px;
    position: absolute;
    text-align: right;
    float: right;
    width: 100%;
    border: 0px;
    z-index: 100;
}

.form-Head {
    padding: 0px;
    font-size: 20px;
    color: #222;
    text-align: left;
    margin-bottom: 15px;
}

.filter-area .col-md-2 {
    flex: 11.7%;
    max-width: 11.7%;
    padding-right: 0px !important;
}

.filter-area .col-md-3 {
    flex: 17%;
    max-width: 17%;
    padding-right: 0px !important;
    text-align: right;
}

.filter-area label {
    padding-bottom: 6px;
}

@media(max-width: 767px) {
    .filter-area .col-md-2 {
        flex: 100%;
        max-width: 100%;
        padding-right: 15px !important;
    }

    .filter-area .col-md-3 {
        flex: 100%;
        max-width: 100%;
        padding-right: 15px !important;
        text-align: center;
    }

    .bt-- {
        position: initial;
        bottom: 20px;
        margin-bottom: 20px;
    }
}

.bt--- {
    position: relative;
    top: -15px;
}


.input-group-addon {
    padding: .4rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0,0,0,.15);
    border-left-color: rgba(0, 0, 0, 0.15);
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.15);
    border-left-style: solid;
    border-left-width: 1px;
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    width: 39px;
    position: relative;
    top: -60px;
    float: right;
}

.form-Head span {
    color: #f06137;
}

.nav-item i {
    position: relative;
    left: 8px;
}


.ebcf_modal-content h4 {
    font-size: 18px;
    color: #222;
    text-align: left;
    margin-bottom: 15px;
    font-weight: normal;
    border-bottom: 1px solid #0000001a;
    padding-bottom: 10px;
}


.borr {
    border-top: 1px solid #0000001a;
    padding-top: 10px;
}

.ebcf_modal-content label {
    padding-bottom: 4px;
}


.btn-cls {
    background-color: #000;
    padding: 6px 25px 6px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    margin: 15px 0 0px 0;
    font-weight: 500;
    border: 1px solid #000;
    font-size: 14px;
}

    .btn-cls:hover {
        background-color: transparent;
        padding: 6px 25px 6px;
        border-radius: 4px;
        color: #000;
        cursor: pointer;
        margin: 15px 0 0px 0;
        font-weight: 500;
        border: 1px solid #000;
        font-size: 14px;
    }

.btn-- {
    text-align: right;
}


@media(max-width: 767px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: relative !important;
        left: auto;
    }
}

.table-responsive i {
    font-size: 16px;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    left: auto;
}


.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    display: none;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 10px 10px;
    clear: both;
    font-weight: 400;
    color: #999;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#myModal--effect-zoomOutIn.modal.fade .modal-dialog {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    top: 120px;
    /* opacity: 0; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto;
}

#myModal--effect-zoomOutIn.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -120px, 0);
    transform: translate3d(0, -120px, 0);
    opacity: 1;
}

.modal-dialog-2 {
    max-width: 60% !important;
}

@media(max-width: 767px) {
    .modal-dialog-2 {
        max-width: 85% !important;
    }
}

.modal-dialog-2 h4 {
    font-size: 18px;
    color: #222;
    text-align: left;
    margin-bottom: 15px;
    font-weight: normal;
    border-bottom: 1px solid #0000001a;
    padding-bottom: 10px;
}

.modal-dialog-2 label {
    padding-bottom: 4px;
}

/* custom css for navbar mobile*/

@media(max-width: 767px) {
    .r-menu img {
        float: left;
        margin: 0 0 0 0;
    }
}



.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown:hover .dropdown-menu > a:hover {
    display: block;
    text-decoration: none;
    cursor: default;
    background-color: #3333330d;
    cursor: pointer;
}
.form-inline .form-control {
    display: inline-block;
    width: 100% !important;
    vertical-align: middle;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .4rem !important;
    padding-left: .5rem;
}