﻿@charset "utf-8";
/* CSS Document */
* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.banner-img {
    background: url(../images/banner.jpg) center;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.mt-6 {
    margin-top: 2rem;
}
.mb-6 {
    margin-bottom: 2rem;
}
.red-star {
    color: red;
}
.banner-heading {
    padding-top: 260px;
}
.top-margin {
    margin-top: 86px;
}
.navbar-toggler {
    padding: 0px;
    border: none;
}

    .navbar-toggler .svg-inline--fa {
        color: #000;
    }

.navigation li a {
    text-transform: uppercase;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 14px;
}

.sign-up {
    background: #ffffff;
    padding: 10px 25px !important;
    border: solid 1px #000;
    border-radius: 100px;
    color: #000 !important;
}

.navigation .active {
    border-bottom: solid 1px #fff;
}

.pt-30 {
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
}

.banner-heading h1, .banner-heading p {
    color: #fff;
    text-align: center;
}

.banner-heading h1 {
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-heading p {
    font-size: 4vh;
    font-weight: 100;
}

.banner-heading h1 span {
    color: #ffc822;
}

.dt {
    display: table;
    min-height: 497px;
    width: 100%;
}

.dtc {
    display: table-cell;
    vertical-align: middle;
}
/*********Search Jobs**********/

.bg-yellow {
    background: #f5b721;
}

.search-job input {
    height: 50px;
    margin: 30px 0px;
}

.search-job input {
    border-radius: 100px;
    border: solid 1px #fff;
    padding-left: 120px;
    background: inherit !important;
    color: #fff;
}

.search-icon {
    position: absolute;
    left: 100px;
    margin-top: 12px;
}

.search-job ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff !important;
    font-size: 18px;
}

.search-job ::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
    font-size: 18px;
}

.search-job :-ms-input-placeholder { /* IE 10+ */
    color: #fff !important;
    font-size: 18px;
}

.search-job :-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
    font-size: 18px;
}

.search-job .form-control:focus {
    border-color: #fff;
    box-shadow: none;
}

.search-job .fa-search {
    color: #fff;
    font-size: 18px;
}

.search-job .fa-sort-amount-down {
    color: #fff;
    font-size: 18px;
}

.btn-search-job {
    color: #000;
    text-transform: uppercase;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 100px;
    height: 50px;
    margin: 30px 0px;
    width: 100%;
}
/*******Latest job******/

.bg-grey {
    background: #efefef;
}

