@media (max-width: 1023px) {
  .topbar {
    width: 100%;
    height: 35px;
    background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0
      no-repeat;
  }

  .menuButtons {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: -32px;
    left: 15px;
  }

  .menuButtons .menulogin {
    border-radius: 4px;
    padding: 5px 12px;
    font-size: 12px;
  }

  .navigation {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 15px;
  }

  .navigation .navbar {
    display: block;
    float: left;
  }

  .navigation .menu {
    display: none;
    width: 100%;
    overflow: hidden;
    overflow-y: visible;
    position: relative;
    z-index: 9999;
    max-height: 480px;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    background: #0b5a80;
    left: 0;
    right: 0;
    text-align: left;
  }
  .navigation .menu ul {
    display: block;
  }
  .navigation .menu ul li {
    padding: 0;
    float: left;
    width: 100%;
    display: block;
  }

  .navigation .menu ul li a {
    padding: 7px 15px;
    text-align: left;
    font-size: 14px;
    border-right: 1px dashed transparent;
    color: #fff;
    border-bottom: 1px solid #146b95;
    display: block;
  }

  .advantageBox {
    max-width: 100%;
  }

  .process ul li {
    width: 100%;
    margin-bottom: 35px;
  }
  .process .single-process:after {
    content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" fill="%230f7eb5" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708"/><path fill-rule="evenodd" d="M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708"/></svg>');
    transform: rotate(90deg);
    left: 0;
    right: auto;
    text-align: center;
    width: 100%;
  }

  .process .single-process:hover:after {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    /*color: #0e81b8;*/
  }
  .process ul li:nth-child(1) .single-process:after {
    top: 100%;
  }
  .process ul li:nth-child(1) .single-process:hover::after {
    top: 110%;
  }
  .process ul li:nth-child(2) .single-process:after {
    top: 100%;
  }
  .process ul li:nth-child(2) .single-process:hover::after {
    top: 110%;
  }
  .process ul li:nth-child(3) .single-process:after {
    top: 100%;
  }
  .process ul li:nth-child(3) .single-process:hover::after {
    top: 110%;
  }
  .process ul li:nth-child(4) .single-process:after {
    top: 100%;
  }
  .process ul li:nth-child(4) .single-process:hover::after {
    top: 110%;
  }
  .process .single-process.down1 {
    margin-top: 25px;
  }
  .process .single-process.up1 {
    margin-top: 25px;
  }

  .latest-framework-versions ul li {
    width: calc(100% / 2 - 14px);
  }
  .banner-image-content {
    margin-bottom: 15px;
  }
  .banner-image-content .banner-img-1 {
    margin-bottom: 30px;
  }
  .banner-image-content .col-lg-6:nth-child(1) .banner-img-1 img {
    border-radius: 30px 0 0 0;
  }

  .banner-image-content .col-lg-6:nth-child(2) .banner-img-1 img {
    border-radius: 0 30px 0 0;
  }
  .banner-image-content .col-lg-6:nth-child(3) .banner-img-1 img {
    border-radius: 0 0 0 30px;
  }
  .banner-image-content .col-lg-6:nth-child(4) .banner-img-1 img {
    border-radius: 0 0 30px 0;
  }
  .bannerTitle_1 {
    font-size: 30px;
  }
  .bannerTitle_2 {
    font-size: 20px;
  }
  .bannerText {
    margin-bottom: 20px;
  }
  .bannerText p {
    font-size: 16px;
  }
  .bannerText .common_btn1 {
    display: none;
  }
  .singleProgram {
    margin-bottom: 20px;
  }
  .title_2 span {
    font-size: 20px;
  }
  .logos {
    gap: 5px;
  }
  .logos .logo {
    width: calc(100% / 3 - 4px);
    height: 50px;
    padding: 6px 10px;
  }
  .common_btn1 {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .platformsTitle {
    font-size: 26px;
  }
  .aboutTeam .platformsTitle {
    text-align: left;
    font-size: 26px;
  }
  .maxWidth {
    padding: 0 15px;
  }
  .vd_bx {
    margin-bottom: 15px;
  }
  .curriculumOverview .singleProgram .singleProgramTitle.expand {
    margin: 0;
    display: block;
    align-items: center;
    cursor: pointer;
  }
  .ceoImage {
    margin-top: 25px;
  }
  .headerCustom {
    padding: 0 15px;
  }
  .dashboardUser .userClick .userInfo .name {
    font-size: 12px;
  }
  .dashboardUser {
    margin-left: 30px;
  }
  .dashboard-header {
    padding: 0;
  }
  .dashboard-header_conatiner {
    padding-left: 0;
    flex-wrap: wrap;
  }
  .dashboard-header-avatar {
    position: relative;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    border-radius: 100%;
  }
  .dashboard-header-avatar span {
    height: 40px;
    width: 40px;
  }

  .avatarName {
    max-width: 85%;
    padding-left: 15px;
  }
  .fullDashboard .container {
    display: block;
  }
  .dashboardLeft {
    width: 100%;
    position: relative;
    top: 0;
  }
  .help-box {
    margin-bottom: 25px;
  }
  .dashboardRight {
    width: 100%;
    padding: 0;
    display: flex;
  }
  .add_new-dashboard {
    margin: 10px 0;
  }
  .welcomeText {
    font-size: 12px;
  }
  .dashboardStep .dashboardTrack-text .dashboardTrackTop {
    display: block;
  }
  .dashboardUser {
    margin-left: auto;
    margin-right: 15px;
  }

  .dashboardUser .userClick .userInfo {
    display: none;
  }
.dashboardUser .userClick .icon{
  margin-right: 0;
}
  .userDropdown ul li .dashboardUser {
    margin-right: 0;
  }

  .dashboardUser .userClick svg {
    display: none;
  }

  .dashboardTitle .welcomeText {
    display: block;
  }

  .helpLine {
  margin: 0;
  margin-left: 0px;
  margin-right: auto;
  position: absolute;
  top: -28px;
}
.helpLine a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.header.stricky-fixed .menuButtons .menulogin:first-child {
  display: none;
}
}
