/* Sonali CSS Here */

@media only screen and (min-width: 768px) {

    #content .cat_page .cat_page_contents .cat_page_cat_item_container .cat_item_section .cat_page_list_item #snippet-legacy-searchResult #sortingForm .pagination-display-page {
  
      white-space: nowrap !important;
    }
    
  }
  
      #content .cat_page #snippet-legacy-searchResult #sortingForm .pagination-display-page{
        white-space: nowrap ;
      }



      /* #content .ma_guides_single .middle_section .page_container .page_content h3 {
        font-family: "Poppins";
        margin-top: 25px !important;
      
        padding-top: 25px;
    } */


    @media only screen and (max-width: 768px) {
      #content .p_p_old h2 {
        display: block;
          text-align: center !important;
      }


      #content .p_p_old .img-responsive.pull-right {
       
        max-width : 100%; 
    }

    #content .p_p_old .img-responsive.pull-left {
      max-width : 100%;
      }

  }

  /* AB - Sonali - Special Offer Updates */


  /* Reason: Special offer btn was added  5/26 */
  @media screen and (min-width: 1210px) and (max-width: 1400px) {
    .desktop_nav_top_lang {
      display: none;
    }
  }

/* banner design for preminum partners*/

  .partner-banner-section {
    position: relative;
    margin-top: 35px;
    margin-bottom: 30px;
}

.partner-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.partner-banner-content {
    position: absolute;
    top: 77%;
    left: 55px;
    transform: translateY(-50%);
    color: #fff;
    max-width: 520px;
    z-index: 2;
    font-family: inherit;
}

.partner-banner-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ed1c24;
    color: #fff;
    padding: 11px 22px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 22px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}

.partner-banner-title {
    font-size: 46px;
    line-height: 1.15;
    font-weight: 800;
    color: #fff !important;
    margin: 0 0 18px 0;
    text-shadow: 0 3px 10px rgba(0,0,0,0.35);
    white-space: nowrap;
}

.partner-banner-title span {
    color: #ED1C24 !important;
}



@media only screen and (max-width: 768px) {

    .cat_page_top_header_container {
        padding: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 25px !important;
    }

    .cat_page_top_header_container .partner-banner {
        border-radius: 0 !important;
        width: 100%;
        height: 340px;
        object-fit: cover;
    }

    .partner-banner-content {
        position: absolute;
        top: 58% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;

        width: 90%;
        max-width: 320px;

        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .partner-banner-tag {
        font-size: 12px !important;
        padding: 8px 16px !important;
        border-radius: 6px !important;
        margin-bottom: 16px !important;
    }

    .partner-banner-title {
        font-size: 30px !important;
        line-height: 1.1 !important;
        font-weight: 800 !important;
        color: #fff !important;

        margin: 0 !important;

        white-space: normal !important;
        text-align: center !important;

        text-shadow: 0 3px 10px rgba(0,0,0,0.35);
    }

    .partner-banner-title span {
        color: #ED1C24 !important;
    }

    .partner-banner-title br {
        display: block;
    }

}