	
/****** pankaj *******/

body {
    font-size: 14px;
    font-weight: 400;
    color: #585D61;
    font-family:  var(--font-exo2);
}


p {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family:  var(--font-exo2);
    line-height: 26px
}

header.style-9 .menu-area .nav-right ul li .notifications-area .user-icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    transition: .4s;
    cursor: pointer;
}


header.style-5 .menu-area .nav-right ul li .notifications-area h5 {
    font-size:17px;

}
header.header-area.style-5.style-9 {
    padding: 12px 0;
}	
	
	
.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu {
  
  border: 1px solid #b5323c14;
    border-radius: 8px;
    background: #b5323c14;
}	
.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a {
    font-family: var(--font-exo2);
    font-weight: 500;
	    color: #0F1112;
}
.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a.active {
    background-color: unset; 
    color: var(--primary-color1);
}
.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a {
	gap: 5px;
}

.dashboard-sidebar .dashboard-menu ul li{
  position:relative;
}
.dashboard-sidebar .dashboard-menu ul li:after {
  position: absolute;
    content: '';
    width: 90%;
    height: 1px;
    background: #00000033;
    top: 0;
    left: 12px;
}

.dashboard-sidebar .dashboard-menu ul li:first-child:after {
  all:unset;
}
.dashboard-sidebar .dashboard-menu ul li:last-child {
  padding-bottom:80px;
  
}
.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a {
   padding: 25px 10px;
    font-size: 14px;
}
.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a:hover {
    background-color: unset;
    color: unset;
}
.dashboard-inner .report-line p {
    color: black;
    font-size: 14px;
    font-weight: 500;
}
.dashboard-inner .report-line p a {
    color: #FD5B1F;
}
.counter-icon img {
    width: 46px;
    height: 50px;
}
.dashboard-inner .counter-area .counter-single {
    /* background: #FFF7EA; */
    border: 1px solid #b5323c59;
    border-radius: 24px;
    padding: 22px 15px;
   display:block;
    align-items: center;
    position: relative;
    text-align: center;
}
.dashboard-inner .counter-area .counter-single::after {
    all:unset;
}

.dashboard-inner .counter-area .counter-single .counter-icon {
    height: auto;
    width: auto;
    background-color: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 0px;
}
.counter-single .coundown h3.odometerr {
    font-size: 42px !important;
	font-weight:400 !important;
	padding:12px 0 8px;
}

