/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
/* Slider */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
}

.slick-prev {
  left: 30px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.slick-prev,
.slick-next {
  border: solid #0095b65b;
  border-width: 0 7px 7px 0;
  display: inline-block;
  padding: 7px;
  z-index: 10;
}

.slick-next {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 30px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 5px;
  height: 5px;
  margin: 0 10px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 5px;
  height: 5px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;

  color: transparent;
  outline: none;
  background: transparent;
  border: 2px solid #fff;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
  outline: none;
  background: #ffdf56;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


.customsocial-icons {
  margin-left: 100px;
}

.customsocial-icons ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.customsocial-icons ul li {
  padding-right: 10px;
  position: relative;
}

.customsocial-icons ul li:last-child {
  padding-right: 0px;
}

.customsocial-icons ul li a img {
  height: 18px;
  width: 18px;
}


.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-item {
  margin-bottom: 30px;
}

.blog-item.col-md-6 .bg::before {
  content: "";
  display: block;
  padding-bottom: 88%;
}

.blog-item.last-item .bg::before {
  content: "";
  display: block;
  padding-bottom: 37%;
}

.blog-item > .bg {
  position: relative;
}

.blog-des {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 20px 20px 0 20px;
}

.blog-des a {
  color: inherit;
}

.blog-des h3,
.blog-des p {
  font-size: 1rem;
  margin-bottom: 2px;
}

.cta-blog-home {
  text-align: right;
}

.module-blog-home {
  padding-top: 40px;
}

.heading h2 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 600;
}

.last-mb-none > :last-child {
  margin-bottom: 0;
}

.heading h2 small {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.banner-item {
  color: #fff;
  padding: 40px 20px 20px;
  font-size: 18px;
}

.banner-item h3 {
  font-size: 26px;
  margin-bottom: 0;
}

.product-bg::before {
  content: "";
  display: block;
  padding-bottom: 67%;
}

.product-item {
  position: relative;
  margin-bottom: 30px;
}

.product-des * {
  margin-bottom: 0;
}

.product-des h3 {
  font-size: 22px;
  font-weight: 600;
}
.page-content .sppb-container-inner{
  /*padding:0 15px;*/
  padding:0;
}
#sppb-addon-wrapper-1621407562259{
  margin-left:-15px;
  margin-right: -15px;
}
.list-products-heading {
  position: relative;
  color: #f54b4b;
  margin-bottom: 22px;
  overflow:hidden;
}

.list-products-heading::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1250px;
  background-image: url(../images/line.png);
  background-position: center;
  background-size: contain;
  color: #f54b4b;
  background-repeat: no-repeat;
  z-index: -1;
}

.list-products-heading h2 {
  font-size: 18px;
  font-weight: 600;
}
.list-products-heading h2 a {
  color: #f54b4b;
}

.product-des {
  position: relative;
  overflow: hidden;
  background-image: url(../images/mark.png);
  background-position: bottom;
  background-size: cover;
  padding: 10px 20px;
  font-size: 16px;
}
.product-des p.price {
  padding-left: 5px;
}
.product-des .price {
  font-size: 20px;
  color: #f54b4b;
  white-space: nowrap;
  vertical-align: middle;
}
.product-des .price .old-price {
  color: #444;
  font-size: 0.8rem;
  text-decoration: line-through;
}

.product-link {
  white-space: nowrap;
}

.product-des h4 {
  font-size: 16px;
  line-height: 1.25;
}

.mod-btn-inline {
  margin: 40px 0;
}

.btn-inline {
  background: #fff;
  border-radius: 8px;
}

.btn-white {
  background: #fff;
  min-width: 160px;
  font-weight: 600;
  color: #252525;
  border-radius: 8px;
  font-size: 20px;
  padding: 7px 12px;
}

.btn-white.active {
  background: #f54b4b;
  color: #fff;
}

.product-link a {
  color: inherit;
}

.product-v2-bg {
  height: 100%;
}

.product-v2-item {
  color: #616161;
  background: #fff;
  padding: 25px;
  border-top: 1px solid #eee;
}

.product-v2-bg::before {
  content: "";
  display: block;
  padding-bottom: 65%;
}

.product-v2-item .title {
  position: relative;
  padding-left: 50px;
}

