/* INDEX */
.select2-container .select2-selection--single {
    height: 36px !important;
    border-radius: 0px;
}

.a-line {
    text-decoration: underline !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.a-line:hover {
    text-decoration: underline !important;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: block !important;
    }
}

@media (max-width: 992px) {
    .nav-link3 {
        width: 100% !important;
    }
}

body {
    font-family: 'kanit';
    font-size: 1.125rem;
    color: #7D84A2;
}

.agreement-board {
    overflow-y: scroll;
    max-height: 300px;
    border: 1px solid #999;
    padding: 5px;
    background-color: #f6f6f6;
}

.noti-table-section {
    background-color: #f8f8f8;

}

.table-noti tbody td {
    border: none;
}

.list-group-item.active {
    z-index: 0 !important;
}

.custom-file-control:before {
    content: "Browse";
}

.custom-file-control:after {
    content: "Add files..";
}

.dz-error-message span {
    color: white !important;
}

.bd-increase {
    border: 1px solid white;
    margin-right: 2px;
    padding: 0 0;
}

#government pre,
#people pre {
    white-space: pre-wrap;
    /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    color: #999;
    font-family: "arial";
    font-size: 1.125rem;
}

#aboutus_data pre {
    white-space: pre-wrap;
    /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    color: #555;
    font-family: "arial";
}

.notification-badges li {
    display: inline-block;
    border: solid 1px #eee;
    border-radius: 50%;
    vertical-align: top;
    margin: 5px;
    text-align: center;
    padding: 5px 10px;
    font-size: 16px;
    background: #eee;
}

.date-board {
    font-size: 1.025rem;
    color: #777;
}

/*Testimonials v1*/
.testimonials.testimonials-v1 .item p {
    position: relative;
}

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v1 .item p:before {
    left: 80px;
    bottom: -20px;
}

.testimonials.testimonials-v1 .item p:after {
    border-top: 22px solid;
    border-left: 0 solid transparent;
    border-right: 22px solid transparent;
}

/*Testimonials v2*/
.testimonials.testimonials-v2 .testimonial-info {
    padding: 0 20px;
}

.testimonials.testimonials-v2 p {
    padding-bottom: 15px;
}

.testimonials.testimonials-v2 .carousel-arrow {
    top: -55px;
}

.testimonials.testimonials-v2 .item p:after,
.testimonials.testimonials-v2 .item p:before {
    left: 8%;
    bottom: 45px;
}

.testimonials.testimonials-v2 .item p:after {
    border-top: 20px solid;
    border-left: 25px solid transparent;
    border-right: 0px solid transparent;
}

/*General Testimonials v1/v2*/
.testimonials.testimonials-v1 p,
.testimonials.testimonials-v2 p {
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    background: #f5f5f5;
}

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v2 .item p:after {
    width: 0;
    height: 0;
    content: " ";
    display: block;
    position: absolute;
    border-top-color: #f5f5f5;
    border-left-style: inset;
    /*FF fixes*/
    border-right-style: inset;
    /*FF fixes*/
}

.list-group-item.active a {
    background-color: #23438E;
    border-color: #23438E;
    color: #fff !important;
}

.testimonials .testimonial-info img {
    width: 60px;
    float: left;
    height: 60px;
    padding: 2px;
    margin-right: 15px;
    border: solid 1px #ccc;
}

.list-group-item.active a {
    background-color: #23438E;
    border-color: #23438E;
    color: #fff !important;
}

.u-pagination-v1-2--active,
.u-pagination-v1-2--nav {
    background-color: #23438E;
    color: #fff !important;
    border-color: #23438E;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
    color: #000;
    font-weight: 500;
}

.badge1 {
    position: relative;
}

.tooltips {
    position: relative;
    display: inline-block;
}

.tooltips .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 10000;
    bottom: -20px;
    left: 20%;
    margin-left: -60px;
    transition: opacity 0.3s;
}

.tooltips .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 90%;
    left: 10%;
    margin-left: -5px;
    border-width: 0px 10px 10px 10px;
    border-style: solid;
    border-color: #555 transparent;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.badge1[data-badge]:after {
    font-family: kanit;
    content: attr(data-badge);
    position: absolute;
    top: -13px;
    right: -13px;
    font-size: .6em;
    background: #e74c3c;
    color: white;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}