.btn-back {
    padding: 10px 30px;
    font-size: 14px;
    border-radius: .25rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.btn-apply {
    background: #192f59;
    /*text-transform: uppercase;*/
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 100px;
    font-weight: 600;
    margin-bottom: 10px;
}

.latest-job h4 {
    color: #083c6f;
    font-size: 18px;
    font-weight: 600;
}

.latest-job span {
    color: #f5b721;
    font-weight: 600;
}

.latest-job p {
    font-size: 14px;
}

.latest-job h5 {
    font-size: 15px;
    color: #ff3636;
    font-weight: 600;
}

.text-grey {
    color: #a1a1a1 !important;
}

.latest-job {
    background: #fff;
    padding: 30px 21px 20px;
    margin: 0px 0px 20px;
    border: solid 1px #e8e8e8;
}

    .latest-job:first-child {
        margin-top: 35px;
    }

    .latest-job:last-child {
        margin-bottom: 70px;
    }


.latest-head h2 {
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    color: #292929;
    /*border-bottom: solid 2px #212529;*/
    padding-bottom: 10px;
    display: inline-block;
}

.change-password {
    margin: 0 auto;
    padding: 30px 40px;
    max-width: 420px;
    width: 100%;
}

.latest-head .btn {
    border: 0px;
    /*border-radius: 0px;*/
}

.latest-head .btn-group {
    width: 100%;
    min-height: 65px;
    font-size: 18px;
}

.latest-head .btn {
    width: 100%;
    font-size: 16px;
}

.btn-yellow {
    background: #f2b600;
    color: #fff;
    font-weight: 600;
}
.btn-yellow:hover {
    background: #f2b600;
    color: #fff;
    font-weight: 600;
}

.btn-dark-b {
    background: #19181e;
    color: #fff;
    font-weight: 400;
}

    .btn-dark-b:active {
        background: #454548;
        font-size: 14px;
    }

    .btn-dark-b:focus {
        background: #454548;
        font-size: 14px;
        box-shadow: none;
    }

.btn-yellow:active {
    background: #f2b600;
    font-size: 16px;
}

.btn-yellow:focus {
    background: #f3d16b;
    font-size: 16px;
}

.footer input {
    background: #ebebeb;
    height: 50px;
    border-radius: 100px;
    padding-left: 30px;
}

.footer button {
    background: #083c6f;
    border-radius: 100px;
    padding: 14px 28px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.footer .media h5 {
    color: #003c91;
}

.footer .media span {
    color: #bdb5c9;
}

.footer .media p {
    font-size: 13px;
    margin-top: 15px;
}

.footer h1 {
    margin-top: 40px;
}
/******************/


.bg-dark-grey {
    background: #212124;
}

.copyright p {
    color: #636c85;
    font-size: 14px;
}

.t-c ul {
    text-align:right;
    margin: 0;
}

.t-c li {
    display: inline-block;
}

.t-c li a {
    text-decoration: none;
    color: #636c85;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: block;
}

.social ul {
    padding: 0px;
    margin: 0px;
}

.social li {
    float: left;
}

    .social li a {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        padding-right: 25px;
    }

.footer .form-group {
    margin-bottom: 35px;
}

.copyrgt {
    padding-top: 15px;
    padding-bottom: 15px;
}
.copyright {
    color: #636c85;
    font-size: 12px;
}
.container.footer {
    margin-bottom: 20px;
}
/******************Sticky Header**********************/
/******************Sticky Header**********************/
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5000;
    border-top: 0;
    transition: 0.5s;
    background: #343333;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.37);
}

    .sticky .border {
        display: none;
    }

    .sticky .masthead {
        padding: 0px;
    }

    .sticky .logo-col a {
        margin: 10px 0px;
    }

    .sticky .pt-30 {
        padding-top: 0px;
        padding: 0px 31px;
    }

.secondary-navigaton {
    transition: 0.5s;
    background: #FFF;
    width: 100%;
    box-shadow: 0px 2px 6px rgba(0,0,0,.1);
}

.sticky .navbar-brand img {
    /* width: 200px; */
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .search-job input {
        padding-left: 50px;
    }

    .search-icon {
        left: 40px;
    }

    .banner-heading p {
        font-size: 4vh;
        font-weight: 100;
    }

    .sign-up {
        text-align: center;
    }
    /*=========== Mobile Menu =============*/

    .slidecol {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 240px;
        padding-top: 15px;
        height: 100%;
        background: #101010;
        z-index: 5000;
        -webkit-transform: translate(-240px);
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -ms-transition: all ease .3s;
    }

    .slideopen {
        position: fixed;
        top: 0px;
        left: 0px;
        padding-top: 15px;
        width: 240px;
        height: 100%;
        background: #101010;
        z-index: 5000;
        -webkit-transform: translate(0);
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -ms-transition: all ease .3s;
    }

    .collapse:not(.show) {
        display: block;
    }

    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.52);
        z-index: 5000;
        top: 0px;
    }

    a.nav-link.sign-up {
        text-align: center;
        margin: 0px 15px;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .search-job input {
        margin: 30px 0px 0px !important;
    }

    .search-job input {
        padding-left: 63px;
    }

    .search-icon {
        left: 45px;
        margin-top: 15px;
    }

    .latest-job button {
        width: 100%;
        margin-top: 15px;
    }

    .footer button {
        width: 100%;
    }

    .footer h1 {
        margin-top: 40px;
        text-align: center;
    }

    .banner-heading p {
        font-size: 4vh;
        font-weight: 100;
    }

    /*=========== Mobile Menu =============*/

    .slidecol {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 240px;
        padding-top: 15px;
        height: 100%;
        background: #101010;
        z-index: 5001;
        -webkit-transform: translate(-240px);
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -ms-transition: all ease .3s;
    }

    .slideopen {
        -webkit-transform: translate(0);
    }
/*
    .slideopen::before {
        display: block;
        position: fixed;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,.2);
        z-index: 1000;
    }*/

    .secondary-navigaton.fixed-top .collapse:not(.show) {
        display: block;
    }

    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.52);
        z-index: 4999;
        top: 0px;
    }

    a.nav-link.sign-up {
        text-align: center;
        margin: 0px 15px;
    }
}

