#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 9999999999;
}

.spinner {
    width: 40px;
    height: 40px;
    top: 45%;
    position: relative;
    margin: 0 auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #3f51b5;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

/* .modal-dialog.modal-confirm .modal-header {
  background-color: #fff !important;
  border: 0;
}

.modal-dialog.modal-confirm .modal-footer {
  background-color: #fff;
  display: inline-block;
  text-align: center;
  border: 0;
} */

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}


.bg-faded {
    background-color: #fff;
}

.bg-gray {
    background-color: #F1F1F6 !important
}

.form-control::-moz-placeholder {
    color: #AAA;
}

.form-control:-ms-input-placeholder {
    color: #AAA;
}

.form-control::-webkit-input-placeholder {
    color: #AAA;
}

/* .form-group.required .control-label:after{

   content: "(Required)";
   position: absolute;
   margin-left: 10px;
   color: #888;
   font-size:0.8rem;
   font-weight:400;

} */

.form-group.optional label:after {

    content: "(Optional)";
    position: absolute;
    right: 15px;
    color: #888;
    font-size: 0.8rem;
    font-weight: 400;

}

.intro-img {
    padding: 130px 0;
}

.intro-img img {
    display: block;
    height: auto;
    max-width: 100%;
}

.overlay-2 {
    background: rgba(0, 0, 0, .9) !important;
}

#about {
    position: relative;
    background: #f2f2f2;
}

.item-boxes {
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.item-boxes .icon {
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid #3f51b5;
    display: inline-block;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    -webkit-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.item-boxes .icon i {
    font-size: 30px;
    line-height: 60px;
    color: #3f51b5;
}

.item-boxes h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.item-boxes:hover {
    background: #fff;
    box-shadow: 0 8px 48px 0 rgba(0, 0, 0, .15);
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #3f51b5;
    opacity: .8;
    filter: alpha(opacity=80);
}

.controls {
    text-align: center;
    padding: 0 0 20px;
}

.controls .active {
    color: #3f51b5 !important;
    border-color: #3f51b5;
    background: transparent;
}

.controls .btn {
    text-transform: uppercase;
    margin: 2px;
}

.controls:hover {
    cursor: pointer;
}


.table-left {
    margin-top: 20px;
}

table td {
    word-wrap: break-word;
}


#download {
    background: #333;
}

#download .section-title {
    color: #fff;
    font-weight: 700;
}

#download .btn {
    margin: 10px;
}

#download .btn i {
    margin-right: 5px;
}

.meta-tags {
    margin-bottom: 10px;
}

.meta-tags span {
    color: #999;
    margin-right: 10px;
}

.meta-tags span i {
    margin-right: 5px;
}

.meta-tags span a {
    color: #999;
}

.meta-tags span a:hover {
    color: #3f51b5;
}


/*Forms*/
#contact {
    background: #f2f2f2;
    position: relative;
    overflow: hidden;
}

#contact .contact-block {
    background: #fff;
    padding: 30px;
    overflow: hidden;
}

#contact #contactForm {
    margin-top: 30px;
}

.list-unstyled li {
    color: #d9534f;
}

.site-info p {
    line-height: 34px;
    color: #fff;
}

.site-info p a {
    color: #fff;
}

.site-info p a:hover {
    color: #3f51b5;
}

ul.exp-edu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

li.e-year {
    width: 17%;
    float: left;
    position: relative;
}

li.e-year:after {
    position: absolute;
    content: "";
    background: #ccc;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    right: 15px;
    top: 6px;
}

li.e-exp {
    width: 83%;
    float: left;
    position: relative;
    padding-bottom: 10px;
}

li.e-exp:after {
    position: absolute;
    top: 10px;
    height: 100%;
    left: -20px;
    content: "";
    background: #ccc;
    width: 1px;
}

li.e-exp p {
    margin-top: 0px;
}

.off-content ul.exp-edu.last li.e-exp:after {
    display: none;
}

.off-content ul.exp-edu.last li.e-exp {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

@media (min-width: 200px) and (max-width: 767px) {

    li.e-exp,
    li.e-year {
        width: 100%;
    }

    li.e-year:after,
    li.e-exp:before,
    li.e-exp:after {
        display: none;
    }
}

.heading-component {
    position: relative;
    line-height: 1;
    border-bottom: 1px solid #e1e1e1;
}

.heading-component h5 {
    font-weight: 600 !important;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    color: #495870;
    text-transform: uppercase !important;

}

.heading-component-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -15px;
}

.heading-component-inner>* {
    margin-left: 15px;
}

.heading-component-inner>* {
    margin-bottom: 11px;
}

.heading-component-inner *+.button {
    margin-top: 0;
}

.heading-component-title {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    line-height: 26px;
}

.heading-component-title::before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
    border-left: 4px solid #18377F;
    pointer-events: auto;
}

.heading-component-title::after {
    content: '';
    display: inline-block;
    min-height: inherit;
    width: 0;
    vertical-align: middle;
}

.heading-component-title .icon {
    margin-right: 4px;
    vertical-align: middle;
}

.heading-component+* {
    margin-top: 25px;
}

.heading-component+.row {
    margin-top: 25px;
}

.post-modern {
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #e1e1e1;
    transition: all .3s;
}

.post-modern p {
    margin-bottom: 0;
}


.post-modern-aside {
    min-width: 80px;
    padding: 10px;
    color: #d4d5db;
    text-align: center;
    border-right: 1px solid #e1e1e1;
}

.post-modern-date {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;

}

*+.post-modern-month {
    margin-top: 2px;

}

.post-modern-month {
    font-weight: 600;
    letter-spacing: 0.05em;

}

.post-modern-main {
    padding: 10px;
}

.list-post-modern .post-modern+.post-modern {
    border-top: none;
}

/* Custome Menu */
/* end of navbar-inverse */
/* custom menu */

.navbar-expand-xl .navbar-nav .nav-link {
    border-radius: 2px;
    font-size: 0.8rem;
    padding: 1.2rem 1rem !important;
    font-weight: 600;
}


.navbar-nav .selected>.nav-link,
.navbar-nav .nav-link.selected,
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link {
    color: #00A8EB !important;
    border-radius: 2px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .selected>.nav-link:hover,
.navbar-nav .nav-link.selected:hover,
.navbar-nav .nav-link.show:hover,
.navbar-nav .show>.nav-link:hover {
    color: #00A8EB !important;
}

li.nav-item .dropdown a::after {
    display: none;
}

li.nav-item a {
    position: relative;
}

li.nav-item.selected a::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #00A8E8;
    position: absolute;
    top: -11px;
    left: 0px;
}


/*------- call-to-action -------*/
.cta {
    padding: 30px 0;
}

.cta-sm {
    padding: 25px 0;
}

.cta-big {
    padding: 50px 0;
}

.block-border {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 30px;

}

.v-list.v3>li {
    margin-bottom: 8px;
    padding-top: 5px;
    padding-left: 36px;
    position: relative;
}

.v-list.v3 li>i {
    position: absolute;
    left: 0;
    top: 3px;
    padding: 10px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 11px;
}



.link-box {
    position: relative;
    display: block;
    padding: 15px 25px 20px 50px;
    text-align: center;
    margin-bottom: 2rem;
}

.link-box>*+* {
    margin-top: 10px;
}

.link-box p {
    letter-spacing: .05em;
}

.link-box h4+p,
.link-box .heading-4+p {
    margin-top: 5px;
}

.link-box,
.link-box:active,
.link-box:focus,
.link-box:hover {
    color: #151515;
}

.link-box::before,
.link-box::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    pointer-events: none;
    border: 0 solid #d7d7d7;
    height: 22px;
    transition: .22s;
}

.link-box::before {
    top: 0;
    border-width: 1px 1px 0 1px;
}

.link-box::after {
    bottom: 0;
    border-width: 0 1px 1px 1px;
}

.link-box:hover {
    color: #151515;
}

.link-box:hover .link-box__icon {
    color: #3F51B5;
}

.link-box:hover::before {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.link-box:hover::after {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

span.link-box__icon {
    display: block;
    font-size: 37px;
    line-height: 1;
    color: #18377F;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
    .link-box {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .link-box p {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 576px) {
    .link-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-align: center;
        align-items: center;
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .link-box>*+* {
        margin-right: 50px;
    }

    .link-box__main {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .link-box__icon {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
}

.process-model li::after {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 33px;
    width: 100%;
    z-index: -1;
}

.process-model li:after {
    background: #57b87b;
}


.process-model li:last-child::after {
    width: 0 !important;
}

.process-model li {
    display: inline-block;
    width: 20%;
    text-align: center;
    float: none;
}

.process-model li a {
    padding: 0;
    border: none;
    color: #606060;
}

.process-model li.active,
.process-model li.visited {
    color: #57b87b;
}

.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: #57b87b;
}

.process-model li.active p,
.process-model li.visited p {
    font-weight: 600;
}

.process-model li i {
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #57b87b;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
}

.process-model li i,
.process-model li.visited i {
    background: #fff;
    border-color: #57b87b;
}

.process-model li p {
    font-size: 14px;
    margin-top: 11px;
}

.process-model.contact-us-tab li.visited a,
.process-model.contact-us-tab li.visited p {
    color: #606060 !important;
    font-weight: normal
}




@media screen and (max-width: 560px) {
    .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }

    .more-icon-preocess.process-model li::after {
        top: 33px;
    }
}

@media screen and (max-width: 380px) {
    .process-model.more-icon-process li {
        width: 25%;
    }

    .more-icon-process.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }

    .more-icon-process.process-model li p {
        font-size: 0.6rem;
    }

    .more-icon-process.process-model li::after {
        top: 33px;
    }

    .process-model.more-icon-process {
        text-align: center;
    }

    .count-down h1 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.25rem
    }

}

.list-group i {
    padding-right: 10px;
    color: #57B87B;
    font-size: 16px;
    border-right: 1px solid #ccc;
    margin-right: 15px;
    margin-right: 9px !important;
}


/* Count Down */
.count-down h1 {
    line-height: 1;
}

.count-down p {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.35;
}

.count-down>div>div {
    display: inline-block;
    padding: 0 20px;
}

.count-down>.cd-row {
    display: inline-block;
}


.form-footer {
    overflow: hidden;
    padding: 15px;
    background: #F6F6F6;
    border: 1px solid #ddd;
    border-top: none;

}

ul.cbp_tmtimeline {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* The line */
.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #57B87B;
    left: 20%;
    margin-left: -8px;
}

/* Step*/
.cbp_tmtimeline>li {
    position: relative;
}

.cbp_tmtimeline>li .step {
    display: block;
    width: 25%;
    padding-right: 80px;
}

.cbp_tmtimeline>li .step span {
    display: block;
    text-align: right;
    font-size: 24px;
    font-weight: 600;
}



/* Right content */

.cbp_tmtimeline>li .cbp_tmlabel {
    margin: -35px 0 30px 25%;
    background: #F9F9F9;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 1em 2em;
    position: relative;
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel {
    background: #fff;
}

.cbp_tmtimeline>li .cbp_tmlabel h2 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 18px;
    color: #354052;
}

/* The triangle */
.cbp_tmtimeline>li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f9f9f9;
    border-width: 10px;
    top: 10px;
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #fff;
}

/* The icons */
.cbp_tmtimeline>li .cbp_tmicon {
    width: 48px;
    height: 48px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #3F51B5;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #57B87B;
    text-align: center;
    left: 19.6%;
    top: -1%;
    margin: 0 0 0 -25px;
}


/* Media Queries */
@media screen and (max-width: 65.375em) {

    .cbp_tmtimeline>li .step span {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }

    .cbp_tmtimeline>li .step {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

    .cbp_tmtimeline>li .step span {
        text-align: left;
    }

    .cbp_tmtimeline>li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }

    .cbp_tmtimeline>li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #e8f8f5;
        top: -20px;
    }

    .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #f9f9f9;
    }

    .cbp_tmtimeline>li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;

        margin: -65px 5px 0 0px;
    }
}