#content .text-group a {
    color: #777 !important;
}

#content .text-group a:hover {
    color: #23438e !important;
}

.text-red {
    color: red !important;
}

.modal-content {
    display: block !important;
}

.g-width-100p {
    width: 100% !important;
}

.text-group p {
    font-family: "arial"
}

.custom-select:disabled {
    background-color: #e9ecef !important;
    opacity: 1 !important;
}

input.form-control,
.custom-select {
    height: 36px;
    border: 1px solid rgba(0, 0, 0, 0.15)
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: white !important;
    width: 35px;
    border-radius: 0;
}

.navbar-toggler {
    padding: 0;
    width: 35px;
}

.gov_complain_file,
.gov_service_file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}



table.table-evi td a {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    min-width: 24px;
}

table.table-evi td a.add {
    color: #27C46B;
}

table.table-evi td a.edit {
    color: #FFC107;
}

table.table-evi td a.delete {
    color: #E34724;
}

table.table-evi td i {
    font-size: 19px;
}

table.table-evi td a.add i {
    font-size: 24px;
    margin-right: -1px;
    position: relative;
    top: 3px;
}

table.table-evi .form-control {
    height: 32px;
    line-height: 32px;
    box-shadow: none;
    border-radius: 2px;
}

table.table-evi .form-control.error {
    border-color: #f50000;
}

table.table-evi td .add {
    display: none;
}


span {
    color: #23438E;
}

.page-link span {
    color: black;
}

.page-link:hover span {
    color: white;
}

textarea {
    resize: none;
}

button:focus {
    outline: none;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.owl-prev {
    width: 15px;
    position: absolute;
    top: 40%;
    margin-left: -40px;
    display: block !IMPORTANT;
    border: 0px solid black;
}

.owl-next {
    width: 15px;
    position: absolute;
    top: 40%;
    right: -4%;
    display: block !IMPORTANT;
    border: 0px solid black;
}

.owl-prev i,
.owl-next i {
    font-size: 40px;
}

.owl2 .owl-prev {
    width: 15px;
    position: absolute;
    top: -2%;
    margin-left: -4%;
    display: block !IMPORTANT;
    border: 0px solid black;
}

.owl2 .owl-next {
    width: 15px;
    position: absolute;
    top: 0%;
    right: -4%;
    display: block !IMPORTANT;
    border: 0px solid black;
}

.owl2 .owl-prev i,
.owl2 .owl-next i {
    font-size: 40px;
}

.con a.left {
    left: -15%;
}

.con a.right {
    right: -15%;
}

.con a.left>span,
.con a.right>span {
    font-size: 40px;
    padding: 10px;

}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    background-color: #555;
}

.carousel-indicators .active {
    background-color: red
}

.g-font-size-1-25rem {
    font-size: 1.25rem !important;
}

.g-font-size-1-125rem {
    font-size: 1.125rem !important;
}

.body-in {
    width: 33px !important;
    margin-right: 10px;
    padding: 0;
    padding-left: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.last {
    margin-right: 10px;
    font-size: 23px;
    padding: 0;
    margin-bottom: 0;
}

.hr-line-text {
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    margin-bottom: 30px;
}

.hr-line-text-span {
    color: #999;
    font-size: 16px;
    background-color: white;
    padding: 0 10px;
}

.close {
    opacity: 1;
}

.modal-open {
    overflow-y: hidden;
    position: fixed;
    width: 100%;
}

#footer p,
#footer ul li a {
    color: white;
    font-family: Arial, Helvetica, sans-serif !important;
}

#service ul li {
    list-style-type: none;
}

#service ul a:hover {
    text-decoration: underline;
}

.filter-tab select {
    width: 50% !important;
}

.home-hr {
    border-bottom: solid 2px #23438E;
}

.home-gov label {
    float: left;
    font-family: Arial, Helvetica, sans-serif !important;
    margin: 0;
}

.table-status tbody td,
.table-login tbody td {
    border: none;
    font-family: Arial, Helvetica, sans-serif !important;
    color: black;
    padding-left: 0;

}

