/*
Theme Name:   WorkScout Child
Theme URI: http://workscout.in
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: WordPress Job Theme
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: workscout
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  workscout
*/

.new-header #logo_nh img {
  height: 58px !important;
}
.stu-course-item {
    padding: 20px !important;
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    border: 2px solid #eee;
}
.stu-course-item__title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.stu-course-item__uni{
    flex-basis: 20%;
}
.stu-course-item__info{
    flex-basis: 60%;
}
.stu-course-item__btn {
    flex-basis: 20%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.stu-course-item__uni-img img{
    max-width: 100px;
}
.stu-course-item__meta {
    width: 50%;
    float: left;
}

span.stu-course-item__meta--value {
    font-weight: 600;
    padding-left: 10px;
}
.stu-course-item__btn .intro-search-button .button i:before{
    content: "\f00c";
}
/*
============================
Application Dashboard
============================
*/
.stu-my-applications-wrap {
    margin: 30px 0 50px 0 !important;
}
.stu-apply-item {
    padding: 0px !important;
    display: flex;
    flex-direction: row;

}
.stu-apply-item__info{
    flex-basis: 100%;
}
.stu-apply-item__meta {
  width: 100%;
  float: left;
  padding: 20px 15px;
  vertical-align: middle;
  line-height: 40px;
}
.stu-apply-item__meta--title {
    display: inline-block;
    min-width: 220px;
    letter-spacing: 1px;
}
span.registered-by-agent {
    color: #fb7113;
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    border: 1px solid;
    border-radius: 5px;
    margin-left: 10px;
}
.stu-apply-item__meta:nth-child(odd) {
    background: linear-gradient(300deg, #d8eaf5 0%, #cbff9f 100%);
}
.stu-apply-item__meta--value {
    font-weight: 600;
    letter-spacing: 1px;
}
@media(max-width:768px) {
    .stu-apply-item__meta--title,
    .stu-apply-item__meta--value {
        display: block;
        min-width: auto;
    }
}

.intro-search-button .button {
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 500;
    background: #28b661;
    border-radius: 4px;
    color: #fff;
    transition: 0.2s;
    position: relative;
}

.our-team {
    padding: 30px 20px 80px 20px;
    margin-bottom: 30px;
    background-color: #f7f5ec;
    text-align: center;
    overflow: hidden;
    position: relative;

    width:calc(25% - 10px);
    float:left;
    margin:5px;
  }

  .our-team .picture {
    display: inline-block;
    height: 130px;
    width: 130px;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
  }

  .our-team .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #403f3aba;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
  }

  .our-team:hover .picture::before {
    height: 100%;
  }

  .our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #47ce13;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .our-team .picture img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
  }

  .our-team:hover .picture img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
  }
  .our-team h3.name {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    min-height: 56px;
}
.our-team .title {
    display: block;
    font-size: 12px;
    color: #4e5052;
    text-transform: capitalize;
    font-weight: 600;
}

  .our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
  }

  .our-team:hover .social {
    bottom: 0;
  }

  .our-team .social li {
    display: inline-block;
  }