.product-v2-item h3 {
  font-size: 34px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title h3 {
  margin: 0;
}
.days {
  position: static;
  background-image: url(../images/calanda.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 44px;
  font-size: 12px;
  color: #0095b6;
  line-height: 1;
  padding-top: 10px;
  left: 0;
  top: -5px;
  margin-right: 10px;
}

.days span {
  font-size: 20px;
}

.product-v2-item h4 {
  margin-bottom: 15px;
}

.product-v2-item .des {
  margin-bottom: 20px;
  font-size: 15px;
}

.product-v2-item .btn {
  font-size: 20px;
  line-height: 1.25;
}

.product-footer {
  margin-top: auto;
}

.product-v2-item .price {
  color: #f54b4b;
  font-size: 24px;
  font-weight: 600;
}
.product-v2-item .price .old-price {
  color: #444;
  font-size: 0.8rem;
  text-decoration: line-through;
}
.product-v2-item .price sub {
  color: #616161;
  font-size: 13px;
  bottom: 0;
}

.list-location {
  padding-left: 24px;
  background-image: url(../images/location.png);
  background-position: top left;
  background-size: auto;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.list-location span {
  padding: 0 3px;
  border: 1px solid #616161;
  margin-right: 20px;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 3px;
}

.list-location span:not(:first-child)::before {
  content: "";
  height: 1px;
  left: -21px;
  width: 21px;
  top: 50%;
  background: #616161;
  position: absolute;
}

.list-product-v2 {
  margin-bottom: 50px;
}

.list-product-v2 .title-group h3 {
  font-weight: 600;
  margin: 0;
}

.module-2-banner .col-lg-6 {
  margin-bottom: 30px;
}

.list-product-v2 .title-group {
  background: #fff;
  border-top: 1px solid #eee;
  border-left: 15px solid #0095b6;
  color: #0095b6;
  padding: 10px 10px 10px 20px;
}
.list-product-v2 .title-group .search-keyword {
  color: #000;
}

.product-v2-heading {
  text-align: center;
  overflow: hidden;
}

.product-v2-heading h2 {
  display: inline-block;
  position: relative;
  color: #969696;
  font-weight: 600;
  margin-bottom: 30px;
}

.product-v2-heading h2::before,
.product-v2-heading h2::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  background: #b3b3b3;
  transform: translateY(-1px);
  right: 100%;
  width: 1000px;
  margin-right: 20px;
}

.product-v2-heading h2::after {
  right: auto;
  left: 100%;
  margin-right: 0;
  margin-left: 20px;
}

.business-slider-item::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.business-slider {
  margin-bottom: 0;
}

.business-content {
  border: 1px solid #ededed;
  border-top: none;
  background: #fff;
  padding: 10px;
  position: relative;
}

.col-bus {
  margin-bottom: 40px;
}

.business-content .link {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.business-content h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.business-content h3 {
  font-weight: 600;
  padding-right: 100px;
  margin-bottom: 0;
}

.business-content .content {
  padding-left: 10px;
  border-left: 10px solid #ffcc00;
}

.module-list-ins {
}

.list-ins-slider {
  margin-bottom: 0 !important;
}

.ins-slider-item::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.ins-item {
  position: relative;
}

.ins-item::before {
  content: "";
  display: block;
  padding-bottom: 122%;
}

.module-list-ins .row {
  margin: -7px;
}

.module-list-ins .row > * {
  padding: 7px;
}

.module-list-ins .slick-dots {
  bottom: 20px;
}
.module-list-ins .blog-des {
  padding: 5px;
}
.sp-scroll-up {
  background: rgba(74, 170, 246, 0.6);
  border-radius: 50%;
  bottom: 80px;
}
.sp-scroll-up:hover {
  background: rgba(74, 170, 246, 1);
}

.jbd-container .jbd-select-box select {
  margin: 0;
}
.jbd-container .search-options > div {
  margin: 0 0 0 20px;
}
.jbd-container .search-options > div.view-mode {
  margin: 0 50px 0 0;
}
.jbd-container .search-options .view-mode a {
  border: none;
  color: #cccccc;
  font-size: 30px;
}
.jbd-container .search-options .view-mode a.active {
  border: none;
  color: #a5d4fa;
}
.jbd-container .jbd-select-box [class*="fa"] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.jbd-container .jbd-select-box .fa {
  color: #777;
}
.bannergroup .banneritem {
  margin-bottom: 10px;
}
.offer-short-desc,
.tab-description ul,
.itemFullText ul {
  padding: 0;
  margin: 0 0 15px 3px;
  list-style: none;
}
.itemFullText ul {
  margin-left: 15px;
}
.offer-short-desc li,
.tab-description ul li,
.itemFullText ul li {
  margin: 5px 0;
}
.offer-short-desc li::before,
.tab-description ul li:before,
.itemFullText ul li:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background:#0fa89d;
  content: "";
  margin-right: 7px;
}
.offer-company-contact {
  padding: 0;
  margin: 0 0 15px 3px;
  list-style: none;
}
.offer-company-contact li {
  margin: 5px 0;
}
.offer-company-contact li > .fa {
  color: #0095b6;
  margin-right: 8px;
  width: 16px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.offer-company-contact li > .fa.fa-mobile {
  font-size: 22px;
}
.offer-company-contact li > .fa.fa-phone {
  font-size: 16px;
}
.offer-company-contact li a {
  color: #000;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.tabContainer .tab-title {
  margin: 0 -20px 20px;
  padding: 0;
  display: flex;
  list-style: none;
  background: #fafafa;
  border-top:solid 10px #f5f5f5;
  font-size: 1.2rem;
  cursor: pointer;
}
.tabContainer .tab-title::before {
  display: block;
  width: 15px;
  background: #0095b6;
  content: "";
}
.tabContainer .tab-title li {
  padding: 10px 15px;
}
.tabContainer .tab-title li.active,
.tabContainer .tab-title li:hover {
  background: #fff;
  color: #0095b6;
}
.tab-content{
  /* overflow-y: auto; */
}

.tab-content table{
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .blog-item.first-item .bg::before {
    content: "";
    display: block;
    padding-bottom: 37%;
  }

  .col-20,
  .col-80 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #sp-menu .sp-column {
    display: flex;
    justify-content: flex-end;
  }
  .sp-search-module {
    display: block;
    padding:0;
    display: inline-flex;
    align-items: center;
  }
}
.jbd-container #search-results .search-header {
  margin-bottom: 0;
}
.jbd-container .jbd-search-statistics {
  border: none;
  margin: 0;
  padding: 0;
}
.price sub {
  color: #616161;
  bottom: 0;
}
.pagination .limit {
  display: none;
}
.pagination-container .pagination li {
  margin: 0;
}
.pagination-container .pagination li .page-link {
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  border-radius: 0;
  border: #ddd solid 1px;
}
.pagination-container .pagination li:first-child,
.pagination-container .pagination li:last-child {
  float: none;
}
.pagination-container {
  margin: 0px 0 30px 0;
}
.jbd-container .btn-primary,
div.itemCommentsForm form input#submitCommentButton {
  background: #0095b6;
  border-color: #0095b6;
}
.jbd-container .btn-primary:hover,
div.itemCommentsForm form input#submitCommentButton:hover {
  background: #f13774;
  border-color: #f13774;
}

