@media screen and (min-width: 1200px) {
  .rm-br-line {
    border-right: 1px solid var(--grey-three);
  }
}

@media screen and (min-width: 768px) {

  .rm-wh-au-title {
    font-size: 56px;
  }

  .rm-wh-article .rm-wh-story-title-five a {
    font-size: 28px;
  }

  .rm-wh-avatar-box .wh-author-avatar {
    width: 180px;
  }

  .rm-badge-article-list li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .badge-row {
    display: flex;
  }

  .badge-row .bagde-col {
    width: 30%;
  }

  .badge-row .badge-desc-col {
    width: 70%;
  }

  .rm-wh-article .rm-wh-story-title-four a {
    font-size: 22px;
  }

  .rm-wh-article .rm-wh-story-title-three a {
    font-size: 32px;
  }

  .wh-category-title {
    font-size: 38px;
  }

  .wh-category-title-bb {
    font-size: 38px;
  }

  .rm-wh-article .rm-wh-story-title-two a {
    font-size: 36px;
  }

  .rm-wh-article .rm-wh-story-title-one a {
    font-size: 22px;
  }

  .rm-wh-article .rm-wh-img-article {
    margin-bottom: 16px;
  }

  .footer-c {
    justify-content: end;
  }

  .normal-title {
    font-size: 42px;
  }

  .au-landing-pa {
    width: 198px;
    height: 169px;
  }

  .pa-one {
    top: 10%;
    left: 1%;
    position: absolute;
  }
  
  .pa-two {
    left: 5%;
    top: 55%;
    position: absolute;
  }
  
  .pa-three {
    top: 73%;
    left: 25%;
    position: absolute;
  }
  
  .pa-four {
    top: 73%;
    right: 25%;
    position: absolute;
  }
  
  .pa-five {
    top: 55%;
    right: 5%;
    position: absolute;
  }
  
  .pa-six {
    top: 10%;
    right: 1%;
    position: absolute;
  }
}

@media screen and (min-width: 769px) {

  .wdth-col {
    height: 276px;
  }

  .sidebar {
    width: 100% !important;
  }

  .sidebar .closebtn {
    display: none;
  }

  .hamburger {
    display: none;
  }

  .main-content {
    margin-left: 250px;
  }

  .rm-wh-home {
    margin-top: 160px;
  }

  .rm-badge-article .badge-article-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  }

  /* .rm-wh-header {
    box-shadow: 0 2px 4px 0 rgba(17, 17, 17, 0.2);
  } */

  .rm-wh-au {
    margin-top: 160px;
  }

  .rm-wh-footer-list li:not(:last-child) {
    margin-bottom: 10px;
  }

  .footer-c li {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 768px) { 

  .prd-fdbk {
    margin-bottom: 50px;
  }

  .rate:not(:checked) > label {
    font-size: 20px !important;
  }

  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.3s;
  }

  /* Sidebar links */
  .sidebar a {
    color: #000;
  }

  /* The close button */
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 50px;
    background: none;
  }

  .navbar-mob {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
  }

  /* Hamburger icon (menu button) */
  .hamburger {
    font-size: 30px;
    cursor: pointer;
    padding: 15px;
    color: rgb(0, 0, 0);
    padding: 10px;
    /* margin-right: 20px; */
  }

  /* Main content */
  .main-content {
    padding: 16px;
    transition: margin-left 0.3s;
    padding: 16px;
  }

  /* Sidebar-open state */
  .sidebar-open .main-content {
    margin-left: 250px;
  }

  .rrwh-nav {
    padding: 0;
  }

  .rm-wh-home {
    margin-top: 120px;
  }

  .rm-wh-badge-scroll {
    overflow: scroll;
  }

  .rm-wh-badge-scroll::-webkit-scrollbar {
    display: none;
  }

  .rm-badge-article-list {
    display: flex;
    width: max-content;
  }

  .rm-badge-article-list li:not(:last-child) {
    margin-right: 16px;
  }

  .rm-badge-article .rm-badge-title {
    margin-top: 8px;
  }

  .rm-badge-article .badge-article-img img {
    width: 100%;
  }

  .badge-row {
    display: block;
  }

  .badge-row .bagde-col {
    width: 100%;
  }

  .badge-row .badge-desc-col {
    width: 100%;
  }

  .rm-badge-article-list li {
    width: 200px;
  }

  .rm-wh-ul {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--grey-three);
  }

  .rm-wh-au {
    margin-top: 100px;
  }
 }

@media screen and (max-width: 767px) {

  .rm-wh-au-title {
    font-size: 32px;
  }

  .rm-wh-article .rm-wh-story-title-five a {
    font-size: 22px;
  }

  .rm-wh-avatar-box .wh-author-avatar {
    width: 120px;
  }

  .rm-wh-article .rm-wh-story-title-four a {
    font-size: 18px;
  }

  .rm-wh-article .rm-wh-story-title-three a {
    font-size: 24px;
  }

  .wh-category-title {
    font-size: 28px;
  }

  .wh-category-title-bb {
    font-size: 28px;
  }

  .rm-wh-article .rm-wh-story-title-two a {
    font-size: 32px;
  }

  .rm-wh-article .rm-wh-story-title-one a {
    font-size: 20px;
  }

  .hiw-head {
    font-size: 24px;
  }

  .footer-c {
    justify-content: center;
  }

  .copyright-ot-text {
    text-align: center;
  }

  .normal-title {
    font-size: 28px;
    font-weight: 700;
  }

  .au-landing-pa {
    width: 150px;
    height: 128px;
  }

  .pa-one {
    top: 7%;
    left: 1%;
    position: absolute;
  }
  
  .pa-two {
    left: 5%;
    top: 75%;
    position: absolute;
  }
  
  .pa-three {
    top: 82%;
    left: 33%;
    position: absolute;
  }
  
  .pa-four {
    top: 76%;
    right: 3%;
    position: absolute;
  }
  
  .pa-five {
    top: 55%;
    right: 5%;
    display: none;
    position: absolute;
  }
  
  .pa-six {
    top: 5%;
    right: 1%;
    position: absolute;
  }

  .rm-wh-footer-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
