fieldset {
    display: none
}

fieldset.show {
    display: block;
    min-height: 65vh;
}

.tabs {
    margin: 2px 5px 0px 5px;
    padding: 12px 20px;
    cursor: pointer;
    border-bottom: 0px solid #15b0b6;
    background: #fff;
}

.tabs:hover,
.tabs.active {
    border-bottom: 1px solid #15b0b6;
    transition: all ease-in-out 0.4s;
}
.tabs.active {
    background: #15b0b6;
    transition: all ease-in-out 0.4s;
}
.tabs.active h6{
    color:#fff!important;
    margin-bottom: 0;
}


.box {
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px
}

@media screen and (max-width: 768px) {
    .tabs h6 {
        font-size: 12px
    }
}
.file-title{
    text-align: center;
    min-height: 60px;
}
.single-file{
    position: relative;
}
.close-btn-xs{
    position: absolute;
    top: 0;
    right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*line-height: 0px;*/
}
.select2-container--default .select2-selection--single {
    height: 38px;
    /*margin-bottom: 18px;**/
}
.select-important-width{
    width:100%!important;
}
.file-actions {
    text-align: center;
}
output.range-output {
    visibility: hidden;
    position: absolute;
    top: -16px;
    right: 50%;
    color: #485D64;
    background: #A2C2C8;
    padding: 3px;
    width: 27px;
    text-align: center;
}
/*.slider{*/
/*    -webkit-appearance: none;*/
/*    width: 100%;*/
/*    height: 10px;*/
/*    border-radius: 5px;*/
/*    background: #d3d3d3;*/
/*    outline: none;*/
/*    opacity: 0.7;*/
/*    -webkit-transition: opacity .15s ease-in-out;*/
/*    transition: opacity .15s ease-in-out;*/
/*}*/

/*.slider:hover {*/
/*    opacity:1;*/
/*}*/

.range {
    position: relative;
}

input[type="range"] {
    -webkit-appearance: none;
    display: block;
    margin: 0;
    width: 100%;
    border: 0;
    background: transparent;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    width: 100%;
    color: transparent;
    background: lightgray;
    border-radius: 999px;
    border: none;
    padding: 5px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: rgba(70, 134, 146, 0.5);
    border: 0px solid rgba(0, 0, 0, 0);
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: pointer;
    height: 22px;
    width: 22px;
    border-radius: 30px;
    background: black;
    box-shadow: 0px 2px 10px -2px black(1);
    position: relative;
    z-index: 2;
    box-shadow: 1.1px 1.1px 6.8px rgba(0, 0, 0, 0), 0px 0px 1.1px rgba(13, 13, 13, 0);
    border: 0px solid #000000;
    background: url("../images/clepuis icon.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

input[type="range"]::-webkit-slider-thumb::before {
    content: '+';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: red;
}

.ticks {
    position: absolute;
    z-index: -1;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 22.5px;
}

.tick {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 4px;
    background: #558590;
    height: 4px;
    border-radius: 100%;
    line-height: 50px;
    margin-bottom: 20px;
}


.search-bg form select {
    width: 21%;
    border: none;
    border-radius: 5px;
    padding: 0 20px;
}
.search-bg form input{
    width: 21%;
}
.select2-container--default .select2-selection--multiple {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 62px;
}
.rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
}

.rating label:last-child .icon {
    color: #ffffff77;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
    color: #15b0b6;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #ffffff77;
    text-shadow: 0 0 5px #15b0b6;
}
.newsletter-area input[type="text"] {
    font-size: 16px;
    display: inline-block;
    margin: auto;
    width: 360px;
    border: none;
    border-radius: 5px;
    padding: 13px 20px;
}
.section-top{
    margin-bottom: 0!important;
}
.slide-text {
    width: 60%;
}
.filled-star{
    color:#15b0b6;
}
.slide-img {
    width: 40%;
}
.slide-img .hover-state {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(68, 87, 92, 0.7);
    transition: 0.5s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
}
.single-job{
    width: 100%;
}
@media (max-width: 1150px) {
    span.employer-forms{
        display: block;
    }
}

@media (min-width: 1150px) {

    span.seeker-forms {
        position: relative;
        border: 2px solid;
        padding: 20px 7px;
        border-radius: 5px;
    }
    .seeker-forms small{
        position: absolute;
        top: -25px;
        left: 2px;
    }
    .seeker-forms li.menu-btn{
        margin-left: 0!important;
    }

    span.employer-forms {
        position: relative;
        border: 2px solid;
        padding: 20px 7px;
        border-radius: 5px;
        margin-left: 5px;
    }
    .employer-forms small{
        position: absolute;
        top: -25px;
        left: 2px;
    }
    .employer-forms li.menu-btn{
        margin-left: 0!important;
    }
}

.main-menu ul li a{
    padding: 15px 5px;
}
.dropdown-menu.show a {
    width: 100%;
}
.section-padding {
    padding: 25px 0;
}
.footer-area {
    color: #ffffff;
    background: #41555C;
}

.newsletter-area:after {
    background: rgba(65, 85, 92, 0.8);
}

.section-padding3 {
    padding-bottom: 25px;
    padding-top: 25px;
}
#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 1rem;
    position: relative;
}

.image-area::before {
    content: 'Uploaded image result';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}
.team-img .hover-state {
    background: #41555C88;
}
.single-team-member{
    cursor: pointer;
}
.main-menu ul li:hover ul.sub-menu {
    left: 0;
}
b, sup, sub, u, del {
    color: #15b0b6;
}
.partner-image{
    max-width: 100%;
    opacity: 0.3;
    transition: 0.2s all ease-in-out;
}
.partner-image:hover{
    opacity: 1;
    transition: 0.2s all ease-in-out;
}
#mapBox{
    height: 200px;
}

#forget_passwordLnk small {
    text-decoration: underline solid #0c84ff;
    cursor: pointer;
    color: #0c84ff;
}

.faq {
    padding: 60px 0;
}
.faq .faq-list {
    padding: 0;
    list-style: none;
}
.faq .faq-list li {
    border-bottom: 1px solid #d4e5fc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.faq .faq-list .question {
    display: block;
    position: relative;
    font-family: #106eea;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    color: #0d58ba;
    transition: 0.3s;
}
.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}
.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
    display: none;
}
.faq .faq-list .collapsed {
    color: black;
}
.faq .faq-list .collapsed:hover {
    color: #106eea;
}
.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}
.required {
    color: #ff0000;
}
