/* B2C Dasboard Start */
.pcoded-main-container {
    background-color: #fff;
}

.hm-b2c-ds-content {
    margin-left: 235px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="shrink"] .hm-b2c-ds-content,
.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="push"] .hm-b2c-ds-content {
    margin-left: 50px;
}

.hm-b2c-page-header {
    padding-block: 34px 28px;
    border-bottom: 1px solid #9BA3AA;
        padding-bottom: 10px;

}

.hm-b2c-inner-content {
    padding: 0 60px !important;
}

.hm-b2c-page-header h2 {
    text-transform: uppercase;
    margin-bottom: 0;
    color: #1E1E1E;
    font-size: 28px;
}

.hm-b2c-page-body {
    padding: 20px 16px;
}

.hm-b2c-ds-card-container {
    row-gap: 30px
}

.hm-b2c-ds-card {
    background-color: #F2F3F4;
    border-radius: 10px;
    padding: 18px 16px;
    text-align: center;
    color: #1E1E1E;
    display: block;
}

.hm-b2c-ds-card h5 {
    font-size: 14px;
}

.hm-b2c-ds-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    object-fit: contain;
}

a.hm-b2c-ds-card:hover h5 {
    color: #1C3F39;
}

a.hm-b2c-ds-card:hover {
    background-color: #1c3f3a26;
}

/* B2C Dasboard End */

.pcoded[theme-layout="vertical"][vertical-nav-type="expanded"] .pcoded-navbar {
    width: 260px;
}

.main-menu {
    width: 260px;
}

.pcoded .pcoded-navbar[data-navbar-theme="theme4"] .main-menu {
    background-color: #F2F3F4;
}

.pcoded .pcoded-navbar[data-navbar-theme="theme4"] {
    background: #F2F3F4;
}

.sidebar-footer {
    width: 260px;
    background-color: #F2F3F4;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item>li.active>a>.pcoded-mcaret {
    border-right: 13px solid #ffffff;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar {
    width: 60px;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .main-menu {
    width: 60px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .pcoded-navbar {
    width: 270px;
    margin-left: -270px;
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
    .navHeader {
        height: auto !important;
    }
}

@media (max-width: 640px) {
    .hm-b2c-ds-content {
        margin-left: 0;
    }
}

.blog-card {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
}


.blog-card a:hover {
    color: #5ad67d;
}

.blog-card:hover .photo {
    transform: scale(1.3) rotate(3deg);
}

.blog-card .meta {
    position: relative;
    z-index: 0;
    height: 200px;
}

.blog-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s;
}

.blog-card .details,
.blog-card .details ul {
    margin: auto;
    padding: 0;
    list-style: none;
}

.blog-card .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    transition: left 0.2s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: 0.9rem;
}

.blog-card .details a {
    -webkit-text-decoration: dotted underline;
    text-decoration: dotted underline;
}

.blog-card .details ul li {
    display: inline-block;
}



.blog-card .details .tags li {
    margin-right: 2px;
}

.blog-card .details .tags li:first-child {
    margin-left: -4px;
}

.blog-card .description {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1;
}

.blog-card .description h1,
.blog-card .description h2 {
    font-family: Poppins, sans-serif;
}

.blog-card .description h1 {
    line-height: 1;
    margin: 0;
    font-size: 1.7rem;
}

.blog-card .description h2 {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px;
}


.blog-card .description .read-more a {
    color: #5ad67d;
    display: inline-block;
    position: relative;
}



.blog-card p {
    position: relative;
    margin: 1rem 0 0;
}

.blog-card p:first-of-type {
    margin-top: 1.25rem;
}


.blog-card:hover .details {
    left: 0%;
}