@media screen and (max-width: 575px) {
    .latest-head span {
        margin-top: 0px;
    }
    .banner-heading p {
        font-size: 3vh;
        font-weight: 100;
    }
}



/***************/
.register h4 {
    color: #350044;
    margin: 15px 0px;
    font-weight: 600;
    padding-bottom: 10px;
}
.navbar-nav .nav-item {
    padding-left: 10px;
    padding-right: 10px;
}
.navigation li a {
    color: #000;
}

.social-feed button {
    padding: 8px 15px;
    font-size: 16px;
    margin-left: 8px;
}

.social-feed .btn-primary {
    background: #004e9c !important;
    color: #fff;
}

.social-feed .btn-default {
    background: #ebebeb !important;
    color: #8f8e8e;
}

.social-caption h3 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
}

.social-caption {
    padding: 0px 20px;
}

.abs-btn {
    position: relative;
    left: -25px;
    padding: 0.5rem 1rem;
    display: inline-block;
}

.social-caption small {
    font-size: 14px;
    color: #3c4251;
    font-weight: 500;
}

.social-caption p {
    font-size: 14px;
    color: #3a3939;
    margin: 5px 0px;
}

    .social-caption p small {
        color: #868686;
        font-weight: 600;
    }

.social-caption a {
    font-size: 16px;
    color: #3c4251;
    font-weight: bold;
}

.social-caption .fa {
    font-size: 18px;
}

.margin-btm {
    padding-bottom: 28px;
}

.right-arrow button {
    padding: 1px 8px;
    font-size: 20px;
    margin: 30px 0px 50px;
}

.social-caption button {
    padding: 6px 20px;
    border-radius: 25px;
    border: none;
    margin-top: 10px;
    font-weight: bold;
    color: #fff;
}

.free button {
    background: #3db166;
    padding: 6px 20px;
    border-radius: 25px;
    border: none;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.date-heading h3 {
    color: #ff714c;
}

.training-btm {
    margin-top: 25px;
    margin-bottom: 25px;
}

    .training-btm span {
        display: block;
        /*margin-top: 15px;*/
    }

    .training-btm button {
        border-radius: 0px;
    }

.online img {
    width: 20px;
}

.online {
    color: #3db166 !important;
}

.social-caption h5 {
    font-weight: 600;
    font-size: 16px;
    color: #5a5a5a;
}

.bg-dark-blue {
    background: #192f59;
}

.latest-head button:nth-child(1) {
    background: #192f59;
}


@media screen and (max-width: 991px) and (min-width: 320px) {
    .slideopen li a {
        color: #fff !important;
        padding-left: 20px;
    }

    a.nav-link.sign-up {
        margin: 15px 0px;
        color: #000 !important;
    }
}

.detailing-heading h4 {
    color: #e9b82d;
    font-size: 26px;
    font-weight: bold;
}

.detailing-heading h1 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    /*border-bottom: solid 2px #212529;*/
    padding-bottom: 10px;
    display: inline-block;
}

    .detailing-heading h1 small {
        color: #838383;
    }

.m-t {
    margin-top: 15px;
}

.m-t-lg {
    margin-top: 30px;
}

.min-height {
    height: 600px;
}

.table-color a {
    color: #212529;
}

h2 {
    color: #524d4d;
}

h5 {
    color: #524d4d;
    font-weight: bold;
}

p {
    font-size: 14px;
}

