:root {	
	--btnyellow: #FFC600;
    --btngreen: #28a745; /*all buttons color - vibrant green*/
    --green: #28a745; /*all green background color*/
    --bgblack: #1A3C1C; /*all black background color changed to a dark green tone*/
    --bgform: #2A5227; /*form color - dark green for subtle contrast*/
    --bggray: #E6F0E6; /*light greenish-gray background color for a softer look*/
    --hormenu: #2C6E2B; /*header horizontal menu color - medium green for contrast*/

	--btncolor: #FFC600;
	--basecolor: #28a745; /* Primary base color - green */
  --headercolor: #1F5B20; /* Header color - dark green to match the theme */
  --leftpanelcolor: #E6F0E6; /* Light greenish-gray panel background */
  --basefontcolor: #FFF; /* Font color - dark green for readability */
  --btnlabelcolor: #000; /* Button label color - white for contrast on green buttons */
  --widgetlabelcolor: #fff;
  --formbgcolor: #2A5227; /* Form background color - dark green */
  --panelheadingbgcolor: #28a745; /* Panel heading background color - vibrant green */
  --panelheadinglabelcolor: #FFFFFF; /* Panel heading label color - white */
  --footercolor: #E6F0E6; /* Footer color - dark green to match the theme */
  --innerfootercolor: #1A3C1C;
  --footerlabelcolor: #000; /* Footer label color - white for readability */
  --sidebarlabelcolor: #FFF; /* Sidebar label color - lighter green */
  --bordercolor: #E6F0E6; /* Border color - light green */
}