.jbd-container .btn-success,
.jbd-container:not(.jbd-edit-container) .btn-success {
  background: #eecf45 !important;
  border-color: #e9c93a !important;
}
.jbd-container .btn-success:hover,
.jbd-container:not(.jbd-edit-container) .btn-success:hover {
  background: #f13774 !important;
  border-color: #8a747c !important;
}
.jbd-container:not(.jbd-edit-container) .btn-outline-success,
.jbd-container:not(.jbd-edit-container) .add-review-link {
  background: #0095b6 !important;
  border-color: #3f9ce4 !important;
}

.jbd-container:not(.jbd-edit-container) .btn-outline-success:hover,
.jbd-container:not(.jbd-edit-container) .add-review-link:hover {
  background: #ee356f !important;
  border-color: #e6306a !important;
}
.offer-details .title {
  margin-bottom: 15px;
}
.offer-details .title h3 {
  font-size: 24px;
  color: #0095b6;
}
.offer-details .offer-col-right h4 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.itemSocialSharing {
  display: flex;
  justify-content: start;
}
.itemSocialSharing > div {
  float: none !important;
  margin-right: 10px;
}
div.itemComments {
  background: #fff;
}
div.itemCommentsForm p.itemCommentsFormNotes {
  border-top: #f0f0f0 solid 1px;
}
div.itemComments ul.itemCommentsList {
  margin: 30px 0 15px 0;
}
.com-jbusinessdirectory.view-offer #sp-main-body {
   background: #f5f5f5;
   padding-top:0;
   padding-bottom: 15px;
 }
@media screen and (max-width: 768px) {
 
  
  
}
@media screen and (max-width: 767px) {
 
}


@media screen and (min-width: 767px) {
  .btn-white {
    background: #fff;
    min-width: 250px;
  }
}
@media screen and (min-width: 992px) {
  .col-ins {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .col-20 {
    flex: 0 0 27%;
    max-width: 27%;
  }
  .col-80 {
    flex: 0 0 73%;
    max-width: 73%;
  }
  .list-ins-slider .slick-list,
  .list-ins-slider .slick-track {
    height: 100%;
  }
  .sppb-row-container,
  .container {
    /* max-width: 1280px !important;
    width: 94% !important; */
  }
}
@media screen and (min-width: 1365px) {
 
}
@media (max-width: 576px) {
  .jbd-container .btn {
    width: auto;
  }
}
@media (max-width: 360px) {
 
}

@media (max-width: 320px) {
  

  
}