:root {
    --primary-font: 'Poppins', sans-serif;
    --secondary-font: 'Verdana', Geneva, Tahoma, sans-serif;
    --primary-color: #13426b;
    --secondary-color: #828587;
    --primary-bg: #13426b;
    --secondary-bg: #e7ecf0;
    --text-white: #fff;
    --text-black: #333;
    --third-color: #13426b;
}


/* Start Reset css */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

.pad-nil {
    padding-left: 0;
    padding-right: 0;
}

.mar-nil {
    margin-left: 0;
    margin-right: 0;
}


/* End Reset css */

body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 26px;
    font-family: var(--primary-font);
    background: #ffffff;
    color: #151515;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    color: var(--primary-color);
}

p {
    font-family: var(--secondary-font);
}

img,
a,
a:hover,
a:focus {
    text-decoration: none;
    border: 0;
    outline: 0;
}

.uparrow {
    background-image: url("../images/up.png");
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: block !important;
    z-index: 10000000;
}


/********************* Body Style ***********************/

.c-box {
    color: var(--text-white);
    background-color: transparent;
    display: table;
    clear: both;
    padding: 10px 14px 0;
    margin: 0 auto;
}

.c-box h3,
.c-box h4,
.c-box h5 {
    color: #13426b !important;
    margin-bottom: 0;
}

.e-table-head {
    background-color: var(--secondary-bg) !important;
    color: #13426b !important;
}


/* .mzg tbody tr:nth-child(even){background-color:#d8d8d8;} */

.m-list {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
}

.m-list li {
    padding: 6px 0;
    margin: 0;
    list-style-type: square;
}


/* .ebox-pad{padding: 70px 0;} */


/*.bg-own{background-color: #e7f2fd;}*/
.bg-own9{background-color: #e7f2fd; padding: 25px 30px;}

.canvasjs-chart-credit {
    display: none !important;
}

.text-blue {
    color: var(--primary-color);
}

.alag-color {
    background-color: var(--third-color);
    color: #fff;
}

.table {
    font-family: Nunito Sans, sans-serif;
    border: 1px solid rgba(19, 66, 107, .2);
    margin-bottom: 0;
}

.table-responsive {
    box-shadow: 0 3px 24px rgb(0 0 0 / 13%);
    padding: 10px;
    background: #fff;
    margin-bottom: 1rem;
}

.e-box {
    background-color: #13426b;
    float: right;
    padding: 20px;
    max-width: 330px;
    width: 100%;
}

.e-box h5 {
    color: #fff;
    font-weight: normal !important;
    margin-bottom: 10px;
    font-weight: 600;
}

.e-box p {
    color: #fff;
}

.e-box ul {
    padding-left: 14px;
}

.e-box ul li {
    list-style-type: none;
    border-bottom: 1px dashed #fff;
    padding: 7px;
}

.e-box ul li:last-child {
    border-bottom: 0;
}

.e-box ul li::before {
    content: "❒";
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 1.4em;
    margin-left: -1em;
    font-size: 13px;
}

.e-box ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.e-box ul li a:hover {
    color: #000;
}

.e-box ul li a:hover {
    color: #fff;
}

.bcd {
    padding: 80px 0 90px;
}

.pckj {
    color: #fff;
}

.pckj2 {
    color: #fff;
}

h1,
.h1 {
    font-size: 1.9rem;
    line-height: 2rem;
}

h3,
.h3 {
    font-size: 1.3rem;
    line-height: 2rem;
}

h5,
.h5 {
    font-size: 1rem;
    line-height: 1.4rem;
}

.full-width {
    width: 100%;
}

.nholder {
    display: flex;
    box-shadow: 0 3px 24px rgb(0 0 0 / 13%);
    padding: 15px 14px 14px;
    background: #fff;
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px solid #d8e3e9;
}

.nleft {
    flex: 38%;
    padding-right: 2%;
}

.nleft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nright {
    flex: 60%;
}

.nholder .nright p {
    margin-bottom: 0;
}

.bsceinfo {
    margin: 6px 0 0 0;
    padding: 0;
}

.bsceinfo li {
    display: inline-block;
    list-style-type: none;
    padding-right: 10px;
}

.bsceinfo li:last-child {
    padding-right: 10px;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 36, 42, .4);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.cz {
    z-index: 2;
    position: relative;
}

.nav-item a {
    font-size: 16px;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #13426b;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}


/*
.lg{
    text-align: center;
    display: table;
    background-color: #13426b;
    margin: 0 auto;
    padding: 6px 24px;
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    text-transform: uppercase;
}*/

.ccpk .dropdown-item.active,
.ccpk .dropdown-item:active,
.ccpk .dropdown-item:hover,
.ccpk .dropdown-item:focus {
    color: #13426b;
    text-decoration: none;
    background-color: transparent;
}

.btn-outline-info {
    color: #fff;
    border-color: #13426b;
    border: 0;
    background-color: #13426b;
}

.btn-outline-info:active,
.btn-outline-info:hover,
.btn-outline-info:focus {
    color: #fff;
    background-color: #13426b;
    border: 0;
}

.exsml {
    font-size: 10.5px;
    margin-bottom: 0;
    padding-bottom: 0;
    letter-spacing: 3.4px;
    line-height: 0;
    margin-top: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.dd {
    font-size: 18px;
    border: 2px solid #13426b;
    padding: 6px;
    border-radius: 54%;
    width: 38px;
    height: 38px;
}

.me-price {
    font-size: 30.5px;
    padding-top: 9px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Orbitron', sans-serif;
    text-align: left;
    padding-right: 10px;
}
.zipi {
    margin: 0;
    padding: 0;
}
.ddp {
    text-align: right;
    padding-top: 14px;
}
.dgp {
    float: right;
    position: relative;
    top: 8px;
}
.cgb {
    border-top: 1px solid #f1f1f1;
    /* box-shadow: 0 1px 6px rgb(0 0 0 / 4%); */
}


/* .cgb2{padding-left:22px; padding-right: 22px;} */

.cpll {
    padding: 15px 15px;
}

@media only screen and (max-width: 768px) {
    .me-price {
        padding-top: 16px;
    }
    .ddp {
        text-align: center;
        padding-top: 6px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .dgp {
        display: table;
        margin: 0 auto;
    }
}

.form-heading {
    color: #fff;
    font-size: 23px;
}


/* Login Form */

.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.main-div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    margin: 30px auto;
    max-width: 38%;
    padding: 50px 70px 70px 71px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 13%);
}

.login-form .form-group {
    margin-bottom: 10px;
}

.login-form {
    text-align: center;
}

.forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
}

.login-form .btn.btn-primary {
    background: #13426b none repeat scroll 0 0;
    border-color: #13426b;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.forgot {
    text-align: left;
    margin-bottom: 30px;
}

.botto-text {
    color: #ffffff;
    font-size: 14px;
    margin: auto;
}

.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}

