@font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsX_LA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sW_LA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LA.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC9wR_LA.ttf) format('truetype');
  }
  body {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    color: #222222;
  }
  body {
    margin: 0;
  }
  h2 {
    font-size: 2em !important;
  }
  ul {
    list-style-type: none;
  }
  a {
    text-decoration: none;
    color: #222222;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
  }
  a:hover {
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
  }
  span.light {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
  }
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  .mod {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    max-width: 1440px;
  }
  @media only screen and (min-width: 1500px) {
    .mod {
      width: 60%;
      margin-left: 20%;
      margin-right: 20%;
    }
  }
  .btn {
    background-color: #9ac347;
    color: #222222;
    padding: 1.25em 3em;
    border-radius: 40px;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
  }
  .btn.primary {
    box-shadow: inset 0 0 0 0 #7b9c39;
  }
  .btn.primary:hover {
    box-shadow: inset 400px 0 0 0 #7b9c39;
    color: #ffffff;
  }
  .btn.secondary {
    background-color: #f1844e;
    box-shadow: inset 0 0 0 0 #f15002;
  }
  .btn.secondary:hover {
    box-shadow: inset 400px 0 0 0 #f15002;
    color: #ffffff;
  }
  .btn.tertiary {
    background-color: transparent;
    border-radius: 0;
    padding: 0 0 0.25em 0;
    border-bottom: 3px solid #222222;
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
  }
  .btn.tertiary:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f0a9";
    padding-left: 0.5em;
    color: #f1844e;
  }
  .btn.tertiary:hover {
    color: #222222;
    border-bottom: 3px solid #f1844e;
  }
  .btn.text-link {
    background-color: transparent;
    border-bottom: none;
    text-decoration: underline;
    text-decoration-color: #9ac347;
    padding: 0;
  }
  .btn.text-link:hover {
    color: #222222;
    text-decoration-color: #7b9c39;
  }
  .results-wrap {
    position: relative;
  }
  .renewable-energy-icon:before {
    content: "";
    background: url(../../images/renewable-leaf.svg) no-repeat;
    display: block;
    width: 2em;
    height: 2em;
    margin-top: 0.75em;
  }
  
  /*Survey Monkey*/
  .close-survey {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #f1844e;
    font-size: 28px;
    cursor: pointer;
  }
  .survey-wrapper {
      z-index: 50;
      position: sticky;
      bottom: 55%;
  }
  
  .survey-wrapper.survey-shown {
      bottom: 90%;
  }
  
  .survey-wrapper .survey-inner {
      display: flex;
      align-items: center;
      position: absolute;
      right: 0;
  }
  
  .survey-wrapper .survey-btn {
      background: #02423E;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      padding: 14px;
      width: fit-content;
      transform: rotate(270deg);
      cursor: pointer;
      margin-right: -64px;
  }
  
  .survey-wrapper .survey {
      border: 3px solid #02423E;
  }
  
  #filter-form {
      display: block;
      position: relative;
  }
  @media only screen and (min-width: 980px) {
      #filter-form {
          display: flex;
          justify-content: space-between;
          align-items: start;
      }
  }
  @media only screen and (max-width: 979px) {
      #shop-for-rates.mod {
          width: 90%;
          margin: 0 5%;
      }
  }
  
  /*crosslink*/
  #shop-for-rates .crosslink-wrap {
      background-color: white;
      padding: 0;
      margin-top: 20px;
      padding-bottom: 20px;
  }
  #shop-for-rates .crosslink-wrap > div {
      margin-bottom: 10px;
  }
  #shop-for-rates .crosslink-wrap .crosslink-title {
      font-weight: bold;
      font-size: 22px;
  }
  @media only screen and (max-width: 979px) {
      #shop-for-rates .crosslink-wrap {
          display: none;
      }
  }
  
  /*filters*/
  .offers-wrap {
      overflow-x: hidden;
  }
  #shop-for-rates .offer-filters {
      background-color: #EDF9F7;
      padding: 0.25em 1em 1em 1em;
  }
  
  #shop-for-rates .form-wrap .filter-heading {
      text-transform: uppercase;
      color: #02423E;
      font-weight: bold;
      padding-bottom: 0.75em;
      padding-top: 0.75em;
      font-size: 20px;
  }
  
  #shop-for-rates .form-wrap .filter-heading:first-child {
      padding-top: 0;
  }
  
  #shop-for-rates .filter-wrap {
      padding-bottom: 10px;
  }
  
  #shop-for-rates .filter-wrap .filter-flexed {
      display: flex;
      align-items: center;
  }
  
  #shop-for-rates .filter-wrap .filter-flexed .input-holder:first-child {
      margin-right: 10px;
  }
  
  #shop-for-rates .filter-wrap .filter-flexed .input-holder:last-child {
      margin-left: 10px;
  }
  
  #shop-for-rates .filter-wrap .input-holder {
      padding-bottom: 10px;
  }
  
  #shop-for-rates .filter-wrap .input-holder.text input {
      width: 80px;
      padding: 8px 5px;
      border: 1px solid black;
      font-size: 16px;
  }
  
  @media only screen and (min-width:980px) and (max-width:1100px) {
      #shop-for-rates .filter-wrap .input-holder.text input {
          width: 60px;
      }
  }
  
  #shop-for-rates .filter-wrap .input-holder.select {
      font-size: 16px;
      width: 200px;
      position: relative;
      cursor: pointer;
  }
  
  #shop-for-rates .filter-wrap .input-holder.select#rs {
      width: 320px;
      max-width: 100%;
  }
  #shop-for-rates .filter-wrap .input-holder.select .selected {
      text-wrap: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  
  #shop-for-rates .filter-wrap .input-holder.select .select-label {
      border: 1px solid black;
      padding: 8px 8px 8px 5px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: white;
  }
  
  #shop-for-rates .filter-wrap .input-holder.select .select-label span {
      padding-right: 2em;
  }
  
  #shop-for-rates .filter-wrap .input-holder.select .select-options {
      border: 1px solid black;
      margin-top: -1px;
      z-index: 10;
      position: absolute;
      left: 0;
      right: 0;
  }
  
  #shop-for-rates .filter-wrap .input-holder.select .select-options .option {
      background: white;
      cursor: pointer;
  }
  
  #shop-for-rates .filter-wrap .input-holder.select .select-options .option:hover {
      background: #D3E0DF;
      cursor: pointer;
  }
  
  #shop-for-rates .filter-wrap .input-holder.select .select-options label {
      cursor: pointer;
      width: 100%;
      display: inline-block;
      height: 100%;
      padding: 8px 16px 8px 5px;
  }
  
  #shop-for-rates .filter-wrap .input-holder.select .select-options .option input[type="radio"] {
      display: none;
  }
  
  #shop-for-rates .filter-wrap .input-holder.select .select-options.multi-check .option {
      display: flex;
      align-items: center;
  }
  
  #shop-for-rates .form-wrap .filter-label {
      font-weight: bold;
      font-size: 16px;
      padding-bottom: 5px;
  }
  
  @media only screen and (min-width: 980px) {
      #shop-for-rates .form-wrap {
          width: 25%;
          position: sticky;
          left: 0;
          top: 10px;
          max-width: 320px;
          overflow-y: scroll;
          scrollbar-width: thin;
          height: calc(100vh - 200px);
      }
      #shop-for-rates .form-wrap .filter-heading {
          font-size: 22px;
      }
      #shop-for-rates .form-wrap .filter-label {
          font-size: 18px;
      }
  }
  @media only screen and (min-width: 1280px) {
       #shop-for-rates .form-wrap {
           height: calc(100vh - 200px);
       }
  }
  #shop-for-rates .form-wrap .checkboxes .option{
      display: flex;
      align-items: center;
  }
  
  #shop-for-rates .form-wrap input[type="checkbox"] {
      outline: 1px solid #000;
      border: none !important;
      outline-offset: -1px;
      width: 18px;
      height: 18px;
      margin-right: 4px;
      aspect-ratio: 1;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #ffffff;
      box-shadow: none;
      content: '';
  }
  
  #shop-for-rates .form-wrap input[type="checkbox"]:checked:before {
      font-family: 'Font Awesome 5 Pro';
      content: "\f00c";
      display: block;
      width: 12px;
      height: 12px;
      margin-left: 3px;
      margin-top: 2px;
      font-weight: bold;
  }
  
  /*tags-sort*/
  #shop-for-rates .tag-sort-wrap {
      display: flex;
      flex-direction: column;
      align-items: start;
      justify-content: space-between;
      flex-wrap: wrap;
      /*padding: 1em 0;*/
  }
  @media only screen and (min-width: 980px) {
      #shop-for-rates .tag-sort-wrap {
          flex-direction: row;
      }
  }
  
  /*tags*/
  #shop-for-rates .tag-wrap {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 10px;
  }
  #shop-for-rates .currentfilter-label {
      margin-bottom: 10px;
      margin-right: 10px;
      font-weight: normal;
  }
  #shop-for-rates .tag-wrap button{
      font-family: 'Lexend', sans-serif;
      color: #02423E;
      border: none;
      outline: none;
      padding: 10px;
      margin-bottom: 10px;
      margin-right: 10px;
      border: 1px solid #02423E;
      font-size: 14px;
      border-radius: 40px;
      box-shadow: inset 0 0 0 0 #02423E;
      -webkit-transition: ease-out 0.1s;
      -moz-transition: ease-out 0.1s;
      transition: ease-out 0.1s;
      display: flex;
      align-items: center;
  }
  #shop-for-rates .tag-wrap button i {
      color: #02423E;
      margin-right: 6px;
      font-size: 20px;
  }
  #shop-for-rates .tag-wrap button:hover {
      color: #fff;
      box-shadow: inset 400px 0 0 0 #02423E;
  }
  #shop-for-rates .tag-wrap button:hover i {
      color: #fff;
  }
  
  /*sort*/
  #sort-dropdown {
      display: flex;
      align-items: center;
      padding-bottom: 0.75em;
      padding-top: 0.75em;
  }
  #sort-dropdown .filter-label {
      text-transform: uppercase;
      font-weight: bold;
      color: #02423E;
      font-size: 18px;
      margin-right: 10px;
  }
  #sort-dropdown .input-holder {
      padding-bottom: 0 !important;
  }
  @media only screen and (min-width: 1100px) {
      #sort-dropdown {
          position: absolute;
          right: 0;
      }
  }
  @media only screen and (max-width: 1099px) {
      #sort-dropdown {
          width: 100%;
          justify-content: end;
      }
  }
  
  /*offers wrap*/
  @media only screen and (min-width: 980px) {
      .offers-wrap {
          width: 73%;
          margin-left: 2%;
      }
  }
  
  .card-heading {
      text-transform: uppercase;
      color: #02423E;
      font-weight: bold;
      padding-bottom: 0.75em;
      padding-top: 0.75em;
      font-size: 20px;
  }
  
  .card-heading.large {
      font-size: 24px;
      padding-bottom: 0.25em;
  }
  
  .card-heading.full-width {
      width: 100%;
  }
  
  .card-subheading {
      font-weight: bold;
      font-size: 18px;
  }
  
  @media only screen and (min-width: 980px) {
      .card-heading {
          font-size: 22px;
      }
  }
  
  .filter-heading:first-child {
      padding-top: 0;
  }
  /*general card styling*/
  
  .card {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      flex-direction: column;
      border: 2px solid #02423E;
      padding: 24px 30px;
  }
  .card.offer-checked {
      box-shadow: 0 3px 20px #5f5f5f;
  }
  .card .data-wrap span {
      display: block;
      margin-bottom: 4px;
  }
  .card .description {
      font-size: 16px;
      display: block;
  }
  .card .description p {
      display: inline;
  }
  .card .description .text-link {
      font-size: 16px;
      padding: 0;
      text-underline-offset: 2px;
      display: inline;
      margin: 0;
  }
  .card .data-wrap.number {
      font-size: 18px;
  }
  .card .data-wrap .highlight {
      font-weight: bold;
      font-size: 20px;
  }
  .card .data-wrap .unit {
      font-size: 16px;
  }
  .card .top {
      margin-bottom: 20px;
      display: flex;
      flex-direction: column-reverse;
  }
  .card .middle {
      flex-direction: column;
  }
  .card .middle .container.second .number-wrap {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
  }
  .card .compare-checkbox {
      padding-bottom: 10px;
      cursor: pointer;
  }
  .card .compare-checkbox .form {
      background-color: #D3E0DF;
      padding: 10px 20px 10px 10px;
      font-weight: bold;
      font-size: 16px;
      width: fit-content;
      display: flex;
      align-items: center;
      float: right;
  }
  .card .company-info .name {
      font-size: 24px;
      font-weight: bold;
  }
  @media only screen and (max-width: 1299px) {
      .card .compare-checkbox .form {
          float: right;
      }
  }
  .card .compare-checkbox .form input {
      width: 16px !important;
      height: 16px !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #ffffff;
      box-shadow: none;
      content: '';
      margin-right: 10px;
      cursor: pointer;
  }
  .card .compare-checkbox .form .input {
      width: 16px !important;
      height: 16px !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #ffffff;
      box-shadow: none;
      content: '';
      margin-right: 10px;
      cursor: pointer;
  }
  .card .compare-checkbox .form input:checked:before {
      font-family: 'Font Awesome 5 Pro';
      content: "\f00c";
      display: block;
      width: 14px;
      height: 14px;
      margin: -1px 2px 2px 2px;
      font-weight: bold;
  }
  
  /**/
  .card.offer-checked .compare-checkbox .form .input:before {
      font-family: 'Font Awesome 5 Pro';
      content: "\f00c";
      display: block;
      width: 14px;
      height: 14px;
      margin: -1px 2px 2px 2px;
      font-weight: bold;
  }
  
  .card .company-info {
      width: 100%;
  }
  .card .company-info .phone {
      margin-top: 6px;
  }
  .card .company-info .phone a {
      text-decoration: none;
  }
  .card .company-info .phone a:hover {
      text-decoration: underline;
  }
  .card .middle .container .data-wrap .highlight.large {
      font-size: 28px;
  }
  .card .btn {
      padding: 1.25em 2em;
      display: block;
      width: fit-content;
  }
  .card button {
      border: none;
      outline: none;
      display: block;
  }
  .card .text-link:hover {
      text-decoration: none;
  }
  .card .middle .container.first {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: baseline;
  }
  .card .middle .container.first > div {
      width: 48%;
      margin-bottom: 16px;
  }
  .card .middle .container .description {
      width: 100% !important;
  }
  .card .middle .container.second {
      display: flex;
      flex-direction: column-reverse;
  }
  .card .middle .container.second > div {
      margin-bottom: 20px;
  }
  .card .middle .container.second .link-wrap {
      margin-bottom: 0;
  }
  /*general card larger than tablet*/
  @media only screen and (min-width: 980px) {
      .card {
          border: 2px solid #02423E;
          padding: 20px 20px;
      }
      .card .company-info {
          font-size: 18px;
          max-width: 60%;
      }
      .card .company-info .name {
          font-size: 24px;
      }
      .card .description {
          font-size: 14px;
      }
      .card button {
          font-size: 14px;
      }
      .card .description {
          font-size: 14px;
      }
      .card .description .text-link {
          font-size: 14px;
      }
      .card button {
          font-size: 14px;
      }
      .card .top {
          width: 100%;
          flex-direction: row;
          justify-content: space-between;
      }
      .card .middle {
          display: flex;
          justify-content: space-between;
      }
      .card .middle .container.second div:last-child {
          margin-bottom: 0;
      }
      .card .middle .container.second .number-wrap .data-wrap {
          font-size: 20px;
      }
      .card .middle .container.second .number-wrap .data-wrap:first-child {
          margin-right: 1.2em;
      }
  }
  @media only screen and (min-width: 980px) and (max-width: 1250px) {
      .card .last-updated {
          margin-bottom: 20px !important;
      }
  }
  /*general card styling larger than desktop*/
  @media only screen and (min-width: 1250px) {
      .card {
          padding: 20px 30px;
      }
      .card .middle {
          flex-direction: row;
      }
      .card .middle .container.first {
          flex-direction: row;
          width: 55%;
      }
      .card .middle .container.second {
          width: 40%;
          flex-direction: column;
      }
      .card .middle .container.second .link-wrap {
          margin-bottom: 20px;
      }
  }
  /*general card styling larger than desktopM*/
  @media only screen and (min-width: 1400px) {
      .card .middle .container.second .number-wrap .data-wrap:first-child {
          margin-right: 2em;
      }
  }
  
  /*general card styling larger than desktopL*/
  @media only screen and (min-width: 1600px) {
      .card button {
          font-size: 16px;
      }
      .card .middle .container.second .number-wrap .data-wrap:first-child {
          margin-right: 3.5em;
      }
      .card .middle .container.second {
          width: 42%;
      }
      .card .middle .container.second .number-wrap .data-wrap:first-child {
          margin-right: 2.4em;
      }
  }
  
  /*general card styling smaller than mobileS*/
  @media only screen and (max-width: 480px) {
      .card .company-info .name{
          font-size: 22px;
          padding-right: 1em;
      }
      .card .terms-conditions {
          width: 100% !important;
      }
  }
  
  /*dist specific*/
  
  .dist-card {
      background-color: #02423E;
      color: #fff;
      padding-bottom: 40px;
  }
  .dist-card a, .dist-card .text-link {
      color: #fff;
  }
  .dist-card .company-info {
      width: 100% !important;
  }
  .dist-card .rate-schedule {
      margin-top: 4px;
  }
  .dist-card .link-wrap {
      display: flex;
      flex-wrap: wrap;
  }
  
  /*supplier specific*/
  .offers-wrap .supplier-card:nth-child(even) {
      background-color: #F5F5F5;
  }
  .offers-wrap .supplier-card {
      margin-bottom: 20px;
  }
  .offers-wrap .supplier-card .company-info .name {
      color: #02423E;
  }
  .offers-wrap .supplier-card .data-wrap.number {
      font-size: 18px;
      color: #000;
  }
  .offers-wrap .supplier-card .data-wrap, .offers-wrap .supplier-card .description {
      color: rgba(0,0,0,0.72);
  }
  .offers-wrap .supplier-card .last-updated {
      color: rgba(0,0,0,0.72);
  }
  .offers-wrap .supplier-card .btn:after {
      content: "\f08e";
      font-family: 'Font Awesome 6 Pro';
      margin-left: 10px;
  }
  .offers-wrap .supplier-card .mfee-disclaimer {
      font-size: 16px;
      color: rgba(0,0,0,0.72);
  }
  /*supplier card styling mobile*/
  @media only screen and (max-width: 560px) {
      .offers-wrap .supplier-card .terms-conditions {
          width: 100% !important;
      }
  }
  
  /*misc override class*/
  .show-980-less {
      display: block;
  }
  .show-980-more {
      display: none;
  }
  .faded {
      opacity: 0.5;
  }
  @media only screen and (min-width: 980px) {
      .show-980-less {
          display: none;
      }
      .show-980-more {
          display: block;
      }
  }
  .hidden-heading {
      margin: 0;
      padding: 0;
      font-size: 1px;
      visibility: hidden;
  }
  .terms-conditions span {
      text-transform: lowercase;
  }
  .terms-conditions span:first-line {
      text-transform: capitalize;
  }
  .break {
      padding: 0 5px;
  }
  .crosslink {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
  }
  .crosslink a {
      margin: 5px 0;
  }
  .text-link {
      margin: 1em 0;
      font-weight: 700;
      background: transparent;
      text-decoration: underline;
      text-underline-offset: 4px;
      display: block;
      width: fit-content;
  }
  .text-link:hover {
      font-weight: 700 !important;
  }
  .hide-when-horizontal {
      display: auto !important;
  }
  .hide-when-vertical {
      display: none !important;
  }
  @media only screen and (min-width: 1250px) {
      .hide-when-horizontal {
          display: none !important;
      }
      .hide-when-vertical {
          display: auto !important;
      }
      .hide-when-vertical.flexed {
          display: flex !important;
      }
  }
  #change-zip, #change-zip-mobile {
      font-size: 16px;
      display: inline;
      text-transform: capitalize;
      padding-left: 10px;
      text-decoration-color: #9AC347;
      cursor: pointer;
  }
  #change-zip:hover, #change-zip-mobile:hover {
      text-decoration: none;
  }
  
  /*loader*/
  .results-loader {
      border: 16px solid #02423E;
      border-radius: 50%;
      border-top: 16px solid #f3f3f3;
      width: 80px;
      height: 80px;
      -webkit-animation: spin 2s linear infinite;
      /* Safari */
      animation: spin 2s linear infinite;
      margin: auto !important;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
    }
    /* Safari */
    @-webkit-keyframes spin {
      0% {
        -webkit-transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
      }
    }
    @keyframes spin {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    @media only screen and (min-width: 980px) {
      .results-loader {
          left: 25%;
      }
  }
  
  /*compare btn pop up*/
  .compare-btn-wrap {
      position: sticky;
      float: right;
      right: 0;
      bottom: 0;
      width: fit-content;
  }
  .compare-btn-wrap .inner-wrap {
    box-shadow: 0 5px 5px 0 #000000 !important;
    background: #02423E;
    width: fit-content;
    padding: 1em;
    color: white;
  }
  .compare-btn-wrap .inner-wrap .btn {
    border: none;
    cursor: pointer;
  }
  .compare-btn-wrap .comp-link {
      outline: none;
      border: none;
      font-size: 1em;
      text-decoration: underline;
      font-weight: bold;
      text-underline-offset: 2px;
      background: transparent;
      cursor: pointer;
      color: white;
  }
  .compare-btn-wrap .comp-link:hover {
      text-decoration: none;
  }
  @media only screen and (max-width: 782px) {
    .compare-btn-wrap .inner-wrap .btn {
      padding: 1.25em 1.5em;
    }
  }
  
  /*edc filters*/
  #edc-filters {
      background-color: rgba(0, 0, 0, 0.4);
      display: block;
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 52;
  }
  .edc-filters-wrap {
      background: white;
      padding: 3em 2em;
      position: absolute;
      top: 35%;
      width: 90% !important;
      margin: auto !important;
  }
  @media only screen and (min-width: 720px) {
      .edc-filters-wrap {
          width: 40% !important;
          left: 25% !important;
      }
  }
  @media only screen and (min-width: 1100px) {
      .edc-filters-wrap {
          width: 30% !important;
          left: 40% !important;
      }
  }
  .edc-filters-wrap .steps-wrap {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
  }
  .edc-filters-wrap .steps-wrap .step {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .edc-filters-wrap .steps-wrap .step > div {
    padding-bottom: 10px;
  }
  .edc-filters-wrap .steps-wrap .step .icon-wrap {
      text-align: center;
      font-size: 40px;
      font-weight: bold;
      margin: auto;
      color: #19413E;
  }
  .edc-filters-wrap .steps-wrap .step .step-heading {
    font-size: 18px;
    font-weight: bold;
  }
  .edc-filters-wrap .steps-wrap .step input[type="number"] {
    width: 120px;
    padding: 8px 5px;
    border: 1px solid black;
    font-size: 16px;
    text-align: center;
  }
  .edc-filters-wrap .steps-wrap .step .choice {
      padding: 6px 0;
  }
  .edc-filters-wrap .steps-wrap .step input[type="radio"] {
    margin-right: 10px;
  }
  @media only screen and (min-width: 980px) {
      .edc-filters-wrap .steps-wrap {
          flex-direction: row;
      }
      .edc-filters-wrap .steps-wrap .step {
          /* width: 33%; */
      }
  }
  .edc-filters-wrap div.btn {
    border: none;
    margin-top: 20px;
    padding-bottom: 1.25em !important;
    cursor: pointer;
  }
  .edc-filters-wrap .loader-wrapper .loader {
    border: 16px solid #02423E;
    border-radius: 50%;
    border-top: 16px solid #f3f3f3;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    margin: auto !important;
    position: fixed;
    left: 15%;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .edc-filters-wrap button {
      border: none;
  }
  #edcClose {
      position: absolute;
      right: 2em;
      top: 2em;
  }
  #edcClose span {
      background-color: #9AC347;
      border-radius: 50%;
      font-size: 2em;
      height: 26px;
      line-height: 0.7;
      margin-left: auto;
      padding: 10px;
      text-align: center;
      width: 26px;
      text-decoration: none;
      display: block;
      cursor: pointer;
  }
  /* Safari */
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  /*csv export and print*/
  .csv-export-wrap {
      display: flex;
      justify-content: end;
      flex-wrap: wrap;
      padding: 1em 0;
  }
  
  .csv-export-wrap .text-link:first-child {
      margin-right: 10px;
  }
  
  .csv-export-wrap i {
      margin-left: 6px;
  }
  
  .csv-export-wrap .text-link {
      font-size: 16px;
      display: inline;
      text-transform: capitalize;
      padding-left: 10px;
      text-decoration-color: #9AC347;
      cursor: pointer;
      margin-bottom: 0;
  }
  
  .csv-export-wrap .text-link:hover {
      text-decoration: none;
  }
  
  
/*back to top*/
#shop-for-rates .to-top-wrap {
    width: fit-content;
    margin: 20px auto;
}
#shop-for-rates .to-top-wrap .text-link i {
    margin-left: 5px;
    color: #f1844e;
}