/*body {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    color: #333;
    min-width: 320px;
}*/
:root {
  --docfi-body-color: #6B707F;
  --docfi-body-bg-color: #ffffff;
  --docfi-primary-color: #1489f6;
  --docfi-secondary-color: #7A35FE;
  --docfi-third-color: #1489f6;
  --docfi-light-color: #fef4f0;
  --docfi-border-color: #e7e7e7;
  --docfi-meta-color: #6B707F;
  --docfi-rating-color: #ffb443;
  --docfi-heading-color: #1D2746;
  --docfi-footer-color: #a7a7a7;
  --docfi-white-color: #ffffff;
  --docfi-pink-color: #fe3387;
  --docfi-black-color: #000000;
  --docfi-grey-color-1: #fbfbfb;
  --docfi-grey-color-2: #EBEDFF;
  --docfi-grey-color-3: #272727;
  --docfi-grey-color-4: #fafbff;
  --docfi-primary-color-rgb: 254, 103, 45;
  --docfi-secondary-color-rgb: 227, 85, 14;
  --docfi-light-color-rgb: 254, 244, 240;
  --docfi-heading-color-rgb: 16, 16, 16;
}

body>section {
  margin-bottom: 80px;
}

section button {
  margin: 0;
  padding: 0;
  background: inherit;
  border: inherit;
  font-family: "Gotham", "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  width: 100%;
  display: block;
  text-align: left;
  color: #FFF;
}

/*img {
    vertical-align: middle;
    max-width: 100%;
}

h1, h2 {
    font-weight: 400;
    text-align: center;
    padding: 0 20px;
    line-height: 0.85;
}

h1 {
    margin-bottom: 10px;
}*/

.intro {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}

/*a {
    color: #333;
}*/

.intro h1 {
  font-size: 40px;
}

.intro p {
  margin-bottom: 40px;
}

.intro .btn {
  display: inline-block;
  vertical-align: top;
  max-width: auto;
  margin: 0 auto;
  border: 1px solid #888;
  color: #333;
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 14px;
  margin: 0 5px;
  margin-bottom: 15px;
}

.intro .btn:hover,
.intro .btn:active {
  background: black;
  border-color: black;
  color: white;
}

.intro .btn:focus {
  text-decoration: underline;
  border-color: #333;
}

.intro .btn img {
  margin-right: 5px;
}

.snippet {
  max-width: 768px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.copyright {
  text-align: center;
}

[data-accordion] [data-content] {
  background: #114773;
}

[data-accordion] [data-content]>article>a {
  padding-left: 10px;
  display: table;
}

[data-accordion] [data-content] article>button {
  padding-left: 45px;
}

[data-accordion] [data-content] [data-content]>article>a {
  padding-left: 20px;
  display: table;
}

/*Padding added for the Catalogue icons showing in the third-level accordion menu. */
[data-accordion] [data-content] [data-content]>article>i {
  padding-left: 20px;
}

[data-accordion] [data-content] [data-content] {
  background: #00335b;
}

[data-accordion] [data-content] [data-content] [data-content] {
  background: #00335b;
}

/* Apply active class to the selected menu item from the first level accordion */
[data-accordion] button a.selected {
  color: #59b6c7;
  text-decoration: underline;
}

/* Apply active class to the selected menu item from the rest of the accordions */
article a.selected {
  color: #59b6c7;
  text-decoration: underline;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 22px;
}

.table th,
.table td {
  padding: 16px;
  line-height: 24px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ffffff;
}

.table td {
  background: #FFF;
  border-top: 1px solid #E0E0E0;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption+thead tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody+tbody {
  border-top: 2px solid #ffffff;
}

.table .table {
  background-color: #ffffff;
}

.table-bordered {
  border: 1px solid #ffffff;
  border-collapse: separate;
  border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.table-bordered caption+thead tr:first-child th,
.table-bordered caption+tbody tr:first-child th,
.table-bordered caption+tbody tr:first-child td,
.table-bordered colgroup+thead tr:first-child th,
.table-bordered colgroup+tbody tr:first-child th,
.table-bordered colgroup+tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child>th:first-child,
.table-bordered tbody:first-child tr:first-child>td:first-child,
.table-bordered tbody:first-child tr:first-child>th:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}

.table-bordered thead:first-child tr:first-child>th:last-child,
.table-bordered tbody:first-child tr:first-child>td:last-child,
.table-bordered tbody:first-child tr:first-child>th:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}

.table-bordered thead:last-child tr:last-child>th:first-child,
.table-bordered tbody:last-child tr:last-child>td:first-child,
.table-bordered tbody:last-child tr:last-child>th:first-child,
.table-bordered tfoot:last-child tr:last-child>td:first-child,
.table-bordered tfoot:last-child tr:last-child>th:first-child {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

.table-bordered thead:last-child tr:last-child>th:last-child,
.table-bordered tbody:last-child tr:last-child>td:last-child,
.table-bordered tbody:last-child tr:last-child>th:last-child,
.table-bordered tfoot:last-child tr:last-child>td:last-child,
.table-bordered tfoot:last-child tr:last-child>th:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.table-bordered caption+thead tr:first-child th:first-child,
.table-bordered caption+tbody tr:first-child td:first-child,
.table-bordered colgroup+thead tr:first-child th:first-child,
.table-bordered colgroup+tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}

.table-bordered caption+thead tr:first-child th:last-child,
.table-bordered caption+tbody tr:first-child td:last-child,
.table-bordered colgroup+thead tr:first-child th:last-child,
.table-bordered colgroup+tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success>td {
  background-color: #dff0d8;
}

.table tbody tr.error>td {
  background-color: #f2dede;
}

.table tbody tr.warning>td {
  background-color: #fcf8e3;
}

.table tbody tr.info>td {
  background-color: #d9edf7;
}

.table tbody tr:hover {
  background: #ddd;
}

.table tbody tr td:first-child {
  font-weight: bold;
}

