@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular/Poppins-Regular.eot') format('embedded-opentype'), url('../fonts/Poppins-Regular/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Medium/Poppins-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium/Poppins-Medium.otf') format('embedded-opentype'), url('../fonts/Poppins-Medium/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium/Poppins-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-Semibold/Poppins-SemiBold.eot') format('embedded-opentype'), url('../fonts/Poppins-Semibold/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-Semibold/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-Semibold/Poppins-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold/Poppins-Bold.eot') format('embedded-opentype'), url('../fonts/Poppins-Bold/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold/Poppins-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
   
    font-family: 'Poppins-Regular' !important;
    font-size: 14px;
    color: #000 !important;
}
.app-container{
    height: 100vh;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

/* header css */


.header .navbar{
    padding:15px  30px;
    background-color: #fff !important;
   /* background-color: #ECF6F9 !important;*/
}
.header .navbar .navbar-inner-lg{
    justify-content: space-between;
}
.header  .navbar-nav{
  margin-left: 25px !important;
 
}

.header  .navbar-nav .nav-item .nav-link{
    color: #000 !important;
    position: relative;
    padding-left:  30px;
    padding-right:  30px;
}
.header  .navbar-nav .nav-item.active{
    background-color: #0C85A7;
   
    border-radius: 5px;
}
.header  .navbar-nav .nav-item.active .nav-link{
    color: #fff !important;
}
.header  .navbar-nav .nav-item.active .nav-link:after{
    content: "";
    width: 0;
}
.header  .navbar-nav .nav-item .nav-link:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: #d0d0d0;
    right: 0;
    top: 12px;
}
.header  .navbar-nav .nav-item:last-child .nav-link:after{
    content: "";
    width: 0;
}
/* account header css */
.loggedin-user .user-name{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #0C85A7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.loggedin-user .user-name a{
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Poppins-Medium';
}
.loggedin-user .user-name a:hover{
    text-decoration: none;
}
.loggedin-user .logout-link a{
    font-size: 14px;
    line-height: 18px;
    font-family: 'Poppins-SemiBold';
    color: #0C85A7;
}

.loggedin-user .logout-link a:hover{
    color: #0C85A7;
    text-decoration: none;
}
.loggedin-user-mobile{
    display: none;
}
/* utility css */
.main-content{
    padding: 70px 13%;
    height: calc(100vh - 130px);
}
.btn-primary{
    background-color:#0C85A7 !important;
    color: #fff !important;
    border-color:#0C85A7 !important;
    border-radius: 5px !important;

}

.btn-alt{
    color:#0C85A7 !important;
    background-color: #fff !important;
    border-color:#0C85A7 !important;
    border-radius: 5px !important;
}
.btn-primary:focus,.btn-alt:focus{
    box-shadow: none !important;
    outline: none !important;
}
.no-space{
    height: 100%;
}
.page-container{
    height: 100vh;
    overflow: auto;
    margin-bottom: 60px;
}
.main-wrapper{
    margin-left: 330px;
}
.main-wrapper .main-content{
    padding: 50px 20px 0;
    height: auto;
}
.bb-1{
    border-bottom:1px solid #F1F1F1;
    
}
.b-0{
    border: 0 !important;
}
input:focus,input:active,
textarea:focus,textarea:active,
select:focus,select:active {
     outline: none !important;
    box-shadow: none !important;
}
.form-control{
    color: #333333 !important;
}
.note{
    color:#9D9D9D ;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 25px;
}

/* account creation steps css */
.account-step-inner{
    width: 80%;
}
.account-info-details{
    margin-bottom: 80px;
   
   
}
.account-info-details .info-title{
    color:  #0C85A7;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Poppins-SemiBold';
}
.account-info-details .note{
    color:#9D9D9D ;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 25px;

}