body .special-button--details {
  background-color: #FF416C;
  background: linear-gradient(to right, rgb(200, 60, 70), rgb(188, 54, 37))
}
body .button.special-button {
  background: rgba(40, 40, 40, 0.91);
  border: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  outline: none;
  transition: all 0.5s ease-in-out;
  border-radius: 4px;
  padding: 5px 20px !important;
  min-width: 90px;
  margin: 5px 2px;
}
body .special-button:hover {
  background: #d90a2c;
  transition: all 0.1s ease-in;
  background-image: linear-gradient(to right, #673AB7, #673AB7);
}
  .our-team .item-info-row {
    padding: 10px 30px;
    text-align: left;
}
.intro-search-button .button {
  background-image: linear-gradient(300deg, #46E97E 0%, #08BFAB 100%) !important;
}
.intro-search-button .button:hover {
  background-image: linear-gradient(300deg, #46E97E 60%, #08BFAB 100%) !important;
}




  .ripple {
    border-radius: 50%;
    background: #d90a2c;
    position: absolute;
    transform: scale(0);
    opacity: 1;
    animation: ripple 0.4s linear;
  }

  @keyframes ripple {
    to {
      transform: scale(2.5);
      opacity: 0;
    }
  }
  @keyframes scl {
    0% {
      opacity: 0;
      transform: scaleX(0.9) translateX(-50px);
    }
    75% {
      opacity: 0.2;
    }
    100% {
      transform: scaleX(1) translateX(0);
      opacity: 1;
    }
  }
  .our-team .item-icon {
    text-align: center;
  }

  .our-team .item-icon i {
    padding: 11px;
    background: #e0e0e0;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 2px #d8d2d35c;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
}
.our-team .item-info-wrap {
    margin: 8px 0px;
}
.our-team span.item-title {
    font-size: 13px;
    font-weight: 600;
    color: #879b88;
    margin: 0 5px;
}
.our-team span.item-value {
    font-size: 14px;
    font-weight: 600;
    color: #666b64;
}

.stu-uni-item {
    width: calc( 20% - 20px );
    margin: 10px;
    float: left;
    text-align: center;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    background: #fff;
}
.stu-uni-item a {
  text-align: center;
}
@media(max-width:767px) {
  .stu-uni-item {
    width: calc( 50% - 20px );
    }
}
@media(max-width:467px) {
  .stu-uni-item {
    width: calc( 100% - 20px );
    }
}
.stu-uni-item:hover {
    box-shadow: 0px 0px 24px 2px #ededed;
  transform:translateY(-10px);

}
.stu-uni-item:hover img{
  transform:scale(1.1);
}
.stu-uni-item__name {
font-weight: 600;
    color: #575b59;
    line-height: 20px;
    min-height: 60px;
    padding: 10px;
}
img.stu-uni-item__img {
  margin: 30px auto;
}

.stu-single-hero {
  background: #46E97E;
  background-image: linear-gradient(300deg, #46E97E 0%, #08BFAB 100%);
}
.stu-hero-content {
  max-width: 600px;
    margin: 0px auto;
    text-align: center;
    /* background: linear-gradient(90deg, rgba(252, 252, 252, 0.87) 0%, rgba(254, 202, 202, 0.52) 100%); */
    padding: 0 50px 150px 50px;
}
.single-university .stu-hero-content {
  padding: 0 50px 50px 50px;
}
.stu-hero-logo{
  margin: 0 auto;
}
.stu-group-wrapp {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.stu-university-group {
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 600;
}

.stu-course-search {
  background-color: #212121;
  display: inline-block;
  width: 100%;
  padding: 70px 20px 30px 20px;
}
h1.stu-hero-title {
  font-weight: 600;
  padding: 30px 0px;
}
.stu-hero-desc {
  color: #000;
  font-size: 16px;
}


/*
=======================================

SINGLE COURSE

=======================================
*/
.stu-hero-title--course {
  font-weight: 600;
  padding: 30px 0px;

}
.stu-single-hero--course {
  background-size: contain;
  /* background: linear-gradient(to top right, rgba(255, 82, 99, 0.9) 10%, rgba(255, 115, 129, 0.9) 65%, rgba(252, 189, 1, 0.9) 125%); */
  background: linear-gradient(to top right, #0374ed 0%, #01cefa 100%);
}
.stu-hero-content--course {
  padding-top: 50px;
  width: 100%;
  max-width: 100%;
  color:#fff;
    background: transparent;
}
.stu-hero-content--course .stu-hero-title {
  color:#fff;
  font-size: 45px;
  font-weight: 600;
}
.stu-hero-content--course .stu-hero-desc {
  color: #fff;
  text-align: left;
  line-height: 23px;
}
.stu-hero-course__content-wrap {
  margin: 30px auto;
  max-width: 800px;
}
.stu-hero-course-metas {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin: 40px 0 50px 0;
}

.stu-hero-course-meta-value {
  font-weight: 600;
  font-size: 21px;
  padding: 10px;
}
.stu-hero-course-meta__item {
  flex-grow: 1;
  background: #381012c9;
  padding: 25px;
}
.stu-hero-course-meta__item:hover {
  background: #2a0e28d9;
}
.stu-hero-course__uni-info {
  display:flex;
  flex-direction: row;
  max-width: 500px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.stu-hero-course__uni-info-item{
  flex-grow: 1;
}
.stu-hero-course__uni-info-item img{
  max-width: 100%;
    border-radius: 50%;
    width: 70px;
    height: auto;
    display: inline-block;
    float: left;
}
.special-link--uni-name {
  display: inline-block;
  float: left;
  margin-top: 7px;
  margin-left: -5px;
  padding-left: 10px;
}
h2.stu-hero-course__uni-name {
  color: #fafafa;
    font-weight: 600;
    font-size: 16px;
    padding-left: 15px;
    letter-spacing: 1px;
}
.stu-left-align {
  text-align: left;
}
.stu-hero-course__uni-group {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 21px;
  text-align: left;
}
.stu-course-details {
  background: #f2f4f7;
  margin-top: -50px;
  padding: 50px 80px;
  border-radius: 5px;
  max-width: 900px;
  width: 100%;
  margin: -150px auto 50px auto;
  box-shadow: 0px 0px 20px 1px #af555517;
  line-height: 30px;
  font-size: 18px;
}
.stu-apply-footer {
  padding-top:50px;
  text-align:center;
}

.special-link {
  color: #909090;
  display: inline-block;
  line-height: 22px;
  position: relative;
  z-index: 100;
  padding: 2px 0;
  font-size: 14px;
}

.special-link:hover {
  padding: 2px 0;
  color: #fff;
}



.special-link:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
background-color: #26ae61;
height: 2px;
display: block;
transition: all 0.25s, opacity 0.2s;
z-index: -1;
border-radius: 3px;
opacity: 0.5;
width: 0;
}

.special-link:hover:before {
width: 100%;
opacity: 1;
}


/*
=========================================
PopUp Enquire
========================================
*/
#enquire{
  display: none;

}
#enquire.dashboard-list-box h4 {
  border-bottom: none;
  padding-bottom: 40px;
}
.mfp-content #enquire{
  display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}
#enquire .dashboard-list-box-content {
  background: #fff;
  border-radius: 4px;
  padding: 30px 0;
}
#enquire .submit-page .form {
  margin-bottom: 10px;
}
.featherlight .featherlight-close-icon {
  line-height: 40px;
  width: 40px;
  border-radius: 0;
  background: rgba(231, 118, 118, 0.12);

}

/*
===========================

Course Template Main

===========================
*/
.crs-wrappers {
    display: inline-block;
    clear: both;
    width: 100%;
}
.crs-item {
  width: calc(25% - 20px);
  margin: 10px;
  float: left;
  border-radius: 8px;
  border: 2px solid #e5e2e3;
  padding: 20px 15px 15px 15px;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  /* background: linear-gradient(to bottom right, #ff416c, rgb(255, 75, 43)); */
}
.crs-wrappers--3 .crs-item {
  width: calc(33.33% - 20px);
}
.crs-item:hover{
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.07);
  background-image: linear-gradient(300deg, #fffbe5 0%, #e7ffcc7a 100%);
  border: 2px solid #c3dfcd;
}

.crs-item__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
  height: 100px;
}
.crs-item__uni-name a {
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 15px;
    margin-left: 10px;
    padding-left: 2px;
    font-size: 13px;
}
.crs-item__title {
  font-size: 18px;
  font-weight: 600;
  height: 100px;
  color: #333;
  text-transform: capitalize;
  line-height: 20px;
}
.crs-item__degree {
  text-align: left;
    font-weight: 600;
    letter-spacing: 1px;
    color: #7eca36;
    border: 1px solid #7eca36;
    border-radius: 2px;
    display: inline-block;
    padding: 0 10px;
}
.crs-item__uni-img {
flex-grow: 1;
}
.crs-item__uni-img img {
  width: 80px;
    height: auto;
    border-radius: 50% !important;
    box-shadow: 0px 0px 5px 0px #a3c0a8a3;
}
.crs-item__uni-name {
  flex-grow: 2;
}
.crs-item__uni-name a {
  color: #4fca2f;
}
.crs-item__prop-item {
  display: flex;
  flex-direction: row;
}
.crs-item__prop-title {
  flex-grow: 1;
  text-align: left;
  font-size: 13px;
  color: #ba4c0f;
  margin: 0 5px;
}
.crs-item__prop-value {
  flex-grow: 1;
  text-align: right;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  letter-spacing: 1px;
}
.crs-item__footer {
  display: flex;
  flex-direction: row;
  width:100%;
}
.crs-item__footer-apply {
    width: 100%;
    text-align: center;
}
.crs-item__hr {
    border-bottom: 2px solid;
    border-bottom-color: #cad8d2fa;
    margin: 10px 5px 10px 5px;
}
.crs-item__props-wrap {
  min-height: 170px;
}
.crs-item__prop-value--location {
  text-align: left;
  line-height: 15px;
  padding-left: 5px;
  padding-top: 15px;
}
.apply-main-form {
  padding: 20px 0 60px 0;
}