.dashboard-inner .counter-area .counter-single .coundown p {
    font-size: 14px;color: #303537;
}
.d-grid.upper-box {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.dashboard-inner .counter-area .counter-single.two .counter-icon, .dashboard-inner .counter-area .counter-single.three .counter-icon, .dashboard-inner .counter-area .counter-single.four .counter-icon, .dashboard-inner .counter-area .counter-single.five .counter-icon {
    background-color: unset; 
}	

.dashboard-inner .counter-area .counter-single.two{
	    background: #F8F9FE;
}
.dashboard-inner .counter-area .counter-single.three{
	    background:#FFF8F5;
}
.dashboard-inner .counter-area .counter-single.four{
	    background: #FDF7FD;
}
.dashboard-inner .counter-area .counter-single.five{
	    background: #F7FDFB;
}

/* .container.Dashboard {
    width: 1240px;
    max-width: 1300px;
} */

.box-h {
    background: white;
    border-radius: 24px;
    height: 224px;
    box-shadow: 0px 0px 8px 0px #00000026;

}
.jobs-boxes {
    margin-top: 30px;
}


/* ********* kanchan ********* */
.pro-heading {
    font-size: 42px;
    color: #000;
}
.pro-heading a {
    color: #3A7F84;
    font-size: 32px;
    text-decoration: underline;
}
.pro-paragraph {
    font-size: 20px;
}
.tab-box .tab {
    overflow: hidden;
    display: flex;
    align-items: baseline;
    gap: 30px;
}
 /* Style the buttons inside the tab */
.tab-box .tab button {
 background-color: inherit;
 float: left;
 border: none;
 outline: none;
 cursor: pointer;
 transition: 0.3s;
 font-size: 17px;
 padding-bottom: 5px;
}
 /* Change background color of buttons on hover */

 /* Create an active/current tablink class */
 .tab-box .tab button.active {
    border-bottom: 2px solid #b5323c;
    color: #b5323c;
}
 /* Style the tab content */
.tab-box .tabcontent {
 display: none;
 margin-top: 45px;
}
.tab-box1 {
    border: 1px solid #00000059;
    padding: 20px;
    border-radius: 20px;
}

.pro-img img {
    width: 100%;
}
.social-med-log a img {
    width: 22px;
}

.social-med-log {
    display: flex;
    gap: 21px;
    justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #00000059;
    padding-bottom: 36px;
    position: relative;
}
.social-med-log-footer a img {
    width: 28px;
}
.social-med-log-footer-h{
    border-top: 1px solid #00000059;
    padding-top: 36px;
    position: relative;

}
.social-med-log-footer
{
    display: flex;
    gap: 35px;
    justify-content:center;
    text-align: center;
    
}
.social-med-log-footer-h p.or {
    position: absolute;
    top: -42%;
    left: 45%;
    background: #fff;
    padding: 10px;
    height: fit-content;
}
p.or {
    position: absolute;
    bottom: -68%;
    left: 50%;
    background: #fff;
    padding: 10px;
}
.form-group {
    position: relative;
    margin-bottom: 30px;
}
.formstart .form-group .form-input {
    width: 100% !important;
    /* height: 50px; */
    outline: none;
    padding: 15px;
    color: #7C7E80;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #7C7E804D;
    position: relative;
}
.formstart .form-group textarea.form-input {
    height: 58px; 
}
.formstart .form-group label {
    color: #303537;
    padding: 10px 0;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 500;
    padding: 0 0px;
}

.formstart .form-group:hover .form-input {
    border: 1px solid #b5323c;
}


.s-flex {
    display: flex;
    align-items: self-end;
    justify-content: space-between;
}
.i-flex {
    display: flex;
    align-items: baseline;
    gap: 15px;
}
.i-flex label {
    font-size: 14px;
}
.i-flex label a {
    color: #b5323c;
}
.i-flex p {
    font-size: 14px;
}
.submit-btn button {
    background: #b5323c;
    color: #fff;
    font-size: 14px;
    padding: 10px 50px;
    border-radius: 10px;
}
textarea.text-input {
    width: 100% !important;
    /* height: 50px; */
    outline: none;
    padding: 0 25px 0 29px;
    color: #000;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #888;
    position: relative;
    padding: 15px;
}
.formstart .frmctrldiv:hover .text-input {
    border: 1px solid #b5323c;
}
.log-left img {
    width: 100%;
}
.modal-content-w {
    width: 70% !important;
    margin: auto;
}
.s-flex1 {
    display: flex;
    /* align-items: self-end; */
    justify-content: space-between;
}
.i-flex-rem {
    display: flex;
    align-items: center;
    gap: 5px;
}
.i-flex-rem label{
color: #000;
}

/* ********* kanchan css end ********* */


div#dropdownMenuButton3 h5 a {
    color: #b5323c;
    font-size: 17px;
}
.big-heading {
    height: 100px;
    background: #b5323c1A;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    border-radius: 8px;
    /* font-size: 36px; */
}
.big-heading h2{
    font-size: 32px;
	font-weight: 400;color: #0f1112;
}
.form-group .d-flex.justify-content-between.align-items-center span {
    margin-bottom: 12px;
}
.i-flex.jobs input {
    height: 17px;
    width: 17px;
    margin-bottom: 12px;
}
.i-flex.jobs {
    gap: 10px;
    align-items: center;
}
.input-side-name span {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #b5323c1A;
   width: 45px;
    height: 100%;
    padding-left: 8px;
    color: #7C7E80;
    font-size: 15px;
    display: flex;
    align-items: center;
    border-radius: 8px 0px 0px 8px;
}
.input-side-name {
    position: relative;
	width: 100%;
}
h5.recruiter-head {
    font-size: 19px;
    color: #303537;
    margin-bottom: 22px;
}
h5.recruiter-head span {
    color: #7C7E80;
}
.input-side-name input {
    padding-left: 55px !important;
}
.form-group label span {
    color: #b5323c;
}
.jobs-type {
    border: 1px solid #7C7E804D;
    border-radius: 24px;
    /* padding: 0px 16px; */
    position: relative;
	    height: 512px;
}
.price {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #303537;
	padding: 20px 22px;
}
.center-text {
    padding: 0px 22px;
}
.selection .i-flex.jobs label {
    margin-bottom: 12px;
	    color: #b5323c;
}
.jobs-type.one {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
ul.pacakage-points li {
    list-style-type: none;
	padding-top: 12px;
}
ul.pacakage-points{
    padding-left: 0;
}
ul.pacakage-points li i{
    color: #33D976;
	padding-right:12px;
}
.center-text h4 {
    font-size: 18px;
	color:#303537;
}
.center-text h4 span{
   color: #7C7E80;
}
.center-text span.line.one {
    width: 100%;
    height: 10px;
    background: #D9D9D9;
    display: block;
    margin-bottom: 21px;
}
.selection {
    padding-top: 12px;
    background: #1CB2FF1A;
	    border-radius: 0 0 24px 24px;
		    border-top: 1px solid #7C7E804D;
}
span.line.one.three {
    background: #1CB2FF;
}

.center-text img {
    width: 125px;
	margin-top:20px;
}
span.line.one.two {
    background: #b5323c;
}
.jobs-type.one.two {
    border: 1px solid #b5323c;
    background: #b5323c1A;
}
.selection.two {
    background: #b5323c1A;
}
.seocnd-box-text p {
    color: #7C7E80;
    font-size: 14px;
    padding-top: 14px;
}
.seocnd-box-text .preview a {
    color: #b5323c;
}
.center-text.two {
    margin-bottom: 92px;
}
.seocnd-box-text {
    margin-bottom: 28px;
}
.center-text.three {
    margin-bottom: -40px;
}
span.days {
    display: block;
    font-size: 12px;
    color: #7C7E80;
}
span.circle-i {
    border: 1px solid grey;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}
.submit-btn.post-job button {
    background: #b5323c;
    color: #fff;
    padding: 10px 60px;
    border: 1px solid #b5323c;
	transition:.3s all ease;

}
.submit-btn.post-job button:hover{
	transition:.3s all ease;
	background:#b5323c29;
	color:#b5323c;
}
.tab-box.container-otp {
    width: 770px;
    margin: 60px auto;
}
.tab-box.container-otp {
    border: 1px solid #7C7E804D;
    border-radius: 24px;
}
form.formstart.otp-page {
    padding: 20px;
}
label.small-label {
    color: #7C7E80 !important;
    font-size: 15px !important;
}

.tab-box.container-otp .form-group h5 {
    border-bottom: 1px solid #7C7E804D;
    padding-bottom: 18px;
    margin-bottom: 20px;
	    color: #303537;
		    font-size: 18px;
}
form.formstart.otp-page .form-group input {
    background: #b5323c1A;
}

form.formstart.otp-page .submit-btn.post-job button {
    width:100%;
	border-radius:8px;
}
span.login-text {
    display: block;
}

span.login-text a {
   color:#b5323c;
}

.otp-page-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.otp-page-head h4 {
    width: 100%;
    padding: 23px;
    font-size: 22px;
    background: #b5323c1A;
    border-radius: 24px 24px 0 0;
	    color: #0F1112;
}
.otp-page-head span {
    display: block;
    padding: 0 30px;
    color: #0F1112;
    background: #b5323c33;
    height: 63px;
}

.otp-page-head .close-btn {
    padding: 0 38px;
   background: #b5323c33;
    height: 72px;
	color: #0F1112;
    border-radius: 0 24px 0 0;
    padding-top: 23px;
}

.otp-boxes.d-flex.justify-content-left.align-items-center.gap-3 input {
   width: 42px !important;
    height: 42px;
    background: white;
    border-color: #FD5B1F;
}

h4.otp-green-head {
    color: #23AD5C;
    background: #C3F3D7;
    margin: 0;
}
.otp-page-head.green .close-btn {
    background: #23AD5C;
}
h4.otp-green-head i {
    color: white;
    background: #23ad5c;
    width: 28px;
    height: 28px;
    font-size: 18px;
    padding-top: 6px;
    text-align: center;
    border-radius: 50%;
}
form.formstart.otp-page.green .form-group h5 {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.home2-job-list-area .job-list-card {
    border: 1px solid #7C7E804D;
    border-radius: 16px;
	    padding: 20px 14px;
}
.job-discription .title img {
    width: 26px;
    margin-right: 2px !important;
}
.home2-job-list-area .job-list-card .job-discription ul li p {
    font-size: 14px;
    font-weight: 600;
}
.bookmark img {
    width: 100%;
    background: white;
    border: none;
}

.dashboard-menu li img {
    width: 19px;
}
.home2-job-list-area.bg-white {
    padding: 30px 0;
}

.d-grid.Dashboard{
    display: grid;
    grid-template-columns: 18% 82%;
}

.home2-job-list-area .job-list-card .company-area .company-details .name-location h5 a {
    font-size: 18px;
    font-weight: 500;
	color: #0F1112;
}
.home2-job-list-area .job-list-card .company-area .logo img {
    height: 44px;
    width: 44px;
}
.home2-job-list-area .job-list-card .company-area .company-details .name-location p a {
    font-size: 14px;
    font-weight: 400;
    color: #585D61;
     font-family: var(--font-exo2);
    transition: .35s;
}

.home2-job-list-area .job-list-card .job-discription ul::before {
   all:unset;
}
.home2-job-list-area .job-list-card .job-discription ul {
    padding: 0;
}

.home2-job-list-area .job-list-card .job-discription ul li p span {
    color: #303537 !important;
    font-weight: 400;
    font-size: 14px !important;
   font-family: var(--font-exo2) !important;
}

.home2-job-list-area .job-list-card .job-discription ul li p .title img{
	width:18px;
}
.home2-job-list-area .job-list-card .job-discription ul li {
    margin-bottom: 0px;
    margin-top: 14px;
}
.home2-job-list-area .job-list-card .company-area .company-details .bookmark{
	background:unset;
	gap: 5px;
    margin-right: 10px;
}

.home2-job-list-area .job-list-card .company-area .company-details .bookmark:hover img{width: 26px;height: 26px;}
.home2-job-list-area .job-list-card {
    position: relative;
}
.home2-job-list-area .job-list-card:before {
    position: absolute;
	content:'';
	top:82px;
	left:0;
	background:#7C7E804D;
	width:100%;
	height:1px
}
.home2-job-list-area .job-list-card .company-area .company-details::after {
    all:unset;
}
.submit-btn.post-job.text-center.width-100 button{
    width: 100%;
}
.home2-job-list-area .job-list-card:hover {
    border-color: #7c7e804d;
}
.submit-btn.post-job.text-center.width-100.invite button {
    border-color: #b5323c33;
    color: #303537;
    background: #b5323c1A;border:none
}
.submit-btn.post-job.text-center.width-100.invited button:hover{
	background:#b5323c33;
	color:#b5323c;
}
.form-inner.job-title.search-btn{
   border-radius: 8px;
    background: #fff;
    height: 44px;
    padding-left: 60px;
    position: relative;
    border: 1px solid #7c7e805e;
}
.form-inner.job-title.search-btn input{
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: black;
    padding: 10px 10px 10px 0;
    line-height: 1;
    width: 100%;
    border-radius: 8px;
}
.form-inner.job-title.search-btn:after {
    content: url(../images/search.png);
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}
.report-line.font-big p {
    font-size: 18px;
}




/****kanchan****/



/*********************************Filter-css-start**************************/
/* .animatedbounceInDown {
    position: relative;
    height: 100%;
    background: #f2f2f259;
    padding-top: 8px;
    width: 90%;
    display: inline;
} */

.animatedbounceInDown {
    position: relative;
     /* margin: 50px;  */
    height: 100%;
    background: #ffffff;
    padding-top: 8px;
    width: 100%;
    display: inline;
    box-shadow: 4px 1px 8px #f2f2f2;
}

.animatedbounceInDown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.animatedbounceInDown ul li a {
    display: block;
    background: #ffffff;
    padding: 26px 12px;
    color: #0F111280;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;

}
/* .animatedbounceInDown ul li a:hover {
	background: #f8f8f8;
	color: #515151;
} */

.animatedbounceInDown ul li a .fa {
	width: 16px;
	text-align: center;
	margin-right: 5px;
	float:right;
}

.animatedbounceInDown ul ul {
	background-color:#ebebeb;
}



.animatedbounceInDown ul li ul li a:hover {
	background: #ebebeb;
	border-left: 4px solid #b5323c;
}

.filter-main-parent-grid {
    display: grid;
    grid-template-columns: 25% 75%;
    margin-bottom: 80px;
}

.filter-grid-1 {
    width: 95%;
}

/* .filter-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
   
} */

.filter-flex h3 {
    color: #7C7E80;
    font-size: 14px;
    font-weight: 500;    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}


.filter-btn-1 {
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    background: linear-gradient(179.55deg, #4b8f6b 0.39%, #2c5c43 105.51%);
    padding: 16px 36px;
    margin: 0 auto;
    margin-top: 50px;

    box-shadow: 0 5px 15px rgb(0 0 0 / 9%);
    text-decoration: none;
    border-radius: 43px;
    text-align: center;
    width: 50%;
}

.filter-btn-1 span {
    position: relative;
    z-index: 1;
}

.filter-btn-1:after {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    height: 490%;
    width: 176%;
    background: #4e7661;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.filter-btn-1:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.filter-container
{
    width:1320px;
    margin:0 auto;
}

.mt-2 {
    margin-top: 22px;
    font-size: 36px;
     /* border-bottom: 3px solid black; 
     width: 22%;  */
    text-align: center;
}
.filter-flex h3 img {
    width: 24px;margin-right: 8px;
}


/*********************************Filter-css-start**************************/
.price-range-slider {
    width: 100%;
  
    padding: 10px 20px;
  }
  .price-range-slider .range-value {
    margin: 0;
  }
  .price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #000;
    font-size: 14px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 0 0 20px 0;
  }
  .price-range-slider .range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 96%;
    margin-left: 8px;
  }
  .price-range-slider .range-bar .ui-slider-range {
    background: #b5323c;
  }
  .price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #b5323c;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
  }
  .price-range-slider .range-bar .ui-slider-handle + span {
    background: #b5323c;
  }
  li.sub-menu h4 a {
    font-size: 14px;
    font-weight: 600;
    color: #b5323c;
}

li.sub-menu a {
    color: #0F1112;
    font-size: 14px;
    font-weight: 500;
}
.animatedbounceInDown ul li ul li a {
    /* background: #f8f8f8; */
    border-left: 4px solid transparent;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #0F1112!important;
}
.edu-search-area input[type="text"] {
    height: 48px;
    font-weight: 400;
    font-size: 14px;
    color: #7C7E80;
    padding: 20px;
    line-height: 1;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #7C7E80;
}
.edu-search-area {
    position: relative;
}
.edu-search-area i{
    position: absolute;
}
.search-result {
    border: 1px solid #00000047;
    height: 100vh;
    border-radius: 24px;
    /* padding: 20px 20px 20px 0; */
    overflow: hidden;
}
.job-sec-left-heading h4 {
    font-size: 15px;
    color: #0F1112;
    font-weight: 600;
    margin: 0;
}
.heading-btn-sec p {
    font-size: 13px;
    color: #585D61;
    font-weight: normal;
    margin: 0;
}
.heading-btn-sec input.switch {
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 44px !important;
    height: 22px;
    border-radius: 30px;
    cursor: pointer;
    background: #2D2D2D;
    transition: box-shadow 0.3s ease-in-out, padding 0.25s ease-in-out;
    transition-delay: 0.1s, 0s;
}
.heading-btn-sec input.switch:focus {
    border: 0;
    outline: 0;
}
.heading-btn-sec input.switch:checked {
    transition-delay: 0s, 0s;
    box-shadow: inset 0 0 0 2.62857em #b5323c  !important;
    padding-left: 23px;
}
.heading-btn-sec input.switch:before {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 3px;
    background-color: #fff;
    border-radius: 2.1em;
    transition: all 0.1s ease 0.1s;
}
.heading-btn-sec input.switch:before, input.switch:after {
    content: "";
    display: block;
}
.heading-btn-sec input.switch:active::before {
    transition: all 0.1s ease 0.05s;
}
.heading-btn-sec {
    gap: 6px;
}
.heading-post-sec p{
	margin: 0;
    font-size: 14px;
    color: #585D61;
}
.job-sec-left-box h3 {
    font-size: 18px;
    color: #0F1112;
    margin-top: 16px;
    margin-bottom: 0;
}
.job-sec-left-p {
    font-size: 15px;
    color: #585D61;
    margin: 0;
    padding-top:6px;
   
}
p.job-sec-left-p span {
    color: #0F1112;
}
p.job-sec-left-p i {
    color: #CEA100;
}
.job-sec-left-box {
    background: #fff;
    padding: 15px;
    border-left: 3px solid #fff;
    border-bottom: 1px solid #585d6124;
}
.job-sec-left-box-active {
    background: #b5323c1f;
    border-left: 3px solid #b5323c;
}
.job-sec-left-heading {
    padding: 0 15px;
    align-items:center;
}
span.new-job-a {
    color: #b5323c;
    background: #b5323c30;
    padding: 4px;
    border-radius: 4px;
    font-weight: 500;
}
.job-alt-sec-left {
    height: 91vh;
    overflow-y: scroll;
}
.job-sec-right1 h2 {
    font-size: 28px;
    color: #0F1112;
    font-weight: 600;
    margin-bottom: 15px;
}
.job-sec-right1 .job-sec-left-p {
    font-size: 18px;
}
.full-time {
    color: #1F662C;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    background: #E4F7E6;
    padding: 4px 8px;
    border-radius: 4px;
}
.job-sec-right1 h5 {
    font-size: 15px;
    color: #303537;
    margin: 15px 0;
}
.job-sec-right1 h5 img {
  width: 16px;
}
.apply-btn a {
    color: #fff;
    font-size: 14px;
}

.apply-btn:hover a {
    color: #fff;
}
.apply-btn {
    background: #b5323c;
    padding: 18px 36px;
    border-radius: 8px;
}
.save-undo {
    display: flex;
    align-items: center;
    gap: 25px;
}

.save-undo a {
    font-size: 14px;
    color: #2D2D2D;
    font-weight: 500;
}
.save-undo a img {
    width: 18px;
}
p.job-sec-right-p a {
    font-size: 20px;
    font-weight: 400;
    color: #b5323c;
    text-decoration: underline;
}

p.job-sec-right-p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 13px;
}
p.job-sec-right-p  span{
  color: #0F1112;
  font-size: 14px;
  font-weight: 500;
}
p.job-sec-right-p  span i{
    color: #CEA100;
  }
  .job-sec-right1 {
    border-bottom: 1px solid #585d6124;
    padding-bottom: 35px;
    margin-bottom: 30px;
}
.day-evening p {
    background: #EEEEEE;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #595959;
    margin: 0;
}

