a:focus {
    outline: none;
    outline: none;
    outline-offset: -2px;
}
a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}
.full-cover{
    width:100%;
    height:100%;
    padding:34px 10px;
    background-size:cover;
    background-position: center center;
    background-attachment:fixed;
    overflow: hidden;
    position: relative;
}
.full-cover.form-cover{
    overflow:auto;
}
.full-cover:before{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #141414;
    opacity:0.4;
    content:'';
    z-index:0;
}
.full-cover.form-cover:before{
    position:fixed;
}
.modal-content{
    border-radius:0;
}
.btn{
    border-radius:0;
}
.full-cover .content-wrap{
    transform:translate(0, 0)
}
.full-cover.auto-height{
    height:auto;
    background-attachment: fixed;
}
.logo{
    width:120px;
}
.logo.homepage-logo{
    display: block;
    /*margin:0 auto;*/
}
.theme-style-1 h2.home-main{
    line-height: 56px;
    font-size: 44px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 800;
}
.text-white{
    color:#fff !important;
}
.main-button{
    display: inline-block;
    background: #fff;
    padding: 16px 24px;
    width:435px;
    border-radius: 3px;
    margin: 0 10px;
    font: 900 14px/14px 'Roboto', sans-serif;
    color: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    z-index: 11;
    text-decoration: none;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    overflow: hidden;
}
.main-button.btn-bg-color-4 {
    position: relative;
    background: #8bc34a;
}
.main-button.red{
    background-color: #1b8af3;
}
.main-button.blue{
    background-color: #da344d;
}
.main-button:hover {
    color: #000;
    text-decoration: none;
}
.main-button:hover:before {
    opacity: 1;
    width: 100%;
    left: 0;
    transform: rotate(0) scaleY(7);
}
.main-button:before {
    content: '';
    position: absolute;
    left: -12px;
    top: -3px;
    width: 35%;
    height: 100%;
    background-color: #ffc107;
    z-index: -1;
    transform: rotate(-33deg) scaleY(1);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    opacity: 0;
    margin-bottom:32px;
}
.main-button:hover .fa {
    color: #fff;
}
.main-button .fa {
    padding: 0 10px 0 0;
    font-size: 16px;
}
.facts-box .round-icon {
    border: 2px solid #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.10);
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
}
.facts-box {
    float: none;
    width: 100%;
    background-image: none;
    background-repeat: none;
    background-position: none;
    background-size: none;
    background-color: transparent;
    padding: 50px 0 0 0;
}
.facts-box strong.number {
    display: block;
    text-align: center;
    font: 300 18px 'Roboto', sans-serif;
    color: #fff;
    padding: 0 0 0 0;
}
.button-wrapper{
    margin-bottom:16px;
}
.login-form input[type="text"], .login-form input[type="email"], .login-form input[type="password"] {
    float: left;
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    font: 400 14px/14px 'Roboto', sans-serif;
    color: #666;
    padding: 0 10px 0 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 0 20px 0;
    border-radius: 3px;
}
.form-wrapper{
    background-color:#fefefe;
    padding:20px 60px;
}
.job-flex{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: flex-start;
    padding:10px 12px;
    border:1px solid #dfdfdf;
    border-radius:10px;
    transition:all 0.3s ease-in-out;
    margin-bottom:32px;
}
.job-flex.selected{
    background-color:#dfdfdf;
}
.job-flex img{
    width:40px;
    height:40px;
    display: block;
}
.job-flex .cat-title h5{
    font-size:18px;
    line-height: 26px;
}
.job-flex:hover{
    cursor: pointer;
}
.login-form{
    padding-top:30px;
    transition: all 0.3s ease-in-out;
}
.login-form.employer-login{
    padding-top:8px;
}
.home-page .modal-content{
    border-radius: 0;
}
/* .home-page .modal-body form{
    height:150px;
} */
.go-back{
    display: inline-block;
    margin-bottom:16px;
}
.OTP-form{
    /* position: absolute;
    top:0;
    left:0; */
    width:100%;
    height:auto;
    padding:10px;
    display: none;
    /* transform:translateX(110%);
    transition: all 0.3s ease-in-out; */
}
.OTP-form input{
    width:100%;
    height:40px;
}
#myModal .modal-body, #employerModal .modal-body{
    overflow-x: hidden;
}
.move-left{
    transform:translateX(-110%);
}
.move-center{
    transform:translateX(0);
}
.radio-click{
    padding:6px 14px;
    background-color:#dfdfdf;
    margin-right:10px;
    display: inline-block;
}
.radio-click.selected{
    background-color:#fefefe;
    border:1px solid #dfdfdf;
    
}
.nav-tabs > li{
    float:none;
    display: inline-block;
}
.theme-style-1 p.master-label{
    margin:0;
    margin-top:16px;
    font-size:14px;
    margin-bottom:8px;
    color:#141414;
    font-weight: 600;
}
.job-search{
    margin-bottom:32px;
}
.job-search .form-control{
    height:46px;
}
.job-search  button[type="submit"] {
    float: left;
    width: 100%;
    height: 45px;
    border: 0;
    background: #fff;
    border-radius: 3px;
    font-size: 18px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}
