@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* font-family: 'Roboto', sans-serif; */
body,
html {
  overflow-x: hidden;
}

/* body,html{
    width: 100%;
} */
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  background-color: #fff;
}

:root {
  scroll-behavior: inherit;
  --black-color: #000000;
  --white-color: #ffffff;
  --red-color: #ce0000;
  --li-bottom-colo: #eaf2f6;
  --bg-banner-grey: #fcf6f6;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 18px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: #000;
  font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1-title {
  font-weight: 800;
  font-size: 76px;
  line-height: 1.1;
  text-transform: uppercase;
}

h2,
.h2-title {
  font-weight: 800;
  font-size: 56px;
  line-height: 1.1;
}

h3,
.h3-title {
  font-weight: 700;
  font-size: 46px;
  line-height: 1.2;
}

h4,
.h4-title {
  font-size: 24px;
  line-height: 1.2;
}

h5,
.h5-title {
  font-size: 20px;
  line-height: 1.2;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: #242424;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

a:hover {
  color: red;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: var(--white-color);
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  color: var(--black-color);
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
  outline: none !important;
  border: 1px solid rgba(67, 8, 8, 0.2);
  position: relative;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus {
  -webkit-filter: drop-shadow(0px 6px 3px #d9d9d9);
  filter: drop-shadow(0px 6px 3px #d9d9d9);
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 12px 16px;
  width: 100%;
  color: #000;
  height: 158px;
  outline: none !important;
}

textarea:focus {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

select {
  width: 100%;
  padding: 0 24px;
  background: url(images/sort.svg) no-repeat calc(100% - 16px) center #ffffff;
  background-size: 13px;
  padding-right: 24px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.6);
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: var(--red-color);
  color: var(--white-color);
  height: 49px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: var(--black-color);
  color: var(--white-color);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"] + span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 224px;
  display: inline-block;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav > li {
  margin: 0 22px;
  padding: 20px 0;
  position: relative;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-nav > li:first-child {
  margin-left: 0;
}

.navbar-nav > li > a {
  color: var(--white-color);
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  font-weight: 400;
}

/* .navbar-nav > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #3b61dc;
  opacity: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} */

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.menu-item-has-children:hover > a {
  color: var(--red-color);
}

.navbar-nav > li.current-menu-item > a:after,
.navbar-nav > li > a:hover:after,
.navbar-nav > li.menu-item-has-children:hover > a:after {
  width: 100%;
}

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  width: 140px;
  padding: 0;
}

.sub-menu > li > a {
  color: #000;
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-menu > li {
  width: 100%;
  display: block;
}

.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a,
.sub-menu > li.current-menu-item > a {
  background: #eab71e;
  color: #fff;
}

.navbar-nav > li:last-child > .sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/*head*/
.navbar-nav {
  margin-left: 70px;
}

.rgtnav-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hdrcall-box {
  margin-left: 30px;
}

.hdrcallicon {
  display: inline-block;
}

.hdrcall-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hdrcallustxt {
  display: block;
  color: var(--white-color);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
}

.hdrcall-nobox {
  margin-left: 20px;
}

.hdrcall-box a {
  color: var(--white-color);
  font-weight: 700;
  font-size: 19px;
}

.hdrcall-box a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.main-head {
  padding: 35px 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;
}

/*banner*/
.banersec {
  position: relative;
  background-color: #000000;
}

/* .bnroverlay {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
} */
.bnrswiperslide {
  width: 100%;
  min-height: 942px;
}

.swiper-slide-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bnerhdrcont {
  max-width: 667px;
}

.bnttitle {
  color: var(--white-color);
  text-transform: uppercase;
}

.swiper-slide-box video,
.swiper-slide-box img {
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -100;
  background-position: center;
  background-size: cover;
}

.swiper-slidergtvdoprt {
  display: block;
  position: absolute;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bnrlftimg {
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

.bnrcont-wrpr {
  position: relative;
  z-index: 1;
}

.bnrcont-wrpr .container {
  position: relative;
}

.bnerhdrcont {
  position: relative;
}

.swiper-slidergtvdoprt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: -o-linear-gradient(
    336.13deg,
    rgba(206, 0, 0, 0.59) -3.22%,
    rgba(0, 0, 0, 0) 51.44%
  );
  background: linear-gradient(
    113.87deg,
    rgba(206, 0, 0, 0.59) -3.22%,
    rgba(0, 0, 0, 0) 51.44%
  );
  opacity: 0.8;
  z-index: 1;
}

.bnr-swiper-paginatin-ourbx {
  position: absolute;
  left: 0;
  bottom: 200px;
  z-index: 4;
  width: 100%;
}

.bnr-swiper-pagination {
  padding: 0 0;
}

.bnrSwiper .bnr-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--red-color);
  opacity: 1;
  position: relative;
  margin: 0 9px;
}

.bnrSwiper .bnr-swiper-pagination .swiper-pagination-bullet:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bnrSwiper .bnr-swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 2px solid var(--red-color);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}

.bnrSwiper
  .bnr-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  display: block;
}

.banersec:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 133px;
  background: -o-linear-gradient(top, rgba(25, 7, 7, 0) 0%, #130f0f 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(25, 7, 7, 0)),
    to(#130f0f)
  );
  background: linear-gradient(180deg, rgba(25, 7, 7, 0) 0%, #130f0f 100%);
  z-index: 1;
  pointer-events: none;
}

/*cmncss*/
.cmngap {
  padding: 99px 0;
}

.cmnbutn {
  padding: 15px 24px;
  text-align: center;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  min-width: 165px;
  background-color: var(--red-color);
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  z-index: 1;
}

.cmnbutn::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.cmnbutn:hover::before {
  width: 100%;
}

.cmnbutn:hover {
  color: var(--white-color);
}

.cmn-header {
  margin-bottom: 30px;
}

/*monster slider*/
.advertsiingsec {
  position: relative;
  padding-top: 135px;
}

.advert-monstsubhd {
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--black-color);
  margin-bottom: 5px;
}

.mnstr-fetrs-pagintxt {
  font-size: 18px;
  font-weight: 400;
  color: var(--black-color);
  text-transform: capitalize;
  padding-bottom: 18px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.mnstr-fetr-swiperslide {
  position: relative;
  width: auto !important;
}

.mnstr-fetr-swiperslide:last-child {
  margin-right: 0 !important;
}

/* .mnstr-fetr-swiperslide:not(:first-child) {
  margin-left: 40px;
} */
.mnstr-fetr-swiperslide::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--red-color);
}

.mnstr-fetrswiper-rgtcol
  .mnstr-fetr-swiperslide.swiper-slide-thumb-active::before {
  width: 100%;
}

.mnstr-fetrswiper-rgtcol .swiper-slide-thumb-active .mnstr-fetrs-pagintxt {
  font-weight: 600;
}

.bigtext {
  font-weight: 900;
  font-size: 285px;
  text-align: center;
  color: rgba(226, 223, 223, 0.6);
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mnstr-fetrs-row {
  --bs-gutter-x: 2.5rem;
}

.mnstr-fetrswiper-rgtcol .swiper-wrapper {
  border-bottom: 1px solid var(--black-color);
}

.ftre-monster-thumbslider {
  display: inline-block;
}

.mnstr-fetrswiperslide.swiper-slide-active .advert-monstsubhd.splitting .char {
  -webkit-animation: slide-in 0.4s ease both;
  animation: slide-in 0.4s ease both;
  -webkit-animation-delay: calc(50ms * var(--char-index));
  animation-delay: calc(50ms * var(--char-index));
  /* transition-delay: calc(40ms + (30ms * var(--char-index))); */
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

@-webkit-keyframes slide-in {
  from {
    /* transform: translateX(-1em); */
    opacity: 0;
  }
}

@keyframes slide-in {
  from {
    /* transform: translateX(-1em); */
    opacity: 0;
  }
}

.modalcont-swpsld.swiper-slide-active .modelslide-txthd.splitting .char {
  -webkit-animation: modalslide-in 1.2s ease both;
  animation: modalslide-in 1.2s ease both;
  -webkit-animation-delay: calc(60ms * var(--char-index));
  animation-delay: calc(60ms * var(--char-index));
  /* transition-delay: calc(40ms + (30ms * var(--char-index))); */
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

@-webkit-keyframes modalslide-in {
  from {
    opacity: 0;
  }
}

@keyframes modalslide-in {
  from {
    opacity: 0;
  }
}

.modalcont-swpsld.swiper-slide-active .modelslide-txt,
.bnrswiperslide.swiper-slide-active .bnttitle,
.mnstr-fetrswiperslide.swiper-slide-active .h1-title {
  -webkit-animation: mymove 1s ease both;
  animation: mymove 1s ease both;
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

@-webkit-keyframes mymove {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}

@keyframes mymove {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}

.bnrswiperslide.swiper-slide-active .cmnbutn,
.modalcont-swpsld.swiper-slide-active .mdl-butn {
  -webkit-animation: zoom 1.2s ease both;
  animation: zoom 1.2s ease both;
  -webkit-animation-delay: 80ms;
  animation-delay: 80ms;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

/*modal*/

.modelslide {
  height: auto;
  width: 29.2vw !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.modelslide.swiper-slide-active {
  width: 65vw !important;
}

.modelslider-outrtwrpr {
  position: relative;
  height: 42.5vw;
}

.modelslider-wrpr {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: inline-block;
}

.modelslider {
  height: 100%;
  margin-left: 0;
}

/* .modelslide-txtwrpr {
  position: absolute;
  top: 0;
  color: var(--white-color);
  display: none;
  width: 100%;
  left: 0;
} */
.modelslide-card {
  height: 100%;
}

.modelslideskew-fix {
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
  height: 100%;
  width: 236%;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-background-position: center center;
  background-position: center center;
  background-size: cover;
  background-color: black;
  position: relative;
}

.modelslideskew-fix img {
  max-width: unset;
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  /* left: 21% !important; */
  -webkit-transform: translateX(50%) scale(1.1);
  -ms-transform: translateX(50%) scale(1.1);
  transform: translateX(50%) scale(1.1);
}

.modelslide.swiper-slide-active .modelslide-skew::after {
  opacity: 0;
}

.modelslide.swiper-slide-active .modelslideskew-fix img {
  right: 0;
  -webkit-transform: translateX(10%) scale(1.1);
  -ms-transform: translateX(10%) scale(1.1);
  transform: translateX(10%) scale(1.1);
}

.modelslide-skew::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.modelslide-skew {
  position: relative;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.modelslide-txthd {
  color: var(--white-color);
  margin-bottom: 5px;
}

.modelslide.active .modelslide-txtwrpr {
  display: block;
}

.modelslide-txt {
  color: var(--white-color);
  font-size: 43px;
  font-weight: 600;
  text-transform: uppercase;
}

.modalcont-slidrwpr {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.modelslidbtn {
  top: 20%;
}

.modelslidbtn::after {
  display: none;
}

.modelslidbtn {
  display: inline-block;
  width: 50px;
  height: 46px;
  border: 1px solid #ffffff;
  position: relative;
  /* clip-path: polygon(0 0, 78% 0, 88% 100%, 8% 100%); */
  -webkit-transform: skewx(7deg);
  -ms-transform: skewx(7deg);
  transform: skewx(7deg);
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modelslidbtn:focus {
  outline: 0;
  box-shadow: none;
}

.modelslidbtn img {
  -webkit-transform: skewx(-7deg);
  -ms-transform: skewx(-7deg);
  transform: skewx(-7deg);
}

.modelslidbtn:hover {
  background-color: var(--red-color);
  border: 1px solid var(--red-color);
}

.modelslidbtn.md-swiper-button-prev {
  margin-left: 20px;
}

.md-arrows {
  position: absolute;
  top: 80px;
  width: 100%;
  left: 0;
  z-index: 1;
  text-align: left;
}

.md-arrow-outrbox {
  padding-left: 0;
}

.modelsubtxt {
  font-size: 25px;
  color: var(--white-color);
  font-weight: 600;
}

.moelsubtxtblck {
  margin-bottom: 12px;
}

.mdl-butnicon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  border: 1px solid var(--white-color);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mdl-butn {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 195px;
  line-height: 1.1;
}

.mdl-butnbox {
  margin-top: 70px;
}

.mdl-butntext {
  display: inline-block;
  margin-left: 10px;
}

.modelslide-txtbox {
  padding-top: 8vw;
  max-width: 600px;
}

.mdl-butn:hover .mdl-butnicon {
  background-color: var(--red-color);
}

.mdl-butn:hover {
  color: var(--red-color);
}

.advert-fturrgtbox {
  padding-right: 80px;
}

.ftre-monster-thumbslider .swiper {
  padding-bottom: 10px;
}

/*conversions*/
.whc-conv-imgbox {
  /* margin-left: -50px; */
  margin-bottom: 0;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.whc-conv-imgbox img {
  -webkit-clip-path: polygon(0 0, 100% 0, 43% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 43% 100%, 0% 100%);
  height: 100%;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiprarwbtn {
  width: 50px;
  height: 46px;
  border: 1px solid var(--black-color);
  position: relative;
  /* clip-path: polygon(0 0, 78% 0, 88% 100%, 8% 100%); */
  -webkit-transform: skewx(7deg);
  -ms-transform: skewx(7deg);
  transform: skewx(7deg);
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.swiprarwbtn:hover,
.swiprarwbtn:focus {
  background-color: var(--red-color);
  border: 1px solid var(--red-color);
}

.swiprarwbtn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.swiprarwbtn:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.moster-swiper-button-prev {
  margin-left: 20px;
}

.whc-conv-servsec {
  padding-top: 15px;
}

.whyconv-arwbox {
  margin-top: 35px;
  padding-left: 5px;
}

/* .whc-conv-serv-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} */
.whc-convimg-outrwrpr {
  height: 100%;
}

.whc-conv-imgslider {
  height: 100%;
}

.whc-convcont-outrwrpr {
  height: 100%;
}

.whc-convimg-outrwrpr {
  margin-left: -50px;
  position: relative;
  width: 110%;
}

.whc-conv-contslider {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.whc-conv-contslider .swiper-wrapper {
  height: auto;
}

.whc-conv-servrgtcol {
  width: 49%;
}

.whc-conv-servlftcol {
  width: 51%;
}

.whc-conv-servcontbox .cmn-header {
  margin-bottom: 25px;
}

.planing-section {
  padding-top: 85px;
}

.video-popupbox {
  padding: 5px 5px 0px 5px;
  overflow: visible;
}

.video-popupbox video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-popupbox .fancybox-close-small {
  width: 35px;
  height: 35px;
  color: var(--white-color);
  background-color: var(--red-color);
  border-radius: 100%;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  right: -10px;
  top: -10px;
}

.video-popupbox .fancybox-close-small svg {
  max-width: 18px;
}

.video-popupbox .fancybox-close-small:hover {
  background-color: var(--black-color);
}

.explore-morebutn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--black-color);
  font-size: 18px;
  font-weight: 600;
  max-width: 160px;
}

.expl-mre-icon {
  width: 40px;
  height: 40px;
  border: 2px solid var(--black-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.sdside-contwrap .cmn-header {
  margin-bottom: 11px;
}

.explretext {
  width: calc(100% - 40px);
  display: inline-block;
  padding-left: 10px;
}

.expl-mre-icon img {
  min-width: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.explore-morebutn:hover {
  color: var(--red-color);
}

.explore-morebutn:hover .expl-mre-icon img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.explore-morebutn:hover .expl-mre-icon {
  background-color: var(--red-color);
  border: 2px solid var(--bg-banner-grey);
}

.sdside-img-fstbox {
  height: 323px;
  max-width: 662px;
  position: relative;
  margin-left: auto;
}

.sdside-img-scndbox {
  height: 323px;
  max-width: 892px;
  margin-left: auto;
}

.sdside-img-fstbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: polygon(39% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(39% 0, 100% 0, 100% 100%, 0% 100%);
  -o-object-position: center;
  object-position: center;
}

.sdside-img-scndbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  -o-object-position: center;
  object-position: center;
}

.sdside-contwrap .explore-morebutn {
  margin-top: 80px;
}

.sdside-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sdside-outrwrap:nth-child(even) .sdside-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sdside-outrwrap:not(:first-child) {
  margin-top: 16px;
}

.sdside-outrwrap:nth-child(even) .sdside-img-outrbox {
  left: -3%;
}

.sdside-imgbox:not(:last-child) {
  margin-bottom: 16px;
}

.sdside-outrwrap:nth-child(even) .sdside-img-fstbox {
  margin-left: 0;
  margin-right: auto;
  max-width: 892px;
}

.sdside-outrwrap:nth-child(even) .sdside-img-scndbox {
  margin-left: 0;
  margin-right: auto;
  max-width: 662px;
}

.sdside-outrwrap:nth-child(even) .sdside-img-fstbox img {
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.sdside-outrwrap:nth-child(even) .sdside-img-scndbox img {
  -webkit-clip-path: polygon(0 0, 100% 0, 61% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 61% 100%, 0% 100%);
}

.sdside-outrwrap {
  position: relative;
  z-index: 1;
  min-height: 662px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sdside-img-outrbox {
  position: absolute;
  top: 0;
  right: -3%;
  width: 75%;
  pointer-events: none;
}

.maxadbikeouter-wrap {
  margin-top: 20px;
}

.maxadbikeouter-wrap:nth-child(even) .maxadbikerow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.maxadbikecontbox .cmn-header {
  margin-bottom: 10px;
}

.maximgbox {
  height: 100%;
  width: 120%;
  margin-bottom: 0;
}

.maximgbox img {
  -webkit-clip-path: polygon(41% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(41% 0, 100% 0, 100% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.maxadbikeouter-wrap:nth-child(even) .maximgbox {
  margin-left: -80px;
  width: 106%;
  height: 474px;
}

.maxadbikeouter-wrap:nth-child(even) .maximgbox img {
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.maxadbikecontbox .explore-morebutn {
  margin-top: 30px;
}

.maxadbike-listbox ul {
  padding-left: 0;
  margin-bottom: 0;
}

.maxadbike-listbox ul li {
  list-style: none;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding-left: 34px;
}

.maxadbike-listbox ul li:not(:last-child) {
  margin-bottom: 12px;
}

.maxadbike-listbox ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background-image: url(images/listarow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.maxadbikecontbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 30px 0;
}

.ownd-chsmnster-sec.cmngap {
  padding-top: 60px;
}

.ownd-chsmnster-rw {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ownd-mnster-outrimgbx {
  width: 110%;
  margin-left: -50px;
}

.ownd-mnster-imgbox {
  max-width: 100%;
  height: 662px;
  margin-bottom: 0;
}

.ownd-mnster-imgbox img {
  -webkit-clip-path: polygon(0 0, 100% 0, 43% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 43% 100%, 0% 100%);
  height: 100%;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.preownfaq-fstsec {
  position: relative;
  min-height: 342px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.preownfaq-fstimgbox {
  height: 342px;
  position: absolute;
  /* max-width: 653px; */
  width: 49%;
  right: -9%;
  top: 0;
  margin-bottom: 0;
}

.preownfaq-fstimgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%);

  -o-object-position: center;

  object-position: center;
}

.ownfaqscnd-imgbox {
  height: 342px;
  /* position: absolute; */
  /* max-width: 619px; */
  position: relative;
  margin-bottom: 0;
}

.preownd-fsttxtbx {
  padding-right: 40px;
}

.ownfaqscnd-imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  -o-object-position: center;
  object-position: center;
}

.ownfaqlst-imgbox {
  max-width: 100%;
  height: 265px;
  margin-bottom: 0;
  pointer-events: none;
}

.ownfaqlst-imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  -o-object-position: center;
  object-position: center;
}

.ownfaqscnd-fstimgbox {
  width: 133%;
  margin-left: -22%;
  margin-top: 71px;
}

.ownfaqscnd-scndimgbox {
  width: 133%;
  margin-left: -16%;
}

.ownfaqlst-imgbox {
  max-width: 100%;
  height: 265px;
  margin-left: -21%;
}

.preownfaq-outrwrp {
  margin-bottom: 16px;
}

.faqpart .accordion-item:not(:last-child) {
  margin-bottom: 30px;
}

.faqpart .accordion-item {
  border: none;
  border-radius: 0;
}

.faqpart .accordion-button {
  border-bottom: 1px solid var(--black-color);
  padding: 0 62px 16px 0;
  font-size: 18px;
  border-radius: 0;
  text-transform: capitalize;
  color: var(--black-color);
  position: relative;
}

.faqpart .accordion-button::after {
  content: "+";
  width: 25px;
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: var(--black-color);
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  position: absolute;
  right: 34px;
  top: 2px;
}

.faqpart .accordion-button:not(.collapsed)::after {
  content: "-";
  font-size: 24px;
}

.faqpart .accordion-button:not(.collapsed) {
  background: transparent;
  border-bottom: 1px solid var(--red-color);
  font-weight: 600;
}

.faqpart .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.faqpart .accordion-body {
  padding: 24px 0 0 0;
}

.faqpart .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}

.mb-hdrcallbutn {
  display: none;
}

.mnstr-fetr-imgbox {
  margin-bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mnstr-fetrswiper-imgslider .swiper-slide {
  height: auto;
}

.advert-fturleftbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mnstr-fetrswiper-lftcol {
  width: 100%;
}

.mnstr-fetrswiper-rgtcol {
  display: inline-block;
}

.foter-link ul li.active a {
  color: var(--red-color);
}

.preownd-vhcls-card:hover .preownd-vhcls-imgbox img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  pointer-events: none;
}

.derection-wrapper:nth-child(even) .whc-convimg-outrwrpr {
  margin-right: -50px;
  margin-left: 0;
}

.preownd-vhcls-imgbox {
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  margin-bottom: 0;
}

.preownd-vhcls-imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}

.preownd-vhcls-card {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.prown-vhc-nm {
  color: #ffffff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
}

.preownd-vhcls-card::before {
  content: "";
  position: absolute;
  left: 0;
  /* Rectangle 39 */
  width: 100%;
  height: 150px;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(25, 7, 7, 0)),
    to(#000000)
  );
  background: -o-linear-gradient(top, rgba(25, 7, 7, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(25, 7, 7, 0) 0%, #000000 100%);
}

.preownd-vhcls-card:hover:before {
  pointer-events: none;
  height: 100%;
}

.preownd-vhclscont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 25px 15px;
}

.preownd-vhcls-cardlnk {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.preownd-vhcls-row {
  --bs-gutter-y: 20px;
}

/*360 view*/

.threesixty-sec .img-container {
  border: 1px solid #ccc;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  cursor: ew-resize;
}

.threesixty-sec .img360 {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.threesixty-sec img {
  width: 100%;
  margin: 0;
  padding: 0;
}

.threesixty-sec #preload-imgs {
  display: none;
}

.threesixty-sec {
  display: none;
}

.threesixty-sec.cmngap {
  background-color: var(--bg-banner-grey);
  padding: 50px;
}

.theesixt-closebox {
  text-align: center;
  margin-bottom: 30px;
}

.thresixty-close {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--black-color);
}

.thresixty-close:hover {
  background-color: var(--red-color);
  border: 2px solid var(--red-color);
}

.thresixty-close:hover img {
  filter: none;
}

.thresixty-close img {
  max-width: 15px;
  filter: invert(1) brightness(100);
}

/*paulomi*/

/* zeet */
.footer {
  background-color: #000;
  padding-top: 68px;
}

.upper-footer {
  padding-bottom: 69px;
  border-bottom: 1px solid #fff;
}

.footer-title {
  font-weight: 500;
  font-size: 25px;
  color: #ffffff;
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 7px;
}

.footer-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--red-color);
  width: 48px;
  height: 1px;
}

.foter-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.foter-link li {
  margin-bottom: 4px;
}

.foter-link li span,
.foter-link li a {
  color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.foter-link li a:hover {
  color: var(--red-color);
}

.foter-link li:last-child {
  margin-bottom: 0;
}

.inner-footer .footer-logo {
  min-width: 224px;
  width: 224px;
  display: inline-block;
  margin-bottom: 10px;
}

.inner-footer .footer-logo img {
  /*  width: 100%;*/
  width: 25%;
}

.inner-footer p {
  color: var(--white-color);
  max-width: 331px;
  width: 100%;
}

.lower-footer {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lower-footer p {
  color: var(--white-color);
  font-weight: 300;
  font-size: 16px;
  text-align: center;
}

.lower-footer p a {
  color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.lower-footer p a:hover {
  color: var(--red-color);
}

.lower-footer i {
  max-width: 15px;
  width: 100%;
  margin-right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lower-footer i img {
  width: 100%;
}

.col-footer-one {
  width: 34%;
}

.col-footer-two {
  width: 20%;
}

.col-footer-three {
  width: 18%;
}

.col-footer-four {
  width: 28%;
}

.cmn-header .h2-title {
  text-transform: uppercase;
}

.cmn-header .h2-title span,
.cmn-header .h1-title span,
.cmn-header .h1-title span.hdr-design,
.cmn-header .h2-title span.hdr-design {
  color: var(--red-color);
}

.get-in {
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  color: var(--black-color);
}

.inner-form p {
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 13px;
}

.inner-form .text {
  max-width: 558px;
  width: 100%;
  font-weight: 400;
  margin-bottom: 30px;
}

.col-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-form figure {
  height: 54px;
  width: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  border: 3px solid var(--black-color);
  border-radius: 100%;
}

.col-form figure img {
  height: 22px;
  width: 22px;
}

.call-details {
  padding-left: 18px;
}

.call-details a,
.email-details a {
  display: inline-block;
  color: var(--red-color);
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.call-details a:hover,
.email-details a:hover {
  color: var(--black-color);
}

.call-details p {
  margin-bottom: 0;
}

.inner-form-input {
  max-width: 502px;
  width: 100%;
  margin-left: 50px;
  background: var(--white-color);
  border-radius: 8px;
  padding: 55px 40px;
  position: relative;
}

.inner-form-input h3 {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.input:last-child {
  margin-bottom: 0;
}

.input {
  text-align: center;
  margin-bottom: 18px;
}

.inner-form {
  max-width: 703px;
  width: 100%;
}

.inner-form-box input[type="text"]:focus,
.inner-form-box input[type="email"]:focus,
.inner-form-box input[type="tel"]:focus,
.inner-form-box select:focus {
  border: 1px solid #ce0000;
  position: relative;
}

.inner-form-box input[type="text"]:focus:before,
.inner-form-box input[type="email"]:focus:before,
.inner-form-box input[type="tel"]:focus:before,
.inner-form-box select:focus:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-filter: drop-shadow(6px 6px 6px #d9d9d9);
  filter: drop-shadow(6px 6px 6px #d9d9d9);
}

.inner-form-box {
  position: relative;
}

.inner-form-input::before {
  content: "";
  position: absolute;
  top: -18%;
  -webkit-transform: skewX(335deg);
  -ms-transform: skewX(335deg);
  transform: skewX(335deg);
  left: -100px;
  width: 627px;
  z-index: -1;
  min-height: 855px;
  background-color: #ca0101;
}

.inner-form-input::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-filter: blur(27px);
  filter: blur(27px);
  z-index: -1;
}

.form-section {
  position: relative;
  padding: 200px 0;
}

.banner-3d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 650px;
}

.inner-3d-banner {
  max-width: 711px;
  width: 100%;
}

.inner-3d-banner span {
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  color: var(--white-color);
}

.inner-3d-banner .cmn-header {
  margin-bottom: 19px;
}

.inner-3d-banner .cmn-header .h1-title {
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 700;
}

.arw {
  margin-bottom: 0;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 2px solid var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.arw:hover {
  background-color: var(--red-color);
}

.arw img {
  width: 10px;
}

.banner-section-part {
  min-height: 942px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  position: relative;
  background-color: #ccc;
  position: relative;
}

.banner-section-part video,
.inrbnrimg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-banner-section-part {
  max-width: 595px;
  width: 100%;
  position: relative;
  padding: 100px 0;
  z-index: 1;
}

.banner-section-part .bnrlftimg {
  z-index: 1;
}

.inner-banner-section-part .cmn-header {
  margin-bottom: 10px;
}

.inner-banner-section-part .cmn-header h1 {
  color: var(--white-color);
  text-transform: uppercase;
}

.para-banner p {
  margin-bottom: 27px;
  color: var(--white-color);
}

.cmn-down-arw {
  position: absolute;
  bottom: 60px;
  right: 40px;
  z-index: 2;
}

.cmn-down-arwbutn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white-color);
  font-weight: 600;
  font-size: 18px;
}

.cmn-down-arwbutn:hover {
  color: var(--red-color);
}

.cmn-down-arwbutn:hover .cmn-down-icon {
  background-color: var(--red-color);
  border: 2px solid var(--white-color);
}

.cmn-down-icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 2px solid var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
}

.cmn-down-icon img {
  max-width: 16px;
}

.cmn-downtxt {
  padding-left: 11px;
  display: inline-block;
}

.inner-planing {
  margin: 0px -15px 85px;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.inner-planing:last-child {
  margin-bottom: 0;
}

.left-plan {
  padding: 0px 15px;
}

.inner-plan .cmn-header h3 {
  text-transform: uppercase;
}

.inner-plan .cmn-header h3 span {
  color: var(--red-color);
  font-size: 46px;
  margin: 0;
}

.inrplan-subhd {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 25px;
  text-transform: uppercase;
  color: var(--black-color);
  display: inline-block;
  line-height: 1.3;
}

.inner-plan .cmn-header {
  margin-bottom: 8px;
  max-width: 699px;
  width: 100%;
}

.left-plan .figure-plan {
  margin-bottom: 0;
  width: 100%;
  height: 442px;
}

.left-plan .figure-plan img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-section-part::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: -o-linear-gradient(
    336.13deg,
    rgba(206, 0, 0, 0.59) -3.22%,
    rgba(0, 0, 0, 0) 51.44%
  );
  background: linear-gradient(
    113.87deg,
    rgba(206, 0, 0, 0.59) -3.22%,
    rgba(0, 0, 0, 0) 51.44%
  );
  opacity: 0.59;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.banner-section-part::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 125px;
  background: -o-linear-gradient(top, rgba(25, 7, 7, 0) 0%, #130f0f 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(25, 7, 7, 0)),
    to(#130f0f)
  );
  background: linear-gradient(180deg, rgba(25, 7, 7, 0) 0%, #130f0f 100%);
  z-index: 1;
}

.inrbnrhd-span {
  font-size: 43px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white-color);
}

.ul-advan {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.ul-advan li {
  margin-bottom: 4px;
  font-weight: 700;
}

.ul-advan li:last-child {
  margin-bottom: 0;
}

.ul-advan li span {
  font-weight: 400;
}

.inner-advan {
  max-width: 690px;
  width: 100%;
}

.advan-section {
  padding-top: 119px;
  padding-bottom: 0px;
}

.lori-image {
  margin-bottom: 0;
  width: 100%;
}

.lori-image img {
  width: 100%;
}

.para-adavn p {
  margin-bottom: 10px;
}

.para-adavn {
  margin-bottom: 15px;
}

.para-adavn p:last-child {
  margin-bottom: 0;
}

.inner-advan .cmn-header .h2-title {
  font-size: 76px;
}

.play-section {
  position: relative;
  z-index: 1;
}

.play-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--bg-banner-grey);
  min-height: 428px;
  z-index: -1;
}

.inner-play figure {
  width: 100%;
  margin-bottom: 0;
  min-height: 632px;
  position: relative;
}

.inner-play figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.inner-play {
  position: relative;
}

/* waves */

.vdoicon-wrapper {
  display: inline-block;
  position: absolute;
  bottom: 88px;
  z-index: 1;
  right: 117px;
}

.video-main {
  position: relative;
  display: inline-block;
}

.video-butn {
  height: 72px;
  width: 72px;
  /* line-height: 50px; */
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: var(--black-color);
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.video-butn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(2552, 255, 255, 0.4);
  z-index: -1;
  /* transform: translate(-50%,-50%); */
}

.video-butn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 100%;
  background-color: rgba(2552, 255, 255, 0.4);
  /* transform: translate(-50%,-50%); */
}

.video-butn::before,
.video-butn::after {
  -webkit-animation: smallScale 3s infinite;
  animation: smallScale 3s infinite;
}

.video-butn::after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes smallScale {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes smallScale {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.video-butn img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.video-butn:hover {
  background-color: var(--red-color);
}

.video-butn:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.heading-h3 .h3-title {
  text-transform: uppercase;
  font-size: 38px;
  line-height: 1.3;
}

.heading-h3 .h3-title span {
  color: var(--red-color);
}

.inner-overview {
  max-width: 690px;
  margin-left: auto;
  width: 100%;
}

.inner-overview .cmn-header {
  margin-bottom: 4px;
}

.heading-h3 {
  margin-bottom: 10px;
}

/* zeet */
.overview-image {
  margin-left: -50px;
  margin-bottom: 0;
  max-width: 100%;
  height: 100%;
}

.col-over-one {
  width: 55%;
}

.col-over-two {
  width: 45%;
}

.inner-overview {
  max-width: 690px;
  margin-left: -60px;
  width: 100%;
  padding-top: 135px;
  padding-bottom: 56px;
}

.overview-image img {
  -webkit-clip-path: polygon(0 0, 100% 0, 63% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 63% 100%, 0% 100%);

  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.overview-section {
  position: relative;
  z-index: 1;
  padding-top: 76px;
  padding-bottom: 86px;
}

.inner-specification .cmn-header h2 {
  text-align: center;
}

.ul-detailsli {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 1071px;
  margin: 0 auto;
  width: 100%;
}

.ul-detailsli li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 42px;
  border-bottom: 1px solid var(--li-bottom-colo);
}

.ul-detailsli li span {
  display: inline-block;
  width: 34%;
}

.ul-detailsli-rgtpnl {
  padding-left: 10px;
  width: 66%;
}

.specification-section {
  padding-bottom: 13px;
}

.inner-specification .cmn-header {
  margin-bottom: 41px;
}

.over-form {
  position: absolute;
  top: -14px;
  left: 0;
  margin-bottom: 0;
  width: 43px;
  height: 228px;
  background: rgba(206, 0, 0, 0.2);
  -webkit-filter: blur(55px);
  filter: blur(55px);
}

/* .over-form img {
  width: 100%;
} */

.cmn-down-arw i:hover {
  background-color: var(--black-color);
  border: 2px solid var(--black-color);
}

.inner-con-slider {
  max-width: 578px;
  width: 100%;
  padding-bottom: 100px;
}

.inner-con-slider .cmn-header {
  margin-bottom: 10px;
}

.highlight-section {
  /* min-height: 742px; */
  background-color: var(--bg-banner-grey);
}

.highlight-section.cmngap {
  padding: 0;
}

.featurearrwbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  padding-left: 12px;
}

.mySwiper3 .swip-arw {
  position: static;
  width: 55px;
  height: 46px;
  /* top: 93%; */
  border: 2px solid #000000;
  -webkit-transform: skewx(15deg);
  -ms-transform: skewx(15deg);
  transform: skewx(15deg);
  z-index: 1;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mySwiper3 .swip-arw:hover img {
  -webkit-filter: invert(1) brightness(100);
  filter: invert(1) brightness(100);
}

.mySwiper3 .swiper-button-prev {
  left: 9px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-size: 0;
  margin-left: 20px;
}

.mySwiper3 .swiper-button-next {
  left: 92px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-size: 0;
}

.mySwiper3 .swiper-button-prev:hover,
.mySwiper3 .swiper-button-next:hover {
  background-color: var(--red-color);
  border: 2px solid var(--red-color);
}

.mySwiper3 .swiper-button-disabled {
  opacity: 1;
  pointer-events: visible;
}

.mySwiper3 .swiper-button-next:after,
.mySwiper3 .swiper-rtl .swiper-button-prev:after {
  font-size: 0;
}

.mySwiper3 .swip-arw:focus {
  outline: none;
}

.mySwiper3 .swiper-button-prev:after,
.mySwiper3 .swiper-rtl .swiper-button-next:after {
  font-size: 0;
}

.arw-360 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 46px;
}

.arw-360-butn {
  max-width: 206px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--black-color);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.arw-360-butn:hover {
  color: var(--red-color);
}

.arw-360-butn:hover .arw-360icon {
  background-color: var(--red-color);
  border: 2px solid var(--red-color);
}

.arw-360-butn:hover .arw-360icon img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.arw-360icon {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  border: 2px solid var(--black-color);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.arw-360icon img {
  width: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.arw-360txt {
  padding-left: 10px;
  line-height: 1.2;
  font-weight: 700;
}

.slid-image {
  margin-right: -48px;
  height: 100%;
}

.slid-image img,
.slid-image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.wrapper-swiper {
  padding: 100px 0;
  min-height: 742px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-swiper .mySwiper3 {
  width: 100%;
}

.video a img {
  width: 14px;
}

.inner-plan .heading-h3 {
  max-width: 700px;
}

.cmn-down-arw i {
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.overlay-banner-black {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.3))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

/* zeet */

.inner-advan .cmn-header {
  margin-bottom: 7px;
}

/* zeet 23.2.24 */
.digital-body .cmn-header h1 {
  font-size: 58px;
}

.digital-body .inrbnrhd-span {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--white-color);
}

.digital-body {
  max-width: 835px;
}

.heading-bold {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-color);
  max-width: 676px;
  width: 100%;
  margin-top: 20px;
}

.digital-body .para-banner {
  max-width: 543px;
}

.digital-body .para-banner p {
  margin-bottom: 14px;
}

.derection-wrapper:nth-child(even) .whc-conv-serv-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.derection-wrapper:nth-child(even) .whc-conv-imgbox img {
  -webkit-clip-path: polygon(49% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(49% 0, 100% 0, 100% 100%, 0% 100%);
}

.derection-wrapper {
  margin-bottom: 60px;
}

.derection-wrapper:last-child {
  margin-bottom: 0;
}

/* zeet 23.2.24 */

/* for push-menu end*/
/*support pp.c 5/3/2024*/
.inner-form-box
  .gform_wrapper.gravity-theme
  .gform_footer
  input[type="submit"] {
  margin-bottom: 0;
}

.inner-form-box .gform_wrapper.gravity-theme .gform_footer {
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inner-form-box .gform_wrapper.gravity-theme input[type="text"],
.inner-form-box .gform_wrapper.gravity-theme input[type="tel"],
.inner-form-box .gform_wrapper.gravity-theme input[type="password"],
.inner-form-box .gform_wrapper.gravity-theme input[type="email"],
.inner-form-box .gform_wrapper.gravity-theme select {
  padding: 0 24px;
  font-size: 16px;
}

.inner-form-box .gform_wrapper.gravity-theme textarea {
  padding: 15px 24px;
  font-size: 16px;
}

.inner-form-box .gform_wrapper.gravity-theme select {
  padding-right: 35px;
}

.inner-form-input input[type="submit"] {
  min-width: 165px;
}

.error-wraper {
  background-color: #090909;
  min-height: 450px;
  padding: 150px 0 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.error-wraper .error-btn {
  margin-top: 30px;
}

/*support pp.c 5/3/2024*/
/*support pp.c 6/3/2024*/
.monster-profile-sec #ez-toc-container {
  display: none;
}

.monster-profile-sec .ez-toc-widget-direction .ez-toc-toggle {
  display: none;
}

.monster-profile-sec .widget-area {
  background-color: #fcf6f6;
  padding: 20px;
}

.monster-profile-sec {
  position: relative;
}

.monster-profile-sec .widget-title,
.monster-profile-sec #ezw_tco-2 .ez-toc-title {
  font-size: 35px;
  font-weight: 700;
  color: var(--black-color);
}

.monster-profile-sec .widget-area nav ul {
  padding: 0;
}

.monster-profile-sec .widget-area nav ul li:not(:last-child) {
  margin-bottom: 15px;
}

.monster-profile-sec .widget-area nav ul li a {
  color: var(--black-color);
  font-size: 15px;
  padding: 8px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.monster-profile-sec .widget-area nav ul li a:hover {
  background-color: var(--red-color);
  color: var(--white-color);
  font-weight: 700;
}

.monster-profile-sec
  #ezw_tco-2
  .ez-toc-widget-container
  ul.ez-toc-list
  li.active {
  background-color: transparent;
}

.monster-profile-sec .widget-area nav ul li.active a {
  background-color: var(--red-color);
  color: var(--white-color);
  font-weight: 700;
}

.monster-profile-sec .monster-content h2 {
  font-size: 32px;
  margin-bottom: 18px;
}

.monster-profile-sec .monster-content h3 {
  font-size: 28px;
}

.monster-profile-sec.cmngap {
  padding-bottom: 0;
}

.monstr-card {
  background-color: #fcf6f6;
  padding: 15px 15px 30px 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.monstr-fig {
  height: 300px;
}

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

.content-wrap-monstr h3 {
  margin-bottom: 14px;
  min-height: 50px;
}

.content-wrap-monstr {
  margin-bottom: 30px;
}

.content-wrap-monstr h3,
.content-wrap-monstr h3 a {
  color: var(--black-color);
  font-size: 22px;
}

.monstr-news-btn {
  color: var(--black-color);
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}

.content-wrap-monstr h3 a:hover {
  color: var(--red-color);
}

.monstr-news-btn:hover {
  color: var(--red-color);
}

.monstr-news-btn .expl-mre-icon {
  width: 30px;
  height: 30px;
}

.monstr-news-btn:hover .expl-mre-icon {
  background-color: var(--red-color);
  border: 1px solid var(--red-color);
}

.monstr-news-btn:hover .expl-mre-icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.monstr-news-btn .expl-mre-icon img {
  max-width: 9px;
  min-width: auto;
}

.monstr-news-btn .monstr-news-btn-txt {
  margin-left: 5px;
}

.monster-listing-wraper .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.monster-listing-wraper .pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--black-color);
  color: var(--black-color);
  text-align: center;
  font-weight: 700;
}

.monster-listing-wraper .pagination .page-numbers:hover {
  background-color: var(--red-color);
  border: 1px solid var(--red-color);
  color: var(--white-color);
}

.monster-listing-wraper .pagination .page-numbers.current {
  background-color: var(--red-color);
  border: 1px solid var(--red-color);
  color: var(--white-color);
}

.monster-listing-wraper .pagination .page-numbers:not(:last-child) {
  margin-right: 8px;
}

.monster-listing-wraper .pagination .prev.page-numbers {
  font-size: 0;
  background-image: url(images/left-arw.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
}

.monster-listing-wraper .pagination .prev.page-numbers:hover {
  background-image: url(images/leftarrow.svg);
}

.monster-listing-wraper .pagination .next.page-numbers {
  font-size: 0;
  background-image: url(images/right-arw.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
}

.monster-listing-wraper .pagination .next.page-numbers:hover {
  background-image: url(images/nextarrow.svg);
}

.monster-listing-wraper .row {
  --bs-gutter-y: 24px;
}

.monstr-table-inner-wrap {
  border: 1px solid rgba(67, 8, 8, 0.2);
  padding: 15px;
}

.monster-default ul {
  padding-left: 0;
  margin-bottom: 20px;
}

.monster-default ul li {
  position: relative;
  list-style: none;
  padding-left: 30px;
}

.monster-default ul li:not(:first-child) {
  margin-top: 12px;
}

.monster-default ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background-image: url(images/listarow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.monster-default h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.monster-default h3 {
  font-size: 32px;
  margin-bottom: 18px;
  text-transform: capitalize;
}

.monster-default h4 {
  font-size: 24px;
  text-transform: capitalize;
}

.monster-default h5 {
  font-size: 20px;
}

.monster-default a {
  color: var(--red-color);
}

.monster-default a:hover {
  opacity: 0.5;
}

/*support pp.c 6/3/2024*/

/* support sb start 7.3.24 */

.preown-center {
  padding-right: 0;
  text-align: center;
}

.ownfaq-row-align {
  align-items: center;
}

.own-topimg-wrap {
  margin-bottom: 20px;
}

.faq-wrap {
  padding-top: 100px;
}
.modelslide-skew {
  width: 109%;
}

/* support sb end 7.3.24 */

/* 14-03-2024 css Start (DD) */
.page-template-conversions .para-banner p {
  text-shadow: 2px 2px 4px #000000;
}
.page-template-conversions .whc-conv-imgbox img {
  clip-path: none;
}
.foter-link li {
  display: flex;
  flex-wrap: wrap;
}
/* 14-03-2024 css End (DD) */
/* clip path off 18-03-2024 */
.page-template-digital-advance .whc-conv-imgbox img {
  clip-path: inherit;
  height: auto;
}

.page-template-digital-advance
  .derection-wrapper:nth-child(even)
  .whc-conv-imgbox
  img {
  clip-path: inherit;
}

.page-template-digital-advance .whc-conv-imgbox {
  height: auto;
}

/* clip path off 18-03-2024 */

/* 19/3/24 work start */
.derection-wrapper.vid .whc-conv-imgbox img {
  -webkit-clip-path: polygon(43% 0, 100% 0, 100% 100%, 0% 100%) !important;
  clip-path: polygon(43% 0, 100% 0, 100% 100%, 0% 100%) !important;
}
.preownfaqsec .preownfaq-fstsec {
  padding-top: 60px;
  margin-bottom: 0px;
  min-height: auto;
}
.preownfaqsec .preownfaq-fstsec .cmn-header {
  margin-bottom: 0px;
}
/* 19/3/24 work end */

/* 20..03.24 css */
.col-form {
  margin-bottom: 20px;
}
.col-email {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.col-email i {
  border: 3px solid var(--black-color);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 21px;
}
.email-details {
  padding-left: 18px;
}

/* 20..03.24 css */
/*support pp.c 21/3/2024*/
.inner-form-input {
  padding-bottom: 40px;
}
/*support pp.c 21/3/2024*/

/*support 22-03-2024 start*/

/*support 22-03-2024 end*/
/*support 26/03/2024 start*/
.navbar-brand {
  margin-left: 70px;
  width: 60px;
}

/*support 26/03/2024 start*/
/* ========== responsive css =========== */

@media (min-width: 1025px) {
  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

@media (min-width: 992px) {
  .inner-form-input {
    top: -56px;
  }

  .inner-form-input::before {
    min-height: 762px;
    top: -10%;
  }

  .form-section {
    padding: 216px 0 110px;
  }

  .navbar-nav {
    /* margin-left: 43px; */
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1530px;
  }

  .small-container {
    max-width: 1164px;
  }
}

@media (min-width: 1601px) {
  .whc-convimg-outrwrpr {
    width: 100%;
    margin-left: 0;
  }

  .sdside-outrwrap:nth-child(even) .sdside-img-outrbox {
    left: 0;
  }

  .sdside-img-outrbox {
    right: 0;
  }

  .maximgbox {
    width: 100%;
  }

  .maxadbikeouter-wrap:nth-child(even) .maximgbox {
    width: 100%;
    margin-left: 0;
  }

  .derection-wrapper:nth-child(even) .whc-convimg-outrwrpr {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 1399px) {
  .mnstr-fetrs-row {
    --bs-gutter-x: 1.5rem;
  }

  .vdoicon-wrapper {
    bottom: 133px;
  }

  .inner-play figure {
    min-height: 482px;
  }

  .advert-monstsubhd {
    font-size: 22px;
  }

  .bigtext {
    font-size: 250px;
  }

  .modelslider-outrtwrpr {
    height: 45vw;
  }

  .modelslide-txtbox {
    padding-top: 15vw;
  }

  .mdl-butnbox {
    margin-top: 48px;
  }

  .sdside-img-outrbox {
    right: -3%;
    width: 60%;
  }

  .sdside-img-fstbox {
    max-width: 539px;
  }

  .sdside-img-scndbox {
    max-width: 717px;
  }

  .sdside-outrwrap:nth-child(even) .sdside-img-fstbox {
    max-width: 717px;
  }

  .sdside-outrwrap:nth-child(even) .sdside-img-scndbox {
    max-width: 539px;
  }

  /* zeet 23.2.24 */
  h2,
  .h2-title {
    font-size: 47px;
  }

  /* zeet 23.2.24 */
}

@media (max-width: 1280px) {
  .vdoicon-wrapper {
    bottom: 174px;
  }

  .navbar-brand {
    width: 60px;
    margin-left: 15px;
  }

  .inner-form {
    max-width: 550px;
  }
}

@media (max-width: 1199px) {
  /*-navbar*/
  .navbar-nav {
    margin-left: 25px;
  }

  .navbar-nav > li {
    margin: 0 14px;
    padding: 10px 0;
  }

  .navbar-nav > li > a {
    font-size: 15px;
  }

  .hdrcall-box {
    margin-left: 14px;
  }

  .hdrcall-nobox {
    margin-left: 14px;
  }

  .hdrcallustxt,
  .hdrcall-box a {
    font-size: 15px;
  }

  .cmnbutn {
    min-width: 150px;
    padding: 15px 20px;
    font-size: 15px;
  }

  .main-head {
    padding: 20px 0;
  }

  h1,
  .h1-title {
    font-size: 52px;
  }

  h2,
  .h2-title {
    font-size: 45px;
  }

  h3,
  .h3-title {
    font-size: 35px;
  }

  .bnrswiperslide {
    min-height: 800px;
  }

  .bigtext {
    font-size: 206px;
  }

  .cmngap {
    padding: 80px 0;
  }

  .advertsiingsec {
    padding-top: 120px;
  }

  .mnstr-fetrs-pagintxt {
    font-size: 16px;
  }

  .banner-3d {
    min-height: 600px;
  }

  .modelslide-txt {
    font-size: 28px;
  }

  .modelslider-outrtwrpr {
    height: 50vw;
  }

  .modelslidbtn {
    width: 45px;
    height: 42px;
  }

  .modelslidbtn.md-swiper-button-prev {
    margin-left: 10px;
  }

  .inner-form .text {
    max-width: 388px;
  }

  .banner-section-part {
    min-height: 700px;
  }

  .cmn-down-arw {
    bottom: 30px;
  }

  .inrbnrhd-span {
    font-size: 30px;
  }

  .vdoicon-wrapper {
    bottom: 70px;
    right: 70px;
  }

  .wrapper-swiper {
    padding: 45px 0;
    min-height: 602px;
  }

  .inner-overview {
    padding-top: 70px;
  }

  .para-banner p {
    margin-bottom: 18px;
  }

  .inrplan-subhd {
    margin-bottom: 6px;
    font-size: 20px;
  }

  .whc-conv-servcontbox .cmn-header {
    margin-bottom: 20px;
  }

  .sdside-img-fstbox {
    max-width: 421px;
  }

  .sdside-outrwrap:nth-child(even) .sdside-img-scndbox {
    max-width: 421px;
  }

  .sdside-img-fstbox,
  .sdside-img-scndbox {
    height: 300px;
  }

  .sdside-outrwrap {
    min-height: 628px;
  }

  .digital-body .cmn-header h1 {
    font-size: 50px;
  }

  .digital-body .inrbnrhd-span {
    font-size: 30px;
  }

  .heading-bold {
    font-size: 22px;
  }

  .ownd-mnster-imgbox {
    height: 450px;
  }

  .faqpart .accordion-button::after {
    right: 5px;
  }

  .faqpart .accordion-button {
    padding: 0 37px 15px 0;
  }

  .faqpart .accordion-body {
    padding: 15px 0 0 0;
  }

  .sdside-img-fstbox {
    margin-left: 142px;
    max-width: 100%;
    width: 100%;
  }

  .sdside-img-fstbox img {
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  }

  .sdside-outrwrap:nth-child(even) .sdside-img-scndbox {
    margin-left: -142px;
    max-width: 100%;
    width: 100%;
  }

  .sdside-outrwrap:nth-child(even) .sdside-img-scndbox img {
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  }

  .preownd-vhclscont {
    padding: 15px;
  }

  .prown-vhc-nm {
    font-size: 18px;
  }

  .preownd-vhcls-card {
    height: 260px;
  }

  .form-section {
    padding: 140px 0;
  }

  /* zeet 26.2.24 */
  .col-footer-four {
    width: 30%;
  }

  .col-footer-two {
    width: 18%;
  }

  .inner-form-input {
    margin-left: 0;
  }

  .inner-form-input::before {
    top: -15%;
    min-height: 810px;
    left: -2px;
    width: 535px;
  }

  /* zeet 26.2.24 */
  /*support pp.c 6/3/2024*/
  .monster-profile-sec .widget-area {
    padding: 12px;
  }

  .content-wrap-monstr h3,
  .content-wrap-monstr h3 a {
    font-size: 18px;
  }

  .monstr-fig {
    height: 260px;
  }

  /*support pp.c 6/3/2024*/
  /* support sb start 7.3.24 */
  .preown-wrap {
    min-height: 242px;
  }

  /* support sb end 7.3.24 */
  /*support pp.c 21/3/2024*/
  .call-details a,
  .email-details a {
    font-size: 20px;
  }
  /*support pp.c 21/3/2024*/

  .advan-section {
    padding-bottom: 0;
  }
}

@media (max-width: 1024px) {
  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu > li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:after,
  .navbar-nav > li.menu-item-has-children > a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:hover:after,
  .navbar-nav > li.menu-item-has-children:hover > a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/
  .navbar-brand {
    width: 66px;
  }

  /* zeet 26.2.24 */
  .upper-footer {
    padding-bottom: 39px;
  }

  .lower-footer {
    padding: 20px 0;
  }

  .form-section {
    padding: 140px 0;
  }

  /* zeet 26.2.24 */
  /* 14-03-2024 css Start (DD) */
  .sdside-img-scndbox img {
    height: auto;
  }
  /* 14-03-2024 css End (DD) */
}

@media (max-width: 991px) {
  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 35px;
    margin-left: 10px;
    height: 35px;
    border-radius: 0;
    padding: 0;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    background-color: var(--red-color);
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 24px;
    height: 2px;
    background: var(--white-color);
    position: absolute;
    left: 5px;
    top: 48%;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -8px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 8px;
    left: 0;
  }

  .stick.open {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    -webkit-transform: rotate(45deg) translate(42px, -29px);
    -ms-transform: rotate(45deg) translate(42px, -29px);
    transform: rotate(45deg) translate(42px, -29px);
    left: 1px;
    top: -9px;
  }

  .stick.open:after {
    -webkit-transform: rotate(-45deg) translate(42px, 29px);
    -ms-transform: rotate(-45deg) translate(42px, 29px);
    transform: rotate(-45deg) translate(42px, 29px);
    left: 1px;
    top: 9px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu,
  .navbar-nav > li > .sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav > li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav > li > a {
    padding: 12px 20px;
    display: inline-block;
    color: var(--black-color);
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
  }

  .navbar-nav > li:last-child a {
    border-bottom: none;
  }

  .navbar-nav li.menu-item-has-children > a {
    padding-right: 30px;
  }

  .sub-menu > li > a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu > li > a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu > li > a {
    padding-left: 80px;
  }

  .navbar-nav > li > a:after {
    bottom: 0;
  }

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0;
    padding: 0 0 40px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden;
  }

  /* push nav end */
  /*navbar*/
  .navbar-brand {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .rgtnav-part {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
  }

  .cmnbutn.hdrbutn {
    min-width: 120px;
    padding: 10px 18px;
  }

  .navbar-nav > li.current-menu-item > a,
  .navbar-nav > li > a:hover,
  .navbar-nav > li.menu-item-has-children:hover > a {
    color: var(--red-color);
    border-bottom: 1px solid var(--red-color);
  }

  .navbar-nav > li.current-menu-item:last-child > a,
  .navbar-nav > li:last-child a:hover,
  .navbar-nav > li.menu-item-has-children:last-child:hover > a {
    border: none;
  }

  body {
    font-size: 15px;
  }

  h1,
  .h1-title {
    font-size: 46px;
  }

  h2,
  .h2-title {
    font-size: 38px;
  }

  h3,
  .h3-title {
    font-size: 30px;
  }

  .bnrswiperslide {
    min-height: 630px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 18px;
  }

  .bnr-swiper-paginatin-ourbx {
    bottom: 30px;
    text-align: center;
  }

  .bigtext {
    font-size: 159px;
  }

  .cmngap {
    padding: 60px 0;
  }

  .advertsiingsec {
    padding-top: 90px;
  }

  .advert-fturrgtbox {
    padding-right: 0px;
  }

  .cmn-header {
    margin-bottom: 20px;
  }

  .banner-3d {
    min-height: 500px;
  }

  .banersec:after {
    height: 60px;
  }

  .modelslide-txt {
    font-size: 25px;
  }

  .modelslider-outrtwrpr {
    height: 66vw;
  }

  .modelslide.swiper-slide-active {
    width: 66vw !important;
  }

  .modelslider {
    margin-left: 0vw;
  }

  .md-arrow-outrbox {
    padding-left: 0vw;
  }

  .modelslide {
    width: 31vw !important;
  }

  .modelsubtxt {
    font-size: 22px;
  }

  .inner-form .text {
    max-width: 100%;
  }

  .banner-section-part {
    min-height: 500px;
  }

  .cmn-down-arw {
    bottom: 30px;
    right: 30px;
  }

  .inrbnrhd-span {
    font-size: 23px;
  }

  .advan-section-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lori-image {
    text-align: center;
    margin-top: 30px;
  }

  .inner-play figure {
    min-height: 400px;
  }

  .video-butn {
    width: 50px;
    height: 50px;
  }

  .vdoicon-wrapper {
    bottom: 40px;
    right: 40px;
  }

  .ul-detailsli li {
    padding: 15px 15px;
  }

  .col-over-one {
    width: 100%;
  }

  .col-over-two {
    width: 100%;
  }

  .wrapper-over .row-over {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .inner-overview {
    max-width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .overview-image {
    margin-left: 0;
  }

  .inner-specification .cmn-header {
    margin-bottom: 30px;
  }

  .heading-h3 .h3-title {
    font-size: 30px;
  }

  .wrapper-swiper {
    min-height: 550px;
  }

  .inner-con-slider {
    padding-bottom: 80px;
  }

  .whc-conv-servlftcol {
    width: 100%;
  }

  .whc-conv-servrgtcol {
    width: 100%;
  }

  .whc-convimg-outrwrpr {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }

  .whc-conv-servsec {
    padding-top: 60px;
  }

  .derection-wrapper:nth-child(even) .whc-conv-serv-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .whc-conv-imgbox {
    height: 400px;
    width: 100%;
  }

  .inner-planing {
    margin-bottom: 50px;
  }

  .sdside-img-fstbox,
  .sdside-outrwrap:nth-child(even) .sdside-img-scndbox {
    max-width: 100%;
  }

  .sdside-img-outrbox {
    position: static;
    width: 100%;
  }

  .sdside-img-fstbox img,
  .sdside-img-scndbox img {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .sdside-img-fstbox,
  .sdside-img-scndbox {
    height: 340px;
  }

  .sdside-outrwrap .sdside-col:nth-child(even) {
    margin-left: auto;
  }

  .sdside-outrwrap {
    min-height: auto;
  }

  .sdside-outrwrap:nth-child(even) .sdside-img-fstbox {
    max-width: 100%;
  }

  .sdside-outrwrap:nth-child(even) .sdside-img-fstbox img,
  .sdside-outrwrap:nth-child(even) .sdside-img-scndbox img {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .sdside-contwrap .explore-morebutn {
    margin-top: 30px;
  }

  .sdsidessec {
    padding-top: 60px;
  }

  .sdside-img-outrbox {
    margin-top: 30px;
  }

  .maxadbikeouter-wrap:nth-child(even) .maximgbox {
    margin-left: 0;
  }

  .maximgbox {
    width: 100%;
  }

  .maxadbikeouter-wrap:nth-child(even) .maximgbox {
    height: 400px;
    width: 100%;
  }

  .maxadbikecontbox .explore-morebutn {
    margin-top: 20px;
  }

  .digital-body .cmn-header h1 {
    font-size: 46px;
  }

  .digital-body .inrbnrhd-span {
    font-size: 23px;
  }

  .ownd-mnster-outrimgbx {
    width: 100%;
    margin-left: 0;
  }

  .faqpart {
    margin-top: 20px;
  }

  .overview-image img {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .whc-conv-imgbox img {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .derection-wrapper:nth-child(even) .whc-conv-imgbox img {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .maximgbox img,
  .maxadbikeouter-wrap:nth-child(even) .maximgbox img {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .derection-wrapper {
    margin-bottom: 50px;
  }

  .ownd-mnster-imgbox img,
  .ownfaqscnd-imgbox img {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .preownfaq-fstimgbox {
    position: static;
    width: 100%;
  }

  .preownfaq-fstimgbox img,
  .ownfaqlst-imgbox img {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .ownfaqscnd-fstimgbox,
  .ownfaqscnd-scndimgbox {
    width: 100%;
    margin-left: 0;
  }

  .ownfaqlst-imgbox {
    max-width: 100%;
    height: 342px;
    margin-left: 0;
  }

  .ownd-chsmnster-rw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ownfaqscnd-imgbox {
    margin-top: 16px;
  }

  .ownfaqscnd-fstimgbox {
    margin-top: 0;
  }

  .ownd-mnster-imgbox {
    height: 350px;
    margin-top: 20px;
  }

  .preownfaqsec {
    padding-top: 60px;
  }

  .faqpart .accordion-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .whc-conv-serv-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .video-popupbox .fancybox-close-small {
    right: -5px;
    width: 30px;
    height: 30px;
  }

  .sdside-img-fstbox {
    margin-left: 0;
  }

  .sdside-outrwrap:nth-child(even) .sdside-img-scndbox {
    margin-left: 0;
  }

  .overlay-banner-black {
    background: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.6) 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(20%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.6))
    );
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0.6) 100%
    );
  }

  .left-plan .figure-plan {
    height: 400px;
  }

  .derection-wrapper:nth-child(even) .whc-convimg-outrwrpr {
    margin-right: 0;
    margin-left: 0;
  }

  .preownd-vhcls-card {
    height: 300px;
  }

  .modelslideskew-fix img {
    -webkit-transform: translateX(0%) scale(1.1);
    -ms-transform: translateX(0%) scale(1.1);
    transform: translateX(0%) scale(1.1);
  }

  .modelslide-txtbox {
    max-width: 348px;
  }

  /* zeet 26.2.24 */
  .col-footer-four,
  .col-footer-two,
  .col-footer-one,
  .col-footer-three {
    width: 50%;
    margin-bottom: 20px;
  }

  .row-footer {
    margin-bottom: -20px;
  }

  .lower-footer {
    padding: 10px 0;
  }

  .col-form {
    width: 100%;
  }

  .inner-form {
    max-width: 100%;
  }

  .inner-form-input::before {
    top: -11%;
    min-height: 773px;
    left: -52px;
    width: 627px;
  }

  .inner-form-input {
    margin: 100px auto 0;
    max-width: 600px;
  }

  .form-section {
    padding: 84px 0;
  }

  .inner-form p {
    margin-bottom: 4px;
  }

  .inner-form .text {
    margin-bottom: 20px;
  }

  .call-details p {
    margin-bottom: 0;
  }

  .get-in {
    font-size: 21px;
  }

  /* zeet 26.2.24 */
  /*support pp.c 6/3/2024*/
  .monster-profile-sec .monster-content h2 {
    font-size: 28px;
  }

  .monster-profile-sec .monster-content h3 {
    font-size: 24px;
  }

  .monster-profile-sec .widget-area nav ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .monster-profile-sec .widget-title,
  .monster-profile-sec #ezw_tco-2 .ez-toc-title {
    font-size: 28px;
  }

  .monster-profile-sec .widget-area nav ul li a:hover {
    background-color: transparent;
    color: var(--black-color);
    font-weight: 700;
  }

  .monster-default h2 {
    font-size: 35px;
  }

  .monster-default h3 {
    font-size: 30px;
  }

  .monster-default h4 {
    font-size: 22px;
  }

  .monster-default h5 {
    font-size: 18px;
  }

  /*support pp.c 6/3/2024*/

  /* support sb start 7.3.24 */
  .faq-wrap {
    padding-top: 0;
  }

  .preown-wrap {
    min-height: 142px;
  }

  /* support sb end 7.3.24 */

  /* 19/3/24 work start */
  .preownfaqsec {
    padding-top: 25px;
  }
  .preownfaqsec .preownfaq-fstsec {
    padding-top: 0px;
  }
  .preownfaqsec .preownfaq-fstsec .cmn-header {
    margin-bottom: 30px;
  }
  /* 19/3/24 work end */
}

@media (max-width: 767px) {
  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  .mb-hdrcallbutn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: var(--red-color);
  }

  .mb-hdrcallbutn img {
    -webkit-filter: invert(1) brightness(100);
    filter: invert(1) brightness(100);
    max-width: 20px;
  }

  .hdrcall-box {
    display: none;
  }

  .main-head {
    padding: 15px 0;
  }

  h1,
  .h1-title {
    font-size: 34px;
  }

  h2,
  .h2-title {
    font-size: 28px;
  }

  h3,
  .h3-title {
    font-size: 26px;
  }

  h4,
  .h4-title {
    font-size: 22px;
  }

  .bnrswiperslide {
    min-height: 480px;
  }

  .bigtext {
    font-size: 120px;
  }

  .cmngap {
    padding: 45px 0;
  }

  .advertsiingsec {
    padding-top: 90px;
  }

  .banner-3d {
    min-height: 450px;
  }

  .inner-3d-banner span {
    font-size: 18px;
  }

  .modelslide-txt {
    font-size: 20px;
  }

  .modelslide-skew {
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
  }

  .modelslideskew-fix {
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
    width: 100%;
  }

  .modelslider {
    margin-left: 0;
  }

  .md-arrow-outrbox {
    padding-left: 0;
  }

  .modelslider-outrtwrpr {
    height: auto;
    min-height: 450px;
  }

  .md-arrows {
    top: 40px;
  }

  .modelslide.swiper-slide-active {
    width: 100% !important;
  }

  .modelslide {
    width: 100% !important;
  }

  .modelslide-skew::after {
    background-color: rgba(0, 0, 0, 0.4);
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    padding: 0 15px;
  }

  .mdl-butn {
    font-size: 16px;
  }

  .modelslidbtn {
    width: 40px;
    height: 42px;
  }

  .modelslidbtn img {
    max-width: 18px;
  }

  .mdl-butnbox {
    margin-top: 25px;
  }

  .hdrbutn {
    position: fixed;
    top: 40%;
    right: -40px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  .cmnbutn {
    min-width: 135px;
    padding: 12px 18px;
  }

  .banner-section-part {
    min-height: 450px;
  }

  .inrbnrhd-span {
    font-size: 20px;
  }

  .cmn-down-icon {
    width: 35px;
    height: 35px;
  }

  .cmn-down-icon img {
    max-width: 14px;
  }

  .cmn-down-arwbutn {
    font-size: 16px;
  }

  .ul-detailsli li {
    padding: 12px 12px;
  }

  .highlight-section.cmngap {
    padding: 45px 0;
  }

  .wrapper-swiper {
    padding: 0 0;
    min-height: auto;
    margin-bottom: 30px;
    height: auto;
  }

  .slid-image {
    margin-right: 0;
  }

  .inner-specification .cmn-header {
    margin-bottom: 20px;
  }

  .heading-h3 .h3-title {
    font-size: 26px;
  }

  .mySwiper3 .swip-arw {
    width: 45px;
    height: 40px;
  }

  .mySwiper3 .swiper-button-prev {
    margin-left: 14px;
  }

  .inner-con-slider {
    padding-bottom: 70px;
  }

  .left-plan {
    margin-bottom: 20px;
    padding: 0px 12px;
  }

  .inner-planing {
    margin: 0px -12px 35px;
  }

  .sdside-outrwrap {
    min-height: auto;
  }

  .sdside-img-outrbox {
    position: static;
    width: 100%;
  }

  .sdside-col {
    width: 100%;
  }

  .sdside-img-fstbox,
  .sdside-img-scndbox {
    max-width: 100%;
  }

  .sdside-outrwrap:nth-child(even) .sdside-img-scndbox {
    max-width: 100%;
  }

  .maxadbikeouter-wrap:nth-child(even) .maximgbox {
    height: 300px;
  }

  .sdsidessec {
    padding-top: 45px;
  }

  .digital-body .cmn-header h1 {
    font-size: 33px;
  }

  .digital-body .inrbnrhd-span {
    font-size: 20px;
  }

  .heading-bold {
    font-size: 18px;
    margin-top: 10px;
  }

  .whc-conv-servcontbox .cmn-header {
    margin-bottom: 16px;
  }

  .swiprarwbtn {
    width: 46px;
    height: 40px;
  }

  .moster-swiper-button-prev {
    margin-left: 10px;
  }

  .cmn-down-arw {
    bottom: 18px;
    right: 18px;
  }

  .inrplan-subhd {
    font-size: 18px;
  }

  .derection-wrapper {
    margin-bottom: 40px;
  }

  .explore-morebutn {
    font-size: 15px;
  }

  .expl-mre-icon {
    width: 35px;
    height: 35px;
  }

  .maximgbox {
    height: 300px;
  }

  .maxadbikecontbox {
    padding: 20px 0;
  }

  .maxadbike-listbox ul li {
    padding-left: 25px;
  }

  .preownfaqsec {
    padding-top: 20px;
  }

  .whc-conv-servsec {
    padding-top: 45px;
  }

  .modelslide.swiper-slide-active .modelslide-skew::after {
    opacity: 1;
  }

  .modelslide.swiper-slide-active .modelslideskew-fix img {
    -webkit-transform: translateX(0%) scale(1);
    width: 100%;
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
    object-fit: cover;
    object-position: center;
  }

  .modelslide-txtbox {
    max-width: 100%;
  }

  /* zeet 26.2.24 */
  .col-footer-one {
    width: 100%;
  }

  .col-footer-four,
  .col-footer-two,
  .col-footer-three {
    width: 33.33%;
  }

  .foter-link li span,
  .foter-link li a {
    font-size: 16px;
  }

  .inner-footer p {
    max-width: 100%;
  }

  .footer {
    padding-top: 38px;
  }

  .inner-footer p {
    font-size: 16px;
  }

  .inner-footer .footer-title {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .inner-form p {
    font-size: 16px;
  }

  .inner-form-input h3 {
    margin-bottom: 16px;
  }

  .inner-form-input {
    padding: 55px 20px;
  }

  .form-section {
    padding-top: 50px;
  }

  /* zeet 26.2.24 */
  /*support pp.c 5/3/2024*/
  .inner-form-box .gform_wrapper.gravity-theme input[type="text"],
  .inner-form-box .gform_wrapper.gravity-theme input[type="tel"],
  .inner-form-box .gform_wrapper.gravity-theme input[type="password"],
  .inner-form-box .gform_wrapper.gravity-theme input[type="email"],
  .inner-form-box .gform_wrapper.gravity-theme select {
    padding: 0 15px;
  }

  .inner-form-box .gform_wrapper.gravity-theme textarea {
    padding: 15px 15px;
  }

  .inner-form-box .gform_wrapper.gravity-theme select {
    padding-right: 32px;
  }

  /*support pp.c 5/3/2024*/
  /*support pp.c 6/3/2024*/
  .monster-profile-sec .monster-content h2 {
    font-size: 26px;
  }

  .monster-profile-sec .monster-content h3 {
    font-size: 22px;
  }

  .monster-profile-sec .widget-title,
  .monster-profile-sec #ezw_tco-2 .ez-toc-title {
    font-size: 26px;
  }

  .monster-profile-sec .widget-area {
    margin-bottom: 20px;
  }

  .content-wrap-monstr h3 {
    min-height: auto;
  }

  .monster-default h2 {
    font-size: 26px;
  }

  .monster-default h3 {
    font-size: 22px;
  }

  .monster-default h4 {
    font-size: 18px;
  }

  .monster-default h5 {
    font-size: 16px;
  }

  /*support pp.c 6/3/2024*/
  /* support sb start 7.3.24 */
  .preown-wrap {
    min-height: 100px;
  }

  /* support sb end 7.3.24 */
  /*clippath off 18/3/2024*/
  .page-template-digital-advance .whc-conv-imgbox img {
    object-fit: contain;
  }
  .page-template-digital-advance .whc-conv-imgbox {
    height: auto;
    /*clippath off 18/3/2024*/
  }
  /*support pp.c 26/3/2024*/
  .navbar-brand {
    margin-left: 0;
  }
  /*support pp.c 26/3/2024*/
}

@media (max-width: 575px) {
  .bigtext {
    font-size: 94px;
  }

  .advertsiingsec {
    padding-top: 65px;
  }

  /* zeet 26.2.24 */
  .col-footer-two,
  .col-footer-three {
    width: 50%;
  }

  .col-footer-four {
    width: 100%;
  }

  .footer-title {
    margin-bottom: 5px;
  }

  .inner-form .text {
    margin-bottom: 12px;
  }

  .col-form figure {
    height: 47px;
    width: 47px;
  }

  .call-details a,
  .email-details a {
    font-size: 22px;
  }
  .col-email i {
    width: 47px;
    height: 47px;
  }

  /* zeet 26.2.24 */

  .advan-section {
    padding-bottom: 0;
  }
}

@media (max-width: 479px) {
  .navbar-brand {
    width: 122px;
  }

  h1,
  .h1-title {
    font-size: 28px;
  }

  h2,
  .h2-title {
    font-size: 26px;
  }

  h3,
  .h3-title {
    font-size: 24px;
  }

  h4,
  .h4-title {
    font-size: 20px;
  }

  .heading-h3 .h3-title {
    font-size: 24px;
  }

  .bnrswiperslide {
    min-height: 480px;
  }

  .bigtext {
    font-size: 67px;
  }

  .advertsiingsec {
    padding-top: 55px;
  }

  .banner-3d {
    min-height: 400px;
  }

  .mnstr-fetrswiper-rgtcol .swiper-wrapper {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mnstr-fetr-swiperslide {
    width: 100% !important;
    border-bottom: 1px solid var(--black-color);
    margin-bottom: 12px;
  }

  .mnstr-fetrswiper-rgtcol .swiper-wrapper {
    border-bottom: none;
  }

  .mnstr-fetrs-pagintxt {
    padding-bottom: 10px;
  }

  .ftre-monster-thumbslider {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .mnstr-fetrswiper-lftcol {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .banner-section-part {
    min-height: 400px;
  }

  .inner-play figure {
    min-height: 350px;
  }

  .play-section::before {
    min-height: 300px;
  }

  .whc-conv-imgbox {
    height: 300px;
  }

  .maxadbikeouter-wrap:nth-child(even) .maximgbox {
    height: 260px;
  }

  .digital-body .cmn-header h1 {
    font-size: 27px;
  }

  .maximgbox {
    height: 260px;
  }

  .ownd-mnster-imgbox {
    height: 280px;
  }

  .ownfaqscnd-imgbox,
  .ownfaqlst-imgbox,
  .preownfaq-fstimgbox {
    height: 280px;
  }

  .sdside-img-fstbox,
  .sdside-img-scndbox {
    height: 280px;
  }

  .left-plan .figure-plan {
    height: 340px;
  }

  .preownd-vhcls-card {
    height: 260px;
  }

  .inner-form-input input[type="submit"] {
    min-width: 140px;
  }

  /* zeet 26.2.24 */
  .inner-footer .footer-logo {
    min-width: 164px;
    width: 164px;
  }

  .inner-footer p {
    font-size: 15px;
  }

  .foter-link li span,
  .foter-link li a {
    font-size: 14px;
  }

  .upper-footer {
    padding-bottom: 18px;
  }

  .lower-footer p {
    font-size: 14px;
  }

  .inner-footer .footer-title {
    font-size: 18px;
  }

  .get-in {
    font-size: 18px;
  }

  .inner-form p {
    font-size: 15px;
  }

  .call-details,
  .email-details {
    padding-left: 10px;
  }

  input[type="submit"] {
    height: 45px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .inner-form-input {
    padding: 35px 20px;
  }

  .inner-form-input::before {
    min-height: 733px;
  }

  .lower-footer i {
    margin-right: 4px;
  }

  /* zeet 26.2.24 */
  /*support pp.c 5/3/2024*/
  .error-wraper {
    min-height: 360px;
    padding: 100px 0 50px 0;
  }

  /*support pp.c 5/3/2024*/
  /* 20.03.24 css */
  .call-details a,
  .email-details a {
    font-size: 16px;
  }
  .col-form figure,
  .col-email i {
    font-size: 12px;
    width: 30px;
    height: 30px;
    border: 2px solid var(--black-color);
  }
  .col-form figure img {
    height: 14px;
    width: 14px;
  }
  /* 20.03.24 css */
  /*support pp.c 21/3/2024*/
  .inner-form-input {
    padding-bottom: 28px;
  }
  /*support pp.c 21/3/2024*/
  /*support pp.c 26/3/2024*/
  .navbar-brand {
    width: 50px;
  }
  /*support pp.c 26/3/2024*/
}