.form label.error {
  color: #ff543b;
  text-align: right;
  text-transform: capitalize;
}
.notification.notice.eq-notice-msg {
  padding: 20px !important;
  margin: 15px 0;
  border: 2px solid #4587a93d;
}
.notification.notice.eq-notice-msg p {
  line-height: 25px !important;
  min-height: 20px;
}

#stu-search-course span.select2-selection.select2-selection--single {
  border-color: transparent;
}
#stu-search-course .intro-search-field {
  border-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  font-size: 26px !important;
}

.new-header #navigation ul li.menu-item a {
  padding: 7px 20px !important;
  font-weight: 600;
  color:#5b5858;
  border-radius: 35px;
  margin: 5px;

}
.new-header #navigation ul li.menu-item:hover a, .new-header #navigation ul li.current-menu-item a {
  background: linear-gradient(300deg, #46e97e82 0%, #08bfab96 100%);
  Color: #fff;
}

body.single-course .intro-search-field .field-title,
body.single-university .intro-search-field .field-title{
  transform: translateY(calc(-80% - 15px));
}
body.single-course .intro-banner-search-form,
body.single-university .intro-banner-search-form{
  margin-top: 10px;
}
body .apply-now.button.special-button,
body .datails-btn.button.special-button {
  background: #4CAF50;
    padding: 10px 40px !important;
    border-radius: 35px;
    letter-spacing: 1px;
    font-size: 14px;
    box-shadow: 0px 0px 5px 1px #00000021;
    position: relative;
}