@media (max-width: 768px) {

  .hp-table table,
  .hp-table thead,
  .hp-table .hp-table tbody,
  .hp-table th,
  .hp-table td,
  .hp-table tr {
    display: block;
  }

  .hp-table thead tr {
    display: none;
  }

  .hp-table tr {
    border: 0px solid #ccc;
    margin-bottom: 10px;
  }

  .hp-table td:before {
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .hp-table td:nth-of-type(2):before {
    content: "Default:";
    font-weight: bold;
  }

  .hp-table td:nth-of-type(3):before {
    content: "Type:";
    font-weight: bold;
  }

  .hp-table td:nth-of-type(4):before {
    content: "Description:";
    font-weight: bold;
  }
}































/* CSS for Help Desk page Starts here */

.help-desk-wrapper {
  background-color: #00335b !important;
  background-image: url(https://www.radiustheme.com/demo/wordpress/themes/docfi/wp-content/uploads/2023/09/banner_3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 170px 10px 275px 10px;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.rpl-help-search-small{
  padding:50px 10px 50px 10px;
}


.rpl-help-site-container {
  max-width: 1320px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  
}
.rpl-help-site-cont-help-section{
  flex-direction: column; /* Stack elements vertically */

}
.rpl-help-search-content {
  display: flex;
  gap: 20px; /* Space between filters and results */
}

.rpl-help-filters-container {
  flex: 1;
  max-width: 332px;
  padding: 20px;
  background-color: #8031A7;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-left: 19px;
}

/* Style the filters heading */
.filters-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer; /* Make the entire heading clickable */
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

/* Toggle icon styling */
.toggle-icon {
  font-size: 18px;
    font-weight: bold;
    display: inline-block; /* Default: visible */
  
}
.rpl-help-filters-container  h3{
  color:white;
}

.rpl-help-site-search-results {
  flex: 3;
}

.rpl-help-site-column {
  
  min-width: 300px; /* Ensure columns don't get too small on narrow screens */
}

@media screen and (max-width: 820px) {
  .rpl-help-site-column {
      flex: 1 1 100%; /* Columns take up full width on smaller screens */
      margin: 10px 0; /* Reduce margins for a tighter layout on small screens */
  }
  .rpl-help-site-container {
    
    flex-wrap: wrap;
}
}

@media screen and (max-width: 480px) {
  .rpl-help-site-container {
      /* padding: 0 10px; */
      flex-wrap: wrap;
  }
  #search-suggestions{
    width: auto !important;
  }
  .rpl-help-site-column {
      flex: 1 1 100%; /* Ensure single column layout on very small screens */
      margin: 5px 0; /* Tighten up the spacing even more */
  }
}
.rpl-help-site-column-gap-default>.rpl-help-site-column>.help-site-element-populated {
  padding: 10px;
}

.elementor:not(.elementor-bc-flex-widget) .help-site-wrap {
  display: flex;
}

.help-site-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.rpl-help-site-column.help-site-col-100,
.rpl-help-site-column[data-col="100"] {
  width: 100%;
}

.help-site-element.help-site-element-3873d73 {
  text-align: center;
}

.rpl-help-widget:not(:last-child) {
  margin-block-end: 20px;
}

.animated.animated-slow {
  animation-duration: 2s;
}

.help-site-wrap>.help-site-element {
  width: 100%;
}

.help-site-element.help-site-element-b4a8fbd {
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
}

.rpl-help-widget:not(:last-child) {
  margin-block-end: 20px;
}

.rpl-help-widget:not(:last-child) {
  margin-bottom: 20px;
}

.help-site-wrap>.help-site-element {
  width: 100%;
}

.rpl-help-heading-title {
  color: #FFFFFF;
  font-size: 50px;
}

.rpl-help-heading-title {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.help-site-element.help-site-element-3531592>.rpl-help-widget-container {
  margin: 20px 0px 0px 0px;
}
.rpl-help-site-container-wrapper{
  background-color: #f3f3f3;
}
.helpcat-icon::before {
  color: white;
  padding-left: 8px;
  font-size: 17px;
  font-weight: 500;
}
.help-my-icon {
  width: 75px;
  margin: auto;
  height: 75px;
  border-radius: 50%;
}
.help-my-icon i{
  margin-top: 17px !important;
  margin-right: 7px;
}
.help-my-icon i::before{
  font-size: 41px !important;
  
}

.help-my-icon-sec {
  display: flex; /* Use flexbox for layout */
  align-items: center; /* Vertically align content */
  padding: 15px 10px; /* Add padding for spacing */
  border-bottom: 1px solid #e0e0e0; /* Add a line below */
  background: #004B87;
    
    margin-bottom: 10px;
    color: white;
    margin-left: 10px;
}

.help-my-icon-left {
  width: 50px; /* Set width for the icon container */
  height: 50px; /* Set height for the icon container */
  background: white; /* Icon background color */
  border-radius: 50%; /* Make the icon container circular */
  display: flex; /* Center the icon */
  justify-content: center;
  align-items: center;
 
}

.help-my-icon-left i {
  font-size: 24px; /* Adjust icon size */
  color: white; /* Set icon color */
}
.help-my-icon-left i::before {
  font-size: 24px; /* Adjust icon size */
  color: #8031A7 !important; /* Set icon color */
}

.help-my-icon-right {
  margin-left: 15px; /* Add spacing between icon and text */
  flex: 1; /* Allow the text to take up remaining space */
}

.help-my-icon-right h2 {
  font-size: 18px; /* Adjust font size */
  margin: 0; /* Remove default margin */
  color: white; /* Set text color */
}
 .title-area .icon {
  width: 35px;
  height: 35px;
  border-radius: 0px 50px 50px 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: var(--docfi-primary-color);
}
.rt-post-grid-help{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 20px;
}
.title-area .title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 26px;
  margin-left: 5px;
}
.number-of-article {
font-size: 13px;
}

.help-site-element.help-site-element-3531592 .rt-searchbox-container {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.rt-hero-section-content-wrapper .rt-searchbox-container {
  margin-bottom: 15px;
}

.rt-searchbox-container {
  width: 100%;
  padding: 16px 22px 14px 30px;
  background: white;
  border-radius: 100px;
  gap: 33px;
}

.rt-searchbox-container .searchbox-textfield {
  width: 52%;
}

.rt-searchbox-form .rt-input-wrap {
  position: relative;
  background: none;
  border: none;
  margin: 0px;
  padding: 0px;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.rt-searchbox-container .searchbox-textfield .searchbox-input {
  border: none;
  background: white;
  width: 100%;
  position: relative;
  height: 40px;
}

.rt-hero-section-content-wrapper input {
  color: var(--docfi-body-color);
}

.help-site-element.help-site-element-3531592 .searchbox-submit .rt-searchbox-btn {
  font-size: 30px;
  color: #038EDC;
  background: #FFFFFF;
  padding: 0px 0px 0px 0px !important;
}

.rt-searchbox-container .searchbox-submit .rt-searchbox-btn {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 23px;
  padding: 14px 23px 12px;
  border-radius: 500px;
  border: none;
  background-color: var(--docfi-primary-color);
  color: var(--docfi-white-color);
}

.rt-searchbox-form #cleanText {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  color: var(--docfi-primary-color);
  z-index: 999999;
}

.help-site-element.help-site-element-3531592 .searchbox-submit .rt-searchbox-btn {
  font-size: 30px;
  color: #038EDC;
  background: #FFFFFF;
  padding: 0px 0px 0px 0px !important;
}

.rt-searchbox-container .searchbox-submit .rt-searchbox-btn {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 23px;
  padding: 14px 23px 12px;
  border-radius: 500px;
  border: none;
  background-color: var(--docfi-primary-color);
  color: var(--docfi-white-color);
}

.coolBeans::before {
  content: "";
  background-color: var(--docfi-primary-color);
  height: 100%;
  left: -100%;
  top: 0;
  width: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  -webkit-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.rt-search-hide-text::before {
  background: transparent !important;
}

.help-site-element.help-site-element-8e5d74e {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  
  margin-bottom: 0px;
  padding: 0px 10px 0px 10px;
}
.help-site-element-1c722e9{
  margin-top: -230px;
}

.rpl-help-site-container-all-pages {
  max-width: 1170px !important;
} 

.rpl-help-section.rpl-help-section-boxed>.rpl-help-site-container {
  max-width: 1320px;
}
.help-site-search-container{
  max-width: 800px;
}

.rpl-help-site-column-gap-default>.rpl-help-site-column>.help-site-element-populated {
  padding: 10px;
}

.help-site-element .rpl-help-widget-container {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.rt-card--style-6 {
  background: white;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 60px 40px 50px;
}

.rt-card {
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.help-site-element.help-site-element-146eab3>.rpl-help-site-container {
  max-width: 550px;
}
.help-site-element.help-site-element-146eab4>.rpl-help-site-container {
  max-width: 1170px;
}
/* .help-site-element-146eab4 .title-area .icon{
  width: 58px;
    height: 58px;
} */

.help-site-element-146eab4 .helpcat-icon::before{
  padding-left: 10px;
  /* font-size: 32px; */
}
.help-site-element-146eab4 .title-area .title {
  font-size: 2rem;
}
.rpl-help-main-title{

font-size: 32px;
font-weight: bold;

}
.rpl-help-cont{
  border-bottom: 1px solid #ccc;
margin-bottom: 20px;

}
.help-site-element.help-site-element-f36c894 {
  text-align: center;
}

.help-site-element.help-site-element-3542465 {
  text-align: center;
}

.heading-title-h2 {
  color: black;
  font-size: 35px;
}

.rpl-help-site-column.rpl-help-col-50,
.rpl-help-site-column[data-col="50"] {
  width: 50%;
}

.rpl-help-invisible {
  visibility: visible;
}

.help-site-element.help-site-element-84dee36 .rt-info-inner6:before {
  background: #E4EACC;
}
.help-site-element.help-site-element-709c5f5 .rt-info-inner6:after{
  background: #d8c1e4;
}
.help-site-element.help-site-element-709c5f5 .rt-info-inner6:before{
  background: #f2eaf6;
}
.help-site-element.help-site-element-709c5f6 .rt-info-inner6:after{
  background: #C6FBFB;
}
.help-site-element.help-site-element-709c5f6 .rt-info-inner6:before{
  background: #C6FBFB;
}
.rt-info-inner6::before {
  width: 60%;
  height: 52px;
  bottom: -50px;
  opacity: 0.25;
}

.rt-info-inner6::after,
.rt-info-inner6::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  background: var(--docfi-grey-color-1);
  content: "";
  z-index: 0;
  transition: 0.8s;
}

.help-site-element.help-site-element-84dee36 .rt-info-box {
  background-color: #F1F4E5;
  border-radius: 20px 20px 20px 20px;
}

.help-site-element.help-site-element-84dee36 .rt-card,
.help-site-element.help-site-element-84dee36 .rt-info-box {
  text-align: left;
}

.rt-info-style6 {
  padding: 45px 50px;
  position: relative;
  background: var(--docfi-grey-color-1);
  z-index: 1;
  transition: 0.8s;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.rt-info-style6 .rt-icon {
  min-width: 90px;
  height: 90px;
  line-height: 105px;
  border-radius: 90px;
  display: inline-block;
  text-align: center;
  margin-bottom: 25px;
  background: white;
}

.rt-info-style6 .rt-icon img,
.rt-info-style6 .rt-icon svg {
  max-width: 30px;
}
.live_chat_icon,
.call_us_icon,
.book_appointment_icon,
.email_us_icon{
  font-size: 32px;
}
.email_us_icon{
  color:#7a9a01;
}
.call_us_icon{
  color: #005088;
}
.live_chat_icon{
  color: #8031A7;
}
.book_appointment_icon{
  color: #098483;
}


.help-site-element.help-site-element-709c5f4 .rt-info-box {
  background-color: #DCEEFD;
  border-radius: 20px 20px 20px 20px;
}
.help-site-element.help-site-element-709c5f5 .rt-info-box {
  background-color: #F2EAF6;
  border-radius: 20px 20px 20px 20px;
}
.help-site-element.help-site-element-709c5f6 .rt-info-box {
  background-color: #c6fbfb;
  border-radius: 20px 20px 20px 20px;
}

.help-site-element.help-site-element-84dee36 .rt-info-style6:hover .rt-title {
  color: #FFFFFF;

}

.rt-title {
  font-size: 30px;
  font-weight: bold !important;
}

.help-site-element.help-site-element-84dee36 .card-title .title,
.elementor-894 .help-site-element.help-site-element-84dee36 .rt-title,
.elementor-894 .help-site-element.help-site-element-84dee36 .card-title {
  font-size: 30px;
  font-weight: bold !important;
}

.help-site-element.help-site-element-84dee36 .rt-info-style6:hover,
.help-site-element.help-site-element-709c5f4 .rt-info-style6:hover,
.help-site-element.help-site-element-709c5f5 .rt-info-style6:hover,
.help-site-element.help-site-element-709c5f6 .rt-info-style6:hover {
  color: #FFFFFF;
}

.help-site-element.help-site-element-84dee36 .rt-info-style6:hover .rt-title,
.help-site-element.help-site-element-709c5f4 .rt-info-style6:hover .rt-title,
.help-site-element.help-site-element-709c5f5 .rt-info-style6:hover .rt-title,
.help-site-element.help-site-element-709c5f6 .rt-info-style6:hover .rt-title,

.help-site-element.help-site-element-84dee36 .rt-info-style6:hover .card-info,
.help-site-element.help-site-element-709c5f4 .rt-info-style6:hover .card-info,
.help-site-element.help-site-element-709c5f5 .rt-info-style6:hover .card-info,
.help-site-element.help-site-element-709c5f6 .rt-info-style6:hover .card-info,

.help-site-element.help-site-element-84dee36 .rt-info-style6:hover p,
.help-site-element.help-site-element-709c5f4 .rt-info-style6:hover p,
.help-site-element.help-site-element-709c5f5 .rt-info-style6:hover p,
.help-site-element.help-site-element-709c5f6 .rt-info-style6:hover p,

.help-site-element.help-site-element-84dee36 .rt-info-style6:hover a,
.help-site-element.help-site-element-709c5f4 .rt-info-style6:hover a,
.help-site-element.help-site-element-709c5f5 .rt-info-style6:hover a,
.help-site-element.help-site-element-709c5f6 .rt-info-style6:hover a,

.help-site-element.help-site-element-84dee36 .rt-info-style6:hover .rt-button,
.help-site-element.help-site-element-709c5f4 .rt-info-style6:hover .rt-button,
.help-site-element.help-site-element-709c5f5 .rt-info-style6:hover .rt-button,
.help-site-element.help-site-element-709c5f6 .rt-info-style6:hover .rt-button {
  color: #FFFFFF !important;
}

.help-site-element.help-site-element-84dee36 .rt-info-style6:hover .rt-media .rt-icon,
.help-site-element.help-site-element-709c5f4 .rt-info-style6:hover .rt-media .rt-icon,
.help-site-element.help-site-element-709c5f5 .rt-info-style6:hover .rt-media .rt-icon,
.help-site-element.help-site-element-709c5f6 .rt-info-style6:hover .rt-media .rt-icon {
  color: inherit; /* Keeps the icon color unchanged */
}


.help-site-element-c51b245{
  padding-bottom: 100px;
}


.help-site-element.help-site-element-84dee36 .rt-info-box:hover {
  background-color: #7A9A01;
}

.help-site-element.help-site-element-709c5f4 .rt-info-box:hover {
  background-color: #005088;
}
.help-site-element.help-site-element-709c5f5 .rt-info-box:hover {
  background-color: #8031A7;
}
.help-site-element.help-site-element-709c5f6 .rt-info-box:hover {
  background-color: #098483;
}


.help-site-element.help-site-element-84dee36 .rt-info-inner6:before {
  background: #E4EACC;
}

.rt-info-inner6::before {
  width: 60%;
  height: 52px;
  bottom: -50px;
  opacity: 0.25;
}

.rt-info-inner6::after,
.rt-info-inner6::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  background: var(--docfi-grey-color-1);
  content: "";
  z-index: 0;
  transition: 0.8s;
}

.help-site-element.help-site-element-84dee36 .rt-info-inner6:after {
  background: #DEE5C1;

}

.rt-info-inner6::after {
  width: 85%;
  height: 75px;
  bottom: -28px;
  opacity: 0.50;
}

.rt-info-inner6::after,
.rt-info-inner6::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  background: var(--docfi-grey-color-1);
  content: "";
  z-index: 0;
  transition: 0.8s;
}

.help-site-element.help-site-element-709c5f4 .rt-info-inner6:after {
  background: #DCEEFD;
}

.rt-info-inner6::after {
  width: 85%;
  height: 75px;
  bottom: -28px;
  opacity: 0.50;
}

.rt-info-inner6::after,
.rt-info-inner6::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  background: var(--docfi-grey-color-1);
  content: "";
  z-index: 0;
  transition: 0.8s;
}

.help-site-element.help-site-element-709c5f4 .rt-info-inner6:before {
  background: #DCEEFD;
}

.rt-info-inner6::before {
  width: 60%;
  height: 52px;
  bottom: -50px;
  opacity: 0.25;
}





.help-site-element.help-site-element-7f1c965 {
  width: 33%;
}

.help-site-element.help-site-element-rpl-help{
  width: 100%;
}

.rpl-help-site-column-gap-default>.rpl-help-site-column>.help-site-element-populated {
  padding: 10px;
}

.elementor:not(.elementor-bc-flex-widget) .help-site-wrap {
  display: flex;
}

.help-site-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.help-site-element.help-site-element-70632b5:not(.elementor-motion-effects-element-type-background)>.help-site-wrap,
.elementor-894 .help-site-element.help-site-element-70632b5>.help-site-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #FFFFFF;
}

.help-site-element.help-site-element-70632b5>.help-site-element-populated {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 8px 10px 10px 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 40px 40px 40px 40px;
}

.help-site-element.help-site-element-70632b5>.help-site-element-populated,
.elementor-894 .help-site-element.help-site-element-70632b5>.help-site-element-populated>.elementor-background-overlay,
.elementor-894 .help-site-element.help-site-element-70632b5>.elementor-background-slideshow {
  border-radius: 10px 10px 10px 10px;
}

.video-title {
  font-size: 30px;
  color: #00335b;
  font-weight: bold;
}

.help-site-element.help-site-element-58c13e8 .rt-post-grid-default .rt-item {
  border-radius: 0px 0px 0px 0px !important;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
}

.rt-post-grid-default .rt-item {
  position: relative;
  overflow: hidden;
  background-color: var(--docfi-white-color);
  border: 1px solid var(--docfi-border-color);
  transition: all 0.31s ease-in-out;
}

.help-site-element.help-site-element-58c13e8 .rt-post-grid-default .rt-item .rt-image {
  border-radius: 8px 8px 8px 8px !important;
}

.rt-post-grid-default .rt-item .rt-image {
  position: relative;
  overflow: hidden;
}

.rt-post-grid-default .rt-item .rt-image .rt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}