.upload-photo{
    width: 125px;
    height: 125px;
    margin: 40px auto 70px;
    /* padding: 40px; */
    border-radius: 50%;
    position: relative;
}
.photo-box{
    background: #EDFBFF;
    border: 2px dashed #0C85A7;
    width: 125px;
    height: 125px;
    max-height: 125px;
    border-radius: 50%;
    text-align: center;
}
.photo-box img{
    max-width: 100%;
    /* width: 100%; */
    max-height: 100%;
    vertical-align: middle;
    border-radius: 50%;
    position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
   border: 2px solid transparent;
}
.choose-photo{
    position: absolute;
    bottom: -15px;
    right: 0px;
    background: #FCFCFC;
    border: 1px solid #0C85A7;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    background:#FCFCFC url(../images/camera.png) no-repeat center;
    width: 40px;
    height: 40px;
}
.choose-photo:focus,.choose-photo:active,.choose-photo:hover{
    outline: none;
    
}
/* /// DECORATION CSS /// */
.cont_select_center {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -150px;
}
.cont_heg_50 {
    position: absolute;
    height: 50%;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fd7b52;
}
/* /// END DECORATION CSS /// */
.icon_select_mate {
    position: absolute;
    top: 23px;
    right: 2%;
    font-size: 16px;
    height: 22px;
    transition: all 275ms;
}
.select_mate {
    position: relative;
    float: left;
    min-width: 500px;
    width: 500px;
    height: 50px;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    border-radius: 5px;
    transition: all 375ms ease-in-out;
  
}
.select_mate select {
    position: absolute;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    z-index: -1;
}
.cont_list_select_mate {
    position: relative;
    float: left;
    width: 100%;
}
.cont_select_int {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    overflow: hidden;
    height: 0px;
    width: 100%;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
    transition: all 375ms ease-in-out;
}
.cont_select_int li {
    position: relative;
    float: left;
    width: 96%;
    border-bottom: 1px solid #e0e0e0;
    background-color: #EDFBFF;
    list-style-type: none;
    padding: 10px 2%;
    margin: 0px;
    transition: all 275ms ease-in-out;
    display: block;
    cursor: pointer;
    text-align: left;
}
.cont_select_int li:last-child {
    border-radius: 3px;
    border-bottom: 0px;
}
.cont_select_int li:hover {
    background-color: rgba(#0C85A7, 0.7);
    opacity: 0.7;
}
.cont_select_int .active {
    background-color: rgba(#0C85A7, 0.7);
    opacity: 0.7;
}
/* etiqueta <p> con la opcion selecionada */
.selecionado_opcion {
    padding: 10px 2%;
    width: 96%;
    display: block;
    margin: 0px;
    cursor: pointer;
    text-align: left;
}
.question-block{
    margin-bottom: 30px;
}
.question-block .title{
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    color: #9E9E9E;
    margin-bottom: 10px;
    font-family: 'Poppins-SemiBold';

}
.inner-form{
    width: 80%;
    margin: 0 auto;
   
}
.inner-form .row{
    width: 100%;
    margin: 0 auto 30px;
}
.nav-btn-content{
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #E6E6E6;
    
}
/* account header css */
 .user-role p{
      font-size: 13px;
      min-height: 58px;
  }
  .user-role .disable-user p{
      opacity: 0.2;
  }
 .user-role input[type="radio"][class^="myRadio"] {
    display: none;
  }
  .user-role .myRadio{
    display: none;
  }
  .user-role input[type="checkbox"][class^="myCheckbox"] {
    display: none;
  }
  .user-role .myCheckbox{
    display: none;
  }
  
  .user-role label {
    /* border: 1px solid #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    
    position: relative;
    /* margin: 10px; */
    width: 85px;
    height: 84px;
    cursor: pointer;
    border: 1px solid #E5E5E5;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
  }
  .user-role .identification{
      width: 100%;
      height: auto;
      margin-bottom: 17px;

  }
  .user-role label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #E5E5E5;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 28px;
    /* transition-duration: 0.4s;
    transform: scale(0); */
  }
  .user-role .disable-user label:before,.user-role .identification::before {
    transform: scale(0);

  }
  
  .user-role label img {
   
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
  }
  .user-role .disable-user label img {
      opacity: 0.2;
  }
  .user-role :checked + label {
   background-color: #EDFBFF;
   border: 1px solid #0C85A7;
  }
  
 .user-role  :checked + label:before {
    content: "✓";
    background-color: #0C85A7;
    font-size: 12px;
    line-height:15px;
  }
  .user-role  :checked + .identification:before{
    transform: scale(1);
  }
 .user-role :checked + label img {
    /* transform: scale(0.9); */
    /* box-shadow: 0 0 5px #333; */
    /* z-index: -1; */
  }

/* personal info css */
.personal-inner{
    max-width: 490px;
    margin: 0 auto;
}
.personal-inner .form-control{
    height: 52px !important;
    border: 1px solid #E5E5E5 !important;
}
.gender .selected p{
    color: #0C85A7;
}
.gender .selected svg,.gender .selected svg path{
    fill: #0C85A7;
}
.gender.user-role label{
    width: 110px;
    height: 110px;
}
/* Custom radio grp css */
.que-radio-grp [type="radio"]:checked,
.que-radio-grp [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.que-radio-grp [type="radio"]:checked + label,
.que-radio-grp [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #333;
}
.que-radio-grp [type="radio"]:disabled + label,
.que-radio-grp [type="radio"]:disabled + label{
    opacity: 0.5;
}
.que-radio-grp [type="radio"]:checked + label:before,
.que-radio-grp [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #9E9E9E;
    border-radius: 100%;
    background: #fff;
}
.que-radio-grp [type="radio"]:checked + label:after,
.que-radio-grp [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #0C85A7;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.que-radio-grp [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.que-radio-grp [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.que-radio-grp [type="radio"]:checked + label:before{
    border: 1px solid #0C85A7;
}
.que-radio-grp p{
    text-align: left;
}


/* checkbox custom */
.que-radio-grp [type="checkbox"]:checked,
.que-radio-grp [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.que-radio-grp [type="checkbox"]:checked + label,
.que-radio-grp [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #333;
    margin-bottom: 0;
}
.que-radio-grp [type="checkbox"]:disabled + label,
.que-radio-grp [type="checkbox"]:disabled + label{
    opacity: 0.5;
}
.stem-option .que-radio-grp [type="checkbox"]:checked + label{
    word-break: break-word;
}
 .detail-data .disable-option label{
    opacity: 0.5 !important;
}

.que-radio-grp [type="checkbox"]:checked + label:before,
.que-radio-grp [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #9E9E9E;
    border-radius: 2px;
    background: #fff;
}
.que-radio-grp [type="checkbox"]:checked + label:after,
.que-radio-grp [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #0C85A7;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.que-radio-grp [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.que-radio-grp [type="checkbox"]:checked + label:after {
    content: "✔";
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    top:2px;
    left: 3px;
    background-color: #0C85A7;
}
.que-radio-grp [type="checkbox"]:checked + label:before{
    border: 1px solid #0C85A7;
    background: #0C85A7;
}
.que-radio-grp p{
    text-align: left;
}
.que-radio-grp  .checkbox-grp{
    background-color: #F6F6F6;
    padding: 15px ;
    border-radius: 5px;
    width: 100%;
}
.que-radio-grp  .checkbox-grp .check-block{
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
    padding:  15px !important;
}
.que-radio-grp  .checkbox-grp .check-block p{
    margin-bottom: 0;
    
}

/* select subject accordion with checkbox design */
.subject-select .card-header.check-block label span{
    color: #9E9E9E !important;
}
.subject-select .card-header.check-block{
    margin-bottom: 0;
    border-radius: 5px  0px  !important;

}

.subject-select .card-header.check-block {
  position: relative;
}
.subject-select .card-header.check-block[aria-expanded="true"]:after{
    content: "";
    background: url(../images/dropdown.png) no-repeat right;
    cursor: pointer;
    position: absolute;
    width: 19px;
    height: 10px;
    top: 20px;
    right: 15px;
    transform: rotate(180deg);
}
.subject-select .card-header.check-block[aria-expanded="false"]:after{
    content: "";
    background: url(../images/dropdown.png) no-repeat right;
    cursor: pointer;
    position: absolute;
    width: 19px;
    height: 10px;
    top: 20px;
    right: 15px;
   
}
.subject-select .collapse.show .check-block{
    border-radius: 0px  5px  !important;
}
.subject-select .collapse.show .check-block p{
    margin-bottom: 10px !important;
    font-size: 14px !important;
}
.subject-select .checkbox-grp{
    width: 550px !important;
}


/* internship program css */
.programs .checkbox-grp .check-block p{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.programs  .checkbox-grp{
    display: inline-block;
}
.programs .checkbox-grp .program-box {
    width: 48%;
    margin-right: 15px !important;
    float: left;
}
.programs .checkbox-grp .program-box:nth-child(2) {
    margin-right: 0px !important;
}
.program-popup .modal-dialog{
    max-width: 900px !important;
}
.program-popup .modal-dialog .modal-content{
    border-radius: 5px !important;
}
.program-popup .modal-header .modal-title{
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    font-family: 'Poppins-SemiBold';
}

.program-popup .modal-header .close {
    opacity: 1;
}
.program-popup .modal-header .close span{
    color: #0C85A7;
}
.program-popup .modal-dialog .modal-body {
    text-align: left;
}
.program-popup .modal-dialog .modal-body .detail-data p a{
    color: #0C85A7;
}


/* Thanks page css */
.thanks-page .thank-note{
    font-size: 30px;
    line-height: 45px;
    color: #000;
    font-family: "Poppins-Bold";
    margin-bottom: 0;
}
.thanks-page .note{
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}
.thanks-page .btn-primary{
    min-width: 210px;
    font-size: 18px;
}

/* college slider css */
.slidecontainer{
    width: 100%;
}
/* sidebar css */
.sidebar-wrapper{
    width: 330px;
    float: left;
    background-color: #0C85A7;
    height: 110vh;
    padding: 50px;
    position: fixed;
}

.StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
}
.StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 10px;
    height: 97%;
    border-left: 1px solid #C4C4C4;
}
.StepProgress-item {
    position: relative;
    counter-increment: list;
   
    
}
.StepProgress-item span{
    opacity: 0.7;
    color: #fff;
    font-size: 17px;
    line-height: 26px;
}
.StepProgress-item.active span,.StepProgress-item.is-done span{
    font-family: 'Poppins-Bold';
}

.StepProgress-item:not(:last-child) {
    padding-bottom: 35px;
}
.StepProgress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -30px;
    /* height: 100%; */
    width: 10px;
}
.StepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -39px;
    width: 20px;
    height: 20px;
    border: 1px solid #ECF6F9;
    border-radius: 50%;
    background-color: #0C85A7;
}
.StepProgress-item.is-done::before {
    border-left: 1px solid #C4C4C4;
}
.StepProgress-item.is-done::after {
    content: "✔";
    font-size: 10px;
    color: #0C85A7;
    text-align: center;
    border: 1px solid #ECF6F9;
    background-color: #ECF6F9;
}
.StepProgress-item.current::before {
    border-left: 1px solid #ECF6F9;
}
.StepProgress-item.current::after {
    content: "";
    padding-top: 1px;
    width: 19px;
    height: 18px;
    top: -4px;
    left: -40px;
    font-size: 14px;
    text-align: center;
    color: #ECF6F9;
    border: 1px solid #ECF6F9;
    background-color: #0C85A7;
}
.StepProgress strong {
    display: block;
}