.page-profile{
    padding-bottom:64px;
}
.nav-tabs img{
    display:block;
    width:25px;
    margin-left: auto;
    margin-right:auto;
}
.nav-tabs p{
    font-size:18px;
    font-weight: 700;
    text-align:center;
    margin:0;
    margin:12px 0;
}

.nav-tabs > li.active a p{
    color:#fff;
}
.nav-tabs > li a{
    opacity:0.4;
}
.nav-tabs > li.active a img{
    -webkit-filter:invert(1);
    filter:invert(1);
}
.nav-tabs > li a:hover img{
    -webkit-filter:invert(0);
    filter:invert(0);
}
.nav-tabs > li.active a{
    background-color:#1b8af3;
    opacity:1;
}
.nav-tabs > li a:hover p{
    color:#000;
}
.radio-wrapper input{
    opacity:0;
    visibility:hidden;
    display: none;
}
.radio-wrapper label{
    padding:2px 10px;
    border:2px solid #1b8af3;
    font-size:16px;
    font-weight: 400;
    background-color:#fff;
    border-radius:5px;
    font-family: "Roboto", sans-serif;
}
.radio-wrapper label:hover{
    cursor: pointer;
}
.radio-wrapper input:checked + label {
    background-color: #4B9DEA;
    color: #FFF;
    border-color: #4B9DEA;
    z-index: 1;
}
.yes-salary{
    display:none;
}
footer p{
    margin:0;
}
footer p a{
    padding:2px 8px;
}
#myList li span.category{
    opacity:0;
    visibility: hidden;
}
.modal-body .filter-category{
    height:105px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
} 
.modal-body .filter-category.show-full{
    height:100%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
} 
#cat-toggle:hover{
    cursor: pointer;
}
.hid{
    display:none;
}
hr {
    margin-top: 6px;
    margin-bottom: 6px;
    border: 0;
    border-top: 1px solid #eee;
}
.sidebar.col-sm-4 .box .text-box a.btn-apply{
    display: inline-block;
}
.popular-categories .box{
    padding:24px 0;
}

.popular-categories .box:hover, .popular-categories .box:hover{
    background-color: transparent;
    color:#141414;
}
.popular-categories .box:hover p, .popular-categories .box:hover h4 a{
    color:#141414;
}
.overview li  strong{
    display: block;
    margin:6px 0;
}
@media only screen and (max-width:768px){
    .full-cover{
        width:100%;
        height:100%;
        overflow: auto;
        background-attachment: fixed;
    }
    .theme-style-1 h2.home-main {
        line-height: 32px;
        font-size: 28px;
        color: #fff;
        letter-spacing: 2px;
        font-weight: 800;
    }
    .button-wrapper{
        margin-bottom:32px;
    }
}
.mobile-only{
    position: fixed;
    width:100%;
    bottom:0;
    left:0;
    z-index:99;
    background-color: #fefefe;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.bottom-flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
}
.bottom-flex a{
    display:block;
    width:100%;
}
.bottom-flex .flex-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-basis:20%;
    padding:10px 6px;
}
.bottom-flex .flex-wrap.active{
    flex-basis:40%;
    background-color:#4B9DEA;
}
.bottom-flex .flex-wrap p{
    font-size: 14px;
    color: #141414;
    font-weight: 400;
    margin:0;
}
.bottom-flex .flex-wrap img{
    width:24px;
}
.bottom-flex .flex-wrap.active p{
    display: block;
    margin:0;
}
.for-individual, .for-Company{
    display:none;
}
.hwbutton{
    height:40px;
    width:100%;
}
.post-cat-search{
    list-style: none;
    padding:0;
    margin:0;
    border-left:1px solid #666;
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    display:none;
}
.post-cat-search li{
    list-style-type: none;
}
.post-cat-search li a{
    font-size:14px;
    color:#000;
    display: block;
    padding:4px 12px;
}
#post-cat-search li a:hover{
    background-color: #f3f3f3;
}
.nep-part{
    position: relative;
    padding-right:8px;
    font-weight:500;
    color:#3a3a3a;
}
.nep-part:before{
    content:'/';
    margin-right: 4px;
}
.nep-part-label{
    position: relative;
    font-weight:500;
    color:#3a3a3a;
}
.radio-wrapper .nep-part-label{
    opacity:0.75;
}
.radio-wrapper input:checked + label .nep-part-label{
    color:#fff;
}
.nep-part-label:before{
    content:'/';
    margin-right: 4px;
}
.for-comp{
    display:none;
}
.form-wrapper h3{
    font-size:20px;
}