.play-btn-white::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s;
}

.play-btn-white::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s;
  background-color: white;
}

.play-btn-white:hover {
  background-color: var(--docfi-primary-color);
  color: var(--docfi-white-color);
}

.play-btn-white:hover::before {
  border: 1px solid var(--docfi-white-color);
  animation: pulse-border 1500ms ease-out infinite;
}

.help-site-element.help-site-element-58c13e8 .rt-post-grid-default ul.entry-meta {
  margin: 2px 0px 0px 0px !important;
}

.rt-post-grid-default ul.entry-meta {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.5;
}

.rt-post-grid-default ul.entry-meta li {
  display: inline-block;
  color: var(--docfi-meta-color);
  font-size: 15px;
  margin-right: 18px;
  position: relative;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}

.icon-docfi-user:before {
  content: '\f007';
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.help-site-element.help-site-element-84d7685 {
  width: 67%;
}
.help-site-element.help-site-element-84d7686{
  width:100%;
}

.docfi-wrapper-forums {
  padding: 10px;
}

.rt-grid-item {
  display: block;
  float: left;

}

.explore-topics-card {
  padding: 35px 21px 7px;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 24px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  background: var(--docfi-white-color);
  overflow: hidden;
}

.explore-topics-card .explore-topics-header {
  padding-bottom: 25px;
  position: relative;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.explore-topics-card .explore-topics-header:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #D9D9D9;
  content: "";
  height: 1px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.explore-topics-card .explore-topics-header .title-area {
  gap: 10px;
}

.explore-topics-card .explore-topics-header .title-area .icon {
  width: 35px;
  height: 35px;
  border-radius: 0px 50px 50px 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: var(--docfi-primary-color);
}

.explore-topics-card .explore-topics-header .title-area .title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 26px;
}

.explore-topics-card .explore-topics-header .number-of-article {
  font-weight: 400;
  line-height: 18px;
  color: var(--docfi-body-color);
  transition: 0.4s;
  text-transform: capitalize;
}

.d-flex {
  display: flex !important;
}

.explore-topics-card:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.09);
  background: var(--docfi-white-color);
}

