body {
    background: #fff !important;
}

.page-header h4 {
    color: #1325a3 !important;
}

.breadcrumb-item.active {
    color: #1325a3 !important;
}

.navbar {
    height: 65px;
    left: 0;
    top: 0;
    right: 0;
    z-index: 890;
    padding: .0rem 1rem;
    background: #1325a3;
}


/* .mycard {
    / padding: 30px;
    / background: red;
    width: 200px;
    height: 200px;
    text-align: center !important;
    margin: 0 auto;
} */

.card-body.mycard {
    background-color: #fff;
    border: solid 5px #1325a3 !important;
    border-radius: 200px;
}

.card.text-center {
    box-shadow: none !important;
}

@media (max-width: 992px) {
    .navbar {
        position: fixed;
        background: #1325a3 !important;
        box-shadow: none !important;
        z-index: 1003;
    }
    .tpnImg {
        margin-top: 65px;
    }
    .mmt60 {
        margin-top: 60px;
    }
    .mw50 {
        width: 50% !important;
    }
    .breadcrumb {
        font-size: 32px;
    }
    .pm0 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .mw50 h3 {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .page-header {
        padding-top: 0px !important;
    }
}

@media (max-width: 375px) {
    .breadcrumb {
        font-size: 33px !important;
        margin-top: 0px;
        margin-bottom: -37px;
    }
}

.f70 {
    color: #ffffff;
    font-size: 45px !important;
    /* margin-top: 10px; */
}

.container-fluid {
    width: 100%;
    padding-right: 20px;
    padding-left: 23px;
    margin-right: auto;
    margin-left: auto;
}

nav>.nav.nav-tabs {
    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

h1.heading {
    color: #1325a3;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #000;
    background: #ffffff;
    border-radius: 0;
    border: solid 1px #d3d3d338;
    font-weight: bold;
}

.pro h5 {
    color: #1325a3;
    font-family: system-ui;
    font-weight: 700;
}

.pro i {
    font-size: 20px;
}

.pro p {
    font-size: 18px;
    color: black;
}

.pro {
    margin-bottom: 20px;
}

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #1325a3;
    border-bottom: 5px solid #1325a3;
    padding: 30px 25px;
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
    border: none;
    background: #1325a3;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

.navbar {
    height: 65px;
    left: 0;
    top: 0;
    right: 0;
    z-index: 890;
    padding: .0rem 1rem;
    background: #1325a3 !important;
}

.wave {
    background: none !important;
}

.topbar-n {
    background: #fff;
    padding: 14px 20px;
    box-shadow: 0px 14px 16px #d4d4d4;
}

.mt50 {
    margin-top: 50px;
}

.mt20 {
    margin-top: 20px;
}

.mt20 h3 {
    color: #1325a3;
}

.bg-image {
    background: url(../../assets/img/bgfull.jpg) repeat 50% 50% rgba(255, 255, 255);
}

body.bg-login {
    background: url(../../assets/img/login-bg.jpg) no-repeat center center !important;
    widows: 100%;
    background-color: #1325a3 !important;
    background-size: cover;
}

.mycard {
    background-color: #1325a3;
    border: none;
    position: relative;
    margin-bottom: 30px;
    border-radius: 7px;
    box-shadow: 5px 5px 0px #aeaeae;
    color: #fff;
    border-radius: 3px;
    margin: 20px 22px;
}

.mycard:hover {
    background-color: #233efd;
    cursor: pointer;
    box-shadow: 5px 5px 0px #aeaeae;
}

.single-page .wrapper {
    background: none !important;
}

.single-page .wrapper.wrapper2 {
    background: none !important;
}

.single-page.wrapper>form {
    background-color: none !important;
}

.single-page {
    width: 42%;
    margin: 0 auto;
    padding: 30px;
    display: table;
    position: relative;
    border-radius: 7px;
}

.hor-toggle.animated-arrow {
    padding: 16px 35px 17px 0px !important;
    margin: 11px 0 0 10px !important;
}

page-header {
    display: flex;
    align-items: center;
    margin: 1.5rem 0 1.5rem 27px;
    justify-content: space-between;
    padding: 0;
    border-radius: 7px;
    position: relative;
    min-height: 50px;
}