/*theme related CSS classes*/
.job-portal-sec .job-page-wrap .main-page .page-content-sec .subscribe-sec{
    width: 100%;
    background-color: var(--formbgcolor);
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

@font-face {
    font-family: NHaasGroteskDSPro;
    font-weight: 600;
    font-display: swap;
    src: url(../../fonts/NHaasGroteskDSPro-Demi.otf) format("opentype")
}

@font-face {
    font-family: NHaasGroteskDSPro;
    font-weight: 500;
    font-display: swap;
    src: url(../../fonts/NHaasGroteskDSPro-Medium.otf) format("opentype")
}

.hor-right-menu-item {
	float: left;
	text-decoration: none;
	font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    background: var(--btnyellow);
    padding: 16px 20px;
    transition: all .2s ease-in-out;
    /*border-radius: 25px;*/
    margin-bottom: 10px;
	color: #000;
}

.padding-btm {
	padding-bottom: 350px !important;
}

.padding-btm-con {
	padding-bottom: 155px !important;
}

.whatever {
	border-color: var(--bordercolor) !important;
}

.job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec .faqs .accordion .accordion-item {
	border-bottom: 1px solid var(--bordercolor);
}

.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs a .jobs{
    width: 100%;
    padding: 15px;
    border: 1px solid var(--bordercolor);
    border-radius: 5px;
    transition: 0.03s;
    margin-top: 30px;
}

.job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec .faqs {
	margin-top: 30px;
	border: 1px solid var(--bordercolor);
	border-radius: 15px;
	padding: 20px;
}

/* Panel heading background and text styles */
.panel-heading {
	background-color: var(--panelheadingbgcolor); /* Black background */
	color: var(--panelheadinglabelcolor); /* White text for contrast */
	padding: 10px 15px; /* Padding for spacing inside the heading */
	border-top-left-radius: 4px; /* Rounded corners at the top left */
	border-top-right-radius: 4px; /* Rounded corners at the top right */
	margin-bottom: 12px;
}

.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .login-buttons ul li a{
	background-color: var(--basecolor);
	color: var(--btnlabelcolor);
	transition: background-color .2s ease-in-out;
	/*border-radius: 120px;*/
	cursor: pointer;  
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 16px 24px;
}

.btn {
	color: var(--btnlabelcolor) !important;
	background-color: var(--btncolor) !important;
	cursor: pointer;
	border-color: var(--bordercolor) !important;
	border-radius: 25px !important;
	font-weight: 600 !important;
	font-size: 16px !important;
}

.panel-body.resources a {
	color: var(--btnlabelcolor) !important;
  background-color: var(--btncolor) !important;
  border-color: var(--bordercolor) !important;
  border-radius: 25px !important;

}

.nav-tabs {
	background: var(--footercolor) !important;
	border-color: var(--bordercolor) !important;
}

/*.nav-tabs a {
	color: var(--basefontcolor) !important;
}*/

.nav-tabs a.active, .nav-tabs a:hover {
	background-color: var(--btncolor) !important;
	color: #fff !important;
}

.form-section {
	border: 1px solid var(--bordercolor) !important;
}

button.save-btn {
	color: var(--btnlabelcolor) !important;
	background-color: var(--btncolor) !important;
	cursor: pointer;
	border-color: var(--bordercolor) !important;
}

.job-portal-sec .job-page-wrap .main-page .page-content-sec{
    width: 100%;
    height: auto;
    padding: 50px 200px;
}

.job-portal-sec .job-page-wrap .main-page .page-content-sec .subscribe-sec .content{
    width: 100%;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .subscribe-sec .content h1{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .subscribe-sec .content p{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .subscribe-sec .content .image{
    width: 100%;
    height: auto;
    margin-top: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .subscribe-sec .content .image button{
    padding: 0;
    border: 0;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    padding:  10px 20px;
    outline: none;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .subscribe-sec .content .image button img{
    width: 100%;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .subscribe-sec .buttons{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .subscribe-sec .buttons button{
    width: 350px;
    padding: 10px 25px;
    font-size: 16px;
    color: #272727;
    font-weight: 600;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .subscribe-sec .buttons button img{
    width: 50px;
}
/* .job-portal-sec .job-page-wrap .main-page .page-content-sec .subscribe-sec .image{
    width: 50%;
    height: 350px;
    position: relative;
    overflow: hidden;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .subscribe-sec .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */


.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .login-buttons{
    width: 100%;
    height: 120px;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 30px;
    /* background: url(../image/background-callouts.jpg); */
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .login-buttons ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .login-buttons ul li{
    width: 100%;
    padding: 0 20px;
    border-left: 1px solid #eee;
    list-style-type: none;
    text-align: center;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .login-buttons ul li:first-child{
    padding-left: 0;
    border-left: 0;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .login-buttons ul li:last-child{
    border-right: 0;
}

.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .heading{
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-top: 50px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .heading h4{
    font-size: 24px;
    font-weight: 600;
    color: #272727;
    margin-bottom: 10px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .heading p{
    font-size: 14px;
    color: #272727;
    margin-bottom: 15px;
    font-weight: 500;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .heading button{
    padding: 10px 15px;
    color: #272727;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    background: #eee;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
    gap: 50px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs{
    width: 70%;
    height: auto;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul{
    padding: 0;
    margin: 0;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li{
    margin-top: 15px;
    list-style-type: none;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li a{
    text-decoration: none;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li a .jobs{
    width: 100%;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    transition: 0.03s;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li a .jobs:hover{
    background-color: #fafafa;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li a .jobs .job-dtls{
    width:85%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li a .jobs .job-dtls .company-logo .image{
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li a .jobs .job-dtls .company-logo .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li a .jobs .job-dtls .company-dtls{
    width: 100%;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li a .jobs .job-dtls .company-dtls span{
    font-size: 12px;
    color: #272727;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li a .jobs .job-dtls .company-dtls h3{
    font-size: 18px;
    color: #272727;
    font-weight: 600;
    margin-bottom: 5px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li a .jobs .job-dtls .company-dtls p{
    margin-bottom: 5px;
    font-size: 14px;
    color: #272727;
    font-weight: 500;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li a .jobs .job-dtls .company-dtls ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li a .jobs .job-dtls .company-dtls ul li{
    padding: 0 10px;
    border-left: 1px solid #eee;
    font-size: 14px;
    color: #272727;
    margin-top: 5px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li a .jobs .job-dtls .company-dtls ul li:first-child{
    padding-left: 0;
    border-left: 0;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li a .jobs .duration{
    width: 15%;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li a .jobs .duration p{
    margin-bottom: 0;
    font-size: 14px;
    color: #272727;
    font-weight: 600;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs .inner-subscribe{
    width: 100%;
    background-color: #000;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    min-height: 180px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs .inner-subscribe .content .newsletter-heading{
  font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs .inner-subscribe .content p{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0;
}

.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs .inner-subscribe .content button{
    padding: 10px 25px;
    font-size: 16px;
    color: #fff;
    background-color: #f03226;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
    outline: none;
    
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .filtersec{
    width: 30%;
    height: auto;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .filtersec .heading {
    border-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
}  
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .filtersec .heading h4{
    font-size: 20px;
    font-weight: 600;
    color: #272727;
    margin-bottom: 0;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .filtersec .form-sec{
    margin-top: 10px;
    width: 100%;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .filtersec .form-sec .form{
    margin-top: 20px;
    width: 100%;
    height: auto;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .filtersec .form-sec .form p{
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
    color: #272727;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .filtersec .form-sec .form input{
    margin-top: 10px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
    outline: none;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .filtersec .form-sec .form .check-wrap {
    display: block;
    margin-top: 15px;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .filtersec .form-sec .form .check-wrap input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .filtersec .form-sec .form .check-wrap label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
  }
  
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .filtersec .form-sec .form .check-wrap label:before {
    content:'';
    /* -webkit-appearance: none; */
    background-color: transparent;
    border: 2px solid #dedede;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
  }
  
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .filtersec .form-sec .form .check-wrap input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 5px;
    height: 9px;
    border: solid #f03226;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .filtersec .form-sec .form .input-group{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .filtersec .form-sec .form .input-group select{
    margin-top: 10px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
    outline: none;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .filtersec .form-sec .form button{
    width: 100%;
    font-size: 16px;
    color: #272727;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .filtersec .form-sec .form .apply{
    background-color: #f03226;
    color: #fff;
    border: 0;
    border-radius: 5px;
    padding: 10px;
    outline: none;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .filtersec .form-sec .form .reset-filter{
    background-color: #eee;
    color: #272727;
    border: 0;
    border-radius: 5px;
    margin-top: 15px;
    padding: 10px;
    outline: none;
  }
  
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec .faqs .accordion .accordion-item:last-child {
    border-bottom:0;
  }
  
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec .faqs  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #272727;
  }
  
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec .faqs  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #272727;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec{
    width: 100%;
    margin-top: 50px;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec .heading{
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec .heading h4{
    font-size: 24px;
    font-weight: 600;
    color: #272727;
    margin-bottom: 10px;
  }
  
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec .faqs  .accordion button:hover,
  .accordion button:focus {
    cursor: pointer;
    color: #272727;
  }
  
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec .faqs .accordion button:hover::after,
  .accordion button:focus::after {
    cursor: pointer;
    color: #272727;
    border: 1px solid #eee;
  }
  
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec .faqs  .accordion button .accordion-title {
    padding: 15px;
    font-size: 16px;
  }
  
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec .faqs  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec .faqs  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec .faqs  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec .faqs  .accordion button[aria-expanded='true'] {
    color: #272727;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec .faqs  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec .faqs  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec .faqs  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec .faqs  .accordion .accordion-content p {
    font-size: 14px;
    font-weight: 300;
    margin: 2em 0;
  }


  /* Version 2 */
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec.listingsecv2 .heading{
    border-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .filter-version2{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .filter-version2 .filter-wrap{
    width: 100%;
    
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .filter-version2 .filter-wrap .form{
    width: 100%;
    margin-top: 10px;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .filter-version2 .filter-wrap .form select{
    padding: 10px ;
    height: 45px;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .filter-version2 .filter-wrap .form .choices__inner{
    background-color: #fff;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .filter-version2 .filter-wrap .form .choices__inner .choices__input{
    background-color: #fff;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .filter-version2 .filter-wrap .form.apply-btn{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 25px;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .filter-version2 .filter-wrap .form.apply-btn button{
    padding: 12px 40px;
    background-color: #f03226;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .filter-version2 .filter-wrap .form.apply-btn button:focus{
    outline: none;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .advtsment-sec{
    width: 100%;
    height: auto;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .advtsment-sec .ad-box .image{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .advtsment-sec .ad-box .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs{
    width: 100%;
  }
  .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs a{
    text-decoration: none;
  }

.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs a .jobs:hover{
    background-color: #fafafa;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs a .jobs .job-dtls{
    width:100%;
    height: auto;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs  a .jobs .job-dtls .company-logo .image{
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs a .jobs .job-dtls .company-logo .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs a .jobs .job-dtls .company-dtls{
    width: 100%;
    margin-top: 10px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs  a .jobs .job-dtls .company-dtls span{
    font-size: 12px;
    color: #272727;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs  a .jobs .job-dtls .company-dtls h3{
    font-size: 18px;
    color: #272727;
    font-weight: 600;
    margin-bottom: 5px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs a .jobs .job-dtls .company-dtls p{
    margin-bottom: 5px;
    font-size: 14px;
    color: #272727;
    font-weight: 500;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs a .jobs .job-dtls .company-dtls ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs  a .jobs .job-dtls .company-dtls ul li{
    padding: 0 10px;
    border-left: 1px solid #eee;
    font-size: 14px;
    color: #272727;
    margin-top: 5px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs a .jobs .job-dtls .company-dtls ul li:first-child{
    padding-left: 0;
    border-left: 0;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs a .jobs .duration{
   width: 100%;
   text-align: right;
   margin-top: 10px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs a .jobs .duration p{
    margin-bottom: 0;
    font-size: 14px;
    color: #272727;
    font-weight: 600;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs .inner-subscribe{
    margin-top: 30px;
    margin-bottom: 0;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs .adv-mnt{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs .adv-mnt .image{
    width: 100%;
    height: 180px;
    min-height: 180px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs .single-add .image{
    height: 90px;
    min-height: 90px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs .adv-mnt .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs .adv-mnt .image a{
    position: absolute;
    color: #fff;
    display: block;
    font-size: 40px;
    font-weight: 700;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs .pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs .pagination .arrow{
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs .pagination ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs .pagination ul li{
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs .pagination ul li a{
    font-size: 14px;
    font-weight: 500;
    color: #272727;
    text-decoration: none;
    cursor: pointer;
}






/* Career Knowledge page */

.course-sec{
    width: 100%;
  }
  .course-sec .job-page-wrap .main-page .page-content-sec .heading{
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-top: 50px;
  }
  .course-sec .job-page-wrap .main-page .page-content-sec .heading h4{
    font-size: 24px;
    font-weight: 600;
    color: #272727;
    margin-bottom: 10px
  }
  .course-sec .job-page-wrap .main-page .page-content-sec .heading p{
    font-size: 16px;
    font-weight: 500;
    color: #272727;
    margin-bottom: 10px
  }
  .course-sec .job-page-wrap .main-page .page-content-sec .courses-wrap{
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .course-sec .job-page-wrap .main-page .page-content-sec .courses-wrap .heading-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .course-sec .job-page-wrap .main-page .page-content-sec .courses-wrap .heading-wrap h4{
    font-size: 20px;
    font-weight: 600;
    color: #272727;
    margin-bottom: 0;
  }
  .course-sec .job-page-wrap .main-page .page-content-sec .courses-wrap .heading-wrap a{
    font-size:16px;
    font-weight: 600;
    color: #f03226;
    margin-bottom: 0;
  }
  .course-sec .job-page-wrap .main-page .page-content-sec .courses-wrap a{
    text-decoration: none;
  }

  .course-sec .job-page-wrap .main-page .page-content-sec .courses-wrap a .card{
    margin-top: 30px;
    width: 100%;
    background-color: #fff;
    border:1px solid #eee;
    border-radius: 5px;
    transition: 0.03s;
    padding: 15px;
    position: relative;
    overflow: hidden;
  }
  .course-sec .job-page-wrap .main-page .page-content-sec .courses-wrap a .card:hover{
    background-color: #fafafa;
  }
  .course-sec .job-page-wrap .main-page .page-content-sec .courses-wrap a .card .image{
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
  }
  .course-sec .job-page-wrap .main-page .page-content-sec .courses-wrap a .card .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .course-sec .job-page-wrap .main-page .page-content-sec .courses-wrap a .card .details{
    width: 100%;
    margin-top: 10px;
  }
  .course-sec .job-page-wrap .main-page .page-content-sec .courses-wrap a .card .details h5{
    font-size: 18px;
    color: #272727;
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: none;
  }
  .course-sec .job-page-wrap .main-page .page-content-sec .courses-wrap a .card .details p{
    font-size: 14px;
    color: #272727;
    font-weight: 500;
    margin-bottom: 0;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .course-sec .job-page-wrap .main-page .page-content-sec .courses-wrap a .card .details .duration{
    margin-top: 10px;
    font-size: 12px;
    color: #272727;
    font-weight: 500;
    display: block;
  }
  .course-sec .job-page-wrap .main-page .page-content-sec .courses-wrap a .card .candidate{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    font-size: 14px;
    color: #272727;
    font-weight: 600;
  }

/* Career details page */

.course-sec .job-page-wrap .main-page .page-content-sec .job-listing .heading .course-rating{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
}
.course-sec .job-page-wrap .main-page .page-content-sec .job-listing .heading .course-rating li{
    list-style-type: none;
    font-size: 12px;
    font-weight: 600;
    color: #272727;
}
.course-sec .job-page-wrap .main-page .page-content-sec .job-listing .heading .course-rating li i{
    font-size: 20px;
}
.course-sec .job-page-wrap .main-page .page-content-sec .job-listing .heading button{
    margin-top: 20px;
    background-color: #f20000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    outline: none;
}

.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .course-details{
    width: 100%;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .course-details .listing-sec{
    margin-top: 0;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .course-details .listing-sec .alljobs p{
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color:#272727;
}

.no-underline {
  text-decoration: none;
  color: inherit; /* Ensure the link inherits the surrounding text color */
}

.adv-box {
  /* You can add additional styles for the div if needed */
}

.adv-text {
  font-weight: 700;
  color: #fff;
  font-size: 26px;
}


.small-h2 {
  font-size: 1.25rem; /* Equivalent to the typical size of an h4 (approximately 20px) */
  font-weight: 700;   /* Ensures the text remains bold */
  margin-bottom: 10px; /* Adjust spacing as needed */
}
















a {
  display: block; /* Make it a block-level element */
  margin: 0 auto; /* Set left and right margins to auto */
  color: black; /* Set the desired color (e.g., red) */
  /* Additional styling if needed */
}



/* Styles for default and primary buttons */
.btn-default, .btn-primary {
  background-color: #f03226; /* Red background color */
  border-color: #f03226; /* Red border color to match */
  color: white; /* White text for better readability */
  transition: background-color 0.3s, border-color 0.3s; /* Smooth transition for hover */
}

/* Hover effects for both default and primary buttons */
.btn-default:hover, .btn-primary:hover,
.btn-default:focus, .btn-primary:focus {
  background-color: #d02b20; /* Darker red on hover/focus */
  border-color: #d02b20; /* Border color to match background on hover/focus */
}

/* Ensure alignment and decoration styles are consistent */
.btn-default, .btn-primary {
  text-align: center; /* Center text horizontally */
  vertical-align: middle; /* Align text vertically */
  display: inline-block; /* Inline block for proper placement */
  cursor: pointer; /* Pointer to indicate clickable */
  padding: 10px 20px; /* Adequate padding around text */
  text-decoration: none; /* No underline */
}


.panel {
  margin: 10px;
}

.panel-title {
  margin: 0; /* Remove any default margin */
}

.panel-title h4 {
  font-size: 18px; /* Set font size for the title */
  font-weight: bold; /* Bold font for better visibility */
  color: inherit; /* Inherits the white color from the parent */
}



.jobs {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  margin: 15px 0;
  height: 280px; /* Fixed height for job list boxes */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.cand_name:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #d02b20; /* Slightly darker shade of the base color */
}



/* Mobile responsive */

@media screen and (max-width: 1366px) {
    .job-portal-sec .job-page-wrap .main-page .page-content-sec{
        padding: 50px 100px;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .subscribe-sec .content h1{
        font-size: 40px;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .subscribe-sec{
        gap: 50px;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs .adv-mnt .image{
        min-height: 205px;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs .single-add .image{
        height: 90px;
        min-height: 90px;
    }
}
@media screen and (max-width: 1280px) {
    .job-portal-sec .job-page-wrap .main-page .page-content-sec{
        padding: 50px;
    }
    .job-portal-sec .job-page-wrap .main-page{
        width: 100%;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs .adv-mnt .image{
        min-height: 205px;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs .single-add .image{
        height: 90px;
        min-height: 90px;
    }
   
}
@media screen and (max-width: 1024px) {
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs .adv-mnt .image{
        min-height: 205px;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs .single-add .image{
        height: 90px;
        min-height: 90px;
    }
}
@media screen and (max-width: 990px) {
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .subscribe-sec{
        flex-direction: column;
        gap: 30px;
        padding: 40px 20px;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .subscribe-sec .buttons button{
        display: block;
        width: 100%;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .subscribe-sec .content h1{
        font-size:27px;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs .adv-mnt .image{
        min-height: 205px;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .alljobs .single-add .image{
        height: 120px;
        min-height: 120px;
    }
    
}
@media screen and (max-width: 768px) {
    .job-portal-sec .job-page-wrap .main-page{
        width: 100%;
        padding-left: 0;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec{
        padding: 20px;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .filtersec{
        width: 50%;
        height: auto;
        position: fixed;
        overflow: auto;
        background: #fff;
        left: -50%;
        top: 0;
        bottom: 0;
        z-index: 999;
        padding: 20px;
        box-shadow: 1px 2px 2px 5px rgba(0, 0, 0, 0.05);
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .filtersec.open-filter{
        left: 0;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs{
        width: 100%;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .subscribe-sec .content .image{
        flex-direction: column;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listingsecv2 .filter-version2 .filter-wrap{
        flex-direction: column;
    }
    
}
@media screen and (max-width: 640px) {
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .login-buttons ul{
        flex-direction: column;
        gap: 20px;
        padding: 0;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .login-buttons{
        height: auto;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .login-buttons ul li{
        padding: 0;
        border: 0;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .login-buttons ul li a{
        display: block;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li a .jobs .job-dtls .company-logo .image{
        width: 50px;
        height: 50px;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li a .jobs{
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li a .jobs .duration{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .listing-sec .alljobs ul li a .jobs .job-dtls{
        gap: 20px;
        width: 100%;
    }
    .job-portal-sec .job-page-wrap .main-page .page-content-sec .faq-sec .faqs .accordion button .accordion-title{
        width: 90%;
        display: block;
    }
}