.explore-topics-card .explore-topics-body {
  padding: 10px 0;
  margin-bottom: 20px;
}

.explore-topics-body ul.explore-topics-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.explore-topics-card .explore-topics-body ul.explore-topics-list li {
  font-weight: 400;
  /* font-size: 1rem; */
  line-height: 19px;
  color: #6B707F;
  /* margin-bottom: 22px; */
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.explore-topics-body ul.explore-topics-list li a {
  color: #505052;
  transition: 0.4s;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}

.explore-topics-card .explore-topics-body ul.explore-topics-list li img {
  position: relative;
  top: -2px;
  margin-right: 7px;
  width: 16px;
}

.align-items-center {
  align-items: center !important;
}

.title-area img {
  margin-left: 7px;
}


.xl\:max-w-3xl {
  max-width: 48rem;
}

.md\:whitespace-normal {
  white-space: normal;
}

.text-token-text-primary {
  color: #0d0d0d;
  color: var(--text-primary);
}

.text-left {
  text-align: left;
  max-width: 500px;
}

.py-3 {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.w-full {
  width: 100%;
}

.relative {
  position: relative;
}

.btn-neutral {
  background-color: #fff;
  background-color: var(--main-surface-primary);
  border-color: rgba(0, 0, 0, .15);
  border-color: var(--border-medium);
  border-width: 1px;
  color: #0d0d0d;
  color: var(--text-primary);
  font-size: .875rem;
  line-height: 1.25rem;
}


/* Help section css ends here */


.digita-service-cat-small {
  /* background-color: #0093c7; */
}

.uk-card-media-top.card-media--icon {
  font-size: 5rem;
  height: 150px;
}

.uk-card-media-top span {
  display: block;
}

.card-media__icon {
  padding: 4rem;
  
  z-index: 5;
  width: 100%;
  text-align: center;
}
.white-icon{
  color:white;
  font-size: 70px;
}
.card-media--icon {
  /* background-image: url("https://dev-rplstatic.s3.us-west-2.amazonaws.com/reginalibrary.ca/public/2024-05/LightGreen_11x8.5.png"); */
  background-size: cover;
  background-position: 50% 50%;
  
}
.color1 .card-media--icon {
  position: relative; /* Ensure positioning context for the pseudo-element */
  background-color: #7A9A01;
}

.color1 .card-media--icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://rplstatic.s3.us-west-2.amazonaws.com/reginalibrary.ca/public/2024-06/LightGreen_11x8.5.png");
  background-size: 200%; /* Adjust the size as needed */
  opacity: 0.3; /* Adjust the opacity as needed */
  z-index: -1; /* Ensure the pseudo-element is behind the content */
  pointer-events: none; /* Ensure the pseudo-element does not interfere with interactions */
}

.recommend-section{
  margin-top: 20px;
}
.fa-tablet:before {
  content: "\f10a" !important;
}
.fa-expand:before {
  content: "\f065" !important;
}
.fa-map-marker:before {
  content: "\f041" !important;
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b" !important;
}
.line-border{
  padding: 20px 0px;
    border: 1px solid #ccc;
    margin: 0px 20px;
}
.recommended-sec{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.recommend-sec h2 {
  margin: 0; /* Remove default margin if necessary */
}
.recommend-card h3{
    font-weight: 600;
  }
.color2 .card-media--icon {
  position: relative; /* Ensure positioning context for the pseudo-element */
  background-color: grey; /* Fallback background color */
}

.color2 .card-media--icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://rplstatic.s3.us-west-2.amazonaws.com/reginalibrary.ca/public/2024-06/LightGrey_11x8.5.png);
  background-size: 200%; /* Adjust the size as needed */
  opacity: 0.3; /* Adjust the opacity as needed */
  z-index: -1; /* Ensure the pseudo-element is behind the content */
  pointer-events: none; /* Ensure the pseudo-element does not interfere with interactions */
}

/* Ensure the content of the card is above the pseudo-element */
.uk-card-media-top.card-media.card-media--icon {
  z-index: 1;
  position: relative;
  border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.color3 .card-media--icon {
  
  background-color: #8031A7;
  position: relative; /* Ensure positioning context for the pseudo-element */
}
.color3 .card-media--icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://rplstatic.s3.us-west-2.amazonaws.com/reginalibrary.ca/public/2024-06/LightPurple_11x8.5.png");
  background-size: 200%; /* Adjust the size as needed */
  opacity: 0.3; /* Adjust the opacity as needed */
  z-index: -1; /* Ensure the pseudo-element is behind the content */
  pointer-events: none; /* Ensure the pseudo-element does not interfere with interactions */
}
.singleHeroAreaImageOnlydigital{
height: 145px;
}

.disc-digital{
  padding:20px 0px;
}

.singleHeroAreaImageOnlydigital h2{
  margin-top: 104px;
  font-size: 35px;
  font-weight: bold;
}
.text-right{
  text-align: right;
}
.digital-go a{
  padding: 19px 57px;
  font-size: 30px;
}
.digital-go a i{
  color:white;
}
.digital-terms{
  margin-top:40px;
}
.light-grey{
  background-color: #f3f3f3;
  padding-top: 30px;
  padding-bottom: 20px;
}
.white-bg{
  background-color: white;
  padding-top: 23px;
    padding-bottom: 20px;
}
#block-rplfeaturedcontentdigitalservice{
  margin-top: 0px;
}
.row.align-items-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap; /* Added for responsive design */
  justify-content: center;
}