ul.v-list {
    list-style: none;
}

.v-list>li {
    padding-top: 2px;
    padding-bottom: 2px;

}

.v-list li>i {
    width: 25px;
    color: #D7D7D7;
    display: inline-block;
}

ol {
    padding-left: 15px;
}

ol li {
    margin-bottom: 20px;
}


.block {
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 8px rgba(69, 101, 173, 0.1);
    box-shadow: 0px 3px 8px rgba(69, 101, 173, 0.1);
    /*   border: 1px solid rgba(0, 0, 0, 0.1);*/
}

.block .block,
.side-content .block {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-xs {
    padding: 1px 5px !important;
    font-size: 12px;
}

.btn-xs i {
    margin-right: 4px;
}

.btn-default {
    color: #333333;
    background-color: #f4f3ed;
    border-color: #bab9b8;
    -webkit-box-shadow: inset 0px 2px 2px 0px #fff, 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 2px 2px 0px #fff, 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 1px #fff;
    border-bottom: 1px solid #a1a09e;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e5e2d4;
    border-color: #9c9a99;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #f4f3ed;
    border-color: #bab9b8;
}

.modal-header {
    background: #F7F7F7;
    border-radius: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.modal-footer {
    background: #F7F7F7;
    padding: 10px;
}

/*Table Custom Styles */

.standard-table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    border-top: #ccc 1px solid !important;
    border-bottom: #ccc 1px solid !important;
    font-size: 0.9em;
    width: 100%;
    margin: 0;

}



.standard-table td,
.table-striped td {
    padding: 6px 10px !important;
    border-bottom: #eee 1px solid !important;
    line-height: normal;
    vertical-align: middle;
}


.standard-table td .btn-xs {
    margin: 2px;
    margin-left: 0;
}

.standard-table tr:last-child,
.striped-table tr:last-child {
    border-bottom: none !important;
}

/*.table tr td:first-child{
        border-left: #ccc 1px solid !important;
}
tr td:last-child {
        border-right: #ccc 1px solid !important;
} */
.standard-table thead tr,
.standard-table th {
    border-bottom: 1px solid #ccc !important;
    color: #555;
    background-color: #EEF5F9;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    text-align: left;
    padding: 10px !important;
    font-weight: 600;
    line-height: normal;

}

.standard-table th.center,
.standard-table td.center {
    text-align: center !important;
    color: inherit;
}

table.standard-table tbody tr {
    background-color: #fff;
    border-bottom: #fff 1px solid !important;

}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f9f9f9;

}

.table-hover tbody tr:hover {
    background: #FFFFE1 !important;

}

/*Responsive Table - Convert Table Columns to Card Rows*/
@media only screen and (max-width: 40em) {

    .standard-table {
        display: block;
        font-size: 14px;
        border-bottom: none;
    }

    .standard-table thead,
    .standard-table tbody {
        display: block;
    }

    .standard-table thead tr {
        display: none !important;
    }

    .standard-table tr {
        display: block;
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        margin-bottom: 2px;
    }

    .standard-table td {
        display: block;
        widows: 100%;
        border: none !important;
        position: relative;
        padding-left: 37% !important;
        text-align: left;
    }

    .standard-table td:last-child {
        border-bottom: none !important;
    }

    .standard-table td:before {
        position: absolute;
        top: 8px;
        left: 10px;
        width: 35%;
        padding-right: 5px;
        color: #999;
        word-wrap: break-word;
        content: attr(data-title);
        font-size: 12px;
        line-height: 1.2;
        text-transform: uppercase;
    }

}

.card-dash-one .row>div {
    padding: 20px;
    display: flex;
    align-items: center;
}

.card-dash-one .row>div+div {
    border-top: 1px solid #dee2e6;
}

@media (min-width: 992px) {
    .card-dash-one .row>div+div {
        border-left: 1px solid #dee2e6;
        border-top: 0;
    }
}

.card-dash-one .row>div:nth-child(odd) {
    background-color: #fcfcfc;
}

.card-dash-one .row>div:nth-child(even) {
    background-color: #f8f9fa;
}

.card-dash-one .icon {
    font-size: 72px;
    color: #adb5bd;
}

.card-dash-one .icon,
.card-dash-one .icon::before,
.card-dash-one .icon::after {
    line-height: 1;
}

.card-dash-one .dash-content {
    margin-left: 15px;
}

.card-dash-one .dash-content label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.card-dash-one .dash-content h2 {
    color: #343a40;
    font-weight: 700;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 0;
}


/** Menu CSS **/
.dropdown-menu {
    font-size: 0.8rem;
}

.dropdown-menu .dropdown-item {
    padding: 0.4rem 0.75rem;
}

.dropdown-menu .dropdown-item i {
    padding-right: 3px;
}

.dropdown-menu .list-group .list-group-item i {
    color: #857FAE;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
}

.nav-header {
    float: right;
}

.nav-header .btn i {
    border-right: 0px;
}

.btn-link.dropdown-toggle::after {
    display: none;
}

/** New Design **/
.navbar-nav li a,
.nav-header a {
    color: #606974 !important;
}

.navbar-nav li a:hover {
    color: #00A8EB !important;
}

.nav-header .btn-link {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    padding: 6px 10px;
    margin-left: 8px;
}

.nav-header .btn-link:hover,
.nav-header .btn-link:focus,
.dropdown.show .btn-link {
    color: #00A8EB !important;
    border: 1px solid rgba(0, 168, 235, 0.4);
}

.btn-link.notify-icon {
    border-radius: 20px / 20px;
}

.notify-icon i {
    font-size: 1rem;
}

.notify-icon span.count {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.notify-icon span {
    padding: 0px 6px;
    font-size: 0.7rem;

}


/** Breadcrumb **/
.nav-breadcrumb {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.breadcrumb {
    margin-bottom: 0px;
    background-color: transparent;
    font-size: 0.8rem;
}

ol.breadcrumb li {
    margin-bottom: 0px;
}

/* Vertical Progress Bar*/

.bs-vertical-wizard {}

.bs-vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bs-vertical-wizard ul>li {
    display: block;
    position: relative;
}

.bs-vertical-wizard ul>li>a {
    display: block;
    padding: 10px 10px 10px 40px;
    color: #333c4e;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li>a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #bdc2ce;
    left: 13px;
    bottom: -9px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .ico {
    pointer-events: none;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 2;
}

.bs-vertical-wizard ul>li>a:after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 14px;
    left: 6px;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .desc {
    display: block;
    color: #666;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0px;
    margin-top: 5px;
}

.bs-vertical-wizard ul>li.complete>a:before {
    background-color: #5cb85c;
    opacity: 1;
    height: calc(100% - 25px);
    bottom: -9px;
}

.bs-vertical-wizard ul>li.complete>a:after {
    display: none;
}

.bs-vertical-wizard ul>li.locked>a:after {
    display: none;
}

.bs-vertical-wizard ul>li:last-child>a:before {
    display: none;
}

.bs-vertical-wizard ul>li.complete>a .ico {
    left: 8px;
}

.bs-vertical-wizard ul>li>a .ico.ico-green {
    color: #5cb85c;
}

.bs-vertical-wizard ul>li>a .ico.ico-muted {
    color: #bdc2ce;
}

.bs-vertical-wizard ul>li.current {
    background-color: #fff;
}

.bs-vertical-wizard ul>li.current>a:before {
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current>a:after {
    border-color: #ffe357;
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current:after,
.bs-vertical-wizard ul>li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bs-vertical-wizard ul>li.current:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.bs-vertical-wizard ul>li.current:before {
    border-color: rgba(234, 236, 241, 0);
    border-left-color: #eaecf1;
    border-width: 11px;
    margin-top: -11px;
}

/* Image Zoom */
.ex-thumbnail-zoom {
    cursor: crosshair;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;

}

.ex-thumbnail-zoom-img {
    position: relative;
    float: left;
    width: 100%;

}

.ex-thumbnail-zoom-img:hover,
.ex-thumbnail-zoom-img:active,
.ex-thumbnail-zoom-img:focus {
    -ms-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    position: relative;
    z-index: 100;
}

.bg-highlight {
    background: #FFFFE1 !important;
}


.card-title i {
    font-size: 2rem;
}


.card-table {
    border: 0;
}


.card-table thead {
    display: none;
}

.card-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
}

.card-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
}

.card-table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
}

.card-table td:last-child {
    border-bottom: 0;
}


.table-header {
    background: #F3FAFF !important;
    border: 1px solid #D4DEE5;
    border-bottom: none;
}

.table-filter {
    padding: 1rem;
}

table th a {
    color: #fff !important;
}


table>thead>tr>th.sort.ascending::after,
th.tablesort-asc::after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    content: "\f106";
    padding-left: 0.75em;

}

table>thead>tr>th.sort.descending::after,
th.tablesort-desc::after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    content: "\f107";
    padding-left: 0.75em;

}

th.tablesort-sortable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}


table .tablesort-sortable:hover:after,
table .tablesort-asc:after,
table .tablesort-desc:after {
    visibility: visible;
}

/*
 * Styling for the table row shown in empty tables
 */

/* The row is always added as the first row in a table
   Hide it by default */
.showIfLast {
    display: none;
}

/* Only show it if it is also the last row of the table. */
.showIfLast:last-child {
    display: table-row;
}

.showIfLast td {
    text-align: center;
}

.showIfLast td:after {
    content: "No data";
}


section.section {
    padding: 2rem 0 !important;
    margin: 0 !important;
    min-height: calc(100vh - 295px);
}

.section-header {
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.form-section-header {
    /* background: #EBF5FA; */
    background: #E8F1FC;
    border-bottom: 1px solid #B4D3F6;
}

.material-card.card {
    border-top-color: #B4D3F6;
    border-bottom-color: #B4D3F6;
}

/**  Social **/
.social-icons {
    margin-bottom: 20px;
}

.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-icons ul li {
    display: inline;
}

.social-icons ul li a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid rgba(255, 254, 254, .07);
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
}

.social-icons ul li a:hover {
    color: #fff;
}

.facebook a {
    color: #4867aa;
}

.facebook a:hover {
    background: #4867aa;
}

.twitter a {
    color: #1da1f2;
}

.twitter a:hover {
    background: #1da1f2;
}

.google-plus a {
    color: #dd4d42;
}

.google-plus a:hover {
    background: #dd4d42;
}

.youtube a {
    color: #df2926;
}

.youtube a:hover {
    background: #df2926;
}

.linkedin a {
    color: #007bb6;
}

.linkedin a:hover {
    background: #007bb6;
}

.pinterest a {
    color: #bd081c;
}

.pinterest a:hover {
    background: #bd081c;
}

.dribbble a {
    color: #ea4c89;
}

.dribbble a:hover {
    background: #ea4c89;
}

.behance a {
    color: #0b7cff;
}

.behance a:hover {
    background: #0b7cff;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 9999999999;
}

.spinner {
    width: 40px;
    height: 40px;
    top: 45%;
    position: relative;
    margin: 0 auto;
}

.collapse.show {
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}

.navbar-expand-md .navbar-toggler:active {
    border: 1px solid #3f51b5;
    color: #3f51b5;
}

label {
    color: #444;
    margin-bottom: 0.2rem;
    font-size: 0.8rem;
    font-weight: 600 !important;
}

.empty-label:after {
    content: ".";
    color: #fff;
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}



/* Validation */
label.error {
    color: #cc5965;
    display: inline-block;
    margin-left: 5px;
}

.form-control.error {
    border: 1px dotted #cc5965;
    box-shadow: none !important;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #ed5565 !important;
    box-shadow: none;
}

.has-error small.help-block,
.has-error .help-block,
small.help-block {
    font-size: 12px;
    color: #ed5565 !important;
}

/* INPUTS */
.inline {
    display: inline-block !important;
}

.input-s-sm {
    width: 120px;
}

.input-s {
    width: 200px;
}

.input-s-lg {
    width: 250px;
}

.i-checks {
    padding-left: 0;
}

.custom-select {
    height: 2.25rem;
    border-radius: 1px;
}