body .apply-now.button.special-button:hover:before,
body .datails-btn.button.special-button:hover:before {
  width: 100%;
}

body .apply-now.button.special-button:active:before,
body .datails-btn.button.special-button:active:before {
  width: 100%;
  height:0%;
}
body .apply-now:before,
body .datails-btn:before {
  content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition:all 0.3s ease-in-out;
    z-index: -1;
}
body .apply-now.button.special-button{
  background: #4CAF50;
}
body .apply-now:before{
  background: #073946;
}
body .datails-btn.button.special-button{
  background: #073946;
}
body .datails-btn:before{
  background: #6d6d6e;
}

body .crs-item .apply-now.button.special-button,
body .crs-item .datails-btn.button.special-button {
    padding: 4px 20px !important;
    font-size: 13px;
}
button.button.special-button.apply-now[disabled] {
    border: 3px solid #ccc;
    background: #888787 !important;
}

.stu-apply-footer h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.stu-about-uni__img img {
  width:100px;
  height:auto;
  border:2px solid #7A7A7A;
  border-radius: 50%;
}
.stu-about-uni-col {
  width:calc( 50% - 30px );
  margin: 0 15px;
  float :left;
}
@media(max-width:767px) {
  .stu-about-uni-col {
  width:calc( 100% - 30px );
  margin: 0 15px;
  float: none;
}
}
.stu-about-uni {
    padding-top: 60px;
}
h3.section-title__head {
    font-weight: 600;
    font-size: 30px;
    padding: 50px;
    text-align: center;
    position: relative;
}
h3.section-title__head:before {
    position: absolute;
    content: " ";
    width: 440px;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    background: linear-gradient(300deg, #46E97E 60%, #08BFAB 100%) !important;
    height: 2px;
}
h1.stu-about-uni__title {
    font-weight: 600;
    letter-spacing: 1px;
    margin: 13px 0;
}
.stu-about-uni__desc {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #666;
}
img.stu-uni-item__img {
    transition: all 0.3s ease-in-out;
}
div#fep-footer {
  display: none;
}
.new-header #logo_nh,
.header-widget {
  border: none !important;
}
input[name="eq-password"] {
  margin-bottom: 20px;
}
.stu-final-result {
  text-align: center;
}
.stu-final-result img {
  margin: 0 auto;
}
#footer-new .widget-box {
  background: transparent;
}
#footer-new .widget-box.stu-footer-widget {
  background: transparent;
  padding: 0;
}

 .stu-apply-course-name {
  font-weight: 600;
  font-size: 16px;
  color: #8BC34A;
  border-bottom: 2px solid #c3dca5;
  padding: 0 11px 11px 0;
  display: inline-block;
}
.stu-err-link {
  color: #2196F3 !important;
  border-bottom: 1px dashed;
  line-height: 30px;
  display: inline-block;
}
span.dashboard-stat-content-status {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  display: inline-block;
  margin-left: 15px;
}
.user-avatar img {
  width: 32px !important;
  height: 32px !important;
  object-fit: cover;
}
.stu-apply-item__info .dashboard-stat {
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}
.stu-apply-item__meta.stu-apply-item__meta--agent {
  color: #fb7113;
  background: #eeedf4;
}
.login-register-buttons a {
  margin: 0 5px !important;
  display: inline-block !important;
  padding: 3px 15px;
  border: 1px solid;
  border-radius: 35px;
  letter-spacing: 1px;
  font-size: 14px !important;
}
.login-btn {
  color: #0ac0aa !important;
  border-color: #0ac0aa;
  letter-spacing: 1px;
  font-size: 14px !important;
}
a.register-btn {
  color: #4caf50 !important;
  border-color: #4caf50;
  letter-spacing: 1px;
  font-size: 14px !important;
}
/*
==============================

Pagination Styles

==============================
*/
ul.page-numbers {
    clear: both;
    list-style: none;
    display: flex;
    margin-top: 50px;
}
ul.page-numbers li {
  margin: 0 5px;
}
ul.page-numbers li .page-numbers {
    padding: 15px 20px;
    font-size: 20px;
    display: flex;
    color:#444;
}
ul.page-numbers li .page-numbers.current,
ul.page-numbers li a.page-numbers:hover {
    background-image: linear-gradient(300deg, #ff0000 0%, #9c0000 100%);
    color: #fff;
    border-radius: 2px;
}
/*
==============================

search filter

==============================
*/
.stu-search-filter {
    margin-top: 40px;
}
.stu-search-filter__title {
  color: #eaeaea;
  font-size: 17px;
  border-bottom: 1px solid #d0dce0;
  border-radius: 1px;
  margin-bottom: 20px;
  font-weight: 600;
  display: inline-block;
  background: linear-gradient(300deg, #ff0000c2 0%, #9c0000de 100%);
  padding: 15px;
  min-width: 100%;
}
.stu-search-filter__filter-prop{
  margin-bottom: 20px;
}

/*
==============================

application admin

==============================
*/
td.stu-col-item {
  max-width: 400px;
  min-width: 150px;
  border: 1px solid #bdb0b0;
  padding: 13px 13px;
  margin: 1px 0;
  line-height: 24px;
  vertical-align: middle;
}
td .intro-search-button .button i {
    transform: translateX(70px);
}
td .intro-search-button .button:hover i {
    opacity: 1;
    transform: translateX(35px);
}
tr.user-type-agent {
    background-color: #e5ffdf;
}
td.stu-col-item.stu-col-course span.degree-badge {
    max-width: 400px;
    border: 2px dashed #f35f5f;
    padding: 5px 13px;
    margin: 1px 0;
    line-height: 24px;
    border-radius: 5px;
    color: #f35f5f;
}
span.user-role-badge {
    display: inline-block;
    padding: 10px;
    border: 1px solid #0d5;
    border-radius: 4px;
    margin: 0 5px;
}

/*
==============================

Message

==============================
*/

/*
==========================================

Error Validation in Application Form

==========================================
*/
ul.notification.closeable.error li {
  line-height: 31px;
}
.dashboard-list-box ul li:hover {
  background-color: transparent !important;
  color: #fb0a0a;
}
/*
==========================================

Application status

==========================================
*/
.stu-app-graphical-status {
  display: inline-block;
  width: 100%;
  clear: both;
  margin-top: 150px;
}
.stu-app-graphical__main-box {
  position: relative;
  max-width: 25%;
  display: inline-block;
  width: calc(24% - 50px);
  margin: 25px;
  padding: 70px 20px;
  background: #ff005e;
  color:#fff;
  float: left;
  }
  .stu-app-graphical__main-box.current {
    box-shadow: 0px 0px 19px 4px #ccc;
    background: #556558;
}
.stu-app-graphical__main-box.reject {
  background: #981313;
}
.stu-app-graphical__content {
  padding-left: 70px;
  text-align: right;
  min-height: 60px;
  margin-right: 17px;
  font-weight: 600;
  letter-spacing: 1px;
}
.stu-app-graphical__number {
  font-size: 70px;
  font-weight: 600;
  position: absolute;
  left: 0;
  background: #ffffff73;
  width: 77px;
  height: 77px;
  text-align: center;
  line-height: 65px;
}
.stu-app-graphical__main-box.reject .stu-app-graphical__number {
  line-height: 72px;
}

/*
==============================

Tablet Responsive

==============================
*/
@media( max-width: 767px ) {
  .crs-item {
    width: calc(50% - 20px);
  }

  .stu-app-graphical__main-box {
    float: none;
    clear: both;
  }


}

/*
==============================

Mobile Responsive

==============================
*/
@media( max-width: 500px ) {
  .crs-item {
    width: calc(100% - 20px);
  }
  .stu-hero-course__uni-info {
    flex-direction: column;
  }
  .stu-hero-course__uni-info-item {
    flex-grow: 1;
    margin-top: 30px;
}
.stu-hero-course-metas {
  flex-direction: column;
}
.stu-hero-course-meta__item {
  margin: 2px;
}
}