/* @media (max-width: 1024px) and (min-width: 320px) {
    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }


} */

@media (max-width: 1024px) {

    .navbar .navbar-collapse,
    .navbar .navbar-collapse .container {

        margin-top: 0 !important;
    }

    .navbar-nav {
        float: none !important;
    }

}

@media (max-width: 1200px) {
    .navbar-nav {
        float: none !important;
    }

}


@media (max-width: 768px) {

    .main-box,
    .cd-user-modal-container {
        max-width: 700px !important;
    }

    .nav-link4 {
        width: 100% !important;
    }

    .nav-link5 {
        width: 100% !important;
    }
}

@media (max-width: 414px) {

    .main-box,
    .cd-user-modal-container {
        max-width: 350px !important;
    }

    .nav-link3 {
        width: 90% !important;
    }

    .nav-link4 {
        width: 100% !important;
    }

    .accordion-toggle1.collapsed:before,
    .accordion-toggle1.collapse:before,
    .accordion-toggle1:before,
    .accordion-toggle1.collapsed:before {
        left: 90% !important;
    }

    .navbar {
        display: block !important;
    }

    .navbar-toggler {
        float: right;
        margin-top: 15px;
    }

    .navbar-brand img {
        height: 55px;
    }


}

@media (max-width: 320px) {

    .main-box,
    .cd-user-modal-container {
        max-width: 290px !important;
    }

}

.navbar {
    padding: 0;
}

.navbar ul li {
    margin-bottom: 10px;
}

.navbar .dropdown-menu {
    border-top: 2px solid #FDEE21;
    border-bottom: 1px solid #999;
    border-radius: 0;
}

.navbar .dropdown-menu a {
    border-bottom: solid 1px #eee;
}

.dropdown-item {
    font-size: 16px !important;
}

.accordion-toggle1 {
    position: relative;
}

.accordion-toggle1.collapsed:before {
    position: absolute;
    content: "\f068";
    font-family: FontAwesome;
    top: 13px;
    left: 95%;
}

.accordion-toggle1.closed {
    position: relative;
}

.accordion-toggle1.collapse:before {
    position: absolute;
    content: "\f067";
    font-family: FontAwesome;
    top: 13px;
    left: 95%;
}

.accordion-toggle1 {
    position: relative;
}

.accordion-toggle1:before {
    position: absolute;
    content: "\f068";
    font-family: FontAwesome;
    top: 13px;
    left: 95%;
}

.accordion-toggle1.collapsed {
    position: relative;
}

.accordion-toggle1.collapsed:before {
    position: absolute;
    content: "\f067";
    font-family: FontAwesome;
    top: 13px;
    left: 95%;
}

.img-wrap {
    display: inline-block;
    overflow: hidden;
}

.img-svg {
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #23438E;
    font-size: 100px;
    border: none;
}

.img-sub {
    color: #23438E;
    font-size: 50px;
    border: none;
}

.svg-box {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.img-wrap img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
}

.img-wrap img:hover {
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    -moz-transform: scale(1.0);
    /* Firefox */
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    -o-transform: scale(1.0);
    /* Opera */
    opacity: 0.8;
}

.acc-v1 .panel-heading a {
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    background: #e4e4e4;
    color: #000;
}

.border-con {
    border: 1px solid #23438E;
}

.font-arial {
    font-family: Arial, Helvetica, sans-serif !important;
}

.width-auto {
    width: auto !important;
}

.width-1 {
    width: 23% !important;
}

.width-2 {
    width: 33% !important;
}

.g-py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.modal-header {
    background-color: #23438E;
    border: none;
    border-radius: 0;
    font-size: 20px;
    padding-left: 30px !important;
}

.modal-header h4 {
    font-size: 18px;
    font-weight: 400;
}

.modal-content {
    background-color: white;
    padding: 15px;
    color: black;
}

.login-btn {
    background-color: red;
}

.breadcrumb-item.active {
    color: #23438E;
}

.height-bread {
    height: 50px;
}

.bread-bg {
    background-color: #EBEBEB
}

.user-bg {
    background-color: #F1F1F1;
}

a {
    color: black;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #23438E;
    cursor: pointer;
    text-decoration: none;
}

