* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: 'Proxima Nova Alt';
    font-weight: 500;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: 'Proxima Nova Alt';
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

@font-face {
    font-family: 'Proxima Nova Alt';
    src: url('../font/Mark Simonson - Proxima Nova Alt Regular-webfont.eot');
    src: local('☺'), url('../font/Mark Simonson - Proxima Nova Alt Regular-webfont.woff') format('woff'), url('../font/Mark Simonson - Proxima Nova Alt Regular-webfont.ttf') format('truetype'), url('../font/Mark Simonson - Proxima Nova Alt Regular-webfont.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Proxima Nova Alt';
    src: url('../font/Mark Simonson - Proxima Nova Alt Bold-webfont.eot');
    src: local('☺'), url('../font/Mark Simonson - Proxima Nova Alt Bold-webfont.woff') format('woff'), url('../font/Mark Simonson - Proxima Nova Alt Bold-webfont.ttf') format('truetype'), url('../font/Mark Simonson - Proxima Nova Alt Bold-webfont.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Proxima Nova Alt';
    src: url('../font/Mark Simonson - Proxima Nova Alt Black-webfont.eot');
    src: local('☺'), url('../font/Mark Simonson - Proxima Nova Alt Black-webfont.woff') format('woff'), url('../font/Mark Simonson - Proxima Nova Alt Black-webfont.ttf') format('truetype'), url('../font/Mark Simonson - Proxima Nova Alt Black-webfont.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}


/*MENU CSS */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 11;

}


.sidenav a {
    text-align: center;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 45px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

::-webkit-scrollbar {
    background: #f1f1f1;
    width: 12px;
    color: #fff;

}

::-webkit-scrollbar-thumb {
    background: #6bbaa7;
}

.login-form::-webkit-scrollbar {
    background: #f1f1f1;
    width: 0px;
    color: #fff;

}

.login-form::-webkit-scrollbar-thumb {
    background: #6bbaa7;
}

/* end */
a {
    color: #232323;
}

.transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.text-primary {
    color: #6bbaa7 !important;
}

.title {
    font-weight: 600;
}

.text-light {
    color: #9b9b9b !important;
}

.form-control:focus {
    background-color: #fff;
    border-color: #6bbaa7;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #6bbaa7;
    border-color: #6bbaa7;
}

.btn {
    border-radius: 0;
    padding: 0.575rem 0.75rem;
    font-weight: 600;
    letter-spacing: 2px;
}

.btn-primary {
    color: #fff;
    background-color: #6bbaa7;
    border-color: #6bbaa7;
}

.btn-secondary {
    color: #fff;
    background-color: #cdcdcd;
    border-color: #cdcdcd;
}

.btn-danger {
    color: #fff;
    background-color: #ff0018;
    border-color: #ff0018;
    font-size: 12px;
}

.btn-danger:hover {
    color: #ff0018 !important;
    background: transparent;
}

.btn-primary.active {
    background-color: red !important;
    border-color: red !important;
}

.form-control {
    border-radius: 0;
    border-color: #e0e0e0;
}

a:hover {
    color: #6bbaa7 !important;
    text-decoration: none;
}

.bg-login {
    background: url("../img/login.jpg")#000 no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    background-attachment: fixed;
    overflow: auto;
}

.bg-register {
    background: url("../img/register.jpg")#000 no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    background-attachment: fixed;
    overflow: auto;
}

.bg-logincommingsoon {
    background: url("../img/comingsoon_bg.jpg")#000 no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    background-attachment: fixed;
    overflow: auto;
    background-position: 0px;
    text-align: center;
}

.bg-logincommingsoon h2 {
    font-size: 52px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}

.bg-logincommingsoon h4 {
    font-size: 18px;
    text-transform: inherit;
    color: #fff !important;
    font-weight: 400;
    letter-spacing: 2px;
}

.bg-logincommingsoon .login-form {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 100%;
    overflow: auto;
    max-width: 710px;
}

.w410 {
    max-width: 410px;
    margin: auto;
}

.w410 .btn-primary:hover {
    background-color: #313131;
    color: #6bbaa7;
    border-color: #6bbaa7;
}

ul.footersociallink {
    margin-top: 80px;
    width: 330px;

    margin: auto;

    display: block;

    overflow: hidden;

    padding: 0;

    text-align: center;

    margin-bottom: 20px;

}

ul.footersociallink li {

    list-style: none;

    margin: 10px;

    float: none;

    display: inline-block;

}

ul.footersociallink li a {
    width: 52px;
    height: 52px;
    background: #313131;
    padding: 12px 0px;
    float: left;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

ul.footersociallink li a:hover {

    background: #6bbaa7;

}

ul.footersociallink li a svg {

    width: 25px;
    height: 25px;
    fill: #fff;
    padding: 0px 0;

}

ul.footersociallink li a:hover svg {
    fill: #313131;
}

.margin_top_80 {
    margin-top: 80px;
}

.logo {
    width: 75%;
}

.inner-logo {
    margin-bottom: 1rem;
    margin-top: -1rem;
}

.inner-logo .logo {
    width: 75%;
}

.login-form .inner-logo h4 {
    margin-bottom: 0;
    margin-left: 1rem;
}

.login-form {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 30%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 97.6%;
    overflow: auto;
}

.login-form .form-group {
    position: relative;
}

.login-form .emailico,
.login-form .lockico {
    position: absolute;
    top: 7px;
    left: 6px;
}

.login-form .emailico svg,
.login-form .lockico svg,
.login-form .user-icon svg {
    width: 20px;
    fill: #fba100;
}

.login-form .form-control {
    padding-left: 2.5rem;
    border: none;
}

/* height: calc(2em + .75rem + 2px); */
.login-form {
    background: rgba(255, 255, 255, 0.3);
    padding: 2.5rem 1.5rem;
}

.login-form .forgot {
    color: #000;
    text-align: right;
    display: block;
    margin-bottom: 1rem;
    font-size: 14px;
}

.login-form h4 {
    color: #000;
    margin-bottom: 2rem;
}

.login-form h4 b {
    color: #6bbaa7;
}

.social-links span {
    display: block;
    margin: 2rem 0;
}

.social-links a:hover {
    color: #fff !important;
}

.social-links .fb-ico {
    fill: #fff;
    background: #009df7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 14px;
    margin-right: 1rem;
}

.social-links .google-ico {
    fill: #fff;
    background: #ff3333;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 14px;
}

.signup-link {
    margin-top: 1rem;
    display: block;
    font-size: 14px;
}

.signup-link a {
    color: #6bbaa7;
    font-weight: 600;
}

.signup-link a:hover {
    color: #000 !important;
}

.btn-primary:hover {
    background-color: transparent;
    color: #6bbaa7;
    border-color: #6bbaa7;
}

.btn-outline-warning:hover {
    color: #fff !important;
    background-color: #ffc107;
    border-color: #ffc107;
}

.hide-pass {
    fill: #b2b2b2;
    width: 30px;
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 7px;
    background: #ededed;
    border-radius: 5px;
}

.show-pass {
    fill: #b2b2b2;
    width: 30px;
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 7px;
    background: #ededed;
    border-radius: 5px;
}

.login-form .user-icon {
    position: absolute;
    top: 11px;
    left: 11px;
}

.next-arrow {
    background: #6bbaa7;
    /*width: 50px; height: 50px;  line-height: 50px;*/
    width: 45px;
    height: 45px;
    line-height: 55px;
    border-radius: 50%;
}

.min-height {
    min-height: 302px;
}

.next-arrow svg {
    width: 20px;
}

.next-arrow .st0 {
    fill: #fff;
}

.next-arrow:hover {
    background: #515151;
}

h5.que-text {
    font-weight: 600;
}

.steps .line {
    background: #ededed;
    width: 33%;
    height: 10px;
    border-radius: 10px;
    margin-right: 10px;
}

.steps .line:last-child {
    margin-right: 0;
}

.steps .line.active {
    background: #6bbaa7;
}

.selection-wrap .custom-radio .custom-control-input:checked+.selection.emp-icon {
    background: #6bbaa7;
}

.selection-wrap .custom-radio .custom-control-input:checked {
    color: #6bbaa7;
}

.selection-wrap .custom-control-input {
    opacity: 0;
    z-index: 1;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.selection.emp-icon {
    width: 100px;
    height: 100px;
    line-height: 6;
    background: #b9b9b9;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}

.selection.emp-icon svg {
    width: 60px;
    margin-top: 18px
}

.selection.emp-icon .st0 {
    fill: #fff;
}

.selection .emp-text {
    display: block;
    text-transform: uppercase;
    color: #9f9f9f;
    margin-top: 10px;
    font-weight: 600;
}

.selection.active .emp-text {
    color: #6bbaa7;
}

.selection.active .emp-icon {
    background: #6bbaa7;
}

.selection:hover .emp-text {
    color: #6bbaa7;
}

.selection:hover .emp-icon {
    background: #6bbaa7;
}

.custom-control {
    /*margin: 2.19rem 0; */
    padding-left: 0;
}

.option .custom-control {
    margin-bottom: 0;
}

.selection-wrap .text-wrap,
.employer-wrap .text-wrap,
.employee-wrap .text-wrap {
    font-weight: 600;
    margin-bottom: 1rem;
}

.employer-wrap {
    background: url("../img/3.jpg");
    background-size: cover;
    height: 100vh;
    background-position: center;
}

.employee-wrap {
    background: url("../img/employee.jpg");
    background-size: cover;
    height: 100vh;
    background-position: right;
}

.upload-icon {
    background: #ededed;
    border: 2px solid #c6c6c6;
    width: 150px;
    height: 150px;
    line-height: 9;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.upload-icon .st0 {
    fill: #d7d7d7
}

.upload-icon svg {
    width: 90px;
    margin-top: 28px;
}

.com-upload-icon {
    background: #ededed;
    border: 2px solid #c6c6c6;
    width: 150px;
    height: 150px;
    line-height: 9;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.com-upload-icon .st0 {
    fill: #d7d7d7
}

.com-upload-icon svg {
    width: 90px;
    margin-top: 28px;
}

.plus-icon {
    width: 50px;
    height: 50px;
    background: #6bbaa7;
    border-radius: 50%;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 67%;
    border: 3px solid #fff;
    bottom: -10px;
}

.plus-icon svg {
    width: 20px;
    margin-top: 12px;
}

.plus-icon .st0 {
    fill: #fff;
}

.upload-section {
    position: relative;
    margin-top: 3rem;
    max-width: 150px;
    margin: auto;
}

.location-icon .st0,
.contact-icon .st0 {
    fill: #fba100;
}

.location-icon,
.contact-icon {
    position: absolute;
    top: 9px;
    left: 11px;
}

.contact-icon.about {
    top: 11px;
}

.location-icon svg,
.contact-icon svg {
    width: 20px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.65em + 2px)
}

/*.location .next-arrow { margin-top: 25rem ;}*/
select.form-control {
    color: #6c757d
}
.blogimage {width: 100%;height: 250px;background-size: cover;background-repeat: no-repeat;background-color: #e8e8e8;background-position: center center;}
.label.listcategorynames {margin-bottom: 5px;}
.d-flex.align-items-center.justify-content-between .blogtime {margin-top: -10px;}
/*.dep-about .next-arrow {margin-top:10rem;}*/
.img-blog {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #6bb9a9;
    position: relative;
}

.img-blog img {
    object-fit: cover;
    object-position: top;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #6bbaa7;
}

.hotel-info svg,
.add-info svg {
    width: 20px;
}

.hotel-info .st0,
.add-info .st0 {
    fill: #fba100;
}

.property-blog {
    margin-top: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border: none;
}

.property-blog .hotel-info {
    margin-left: 0;
}

.info-wrap .title {
    font-size: 20px;
    font-weight: 600;
}

.hotel-name,
.add-name {
    color: #606060;
}

.property-blog .icon-heart {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #b9b9b9;
    border-radius: 50%;
    background: #ededed;
    line-height: 40px;
    text-align: center;
    right: 0;
    bottom: 0;
}

.property-blog .icon-heart svg {
    width: 20px;
}

.property-blog .icon-heart:hover .st0 {
    fill: red;
}

.property-blog .icon-heart .st0 {
    fill: #b9b9b9;
}

.property-blog .date-info .icon svg,
.time-info .icon svg {
    width: 16px;
}

.property-blog .date-info .icon svg,
.time-info .icon svg {
    fill: #6bbaa7;
    vertical-align: middle;
}

.property-blog .date-info .date,
.time-info .time {
    vertical-align: middle;
    margin-left: 3px;
    color: #606060;
    font-size: 14px;
}

.property-blog .apply-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.property-blog .apply-btn span {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
}

.property-blog .apply-btn small {
    display: block;
    margin-left: 22px;
    color: #606060;
}

.private-msg .apply-btn small {
    display: inline-block;
    margin-left: 5px;
}

.private-msg .buttons {
    margin-top: 0;
    margin-bottom: -1rem;
}

.private-msg .buttons .btn {
    margin-right: 10px;
}

.private-msg .buttons .btn:last-child {
    margin-right: 0px;
}

.private-msg .btn {
    font-size: 14px;
}

.private-msg .card-body {
    position: relative;
    padding-bottom: 1rem;
}

/*.private-msg {margin-top: 1rem;}*/
.nav-pills .nav-link {
    margin-right: 5px;
}

/* index css */
.btn svg {
    width: 20px;
    vertical-align: sub;
}

.btn svg .st0 {
    fill: #fff;
}

.btn-primary:hover svg .st0 {
    fill: #6bbaa7;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.carousel.slide .overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.img-section {
    /*background:url("../img/slide-3.jpg")no-repeat; background-size:cover; height:100vh; background-position:center;*/
    position: relative;
}

.img-section .content-wrap {
    text-align: left;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    /*z-index: 1;*/
    transform: translate(-50%, -50%);
    width: 100%;
}

.content-wrap .title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    background: #6bbaa7;
    display: inline-block;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.content-wrap .sub-title {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 600;
    display: block;
    line-height: normal;
    margin-bottom: 3rem;
}

.menu-icon svg {
    width: 2rem;
    float: right
}

.service-wrap {
    margin-top: 6rem;
}

.agent-wrap,
.looking-for,
.company-wrap,
.app-download,
.location-links {
    margin-top: 3rem;
}

.featured-employee {
    margin-top: 4rem;
}

.service-wrap .card {
    padding-top: 2rem;
    padding-bottom: 0rem;
    border-radius: 0;
}

.service-wrap .card:hover,
.service-wrap .card:hover .icon {
    background: #6bbaa7;
    color: #fff;
    border-color: #6bbaa7;
}

.service-wrap .card:hover .st0 {
    fill: #fff;
}

.service-wrap .card:hover p {
    color: #fff !important;
}

.service-wrap .card .icon {
    width: 80px;
    height: 80px;
    line-height: 75px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    text-align: center;
    display: block;
    position: absolute;
    left: -20px;
    top: -40px;
    background: #fff;
}

.service-wrap .card .icon svg {
    width: 40px;
    padding-top: 20px;
}

header.header {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.title-wrap h1 {
    font-size: 48px;
    font-weight: 600;
}

.title-wrap .Sub-title {
    text-transform: capitalize;
}

.title-wrap span {
    font-size: 24px;
}

.title-wrap:before {
    content: "";
    position: absolute;
    background: #6bbaa7;
    height: 3.8px;
    width: 100%;
    bottom: -8px;
}

.title-wrap {
    position: relative;
    /*padding-left: 24px;*/
    margin-bottom: 3rem;
    z-index: 2;
    display: inline-block;
}

/* .feature-content {margin-bottom: 2rem;} */
.agent-blog {
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.agent-blog:hover .white_layer,
.agent-blog:hover .agent-info {
    opacity: 1;
}

.white_layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
}

.employer_blog img {
    object-fit: cover !important;
}

.agent-blog img {
    object-fit: cover;
    width: 100%;
}

.agent-info {
    position: absolute;
    color: #232323;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    opacity: 0;
    text-align: center;
}

.agent-info a {
    display: block;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
}

.agent-info .position {
    color: #757575;
}

.reg-job {
    background: #6bbaa7;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.reg-job span {
    display: block;
    font-size: 42px;
    color: #fff;
    margin-bottom: 1rem;
}

.reg-emp {
    padding: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.reg-emp span {
    font-size: 42px;
    display: block;
    margin-bottom: 1rem;
}

.company-wrap {
    background: url("../img/men_meat.jpg");
    padding: 75px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.company-wrap.employer {
    background: url("../img/employer_wrap.jpg") no-repeat;
    padding: 75px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.company-wrap .title-wrap {
    color: #fff;
    margin-bottom: 3rem;
}

.employer_blog {
    position: relative;
    z-index: 11;
    height: 300px;
    width: 250px;
    margin-bottom: 20px;
}

.employer_blog .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #000;
    opacity: 0;
}

.employer_blog:hover .white_layer,
.employer_blog:hover .content {
    opacity: 1;
}

.app-download h3 {
    font-size: 48px;
    font-weight: 600;
}

.download-section {
    border-left: 1px solid #cacaca;
    padding-left: 3.5rem;
}

.app-download {
    background: #f1f1f1;
    padding: 2.5rem 0;
}

.app-download h3 span {
    display: block;
    font-size: 26px;
    color: #6bbaa7;
    font-weight: 500;
    margin-bottom: 1rem;
}

.store {
    margin-top: 2rem;
}

.store img {
    margin-right: 2rem;
    width: 130px;
    height: 100%;
}

.location-links .links a {
    display: block;
    color: #fff;
}

.opportunity-wrap {
    margin-bottom: 2rem;
}

.opportunity-wrap h4 {
    font-size: 32px;
    color: #fff !important;
    border-bottom: 3px solid #6bbaa7;
    width: 445px;
    padding-bottom: 0.5rem;
}

.opportunity-wrap .content-wrap {
    font-size: 22px;
    color: #fff;
}

footer {
    background: #000;
    padding: 3rem 0;
}

.location-links {
    background: url(../img/drink.jpg);
    padding: 75px 0;
    position: relative;
    background-size: cover;
    background-position: center;
}

.footer-link {
    border-right: 1px solid #1d1d1d;
    padding-right: 1.5rem;
    text-align: right;
}

.footer-link.last {
    border-right: none;
}

.footer-link a {
    color: #9b9b9b;
    display: block;
}

.social-icon .st0 {
    fill: #fff;
}

.social-icon svg {
    width: 20px;
}

.employee-search-icon {
    position: absolute;
    top: 9px;
    left: 15px;
}

.employee-search-icon svg {
    width: 15px;
    position: absolute;
    top: 7px;
}

.employee-search-icon .st0 {
    fill: #9b9b9b;
}

.search-icon {
    position: absolute;
    top: 9px;
    left: 15px;
}

.search-icon svg {
    width: 15px;
}

.search-icon .st0 {
    fill: #9b9b9b;
}

.inner-header {
    padding: 1.125rem 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.inner-header .form-control {
    padding: 0.575rem 2.75rem
}

.inner-header .form-group {
    position: relative;
}

.icon-profile .st0,
.icon-noti .st0,
.icon-msg .st0,
.icon-plus .st0 {
    fill: #9b9b9b;
}

.icon-profile:hover .st0,
.icon-noti:hover .st0,
.icon-msg:hover .st0,
.icon-plus:hover .st0 {
    fill: #6bbaa7;
}

.icon-profile,
.icon-noti,
.icon-msg {
    margin-right: 1rem;
}

.icon-profile svg,
.icon-noti svg,
.icon-msg svg {
    width: 20px;
}

.icon-plus svg {
    width: 15px;
    vertical-align: middle;
}

.icon-plus {
    border: 1px solid #ddd;
    padding: 8px 20px;
    margin-right: 2rem;
}

.icon-plus:hover {
    border-color: #6bbaa7;
}

.icon-plus:hover span {
    color: #6bbaa7;
}

.icon-plus span {
    color: #9b9b9b;
    vertical-align: middle;
    margin-left: 5px;
}

.inner-header .logo img {
    width: 210px;
}

.slide-section {
    background: url("../img/slide-2.jpeg")no-repeat;
    background-size: cover;
    height: 65vh;
    background-position: center;
    position: relative;
}

.benner-txt .title {
    font-size: 64px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    color: #fff;
}

.benner-txt .sub-title {
    font-size: 24px;
    margin-bottom: 2.5rem;
    color: #fff;
}

.benner-txt {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    width: 100%;
    padding-bottom: 1rem;
    right: 0;
    bottom: -20px;
    overflow: hidden;
}

.carousel {
    position: relative;
    overflow: hidden;
}

h2.title-wrap {
    margin: 2rem 0;
    text-transform: capitalize;
    font-weight: 600;
}

.content-blog {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin-bottom: 3rem;
    position: relative;
}

.content-blog h5 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.content-blog p {
    font-size: 14px;
    margin-bottom: 20px;
}

/*.content-blog .btn {position: absolute;  left: 3%; bottom: -10%;}*/
.inner-footer {
    margin-top: 5.55rem;
}

.inner-header .dropdown-menu {
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    min-width: 280px;
    z-index: 111;
    margin-top: 8px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-image: initial;
    border-radius: 0px;
    list-style: none;
}

.inner-header .dropdown-item {
    background: #fff;
    padding: 10px 1rem;
    color: #000;
}

/*.inner-header .dropdown-menu:before{ z-index: -1; content: ""; display: block; position: absolute; left: 85%; top: -10px; width: 0px; height: 0px;
                         transform: rotate(45deg); box-shadow: 0 0 10px rgba(0,0,0,0.1); border-width: 10px; border-style: solid; border-image: initial;
                         border-color: white transparent transparent white;}            */
.inner-header .dropdown-item svg {
    width: 20px;
    margin-right: 7px;
    vertical-align: middle;
}

.inner-header .dropdown-item .st0 {
    fill: #fba100;
}

.inner-header .dropdown-item:focus,
.inner-header .dropdown-item:hover {
    background-color: #6bbaa7;
    color: #fff !important;
}

.inner-header .dropdown-item:focus .st0,
.inner-header .dropdown-item:hover .st0 {
    fill: #fff;
}

.edit-profile .img-wrap {
    width: 95px;
    height: 95px;
    border: 4px solid #6bbaa7;
    background: #6bbaa7;
    border-radius: 1000px;
    overflow: hidden;
    margin-right: 1rem;
}

.edit-profile .img-wrap img {

    height: 100px;
    width: 100px;
    object-fit: cover;
    object-position: top;
    border-radius: 10000px;
}

.edit-profile .img-wrap .profile-img {
    object-fit: cover;
}

.edit-profile,
.edu-info {
    margin-top: 3rem;
}

.edu-info .detail-wrap span.rightbx {
    background: rgba(107, 186, 167, 0.1);
    padding: 10px 20px;
    margin-right: 10px;
    width: 105px;
    border-radius: 5px;
}

.edit-profile .info-wrap .location-ico svg {
    width: 20px;
    vertical-align: sub;
}

.edit-profile .info-wrap .location-ico .st0 {
    fill: #fba100;
}

.rate-info .value {
    font-size: 24px;
    font-weight: 600;
    color: #1bbaa7;
}

.rate-info .hourly {
    border-right: 1px solid #6bbaa7;
    padding-right: 2rem;
    margin-right: 2rem;
}

/* .employee-list-rate .hourly { padding-right: 3rem !important; } */
.rate-info .hourly:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.edu-info .detail-wrap {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 1.5rem 1.5rem;
    border-radius: 10px;
    position: relative;
}

.detail-wrap {
    margin-bottom: 2rem;
}

.edit_icon {
    position: absolute;
    right: 20px;
    top: 10px;
}

#chart {
    margin-bottom: 1rem;
}

.txtbtnklft {
    background: rgba(107, 186, 167, 0.1);
    padding: 10px 20px;
    margin-right: 10px;
    width: 85px;
    border-radius: 5px;
}

/*.detail-wrap span {margin-right: 2rem;}*/
.detail-wrap h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.online_exam .question {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 2rem;
}

.online_exam .question svg {
    width: 15px;
}

.online_exam .question .title {
    margin-bottom: 0;
}

.online_exam a:hover .right-arrow .st0 {
    fill: #6bbaa7;
}

.timing-wrap {
    margin-top: 3rem;
}

.text_onof {
    margin: 20px 60px 0 60px;
    font-size: 20px;
}

.calculator_section .form-control {
    width: 250px;
    margin-left: 20px;
}

.calculator_section .title {
    margin: 56px 0;
}

.calculator_section span {
    min-width: 140px;
    text-align: left;
}

.timing-wrap .form-control {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 5px;
}

.timing-wrap select.form-control:not([size]):not([multiple]) {
    height: calc(2.90em + 2px);
}

.timing-wrap .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 5rem;
    pointer-events: all;
    border-radius: 2.5rem;
    height: 2.5rem;
    background-color: #adb5bd;
    border: none;
    cursor: pointer;
}

.timing-wrap .custom-switch .custom-control-label::after {
    cursor: pointer;
    top: calc(.25rem + 6px);
    left: calc(-2.25rem + 6px);
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: 1.5rem;
    background-color: #fff;
}

.timing-wrap .custom-switch .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(2.45rem);
    transform: translateX(2.45rem);
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #6bbaa7;
    background-color: #6bbaa7;
}

:focus {
    outline: none;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

input:focus~.custom-control-label::before {
    box-shadow: none;
}

.timing-wrap .custom-control-input {
    opacity: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #6bbaa7;
}

.timing-wrap .sesion-label {
    margin-top: 3rem;
}

.timing-wrap textarea {
    margin-top: 3rem;
}

.timing-wrap .status {
    margin-top: 2rem;
}

.exam-papper {
    margin-top: 3rem;
}

.exam-papper .custom-control-label {
    margin-left: 2rem;
    color: #9b9b9b;
}

.exam-papper .custom-control {
    display: block;
    margin: 1rem 0;
}

.exam-papper .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #6bbaa7;
}

.exam-papper .custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #6bbaa7;
}

.exam-papper .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #6bbaa7;
}

.exam-papper ul li {
    font-size: 20px;
}

.exam-papper ul {
    margin-bottom: 2rem;
}

.timing .value {
    color: #6bbaa7;
    font-size: 24px;
    display: block;
    margin-top: 2rem;
}

.timing .line {
    display: block;
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background: #cdcdcd;
    position: relative;
}

.timing .line:after {
    content: "";
    width: 60%;
    height: 5px;
    border-radius: 10px;
    background: #6bbaa7;
    position: absolute;
    left: 0;
}

.result .modal-content {
    border: none;
    border-radius: 16px;
}

.result .btn {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.result .modal-body img {
    width: 250px;
}

.result .modal-body h5 {
    font-size: 1.75rem;
    color: #f1bb00;
    font-weight: 600;
    margin-bottom: 0;
}

.result .modal-dialog {
    width: 350px;
}

.result span {
    display: block;
    margin: 8px 0;
}

.result .marks {
    font-size: 22px;
    color: #6bbaa7;
}

.buttons {
    margin-top: 2rem;
}

.edit-icon svg {
    width: 15px;
    vertical-align: middle;
}

.edit-icon .st0 {
    fill: #fff;
}

.edit-icon.btn-primary:hover .st0 {
    fill: #6bbaa7;
}

.profile-edit {
    margin-top: 3rem;
}

.profile-edit .img-edit {
    padding: 4px;
    background: #6bbaa7;
    border: 4px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    line-height: 50px;
    top: 70%;
    left: 54%;
}

.profile-edit .img-edit svg {
    width: 20px;
}

.profile-edit .img-edit .st0 {
    fill: #fff;
}

.profile-edit .img-wrap {
    width: 200px;
    height: 200px;
    border: 4px solid #6bbaa7;
    background: #6bbaa7;
    overflow: hidden;
    border-radius: 50%;
}

.profile-edit .img-wrap img {
    object-fit: cover;
    border-radius: 10000px;
}

.profile-edit .form-control {
    padding: 0.575rem 0rem;
    color: #000;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
}

.profile-edit label {
    margin-bottom: 0;
    color: #b9b9b9;
    margin-top: 1rem;
    font-size: 14px;
}

.profile-edit .form-group {
    margin-bottom: 0;
}

.profile-edit ::placeholder {
    color: #0a0d1a
}

.profile-edit .info-wrap {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 3rem;
}

.edu-wrap input {
    margin-top: 1rem;
}

.edu-wrap a:hover {
    color: #000 !important;
}

.setting-wrap .option {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 1.2rem;
    border-radius: 10px;
    margin-top: 2rem;
}

.setting-wrap .option svg {
    width: 15px;
}

.setting-wrap .option .title {
    margin-bottom: 0;
}

.setting-wrap .right-arrow .st0 {
    fill: #6bbaa7;
}

.booking-wrap {
    margin-top: 3rem;
    text-align: center;
}

.booking-wrap .table-bordered {
    margin: auto;
    width: 100%;
    height: 400px;
    border-radius: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border: none;
}

.booking-wrap .table-bordered td {
    cursor: pointer;
}

.booking-wrap .table-bordered td,
.booking-wrap .table-bordered th {
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.booking-wrap .table-bordered td:hover,
.booking-wrap .table-bordered td.active {
    background: #6bbaa7;
    color: #fff;
}

.booking-wrap .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.booking-wrap .btn.active {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    margin-left: 3.5rem;
    margin-right: 3.5rem;
}

thead tr {
    height: 55px;
}

.booking-wrap .left-arrow svg,
.booking-wrap .right-arrow svg {
    width: 15px;
}

.booking-wrap .left-arrow,
.booking-wrap .right-arrow {
    width: 30px;
    height: 30px;
    background: rgba(107, 186, 167, 0.2);
    border-radius: 50%;
    display: inline-block;
    line-height: 28px;
    text-align: center;
}

.booking-wrap .start-date,
.booking-wrap .end-date,
.booking-wrap .total-hour {
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 10px;
    border-radius: 10px;
}

/* text-transform: uppercase; */
.booking-wrap .total-hour .icon svg {
    width: 22px;
    vertical-align: middle;
    margin-left: -21px;
    margin-top: -7px;
}

.booking-wrap .total-hour:after {
    content: "";
    position: absolute;
    height: 70px;
    width: 70px;
    background: rgba(107, 186, 167, 0.2);
    left: -22px;
    border-radius: 50%;
    top: 0px;
    z-index: -1;
}

.booking-wrap .total-hour {
    position: relative;
    overflow: hidden;
    padding: 18px 32px;
}

.booking-wrap .hour {
    font-size: 22px;
    font-weight: 600;
    margin-left: 1.5rem;
}

.box-shadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 2rem;
}

.box-shadow a:hover {
    text-decoration: underline;
    color: #6bbaa7 !important;
}

.block-wrap {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 1.25rem;
    margin-top: 2rem;
    position: relative;
}

.block-wrap img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 3px solid #6bbaa7;
    border-radius: 50%;
}

.block-wrap span {
    font-size: 24px;
    margin-left: 1rem;
}

.block-wrap .label {
    position: absolute;
    right: 0;
    top: 40%;
    background: #6bbaa7;
    padding: 7px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.block-wrap a:hover {
    color: #000 !important;
}

.about-wrap {
    margin-top: 3.4rem;
}

.fixed-wrap {
    position: fixed;
    bottom: 16px;
    width: 92%;
    right: 24px;
}

.add-icon svg {
    width: 25px;
    margin-top: 26px;
}

.add-icon .st0 {
    fill: #d7d7d7
}

.add-icon {
    width: 80px;
    height: 80px;
    border: 2px dashed #d7d7d7;
    border-radius: 50%;
    display: block;
    line-height: 70px;
    margin-top: 4rem;
}

.add-more span {
    color: #6bbaa7;
    font-weight: 600;
    display: block;
    text-align: left;
    font-size: 14px;
    margin-top: 5px;
}

.employer-offer {
    margin-top: 3rem;
}

.employer-offer .nav-pills {
    justify-content: center;
}

.employer-offer .nav-pills .nav-link.active,
.employer-offer .nav-pills .show>.nav-link,
.nav-pills .nav-link:hover {
    color: #fff !important;
    background-color: #6bbaa7;
}

.employer-offer .nav-pills .nav-link {
    border-radius: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    margin: 0 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.employer-offer .tab-content {
    margin-top: 2.5rem;
}

.form-control {
    height: calc(2.65em + 2px);
}

.salarySection .form-control {
    height: 45px;
}

.salarySection .contact-icon {
    position: absolute;
    top: 11px;
    left: 14px;
}

.employer-offer .box-wrap {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 1rem;
    border-radius: 10px;
    margin: 0.5rem 0;
}

.employer-offer .box-wrap label {
    text-transform: uppercase;
    display: block;
    color: #6bbaa7;
    margin-bottom: 5px;
}

.hours-wrap .box,
.rate-wrap .box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 1.4rem 1rem;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.hours-wrap .box svg,
.rate-wrap .box svg {
    width: 22px;
}

.hours-wrap .box:after,
.rate-wrap .box:after {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    background: rgba(107, 186, 167, 0.2);
    left: -22px;
    border-radius: 50%;
    top: 0px;
    z-index: -1;
}

.hours-wrap label,
.rate-wrap label {
    margin: 1rem 0 0.5rem 0;
}

.hours-wrap .value,
.rate-wrap .value {
    padding-left: 2rem;
    font-size: 22px;
    color: #6bbaa7;
    font-weight: 600;
}

.make-offer img {
    width: 150px;
    object-fit: cover;
    display: block;
    margin: 2.5rem auto;
}

.make-offer .modal-body h5 {
    font-weight: 600;
    color: orange;
    margin-bottom: 1rem;
}

.make-offer .modal-body p {
    font-size: 18px;
}

.make-offer .modal-content {
    border-radius: 12px;
    border: none;
}

.make-offer .modal-dialog {
    max-width: 320px;
}

.make-offer .btn {
    margin: 1rem 0;
}

.employer-companyprofile {
    background: url("../img/background.jpeg")no-repeat;
    background-size: cover;
    height: 40vh;
    background-position: center;
    position: relative;
}

.rounded-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #6bbaa7;
    object-fit: cover;
    margin-top: -5rem;
}

.edit-img {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    width: 100%;
    border-radius: 10px;
}

.hotel-info {
    margin-left: 1rem;
}

.hotel-info h5 {
    font-size: 24px;
    font-weight: 600;
}

.content-section {
    margin-top: 2rem;
}

.location-info span {
    color: #999;
    vertical-align: middle;
}

.social-link h4,
.box-shadow h4 {
    font-weight: 600;
}

.box-shadow p {
    margin-bottom: 0;
}

.add-post-tag {
    background: #6bbaa7;
    border-radius: 20px;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.social-link {
    margin-top: 2rem;
}

.social-icon svg {
    width: 25px;
}

.social-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 1rem;
}

.social-icon .st0 {
    fill: #fff;
}

.google-plus {
    background-color: #db4437;
}

.facebook {
    background-color: #3b5998
}

.twitter {
    background-color: #00acee
}

.pint {
    background-color: #c8232c;
}

.company-edit-profile .form-control {
    padding-left: 2.5rem;
}

.company-edit-profile .form-group {
    position: relative;
}

.company-edit-profile .profile-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #6bbaa7;
    border: 4px solid #6bbaa7;
    position: relative;
}

.company-edit-profile .profile-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.company-edit-profile .profile-img .plus-icon {
    width: 60px;
    height: 60px;
    background: #6bbaa7;
    border-radius: 50%;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 60%;
    border: 3px solid #fff;
    bottom: -15px;
}

.company-edit-profile .profile-img .plus-icon svg {
    width: 25px;
}

.company-edit-profile .edit-form {
    background: #fff;
    padding: 2rem;
    margin-top: -13rem;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.file-upload-coverimage {
    width: 100%;
    height: 130px;
    object-fit: cover;
    object-position: center;
}

.update-links {
    margin-top: 3rem;
}

.update-links .title-section {
    margin-bottom: 2rem;
}

.update-links .title-section h4 {
    margin-bottom: 0;
    font-weight: 600;
}

.update-links .title-section a {
    font-size: 12px;
    background: #6bbaa7;
    display: block;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
}

.update-links .title-section a:hover {
    color: #fff !important;
}

.update-links .form-group {
    position: relative;
}

.update-links .form-control {
    padding-left: 2.5rem;
}

.update-links .btn {
    margin-top: 2.5rem;
}

.icon svg {
    width: 15px;
}

.icon-google svg {
    width: 20px;
}

.update-links .icon {
    position: absolute;
    top: 9px;
    left: 14px;
}

.icon-google .st0 {
    fill: #db4437
}

.icon-facebook .st0 {
    fill: #3b5998;
}

.icon-twitter .st0 {
    fill: #00acee;
}

.icon-pin .st0 {
    fill: #c8232c;
}

.private-msg .agent-img {
    width: 50px;
    height: 50px;
    border: 3px solid #6bbaa7;
    background: #6bbaa7;
    border-radius: 1000px;
}

.agent-img img {
    object-fit: cover;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    border-radius: 1000px;
    background: #6bbaa7;
}

.name-detail {
    margin-left: 1rem;
}

.private-msg .name-detail .title {
    margin: 0;
    color: #6bbaa7;
    font-weight: 600;
    line-height: 14px;
    font-size: 16px;
}

.private-msg .name-detail span {
    font-size: 14px;
    color: #999;
}

.private-msg .timing {
    margin-left: auto;
    color: #999;
    font-size: 12px;
}

.employer.delete-icon svg,
.employer .edit-icon svg {
    width: 15px;
}

.employer .delete-icon,
.employer .edit-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 10px;
    display: inline-block;
    line-height: 15px;
    margin: 2px;
}

.employer .delete-icon {
    background: red;
}

.employer .edit-icon {
    background: #6bbaa7;
}

.employer .delete-icon .st0,
.employer .edit-icon .st0 {
    fill: #fff;
}

.employer .edit-delete-icon {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    opacity: 0;
}

.property-blog.employer:hover .edit-delete-icon {
    opacity: 1;
}

.property-blog .address {
    color: #999;
}

.delete-popup .modal-dialog {
    max-width: 350px;
}

.delete-popup.addtag-popup .modal-dialog {
    max-width: 900px;
}

.delete-popup.add-popup .modal-dialog {
    max-width: 600px;
}

.delete-popup .modal-content {
    border: none;
    border-radius: 10px;
}

.delete-popup .modal-content span {
    /*margin: 2rem 0 2.5rem 0;*/
    margin: unset;
    display: block;
    font-weight: 600;
}

.yes-no-btn .btn {
    display: inline-block;
    width: 48%;
}

.employe-detail img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #6bbaa7;
    background: #6bbaa7;
    object-position: top;
}

.employe-detail .location-wrap .st0,
.employe-detail .hotel-wrap .st0 {
    fill: #fba100;
}

.employe-detail .address,
.employe-detail .name-hotel {
    color: #999;
    vertical-align: middle;
}

.address label {
    color: #000;
}

.monthly_salary,
.hrs_rate {
    font-weight: 600;
}

.card_wrap {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08), 0 0 1px rgba(0, 0, 0, .16);
    border: none;
    padding: 1.25rem;
    text-align: center;
    margin-top: 2rem;
    padding-bottom: 5px;
    background: #fff;
}

.card_wrap ul {
    text-align: left;
    padding-left: 16px;
    margin-top: 1rem;
    line-height: 40px;
}

.employe-detail .name-location {
    margin-left: 1rem;
}

.employe-detail .name-location h5 {
    font-weight: 600;
}

.employe-detail svg {
    width: 20px;
    margin-right: 5px;
}

.employe-detail a:hover {
    text-decoration: none;
}

.contract_type {
    color: #6bbaa7;
    margin-top: 5px;
    display: block;
}

.contract_type label {
    color: #000;
}

.salary-detail .hourly {
    border-right: 1px solid #6bbaa7;
    padding-right: 1.5rem;
    margin-right: 1.5rem;
}

.salary-detail .hourly:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0;
}

.salary-detail .value {
    display: block;
    font-size: 24px;
    color: #6bbaa7;
    font-weight: 600;
    text-align: center;
}

.salary-detail {
    margin-top: 1.5rem;
}

.timing-detail .value {
    color: #6bbaa7;
    font-size: 24px;
    font-weight: 600;
    display: block;
}

.timing-detail {
    text-align: center;
    border-right: 1px solid #6bbaa7;
    margin-right: 16px;
    padding-right: 16px;
}

.timing-detail:last-child {
    border-right: none;
    margin: 0;
    padding: 0
}

.timing-detail .label {
    font-size: 14px;
}

.box-shadow.track-time {
    padding: 1rem;
}

.track-time h5 {
    font-weight: 600;
}

.track-time .name-hotel {
    color: #999;
}

.btn-counter {
    background-color: #00aeff;
    border-color: #00aeff;
}

.btn-counter:hover {
    background-color: transparent;
    color: #00aeff;
    border-color: #00aeff;
}

.insta-feed img {
    object-fit: cover;
    height: 250px;
    width: 100%;
    margin-top: 2rem;
}

.offer-btn {
    margin-top: 5rem;
}

.private-msg .box-shadow {
    padding: 10px;
    margin-top: 10px;
}

.recive-text .text {
    background: rgba(107, 186, 167, 0.2);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

/* .text { word-break: break-all;} */
.send-text .text {
    background: #e8e8e8;
    padding: 10px;
    margin-bottom: 20px;
    text-align: right;
    border-radius: 10px;
}

.recive-text small {
    margin-bottom: 15px;
    margin-left: 10px;
    color: #999;
}

.send-text small {
    margin-bottom: 15px;
    margin-right: 10px;
    color: #999;
}

.recive-text {
    display: flex;
    align-items: flex-end;
}

.send-text {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.chat-date .label {
    background: #6bbaa7;
    padding: 3px 14px;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    margin: 1rem 0;
    display: inline-block;
}

.list-user {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.list-user:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.user-title {
    background: #6bbaa7;
    padding: 10px;
    margin-bottom: 0rem;
    color: #fff;
}

.fixed-bottom-wrap {
    text-align: center;
}

/* margin-top: 6rem; */
.fixed-bottom-wrap .btn {
    border-radius: 20px;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.fixed-bottom-wrap .form-control {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding-right: 70px;
}

/* border-radius: 20px; margin-top: 1.5rem;*/
.fixed-bottom-wrap .form-group {
    position: relative;
}

.fixed-bottom-wrap svg {
    width: 18px;
    margin-right: 5px;
}

.fixed-bottom-wrap .st0 {
    fill: #6bbaa7;
}

.fixed-bottom-wrap .icons {
    position: absolute;
    right: 16px;
    top: 13px;
}

.chat-wrap {
    border: 1px solid #ececec;
    padding: 1rem;
}

/*.bg-postjob {background: url(../img/post-job.png) no-repeat; background-size: cover;}*/
.slider_box:hover {
    background: #6bbaa7;
    color: #000;
}

.slider_box {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.6);
    overflow: hidden;
    margin-top: 1rem;
    background: rgba(0, 0, 0, 0.3);
    height: 200px;
}

.slider_box .conent-wrap {
    position: absolute;
    z-index: 111;
    color: #000;
    left: 50%;
    top: 50%;
    font-size: 24px;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    width: 100%;
}

.slider_box .conent-wrap a {
    color: #fff;
    letter-spacing: 3px;
}

.slider_box .conent-wrap a:hover {
    color: #fff !important;
}

.faq-wrap h4 {
    color: #6bbaa7;
    font-size: 26px;
    margin-top: 2rem;
}

.faq-wrap p {
    color: #9b9b9b;
    font-size: 14px;
}

.blogs_wrap .blog {
    margin-top: 2.5rem;
    position: relative;
	border-radius: 10px !important;
  overflow: hidden;
}
.blogs_wrap .title-wrap {margin-top: 17px !important;line-height: 30px;}
.listcategorynames a:hover{color:#fff !important;}
.blog .blog_content {
    /*position: absolute;
    bottom: 0;*/
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 1rem;
	min-height:275px;
}
.bloggertime{position:absolute;bottom:12px;right: 20px;width:100%;background-color:#333;height: 25px;}
.spacial-breadcrumb{margin-top:20px;}
.blog .blog_content .label {
    text-transform: uppercase;
    background: #6bbaa7;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 1rem;
	font-size:12px;
}
.bloglisteer{padding-right: calc(3%);}
.contentheroo p{color:#fff !important;}
.blogs_wrap .blog:hover {
  box-shadow: 5px 2px 4px #808080c2;
}
.blogtime{font-size: 14px;}
.blog .blog_content h4,.blog .blog_content h4 a {
    color: #6bbaa7 !important;
	font-size: 22px;
    /*margin-top: 0.75rem;*/
}
.most-recent-post .blog_content h4 a {color: #6bbaa7 !important;font-weight: 600;font-size: 30px !important;}
.blog .blog_content h4 a:hover{color: #fff !important;}
.most-recent-post .blog_content h4 a:hover{color: #000 !important;}
.most-recent-post .img-fluid {border-radius: 10px;}
.righto-cont-holder{margin-top: auto;margin-bottom: auto;}
.blog .blog_content p {
    margin-bottom: 0;
	margin-top: 0.75rem;
}
.bg-gradient-dark{background-color: #000000c2 !important;}
.btn.btn-white.perlscalee {background-color: #fff;border-radius: 10px;padding-left: 20px;padding-right: 20px;}
.draggable.mainbloggerr > div {min-height: 420px !important;}
.mainbloggerr .font-weight-bolder {font-weight: 700 !important;}
.mainbloggerr .page-header {padding: 0;position: relative;overflow: hidden;display: flex;align-items: center;background-size: cover;background-position: 50%;}
.mainbloggerr .btn.btn-white {
  margin-bottom: 1rem;
  letter-spacing: -0.025rem;
  box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07);
  background-size: 150%;
  background-position-x: 25%;
}
.mainbloggerr .display-2 {
  font-weight: 600;
  font-size: 75px !important;
  line-height: 70px;
}
.mask {
  position: absolute;
  background-position: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.bg-cover, .mask {
  background-size: cover;
}
.bg-gradient-dark {
  background-image: linear-gradient(310deg, var(--bs-gradient-dark-right), var(--bs-gradient-dark-left));
}
.opacity-7 {
  opacity: 0.7 !important;
}

/*booking system */

/*.booking-wrap.booking_system .table-bordered {
    margin: auto;
    width: 100%;
    height: 400px;
     border-radius: 0px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
     border: 1px solid #dee2e6;
}*/
/*.booking-wrap.booking_system .table-bordered td, .booking-wrap.booking_system .table-bordered th {border-radius: 0; border: 1px solid #dee2e6;}*/
.unavailable {
    background-color: red;
    color: #fff;
}

.curent_date {
    background-color: orange;
    color: #fff;
}

.unavailable_color.squre {
    width: 50px;
    height: 20px;
    background: red;
    margin-right: 1rem;
    border-radius: 15px;
}

.assig_color.squre {
    width: 50px;
    height: 20px;
    background: #6bbaa7;
    margin-right: 1rem;
    border-radius: 15px;
}

.cur_date_color.squre {
    width: 50px;
    height: 20px;
    background: #ffa500;
    margin-right: 1rem;
    border-radius: 15px;
}

/*sagar css*/
.time-report .collapse label {
    font-weight: 600;
    margin-bottom: 1rem;
}

.time-report .collapse span {
    margin: 0 20px;
}

.carousel-item img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.back-slider .carousel-item img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    object-position: center;
}

.post-button {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 10px;
    color: #fff;
    margin: 0 auto;
    left: 0%;
}

.col-lg-4 .start-exam {
    border: 2px solid rgba(100, 111, 135, .2);
    border-radius: 5px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.col-lg-4 .start-exam:hover {
    -webkit-box-shadow: 0 5px 26px 0 rgba(100, 111, 135, .3);
    -moz-box-shadow: 0 5px 26px 0 rgba(100, 111, 135, .3);
    box-shadow: 0 5px 26px 0 rgba(100, 111, 135, .3);
    border-color: transparent;
}

.content-blog button {
    border-radius: 8px;
    justify-content: space-between;
    text-align: center;
}

.level-box .content-blog {
    border: 2px solid rgba(100, 111, 135, .2);
    box-shadow: none !important;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 5rem;
}

.level h3 {
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: -30px;
    left: 40%;
    width: 20%;
    text-align: center;
}

.future-one,
.future-two {
    width: 50%;
}

.lucci-brokee-button {
    position: absolute;
}

#home .carousel-inner .carousel-item img {
    width: 100%;
    height: 65vh;
    object-fit: cover;
    object-position: center;
}

.opcity {
    background: #8585a7;
    width: 100%;
    opacity: 0.8;
    position: absolute;
    height: 100%;
}

.light .text-light {
    color: #fff !important;
}

.test:after {
    content: '\2807';
    font-size: 30px;
    color: #fff;
}

.block-title {
    background-color: #6bbaa7;
}

.block-title {
    margin-left: auto;
}

.browse-by-department {
    margin-bottom: -75px;
}

.browse-by-department .btn {
    font-size: 14px;
}

.browse-by-department ul {
    list-style: none;
    width: 100%;
    display: inline-block !important;
    text-align: center;
}

.browse-by-department ul li {
    background: #6bbaa7;

    margin-left: 15px;
    margin-right: 15px;
    border-radius: 8px;
    display: inline-block;
    float: none;
}

.browse-by-department ul li a {
    color: #fff;
    border-radius: 8px;
}

.browse-by-department ul li a:hover {
    background-color: #fff;
    color: #6bbaa7;
    border-color: #6bbaa7;
}

.fb-icon,
.google-icon {
    opacity: 0.7;
}

.about-wrap button {
    border-radius: 8px;
}

.contract-type .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #6bbaa7;
}

.rate-info .test:after {
    content: '\2807';
    font-size: 30px;
    color: #000;
}

/*   Employer booking page  */

.employer_booking_list .property-blog {
    padding: 1rem;
}

.employer_booking_list .date_wrap {
    vertical-align: middle;
    color: #606060;
    align-items: center;
}

.employer_booking_list img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    border: 3px solid #6bbaa7;
    margin-right: 1rem;
}

.employer_booking_list svg {
    width: 20px;
}

.employer_booking_list .st0 {
    fill: #fba100;
}

.track_time {
    font-size: 3rem;
    color: #6bbaa7;
}

.track_time_1 {
    font-size: 2rem;
    color: #9b9b9b;
}

.modal-content {
    border-radius: 16px;
    border: none;
}

.modal-dialog {
    max-width: 400px;
}

.property-blog.popup {
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.unavailable_popup .btn-danger {
    font-size: 14px;
}

/*sagar css close*/
.title {
    margin-bottom: 0rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.subscription_page {
    background-image: url(../img/pool.jpg);
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
}

.subscription_page h1 {
    color: #fff;
    padding-top: 2rem;
}

/*career*/

.carousel.career_wrap {
    max-height: 300px;
}

.carousel.career_wrap .overlay {
    background: rgba(0, 0, 0, 0.8);
}

.career_content {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    z-index: 11;
    text-align: center;
    width: 98%;
}

.career_content h4 {
    font-size: 50px;
    margin-bottom: 5px;
}

.career_section p {
    color: #9b9b9b;
}

.mark_icon {
    margin-right: 1rem;
}

.career_section .title-wrap {
    margin: 4rem 0;
}

.Privacy_policy p {
    color: #9b9bb9;
}

.Privacy_policy .title-wrap {
    margin: 4rem 0;
}

@media (max-width: 570px) {
    .modal-dialog .modal-dialog-centered {
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .company-wrap .card .title {
        font-size: 1rem;
    }

    .update-links .title-section h4 {
        font-size: 1.25rem;
    }

    .employer-companyprofile {
        height: 25vh;
    }

    .rate-info.justify-content-end {
        justify-content: start !important;
        margin-top: 2rem;
    }

    .icon-plus {
        padding: 8px 16px;
    }

    .online_exam .question .title {
        font-size: 18px;
    }

    .agent-wrap .agent-blog {
        margin-bottom: 0rem;
    }

    .reg-emp span,
    .reg-job span {
        font-size: 28px;
    }

    .company-wrap .card img {
        width: 70px;
        height: 70px;
    }

    .store {
        margin-top: 0;
    }

    .store img {
        width: 160px;
        margin-right: 1rem;
    }

    .footer-link a {
        margin-right: 1rem;
    }

    .img-section {
        height: 100%;
    }

    .header .logo img {
        width: 150px !important;
    }

    .inner-header .dropdown-menu {
        transform: translateX(0) !important;
    }

    .booking-wrap .start-date,
    .booking-wrap .end-date,
    .booking-wrap .total-hour {
        margin-top: 2rem;
    }

    .card.food-blog .card-img-top {
        height: 200px;
    }

    .card.food-blog {
        margin-top: 1rem;
    }

    .properties .icon-heart {
        /*left: 22%*/
    }

    .about-wrap {
        margin-top: 2rem;
    }

    .slide-section {
        height: 50vh;
    }

    .employer .edit-delete-icon {
        opacity: 1;
    }

    .slide-section .carousel-item img {
        height: auto;
    }

    #home .carousel-inner .carousel-item img {
        height: 50vh;
    }

    .company-wrap .card p {
        min-height: 150px;
    }

    .download-section {
        border-left: none;
        padding-left: 0rem;
    }

    .login-form {
        width: 60%;
    }

    .slider_box .conent-wrap {
        font-size: 20px;
    }

    .browse-by-department {
        margin-bottom: -65px;
    }

    .browse-by-department .btn {
        font-size: 12px;
    }

    .browse-by-department .btn {
        padding: 0.575rem 0.5rem;
    }

    .browse-by-department ul li {
        margin-left: 5px;
        margin-right: 5px;
    }

    .carousel {}
}

.nearest-type {
    width: 100%;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #6bbaa7;
    padding-left: 15px;
    border-radius: 5px;
}

.nearest-type a:hover {
    color: #fff;
}

.nearest-type a {
    color: #fff;
}

.salary-type {
    display: flex;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    width: 100%;
}

.salary-type input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.salary-type label {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 14px 53px;
    transition: all 0.1s ease-in-out;
    margin-bottom: 0px;
}

.salary-type label:hover {
    cursor: pointer;
}

.salary-type input:checked+label {
    background-color: #6bbaa7;
    box-shadow: none;
    color: #fff;
}

.salary-type label:first-of-type {
    border-radius: 50px;
}

.salary-type label:last-of-type {
    border-radius: 50px;
}

.hourly-type {
    display: flex;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    width: 100%;
}

.hourly-type input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.hourly-type label {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 14px 56px;
    transition: all 0.1s ease-in-out;
    margin-bottom: 0px;
}

.hourly-type label:hover {
    cursor: pointer;
}

.hourly-type input:checked+label {
    background-color: #6bbaa7;
    box-shadow: none;
    color: #fff;
}

.hourly-type label:first-of-type {
    border-radius: 50px;
}

.hourly-type label:last-of-type {
    border-radius: 50px;
}

.job-type {
    display: flex;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    width: 100%;
}

.job-type input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.job-type label {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 14px 56px;
    transition: all 0.1s ease-in-out;
    margin-bottom: 0px;
}

.job-type label:hover {
    cursor: pointer;
}

.job-type input:checked+label {
    background-color: #6bbaa7;
    box-shadow: none;
    color: #fff;
    border-radius: 25px;
}

.job-type label:first-of-type {
    border-radius: 50px;
}

.job-type label:last-of-type {
    border-radius: 50px;
}



@media (max-width: 767px) {
    .txtbtnklft {
        width: 100%;
        text-align: center;
    }

    .nav-link {
        font-size: 12px;
    }

    .total-hour .hour {
        position: relative;
        top: 8px;
    }

    .carousel {
        max-height: 500px;
    }

    .employer_blog {
        margin-bottom: 2rem;
    }

    .company-edit-profile .edit-form {
        padding: 0;
    }

    .profile-img {
        margin: auto;
        margin-bottom: 2.5rem;
    }

    .edit-img.d-flex {
        display: block !important;
        text-align: center;
    }

    .rounded-img img {
        width: 100px;
        height: 100px;
        margin-bottom: 1rem;
    }

    .edit {
        margin-top: 1rem;
    }

    .online_exam .question .title {
        font-size: 18px;
    }

    .inner-header .dropdown-menu {
        transform: translateX(15px) !important;
        width: 250px;
    }

    .store img {
        width: 100px;
        margin-right: 1rem;
    }

    .img-section {
        height: auto;
    }

    .content-wrap .btn {
        display: block;
        width: 100%;
    }

    .content-wrap .btn-primary {
        margin-bottom: 10px;
    }

    header img {
        width: 200px;
    }

    .service-wrap .card .icon {
        left: -10px;
    }

    .service-wrap .card {
        margin-top: 4rem;
    }

    .service-wrap,
    .agent-wrap,
    .looking-for,
    .company-wrap,
    .app-download,
    .location-links {
        margin-top: 3rem;
    }

    .agent-blog {
        margin-bottom: 2rem;
    }

    .reg-job span,
    .reg-emp span {
        font-size: 26px;
    }

    .title-wrap span {
        font-size: 18px;
    }

    .title-wrap h1 {
        font-size: 32px;
    }

    .company-wrap .card {
        margin-bottom: 3rem;
    }

    .company-wrap {
        padding: 43px 0 0 0;
    }

    .app-download h3 span {
        font-size: 22px;
    }

    .app-download h3 {
        font-size: 32px;
    }

    .app-download h3.mt-5 {
        margin-top: 0 !important;
    }

    .opportunity-wrap .content-wrap {
        font-size: 1rem;
    }

    .opportunity-wrap h4 {
        font-size: 24px;
    }

    .location-links .links a {
        display: inline-block;
        margin-right: 1rem;
    }

    .footer-link a {
        margin-right: 10px;
        margin-bottom: 5px;
        display: inline-block;
    }

    footer {
        padding: 0rem 0 2rem 0;
    }

    footer img {
        width: 250px;
    }

    .store {
        margin-top: 1rem;
    }

    .content-wrap .title {
        font-size: 18px;
    }

    .content-wrap .sub-title {
        font-size: 24px;
    }

    .footer-link {
        text-align: left;
        border-right: none;
    }

    .app-download .mobile {
        display: none;
    }

    .header .logo img {
        width: 150px !important;
    }

    .icon-plus {
        margin-right: 1rem;
    }

    .inner-header .form-group {
        margin: 1rem 0 !important;
    }

    .inner-header .text-right {
        text-align: left !important;
        justify-content: start !important;
    }

    .benner-txt .title {
        font-size: 32px;
    }

    .benner-txt .sub-title {
        font-size: 1rem;
    }

    .ice-cream,
    .fast-foods,
    .cold-drink {
        margin-top: 2rem;
    }

    .rate-info .value {
        font-size: 18px;
    }

    .rate-info .label {
        font-size: 14px;
    }

    .rate-info .hourly {
        padding-right: 11px;
        margin-top: 1rem;
        margin-right: 11px;
        display: inline-block;
        margin-bottom: 1rem;
    }

    .rate-info.justify-content-end {
        justify-content: center !important;
        display: inherit !important;
        text-align: center;
    }

    .rate-info .last-child {
        border-right: none;
        margin-right: 0;
    }

    .detail-wrap span {
        margin-right: 1rem;
        margin-bottom: 1rem;
        display: inline-block;
    }

    .detail-wrap h4 {
        margin-bottom: 1rem;
        font-size: 1.25rem;
    }

    .detail-wrap span:last-child {
        margin-bottom: 0;
    }

    .edit-profile,
    .edu-info {
        margin-top: 2rem;
    }

    .profile-edit .img-edit {
        border: 4px solid #fff;
        width: 40px;
        height: 40px;
        line-height: 36px;
        top: 60%;
        left: 53%;
    }

    .profile-edit .img-edit svg {
        width: 15px;
    }

    .profile-edit .img-wrap {
        width: 100px;
        height: 100px;
        margin: auto;
        margin-bottom: 1rem
    }

    .block-wrap .label {
        top: 33%;
        padding: 7px 12px;
    }

    .block-wrap span {
        font-size: 16px;
        margin-left: 10px;
    }

    .block-wrap img {
        width: 70px;
        height: 70px;
    }

    .block-wrap {
        padding: 10px;
    }

    .booking-wrap .table-bordered {
        width: 290px;
        margin-bottom: 2rem;
    }

    .booking-wrap .start-date,
    .booking-wrap .end-date,
    .booking-wrap .total-hour {
        margin-bottom: 1rem;
    }

    .booking-wrap .btn.active {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .main-title h2 {
        font-size: 1.5rem;
    }

    .card.food-blog {
        margin-top: 1rem;
    }

    .card.food-blog .card-img-top {
        height: 300px;
    }

    .properties .icon-heart {
        right: 0;
        width: 25px;
        height: 25px;
        line-height: 0;
    }

    .property-blog .icon-heart svg {
        width: 15px;
        margin-top: 5px !important;
    }

    .buttons .btn {
        margin-top: 1rem;
    }

    .setting-wrap .option .title {
        font-size: 1rem;
    }

    .setting-wrap .option {
        padding: 1rem;
        margin-top: 1rem;
    }

    .about-wrap {
        margin-top: 2rem;
    }

    .inner-header {
        text-align: center;
    }

    .exam-papper ul li {
        font-size: 16px;
    }

    h2.title-wrap {
        font-size: 20px;
        padding-left: 0px;
    }

    .slide-section {
        height: 35vh;
    }

    .content-blog {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .private-msg .box-shadow {
        padding: 1rem;
    }

    .name-detail span {
        font-size: 14px;
    }

    .private-msg .timing {
        font-size: 12px;
    }

    .salary-detail .hourly {
        border-right: 1px solid #6bbaa7;
        padding-right: 16px;
        margin-right: 16px;
        text-align: center;
    }

    .box-shadow {
        padding: 14px;
    }

    .hourly .label {
        font-size: 12px;
    }

    .employe-detail .address,
    .employe-detail .name-hotel {
        font-size: 14px;
    }

    .employe-detail svg {
        margin-right: 0;
    }

    .title-wrap:before {
        width: 100%;
    }

    .opportunity-wrap h4 {
        width: 100%;
    }

    .employer .edit-delete-icon {
        opacity: 1;
    }

    .slider_box {
        height: 60px;
    }

    .slider_box .conent-wrap {
        font-size: 18px;
    }

    .slide-section .carousel-item img {
        height: 35vh;
    }

    .content-blog .d-flex.position-absolute {
        position: inherit !important;
        display: block !important;
    }

    .content-blog .d-flex.position-absolute .btn {
        width: 100%;
        display: block;
        margin-bottom: 0.5rem;
    }

    #home .carousel-inner .carousel-item img {
        height: 35vh;
    }

    .download-section {
        border-left: none;
        padding-left: 0rem;
    }

    .crossfade {
        display: none;
    }

    .level h3 {
        width: 50%;
        left: 24%;
    }

    .browse-by-department ul li {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 15px;
    }

    .browse-by-department {
        margin-bottom: 0px;
    }

    .login-form {
        width: 90%;
        transform: translate(-50%, -50%);
        /* height: 515px; */
        overflow: auto;
    }

    .fixed-wrap {
        right: 15px;
        position: inherit !important;
    }

    .nav-pills .nav-link {
        margin-right: 0;
    }

    .booking-wrap .total-hour:after {
        height: 90px;
    }

    .booking-wrap .total-hour .icon svg {
        margin-top: 4px;
    }

    .timing-wrap .btn {
        margin-bottom: 1.5rem;
        margin-top: 0rem !important;
    }

    .margin_top_80 {
        margin-top: 16px;
    }

    .timing-wrap .btn.mt-4 {
        margin-top: 0 !important;
    }

    .fc-toolbar {
        display: block !important;
    }

    .fc-toolbar h2 {
        margin: 1rem 0 !important;
    }

    .time-report .text-right {
        text-align: left !important;
        margin-top: 1rem;
    }

    .time-report .collapse label {
        margin-top: 1rem;
    }

    .time-report .collapse .card {
        padding-top: 1rem;
    }

    .time-report .main_title {
        font-size: 1.5rem;
    }

    .calculator_section .title {
        margin: 25px 0;
    }

    .calculator_section .d-flex {
        display: block !important;
        text-align: left;
    }

    .calculator_section .form-control {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1rem;
    }

    .calculator_section span {
        display: block;
        margin-bottom: 1rem;
    }

    .subscription_page {
        background-image: url(../img/pool.jpg);
        height: 100%;
        padding-bottom: 3rem;
    }

    .bg-login {
        background-position: 22% 0;
        background-size: unset;
    }

    .employer-offer .nav-pills .nav-link {
        font-size: 12px;
    }

    .nav-link {
        display: block;
        padding: 7px 7px;
    }

    .img-blog {
        width: 60px;
        height: 60px;
    }

    .img-blog img {
        width: 60px;
        height: 60px;
        border: 3px solid #6bbaa7;
    }

    /* .properties .container .row .col-md-6:nth-child(2){margin-top: 1rem;} */
    .property-blog {
        margin-top: 20px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

    .dropleft {
        padding-left: unset !important;
    }
}

@media (max-width:767px) {
    .fullhomeslr {
        display: inline-block;
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 9999;
        padding: 15px 15px 60px 15px;
    }

    .salary-type label {
        padding: 14px 30px;
        width: 50%;
    }

    .hourly-type label {
        padding: 14px 30px;
    }

    .job-type label {
        padding: 14px 30px;
    }

    /* .salary-type{width: 85%} */
    .hourly-type {
        width: 85%
    }

    .job-type {
        width: 85%
    }

    .job-type label {
        padding: 5px 10px;
    }

    .private-msg .buttons .btn {
        margin-right: 5px;
        font-size: 14px;
        font-weight: 100;
        letter-spacing: normal;
    }
}

.dropleft {
    padding-left: 200px;
}

/*//*/
.fullwidth {
    display: inline-block;
    width: 100%;
    float: left;
}

.logincenter {
    margin-bottom: 25px;
    position: absolute;
    width: 100%;
}

.fixed-wrap {
    position: fixed;
    bottom: 16px;
    width: auto;
    right: 24px;
    left: 24px;
}

.fixed-wrap.multipleform {
    position: absolute;
    bottom: 76px;
    width: auto;
    right: 6px;
    left: 6px;
}

.fixed-wrap.multipleform #prev {
    background: #6bbaa7;
    border-radius: 100px;
    display: inline-block;
    margin: 10px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    position: absolute;
    left: 8px;
    top: 86.7%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.fixed-wrap.multipleform #next {
    background: #6bbaa7;
    border-radius: 100px;
    display: inline-block;
    margin: 10px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    position: absolute;
    left: auto;
    top: 86%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    right: 8px;
}

.bottom15 {
    bottom: 15px !important;
}

.bottom15 .logincenter {
    position: absolute;
    bottom: 0px;
    margin-bottom: 0;
}

.login-form.text-center .text-danger {
    color: #f40000 !important;
    background: #ffffff9e;
    padding: 2px 8px;
}

/*.notification {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3.25rem;
  color: #fff;
  background-color: #dc3545;
}*/

.notification {
    display: flex;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3.25rem;
    color: #fff;
    background-color: #dc3545;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}

#notiCount1 {
    display: inline-block;
    padding: 8px 8px;
    font-size: 75%;
    font-weight: 500;
    line-height: 0.8;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3.25rem;
    color: #fff;
    background-color: #dc3545;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}

.green a {
    background-color: #6bbaa7 !important;
    border-radius: 20px !important;
    color: white !important;
    font-weight: normal !important;
}

.yellow a {
    background-color: #ffa500 !important;
    border-radius: 20px !important;
    color: white !important;
    font-weight: normal !important;
}

.red a {
    background-color: red !important;
    border-radius: 20px !important;
    color: white !important;
    font-weight: normal !important;
}

button.btn.btn-flat {
    padding: 5px;
    margin: 5px;
}

.dtp>.dtp-content {
    max-height: 530px;
}

.textbox_style::placeholder {
    font-size: 18px;
    color: #6bbaa7;
    font-weight: 600;
}

.textbox_style {
    font-size: 18px;
    color: #6bbaa7;
    font-weight: 600;
}

.elipsis_d {
    padding-right: 5px;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1em;
    max-height: 5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}


/*sagar css*/

@media (min-width :576px) {

    .ui-datepicker-inline {
        margin: 10px;
        border: 1px solid rgba(0, 0, 0, .125);
        width: 100%;
        margin: 0 auto;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid white;
        background: white;
        font-weight: normal;
        color: black;
        border-radius: 50% !important;
        width: 45px;
        height: 45px;
        vertical-align: middle;
        align-items: center;
        display: flex;
        justify-content: center;
    }
}

.leftxt {
    background: #fff;
    padding: 10px 20px;
    margin: 0px 0;
    float: left;
    padding-left: 0;
}

.fullbx {
    float: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.fullhomeslr {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 99;
    padding: 15px 15px 30px 15px;
}

@media (max-width : 768px) {

    .back-slider .carousel-item img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }

}

@media (max-width : 991px) {

    /* .property-blog .card-body .d-flex
  {
    display: block !important;
  } */
    .info-wrap .title {
        text-align: left !important;
    }

    .info-wrap span {
        margin-left: 0 !important;
    }

}

.modal-dialog-centered {
    margin: auto;
}

.property-blog .apply-btn small {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.copy_right {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.mainheader{color:#6bbaa7;font-size: 32px;font-weight: 600;margin-bottom: 15px !important;}
.col-lg-12.row.mt-5.blogholder {margin-top: -10px !important;}
@media only screen and (max-width: 600px) {

.col-lg-12.row.most-recent-post {padding-right: 0px !important;}
.col-lg-12.row.most-recent-post .col-lg-6 {padding-right: 0px;padding-top: 12px;}
.col-lg-12.row.mt-5.blogholder {padding-right: 0px !important;margin-top: -7px !important;}
.bloglisteer {padding-right: calc(0%);}

}