.btn-outline-primary {
    border: solid 2px #192f59;
    border-radius: 100px;
    padding: 10px 30px;
    font-size: 14px;
    color: #192f59;
    font-weight: 600;
    margin-bottom: 10px;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #164db5;
        border-color: #13467d;
    }

    .btn-outline-primary:active {
        color: #fff;
        background-color: #164db5;
        border-color: #13467d;
    }

    .btn-outline-primary:focus {
        color: #fff;
        background-color: #164db5;
        border-color: #13467d;
    }

.detailing-heading button {
    background: #370043;
    border-radius: 0px;
    padding: 10px 15px;
}

.text-grey {
    color: #7e7e7e;
}

@media only screen and (max-width: 768px) and (min-width: 300px) {

    h2 {
        font-size: 22px;
    }

    th, td {
        font-size: 14px;
    }

    .detailing-heading h4 {
        font-size: 22px;
    }

    .detailing-heading h1 {
        font-size: 18px;
        margin-bottom: 28px;
        margin-top: 15px;
    }

    .panel-heading h3 {
        font-size: 24px;
    }

    p {
        font-size: 14px;
    }

    .form-control-plaintext {
        font-size: 14px;
    }

    .col-form-label {
        font-size: 14px;
    }

    h5 {
        font-size: 16px;
    }

    ul li {
        font-size: 14px;
    }

    .detailing-heading button {
        padding: 5px 8px;
    }

    .register h4 {
        font-size: 18px;
        font-weight: 700;
    }

    .btn-create-acct {
        padding: 10px 15px !important;
    }

    .btn-dark-grey {
        padding: 10px 15px !important;
    }
}

/*New Section*/
.new-training h4 {
    font-size: 18px;
    font-weight: 600;
}

.new-training h5 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}

.training-thumb {
    position: relative;
    height: 100%;
    border: solid #e2e2e2 1px;
    box-shadow: 0px 2px 5px #E1E1E1;
}

    .training-thumb .thumb-hover-col {
        position: absolute;
        top: 0px;
        left: 0%;
        width: 100%;
        height: 0%;
        background: rgba(0, 0, 0, 0.7);
        transition: 0.5s ease;
        z-index: 0;
        overflow: hidden;
        font-size: 35px;
        justify-content: center;
    }

    .training-thumb:hover .thumb-hover-col {
        height: 100%;
        padding-top: 50%;
        z-index: 0;
    }

.thumb-hover-col button {
    border-radius: 0px;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
}

    .thumb-hover-col button:hover {
        border-radius: 0px;
        font-weight: bold;
        font-size: 18px;
        padding: 10px 20px;
    }

    .thumb-hover-col button:focus {
        border-radius: 0px;
        font-weight: bold;
        font-size: 18px;
        padding: 10px 20px;
    }

@media screen and (max-width: 767px) {
    .tab-button-area .btn {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .navbar-brand img {
        display: block;
    }
}

/*login*/

.login-banner {
    background: url(../images/login-banner.jpg) center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    background-size: cover;
    height: calc(100vh - 153px);
}

.login-design .form-control {
    height: 50px;
    border-radius: 0px;
    background: #fff !important;
}

.new-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #7d7b7b;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .new-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: solid 1px #aba9a9;
}

/* On mouse-over, add a grey background color */


/* When the checkbox is checked, add a blue background */
.new-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.new-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.new-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-sign-in {
    /*background: #f2b600;*/
    background: rgb(55, 0, 67);
    color: #fff;
    font-weight: bold;
    padding: 15px;
    margin-top: 15px;
}
.btn-sign-in:hover {
    color: #fff;
}
.btn-yellow-bdr {
    background: #ffffff;
    color: #f2b600;
    font-weight: bold;
    border: solid 2px #f2b600;
    padding: 15px 30px;
}
.btn-yellow-bdr:hover {
    color: #f2b600;
}

.btn-create-acct {
    background: transparent;
    color: #333;
    font-weight: bold;
    padding: 15px;
    border: 1px solid #333;
}

.btn-dark-grey {
    background: #333333;
    color: #fff;
    font-weight: bold;
    padding: 15px 30px;
}