#footer a:hover {
    color: #FDEE21 !important;
    cursor: pointer;
    text-decoration: none;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin: 0 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: black !important;
}

.dropdown-item {
    font-size: 14px;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 5px;
}

.font-400 {
    font-weight: 400;
}

.text-white {
    color: white;
}

.color-blue {
    color: #23438E;
}

.bg-blue {
    background: #23438E !important;
}

.bg-darkblue {
    background: #0e1935;
}

.btn-ewidth {
    width: 100px;
}

.btn-darkgrey {
    background-color: #989898;
}

.bg-grey {
    background: #EBEBEB;
}

.bg-yellow {
    background-color: #FDEE21;
}

.color-grey {
    color: #999;
}

.bg-green {
    background-color: #72C02E;
}

.navbar ul li {
    color: white;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    color: #FDEE21;
}

.navbar-nav .nav-item .bd-increase:hover,
.navbar-nav .nav-item.active .bd-increase {
    color: #FDEE21;
    border-color: #FDEE21;
}

.navbar-nav .nav-item .nav-link {
    color: white;
    font-weight: 400;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: white;
    border: none;
    background: #23438E;
    border-radius: 0;
}

.nav-tabs2 .nav-link2.active,
.nav-tabs2 .nav-item.show .nav-link2 {
    color: #23438E;
    background-color: #E5E5E5;
    border-radius: 0;
}

.nav-tabs3 .nav-link3.active,
.nav-tabs3 .nav-item.show .nav-link3 {
    color: white;
    border-radius: 0;
    background-color: #23438E;
}

.nav-tabs3 .nav-link4.active,
.nav-tabs3 .nav-item.show .nav-link4,
.nav-tabs3 .nav-link5.active,
.nav-tabs3 .nav-item.show .nav-link5 {
    color: white;
    border-radius: 0;
    background-color: #23438E;
}

.nav-link2.factive {
    border-radius: 0;
    background-color: white;
    color: #23438E;
    border: 1px solid #23438E;
}

.nav-link5.factive {
    border-radius: 0;
    background-color: #23438E;
}

a.factive:not([href]):not([tabindex]) {
    color: white !important;
}

.width-100 {
    width: 100%;
}

.navbar-nav .nav-item .nav-link {
    color: white;
    font-weight: 400;
}

.con1 {
    border-right: 0.2px solid rgba(0, 0, 0, .3);
}

.filter-border {
    border: 0.5px solid rgba(0, 0, 0, .3);
}

.table-section table {
    color: black;
}

.table-section table thead {
    background-color: #EBEBEB;
}

.table-section table thead tr th {
    border: 0.1px solid rgba(0, 0, 0, .1);
}

#evi-table tbody,
#evi-table tbody tr td {
    border: 0.1px solid rgba(0, 0, 0, .1);
}

.nav-link {
    font-size: 1.25rem;
}

.nav-link2 {
    background-color: white;
    color: black;
    font-weight: 400;
    padding: 20px;
    margin-right: 0px;
    border: 1px solid #E5E5E5;
}

.nav-link3 {
    color: black;
    width: 35%;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 20px;
    margin-right: -6px;
    border: 1px solid #23438E;
}

.nav-link4 {
    color: black;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 20px;
    border: 1px solid #23438E;
}

.nav-link5 {
    color: black;
    font-size: 1.2rem;
    font-weight: 500;
    width: 100%;
    height: 90px;
    padding: 8px;
    border: 1px solid #23438E;
}

.padding-menu {
    padding-top: 25px !important;
}

.nav-tabs-login {
    border: none;
}

.nav-tabs {
    border-bottom: 4px solid #23438E;
}



.nav-tabs2 {
    background-color: #EBEBEB;
}

.hr-b {
    background-color: #f5f5f5;
    height: 30px;
    border: none;
}

.ul-left {
    padding-right: 20px;
}

.ul-right {
    padding-left: 20px;
}

.img-res {
    width: 100%;
}

.service-box {
    text-align: center;
    height: 140px;
}

.btn-service {
    color: black;
    background: #FDEE21;
    border: none;
}

.btn-service:hover {
    color: black;
    background: rgb(207, 195, 26);
    border: none;
}

#follow-sec {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #23438E;
    text-align: center;
}