.input-group {
    margin-bottom: 5px;
}


/*FAQ */
.accordion .card {
    margin-bottom: -2px;
    border-bottom-color: #eaeaea;
}

.accordion .card-header h5 {
    margin: 0;
    line-height: 1.5;
}

.accordion .card-header a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.accordion .card-header a i {
    margin-right: 7px;
}

.accordion .card-header {
    padding: 0;
    border-bottom-color: #eaeaea;
}

.accordion .card-header h6 {
    padding: .90rem 1.25rem;
}

.accordion .card-header [aria-expanded="true"] {
    /*border-bottom:1px solid rgba(0,0,0,.125);*/
    background-color: white;
}

.accordion .card-header h5>a:after,
.accordion .card-header>h6:after {
    font-family: "Font Awesome 5 Free";
    content: '\f077';
    font-size: 1.0rem !important;
    position: absolute;
    text-align: right;
    right: 15px;
    transition: transform 0.3s;
    font-weight: 900 !important;
}

.accordion .card-header h5>a.collapsed:after,
.accordion .card-header>h6.collapsed:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    color: #666;
    position: absolute;
    text-align: right;
    right: 15px;
    transform: rotate(180deg);
    transition: transform 0.3s;
    font-weight: 900 !important;
}

.accordion.v7 {
    border-radius: 5px;
    padding: 0;
}

.accordion.v7 .card-block {
    padding: 29px 0 36px;
    margin: 0 30px 0 33px;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.accordion.v7>div {
    background: #fafbfd;
}

.accordion.v7 .card-header {
    padding: 0;
    background: white;
    margin-bottom: 0;
    border-bottom: 0;
}

.accordion.v7 .card-header>h5 a,
.accordion.v7 .card-header>h6 {
    padding: 20px 30px 20px 30px;
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

.accordion.v7 .card-header h5>a:after,
.accordion.v7 .card-header>h6:after {
    font-size: 1.6em;
    font-weight: 100;
}

.accordion.v7 .card-header [aria-expanded="true"] {
    background: #fafbfd;
}

.accordion.v7 [aria-expanded="true"] .card-block {
    background-color: #fafbfd;
}

.accordion.v7 .card-header [aria-expanded="true"] {
    border-bottom-width: 0;
}

.card.material-card {}

.accordion-see-more {
    padding: 14px 30px 20px;
    margin-bottom: 0;
    padding-bottom: 18px;
}

.accordion-tag {
    font-size: 14px;
    margin-right: 6px;
}


.material-card {
    background: #FEFEFE;
    margin: 0 auto;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.0.07);
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.07);

}

.card-title {
    font-size: 30px;
    line-height: 30px;
}

.sectiontoggler i {
    font-size: 1.25rem;
    line-height: normal;
}

.sectiontoggler[aria-expanded="true"] .fa-arrow-circle-down:before {
    content: "\f0aa";
}

.animate {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.5s;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 0.5s;
    -o-animation-fill-mode: both;
    -ms-animation-duration: 0.5s;
    -ms-animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}



.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
}

.process-model li::after {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 33px;
    width: 100%;
    z-index: -1;
}

.process-model li:after {
    background: #57b87b;
}


.process-model li:last-child::after {
    width: 0 !important;
}

.process-model li {
    display: inline-block;
    width: 25%;
    text-align: center;
    float: none;
}

.process-model li a {
    padding: 0;
    border: none;
    color: #606060;
}

.process-model li.active,
.process-model li.visited {
    color: #57b87b;
}

.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: #57b87b;
}

.process-model li.active p,
.process-model li.visited p {
    font-weight: 600;
}

.process-model li i {
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #57b87b;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
}

.process-model li i,
.process-model li.visited i {
    background: #fff;
    border-color: #57b87b;
}

.process-model li p {
    font-size: 14px;
    margin-top: 11px;
}

.process-model.contact-us-tab li.visited a,
.process-model.contact-us-tab li.visited p {
    color: #606060 !important;
    font-weight: normal
}

header.header-part {
    margin-bottom: 0px;
}

.bg-gray {
    background-color: #ebf1f5;
}

hr {
    margin-bottom: 1rem;
}

hr::after {
    display: none;
}

/* For Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea,
select {
    padding: 8px 10px;
}

.form-control,
.input-group>.form-control,
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-radius: 0px !important;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>select+select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control+.ui-select-container,
.input-group>select+select+select {
    margin-left: -2px !important;
}

.form-control {
    color: #111 !important;
    border: 2px solid #D2D2E1 !important;
    /* border: 1px solid #d8d7d7 !important; */
    background-color: #FFF !important;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: .875rem;
    padding: 8px 8px;
    margin: 0 !important;
}

.form-control:hover {
    border-color: #0943A0 !important;
}

.form-control:focus {
    border-color: #002e5b !important;
    background-color: #FFF !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #495057 !important;
    outline: 0;
}

select.form-control {
    background: url(../img/custom-select.png) right 0.75rem center no-repeat !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: .25rem .5rem;
    padding-right: 1.6rem;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}

.md-check>input {
    position: absolute;
    height: inherit;
    width: inherit;
    opacity: 0;
    left: 0;
}


.indigo {
    position: relative;
    border: 2px solid #DDE2EC;
    margin-right: 4px;
    background: #fff;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    height: 21px;
    width: 21px;
    top: 5px;
}

input[type="radio"]~.indigo {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.indigo:before {
    content: '';
    display: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}

input[type="radio"]~.indigo::before {
    margin: 5px;
    width: 7px;
    height: 7px;
    background: #0943A0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

input[type="checkbox"]~.indigo::before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 4px;
    border: solid #0943A0;
    -webkit-border-width: 0 0 2px 2px;
    -moz-border-width: 0 0 2px 2px;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.input-group-text {
    font-size: .875rem;
}

.input-group .form-control {
    margin-bottom: 0px !important
}

input:checked+.indigo {
    border: 2px solid #0943A0;
}

input:checked+.indigo:before {
    display: block;
}

input:hover+.indigo,
input:hover+.indigo {
    border-color: #0943A0;
}

form-control.flatpickr-input:disabled,
.form-control.flatpickr-input[readonly] {
    background-color: #fff !important;
}

.column {
    position: relative;
}

.calender-caret {
    position: absolute;
    right: 0;
    top: 0;
}

.calender-caret::before {
    content: "\f073";
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    right: 12px;
    top: 7px;
    font-size: 1.1rem;
}

.popover-header {
    line-height: 1.3rem;
    font-size: 0.9rem;
}

table .form-control {
    padding: 5px 10px !important;
    max-height: 32px !important;
    font-size: 0.8rem !important;
}

table th,
table thead td {
    line-height: 1;
    color: #fff;
    font-size: 0.85rem;
}

table th {
    padding: 15px 15px !important;
}

table.input-table td {
    padding: 5px 15px !important;
}

/** btn **/
.btn {
    font-size: 0.85rem;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    outline: none;
    border: 0;
}

.btn.btn-sm {
    padding: 4px 10px;
    margin-top: 0px;
    font-size: 13px;
    vertical-align: text-bottom;
}

.btn-success {
    color: #fff !important;
}

.btn-primary {
    color: #002E5B !important;
    font-weight: 600
}

.btn-primary:hover {
    color: #ffffff !important;
}

.btn i,
.btn:hover i {
    margin-left: 0 !important;
}

.btn:focus,
.btn.focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-blue {
    background-color: #0943A0;
    border-color: #0943A0;
    color: #fff !important;
}

.btn-blue:hover i,
.btn-blue:hover {
    color: #fff;
}

.btn-outline-mauve {
    background: #fff;
    border: 1px solid #A39FC2 !important;
    color: #9392A7;
}


.steps-column p {
    color: #fff;
    line-height: 22px;
    margin-bottom: 15px;
}

.steps-column p a {
    color: #fcad19 !important;
}

.steps-column label {
    color: #fff;
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 400 !important;
}

.steps-column .form-control {
    display: block;
    width: 100%;
    color: #666 !important;
    background-color: #fff !important;
    border-radius: 0;
    border: 0 !important;
    margin: 0 0 0px !important;
    padding: 8px 15px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}

.login-card .bg-color-white::before {
    display: none !important;
}

.login-card .has-error small.help-block,
.login-card .has-error .help-block {
    font-size: 13px;
    color: #ff8996 !important;
    font-weight: 600;
}

.login-card .text-muted {
    color: #fff !important;
    opacity: 0.85;
    font-size: 12px;
}

.control-lable-footer .help-block {
    display: block;
}

.btn.border-radius-none {
    border-radius: 0 !important;
}

small.control-label a[data-toggle="popover"] {
    font-size: 15px;
}

.vertical-wizard-form {
    position: fixed;
    z-index: 999;
    top: 145px;
    left: -15px;
}

.form-group p.font-s13.p-2 {
    padding: 10px !important;
    background: #eee;
    font-size: 13px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.form-group p.font-s13.p-2 .fas.fa-info-circle {
    margin-top: 0 !important;
}

.application-preview label {
    color: #444;
    margin-bottom: 0.2rem;
    font-size: 0.8rem;
    font-weight: 400 !important;
}

.application-preview .form-group {
    color: #0843a0;
    font-weight: 600;
    font-size: 14px;
}

.application-preview table td,
.application-preview table th {
    padding: .5rem 0.75rem;
}

.application-preview table td {
    word-break: normal;
}

.application-preview .col-lg-4 .card-header:first-child {
    padding-left: 0.75rem;
}

.login-card .alert {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.login-card .alert-white .icon i {
    font-size: 1.5em;
    left: 20px;
    margin-top: -10px;
}

.footer-copyright-link {
    color: #fff !important;
}

.footer-copyright-link:hover {
    text-decoration: underline !important;
}

.prefooter .widget-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-logo {
    max-height: 100px;
}

.footer-part p:first-child {
    font-weight: 400;
}

.footer-part .widget-title {
    font-size: 12px !important;
    line-height: 25px;
}

.alert-msg p {
    color: #515050 !important;
}

.alert-msg .text-danger {
    font-size: 2em;
}

.footer-widget {
    padding: 80px 0 0;
}

.backtotop {
    display: none;
}

.card-footer .form-check .md-check {
    margin-bottom: 0;
}

.country-list .country {
    display: flex;
    color: #000 !important;
    font-size: 14px;
}

.country-list .country .flag {
    order: 0 !important;
}

.country-list .country .country-name {
    order: 4 !important;
    padding-right: 7px
}

.country-list .country .dial-code {
    order: 2 !important;
    padding-right: 7px
}

.steps-column .form-control.country-number {
    padding-left: 40px !important;
}

.intl-tel-input input {
    height: auto !important;
}

.intl-tel-input .flag-dropdown .selected-flag {
    margin: 5px 1px 1px !important;
}

.btn {
    cursor: pointer;
}

li.iti__country {
    width: 100%;
    display: flex;
    color: #333 !important;
    font-size: 14px;
}

li.iti__country .iti__flag-box {
    order: 0;
    margin-top: 4px;
}

li.iti__country .iti__country-name {
    order: 2;
    color: #000 !important;
    white-space: normal;
}

li.iti__country .iti__dial-code {
    order: 1;
    margin-right: 5px;
    min-width: 35px;
}

.steps-column .form-control.country-number {
    padding-left: 85px !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #333;
}

.iti {
    width: 100%;
}

ul.iti__country-list {
    width: 330px;
    overflow-x: hidden;
    overflow-y: auto;
}

.errormsgvalidation.error-msg {
    font-size: 13px;
    color: #ff8996 !important;
    font-weight: 600;
}

/* label+.iti.iti--allow-dropdown.iti--separate-dial-code > .iti__flag-container{
  display: none;
} */
.text-underline {
    text-decoration: underline !important;
}

.md-check {
    position: relative;
}

.header-user-name {
    margin-top: -3px;
    color: #1e43a0;
}

.header-user-name i {
    font-size: 22px !important;
    vertical-align: middle;
}

@media(min-width: 1200px) and (max-width: 1600px) {
    .banner-item .banner-caption p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 29px;
        line-height: 25px;
        margin-bottom: 20px !important;
    }

    .banner-item .banner-caption h2 {
        font-size: 22px;
        text-transform: capitalize;
        line-height: 15px;
        font-weight: 400 !important;
        margin-top: 45px;
    }

    .banner-item .banner-caption p.mt-4 {
        margin-bottom: 10px !important;
        margin-top: 15px !important
    }

    .banner-item .banner-caption h1 {
        font-size: 34px;
        line-height: 24px;
        margin-top: 20px !important;
    }

    .banner-item-adm {
        min-height: 87vh;
    }
}


@media(max-width: 600px) {
    .home-one .banner-item .banner-caption h1 {
        padding: 10px 0px 0px;
        margin: 10px 0px 10px !important;
    }

    .home-one .banner-item .banner-caption h2 {
        padding: 0px 0 0px;
        margin: 0px 0 15px;
    }

    .home-one .banner-item .banner-caption p {
        margin: 20px 0px !important;
    }

    .btn {
        padding: 6px 12px;
    }

}

@media (max-width: 991px) {
    .md-menu .menu-logo img {
        max-height: 3.2rem;
    }

    .user-profile {
        text-align: unset !important;
        padding-left: 26px !important;
    }

    .navbar-nav li.nav-list {
        margin: 0px 15px 20px;
    }

    .md-menu {
        margin-bottom: 15px;
    }

    table:not(.not-responsive)>tbody>tr>td {
        font-size: 13px;
        font-weight: 400;
        min-height: 40px;
    }
}

.table-header {
    background: #F3FAFF !important;
    border: 1px solid #D4DEE5;
    border-bottom: none;
}

.table-filter {
    padding: 1rem;
}

table th a {
    color: #fff !important;
}


table>thead>tr>th.sort.ascending::after,
th.tablesort-asc::after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    content: "\f063";
    padding-left: 0.75em;

}

table>thead>tr>th.sort.descending::after,
th.tablesort-desc::after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    content: "\f062";
    padding-left: 0.75em;

}

th.tablesort-sortable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}


