.home-area {
    position: fixed;
    height: 100%;
    padding-top: 90px;
    z-index: 3;
    background: url(../images/hero-area-2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.home-area:after {
    background: var(--bg-light-green);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.25;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.home-area h2 {
    font-size: 2.35rem;
    line-height: 1.2;
    font-family: poppins-bold;
    color: var(--color-texts);
    letter-spacing: 1px;
    font-weight: 700;
}

.search_container {
    height: 65px;
    align-items: center;
    background: #fff;
    padding-top: 10px;
    border-radius: 10px;
}

.home-area .input_search {
    height: 45px;
    border: none;
    font-size: 13px;
}

.home-area .btn_search {
    height: 45px;
}

.recent_section h5 {
    font-weight: 600;
    font-size: 15px;
    color: var(--main-bg-green);
    margin-bottom: 20px;
}

.recent_link {
    padding: 8px 16px;
    display: inline-block;
    background: #F9F9F9;
    border-radius: 20px;
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-transform: capitalize;
    border: 1px solid #ccc;
}
#jobDetails{position:fixed;
			right:0px !important;
	background:#fff !important;
}
/*--------------------- home page end ----------------------*/

.search-area {
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.search-result-page-from .input-group-text {
    background: transparent;
    border: 1px solid #ccc;
    border-right: none;
    font-size: 20px;
    color: var(--main-bg-green);
}

.search-result-page-from .input_search {
    background: transparent;
    border: 1px solid #ccc;
    font-size: 13px;
    height: 45px;
    border-left: none;
}

.job-list-container {
    background-color: var(--color-white);
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.job-list-container h4 {
    font-size: 14px;
    margin-bottom: 15px;
}

.job-list-container h4 a {
    color: #898989;
    font-weight: 600;
    line-height:27px;
	word-wrap: break-word;
}

.job-list-container ul {
    list-style: none;
    padding: 0;
}

.job-list-container ul li {
    margin-top: 12px;
}

.job-list-container ul li i {
    color: #008375;
    font-size: 16px;
}

.job-list-container ul li a {
    color: var(--color-texts);
}

.job-list-container-active {
    border: 2px solid var(--main-bg-green);
    /* box-shadow: 0 29px 75px rgb(156 156 156 / 16%); */
}

.filter-heading {
    height: auto;
    padding-left: 0;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}

.filter-heading h4 {
    margin-bottom: 10px;
    font-weight: 600;
}

.filter-content {
    min-height: 240px;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.filter-content ::-webkit-scrollbar {
    display: none;
}
.job-details-container iframe{display:none}
.job-details-container input{display:none;}
.job-details-container {
    background-color: var(--color-white);
    padding: 15px;
    border-radius: 10px;
	position:fixed;
	right: 10px;
    width: 48%;
    transition: .2s;

}

.job-preview-header {
    padding-bottom: 10px !important;
    background: transparent;
    margin-bottom: 10px;
    padding-right: 15px;
    border-bottom: 1px solid #f5f5f5;
}

.job-preview-header .profile-photo {
    width: 65px;
    height: 65px;
    border-radius: 5px;
    float: left;
    overflow: hidden;
    background: #fff;
}

.job-preview-header .profile-photo img {
    height: 64px;
    width: 64px;
}

.job-preview-header .profile-details {
    background: transparent;
    padding: 0;
    padding-left: 10px;
	padding-top:15px;
}

.job-preview-header .profile-details h4 {
    font-size: 14.8px;
    font-weight: bold;
    margin-top: 2px;
    color: var(--main-bg-green-dark);
}

.job-preview-header .btn-tab {
    border-bottom: 1px solid #ccc;
    padding: 0;
	padding-top:15px;
}

.btn-post-apply {
    background: var(--main-bg-green);
    color: var(--color-white);
    font-size: 13px;
    padding: 8px 8px;
    min-width: 146px;
    max-width: max-content;
}

.btn-post-apply-border {
    background: transparent;
    color: var(--main-bg-green);
    border: 1px solid var(--main-bg-green);
    padding: 8px 8px;
    min-width: 146px;
    max-width: max-content;
    font-size: 13px;
    box-shadow:none !important;
}
.btn-post-apply-border:hover {
    color: var(--main-bg-green-dark) !important;
}

.job-details-mentions {
    background: #f5f5f5;
    padding: 10px;
}

.job-preivew-content-container {
     /* min-height: 300px;*/
    background: transparent;
    /*max-height: 460px;*/
    overflow-y: scroll;
}


.job-preview-content-container-height {
    min-height: 360px !important;
    max-height: 360px !important;
}

.job-preivew-content-container .job-details {
    color: var(--color-texts);
}

.job-preview-content-container .job-details {
    line-height: 28px;
}
/*--------- scroll class ------*/

.job-preview-fixed {

    position: fixed;
    top: 185px;
   
}
.job-preview-fixed-scrolled{ position: fixed; top:0px;}

.job-loader-fixed {
    position: fixed;
    top: 185px;
}
.job-loader-fixed-scrolled {
    position: fixed;
    top: 0px;
}


/*-------------------- search result end ------- */

.banner {
    position: relative;
    background-color: var(--input-bg);
    background-size: cover;
    padding: 80px 40px 70px;
    margin-bottom: 20px;
}

.inner-box {
    position: relative;
    padding: 0;
}

.company-logo {
    float: left;
    position: relative;
    width: 100px;
    text-align: center;
    /* display: inline-block; */
    height: 100px;
    background: #fff;
    line-height: 100px;
    box-shadow: 0 0 7px rgb(203 203 203 / 23%);
}

.company-logo img {
    width: 100%;
    height: auto;
}

.content {
    position: relative;
    min-height: 51px;
}

.content h4 {
    margin-bottom: 15px;
    font-weight: 700;
}

.content h4 a {
    color: var(--color-black);
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: b;
}

.btn-box {
    float: right;
}

.job-info {
    display: flex;
    margin-bottom: 10px;
    border-radius: 40px !important;
}

.job-info li {
    margin-right: 15px;
}

.job-info li i {
    font-size: 15px
}

.expire-span {
    background: #fff5f8!important;
    color: #f1416c!important;
    font-size: 11px;
    border-radius: 30px;
}

.btn-right {
    float: right;
}

.job-details-content {
    margin-bottom: 20px;
}

.job-details-content h1 {
    font-size: 22px;
    line-height: 27px;
}

.job-details-content h2 {
    font-size: 20px;
    line-height: 27px;
}

.job-details-content h3 {
    font-size: 18px;
    line-height: 27px;
}

.job-details-content h4 {
    font-size: 16px;
    line-height: 27px;
}

.job-details-content h5 {
    font-size: 16px;
line-height: 27px;
}
.job-details-content p {
    line-height: 27px;
    margin-bottom:10px;
  
}

.job-details-content ul li {
    margin-bottom: 10px;
    line-height: 27px;
}
/*--------------------  job details tab view end ---------------------*/

.pt-120 {
    padding-top: 120px;
}

.pb-50 {
    padding-bottom: 50px;
}

.reg-left-side {
    position: fixed;
    height: 100%;
    background-color: var(--main-bg-green);
    display: flex;
    align-items: center;
}

.reg-right-side {
    position: fixed;
    height: 100%;
    display: flex;
    align-items: center;
    float: right;
    right: 0px;
    overflow-y: scroll;
    padding-top: 60px;
    padding-bottom: 30px;
}

 
.align-false {
    display: block;
    align-items: flex-start;
}

.registration-heading h3 {
    font-weight: bold;
    font-size: 22px;
    color: var(--main-bg-green);
}

.registration-heading p {
    font-size: 15px;
}

.registration-heading p a {
    color: var(--main-bg-green);
    font-weight: bold;
    font-size: 15px;
}

.registration-select-bx {
    color: #7e8299;
    border: 1px dashed #e4e6ef;
    min-height: 120px;
    margin-top: 30px;
    border-radius: 10px;
	display:flex;
    padding-top: 30px;
    background: #fff!important;
}

.registration-select-bx:hover {
    border: 1px dashed var(--main-bg-green);
    min-height: 120px;
    margin-top: 30px;
    background: #dcfdfd !important;
}

.registration-select-bx:hover .account_type_icon {
    color: #008375;
}

.account_type_icon {
    height: 60px;
    width: 60px;
    background: transparent;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account_type_icon i {
    font-size: 38px;
}

.account_type_content {
    background: transparent;
    float: left;
    /* display: inline-block; */
    position: relative;
    min-height: 51px;
    width: 77%;
    padding-left: 7px;
}

.account_type_content h4 {
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    font-weight: bold;
}

.btn-mspf {
    width: 120px;
    height: 45px;
    border-radius: 5px;
    font-size: 14px;
}

.btn-next {
    float: right;
}

.btn-previouse {
    background: var(--bg-light-green);
    color: var(--main-bg-green);
    font-weight: bold;
}

.registration-heading h6 {
    font-size: 14px;
    font-weight: 600;
    color: var(--main-bg-green);
    margin-bottom: 15px;
}

.signup-steps {
    display: flex;
    /* flex-direction: column; */
    margin-bottom: 42px;
}

.signup-steps-item {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 2.5rem;
    cursor: pointer;
}

.signup-steps .stepper-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .2s ease, background-color .2s ease;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: .475rem;
    background-color: #57a2a2;
    margin-right: 1.5rem;
}

.signup-steps .stepper-label {
    display: flex;
    flex-direction: column;
    color: white;
    cursor: pointer;
    justify-content: center;
}

.signup-steps .stepper-label h3 {
    font-size: 18px;
    color: var(--color-white);
    margin-bottom: 2px;
    cursor: pointer;
    margin-top: -10px;
}

.stepper-line {
    top: 50%;
}

.signup-steps .stepper-line {
    display: block;
    content: " ";
    justify-content: center;
    position: relative;
    z-index: 0;
    left: 39px;
    top: 40px;
    /* bottom: 0; */
    width: 40px;
    height: 60px;
    transform: translate(50%);
    border-left-width: 1px;
    border-left-style: dashed;
    border-left-color: #ccc;
}

.active-line {
    border-color: #fff;
}

.step-complete .stepper-icon:after {
    font-family: "Font Awesome 5 Free";
    color: var(--main-bg-green);
    position: relative;
    content: "\f00c";
    font-weight: 900;
    font-size: 18px;
}

.step-complete .stepper-number {
    display: none;
}

.step-complete .stepper-icon {
    background: #fff !important;
}

.current-step .stepper-icon {
    transition: color .2s ease, background-color .2s ease;
    background-color: #04c8c8;
    color: white;
}

.current-step .stepper-label h3 {
    font-weight: 700;
}

.w-40px {
    width: 40px!important;
}

.registration_profile_picture {
    height: 100px;
    width: 100px;
    padding: 3px;
    background: white;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid var(--border-color-2);
}

.upload-registration-upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    width: 100%;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    width: 100%;
}

.browsebtn {
    height: 50px;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #008375;
    width: 100%;
    padding-top: 13px;
}

.browsebtn i {
    margin-right: 5px;
}

.upload-btn-wrapper .browsefile {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
/*--------------------- account registration end ---------------------------*/

.banner-vh-40 {
    height: 40vh;
    background: #000;
    padding-top: 12vh;
    background-size: cover !important;
    background-position: center center !important;
    color: #fff;
    z-index: 1;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

.banner-vh-40:after {
    background-color: rgb(0, 0, 0, .4);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-content {
    z-index: 1;
}

.banner-content h2 {
    font-weight: bold;
    font-family: roboto-blod;
    font-size: 34px;
}

.banner-content .breadcrumb {
    justify-content: center;
    font-size: 14px;
    background: transparent;
}

.section-title .title-header {
    position: relative;
    padding-left: 29px;
    margin-bottom: 29px;
}

.section-title .title-header:after {
    display: block;
    content: "";
    position: absolute;
    background-color: transparent;
    width: 6px;
    top: 0%;
    height: 95%;
    left: 0;
    margin-left: 0;
    background-color: var(--main-bg-green);
}

.section-title h5 {
    font-weight: bold;
    font-family: roboto-blod;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    margin-top: 5px;
    color: #8d9297;
}

.section-title h2.title {
    font-weight: bold;
    font-family:poppins-black;
    font-weight: 600;
    font-size: 25px;
    line-height: 46px;
    /* text-transform: capitalize; */
    color: var(--heading-color);
    margin-bottom: 0;
}


.section-title2{
    text-align: center;
}
.section-title2 .title-header2{
    position: relative;
    padding-left: 0px;
    margin-bottom: 29px;
}

.section-title2 .title-header2:after {
    display: block;
    content: "";
    position: absolute;
    background-color: transparent;
    width: 67px;
    top: 56px;
    height: 3px;
    left: 47%;
    margin-left: 0;
    background-color: var(--main-bg-green);
}

.section-title2 h5 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    margin-top: 5px;
    color: #8d9297;
}

.section-title2 h2.title {
    font-family:poppins-black;
    font-weight: 600;
    font-size: 25px;
    line-height: 46px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.listcolor {
    color: #008375;
    font-weight: bold;
}
.content-paragraph p{ line-height: 27px; font-size: 15px;}

.content-paragraph ul li {line-height: 27px; font-size: 15px;}
.feacture-box{
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 173px;
    height: 135px;
    padding: 12px 2px;
    font-size: 13px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.feacture-box p{
    line-height: 22px;
    font-size: 12px;
}
/*--------------------------------- contact start------*/
.about-banner{background:url(../images/banner/about-banner.jpg) no-repeat;}
.contact-banner{background:url(../images/banner/contact-banner.png) no-repeat;}
.contact-box {
    background: #f7f7f7;
    padding: 30px 30px 30px 30px;
    border-radius: 5px 5px 5px 5px;
}

.address-icon {
    background-image: linear-gradient( 275deg, #ffffff 0%, #fcfcff 100%);
    min-width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 40px;
    border-radius: 7px;
    color: var(--main-bg-green);
    margin-right: 23px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 24px;
}

.address-box {
    display: flex;
}

.address-text .label {
    font-size: 15px;
    font-weight: 600;
    color: var(--heading-color);
    display: block;
    margin-bottom: 15px;
}
.address-text a {
    color: #504c5a;
}

.main-heading h2 {
    font-family: roboto-blod;
    font-style: normal;
    color: var(--heading-color);
    margin-bottom: 30px;
    font-size: 25px;
}

.main-heading p{font-size:15px;}

.txt-contact{min-width: 100%; max-width: 100%; min-height: 120px; max-height: 120px; background:var(--input-bg);}
.btn-contact{width: 120px; height: 45px; background: var(--main-bg-green); color: var(--color-white); border-radius: 10px; float:right}
/*--------------------------------------------*/
.terms-conditions-paragraph p{line-height:28px; font-size:14px;}
.terms-conditions-paragraph ol{padding:0; padding-left: 15px;}
.terms-conditions-paragraph ol li{margin-bottom: 13px;}
.terms-conditions-paragraph ol li a{color:#504c5a}
.margin_bottom_style_div{margin-bottom: 20px;}
.heading_large  h2{font-weight: bold; font-size:22px;}
.subheading{padding:0}

.paragraph{padding:0; margin-bottom: 20px;}


.terms-conditions-paragraph h3{font-size:18px;
                                font-weight: bold;
                                color: var(--main-bg-green);
                            margin-bottom: 15px;}

.terms-conditions-paragraph h4{font-size:18px;
                                font-weight: bold;
                                color: var(--main-bg-green);
                            margin-bottom: 15px;}
.terms-conditions-paragraph h2{color:var(--main-bg-green);
                               font-size:23px;
                               font-weight: bold;}
.terms-conditions-paragraph ul{margin-bottom: 20px;  }

.ulisist{padding:0}
.ulisist li{line-height: 28px; margin-bottom: 15px;}
.pt-100{padding-top:50px;}
.menu_sections {
    position: fixed;
    background: #fbfbfb;
    height: 80%;
    top: 15%;
    width: 275px;
    overflow:hidden;
    padding-bottom: 150px;
    padding: 14px;
    border-radius: 10px;
    bottom:10%;
}
.menu_sections ol{ padding-left: 22px; font-size:14px;}
.menu_sections ol li a{font-size:13px;}
.menu_sections:hover{overflow-y:auto;}



.job-details-popup{ display:block; 
                    position:fixed;
                    height:100%;
                    width:100%;
                    background:rgb(0,0,0,.5);
                    top:0;
                    left:0;
                    z-index: 1050;
                    padding:20px 10px;
                     }
.btn-close-job-details{ border-radius: 10px; margin-bottom: 15px; height: 40px; width:40px; background: #000; color:#fff;}
.popup-job-details-content{background: #fff; padding-top:10px; padding-bottom: 20px; border-radius: 10px;}
.job-popup-preview-content{ height:75vh; overflow-y: auto;}

.commandiv {
    padding-top: 30px;
}

.left_heading h4 {
    color: #000;
    font-weight:bolder;
    font-size: 17px;

    margin-bottom: 20px;
}

.left_heading2 p {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left !important;
}
.olliststep {
    padding: 0px;
}
.olliststep li {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style:none;
}

.iframes {
    width: 100%;
    height: 369px;
    border: 6px solid #fff;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 04%), 0 6px 20px 0 rgb(0 0 0 / 04%) !important;
    border-radius: 15px;
}

.help-banner {
    background: url(../images/help-wallpaper.jpg) no-repeat;
    background-size: cover !important;
    background-position: center center;
}
/*----------------  btn submit ------------*/

.btn-submit {
    background: var(--main-bg-green) !important;
    color:var(--color-white) !important;
}
    .btn-submit:hover {
        background: var(--main-bg-green-hover) !important;
    }

    .btn-submit:focus {
        background: var(--main-bg-green-hover) !important;
    }

.company_list_scroll{ max-height:400px; overflow-y:auto; padding-left:5px;}
#jobPartial{min-height:550px !important; max-height:max-content !important;}

#jobdetailspopup .modal-backdrop{display:none !important;}

.count-bx{border:1px dashed var(--main-bg-green);
		  background:#fff;
		  border-radius:10px;
		  padding:15px;
		  z-index:10;
		  margin-bottom:25px;
		  }
.round-bx{ width:50px;
		   height:50px;
		   background:#f5f5f5;
		   border-radius:50px;
		   display:flex;
		   color:var(--main-bg-green);
		   justify-content:center;
		   align-items:center;
		   font-size:22px;
		  }

.count-number h3{font-size:30px; 
			     margin-left:5px;
	 			 color:var(--main-bg-green);
				 font-family:poppins-bold;}
.round-details { font-size:17px;
				display:flex;
				align-items:center;
				padding-left:10px;
			   }
.round-details h4{ font-size:17px;
				   font-family:poppins-bold;
					}
.count-home{margin-top:20px;}
.job-details-container  .row{margin:0;}
.job-details-container  h1{font-size:15px !important; margin-bottom:15px;}
.job-details-container  h2{font-size:15px !important; margin-bottom:15px;}
.job-details-container  h3{font-size:15px !important; margin-bottom:15px;}
.job-details-container  h4{font-size:15px !important; margin-bottom:15px;}
.job-details-container  h4{font-size:15px !important; margin-bottom:15px;}
.job-details-container .h4{font-size:15px !important; margin-bottom:15px;}
.job-details-container  span{font-size:15px !important; margin-bottom:15px;}

.content-wrapper{min-height: 98vh; max-height:max-content;}

#jobDetails{background:#fff !important;}