/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.sw21__head {
  color: #444444;
  font-style: normal !important;
}
.pkg4.active.wow.fadeInUp {
  color: #fff;
}
.pkg4-signup a {
  color: #fff !important;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
/* page down button*/
.header__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .header__block .navbar-brand {
    padding-top: 0px;
  }
}
@media (max-width: 575px) {
  .header__block .container {
    padding: 0px;
  }
}
/*Small devices (landscape phones, 576px and up)*/
.smplwthead01 {
  background-image: url("https://images.squarespace-cdn.com/content/v1/5d776eb9e9809b029fc39f00/1570815471202-E8MG8S2PIYVWC57WJYMB/ke17ZwdGBToddI8pDm48kGpYHXcamoefwyswyBLGbXAUqsxRUqqbr1mOJYKfIPR7LoDQ9mXPOjoJoqy81S2I8N_N4V1vUb5AoIIIbLZhVYy7Mythp_T-mtop-vrsUOmeInPi9iDjx9w8K4ZfjXt2dm7GnMAMpPngkAuRyzfOq-yJwQZjpKO0WM9Sa2XJqaY8G6v6ULRah83RgHXAWD5lbQ/shutterstock_1204436149_comp3.jpg?format=2500w");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
.smplwthead01 a {
  color: #fff;
}
.smplwthead01 i {
  color: #008000;
}
.smplwthead01 .smplwthead01__content h1 {
  font-size: 36px;
  color: #ffff;
  font-weight: 900;
  line-height: 50px;
}
.smplwthead01 .smplwthead01__content h3 {
  font-size: 12px;
  color: #ffff;
  font-weight: 600;
  word-spacing: 2px;
  letter-spacing: 1px;
}
.bizindex_overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 7% 0% 9% 0%;
}
.smplwthead01__form {
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.4);
  transition: all 2s ease-in-out;
}
.smplwthead01__form .form-control {
  background-color: transparent !important;
}
.smplwthead01__form .seclect-list {
  font-size: 13px;
  color: #555;
  border: none !important;
  background-color: transparent !important;
  border-bottom: none !important;
}
.smplwthead01__form input {
  font-size: 13px;
  padding: 7px;
  height: auto;
}
@media (max-width: 776px) {
  .smplwthead01__form--group {
    margin: 10px 0px;
  }
}
.smplwthead01__tab {
  padding: 10px 0px;
}
.smplwthead01__tab .nav-tabs {
  margin: 0 auto;
  border-bottom: none;
  width: 37%;
}
.smplwthead01__tab .nav-tabs .nav-item.waves-effect.waves-light {
  font-size: 12px;
}
.smplwthead01_icons ul li {
  display: inline-block;
  margin: 0px 3%;
}
.smplwthead01_icons ul li span {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 12px;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
}
.smplwthead01_icons ul li span:hover {
  color: white;
  font-size: 15px;
  transition: 0.15s ease-in;
}
.smplwthead01_icons ul li p {
  color: white;
  margin-top: 15px;
}
.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 48px;
  border-radius: 12px;
  background-color: transparents;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  position: absolute;
  left: 51%;
  margin-left: -26px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .mouse {
    display: none !important;
  }
}
.mouse__wheel {
  display: block;
  margin: 6px auto;
  width: 9px;
  height: 9px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(14px);
  }
}
@media (max-width: 767.98px) {
  .ocvsinglepostbanner01_content h1 {
    font-size: 26px;
  }
  .smplwthead01 .smplwthead01__content h1 {
    font-size: 26px;
  }
  .smplwthead01__tab .nav-tabs {
    width: 100% !important;
  }
  .smplwthead01__tab .nav-tabs .nav-link {
    padding: 0.3rem 0.3rem;
    font-size: 12px;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.form-control-lg {
  font-size: 0.875rem;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.mpv02 {
  position: relative;
}
.mpv02 .gc-view-price {
  font-weight: 700;
}
.mpv02 .gc-price__mrp {
  text-decoration-line: line-through;
  -webkit-text-decoration-line: line-through;
  color: #6c757d;
  font-weight: 400;
}
.mpv02:hover .mpv02__img .gc-view__img--1 {
  opacity: 0;
}
.mpv02:hover .mpv02__img .gc-view__img--2 {
  opacity: 1;
}
.mpv02:hover .gc-view-actions li {
  transform: translateX(0);
}
.mpv02:hover .gc-view-actions li:nth-child(2) {
  transition-delay: 0.15s;
}
.mpv02:hover .gc-view-actions li:nth-child(3) {
  transition-delay: 0.25s;
}
.mpv02:hover .cart-item {
  bottom: 0;
}
.mpv02:hover .gc-savings__label {
  opacity: 0;
}
.mpv02 .gc-view-actions {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 30px;
  right: 25px;
  z-index: 1;
}
.mpv02 .gc-view-actions li {
  margin: 0 0 10px;
  display: block;
  transform: translateX(100px);
  transition: all 0.5s;
}
.mpv02 .gc-view-actions li a {
  color: #505050;
  background-color: #fff;
  font-size: 17px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease 0s;
}
.mpv02 .gc-view-actions li a:hover {
  color: #222222;
  background-color: #fdd935;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.mpv02 .gc-view-actions li a:hover:after {
  opacity: 1;
}
.mpv02 .gc-view-actions li a:hover:before {
  opacity: 1;
}
.mpv02 .gc-view-actions li a:after {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  line-height: 22px;
  border-radius: 3px;
  padding: 0 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -22px;
  z-index: -1;
}
.mpv02 .gc-view-actions li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  line-height: 22px;
  border-radius: 3px;
  padding: 0 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}
.mpv02__img {
  overflow: hidden;
  position: relative;
}
.mpv02__img a {
  display: block;
}
.mpv02__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mpv02__img .gc-view__img--1 {
  opacity: 1;
  transition: all 0.5s;
}
.mpv02__img .gc-view__img--2 {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.mpv02 .cart-item {
  color: #fff;
  background-color: #404040;
  font-size: 15px;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: -100%;
  transition: all 0.3s;
}
.mpv02 .cart-item:hover {
  background-color: #fdd935;
  text-decoration: none;
}
.mpv02__label {
  background-color: #fdd935;
  color: #222222;
  font-size: 17px;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
}
.mpv02__content {
  padding: 20px 10px;
  text-align: center;
}
.mpv02__title {
  font-size: 17px;
  margin: 0 0 7px;
}
.mpv02__title a {
  color: #303030;
}
.mpv02__title a:hover {
  color: #caa602;
  text-decoration: none;
}
.mpv02__price {
  color: #303030;
  font-size: 15px;
}
@media screen and (max-width: 990px) {
  .mpv02 {
    margin-bottom: 30px;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.sw24 {
  margin: 5px 5px 0.62rem 5px;
}
.sw24 .gc-view-title, .sw24 .gc-view-address {
  text-align: center;
}
.sw24 .gc-view-icons > div {
  margin-top: 0.5rem;
}
.sw24 .gc-view-price {
  position: absolute;
  top: 10px;
  right: 5px;
}
.sw24 .gc-view-address {
  font-size: 14px;
}
.sw24-listing {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  background: #fff;
  transition: all 0.6s ease-in-out 0s;
  overflow: hidden;
  margin-bottom: 20px;
}
.sw24-listing:hover .sw24-listing-img img {
  transition: all 0.6s ease-in-out 0s;
  transform: scale(1.2);
}
.sw24-listing-img {
  overflow: hidden;
  position: relative !important;
  height: 200px;
}
.sw24-listing-img .sw24-listing {
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  background: #fff;
  transition: all 0.6s ease-in-out 0s;
  overflow: hidden;
}
.sw24-listing-img .sw24-listing:hover .sw24-listing-img img {
  transition: all 0.6s ease-in-out 0s;
  transform: scale(1.2);
}
.sw24-listing-img .sw24-listing-img {
  overflow: hidden;
  position: relative !important;
  height: 200px;
}
.sw24-listing-img .sw24-listing-img img {
  object-fit: cover;
  object-position: center;
  transition: all 0.6s ease-in-out 0s;
  padding: 0px !important;
}
.sw24-listing-img .sw24-listing-img:before {
  background: linear-gradient(to bottom, transparent 17%, #464c63);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
}
.sw24-listing-img .sw24-listing-badge {
  background: #ffffff;
  padding: 0px 5px;
  top: 10px;
  border-radius: 18px;
  left: 10px;
  padding: 4px 18px;
  color: #222222;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}
.sw24-listing-img .sw24-listing-rating {
  background-color: orange;
  padding: 0px 12px;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  color: #ffffff;
}
.sw24-listing-img .sw24-listing-wishlist {
  bottom: 15px;
  right: 6px;
  color: #ffffff !important;
  text-decoration: none;
  position: absolute;
  font-size: 18px;
  z-index: 2;
}
.sw24-listing-img .sw24-listing-wishlist #favorites {
  background: transparent;
  border: none;
}
.sw24-listing-img .sw24-listing-content {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  top: -37px;
  border-radius: 100%;
  z-index: 2;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}
.sw24-listing-img .sw24-listing-content img {
  border-radius: 100%;
  width: 70px;
  object-fit: cover;
  height: 70px;
  object-position: top center;
}
.sw24-listing-img .sw24-listing-review h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
  margin-top: -10px;
  padding: 0 10px;
}
.sw24-listing-img .sw24-listing-review h3 a {
  text-decoration: none;
}
.sw24-listing-img .sw24-listing-review h3 a:hover {
  color: #fdd935;
}
.sw24-listing-img .sw24-listing-review p {
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px;
  line-height: 1.7;
  color: #222222;
}
.sw24-listing-img .sw24-listing-detail {
  padding: 13px 12px;
}
.sw24-listing-img .sw24-listing-detail a, .sw24-listing-img .sw24-listing-detail i, .sw24-listing-img .sw24-listing-detail span {
  color: #fdd935;
  font-size: 14px;
  text-decoration: none;
}
.sw24-listing-img .sw24-listing-category {
  position: relative;
  padding: 1rem 1.5rem;
  border-top: 1px dashed #eaeff5;
}
.sw24-listing-img .sw24-listing-category:hover .sw24-listing-category-inner {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.sw24-listing-img .sw24-listing-category a, .sw24-listing-img .sw24-listing-category span {
  color: #fdd935;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.sw24-listing-img .sw24-listing-category a i, .sw24-listing-img .sw24-listing-category span i {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: #fdd935;
  color: #222222;
  margin-right: 7px;
}
.sw24-listing-img .sw24-listing-category-cat {
  cursor: pointer;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #ffffff;
  border: 2px solid #bdc4d6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 28px;
  color: #fdd935;
  margin-left: 10px;
}
.sw24-listing-img .sw24-listing-category-inner {
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transform: translateY(10px);
  position: absolute;
  z-index: 2;
  bottom: 100%;
  width: 155px;
  background: #ffffff;
  padding: 10px;
  border: 1px solid #eaeff5;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  margin-bottom: 10px;
  right: 10px;
}
.sw24-listing-img .sw24-listing-category-inner:before {
  content: "";
  position: absolute;
  top: 100%;
  border-width: 6px;
  border-style: solid;
  border-color: #ffffff transparent transparent;
  z-index: 1;
  right: 10px;
}
.sw24-listing-img .sw24-listing-category-inner i {
  background: #fdd935;
}
.sw24-listing-img .sw24-listing-category-inner span {
  color: #222222;
  font-weight: 600;
}
.sw24-listing-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.6s ease-in-out 0s;
}
.sw24-listing-img:before {
  background: linear-gradient(to bottom, transparent 17%, #464c63);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
}
.sw24-listing-badge {
  background: #fff;
  padding: 0px 5px;
  top: 10px;
  border-radius: 18px;
  left: 10px;
  padding: 4px 18px;
  color: #505667;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}
.sw24-listing-rating {
  background-color: orange;
  padding: 0px 12px;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  color: #fff;
}
.sw24-listing-wishlist {
  bottom: 15px;
  right: 6px;
  color: #fff !important;
  text-decoration: none;
  position: absolute;
  font-size: 18px;
  z-index: 2;
}
.sw24-listing-wishlist #favorites {
  background: transparent;
  border: none;
}
.sw24-listing-content {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  top: -37px;
  border-radius: 100%;
  z-index: 2;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
  background: #fff;
}
.sw24-listing-content img {
  border-radius: 100%;
  width: 70px;
  object-fit: cover;
  height: 70px;
  object-position: top center;
}
.sw24-listing-review h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
  margin-top: -10px;
  padding: 0 10px;
}
.sw24-listing-review h3 a {
  text-decoration: none;
}
.sw24-listing-review h3 a:hover {
  color: #ff431e;
}
.sw24-listing-review p {
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px;
  line-height: 1.7;
  color: #626a70;
}
.sw24-listing-detail {
  padding: 13px 12px;
}
.sw24-listing-detail a, .sw24-listing-detail i, .sw24-listing-detail span {
  color: #626a70;
  font-size: 14px;
  text-decoration: none;
}
.sw24-listing-category {
  position: relative;
  padding: 1rem 1.5rem;
  border-top: 1px dashed #eaeff5;
}
.sw24-listing-category:hover .sw24-listing-category-inner {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.sw24-listing-category a, .sw24-listing-category span {
  color: #6d7a8a;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.sw24-listing-category a i, .sw24-listing-category span i {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background: #fdd935;
  color: #222222;
  margin-right: 7px;
}
.sw24-listing-category-cat {
  cursor: pointer;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #fff;
  border: 2px solid #bdc4d6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 28px;
  color: #707988;
  margin-left: 10px;
}
.sw24-listing-category-inner {
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transform: translateY(10px);
  position: absolute;
  z-index: 2;
  bottom: 80%;
  width: 250px;
  background: #fff;
  padding: 10px;
  border: 1px solid #eaeff5;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  margin-bottom: 10px;
  right: 10px;
}
.sw24-listing-category-inner:before {
  content: "";
  position: absolute;
  top: 100%;
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent;
  z-index: 1;
  right: 10px;
}
.sw24-listing-category-inner i {
  background: #fdd935;
}
.sw24-listing-category-inner span {
  color: #707988;
  font-weight: 600;
}
.sw24-listing-category a i {
  background: #fdd935 important;
}
.gc-grid-view .sw24 .gc-view-icons > div {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.gc-grid-view .sw24 .gc-view-icons > ul {
  text-align: center;
}
.gc-grid-view .sw24 .gc-view-description {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gc-grid-view .sw24__content {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-align: center;
}
.gc-list-view .sw24 .gc-view-title, .gc-list-view .sw24 .gc-view-address {
  text-align: left;
}
.gc-list-view .sw24 .gc-view-title, .gc-list-view .sw24 .sw24-listing-detail, .gc-list-view .sw24 .sw24-listing-category, .gc-list-view .sw24 .gc-view-categories {
  padding-left: 0px;
}
.gc-list-view .sw24 .gc-view-author {
  display: none;
}
.gc-list-view .sw24 .sw24-listing-review {
  padding-top: 30px;
}
.gc-list-view .sw24 .sw24-listing-img {
  height: 100%;
  max-height: 250px;
}
.gc-list-view .sw24.gc-view-listings .sw24-listing-img {
  max-height: 250px;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.smplwtcat__block {
  padding: 3.5rem 0;
  position: relative;
  z-index: 1;
  background: #04091e;
  overflow: hidden;
}
.smplwtcat__block .bg-parallax {
  opacity: 0.2;
}
.smplwtcat__title {
  margin-bottom: 75px;
}
.smplwtcat__title h2 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
}
.smplwtcat__title p {
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  margin-bottom: 0px;
}
.smplwtcat__item {
  border: 1px solid #777777;
  border-radius: 10px;
  background-color: rgba(249, 249, 255, 0.102);
  padding: 31px 40px 37px;
  color: #fff;
  margin-bottom: 30px;
}
.smplwtcat__item h4 {
  padding-bottom: 18px;
}
.smplwtcat__item h4 a {
  color: #fff;
  text-decoration: none;
}
.smplwtcat__item h4 i {
  color: #fdd935;
  font-size: 1.5rem;
  line-height: 1.88rem;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 1.25px;
}
.smplwtcat__item p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}
.categories-simplicity.gc-boverlay:before {
  background: rgba(0, 0, 0, 0.8);
}
.categories-simplicity h5 {
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  margin-bottom: 0px;
}
.categories-simplicity .heading-theme-primary, .categories-simplicity .heading-theme-secondary {
  color: #fff;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.tm14 {
  border-left: 4px solid #fdd935;
  box-shadow: 5px 5px 6px #dddddd;
  padding: 1.875rem 1.875rem 1.875rem 8.125rem;
  margin: 0 0.93rem 1.875rem 0.93rem;
  overflow: hidden;
  position: relative;
}
.tm14:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 1.56rem solid #fdd935;
  border-left: 1.56rem solid transparent;
  border-right: 1.56rem solid transparent;
  transform: rotate(-45deg);
  transform-origin: 80% -30% 0;
}
.tm14-pic {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 3.75rem;
  left: 1.25rem;
}
.tm14-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.tm14-description {
  font-size: 0.93rem;
  font-style: italic;
  line-height: 1.56rem;
  margin-bottom: 0.93rem;
}
.tm14-title {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fdd935;
  margin: 0;
}
.tm14-post {
  display: inline-block;
  font-size: 1.06rem;
  color: #fdd935;
}
.tm14-carousel .owl-nav {
  margin-top: 0;
  margin: 0 0 0.93rem 45%;
}
.tm14-carousel .owl-nav i {
  display: none;
}
.tm14-carousel .owl-nav .disabled {
  background: #111111 !important;
}
.tm14-carousel .owl-nav .owl-next, .tm14-carousel .owl-nav .owl-prev {
  width: 1.75rem;
  height: 1rem;
  z-index: 0;
  background: #fdd935;
  margin: 5px;
  border-top-left-radius: 0.62rem;
  opacity: 1;
  border-bottom-right-radius: 0.62rem;
  display: inline-flex;
  float: none;
  vertical-align: bottom;
}
.tm14-carousel .owl-nav .owl-next.active, .tm14-carousel .owl-nav .owl-next:hover, .tm14-carousel .owl-nav .owl-prev.active, .tm14-carousel .owl-nav .owl-prev:hover {
  background: #111111;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.pkg4 {
  padding: 1.8rem 0;
  text-align: center;
  background: #fdd935;
  color: #222222;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.pkg4 .package-savings {
  font-size: 20px;
  position: absolute;
  display: block;
  top: 20px;
}
.pkg4:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  left: -7px;
  box-sizing: content-box;
  opacity: 0;
  padding: 7px;
  z-index: -1;
  transform: translateY(7px) scale(0.8);
  box-shadow: 0 0 0 2px #fdd935;
  transition: all 0.2s ease 0s;
}
.pkg4:hover:before {
  opacity: 1;
  transform: scale(1);
}
.pkg4 .price-value {
  font-size: 3.12rem;
  font-weight: 900;
}
.pkg4 .currency {
  display: inline-block;
  font-size: 2.25rem;
  font-weight: normal;
  margin-right: 5px;
}
.pkg4 .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 7px 0;
}
.pkg4-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
.pkg4-content ul li {
  font-size: 0.93rem;
  line-height: 1.56rem;
}
.pkg4-signup a {
  display: inline-block;
  font-size: 1.25rem;
  background-color: #008000;
  color: #ffffff;
  padding: 8px;
  z-index: 1;
  text-transform: uppercase;
}
.pkg4.table {
  background: #008000;
}
.pkg4.table:before {
  box-shadow: 0 0 0 2px #008000;
}
.pkg4.active {
  background-color: #008000;
}
.pkg4.active .pkg4-signup a {
  background-color: #fdd935;
  color: #222222 !important;
}
.pkg4.active:before {
  box-shadow: 0 0 0 2px #008000;
}
.pkg4.active, .pkg4.active .title {
  color: #ffffff;
}
@media only screen and (max-width: 990px) {
  .pkg4 {
    margin-bottom: 1.8rem;
  }
  .pkg4, .pkg4:before {
    border-radius: 0;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.sw21-slick {
  display: block;
  margin: 0 auto;
}
.sw21-slick .slick-initialized.slick-slider {
  position: relative;
}
.sw21-slick .slick-prev::before, .sw21-slick .slick-next::before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sw21-slick:hover .slick-arrow {
  display: block !important;
  transition: all 0.5s ease-out;
}
.sw21-slick .slick-arrow {
  z-index: 13;
  background: #fff;
  max-height: 105px;
  min-height: 105px;
  width: 41px;
  border-radius: 3px;
  display: none !important;
  transition: all 0.5s ease-out;
}
.sw21-slick .slick-prev {
  position: absolute;
  top: 40%;
  left: 0px;
  box-shadow: 8px 6px 16px #3c3737;
  transition: all 5s ease-out;
}
.sw21-slick .slick-next {
  position: absolute;
  top: 40%;
  right: 0;
  box-shadow: -7px 0px 11px 3px #3c3737;
}
.sw21 {
  margin: 5px 5px 0.62rem 5px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(107, 121, 124, 0.2);
}
.sw21__widget {
  padding: 25px 15px;
}
.sw21__header {
  padding: 12px 20px;
  border-bottom: 1px solid #f3efef;
}
.sw21__header-name {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
}
.sw21__view-all {
  font-size: 12px;
  background: #3a69ed;
  padding: 9px 12px;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
}
.sw21__view-all a {
  color: #fff;
}
.sw21--space {
  margin: 10px 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
}
.sw21__img {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}
.sw21__image span {
  text-align: center;
  text-transform: capitalize;
  font-size: 14px;
}
.sw21__head {
  font-weight: 600;
  font-style: oblique;
  text-align: center;
}
.sw21__head:hover {
  text-decoration: none;
}
.sw21__ratings {
  padding-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}
.sw21__ratings .gcv-ratings {
  padding: 1px 2px;
  color: #fff;
  border-radius: 3px;
  background: green;
  margin-right: 3px;
}
.sw21__ratings .gcv-counts {
  color: #333;
  opacity: 0.7;
}
.sw21__category {
  padding-top: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  text-transform: capitalize;
}
.sw21__category__offerPrice, .sw21__category__actualPrice {
  margin-right: 3px;
  text-transform: capitalize;
}
.sw21__category__discount {
  color: #028002;
  text-transform: capitalize;
}
.gc-grid-view .sw21__ratings {
  text-align: center;
}
.gc-grid-view .sw21__category {
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.gc-list-view .sw21__head {
  text-align: left;
}
.gc-list-view .sw21 .gc-list-col-4 {
  padding: 0px !important;
}
.gc-list-view .sw21 .img-crop-center {
  max-height: 200px;
}
@media only screen and (max-width: 450px) {
  .sw21__header {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .sw21-slick .slick-arrow {
    max-height: 37px;
    min-height: 37px;
    width: 28px;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.counter-01__block {
  padding: 4.5rem 0;
  position: relative;
  z-index: 1;
  background: #04091e;
  overflow: hidden;
}
.counter-01__block .bg-parallax {
  opacity: 0.2;
}
.counter-01__box {
  background-color: #f5f5f5;
  padding: 20px 0;
  border-radius: 5px;
}
.counter-01__title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.counter-01__text {
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #fdd935;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.lc02 {
  padding-top: 0 !important;
}
.lc02__block {
  padding: 3.5rem 0;
  position: relative;
  z-index: 1;
  background: #04091e;
  overflow: hidden;
}
.lc02__block .bg-parallax {
  opacity: 0.2;
}
.lc02__title {
  margin-bottom: 75px;
}
.lc02__title h2 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
}
.lc02__title p {
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  margin-bottom: 0px;
}
.lc02 a {
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
}
.lc02__bg {
  background: #14addb;
  margin-bottom: 20px;
  border-radius: 10px;
  position: relative;
  transition: all 0.5s ease;
}
.lc02__bg:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 10%, rgba(84, 84, 84, 0.35) 80%);
}
.lc02__bg:hover img {
  opacity: 0.5;
  transition: all 0.5s ease;
}
.lc02__img img {
  border-radius: 5px;
  width: 100%;
}
.lc02__content {
  display: block;
  padding: 20px 20px 0 20px;
  margin-top: -125px;
  width: 100%;
  position: absolute;
}
.lc02__content-lists span {
  margin-right: 10px;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.28);
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
  padding: 4px;
  color: #000;
  background-color: #ffe500;
  font-weight: 600;
  height: 25px;
  width: 25px;
}
.lc02__content-lists i {
  color: #000;
  font-size: 11px;
  background: #ffe500;
  border-radius: 3px;
  text-align: center;
  padding: 3px 2px 2px 2px;
  border-image: none;
  border: solid 1px #000;
  text-shadow: 0pc -1px 0 rgba(0, 0, 0, 0.6);
}
.lc02__content-lists--ratings {
  padding: 10px 0 5px 0;
}
.lc02__content h5 {
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  margin: 0;
  text-overflow: ellipsis;
  padding-top: 10px;
  padding-bottom: 5px;
}
.lc02__content h5 a {
  color: #fff;
}
.lc02__content p {
  color: #c1c1c1;
  font-weight: 400;
  font-size: 15px;
}
.lc02__content--2 {
  margin-top: -90px;
  display: block;
  padding: 20px 20px 0 20px;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.ss01__heading {
  margin: 0 0 1rem 0;
  padding: 0 0 0.4rem 0;
  font-size: 1.8em;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid #d5d8dc;
}
.ss01 h4 {
  font-size: 1.2rem;
}
.ss01 h4 a {
  color: #444444;
}
.ss01 p {
  font-size: 0.9rem;
}