table .tablesort-sortable:hover:after,
table .tablesort-asc:after,
table .tablesort-desc:after {
    visibility: visible;
}

/*
* Styling for the table row shown in empty tables
*/

/* The row is always added as the first row in a table
 Hide it by default */
.showIfLast {
    display: none;
}

/* Only show it if it is also the last row of the table. */
.showIfLast:last-child {
    display: table-row;
}

.showIfLast td {
    text-align: center;
}

.showIfLast td:after {
    content: "No data";
}

.form-section-header {
    background: #E8F1FC !important;
    border-bottom: none;
}

.photo {
    text-align: center;
    width: 150px;
    height: 190px;
    margin-top: 25px;
    overflow: hidden;
    border: 1px solid #8CB9F0;
    display: inline-block;
}

.photo-upload {
    position: relative;
    margin-top: 164px;
    text-align: center;
    padding: 2px 15px;
    font-weight: 600;
    font-size: 1.0em;
    color: #fff !important;
    background: #8CB9F0;

}

/** Table **/

.standard-table {
    width: 100%;
}

.table-container {
    position: relative;
    width: 100%;
    display: inline-block;
    font-size: 0.8rem;
}

table {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    z-index: 1;
}

table td p {
    margin-bottom: 0;
    line-height: 1.2;
}

.table-body {
    width: 100%;
    overflow-x: auto;
    position: relative;
}



