/* Light */
/* Regular */
/* Semi Bold */
/* Bold */
@font-face {
  font-family: "hurme";
  src: url("https://umbrella.data.naturalint.com/production/fonts/hgs/v2/regular.woff2") format("woff2"), url("https://umbrella.data.naturalint.com/production/fonts/hgs/regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "hurme";
  src: url("https://umbrella.data.naturalint.com/production/fonts/hgs/v2/semibold.woff2") format("woff2"), url("https://umbrella.data.naturalint.com/production/fonts/hgs/semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "hurme";
  src: url("https://umbrella.data.naturalint.com/production/fonts/hgs/v2/bold.woff2") format("woff2"), url("https://umbrella.data.naturalint.com/production/fonts/hgs/bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
.fw-light {
  font-family: "HurmeLight"; }

.fw-regular {
  font-family: "HurmeRegular"; }

.fw-sbold {
  font-weight: 600; }

.fw-bold {
  font-family: 800; }

.default-list {
  padding: 0;
  list-style-type: none; }

.inner-page-heading-one {
  color: #f2726f;
  border-bottom: 2px solid;
  padding-bottom: 5px; }

.bg-grey {
  background-color: #e7e7e7; }

.br-tlr-8 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

form label {
  font-weight: bold;
  color: #5c5a5a; }

.resiz-none {
  resize: none; }

.common-btn {
  cursor: pointer;
  padding: 0 5px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  width: 120px;
  justify-content: center;
  letter-spacing: 0.6px;
  position: relative;
  z-index: 0;
  border: 1px solid transparent;
  font-size: 14px; }
  .common-btn:hover {
    color: #ffffff;
    text-decoration: none; }
  .common-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    bottom: 0;
    z-index: -1;
    border-radius: 0;
    transition: ease all 0.3s; }

.pink-btn {
  background: #f2726f;
  color: #ffffff; }
  .pink-btn:hover {
    color: #f2726f;
    border-color: #f2726f; }
    .pink-btn:hover:before {
      height: 100%;
      background: #ffffff; }
  .pink-btn.white-text:hover {
    color: #ffffff; }

.heading-one {
  font-weight: bold;
  font-size: 20px; }

.customModal .modal-title {
  color: #f2726f; }
.customModal .modal-dialog {
  max-width: 1000px; }
  .customModal .modal-dialog .modal-header {
    padding: 11px 0 11px 23px; }
  .customModal .modal-dialog .modal-body {
    height: 500px;
    overflow-y: scroll;
    padding: 28px 38px; }
  .customModal .modal-dialog .form-group label {
    font-weight: 600; }
  .customModal .modal-dialog textarea {
    resize: none; }
.customModal .close_btn {
  position: absolute;
  right: 26px;
  font-weight: 400;
  z-index: 99;
  top: 25px; }
  .customModal .close_btn button {
    width: 25px;
    height: 25px;
    background: #f2726f;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    z-index: 99;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; }

.file-upload label {
  background: #f2726f;
  color: #ffffff;
  padding: 0 15px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  margin-top: 9px;
  font-size: 14px;
  cursor: pointer; }

.custom-tbl-listing .dataTables_wrapper thead {
  background: #f2726f; }
  .custom-tbl-listing .dataTables_wrapper thead th {
    color: #ffffff; }
    .custom-tbl-listing .dataTables_wrapper thead th:first-child {
      border-top-left-radius: 8px; }
    .custom-tbl-listing .dataTables_wrapper thead th:last-child {
      border-top-right-radius: 8px; }

html {
  scroll-behavior: smooth; }

html body {
  font-family: "hurme" !important;
  font-size: 16px !important; }

p {
  margin-bottom: 0; }

/*************************
        Top Bar
**************************/
.top-bar p {
  letter-spacing: -0.3px;
  line-height: normal;
  color: #797979;
  font-size: 14px;
  padding: 7px; }

/*************************
    End Top Bar
**************************/
/*************************
  Header
**************************/
header {
  border-bottom: 1px solid #d5d5d5;
    
}
  header .main-navigation {
    padding: 10px 0; }
  header .navbar {
      min-height: unset;
    padding: 0;
  }
  header .navbar-brand img {
    width: 160px; }
    header .navbar-nav .nav-item.report-scam-nav .nav-link {
    color: #ffffff;
    background-color: #f2726f;
    }
    header .navbar-nav .nav-item.report-scam-nav .nav-link i {
        background:#010233;
    }
     header .navbar-nav .nav-item.report-scam-nav .nav-link:hover {
        color:white;
      background-color: #010233;
     }
     header .navbar-nav .nav-item.report-scam-nav .nav-link:hover i {
      background-color: #f2726f;
     }
  header .navbar-nav .nav-item .nav-link {
    position: relative;
    border-radius: 4px;
    padding: 5px 35px 5px 5px;
    transition: ease all .3s;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    background: #f2726f1a;
    margin-left: 10px;
    min-width: 130px;
    color: black;
  }
    header .navbar-nav .nav-item .nav-link:hover {
        background:#f2726f;
      color: white; 
    }
    header .navbar-nav .nav-item .nav-link:before {
      content: "";
      width: 100%;
      height: 0;
      position: absolute;
      bottom: 0;
      /*background: #f2726f;*/
      left: 0; }
    header .navbar-nav .nav-item .nav-link:hover::before {
      height: 1px; }
      
      header .navbar-nav .nav-item .nav-link i {
        padding: 6px;
        background: #f2726f;
        border-radius: 4px;
        font-size: 13px;
        color: white;
        margin-right: 4px;
      }
      header .navbar-nav .nav-item .nav-link:hover i {
        background: #010233;
      }

/*************************
  End Header 
**************************/
/*************************
  Slider Section
**************************/
.slider-section {
  background: url("../images/review-bg.jpg");
  background-color: black;
  background-repeat:no-repeat;
  background-size:contain;
  background-position: center;
  position: relative;
  padding: 30px 0 40px 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .slider-section .tsparticles-canvas-el {
    position: absolute;
    top: 0; }
  .slider-section.__overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.5); }
  .slider-section .slider-text {
    position: relative;
    z-index: 9999; }
    .slider-section .slider-text h1 {
      color: #ffffff;
      line-height: 40px; }
    .slider-section .slider-text p {
      color: #ffffff;
      font-size: 18px;
      padding-top: 15px; }
  .slider-section .last-update {
    margin-top: 0;
    background: black;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 4px;
  }
    .slider-section .last-update p {
      color: #ffffff;
      margin-bottom:0;
      padding-bottom: 0; }
      .slider-section .last-update p span {
        background: #ffffff;
        color: #6a626a;
        width: 18px;
        height: 18px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 37px;
        font-size: 13px;
        vertical-align: text-bottom; }
  .slider-section.__about-us-slider {
    background: #f2726f;
    display: flex;
    align-items: center; }
    .slider-section.__about-us-slider h1 {
      font-size: 42px; }
    .slider-section.__about-us-slider .slider-text p {
      font-size: 22px; }
  .slider-section .search-bar {
    margin-top: 20px; }
    .slider-section .search-bar form {
      display: flex;
      background:white;
      border-radius: 4px;
      padding:5px;
        
    }
      .slider-section .search-bar form input[type="text"] {
        height: 40px;
        width: 100%;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding-left: 15px; }
        .slider-section .search-bar form input[type="text"]:focus {
          border: 0;
          outline: 0;
          box-shadow: none; }
        .slider-section .search-bar form input[type="text"]::-webkit-input-placeholder {
          font-size: 14px;
          opacity: 0.6; }
        .slider-section .search-bar form input[type="text"]::placeholder {
            color:black;
          font-size: 14px; }
        .slider-section .search-bar form input[type="text"]::-moz-placeholder {
            color:black;
          font-size: 14px; }
      .slider-section .search-bar form input[type="submit"] {
        height: 40px;
        border-radius: 4px;
        border: 0;
        width: 150px;
        background: #f2726f;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 600;
        transition: ease all 0.4s;
        cursor: pointer; }
        .slider-section .search-bar form input[type="submit"]:hover {
            background:#010233;
          opacity: 0.9; }
      .slider-section .search-bar form .twitter-typeahead {
        width: 100%; }
    .slider-section .search-bar .tt-menu {
      background: #ffffff;
      color: #222222;
      width: 100%;
      text-align: left;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      cursor: pointer; }
      .slider-section .search-bar .tt-menu .tt-suggestion {
        padding: 8px 11px;
        border-bottom: 1px solid #dddddd; }
        .slider-section .search-bar .tt-menu .tt-suggestion:hover {
          background: #eeeeee; }

/*************************
End Slider Section
**************************/
/*************************
Filter Section
**************************/
.filter-wrapper {
  padding: 12px 0 5px 0;
  background: #eee;
  display: flex;
  align-items: center;
  box-shadow: -2px 3px 11px 0 rgba(0, 0, 0, 0.3); }
  .filter-wrapper .main-filter .filter-heading {
    font-size: 24px;
    font-weight: 600; }
  .filter-wrapper .main-filter label {
    color: #f2726f; }
  .filter-wrapper .main-filter .form-control {
    flex: 1;
    margin-left: 0; }
  .filter-wrapper .main-filter .form-group {
    margin-bottom: 0; }
  .filter-wrapper .main-filter input:hover {
    color: #ffffff; }

/*************************
End Filter Section
**************************/
/*************************
Main Revewis Section
**************************/
.main-review-listing {
  padding: 50px 0; }
  .main-review-listing .set-min-width {
    flex: 1; }
  .main-review-listing .main-review-box {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
    padding: 35px 15px;
    margin-bottom: 25px;
    border-radius: 0;
    position: relative;
    justify-content: space-between;
    border: 1px solid #999; }
    .main-review-listing .main-review-box .counter {
      width: 40px;
      height: 40px;
      border-radius: 50px;
      border: 1px solid black;
      background-color: white;
      font-size: 22px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      left: -19px;
      top: -12px;
      color: #f2726f; }
    .main-review-listing .main-review-box .main-review-logo img {
      width: 140px;
      padding-left: 10px;
      object-fit: scale-down; }
    .main-review-listing .main-review-box .main-review-details {
      padding: 0 20px;
      flex: 1; }
      .main-review-listing .main-review-box .main-review-details .reviews-text h4 {
        color: #2d2d2d;
        font-size: 20px;
        margin-bottom: 20px; }
        .main-review-listing .main-review-box .main-review-details .reviews-text ul {
            margin-bottom: 0px;        
        }
      .main-review-listing .main-review-box .main-review-details .reviews-text ul li {
        font-size: 15px;
        margin-bottom: 4px;
        color: #2d2d2d;
        display: flex;
        border-bottom: 1px solid #1564bf; }
        .main-review-listing .main-review-box .main-review-details .reviews-text ul li:last-child {
        margin-bottom: 0px;    
        }
        .main-review-listing .main-review-box .main-review-details .reviews-text ul li span {
          padding-right: 5px;
          color: #f2726f; }
        .main-review-listing .main-review-box .main-review-details .reviews-text ul li .list-value {
          color: #1564bf;
          padding: 3px 8px;
          font-size: 14px;
          line-height: normal;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          font-weight: 800;
          margin-left: auto;
          border-bottom: 0; }
    .main-review-listing .main-review-box .main-review-links {
      padding-right: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: space-between; }
      .main-review-listing .main-review-box .main-review-links .text-warning {
        margin-right: 5px;
        padding-bottom: 0; }
        .main-review-listing .main-review-box .main-review-links .text-warning .fa.fa-star {
          font-size: 14px; }
      .main-review-listing .main-review-box .main-review-links .except {
        color: #1564bf;
        font-weight: 600;
        font-size: 16px;
        text-align: center; }
        .main-review-listing .main-review-box .main-review-links .except .fa.fa-star {
          background: #f2726f;
          padding: 4px 3px;
          font-size: 13px !important;
          color: #fff;
          margin-right: 2px; }
        .main-review-listing .main-review-box .main-review-links .except span {
          padding: 1px 6px;
          font-size: 13px;
          border-radius: 0;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          border: 1px solid #1564bf;
          color: #1564bf; }
    .main-review-listing .main-review-box:hover a {
      text-decoration: none; }
    .main-review-listing .main-review-box:hover .reviews-text h4 {
      color: #f2726f; }
  .main-review-listing .show-more a {
    color: #444444;
    font-size: 17px; }

/*************************
End Main Revewis Section
**************************/
/*************************
Main Sidebar
**************************/
.main-sidebar .sidebar-box {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 10px 10px;
  border: 1px solid #999; }
  .main-sidebar .sidebar-box ul li:before {
    content: unset; }
  .main-sidebar .sidebar-box h1,
  .main-sidebar .sidebar-box h2,
  .main-sidebar .sidebar-box h3,
  .main-sidebar .sidebar-box h4 {
    font-size: 19px; }
  .main-sidebar .sidebar-box p {
    line-height: normal; }
  .main-sidebar .sidebar-box.__states h4 {
    color: #f2726f; }
  .main-sidebar .sidebar-box.__editorial--reviews h4 {
    color: #f2726f; }
  .main-sidebar .sidebar-box.__editorial--reviews .__editorial-points-list {
    margin: 25px 0; }
    .main-sidebar .sidebar-box.__editorial--reviews .__editorial-points-list li span {
      color: #1789d5;
      display: inline-block;
      padding-right: 5px; }
  .main-sidebar .sidebar-box.__editorial--reviews .__editorial-brand-list li {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
    .main-sidebar .sidebar-box.__editorial--reviews .__editorial-brand-list li span {
      display: inline-block; }
      .main-sidebar .sidebar-box.__editorial--reviews .__editorial-brand-list li span img {
        width: 35px; }
      .main-sidebar .sidebar-box.__editorial--reviews .__editorial-brand-list li span h6 {
        margin-bottom: 0;
        font-weight: 600; }
      .main-sidebar .sidebar-box.__editorial--reviews .__editorial-brand-list li span a {
        font-weight: 500;
        color: #838383;
        font-size: 13px; }
      .main-sidebar .sidebar-box.__editorial--reviews .__editorial-brand-list li span:first-child {
        background: #ffffff;
        padding: 5px; }
      .main-sidebar .sidebar-box.__editorial--reviews .__editorial-brand-list li span + span {
        padding-left: 10px; }
  .main-sidebar .sidebar-box.__editorial--reviews > a {
    font-weight: 700;
    color: #1789d5; }
  .main-sidebar .sidebar-box.__our-ratings {
    background: transparent;
    border: 1px solid #d5d5d5; }
    .main-sidebar .sidebar-box.__our-ratings h4 {
      font-size: 26px;
      color: #2d2d2d; }
      .main-sidebar .sidebar-box.__our-ratings h4 span {
        color: #f2726f; }
    .main-sidebar .sidebar-box.__our-ratings b {
      line-height: 20px;
      padding: 10px 0;
      display: inline-block; }
    .main-sidebar .sidebar-box.__our-ratings p {
      line-height: normal;
      margin-bottom: 5px; }
  .main-sidebar .sidebar-box.__best-service ul li {
    background: #ffffff;
    margin-bottom: 8px;
    height: 45px;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding: 0 5px; }
    .main-sidebar .sidebar-box.__best-service ul li span {
      display: inline-block;
      margin-right: 5px; }
      .main-sidebar .sidebar-box.__best-service ul li span img {
        width: 35px; }
    .main-sidebar .sidebar-box.__best-service ul li span.arrow,
    .main-sidebar .sidebar-box.__best-service ul li a.arrow {
      display: inline-block;
      font-size: 20px;
      font-weight: 600;
      color: #ffffff;
      background: #1564cd;
      min-width: 25px;
      height: 25px;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: auto;
      border: 1px solid transparent; }
    .main-sidebar .sidebar-box.__best-service ul li .url {
      text-overflow: ellipsis;
      overflow: hidden; }

.see-reviews {
  position: sticky;
  top: 0; }
  .see-reviews a {
    background-color: #f2726f;
    width: 100%;
    display: flex;
    padding: 8px 13px;
    color: #ffffff;
    font-size: 14px;
    align-items: center;
    border-radius: 4px; }
    .see-reviews a span {
      padding-right: 8px; }

/*************************
End Main Sidebar
**************************/
/*************************
Main Inner Page
**************************/
.main-inner-page h1,.main-inner-page h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #2d2d2d; 
    
}
.main-inner-page p {
  padding-bottom: 20px;
  font-size: 16px; }
.main-inner-page .contact-details li {
  font-size: 17px;
  margin-bottom: 10px; }
.main-inner-page .contact-details a {
  font-weight: 600;
  color: #1789d5; }
.main-inner-page .side-banner {
  background: #ffffff;
  border: 15px solid #f5f5f5;
  text-align: center;
  height: 180px; }
  .main-inner-page .side-banner img {
    width: 80%;
    max-width: 80%;
    height: 100%; }
.main-inner-page ul:not(.default-list) {
  padding: 0;
  position: relative; }
  .main-inner-page ul:not(.default-list) li:before {
    content: "\2713"; }

.any-query-wrapper {
  text-align: center; }
  .any-query-wrapper .contact-us__ninja {
    margin-bottom: -23px; }
  .any-query-wrapper .any-query {
    background: #f7f7f9;
    padding: 50px 0; }
    .any-query-wrapper .any-query .any-query-text {
      text-align: center; }
      .any-query-wrapper .any-query .any-query-text h1 {
        color: #2d2d2d;
        margin-bottom: 15px;
        font-weight: 600; }
        .any-query-wrapper .any-query .any-query-text h1 span {
          color: #f2726f; }
      .any-query-wrapper .any-query .any-query-text a {
        font-weight: bold;
        color: #1789d5; }

/*************************
End Main Inner Page
**************************/
/*************************
Detail Page 
**************************/
.detail-page-head {
  background: #010233;
  margin-bottom: 0; }
  .detail-page-head nav .breadcrumb {
    background: #010233;
    margin-bottom: 0;
    padding: 6px 0; }
    .detail-page-head nav .breadcrumb .breadcrumb-item {
      color: #ffffff;
      font-size: 13px; }
      .detail-page-head nav .breadcrumb .breadcrumb-item::before {
        color: #ffffff; }
      .detail-page-head nav .breadcrumb .breadcrumb-item a {
        color: #ffffff; }
      .detail-page-head nav .breadcrumb .breadcrumb-item:hover {
        color: #ffffff; }
        .detail-page-head nav .breadcrumb .breadcrumb-item:hover a {
          color: #ffffff; }

.details-page .common-box {
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 5px; }
.details-page .brands-ratings {
    background: #F4F7FB;
    border-radius: 8px;
    display: flex;
    padding: 10px;
}
.details-page .brands-ratings a {
    margin-left: auto;
}
  .details-page .brands-ratings .b-ratings-star {
    display: flex;
    align-items: center;
    background: white;
    border: 0;
    border: 1px solid #f2726f;
    border-radius: 6px;
     }
    .details-page .brands-ratings .b-ratings-star img {
      height: 22px; }
    .details-page .brands-ratings .b-ratings-star p {
      color: #1564bf !important;
      gap:5px;
      line-height: normal; }
    .details-page .brands-ratings .b-ratings-star .fa.fa-star {
      background: #f2726f;
      padding: 6px 5px;
      font-size: 13px;
      margin-right: 3px;
      color: #ffffff; }
    .details-page .brands-ratings .b-ratings-star span {
      color: #f2726f !important;
      font-weight: 600;
      font-size: 16px;
      display: inline-block;
      padding-left: 0; }
  .details-page .brands-ratings .b-ratings {
    margin-left: 15px;
    color: white;
    background: #f2726f;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    border: 0;
    padding: 12px 25px;
    border-radius: 4px;
      
  }
    .details-page .brands-ratings .b-ratings span {
      background: #1564bf;
      color: #ffffff;
      padding: 2px 5px;
      font-size: 16px;
      border-radius: 5px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin-right: 10px; }
  .details-page .brands-ratings .report-scam a {
    font-weight: 600; }
.details-page .brand-info {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 40px; }
  .details-page .brand-info .brand-img img {
    width: 80px; }
  .details-page .brand-info .brand-details {
    margin-left: 10px; }
    .details-page .brand-info .brand-details strong {
      font-size: 19px;
      color: #007bff;
      line-height: normal; }
    .details-page .brand-info .brand-details div {
      font-size: 12px; }
.details-page .add-comments a {
  padding: 0 17px; }
.details-page .glance li {
  margin-bottom: 18px;
  font-size: 18px; }

.nav-tabs .nav-item:before {
  content: '' !important; }

.pros-cons {
  display: flex; }
  .pros-cons .main {
    margin-top: 30px; }
    .pros-cons .main h5 {
      color: #2d2d2d;
      font-size: 18px;
      font-weight: 600;
      padding-bottom: 15px;
      border-bottom: 1px solid #d5d5d5;
      margin-bottom: 25px; }
    .pros-cons .main ul li {
      position: relative;
      margin-bottom: 10px; }
      .pros-cons .main ul li::before {
        color: #1789d5;
        padding-right: 8px; }
    .pros-cons .main.pros li:before {
      content: "\2714"; }
    .pros-cons .main.cons {
      padding-left: 50px; }
      .pros-cons .main.cons li:before {
        content: "\2716"; }

/*************************
End Detail Page 
**************************/
/*************************
Footer Section
**************************/
.footer-section {
  background: #010233;
  padding: 30px 0; }
  .footer-section p {
    color: #ffffff;
    margin-bottom: 0px; }
  .footer-section .footer-logo img {
    margin-bottom: 41px;
    display: inline-block;
    width: 180px;
    margin-bottom: 9px; }
  .footer-section .footer-navigation ul {
    display: flex;
    margin-bottom: 20px; }
    .footer-section .footer-navigation ul li a {
      color: #ffffff;
      font-weight: bold; }
    .footer-section .footer-navigation ul li + li {
      padding-left: 20px; }

/*************************
End Footer Section
**************************/
/*************************
Add Review Page
**************************/
._add-review-page .reviews-website-list .reviews-website-head {
  padding: 10px 12px;
  font-weight: 600;
  background: #f2726f;
  color: #fff; }
  ._add-review-page .reviews-website-list .reviews-website-head h2 {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 600; }
._add-review-page .reviews-website-list .web-list {
  margin-bottom: 0;
  height: 517px;
  overflow-y: scroll;
  border: 1px solid #f2726f; }
  ._add-review-page .reviews-website-list .web-list li {
    padding: 10px 12px;
    border-bottom: 1px solid #f2726f;
    display: flex;
    align-items: center; }
    ._add-review-page .reviews-website-list .web-list li:last-child {
      border: 0; }
    ._add-review-page .reviews-website-list .web-list li:hover {
      background: #f2726f; }
      ._add-review-page .reviews-website-list .web-list li:hover a {
        color: #ffffff; }
        ._add-review-page .reviews-website-list .web-list li:hover a svg {
          fill: #ffffff !important; }
    ._add-review-page .reviews-website-list .web-list li a {
      color: #f2726f;
      text-decoration: none; }
      ._add-review-page .reviews-website-list .web-list li a span {
        display: inline-block;
        padding-right: 5px; }
._add-review-page .show-web-name h2 {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
  padding: 12px 12px;
  background: #f2726f;
  color: #fff;
  margin-bottom: 0; }
._add-review-page .add-review-details {
  border: 1px solid #f2726f; }
._add-review-page .main-all-review-listing .review-box {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  padding: 20px 17px; }
  ._add-review-page .main-all-review-listing .review-box .review-box-head .review-details .name {
    color: #222222;
    font-weight: 600;
    line-height: normal; }
  ._add-review-page .main-all-review-listing .review-box .review-box-head .review-details .date {
    color: #999999;
    font-size: 14px;
    line-height: normal; }
  ._add-review-page .main-all-review-listing .review-box .review-box-body p {
    font-size: 15px;
    padding-top: 25px; }

/* ===== Scrollbar CSS ===== */
/* Firefox */
.web-list {
  scrollbar-width: auto;
  scrollbar-color: red red; }

/* Chrome, Edge, and Safari */
.web-list::-webkit-scrollbar {
  width: 8px; }

.web-list::-webkit-scrollbar-track {
  background: #ffffff; }

.web-list::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 10px;
  border: 3px solid #ffffff; }

/*************************
End Add Review Page
**************************/
/*************************
User Reviews
**************************/
.user-comments-wrapper {
    background: #F4F7FB;
    padding: 25px;
    border-radius: 8px;
    margin-top: 15px;
}

.user-comments-wrapper h4 {
    margin-top: 0 !important;
    border: none !important;
    text-align: center !important;
    padding: 0 !important;
    font-size: 30px !important;
}

.user-comments-wrapper ul li {
    padding-left: 0;
    margin-block: 10px !important;
}

/*.user-comments-wrapper ul li:nth-child(odd) {*/
/*    padding-inline: 30px;*/
/*}*/

.user-comments-wrapper ul li:nth-child(odd) .user-info span {
    background: #010233 !important;
}

.user-comments-wrapper ul li:nth-child(even) .user-info span {
    background: #ee4a62 !important;
}

.user-comments-box {
  border-radius: 8px;
  background: white;
  box-shadow: 0px 0px 14px #D4DFED;
  padding: 25px 25px;
  position: relative;
}
  .user-comments-box .text-warning .fa {
    background: #f2726f;
    padding: 4px 4px;
    margin-right: 3px;
    color: #fff;
    font-size: 12px; }
  .user-comments-box .review-box-head .review-details .name {
    color: #222222;
    font-weight: 600;
    line-height: normal; }
  .user-comments-box .review-box-head .review-details .date {
    color: #999999;
    font-size: 14px;
    line-height: normal; }
  .user-comments-box .review-box-body p {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 0;
    word-break: break-word; }

/*************************
End User Reviews
**************************/
/*************************
 login-form
**************************/
.login-form {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #f1f1f1;
  position: relative;
  z-index: 1; }
  .login-form:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/img-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .login-form .card {
    padding: 37px 40px; }

/*************************
End login-form
**************************/
/*************************
Validation Messages
**************************/
div#invalid-feedback {
  color: red; }


.user-panel .nav.nav-tabs {
    justify-content: center;
    border: none;
    gap: 10px;
}

.user-panel .jumbotron h4 {
    text-align:center;
}

.user-panel .table th {
    background: #010233;
    color: white;
    border: 1px solid white;
}

.user-panel .table td {
    border: 1px solid #ccc;
}

.user-panel .jumbotron {
  margin-bottom: 0; }
.user-panel .card {
  padding: 15px 15px; }
.user-panel .nav-tabs li a {
  color: #787878;
  border: 1px solid; }
  .user-panel .nav-tabs li a.active {
    background: #f2726f;
    color: #ffffff;
    border: 1px solid #f2726f; }
  .user-panel .nav-tabs li a:hover {
    background: #f2726f;
    color: #ffffff;
    border: 1px solid #f2726f; }
.user-panel .table td:nth-child(4) {
  word-break: break-all; }
.user-panel .table .status {
  padding: 7px 6px;
  border-radius: 5px;
  font-size: 15px;
  color: #ffffff; }
  .user-panel .table .status.approved {
    background: #28a745; }
  .user-panel .table .status.pending {
    background: #f2726f;
    text-align:center;
    }

/*************************
End Validation Messages
**************************/
.inner-page-style {
  padding: 30px 0; }

.inner-page-style ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.inner-page-style ul li {
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative; }

.inner-page-style ul li:before {
  content: '\2713';
  font-size: 19px;
  font-weight: 800;
  color: #f2726f;
  position: absolute;
  left: 0; }

.inner-page-style h1,
.inner-page-style h2,
.inner-page-style h3,
.inner-page-style h4,
.inner-page-style h5 {
  font-size: 28px;
  color: #444444;
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #f2726f;
  padding-bottom: 5px; }

.inner-page-style h1 {
  font-size: 32px; }

.inner-page-style h2 {
  font-size: 28px; }

.inner-page-style h3 {
  font-size: 26px; }

.inner-page-style h4 {
  font-size: 24px; }

.inner-page-style h5 {
  font-size: 22px; }

.inner-page-style h6 {
  font-size: 20px; }

.inner-page-style p {
  padding-bottom: 8px; }

.header-list {
  list-style-type: disclosure-closed !important;
  margin-top: 20px; }

.header-list li {
  position: relative; }

.header-list li::marker {
  background-color: transparent;
  color: transparent; }

.header-list li::before {
  content: '\2714';
  padding-right: 9px;
  font-size: 18px;
  color: #f2726f; }

.header-list li {
  color: #ffffff;
  padding-bottom: 6px; }

.__our-ratings h4 {
  font-size: 20px !important; }

.__editorial-points-list li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
  line-height: normal;
  font-size: 15px; }

.__editorial-points-list li span {
  position: absolute;
  left: 0;
  color: #f2726f; }

.inner-page-style .main-inner-page {
  padding: 0; }

.fusion-chart {
  width: 400px;
  margin: 0 auto; }
  .fusion-chart g[class^="raphael-group"] g[fill="#b1b2b7"] {
    fill: transparent !important; }

.inner-head {
  min-height: 230px;
  background: url(../images/head-inner-02.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center; }
  .inner-head .inner-main-banner-head strong {
    font-size: 32px;
    color: #fff; }
  .inner-head .inner-main-banner-head div {
    font-size: 13px;
    color: #fff; }
  .inner-head::before {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }

.user-comments-wrapper ul li {
  padding-left: 0; }
  .user-comments-wrapper ul li:before {
    content: unset; }

/*************************************************
        Media Query
***************************************************/
@media (max-width: 992px) {
  .slider-section .slider-text h1 {
    font-size: 30px;
    line-height: normal; }

  header .navbar-nav .nav-item .nav-link {
    text-align: center; }

  .__states h4 {
    color: #f2726f; }

  .main-sidebar .sidebar-box {
    padding: 20px 25px; }

  .main-inner-page p {
    padding-bottom: 20px;
    font-size: 16px; }

  .details-page .common-box {
    padding: 2px 4px; }

  .details-page .brands-ratings .b-ratings-star span {
    font-size: 13px;
    padding-left: 6px; }

  .details-page .brands-ratings .b-ratings {
    font-size: 13px; }

  .details-page .brands-ratings .report-scam a {
    font-size: 12px; }

  .add-comments a {
    font-size: 12px; }

  .details-page .brand-info .brand-details :is(strong, div) {
    font-size: 14px; }

  .main-inner-page h1 {
    font-size: 32px; } }
@media (max-width: 768px) {
  .filter-wrapper .main-filter .filter-heading {
    font-size: 22px; }

  .filter-wrapper {
    padding: 15px 0; }

  .filter-wrapper .main-filter label {
    font-size: 14px;
    margin-bottom: 2px; }

  .filter-wrapper .main-filter .form-control {
    margin-bottom: 10px; }

  .main-review-listing .set-min-width {
    flex-direction: column; }

  .main-review-listing .main-review-box {
    flex-direction: column;
    box-shadow: none; }

  .main-review-logo {
    display: flex;
    justify-content: space-between; }

  .main-review-logo .except span {
    padding: 1px 6px;
    font-size: 13px;
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1564bf;
    color: #1564bf;
    font-weight: 800; }

  .main-review-listing .main-review-box .main-review-logo img {
    width: 100px;
    margin-top: 12px;
    object-fit: scale-down; }

  .main-review-listing .main-review-box p {
    padding-bottom: 0;
    margin-bottom: 0 !important; }

  .navbar-light .navbar-brand svg {
    width: 133px;
    height: 70px; }

  .filter-wrapper .main-filter .form-control {
    text-align-last: center;
    font-size: 14px; } }
@media (max-width: 570px) {
  .main-review-logo .except img {
    width: 85px !important; }

  .main-review-logo .except span {
    padding: 0 6px;
    font-size: 12px;
    line-height: normal; }

  .main-review-listing .main-review-box .main-review-logo img {
    padding-left: 0;
    margin-top: 0; }

  .main-review-listing .main-review-box .main-review-details {
    padding: 0 0; }

  .main-review-logo {
    flex-direction: column;
    align-items: center;
    margin-top: 13px; }
    .main-review-logo .except {
      align-self: end; }

  .main-review-listing .main-review-box .main-review-details .reviews-text ul li .list-value {
    font-size: 13px;
    font-weight: 600; }

  .slider-section .slider-text h1 {
    font-size: 24px;
    margin-bottom: 15px; }

  .header-list li {
    line-height: normal;
    border-bottom: 1px solid #f2726f;
    margin-bottom: 12px;
    padding-bottom: 4px;
    font-size: 13px; }
    .header-list li::marker {
      color: transparent; }

  .slider-section.__overlay:before {
    background: rgba(0, 0, 0, 0.2); }

  .top-bar p {
    font-size: 13px;
    padding: 4px 0; }

  .slider-section .last-update p {
    font-size: 13px; }

  .slider-section .last-update p span {
    width: 15px;
    height: 15px; }

  .main-review-listing .main-review-box .counter {
    width: 100%;
    border-radius: 0;
    font-size: 24px;
    font-weight: 600;
    left: 0;
    margin-bottom: 5px;
    border: 0;
    border-bottom: 1px solid #999; }

  .main-review-listing .main-review-box .main-review-details .reviews-text ul li {
    font-size: 13px; }

  .slider-section .search-bar form input[type="text"] {
    height: 35px;
    border-radius: 5px; }

  .slider-section .search-bar form input[type="text"]::placeholder {
    font-size: 12px; }

  .slider-section .search-bar form input[type="submit"] {
    height: 35px;
    border-radius: 5px;
    margin-top: 8px; }

  .slider-section .search-bar form {
    flex-direction: column;
    align-items: center; }

  .common-btn {
    padding: 0 10px;
    height: 30px;
    font-size: 14px; }

  .__editorial-points-list li {
    font-size: 14px; }

  .main-sidebar .sidebar-box {
    padding: 20px 20px; }

  .main-sidebar .sidebar-box.__editorial--reviews .__editorial-brand-list li {
    margin-bottom: 0; }

  .main-inner-page {
    padding-top: 30px; }

  .main-inner-page h1 {
    font-size: 28px; }

  .main-inner-page p {
    font-size: 14px; }

  .details-page .brands-ratings .b-ratings {
    padding-left: 6px;
    margin-left: 10px; }

  .details-page .brands-ratings .b-ratings-star span,
  .details-page .brands-ratings .b-ratings {
    font-size: 12px; }

  .details-page .brand-info {
    margin-top: 30px;
    margin-bottom: 30px; }

  .details-page .brand-info {
    flex-direction: column; }

  .details-page .brand-info .brand-details :is(strong, div) {
    font-size: 12px; }

  .user-comments-box .review-box-body p {
    font-size: 13px; }

  .footer-section p {
    font-size: 14px; } }
    
/* Custom CSS */
a.navbar-brand.main-logo {
    margin: 0;
    height: unset;
    padding: 0;
    /*background: white;*/
    /*border-radius: 10px;*/
    /*position: absolute;*/
    /*z-index: 2;*/
    /*top: -11px;*/
}

.add-review-page form#reviewForm,
.add-review-page .box-shadow-form,
.add-review-page .customModal .modal-body {
    background: white;
    padding: 20px 30px;
    max-width: 640px;
    margin: 0 auto 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.add-review-page form#reviewForm h5,
.add-review-page .box-shadow-form h5, 
.add-review-page .customModal .modal-body h5 {
    border: none;
    text-align: center;
    font-size: 20px;
    color: white;
    padding: 10px 0 14px 0;
    background: #010233;
    margin: -10px -20px 10px -20px;
    border-radius: 4px;
    text-transform: uppercase;
    box-shadow: 2px 2px 2px #555;
}

.add-review-page form#reviewForm h6 strong,
.add-review-page .box-shadow-form h6 strong,
.add-review-page .customModal .modal-body h6 strong {
    color: #f2726f;
    text-decoration: underline;
}

.add-review-page .common-btn {
    width: 100%;
}

.auth-screen-card {
    background: white;
    padding: 20px 30px;
    max-width: 640px;
    margin: 30px auto 30px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.auth-screen-card-header {
    border: none;
    text-align: center;
    font-size: 26px;
    color: white;
    padding: 12px 0 14px 0;
    background: #010233;
    margin: -10px -20px 20px -20px;
    border-radius: 4px;
    text-transform: uppercase;
    box-shadow: 2px 2px 2px #555;
}

.login-form .card h3 {
    border: none;
    text-align: center;
    font-size: 26px;
    color: white;
    padding: 12px 0 14px 0;
    background: #010233;
    margin: -20px -20px 25px -20px !important;
    border-radius: 4px;
    text-transform: uppercase;
    box-shadow: 2px 2px 2px #555;
}

#rating svg {
    width: 20px;
    margin: 0 4px;
}

.add-review-img img {
  height: 90px;
  border: 1px solid #ccc;
  padding: 4px;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #555;
}

@media (max-width:1199px) {
    header .navbar-nav .nav-item .nav-link {
        min-width:unset;
        padding-right: 20px;
    }
}

@media (max-width:991px) {
 #navbarSupportedContent {
     display:none;
 }
 a.navbar-brand.main-logo {
     position: unset;
     padding: 0;
 }
header .navbar-brand img {
    width: 110px;
}
button.navbar-toggler {
    margin-left: auto;
}
 #navbarSupportedContent.show {
    position: absolute;
    left: 0;
    width: 100%;
    top: 60px;
    z-index: 999999;
    background: white;
    padding: 20px; 
 }
 
 #navbarSupportedContent.show .navbar-nav {
    width: 100%;
    float: none;
    flex-direction: unset;
    flex-wrap: wrap;
    margin: 0;
 }
 
#navbarSupportedContent.show .navbar-nav li {
    width: 100%;
    margin: 3px 0;
}

#navbarSupportedContent.show .navbar-nav li a {
    text-align: left;
}
 
}

/**************************************************
        Top Bar
****************************************************/

/*# sourceMappingURL=style.css.map */