#follow-sec h4 {
    color: white;
    margin: 0;
    text-align: center;
}

#follow-sec a {
    background-color: #FDEE21;
    width: 80px;
    height: 30px;
    border-radius: 0;
    text-align: center;
}


#service2 {
    border-bottom: solid 30px #f5f5f5;
}

.padding-0 {
    padding: 0
}

.maxw-0 {
    max-width: 0%;
}

.display-in {
    display: inline-block;
}

.footer {
    border-bottom: solid
}

.foot-border hr {
    width: 70px;
    border-bottom: 5px solid #FDEE21;
}

::selection {
    background-color: #3390FF;
    color: black;
}

[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) {
    border-color: #23438E;
}

.hr-sub {
    height: 60%;
    width: 2px;
    background-color: #23438E;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* ---------------------------- */

/* news */

/* .title-text {
    border-bottom: solid 4px #F5F5F5;
} */

.news-con h4 {
    font-size: 16px;
}

.news-con li {
    font-size: 14px;
}

.news-con li a {
    color: #999;
}

.news-con p {
    color: #555;
    font-family: arial;
    font-size: 14px;
}

.card {
    color: black;
}

.page-link {
    color: black;
    z-index: 0;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
    background-color: #23438E;
    border: solid 1px rgb(20, 39, 82);
    z-index: 0;
}

.page-link:focus,
.page-link:hover {
    color: white !important;
    z-index: 0;
}

.page-item.disabled {
    cursor: not-allowed;
    z-index: 0;
}

.page-link.disabled {
    cursor: auto;
    z-index: 0;
}

.page-link.disabled:hover {
    color: white !important;
    background-color: #23438E !important;
}

/* ------------------------------------- */

/* user page */

.main-box {
    background: white;
}

.main-box ul {
    border: none;
}

.main-box ul li {
    border: none;
    width: 400px;
    cursor: pointer;
}

.user-tab .nav-link.active {
    color: black;
    border: none;
    background: white;
    border-radius: 0;
}

.user-tab .nav-link {
    color: #b7b7b7;
    border: none;
    background: #f7f7f7;
    border-radius: 0;
}

.btn-login {
    background-color: #23438E;
    border: none;
    color: black;
    font-size: 16px;
}

.btn-login:hover {
    background-color: rgba(32, 56, 115, 1);
}

.btn-red {
    background-color: #dc3545;
    border: none;
    color: white;
    font-size: 16px;
}

.btn-red:hover {
    background-color: rgb(179, 15, 15);
}

.border-right {
    border-right: solid 1px #CCCCCC;
}

.user-regis-hr {
    border-bottom: solid 5px #23438E;
}

[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) {
    display: flex;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
select:focus,
textarea {
    font-size: 16px !important;
    font-family: "arial"

}

.form-control,
.form-control:focus,
.custom-select,
.custom-select:focus {
    color: #495057 !important;
}

/* --------------------------------

xsigin/signup popup

-------------------------------- */

#memberModal .tab-content {
    padding: 2em;
}

#memberModal .form-group > label {
    color: #777;
}

#memberModalTab {
    border:none;
}

#memberModalTab a {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 60px;
    border-radius: 0;
    background: #e5e5e5;
    color: #555;
    font-size: 1.125rem;
    text-transform: uppercase;
}

#memberModalTab a:hover {
    text-decoration: none;
}

#memberModalTab a.active {
    background: #FFF;
    color: #505260;
}

.social-login {
    width: 100%;
    display: table;
    font-size: 14px;
}

.social-login span {
    display: table-cell;
    width: 32%;
}

.social-login-facebook {
    padding-right: 2%;
}

.social-login-twitter {
    padding-left: 2%;
}

