
.pageHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-heading h1{
  color: #505050;
  font-family: 'Arial' !important;
  font-size: 2.429rem;
}
.page-header-wrapper{
  height: 10.643rem;
  position: relative;
}
.page-header-wrapper::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(94deg, #515151 0%, #535352 25%, #A29B93 51%, rgba(84, 84, 84, 0) 100%);
  opacity: .8;
}
.page-header-wrapper h1{
    font-size: 2.429rem;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal;
    margin-top: 1.07rem;
}
.program-details-wrapper .page-header-wrapper{
    background-color: #F2F2F2;
    padding: 1.4rem 0 2.14rem;
    height: auto;
}
.program-details-wrapper .page-header-wrapper::before{
  display: none;
}

.page-wrapper .breadcrumb{
    margin: 3.2rem 0 0;
}

.page-header-wrapper #public-bCrumb{
    display: block;
}
.breadcrumb>li+li:before {
    content: '\e90d' !important;
    font-family: 'maan' !important;
    /*color: #fff !important;*/
    font-size: 0.6rem;
    margin: 0 0.5rem;

}
.page-wrapper .breadcrumb li a , .breadcrumb > .active{
    /*color: #fff !important;*/
    font-weight: 300 !important;
    text-decoration: underline;
    font-size: 0.93rem !important;
}
.breadcrumb > .active{
    text-decoration: none;
}
.pageHeader .pageTitle{
  z-index: 1;
}
.page-wrapper .pageHeader .pageTitle h1 {
    color: #fff;
}

.pageHeader .apply{
    display: none;
}
.pageHeader .closing-message{
    display: none;
}
.pageTitle .date-status {
    display: none;
}




.workspace .page-header-wrapper{
    background: url(/workSpace-banner.png) center/cover no-repeat;
    background-color: transparent;
}
.Notifications-banner .page-header-wrapper{
  background: url(/notification-banner.png) center/cover no-repeat;
    background-color:transparent ;
}
.programs-banner .page-header-wrapper{
    background: url(/programs-banner.jpg) center/cover no-repeat;
    background-color:transparent ;
}
.applications-banner .page-header-wrapper{
    background: url(/applications-banner.jpg) center/cover no-repeat;
    background-color:transparent ;
}

.registration-banner{
    background: url(/register-banner.png) center/cover no-repeat;
    background-color:transparent ;
}
.program-details-wrapper .pageHeader{
    padding: 0;
}
.program-details-wrapper .pageHeader .pageTitle h1 {
    color: #505050;
    margin: 2.1rem 0 1.07rem;

}

.program-details-wrapper .breadcrumb{
   margin: 0;
}
.program-details-wrapper .breadcrumb>li+li:before{
    color: #505050 !important;
}
.program-details-wrapper .breadcrumb li a {
    color: #505050 !important;
    text-decoration: underline;
}
.program-details-wrapper .breadcrumb > .active{
    color: #505050 !important;

}

