    .job-filters p {
      margin: 0;
    }

    .display-false {
      display: none;
    }

    .view-more-filter {
      text-align: right;
      margin-top: 12px;
    }

    .ng-link {
      cursor: pointer;
      font-size: 14px;
      font-weight: 500;
      line-height: 17px;
      letter-spacing: -.18px;
      color: #0083da;
      text-transform: capitalize;
      padding: 0;
      text-decoration: none;
      outline: none;
      border: none;
      background: transparent;
    }

    .filter-arrow {
      position: relative;
      top: 0px;
      content: "";
      display: inline-block;
      width: 1.5rem;
      height: 1.5rem;
      border-right: 2px solid #666666;
      border-top: 2px solid #666666;
      transform: rotate(-45deg);
      margin-right: 0.5em;
      margin-left: 1.0em;
      cursor: pointer;
    }

    .filters-hide .filter-arrow {
      position: relative;
      cursor: pointer;
      top: 0px;
      content: "";
      display: inline-block;
      width: 15px;
      height: 15px;
      border-right: 2px solid #666666;
      border-top: 2px solid #666666;
      transform: rotate(135deg);
      margin-right: 0.5em;
      margin-left: 1.0em;
    }

    .filters-hide .view-more-filter {
      display: none;
    }

    .filter-section .sub-text {
      display: none;
    }

    .reset-all-filter {
      background: none;
      border: none;
      color: #0083da;
    }

    .clear-reset {
      display: none;
    }

    .filter-section .close {
      display: none;
    }

    .job_section {
      display: flex;
    }

    .jobs-container {
      flex: 3;
    }

    .filter-section .filter-heading {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .check-group {
      display: flex;
      align-items: center;
    }

    .refine.fxd {
      position: sticky;
      bottom: 30px;
      margin: 30px auto 0;
      background-color: #0083da;
      box-shadow: 0 2px 4px 0 #abcdde;
      color: #fff;
      cursor: pointer;
      border-radius: 20px;
      padding: 10px 24px;
      text-transform: capitalize;
      font-weight: 500;
      letter-spacing: -0.3px;
      line-height: 17px;
      text-align: center;
      border: 0;
      outline: 0;
      font-size: 14px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      text-decoration: none;
    }

    .filter-heading {
      font-weight: 500;
      color: #032946;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: -0.34px;
    }

    .check-group:last-child {
      margin-bottom: 0;
    }

    .check-aria li {
      list-style: none;
    }

    .check-aria {
      padding: 0;
      margin-bottom: 0;
    }

    .filters-hide .check-aria .check-group {
      display: none;
    }

    .filter-item-label {
      color: #0083da;
    }

    .filter-item-label:hover {
      border-bottom: none;
    }

    .topbar-filters {
      display: none;
    }

    .filter-section {
      border-radius: 5px;
      background-color: #f8f8f8;
      padding: 20px;
      box-sizing: border-box;
      margin-bottom: 4px;
      min-width: 271px;
    }

    .job-filters {
      flex: 1;
      margin: 0 10px;
    }

    .filter-heading>p {
      font-size: 16px;
      line-height: 19px;
      letter-spacing: -.34px;
      font-weight: 500;
      color: #032946;
    }

    .filter-heading .refine-search {
      font-size: 18px;
      font-weight: 600;
      line-height: 18px;
      color: #032946;
      letter-spacing: -.39px;
    }

    .label-text {
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      width: 200px;
      line-height: 18px;
      font-weight: 400;
      color: #032946;
      letter-spacing: -.3px;
      font-size: 14px;
    }

    .check-group input {
      margin: 5px;
      width: 14px;
      height: 14px;
      border: 1px solid #9fafc2;
      display: block;
      border-radius: 2px;
      margin-right: 12px;
      cursor: pointer;
    }

    .filter-reset {
      margin-left: 8px;
    }

    .lite {
      color: #3b6585;
      margin-left: 6px;
    }

    .check-group {
      display: flex;
      align-items: center;
      margin-top: 10px;
    }

    @media (max-width: 767px) {
      .display-false {
        display: block;
      }

      .filter-arrow {
        display: none;
      }

      .view-more-filter {
        display: none;
      }

      .job-filters .refine.fxd {
        visibility: hidden;
        height: 0;
        padding: 0;
        margin: 0;
      }

      .filter-section .fa-arrow-down {
        display: none;
      }

      .filter-section .close {
        display: block;
        margin-top: -3%;
      }

      .job_section {
        flex-direction: column;
      }

      .job-filters .filter-section,
      .refine.fxd {
        display: none;
      }

      #filterSheet .filter-section {
        display: block;
      }

      .srp-filters {
        width: 100%;
        height: 100%;
      }

      .srp-filters,
      .srp-listing {
        display: inline-block;
        vertical-align: top;
        overflow-y: scroll;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch !important;
      }

      .hideScrollBar {
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch !important;
        -ms-overflow-style: -ms-autohiding-scrollbar;
      }

      .topbar-filters {
        overflow-y: visible;
        white-space: nowrap;
        top: 0;
        display: -webkit-flex;
        display: flex;
        transition: top 0.4s ease;
        padding: 0 4.5% 3.5% 0;
        overflow-x: scroll;
        margin-left: 4.5%;
      }

      ul,
      a {
        list-style: none;
        border: 0;
        font-size: 100%;
        margin: 0;
        outline: 0;
        padding: 0;
        vertical-align: baseline;
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-text-size-adjust: none;
      }

      .filter-li {
        display: inline-block;

      }

      .topbar-filters .filter-item:last-child {
        margin-right: 0;
      }

      .topbar-filters .filter-item {
        height: 26px;
        display: inline-block;
        border: 1px solid;
        margin-left: 8px;
        padding: 0 10px;
        font-size: 12px;
        border-radius: 14px;
        -webkit-order: 2;
        order: 2;
        line-height: 24px;
        cursor: pointer;
      }

      .topbar-filters .filter-item:focus {
        border: 1px solid;
      }

      .topbar-filters .filter-item:hover {
        border: 1px solid;
      }

      a {
        color: #0083da;
        text-decoration: none;
        outline: none !important;
      }

      .filters-btn {
        margin-bottom: 10px !important;
      }

      .ng-btn {
        width: 100%;
        height: 40px;
        border-radius: 2px;
        text-transform: capitalize;
        background-color: #0083da;
        color: #fff;
        font-size: 14px;
        padding: 10px 25px;
        font-weight: 500;
        box-sizing: border-box;
        display: block;
        border-radius: 20px;
        line-height: 20px;
        border: none;
      }

      .filters-btn {
        position: fixed;
        bottom: 10px;
        z-index: 2;
        width: calc(100% - 32px);
      }

      .check-aria {
        padding-bottom: 80px;
        max-height: 70vh;
        overflow: scroll;
      }

      .filter-section {
        margin: 0;
        padding: 0;
      }

      .check-group {
        flex-direction: row-reverse;
        justify-content: space-between;
      }

      .topbar-filters .selected .filter-item {
        background-color: #0083da;
        text-decoration: none;
      }

      .topbar-filters .selected .filter-item .filter-item-label {
        color: white;
      }

      .topbar-filters .selected .icon::after {
        content: "\00d7";
        color: white;
        padding: 0 0 0 10px;
      }

      .frontleBottomSheetContents {
        animation-duration: 1s;
        animation-name: lineInserted;
        transition: all .6s ease-in-out;
        min-height: 90%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
      }

      .frontleBottomSheetBarLine {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 36PX;
        height: 4PX;
        border-radius: 10px;
        background: #c4c4c4;
        top: 2px;
      }

      @keyframes lineInserted {
        from {
          max-height: 0;
          min-height: 0%;
        }

        to {
          max-height: 100%;
          /* your line height here */
          min-height: 90%;
        }
      }

      .frontleBottomSheetContentsHide {
        animation-duration: 1s;
        animation-name: lineHide;
        transition: all .6s ease-in-out;
        min-height: 0%;
      }

      @keyframes lineHide {
        from {
          max-height: 100%;
          min-height: 90%;
        }

        to {
          max-height: 0%;
          min-height: 0%;
          /* your line height here */
        }
      }

      #refine-jobs {
        display: none;
      }

      .filter-reset {
        display: none;
      }

      .filter-heading .clear-reset {
        float: right;
        padding-right: 15px;
        display: block;
        font-size: 14px;
        color: #0083da;
        cursor: pointer;
        margin-top: -3%;
        font-weight: 500;
      }

      .filter-heading>p {
        flex: 1;
        margin: 0 0 0 0;
        padding-top: 6%;
        color: #032946;
        line-height: 28px;
        font-size: 16px;
        font-weight: 600;
        padding-top: 6%;
      }

      .filter-heading {
        align-items: center;
      }

      .filter-section .sub-text {
        font-size: 13px;
        line-height: 16px;
        color: #3b6585;
        display: block;
      }

      .filter-section .filter-arrow {
        display: none;
      }

      .filters-hide .check-aria .check-group {
        display: flex;
      }

      .job-filters {
        z-index: 10;
      }

      .label-text {
        font-size: 13px;
        flex: 1;
      }

      .filter-section .close,
      .topbar-filters .selected .close {
        width: 12px;
        height: 12px;
        opacity: 1;
        position: relative;
      }

      .filter-section .close {
        margin-top: -3%;
      }

      .topbar-filters .selected .close:before,
      .close:after {
        position: absolute;
        content: ' ';
        height: 12px;
        width: 1px;
        background-color: white;
        right: 3px;
        top: 7px;
      }

      .filter-section .filter-heading .close:before,
      .filter-section .filter-heading .close:after {
        position: absolute;
        content: ' ';
        height: 16px;
        width: 1px;
        background-color: #3b6585;
        left: 0px;
        top: 0px;
      }

      .filter-section .close:before,
      .topbar-filters .selected .close:before {
        transform: rotate(45deg);
      }

      .filter-section .close:after,
      .topbar-filters .selected .close:after {
        transform: rotate(-45deg);
      }
    }