.social-login a {
    display: block;
    color: #fff;
    padding: 12px 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.social-login a:hover,
.social-login a:focus,
.social-login a:active {
    color: #fff;
    text-decoration: none;
}

.social-login i {
    float: left;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.social-login-google i {
    top: 3px;
}

.social-login-facebook a {
    background: #4f6aa3;
}

.social-login-facebook a:hover,
.social-login-facebook a:focus,
.social-login-facebook a:active {
    background: #3b5998;
}

.social-login-google a {
    background: #e15d4d;
}

.social-login-google a:hover,
.social-login-google a:focus,
.social-login-google a:active {
    background: #dd4b39;
}

.social-login-twitter a {
    background: #55acee;
}

.social-login-twitter a:hover,
.social-login-twitter a:focus,
.social-login-twitter a:active {
    background: #459cde;
}

@media (max-width: 465px) {
    .social-login span {
        text-align: center;
    }

    .social-login i {
        display: none;
    }
}

.cd-user-modal .lined-text {
    position: relative;
    margin-top: 0px;
    text-align: center;
}

.cd-user-modal .lined-text span {
    background: #fff;
    color: black;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    font-size: 18px;
}

.cd-user-modal .lined-text hr {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 11px;
    left: 0;
}

.hide {
    display: none;
}

button:disabled {
    cursor: not-allowed;
}

.list-group-sub {

    display: none;
    padding: 0;

}

.list-group-sub-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #f3f3f3;
    padding-left: 40px;
    border-bottom: 2px solid #eee;
}

.list-group-sub-item.active,
.list-group-sub-item:hover {

    background-color: #e2e2e2;

}

li.list-group-item:hover,
li.list-group-item:hover>a {
    background-color: #23438E;
    border-color: #23438E;
    color: #FFF !important;
}

li.document {
    background-color: #23438E;
    padding: 5px;
    border: 1px solid #3b5998;
    color: #fff;
}

li.document i {
    color: #fff;
}

li {
    list-style: none;
}

#account_notification tr:hover,
#account_notification tr:focus {
    background-image: linear-gradient(rgba(29, 33, 41, .04), rgba(29, 33, 41, .04));
    text-decoration: none;
    cursor: pointer;
}

#account_notification td,
#account_notification th {
    border-color: #e6e6e6;
}

.new-notification {
    background-color: #edf2fa;
}

/*
.new-notification:hover,
.new-notification:focus {

} */

@media (min-width: 992px)
{
    .modal-xxl {
        max-width: 60%;
    }
}



.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 400;
}

.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
    background-color: #ededed;
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #23438E ;
}

.multi-steps > li:before {
    content: counter(stepNum);
    display: block;
    margin: 0 auto 4px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: #23438E ;
    border-radius: 50%;
    font-size:24px;
}

.multi-steps > li:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #23438E ;
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: -1;
}

.multi-steps > li:last-child:after {
    display: none;
}

.multi-steps > li.is-active {
    font-weight: 600;
}

.multi-steps > li.is-active:before {
    background-color: #23438E;
    border-color: #FFF ;
    color: #FFF;
}

.multi-steps > li.is-active-old:before {
    background-color: #23438E;
    border-color: #FFF ;
    color: #FFF;
}

.multi-steps > li.is-active ~ li {
    color: #23438E;
}

.multi-steps > li.is-active ~ li:before {
    background-color: #FFF;
    border-color: #23438E;
}

.service-section label{
    color:#43425D;
}

.text-grey {
    color:#999;
}