.outagetitle {
  margin: 0;
}

.text-right p {
  margin: 0;
  padding: 0px 15px;
}
.bread-title h1{
  color: white;
  font-size: 15px !important;
}

.content-left, .content-right {
  flex: 1;
  padding: 10px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .content-left, .content-right {
      flex: 0 0 100%;
      text-align: center; /* Center text on small screens */
      margin-bottom: 20px; /* Add spacing between sections */
  }

  .text-right {
      text-align: center; /* Center text on small screens */
  }
  .rpl-help-search-content {
    flex-direction: column; /* Stack items vertically */
    gap: 10px; /* Reduce gap for smaller screens */
}
.close-container{
  top: -158px !important;
    right: -1px !important;
}
#search-filters {
  display: none; /* Hide filters initially */
}

#search-filters.active {
  display: block; /* Show filters when toggled */
}
.toggle-icon {
  display: inline-block; /* Show toggle icon on mobile */
}
}
/* Desktop-specific styles */
@media (min-width: 769px) {
  .toggle-icon {
      display: none; /* Hide toggle icon on desktop */
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .content-left, .content-right {
      flex: 0 0 50%;
  }
}

@media (min-width: 993px) {
  .content-left, .content-right {
      flex: 0 0 50%;
  }

  .text-right {
      text-align: right; /* Right-align text on larger screens */
  }
}




.expandable-section {
  background-color: #5c772d; /* Background color from the image */
  color: white;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  position: relative;
}
.expandable-section h2{
  color:white;
}
.expandable-section .icon {
  display: block;
  margin-top: 10px;
  font-size: 24px;
}

.content-section {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.content-section.expanded {
  max-height: 500px; /* Adjust based on your content's height */
  padding: 20px;
}

.content-section .content {
  display: flex;
  flex-wrap: wrap; /* Added for responsive design */
}

.content-section .content > div {
  flex: 1;
  padding: 10px;
  
}

/* Responsive styles */
@media (max-width: 768px) {
  .content-section .content > div {
      flex: 0 0 100%; /* Full width on small screens */
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .content-section .content > div {
      flex: 0 0 50%; /* Half width on medium screens */
  }
}

@media (min-width: 993px) {
  .content-section .content > div {
      flex: 0 0 50%; /* Adjust as needed for larger screens */
  }
}

.app-section {
  background-color: #5e2a78; /* Background color from the image */
  color: white;
  text-align: center;
  padding: 20px;
}

.app-section h2 {
  margin-bottom: 20px;
  color:white
}

.app-buttons {
  display: flex;
  justify-content: center;
}

.app-buttons a {
  display: inline-block;
  color: white;
  border: 1px solid white;
  padding: 10px 20px;
  margin: 0 10px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.app-buttons a i{
  color:white;
}

.app-buttons a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}


.recommend-section {
  /* padding: 20px; */

}


.recommend-section h2 {
  margin-bottom: 20px;
  font-weight: bold;
}

.recommend-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 27px;
}
.recommend-container a{
  text-decoration: none;
}
.slider-container .col-md-12{
  transition: transform 0.3s;
}
.slider-container .col-md-12:hover{
  transform: scale(1.05);
}
.recommend-card {
  background-color: #f1f1f1;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  margin-bottom: 20px;
}

.recommend-card:hover {
  transform: scale(1.05);
}

.recommend-card img {
  width: 100%;
  height: auto;
}

.card-content {
  padding: 15px;
  background-color: #d3d3d3; /* Match the color from your image */
  text-align: left;
}

.card-content p {
  margin: 0;
  font-weight: bold;
}

/* Responsive styles */
@media (min-width: 576px) {
  .recommend-card {
      flex: 0 0 48%; /* Two cards per row on small screens */
  }
}

@media (min-width: 768px) {
  .recommend-card {
      flex: 0 0 32%; /* Three cards per row on medium and larger screens */
  }
}




/* Slider Code */

.slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-container {
  display: flex;
  transition: transform 0.5s ease;
}

.slider-container a {
  flex: 0 0 25%; /* Show 4 items at a time */
  box-sizing: border-box;
}

.slider-button {
  cursor: pointer;
  font-size: 2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.slider-button.left {
  left: 10px;
}

.slider-button.right {
  right: 10px;
}

.slider-button:focus {
  outline: 2px solid #000;
}

.slider-button svg {
  width: 24px;
  height: 24px;
}



.recommend-card {
  width: 264px;
  height: 250px; /* Adjust height to match the design */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #d3d3d3; /* Adjust background color to match your design */
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .slider-container a {
    flex: 0 0 33.33%; /* Show 3 items */
  }
  .recommend-card {
    width: 347px;
  }
}

@media (max-width: 768px) {
  .slider-container a {
    flex: 0 0 50%; /* Show 2 items */
  }
  .recommend-card {
    flex: 0 0 50%; /* Show 2 items */
  }
}

@media (max-width: 480px) {
  .slider-container a {
    flex: 0 0 100%; /* Show 1 item */
  }
  .recommend-card {
    width: 365px;
  }
}
.all-services{
  text-align: right;
}
.term-heading{
  padding-left: 10px;
}
.image-container {
  width: 100%;
  height: 150px; /* Adjust the height for the image section */
  background-size: cover;
  background-position: center;
}
.recommend-card h2{
  font-size: 20px !important;
}
.card-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px; /* Adjust height to match the design */
  width: 100%;
  background: #d3d3d3; /* Adjust background color to match your design */
  color: #4a4a4a; /* Adjust text color to match your design */
  text-align: center;
  font-weight: bold;
  padding: 10px;
}
.niche-img-digital{
    display: flex;
    justify-content: right;
}
.niche-img-digital img{
  border-radius: 5px;
}


/* New york times css code */
.new-york-img-icon img{
  width:180px;
}
.newyork-rt-card{
  text-align: center;
}
.newyork-rt-card p{
padding: 0px 10px;
}
.img-center{
  justify-content: center;
}
.serviceimage-nktime h3{
  font-weight: bold;
  margin-top: 20px;
}
.serviceimage-nktime:hover{
  background-color: #009f9d;
  text-decoration: none;
  
}
.serviceimage-nktime:hover h3,
.serviceimage-nktime:hover p {
  color: white;
}

.serviceimage-nktime a{
  background: #00335b;
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
}
.serviceimage-nktime:hover a {
  color: #00335b;
  background: white;
}

.serviceimage-nktime{
  padding: 0px 0px 60px 0px !important;
  min-height: 413px;
}
.serviceimage-nktime .icon{
  height:200px;
}

.serviceimage-nktime .news{
background-color: #F7F7F7;
}
.serviceimage-nktime .cooking{
background-color: #E33D26;
}
.serviceimage-nktime .sports{
  background-color: #181818;
}
.serviceimage-nktime .games{
  background-color: #EFEBEA;
}
.serviceimage-nktime .games img{
  width: 250px;
}
.uk-card-body{
  margin-top: 0px !important;
  text-align: center;
  font-weight: bold;
  /* min-height: 105px; */
  background-color: #ececec;
  padding: 25px 0px;
  border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;

}
.uk-card-body h3{
  font-weight: bold !important;
  font-size: 18px !important;
}

/* FAQ modal CSS */
.modal-box{ font-family: 'Montserrat', sans-serif; }
.modal-box .show-modal{
    color: #175cab;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    display: block;
}
.modal-box .show-modal:hover,
.modal-box .show-modal:focus{
    color: #175cab;
    border: none;
    outline: none;
}
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal-dialog{
    margin: 70px auto 0;
}
.modal.fade .modal-dialog{
    transform: translateX(100px);
    transition: all 400ms cubic-bezier(.47,1.64,.41,.8);
}
.modal.in .modal-dialog{ transform: translateX(0); }
.modal-box .modal-dialog .modal-content{
    background: #fff;
    text-align: center;
    border: none;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.modal-box .modal-dialog .modal-content .close{
    color: #1eaaf1;
    font-size: 30px;
    line-height: 15px;
    opacity: 1;
    position: absolute;
    left: auto;
    top: 20px;
    right: 15px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close span{
    margin: -2px 0 0 0;
    display: block;
}
.modal-content .close:hover{ color: #1eaaf1; }
.modal-box .modal-dialog .modal-content .modal-body{ padding: 0 45px 45px !important; }
.modal-box .modal-dialog .modal-content .modal-body .modal-icon{
  color: #fff;
  background: #1eaaf1;
  font-size: 38px;
  line-height: 101px;
  width: 89px;
  height: 89px;
  margin: -63px auto 15px;
  border-radius: 50%;
  display: inline-block;
}
.modal-box .modal-dialog .modal-content .modal-body .title{
    color: #1eaaf1;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    text-transform: capitalize;
    margin: 0 0 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    color: #767676;
    font-size: 23px;
    font-weight: 400;
    margin: 0 0 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .input-group{
    background-color: #eff7ff;
    padding: 2px 1px;
    margin: 0 auto;
    border: 1px solid #c5cfdb;
    border-radius: 25px;
}
.modal-box .modal-dialog .modal-content .modal-body input{
    background-color: transparent;
    font-size: 18px;
    width: calc(100% - 45px);
    height: 40px;
    border-radius: 25px;
    border: none;
    box-shadow: none;
}
.modal-box .modal-dialog .modal-content .modal-body input:focus{ box-shadow: none; }
.modal-box .modal-dialog .modal-content .modal-body .btn{
    color: #fff;
    background-color: #1eaaf1;
    font-size: 20px;
    line-height: 35px;
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 50%;
    border: none;
    transition: all 0.4s ease 0s;
}
.modal-box .modal-dialog .modal-content .modal-body .btn:hover{
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 767px){
    .modal-box .modal-dialog{ width: 95% !important; }
    .modal-box .modal-dialog .modal-content .modal-body{ padding: 0 25px 45px !important; }
    .modal-box .modal-dialog .modal-content .modal-body .title{ font-size: 33px; }
}


.forum-items{
  display: flex;
    flex-wrap: wrap;
}
.forum-items .col-xl-6, .col-lg-6, .col-md-6, .col-sm-12 {
 margin-bottom: 20px;
  flex: 1 1 auto;
}
/* Make sure each card stretches to take equal height */
.explore-topics-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}


.helpfaq-desc {
  display: flex;
  flex-direction: column;
  gap: 10px; /* Adjust spacing between items if needed */
  text-align: left;
}

.helpfaq-desc .two-column {
  display: flex;
  border-bottom: 1px solid #ccc; /* Line between columns */
  padding-bottom: 10px; /* Adjust spacing below the line if needed */
  flex-wrap: wrap;
}

.helpfaq-desc .two-column > div {
  padding: 10px;
}

.helpfaq-desc .column {
  flex: 1;
}

.helpfaq-desc .full-width {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ccc; /* Line at the bottom */
}
.feedback-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
  flex-wrap: wrap;
}
.help-site-element-7a7986e,
.help-site-element-4da1c06,
.help-site-element-049edff{ 
  flex:1;
}

.help-link {
  margin-right: auto;
}

.help-link a {
  text-decoration: none;
  color: black;
  font-size: 14px;
}

.help-link a span {
  color: #00AEEF;
}

.feedback-buttons {
  display: flex;
  align-items: center;
}

.feedback-buttons span {
  margin-right: 10px;
  font-size: 14px;
}

.feedback-buttons button {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border: none;
  border-radius: 20px;
  margin-left: 5px;
  cursor: pointer;
  font-size: 14px;
}

.yes-button {
  background-color: #34A853;
  color: white;
}

.yes-button .count {
  background-color: white;
  color: #34A853;
  border-radius: 50%;
  padding: 0 5px;
  margin-left: 5px;
  /* display: none; */
}
.no-button .count {
  background-color: white;
  color: #EA4335;
  border-radius: 50%;
  padding: 0 5px;
  margin-left: 5px;
  /* display: none; */
}

.no-button {
  background-color: #EA4335;
  color: white;
}
.sub-yes{
  color:green !important;
}
.sub-no{
  color:red !important;
}
.submit-error{
  text-align: center;
}




.rpl-help-accordin {
  padding-left: 20px;
}

.rpl-help-accordin-item {
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: white;
}

.rpl-help-accordin-button {
  width: 100%;
  background: none;
  border: none;
  padding: 20px;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  transition: background-color 0.3s;
  border-radius: 8px;
  font-weight: 500;
}

.rpl-help-accordin-button:hover {
  background-color: #f1f1f1;
}

.rpl-help-accordin-button:focus {
  outline: none;
}

.rpl-help-accordin-icon {
  font-size: 18px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8031A7;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.rpl-help-accordin-content {
  max-height: 0;
  overflow: hidden;
  transition: height 0.3s ease, padding 0.3s ease;
  padding: 0 20px;
  background-color: #fff;
  height: 0; /* Start with height 0 */
}

.rpl-help-accordin-content p {
  margin: 20px 0;
  color: #555;
}

.rpl-help-accordin-content.open {
  height: auto; /* Set height to auto for open state */
  padding: 20px;
}

.rpl-help-accordin-content.open.show {
  height: auto;
  max-height: 5000px;
}
.myhelp-info{
  padding-bottom: 20px;
  text-align: center;
}
.topic-icon{
  font-size: 16px;
    padding-right: 5px;
}
.rt-image-video img{
  width: 282px !important;
  max-width: 336px !important;
}

/* Hidden rpl search css starts here*/


.hidden-help-search{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -230px;
    margin-bottom: 0px;
    padding: 0px 10px 0px 10px;
}
.hidden-help-search .rpl-help-site-container{
  
    background: white;
    border-radius: 20px;
    margin-bottom: 50px;
}

#help-search-query{
  min-height: 70px;
  width: 100%;
  background: 0 0;
  border: 0;
  background: #fff;
  display: block;
  width: 100%;
  padding: 10px 70px 10px 32px;
  font-size: 18px;
  color: #666;
  border-radius: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}


#search-suggestions {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 779px; /* Adjust width as needed */
  position: absolute; /* Ensure it appears below the input field */
  z-index: 1000; /* Keep it above other elements */
}

/* Styling for the list */
#suggestion-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Styling for each suggestion item */
#suggestion-list li {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
#suggestion-list li a{
  font-weight: normal;
}

#suggestion-list li:hover {
  background-color: #f1f1f1;
}

/* Font Awesome icon styling */
#suggestion-list li i {
  margin-right: 10px;
  color: #555; /* Adjust icon color as needed */
}

