
@media (min-width: 320px) and (max-width: 1023px) { 
 .navbar {
   display: none;
}
 main {
    padding: 70px 0px 0px 0px;
  }
  
  .mobile{
  display: block;
}
.desktop{
  display: none;
}
  
 #rmp-container-78 {
          top: 50px;
        z-index: 3;
        padding-top: 70px;
   background: var(--background-header);
 }
  .header_container {
          padding: 5px 0px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 10px;
}
  header .logo img{
          width: 90px;
  }
 header .container-fluid {
    max-width: 1920px;
    width: 100%;
}
.login {
          display: flex;
        gap: 10px;
        margin-left: 0;
        width: 100%;
        justify-content: center;
}
  
   header {
        position: fixed;
        width: 100%;
        z-index: 999;
        height: auto;
        display: flex;
        align-items: center;
}
 header.fixed-top {
    animation: none;
}
  .offers {
    flex-direction: column;
    align-items: stretch;
}
  
  
  h1, h2, h3, h4, h5, h6 {
   
    margin-bottom: 20px;
}
  
  h1 {
  font-size: 30px;
   
}
h2 {
  font-size: 22px;
   
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 16px;
}
.pb-90 {
    padding-bottom: 40px;
}
.pt-80 {
    padding-top: 40px;
}
  .hentry h2 {
    font-size: 21px;
}
  .hentry h3 {
    font-size: 20px;
}
  .hentry h4 {
    font-size: 19px;
}
  .hentry h5 {
    font-size: 18px;
}
  .hentry h6 {
    font-size: 17px;
}
  
 p{
    font-size: 14px;
    line-height: 22px;
}
   .hentry p {
    font-size: 14px;
    line-height: 22px;
}
  

  tr td {
    padding: 6px 10px;
}
  body {
    font-size: 14px;
}
 
section.page_section {
          padding: 45px 0px 15px 0px;
}
.site-breadcrumb {
      padding: 0px 0px 0px 0px;
        margin-bottom: 15px;
        background-size: cover !important;
        background-position: top center !important;
        justify-content: flex-start;
        flex-direction: column;
        align-content: center;
        align-items: center;
        gap: 0;
        display: flex;
}
  
  .hentry ul {
    padding-left: 20px !important;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 0px;
}

  .hentry ol li {
   
    font-size: 14px;
}
  table {
    margin-bottom: 20px;
}
  .hentry ul li {
    font-size: 14px;
}

     footer .navbar {
        display: block;
    }
 
  .btn {
    font-size: 14px;
  }
 
  header .offers {
    display: none;
}
  header .btn {
        padding: 1px 20px;
    }
  
  .title_h1_container {
           padding: 60px 20px 30px 20px;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-start;

}
  .title_h1_container p {
    text-transform: uppercase;
    font-size: 30px !important;
    font-weight: 700;
    font-style: italic;
    transform: skew(1turn, -6deg);
    margin-bottom: 0 !important;
    line-height: 1.3 !important;
}
  .site-breadcrumb .btn-four {
    transform: skew(1turn, -6deg);
    margin-top: 10px;
    margin-left: 0px;
    font-size: 25px;
    margin-right: 0;
           padding: 20px 45px;
}
  .accordion-item {
    width: calc(100% / 1 - 10px);
}
  .footer .currency {
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: scroll;
    padding-bottom: 20px;
    gap: 10px
}
  .footer_top {
    padding-bottom: 15px;
}
  .footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0px 20px 0px;
    flex-direction: column;
}
  footer .logos {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
  .box img {

    margin-bottom: 24px !important;

}
  
}


@media (min-width: 1024px) and (max-width: 1199px) { 
  .header_container {

    gap: 60px;
}
  header .container-fluid {
 
    width: 100%;
}
}
