@import "../css/bootstrap.min.css";
@import "../css/owl.carousel.min.css";
@import "../css/swiper-bundle.min.css";
/* Mixin to create vertical, horizontal or radial gradient */
html {
  font-family: "Urbanist-Regular";
  font-weight: normal;
  font-size: 16px;
  scroll-padding-top: 5rem;
}
@media screen and (max-width: 575px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Urbanist-Regular";
  font-weight: normal;
  font-size: 16px;
  color: #000;
  position: relative;
}
@media screen and (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

svg {
  width: 100%;
  height: auto;
}

p {
  line-height: 1.6;
  font-size: 18px;
}
@media (max-width: 1399px) {
  p {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

abbr, span {
  display: inline-block;
}

.dropdown-toggle {
  -webkit-appearance: none;
}

a[type=button] {
  -webkit-appearance: none;
}

a:hover {
  color: #7E7E7E;
}

input:focus {
  outline: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

::selection {
  background-color: #f1d3b7;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FF6600;
  border-radius: 5px;
}

/* White */
.white {
  color: #fff;
}

/* Black */
.black {
  color: #000;
}

/* Gray */
.gray {
  color: #BEBEBE;
}

/* All Widths */
.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}
@media (max-width: 767px) {
  .w-40 {
    width: 80%;
  }
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.f-100 {
  font-size: 100px;
  line-height: 120px;
}
@media screen and (max-width: 991px) {
  .f-100 {
    font-size: 50px;
    line-height: 70px;
  }
}
@media screen and (max-width: 575px) {
  .f-100 {
    font-size: 30px;
    line-height: 50px;
  }
}

.f-74 {
  font-size: 74px;
  line-height: 94px;
}
@media screen and (max-width: 991px) {
  .f-74 {
    font-size: 35px;
    line-height: 48px;
  }
}
@media screen and (max-width: 575px) {
  .f-74 {
    font-size: 35px;
    line-height: 40px;
  }
}

.f-64 {
  font-size: 64px;
  line-height: 66px;
}
@media screen and (max-width: 991px) {
  .f-64 {
    font-size: 35px;
    line-height: 41px;
  }
}
@media screen and (max-width: 575px) {
  .f-64 {
    font-size: 25px;
    line-height: 40px;
  }
}

.f-60 {
  font-size: 60px;
  line-height: 70px;
}
@media screen and (max-width: 991px) {
  .f-60 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media screen and (max-width: 575px) {
  .f-60 {
    font-size: 28px;
    line-height: 40px;
  }
}

.f-54 {
  font-size: 54px;
}
@media screen and (max-width: 1366px) {
  .f-54 {
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  .f-54 {
    font-size: 26px;
  }
}

.f-48 {
  font-size: 42px;
}
@media screen and (max-width: 1366px) {
  .f-48 {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .f-48 {
    font-size: 22px;
  }
}

.f-36 {
  font-size: 36px;
}
@media screen and (max-width: 575px) {
  .f-36 {
    font-size: 26px;
  }
}

.f-28 {
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .f-28 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .f-28 {
    font-size: 16px;
  }
}

.f-24 {
  font-size: 24px;
}
@media screen and (max-width: 1399px) {
  .f-24 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .f-24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .f-24 {
    font-size: 18px;
  }
}

.f-22 {
  font-size: 22px;
}
@media screen and (max-width: 1399px) {
  .f-22 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .f-22 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .f-22 {
    font-size: 16px;
  }
}

.f-20 {
  font-size: 20px;
}
@media screen and (max-width: 1399px) {
  .f-20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .f-20 {
    font-size: 16px;
  }
}

.f-18 {
  font-size: 18px;
}
@media screen and (max-width: 1399px) {
  .f-18 {
    font-size: 16px;
  }
}

.f-16 {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .f-16 {
    font-size: 14px;
  }
}

.f-15 {
  font-size: 15px;
}

.f-12 {
  font-size: 12px;
}

.ttu {
  text-transform: uppercase;
}

.ttc {
  text-transform: capitalize;
}

.ttl {
  text-transform: lowercase;
}

.tdu {
  text-decoration: underline;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.aic {
  -ms-flex-align: center;
  align-items: center;
}

.jcs {
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}

.jce {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jcc {
  -ms-flex-pack: center;
  justify-content: center;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul, ol {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
}

/* Overflow hidden Class */
.overflow-hidden {
  overflow: hidden;
}

.object-fit-cover {
  object-fit: cover;
}

.cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-nav {
  position: absolute;
  top: 176px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: calc(100% + 88px);
  z-index: -1;
}
@media (max-width: 1600px) {
  .owl-nav {
    top: 133px;
  }
}
@media (max-width: 1399px) {
  .owl-nav {
    top: 123px;
    width: calc(100% + 58px);
  }
}
@media (max-width: 1200px) {
  .owl-nav {
    top: auto;
    width: auto;
    position: static;
    transform: none;
    justify-content: center;
    margin-top: 16px;
  }
}

.round-arw .owl-prev, .round-arw .owl-next, .round-arw .swiper-button-prev, .round-arw .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000 !important;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border: 2px solid #fff;
}
@media (max-width: 1399px) {
  .round-arw .owl-prev, .round-arw .owl-next, .round-arw .swiper-button-prev, .round-arw .swiper-button-next {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 1199px) {
  .round-arw .owl-prev, .round-arw .owl-next, .round-arw .swiper-button-prev, .round-arw .swiper-button-next {
    width: 24px;
    height: 24px;
  }
}
.round-arw .owl-prev i, .round-arw .owl-next i, .round-arw .swiper-button-prev i, .round-arw .swiper-button-next i {
  font-size: 9px;
  color: #fff;
}
@media (max-width: 1200px) {
  .round-arw .owl-prev i, .round-arw .owl-next i, .round-arw .swiper-button-prev i, .round-arw .swiper-button-next i {
    font-size: 6px;
  }
}
.round-arw .swiper-button-prev {
  left: 20px;
}
@media (max-width: 1199px) {
  .round-arw .swiper-button-prev {
    left: 10px;
  }
}
.round-arw .swiper-button-next {
  right: 20px;
}
@media (max-width: 1199px) {
  .round-arw .swiper-button-next {
    right: 10px;
  }
}

.swiper-button-prev:after, .swiper-button-next:after {
  content: none;
}

/*Box shadow Class */
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.container.custom-container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1600px) {
  .container.custom-container {
    max-width: 1440px;
  }
}
@media (min-width: 1700px) {
  .container.custom-container {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .container.custom-container {
    max-width: 1600px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1220px;
  }
}
@media (min-width: 1399px) {
  .container {
    max-width: 1365px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1601px) {
  .container {
    max-width: 1664px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .container {
    max-width: 97%;
  }
}

h3, h4, h5, h6 {
  font-family: "Urbanist-Bold";
}

h6 {
  font-size: 0.7rem;
}

h4, .h4 {
  font-size: 1.2rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-66 {
  margin-bottom: 66px;
}
@media (max-width: 460px) {
  .mb-66 {
    margin-bottom: 50px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .mb-90 {
    margin-bottom: 60px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 991px) {
  .mb-110 {
    margin-bottom: 50px;
  }
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .mt-80 {
    margin-top: 50px;
  }
}

.mt-90 {
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  .mt-90 {
    margin-top: 60px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mt-110 {
  margin-top: 110px;
}
@media screen and (max-width: 991px) {
  .mt-110 {
    margin-top: 50px;
  }
}

.main-gray-text {
  color: #7E7E7E;
}

.orange-text {
  color: #FF6600;
}

.red-text {
  color: #FF0000;
}

.bg-golden {
  background-color: #FF6600;
}

.bg-black {
  background-color: #000;
}

.text-black {
  color: #000 !important;
}

.banner-heading {
  color: #fff;
  font-size: 51px;
  font-family: "KonoW00";
  width: 46%;
  margin: 0 auto 20px;
  position: relative;
}
@media (max-width: 1699px) {
  .banner-heading {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .banner-heading {
    font-size: 32px;
    width: 55%;
  }
}
@media (max-width: 767px) {
  .banner-heading {
    font-size: 28px;
    margin-bottom: 12px;
    width: 100%;
  }
}
@media (max-width: 410px) {
  .banner-heading {
    font-size: 22px;
    letter-spacing: 1px;
  }
}

.main-heading {
  font-size: 32px;
  font-family: "Urbanist-Bold";
  color: #000;
  margin-bottom: 32px;
}
@media (max-width: 1499px) {
  .main-heading {
    font-size: 26px;
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .main-heading {
    font-size: 22px;
  }
}

.main-heading-para {
  color: #7E7E7E;
}

.main-heading-2 {
  font-size: 24px;
  font-family: "Urbanist-Bold";
  margin-bottom: 24px;
}
@media (max-width: 1399px) {
  .main-heading-2 {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .main-heading-2 {
    font-size: 20px;
  }
}

.bg-linear-effect {
  position: relative;
  z-index: 1;
}
.bg-linear-effect:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #350ac7 0%, #c64c38 76%, #ff6600 100%);
  opacity: 0.77;
  z-index: -1;
}

.top-banner-sec {
  height: 32vh;
  max-height: 350px;
  background: #000 url(../img/sign-in-bg.webp) center/cover no-repeat;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .top-banner-sec {
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .top-banner-sec {
    height: 24vh;
    margin-bottom: 30px;
  }
}
.top-banner-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #350ac7 0%, #c64c38 76%, #ff6600 100%);
  background: linear-gradient(135deg, #460fff 0%, #fb4629 76%, #ff6600 100%);
  opacity: 0.85;
}
.top-banner-sec-heading-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
}
.top-banner-sec-heading-area .banner-heading {
  width: fit-content;
  line-height: 51px;
}
@media (max-width: 1699px) {
  .top-banner-sec-heading-area .banner-heading {
    line-height: 38px;
  }
}
.top-banner-sec-heading-area .banner-heading .arw-img {
  position: absolute;
  top: 3px;
  left: calc(100% + 20px);
}
@media (max-width: 1699px) {
  .top-banner-sec-heading-area .banner-heading .arw-img {
    width: 44px;
  }
}
@media (max-width: 767px) {
  .top-banner-sec-heading-area .banner-heading .arw-img {
    display: none;
  }
}
.top-banner-sec-heading-area .banner-para {
  font-size: 22px;
  margin: 12px auto 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 1699px) {
  .top-banner-sec-heading-area .banner-para {
    font-size: 16px;
    margin: 7px auto 0;
  }
}
@media (max-width: 767px) {
  .top-banner-sec-heading-area .banner-para {
    font-size: 14px;
    margin: 4px auto 0;
  }
}
.top-banner-sec .bnr-arw {
  position: absolute;
  top: 8%;
  left: 2%;
  width: 11%;
}
@media (max-width: 767px) {
  .top-banner-sec .bnr-arw {
    top: 4%;
    width: 20%;
  }
}

.banner-bg-2 {
  background: #000 url(../img/banner-2.png) center/cover no-repeat;
}

.banner-bg-3 {
  background: #000 url(../img/banner-3.png) center/cover no-repeat;
}

.banner-bg-4 {
  background: #000 url(../img/banner-4.png) center/cover no-repeat;
}

.com-breadcrumb {
  width: 100%;
  min-height: 50px;
  margin-bottom: 50px;
  margin-top: 20px;
}
@media (max-width: 1499px) {
  .com-breadcrumb {
    margin-bottom: 20px;
    min-height: 40px;
  }
}
@media (max-width: 767px) {
  .com-breadcrumb {
    font-size: 12px;
    min-height: auto;
  }
}
.com-breadcrumb .breadcrumb {
  margin: 0;
}
.com-breadcrumb .breadcrumb a {
  color: #000;
}
.com-breadcrumb .breadcrumb a:hover {
  color: #FF6600;
}
.com-breadcrumb .breadcrumb-item {
  font-family: "Urbanist-Medium";
  padding: 5px 0;
}
.com-breadcrumb .breadcrumb-item.active {
  color: #000;
  font-family: "Urbanist-SemiBold";
}
.com-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 13px;
}
@media (max-width: 767px) {
  .com-breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 6px;
  }
}
.com-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: url(../img/breadcrumb-icon.svg);
  padding-right: 13px;
  float: none;
}
@media (max-width: 767px) {
  .com-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    padding-right: 6px;
  }
}

.banner-breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4705882353);
  margin: 0;
}
.banner-breadcrumb .breadcrumb a {
  color: #fff;
}
.banner-breadcrumb .breadcrumb-item.active {
  color: #fff;
}
.banner-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  filter: invert(1);
}

.load-more-btn {
  min-width: 200px;
  max-width: 28%;
  margin-top: 35px;
  border-radius: 0 !important;
}
@media (max-width: 991px) {
  .load-more-btn {
    max-width: 60%;
  }
}

.advertisement {
  max-width: 970px;
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .advertisement {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .advertisement {
    max-width: 80%;
    padding: 0;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.pointer-event-none {
  pointer-events: none;
}

.pro-bookmark {
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4784313725);
  right: 13px;
  top: 13px;
  z-index: 1;
  color: #fff;
}
.pro-bookmark.active, .pro-bookmark:hover {
  background-color: #FF6600;
}
@media (max-width: 1499px) {
  .pro-bookmark {
    width: 30px;
    height: 30px;
    font-size: 12px;
    padding: 2px 10px;
  }
}
@media (max-width: 991px) {
  .pro-bookmark {
    width: 30px;
    height: 30px;
    right: 8px;
    top: 8px;
  }
}
@media (max-width: 767px) {
  .pro-bookmark {
    width: 25px;
    height: 25px;
  }
}
.pro-bookmark.pro-bookmark-left {
  left: 13px;
  right: auto;
}
@media (max-width: 991px) {
  .pro-bookmark.pro-bookmark-left {
    left: 8px;
    top: 8px;
  }
}
.pro-bookmark.pro-bookmark-right-2 {
  top: 60px;
}
@media (max-width: 991px) {
  .pro-bookmark.pro-bookmark-right-2 {
    top: 40px;
  }
}
.pro-bookmark.pro-bookmark-bottom-left {
  right: auto;
  left: 13px;
  top: 13px;
  bottom: auto;
  border-radius: 20px;
  padding: 4px 15px;
  width: auto;
  height: auto;
}
@media (max-width: 991px) {
  .pro-bookmark.pro-bookmark-bottom-left {
    left: 8px;
    top: 8px;
  }
}
.pro-bookmark i {
  font-size: 14px;
}
@media (max-width: 1499px) {
  .pro-bookmark i {
    font-size: 12px;
  }
}

.go-to-arrow {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: -50px;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2509803922);
  -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2509803922);
  opacity: 0;
  background-color: #fff;
}
@media (max-width: 1499px) {
  .go-to-arrow {
    width: 32px;
    height: 32px;
    font-size: 14px;
    top: -40px;
  }
}
.go-to-arrow i {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.com-product-card:hover .com-product-card-img .product-card-img, .com-news-card:hover .com-product-card-img .product-card-img {
  transition: 0.3s;
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.com-product-card:hover .com-news-card-img .news-img, .com-news-card:hover .com-news-card-img .news-img {
  transition: 0.3s;
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.com-product-card:hover .go-to-arrow, .com-news-card:hover .go-to-arrow {
  opacity: 1;
}

.com-product-card {
  display: block;
}
.com-product-card-img {
  height: 380px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1600px) {
  .com-product-card-img {
    height: 294px;
  }
}
@media (max-width: 1399px) {
  .com-product-card-img {
    height: 264px;
  }
}
@media (max-width: 991px) {
  .com-product-card-img {
    height: 214px;
  }
}
@media (max-width: 575px) {
  .com-product-card-img {
    height: 304px;
  }
}
@media (max-width: 320px) {
  .com-product-card-img {
    height: 244px;
  }
}
.com-product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.com-product-card-img .half-effect-img {
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.com-product-card-img .news-dir-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.com-product-card .del-edit-grp {
  position: absolute;
  top: 10px;
  display: flex;
  gap: 10px;
  right: 14px;
}
.com-product-card .del-edit-grp .del-edit-btn {
  border: 1px solid #FF6600;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF6600;
  background-color: #fff;
  font-size: 14px;
}
.com-product-card .del-edit-grp .del-edit-btn:hover {
  background-color: #FF6600;
  color: #fff;
}
.com-product-card-data {
  margin-top: 16px;
  color: #000;
  position: relative;
}
.com-product-card-data-title {
  font-size: 22px;
  font-family: "Urbanist-Bold";
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .com-product-card-data-title {
    font-size: 18px;
  }
}
.com-product-card-data-price {
  font-size: 24px;
  font-family: "Urbanist-Bold";
  color: #FF6600;
}
@media (max-width: 1399px) {
  .com-product-card-data-price {
    font-size: 20px;
  }
}
.com-product-card-data-price del {
  color: #7E7E7E;
  font-size: 16px;
  font-family: "Urbanist-SemiBold";
  margin-right: 8px;
}
@media (max-width: 1399px) {
  .com-product-card-data-price del {
    font-size: 14px;
  }
}
.com-product-card-data-mid-short-label {
  font-family: "Urbanist-Medium";
  margin: 8px 0 12px;
}
@media (max-width: 1399px) {
  .com-product-card-data-mid-short-label {
    margin: 4px 0 8px;
  }
}
@media (max-width: 767px) {
  .com-product-card-data-mid-short-label {
    font-size: 14px;
  }
}
.com-product-card-data-mid-para {
  margin-bottom: 18px;
  color: #7E7E7E;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .com-product-card-data-mid-para {
    font-size: 14px;
  }
}
.com-product-card-data .com-pro-category {
  font-size: 16px;
  font-family: "Urbanist-Medium";
}
@media (max-width: 1399px) {
  .com-product-card-data .com-pro-category {
    font-size: 14px;
  }
}
.com-product-card-data .com-pro-category .cat-pipe {
  margin: 0 7px;
}
.com-product-card-data-meta {
  gap: 22px;
  display: flex;
  flex-wrap: wrap;
  font-family: "Urbanist-Bold";
  margin-top: 16px;
}
@media (max-width: 1399px) {
  .com-product-card-data-meta {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .com-product-card-data-meta {
    gap: 22px;
  }
}
.com-product-card-data-meta-icon {
  display: flex;
  align-items: center;
  line-height: normal;
}
.com-product-card-data-meta-icon img {
  margin-right: 6px;
  width: 20px !important;
}
@media (max-width: 1399px) {
  .com-product-card-data-meta-icon img {
    font-size: 16px;
  }
}
.com-product-card-data-meta-icon i {
  margin-right: 6px;
  font-size: 18px;
}
@media (max-width: 1399px) {
  .com-product-card-data-meta-icon i {
    font-size: 14px;
  }
}
.com-product-card-data .view-more-pro {
  width: 100%;
  border-radius: 0;
  margin-top: 30px;
}
.com-product-card-data .pro-card-skew-btns {
  display: flex;
  margin-top: 32px;
}
.com-product-card-data .pro-card-skew-btns .skew-btn {
  width: 47%;
  height: 50px;
}
@media (max-width: 1399px) {
  .com-product-card-data .pro-card-skew-btns .skew-btn {
    height: 40px;
    line-height: 40px;
  }
}
.com-product-card-data .pro-card-skew-btns .skew-btn:before, .com-product-card-data .pro-card-skew-btns .skew-btn:after {
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
}
.com-product-card-data .pro-card-skew-btns .skew-btn.skew-btn-right {
  width: 53%;
}
.com-product-card-data .pro-card-skew-btns .skew-btn.skew-btn-right:before, .com-product-card-data .pro-card-skew-btns .skew-btn.skew-btn-right:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
}

.com-news-card {
  position: relative;
}
.com-news-card-img {
  height: 388px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1600px) {
  .com-news-card-img {
    height: 305px;
  }
}
@media (max-width: 1399px) {
  .com-news-card-img {
    height: 264px;
  }
}
@media (max-width: 991px) {
  .com-news-card-img {
    height: 174px;
  }
}
@media (max-width: 320px) {
  .com-news-card-img {
    height: 124px;
  }
}
.com-news-card-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.4117647059) 100%);
}
.com-news-card-img .news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.com-news-card-img .news-dir-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.com-news-card-img .news-dir-img.diff-line {
  opacity: 0.3;
  height: 10%;
}
.com-news-card-data {
  margin-top: 25px;
  color: #000;
}
@media (max-width: 1399px) {
  .com-news-card-data {
    margin-top: 20px;
  }
}
@media (max-width: 320px) {
  .com-news-card-data {
    margin-top: 12px;
  }
}
.com-news-card-data-title {
  font-family: "Urbanist-SemiBold";
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 14px;
}
@media (max-width: 320px) {
  .com-news-card-data-title {
    margin-bottom: 6px;
  }
}
.com-news-card-data-para {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 22px;
  line-height: 26px;
}
@media (max-width: 1399px) {
  .com-news-card-data-para {
    line-height: 22px;
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .com-news-card-data-para {
    margin-bottom: 12px;
  }
}
.com-news-card-data-meta {
  font-family: "Urbanist-SemiBold";
}
@media (max-width: 767px) {
  .com-news-card-data-meta {
    font-size: 14px;
  }
}

.resize-none {
  resize: none;
}

.form-control, .form-select {
  color: #000;
  font-size: 18px;
}
@media (max-width: 1399px) {
  .form-control, .form-select {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .form-control, .form-select {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .form-control, .form-select {
    font-size: 12px;
  }
}
.form-control:focus, .form-select:focus {
  border-color: #FF6600 !important;
  box-shadow: none;
}
.form-control::placeholder, .form-select::placeholder {
  color: #919191;
}

.com-input-group {
  margin-bottom: 26px;
}

.com-input {
  padding: 8px 14px;
  border-radius: 0;
}
@media (max-width: 320px) {
  .com-input {
    padding-bottom: 8px;
  }
}
.com-input::placeholder {
  color: #7E7E7E;
}
.com-input:focus {
  outline: none;
}

.com-input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}

.com-input-label {
  color: #000;
  font-size: 18px;
  font-family: "Urbanist-SemiBold";
  display: block;
  margin-bottom: 11px;
}
@media (max-width: 1399px) {
  .com-input-label {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .com-input-label {
    font-size: 14px;
  }
}

.txt-area-limit {
  position: relative;
}
.txt-area-limit textarea {
  padding-bottom: 32px;
}
.txt-area-limit .limit-txt {
  position: absolute;
  bottom: 5px;
  right: 12px;
  background-color: #fff;
  font-size: 12px;
  color: #919191;
}

.com-select {
  background-image: url(../img/select-arrow.png);
  background-size: auto;
  background-position-y: center;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .com-select {
    background-position-y: 18px;
    background-size: 10px;
  }
}
@media (max-width: 767px) {
  .com-select {
    padding-right: 1.25rem;
    background-position-y: 16px;
    background-size: 10px;
    background-position-x: calc(100% - 8px);
  }
}
.com-select option:hover {
  background-color: #FF6600;
  box-shadow: 0 0 10px 100px #4ddc3b inset;
}

.com-check {
  display: flex;
  align-items: center;
  margin: 0;
}
.com-check-input {
  width: 25px;
  height: 25px;
  border-radius: 0;
  margin-top: 0;
  cursor: pointer;
  border: 1px solid #707070;
  flex-shrink: 0;
  border-radius: 0 !important;
}
.com-check-input:checked {
  border-color: #FF6600 !important;
  background-color: #FF6600;
}
.com-check-input:focus {
  box-shadow: none;
  border-color: #707070;
}
@media (max-width: 1399px) {
  .com-check-input {
    width: 20px;
    height: 20px;
  }
}
.com-check-label {
  cursor: pointer;
  margin: 0;
  padding-left: 12px;
  font-size: 18px;
}
@media (max-width: 1399px) {
  .com-check-label {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .com-check-label {
    font-size: 14px;
  }
}

.com-check-outline input[type=checkbox] {
  border-radius: 0;
}
.com-check-outline input[type=checkbox]:checked {
  background: #fff url(../img/brown-tick.png) center/73% no-repeat !important;
}

.com-password {
  position: relative;
}
.com-password-eye {
  position: absolute;
  right: 10px;
  top: 13px;
  cursor: pointer;
  color: #FF6600;
}
.com-password-eye.icon-eye-close:before {
  font-size: 20px;
}
@media (max-width: 767px) {
  .com-password-eye.icon-eye-close:before {
    font-size: 17px;
  }
}

.com-switch {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}
.com-switch .form-check-input {
  float: none;
  margin: 0;
  width: 55px;
  height: 32px;
  border: none;
  background-color: #dfdfdf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: url(../img/golden-circle.svg) !important;
}
.com-switch .form-check-input:checked {
  background-color: #EADCCF;
}
@media (max-width: 1399px) {
  .com-switch .form-check-input {
    width: 44px;
    height: 25px;
  }
}
@media (max-width: 991px) {
  .com-switch .form-check-input {
    width: 35px;
    height: 20px;
  }
}
.com-switch-label {
  font-family: "Urbanist-SemiBold";
}

.input-with-icon i {
  top: 10px;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.com-phone-code {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .com-phone-code {
    gap: 12px;
  }
}
.com-phone-code-inner {
  border-bottom: 1px solid #B2B2B2;
}
.com-phone-code-inner .iti {
  height: 100%;
}
.com-phone-code-inner .iti > input {
  display: none;
}
.com-phone-code-inner .iti__flag-container {
  position: static;
  height: 100%;
}
.com-phone-code-inner .iti .iti__country {
  color: #000;
}
.com-phone-code-inner .iti .iti__selected-flag {
  background-color: transparent !important;
  padding: 0 0 12px;
}
.com-phone-code-inner .iti .iti__arrow {
  border-top: 4px solid #FF6600;
}
.com-phone-code-inner .iti .iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #FF6600;
}
.com-phone-code-inner .iti .iti__selected-dial-code {
  margin: 0 0 0 5px;
}

.iti__country-list {
  width: 280px;
}
.select2-results__option--highlighted {
  background-color: #FF6600 !important;
}

@media (max-width: 560px) {
  .select2-results {
    font-size: 12px;
  }
}

.select2-selection__arrow {
  background: url(../img/select-arrow.png) no-repeat center;
}
.select2-selection__arrow b {
  border: none !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.border-bottom-input:focus {
  box-shadow: none;
}

.white-space-nowrap {
  white-space: nowrap;
}

.rating-area {
  border-radius: 3px;
  padding: 32px 42px 28px;
}
@media (max-width: 1600px) {
  .rating-area {
    padding: 30px 32px;
  }
}
@media (max-width: 1399px) {
  .rating-area {
    padding: 30px 22px;
  }
}
@media (max-width: 1200px) {
  .rating-area {
    padding: 30px 14px;
  }
}
.rating-area.rating-area-detail {
  padding: 60px;
}
@media (max-width: 1200px) {
  .rating-area.rating-area-detail {
    padding: 30px 25px;
  }
}
@media (max-width: 767px) {
  .rating-area.rating-area-detail {
    padding: 30px 15px;
  }
}
.rating-area.rating-area-detail .rating-area-review {
  margin-bottom: 50px;
}
.rating-area.rating-area-detail .rating-area-review:last-child {
  margin-bottom: 0;
}
.rating-area-head-wrap {
  margin-bottom: 78px;
}
@media (max-width: 767px) {
  .rating-area-head-wrap {
    margin-bottom: 58px;
  }
}
@media (max-width: 350px) {
  .rating-area-head-wrap {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
@media (max-width: 767px) {
  .rating-area-head-wrap .com-btn {
    padding: 5px 8px;
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .rating-area-head-wrap .com-btn {
    width: 100%;
    margin-top: 15px;
  }
}
.rating-area-header {
  gap: 25px;
  margin-bottom: 28px;
}
@media (max-width: 1399px) {
  .rating-area-header {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .rating-area-header {
    gap: 8px;
  }
}
.rating-area-header-heading {
  font-size: 32px;
  font-family: "Urbanist-Bold";
}
@media (max-width: 1399px) {
  .rating-area-header-heading {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .rating-area-header-heading {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .rating-area-header-heading {
    font-size: 18px;
  }
}
.rating-area-header .icon-star-circle {
  font-size: 58px;
}
@media (max-width: 1399px) {
  .rating-area-header .icon-star-circle {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .rating-area-header .icon-star-circle {
    font-size: 36px;
  }
}
@media (max-width: 320px) {
  .rating-area-header .icon-star-circle {
    font-size: 26px;
  }
}
.rating-area-header-total-review {
  font-family: "Urbanist-SemiBold";
}
@media (max-width: 767px) {
  .rating-area-header-total-review {
    font-size: 14px;
  }
}
.rating-area-btns {
  row-gap: 10px;
}
@media (max-width: 1600px) {
  .rating-area-btns .com-btn {
    font-size: 16px;
    padding: 4px 15px;
  }
}
@media (max-width: 1400px) {
  .rating-area-btns .com-btn {
    font-size: 15px;
    padding: 4px 10px;
  }
}
.rating-area-review {
  margin-bottom: 38px;
}
.rating-area-review:last-child {
  margin-bottom: 23px;
}
.rating-area-review-profile {
  display: flex;
  gap: 18px;
  font-family: "Urbanist-SemiBold";
  margin-bottom: 15px;
}
.rating-area-review-profile-img {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  border: 1px solid #707070;
}
@media (max-width: 1399px) {
  .rating-area-review-profile-img {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 767px) {
  .rating-area-review-profile-img {
    width: 55px;
    height: 55px;
  }
}
.rating-area-review-star {
  margin-bottom: 10px;
}
.rating-area-review-star .highlight:before {
  color: #FF6600;
}
.rating-area-review-star i {
  font-size: 21px;
}
@media (max-width: 991px) {
  .rating-area-review-star i {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .rating-area-review-star i {
    font-size: 14px;
  }
}
.rating-area-review-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #7E7E7E;
}
.rating-area-review .reply-btn {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FF6600;
  color: #FF6600;
  padding: 0;
  font-family: "Urbanist-SemiBold";
}
.rating-area-review .reply-area {
  margin-top: 20px;
}
.rating-area-review .reply-area .reply-text {
  padding: 5px 0 5px 15px;
  border-left: 1px solid #AFAFAF;
}
.rating-area-review .reply-area .reply-text .reply-msg p:last-child {
  margin-bottom: 0;
}

.com-range-slider {
  padding: 38px 0 60px;
}
.com-range-slider .irs-from, .com-range-slider .irs-to, .com-range-slider .irs-single {
  top: -38px;
  background-color: #FF6600;
}
.com-range-slider .irs-from:before, .com-range-slider .irs-to:before, .com-range-slider .irs-single:before {
  border-top-color: #FF6600;
}
.com-range-slider .irs--flat {
  height: 5px;
  width: 100%;
}
.com-range-slider .irs--flat .irs-bar {
  background-color: #FF6600;
  height: 5px;
  top: 0;
}
@media (max-width: 1399px) {
  .com-range-slider .irs--flat .irs-bar {
    height: 3px;
  }
}
.com-range-slider .irs--flat .irs-line {
  height: 2px;
  top: 1px;
  background-color: #DDDDDD;
}
.com-range-slider .irs--flat .irs-handle {
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.com-range-slider .irs--flat .irs-handle > i:first-child {
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #FF6600;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  margin-left: -15px;
}
.com-range-slider .irs--flat .irs-min, .com-range-slider .irs--flat .irs-max {
  border: 1px solid #707070;
  border-radius: 0;
  min-width: 55px;
  padding: 5px;
  text-align: center;
  font-family: "Urbanist-Medium";
  top: 30px;
  visibility: visible !important;
  color: #000;
  background-color: #fff;
  font-size: 16px;
}
@media (max-width: 1399px) {
  .com-range-slider .irs--flat .irs-min, .com-range-slider .irs--flat .irs-max {
    font-size: 14px;
    min-width: 45px;
    line-height: normal;
  }
}

.short-underline {
  position: relative;
}
.short-underline:after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #FF6600;
  display: block;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .short-underline:after {
    margin-top: 4px;
  }
}
.short-underline.large:after {
  width: 39px;
  height: 6px;
}
@media (max-width: 767px) {
  .short-underline.large:after {
    height: 3px;
  }
}

.non-edit-form-item {
  margin-bottom: 32px;
}
.non-edit-form-item:last-child {
  margin-bottom: 0;
}
.non-edit-form-item-label {
  color: #FF6600;
  font-size: 18px;
  font-family: "Urbanist-SemiBold";
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 1399px) {
  .non-edit-form-item-label {
    font-size: 16px;
  }
}
.non-edit-form-item-input {
  font-size: 22px;
  font-family: "Urbanist-Medium";
}
@media (max-width: 1399px) {
  .non-edit-form-item-input {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .non-edit-form-item-input {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .non-edit-form-item-input {
    font-size: 16px;
  }
}

.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.3490196078);
  backdrop-filter: blur(10px);
}
.modal-backdrop.show {
  opacity: 1;
}

.toggle-wishlist.icon-heart {
  animation: 0.5s heartBlink linear;
}
@keyframes heartBlink {
  40% {
    transform: scale(0.5);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.coming-soon {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.coming-soon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3803921569);
  backdrop-filter: blur(11px);
}

.coming-soon .coming-ct {
  width: 1040px;
  max-width: 95%;
  padding: 20px 20px 4px 20px;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.368627451);
  border-radius: 14px;
  text-align: center;
}

.coming-soon .coming-icon {
  margin-top: 30px;
  margin-left: auto;
  display: block;
  width: 130px;
}

.com-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.com-tooltip:hover .tooltip-txt {
  display: block;
}
.com-tooltip img {
  width: 20px;
}
.com-tooltip .tooltip-txt {
  display: none;
  position: absolute;
  font-size: 12px;
  line-height: 18px;
  padding: 5px;
  border: 1px solid #FF6600;
  color: #fff;
  background: #000;
  width: 220px;
  left: 100%;
  bottom: 100%;
  z-index: 9;
}
@media (max-width: 767px) {
  .com-tooltip .tooltip-txt {
    left: auto;
    right: 0;
  }
}

@media (max-width: 767px) {
  .coming-soon .coming-ct {
    font-size: 26px;
  }
  .coming-soon .coming-icon {
    width: 80px;
  }
}
@font-face {
  font-family: "Urbanist-Thin";
  src: url("../fonts/Urbanist-Thin.woff2") format("woff2"), url("../fonts/Urbanist-Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist-ExtraLight";
  src: url("../fonts/Urbanist-ExtraLight.woff2") format("woff2"), url("../fonts/Urbanist-ExtraLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist-Light";
  src: url("../fonts/Urbanist-Light.woff2") format("woff2"), url("../fonts/Urbanist-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist-Regular";
  src: url("../fonts/Urbanist-Regular.woff2") format("woff2"), url("../fonts/Urbanist-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist-Medium";
  src: url("../fonts/Urbanist-Medium.woff2") format("woff2"), url("../fonts/Urbanist-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist-SemiBold";
  src: url("../fonts/Urbanist-SemiBold.woff2") format("woff2"), url("../fonts/Urbanist-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist-ExtraBold";
  src: url("../fonts/Urbanist-ExtraBold.woff2") format("woff2"), url("../fonts/Urbanist-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist-Bold";
  src: url("../fonts/Urbanist-Bold.woff2") format("woff2"), url("../fonts/Urbanist-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist-Black";
  src: url("../fonts/Urbanist-Black.woff2") format("woff2"), url("../fonts/Urbanist-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KonoW00";
  src: url("../fonts/KonoW00-Regular.eot");
  src: url("../fonts/KonoW00-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/KonoW00-Regular.woff2") format("woff2"), url("../fonts/KonoW00-Regular.woff") format("woff"), url("../fonts/KonoW00-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?3lgikl");
  src: url("../fonts/icomoon.eot?3lgikl#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3lgikl") format("truetype"), url("../fonts/icomoon.woff?3lgikl") format("woff"), url("../fonts/icomoon.svg?3lgikl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i[class^=icon-], i[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-flag:before {
  content: "\e923";
}

.icon-send:before {
  content: "\e922";
}

.icon-location-dark:before {
  content: "\e921";
}

.icon-right-light:before {
  content: "\e920";
}

.icon-play:before {
  content: "\e91f";
}

.icon-arrow-up-right:before {
  content: "\e91e";
}

.icon-download-white:before {
  content: "\e91d";
}

.icon-edit-white:before {
  content: "\e91c";
}

.icon-delete-white:before {
  content: "\e91b";
}

.icon-star-circle:before {
  content: "\e91a";
  color: #e2ae00;
}

.icon-white-call:before {
  content: "\e918";
}

.icon-star-gray:before {
  content: "\e919";
  color: #bcbcbc;
}

.icon-add-circle-outline:before {
  content: "\e916";
}

.icon-minus-circle-outline:before {
  content: "\e917";
}

.icon-eye-open:before {
  content: "\e915";
}

.icon-facebook-light:before {
  content: "\e914";
}

.icon-google:before {
  content: "\e911";
}

.icon-apple:before {
  content: "\e912";
}

.icon-linkedin:before {
  content: "\e913";
}

.icon-close:before {
  content: "\e910";
}

.icon-eye-close:before {
  content: "\e90f";
}

.icon-bookmark-cut:before {
  content: "\e90e";
}

.icon-youtube:before {
  content: "\e90a";
}

.icon-twitter:before {
  content: "\e90b";
}

.icon-instagram:before {
  content: "\e90c";
}

.icon-facebook:before {
  content: "\e90d";
}

.icon-chev-up:before {
  content: "\e908";
}

.icon-chev-down-light:before {
  content: "\e909";
}

.icon-eye:before {
  content: "\e907";
}

.icon-heart-outline:before {
  content: "\e906";
}

.icon-heart:before {
  content: "\e905";
}

.icon-search-light:before {
  content: "\e904";
}

.icon-chev-down:before {
  content: "\e903";
}

.icon-add-circle:before {
  content: "\e902";
}

.icon-bookmark:before {
  content: "\e901";
}

.icon-notification:before {
  content: "\e900";
}

/* Mixin to create vertical, horizontal or radial gradient */
.main-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(107, 66, 27, 0.2705882353);
  -moz-box-shadow: 0px 2px 2px rgba(107, 66, 27, 0.2705882353);
  box-shadow: 0px 2px 2px rgba(107, 66, 27, 0.2705882353);
}
.main-header-top-bar-inner {
  display: flex;
  justify-content: space-between;
  color: #DEDEDE;
  text-transform: uppercase;
  padding: 6px 0;
  font-family: "Urbanist-Medium";
  line-height: normal;
  gap: 26px;
  white-space: nowrap;
  overflow-x: auto;
  width: 90%;
}
.main-header-top-bar-inner::-webkit-scrollbar {
  height: 2px;
}
.main-header-top-bar-inner::-webkit-scrollbar-track {
  background: transparent;
  box-shadow: none;
}
.main-header-top-bar-inner::-webkit-scrollbar-thumb {
  background: #373737;
}
.main-header-top-bar-inner-item {
  display: flex;
  align-items: center;
}
@media (max-width: 1699px) {
  .main-header-top-bar-inner-item span {
    font-size: 12px;
  }
}
.main-header-top-bar-inner-item i {
  display: block;
  margin-right: 7px;
  font-size: 13px;
}
.main-header-top-bar-inner-item i:before {
  color: #FF6600;
}
@media (max-width: 1200px) {
  .main-header-top-bar-inner-item i {
    font-size: 10px;
  }
}
.main-header-top-bar .top-bar-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.main-header .top-bar-icons {
  display: flex;
  align-items: center;
  gap: 26px;
  justify-content: flex-end;
  margin: 0 24px 0 0;
}
@media (max-width: 991px) {
  .main-header .top-bar-icons {
    gap: 18px;
  }
}
.main-header .top-bar-icons a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 1699px) {
  .main-header .top-bar-icons a {
    font-size: 14px;
  }
}
.main-header .top-bar-icons a .notify-alert {
  flex-shrink: 0;
  background-color: #e74242;
  top: -2px;
}
.main-header .top-bar-icons a img {
  width: 24px;
  height: 32px;
  object-fit: contain;
}
@media (max-width: 1699px) {
  .main-header .top-bar-icons a img {
    width: 18px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .main-header .top-bar-icons a img {
    width: 14px;
    height: 22px;
  }
}
.main-header .top-bar-icons a i {
  color: #000;
}
@media (max-width: 767px) {
  .main-header .top-bar-icons .header-notification {
    display: none;
  }
}
.main-header .header-notification:hover img, .main-header .header-notification:hover i {
  animation: bellRing 0.9s both;
}
@media (max-width: 767px) {
  .main-header .header-notification img {
    width: 16px;
  }
}
@keyframes bellRing {
  0%, 100% {
    transform-origin: top;
  }
  15% {
    transform: rotateZ(10deg);
  }
  30% {
    transform: rotateZ(-10deg);
  }
  45% {
    transform: rotateZ(5deg);
  }
  60% {
    transform: rotateZ(-5deg);
  }
  75% {
    transform: rotateZ(2deg);
  }
}
.main-header .mob-login {
  border: 1px solid #FF6600;
  background-color: #fff;
  color: #FF6600;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 8px;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .main-header .mob-login {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 340px) {
  .main-header .mob-login {
    font-size: 12px;
    padding: 2px 6px;
    margin: 0 8px 0 0;
  }
}
.main-header .notify-alert {
  width: 8px;
  height: 8px;
  top: -5px;
  right: -7px;
}
.main-header .navbar {
  padding: 0;
}
@media (max-width: 991px) {
  .main-header .navbar {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .main-header .navbar .navbar-brand {
    width: 160px;
  }
}
@media (max-width: 340px) {
  .main-header .navbar .navbar-brand {
    max-width: 135px;
  }
}
@media (max-width: 300px) {
  .main-header .navbar .navbar-brand {
    max-width: 115px;
  }
}
.main-header .navbar .icon-notification {
  font-size: 21px;
}
@media (max-width: 1399px) {
  .main-header .navbar .icon-notification {
    font-size: 18px;
  }
}
.main-header .navbar-toggler {
  padding: 0;
  width: 30px;
  height: 24px;
}
.main-header .navbar-toggler:focus {
  box-shadow: none;
}
.main-header .navbar-toggler span {
  width: 100%;
  height: 2px;
  margin-top: 6px;
  display: block;
  background-color: #FF6600;
  transition: 0.3s;
  margin-left: auto;
  border-radius: 5px;
}
.main-header .navbar-toggler span:first-child {
  margin-top: 0;
  width: 70%;
}
.main-header .navbar-toggler span:nth-child(2) {
  transition: 0.5s;
}
.main-header .navbar-toggler span:last-child {
  width: 40%;
}
.main-header .navbar-toggler[aria-expanded=true] span {
  width: 100%;
}
.main-header .navbar-toggler[aria-expanded=true] span:first-child {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-header .navbar-toggler[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  transition: 0.1s;
}
.main-header .navbar-toggler[aria-expanded=true] span:last-child {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -2px;
}
.main-header-collapse {
  padding: 0;
  -webkit-box-shadow: 0px 2px 2px rgba(107, 66, 27, 0.2705882353);
  -moz-box-shadow: 0px 2px 2px rgba(107, 66, 27, 0.2705882353);
  box-shadow: 0px 2px 2px rgba(107, 66, 27, 0.2705882353);
}
@media (max-width: 991px) {
  .main-header-collapse {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #fff;
    top: 100%;
  }
}
.main-header-collapse.navbar-collapse {
  flex-direction: column;
}
.main-header-collapse .navbar-brand {
  max-width: 280px;
  flex-shrink: 0;
  width: 35%;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1699px) {
  .main-header-collapse .navbar-brand {
    width: 180px;
    height: 58px;
  }
}
@media (max-width: 1399px) {
  .main-header-collapse .navbar-brand {
    width: 150px;
  }
}
@media (max-width: 1199px) {
  .main-header-collapse .navbar-brand {
    width: 70px;
  }
}
.main-header-collapse .navbar-brand img {
  width: 100%;
  height: 80%;
  object-fit: contain;
  object-position: left;
}
.main-header-collapse-upper {
  width: 100%;
  padding: 0;
}
@media (max-width: 991px) {
  .main-header-collapse-upper {
    margin-top: 22px;
    margin-bottom: 20px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .main-header-collapse-upper .navbar-brand {
    display: none !important;
  }
}
.main-header-collapse-upper-right {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .main-header-collapse-upper-right {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.main-header-collapse-upper-right-icons {
  margin-right: 40px;
  gap: 27px;
}
@media (max-width: 767px) {
  .main-header-collapse-upper-right-icons {
    margin-right: 24px;
  }
}
@media (max-width: 350px) {
  .main-header-collapse-upper-right-icons {
    margin-right: 16px;
  }
}
.main-header-collapse-upper-right-icons a {
  display: flex;
}
.main-header-collapse-upper-right-icons a i {
  font-size: 21px;
  color: #FF6600;
}
@media (max-width: 1399px) {
  .main-header-collapse-upper-right-icons a i {
    font-size: 18px;
  }
}
.main-header-collapse-upper-right-dropdown {
  border: 1px solid #FF6600;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  min-width: 193px;
  z-index: 2;
  display: none;
  line-height: normal;
}
@media (max-width: 767px) {
  .main-header-collapse-upper-right-dropdown {
    min-width: 163px;
  }
}
.main-header-collapse-upper-right-dropdown li {
  border-bottom: 1px solid #FF6600;
}
.main-header-collapse-upper-right-dropdown li:last-child {
  border-bottom: none;
}
.main-header-collapse-upper-right-dropdown li a {
  color: #000;
  padding: 15px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  white-space: nowrap;
  gap: 16px;
}
.main-header-collapse-upper-right-dropdown li a:hover {
  background-color: #ffd7bc;
}
@media (max-width: 767px) {
  .main-header-collapse-upper-right-dropdown li a {
    padding: 10px 13px;
  }
}
.main-header-collapse-upper-right-dropdown li a i {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .main-header-collapse-upper-right-dropdown li a i {
    font-size: 11px;
  }
}
.main-header-collapse-upper-right .show-dropdown:hover .main-header-collapse-upper-right-dropdown {
  display: block;
}
.main-header-collapse-upper-right .com-btn {
  font-size: 18px;
  font-family: "Urbanist-Medium";
  color: #DEDEDE;
  white-space: nowrap;
  color: #FF6600;
  height: 44px;
  border-radius: 0;
  position: relative;
}
.main-header-collapse-upper-right .com-btn:last-child {
  margin-left: 20px;
}
@media (max-width: 1399px) {
  .main-header-collapse-upper-right .com-btn:last-child {
    margin-left: 12px;
  }
}
@media (max-width: 350px) {
  .main-header-collapse-upper-right .com-btn:last-child {
    margin-left: 4px;
  }
}
@media (max-width: 1600px) {
  .main-header-collapse-upper-right .com-btn {
    height: 32px;
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .main-header-collapse-upper-right .com-btn {
    font-size: 12px;
    padding: 6px 8px;
    height: auto;
  }
}
@media (max-width: 350px) {
  .main-header-collapse-upper-right .com-btn {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.main-header-collapse .navbar-menus-wrap {
  width: 100%;
  background-color: #000;
}
.main-header-menu-list {
  width: 100%;
  margin: 0 20px 0 35px;
  gap: 14px;
}
@media (max-width: 1199px) {
  .main-header-menu-list {
    margin: 0 14px 0 10px;
  }
}
@media (max-width: 991px) {
  .main-header-menu-list {
    max-height: 65vh;
    overflow-y: auto;
    flex-wrap: nowrap;
    width: 100%;
    gap: 0;
    margin: 0;
  }
}
.main-header-menu-list-item {
  text-align: center;
}
@media (max-width: 991px) {
  .main-header-menu-list-item {
    position: relative;
  }
}
@media (max-width: 767px) {
  .main-header-menu-list-item {
    text-align: left;
    margin-bottom: 8px;
  }
}
.main-header-menu-list-item .nav-link {
  color: #000;
  font-family: "Urbanist-Medium";
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  position: relative;
  padding: 14px 8px;
  cursor: pointer;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1699px) {
  .main-header-menu-list-item .nav-link {
    font-size: 14px;
    height: 58px;
  }
}
@media (max-width: 1399px) {
  .main-header-menu-list-item .nav-link {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .main-header-menu-list-item .nav-link {
    height: auto;
  }
}
@media (max-width: 991px) {
  .main-header-menu-list-item .nav-link {
    padding: 8px;
    min-width: 150px;
  }
}
.main-header-menu-list-item .nav-link .menu-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}
.main-header-menu-list-item .nav-link .menu-dropdown a {
  color: #000;
}
.main-header-menu-list-item .nav-link.has-menu {
  position: static;
}
.main-header-menu-list-item .nav-link.has-menu i {
  font-size: 6px;
  vertical-align: middle;
  margin-left: 5px;
  display: inline-block;
  margin-top: -4px;
  color: #000;
}
@media (max-width: 991px) {
  .main-header-menu-list-item .nav-link.has-menu i {
    position: absolute;
    right: -15px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.main-header-menu-list-item .nav-link.thin {
  font-family: "Urbanist-Bold";
}
@media (min-width: 1200px) {
  .main-header-menu-list-item .nav-link.active:after {
    content: "";
    width: 100%;
    height: 6px;
    background-color: #FF6600;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 20px 20px 0 0;
  }
}
.main-header-menu-list-item .nav-link i {
  font-weight: bold;
  transition: 0.3s;
}
.main-header-menu-list-item .nav-link i::before {
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .main-header-menu-list-item .nav-link:hover:after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #FF6600;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 12px;
  }
}
.main-header-menu-list-item .nav-link:hover i:before {
  transition: 0.3s;
}
.main-header-menu-list-item .nav-link:hover .menu-dropdown a {
  transition: 0.3s;
}
@media (min-width: 992px) {
  .main-header-menu-list-item .nav-link:hover .mega-menu {
    display: block;
  }
}
.main-header .logo-short {
  display: none;
}
@media (max-width: 1199px) {
  .main-header .logo-short {
    display: block;
  }
}
@media (max-width: 1199px) {
  .main-header .logo-large {
    display: none;
  }
}
.main-header .mega-menu {
  padding: 15px 0;
  display: none;
  position: absolute;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.9019607843);
  width: 100%;
  left: 0;
  text-align: left;
  text-transform: none;
  overflow-y: auto;
  max-height: 70vh;
  cursor: auto;
  z-index: 3;
}
.main-header .mega-menu-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767px) {
  .main-header .mega-menu-inner {
    gap: 10px;
  }
}
.main-header .mega-menu-item {
  width: 18%;
}
@media (max-width: 767px) {
  .main-header .mega-menu-item {
    width: 45%;
    flex-basis: auto;
  }
}
.main-header .mega-menu-item-heading {
  font-family: "Urbanist-Bold";
  margin-bottom: 14px;
}
.main-header .mega-menu-item-list-item {
  margin-bottom: 14px;
}
@media (max-width: 1399px) {
  .main-header .mega-menu-item-list-item {
    margin-bottom: 10px;
  }
}
.main-header .mega-menu-item-list-item a {
  padding: 3px 0;
  font-size: 14px;
  font-family: "Urbanist-SemiBold";
  color: #DEDEDE;
}
.main-header .mega-menu-item-list-item a:hover {
  color: #FF6600;
}
@media (max-width: 1399px) {
  .main-header .mega-menu-item-list-item a {
    font-size: 12px;
  }
}
.main-header.header-sticky {
  animation: slideDown 0.35s ease-in-out;
  position: fixed;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.main-header.header-sticky .logo-short {
  display: block;
}
.main-header.header-sticky .logo-large {
  display: none;
}
.main-header.header-sticky .navbar {
  padding: 0;
}
@media (max-width: 991px) {
  .main-header.header-sticky .navbar {
    padding: 0 15px;
  }
}
.main-header.header-sticky .main-header-top-bar {
  display: none;
}
.main-header.header-sticky .main-header-collapse-upper {
  width: auto;
}
.main-header.header-sticky .main-header-collapse .navbar-brand {
  max-width: none;
  width: 50px;
}
@media (max-width: 1200px) {
  .main-header.header-sticky .main-header-collapse .navbar-brand {
    width: 65px;
  }
}
.main-header.header-sticky .main-header-collapse.navbar-collapse {
  justify-content: space-between !important;
  align-items: center;
  flex-direction: row;
}
.main-header.header-sticky .main-header-collapse .navbar-menus-wrap > .container {
  display: flex;
  align-items: center;
}
.main-header.header-sticky .main-header-menu-list {
  margin-top: 0;
  width: 100%;
  margin-left: 60px;
}
@media (max-width: 1199px) {
  .main-header.header-sticky .main-header-menu-list {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .main-header.header-sticky .main-header-menu-list {
    margin-left: 0;
  }
}
.main-header.header-sticky .main-header-menu-list a {
  font-size: 16px;
}
@media (max-width: 1399px) {
  .main-header.header-sticky .main-header-menu-list a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .main-header.header-sticky .main-header-menu-list a {
    font-size: 11px;
  }
}

.main-footer {
  padding-top: 60px;
  position: relative;
  background-color: #000;
}
@media (max-width: 767px) {
  .main-footer {
    padding-top: 20px;
  }
}
.main-footer-logo img {
  width: 278px;
  max-width: 77%;
}
@media (max-width: 1499px) {
  .main-footer-logo img {
    width: 250px;
  }
}
@media (max-width: 1399px) {
  .main-footer-logo img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .main-footer-logo img {
    width: 100%;
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .main-footer-logo img {
    max-width: 55%;
  }
}
.main-footer .footer-btm-text {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1499px) {
  .main-footer .footer-btm-text {
    font-size: 14px;
  }
}
.main-footer-menu-title {
  font-size: 20px;
  font-family: "Urbanist-SemiBold";
  color: #fff;
}
@media (max-width: 767px) {
  .main-footer-menu-title {
    font-size: 16px;
  }
}
.main-footer-menu-item {
  margin-bottom: 8px;
}
@media (max-width: 1499px) {
  .main-footer-menu-item {
    margin-bottom: 5px;
  }
}
.main-footer-menu-item a {
  padding: 3px 0;
  font-family: "Urbanist-Medium";
  color: #fff;
}
@media (max-width: 1499px) {
  .main-footer-menu-item a {
    font-size: 14px;
  }
}
.main-footer-menu-item a:hover {
  color: #7E7E7E;
}
.main-footer-newsletter-area-title {
  font-size: 31px;
  font-family: "Urbanist-SemiBold";
}
@media (max-width: 1399px) {
  .main-footer-newsletter-area-title {
    font-size: 29px;
  }
}
@media (max-width: 991px) {
  .main-footer-newsletter-area-title {
    font-size: 22px;
  }
}
.main-footer-newsletter-area-para {
  line-height: 30px;
}
@media (max-width: 767px) {
  .main-footer-newsletter-area-para {
    line-height: 25px;
  }
}
.main-footer-newsletter-area-input-wrap {
  height: 48px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .main-footer-newsletter-area-input-wrap {
    margin-top: 38px;
  }
}
@media (max-width: 320px) {
  .main-footer-newsletter-area-input-wrap {
    height: 40px;
  }
}
.main-footer-newsletter-area-input-wrap-field {
  border: 1px solid #AFAFAF;
}
.main-footer-newsletter-area-input-wrap-btn {
  min-width: 148px;
  background-color: #000;
}
@media (max-width: 1200px) {
  .main-footer-newsletter-area-input-wrap-btn {
    min-width: 108px;
  }
}
@media (max-width: 320px) {
  .main-footer-newsletter-area-input-wrap-btn {
    min-width: 80px;
  }
}
.main-footer .foot-contact-us {
  color: #fff;
  font-size: 16px;
}
.main-footer .foot-contact-us li {
  display: flex;
  margin-bottom: 14px;
  word-break: break-word;
}
.main-footer .foot-contact-us li i {
  width: 24px;
  font-size: 12px;
  margin-top: 5px;
  flex-shrink: 0;
}
@media (max-width: 1499px) {
  .main-footer .foot-contact-us li {
    font-size: 14px;
  }
}
.main-footer-bottom {
  border-top: 1px solid #393939;
  font-size: 14px;
  line-height: 19px;
  padding: 25px 0;
  font-family: "Urbanist-Medium";
  margin-top: 40px;
  color: #fff;
}
@media (max-width: 1499px) {
  .main-footer-bottom {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .main-footer-bottom {
    margin-top: 44px;
    padding: 12px 0 10px;
  }
}
.main-footer-bottom-social-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.main-footer-bottom-social-icon-single a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.main-footer-bottom-social-icon-single a.fb-icon {
  background-color: #3b5999;
}
.main-footer-bottom-social-icon-single a.insta-icon {
  background-color: #e4405f;
}
.main-footer-bottom-social-icon-single a.twitter-icon {
  background-color: #1DA1F2;
}
.main-footer-bottom-social-icon-single a.yt-icon {
  background-color: #CD201F;
}
@media (max-width: 1499px) {
  .main-footer-bottom-social-icon-single a {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 1199px) {
  .main-footer-bottom-social-icon-single a {
    width: 26px;
    height: 26px;
  }
}
.main-footer-bottom-social-icon-single a i {
  font-size: 14px;
  color: #fff;
}
.main-footer-bottom-social-icon-single a i::before {
  transition: 0.3s;
}
.main-footer-bottom-social-icon-single a i.icon-youtube {
  font-size: 12px;
}
@media (max-width: 1499px) {
  .main-footer-bottom-social-icon-single a i.icon-youtube {
    font-size: 10px;
  }
}
@media (max-width: 1199px) {
  .main-footer-bottom-social-icon-single a i.icon-youtube {
    font-size: 8px;
  }
}
@media (max-width: 1499px) {
  .main-footer-bottom-social-icon-single a i {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .main-footer-bottom-social-icon-single a i {
    font-size: 10px;
  }
}
.main-footer-bottom-social-icon-single a:hover {
  transform: translateY(-7px);
  transition: 0.3s;
}
.subscribe-form {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  max-width: 850px;
  padding: 25px 50px 25px 10px;
  margin-bottom: 80px;
  margin-top: -110px;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2392156863);
  -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2392156863);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2392156863);
}
@media (max-width: 1199px) {
  .subscribe-form {
    padding: 20px 30px 20px 0px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .subscribe-form {
    width: 100%;
    padding: 14px 10px;
  }
}
.subscribe-form .title-column .subscribe-title {
  margin: 0;
  color: #000;
}
@media (max-width: 1199px) {
  .subscribe-form .title-column .subscribe-title {
    font-size: 14px;
  }
}
.subscribe-form .letter-img img {
  width: 64%;
  display: block;
  margin-left: auto;
}
@media (max-width: 767px) {
  .subscribe-form .letter-img img {
    width: 50px;
  }
}
.subscribe-form .form-column .form-group {
  position: relative;
}
.subscribe-form .form-column .form-group input {
  width: 100%;
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #000;
  padding: 0 0 10px 0;
  background-color: transparent;
  color: #000;
  font-family: "Urbanist-Medium";
}
.subscribe-form .form-column .form-group input::placeholder {
  color: #000;
}
@media (max-width: 767px) {
  .subscribe-form .form-column .form-group input {
    font-size: 14px;
  }
}
.subscribe-form .form-column .form-group .news-l-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: transparent;
}
.subscribe-form .form-column .form-group .news-l-btn i {
  color: #000;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .subscribe-form .form-column .form-group .news-l-btn i {
    font-size: 16px;
  }
}

.com-btn {
  background-color: #FF6600;
  text-align: center;
  color: #fff;
  font-family: "Urbanist-SemiBold";
  height: 48px;
  border: 2px solid #FF6600;
  padding: 5px 20px;
  font-size: 20px;
  transition: 0.2s;
  line-height: normal;
}
@media (max-width: 1399px) {
  .com-btn {
    height: 40px;
    font-size: 16px;
  }
}
.com-btn:hover {
  background-color: transparent;
  color: #FF6600;
  transition: 0.2s;
}

.com-btn-outline {
  background-color: transparent;
  border-radius: 0;
  text-align: center;
  color: #000;
  font-family: "Urbanist-SemiBold";
  height: 48px;
  border: 2px solid #FF6600;
  font-size: 20px;
  transition: 0.2s;
}
@media (max-width: 1399px) {
  .com-btn-outline {
    height: 40px;
    font-size: 16px;
  }
}
.com-btn-outline:hover {
  background-color: #FF6600;
  color: #fff;
  transition: 0.2s;
}

.dark-btn {
  transition: 0.3s;
  border: 2px solid #000;
  color: #fff;
  background-color: #000;
}
.dark-btn:hover {
  background-color: transparent;
  color: #000;
  transition: 0.3s;
}

.bg-btn {
  background: url(../img/mud-texture.webp) center/cover;
  color: #fff !important;
}

.filter-btn-hover img {
  transition: 0.3s;
}
.filter-btn-hover:hover img {
  -webkit-filter: brightness(0);
  -moz-filter: brightness(0);
  filter: brightness(0);
  transition: 0.3s;
}

.skew-btn {
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 2;
  color: #fff !important;
  transition: 0.3s;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  font-family: "Urbanist-Medium";
  width: 140px;
  text-align: center;
}
@media (max-width: 1699px) {
  .skew-btn {
    font-size: 14px;
    width: 122px;
  }
}
@media (max-width: 767px) {
  .skew-btn {
    width: 112px;
    height: 34px;
    line-height: 34px;
  }
}
@media (max-width: 340px) {
  .skew-btn {
    font-size: 11px;
    width: 95px;
  }
}
.skew-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: block;
  clip-path: polygon(0 0, 82% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
.skew-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  height: 100%;
  background-color: #FF6600;
  display: block;
  clip-path: polygon(0 0, 82% 0, 100% 100%, 0% 100%);
  z-index: -1;
  transition: 0.3s;
}
.skew-btn:hover:after {
  right: 0;
  transition: 0.3s;
}

.skew-btn-right:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FF6600;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
  z-index: -1;
}
.skew-btn-right:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 100%;
  height: 100%;
  background-color: #000;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
  z-index: -1;
  transition: 0.3s;
}
.skew-btn-right:hover:after {
  left: 0;
  transition: 0.3s;
}

.home-banner-sec {
  background: url(../img/home-banner.webp) center/cover no-repeat;
  z-index: 1;
  height: 52vh;
  margin-bottom: 170px;
}
.home-banner-sec:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgb(53, 10, 199) 0%, rgb(198, 76, 56) 76%, rgb(255, 102, 0) 100%);
  opacity: 0.77;
  z-index: -1;
}
@media (max-width: 1499px) {
  .home-banner-sec {
    margin-bottom: 140px;
  }
}
@media (max-width: 1200px) {
  .home-banner-sec {
    max-height: 58vh;
  }
}
@media (max-width: 767px) {
  .home-banner-sec {
    min-height: auto;
    max-height: none;
    height: auto;
    padding: 80px 0;
    background-position: right !important;
    margin-bottom: 90px;
  }
}
.home-banner-sec .arr-rr {
  position: absolute;
  top: 8%;
  left: 2%;
  width: 11%;
}
@media (max-width: 767px) {
  .home-banner-sec .arr-rr {
    top: 4%;
    width: 20%;
  }
}
.home-banner-sec .arr-ll {
  position: absolute;
  bottom: 27%;
  right: 4%;
  width: 11%;
}
@media (max-width: 767px) {
  .home-banner-sec .arr-ll {
    bottom: 15%;
    width: 20%;
  }
}
.home-banner-sec .arr-bb {
  position: absolute;
  bottom: 11%;
  left: 14%;
  width: 2.3%;
}
@media (max-width: 767px) {
  .home-banner-sec .arr-bb {
    left: 7%;
    width: 4%;
  }
}
.home-banner-sec-container-data {
  margin-bottom: 5%;
}
.home-banner-sec-container-data-sub-heading {
  font-size: 22px;
  font-family: "Urbanist-Regular";
  text-align: center;
  color: #fff;
  width: 72%;
  margin: 0 auto;
  line-height: 28px;
}
@media (max-width: 1699px) {
  .home-banner-sec-container-data-sub-heading {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .home-banner-sec-container-data-sub-heading {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
  }
}
.home-banner-sec-container-data-form {
  width: 1156px;
  max-width: 65%;
  margin: 0 auto;
  position: absolute;
  bottom: -90px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-filter: drop-shadow(0px 3px 35px rgba(0, 0, 0, 0.168627451));
  filter: drop-shadow(0px 3px 35px rgba(0, 0, 0, 0.168627451));
}
.home-banner-sec-container-data-form .clip-form-wrap {
  position: relative;
  padding: 53px 80px;
  width: 100%;
  height: 100%;
  background: url(../img/home-form-bnr.svg) center/100% no-repeat;
}
@media (max-width: 1499px) {
  .home-banner-sec-container-data-form .clip-form-wrap {
    padding: 35px 50px;
  }
}
@media (max-width: 767px) {
  .home-banner-sec-container-data-form .clip-form-wrap {
    padding: 20px 32px;
  }
}
@media (max-width: 360px) {
  .home-banner-sec-container-data-form .clip-form-wrap {
    padding: 20px 16px;
  }
}
@media (max-width: 1499px) {
  .home-banner-sec-container-data-form {
    padding: 20px 25px;
  }
}
@media (max-width: 991px) {
  .home-banner-sec-container-data-form {
    max-width: 82%;
  }
}
@media (max-width: 767px) {
  .home-banner-sec-container-data-form {
    max-width: 96%;
    padding: 0;
    margin: 0 auto;
    bottom: -48px;
  }
}
.home-banner-sec-container-data-form-inner {
  height: 54px;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1499px) {
  .home-banner-sec-container-data-form-inner {
    height: 46px;
  }
}
@media (max-width: 560px) {
  .home-banner-sec-container-data-form-inner {
    height: 26px;
    gap: 10px;
  }
}
.home-banner-sec-container-data-form-inner > * {
  display: inline-block;
  height: 100%;
}
.home-banner-sec-container-data-form-inner-input {
  padding: 5px 20px 5px 38px;
  border: none;
  background-color: #ECECEC;
  width: 100%;
  font-family: "Urbanist-Medium";
  font-size: 18px;
  border-radius: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 4% 100%);
  transition: background-color 0.3s ease, clip-path 0.3s ease;
}
@media (max-width: 1399px) {
  .home-banner-sec-container-data-form-inner-input {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .home-banner-sec-container-data-form-inner-input {
    padding-left: 28px;
  }
}
@media (max-width: 560px) {
  .home-banner-sec-container-data-form-inner-input {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.home-banner-sec-container-data-form-inner-input::placeholder {
  color: #7E7E7E;
}
.home-banner-sec-container-data-form-inner-input:focus {
  box-shadow: none;
  background-color: #ffd7bc;
}
.home-banner-sec-container-data-form-inner-search {
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 18px;
  border: none;
  position: relative;
  z-index: 2;
  color: #fff !important;
  transition: 0.3s;
  font-family: "Urbanist-Medium";
  text-align: center;
  padding: 5px 30px;
}
@media (max-width: 1499px) {
  .home-banner-sec-container-data-form-inner-search {
    padding: 5px 20px;
  }
}
@media (max-width: 1399px) {
  .home-banner-sec-container-data-form-inner-search {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home-banner-sec-container-data-form-inner-search {
    width: 26px;
    height: 26px;
    padding: 10px;
  }
}
.home-banner-sec-container-data-form-inner-search:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: block;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%);
}
.home-banner-sec-container-data-form-inner-search:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  height: 100%;
  background-color: #FF6600;
  display: block;
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%);
  z-index: -1;
  transition: 0.3s;
}
.home-banner-sec-container-data-form-inner-search:hover:after {
  right: 0;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .home-banner-sec-container-data-form-inner-search span {
    display: none;
  }
}
.home-banner-sec-container-data-form-inner-search i {
  font-size: 14px;
  color: #fff;
  margin-left: 11px;
  display: inline-block;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 1399px) {
  .home-banner-sec-container-data-form-inner-search i {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home-banner-sec-container-data-form-inner-search i {
    font-size: 10px;
    margin: 0;
  }
}
.home-banner-sec-container-data-form-inner-select {
  width: 28%;
  background-color: #fff;
  border-radius: 0;
  border: none;
  font-size: 18px;
  font-family: "Urbanist-Medium";
}
@media (max-width: 1399px) {
  .home-banner-sec-container-data-form-inner-select {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .home-banner-sec-container-data-form-inner-select {
    width: 190px;
  }
}
@media (max-width: 560px) {
  .home-banner-sec-container-data-form-inner-select {
    width: 140px;
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .home-banner-sec-container-data-form-inner-select {
    width: 110px;
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .home-banner-sec-container-data-form-inner-select {
    width: 90px;
  }
}
.home-banner-sec-container-data-form-inner-select #locationSelect {
  display: none;
}
.home-banner-sec-container-data-form-inner-select * {
  display: block;
}
.home-banner-sec-container-data-form-inner-select .select2-container {
  width: 100% !important;
  height: 100%;
}
.home-banner-sec-container-data-form-inner-select .select2-container * {
  height: 100%;
}
.home-banner-sec-container-data-form-inner-select .select2-container .selection .select2-selection {
  border: none;
  background-color: #ECECEC;
  border-radius: 0;
}
.home-banner-sec-container-data-form-inner-select .select2-container .selection .select2-selection-wrapper {
  height: auto;
  width: 20px;
}
.home-banner-sec-container-data-form-inner-select .select2-container .selection .select2-selection__rendered {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  padding-left: 20px;
}
.home-banner-sec-container-data-form-inner-select .select2-container .selection .select2-selection__rendered, .home-banner-sec-container-data-form-inner-select .select2-container .selection .select2-selection__placeholder {
  display: flex;
  align-items: center;
}
.home-banner-sec-container-data-form-inner-select .select2-container .selection .select2-selection__placeholder {
  color: #7E7E7E;
}
.home-banner-sec-container-data-form-inner-select .select2-container .selection .select2-selection__arrow {
  height: 100%;
  width: 32px;
  top: 0;
}
@media (max-width: 560px) {
  .home-banner-sec-container-data-form-inner-select .select2-container .selection .select2-selection__arrow {
    background-size: 8px;
    width: 22px;
  }
}

.banner-fixed-bar-img {
  width: 170px;
  height: 170px;
  margin-bottom: 34px;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 1600px) {
  .banner-fixed-bar-img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .banner-fixed-bar-img {
    width: 77px;
    height: 77px;
    margin-bottom: 18px;
  }
}
.banner-fixed-bar-img .tyre-circle {
  position: absolute;
  width: 120%;
  height: 120%;
  max-width: none;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: tyre-rotate 80s infinite linear;
}
@keyframes tyre-rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.banner-fixed-bar-img .tyre-circle-inner-img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-fixed-bar-row {
  gap: 20px 110px;
}
@media (max-width: 1600px) {
  .banner-fixed-bar-row {
    gap: 20px 60px;
  }
}
@media (max-width: 1200px) {
  .banner-fixed-bar-row {
    gap: 20px 3.4vw;
  }
}
.banner-fixed-bar-row-item {
  font-family: "Urbanist-SemiBold";
  font-size: 22px;
  min-width: 170px;
}
@media (max-width: 1600px) {
  .banner-fixed-bar-row-item {
    min-width: 155px;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .banner-fixed-bar-row-item {
    font-size: 14px;
    min-width: 120px;
  }
}
@media (max-width: 767px) {
  .banner-fixed-bar-row-item {
    font-size: 12px;
    min-width: 110px;
  }
}

.recent-search-sec-products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 23px;
  grid-row-gap: 0px;
  padding: 10px 0;
}
@media (max-width: 1399px) {
  .recent-search-sec-products {
    grid-column-gap: 14px;
  }
}
@media (max-width: 991px) {
  .recent-search-sec-products {
    grid-column-gap: 12px;
  }
}
@media (max-width: 767px) {
  .recent-search-sec-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
.recent-search-sec-products-item {
  background-color: #fff;
  padding: 8px 15px 11px;
  display: block;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.0705882353);
  -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.0705882353);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.0705882353);
  border-bottom: 2px solid #000;
}
@media (max-width: 991px) {
  .recent-search-sec-products-item {
    padding: 10px 12px;
  }
}
.recent-search-sec-products-item-img {
  height: 227px;
}
@media (max-width: 1399px) {
  .recent-search-sec-products-item-img {
    height: 136px;
  }
}
@media (max-width: 991px) {
  .recent-search-sec-products-item-img {
    height: 100px;
  }
}
@media (max-width: 599px) {
  .recent-search-sec-products-item-img {
    height: 150px;
  }
}
@media (max-width: 320px) {
  .recent-search-sec-products-item-img {
    height: 100px;
  }
}
.recent-search-sec-products-item-img img {
  object-fit: contain;
}
.recent-search-sec-products-item-data {
  margin-top: 12px;
  color: #000;
}
.recent-search-sec-products-item-data-title {
  font-family: "Urbanist-Medium";
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recent-search-sec-products-item-data-price {
  font-family: "Urbanist-Bold";
}
.recent-search-sec-products-item-data-price-old {
  color: #7E7E7E;
  font-size: 12px;
  font-family: "Urbanist-Medium";
  display: inline-block;
  margin-left: 7px;
  text-decoration: line-through;
}

.product-listing-area {
  background: url(../img/pl-bg.webp) center/cover no-repeat fixed;
  padding: 76px 0 82px;
}
@media (max-width: 1499px) {
  .product-listing-area {
    padding: 46px 0 52px;
  }
}
.product-listing-area .listing-card {
  background-color: #fff;
  padding: 13px;
  height: 100%;
}
.product-listing-area .listing-card .bnr {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-listing-area .listing-card .bnr img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.product-listing-area .listing-card .bnr .card-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  background-color: #000;
  border-radius: 0 0 16px 16px;
  z-index: 1;
  font-size: 22px;
  font-family: "Urbanist-SemiBold";
  min-width: 50%;
  text-align: center;
  padding: 8px;
  white-space: nowrap;
}
@media (max-width: 1499px) {
  .product-listing-area .listing-card .bnr .card-ttl {
    font-size: 18px;
    padding: 4px 15px;
  }
}
.product-listing-area .listing-card table {
  margin-top: 8px;
  font-size: 18px;
  font-family: "Urbanist-Medium";
}
@media (max-width: 1699px) {
  .product-listing-area .listing-card table {
    font-size: 16px;
  }
}
@media (max-width: 1499px) {
  .product-listing-area .listing-card table {
    font-size: 14px;
  }
}
.product-listing-area .listing-card table td {
  vertical-align: top;
  padding: 7px 5px;
}
.product-listing-area .listing-card table td:first-child {
  padding-left: 0;
}
.product-listing-area .listing-card table td:last-child {
  text-align: right;
  padding-right: 0;
}
.product-listing-area .listing-card table td .icon-heart {
  color: #FF6600;
}
.product-listing-area .listing-card table td i {
  margin-right: 4px;
  font-size: 14px;
}
@media (max-width: 1699px) {
  .product-listing-area .listing-card table td i {
    font-size: 12px;
  }
}

.product-listing-slider .owl-stage-outer {
  padding: 10px 0;
}

.home-news-sec {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .home-news-sec {
    margin-bottom: 55px;
  }
}
.home-news-sec-list {
  display: flex;
  width: auto;
}
@media (max-width: 767px) {
  .home-news-sec-list {
    margin: 0;
  }
  .home-news-sec-list .owl-stage-outer {
    padding: 0;
  }
  .home-news-sec-list .item {
    width: 100%;
  }
}
.home-news-sec-see-btn {
  margin-top: 53px;
  width: 255px;
  transition: 0.3s;
}
@media (max-width: 1399px) {
  .home-news-sec-see-btn {
    width: 235px;
  }
}
@media (max-width: 767px) {
  .home-news-sec-see-btn {
    margin-top: 40px;
    width: 200px;
    height: 45px;
    font-size: 16px;
  }
}

.contact-us-sec {
  padding: 40px 0 128px;
  background-color: #DEDEDE;
}
@media (max-width: 1199px) {
  .contact-us-sec {
    padding: 40px 0 148px;
  }
}
.contact-us-sec .contact-us-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .contact-us-sec .contact-us-img {
    align-items: flex-start;
  }
}
.contact-us-sec .contact-us-img > div {
  width: 60%;
  margin: auto;
}
@media (max-width: 1199px) {
  .contact-us-sec .contact-us-img > div {
    width: 80%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .contact-us-sec .contact-us-img > div {
    width: 100%;
  }
}
.contact-us-sec .contact-us-img img {
  width: 60%;
}
.contact-us-sec-heading {
  font-size: 44px;
  font-family: "Urbanist-SemiBold";
  margin-bottom: 26px;
  color: #000;
}
@media (max-width: 1399px) {
  .contact-us-sec-heading {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .contact-us-sec-heading {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.contact-us-sec-para {
  line-height: 32px;
  color: #000;
  font-family: "Urbanist-Medium";
}
.contact-us-sec-form {
  margin-top: 24px;
}
.contact-us-sec-form .form-label {
  color: #FF6600;
  font-size: 14px;
  font-family: "Urbanist-Medium";
  margin-bottom: 6px;
}
.contact-us-sec-form .form-control {
  border: 1px solid #797979;
  border-width: 0 0 1px 0;
  padding-left: 0;
  font-size: 18px;
  font-family: "Urbanist-Medium";
  color: #000;
  padding-bottom: 16px;
  resize: none;
}
.contact-us-sec-form .form-control::placeholder {
  color: #000;
}
@media (max-width: 767px) {
  .contact-us-sec-form .form-control {
    font-size: 16px;
  }
}
.contact-us-sec-form-submit {
  width: 160px;
}
@media (max-width: 1399px) {
  .contact-us-sec-form-submit {
    width: 140px;
  }
}
@media (max-width: 560px) {
  .contact-us-sec-form-submit {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .contact-us-sec-form-textarea {
    flex-wrap: wrap;
  }
}
.contact-us-sec-form .iti__selected-dial-code {
  font-family: "Urbanist-Bold";
}
.contact-us-sec-inquiry-get-in {
  font-family: "Urbanist-Bold";
  margin-bottom: 22px;
}
.contact-us-sec-inquiry-info {
  font-family: "Urbanist-Medium";
  line-height: 40px;
}
@media (max-width: 767px) {
  .contact-us-sec-inquiry-info {
    line-height: 30px;
  }
}
.contact-us-sec-inquiry-mail-to {
  font-family: "Urbanist-Medium";
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .contact-us-sec-inquiry-mail-to {
    margin-bottom: 10px;
  }
}
.contact-us-sec-inquiry-map {
  width: 564px;
  max-width: 100%;
  height: 202px;
  margin-top: 27px;
}
@media (max-width: 991px) {
  .contact-us-sec-inquiry-map {
    width: 100%;
    height: 300px;
  }
}
.contact-us-sec-inquiry-map iframe {
  height: 100%;
  width: 100%;
}
.contact-us-sec .contact-social a {
  background-color: #fff;
  width: 41px;
  height: 41px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  transition: 0s;
}
.contact-us-sec .contact-social a i::before {
  color: #000;
  transition: 0.3s;
}
.contact-us-sec .contact-social a:hover {
  transition: 0s;
  background-color: #000;
  border-color: #000;
}
.contact-us-sec .contact-social a:hover i::before {
  color: #fff;
  transition: 0.3s;
}
.contact-us-sec .contact-social a img {
  width: 19px;
  height: 18px;
  object-fit: contain;
}

.event-card .event-location {
  position: absolute;
  top: 13px;
  right: 13px;
  background-color: rgba(0, 0, 0, 0.5803921569);
  color: #fff;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .event-card .event-location {
    top: 8px;
    right: 8px;
    font-size: 12px;
  }
}
.event-card .event-location i {
  margin-right: 3px;
}
.event-card .event-card-data-meta {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-family: "Urbanist-Medium";
  color: #000;
}
@media (max-width: 1499px) {
  .event-card .event-card-data-meta {
    font-size: 12px;
  }
}
.event-card .event-card-data-meta i {
  margin-right: 8px;
}
.event-card .event-viewer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  font-family: "Urbanist-Medium";
}
.event-card .event-viewer-row {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 4px;
}
@media (max-width: 1499px) {
  .event-card .event-viewer-row {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .event-card .event-viewer-row {
    font-size: 12px;
  }
}
.event-card .event-viewer-row i {
  margin-right: 8px;
  color: #FF6600;
}
.event-card .event-viewer .people-interest p {
  font-size: 14px;
  color: #5F5F5F;
  margin: 0;
}
@media (max-width: 1499px) {
  .event-card .event-viewer .people-interest p {
    font-size: 12px;
  }
}
.event-card .event-viewer .people-interest i {
  font-size: 20px;
}
.event-card .event-viewer .people-interest .fire-img {
  width: 23px;
  margin-right: 5px;
}
@media (max-width: 1699px) {
  .event-card .event-viewer .people-interest .fire-img {
    width: 20px;
  }
}

.common-form-area {
  display: flex;
  align-items: center;
  height: 100vh;
  background-color: #fff;
}
@media (max-width: 767px) {
  .common-form-area {
    flex-direction: column;
    padding: 20px 15px;
    height: auto;
    min-height: 100vh;
  }
}
.common-form-area-left {
  width: 57.5vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.common-form-area-left::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(135deg, #350ac7 0%, #c64c38 76%, #ff6600 100%);
  opacity: 0.6;
  z-index: -1;
}
@media (max-width: 767px) {
  .common-form-area-left::after {
    content: none;
  }
}
@media (max-width: 1200px) {
  .common-form-area-left {
    width: 50vw;
  }
}
@media (max-width: 767px) {
  .common-form-area-left {
    height: auto;
    background: none !important;
    width: 100%;
  }
}
.common-form-area-left .arrows-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: none;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .common-form-area-left .arrows-line {
    display: none;
  }
}
.common-form-area-left.login-bg {
  background: #000 url(../img/sign-in-bg.webp) center/cover no-repeat;
}
.common-form-area-left.forgot-pass-bg {
  background: #000 url(../img/forgot-pass-bg.png) center/cover no-repeat;
}
.common-form-area-left.otp-bg {
  background: #000 url(../img/otp-bg.png) center/cover no-repeat;
}
.common-form-area-left.sign-up-1-bg {
  background: #000 url(../img/sign-in-bg.webp) center/cover no-repeat;
}
.common-form-area-left.sign-up-2-bg {
  background: #000 url(../img/sign-in-bg.webp) center/cover no-repeat;
}
.common-form-area-left img {
  width: 460px;
  max-width: 42%;
}
@media (max-width: 767px) {
  .common-form-area-left img {
    width: 190px;
    max-width: none;
    margin: 30px 0 50px;
  }
}
.common-form-area-right {
  width: 100%;
  max-height: 95vh;
  min-height: 60vh;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .common-form-area-right {
    max-height: none;
    min-height: auto;
  }
}
.common-form-area-right-close-form {
  position: fixed;
  top: 20px;
  right: 17px;
}
.common-form-area-right-inner {
  width: 24vw;
  min-width: 430px;
  margin-left: 4.8vw;
}
@media (max-width: 1200px) {
  .common-form-area-right-inner {
    width: calc(80% + 20px);
    min-width: auto;
    margin-left: 10%;
  }
}
@media (max-width: 767px) {
  .common-form-area-right-inner {
    width: 100%;
    margin: 0;
    min-height: auto;
    max-height: none;
    height: auto;
  }
}
.common-form-area-right-inner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 102, 0, 0.1294117647);
  z-index: -1;
  backdrop-filter: blur(7px);
}
.common-form-area-right-inner-heading {
  margin-bottom: 11px;
  font-family: "KonoW00";
}
.common-form-area-right-inner-sub-title {
  margin-bottom: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .common-form-area-right-inner-sub-title {
    line-height: 20px;
  }
}
.common-form-area-right-inner-tabs .nav-tabs {
  border: none;
}
.common-form-area-right-inner-tabs-btn.skew-btn-left:after {
  content: none;
}
.common-form-area-right-inner-tabs-btn.skew-btn-right:after {
  content: none;
}
.common-form-area-right-inner-tabs-btn.skew-btn-right:before {
  background-color: #000;
}
.common-form-area-right-inner-tabs-btn.active.skew-btn-left:before {
  background-color: #FF6600;
}
.common-form-area-right-inner-tabs-btn.active.skew-btn-right:before {
  background-color: #FF6600;
}
@media (max-width: 767px) {
  .common-form-area-right-inner-tabs-btn {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .common-form-area-right-inner-form {
    font-size: 14px;
  }
}
.common-form-area-right-inner-form-row {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .common-form-area-right-inner-form-row {
    gap: 12px;
  }
}
.common-form-area-right-inner-form-row > * {
  flex-grow: 1;
}
.common-form-area-right-inner-form-check-line a {
  font-family: "Urbanist-SemiBold";
}
.common-form-area-right-inner-form-submit:hover {
  color: #FF6600;
}
.common-form-area-right-inner-form .form-control, .common-form-area-right-inner-form .form-select {
  font-size: 18px;
}
@media (max-width: 1399px) {
  .common-form-area-right-inner-form .form-control, .common-form-area-right-inner-form .form-select {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .common-form-area-right-inner-form .form-control, .common-form-area-right-inner-form .form-select {
    font-size: 14px;
  }
}
.common-form-area-right-inner-footer-or {
  margin-top: 32px;
}
.common-form-area-right-inner-footer-or-text {
  padding: 0 7px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  color: #000;
  font-family: "Urbanist-Medium";
}
.common-form-area-right-inner-footer-or-line {
  position: absolute;
  width: 100%;
  left: 0;
  top: 12px;
  height: 1px;
  background-color: #e5e5e5;
}
.common-form-area-right-inner-footer-social {
  margin-top: 23px;
  gap: 12px;
}
.common-form-area-right-inner-footer-social-item a {
  background-color: #000;
  width: 41px;
  height: 41px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .common-form-area-right-inner-footer-social-item a {
    width: 36px;
    height: 36px;
  }
}
.common-form-area-right-inner-footer-social-item a i:before {
  transition: 0.3s;
}
.common-form-area-right-inner-footer-social-item a:hover i:before {
  color: #000;
  transition: 0.3s;
}
.common-form-area-right-inner-footer-dont-have {
  margin-top: 34px;
  font-family: "Urbanist-Medium";
}
.common-form-area-right-inner-footer-dont-have a {
  font-family: "Urbanist-Bold";
}

@media (max-width: 767px) {
  .listing-body-filter {
    position: fixed;
    bottom: 0;
    height: calc(100vh - 130px);
    overflow-y: auto;
    width: 100vw;
    left: -100vw;
    z-index: 99999;
    background-color: #fff;
    padding: 15px 10px;
    transition: left 0.5s linear;
    -webkit-box-shadow: -6px 0px 10px rgba(0, 0, 0, 0.3019607843);
    -moz-box-shadow: -6px 0px 10px rgba(0, 0, 0, 0.3019607843);
    box-shadow: -6px 0px 10px rgba(0, 0, 0, 0.3019607843);
  }
}
.listing-body-filter.show {
  left: 0;
}
.listing-body-filter .close-filter {
  border: 1px solid #000;
  padding: 0;
  width: 25px;
  height: 25px;
  display: block;
  margin-left: auto;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  border-radius: 3px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .listing-body-filter .close-filter {
    display: flex;
  }
}
.listing-body-filter-inner .accordion {
  padding: 10px 0;
}
.listing-body-filter-inner .accordion-item {
  border: none;
  background-color: transparent;
}
.listing-body-filter-inner .accordion-item .accordion-header .accordion-button {
  justify-content: space-between;
  font-family: "Urbanist-SemiBold";
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
  color: #000;
  padding: 25px 0 18px 0;
}
@media (max-width: 1399px) {
  .listing-body-filter-inner .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .listing-body-filter-inner .accordion-item .accordion-header .accordion-button {
    padding: 18px 0 16px 0;
    font-size: 16px;
  }
}
.listing-body-filter-inner .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon-add-circle-outline {
  display: none;
}
.listing-body-filter-inner .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon-minus-circle-outline {
  display: block;
}
.listing-body-filter-inner .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.listing-body-filter-inner .accordion-item .accordion-header .accordion-button:focus {
  background-color: transparent;
  color: #000;
}
.listing-body-filter-inner .accordion-item .accordion-header .accordion-button .icon-add-circle-outline {
  display: block;
}
.listing-body-filter-inner .accordion-item .accordion-header .accordion-button .icon-minus-circle-outline {
  display: none;
}
.listing-body-filter-inner .accordion-item .accordion-body {
  padding: 0 0 8px 0;
}
.listing-body-filter-inner .accordion .com-check {
  margin-bottom: 16px;
}
.listing-body-filter-inner .accordion .com-check:last-child {
  margin-bottom: 0;
}
.listing-body-filter-inner .accordion .form-check-label {
  font-size: 16px;
  font-family: "Urbanist-Medium";
}

.savesearch-modal .modal-content {
  border: 3px solid #FF6600;
}
.savesearch-modal .com-input, .savesearch-modal .com-input-label {
  font-size: 18px;
}

.filter-open-btn {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  margin-bottom: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 18px;
}

.listing-banner {
  height: 28vh;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .listing-banner {
    max-height: 180px;
  }
}
.listing-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #460fff 0%, #fb4629 76%, #ff6600 100%);
  opacity: 0.85;
}
.listing-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listing-banner .bnr-title {
  font-size: 46px;
  text-align: center;
  font-family: "KonoW00";
  color: #fff;
  margin: 0;
  width: 100%;
  padding: 0 10px;
}
@media (max-width: 1499px) {
  .listing-banner .bnr-title {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .listing-banner .bnr-title {
    font-size: 28px;
  }
}

.filter-row-heading {
  gap: 12px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .filter-row-heading {
    margin-bottom: 25px;
  }
}
.filter-row-heading .filter-row-label {
  font-family: "Urbanist-Medium";
  font-size: 16px;
}
@media (max-width: 1499px) {
  .filter-row-heading .filter-row-label {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .filter-row-heading .filter-row-label {
    width: 100%;
  }
}
.filter-row-heading select {
  width: 240px;
  border: 1px solid #BEBEBE;
  border-radius: 0;
  padding: 0 40px 0 15px;
  background-position-y: 17px;
  height: 42px;
  color: #7E7E7E;
  font-size: 16px;
}
@media (max-width: 1499px) {
  .filter-row-heading select {
    height: 34px;
    background-position-y: 12px;
    font-size: 12px;
    width: 200px;
    background-size: 8px;
  }
}
@media (max-width: 767px) {
  .filter-row-heading select {
    background-position-y: 14px;
    width: 170px;
  }
}
@media (max-width: 575px) {
  .filter-row-heading select {
    width: 47%;
  }
}
.filter-row-heading .com-btn {
  height: 42px;
  font-size: 16px;
}
@media (max-width: 1499px) {
  .filter-row-heading .com-btn {
    height: 34px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .filter-row-heading .com-btn {
    padding: 3px 8px;
  }
}
@media (max-width: 575px) {
  .filter-row-heading .com-btn {
    width: 47%;
  }
}

.profile-info .tyre-img {
  position: absolute;
  width: 108%;
  top: 50%;
  max-width: none;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 0;
}
@media (max-width: 767px) {
  .profile-info .tyre-img {
    width: 55%;
  }
}
.profile-info-img {
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .profile-info-img {
    width: 50% !important;
  }
}
.profile-info-choose-img {
  font-family: "Urbanist-SemiBold";
  margin-top: 25px;
}
.profile-info-right {
  padding: 40px 50px;
  border-bottom: 2px solid #000;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1490196078);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1490196078);
  border-radius: 0;
}
@media (max-width: 1399px) {
  .profile-info-right {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .profile-info-right {
    padding: 20px 15px 30px;
  }
}
.profile-info-right-btns {
  margin-top: 80px;
  gap: 30px;
}
@media (max-width: 767px) {
  .profile-info-right-btns {
    gap: 10px;
  }
}
.profile-info-right-btns .com-btn {
  width: 255px;
}

.product-detail .product-detail-title-header {
  padding: 0 20px 0 0;
  color: #FF6600;
}
@media (max-width: 1399px) {
  .product-detail .product-detail-title-header {
    padding: 0 15px 0 0;
  }
}
@media (max-width: 767px) {
  .product-detail .product-detail-title-header {
    padding: 0;
  }
}
.product-detail .product-detail-title-header .pro-detail-price {
  font-size: 36px;
  font-family: "Urbanist-Bold";
  gap: 18px;
  justify-content: flex-end;
}
@media (max-width: 1399px) {
  .product-detail .product-detail-title-header .pro-detail-price {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .product-detail .product-detail-title-header .pro-detail-price {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .product-detail .product-detail-title-header .pro-detail-price {
    font-size: 20px;
    gap: 12px;
  }
}
.product-detail .product-detail-title-header .pro-detail-price i {
  font-size: 18px;
}
@media (max-width: 1499px) {
  .product-detail .product-detail-title-header .pro-detail-price i {
    font-size: 14px;
  }
}
.product-detail-card {
  padding: 0 20px 0 0;
  border-radius: 3px;
}
@media (max-width: 1399px) {
  .product-detail-card {
    padding: 0 15px 0 0;
  }
}
@media (max-width: 767px) {
  .product-detail-card {
    padding: 0;
  }
}
.product-detail-slider .product-slider-2 .swiper-slide {
  height: 495px;
}
@media (max-width: 1600px) {
  .product-detail-slider .product-slider-2 .swiper-slide {
    height: 450px;
  }
}
@media (max-width: 1399px) {
  .product-detail-slider .product-slider-2 .swiper-slide {
    height: 405px;
  }
}
@media (max-width: 1200px) {
  .product-detail-slider .product-slider-2 .swiper-slide {
    height: 265px;
  }
}
@media (max-width: 767px) {
  .product-detail-slider .product-slider-2 .swiper-slide {
    height: 225px;
  }
}
@media (max-width: 320px) {
  .product-detail-slider .product-slider-2 .swiper-slide {
    height: 155px;
  }
}
.product-detail-slider .product-slider {
  margin-top: 25px;
}
@media (max-width: 1200px) {
  .product-detail-slider .product-slider {
    margin-top: 15px;
  }
}
.product-detail-slider .product-slider .swiper-slide {
  height: 166px;
}
@media (max-width: 1600px) {
  .product-detail-slider .product-slider .swiper-slide {
    height: 135px;
  }
}
@media (max-width: 1399px) {
  .product-detail-slider .product-slider .swiper-slide {
    height: 115px;
  }
}
@media (max-width: 1200px) {
  .product-detail-slider .product-slider .swiper-slide {
    height: 80px;
  }
}
@media (max-width: 320px) {
  .product-detail-slider .product-slider .swiper-slide {
    height: 44px;
  }
}
.product-detail-slider .product-slider .swiper-slide.swiper-slide-thumb-active:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #FF6600;
  position: absolute;
  left: 0;
  top: 0;
}
.product-detail-slider-footer {
  margin: 28px 0;
}
.product-detail-slider-footer-left {
  font-family: "Urbanist-Medium";
  background-color: #F5F5F5;
  padding: 16px 20px;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}
@media (max-width: 1199px) {
  .product-detail-slider-footer-left {
    padding: 12px 15px;
    gap: 10px 12px;
  }
}
.product-detail-slider-footer-left .pipe {
  color: #C1C1C1;
}
.product-detail-slider-footer-left-icon {
  display: flex;
  align-items: flex-start;
  line-height: normal;
}
@media (max-width: 1199px) {
  .product-detail-slider-footer-left-icon {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .product-detail-slider-footer-left-icon {
    font-size: 12px;
  }
}
.product-detail-slider-footer-left-icon:first-child {
  padding-left: 0;
}
.product-detail-slider-footer-left-icon:last-child {
  padding-right: 0;
  border-right: none;
}
.product-detail-slider-footer-left-icon i {
  margin-right: 8px;
  color: #FF6600;
}
@media (max-width: 767px) {
  .product-detail-slider-footer-left-icon i {
    margin-right: 4px;
  }
}
.product-detail-slider-footer-left-icon i.icon-flag {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .product-detail-slider-footer-left-icon img {
    width: 15px;
  }
}
.product-detail-slider-footer-left-icon span {
  color: #000;
}
@media (max-width: 767px) {
  .product-detail-slider-footer-left .add-compare-btn {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .product-detail-slider-footer-left .add-compare-btn img {
    width: 18px;
  }
}
.product-detail-data .wrap {
  border-radius: 10px;
  padding: 14px;
  background-color: #F5F5F5;
  margin-bottom: 10px;
  height: 100%;
}
@media (max-width: 1600px) {
  .product-detail-data .wrap {
    padding: 10px 14px;
    border-radius: 6px;
  }
}
.product-detail-data .wrap .product-detail-data-heading {
  color: #5F5F5F;
  margin-bottom: 9px;
  font-family: "Urbanist-Medium";
}
@media (max-width: 1600px) {
  .product-detail-data .wrap .product-detail-data-heading {
    font-size: 12px;
  }
}
.product-detail-data-heading {
  font-family: "Urbanist-SemiBold";
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 1600px) {
  .product-detail-data-heading {
    font-size: 16px;
  }
}
.product-detail-data-text {
  color: #000;
  font-family: "Urbanist-Bold";
}
@media (max-width: 1600px) {
  .product-detail-data-text {
    font-size: 16px;
  }
}
.product-detail-data-text.web-link {
  color: #FF6600;
}
@media (max-width: 1600px) {
  .product-detail-data-text.web-link {
    font-size: 12px;
  }
}
.product-detail-data .mark-interested {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  font-family: "Urbanist-Medium";
  border-radius: 0px;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .product-detail-data .mark-interested {
    font-size: 14px;
  }
}
.product-detail-data .mark-interested svg {
  margin-right: 10px;
  width: 21px;
}
@media (max-width: 1199px) {
  .product-detail-data .mark-interested svg {
    width: 16px !important;
  }
}
.product-detail-data .mark-interested svg path {
  transition: 0.2s;
}
.product-detail-data .mark-interested:hover path {
  fill: #FF6600;
  transition: 0.2s;
}
.product-detail-provider-profile-row {
  gap: 10px;
  margin-bottom: 20px;
  word-break: break-all;
}
.product-detail-provider-profile-img {
  width: 89px;
  height: 89px;
}
@media (max-width: 1600px) {
  .product-detail-provider-profile-img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .product-detail-provider-profile-img {
    width: 75px;
    height: 75px;
  }
}
.product-detail-provider-profile-right-name {
  font-family: "Urbanist-Bold";
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-detail-provider-profile-call {
  height: 42px;
  width: 90px;
  background-color: #00AF00;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: "Urbanist-SemiBold";
  margin-bottom: auto;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .product-detail-provider-profile-call {
    width: 40px;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .product-detail-provider-profile-call {
    width: 30px;
    height: 28px;
  }
}
.product-detail-provider-profile-call i {
  font-size: 14px;
}
@media (max-width: 1399px) {
  .product-detail-provider-profile-call span {
    display: none;
  }
}
.product-detail-provider-profile-map {
  margin: 14px 0 20px;
  height: 327px;
}
@media (max-width: 1399px) {
  .product-detail-provider-profile-map {
    height: 267px;
  }
}
@media (max-width: 991px) {
  .product-detail-provider-profile-map {
    height: 197px;
  }
}
.product-detail-provider-profile-map-head-text {
  font-family: "Urbanist-Bold";
  gap: 7px;
}
.product-detail-provider-profile-map-head-text i {
  font-size: 25px;
}
.product-detail-provider-profile-map-head-text span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-detail-provider-profile-map-head .com-btn {
  min-width: 209px;
  flex-shrink: 0;
}
@media (max-width: 1600px) {
  .product-detail-provider-profile-map-head .com-btn {
    min-width: 170px;
    padding: 5px 10px;
  }
}
@media (max-width: 1399px) {
  .product-detail-provider-profile-map-head .com-btn {
    min-width: auto;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .product-detail-provider-profile-map-head .com-btn {
    font-size: 14px;
  }
}
.product-detail-provider .detail-view-like-area {
  padding: 17px 23px;
}
@media (max-width: 1599px) {
  .product-detail-provider .detail-view-like-area {
    padding: 12px 16px;
  }
}
.product-detail-provider .detail-view-like-area.interest-block {
  background-color: #ffd7bc;
}
.product-detail-provider .detail-view-like-area.views-block {
  background-color: #ECF2FF;
}
.product-detail-provider .detail-view-like-area .relate-icon {
  width: 33px;
}
@media (max-width: 1599px) {
  .product-detail-provider .detail-view-like-area .relate-icon {
    width: 28px;
  }
}
@media (max-width: 1399px) {
  .product-detail-provider .detail-view-like-area .relate-icon {
    width: 22px;
  }
}
.product-detail-provider .detail-view-like-area .num-count {
  font-size: 40px;
  font-family: "Urbanist-Bold";
  margin-top: 9px;
}
@media (max-width: 1599px) {
  .product-detail-provider .detail-view-like-area .num-count {
    font-size: 30px;
  }
}
@media (max-width: 1399px) {
  .product-detail-provider .detail-view-like-area .num-count {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .product-detail-provider .detail-view-like-area .num-count {
    font-size: 20px;
  }
}
.product-detail-provider .detail-view-like-area .int-view {
  font-size: 18px;
}
@media (max-width: 1399px) {
  .product-detail-provider .detail-view-like-area .int-view {
    font-size: 14px;
  }
}
.product-detail-provider .rating-area {
  background-color: #F5F5F5;
}

.review-modal .modal-dialog {
  max-width: 800px;
  width: 80vw;
}
@media (max-width: 767px) {
  .review-modal .modal-dialog {
    width: 95%;
    margin: 0 auto;
  }
}
.review-modal .modal-content {
  background-color: transparent;
  border: none;
}
.review-modal .modal-body {
  padding: 0;
  display: flex;
  border: 2px solid #FF6600;
  position: relative;
  overflow: hidden;
}
.review-modal .modal-body .review-modal-img {
  background-image: url(../img/img-race-1.webp);
  background-size: cover;
  width: 50%;
  border-radius: 4px 0 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .review-modal .modal-body .review-modal-img {
    display: none;
  }
}
.review-modal .modal-body .review-modal-img .modal-arw-img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0.4;
}
.review-modal .modal-body .review-modal-ct {
  width: 50%;
}
@media (max-width: 767px) {
  .review-modal .modal-body .review-modal-ct {
    width: 100%;
  }
}
.review-modal .modal-body .review-modal-ct .com-input {
  font-size: 18px;
}
.review-modal .modal-body .review-modal-ct-star {
  margin: 50px 0 40px;
}
.review-modal .modal-body .review-modal-ct-star i {
  font-size: 24px;
}
.review-modal .modal-body .review-modal-ct-star i.active:before {
  color: #ffbf00;
}
.review-modal .modal-body .btn-close {
  display: block;
  padding: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.news-area-detail-heading {
  font-size: 42px;
  font-family: "Urbanist-SemiBold";
  margin-bottom: 28px;
}
@media (max-width: 1399px) {
  .news-area-detail-heading {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .news-area-detail-heading {
    font-size: 26px;
  }
}
.news-area-detail-cover {
  height: 547px;
}
@media (max-width: 1399px) {
  .news-area-detail-cover {
    height: 425px;
  }
}
@media (max-width: 1200px) {
  .news-area-detail-cover {
    max-height: 42vh;
  }
}
.news-area-detail p {
  margin-bottom: 20px;
}
.news-area-detail img {
  max-width: 100%;
}

.add-horse-details-cat .banner-fixed-bar-row {
  justify-content: center !important;
  gap: 20px 70px;
}
@media (max-width: 1600px) {
  .add-horse-details-cat .banner-fixed-bar-row {
    gap: 20px 50px;
  }
}
@media (max-width: 991px) {
  .add-horse-details-cat .banner-fixed-bar-row {
    gap: 10px;
    justify-content: center !important;
  }
}
.add-horse-details-cat .banner-fixed-bar-row-item {
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 20px 18px 6px;
  cursor: pointer;
}
.add-horse-details-cat .banner-fixed-bar-row-item:hover {
  background-color: rgba(253, 228, 205, 0.5215686275);
  border-color: #FF6600;
}
@media (max-width: 767px) {
  .add-horse-details-cat .banner-fixed-bar-row-item {
    padding: 14px 14px 3px;
  }
}
.add-horse-details-cat .banner-fixed-bar-row-input:checked + label {
  background-color: rgba(253, 228, 205, 0.5215686275);
  border-color: #FF6600;
}
.add-horse-details-cat .banner-fixed-bar-row .banner-fixed-bar-img {
  width: 140px;
  height: 140px;
}
@media (max-width: 1600px) {
  .add-horse-details-cat .banner-fixed-bar-row .banner-fixed-bar-img {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 991px) {
  .add-horse-details-cat .banner-fixed-bar-row .banner-fixed-bar-img {
    width: 77px;
    height: 77px;
  }
}
.add-horse-details-cat-item select {
  min-width: 80%;
}

.add-horse-details {
  padding: 75px 139px 50px;
  background-color: #F8F8F8;
  border-radius: 3px;
}
@media (max-width: 1440px) {
  .add-horse-details {
    padding: 65px 118px 50px;
  }
}
@media (max-width: 1200px) {
  .add-horse-details {
    padding: 55px 70px 50px;
  }
}
@media (max-width: 767px) {
  .add-horse-details {
    padding: 30px 13px;
  }
}
.add-horse-details-form .com-input::placeholder {
  color: #C1C1C1;
}

.drag-drop-box {
  min-height: 171px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background: #f4f4f4 url(../img/y-line-effect.png) center/cover no-repeat;
}
@media (max-width: 1200px) {
  .drag-drop-box {
    min-height: 150px;
  }
}
.drag-drop-box-icon {
  width: 22px;
}
.drag-drop-box form {
  width: 100%;
}
.drag-drop-box .image-uploader {
  border: none;
}
.drag-drop-box .image-uploader .uploaded {
  padding: 0;
}
.drag-drop-box .image-uploader .uploaded .delete-image {
  padding: 0;
  background-color: #ffedd0;
}
.drag-drop-box .image-uploader .uploaded .delete-image i {
  font-size: 10px;
}
.drag-drop-box .image-uploader .uploaded-image {
  box-shadow: 0 0 10px rgba(168, 129, 91, 0.5215686275);
  overflow: hidden;
}
@media (max-width: 767px) {
  .drag-drop-box .image-uploader .uploaded-image {
    width: calc(33.3333333333% - 0.6rem);
    padding-bottom: calc(33.3333333333% - 0.6rem);
  }
}
.drag-drop-box .image-uploader.has-files .upload-text {
  display: none;
}
.drag-drop-box .image-uploader .upload-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  widows: 100%;
}
.drag-drop-box .image-uploader .upload-text i {
  display: none;
}

.notification-area-card {
  padding: 23px;
  background-color: #fff;
  border-radius: 3px;
  gap: 23px;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .notification-area-card {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .notification-area-card {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .notification-area-card {
    padding: 12px 8px;
    gap: 8px;
    margin-bottom: 15px;
  }
}
.notification-area-card-img {
  height: 104px;
  width: 104px;
  background-color: #F8F8F8;
}
@media (max-width: 1399px) {
  .notification-area-card-img {
    height: 84px;
    width: 84px;
  }
  .notification-area-card-img img {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .notification-area-card-img {
    height: 66px;
    width: 66px;
  }
}
@media (max-width: 767px) {
  .notification-area-card-img {
    height: 40px;
    width: 40px;
  }
}
.notification-area-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 420px) {
  .notification-area-card-title {
    font-size: 14px;
  }
}
.notification-area-card-para {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #7E7E7E;
}
@media (max-width: 420px) {
  .notification-area-card-para {
    font-size: 12px;
  }
}
.notification-area-card-date {
  font-family: "Urbanist-Medium";
}
@media (max-width: 767px) {
  .notification-area-card-date {
    font-size: 11px;
  }
}

.all-items-area .nav-tabs {
  border: none;
}
.all-items-area .nav-tabs .nav-item {
  min-width: 19.6vw;
}
@media (max-width: 767px) {
  .all-items-area .nav-tabs .nav-item {
    min-width: 45%;
  }
}
.all-items-area .nav-tabs .nav-item .nav-link {
  border: none;
  display: block;
  margin: 0;
  border-radius: 0;
  line-height: normal;
  width: 100%;
}
.all-items-area .nav-tabs .nav-item .nav-link.skew-btn {
  height: 70px;
  font-size: 18px;
}
@media (max-width: 1699px) {
  .all-items-area .nav-tabs .nav-item .nav-link.skew-btn {
    height: 55px;
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .all-items-area .nav-tabs .nav-item .nav-link.skew-btn {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .all-items-area .nav-tabs .nav-item .nav-link.skew-btn {
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 340px) {
  .all-items-area .nav-tabs .nav-item .nav-link.skew-btn {
    padding: 0 8px;
    font-size: 12px;
  }
}
.all-items-area .nav-tabs .nav-item .nav-link.skew-btn:before, .all-items-area .nav-tabs .nav-item .nav-link.skew-btn:after {
  clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
}
.all-items-area .nav-tabs .nav-item .nav-link.skew-btn-right:before, .all-items-area .nav-tabs .nav-item .nav-link.skew-btn-right:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
}
.all-items-area .nav-tabs .nav-item .nav-link.skew-btn-left:after {
  content: none;
}
.all-items-area .nav-tabs .nav-item .nav-link.skew-btn-right:after {
  content: none;
}
.all-items-area .nav-tabs .nav-item .nav-link.skew-btn-right:before {
  background-color: #000;
}
.all-items-area .nav-tabs .nav-item .nav-link.active.skew-btn-left:before {
  background-color: #FF6600;
}
.all-items-area .nav-tabs .nav-item .nav-link.active.skew-btn-right:before {
  background-color: #FF6600;
}
.all-items-area-single {
  background-color: #fff;
  border-radius: 3px;
  padding: 25px;
  gap: 46px;
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  .all-items-area-single {
    padding: 20px;
    gap: 36px;
  }
}
@media (max-width: 1200px) {
  .all-items-area-single {
    gap: 20px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .all-items-area-single {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.all-items-area-single:last-child {
  margin-bottom: 0;
}
.all-items-area-single-img {
  width: 247px;
  height: 247px;
}
@media (max-width: 1399px) {
  .all-items-area-single-img {
    width: 217px;
    height: 217px;
  }
}
@media (max-width: 1200px) {
  .all-items-area-single-img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 991px) {
  .all-items-area-single-img {
    width: 160px;
    height: 160px;
    margin: 0 auto;
  }
}
.all-items-area-single-img img {
  border-radius: 4px;
}
.all-items-area-single .all-items-mid-wrap {
  display: flex;
  gap: 46px;
}
.all-items-area-single-mid {
  padding: 20px;
  align-self: normal;
  box-shadow: 0 0 10px;
}
.all-items-area-single-mid .com-product-card-data-mid-short-label {
  margin: 14px 0 16px;
}
@media (max-width: 1399px) {
  .all-items-area-single-mid .com-product-card-data-mid-short-label {
    margin: 8px 0 10px;
  }
}
.all-items-area-single-mid .com-product-card-data-mid-para {
  margin-bottom: 38px;
  line-height: 22px;
}
@media (max-width: 1399px) {
  .all-items-area-single-mid .com-product-card-data-mid-para {
    margin-bottom: 28px;
  }
}
.all-items-area-single-right {
  padding-top: 9px;
}
@media (max-width: 767px) {
  .all-items-area-single-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.all-items-area-single-right-top-tab {
  border-radius: 13px;
  font-family: "Urbanist-SemiBold";
  padding: 2px 12px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .all-items-area-single-right-top-tab {
    font-size: 14px;
  }
}
.all-items-area-single-right-top-tab.active {
  background-color: #DDFFF0;
}
.all-items-area-single-right-top-tab.sold {
  background-color: #FFF3D3;
}
.all-items-area-single-right-top-action {
  height: 45px;
  width: 45px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3019607843);
  border-radius: 50%;
  margin-left: 15px;
}
.all-items-area-single-right-top-action:hover {
  background-color: #FF6600;
}
@media (max-width: 1399px) {
  .all-items-area-single-right-top-action {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .all-items-area-single-right-top-action {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .all-items-area-single-right-top-action {
    margin-left: 6px;
  }
  .all-items-area-single-right-top-action:first-child {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .all-items-area-single-right-top-action i {
    font-size: 12px;
  }
}
.all-items-area-single-right-price {
  font-size: 36px;
  font-family: "Urbanist-Bold";
  margin-top: 46px;
}
@media (max-width: 1399px) {
  .all-items-area-single-right-price {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .all-items-area-single-right-price {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .all-items-area-single-right-price {
    font-size: 24px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .all-items-area-single-right-price {
    margin-top: 0;
    font-size: 20px;
  }
}

.event-card-height {
  min-height: 176px;
  position: relative;
}
@media (max-width: 1399px) {
  .event-card-height {
    min-height: 156px;
  }
}
.event-card-height .view-more-pro {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.pro-not-avail {
  font-size: 16px;
  color: #f33131;
  font-family: "Urbanist-SemiBold";
  margin-top: 8px;
}
@media (max-width: 1499px) {
  .pro-not-avail {
    font-size: 14px;
  }
}

.subscription-page-para {
  font-family: "Urbanist-Bold";
}
@media (max-width: 767px) {
  .subscription-page .subscription-row {
    overflow-x: auto;
  }
}
.subscription-page .subscription-row .subscription-row-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .subscription-page .subscription-row .subscription-row-inner {
    width: 860px;
  }
}
.subscription-page-card {
  padding: 32px 38px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
  border: 3px solid #C1C1C1;
  width: 32%;
}
@media (max-width: 1399px) {
  .subscription-page-card {
    padding: 26px 18px 38px;
  }
}
@media (max-width: 991px) {
  .subscription-page-card {
    padding: 22px 15px 32px;
  }
}
@media (max-width: 767px) {
  .subscription-page-card {
    margin-bottom: 20px;
    min-height: 360px;
    width: 32.5%;
  }
}
.subscription-page-card:hover {
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  transition: 0.3s;
}
.subscription-page-card.disabled {
  background-color: #E5E4E3;
  pointer-events: none;
}
.subscription-page-card.disabled .subscription-page-card-list {
  opacity: 0.5;
}
.subscription-page-card.disabled .com-btn {
  opacity: 0.5;
}
.subscription-page-card.active {
  border-color: #FF6600;
}
.subscription-page-card-title {
  width: 100%;
  text-align: center;
  margin: 0 auto 24px;
  font-family: "Urbanist-SemiBold";
  text-transform: uppercase;
  font-size: 32px;
}
@media (max-width: 1399px) {
  .subscription-page-card-title {
    font-size: 26px;
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .subscription-page-card-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .subscription-page-card-title {
    font-size: 20px;
  }
}
.subscription-page-card .com-switch {
  margin-bottom: 24px;
  height: 33px;
}
.subscription-page-card-list {
  font-family: "Urbanist-SemiBold";
  margin-bottom: auto;
  width: 100%;
  text-align: left;
}
@media (max-width: 1399px) {
  .subscription-page-card-list {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .subscription-page-card-list {
    font-size: 12px;
  }
}
.subscription-page-card-list-single {
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
}
.subscription-page-card-list-single:last-child {
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .subscription-page-card-list-single {
    margin-bottom: 10px;
  }
}
.subscription-page-card-list-single i {
  padding: 4px;
  border-radius: 50%;
  font-size: 13px;
  margin: 3px 10px 0 0;
  background-color: #49aa20;
  color: #fff;
}
@media (max-width: 1399px) {
  .subscription-page-card-list-single i {
    font-size: 8px;
  }
}
.subscription-page-card-price {
  font-size: 40px;
  font-family: "Urbanist-ExtraBold";
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .subscription-page-card-price {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .subscription-page-card-price {
    font-size: 26px;
  }
}
.subscription-page-card-price-old {
  color: #AAAAAA;
  margin-left: 20px;
  position: relative;
  font-family: "Urbanist-SemiBold";
  font-size: 32px;
}
.subscription-page-card-price-old:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #AAAAAA;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .subscription-page-card-price-old {
    margin-left: 12px;
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .subscription-page-card-price-old {
    font-size: 20px;
  }
}
.subscription-page-card-offer {
  color: #FF0000;
  font-family: "Urbanist-Bold";
  display: block;
}
@media (max-width: 1399px) {
  .subscription-page-card-offer {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .subscription-page-card-offer {
    font-size: 14px;
  }
}
.subscription-page-card-validity {
  color: #000;
  font-family: "Urbanist-SemiBold";
  display: block;
}
@media (max-width: 1399px) {
  .subscription-page-card-validity {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .subscription-page-card-validity {
    font-size: 16px;
  }
}
.subscription-page-card .com-btn {
  margin-top: 36px;
  width: 255px;
  max-width: 90%;
  padding: 2px;
  height: 56px;
}
@media (max-width: 1499px) {
  .subscription-page-card .com-btn {
    height: 40px;
  }
}

.chat-box {
  display: flex;
  background-color: #fff;
  height: 987px;
  position: relative;
  overflow: hidden;
}
.chat-box-close {
  display: none;
  margin-bottom: 30px;
  padding: 6px 4px;
  border: 1px solid #FF6600;
  border-radius: 4px;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
}
@media (max-width: 1100px) {
  .chat-box-close {
    display: inline-block;
  }
}
.chat-box-close i {
  font-size: 8px;
  display: block;
  font-weight: bold;
}
.chat-box-close i:before {
  color: #FF6600;
}
.chat-box-list {
  width: 28.3%;
  flex-shrink: 0;
  padding: 0 15px 0 0;
  background-color: #fff;
  overflow-y: auto;
}
@media (max-width: 1100px) {
  .chat-box-list {
    position: absolute;
    z-index: 1;
    height: 100%;
    transition: 0.3s transform ease;
    width: 350px;
  }
}
@media (max-width: 767px) {
  .chat-box-list {
    width: 100%;
    padding: 0 15px 0 0;
  }
}
.chat-box-list-item {
  width: 100%;
  background-color: #F5F5F5;
  padding: 16px;
  margin-bottom: 25px;
  column-gap: 16px;
  cursor: pointer;
  border: 1px solid transparent;
}
@media (max-width: 1600px) {
  .chat-box-list-item {
    padding: 16px;
  }
}
@media (max-width: 1399px) {
  .chat-box-list-item {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .chat-box-list-item {
    margin-bottom: 15px;
  }
}
.chat-box-list-item:last-child {
  margin-bottom: 0;
}
.chat-box-list-item.active, .chat-box-list-item:hover {
  border: 1px solid #FF6600;
}
.chat-box-list-item-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 1px solid #4B4B4B;
}
@media (max-width: 1600px) {
  .chat-box-list-item-img {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 767px) {
  .chat-box-list-item-img {
    width: 50px;
    height: 50px;
  }
}
.chat-box-list-item-user-msg {
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}
.chat-box-list-item-notification {
  min-width: 22px;
  height: 22px;
  border-radius: 14px;
  background-color: #FF6600;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 14px;
  font-family: "Urbanist-SemiBold";
  margin: 14px 0 auto auto;
}
@media (max-width: 1499px) {
  .chat-box-list-item-notification {
    min-width: 18px;
    height: 18px;
    font-size: 12px;
  }
}
.chat-box-list.show {
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: 0.3s transform ease;
}
.chat-box-single {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 25px;
}
@media (max-width: 1100px) {
  .chat-box-single {
    padding-left: 0;
  }
}
.chat-box-single-header {
  display: flex;
  gap: 11px;
  align-items: center;
  flex-shrink: 0;
  padding: 20px;
  background-color: #F5F5F5;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .chat-box-single-header {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .chat-box-single-header {
    padding: 10px;
  }
}
.chat-box-single-header-img {
  width: 54px;
  height: 54px;
  border: 1px solid #4B4B4B;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .chat-box-single-header-img {
    width: 44px;
    height: 44px;
  }
}
.chat-box-single-msg-box {
  padding: 15px 35px 15px 35px;
  height: 100%;
  overflow-y: auto;
  margin-right: 10px;
}
@media (max-width: 1600px) {
  .chat-box-single-msg-box {
    padding: 15px 25px 15px 25px;
  }
}
@media (max-width: 767px) {
  .chat-box-single-msg-box {
    padding: 15px 10px 0;
  }
}
.chat-box-single-msg-box-single {
  padding: 9px 15px;
  margin-bottom: 15px;
  max-width: 70%;
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .chat-box-single-msg-box-single:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .chat-box-single-msg-box-single {
    max-width: 95%;
  }
}
.chat-box-single-msg-box-single.msg-receive {
  background-color: #EDEDED;
}
.chat-box-single-msg-box-single.msg-receive:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -9px;
  border-width: 16px 0 0 16px;
  border-color: transparent #EDEDED transparent;
  border-style: solid;
}
.chat-box-single-msg-box-single.msg-send {
  background-color: #F2ECE6;
  margin-left: auto;
}
.chat-box-single-msg-box-single.msg-send:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -9px;
  border-width: 0 16px 16px 0;
  border-color: transparent #F2ECE6 transparent;
  border-style: solid;
}
.chat-box-single-msg-box-single.chat-img {
  max-width: 250px;
  max-height: 250px;
  padding: 0;
}
.chat-box-single-msg-box-single-msg {
  font-family: "Urbanist-Medium";
}
@media (max-width: 767px) {
  .chat-box-single-msg-box-single-msg {
    font-size: 14px;
  }
}
.chat-box-single-msg-box-single-time {
  color: #7E7E7E;
  font-family: "Urbanist-Medium";
  font-size: 14px;
  width: 100%;
  text-align: right;
}
@media (max-width: 1499px) {
  .chat-box-single-msg-box-single-time {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .chat-box-single-msg-box-single-time {
    font-size: 10px;
  }
}
.chat-box-single-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 25px 35px 0;
}
@media (max-width: 1600px) {
  .chat-box-single-footer {
    padding: 25px 25px 0;
  }
}
@media (max-width: 767px) {
  .chat-box-single-footer {
    padding: 15px 10px;
  }
}
.chat-box-single-footer .chat-input-wrap {
  position: relative;
}
.chat-box-single-footer .chat-input-wrap .chat-asset {
  position: absolute;
  right: 21px;
  font-size: 31px;
  color: #FF6600;
  top: 50%;
  cursor: pointer;
  min-height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .chat-box-single-footer .chat-input-wrap .chat-asset {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .chat-box-single-footer .chat-input-wrap .chat-asset {
    font-size: 20px;
    right: 9px;
  }
}
@media (max-width: 340px) {
  .chat-box-single-footer .chat-input-wrap .chat-asset {
    right: 5px;
  }
}
.chat-box-single-footer-input {
  padding: 0 65px 0 27px;
  border-radius: 40px;
  border: 1px solid #BCBCBC;
  height: 68px;
  width: 100%;
  color: #000;
  font-family: "Urbanist-Medium";
}
@media (max-width: 1499px) {
  .chat-box-single-footer-input {
    height: 58px;
  }
}
@media (max-width: 767px) {
  .chat-box-single-footer-input {
    padding: 0 45px 0 15px;
    height: 44px;
    font-size: 14px;
  }
}
@media (max-width: 340px) {
  .chat-box-single-footer-input {
    padding: 0 35px 0 10px;
  }
}
.chat-box-single-footer-send-btn {
  width: 113px;
  height: 68px;
  border-radius: 40px;
  border: none;
  margin-left: 10px;
  flex-shrink: 0;
}
@media (max-width: 1499px) {
  .chat-box-single-footer-send-btn {
    width: 80px;
    height: 58px;
  }
}
@media (max-width: 767px) {
  .chat-box-single-footer-send-btn {
    width: 44px;
    margin-left: 6px;
    height: 44px;
  }
}
@media (max-width: 340px) {
  .chat-box-single-footer-send-btn {
    width: 34px;
    height: 34px;
  }
}
.chat-box-single-footer-send-btn i {
  font-size: 31px;
  display: block;
  color: #fff;
}
@media (max-width: 1499px) {
  .chat-box-single-footer-send-btn i {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .chat-box-single-footer-send-btn i {
    font-size: 16px;
  }
}
.chat-box .chat-user-name {
  font-family: "Urbanist-SemiBold";
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.chat-box .toggle-chat-list {
  width: 26px;
  margin-right: 10px;
  cursor: pointer;
  display: none;
  flex-shrink: 0;
}
@media (max-width: 1100px) {
  .chat-box .toggle-chat-list {
    display: block;
  }
}
@media (max-width: 767px) {
  .chat-box .toggle-chat-list {
    margin-right: 2px;
  }
}
@media (max-width: 320px) {
  .chat-box .toggle-chat-list {
    width: 22px;
  }
}
.chat-box .toggle-chat-list span {
  display: block;
  height: 3px;
  margin: 4px 0;
  background-color: #FF6600;
  border-radius: 10px;
}
.chat-box .toggle-chat-list span:nth-child(2) {
  width: 80%;
}
.chat-box .toggle-chat-list span:nth-child(3) {
  width: 60%;
}

.my-saved-searches {
  border-radius: 3px;
  padding: 60px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .my-saved-searches {
    padding: 15px 10px;
  }
}
.my-saved-searches-single {
  border-radius: 8px;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #FF6600;
  margin-bottom: 35px;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .my-saved-searches-single {
    padding: 15px;
  }
}
.my-saved-searches-single:last-child {
  margin-bottom: 0;
}
.my-saved-searches-single .close-search {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  padding: 0;
  background-color: transparent;
}
.my-saved-searches-single-heading {
  font-size: 24px;
  font-family: "Urbanist-SemiBold";
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .my-saved-searches-single-heading {
    font-size: 18px;
  }
}
.my-saved-searches-single-heading i {
  margin-right: 14px;
}
@media (max-width: 767px) {
  .my-saved-searches-single-heading i {
    margin-right: 8px;
  }
}
.my-saved-searches-single-heading i:before {
  color: #000;
}

.contact-heading {
  font-size: 46px;
}
@media (max-width: 1599px) {
  .contact-heading {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .contact-heading {
    font-size: 28px;
  }
}

.unsderstad-sec-img {
  height: 430px;
}
@media (max-width: 767px) {
  .unsderstad-sec-img {
    height: 280px;
  }
}

.faq-accordian .accordion-item {
  margin-bottom: 18px;
  border: 1px solid #FF6600;
  border-radius: 5px;
}
.faq-accordian .accordion-item .accordion-button {
  box-shadow: none;
  font-family: "Urbanist-SemiBold";
  font-size: 1.25rem;
  border-radius: 5px;
}
.faq-accordian .accordion-item .accordion-button:not(.collapsed) {
  background-color: #FF6600;
  color: #fff;
}
.faq-accordian .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-filter: brightness(0);
  -moz-filter: brightness(0);
  filter: brightness(0);
}
@media (max-width: 767px) {
  .faq-accordian .accordion-item .accordion-button {
    font-size: 16px;
    padding: 15px 7px;
  }
}
@media (max-width: 767px) {
  .faq-accordian .accordion-item .accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
  }
}
@media (max-width: 767px) {
  .faq-accordian .accordion-item .accordion-body {
    padding: 15px;
    font-size: 14px;
  }
}

.business-card {
  display: flex;
  gap: 27px;
  background-color: #fff;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2117647059);
  border-left: 3px solid #000;
}
@media (max-width: 1399px) {
  .business-card {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .business-card {
    flex-direction: column;
    gap: 17px;
  }
}
.business-card-img {
  width: 187px;
  height: 187px;
  flex-shrink: 0;
}
@media (max-width: 1699px) {
  .business-card-img {
    width: 147px;
    height: 147px;
  }
}
@media (max-width: 1399px) {
  .business-card-img {
    width: 117px;
    height: 117px;
  }
}
@media (max-width: 767px) {
  .business-card-img {
    width: 77px;
    height: 77px;
  }
}
.business-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.business-card-ct .business-heading {
  font-size: 24px;
  font-family: "Urbanist-SemiBold";
  margin-bottom: 18px;
}
@media (max-width: 1399px) {
  .business-card-ct .business-heading {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.business-card-ct .com-btn {
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 1399px) {
  .business-card-ct .com-btn {
    margin-top: 10px;
  }
}

.event-container {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1499px) {
  .event-container {
    max-width: 1090px;
  }
}

.event-card-list .event-action {
  position: absolute;
  top: 32px;
  right: 38px;
  display: flex;
  gap: 13px;
}
@media (max-width: 1499px) {
  .event-card-list .event-action {
    top: 22px;
    right: 28px;
  }
}
@media (max-width: 1199px) {
  .event-card-list .event-action {
    top: 14px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .event-card-list .event-action {
    top: 0;
    right: 0;
  }
}
@media (max-width: 566px) {
  .event-card-list .event-action {
    gap: 5px;
  }
}
.event-card-list .event-action .act-btn {
  border: 1px solid #FF6600;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF6600;
  background-color: #fff;
  font-size: 14px;
}
@media (max-width: 566px) {
  .event-card-list .event-action .act-btn {
    width: 22px;
    height: 22px;
    font-size: 10px;
  }
}
.event-card-list .event-action .act-btn:hover, .event-card-list .event-action .act-btn.show {
  background-color: #FF6600;
  color: #fff;
}
.event-card-list .event-action .act-btn:after {
  content: none;
}
.event-card-list .event-action .dropdown-menu {
  padding: 0;
  min-width: 110px;
  border-color: #BEBEBE;
  overflow: hidden;
}
.event-card-list .event-action .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #BEBEBE;
}
.event-card-list .event-action .dropdown-menu .dropdown-item {
  color: #000;
  padding: 6px 10px;
  font-size: 14px;
}
.event-card-list .event-action .dropdown-menu .dropdown-item:hover {
  background-color: #ffd7bc;
}
.event-card-list .e-card {
  display: flex;
  gap: 0 27px;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .event-card-list .e-card {
    gap: 0 15px;
  }
}
@media (max-width: 767px) {
  .event-card-list .e-card {
    display: block;
  }
}
.event-card-list .e-card .e-card-lft {
  width: 25%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .event-card-list .e-card .e-card-lft {
    margin: 0 auto -55px;
    width: 36%;
    max-width: 160px;
  }
}
.event-card-list .e-card .e-card-lft .e-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .event-card-list .e-card .e-card-lft .e-card-img {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4392156863);
  }
}
.event-card-list .e-card .e-card-rght {
  padding: 32px 38px;
  -webkit-box-shadow: 0 0 99px rgba(0, 0, 0, 0.0784313725);
  -moz-box-shadow: 0 0 99px rgba(0, 0, 0, 0.0784313725);
  box-shadow: 0 0 99px rgba(0, 0, 0, 0.0784313725);
  display: flex;
  width: 100%;
}
@media (max-width: 1499px) {
  .event-card-list .e-card .e-card-rght {
    padding: 22px 28px;
  }
}
@media (max-width: 1199px) {
  .event-card-list .e-card .e-card-rght {
    padding: 14px 15px;
  }
}
@media (max-width: 991px) {
  .event-card-list .e-card .e-card-rght {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .event-card-list .e-card .e-card-rght {
    padding-top: 80px;
  }
}
.event-card-list .e-card .e-card-rght .e-card-ct {
  padding-right: 27px;
  border-right: 1px solid #C1C1C1;
  width: 70%;
}
@media (max-width: 991px) {
  .event-card-list .e-card .e-card-rght .e-card-ct {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
}
.event-card-list .e-card .e-card-rght .e-card-ct .e-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  gap: 15px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .event-card-list .e-card .e-card-rght .e-card-ct .e-card-head {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .event-card-list .e-card .e-card-rght .e-card-ct .e-card-head {
    flex-wrap: wrap;
    gap: 14px 10px;
  }
}
.event-card-list .e-card .e-card-rght .e-card-ct .e-card-head .prc {
  color: #FF6600;
  font-size: 28px;
  font-family: "Urbanist-Bold";
}
@media (max-width: 1499px) {
  .event-card-list .e-card .e-card-rght .e-card-ct .e-card-head .prc {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .event-card-list .e-card .e-card-rght .e-card-ct .e-card-head .prc {
    font-size: 20px;
  }
}
.event-card-list .e-card .e-card-rght .e-card-ct .event-ttl {
  font-size: 28px;
  font-family: "Urbanist-SemiBold";
  margin-bottom: 8px;
  line-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1499px) {
  .event-card-list .e-card .e-card-rght .e-card-ct .event-ttl {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .event-card-list .e-card .e-card-rght .e-card-ct .event-ttl {
    font-size: 22px;
    line-height: 30px;
  }
}
.event-card-list .e-card .e-card-rght .e-card-ct .event-para {
  font-size: 16px;
  font-family: "Urbanist-Regular";
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .event-card-list .e-card .e-card-rght .e-card-ct .event-para {
    font-size: 14px;
  }
}
.filter-bar {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 15px 30px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .filter-bar {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .filter-bar {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .filter-bar .filter-single {
    width: 30%;
  }
}
@media (max-width: 540px) {
  .filter-bar .filter-single {
    width: calc(50% - 8px);
  }
}
.filter-bar .filter-single .filter-label {
  font-size: 18px;
  font-family: "Urbanist-Medium";
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1499px) {
  .filter-bar .filter-single .filter-label {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .filter-bar .filter-single .filter-label {
    font-size: 14px;
  }
}
.filter-bar .filter-single .filter-input {
  border: 1px solid #C1C1C1;
  padding: 15px;
  border-radius: 0px;
  height: 50px;
  background-color: #fff !important;
  width: 100%;
}
@media (max-width: 1499px) {
  .filter-bar .filter-single .filter-input {
    height: 42px;
  }
}
.filter-bar .filter-single.search-filter {
  max-width: 25%;
  width: 300px;
}
@media (max-width: 767px) {
  .filter-bar .filter-single.search-filter {
    max-width: none;
    width: 50%;
  }
}
@media (max-width: 540px) {
  .filter-bar .filter-single.search-filter {
    width: 100%;
  }
}
.filter-bar .filter-single.search-filter .filter-input {
  width: 100%;
}
.filter-bar .filter-single.search-filter .filter-input::placeholder {
  color: #7E7E7E;
}
.filter-bar .filter-bar-left {
  display: flex;
  align-items: flex-end;
  gap: 1.2rem;
}
.filter-bar .filter-bar-left .filter-single {
  width: 25%;
}
.filter-bar .filter-bar-left .filter-single.search-filter {
  width: 37%;
  max-width: none;
}
.filter-bar .filter-open-btn {
  width: 40px;
  height: 41px;
}
.filter-bar .search-btn {
  height: 50px;
  line-height: 50px;
  width: 122px;
  font-size: 16px;
  font-family: "Urbanist-Medium";
  padding: 0;
}
@media (max-width: 1499px) {
  .filter-bar .search-btn {
    height: 42px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .filter-bar .mob-filter {
    flex-direction: column;
    position: fixed;
    bottom: 0;
    height: 100vh;
    overflow-y: auto;
    width: 100vw;
    left: -100vw;
    z-index: 99999;
    background-color: #fff;
    padding: 15px 10px;
    margin: 0;
    transition: 0.3s;
  }
}
.filter-bar .mob-filter.show {
  left: 0;
}
@media (max-width: 767px) {
  .filter-bar .mob-filter .search-filter, .filter-bar .mob-filter .filter-single, .filter-bar .mob-filter .search-btn {
    width: 100% !important;
  }
}

.close-mob-filter {
  border: 1px solid #000;
  background-color: transparent;
  height: 20px;
  font-size: 10px;
  width: 20px;
  padding: 0;
  text-align: center;
}

.event-filter-open-btn {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.event-slider-wrap {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .event-slider-wrap {
    margin-bottom: 32px;
  }
}
.event-slider-wrap .arw-wrap {
  clip-path: polygon(13% 0%, 87% 0%, 100% 100%, 0% 100%);
  background-color: #fff;
  padding: 14px 22px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  gap: 0 10px;
}
@media (max-width: 1499px) {
  .event-slider-wrap .arw-wrap {
    padding: 9px 14px 0;
  }
}
.event-slider-wrap .arw-wrap .swiper-button-prev, .event-slider-wrap .arw-wrap .swiper-button-next {
  width: 97px;
  height: 50px;
  position: static;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.event-slider-wrap .arw-wrap .swiper-button-prev:hover, .event-slider-wrap .arw-wrap .swiper-button-next:hover {
  background-color: #FF6600;
}
@media (max-width: 1499px) {
  .event-slider-wrap .arw-wrap .swiper-button-prev, .event-slider-wrap .arw-wrap .swiper-button-next {
    width: 77px;
    height: 39px;
  }
}
@media (max-width: 1199px) {
  .event-slider-wrap .arw-wrap .swiper-button-prev, .event-slider-wrap .arw-wrap .swiper-button-next {
    width: 50px;
    height: 30px;
  }
}
@media (max-width: 1499px) {
  .event-slider-wrap .arw-wrap .swiper-button-prev img, .event-slider-wrap .arw-wrap .swiper-button-next img {
    width: 18px;
  }
}
.event-slider-wrap .arw-wrap .swiper-button-prev {
  clip-path: polygon(20% 1%, 100% 1%, 100% 100%, 0% 100%);
}
.event-slider-wrap .arw-wrap .swiper-button-next {
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}
.event-slider-wrap .swiper-slide {
  height: 60vh;
  min-height: 530px;
}
@media (max-width: 1499px) {
  .event-slider-wrap .swiper-slide {
    height: 52vh;
  }
}
@media (max-width: 1199px) {
  .event-slider-wrap .swiper-slide {
    height: 500px;
    min-height: auto;
  }
}
.event-slider-wrap .swiper-slide .slide-event-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-slider-wrap .swiper-slide-active .event-slider-ct {
  animation: slideAnimate 1s linear;
}
.event-slider-wrap .event-ct-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 30px;
  z-index: 1;
  height: 60%;
}
@media (max-width: 1199px) {
  .event-slider-wrap .event-ct-wrap {
    padding: 0 15px 20px;
  }
}
@media (max-width: 767px) {
  .event-slider-wrap .event-ct-wrap {
    padding-bottom: 50px;
  }
}
.event-slider-wrap .event-ct-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 60%);
  opacity: 0.6;
  bottom: 0;
  z-index: -1;
}
.event-slider-wrap .event-ct-wrap .event-slider-ct {
  color: #fff;
  height: 100%;
}
.event-slider-wrap .event-ct-wrap .event-slider-ct .ct-lt .event-title {
  font-size: 32px;
  font-family: "Urbanist-Bold";
  margin: 12px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1499px) {
  .event-slider-wrap .event-ct-wrap .event-slider-ct .ct-lt .event-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .event-slider-wrap .event-ct-wrap .event-slider-ct .ct-lt .event-title {
    font-size: 24px;
  }
}
.event-slider-wrap .event-ct-wrap .event-slider-ct .ct-lt .event-para {
  font-size: 16px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .event-slider-wrap .event-ct-wrap .event-slider-ct .ct-lt .event-para {
    font-size: 14px;
  }
}
.event-slider-wrap .event-ct-wrap .event-slider-ct .ct-rt {
  text-align: right;
}
.event-slider-wrap .event-ct-wrap .event-slider-ct .ct-rt .views-like {
  width: 100%;
  justify-content: flex-end;
  gap: 0 9%;
}
@media (max-width: 767px) {
  .event-slider-wrap .event-ct-wrap .event-slider-ct .ct-rt .views-like {
    justify-content: flex-start;
  }
}

@keyframes slideAnimate {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.views-like {
  width: 39%;
  gap: 0 14%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .views-like {
    width: 100%;
    justify-content: flex-start;
    padding: 0;
    margin-top: 15px;
    gap: 0 8%;
  }
}
.views-like .sgle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  font-size: 23px;
  font-family: "Urbanist-Bold";
}
@media (max-width: 1499px) {
  .views-like .sgle {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .views-like .sgle {
    font-size: 16px;
  }
}
.views-like .sgle img {
  width: 24px;
}
.views-like .sgle i {
  font-size: 20px;
  color: #FF6600;
  font-weight: 600;
}
@media (max-width: 1499px) {
  .views-like .sgle i {
    font-size: 16px;
  }
}

.date-info {
  border: 1px solid #C1C1C1;
  font-size: 18px;
  font-family: "Urbanist-Medium";
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 0;
  padding: 7px 0;
  line-height: normal;
  width: fit-content;
  gap: 5px 0;
}
@media (max-width: 1499px) {
  .date-info {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .date-info {
    font-size: 14px;
  }
}
.date-info img {
  margin-right: 7px;
}
@media (max-width: 1499px) {
  .date-info img {
    width: 12px;
  }
}
.date-info .date-time {
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.date-info .date-time:first-child {
  border-right: 1px solid #C1C1C1;
}
@media (max-width: 991px) {
  .date-info .date-time {
    padding: 0 8px;
  }
}

.event-loc {
  margin-top: 16px;
  font-size: 16px;
  width: 80%;
  display: flex;
  align-items: flex-start;
}
.event-loc img {
  margin: 2px 6px 0 0;
}
@media (max-width: 991px) {
  .event-loc img {
    width: 12px;
  }
}
@media (max-width: 991px) {
  .event-loc {
    font-size: 14px;
  }
}

.side-attribute-area {
  margin-top: 28px;
}
.side-attribute-area .single-attr {
  background-color: #F5F5F5;
  padding: 21px 28px;
  font-size: 20px;
  margin-bottom: 16px;
}
.side-attribute-area .single-attr:last-child {
  margin-bottom: 0;
}
@media (max-width: 1499px) {
  .side-attribute-area .single-attr {
    padding: 17px 20px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .side-attribute-area .single-attr {
    padding: 12px 15px;
    font-size: 16px;
  }
}

.compare-modal .modal-title {
  font-size: 28px;
  font-family: "Urbanist-Bold";
}
@media (max-width: 767px) {
  .compare-modal .modal-title {
    font-size: 22px;
  }
}
.compare-modal .modal-dialog {
  width: 1210px;
  max-width: 96%;
}
.compare-modal .modal-header {
  padding: 0 0 10px;
}
.compare-modal .modal-header .btn-close {
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: "Urbanist-Bold";
}
.compare-modal .modal-body {
  padding: 0 0 1rem;
}
.compare-modal .modal-footer {
  padding: 0;
  border: none;
  margin-top: 20px;
}
.compare-modal .modal-footer .com-btn {
  margin: 0 auto 0 0;
  min-width: 22%;
  height: 55px;
}
@media (max-width: 1199px) {
  .compare-modal .modal-footer .com-btn {
    height: 44px;
  }
}
.compare-modal .modal-content {
  padding: 30px;
}
@media (max-width: 767px) {
  .compare-modal .modal-content {
    padding: 18px;
  }
}

.compare-card-row {
  display: flex;
  align-items: center;
  gap: 9px;
  overflow-x: auto;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .compare-card-row {
    gap: 6px;
  }
}
.compare-card-row .sngl-compare-card {
  padding: 12px;
  border: 1px solid #C1C1C1;
  position: relative;
  align-self: normal;
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 991px) {
  .compare-card-row .sngl-compare-card {
    padding: 6px;
  }
}
@media (max-width: 767px) {
  .compare-card-row .sngl-compare-card {
    width: 170px;
    flex-basis: auto;
    flex-shrink: 0;
  }
}
.compare-card-row .sngl-compare-card .compare-card-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: transparent;
  padding: 0;
  border: none;
}
@media (max-width: 991px) {
  .compare-card-row .sngl-compare-card .compare-card-close img {
    width: 16px;
  }
}
.compare-card-row .sngl-compare-card .compare-img-wrap {
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .compare-card-row .sngl-compare-card .compare-img-wrap {
    height: 102px;
  }
}
.compare-card-row .sngl-compare-card .compare-img-wrap .compare-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.compare-card-row .sngl-compare-card .compare-img-wrap .compare-img.car-place {
  width: auto;
  height: auto;
}
@media (max-width: 991px) {
  .compare-card-row .sngl-compare-card .compare-img-wrap .compare-img.car-place {
    width: 40%;
  }
}
.compare-card-row .sngl-compare-card .compare-txt-body {
  margin-top: 13px;
}
.compare-card-row .sngl-compare-card .compare-txt-body .compare-nme {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .compare-card-row .sngl-compare-card .compare-txt-body .compare-nme, .compare-card-row .sngl-compare-card .compare-txt-body .compare-yr, .compare-card-row .sngl-compare-card .compare-txt-body .com-select {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .compare-card-row .sngl-compare-card .compare-txt-body .com-select {
    padding: 10px 25px 10px 6px;
  }
}
.compare-card-row .compare-vs {
  font-size: 14px;
  text-transform: uppercase;
  width: 28px;
  line-height: 27px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #FF6600;
  font-family: "Urbanist-Bold";
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .compare-card-row .compare-vs {
    font-size: 10px;
    width: 21px;
    line-height: 20px;
  }
}

.compare-detail .compare-table-wrap {
  border-radius: 16px;
  border: 1px solid rgba(36, 39, 44, 0.1019607843);
  box-shadow: 0 1px 6px rgba(36, 39, 44, 0.0784313725);
}
.compare-detail .compare-table-wrap table {
  margin: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .compare-detail .compare-table-wrap table {
    font-size: 14px;
  }
}
.compare-detail .compare-table-wrap table thead tr th {
  border: none;
  padding: 20px 18px;
  text-align: center;
}
.compare-detail .compare-table-wrap table thead tr th:first-child {
  width: 20%;
  text-align: left;
}
.compare-detail .compare-table-wrap table tbody tr:nth-child(odd) {
  background-color: #fafbfc;
}
.compare-detail .compare-table-wrap table tbody tr th {
  color: #919191;
  font-weight: 400;
  width: 20%;
  border-right: 1px solid #C1C1C1;
}
.compare-detail .compare-table-wrap table tbody tr td {
  text-align: center;
}
.compare-detail .compare-table-wrap table tbody tr > * {
  padding: 16px 18px;
  border: none;
}
.compare-detail .compare-table-wrap table tbody tr .yes-icon {
  color: #49aa20;
}
.compare-detail .compare-table-wrap table tbody tr .no-icon {
  color: #f33131;
}
.compare-detail .compare-table-wrap .view-more-btn {
  border-width: 0 0 1px 0;
  border-color: #FF6600;
  padding: 0;
  margin: 22px 0px 18px 18px;
  background-color: transparent;
  color: #FF6600;
}

/*# sourceMappingURL=style.css.map */