/* homepage css */
.home-page .home-inner-wrapper .info-left{
   align-items: center;
   display: flex;
}

.home-page .main-text p{
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 10px;
}
.home-page .main-text h3{
    color: #0C85A7;
    font-size: 38px;
    line-height: 48px;

}
.home-page .main-text h3 span{
    font-family: 'Poppins-Bold' !important;
}
.home-page .main-text h6{
    color: #A4A4A4;
    font-size: 16px;
    line-height: 24px;
}

/* footer css */
.footer{
    background-color: #F3F3F3;
    padding: 15px;
    color: #000000;
   
    font-size: 14px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.footer .footer-wrapper{
    padding: 0 15px;
}
.footer .footer-wrapper .link{
    text-align: right;
}
.footer .footer-wrapper .copyright{
    color: #000000;
    opacity: 0.5;
    font-size: 14px;
}
.footer .footer-wrapper .link a{
    color: #000000;
    opacity: 0.5;
    font-size: 14px;
    position: relative;
    padding: 0 10px;
}
.footer .footer-wrapper .link a.footer-privacy:after{
    content:"";
    position: absolute;
    width: 1px ;
    height: 14px;
    background-color: #000;
    opacity: 0.5;
    right: 0;
}
/* login page css */
.login-page .login-inner-wrapper .login{
    padding-left: 10%;
    display: flex;
    align-items: center;
}
.login-page .login-inner-wrapper .login form{
    width: 89%;
}
.login-page .login-inner-wrapper .login h3{
    color:  #0C85A7;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Poppins-SemiBold';
}
.login-page .login-inner-wrapper .login .note{
    color:#9D9D9D ;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 25px;
}

.login-page .login-inner-wrapper .login label{
    color:#9E9E9E ;
}

.login-page .login-inner-wrapper .login .form-control{
    border: 1px solid #E6E6E6 !important;
    min-height: 52px;
    
}
.login-page .login-inner-wrapper .login .required .form-control{
    border: 1px solid #FFCDC8 !important;
    min-height: 52px;
    
}
.login-page .login-inner-wrapper .login a{
    color:  #0C85A7;
}
.login-page .login-inner-wrapper .login .btn-primary{
    width: 100%;
    padding: 14px ;
    margin: 30px 0;
}
.login-page .login-inner-wrapper .login .f-child{
    padding-right: 0 !important;
}
h3{
    color:  #0C85A7 !important;
    font-size: 24px !important;
    line-height: 30px !important;
    font-family: 'Poppins-SemiBold' !important;
}
.small-title{
    color:  #0C85A7 !important;
    font-size: 18px !important;
    line-height: 20px !important;
    font-family: 'Poppins-SemiBold' !important;
}
.my-profile-page .options ul{
    padding-left: 15px;
}
/* update profile css */
.update-profile-page .main-content,.my-profile-page .main-content{
    padding: 70px 5%;
}
.profile-left {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 5px;
}
.profile-left  h3{
    color:  #0C85A7;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Poppins-SemiBold';
}
.profile-left  .profile-photo{
    width: 125px;
    height: 125px;
    max-height: 125px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.profile-left  .profile-photo img{
    max-height: 100%;
    vertical-align: middle;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.profile-left  .profile-photo .edit-photo{
    position: absolute;
    background-color: #0C85A7;
    border: 0;
    border-radius: 50%;
  
   right: 15px;
    bottom: 0%;
    padding: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
    width: 21px !important;
    height: 20px !important;
}
.profile-left  .profile-photo .edit-photo:focus,
.profile-left  .profile-photo .edit-photo:active,
.profile-left  .profile-photo .delete-photo:focus,
.profile-left  .profile-photo .delete-photo:active{
    outline: none;
    box-shadow: none;
}
.profile-left  .profile-photo .edit-photo i{
    color: #fff;
    font-size: 10px;
    line-height: 10px;
}
.profile-left .profile-photo .delete-photo {
    position: absolute;
    background-color: #f93535;
    border: 0;
    border-radius: 50%;
    left: 15px;
    bottom: 0%;
    padding: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
    width: 21px !important;
    height: 20px !important;
}
.profile-left  .profile-photo .delete-photo i{
    color: #fff;
    line-height: 11px;
    font-size: 11px;
}
.profile-left .profile-photo .delete-photo {
    position: absolute;
    background-color: #f93535;
    border: 0;
    border-radius: 50%;
    left: 15px;
    bottom: 0%;
    padding: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
    width: 21px !important;
    height: 20px !important;
}
.profile-left  .profile-photo .delete-photo i{
    color: #fff;
    line-height: 11px;
    font-size: 11px;
}

.profile-left   h4{
    color:  #0C85A7;
    font-size: 20px;
    line-height:25px;
    font-family: 'Poppins-SemiBold';
    margin: 15px 0 ;
    text-align: center;
}
.profile-left  .detail-title{
    background-color: #F1F1F1;
    margin:  50px -15px 25px;
    padding: 8px;
    text-transform: uppercase;
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Poppins-SemiBold';
}



 .detail-data p{
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Poppins-SemiBold' !important;
    word-break: break-all;
   
}
.detail-data label{
    color:rgba(51, 51, 51, 0.7) !important;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
}

/* my profile css */
.my-profile-page .profile-top .btn-primary{
    min-width: 120px
}
.my-profile-page .profile-top h3{
    margin-bottom: 0;
}
.my-profile-page .profile-top h3 img{
    margin-left: 10px;
    margin-top: -5px;
}
.my-profile-page .login{
    padding-left:20px !important;
    align-items: unset !important;
}
.my-profile-page .profile-right{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding:20px 30px;
    border-radius: 5px;
    width: 100%;
}
.my-profile-page .profile-right .small-title{
    margin-bottom: 15px;
}
.my-profile-page  .profile-right-blocks {
    padding: 0px 0 20px;
}
.my-profile-page .card{
    padding: 30px;
    background-color: #FBFBFB;
}

.link{
    font-size: 14px;
    line-height: 15px;
    text-decoration: underline;
}
/* Director login css */
#programDirectorProfileModal .modal-header{
    display: inline-block !important;
    border-bottom: 0 !important;
}
#programDirectorProfileModal .modal-content{
    border-radius:5px !important ;
    padding: 15px;
}
.add-new-oppurtunity{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 450px;
    flex-direction: column;
}

.add-new-oppurtunity .detail-data{
    margin: 20px 0;
   text-align: center;
}
.add-new-oppurtunity .detail-data label{
    text-align: center;
}
.add-new-oppurtunity .detail-data .btn-primary{
    width: auto !important;
}
.oppurtunity .detail-data textarea{
    height: 170px;
}
.oppurtunity .detail-data .note{
    color: #9D9D9D !important;
    font-family: 'Poppins-Semibold' !important;
    margin-bottom: 10px;
}
.oppurtunity .detail-data {
    width:600px;
}
.oppurtunity .state-blk {
    border: 1px solid #E6E6E6;
    padding: 0px 15px 15px;
    border-radius: 5px;
}


.oppurtunity .state-blk .state-name{
    width: auto;
    background-color: #ECF6F9;
    font-size: 15px;
    line-height: 20px;
    color: #0C85A7 !important;
    padding: 5px 15px;
    border-radius: 5px;
    min-height: 28px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    margin-right: 15px;
    text-align: center;
    margin-top: 15px;
}
.oppurtunity .state-blk  .cancel-icon{
    position: absolute;
    top: -6px;
    right: -7px;
    cursor: pointer;
}
.oppurtunity .city-list{
    background: #F7F7F7;
    border-radius: 5px;
    height: 200px;
    overflow: auto;
    margin-top: 15px;
    padding: 15px 0;
}
.oppurtunity .city-list p{
    margin-bottom: 10px;
}
.internship-detail .detail-data p{
    font-family: 'Poppins-Regular' !important;
}
.internship-detail .form-group{
    display: flex;
}

.internship-detail .form-group ul{
    list-style: none;
}
.internship-detail .modal-body  ul{
    list-style:disc !important;
    
}
/* my profile director  */

.login-page .login-inner-wrapper .login .submitted-opp  .btn-primary{
    padding: 9px 18px;
    width: unset;
    margin: 20px 0;
}

/* About Us css */

.about-us .accordion{
    width: 100%;

}
.about-us .acc-card{
    background-color:#F6F6F6 ;
    border-radius: 5px;
}
.about-us .acc-card .card-header{
    background:unset !important;
    border: 0 !important;
    color: #343434;
    font-size: 26px;
    line-height: 29px;
    font-family: 'Poppins-Semibold' !important ;
}
.about-us .acc-card .card-body .leader{
    max-width: 220px;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-us .acc-card .card-body .leader .name{
    font-size: 16px;
    line-height: 20px;
    color: #0C85A7;
    font-family: 'Poppins-Semibold' !important ;
    margin-bottom: 0;
}
.about-us .acc-card .card-body .leader .image{
    margin-bottom: 5px;
}
.about-us .acc-card .card-body .leader span{
    font-size: 14px;
    line-height: 17px;
}
.about-us .acc-card .card-body .leader .btn-primary{
    margin:10px 0;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.about-us .acc-card .card-body .leader .btn-primary img{
    margin-left: 2px;
}
/* Privacy policy css */
.privacy-policy {
    color: #333333;
}
.site-name{
    color:#ff2e4c;
}
.privacy-policy p{
    margin-bottom: 20px;

}
.privacy-policy  ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.privacy-policy  h5{
    font-family: 'Poppins-Semibold' !important ;
    font-size: 16px;
    margin-bottom: 2px;
}
.privacy-policy  ul li {
    padding-left: 10px;
    position: relative;
}
.privacy-policy  ul li::before{
    content: "•";
    position: absolute;
    left: 0;
    font-size: 16px;
}

/* About us page */
.blue-bg{
    background: #0C85A7;
    min-height: 450px;
    padding: 55px 0 0;
    text-align: center;
    height: auto;
}
 .blue-bg h2{
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    font-family: 'Poppins-Semibold' !important ;
}
.about-us  .about-us-container{
    width: 79%;
    margin: -15% auto 0 ;
}
.about-us  .about-us-container .main-content{
    background: #fff;
    border-radius: 5px;
    padding: 50px 10%;
    height: auto;
}
.login-page.about-us-container .login-inner-wrapper .row{
    display: flex;
    /* align-items: center; */
}
.login-page.about-us-container .login-inner-wrapper .login form{
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 0 !important;
}
.login-page.about-us-container .login-inner-wrapper .login  textarea{
    min-height: 148px;
}
.login-page.about-us-container .login-inner-wrapper .login .btn-primary{
    padding: 9px;
    margin: 30px 0;
    height: 47px;
    min-width: 280px;
    float: right;
    width: unset;
}

.work-page .student-section{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
 
}
.work-page .student-section .heading{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-top: -25px;
}
.work-page .student-section .card-list{
    width: 100%;
    display: flex;
    /* display: inline-block; */
    margin-top: 50px;
    justify-content: center;
}
.work-page .student-section .card-block{
    /* width: 300px; */
    width: 17%;
    padding:20px 15px;
    background-color: #fff;
    border-radius: 10px;
    min-height: 348px;
    float: left;
    margin: 0 30px 60px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.08);

}
.work-page .student-section .card-block:first-child{
    margin-left: 0;
}
.work-page .student-section .card-block:last-child{
    margin-right: 0;
}
.work-page .student-section .card-block .card-img{
    margin: 50px 0;
}
.work-page .student-section .card-block .card-number{
    background: #fff;
    width: 66px;
    height: 66px;
    margin: -50px auto 0;
    padding: 5px;
    border-radius: 50%;
}
.work-page .student-section .card-block .card-number .b-b{
    border: 2px solid #0C85A7;
    width: 55px;
    height: 55px;
    padding: 10px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 36px;
    color: #0C85A7;
    font-family: 'Poppins-Bold' !important ;
}
.work-page .student-section .card-block  .card-img{
    width: auto !important;
    border-radius: 0 !important;
    min-height: 155px;
    overflow: hidden;
}

.work-page .student-section .card-block  .card-detail{
    font-size: 16px;
    line-height: 20px;
    color: #333;
    min-height: 60px;
    width: 100%;
    text-overflow: ellipsis;
    font-family: 'Poppins-Semibold' !important ;
  
}

/* New Landing Page design */
.home-page-new .main-content{
    padding: 0;
    height: 100%;
}
.main-home .footer{
    position: unset;
}
.main-home{
    width: 100%;
}
.home-page-new  .banner-container{
    position: relative;
}
.home-page-new  .banner-container img{
    
}
.home-page-new  .banner-text{
    position: absolute;
    color: #ffff;
    left: 50%;
    transform: translate(-50%, 0);
   bottom:150px;
     width: 70%; 
    text-align: center;
}
.home-page-new  .banner-text h2{
    font-family: 'Poppins-Bold' !important ;
    font-size: 80px;
    line-height: 120px;
    position: relative;
    
}
.home-page-new  .banner-text h2 span{
font-size: 14px;
    line-height: 15px;
    position: absolute;
    top: 30px;
    padding-left: 2px;
    font-weight: normal;
}
.home-page-new  .banner-text ul{
    list-style: none;
    width: 100%;
    padding: 0;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-page-new  .banner-text ul li{
    width: 33%;
    float: left;
    display: inline-block;
    font-size: 26px;
    line-height: 39px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-right: 2px solid #fff;
    padding: 0 7px;
}
.home-page-new  .banner-text ul li:last-child{
    border-right: 0;
}
.home-page-new  .banner-text .banner-btn{
    background-color: #0C85A7;
    border: 0;
    color:#FFF;
    font-size: 18px;
    line-height: 27px;
    padding: 15px;
    margin: 15px 0;
    border-radius: 15px;
    min-width: 280px;
}
.front-auth{
    width: 60%;
    float: left;
}
.login{
    width: 40%;
    float: right;
}
.login form{
   max-width: 500px;
   padding: 100px 0;
}
.login form .btn-primary{
    width: 100%;
    margin: 15px 0 35px;
}
.home-page-new {
        width: 100%;
        height: 100%;
        display: flex;
        overflow: hidden;
 }
 .header .navbar .navbar-brand{
    position: relative;
 }
  .header .navbar .navbar-brand span{
    position: absolute;
    font-size: 14px;
    color: #ff2e4c;
    font-weight: 600;
    padding-left: 2px;
  }
/* media query css */
@media only screen and (max-width: 1800px){
    .about-us .about-us-container{
        margin: -18% auto 0;
    }
    .login-page.about-us-container .login-inner-wrapper .login textarea{
        height: 150px;
    }
    .login-page .login-inner-wrapper .login{
        padding-left: 0;
    }
    .login form{
        max-width: 500px;
        padding: 50px  25px;
     }
}
@media only screen and (max-width: 1480px){
    .about-us .about-us-container{
        margin: -15% auto 0;
    }
    .login-page.about-us-container .login-inner-wrapper .login textarea{
        height: 150px;
    }
    .home-page-new .banner-text ul li{
        font-size: 20px;
        line-height: 25px;
    }
    .header  .navbar-nav .nav-item .nav-link{
       font-size: 14px;
    }
   .home-page-new .banner-text ul li{
    width: 35%;
   }
    .home-page .main-text p{
        font-size: 25px;
        line-height: 35px;
       
        margin-bottom: 7px;
    }
    .home-page .main-text h3{
        color: #0C85A7;
        font-size: 28px;
        line-height: 35px;
    
    }
  
    .home-page .main-text h6{
        color: #A4A4A4;
        font-size: 14px;
        line-height: 18px;
    }
    .login-page .login-inner-wrapper .login{
        padding-left: 0%;
    }
    .about-us .blue-bg{
        
        min-height: 350px;
        
    }
    .work-page .student-section .card-block{
        margin: 0 20px 60px;
    }
   
    .work-page .student-section .card-block{
        width: 27%;
    }
    .work-page .blue-bg{
        height: auto;
    }

}
@media only screen and (max-width: 1190px){
    .front-auth{
        width: 50%;
    }
    .login{
        width: 50%;
        float: right;
    }
    .login form{
       max-width: 500px;
       padding: 50px 25px;
    }
    .login form .btn-primary{
        width: 100%;
        margin: 15px 0 15px;
    }
    .home-page-new .banner-text ul li{
        font-size: 18px;
        line-height: 24px;
    }
    .home-page-new .banner-text h2{
        font-size: 60px;
        line-height: 75px;
    }
    .main-content{
        height: auto;
    }
    .login-page .login-inner-wrapper .login form{
        width: 100%;
    }
    .account-step-inner{
        width: 90%;
    }
    .user-role .identification{
        font-size: 14px;
    }
    .about-us .blue-bg{
        
        min-height: 290px;
        
    }
    .login-page.about-us-container .login-inner-wrapper .row{
        align-items: flex-start;
    }
    .login-page.about-us-container .login-inner-wrapper .login .btn-primary{
        min-width: 195px;
    }
   
}
@media only screen and (max-width: 1024px){
    .work-page .student-section .card-list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .programs .checkbox-grp .program-box{
        width: 47%;
    }
    .home-page-new .banner-text{
        width: 70%;

    }
    .home-page-new .banner-text h2 span{
        top:20px;
    }
}

@media only screen and (max-width: 991px){
    .home-page-new .banner-text ul li{
        width: 25%;
    }
    .login form{
      margin: 0 auto;
     }
    .home-page-new .banner-text ul{
        flex-wrap: wrap;
    }
    .home-page-new .banner-text ul li{
        margin-bottom: 10px;
        font-size: 17px;
    line-height: 23px;
    }
    .main-content{
        height: auto;
    }
    .main-wrapper{
        margin-left: 0;
        width: 100%;
        float: left;
    }
    .program-popup .modal-dialog{
        max-width: 600px !important;
    }
/* toggle menu mobile */
.navbar-toggler {
    display: inline-block !important;
    padding: 12px 0;
    margin: 10px 0;
    position: relative;
    z-index: 99999;
}
.navbar-toggler:focus {
    outline: none;
}
.icon {
    position: relative;
    transition: background-color .55s, transform .55s;
    background-color:#0C85A7;
    height: 2px;
    width: 25px;
    display: block;
}
.icon:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    transition: background-color .55s, transform .55s;
    background-color:#0C85A7;

    height: 2px;
    width: 25px;
    display: block;
    transition: top .55s .55s, transform .55s;
}
.icon:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: background-color .55s, transform .55s;
    background-color:#0C85A7;

    height: 2px;
    width: 25px;
    display: block;
    transition: bottom .55s .55s, transform .55s;
}
.close-toggle .icon:after {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom .55s, transform .55s .55s;
}
.close-toggle .icon:before {
    top: 0;
    transform: rotate(45deg);
    transition: top .55s, transform .55s .55s;
}
.close-toggle .icon {
    background: transparent;
}
.navbar-collapse {
    position: fixed !important;
    top: 0px !important;
    left: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    width: 300px !important;
    height: 100% !important;
    transform: translateX(-100%) !important;
    -ms-transform: translateX(-100%) !important;
    -webkit-transform: translateX(-100%) !important;
    transition: transform 100ms !important;
    z-index: 9 !important ;
   /* background-color:#ECF6F9 !important ;*/
    background-color:#fff !important ;
}
.navbar-collapse.collapsing {
    
    height: 100% !important; 
    transform: translateX(-100%) !important ;
    -ms-transform: translateX(-100%) !important ;
    -webkit-transform: translateX(-100%) !important ;
    transition: transform 300ms !important;
}
.collapse:not(.show) {
    transform: translateX(-100%) !important;
    -ms-transform: translateX(-100%) !important;
    -webkit-transform: translateX(-100%) !important;
    transition: transform 100ms !important;
}
.navbar-collapse.show {
    left: 0;
    transform: translateX(00%) !important;
    -ms-transform: translateX(00%) !important;
    -webkit-transform: translateX(00%) !important;
    transition: transform 100ms !important;
}
.navbar-collapse .navbar-nav {
    padding-top: 70px;
}
.navbar{
    justify-content: unset !important;
}
.navbar-brand{
    margin-left: 33%;
}
.header .navbar-nav{
    margin-left: 0 !important;
}
.header .navbar-nav .nav-item .nav-link:after{
    content: "";
    width: 0;
}
.header .navbar-nav .nav-item .nav-link{
   
    position: relative;
}
.header .navbar-nav .nav-item .nav-link::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: #0C85A7;
    left: 15px;
    top: 12px;
}
.body-overlay {
    position: fixed;
  }
  
  .body-overlay:before {
    position: fixed;
    content: "";
    background-color: rgba(#000, 0.9) !important;
    background-color: #000 !important;
    opacity: 0.6;
    height: 100%;
    z-index: 9;
    top: 0px;
    right: 0;
    width: 100%;
    transition-delay: 1.2s;
  }

  /* login signup css */
  .login-page .login-inner-wrapper .login{
      padding-left: 4%;
  }
  .login-page .login-inner-wrapper .login .f-child{
    padding-right: 15px !important;
}
 .loggedin-user{
     display: none;
 } 
 .loggedin-user-mobile{
     display: block;
     margin-left: auto;
 }
 .loggedin-user-mobile .navbar-nav{
     flex-direction: unset;
 }
 .loggedin-user-mobile .user-name{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #0C85A7;
    display: flex;
    justify-content: center;
    align-items: center;
   margin-right: 15px;
}
.loggedin-user-mobile .user-name a{
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Poppins-Medium';
}
.loggedin-user-mobile .user-name a:hover{
    text-decoration: none;
}
.loggedin-user-mobile .logout-link a{
    font-size: 14px;
    line-height: 18px;
    font-family: 'Poppins-SemiBold';
    color: #0C85A7;
}

.loggedin-user-mobile .logout-link a:hover{
    color: #0C85A7;
    text-decoration: none;
}
/* responsive sidebar design css */
.sidebar-wrapper{
    width: 100%;
    height: auto;
    background: #fff;
    display: inline-block;
    position: unset;
    margin: 50px 0 0;
   padding-bottom: 0;
}
.sidebar-wrapper .StepProgress-item span{
    color: #0C85A7;
}
.sidebar-wrapper .StepProgress{
    display: inline-block;
    width: 100%;
  
}
.StepProgress-item{
    width: 20%;
    float: left;
    padding: 15px;
}
.StepProgress-item::after{
    width: 50px;
    height: 50px;
    border:1px solid #0C85A7;
    background-color:  #ECF6F9;
    top: -50px;
    left: 17%;

}
.StepProgress::before{
    top: -25px;
    left: 15px;
    width: 97%;
    height: 10px;
    border-top: 1px solid #C4C4C4;
    border-left:0;
}
.StepProgress-item.is-done::before{
    top:-25px;
    border-top: 5px solid #C4C4C4;
}
.StepProgress-item::before{
    width: 100%;
    height: 5px;
    left: 20%;
}
.StepProgress-item.is-done::after{
    font-size: 29px;
    border: 1px solid #0C85A7;
    background: #0C85A7;
    color: #ECF6F9;
}
.internship-detail .detail-data p{
    font-size: 14px;
}
.about-us .acc-card .card-body .leader{
    margin-bottom: 30px;
}
.contact-image{
    margin: 20px 20px 50px;
    width: 90%;
}
.about-us .blue-bg{
    min-height: 250px;
}
.work-page .student-section .card-block{
    width: 43%;
}
.work-page .student-section{
    flex-wrap: wrap;
}
.my-profile-page .submitted-opp .col-12{
    flex-wrap: wrap !important;

}
.my-profile-page .submitted-opp .small-title{
    margin-top: 15px;
}
.login-page .login-inner-wrapper .login .submitted-opp .btn-primary{
    margin:0 !important;
}


}
@media only screen and (max-width: 768px){
    .programs .checkbox-grp .program-box{
        width: 100%;
    }
    .oppurtunity .detail-data {
        width:500px;
    }
    .front-auth{
        width: 100%;
    }
    .login{
        width: 100%;
        float: right;
        padding: 20px 0;
    }
    .login form{
      padding: 0px 25px !important;
    }
    .login form .btn-primary{
        width: 100%;
        margin: 15px 0 15px;
    }
}

@media only screen and (max-width: 767px){
    .header .navbar .navbar-brand span{
        font-size: 12px;
    }

    .footer .footer-wrapper .link{
        text-align: left;
    }
    .login-page .login-inner-wrapper .login{
        padding-left: 15px;
        padding-top: 15%;
    }
    .header .navbar{
        padding: 15px;
    }
    .loggedin-user-mobile .user-name{
        margin-right: 5px;
    }
    .loggedin-user-mobile .user-name{
        width: 26px;
        height: 26px;
    }
    .loggedin-user-mobile .navbar-nav{
        align-items: center;
    }
    .sidebar-wrapper{
        padding: 50px 15px;
    }
    .StepProgress{
        padding-left:25px ;
    }
    .StepProgress-item::after{
        width: 30px;
        height: 30px;
    }
    .StepProgress-item span{
        font-size: 15px;
    }
    .StepProgress-item{
        padding: 0 15px;
        line-height: 14px;
    }
   
    .StepProgress-item.is-done::after{
        font-size: 19px;
        line-height: 23px;
    }
    .StepProgress::before,.StepProgress-item.is-done::before{
        top: -38px;
    }
    .update-profile-page .login-inner-wrapper,.my-profile-page .login-inner-wrapper{
        width: 100%;
        padding: 15px;
    }
    .my-profile-page .login{
        padding:10% 0 !important;
    }
    .note{
        color:#9D9D9D ;
        font-size: 14px;
        line-height: 18px;
        margin-bottom:12px;
    }
    .internship-detail .form-group{
        display: unset;
    }
   

    .home-page-new .banner-text{
        width: 100%;
       
    }
    .home-page-new .banner-text h2{
        font-size: 30px;
        line-height: 40px;
    }
    .home-page-new .banner-text ul{
        padding: 0;
    }
    .home-page-new .banner-text ul li{
        font-size: 17px;
        line-height: 21px;
        padding: 0 15px;
    }
    .home-page-new .banner-text .banner-btn{
        margin: 5px 0;
    }
}
@media only screen and (max-width: 567px){
     .home-page-new .banner-text{
      
        bottom: 10px;
    }
    .home-page-new .banner-text ul{
        width: 90%;
        margin: 0 auto;
    }
    .main-wrapper .main-content{
        padding: 20px 20px 40px;
    }

    .main-content{
        height: 100vh;
        padding: 50px 25px 150px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .program-popup .modal-dialog{
        max-width:400px !important;
    }
    .program-popup{
        z-index: 99999 !important;
    }
    .update-profile-page .main-content, .my-profile-page .main-content{
        height: 100vh;
        padding: 10px 25px 50px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .login-page .login-inner-wrapper .login .btn-primary{
        margin: 15px 0;
    }
    h3{
        font-size:18px !important;
    line-height: 21px !important;
    }
    .icon,.icon:before,.icon:after{
        width: 20px;
    }
    .navbar-brand img{
        width: 120px;
    }
    .navbar-brand{
        margin-left: 15%;
    }
    .select_mate{
        min-width: auto;
        width: 100%;
    }
    .StepProgress::before{
        width: 85%;
    }
    .StepProgress{
        padding-left: 10px;
    }
    .StepProgress-item span{
        font-size: 11px;
        line-height: 12px;
    }
    .StepProgress-item{
        text-align: center;
        padding: 0 7px;
    }
    .sidebar-wrapper{
        padding: 50px 15px 0;
    }
    .user-role .identification{
        font-size: 14px;
    }
    .my-profile-page .profile-right{
        padding: 15px;
    }
    .small-title{
        font-size: 15px !important;
        line-height: 17px !important;
    }
    .link{
        font-size: 12px;
    }
    .StepProgress::before, .StepProgress-item.is-done::before{
        top: -34px;
    }
    .StepProgress::before{
        left: 24px;
    }
    .StepProgress-item:not(:last-child){
        padding-bottom: 0;
    }
    .upload-photo{
        margin: 10px auto 20px;
    }
    .account-info-details{
        margin-bottom: 15px;
    }
    .home-page .main-text p{
        font-size: 20px;
    line-height: 26px;
    }
    .home-page .main-text h6{
        font-size: 12px;
    line-height: 15px;
    }
    .home-page .main-content{
        height: 85vh;
    }
    .inner-form{
        width:90%;
    }
    .inner-form .row{
        width: auto;
    }
    .que-radio-grp [type="checkbox"]:checked + label, .que-radio-grp [type="checkbox"]:not(:checked) + label{
        font-size: 16px;
    }
    .que-radio-grp [type="radio"]:checked + label, .que-radio-grp [type="radio"]:not(:checked) + label{
        font-size: 14px;
        line-height: 16px;
    }
    .subject-select .checkbox-grp{
        width: 100% !important;
    }
    .program-box .que-radio-grp [type="checkbox"]:not(:checked) + label{
        font-size: 14px;
    }
    .add-new-oppurtunity img{
        width: 100%;
    }
    .oppurtunity .city-list p{
        margin-bottom: 10px;
    }
    .oppurtunity .detail-data {
        width:100%;
    }
    .subject-modal{
        width: 89% !important;
        margin: 0 auto !important;
    }
    .about-us .blue-bg{
        min-height: 200px;
    }
    .blue-bg h2{
        font-size: 22px;
        line-height: 36px;
    }
    .work-page .student-section .card-block{
        width: 100%;
        margin: 0 0 50px;
    }
   
    .home-page-new .banner-text ul li{
        padding: 0 7px;
        font-size: 12px;
        line-height: 17px;
    }
    .home-page-new .banner-text .banner-btn{
        font-size: 12px;
        padding:7px;
    }
    .home-page-new .banner-text h2 span{
        font-size: 12px;
        top:10px;
    }
}
@media only screen and (max-width: 390px){
    .navbar-brand{
        margin-left: 8%;
    }
    .StepProgress-item{
        padding: 0 5px;
    }
    .sidebar-wrapper{
        padding:40px 10px 0
    }
    .StepProgress-item span{
        font-size: 10px;
        line-height: 11px;
    }
    .user-role .identification{
        font-size: 12px;
    }
    .main-content{
        padding:20px 25px 150px;
    }
    .subject-select .card-header.check-block .heading[aria-expanded="true"]:after{
        right:-10px
    }
    .subject-select .card-header.check-block .heading[aria-expanded="false"]:after{
        right:-10px
    }
    /* .program-popup .modal-dialog{
        max-width: !important;
    } */
    .que-radio-grp [type="checkbox"]:checked + label, .que-radio-grp [type="checkbox"]:not(:checked) + label{
        font-size: 14px;
    }
}
@media only screen and (max-width: 325px){
    .StepProgress-item span{
        font-size: 9px;
        line-height: 9px;
    }
    .user-role .identification{
        font-size: 11px;
    }
    .StepProgress-item.is-done::after{
        font-size: 14px;
        line-height: 29px;
    }
    .my-profile-page .profile-top h3 img{
        margin-left: 0;
    }
    .about-us .blue-bg{
        min-height: 179px;
    }
}