.day-evening {
    display: flex;
    gap: 25px;

}
.job-sec-right2-height {
    height: 44vh;
    overflow: auto;
}
.job-sec-right2 h2 {
    color: #0F1112;
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0;
}
.job-sec-right2 h5 {
    color: #0F1112;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.job-sec-right2 h5 span {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
}
.ui-ux span {
    color: #b5323c !important;
    font-size: 18px !important;
    font-weight: 400;
}
.job-sec-right2 ul li {
    color: #595959;
    font-size: 14px;
}
.job-sec-right2 p {
    color: #595959;
    font-size: 14px;
}
ul.key-skills-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
ul.key-skills-box li {
    list-style: none;
    font-size: 13px;
    color: #b5323c;
    text-align: center;
    background: #b5323c30;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px;
}
ul.key-skills-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    padding-left: 0;
}
.job-sec-right {
    padding: 20px 20px 20px 0;
}
.job-sec-left {
    box-shadow: 0px 1px 20px 0px #eeee;
    background: #fff;
    padding: 20px 0;
    border-radius: 27px 0 0 25px;
}
.filter-heading-box p img {
    width: 55px;
}
.filter-heading-box p {
    font-size: 14px;
    color: #7C7E80;
    font-weight: 500;
}
.filter-heading-box {
    background: #ece3ff;
    padding: 22px;
    margin-bottom: 27px;
    border: 1px solid #673AB7;
    border-radius: 8px;
}
.filter-heading-box h3 {
    color: #0F1112;
    font-size: 14px;
    font-weight: 600;
}
.filter-heading-box a {
    color: #673AB7;
    font-size: 15px;
    font-weight: 600;
}
.form-inner.job-title i {
    position: absolute;
    right: 5%;
    top: 36%;
    color: #7C7E80;
}