@media only screen and (min-width:768px){
    .mobile-only{
        display:none;
    }
    /* .home-page .modal-content{
        transform:translateY(75%);
    } */
    .overview{
        -moz-columns:2;
        columns:2;
    }
    .mobile-show.clearfix{
        display:none;
    }
    
    
}

.watchlist-remove{
    position: absolute;
    right: 29px;
    top: 20px;
}

.content-area .box .text-col a.text {
    font: 400 13px/13px 'Roboto', sans-serif;
    color: #888;
    text-decoration: none;
    float: left;
    padding: 0px 40px 13px 0px;
}
.flex-wrap.active p{
    color:#fefefe;
}
.flex-wrap.active img{
    filter:invert(1);
}
.button-right{
    float: right;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 150px;
}

.button-right a{
    margin-bottom:16px;
}
.navbar-header .logo{
    width:80px;
}
.help-header{
    display:flex;
    align-items:center;
    justify-content:center;
}
html {
      scroll-behavior: smooth;
    }

    .vid-wrap {
      margin-bottom: 32px;
    }

    .faq {
      margin-bottom: 32px;
      padding-top: 20px;
      padding-bottom: 12px;
      background-color: #fefefe;
      border-radius: 4px;
    }

    .question {
      padding-bottom: 12px;
      border-bottom: 1px solid #141414;
      margin-bottom: 12px;
    }

    .answer {
      text-align: justify;
    }
.help-icon{
    top: auto!important;
    left: 10px!important;
    bottom: -15px!important;
    right: auto!important;
    position: fixed!important;
}
.help-icon .box{
    width:60px;
    height:60px;
    background-color:#1b8af3;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:32px;
    border-radius:50%;
    margin:8px auto;
}
.help-icon a{
    color:#fff;
}
@media only screen and (min-width: 768px) { 
    /* .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    
    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    } */
    
    .input-box .fa {
        position: absolute;
        left: 20px;
        top: 9px;
        font-size:24px;
        border-right: 1px solid #ccc;
        padding: 3px 10px 0 0;
    }
}
@media only screen and (max-width:600px){
    #Ozsx05R-1617183411813{
        margin-bottom:32px !important; 
    }
    .main-button{
        width:250px;
    }
    .content-area .box strong.price {
        padding: 0;
        float:left;
        margin-top:0;
    }
    .content-area .box a.btn-1 {
        float: left;
        padding: 11px 20px;
        border-radius: 3px;
        font: 900 14px/14px 'Roboto', sans-serif;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        margin: 16px 0 0 5px;
        overflow: hidden;
        position: relative;
        display: inline-block;
    }
    .content-area .box .text-col {
        float: left;
        width: 100%;
    }
    .content-area .box .text-col a.text{
        display: block;
        width:auto;
    }
    .content-area .box .text-col {
        padding-top:12px;
    }
    
    .modal {
        text-align: center;
    }
    .form-wrapper {
        background-color: #fefefe;
        padding: 20px 10px;
    }
    h3, h4{
        font-size:18px;
    }
    #footer{
        margin-bottom:32px;
    }
    .footer-list.text-right.text-xs-center{
        text-align:left;
    }
    .modal.in .modal-dialog{
        transform:translate(0, 25%)
    }
    #filterModal.modal.in .modal-dialog{
        transform:translate(0, 0)
    }
    .full-cover.form-cover {
        width: 100%;
        height: 100vh;
        overflow: auto;
        background-attachment: fixed;
    }
    .main-button{
        padding:20px 14px;
    }
    .nep-part{
        display:block;
    }
    .nep-part:before{
        content:'/';
        display:none;
    }
    li.col-md-12.col-xs-12{
        padding:0;
    }
    .button-wrappers img {
        width: 140px;
        margin-right: 24px;
        margin-bottom:10px;
        filter: none;
        transition: all 0.3s ease;
    }
    .navbar-header .logo{
        width: 60px;
    }
    .button-right {
        float: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        min-height: 150px;
    }
    .input-box .fa {
        position: absolute;
        left: 20px;
        top: 9px;
        font-size:24px;
        border-right: 1px solid #ccc;
        padding: 3px 10px 0 0;
    }
    
}


