.cv_main_heading, .cv_main_heading_update{
    text-decoration: none;
}

#general_information_update, #personal_detail_update, #experience_update, #experience_add_edit, #document_update, #document_add_edit, 
#certificate_update, #certificate_add_edit, #about_update{
    display: none;
}
.action_links{
    text-decoration: none;
}

.inst_short_desc{
    height: 55px;
}
.inst_link{
    cursor: pointer;
}
.author-card-top{
    background-color: #f3f2f2;
    padding-top: 30px;
}
.author-card-cover{
    display: none;
}
.percent_circle_top{
    float: left;
    margin-right: 10px;
}
.dropdown-menu .progress-bar{
    color: unset;
}
.author-card .author-card-profile .author-card-avatar{
    border-radius: unset;
}
.custom_form .labels {
    font-size: 18px ;
    font-family: 'Roboto', sans-serif;
    font-weight: bold ;
    color: #0d3141;
    line-height: 22px ;
    white-space: nowrap ;
    margin-bottom: 17px;
    padding-left: 10px;
}
.setting_main .h4{
    font-size: 20px ;
    font-family: 'Roboto', sans-serif;
    font-weight: bold ;
    color: #0d3141;
}
.last_contract{
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px ;
}
.last_contract span{
    color: #ff4042;
}
.profile_form .form-control{
    background-color: #f4f4f7;
    margin-top: 10px;
}
.custom_form .add_experience{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #4B9AC6;
    text-decoration: none;
}

.custom_form .add_experience span{
    color: red;
}
.cv_preview{
    color: #52c2df;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
#progressBar{
    margin-top: 8px;
}
.progress{
    height: 1.3rem;
}
.tip{
    color: #4B9AC6;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.header_top{
    background-color: #0a2835;
}
.navbar-nav .nav-link{
    color: rgba(255,255,255,0.65);
}
.navbar-nav .nav-item.active .nav-link, .navbar-link{
    color: #ffffff;
}
.navbar-wrapper .dropdown-toggle:hover .navbar-link, .navbar-wrapper .mega-dropdown-toggle:hover .navbar-link{
    color: #ffffff;
}
.page-title .page-title-heading {
    font-size: 22px;
    letter-spacing: .034em;
    font-family: 'Roboto', sans-serif;
    text-transform: unset;
    color: #0d3141;
}
.page-title{
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 80px;
    background: #284653;
}
.navbar-wrapper{
    border-bottom: unset;
}
.last_contract a{
    color: #ffffff !important;
}
.cv_top_text{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #0d3141;
}

.cv_main_heading h2, .cv_main_heading_update h2{
    text-decoration: none;
    font-size: 22px;
    letter-spacing: .034em;
    font-family: 'Roboto', sans-serif !important;
}

.cv_main_heading_update h2, .cv_main_heading h2:hover{
    color: #fa8e4f;
}

.main_cv .wizard{
    padding: 15px;
    margin-bottom: 15px;
}
.navbar-brand {
    width: 180px;
}
.navbar-buttons>li>a {
    color: #ffffff;
}
.news{
    color: #d3d3d3;
}
.news a{
    color: #2a93cc;
}

.btn-primary {
    background-color: #5695fe;
    border-color: #5695fe;
}

.btn-primary:hover {
    background: #5695fe;
    -webkit-box-shadow: 0 12px 18.8px 1.2px rgb(86 149 254 / 24%);
    box-shadow: 0 12px 18.8px 1.2px rgb(86 149 254 / 24%);
}

.select2-selection__rendered {
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #dddcdc;
    padding-bottom: 10px !important;
    margin-top: 2px;
}

.select2-selection--single{
    border: unset !important;
    padding-bottom: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}



@media (max-width: 767px) {
    .banner_top{
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner_top h2{
        font-size: 18px;
        margin-top: 20px !important;
    }
    .banner_link{
        display: block;
        margin-right: 0px !important;
    }
    .banner_link1{
        margin-top: 50px;
    }
    .news_mobile{
        padding-left: 15px !important;
    }
    .banner_img{
        background-size: 100% auto !important;
        background-position: 0% 10% !important;
    }
    header{
        background-color: #0d3141 !important;
    }
    .banner_mobile{
        background-color: #111111;
    }
    .main_logo{
        width: 200px !important;
        max-width: unset;
    }
}   