table.ltpc {
    width: auto;
    position: absolute;
    top: 65px;
    right: 20px;
    border-color: #ddd;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

table.ltpc td {
    background: #F8F6F9;
    border-color: #ddd;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 2px 8px;
}

.standard-table-collapsible-header.px-0 {
    padding: 0 8px !important;
}

.standard-table>thead>tr>th {
    padding: 0.65rem 0.6rem;
    font-size: 0.75rem;
    border: 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    position: relative;
    line-height: 1rem;
}

.standard-table.standard-table-checkbox>thead>tr>th {
    padding: 0.37rem 0.6rem;
}

table th .add-column {
    text-decoration: none !important;
    font-size: 1.2em !important;
    color: #21A321;
    margin-left: 1px;
    padding-bottom: 2px;
}

table th .remove-column {
    text-decoration: none !important;
    font-size: 1.2em !important;
    color: #CA2222;
    margin-left: 1px;
    padding-bottom: 2px;
}

.standard-table>thead>tr.thead-top-header th {
    border-bottom: 1px solid #f6f5f7 !important;
}

.standard-table>thead>tr th.rowspanned {
    background: linear-gradient(to bottom, #f9f9f9, #efefef) !important;
    border-bottom: 1px solid #E0E0E0 !important;
}

.standard-table>thead>tr>th.th-border-bottom {
    border-bottom: 1px solid #cacaca !important;
    border-left: 0 !important;
}

table>thead>tr>th.sort::before {
    content: " ";
    background-color: #2787CD;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    position: absolute;
}

table>tbody>tr.cutline td {
    border-bottom: 1px solid #6734BA !important;
}

.standard-table.table-border>thead>tr>th {
    border: 1px solid #E0E0E0;
}

.standard-table.table-header-rotated>thead>tr>th {
    border: none !important;
}

.standard-table>thead>tr>th input {
    vertical-align: middle;
}

.standard-table>tbody>tr:hover,
.standard-table>tbody>tr:hover .action {
    background: #FFFFE1 !important;
}

.standard-table>tbody>tr>td {
    padding: 0.25rem 0.6rem;
    vertical-align: middle;
    border: 0;
    border-top: 1px solid #E0E0E0;
}

.standard-table>tbody>tr>td.text-top {
    vertical-align: top;
}

.fees-table>thead>tr>th {
    text-transform: uppercase;
}



.action-inline {
    position: relative;
}

.action-inline .more-action {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 1px !important;
    max-width: 26px !important;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.action-inline .more-action i.la.la-ellipsis-v {
    line-height: 0;
}

.accordion .card .standard-table.table-border>thead>tr>th {
    border-top: 0px !important;
}

.accordion .card .standard-table.table-border>thead>tr>th:first-child {
    border-left: 0px !important
}

.accordion .card .standard-table.table-border>thead>tr>th:last-child {
    border-right: 0px !important
}

.accordion .card .standard-table.table-border>tbody>tr>td:first-child {
    border-left: 0px !important
}

.accordion .card .standard-table.table-border>tbody>tr>td:last-child {
    border-right: 0px !important
}

table td.table-child {
    padding: 0 !important;
}

table td.table-child table {
    width: 100%;
}

table td.table-child table tr td {
    border: 1px solid #E0E0E0;
    line-height: 1rem;
    padding: 0.25rem 0.6rem;
    vertical-align: middle;
}

table td.table-child table tr:first-child td {
    border-top: 0px !important;
}

table td.table-child table tr:last-child td {
    border-bottom: 0px !important;
}

table td.table-child table tr td:first-child {
    border-left: 0px !important;
}

table td.table-child table tr td:last-child {
    border-right: 0px !important;
}

.standard-table>tbody>tr:nth-of-type(even) table td.table-child table tr {
    background-color: #F9F9F9;
}


/*Table Even Columns Styles*/

.column-highlight td:first-child {
    background-color: #fff;
}

.column-highlight td:nth-child(3n+1),
.column-border-right {
    border-right: 1px solid #aaa !important;
}

tr.cart-total td {
    background-color: #F1F0F4;
    font-size: 1rem;
    font-weight: 500;
}

.cart-summary {
    padding: 0.6rem;
    background: #313A53;
    color: #fff;
    font-size: 1rem;
}

.standard-table-checkbox>tbody>tr>td {
    padding: 0 0.6rem;
}

.standard-table th option.nolabel {
    position: relative;
}

.standard-table.table-border>tbody>tr>td {
    border: 1px solid #E0E0E0;
    line-height: 1rem;
}

.standard-table>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.standard-table>tbody>tr:nth-of-type(even) {
    background-color: #F9F9F9;
}

.standard-table.not-striped>tbody>tr:nth-of-type(even) {
    background-color: #ffffff;
}

.fees-table>tbody>tr:nth-of-type(even) {
    background-color: #FFF !important;
}

.standard-table>tbody>tr>td.action,
table.datatable tbody td.action {
    padding: 0 !important;
}

.standard-table>tbody>tr>td.action span {
    padding: 0.25rem 0.6rem;
    display: inline-block;
}

.standard-table>tbody>tr>td.action a.more-action,
table.datatable tbody td.action a.more-action {
    float: right;
    padding: 0.25rem 0.4rem;
    cursor: pointer;
    background: linear-gradient(to bottom, #f9f9f9, #efefef);
    line-height: 1.4rem;
    width: 35px;
    text-align: center;
}

.table-container .collapsing {
    -webkit-transition: none !important;
    transition: none !important;
}

.standard-table.table-border>tbody>tr>td.action .input-group-append>a,
table.datatable tbody td.action .input-group-append>a {
    border: 0px;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    line-height: 1.4rem;
}

table.datatable thead th.action1,
table.datatable thead th.action2,
table.datatable thead th.action3,
table.datatable thead th.action0 {
    padding: 0.75rem 0rem !important;
}

table td.action .list-group li {
    font-size: 0.75rem;
    text-transform: none !important;
    padding: 0;
}

table td.action .list-group li a {
    cursor: pointer;
    padding: 5px 10px;
    display: block;
    width: 100%;
}

table td.action .list-group li a:hover {
    background-color: #f1f1f1;
}

td.action .btn-table {
    width: 70px;
    text-align: center;
}

td.action .btn-table.btn-dd {
    width: 110px;
    text-align: center;
}

td.action .btn-table {
    color: #212529 !important;
}

td.action .btn:last-child {
    border-right: 0px !important;
}

th.action0 {
    width: 35px !important;
}

th.action1 {
    width: 70px !important;
}

th.action2 {
    width: 140px !important;
}

th.action2dd {
    width: 160px !important;
}

th.action3 {
    width: 170px !important;
}

.bg-grey {
    background-color: #F1F1F1 !important
}

.bg-toolbar {
    background-color: #F1F0F4 !important
}

.bg-lblue {
    background-color: #F9F7FA !important
}

/*Buttons*/

.btn {
    opacity: 0.95;
}

.btn:hover {
    opacity: 1;

}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: transparent
}

.btn-action {
    color: #fff;
    background-color: #4651DA;
    border-color: #4651DA;
}

.btn-outline-mauve {
    background: #fff;
    border: 1px solid #A39FC2 !important;
    color: #9392A7;
}

.btn-outline-mauve:hover {
    background: #A39FC2 !important;
    color: #fff;
}

.btn.btn-outline-mauve.active {
    background: #A39FC2 !important;
    border: 1px solid #A39FC2 !important;
    color: #fff !important;
}

.btn-table {
    background: linear-gradient(to bottom, #f9f9f9, #efefef);
    border-color: #ddd;
}



.btn-table i {
    color: #857FAE;
}

.btn-table.btn i {
    margin-right: .2rem;
}

@media (max-width: 800px) {

    .table-asset>tbody>tr>td:nth-child(1) {
        width: 100%;
    }

    table:not(.not-responsive)>thead {
        display: none;
    }

    table:not(.not-responsive)>tbody>tr {
        border-bottom: #fff 1px solid !important;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        margin-bottom: 2px;
        display: block;
    }

    table:not(.not-responsive)>tbody>tr>td {
        border: 0 !important;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left !important;
        display: block;
        min-height: 40px;
        font-size: 0.75rem;
        padding: 0.5rem 0.6rem;
    }

    table:not(.not-responsive)>tbody>tr>td::before {
        position: absolute;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        text-align: left;
        font-weight: 600;
        content: attr(data-title);
    }

    table:not(.not-responsive)>tbody>tr>td.action {
        background: transparent;
        padding: 0.5rem 0.6rem;
    }

    table:not(.not-responsive)>tbody>tr>td.action span {
        padding: 0;
    }

    table:not(.not-responsive)>tbody>tr>td.action a {
        float: none;
        border: 1px solid #E0E0E0;
    }

    table:not(.not-responsive).table-border>tbody>tr>td.action a {
        border-left: 0;
    }
}

/** Mobile Screen **/
@media (max-width: 767px) {

    .table-container,
    .form-control,
    table:not(.not-responsive)>tbody>tr>td {
        font-size: 0.95rem !important;
    }

    table:not(.not-responsive)>tbody>tr>td::before {
        font-size: 0.9rem !important;
    }

    td.action .btn-table {
        width: auto !important;
    }

    td.action .input-group .input-group-append {
        display: block !important;
    }

    table:not(.not-responsive)>tbody>tr>td.action .dropdown-menu ul a {
        font-size: 0.9rem !important;
        border: 0px !important;
    }

    .standard-table-footer .col-sm-8.text-right {
        margin-top: 0.5rem !important;
    }

    .bulk-action-bar::before {
        display: none !important;
    }


}

.standard-table-header {
    background-color: #FFF;
}

.standard-table>thead>tr {
    background: linear-gradient(to bottom, #f9f9f9, #F3F2F5);
}

table>thead>tr>th.sort {
    color: #6734BA;
}

.bulk-action-bar {
    background: #6F79D0;
}

.bulk-action-bar {
    padding: 0.3rem 1.2rem 0.4rem;
    color: #fff;
    position: relative;
}

.bulk-action-bar .flex-grow-1 {
    font-weight: 600;
}

.bulk-action-bar a {
    color: #fff !important;
    font-weight: 600;
    cursor: pointer;
    padding-bottom: 1px;
    border-bottom: 1px solid #ccc;
}

.bulk-action-bar a:hover {
    border-bottom: 1px solid #fff;
}

.bulk-action-bar::before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #6F79D0;
    top: 30px;
    position: absolute;
    left: 10px;
    z-index: 999;
}

.bulk-action-bar .dropdown-menu {
    width: auto;
    min-width: 200px;
}

.bulk-action-bar .dropdown-menu li {
    padding: 0;
}

.bulk-action-bar .dropdown-menu a {
    color: #333 !important;
    font-weight: normal;
    cursor: pointer;
    border-bottom: 0px;
    font-size: 0.8rem;
    padding: 5px 10px;
    width: 100%;
    display: block;
}

.bulk-action-bar .dropdown-menu li a:hover {
    background-color: #f1f1f1;
}

table>thead>tr>th.sort::before {
    background-color: #6734BA;
}

table>thead>tr>th.sort.descending::after,
table>thead>tr>th.sort.ascending::after {
    color: #FC831F;
}

.standard-table-filter .filter-title,
.standard-table-filter.filter-title {
    background-color: #FCFCFC;
    border-left: 2px solid #7E74FB;
}

select.per-page {
    width: auto;
    display: inline-block;
    margin: 0 !important;
    -webkit-appearance: auto;
    padding: 2px 4px !important;
}

.standard-table-footer {
    background-color: #F1F1F1;
    padding: 0.5rem 0.5rem;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.standard-table-footer .btn.btn-sm {
    padding: .25rem .5rem;
    font-size: .76563rem;
    line-height: 1.5;
    border-radius: 1px !important;
}

/** New Sidebar Filter **/

.sidebar-drawer-overlay {
    position: fixed;
    background-color: rgba(62, 60, 90, 0.7);
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: none !important;
}

.sidebar-drawer {
    position: absolute;
    z-index: 999999;
    width: 20rem;
    min-height: 100%;
    max-height: 100%;
    top: 0;
    right: -100%;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    transition: right 0.25s cubic-bezier(0, 0.89, 0, 0.99);
    -webkit-box-shadow: 1px 0 10px 0 rgba(62, 60, 90, 0.25);
    -moz-box-shadow: 1px 0 10px 0 rgba(62, 60, 90, 0.25);
    -o-box-shadow: 1px 0 10px 0 rgba(62, 60, 90, 0.25);
    box-shadow: 1px 0 10px 0 rgba(62, 60, 90, 0.25);
}

.sidebar-drawer-overlay.collapse.show .sidebar-drawer {
    top: 0;
    right: 0;
}

.sideber-outsite {
    width: calc(100% - 20rem);
    height: 100%;
}

.sidebar-drawer-header {
    padding: 0.8rem 0 0.8rem 0.8rem;
    width: 100%;
    display: inline-block;
    background-color: #002e5b;
    color: #fff;
    font-size: 1.1rem;
}

.sidebar-drawer-header .nav-link {
    cursor: pointer;
    font-size: 0.95rem;
}

.sidebar-drawer-header .nav-link:hover {
    opacity: 0.7;
}

.sidebar-drawer-body {
    width: 100%;
    display: inline-block;
    height: calc(100% - 55px);
    overflow-y: auto;
}

.sidebar-drawer-body .card {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
}

.sidebar-drawer-body .card-body,
.sidebar-drawer-body .card-header {
    padding: 0.5rem 0.8rem;
}

.side-drawer .drawer-close {
    font-size: 0.6rem !important;
    color: rgba(255, 255, 255, 0.2)
}

.drawer-close:focus,
.drawer-close:hover {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    cursor: pointer;
}

.sidebar-drawer a {
    cursor: pointer !important;
}

.sidebar-drawer a:hover {
    opacity: 0.85;
}

.cursor-pointer {
    cursor: pointer !important;
}

.w-250px {
    width: 250px !important;
}

/* Status Pill */
.status-pill {
    width: 12px;
    height: 12px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle
}

.status-pill.yellow {
    background-color: #f8bc34 !important
}

.status-pill.blue {
    background-color: #2363BF !important
}

.status-pill.red {
    background-color: #c21a1a !important
}

.status-pill.orange {
    background-color: #E4752A !important
}

.status-pill.teal {
    background-color: #36B6CF !important
}

.status-pill.green {
    background-color: #15A015
}

.lh-n {
    line-height: 1.5em !important;
}

.status-pill.smaller {
    width: 8px;
    height: 8px
}

.status-pill+span {
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle
}

/* Tags */

.tag-container {
    background: #F1F0F4;
    padding: 6px 10px;
    border-radius: 6px;
    margin-right: 12px;
}

.tag-container a i.fa-times {
    color: #a1a0b2;
}

.tag-container a i:hover.fa-times {
    opacity: 0.85;
}

.tag {
    padding: 0 4px;
    border-radius: 6px;
    display: inline-block;
    font-size: .81rem;
    background: #FFFFFF;
    vertical-align: middle;
    margin-right: 6px
}

/*filters*/

.filter-action .tag {
    background: none;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #a1a0b2;
    border-radius: 30px;
    padding: 3px 8px;
    font-size: 12px;
    cursor: default;
}

.filter-card .option.d-block {
    display: flex !important;
}

.filter-card .option.d-block .checkbox,
.filter-card .option.d-block .radio {
    flex: none;
    top: -1px;
}

.filter-card .option.d-block .filter-title-list {
    margin-left: 5px;
    line-height: 1.25em;
}

.filter-card .card-body {
    padding: 0.75rem 0.8rem 0.15rem;
}

.table-body-height {
    max-height: calc(100vh - 333px);
    min-height: calc(100vh - 333px);
    overflow: auto;
}

.dropdown-custom-body {
    height: calc(100vh - 330px);
    overflow-y: auto;
}

.font-s16 {
    font-size: 16px !important;
}

.apply-online-button {
    font-size: 16px !important;
    border-radius: 0 !important;
    padding: 7.5px 15px !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

.apply-online-button.btn-primary {
    color: #002E5B !important;
}

.apply-online-button.btn-primary:hover,
.apply-online-button.btn-primary:focus,
.apply-online-button.btn-primary:active {
    background: #ffad18;
    opacity: 0.75 !important;
}

.apply-online-button.btn-blue:hover,
.apply-online-button.btn-blue:focus,
.apply-online-button.btn-blue:active {
    background: #0943A0;
    opacity: 0.75 !important;
}

.up-pg-select-box[disabled],
.up-pg-select-box[disabled]:hover {
    background-color: #dbdbdb !important;
    border: 0 !important;
    cursor: default;
}

.login-alert-msg {
    margin-top: -10px;
}

.video-button-section {
    background: #F1EFF2;
}

.app-video-button {
    font-size: 17px;
    border: 0;
    border-radius: 0 !important;
    display: inline-block;
    padding: 8px 16px;
    width: auto;
    color: #0A3E92 !important;
    cursor: pointer !important;
    position: relative !important;
    font-weight: 700;
}

.app-video-button:hover:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    background: #0A3E92;
    height: 3px;
    width: 100%;
}

.app-video-button.active:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    background: #ffad18;
    height: 3px;
    width: 100%;
}

.checklist-verify {
    position: fixed;
    width: 275px;
    background: transparent;
    top: 210px;
    padding: 0;
    z-index: 10;
    margin-left: 15px;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.checklist-verify.nav-scroll-checklist {
    top: 145px;
}

.noChecklistAlert.checklist-verify.noChecklistAlert {
    top: 155px;
}

.checklist-verify.nav-scroll-checklist.noChecklistAlert {
    top: 150px;
}

.checklist-verify table {
    box-shadow: -9px 11px 23px -13px rgb(0 0 0 / 35%);
}

.checklist-verify table th,
.checklist-verify table td {
    padding: 6px 8px !important;
    font-size: 13px !important;
    border-color: #c4c4c4;
}

.checklist-verify table th {
    padding: 12px 8px !important;
    background-color: #ffe5b5 !important;
}

.checklist-verify table td {
    border-top: 0 !important;
    background-color: #fff6e5;
}

.checklist-verify table tr:hover td {
    background: #FFFFE1 !important;
}

.checklist-verify table a.link {
    color: #0943A0 !important;
    cursor: pointer;
    text-decoration: underline;
}

.checklist-verify table a.link:hover {
    opacity: 0.75;
}

.checklist-view .checklist-container {
    width: 1100px !important;
}

.checklist-view .checklist-container .checklist-container-left {
    margin-left: -50px;
}

.checklistMessage {
    position: fixed;
    top: 125px;
    width: 770px;
    background-color: #E8F1FC;
    background-color: #ffe5b5;
    z-index: 9999;
    padding: 7px 0;
    color: #0943A0 !important;
    border: 1px solid #ffc150;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.checklistMessage.nav-scroll-checklist-msg {
    top: 100px;
}

.checklistMessage p {
    color: #0943A0;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
}

.checklistMessage i.i-icon {
    font-size: 24px;
    vertical-align: text-top;
    margin-right: 10px !important;
}

.checklistMessage .btn.btn-blue {
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    vertical-align: baseline;
}

.card-footer.text-muted .float-right {
    position: relative;
    z-index: 12;
}

.admin-review-checklist .checklistMessage {
    top: 77px;
    left: 0;
}

.admin-review-checklist .checklist-verify {
    right: 75px;
    width: 340px;
    top: 130px;
}

.admin-review-checklist .checklist-verify .card-body {
    padding: 10px !important;
}

.admin-review-checklist .option-group label.option {
    padding-right: 0 !important;
    margin-right: 7px;
}

.admin-review-checklist .radio {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    border-radius: 20px;
    vertical-align: middle;
    margin-right: 3px !important;
    top: 0;
}

.radio::before {
    content: '';
    margin: 5px;
    width: 7px;
    height: 7px;
    background: #0843a0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.admin-review-checklist label .on,
.admin-review-checklist label .off {
    top: 47% !important;
}

.fixed-error-message {
    position: fixed;
    right: 10px;
    top: 150px;
    background-color: #FFEEEE;
    color: #D04051;
    z-index: 11;
    padding: 12px 15px;
    border: 1px solid #D04051;
    box-shadow: 1px 0 7px rgb(193 193 193 / 45%);
    -webkit-box-shadow: 1px 0 7px rgb(193 193 193 / 45%);
    -moz-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -o-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
}

.fixed-error-message p {
    color: #D04051 !important;
    display: inline-block;
}

.fixed-error-message a {
    cursor: pointer;
}

.fixed-error-message a:hover {
    opacity: 0.75;
}

.reject-reason-msg {
    margin-top: 0;
    margin-left: 40px;
    font-size: 13px;
    line-height: 18px;
}

input[type="radio"]+.radio-button {
    width: 60px;
    padding: 5px 10px;
    border: 1px solid #a5a5a5;
    font-weight: 600;
    background: #eceefc;
}

input[type="radio"]+.radio-button.last {
    margin-left: -12px;
}

input[type="radio"]+.radio-button:hover {
    background-color: #d9ddfa;
}

input[type="radio"]:checked+.radio-button {
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff;
}

.font-s14 {
    font-size: 14px !important;
}

.add-courses-section {
    border: 1px solid #f2f2f2;
    padding: 15px 15px 5px;
    background: #f7f9fb;
}

.btn-primary-light {
    background: #c5defb !important;
    color: #002E5B !important;
    font-weight: 600 !important;
    cursor: move !important;
}

.btn-primary-light:hover {
    opacity: 0.75;
}

.label-highlight-text {
    font-style: italic;
    color: #002E5B;
}

section.section.custom-section {
    padding-top: 25px !important;
}

.nav.nav-tabs.nav-custom-tabs {
    border-bottom: 3px solid #2c72cc !important;
}

.nav.nav-tabs.nav-custom-tabs .nav-item {
    margin-bottom: 0 !important;
}

.nav.nav-tabs.nav-custom-tabs .nav-item a {
    padding: 10px 20px;
    margin-right: 20px;
    background-color: #EEEDF0;
    color: #545454;
    border: 1px solid #dbdbdb;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    font-weight: 600 !important;
}

.nav.nav-tabs.nav-custom-tabs .nav-item a:hover {
    background-color: #75ace1;
    color: #fff;
    border: 1px solid #75ace1;
    border-bottom: 0;
}

.nav.nav-tabs.nav-custom-tabs .nav-item a.active {
    background-color: #2c72cc;
    color: #fff;
    border: 1px solid #2c72cc;
    border-bottom: 0;
}

.card-custom-tab {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border: 1px solid #dbdbdb;
    border-top: 0;
}

.table.table-padded {
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-bottom: 0;
    font-size: 0.85rem !important;
}

.table.table-padded thead tr th {
    border: none;
    border-collapse: collapse;
    letter-spacing: 1px;
    font-weight: 600;
    color: #555;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
    background: #F1F0F4;
    border-spacing: 0 !important;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    box-shadow: 0px 2px 5px rgb(69 101 173 / 10%);
    position: relative;
}

.table.table-padded tbody tr {
    border-radius: 4px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.table.table-padded tbody td {
    padding: 0.5rem 1.1rem;
    background-color: #fff;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 4px 0px 0px 4px;
}

.text-nowrap {
    white-space: nowrap !important;
}

.table.table-padded tbody tr:hover {
    -webkit-box-shadow: 0px 2px 5px rgb(69 101 173 / 10%);
    box-shadow: 0px 2px 5px rgb(69 101 173 / 10%);
}

.table.table-padded tbody tr:hover td {
    background: #FFFFE1;
}

.table.table-padded tbody td:first-child {
    border-radius: 4px 0px 0px 4px;
}

.table.table-padded tbody td:last-child {
    border-radius: 0px 4px 4px 0px;
    border-right: none;
}

.font-w600 {
    font-weight: 600;
}

.badge.w-50px {
    width: 50px !important;
    border-radius: 15px;
}

.badge.w-50px.badge-primary {
    background: #eaf2ff !important;
    border: 1px solid #0943A0 !important;
    color: #0943A0 !important;
}

.badge.w-50px.badge-success {
    background: #f4fff6 !important;
    border: 1px solid #1e7c34 !important;
    color: #1e7c34 !important;
}

.font-s22 {
    font-size: 22px !important;
}

.section-border {
    width: 100%;
    height: 1px;
    background-color: #e0e0e3;
    position: relative;
}

.section-border::before {
    content: "";
    background-color: #ffad18;
    width: 40px;
    height: 4px;
    position: absolute;
    left: calc(50% - 25px);
    border-radius: 0px;
    bottom: -2px;
}

.custom-section p {
    font-size: 15px;
    line-height: 25px;
}

.user-dropdown .dropdown-item.active,
.user-dropdown .dropdown-item:active,
.user-dropdown .dropdown-item:hover,
.user-dropdown .dropdown-item:focus {
    background-color: #efeff4;
}

h2.title.left-right-line.text-center {
    font-weight: 600 !important;
}

.login-card .ui-select-container .glyphicon.glyphicon-remove {
    top: 8px !important;
}

/**** Input Style ****/
.custom-input-group {
    position: relative;
    margin-bottom: 1rem;
}

.custom-input-group input {
    font-size: 0.95rem;
    padding: 10px 10px 10px 5px !important;
    margin-bottom: 0 !important;
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #D2D2E1 !important;
    color: #111;
}

.custom-input-group input:focus {
    outline: none;
}

/* LABEL ======================================= */
.custom-input-group label {
    color: #b1b1b3;
    font-size: 0.95rem;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    font-weight: normal !important;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
}

/* active state */
.custom-input-group input:valid~label {
    top: -15px;
    font-size: 0.83rem;
    color: #9f9f9f;
    font-weight: normal !important;
}

.custom-input-group input:focus~label {
    top: -15px;
    font-size: 0.83rem;
    color: #0943a0;
    font-weight: 600 !important;
}

/* BOTTOM BARS ================================= */
.custom-input-group .bar {
    position: relative;
    display: block;
    width: 100%;
}

.custom-input-group .bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #0943a0;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
}

.custom-input-group .bar:before {
    left: 50%;
}

.custom-input-group .bar:after {
    right: 50%;
}

/* active state */
.custom-input-group input:focus~.bar:before,
.custom-input-group input:focus~.bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.custom-input-group .highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.custom-input-group input:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

/*** Custom Input ***/
.custom-input .form-control:disabled:hover,
.custom-input .form-control[readonly]:hover,
.custom-input .form-control {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.custom-input input[type="text"],
.custom-input input[type="password"],
.custom-input input[type="email"],
.custom-input input[type="url"],
.custom-input input[type="search"],
.custom-input textarea,
.custom-input select {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding-left: 5px !important;
    color: #333;
    transition: 0.9s;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -ms-transition: 0.9s;
    -o-transition: 0.9s;
}

.custom-input label {
    padding-left: 5px !important;
    /* color: #8d8e8f; */
    margin-bottom: 5px !important;
}

.custom-input .mr-10 {
    margin-right: 10px !important;
}

.custom-input .ui-select-bootstrap.open>.ui-select-choices {
    border: 2px solid #d2d2e1 !important;
    margin-top: 1px !important;
}

.custom-input .input-group-text {
    background: none !important;
    border: 0 !important;
    border-bottom: 2px solid #d2d2e1 !important;
    color: #dadae1 !important;
}

.custom-input .btn {
    background: none !important;
    background-color: transparent !important;
    border-bottom: 2px solid #d2d2e1 !important;
    opacity: 0.85 !important;
}

.custom-input .btn:hover,
.custom-input .btn:focus,
.custom-input .btn:active {
    opacity: 1 !important;
}

.custom-input .btn.btn-success,
.custom-input .input-group-text.text-success {
    color: #218838 !important;
}

.custom-input .btn.btn-secondary {
    color: #5a6268 !important;
}

.custom-input .btn-primary,
.custom-input .btn-primary:hover,
.custom-input .btn-primary:focus,
.custom-input .btn-primary:active,
.custom-input .btn-primary:hover i,
.custom-input .btn-primary:focus i,
.custom-input .btn-primary:active i {
    color: #002E5B !important;
}

.custom-input .form-control:disabled,
.mobile-number-validation .form-control[readonly] {
    background-color: #ebeef1 !important;
    opacity: 1;
    color: #818181 !important;
}

.custom-input .iti--separate-dial-code .iti__selected-flag {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.custom-input.field-focus label {
    color: #0943a0 !important;
    font-weight: 600 !important;
}

.gradient-banner {
    background-image: none !important;
    background-color: #dbedff !important;
    padding-top: 20px;
    margin-bottom: 20px;
}

.gradient-banner .banner-lead {
    color: rgba(27, 31, 35, .9);
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
}

.modal-confirm-payment p {
    margin-top: 10px;
}

.btn-blue:hover,
.btn-blue:active {
    background-color: #feb023;
    border-color: #feb023;
    color: #0c3762 !important;
}

.font-w500 {
    font-weight: 500 !important;
}

.font-w600 {
    font-weight: 600 !important;
}

.btn-course-changes {
    white-space: nowrap;
}

.modal-dialog .modal-footer button {
    line-height: 1.5 !important;
    padding: 6px 15px !important;
}

.payment-agree-card-body {
    height: calc(100vh - 340px);
    overflow-y: auto;
    background: #f5faff;
}

.payment-agree-card-body p,
.payment-agree-card-body li {
    font-size: 15px;
    line-height: 1.8em;
    color: #515050;
    text-align: justify;
}

.badge-blue {
    color: #fff;
    background-color: #2962FF;
}

.payment-message-sec {
    text-align: center;
}

.payment-message-sec i {
    font-size: 75px;
}

.payment-message-sec .p-large {
    font-size: 30px;
    font-weight: 500
}

section.section.payment-agree-section.payment-status-section {
    padding: 2rem !important;
}

.text-not-wrap {
    white-space: normal !important;
    word-wrap: break-word !important;
}

.radio {
    border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -ms-border-radius: 100% !important;
    -o-border-radius: 100% !important;
}

td.payment-child-table {
    padding: 0 !important;
    background-color: transparent !important
}

td.payment-child-table table {
    min-height: 64px;
}

td.payment-child-table table tr {
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-bottom: 0;
}

.application-menu {
    width: 100%;
    background-color: #fff !important;
    top: 137px;
    z-index: 99;
}

.application-menu-fixed.application-menu {
    top: 0px;
    position: fixed;
    left: 0;
}

.application-menu-container {
    float: right;
}

.application-menu a {
    padding: 8px 12px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    color: #fff !important;
    border-radius: 5px;
    margin-bottom: 5px;
}

.application-menu a:hover,
.application-menu a:active,
.application-menu a:focus {
    opacity: 0.7;
}

.application-menu a span.applicant-count-span {
    display: inline-block;
    font-size: 24px !important;
    margin-bottom: 2px;
}

.application-menu a span.applicant-count-span i {
    font-size: 21px;
}

.application-menu-border {
    width: 100%;
    display: block;
    float: left;
}

.selected-card {
    background-color: #0AA350 !important;
}

.applied-card {
    background-color: #44A0E3 !important;
}

section.section.applicant-section {
    padding: 1.75rem 0 !important;
}

section.section.applicant-section h2 {
    font-size: 26px;
    line-height: 35px;
}

.language-dropdown {
    width: 110px;
    background-color: #fff !important;
    background: #fff !important;
}

.payment-card-section .card {
    position: fixed;
    z-index: 999;
    max-width: 35%;
    top: 150px;
}

.payment-card-section .card .card-body {
    max-height: calc(100vh - 420px);
    overflow-y: auto;
}

.cart-product-name .amount {
    white-space: nowrap !important;
}

.input-text-disc {
    -moz-text-security: disc;
    /* FireFox */
    -webkit-text-security: disc;
    /* Chrome/Safari  */
}

.special-category-section {
    padding: 15px 15px 0;
    background: #f6faff;
    margin-bottom: 20px;
    border: 1px solid #e5e5e9;
}

.special-category-section .special-category-header {
    padding: 0 0 15px;
}

.special-category-title {
    font-size: 15px;
    margin-top: 3px;
}

.special-category-body {
    padding-top: 20px;
    border-top: 1px solid #e5e5e9;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 -15px 0;
    background: #fdfdfd;
    padding-bottom: 15px;
}

.card-body-special-category .special-category-section>div.row {
    margin-bottom: 15px;
}

.input-hidden {
    visibility: hidden !important;
    height: 0 !important;
    position: absolute !important;
    padding: 0 !important;
    margin: 0 !important;
}

.special-category-body hr {
    margin-bottom: 25px !important;
    margin-top: 5px !important;
}

.special-category-body hr::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ffad18;
    border-radius: 20px;
    top: -1px;
    left: calc(50% - 50px);
}

.special-category-body input.semester-hidden-input {
    margin-bottom: 0 !important;
}

.custom-input .ui-select-container.ui-select-bootstrap[disabled="disabled"] .form-control {
    border: 0 !important;
    border-bottom: 2px solid #d2d2e1 !important;
}

.ui-select-match.input-focused.btn-default-focus {
    background-color: transparent !important;
}

.input-bg-transparent {
    background-color: transparent !important;
}

.application-preview label.font-w600 {
    font-weight: 600 !important;
}

section.section.application-preview {
    padding-top: 1.5rem !important;
}

/*** left Side vertical wizard ***/
.vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vertical-wizard ul>li {
    display: block;
    position: relative;
}

.vertical-wizard ul>li>a {
    display: block;
    padding: 10px 10px 10px 40px;
    color: #333c4e;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .8px;
}

.vertical-wizard ul>li>a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #bdc2ce;
    left: 13px;
    bottom: -9px;
    z-index: 3;
}

.vertical-wizard ul>li>a {
    color: #342f50 !important;
    font-weight: 500;
}

.vertical-wizard ul>li>a:hover {
    text-decoration: none;
}

.vertical-wizard ul>li>a .ico {
    pointer-events: none;
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 2;
    font-weight: 900;
}

.vertical-wizard ul>li>a:after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 14px;
    left: 6px;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.vertical-wizard ul>li>a .desc {
    display: block;
    color: #666;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .8px;
}

.vertical-wizard ul>li.complete>a:before {
    background-color: #5cb85c;
    opacity: 1;
    height: calc(100% - 25px);
    bottom: -9px;
}

.vertical-wizard ul>li.complete>a:after {
    display: none;
}

.vertical-wizard ul>li.locked>a:after {
    display: none;
}

.vertical-wizard ul>li:last-child>a:before {
    display: none;
}

.vertical-wizard ul>li.complete>a .ico {
    left: 8px;
}

.vertical-wizard ul>li>a .ico.ico-green {
    color: #5cb85c;
}

.vertical-wizard ul>li>a .ico.ico-muted {
    color: #bdc2ce;
}

.vertical-wizard ul>li.current {
    background-color: #fff;
}

.vertical-wizard ul>li.current>a:before {
    background-color: #FC831F;
    opacity: 1;
}

.vertical-wizard ul>li.current>a:after {
    border-color: #FC831F;
    background-color: #FC831F;
    opacity: 1;
}

.vertical-wizard ul>li.current:after,
.vertical-wizard ul>li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.vertical-wizard ul>li.current:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.vertical-wizard ul>li.current:before {
    border-color: rgba(234, 236, 241, 0);
    border-left-color: #eaecf1;
    border-width: 11px;
    margin-top: -11px;
}

.card-title-verification {
    font-size: 1.25rem !important;
    margin-bottom: 0.75rem !important;
}

.card-title span.card-text {
    font-size: 16px;
    font-weight: 400;
}

.verify-form-section .form-group label {
    margin-bottom: 0.5rem !important;
    font-weight: 600 !important;
}

.card-form-horizontal .form-horizontal label {
    padding: 5px 5px 0px;
    width: 37%;
}

.card-form-horizontal .form-horizontal .column {
    margin: 0 0.5%;
    width: 60%;
}

.admission-column .card {
    padding-bottom: 55px;
    border-left: 1px solid rgba(0, 0, 0, .125) !important;
    border-top: 1px solid rgba(0, 0, 0, .125) !important;
}

.admission-column .card-footer-custom {
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 100%;
}

.admission-column .bg-highlight {
    background: #FFFFE1 !important;
}

.viewer-navbar {
    display: none;
}

.imagezoom {
    visibility: hidden;
}

.viewer-backdrop {
    max-width: 100%;
    max-height: 100%;
}

.ex-thumbnail-zoom {
    width: 100%;
    border: 5px solid #ddd;
    border-radius: 0 !important;
}

.card-body-verifier .form-group {
    margin-bottom: 1.5rem !important;
}

.loader-overlayout.loader-overlayout-fixed {
    position: absolute;
    width: 100%;
    background: #fff !important;
    z-index: 9999;
    height: 100%;
    text-align: center;
}

.page-loading {
    position: fixed;
    overflow: hidden;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
}

.page-loading img,
.loader-overlayout img {
    z-index: 9999999;
    top: calc(50% - 60px);
    position: relative;
}

.w-150px {
    width: 150px !important;
}

.application-id-search-section {
    width: 500px;
}

.section.section.verification-section {
    padding: 1.5rem 0 !important;
}

.student-list-section .nav-tabs-highlight .nav-link,
.student-list-section .nav-tabs-bottom .nav-link {
    color: #666;
    font-weight: 600;
    cursor: pointer;
}

.student-list-section ul.nav-tabs-highlight {
    background: #F8F6F9 !important;
}

.nav-tabs-highlight li:first-child .nav-link {
    border-left-color: transparent !important;
}

.nav-tabs-highlight li .nav-link {
    border-top-color: transparent !important;
}

.w-50px {
    width: 50px !important;
}

.w-60px {
    width: 60px !important;
}

.w-75px {
    width: 75px !important;
}

.w-100px {
    width: 100px !important;
}

.w-125px {
    width: 125px !important;
}

.w-150px {
    width: 150px !important;
}

.w-200px {
    width: 200px !important;
}

.w-250px {
    width: 250px !important;
}

.w-300px {
    width: 300px !important;
}

.verifier-table {
    font-size: 0.85rem !important;
}

.form-control-sm {
    height: 31px !important;
}

select.form-control-sm {
    height: 32px !important;
}

.sl section.section {
    min-height: calc(100vh - 145px);
}

.common-list {
    font-size: 0.8rem !important;
}

.common-list .form-group {
    margin-bottom: 8px !important;
}

.summary-section .card-title {
    font-size: 20px;
    line-height: 22px;
}

.summary-section .card-title span.card-text {
    font-size: 15px;
    font-weight: 400;
}

.summary-section .card-title i {
    font-size: 1.4rem;
    margin-right: 5px;
}

.modal-confirm-width {
    min-width: 450px;
    max-width: 450px;
}

.attach-badge.badge {
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
}

.card-academic-info {
    max-width: 550px;
}

.card-academic-info .card-title span.card-text {
    font-size: 16px;
    font-weight: 400;
}

.card-academic-info .form-horizontal label {
    float: left;
    min-height: 34px;
    margin-bottom: 0;
}

.card-academic-info .form-horizontal .column {
    float: left;
    position: relative;
}

.card-academic-info .card-form-horizontal .form-horizontal label {
    padding: 5px 5px 0px;
    width: 37%;
}

.card-academic-info .card-form-horizontal .form-horizontal .column {
    margin: 0 0.5%;
    width: 60%;
}

.card-pg-verify .row.border-bottom:hover {
    background: #FFFFE1 !important;
}

.admin-table-verification .status-pill+span {
    margin-left: 3px;
}

.admin-table-verification .td-user-id {
    padding-left: 14px;
    margin-top: 2px;
    color: #65707e;
}

.standard-table.table-border>tbody>tr>td.action .input-group-append>a {
    border: 1px solid #E0E0E0 !important;
}

.standard-table.table-border .list-section a {
    color: #0943A0 !important;
}

section.section.section-admin {
    padding: 1rem 0 !important;
}

.tag-title.mr-2 {
    margin-right: 3px !important;
}

.multiple-error-msg-danger {
    background: #fff1f1;
    border-color: #f3929b;
}

.error-msg-login>.alert-msg>p {
    display: flex;
}

.application-preview td.form-group {
    word-break: break-all;
}

.approver-application-count span.badge {
    padding: 0.25em 0.6em !important;
    font-size: 0.825rem !important;
}

table th .checkbox,
table td .checkbox {
    top: 2px !important
}

table th .option,
table td .option {
    margin-bottom: 0 !important;
}

input.table-page-count-list::-webkit-calendar-picker-indicator {
    display: none;
    opacity: 0;
}

/*** Chat Bot ***/
#chat-circle {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background: #2d6ad9;
    width: 70px;
    height: 70px;
    border-radius: 25% !important;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 60%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    z-index: 999;
    -webkit-border-radius: 25% !important;
    -moz-border-radius: 25% !important;
    -ms-border-radius: 25% !important;
    -o-border-radius: 25% !important;
}

.btn#my-btn {
    background: #fff;
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 45px;
    padding-right: 40px;
    padding-left: 40px;
    color: #2d6ad9;
}

#chat-overlay {
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
}

.chat-box {
    display: none;
    background: #efefef;
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 350px;
    max-width: 85vw;
    max-height: 500px;
    border-radius: 5px;
    z-index: 999999;
    height: 70%;
}

.chat-box-toggle {
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.chat-box-header {
    background: #2d6ad9;
    height: 45px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-top: 9px;
}

.chat-box-toggle img {
    width: 18px !important;
    margin-top: -2px;
}

.chatbot-icon {
    width: 68px;
    margin-top: 2px;
    margin-left: 1px;
}

.ifram-chat-bot {
    height: calc(100% - 45px);
    width: 100%;
    border: 0;
}

.backtotop {
    bottom: 110px;
    right: 20px;
}

.modal-payment-invoice table tfoot td {
    border-left: 0 !important;
    border-right: 0 !important;
}

.bg-blue-custom {
    background: #EBF5FA !important;
}

.program-selection .ui-select-match-text {
    text-transform: initial !important;
}

.form-control.ui-select-search {
    padding-right: 30px !important;
}

.dropdown-menu-right.dropdown-menu-right {
    right: 125px;
    top: 80px;
}

.verify-gd-table .verify-user-img {
    width: 50px;
    height: 50px;
}

.app-value {
    font-size: 17px;
    color: #333;
}

.final-verify-data label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    color: #959595;
}

span.work-exp-card {
    border: 1px solid #d5d4d4;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    margin-right: 15px !important;
    margin-bottom: 5px !important;
    background: #f9f9f9;
}

.font-s13 {
    font-size: 13px !important;
}

.img-fv {
    width: 150px;
    height: 150px;
    border: 2px solid #cdcdcd;
    border-radius: 5px;
}

.standard-table>tbody>tr:nth-of-type(even) table tr td {
    background-color: #F9F9F9 !important;
}

table.table-child-hover tr:hover table tr td {
    background-color: #FFFFE1 !important;
}

.ui-select-multiple .ui-select-search {
    width: 100% !important;
}

.ui-select-multiple.ui-select-container::after {
    top: 3px !important;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    font-size: 13px !important;
    padding-top: 3px !important;
    color: #fff !important;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    margin-top: 1px !important;
    position: relative;
    z-index: 9;
}

.font-s12 {
    font-size: 12px !important;
    text-align: left;
    line-height: 15px;
}

.form-control.border-error {
    border: 2px solid #dc3545 !important;
}

.standard-table.table-border>tbody>tr>td.action .input-group-append>a,
table.datatable tbody td.action .input-group-append>a {
    border: 0px !important;
    border-left: 1px solid #E0E0E0 !important;
    border-right: 1px solid #E0E0E0 !important;
    line-height: 1.4rem !important;
}

.badge-outline-primary {
    border: 1px solid #c9c9c9 !important;
    margin-bottom: 5px;
}

.test-status-card {
    border: 1px solid #ebebeb;
    padding: 15px 10px;
    display: inline-block;
    text-align: center;
    min-width: 125px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #f6f7ff;
    vertical-align: top;
}

.test-status-card .test-status-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.test-status-card .app-value {
    font-size: 15px;
    color: #000;
    opacity: 0.75;
    min-height: 40px;
}

.test-status-card .app-value span {
    color: #258f25;
}

.inputTag {
    height: 70px !important;
    overflow-y: auto;
}

/** Input ngTag **/
tags-input .tags {
    background-color: #fff;
    border: 2px solid #DDE2EC;
    box-shadow: none;
    height: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
}

tags-input .tags:hover {
    border-color: #B0B3DC;
}

tags-input .tags.focused {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #6F79D0;
    background-color: #FFF;
}

tags-input .tags .tag-item {
    background: none !important;
    padding: 0px 5px 0px !important;
    font-size: 0.7rem;
    font-weight: 600;
    border: none;
    border-radius: 1.875rem;
    box-shadow: none !important;
    -webkit-appearance: button-bevel;
    background-color: #6F79D0 !important;
    border-color: #B0B3DC !important;
    color: #fff;
    height: auto;
    line-height: normal;
}

tags-input .tags .tag-item .remove-button {
    color: rgba(255, 255, 255, 0.6) !important;
}

tags-input .tags .tag-item .remove-button:hover,
tags-input .tags .tag-item .remove-button:focus {
    color: rgba(255, 255, 255, 0.8) !important;
}

tags-input .tags .input {
    font-size: 0.875rem;
}

tags-input {
    padding: 0px !important;
}

tags-input .host {
    margin: 0px !important;
    height: auto !important;
}

tags-input .tags {
    border: 0px !important;
}

tags-input .tags .input {
    height: 23px;
}

tags-input.ng-invalid .tags,
tags-input .tags.focused {
    box-shadow: none !important;
}

.tags input {
    box-shadow: none !important;
    width: auto !important;
    border: 0 !important;
}

.megamenu-collapse ul.navbar-nav li {
    position: relative;
}

.megamenu-collapse ul.navbar-nav li .dropdown-menu-right {
    right: 0 !important;
    top: 35px !important;
}

.standard-table>tbody>tr:hover td table td,
.standard-table>tbody>tr:hover td table {
    background: #FFFFE1 !important;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    height: 29px !important;
}

tags-input .tags {
    box-shadow: none !important;
}

.program-list {
    width: calc(100% - 45px);
    vertical-align: text-top;
    padding-left: 5px;
    margin-top: -5px;
}

.checkbox-icon {
    margin-right: 10px;
    width: 30px;
}

.recommanded-program {
    border: 1px solid #D3D3D3;
    max-height: 250px;
    overflow: auto;
    margin-top: -5px;
}

/*** Dashboard ***/
.card-dashboard {
    border: 1px solid #e7e7e7 !important;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(8 21 66 / 5%);
    background-color: #fff !important;
    transition: 0.5s;
}

.card-dashboard:hover,
.card-dashboard:active,
.card-dashboard:focus {
    background-color: #f3f7ff !important;
}

.db-card-icon {
    border-radius: 100%;
    display: inline-block;
    width: 45px;
    height: 45px;
    padding-top: 13px;
    padding-left: 2px;
}

.db-card-icon i {
    font-size: 20px;
}

.card-dashboard h2 {
    font-size: 32px !important;
    margin: 15px 0 6px;
    letter-spacing: 1px;
    color: #5a5a5a;
}

.card-dashboard p {
    color: #5a5a5a;
    opacity: 0.95;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}

.color-one {
    background-color: #E5F3FF;
}

.color-one .db-card-icon {
    background-color: #b2dbff;
}

.color-one .db-card-icon i {
    color: #007CFE;
}

.color-two {
    background-color: #F4F1FF;
}

.color-two .db-card-icon {
    background-color: #dcd4fd;
}

.color-two .db-card-icon i {
    color: #8964F9;
}

.color-three {
    background-color: #FFF9E5;
}

.color-three .db-card-icon {
    background-color: #ffeeb5;
}

.color-three .db-card-icon i {
    color: #F4B20A;
}

.color-four {
    background-color: #EBFAEA;
}

.color-four .db-card-icon {
    background-color: #bae7b7;
}

.color-four .db-card-icon i {
    color: #1EBE2C;
}

.color-five {
    background-color: #fff1fb;
}

.color-five .db-card-icon {
    background-color: #f7d9f9;
}

.color-five .db-card-icon i {
    color: #99407f;
}

.border-custom {
    border: 1px solid #e5eef9;
    padding: 15px 10px;
}

.evaluate-view-Screen .font-s15,
.evaluate-view-Screen {
    font-size: 13px !important;
}

.evaluate-view-Screen .card-body {
    padding: 10px 1.25rem;
}

.evaluate-view-Screen .card-header {
    padding: 0.5rem 1.25rem;
}

.evaluate-view-Screen .special-category-header {
    padding: 0;
}

.evaluate-view-Screen .special-category-section {
    height: 100%;
    margin-bottom: 0;
    background-color: #f7f7fb;
}

.evaluate-view-Screen table td .ui-select-container::after {
    top: 10px;
}

.evaluate-view-Screen .final-verify-data label {
    display: inline-block;
    width: auto;
    color: #444;
}

.attendance-switch {
    width: 95px !important;
}

.attendance-switch.switch-lg .off {
    left: 54%;
    top: 47%;
}

.attendance-switch.switch-lg .on {
    left: 37%;
    top: 47%;
}

.attendance-switch.switch-lg input:checked+.slider:before {
    -webkit-transform: translateX(65px);
    -ms-transform: translateX(65px);
    transform: translateX(65px);
}

.badge-outline-secondary {
    color: #444;
    border: 1px solid #444;
}

.form-horizontal label {
    float: left;
    width: 30%;
    padding: 5px 15px 0px;
    min-height: 34px;
    margin-bottom: 0;
}

.form-horizontal .column {
    float: left;
    width: 55%;
    margin: 0 2.5%;
    position: relative;
}

.column {
    position: relative;
}

.form-horizontal .w-100 {
    display: inline-block;
}

/** RankList **/
.rank-list-card {
    border: 2px solid #DADCE0;
}

.rank-list-card .card-header {
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    margin: 0 15px;
    border-bottom: 2px solid #DADCE0 !important;
    padding: 15px 2px 10px;
}

.rank-list-card .card-header h4.title,
.rank-list-card .card-header h4.title a {
    font-size: 18px !important;
    color: #000000 !important;
    cursor: pointer;
    word-break: break-all;
    padding-right: 30px;
    font-weight: 600;
}

.rank-list-card .card-header h4.title a:hover,
.rank-list-card .card-header h4.title a:focus,
.rank-list-card .card-header h4.title a:active {
    color: #047BF8 !important;
}

.rank-list-card .card-body {
    border-radius: 7px;
    padding: 0px 20px 20px;
    font-size: 14px;
}

.rank-list-card .card-body .rank-list-details {
    color: #000000;
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
    font-weight: 500;
}

.rank-list-card .card-body .rank-list-details span:first-child {
    color: #828282;
}

.rank-list-card .card-body .rank-list-details:last-child {
    margin-bottom: 0;
}

.rank-list-dropdown {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 22px;
}

.no-button {
    background-color: transparent !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-width: auto !important;
}

.no-button::after,
.no-button::before {
    display: none !important;
}

.no-button.rank-list-dropdown {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 30px;
    padding: 0 15px !important;
}

.applicant-list tr td {
    padding: 4px 7px !important;
    font-size: 14px !important;
}

.applicant-list tr th {
    padding: 10px 7px !important;
    font-size: 14px !important;
}

.cyclecard-title {
    font-size: 16px;
}

.modal-create-filter .ui-select-bootstrap .ui-select-toggle>a.btn {
    position: absolute !important;
    height: 10px;
    right: 10px !important;
    margin-top: 0 !important;
    top: 0 !important;
}

.modal-create-filter .ui-select-container .glyphicon.glyphicon-remove {
    position: absolute;
    right: 6px;
    top: 6px;
    color: #777;
}

.modal-create-filter .ui-select-bootstrap .ui-select-match-text {
    width: calc(100% - 50px) !important;
}

.td-align-middle th {
    vertical-align: middle !important;
}

.manage-fees-filter-action {
    margin-top: 5px;
    margin-bottom: 0;
}

.manage-fees-filter-action .tag-title {
    vertical-align: middle;
    display: inline-block;
    height: 25px;
}

.profile-details-font {
    font-size: 16px;
    font-weight: 500;
    color: #676767;
}

.profile-details-top {
    display: inline-block;
    padding-bottom: 1rem;
    padding-right: 3rem;
    min-width: 180px;
    padding-left: 1rem;
    font-size: 17px;
}

.registration-font {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.enrollment-photo {
    text-align: center;
    width: 140px;
    height: 160px;
    margin-top: 25px;
    overflow: hidden;
    border: 1px solid #8CB9F0;
    display: inline-block;
}

.input-group.input-group-custom>.input-group-text {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important;
}

.table.table-padded.custom thead th {
    background-color: #EEF5F9 !important;
}

.font-s20 {
    font-size: 20px !important;
}

.validation-writtenTestScore {
    font-size: 12px !important;
}

@media(min-width:1200px) and (max-width:1500px) {
    #nav-list>ul>li>a {
        padding: 7px 0;
        margin: 0 10px;
        font-size: 12px;
    }
}

.view-label {
    margin: 0 !important;
    padding: 0 !important;
    min-height: auto !important;
}

@media(min-width:1000px) and (max-width:1200px) {
    .admin-review-checklist .checklist-verify {
        right: 15px;
    }

    .photo {
        text-align: center;
        width: 120px;
        height: 145px;
    }

    .photo-upload {
        margin-top: 122px;
        font-size: 12px;
    }

    .application-id-search-section {
        width: 400px;
    }

    .application-id-search-section button.btn {
        padding: 0.375rem 0.75rem !important;
    }

    #nav-list>ul>li>a {
        padding: 7px 0;
        margin: 0 8px;
        font-size: 11px;
    }
}

@media (min-width : 1000px) {
    .w-md-50 {
        width: 50% !important;
    }
}

@media(max-width : 1000px) {
    .payment-card-section .card {
        position: static;
        max-width: 100%;
    }

    .application-profile-pic {
        background-size: cover;
    }

    .payment-card-section .card .card-body,
    .card .card-body {
        height: 100% !important;
        max-height: 100% !important;
        overflow-y: visible;
    }

    .checklist-view .checklist-container {
        width: 100% !important;
    }

    .checklist-view .checklist-container .checklist-container-left {
        margin-left: 0px;
    }

    .checklistMessage {
        width: 92% !important;
    }

    .checklist-verify {
        display: none;
    }

    .fixed-error-message {
        top: 100px;
        left: 0;
        right: auto;
        width: 100%;
    }

    .fixed-error-message a {
        cursor: pointer;
        position: absolute;
        right: 11px;
        top: 12px;
    }

    .btn-course-changes {
        white-space: normal;
    }

    .application-menu a {
        padding: 8px 8px;
        font-size: 13px;
        width: calc(50% - 15px);
        margin-top: 5px;
    }

    .table.table-padded.student-adm-table tbody td {
        word-break: break-word;
        white-space: normal !important;
    }

    .custom-select.language-dropdown {
        margin-left: 15px !important;
        margin-top: 5px !important;
    }

    .application-id-search-section {
        width: 100%;
    }

    .application-id-search-section button.btn {
        padding: 0.375rem 0.75rem !important;
    }

    .chat-box {
        width: 75%;
    }

    #makePaymentButton {
        margin-top: 10px;
    }

    #course-body .ui-select-container.ui-select-bootstrap .ui-select-match-text {
        white-space: normal !important;
    }

    #course-body .ui-select-container.ui-select-bootstrap .form-control.ui-select-toggle {
        height: auto !important;
    }

    section.section {
        min-height: auto;
    }

    .special-category-header .form-group>.form-check {
        padding-left: 15px;
    }

}

@media print {

    html,
    body {
        overflow-x: unset !important;
    }

    input[type="radio"]:checked {
        font-weight: bold;
    }

    .btn#printApplicationPdf {
        display: none !important;
    }
}