﻿#home-hero {
  background: url(../img/graduation.png) bottom right no-repeat, url(../img/rings-2.png) bottom left no-repeat;
  background-size: 45%, 600px;
  background-color: #eee;
}

.ss-view {
  display: none !important;
}

aside.mobile-menu.mud-drawer--closed {
  margin-right: -100% !important;
}

aside.mobile-menu {
  width: 100% !important;
  max-width: 400px;
  transition: all 0.3s;
}
aside.mobile-menu .user-section {
  padding: 6px;
}
aside.mobile-menu .user-section .main-btn {
  width: 100% !important;
}
aside.mobile-menu h6 {
  text-align: center !important;
  display: block !important;
}
aside.mobile-menu .mud-drawer-header {
  text-align: center !important;
}
aside.mobile-menu .mud-drawer-header button {
  position: absolute;
  right: 10px;
  top: 5px;
}
aside.mobile-menu .mud-navmenu {
  font-size: 120%;
}
aside.mobile-menu .mud-navmenu .mud-nav-item a.mud-nav-link {
  background: none !important;
  color: #232323 !important;
  padding: 12px 0 !important;
}
aside.mobile-menu .mud-navmenu .mud-nav-item a.mud-nav-link .mud-nav-link-text {
  margin-left: 0 !important;
  font-weight: 500 !important;
}
aside.mobile-menu .mud-navmenu .mud-nav-item a.mud-nav-link div {
  text-align: center !important;
}
aside.mobile-menu .mud-navmenu .mud-expansion-panels .mud-expand-panel-header {
  padding: 0 10px !important;
}
aside.mobile-menu .mud-navmenu .mud-expansion-panels .mud-expand-panel-header .mud-expand-panel-text {
  padding-left: 24px;
  font-weight: 500 !important;
  text-align: center;
  font-size: 13pt;
}
aside.mobile-menu .mud-navmenu .mud-expansion-panels .mud-collapse-container .mud-expand-panel-content {
  background: #f8f8f8;
  padding: 8px 0 !important;
}

#eval-form h4 {
  text-align: center;
  margin-bottom: 24px;
  color: #666;
}

.ant-steps-item-container .ant-steps-item-icon .ant-steps-icon svg {
  margin-top: -10px;
}

.betweener {
  display: none !important;
}

@media only screen and (max-width: 470px) {
  .mud-button.biggies {
    width: 100% !important;
    margin-top: 9px;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  #home-hero {
    background: #eee !important;
  }
  .contain {
    padding: 8px 17px;
  }
}
@media only screen and (max-width: 767px) {
  .sixer {
    padding-left: 0 !important;
  }
  .center-ss {
    text-align: center !important;
  }
}
@media only screen and (max-width: 970px) {
  #eval-steps .ant-steps-item-content .ant-steps-item-title {
    display: none !important;
  }
  #eval-steps .ant-steps-item-icon::after {
    position: absolute;
    top: 16px;
    left: 55px;
    z-index: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    content: "";
  }
}
@media only screen and (max-width: 1320px) {
  .excess {
    display: none !important;
  }
}
@media only screen and (max-width: 1040px) {
  .bs-view {
    display: none !important;
  }
  .ss-view {
    display: block !important;
  }
  #mobile-menu-container {
    display: flex !important;
    justify-content: end;
  }
}
@media only screen and (min-width: 1040px) and (max-width: 1199px) {
  .bs-view.md-lg-view {
    display: none !important;
  }
  .betweener {
    display: block !important;
  }
}
@media only screen and (max-width: 1200px) {
  #home-hero {
    background-size: 50%, 500px !important;
  }
  .login-page .lefter {
    display: none !important;
  }
  .login-page .righter {
    background: #fff url(../img/rings-2.png) bottom left no-repeat !important;
    background-size: 70% !important;
  }
}