/* Hide the suggestions initially */
#search-suggestions {
  display: none;
   overflow: hidden; /* Hide overflow during sliding */
}
.hidden-help-search{
  display: none;
}
.help-site-close {
  position: absolute;
  top: -64px;
  right: -52px;
  z-index: 50;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 51px;
}

.close-container{
  margin: auto;
  width: 50px;
  height: 50px;
  margin-top: 100px;
  cursor: pointer;
  position: absolute;
  top: -143px;
  right: -52px;
  z-index: 50;
}

.leftright{
  height: 4px;
  width: 50px;
  position: absolute;
  margin-top: 24px;
  background-color: #F4A259;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}

.rightleft{
  height: 4px;
  width: 50px;
  position: absolute;
  margin-top: 24px;
  background-color: #F4A259;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}

/* label{
  color: white;
  font-family: Helvetica, Arial, sans-serif; 
  font-size: .6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .3s ease-in;
   opacity: 0; 
} */
.close{
  margin: 60px 0 0 5px;
  /* position: absolute; */
}
.help-parent-label{
color:white;

}
.help-child-label{
  color:white;
}

.close-container:hover .leftright{
  transform: rotate(-45deg);
  background-color: #F25C66;
}
.close-container:hover .rightleft{
  transform: rotate(45deg);
  background-color: #F25C66;
}
.close-container:hover label{
  opacity: 1;
}

.rpl-help-site-search-results{
  padding:20px;
}
.hidden-help-search .rpl-help-site-container{
  display: block !important;
  margin-bottom: 0px;
}
.load-more-btn {
  background-color: #005088;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  border-radius: 25px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 185px;
}

.load-more-btn:hover {
  background-color: purple;
  color: white;
}

.load-more-btn .fa-loadmore {
  margin-left: 10px;
}
.load-more-srch
  {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    margin: 0;
    /* background-color: #f5f5f5; */
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.feedback-form textarea{
  width: 100%;
  border-radius: 10px;
  padding: 10px;
}
.feedback-form button{
  background-color: #005088;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  border-radius: 25px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.feedback-form button:hover {
  background-color: purple;
  color: white;
}
.feedback-form{
  text-align: center;
}
/* Hidden rpl search ends here */
.explore-topics-list {
  list-style: none; /* Remove bullet points */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}

.explore-topics-list li {
  display: flex; /* Align items in a row */
  justify-content: space-between; /* Space items to the left and right */
  align-items: center; /* Vertically align content */
  padding: 10px 0; /* Add vertical spacing */
  border-bottom: 1px solid #e0e0e0; /* Optional: Add a separator between items */
}

.explore-topics-list li:last-child {
  border-bottom: none; /* Remove the border for the last item */
}

.topic-icon {
  margin-right: 10px; /* Add spacing between the icon and text */
  color: #6c757d; /* Icon color */
  /* font-size: 1.2rem; Adjust icon size */
}

.child-term-name {
  /* font-weight: bold; Make the name bold */
  /* font-size: 1rem; Adjust font size */
  color: #333; /* Text color */
  flex: 1; /* Allow the name to take up available space */
}

.child-term-count {
  font-weight: normal; /* Normal font weight */
  /* font-size: 0.9rem; Slightly smaller font size */
  color: #555; /* Color for contrast */
  white-space: nowrap; /* Prevent text wrapping */
  text-align: right; /* Align the count to the far right */
}
.child-terms-help li{
  list-style-type: none;
  margin-bottom: 9px;
  margin-left: -20px;

}
.child-terms-help .icon{
  list-style-type: none;
  border-radius: 50px !important;
}

  .centered-link {
    text-align: center;
    margin-top: 20px;
}

.centered-link a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #00335B; /* Change to your preferred color */
    color: #ffffff;
    border-radius: 5px;
}

.centered-link a:hover {
    background-color: #00335B; /* Darker shade on hover */
}
.help-site-element-0bd4522 .rpl-help-site-container .rpl-help-col-50{
  margin-bottom: 50px;
}

/* Hide the child category list by default */
.child-terms.hide {
  display: none;
}

/* Show when expanded */
.child-terms.show {
  display: block;
}

/* Ensure the parent container is properly aligned */
.explore-topics-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* Ensure title area is aligned left */
.title-area {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

/* Right side controls (article count + expand button) */
.right-controls {
  display: flex;
  align-items: center;
  gap: 10px; /* Adds spacing between elements */
}

/* Styling for the expand/collapse button */
.rpl-help-toggle {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #8031A7;
  border-radius: 50%;
  line-height: 1;
}


.number-of-article{
  margin-right: 5px;
}
.help-my-icon-sec h3{
  color:white
}
.help-cat-purple::before{
  color:purple;
}
.help-site-all-pages .help-my-icon-sec{
  padding: 9px 10px;
}

.help-site-all-pages .help-site-element-populated{
  padding:0px !important;
}
.help-site-all-pages .rpl-help-accordin-button{
  padding: 7px 20px;
}


.help-site-all-pages .rpl-help-widget:not(:last-child){
  margin:0px;
}
.reading-history-height .card,
.fines-list .card{
  height:auto !important;
  min-height: auto !important;
}
.reading-card {
  position: relative;
  padding-bottom: 2.5rem; /* make room so the button doesn't overlap content */
}

.reading-card .remove-btn {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.myaccount-listfilter-wrapper:after{
  top:18px !important;
}
.status-badge {
  display: inline-block;
  font-size: 14px;         /* slightly smaller text */
  font-weight: 600;
  padding: 2px 6px;          /* 👈 small top/bottom padding */
  border-radius: 4px;
  line-height: 1.2;
}

.status-badge.fee {
  background-color: #fdd;
  color: #c00;
}

.status-badge.credit {
  background-color: #e6f9f0;
  color: #0a8a4a;
}
@media (max-width: 768px) {
  .total-fine-mobile {
    display: flex;
    width: 100%;
  }

  .total-fine-mobile > .btn {
    flex: 1 1 50%;   /* each takes half */
    text-align: center;
  }

  .total-fine-mobile > .btn:first-child {
    margin-right: 6px; /* small space between them */
  }
}
.total-fine-mobile .btn-success{
 background: #005088;
    border: #005088;
}
.weblinks-dropdown {
  position: relative;
  display: inline-block;
}

.weblinks-menu {
  position: absolute;
  top: calc(100% + 6px);  /* just under the button */
  right: 0;               /* align with button’s right edge; change to left:0 if preferred */
  min-width: 450px;
  background: #fff;
  border: 1px solid #d6e3ea;
  border-radius: 4px;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  padding: 6px 0;
  z-index: 1000;
  display: none;          /* hidden by default */
}

.weblinks-dropdown.open .weblinks-menu {
  display: block;
}

.weblink-item {
  display: block;
  padding: 8px 12px !important;
  text-decoration: none;
  color: #222;
  white-space: normal;    /* allow wrap */
}

.weblink-item:hover,
.weblink-item:focus {
  background: #f5f9fb;
  text-decoration: none;
}

.weblink-item-title {
  font-weight: 600;
  margin-bottom: 2px;
      text-align: left;
    font-size: 13px;
}

.weblink-item-url {
  font-size: 12px;
  color: #666;
  word-break: break-all;
  line-height: 1.2;
  text-align: left;
}

/* flip the arrow when open */
.weblinks-dropdown.open .weblinks-caret {
  transform: rotate(180deg);
}
.amount-badge {
  display: inline-block;
  min-width: 84px;          /* optional: keeps sizes consistent */
  padding: 10px 18px;       /* adjust to taste */
  border-radius: 12px;      /* rounded corners like your screenshot */
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  border: 1px solid rgba(0,0,0,0.15);
}

/* Charge (red on light red) */
.amount-badge--charge {
  background: #fdecec;      /* soft red background */
  color: #c62828;           /* red text */
  border-color: #e0bcbc;    /* subtle border */
}

/* Credit (green on light green) */
.amount-badge--credit {
  background: #e9f8f0;      /* soft green background */
  color: #0a8a4a;           /* green text */
  border-color: #b8e0cb;    /* subtle border */
}
/* Highlight the whole card when this was borrowed before */
.card.rpl-borrowed {
  border: 2px solid #f6c343;              /* vivid yellow */
  box-shadow: 0 8px 24px rgba(246,195,67,.35), 0 0 0 3px rgba(246,195,67,.12) inset;
  background: linear-gradient(180deg, #fffdf3 0%, #ffffff 60%); /* soft warm top tint */
  transition: box-shadow .2s ease, transform .06s ease;
}
.card.rpl-borrowed:hover {
  box-shadow: 0 10px 28px rgba(246,195,67,.42), 0 0 0 3px rgba(246,195,67,.16) inset;
}

/* Prominent “Borrowed before” chip next to the title */
.rpl-badge-borrowed {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: .5rem;
  padding: .2rem .6rem;
  font-size: .78rem;
  font-weight: 700;                       /* make it pop */
  line-height: 1.2;
  border-radius: 999px;
  border: 1px solid #f6c343;
  background: #ffe27a;                    /* brighter yellow chip */
  color: #5a4200;                         /* readable on yellow */
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
}
.rpl-badge-borrowed .fa-history {        /* keep icon subtle but visible */
  font-size: .9em;
  opacity: .9;
}