.program-details-wrapper .pageHeader .apply{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.program-details-wrapper .pageHeader .closing-message{
    display: block;
}

.program-details-wrapper .pageHeader .closing-message p{
    background-color: #fff;
    color: #505050;
    border-left: 6px solid #dc6951;
    opacity: 0.8;
    cursor: not-allowed;
    text-decoration: none;
    font-family: "Effra";
    /* width: 18rem; */
    min-width: 18rem;
    margin-top: 1.5rem;
    height: 3.429rem;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: 0;
    font-size: 1.14rem;
    padding-right: .5rem;
}
.program-details-wrapper .pageHeader .closing-message p span{
  width: 1.286rem;
  height: 1.286rem;
  text-align: center;
  background-color: #A7A7A7;
  color: #fff;
  border-radius: 50%;
  line-height: 1.714rem;
  margin: 0 0.714rem;
    margin-bottom: 0.4rem;

}
.program-details-wrapper .pageTitle .date-status{
    display: block;
}

.pageHeader .apply a {
    font-family: "Effra-bold";
    width: 18.643rem;
    margin-top: 1.5rem;
    height: 3.571rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.428571428571429rem;
    line-height: 17px;
    padding-top: 0.5rem;
}

.pageHeader .apply a:hover{
    background-color: #F2F2F2;
}
.pageHeader .apply .end-remaining{
    display: flex;
    justify-content: center;
    margin-top: 1.4rem;
    align-items: center;
}
.pageHeader .apply .end-remaining .end{
    display: flex;
    align-items: center;
    width: 9.286rem;
}
.pageHeader .apply .end-remaining .border{
    border-left: 1px solid #707070;
    opacity: 0.5;
    width: 0;
    height: 2.14rem;
    margin:0.38rem ;
} 

.pageHeader .apply .end-remaining .end i{
    color: #dc6951;
    font-size: 1.7rem;
    margin-right: 0.714rem;
}
.pageHeader .apply .end-remaining .end .end-date{
    display: flex;
    flex-direction: column;
}
.pageHeader .apply .end-remaining .end .end-date label{
    font-size: 0.93rem;
    margin: 0;
    text-transform: capitalize;
    font-weight: 300;
} 
.pageHeader .apply .end-remaining .end .end-date span{
    font-size: 1.071rem;
    font-family: 'Effra-medium';
}
.status span {
    height: 2rem;    
    width: 6.429rem;
    display: flex;
    text-align: center;
    color: #fff;
    font-size: 0.93rem;
    justify-content: center;
    align-items: center;
    line-height: 18px;
}
.status span.active{
    background-color: #18925C;
}
.status span.coming-soon{
    background-color: #f98f1d
}
.status span.completed{
    background-color: #8D8AA5
}

/* Inner Banner */
.inner-banner {
    position: relative;
    height: 35rem;
    overflow: hidden;
    z-index: 3;
}
.inner-banner-bg {
    height: 100%;
    mix-blend-mode: normal;
    background-color: #D6D2CC;
}
.inner-banner .inner-banner-bg .bg {
    height: 100%;
    background-image: url(/communication-banner.png);
    background-size: cover !important;
    background-repeat: no-repeat;
    /*background-position: center;
    mix-blend-mode: multiply;*/
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 4px 6px rgba(0, 0, 0, 0.45);
}
.workspace .inner-banner .inner-banner-bg .bg {
    background-image: url(/workSpace-banner.png);
}
.Notifications-banner .inner-banner .inner-banner-bg .bg {
  background-image: url(/communication-banner.png);
}
.programs-banner .inner-banner .inner-banner-bg .bg {
    background-image: url(/communication-banner.png);
}
.applications-banner .inner-banner .inner-banner-bg .bg {
    background-image: url(/communication-banner.png);
}
.inner-banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    width: 100%;
    color: #fff;
    transform: translateY(-50%);
}
.inner-banner-title {
    color: var(--White, #fff);
    font-size: 3.25rem;
    font-weight: 900;
    line-height: 4.25rem;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: .5rem;
}
.inner-banner-desc {
    max-width: 28.8125rem;
    color: var(--White, #fff);
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    line-height: 1.75rem;
}
.inner-banner-info .apply {
    margin-top: 1rem;
}
.inner-banner-info .apply .maan-primary-btn {
    width: fit-content;
}
.inner-banner-info .end-remaining .end {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.inner-banner-info .end-remaining .end .end-date label {
  font-size: 1rem;
  font-weight: 400;
  font-family: 'Poppins-Regular';
  margin: 0;
}

@media screen and (max-width:767px){
    .pageHeader{
        flex-direction: column;
        text-align: center;
    }
    .pageHeader .pageTitle{
        margin-bottom: 30px;
    }
    .status{
        display: flex;
        justify-content: center;
    }
    .inner-banner-title {
        font-size: 2.3rem;
        line-height: 3.25rem;
    }
}


@media screen and (max-width:1024px){
    .page-header-wrapper, .program-details-wrapper .page-header-wrapper{
       height: auto !important;
    }
}
@media screen and (min-width:1025px){
    .page-header-wrapper, .program-details-wrapper .page-header-wrapper{
        min-height: 12.071rem;
        max-height: 14rem;
    }
}