@media (max-width: 1400px) {
  .login-hero-sec-contant h2,
  .login-hero-sec-contant h3 {
    font-size: 45px;
    padding: 10px 20px;
  }
  .login-hero-sec-contant h2 span{
    left: -2px
  }
  .cpd-aside-sec {
    padding: 66px 20px 89px;
    gap: 40px;
    align-items: center;
  }
  .cpd-left-sec h2 {
    font-size: 35px;
    margin-bottom: 0;
  }
  .cpd-left-info {
    padding-left: 25px;
  }
  .login-hero-sec img {
    height: 570px;
  }
  .hall-sec img {
    height: 400px;
    object-fit: cover;
  }
  .login-hero-sec-contant span {
    font-size: 20px;
    margin-top: 2px;
    line-height: 29px;
  }
  .login-hero-sec-contant h3{
    margin-top: -18px;
  }
}
@media (max-width: 1360px) {
  .base-timer__label {
    font-size: 19px;
  }
  header .header-left-part ul {
    margin-left: 88px;
  }
  header .header-left-part ul li.resources {
    margin-left: 33px;
  }
  .counter .counter-wrapper .counter-box .counter-box-detail h4 {
    font-size: 61px;
  }
}

@media (max-width: 1199px) {
  .header-star-icon {
    width: 45px;
    height: 45px;
  }
  .cart-sec{
    margin: 0 10px 0 5px;
  }
  .courses-box .courses-banner{
    padding: 23px 20px 18px;
  }
  .courses-wrapper .courses-box .course-progress {
    padding: 22px 0px 0px 0px;
  }
  .courses-box .courses-banner p{
    font-size: 30px;
    padding: 30px 0px;
  }
  .earthquake-img img.play-icon {
    height: 52px;
    width: 52px;
  }
  header .header-left-part ul {
    margin-left: 35px;
  }
  header .header-left-part ul li.resources {
    margin-left: 20px;
  }
  .search-bar {
    padding: 0px 15px;
  }
  .profile-dropdown {
    margin-left: 22px;
  }
  .courses-wrapper .courses-box ul li {
    padding: 20px 13px;
  }
  .courses-wrapper .courses-box .Course-Progress {
    padding: 24px 0px 0px 0px;
  }
  .courses-box .Course-Progress .Course-Progress-text p:nth-child(2) {
    text-align: right;
  }
  .courses-wrapper .courses-box ul li {
    padding: 13px;
  }
  .courses-title {
    padding: 38px 0px 30px 20px;
  }
}