.back {
    text-align: left;
    margin-top: 10px;
}

.back a {
    color: #444444;
    font-size: 13px;
    text-decoration: none;
}

.dpg {
    color: #151515;
}

.dpg:hover {
    color: #0d6efd;
}

.jojo td {
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 0;
    font-size: 14px;
}

#fileList {
    margin: 18px 0;
    width: 100%;
    clear: both;
}

.w100 {
    width: 100%;
    clear: both;
    display: block;
    border: 0 !important;
}

#fileList ul li {
    text-align: left;
}

.main-div2 {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    margin: 30px auto;
    padding: 30px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 13%)
}
.xoxo {
    position: relative;
    text-align: right;
    top: -25px;
}
.jj label{
    text-align: left;
    float: left;
    margin-bottom: 20px;
    position: relative;
    top: -4px;
}

.search-inline {
    width: 100%;
    left: -19px;
    padding-left: 15px;
    padding-right: 15px;
    top: 60px;
    height: 50px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    /* background-color: #efefef; */
    z-index: 9;
    transition: all .5s ease-in-out;
}

.search-inline.search-visible {
    opacity: 1;
    visibility: visible;
    animation: fadeInDown 0.4s ease-in-out;
    margin-top: 9px;
    margin-left: 10px;
}

.search-inline button[type="submit"] {
    position: absolute;
    right: 52px;
    top: 0;
    background-color: transparent;
    border: 0px;
    top: 0;
    right: 80px;
    padding: 0px;
    cursor: pointer;
    width: 80px;
    height: 99%;
    background: #222;
    color: #fff;
}

.search-inline .form-control {
    border: 0px;
    padding-left: 8px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 99%;
    outline: none;
    border-radius: 0 !important;
}

.search-inline .search-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #616161;
    width: 80px;
    height: 100%;
    text-align: center;
    display: table;
    background: #efefef;
    text-decoration: none;
}

.search-inline .search-close i {
    display: table-cell;
    vertical-align: middle;
}
.jsp{
    color: #000;
    padding-right: 16px;
}