.form-inner.job-title {
    position: relative;
}
/* kanchan css end */


.hiring-company{    display: grid;
    grid-template-columns: repeat(7, 1fr);    gap: 24px;}
.hiring-company img{    width: 100%;
    border: 1px solid #b5323c69;
    border-radius: 8px;
    background: #fff;
    padding: 17px 20px;
   }
   .home1-trusted-company.two .container-fluid{padding-right: var(--bs-gutter-x, 4.75rem);
    padding-left: var(--bs-gutter-x, 4.75rem);}
.content-ab{
    position: absolute;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    text-align: center;
    }
    .subscri{position: relative;}
.content-ab h2{color: #303537;font-weight: 600;font-size: 42px;padding-bottom: 20px;}
.content-ab p{color: #303537;font-weight: 600;font-size: 14px;}
.becomeacandi{color: #000000;border: 1px solid #ffffff;border-radius: 12px;padding: 18px 15px;background: #ffffffa1;width: 260px;display: block;text-align: center;margin: 0px auto;font-size: 18px;}
.becomeacandi:hover{color: #000000;}
/* .subscri {background-image: url(../images/bg-subscription.png);background-size: cover;background-repeat: no-repeat;height: 390px;} */
.talent-img img{width: 515px;border-radius: 60px;border: 1px solid #fff;}
.talent-content img{padding-bottom: 42px;}
.readmorebtn{color: #b5323c;}
.readmorebtn:hover{color: #b5323c;}
.find-btn{padding-top: 32px;}
.home2-hero-content .iconbox-small1 {
    border-radius: 26px 5px 26px 26px;
    padding: 10px 10px 10px 10px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translate(0%, -220%);
    width: 334px;
}

.home2-hero-content .iconbox-small1 .icon {
    left: 0;
    position: relative;
    top: 0
}
.iconbox-small1 {
    background-color: #fff;
    border-radius: 4px;
    padding: 25px 55px 20px 35px;
    position: absolute;
    top: 130px;
    z-index: 1;
    border: 1px solid #7C7E80;
}
.home2-hero-content .iconbox-small1 .icon,.home2-hero-content .iconbox-small1:hover .icon {
    background-color: rgba(91,187,123,.15);
    color: #5bbb7b
}

.home2-hero-content .iconbox-small2 {
    position: absolute;
    transform: translate(61%, -128%);
    width: 334px;
    border-radius: 26px 5px 26px 26px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #7C7E80;
    background: #fff;
}
p.text.fz13.mb-0{font-size: 14px;}
/* @media (max-width: 1500px) {
    .home2-hero-content .iconbox-small2 {
        right:0
    }
} */

/* @media (max-width: 1400px) {
    .home2-hero-content .iconbox-small2 {
        right:-60px;
        top: 200px
    }
} */

.home2-hero-content .iconbox-small2 .icon {
    left: 0;
    position: relative;
    top: 0
}

.home2-hero-content .iconbox-small2 .icon,.home2-hero-content .iconbox-small2:hover .icon {
    background-color: rgba(31,75,63,.1);
    color: #1f4b3f
}

.hero-home5 {
    align-items: center;
    background: linear-gradient(180deg,#fbf7ed,hsla(43,64%,96%,0));
    display: flex;
    height: 760px;
    margin-top: -80px
}
.videoicon img{    position: absolute;
    left: 32%;
    right: 0;
    top: 8%;
    transform: translate(60%, 100%);
    width: auto;}
    .testimoni img{width: 759px;    margin-bottom: -31px;}
    .colorcange{color:  var(--primary-color1)}
    .textchnage h1{
        position: relative;
        margin-bottom: 12px;
        font-size: 42px;
        font-weight: 600;
        line-height: 50px;
       
      }
      .textchnage h1::after{
        content: ' ';
    position: absolute;
    color: #4db7ae;
    margin-left: 13px;
    animation: textrotate 5s linear infinite;
    -webkit-animation: textrotate 5s linear infinite;
    text-decoration: underline;
    font-weight: normal;
    font-size: 32px;
      }
    
      @keyframes textrotate{
        0%{
          content: 'Information Technology';
          color:#3A7F84;
        }
        50%{
          content: 'Banking & Finance';
          color: #84553A;
        }
        100%{
          content: 'Work From Home';
          color: #3A5384;
        }
      }

      .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #b5323c;
        background-color: #fff;
        border-color: #b5323c;
        border-bottom: 1px solid #b5323c;
        border-left: 0;
        border-right: 0;
        border-top: 0;
      font-weight: 600;
    }
    .nav-tabs .nav-link{border: none; font-size: 14px; font-family: var(    --font-exo2);}
    .nav-tabs{border-bottom: none;}
    .testi-date {
        text-align: left;
    }
    .testi-date p{font-weight: 600;}
    .image {
        width: 100%;
        height: 200px;
      }
      
      .images {
        overflow: hidden;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
      }
      .images-inner {
        width: 500%;
        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
      }
      .image-slide {
        width: 20%;
        float: left;
      }
      .image-slide,
      .fake-radio,
      .radio-btn {
        transition: all 0.5s ease-out;
      }
      .fake-radio {
       display: flex;
       justify-content: center;
      }
      
      
      
      
      /* Move slides overflowed container */
      #slide1:checked ~ .images .images-inner {
        margin-left: 0;
      }
      #slide2:checked ~ .images .images-inner {
        margin-left: -100%;
      }
      #slide3:checked ~ .images .images-inner {
        margin-left: -200%;
      }
      
      
      
      
      /* Color of bullets */
      #slide1:checked ~ div .fake-radio .radio-btn:nth-child(1),
      #slide2:checked ~ div .fake-radio .radio-btn:nth-child(2),
      #slide3:checked ~ div .fake-radio .radio-btn:nth-child(3) {
        background:  #b5323c;
      }
      .radio-btn {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #e3e3e3;
        display: inline-block !important;
        margin: 15px 5px;
        cursor: pointer;
      }
      /* Color of bullets - END */
      
      
      
      
      /* Text of slides */
      #slide1:checked ~ .labels .label:nth-child(1),
      #slide2:checked ~ .labels .label:nth-child(2),
      #slide3:checked ~ .labels .label:nth-child(3) {
        opacity: 1;
      }
      
      .label {
        opacity: 0;
        position: absolute;
      }
      @keyframes bullet {
        0%, 33.32333333333334%	{
          background: #b5323c;
        }
        33.333333333333336%, 100% {
          background: #e3e3e3;
        }
      }
      
      
      #play1:checked ~ div .fake-radio .radio-btn:nth-child(1) {
        animation: bullet 12300ms infinite -1000ms;
      }
      
      #play1:checked ~ div .fake-radio .radio-btn:nth-child(2) {
        animation: bullet 12300ms infinite 3100ms;	
      }
      
      #play1:checked ~ div .fake-radio .radio-btn:nth-child(3) {
        animation: bullet 12300ms infinite 7200ms;	
      }
      /* Calculate AUTOPLAY for BULLETS - END */
      
      
      
      
      /* Calculate AUTOPLAY for SLIDES */
      @keyframes slide {
        0%, 25.203252032520325%	{ margin-left: 0; }
        33.333333333333336%, 58.53658536585366%	{ margin-left: -100%; }
        66.66666666666667%, 91.869918699187%	{ margin-left: -200%; }
      }
      
      
      .st-slider > #play1:checked ~ .images .images-inner {
        animation: slide 12300ms infinite;	
      }
      /* Calculate AUTOPLAY for SLIDES - END */
      
      
      
      
      
      /* Calculate AUTOPLAY for CAPTION */
      @keyframes caption {
        0%, 33.32333333333334%	{
          opacity: 1;
        }
        33.333333333333336%, 100% {
          opacity: 0;
        }
      }
      #homepage-slider [type=radio]{display: none;}
      
      #play1:checked ~ .labels .label:nth-child(1) {
        animation: caption 12300ms infinite -1000ms;
      }
      
      #play1:checked ~ .labels .label:nth-child(2) {
        animation: caption 12300ms infinite 3100ms;	
      }
      
      #play1:checked ~ .labels .label:nth-child(3) {
        animation: caption 12300ms infinite 7200ms;	
      }
      /* Calculate AUTOPLAY for CAPTION - END */
      .notifications-area img{border-radius: 50%;}
      .tab-cont{
       
        /* background-color: #eee; */
        height: 100%;
        /* border-right: 1px solid #d1d1d1; */
        text-align: left;
    }
    .tab-cont button{
        width: 100%;
        background-color: inherit;
        padding: 18px 0px;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        color: #0f111282;
        border-bottom: 1px solid #ddd;
    }
    .tab-cont button:hover{
        /* background-color: #ccc; */
    }
    .tab-content.tabbb {
        
        height: 100%;
         border: 1px solid #ddd; 
        border-radius: 24px;
        padding: 20px;
        animation: anime 1s 
    
    }
    
    .tab-content h2{
        font-size: 14px;
        font-weight: 400;
        margin: 0px 0 10px 0;
        color: #303537;
    }
    .downl{color: #b5323c!important;}
    .tab-content p{
        font-weight: 100;
        color: #666;
        margin-top: 20px;
    }
    .tab-cont .but.active{
        color: #b5323c;
        font-weight: 500;
    }
    @keyframes anime {
        from{opacity: 0}
        to{opacity: 1}
    }
    .fade:not(.show){display: none;}
    .tab-content p a{color: #b5323c;font-size: 14px;font-weight: 400;text-decoration: underline;}
    .thirdtab {
        border: 1px solid #ddd;
        border-radius: 20px;
        padding: 16px 16px;
    }
    .thirdtab  p{color: #000;font-weight: 500;font-size: 14px;}
    .thirdtab span{color: #7C7E80;font-size: 14px;font-weight: 400;margin-bottom: 12px;}
    .pcolor{    background: #b5323c0D;}
    .pcolor a{    color: #b5323c;
        font-size: 14px;
        text-decoration: underline;
        display: block;margin-bottom: 12px;}
        .pcolor p a{color: #b5323c;font-weight: 600;text-decoration: none;}


        /* 10-4-24 */
        .animatedbounceInDown ul li.sub-menu {
            border-bottom: 1px solid #00000033;
        }
        .animatedbounceInDown ul li.sub-menu:last-child{border-bottom: none;}
        .job-sec-left-box-active1 {
            background: #b5323c1f;
        }
        .apply-btn1 a {
            font-size: 14px;
            color: #b5323c;
        }
        
        .apply-btn1 {
            background: #fff;
            border: 1px solid #b5323c;
            padding: 8px 16px;
            border-radius: 8px;
        }
        .job-sec-left-box-bb .job-sec-left-box
        {
          border-bottom:none !important;  
          border-radius: 7px;
        }
        .canditate-des .upload-link {
            position: absolute;
            width: 35px;
            height: 35px;
            line-height: 35px;
            background: #fff;
            bottom: 0%;
            right: 0;
            box-shadow: 0 0 10px 0 rgba(0,24,128,0.1);
            border-radius: 100%;
            color: var(--primary);
            overflow: hidden;
            text-align: center;
        }
 
.update-flie {
    position: absolute;
    opacity: 0;
    z-index: 0;
    width: 100px;
    cursor: pointer;
	left: 0;
}
.canditate-des {
    position: relative;
    width: fit-content;
}
.canditate-des a img {
    width: 100px;
}
.candidate-info-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #bdd4a2;
    padding: 16px;
}
.candidate-detail {
    display: flex;
    gap: 24px;
    align-items: center;
}
.candidate-detail-right {
    width: 30%;
}
.email-candidate-detail {
    display: flex;
    justify-content: space-between;
}
.edit-verify{
    display: flex;
    gap: 10px;
}
.upload-link i {
    color: #0F1112;
}
.last-updated p {
    color: #0F1112;
    font-size: 15px;
    margin-bottom: 5px;
}
.last-updated h4 {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}
.last-updated a {
    color: #b5323c;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #b5323c;
    padding: 11px 12px;
    border-radius: 8px;
    background: #fff;
    display: block;
    width: fit-content;
}
.d-grid.resume-search {
    grid-template-columns: 75% 23%;
    gap: 2%;
}

.table-wrapper .eg-table thead {
    background: #bdd4a2;
    border-radius: 5px 5px 0 0;
    border: 1px solid #bdd4a2;
}

.table-wrapper .eg-table thead tr th {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    color: #0F1112;border-bottom: none;
}
.purple-color {
    color: #b5323c !important;
}
.table-wrapper {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 7px;
}
.submit-btn button{height: auto;}
.job-sec-left-box.job-old
{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    border-radius: 7px;
}
section.footer-section {
    background: #cfcfcf;
    padding: 50px 0;
}

.text-sec {
    display: flex;
    gap: 50px;
    justify-content: center;
    padding-top: 26px;
    padding-bottom: 50px;
}

.text-sec a {
    color: #b6343e;
}
.footer-sec-flex {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

section.footer-sec-main {
    background: #102153;
}

.footer-sec-flex span {
    color: #fff;
}

.footer-sec-flex span a {
    color: #fff;
}
.footer-inner.text-center .logo img{margin: 0 auto;width: 250px;}
li.menu-item.menuitem-active.menuitem-active-show {
    background: #83a65a;
    border-right: 4px solid #4d6d29;
    padding: 5px 10px;
}
.submit-btn.post-job.text-center.btn-padding.width-100 button{padding: 6px 20px;}

 ::-webkit-scrollbar {
    width: 6px;
    height: 0;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #b6343e;
    border-radius: 10px;
  }