@media (max-width: 991px) {
  .counter .counter-wrapper .counter-box {
    width: 32%;
  }
  .counter .counter-wrapper{
    gap: 10px;
  }
  .courses-wrapper{
    padding-bottom: 0;
  }
  .courses-box .courses-banner p{
    min-height: 165px;
  }
  .courses-wrapper{
    gap: 0;
  }
  .login-hero-sec-contant h2, 
  .login-hero-sec-contant h3{
    font-size: 39px;
  }
  .tab-content {
    min-height: auto;
  }
  .base-timer__label {
    font-size: 20px;
  }
  .tab-content .tab-contant-main-box .tab-contant-info h2 {
    font-size: 60px;
  }
  .login-hero-sec img {
    height: 500px;
  }
  .courses-wrapper {
    flex-wrap: wrap;
  }
  .courses-wrapper .courses-box {
    width: 49%;
    margin-bottom: 18px;
  }
  header .header-left-part ul {
    position: fixed;
    height: 100vh;
    width: 40%;
    background-color: #fff;
    top: 0;
    right: -100%;
    z-index: 999;
    margin: 0;
    padding: 25px;
    transition: all 0.5s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
  li.close-btn {
    text-align: right;
    border: none !important;
    padding: 0 !important;
    cursor: pointer;
  }
  header .header-left-part ul li {
    display: block;
    padding: 12px 0px;
    border-bottom: 1px solid #c7c7c7;
  }
  header .header-left-part ul li.resources {
    margin-left: 0px;
  }
  .close-btn,
  .mobile-menu {
    display: block !important;
  }
  .search-bar input[type="text"] {
    display: none;
  }
  .search-bar {
    max-width: 55px;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .search-bar img {
    margin-right: 0px;
  }
  .profile-wrapper .nice-select span.current {
    width: 36px;
    font-size: 0;
    display: block;
    opacity: 0;
  }
  .profile-dropdown img {
    margin-right: -49px;
    z-index: 99;
    pointer-events: none;
  }
  .profile-wrapper .nice-select:after {
    display: none;
  }
  .profile-dropdown .nice-select {
    padding: 0px 0px 0px 13px;
  }
  .profile-dropdown .profile-wrapper ul.list {
    right: 0;
    left: auto;
  }
  .mobile-menu img {
    display: block;
    cursor: pointer;
    margin-left: 23px;
  }
  header .header-left-part ul.open {
    right: 0;
  }
  .login-hero-sec-contant {
    padding: 120px 20px;
  }
}

@media (max-width: 767px) {
  .courses-wrapper{
    padding-bottom: 0;
  }
  .courses-wrapper .courses-box .course-progress{
    padding: 22px 0px 0px 0px;
  }
  .base-timer__label {
    top: 47%;
  }
  .login-hero-sec-contant h2,
  .login-hero-sec-contant h3 {
    font-size: 30px;
    padding: 10px 15px;
  }
  .login-hero-sec-contant h2 span {
    top: -5px;
    left: -2px;
  }
  .cpd-aside-sec {
    flex-direction: column;
    padding: 70px 20px 60px;
    gap: 0;
  }
  .login-form-main-sec {
    order: -1;
    margin: 0 auto;
  }
  .cpd-left-sec {
    max-width: 500px;
    margin: 0 auto;
  }
  .login-input-filed,
  .cpd-left-info a {
    max-width: 500px;
    padding-right: 0;
  }
  .login-hero-sec img {
    height: 410px;
  }
  .cpd-left-info {
    border: none;
    padding: 0;
  }
  .login-form-main-sec img {
    max-width: 500px;
  }
  .refuel-sec-logo-img {
    justify-content: center;
    margin-top: 40px;
  }
  .hall-sec img {
    height: 300px;
  }
  .login-logo {
    padding: 24px 0;
  }
  .courses-wrapper .courses-box {
    width: 100%;
  }
  .courses-wrapper .courses-box {
    margin-bottom:17px;
    padding: 19px;
  }
  .counter .counter-wrapper {
    flex-wrap: wrap;
  }
  .counter .counter-wrapper .counter-box {
    width: 100%;
  }
  header .header-left-part ul.open {
    width: 260px;
  }
  .search-bar {
    height: 70px;
  }
  .mobile-menu img {
    margin-left: 10px;
  }
  .profile-dropdown img {
    width: 30px;
  }
  .profile-dropdown .nice-select {
    padding: 0px 0px 0px 0px;
  }
  .profile-dropdown img {
    margin-right: -36px;
  }
  .profile-dropdown {
    margin-left: 9px;
  }
  .search-bar {
    max-width: 34px;
  }
  .courses-box .courses-banner p {
    padding: 34px 0px;
  }
  .modal .modal-dialog {
    max-width: 336px;
  }
  .login-hero-sec-contant {
    padding: 100px 20px;
  }
  .learning-top-border .learning-staps .box-color-text {
    padding: 25px 0px;
  }

  /* font-size change */
  span.percentage{
    font-size: 10px;
    top: 0px;
  }
  svg.base-timer__svg {
    width: 70px;
  }
  .login-hero-sec-contant span {
    font-size: 20px;
    margin-top: -2px;
    line-height: 29px;
  }
}
@media (max-width: 595px) {
  .step-counter {
    flex-flow: column;
    align-items: baseline;
    padding-bottom: 25px;
  }
  .refuel-sec-logo-img {
    margin-top: 50px;
  }
  .login-hero-sec img {
    height: 360px;
  }
  .cpd-aside-sec {
    flex-direction: column;
    padding: 50px 20px 70px;
  }
  .cpd-left-sec h2 {
    font-size: 30px;
  }
  .timer-set {
    padding-top: 15px;
  }
  .login-hero-sec-contant h2,
  .login-hero-sec-contant h3 {
    padding: 8px 15px;
  }
  .login-hero-sec-contant h3 {
    margin-top: -7px;
  }
  .login-hero-sec-contant p {
    font-size: 16px;
    line-height: normal;
  }
  .login-hero-sec-contant a {
    padding: 8px 0;
    max-width: 161px;
    font-size: 12px;
  }
  .login-hero-sec-contant {
    padding: 70px 20px;
  }
  .main-tab-contant .tab-content .tab-contant-main-box .tab-contant-info p {
    margin-top: 15px;
  }
  .learning-top-border .learning-staps .sw-theme-basic > .nav .nav-item {
    width: 49.3%;
    display: inline-block;
  }
}
/*============================ Static Bulletpoints css start ========================== */
@media screen and (min-width: 1200px) {
  .learning-staps .static-column .static-column-main .static-column-info.static-column-info-last p{
    margin-top: 57px;
  }
}
@media screen and (max-width: 1440px) {
  /*  step-5 3- col css  */
  .learning-staps .static-column .static-column-main .static-column-info {
    padding: 35px;
  }

  .download-cerificate a {
    padding: 23px 44px;
  }
  .complate-steps {
    gap: 30px;
  }
  /* multipal-choice page step-1 css  */
  .select-boxes {
    padding: 0;
  }
  .select-boxes {
    min-height: 180px;
  }
  #smartchoice .main-tab-contant #step-4 .select-boxes input[type="checkbox"] + label,
  #smartchoice .main-tab-contant #step-4 .select-boxes input[type="radio"] + label {
      padding: 30px 70px 30px 70px;
  }
  .select-boxes input[type="checkbox"]:checked + label:before,.select-boxes input[type="radio"]:checked + label:before{
    left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .earthquake-content {
    max-width: 325px;
  }
  /* step-5 css 3-col css start */
  .learning-staps .static-column .static-column-main .static-column-info img {
    max-width: 279px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .earthquake-design-box {
    gap: 32px;
    flex-wrap: wrap;
    padding: 29px 28px 30px 30px;
  }
  .earthquake-content {
    max-width: 100%;
  }
  /* step-4 css  */
  .learning-staps
    .tab-content
    .earthquake-design-box
    .static-content-info-text {
    max-width: 100%;
    width: 100%;
  }
  .learning-staps .earthquake-design-box .building-earthquake-img {
    margin: 0 auto;
  }
  /* step-5 3- col css  */
  .learning-staps .static-column .static-column-main .static-column-info {
    padding: 25px;
    margin: 0 auto;
  }
 .learning-staps .static-column .static-column-main .static-column-info p {
    margin-top: 40px;
  }
  /* step-5 3- col end  */

  .certificate-achievement,
  .certificate-img,
  .download-cerificate {
    max-width: 100%;
  }
  .learning-staps .tab-content .complate-steps h3 {
    margin-bottom: 16px;
  }

  .complate-steps {
    flex-wrap: wrap;
    gap: 28px;
  }
  .certificate-img img {
    display: block;
    max-width: 640px;
    margin: 0 auto;
  }
  .download-cerificate a {
    margin: 0 auto 10px;
    max-width: 471px;
    margin-bottom: 20px;
    padding: 40px;
  }
  /* multipal-choice page step-1 css  */
  .select-boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tab-content .tab-contant-main-box .tab-contant-info p {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .document-table.leaderboard-table .display{
    width: 700px;
  }
  .earthquake-design-box {
    padding: 20px 18px;
    gap: 24px;
  }
  .seismic-design {
    margin-bottom: 24px;
  }
  .main-tab-contant .sw-toolbar-elm {
    padding-bottom: 20px;
  }
  .learning-staps .static-column .static-column-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .download-cerificate a {
    padding: 24px;
    font-size: 18px;
  }
  .learning-staps .static-column .col-text {
    margin: 20px auto;
  }
  #smartchoice .main-tab-contant #step-4 .select-boxes input[type="checkbox"] + label,
  #smartchoice .main-tab-contant #step-4 .select-boxes input[type="radio"] + label {
    padding: 20px 46px;
  }
}
/*============================ Static Bulletpoints css end ========================== */
/*============================tab content css start ========================== */
@media screen and (max-width: 1199px) {
  #smartchoice .main-tab-contant #step-4 .select-boxes input[type="checkbox"] + label,
  #smartchoice .main-tab-contant #step-4 .select-boxes input[type="radio"] + label{
    padding: 30px 50px 30px 50px;
  }
  #smartchoice .main-tab-contant #step-4 .select-boxes input[type="checkbox"]:checked + label:before,
  #smartchoice .main-tab-contant #step-4 .select-boxes input[type="radio"]:checked + label:before{
    left: 18px;
    width: 30px;
    height: 30px;
  }
  .building-content{
    max-width: 545px;
  }
  .tab-content .tab-contant-main-box .tab-contant-info {
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .tab-content .tab-contant-main-box {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
}
@media screen and (max-width: 991px) {
  .aWrap .aPlayIco .svg-inline--fa{
    font-size: 14px;
  }
  .building-content {
    max-width: inherit;
  }
  .courses-box.green .courses-banner p{
    display: flex;
    align-items: center;
  }
  .tab-content .tab-contant-main-box .tab-contant-info {
    height: auto;
    padding: 20px;
  }
  .learning-top-border .heading-title {
    font-size: 32px;
  }
  header .header-left-part ul li::before {
    content: "";
    width: 0;
    display: none;
    position: absolute;
    bottom: -31px;
    height: 3px;
    background: var(--orange-color);
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .seismic-design ul li{
    font-size: 16px;
  }
  .seismic-design p{
    padding-bottom: 8px;
    font-size: 18px;
  }
  .refuel-round{
    padding-top: 35px;
  }
  .learning-staps .rondo-skills-sec{
    padding: 13px 13px;
  }
  .learning-staps .rondo-skills-sec img{
    max-width: 105px;
  }
  .step-counter .back-and-title,.step-counter .timer-set{
    margin: 0 auto;
  }
  .step-counter .back-and-title a{
    justify-content: center;
  }
  .close-icon{
    padding: 17px 15px 0px 0px;
  }
  .start-cours{
    padding: 10px 20px 50px;
  }
  .learning-staps .top-heading-text {
    line-height: 28px;
    text-align: center;
  }
  .step-counter {
    padding: 20px 20px 15px;
  }
  .tab-content .tab-contant-main-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 25px;
  }
  .learning-staps .learning-steps-btn {
    border-radius: 4px !important;
  }
  .learning-staps .sw-theme-basic > .nav {
    padding: 5px 20px 0px 30px;
  }
  .learning-staps .sw > .nav .nav-link {
    padding: 0;
    margin-right: 10px;
  }
  .select-boxes input[type="checkbox"] + label,
  .select-boxes input[type="radio"] + label {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .learning-staps .sw-theme-basic{
    margin-top: 16px;
  }
  .learning-staps .sw-theme-basic > .nav {
    padding: 0 20px 0px 20px;
    display: block;
  }
  .learning-staps .learning-steps-btn {
    height: 0 !important;
    padding: 20px;
    border-radius: 4px !important;
  }
  .learning-staps .sw > .nav .nav-link {
    margin-bottom: 14px;
    margin-right: 0;
  }
  .learning-staps .sw.sw-justified > .nav .nav-link,
  .sw.sw-justified > .nav > li {
    flex-basis: auto;
  }
  .learning-staps .sw-theme-basic > .nav .nav-item {
    width: 49.5%;
    display: inline-block;
  }
  .refuel-round {
    padding-top: 10px;
    gap: 10px;
  }
  .learning-staps .tab-content .static-bulletpoints h3 {
    padding-top: 0;
    padding-bottom: 15px;
    margin-top: 10px;
  }
  .tab-content .tab-contant-main-box {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .learning-staps .tab-content .complate-steps {
    padding-top: 35px;
  }
  /* step-5 3- col css */
  .learning-staps .static-column .static-column-main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .certificate-img img {
    width: 100%;
  }
  /* multipal-choice page step-1 css */
  .select-boxes {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #smartchoice .main-tab-contant .multipal-choice-sec .select-ans {
    padding: 28px 0;
  }
  #smartchoice
    .main-tab-contant
    .multipal-choice-sec
    .select-boxes
    .main-checkbox {
    max-width: 100%;
    /* min-height: 114px; */
  }
  #smartchoice
    .main-tab-contant
    #step-4
    .multipal-choice-sec
    .select-boxes
    .main-checkbox {
    max-width: 100%;
    min-height: 114px;
  }

  /* step-2 css  */
  #smartchoice .main-tab-contant .multipal-step-two {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #smartchoice .main-tab-contant .multipal-choice-sec {
    padding-top: 15px;
  }
  .learning-staps .static-column {
    margin: 15px auto 0 auto;
  }
}
/*============================tab content css end ========================== */
@media screen and (max-width: 395px) {
  .sw-theme-basic .toolbar > .sw-btn.sw-btn-next{
    margin: 0;
  }
  .sw-theme-basic .toolbar > .sw-btn-prev{
    order: 2;
  }
  .sw-theme-basic .toolbar > .sw-btn{
    width: 100%;
  }
  .main-tab-contant .sw-toolbar-elm{
    flex-wrap: wrap;
    gap: 15px;
  }
  .learning-top-border .learning-staps .sw-theme-basic > .nav .nav-item {
    width: 49%;
  }
}

@media screen and (max-width: 410px) {
  .login-hero-sec-contant h2, .login-hero-sec-contant h3{
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {
  .earthquake-img img.play-icon {
    height: 40px;
    width: 40px;
    top: 45%;
  }
}



@media screen and (max-width: 1359px) {
  .footer-main-sec h4 {
    width: 30%;
  }
}
@media screen and (max-width: 1299px){
  .footer-main-sec h4 {
    width: 35%;
  }
  .inner-footer-first-sec {
    width: 30%;
  }
}
@media screen and (max-width: 1199px) {
  .list-item a{
    font-size: 14px;
  }
  .profile-pic img{
    width: 50px;
    height: 50px;
  }
  .header-wrapper-left{
    gap: 30px;
  }
  .list-menu{
    gap: 20px;
  }
  .confetti-button{
    font-size: 21px;
  }
}
@media screen and (max-width: 1079px) {
  .footer-main-sec h4 {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .cart-sec{
    margin: 0 10px 0 0px;
  }
  .cart-sec sup{
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
  .header-wrapper {
    flex-direction: column;
    padding: 5px 12px 12px;
  }
  .header-wrapper-left .wrapper button {
    padding: 16px 0;
  }
  body.menu-open {
    overflow-y: hidden;
    height: 100vh !important;
  }

  .header-section-wrapper-mobile {
    position: relative;
    display: block;
  }
  .menu-open .mega-menu-main {
    left: 0;
  }
  .mega-menu-main {
    position: absolute;
    left: 110%;
    transition: 0.7s;
    z-index: 50;
    width: 100%;
    display: block;
    top: 94%;
    padding-bottom: 15px;
    background: #3c3d3f;
    border-radius: 0 0 5px 5px;
    padding: 16px;
  }
  .header-wrapper {
    display: none;
  }
  .header-section-wrapper-mobile {
    background-color: var(--dark-bg);
    padding: 12px 14px;
    border-radius: 5px;
    margin-top: 19px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .wizard-out-now-main {
    justify-content: space-between;
    padding: 18px 13px;
  }
  .list-menu {
    flex-direction: column;
    gap: 0;
  }
  .list-item{
    padding: 30px 0;
    border-bottom: 1px solid #5d5d5d;
  }
  .list-item a {
    padding:0;
    font-size: 14px;
  }
  .list-menu {
    width: 100%;
    margin-top: 2px;
  }
  .list-item a img.animate-heartbeat {
    width: 25px;
    height: 25px;
  }
  .dropdown .dropdown-content {
    position: relative;
    display: block;
    left: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    margin-top: 16px;
  }
  .user-info h3 {
    color: #ffffff;
  }
  .user-info {
    padding: 12px 0;
  }
  .dropdown-content a {
    color: #dcdcdc;
    padding-left: 52px;
  }
  .mega-menu-main {
    height: calc(100vh - 75px);
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    overflow-y: auto;
  }
  .dropdown-content a:hover {
    background-color: transparent;
  }
  .mega-menu-main .confetti-button {
    max-width: 320px;
    width: 100%;
    margin: 40px auto 10px;
    padding: 13px 8px;
  }
  .card-second-line .confetti-button {
    max-width: fit-content;
  }
}
@media screen and (max-width: 991px) {
  #step-2 .earthquake-content{
    max-width: 300px;
    margin: 0 auto;
  }
  #step-2 .earthquake-img{
    margin: 0 auto;
  }
  .preferred-supplier-sec {
    flex-direction: column;
    gap: 0;
  }
  .inner-preferred-sec {
    width: 100%;
  }
  .footer-main-sec h4 {
    width: 100%;
  }
  .inner-footer.inner-footer-last-sec {
    width: 34%;
  }
  .inner-footer-second-sec {
    padding-left: 0;
  }
}

@media screen and (max-width:767px){
  .supplier-update-wrapper{
    margin-bottom: 20px;
  }
  .supplier-update-modal h2 {
    font-size: 20px;
  }
  .footer-main-sec {
    flex-direction: column;
    gap: 16px;
  }
  .inner-footer {
    border-right: 0;
    padding-right: 0;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #c4cfe2;
  }
  .inner-footer-second-sec p {
    display: block;
    margin-bottom: 15px;
  }
  .inner-footer.inner-footer-last-sec {
    width: 100%;
    justify-content: start;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .footer-main-sec {
    font-size: 15px;
    padding: 30px;
    gap: 25px;
  }
  .inner-footer {
    padding-bottom: 25px;
  }
  .inner-footer.inner-footer-last-sec a {
    font-size: 16px;
    padding: 12px 30px;
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width:599px){
  .supplier-update-modal {
    padding: 20px 16px 30px;
  }
  .inner-footer-first-sec ul li a {
    line-height: 1.8;
    max-width: 180px;
    display: inline-block;
  }
}
@media screen and (max-width: 359px) {
  .footer-main-sec {
      padding: 20px;
  }
}



/* ---================== Rondo skills section start ==================--- */
@media screen and (max-width:767px){
  
  @media screen and (max-width:580px){
    .rondo-tabs-sec{
      padding: 25px 15px;
      gap: 15px;
    }
    .rondo-tabs-sec .rondoskills-logo{
      max-width: 166px;
    }
    .header-section-wrapper-mobile{
      margin-bottom: 13px;
    }
    .rondo-tab-list ul li a{
      padding: 12x;
      font-size: 13px;
    }
    .dashboard-activity.dashboard-activity1 .monthly-stats{
      max-width: 237px;
    }
  }
}

/* ---================== Rondo skills section end ==================--- */

/* ---================== Rondo skills step 6 start ==================--- */
@media screen and (max-width: 1199px) {
  .document-table.leaderboard-table .dataTables_paginate.paging_simple_numbers{
    justify-content: start;
  }
  #documemt-table{
    width: 1220px;
  }
  #documemt-table_wrapper{
    overflow-x: auto;
  }
  .document-sec .training-content h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
  .document-sec .training-content .training-description {
    margin-top: 15px;
  }
  .document-sec .training-content .training-description p {
    margin-bottom: 15px;
  }
  .document-sec .training-content .document-button-main {
    margin-top: 25px;
  }
  .document-sec .training-content .document-button-main a {
    font-size: 15px;
  }
  .document-sec {
    gap: 50px;
  }
}
@media screen and (max-width: 991px) {
  .aWrap{
    margin-bottom: -65px;
  }
  .document-sec {
    gap: 30px;
    flex-wrap: wrap;
  }
  .training-content,
  .document-certificate {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  #documemt-table {
    width: 1200px;
  }
  .document-table.leaderboard-table .display tbody tr td {
    padding: 16px 10px;
  }
  .document-table.leaderboard-table .display tr td,.document-table.leaderboard-table .display tr th:first-child, .document-table.leaderboard-table .display tr th:nth-child(2),
  .download-file p{
    font-size: 14px;
  }
  .training-content,
  .document-certificate {
    width: 100%;
  }
  .document-sec {
    max-width: 500px;
  }
  .document-container {
    padding: 20px;
    margin-top: 25px;
  }
  .document-sec .training-content .document-button-main {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .document-container{
    margin-top: 10px;
  }
}
/* ---================== Rondo skills step 6 end ==================--- */


/* ----------============  Audio css start  ============---------- */
@media screen and (max-width: 991px) {
  .aWrap {
    width: 100%;
    max-width: 445px;
    padding-left: 20px;
  }
  .aWrap input[type="range"] {
    width: 210px !important;
  }
  .aPlay {
    width: 35px;
    height: 35px;
    padding: 11px;
  }
}
@media screen and (max-width: 767px) {
  .rondo-tab-list ul li a{
    padding: 9px 14px;
  }
  .learning-outcomes-page .aWrap{
    margin-bottom: 0;
  }
  .aWrap {
    width: 100%;
    max-width: 390px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .aTime,
  .aNow {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 14px;
  }
  .aWrap input[type="range"] {
    width: 210px !important;
  }
}
@media screen and (max-width: 480px) {
  .aWrap input[type="range"] {
    width: 130px !important;
  }
  .aWrap {
    gap:0px;
  }
}
@media screen and (max-width:360px) {
  .aWrap input[type="range"] {
    width: 100px !important;
  }
}
/* ----------============  Audio css end  ============---------- */