.btn-cancel {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: .25rem;
    color: #000;
    padding-top: 15px;
}

    .btn-cancel:hover {
        text-decoration: underline;
        color: #007bff;
        cursor: pointer;
    }

.btn-lost-password {
    background: none;
    border: none;
    box-shadow: none;
    display: block;
    border-bottom: 1px solid #ccc;
}
.form-control:focus {
    box-shadow: none;
}

.bg-dark-black {
    background: #19181e;
}

.button, .buttons {
    position: relative;
}

.bg-light-cream {
    background: #e7dbe9;
}

.edit-profile label {
    font-size: 14px;
}

.edit-profile textarea {
    border-radius: 0px;
    font-size: 14px;
    border-color: #c6c6c6;
}

.appli-train td span {
    font-size: 14px;
}

.appli-train td {
    vertical-align: middle;
}

.course-detail td {
    border: 0px;
    padding: 5px 15px;
    font-size: 14px;
}

.image-section img {
    width: 100%;
}

.detail-option td {
    border: 0px;
    padding: 0px;
}

    .detail-option td span {
        font-size: 14px;
        color: #000;
        font-weight: 600;
    }

.course-detail label, .course-detail .form-control-plaintext {
    font-size: 14px;
}

.course-detail .form-control-plaintext {
    color: #6c757d !important;
}

.course-detail .form-group {
    margin-bottom: 0px;
}

.home-container {
    margin-top: -45px;
}

.commenced {
    color: #007aff;
}

.approved {
    color: #29a744;
}

.completed {
    color: #17a2b9;
}


@media only screen and (max-width: 767px) and (min-width: 320px) {
    .tab-button {
        display: inherit;
        transition: 0.5s;
    }
}

.change-password h3 {
    display: inline-block;
    font-weight: bold;
    color: #333;
}
.change-password .form-group {
    margin-bottom: 1.5rem;
}
.change-password .form-group input {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    padding-left: 0px;
    padding-top: 0px;
}
.change-password .form-group label {
    margin-bottom: 0px;
    color: #777;
    font-size: 13px;
    font-weight: normal;
}

.sign-up-alert {
    display: flex;
    align-items:center;
}

    .sign-up-alert .alert {
        padding: 0px;
    }

.bg-purple-lgt {
    background: #a35cb3;
}

.appli-train p {
    text-align: center;
    /* padding-top: 5px; */
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: 10px;
    border-radius: 30px;
}

.no-record {
    text-align: center;
}

    .no-record p {
        text-align: center;
        color: #9c9797;
        margin-bottom: 10px;
        background: #fff;
    }

    .no-record h4 {
        color: #9c9797;
        font-size: 17px;
        text-align: center;
        margin-top: 0px;
        font-weight: 600;
    }

    .no-record small {
        color: #5f5a5a;
        font-size: 16px;
        display: block;
        font-weight: 600;
        text-align: center;
        line-height: 20px;
        margin: 15px 0px;
    }

    .no-record h5 {
        font-size: 16px;
    }

.incorrect {
}

.alert-danger .alert {
    padding: 0px;
}

/*img hover css.............................*/

.info_show-hide {
    display: none;
    position: relative;
}

.hovertext:hover + .info_show-hide {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ccc;
    z-index: 9999;
    padding: 15px;
}

.train-detai-opt span {
    padding-left: 0px;
}

.train-detai-opt .text-grey span {
    color: #5f5c5c;
    font-size: 13px;
}

.change-password span {
    padding-left: 0px;
}

.disabled {
    opacity: .65;
}

/*Refine.......................................*/
.btn {
    transition: all ease .3s;
    padding: .7rem 1.5rem;
}

.btn-group-lg > .btn {
    border-radius: 0;
}

.btn-dark-b:hover {
    background: #f2b600;
    background: #454548;
    font-size: 14px;
    opacity: .8;
}

.btn-group .btn + .btn {
    margin-left: 0px;
}