@media (min-width: 640px) {
    .blog-card {
        flex-direction: row;
    }

    .blog-card .meta {
        flex-basis: 20%;
        height: auto;
    }

    .blog-card .description {
        flex-basis: 80%;
    }

    .blog-card .description:before {
        /* transform: skewX(-3deg); */
        content: "";
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

    .blog-card.alt {
        flex-direction: row-reverse;
    }

    .blog-card.alt .description:before {
        left: inherit;
        right: -10px;
        transform: skew(3deg);
    }

    .blog-card.alt .details {
        padding-left: 25px;
    }
}

.buyNow-btn {
    background: #4CAF50;
    color: #fff;
}

.take-ass-dark {
    background: #323232;
    color: #fff;
}


a {
    color: #323232;
    text-decoration: none;
}


/* B2C Dasboard End */


/* B2C Loging and Register Page Style start */

.hm-b2c-logo{
    padding-top: 40px;
}
.hm-qct-form-page,
.hm-b2c-login-page,
.hm-thank-page{
    position: relative;
    min-height: 100vh;
    height: 100%;
    font-family: "Rubik", sans-serif;
}
.hm-qct-form-page{
    /* background-color: #f6f9fc; */
    position: relative;
    min-height: unset;
}
.hm-b2c-login-left{
    background-color: #1C3F39;
    background-image:url("{{secure_asset('assets/hiremee-revamp/images/login-form/login-backgroud-img.jpg')}}");
    background-size:cover;
    height: 100%;
    width: 70%;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    z-index: -1;
}
.hm-b2c-login-right{
    width: 30%;
    height: 100%;
    right: 0;
    position: absolute;
}
.hm-b2c-login-page-wrapper{
    display: flex;
    /* flex-direction: column; */
    justify-content:center;
    min-height: 99vh
    /* row-gap: 28px; */
}
.hm-b2c-left-ilu{
    /* height: 65%; */
    position: absolute;
    bottom: 0;
    right:0;
    object-fit: contain;
    height: auto;
    width: 85%;

}
.hm-b2c-login-right img{
    position: absolute;
}
.hm-b2c-left-vec-1{
    right: 10px;
    top: 10px;
    width: 20%;
}
.hm-b2c-left-vec-3{
    width: 12%;
    transform: translate(-30%, -32%);
}
.hm-b2c-left-vec-2{
    width: 15%;
    bottom: 0px;
    transform: translatex(-53%);
}
.hm-b2c-logo img{
    width: 180px;
}
.hm-b2c-col-1{
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hm-b2c-col-1-content{
    margin-block: 20px;
}
.hm-b2c-col-1-content h2{
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 16px;
}
.hm-b2c-col-1-content p{
    color: #8FC740;
}
.hm-b2c-copyrights p{
    color: #BFBFBF;
    font-size: 14px;
    margin-bottom: 4px;
}
.hm-b2c-login-form,
.hm-qct-form{
    background-color: #fff;
    border-radius: 6px;
    padding: 28px 26px 28px !important;
    box-shadow: 1px 0px 8px rgb(0 0 0 / 20%);
    margin-block: 0px;
}
.hm-b2c-login-page-wrapper .hm-b2c-login-form{
    margin-block: 20px;
}
.hm-b2c-login-form form,
.hm-qct-form form{
    padding-top:24px;
}
.hm-b2c-login-form h3,
.hm-qct-form h3{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.hm-b2c-form-group label,
.hm-b2c-form-check label{
    color:#323232;
    font-size:13px;
    margin-bottom:0px;
    display: inline-block;
}
.hm-b2c-form-group input,
.hm-b2c-form-group textarea{
    background-color: #F7F7F7;
    border: 1px solid #ebebeb;
    box-shadow: none;
    margin-bottom: 6px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    
}
.hm-b2c-form-group textarea{
    padding: 2px 15px;
    line-height: 1.6;
}
.hm-b2c-form-group textarea::-webkit-scrollbar{
    width: 6px;
}
.hm-b2c-form-group textarea::-webkit-scrollbar-thumb{
    background-color: grey;
}

.hm-b2c-form-group textarea:focus,
.hm-b2c-form-group input:focus {
    border: 1px solid #4caf5054;
    box-shadow: 0 0 0 2px #4caf5054;
}
.hm-b2c-form-group{
    margin-bottom: 12px;
}
.hm-b2c-form-check [type=checkbox],
.hm-b2c-form-check [type=radio]{
    /* accent-color: #4CAF50; */
    width: auto;
    height: 15px;
    margin-left: 3px;
    line-height: 1;
    height: auto;
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
}
.hm-b2c-form-check label{
    display: inline
}
.hm-b2c-form-check label,.hm-b2c-link {
    color: #455A64;
}
.hm-b2c-pw-field{
    position: relative;
}
.hm-b2c-pw-field input{
    padding-right: 35px;
}
.hm-b2c-pw-field span{
    position: absolute;
    z-index: 1;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #455A64;
    font-size: 12px;
}
.hm-b2c-pw-field span.hm-eye{
    cursor: pointer;
}
.hm-b2c-pw-field span.hm-eye.hide{
    display: none;
}
.hm-b2c-link b{
    font-weight: 500;
    color: #000;
}
.hm-b2c-link b svg{
    margin-right: 5px;
}
a.hm-b2c-link{
    font-size:14px;
    text-decoration: underline;
    display: block
}
.hm-b2c-link:hover{
    color:#4CAF50;
}
.hm-b2c-btn-pri{
    display: block;
    background-color: #4CAF50;
    width: 100%;
    padding: 10px 6px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0.4rem;
    margin-top: 1.4rem;
    text-align: center;
    transition: 0.3s;
    border: 1px solid #4CAF50;
}


.hm-b2c-login-title-span{
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 0px;
    color: #111;
}
.hm-b2c-danger, .hm-b2c-form-invalid{
    font-size: inherit;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400 !important;
    color:#D34606;
}
.hm-b2c-fpw-link{
    margin-top: -10px;
}
.hm-b2c-form-control-append{
    position: relative;
}
.hm-b2c-form-control-append > a{
    position: absolute;
    top: 6px;
    right: 12px;
    font-size: 14px;
    color: #D34606;
    text-decoration: underline;

}
.hm-b2c-form-control-append > a:hover{
    color: #ff5001
}
.hm-b2c-form-group .hm-b2c-form-control-append input{
    padding-right: 60px;
}

.hm-b2c-login-form.hm-vpa-popup,
.hm-qct-form.hm-vpa-popup{
    font-family: "Rubik", sans-serif;
    width: 55%;
    min-width: 300px;
}
.hm-b2c-login-form .mfp-close,
.hm-qct-form .mfp-close{
    right: 22px !important;
    background-color: transparent !important;
    padding: 0;
    width: unset !important;
    height: unset !important;
    top: 7px !important;
}
/* Sasikuamr UI 10/12-24 Start */
.hm-b2c-login-form .input-group-addon,
.hm-qct-form .input-group-addon {
    background: #d8dee4;
    padding: 2px 5px 2px 12px;
    display: flex;
}

.hm-b2c-login-form .input-group-primary2,
.hm-qct-form .input-group-primary2{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 31px;
    border: 1px solid #d8dee4;
}

.hm-b2c-login-form .captcha-size1,
.hm-qct-form .captcha-size1{
    height: 27px;
    line-height: 30px;
    margin: 0;
}

.hm-b2c-login-form .captcha-refresh,
.hm-qct-form .captcha-refresh {
    line-height: 30px;
    cursor: pointer;
    width: 40px;
    padding: 3px;
    font-size: 18px !important;
}

.hm-b2c-login-form .hm-b2c-link,
.hm-qct-form .hm-b2c-link {
    font-size: 12px;
    line-height: 1.6;
}

.hm-b2c-login-form .form-group span,
.hm-qct-form .form-group span{
    color: #323232;
    font-size: 13px;
}
/* Sasikuamr UI 10/12-24 End  */

/* Quick Connect Form start */

.hm-qct-form{
 margin-block: 30px;   
}
.hm-qct-page-content{
    padding-top: 50px;
}
.hm-qct-page-content h1{
    /* margin-top: 34px; */
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 500;
}
/* .hm-qct-page-content .hm-cna-list li{
    color: #1E1E1E;
} */
 

/* Quick Connect Form End  */

@media screen and (max-width: 992px){
    .hm-b2c-login-right{
        display: none;
    }
    .hm-b2c-login-left{
        width: 100%;
    }

}
@media screen and (max-width: 782px){
    .hm-b2c-login-form,
    .hm-qct-form{
        margin-block: 20px;
    }
    .hm-b2c-col-1-content h2,
    .hm-b2c-login-form h3,
    .hm-qct-form h3{
        font-size:22px;
    }
    .hm-b2c-login-form,
    .hm-qct-form{
        padding:24px !important;
    }
    .hm-b2c-logo img{
        width: 140px;
        margin-inline: auto;
    }
    .hm-b2c-login-page-wrapper{
        min-height: auto;
        flex-direction: column;
    }
    .hm-b2c-login-page-wrapper .hm-b2c-login-form{
        margin-top: 0px;
    }

}

/* B2C Loging and Register Page Style end  */


/* Career Navigation Assessments Page Start */
.text-nowrap{
    white-space: nowrap;
}
.hm-cna-price-pages,
.hm-b2c-assessment-page{
    font-family: var(--thme-title);
}
.hm-cna-price-pages p{
    font-size: 14px;
    line-height: 22px;
}
.hm-cna-price-pages .f-16{
    font-size: 16px;
}
.hm-g-color{
    color:#4CAF50;
}
.f-w-600{
    font-weight: 600 !important;
}

.hm-cna-price-hero-sec{
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #07141F;
    overflow: hidden;
}

.hm-cna-hero-content{
    padding-top: 40px;
    padding-bottom: 0px;
    align-self: center;
}
@media screen and (min-width: 768px) {
    .hm-cna-price-hero-img img{
        position: absolute;
        bottom: 0;
        height: 90%;
        object-fit: contain;
        width: auto;
        left: -25px;
        max-width: unset;
    }
    .hm-cna-hero-content{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.hm-cna-hero-content h1{
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.hm-cna-hero-content p{
    color:#9BA3AA;
    margin-bottom: 1.2rem;
}
.hm-cna-list{
    border-top: 1px solid #9BA3AA;
    border-bottom: 1px solid #9BA3AA;
    padding-block: 22px;
    display: flex;
    justify-content: space-between;
    margin-bottom:0px;
    flex-wrap: wrap;
    padding: 16px 8px;
}
.hm-cna-list li{
    color: #fff;
    padding-block: 8px;
}
.hm-cna-list li:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center;
    margin-right: 8px;
    vertical-align: middle;   
}
.hm-cna-pricing{
    display: flex;
    column-gap: 22px;
    flex-wrap: wrap;
    position: relative;
}
.hm-cna-pricing-text{
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    margin-top: 42px;
    margin-bottom: 42px;
    position: relative;
    transition: color 1s linear, opacity 1s linear,font-size 0.5s linear;
}
.hm-cna-actual-price .hm-cna-pricing-text{
    margin-top: 26px;
}
.hm-cna-pricing h5{
    position: absolute;
    top: 12px;
    font-size: 14px;
    color: #4CAF50;
    font-weight: 500;
    opacity: 0;
 }
.hm-cna-pricing-text.to-value{
    opacity: 0;
    /* margin-top: 12px; */
}
.hm-cna-offer-label,
.hm-cna-offer-text,
.hm-cna-pricing h5{
    opacity: 0;
    transition: opacity 1s linear;
}
.hm-cna-pricing.active .hm-cna-pricing-text.to-value,
.hm-cna-pricing.active h5{
    opacity: 1;
}

.hm-cna-pricing .hm-cna-pricing-text.from-value{
    /* margin-bottom: 0px; */
}
.hm-cna-pricing.active .hm-cna-pricing-text.from-value{
    color: #9BA3AA;
    font-size: 24px;
}
.hm-cna-pricing.active .hm-cna-offer-text{
    opacity: 1;
}
.hm-cna-pricing-text s{
    text-decoration: none;
    position: relative;
}
.hm-cna-pricing .hm-cna-pricing-text s::before{
    top: 50%;
    background: #9BA3AA;
    content: '';
    width: 0px;
    position: absolute;
    height: .1em;
    border-radius: .1em;
    left: 0%;
    white-space: nowrap;
    display: block;
    transition: width 0.5s linear;   
}
.hm-cna-pricing.active .hm-cna-pricing-text s::before{
    width: 100%;
}
.hm-cna-light-btn-2,.hm-cna-primary-btn-2{
    font-weight: 600;
    display: inline-block;
    font-size: 13px;
    padding: 8px 18px;
    line-height: 1.6;
    border-radius: 6px;
    border:1px solid #C1E3C3;
}
.hm-cna-light-btn-2,
.hm-cna-light-btn{
    background-color: #C1E3C3;
    color: #1E1E1E;
}
.hm-cna-primary-btn-2,
.hm-cna-primary-btn{
    background-color: #4CAF50;
    color:#fff;
    border: 1px solid #4CAF50;
}


.hm-cna-light-btn-2 > span,
.hm-cna-primary-btn-2 > span{ 
    display: block;
    text-transform: uppercase;
    font-size: 15px;

}
.hm-cna-hero-content .hm-cna-light-btn-2{
    margin-right:20px;
}
.hm-cna-primary-btn,
.hm-cna-light-btn{
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
    padding: 6px 48px;
    line-height: 1.6;
    border-radius: 6px;
    text-transform: capitalize;
    border: 1px solid #C1E3C3;
}
.hm-cna-light-btn-2:hover,
.hm-cna-light-btn:hover,
.hm-cna-primary-btn-2:hover,
.hm-cna-primary-btn:hover,
.hm-b2c-btn-pri:hover,
.hm-cna-primary-btn-sm:hover{
    background-color: transparent;
    color: #4CAF50;
    border-color:#4CAF50;

}
.hm-cns-bg-grey{
    background-color: rgb(7 20 31 / 0.05);
}
.hm-cns-sec-py-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.hm-cns-sec-py-30{
    padding-top: 40px;
    padding-bottom: 30px;
}
.hm-cns-sec-pb-60{
    padding-bottom: 60px;
}
.hm-cns-sec-pt-60{
    padding-top: 60px;
}
.hm-cna-sec-title{
    font-size: 26px;
    line-height: 1.2;
    margin-bottom:1rem;
}
.hm-cna-sec-title-2{
    font-size: 24px;
    line-height: 1.2;
    margin-bottom:1rem;
}
.hm-cna-sec-title-3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0.3rem;
}
.hm-cna-sec-title-5{
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0.3rem;
}
.hm-cns-card{
    height: 100%;
    padding: 20px;   
    text-align: center;
    box-shadow: 5px 4px 17px rgb(0 0 0 / 10%);
    border-radius: 6px;
    margin-inline: 10px;
    transition: all 0.5s ease;
}
.hm-cns-card h5{
    margin-bottom: 0.8rem;
    /* text-align: left; */
}
.hm-cns-card p{
    font-size: 14px;
    /* text-align: left; */
    margin-bottom: 0px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    height: fit-content;
}
.hm-cns-card:not(:hover){
    height: auto;
} 
.hm-cns-card:hover{
    box-shadow: 1px 1px 17px 12px rgb(0 0 0 / 10%);
}
.hm-cns-card:hover p{
    max-height: 500px;
}
.hm-cns-card img{
    width: 80%;
    max-width: 200px;
    margin-bottom: 1rem;
   
}
.hm-cns-card-wrapper{
    margin-top: 28px;
    row-gap: 2rem;
}
.hm-cna-price-hero-sec,
.hm-cns-registration-sec{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}
.hm-cns-registration-sec{
    background-color: #1C3F39;
}
.hm-cns-registration-sec .hm-b2c-form-group input{
    background-color: #D9D9D9;
}
.hm-cns-registration-sec h2,
.hm-cns-registration-sec p{
    text-align: center;
}
.hm-cns-registration-sec p{
    font-size: 14px;
    margin-bottom: 0;
}

.hm-cns-b2c-sec .hm-cna-light-btn{
    margin-top: 22px;
}
.hm-cns-who-can{
    border-bottom: 1px solid #000000;
    margin-bottom: 24px;
    padding-bottom: 14px;
}
.hm-cns-who-can .hm-cna-list{
    padding: 0px;
}
.hm-cns-who-can .hm-cna-list li{
    color: #222;
    display: flex;
    margin-bottom: 0px;
    font-size: 14px;
}
.hm-cns-who-can .hm-cna-list li:before{
    flex-grow: 1;
    flex-shrink: 0;
    margin-top: 2px;
}
.hm-cna-get-repo{
    background-color: #07141f17;
}
.hm-cna-gein-deeper{
    background-color: #07141F;
}
.hm-cna-get-repo,.hm-cna-gein-deeper{
    text-align: center;
    padding: 40px 60px;
}
.hm-cna-get-repo .hm-cna-light-btn-2,
.hm-cna-gein-deeper .hm-b2c-btn-pri{
    display: inline-block;
    width: fit-content;
    font-size: 14px;
    padding: 8px 13px;
    margin-top: 8px;
}
.hm-cna-get-repo .hm-cna-light-btn-2{
    line-height: 30px;
    display: inline-flex;
    text-align: center
}
.hm-cna-get-repo .hm-cna-light-btn-2 svg{
    height: 30px;
    margin-right: 5px;
    display: inline-block;
}

.hm-cns-holistic-approach{
    background: #fff;
    box-shadow: 5px 6px 9px rgb(0 0 0 / 10%);
    border-radius: 12px;
    padding: 33px 36px;
    padding-top: 0px;
}

.hm-cna-sec-img img{
    max-width: 450px;
    width: 100%;
    max-height: 400px;
    object-fit: contain;    
}
.hm-cna-sec-img-2{
    position: absolute;
    left: 0;
    width: 41%;
    height: 100%;
}
.hm-cna-sec-img-2 img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Hiremee Assessments Page Start */
.hm-b2c-assess-header h2{
    font-size: 28px;
    margin-bottom: 14px;
    text-transform: uppercase;

}
.hm-b2c-assess-header{
    padding-top: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9BA3AA;
    margin-bottom: 28px;
}

.hm-b2c-asses-card{
    /*padding: 24px 24px;
    border-radius: 8px;
    background-color:   #F2F3F4;*/
    padding: 16px 24px;
    border-radius: 8px;
    background-color: #F2F3F4;
    min-height: 198px;
    display: flex;
    flex-direction: column;
}
.hm-b2c-assess-ftr{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 1

}
.hm-b2c-asses-card.hm-b2c-filter{
    background-color: #F5EEE9;
    position: sticky;
    top: 95px;
}
.hm-b2c-asses-card-details{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hm-b2c-asses-card-details .hm-cna-primary-btn-sm{
    align-self: baseline;
    white-space: nowrap;
}

.hm-b2c-asses-card-details .hm-b2c-asses-duration{
    display: flex;
    flex-grow: 1;
}
.hm-b2c-asses-card-price{
    display: flex;
    font-family: 'Rubik';
    margin-right: 7px;
    
    align-items: center;
}
.hm-b2c-asses-card-price h5{
    color: #4CAF50;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}
.hm-b2c-asses-card-price h6{
    color: #6C6C6C;
    margin-left: 4px;
    font-weight: 500;
    align-self: end;
    font-size: 12px;
    line-height: 1.2;
}

.hm-b2c-asses-duration h5{
    font-size: 13px;
}
.hm-b2c-asses-duration > span{
    font-size: 13px;    
    color: #6C6C6C;
    line-height: 1;
}
.hm-b2c-asses-duration svg{
    height:18px;
    margin-right: 8px;
    margin-top: 4px;
}
.hm-b2c-asses-card h4{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #1E1E1E;
}
.hm-b2c-asses-card > p{
    font-size:14px;
    line-height: 1.4;
    margin-bottom: 4px;
    color: #1E1E1E;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.hm-b2c-asses-card .hm-b2c-asses-link{
    font-size: 14px;
    color: #323232;
    text-decoration: underline;
}
.hm-b2c-asses-link:hover{
    color: #4CAF50;
}

.hm-b2c-asses-card-details{
    /*padding-top: 16px;
    border-top: 1px solid #9BA3AA;
    margin-top: 14px;*/
    padding-top: 16px;
    border-top: 1px solid #9BA3AA;
    margin-top: auto;
}
.hm-cna-primary-btn-sm{
    font-weight: 600;
    display: inline-block;
    font-size: 12px;
    /* padding: 6px 28px; */
    padding: 6px 12px;
    line-height: 1.6;
    border-radius: 6px;
    background-color: #4CAF50;
    color:#fff;
    border: 1px solid #4CAF50;
}

.hm-cna-primary-btn-sm.hm-cna-dark-bnt{
    background-color: #323232;
    border-color: #323232;
    padding: 6px 20px;
}
.hm-cna-primary-btn-sm.hm-cna-dark-bnt:hover,
.hm-cna-primary-btn-sm.hm-cna-dark-bnt:focus{
    background-color: transparent;
    color: #323232;
    border-color: #323232;
}
.hm-b2c-assess-sec{
    padding-bottom: 40px;
}
.hm-b2c-asses-card.hm-b2c-filter h4{
    padding-bottom: 12px;
}
.hm-b2c-asses-card-list{
    padding-block: 12px 16px;
    border-top: 1px solid #9BA3AA;
    border-bottom: 1px solid #9BA3AA;
}
.hm-b2c-asses-card-list ul{
    margin-bottom: 0px;

}
.hm-b2c-asses-card-list ul li{
    font-size: 15px;
    padding-block: 8px;
    font-weight: 500;
}
.hm-b2c-asses-card-list ul li,
.hm-b2c-asses-card-list ul li a{
    color: #6a6a6a;
}
.hm-b2c-asses-card-list ul li:hover a{
    color: #1E1E1E;
}
.hm-b2c-asses-card-list-title{
    cursor: pointer;
    position: relative;
    margin-block: 5px;
}
.hm-b2c-asses-card-list-title:after{
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
    font-weight: 300;

}
.hm-b2c-asses-card-list-title.active:after{
    content: '-';
}

.hm-b2c-stock-up-sec-wrapper{
    text-align: center;
    margin-top: 20px;
}
.hm-b2c-stock-up-sec-wrapper img{
    max-height: 280px;
}
.hm-b2c-stock-up-sec-wrapper h4{
    font-size: 22px;
    margin-bottom: 4px;
    line-height: 1.2;
}
.hm-cns-conten-item{
    border-bottom: 1px solid #949494;
    padding-block: 12px;

}
.hm-cns-conten-item p{
    /* max-height: 0px; */
    max-height: 400px;
    overflow: hidden;
    transition: max-height 0.9s line;
    height: fit-content;
    margin-bottom: 0px;
}
.hm-cns-conten-item p{
    display: none;
}
/* Hiremee Assessments Page End  */

@media screen and (max-width: 992px){
    .hm-b2c-login-right{
        display: none;
    }
    .hm-b2c-login-left{
        width: 100%;
    }
    .hm-cna-hero-content p,.hm-cna-list li{
        font-size: 14px;
    }

}
@media screen and (max-width: 768px){
    .hm-cna-hero-content h1{
        font-size: 24px;
    }
    .hm-cna-hero-content .hm-cna-list{
        flex-direction: column;
        padding-block: 4px;
        font-size: 14px;
    }
    .hm-cna-pricing,
    .hm-cna-pricing-text{
       font-size: 30px;
       margin-block: 24px;
    }
    .hm-cna-pricing h5{
        top: -5px
    }
    .hm-cns-sec-py-60{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hm-cns-sec-pt-60{
        padding-top: 40px;
    }
    .hm-cns-sec-pb-60{
        padding-bottom: 40px;
    }
    .hm-cna-sec-title,
    .hm-b2c-assess-header h2{
        font-size: 22px
    }
    .hm-cna-sec-title-2{
        font-size: 20px;
    }
    .hm-cna-get-repo, .hm-cna-gein-deeper{
        padding: 30px 20px; 
    }
    .hm-b2c-stock-up-sec-wrapper h4 {
        font-size: 18px;
    }
    .hm-cns-holistic-approach {
    padding: 15px 15px;
    }
    .hm-cns-card p{
        max-height: 500px;
    }
    .hm-cna-sec-img-2{
        position: relative;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
}
@media screen and (max-width: 600px){
    .hm-cns-sec-py-60{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hm-cns-sec-pt-60{
        padding-top: 40px;
    }
    .hm-cna-pricing-text{
       margin-block: 20px;
    }
    .hm-cna-sec-img-2{
        width: 100%;
    }
}
/* Career Navigation Assessments Page End  */
a.mail_verified_success{
    font-size: 22px;
    text-decoration: none;
}
@media screen and (max-width: 991px){
.hm-b2c-inner-content {
    padding: 0 10px !important;
}
}