.hr-gd {
    height: 8px;
    background-image: linear-gradient(180deg, #fcfcfc, #fefefe);
    border: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.witnessImage {
    height: 280px;
}

@media only screen and (max-width: 520px) {
    .witnessImage {
        height: 200px;
    }
}

@media only screen and (max-width: 330px) {
    .witnessImage {
        height: 130px;
    }
}

.select2 {
    width:100% !important;
    border-radius:0px;
}

/* 02-10-2020 editting --- Nanon */
.g-color-royal-blue{
    color:#455CC7;
}

.g-color-new-navy{
    color:#23438E;
}

.g-color-new-yellow{
    color:#FDED20 !important;
}

.g-color-darkgrey{
    color: #7D84A2 !important;
}

.bg-new-navy{
    background-color:#23438E;
}

.fs-15{
    font-size: 15px;
}

.table-noline-section table {
    color: black;
}

.table-noline-section table thead {
    background-color: #EBEBEB;
}

.table-noline-section table thead tr th {
    border: none !important;
}

.table-new thead th{
    vertical-align: bottom;
    color:#7D84A2 !important;
    font-weight: 500;
    background-color: #F4F5F9;
}

.table-new td, .table-new th {
    /* padding: .75rem; */
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}

.btn-success-new {
    color: #fff;
    background-color: #72C02E;
    border-color: #72C02E;
}

.btn-success-new:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}

.btn-success-new:focus, .btn-success-new.focus {
box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

.btn-success-new.disabled, .btn-success-new:disabled {
background-color: #72C02E;
border-color: #72C02E;
}

.btn-success-new:active, .btn-success-new.active,
.show > .btn-success-new.dropdown-toggle {
background-color: #218838;
background-image: none;
border-color: #1e7e34;
}

.table-section-new table {
color:#7D84A2;
background-color: #F4F5F9;
}

.form-primary:disabled, .form-primary[readonly] {
    background-color: #F4F5F9!important;
    border-color: #DFE1ED!important;
    opacity: 1;
    color: #7D84A2!important;
}

.form-primary {
    border-color: #DFE1ED!important;
    opacity: 1;
    color: #7D84A2 !important;
}

.label-primary {
    color:#43425D;
}

.g-primary-text {
    color:#43425D;
}

.btn-success-new:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success-new:focus, .btn-success-new.focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

.btn-success-new.disabled, .btn-success-new:disabled {
    background-color: #72C02E;
    border-color: #72C02E;
}

.btn-success-new:active, .btn-success-new.active,
.show > .btn-success-new.dropdown-toggle {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34;
}

.btn-tool .dropdown-toggle {
    background-color: transparent;
    border: 1px solid #e8eaf2;
}

.btn-tool .dropdown-toggle::after {
    content: "";
    margin: 0;
}

.btn-tool .dropdown-menu {
    min-width: 6rem;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
}

.btn-tool .dropdown-divider {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.btn-tool .dropdown-menu .dropdown-item {
    font-family: "arial";
    padding: 0.5rem 0.75rem 0.5rem 0.75rem;
}

.btn-tool .dropdown-menu .dropdown-item:hover {
    cursor: pointer;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #F4F5F9!important;
    border-color: #DFE1ED!important;
    color: #7D84A2!important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    color: #7D84A2!important;
}

.select2-container--bootstrap4 .select2-selection {
    border-color: #DFE1ED!important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: #7D84A2;
}


.box-icon {
    text-align: center;
    padding: 70px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.box-icon.box-1 {
    background: #f04896;
}

.box-icon.box-2 {
    background: #faa74b;
}

.box-icon.box-3 {
    background: #e4cf22;
}

.box-icon.box-4 {
    background: #3ae288;
}

.box-icon-sub {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
    min-height: 80px;
}

.box-icon-sub.box-1 {
    background: #dc4289;
}

.box-icon-sub.box-2 {
    background: #df9543;
}

.box-icon-sub.box-3 {
    background: #cfbb1a;
}

.box-icon-sub.box-4 {
    background: #33cd7a;
}

.imgpopupdata {
    cursor: pointer;
}

/* The Modal (background) */
.imgpopup {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.imgpopup-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 900px;
}

/* Add Animation */
.imgpopup-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.imgpopup_close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.imgpopup_close:hover,
.imgpopup_close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .imgpopup-content {
        width: 100%;
    }
}
.newsall .tab-pane .text-group p{
    color: #23438E !important;
    font-weight: 600;
    margin-bottom: 0;
}

.list-footer{
    list-style: square !important;
}
ul.list-footer li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: white; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }
.nav-link.news-link
{
    color:#23438e;
}
.image-infographic {
    position: relative;
}

.image-infographic img{
    min-height: 300px;
    max-height: 300px;

}

.image-infographic .infographic-bottom{
    position: absolute;
    bottom: 0px;
    padding: 5px;
    background-color:rgba(0, 0, 0, 0.5);
    width:100%;
    color: #FFF;
  }

.image-product {
    position: relative;
}

.image-product img{
    min-height: 150px;
    max-height: 150px;

}

.image-product .product-bottom{
    position: absolute;
    bottom: 0px;
    padding: 5px;
    background-color:rgba(0, 0, 0, 0.5);
    width:100%;
    color: #FFF;
}

#home-SearchNews{
    padding:  20px 0 ;
    background-color: #23438e;
}

.g-py-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}