.thumb-img {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.thumb-img a {
    display: block;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.detailing-heading {
    font-size: 22px;
    font-weight: 600;
}

.marron-bg {
    color: #fff;
    background: #370043;
}

.profile-heading {
    font-size: 18px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
}

.edit-profile h5 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.btn-cancel-marron {
    background: transparent;
    border: 1px solid #370043;
    font-weight: bold;
}

.latest-head>span {
    display: inline-block;
    font-size: 1.5rem;
    border-bottom: 1px solid #000;
    font-weight: bold;
}

.view-details a, .btn-marron {
    color: #fff;
    background: #370043;
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: 20px;
    white-space: nowrap;
}

.sign-icon {
    background: url(../Images/sign-icon_black.png) #f2b600 no-repeat;
    background-position: right 106px center;
}

.sign-icon:focus, .sign-icon:active {
    background: url(../Images/sign-icon_black.png) #f2b600 no-repeat;
    background-position: right 106px center;
}

.sign-icon:not(:disabled):not(.disabled):active {
    background-image: url(../Images/sign-icon_black.png) !important;
}
.credit-reporting {
    padding: 15px;
}
.notes-details ul {
    padding-left: 20px;
}
.container, .latest-head {
    position: relative;
}
.required::after {
    content: "*";
    color: red;
    font-size: 1rem;
    margin-left: 5px;
    position: relative;
}

.form-group label {
    font-weight: 600;
    color: #333;
}

.login-type-screen {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.Register-banner {
    background: url(../images/login-banner.jpg) center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    background-size: cover;
    padding: 15px;
}

.buttons a, .buttons input {
    padding: 1rem 1.5rem;
    display: block;
    font-size: 14px;
    width: 100%;
}
.buttons .btn-lost-password {
    padding-left: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.stratch-section {
    min-height: calc(100vh - 153px);
}
.small-icons {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.small-icons li {
    list-style-type: none;
    padding: 15px 30px 15px 0px;
    display: inline-block;
}
.navbar-light .navbar-nav .nav-link{
    color: #000;
    transition: all .3s ease;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #afbd24;
}
.tab-button.btn-group-lg > .btn {
    padding: .75rem 1rem;
}
.profile-tab {
    width: 100%;
}
.profile-tab input {
    border-radius: 0;
    text-align: center;
    padding: 10px 15px;
    width: 50%;
    border: 1px solid #370043;
    font-weight: normal;
    cursor:pointer;
}
    .profile-tab input.aspNetDisabled {
        cursor:default;
    }

.transparent-tab-marron {
    color: #370043;
    background: transparent;
}
.confirmation-text {
    font-size: 12px;
}
.small-icons svg {
    font-size: 18px;
    vertical-align: middle;
}
a.btn-register:not([href]):not([tabindex]) {
    color: #fff;
}
.btn-sign-in, .btn-create-acct, .btn.marron-bg, .btn-cancel-marron {
    border-radius: 30px;
    padding: .4rem 1.5rem;
    font-weight: normal;
    font-size:14px;
}
    .btn-sign-in:hover, .btn-create-acct:hover, .btn.marron-bg:hover, .btn-cancel-marron:hover, .btn-yellow-bdr:hover, a.btn-yellow:not([href]):not([tabindex]):hover,
    .btn-yellow:hover {
        text-decoration: underline;
    }
.btn-create-acct[disable="disable"], .view-details a[disable="disable"], .btn-cancel-marron[disable="disable"], .btn.marron-bg[disable="disable"] {
    opacity: .3;
}
.btn-create-acct[disable="disable"]:hover {
        text-decoration: none;
    }
.fa-file-pdf-o.disabled {
    opacity: .3;
}
.payment-method {
    padding-top: 15px;
    padding-bottom: 15px;
}
    .payment-method .nav-tabs  {
        border: 0;
    }
    .payment-method > div:first-child {
    border-right: 1px #ccc solid;
}
.payment-method .payment-type {
    display: block;
    padding: 0;
    margin: 0;
}
    .payment-method .payment-type li {
        display: block;
        text-align: center;
    }
        .payment-method .payment-type li a {
            padding: 20px;
            display: inline-block;
            color: #333;
            background: #fff;
            border: 1px solid #e6e6e6;
            border-radius: 6px;
            margin-bottom: 10px;
            min-width:200px;
            box-shadow: 2px 2px 6px rgba(0,0,0,.1);
            transition: .3s;
            position: relative;
        }
            .payment-method .payment-type li a.active, .payment-method .payment-type li a:hover {
                text-decoration: none;
                background: #f2b600;
                color: #000;
            }
                .payment-method .payment-type li a.active::after {
                    position: absolute;
                    content: "";
                    background: #f2b600;
                    width: 20px;
                    height: 20px;
                    border-radius: 4px;
                    top: 50%;
                    right: 0px;
                    transform: rotateZ(45deg) translateY(-50%);
                }
            .payment-method .payment-type li a h6 {
                margin-top: 15px;
                margin-bottom: 0;
                font-size: 13px;
                font-weight: bold;
            }
.payment-type-details {
    padding: 15px 15%;
}
    .payment-type-details option, .payment-type-details select, .payment-type-details input {
        font-size: 13px;
        height: 38px;
    }
.card-number {
    background: url(../Images/cd-card.png) no-repeat;
    background-position: right 5px center;
    padding-right: 55px;
}
.cvvno {
    max-width: 100px;
    display: inline-block;
    margin-right: 15px;
}
.cvvref {
    max-width: 48px;
    margin-right: 10px;
}
::-webkit-input-placeholder{
    font-size: 13px;
}

:-ms-input-placeholder{
    font-size: 13px;
}

::-moz-placeholder{
    font-size: 13px;
}
.btn-outline {
    background: transparent;
    border: 1px solid #ececec;
    color: #777;
    transition: .3s;
}
    .btn-outline:hover, .btn-outline:focus, .btn-outline:focus:hover {
        background: #f3f3f3;
        border: 1px solid #ccc;
        color: #333;
    }
.withdraw-invoice a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.invoice-total table {
    width: 300px;
    float:right;
    text-align: right;
}
@media (max-width: 1024px) {
    .navbar-brand img {
            width: 180px;
        }

        .navbar-nav .nav-item {
            padding-left: 0px;
            padding-right: 0px;
        }

        .login-banner {
            height: calc(100vh - 136px);
        }
    }

    @media (max-width: 999px) {
        .banner-heading h1 {
            font-size: 3rem;
        }

        .navbar-nav .nav-item {
            padding-left: 15px;
            padding-right: 15px;
        }

        .latest-head > span, .detailing-heading {
            font-size: 1.25rem;
        }
    }

    @media (max-width: 767px) {
        .container-fluid, .container-fluid .container {
            padding: 0px;
        }

        .banner-heading {
            padding-left: 15px;
            padding-right: 15px;
        }

        .banner-img {
            height: 400px;
        }

        .latest-head h2 {
            font-size: 20px;
        }

        .t-c ul, .copyright {
            text-align: center;
        }

        .banner-heading h1 {
            font-size: 1.5rem;
        }

        .banner-heading {
            transform: translateY(0%);
        }

        .navbar-brand {
            padding: 0;
        }

        .login-banner {
            padding-left: 15px;
            padding-right: 15px;
            height: 100vh;
        }

        .change-password {
            padding: 30px 20px;
        }

        .sign-icon {
            background-position: right 76px center;
        }
        .options {
            margin-top: 15px;
        }
    }

    @media (max-width: 360px) {
        .login-banner {
            height: calc(100vh);
        }

        .small-icons li {
            padding: 15px 15px 15px 0px;
        }

        .latest-head > span, .detailing-heading {
            font-size: 1rem;
        }
    }

.navigationTabs {
    width: 100%;
    flex: 1;
}

.navbar-expand-lg .navigationTabs.navbar-nav .nav-item {
    position: relative;
    padding: 0;
    flex-basis: 20%;
}

.sub-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}
.sub-category .btn {
    border-radius: 0;
    margin-top: 3px;
}
    .sub-category .btn.active {
        border-radius: 0;
        margin-top: 3px;
    }

.social-caption .details span:first-child {
    width: 20px;
    text-align:center;
}