.innerbanner {
  position: relative;
}

.breadcrumb_bg {
  background: rgba(0, 0, 0, 0.6);

  padding: 15px;

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

  max-width: 570px;

  width: 100%;

  border-radius: 20px 20px 0 0;
}

.breadcrumb {
  margin-bottom: 0;

  justify-content: center;

  align-items: center;
}

.breadcrumb li a,
.breadcrumb li.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 25px;

  position: relative;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;

  content: "";

  background: var(--yellowColor);

  width: 3px;

  height: 3px;

  position: absolute;

  border-radius: 50%;

  float: none;

  padding: 0;

  top: 10px;

  left: 10px;
}

.inner_hd {
  text-align: center;

  /* margin-bottom: 50px; */
}

.cat_product_inner_details h1 {
  margin-bottom: 30px;
}

.inner_hd h1,
.cmn_hd h2 {
  font-family: var(--headingFont);

  font-weight: 700;

  font-size: 50px;

  line-height: 1.2;

  /* text-align: center; */

  text-transform: uppercase;

  color: #000000;

  position: relative;

  display: inline-block;
}

.inner_hd h1:after,
.cmn_hd h2:after {
  position: absolute;

  content: "";

  height: calc(100% - 28px);

  width: 3px;

  background: var(--yellowColor);

  top: 50%;

  left: -10px;

  transform: translate(0, -50%);
}

.gray_bg {
  background: #838486;

  border-radius: 10px;

  transition: all 0.5s ease-in-out;

  padding: 0 20px 20px 20px;

  text-align: center;
}

.white_bg {
  box-shadow: 0px 0px 10px 0px #00000033;

  background: #fff;

  border-radius: 10px;

  margin-top: -20px;

  padding: 15px;

  margin-bottom: 25px;
  position: relative;
}

.white_bg figure {
  margin-bottom: 0;
}

.cat_txt {
  font-weight: 700;

  font-size: 24px;

  text-align: center;

  color: #fff;

  margin-bottom: 25px;

  display: block;
}

.gray_bg .dtl_btn {
  background: var(--yellowColor);
}

.gray_bg .dtl_btn span {
  color: #000;
}

.gray_bg figure img {
  height: 147px;

  width: 100%;

  object-fit: contain;

  object-position: top center;

  transition: all 0.5s ease-in-out;
}

.gray_bg:hover figure img {
  scale: 1.05;
}

.catagory_cont_hldr .gray_bg {
  margin-top: 30px;
}

.innercont p {
  margin: 0 0 1rem;
}

.cat_info_cont .white_bg {
  border-radius: 0;

  margin-top: 0;

  padding: 0;

  box-shadow: none;

  margin-bottom: 120px;
}

.cat_info_cont .white_bg:last-child {
  margin-bottom: 0;
}

.cat_info_details {
  background: #000;

  padding: 30px;

  border-radius: 20px;

  position: relative;

  top: 100px;

  right: 100px;

  color: #fff;

  border: 1px solid #ffffff;

  overflow: hidden;
}

.cat_info_details:after {
  position: absolute;

  content: "";

  background: url(../images/Union.png) no-repeat;

  width: 308px;

  height: 269px;

  top: 35px;

  right: 0;
}

.cat_bg {
  background: var(--yellowColor);

  height: 100%;
}

.cat_info_cont {
  margin-top: 100px;

  position: relative;

  padding-bottom: 60px;
}

.cat_info_cont .white_bg .flex-row-reverse .cat_info_details {
  right: inherit;

  left: 65px;
}

.cat_info_img,
.cat_info_img figure,
.cat_info_img img {
  height: 100%;
}

.cat_info_img img {
  object-fit: cover;
}

.innercont h2 {
  font-weight: 500;

  font-size: 30px;

  line-height: 1;

  margin-bottom: 20px;
}

.cat_info_details h4 {
  font-weight: 400;

  font-size: 18px;

  line-height: 22px;

  background: #f1f1f1;

  font-family: Arial;

  padding: 10px;

  display: inline-block;

  margin-bottom: 25px;

  color: #000;
}

.cat_info_details .dtl_btn {
  background: var(--yellowColor);
}

.cat_info_details .dtl_btn span {
  color: #000;
}

.cat_info_details ul li {
  position: relative;

  padding: 0 0 15px 20px;
}

.cat_info_details ul li:before {
  position: absolute;

  content: "";

  background: url(../images/list-arw.svg) no-repeat;

  left: 0;

  width: 8px;

  height: 16px;

  top: 3px;
}

.cat_info_details ul {
  padding-bottom: 20px;
}

.faq {
  background: var(--yellowColor);

  margin-top: 80px;
}

.faq .main_hd {
  background: #838486;

  position: relative;

  z-index: 1;

  margin: 0;

  padding: 8px 0 0;
}

.faq .main_hd:after {
  position: absolute;

  content: "";

  background: #838486;

  left: 0;

  height: 110%;

  width: 100vw;

  z-index: -1;

  top: 0;
}

.faq .main_hd:before {
  position: absolute;

  content: "";

  background: #838486;

  right: 0;

  height: 110%;

  width: 100vw;

  z-index: -1;

  top: 0;
}

.faq .main_hd h2 {
  color: #fff;
}

.accordion {
  padding-top: 100px;
}

.accordion-button:not(.collapsed),
.accordion-item,
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  background-color: transparent;
}

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

.innercont .accordion-header {
  margin-bottom: 0;

  font-family: Arial, sans-serif;

  font-size: 18px;

  line-height: 25px;

  font-weight: bold;
}

.accordion-item {
  border-bottom: 1px solid #ffffff;
}

.accordion-button::before {
  position: absolute;

  content: "";

  background: url(../images/faq-arw.svg) no-repeat;

  left: 0;

  width: 8px;

  height: 16px;
}

.accordion-button::after {
  background-image: url(../images/plus.svg);

  width: 16px;

  height: 16px;

  background-size: inherit;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.svg);

  width: 16px;

  height: 16px;

  background-size: inherit;
}

.accordion-button:not(.collapsed),
.accordion-header strong {
  color: #000;
}

.accordion-body ul {
  padding-bottom: 15px;
}

.accordion-body ul li {
  position: relative;

  padding: 0 0 5px 17px;
}

.accordion-body ul li:before {
  position: absolute;

  content: "";

  background: #000;

  left: 4px;

  width: 6px;

  height: 6px;

  top: 7px;

  border-radius: 50%;
}

.inner_breadcrumb {
  background: #f1f1f1;
  padding: 20px 0;
  display: none;
}

.inner_breadcrumb .breadcrumb_bg {
  background: transparent;

  position: static;

  padding: 0;

  transform: inherit;

  max-width: inherit;
}

.inner_breadcrumb .breadcrumb {
  margin-bottom: 0;

  justify-content: flex-start;

  align-items: center;
}

.inner_breadcrumb .breadcrumb li a,
.inner_breadcrumb .breadcrumb li.breadcrumb-item.active {
  color: #000;
}

.cat_product_inner_details {
  padding: 50px 0 0;
}

.cat_product_inner_details h1 {
  position: relative;

  margin-bottom: 30px;
}

.cat_product_inner_details h1:after {
  position: absolute;

  content: "";

  background: var(--yellowColor);

  width: 70px;

  height: 4px;

  left: 0;

  bottom: -8px;
}

.add-border {
  border-left: 1px solid #dedede;

  padding: 0 0 0 25px;
}

.share h4 {
  background: #ffde59;

  padding: 20px;

  border-radius: 10px 10px 0 0;
}

.share ul {
  background: var(--yellowColor);

  border-radius: 0 0 10px 10px;

  padding: 20px;
}

.share ul li figure {
  background: #fff;

  width: 44px;

  height: 44px;

  border-radius: 5px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.share ul li a {
  display: flex;

  align-items: center;

  gap: 13px;

  color: #000;

  font-size: 18px;
}

.share ul li {
  margin: 0 0 10px 0;
}

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

.share img {
  margin: 0 10px 0 0;
}

.share ul li img {
  margin: 0;
}

.cat_product_inner_details .dtl_btn {
  padding: 15px;
}

.cat_product_inner_details .dtl_btn span {
  font-size: 20px;

  margin-right: 10px;
}

.dwnld_btn {
  background: transparent;

  border: 1px solid #000;
}

.dwnld_btn:hover img {
  transform: rotate(-90deg);
}

.dwnld_btn span {
  color: #000;
}

.overview_cont {
  background: #f1f1f1;

  border-radius: 40px;

  padding: 50px 40px;
}

.overview_tab .accordion-item {
  border: transparent;

  margin-bottom: 30px;
}

.overview_tab .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.overview_tab .accordion-button {
  background: #838486;

  border-radius: 5px;

  color: #fff;

  font-weight: 600;
}

.overview_tab .accordion-button::before {
  display: none;
}

.overview_tab .accordion-header button {
  font-size: 20px;
}

.overview_tab .accordion-button::after {
  background-image: url(../images/yellow-dwn-arw.svg);

  width: 16px;

  height: 16px;

  background-size: inherit;
}

.overview_tab .accordion-button:not(.collapsed)::after {
  background-image: url(../images/yellow-up-arw.svg);

  width: 16px;

  height: 16px;

  background-size: inherit;

  transform: inherit;
}

.overview_tab ul {
  display: grid;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  grid-template-columns: repeat(4, 1fr);
}

.overview_tab ul li {
  padding: 0;
  width: 270px;
  text-align: center;
  height: 100%;
  background: var(--yellowColor);
  border-radius: 10px 10px 0 0;
}

.overview_tab ul li::before {
  display: none;
}

.overview_tab ul li h5 {
  background: #ffde59;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overview_tab .accordion-body {
  padding-left: 0;

  padding-right: 0;

  padding-bottom: 0;
}

.overview_tab ul li span {
  background: var(--yellowColor);

  display: block;

  border-top: 1px solid #fff;

  padding: 10px;
}

.overview_tab .accordion-item:last-child {
  margin-bottom: 0;
}

.item_view_slider .slick-slide {
  margin: 0 10px;
}

.item_view_slider .slick-prev,
.model_slider .slick-prev {
  left: 0;

  top: 40%;
}

.item_view_slider .slick-next,
.model_slider .slick-next {
  right: 0;

  top: 40%;
}

.item_view_slider .slick-list {
  padding: 65px 0;
}

.item_view_slider .white_bg {
  position: relative;

  top: -30px;

  margin-bottom: 0;
}

.overview {
  padding-top: 50px;
}

.model_item {
  border-radius: 10px;
}

.model_item figure {
  position: relative;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  height: 288px;
  object-fit: cover;
}

.model_item figure img {
  height: 100%;
}

.model_slider .slick-track {
  margin-left: inherit;
}

.model_item figure:after {
  position: absolute;

  content: "";

  background: rgba(0, 0, 0, 0.3);

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  border-radius: 10px;
}

.galleryItem {
  position: relative;

  display: block;
}

.play-btn {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.play-btn:after {
  position: absolute;

  content: "";

  background: rgba(0, 0, 0, 0.7);

  width: 58px;

  height: 58px;

  border-radius: 50%;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: -1;
}

.model_slider.slick-initialized .slick-slide {
  display: block;

  padding: 45px 10px;

  transition: 0.4s all ease-in-out;
}

.model_slider .slick-active.slick-center .model_item {
  transform: scaleY(1.1);

  transform-origin: center bottom;
}

.play-btn img {
  padding: 0 0 0 5px;
}

.model_slider .slick-active.slick-center .model_item figure:after {
  background: transparent;
}

.model_slider {
  padding: 0 40px;
}

.offersec {
  background: #f1f1f1;
}

/*********SWIPER SLIDER************/

.offersec .swiper-container {
  position: relative;
}

.offersec .swiper {
  width: 100%;

  padding: 60px 0 95px 0;

  transform: inherit;
}

.offersec .swiper-slide {
  width: 10rem;

  height: 21rem;

  display: flex;

  flex-direction: column;

  align-items: self-start;

  position: relative;

  box-shadow: -1px 5px 15px #0000001f;
}

.offersec .slide-content figure {
  border: 1px solid #ccc;
}

.offersec .slide-content {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 100%;
}

.offersec .author {
  grid-template-columns: 1fr;

  justify-items: center;

  position: absolute;

  bottom: -62px;

  width: 100%;

  display: none;

  opacity: 0;
}

.offersec .author .dwnld_btn {
  display: block;

  width: 100%;

  padding: 6px 0;

  text-align: center;

  color: #000;

  font-size: 18px;

  border-radius: 40px;

  transition: all 0.5s ease-in;
}

.offersec .author .dwnld_btn img {
  width: 12px;
}

.offersec .author .dwnld_btn:hover img {
  transform: rotate(-90deg);

  transition: all 0.5s ease-in;
}

.offersec .swiper-slide-active .author {
  display: grid;

  opacity: 1;
}

.offersec .swiper-button-prev {
  background: white;

  border-radius: 50%;

  top: 30%;

  left: -30px;

  width: 50px;

  height: 50px;

  box-shadow: 0px 2px 11px rgb(0 0 0 / 17%);
}

.offersec .swiper-button-next {
  background: white;

  border-radius: 50%;

  top: 30%;

  right: -30px;

  width: 50px;

  height: 50px;

  box-shadow: 0px 2px 11px rgb(0 0 0 / 17%);
}

.offersec .swiper-button-prev,
.offersec .swiper-button-next {
  display: flex;

  top: 50%;
}

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

.offersec .swiper-button-next svg,
.offersec .swiper-button-prev svg {
  width: 25px;

  height: 25px;

  stroke: #000;
}

.offersec .swiper-slide {
  transform: translate3d(0px, 0px, -700px) rotateX(0deg) rotateY(-30deg) !important;

  background: #fff;
}

.offersec .swiper-3d .swiper-slide-shadow-left,
.offersec .swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.offersec .swiper-slide-active {
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) !important;
}

.offersec .swiper-slide-prev {
  transform: translate3d(0px, 0px, -350px) rotateX(0deg) rotateY(-25deg) !important;
}

.offersec .swiper-slide-next {
  transform: translate3d(0px, 0px, -350px) rotateX(0deg) rotateY(25deg) !important;
}

.offersec .swiper-slide-next ~ .swiper-slide {
  transform: translate3d(0px, 0px, -700px) rotateX(0deg) rotateY(30deg) !important;
}

.cat_warranty .accordion {
  padding-top: 50px;
}

.cat_warranty .accordion-item {
  border: transparent;

  margin-bottom: 25px;
}

.cat_warranty .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.cat_warranty .accordion-button {
  background: linear-gradient(90deg, #6b7073 0%, #ffffff 100%);

  color: #fff;

  font-size: 20px;

  border-radius: 8px;
}

.cat_warranty .accordion-button::before {
  display: none;
}

.cat_warranty .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #ffcc00 0%, #ffffff 100%);

  color: #000;

  font-weight: 600;
}

.cat_warranty .accordion-button::after {
  background-image: url(../images/black-down-arw.svg);

  width: 16px;

  height: 16px;

  background-size: inherit;
}

.cat_warranty .accordion-body {
  padding-bottom: 0;

  padding-left: 0;
}

.enquiry {
  background: #f1f1f1;

  border-radius: 10px;

  padding: 25px;
}

.enquiry h3 {
  font-weight: 700;

  font-size: 25px;

  padding-bottom: 30px;
}

.enquiry .form-control {
  height: 45px;

  border: transparent;
}

.enquiry textarea.form-control {
  height: 85px;
}

.enq_btn {
  display: block;

  background: var(--yellowColor);

  width: 100%;

  border-radius: 30px;

  padding: 10px 0;

  font-weight: 600;

  position: relative;

  overflow: hidden;

  border: transparent;
  z-index: 1;
}

.enq_btn:after {
  content: "";

  position: absolute;

  top: 0;

  left: -100%;

  width: 100%;

  height: 100%;

  background: #000;

  border: 1px solid #000;

  transition: left 0.3s ease;

  z-index: -1;
}

.enq_btn:hover:after {
  left: 0;
}

.enq_btn span {
  position: relative;

  z-index: 1;
}

.enq_btn:hover span {
  color: #fff;
}

.enq_btn:hover,
.enq_btn:focus,
:not(.btn-check) + .btn:active {
  background: var(--yellowColor);

  border-color: transparent;
}

.extended_warranty .accordion {
  padding: 0;
}

.extended_warranty h5 {
  padding-bottom: 20px;
}

.extended_warranty .accordion-body img {
  margin-right: 10px;
}

.extended_warranty_table {
  padding: 15px;

  border: 2px solid var(--yellowColor);

  border-radius: 10px;
}

.cooling_system h4 {
  font-family: Arial;

  font-weight: 400;

  font-size: 20px;

  line-height: 26px;

  position: relative;

  padding: 0 0 0 20px;

  text-align: left;
}

.cooling_system h4:before {
  position: absolute;

  content: "";

  background: var(--yellowColor);

  width: 9px;

  height: 9px;

  left: 0;

  top: 8px;

  border-radius: 50%;
}

.cooling_system ul li:before {
  display: none;
}

.cooling_system ul {
  display: flex;

  padding: 0;

  gap: 10px;
}

.cooling_system .silver {
  background: #838486;

  color: #fff;

  text-align: center;

  line-height: 39px;

  border-radius: 5px;

  font-size: 16px;

  font-weight: 600;

  box-shadow: none;

  width: 119px;
}

.cooling_system .gold {
  background: var(--yellowColor);

  color: #000;

  text-align: center;

  line-height: 39px;

  border-radius: 5px;

  font-size: 16px;

  font-weight: 600;

  width: 119px;
}

.cooling_system .platinum {
  background: #000;

  color: #fff;

  text-align: center;

  line-height: 39px;

  border-radius: 5px;

  font-size: 16px;

  font-weight: 600;

  width: 119px;
}

.plans {
  display: flex;

  justify-content: flex-end;

  gap: 10px;
}

.cooling_system .table-borderless td {
  padding: 0;
}

.table > :not(caption) > * > * {
  border-bottom-width: inherit;
}

.table > thead {
  vertical-align: inherit;
}

.cooling_system tbody td {
  height: 45px;

  padding: 10px 15px;
}

.cooling_system {
  border-bottom: 1px solid #f1f1f1;

  margin: 0 0 20px;

  padding: 0 0 20px;
}

.cooling_system tbody td:first-child {
  width: 287px;
}

.warrenty_table {
  border-spacing: 2px;

  border-collapse: separate;
}

.warrenty_table .table-gray {
  background-color: #838486;

  color: #fff;

  font-size: 14px;

  border-radius: 5px 0 0 5px;
}

.warrenty_table tbody td:nth-child(odd) {
  background: #f1f1f1;
}

.warrenty_table tbody tr:nth-child(2) td:nth-child(even),
.warrenty_table tbody tr:nth-child(4) td:nth-child(even) {
  background: #f1f1f1;
}

.warrenty_table tbody tr:nth-child(2) td:nth-child(odd),
.warrenty_table tbody tr:nth-child(4) td:nth-child(odd) {
  background: transparent;
}

.maintainance h5 {
  font-family: Arial;

  font-weight: 700;

  font-size: 20px;

  line-height: 25px;

  background: #000;

  color: #fff;

  padding: 10px;

  display: inline-block;

  text-align: left;
}

.maintain_txt h4,
.smart_decision h4,
.access_data h4 {
  position: relative;

  padding: 0 0 20px 40px;

  font-size: 20px;
}

.maintain_txt h4:before,
.smart_decision h4:before,
.access_data h4:before {
  position: absolute;

  content: "";

  background: url(../images/p.png) no-repeat;

  width: 25px;

  height: 21px;

  left: 0;

  top: 4px;
}

.maintain_txt ul {
  padding: 0 0 0 30px;

  margin: 0 0 1rem;
}

.maintain_txt ul li {
  list-style: disc;

  padding-bottom: 8px;
}

.maintain_txt {
  margin-top: 30px;
}

.fig_img {
  padding: 0 8px;
}

.mini-galler-wrapp figure,
.sos_fig_img figure {
  position: relative;

  overflow: hidden;
}

.mini-galler-wrapp figure:after,
.sos_fig_img figure:after {
  content: "";

  position: absolute;

  width: 200%;

  height: 0%;

  left: 50%;

  top: 50%;

  background-color: rgba(255, 255, 255, 0.3);

  transform: translate(-50%, -50%) rotate(-45deg);

  z-index: 1;
}

.mini-galler-wrapp figure:hover:after,
.sos_fig_img figure:hover:after {
  height: 250%;

  transition: all 600ms linear !important;

  background-color: transparent;
}

.em-solutions h5 {
  background: #000;

  color: #fff;

  font-family: Arial;

  font-weight: 700;

  font-size: 20px;

  line-height: 25px;

  text-align: center;

  max-width: 610px;

  padding: 8px;

  margin-bottom: 35px;
}

.em-solutions .white_bg {
  margin-top: 0px;

  padding: 30px;

  position: relative;

  top: 60px;

  left: 50px;

  margin-bottom: 0;
}

.em-solutions .white_bg p {
  margin-bottom: 0;
}

.em-solutions .cat_bg {
  height: 99%;
}

.smart_decision {
  padding: 50px 0 0;
}

.black_ovrlay {
  background: rgba(0, 0, 0, 0.8);

  padding: 25px;

  border-radius: 20px;

  color: #fff;

  position: relative;

  margin-bottom: 15px;

  left: 30px;

  min-height: 230px;

  min-width: 600px;
}

.black_ovrlay:after {
  position: absolute;

  content: "";

  background: url(../images/shape.png) no-repeat;

  width: 99.84px;

  height: 86.93px;

  right: 0px;

  top: 27px;
}

.black_ovrlay h5 {
  font-family: Arial;

  font-weight: 700;

  font-size: 15px;

  line-height: 18px;

  color: var(--yellowColor);

  padding-bottom: 15px;
}

.black_ovrlay p {
  margin-bottom: 0;
}

.right_sec_overlay .black_ovrlay {
  left: inherit;

  right: 62px;
}

.access_data {
  background: linear-gradient(180deg, #f1f1f1 0%, #ffffff 100%);
}

.data_img figure {
  border-radius: 10px 10px 0 0;

  overflow: hidden;
}

.data_img {
  position: relative;
}

.data_img img {
  transition: all 0.5s ease-in;
}

.black_bg {
  background: rgba(0, 0, 0, 0.7);

  color: #fff;

  padding: 15px 0 15px 30px;

  position: absolute;

  bottom: 0;

  width: 100%;
}

.black_bg h5 {
  font-family: Arial;

  font-weight: 700;

  font-size: 20px;

  line-height: 16px;

  position: relative;
}

.black_bg h5:before {
  position: absolute;

  content: "";

  width: 3px;

  height: 15px;

  background: var(--yellowColor);

  left: -10px;
}

.yellow_bg {
  background: var(--yellowColor);

  padding: 17px;

  border-radius: 0 0 10px 10px;

  min-height: 190px;

  transition: all 0.5s ease-in;
}

.yellow_bg p {
  margin-bottom: 0;
}

.data_info {
  margin-top: 30px;

  transition: all 0.5s ease-in;
}

.data_info:hover .yellow_bg {
  box-shadow: 0px 0px 10px 0px #00000033;
}

.data_info:hover {
  transform: translateY(-10px);
}

.effective_action {
  background: #838486;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  height: 100%;
}

.effective_action ul li {
  background: #979797;

  padding: 10px 10px 10px 20px;

  margin: 0 0 15px;

  border-radius: 3px;

  font-weight: 700;

  border-left: 3px solid #fff;
}

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

.form-submit .wpcf7-spinner {
  position: absolute;
  bottom: 33px;
  right: 12px;
  z-index: 9;
}

.enquiry {
  margin-bottom: 0 !important;
}

.effective_action h5 {
  color: #fff;
  margin: 0 0 20px;
}

.effective_action h5 img {
  margin-right: 5px;
}

#ast-scroll-top {
  display: none !important;
}

.oil_sample .maintain_txt h5 {
  margin-bottom: 30px;
}

.crc_sample .maintain_txt {
  margin-bottom: 30px;

  margin-top: 0;
}

.outer_right_pnal {
  position: sticky;

  top: 100px;
}

/* .mm-wrapper {

  overflow-x: inherit !important;

} */

.model_graph figure,
.model_graph figure img {
  height: 100%;
}

.case_study {
  background: var(--yellowColor);

  color: #000;

  padding: 10px 15px;

  border-radius: 20px;

  font-weight: bold;

  text-transform: uppercase;
}

.yellow_bg {
  border-radius: 10px;

  padding: 20px;

  flex: 1;
}

.white_icon_bg {
  width: 60px;

  height: 60px;

  border-radius: 10px;

  background: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto 15px;
}

.yellow_bg h4 {
  font-weight: 600;

  font-size: 18px;

  margin-bottom: 7px;

  font-family: var(--robotoFont);
}

.value_sec {
  gap: 15px;

  margin-top: 50px;
}

.total_btn {
  gap: 15px;
}

.total_btn a {
  color: #000;

  border-radius: 30px;

  padding: 6px 20px;

  text-align: center;

  font-weight: bold;
}

.sos_fig_img figure,
.sos_fig_img figure img {
  height: 100%;

  object-fit: cover;
}

.sos_fig_img figure,
.mini-galler-wrapp figure {
  border: 1px solid var(--yellowColor);

  border-radius: 10px;

  overflow: hidden;
}

.gcpl_training_slider .slick-slide {
  margin: 0 5px;
}

.gcpl_training_slider {
  margin: 30px 0;
}

.gcpl_training_slider .slick-slide figure {
  border: 1px solid var(--yellowColor);

  overflow: hidden;

  margin: 0;

  border-radius: 10px;
}

.training_sec ul li:before {
  display: none;
}

.training_sec ul {
  display: flex;

  gap: 10px;
}

.training_sec ul li a {
  color: #000;

  border: 1px solid #ccc;

  padding: 5px 7px;

  font-size: 14px;

  border-radius: 7px;
}

.training_sec ul li {
  padding: 0;
}

.rebuild_desc {
  border: 1px solid var(--yellowColor);

  border-radius: 10px;

  padding: 15px;
}

.rebuild_fig figure,
.cat_inspect figure {
  border: 1px solid #eee;

  border-radius: 10px;

  overflow: hidden;

  padding: 10px;

  text-align: center;
}

a.enquiry_now {
  position: absolute;

  bottom: 25px;

  left: 137px;

  color: #fff;

  background: #000;

  border-radius: 30px;

  padding: 9px 26px;
}

.btn-black {
  background: #000;

  color: #fff;
}

.btn-black:hover {
  background: var(--yellowColor);
}

a.read_more {
  color: #000;

  text-decoration: underline;
}

a:hover.read_more {
  color: var(--yellowColor);
}

.cat_inspect iframe {
  border: 1px solid rgb(238, 238, 238);

  border-radius: 10px;

  padding: 10px;
}

a.know_more {
  text-align: center;

  border: 1px solid var(--yellowColor);

  display: inline-block;

  padding: 5px 15px;

  margin-top: 10px;

  color: #000;

  border-radius: 30px;
}

a:hover.know_more {
  background: var(--yellowColor);
}

.finance .d-flex {
  gap: 10px;
}

.finance figure {
  overflow: hidden;

  border-radius: 10px;
}

.vision_icon h3 {
  font-size: 20px;
}

.vision_icon .d-flex {
  align-items: center;

  gap: 15px;

  margin-bottom: 10px;
}

.vision_icon figure {
  background: #333333;

  width: 50px;

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 10px;

  margin-bottom: 0;
}

.spcl_benefit {
  margin: 45px 0;
}

.spcl_benefit .d-flex {
  justify-content: space-between;

  align-items: center;

  margin-bottom: 15px;
}

.spcl_benefit .d-flex h4 {
  padding-bottom: 0;
}

.events_item:nth-child(odd),
.events_item:nth-child(even) {
  margin-bottom: 40px;
}

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

.events_item figure {
  border: 1px solid #ccc;

  padding: 5px;
}

.yt_video iframe {
  border-radius: 10px;
}

.data_info .yellow_bg {
  border-radius: 0 0 10px 10px;
}

.minestar .data_info .yellow_bg .dtl_btn {
  margin-top: 30px;
}

.minestar .col-md-6 {
  display: flex;
}

.minestar .data_info {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  flex: 1;

  width: 100%;

  height: 100%;

  margin-top: 0;
}

.minestar .yellow_bg {
  display: flex;

  flex-direction: column;

  height: 100%;
}

.minestar .yellow_bg p {
  flex-grow: 1;

  /* take up available space */
}

.minestar .yellow_bg .dtl_btn {
  align-self: flex-start;
}

.ccm_program .maintain_txt h4 {
  font-size: 25px;
}

.ccm_program .maintain_txt:first-child {
  margin-top: 0;
}

.ccm_program .maintain_txt {
  margin-top: 40px;
}

.subscribe.brochure_btn i {
  transform: rotate(0);
}

.subscribe.brochure_btn:hover i {
  transform: rotate(-90deg);
}

.subscribe.brochure_btn {
  position: absolute !important;

  bottom: 0;

  border-radius: 0;

  width: 100%;

  text-align: center;

  justify-content: center;
}

.ccm_program .maintain_txt ul {
  column-count: 2;
}

.customer_benefit h4 {
  position: relative;

  padding: 0 0 20px 20px;
}

.customer_benefit h4:before {
  position: absolute;

  content: "";

  background: var(--yellowColor);

  height: 20px;

  width: 3px;

  left: 10px;

  top: 4px;
}

.customer_benefit ul {
  padding: 0 0 0 25px;
}

.customer_benefit ul li {
  padding: 0 0 10px;

  list-style: disc;
}

.commit_sec {
  border: 1px solid var(--yellowColor);

  padding: 20px;

  margin-top: 40px;

  box-shadow: 0px 0px 15px 0px #0000001a;

  border-radius: 20px;
}

.commit_sec p {
  margin-bottom: 0;
}

.parts_online_btn {
  position: absolute;

  bottom: 138px;

  left: 100px;

  background: #f5c311;

  color: #000;

  padding: 14px 30px;

  border-radius: 5px;

  font-size: 20px;

  overflow: hidden;

  z-index: 1;
}

.parts_online_btn::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 100%;

  background: #000;

  transform: scaleX(0);

  transition: transform 0.3s ease;

  transform-origin: right;

  border-radius: 5px;

  z-index: -1;
}

.parts_online_btn:hover::after {
  transform: scaleX(1);

  transform-origin: left;
}

.parts_online_btn:hover {
  color: #fff;
}

.maintain_txt .parts_online_btn {
  position: relative;

  bottom: 0;

  left: 0;

  padding: 10px 15px;

  font-size: 15px;
}

.add-space {
  margin-top: 20px;
}

.partstore h5 {
  margin-bottom: 30px;

  font-size: 18px;

  font-weight: normal;
}

.partstore h5 a {
  color: var(--yellowColor);
}

.partstore h5 a:hover {
  color: #fff;
}

.parts_yt_video h5 {
  background: transparent;

  color: #000;

  font-family: "univers_condensedbold";

  font-size: 20px;
}

.overview_tab {
  gap: 10px;
}

.map {
  margin-bottom: 20px;
}

.overview_tabright_cont a {
  color: #000;
}

.overview_tabright_cont a:hover {
  color: var(--yellowColor);
}

.overview_tab .nav-link {
  text-align: left;
  color: #000;
  font-weight: 600;
  padding: 6px 7px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  width: 100%;
  margin-bottom: 5px;
}

.overview_tab .nav-link.active {
  background-color: var(--yellowColor);

  color: #000;
}

.overview_tab .tab-content {
  width: 100%;
}

.overview_tab .nav {
  width: 40%;
  background: #f1f1f1;
  padding: 10px;
  height: 600px;
  display: block;
  overflow-y: scroll;
  border-radius: 10px 0 0 10px;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

.coolant_sec figure {
  text-align: center;
}

.coolant_sec {
  position: relative;

  z-index: 1;
}

.coolant_sec:after {
  position: absolute;

  content: "";

  background: var(--yellowColor);

  width: 100%;

  height: 80%;

  bottom: 0;

  z-index: -1;

  border-radius: 0 0 10px 10px;
}

.coolant_cont {
  padding: 35px;
}

.coolant_cont ul {
  padding: 0 0 0 20px;
}

.coolant_cont ul li {
  padding: 0 0 10px;

  list-style: disc;
}

.share.share_option h4 {
  background: transparent;

  padding: 0;

  margin-right: 10px;
}

.share.share_option ul li {
  list-style: none;

  padding: 0;

  margin: 0;
}

.share.share_option ul {
  padding: 0;

  display: flex;

  align-items: center;
}

.share.share_option {
  display: flex;

  align-items: center;
}

.share.share_option ul li figure {
  background: #fff;

  height: 30px;

  width: 30px;

  border-radius: 2px;

  margin: 0 5px;
}

.share.share_option ul li img {
  /* width: 17px; */
}

.coolant_sec .dtl_btn {
  text-transform: uppercase;

  padding: 10px 30px;
}

.coolant_sec .dtl_btn span {
  font-size: 20px;
}

.coolant_sec .btnwrapp span {
  font-size: 16px;
}

.unnati h5 {
  font-family: Arial;

  font-weight: 400;

  font-size: 20px;

  line-height: 30px;

  margin-bottom: 20px;
}

.unnati_yellow_bg {
  background: var(--yellowColor);

  border-radius: 10px;

  padding: 15px;

  flex: 1;

  font-size: 12px;
}

.unnati_yellow_bg h4 {
  font-family: Arial;

  font-weight: 700;

  font-size: 18px;

  line-height: 23px;
}

.unnati_yellow_bg figure {
  background: #000;

  width: 70px;

  height: 70px;

  border: 3px solid #fff;

  text-align: center;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  margin-top: -50px;
}

.unnati_yellow_bg p {
  margin-bottom: 0;
}

.unnati_yellow_bg_cont {
  gap: 15px;

  margin-bottom: 50px;
}

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

.unnati_facilities {
  display: flex;

  align-items: stretch;
}

.facility_left {
  width: 53%;
}

.facility_left img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.facility_right {
  background: #f1f1f1;

  padding: 75px 150px 130px 65px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  width: 47%;
}

.facility_text {
  padding-right: 182px;
}

.cmn_hd {
  margin-bottom: 30px;
}

.facility_text_slider .slick-prev,
.gci_repair_slider .slick-prev,
.sol_partner_slider .slick-prev {
  position: absolute;

  top: 120px;

  left: 0;

  width: 36px;

  height: 36px;

  border-radius: 50%;

  border: 0;

  font-size: 0;

  background: url(../images/left_arrow.svg) #fff no-repeat center center / 8px;

  transition: all 0.5s ease-in-out;

  z-index: 2;

  box-shadow: 0px 0px 10px 0px #00000040;
}

.facility_text_slider .slick-next,
.gci_repair_slider .slick-next,
.sol_partner_slider .slick-next {
  position: absolute;

  top: 120px;

  left: 50px;

  width: 36px;

  height: 36px;

  border-radius: 50%;

  border: 0;

  font-size: 0;

  background: url(../images/right_arrow.svg) #fff no-repeat center center / 8px;

  transition: all 0.5s ease-in-out;

  z-index: 2;

  box-shadow: 0px 0px 10px 0px #00000040;
}

.solution {
  background: url(../images/solution-bg.jpg) no-repeat center/cover;

  padding: 20px 0 0;
}

.solution .d-flex {
  gap: 40px;

  justify-content: flex-end;
}

.sol_bg {
  background: var(--yellowColor);

  width: calc(100% - 670px);

  padding: 40px 40px 10px 40px;

  border-radius: 30px 30px 0 0;

  margin-top: -70px;
}

.sol_bg h3 {
  font-size: 80px;

  line-height: 80px;

  padding-bottom: 30px;

  font-weight: 700;
}

.sol_bg h4 {
  font-family: Arial;

  font-weight: 700;

  font-size: 35px;

  line-height: 30px;

  color: #fff;

  padding-bottom: 30px;
}

.sales ul {
  display: flex;

  gap: 10px;
}

.sales ul li {
  transition: all 0.5s ease-in-out;
}

.sales ul li figure {
  position: relative;

  margin-bottom: 0;

  transition: all 0.5s ease-in-out;
}

.sales ul li figure:after {
  position: absolute;

  content: "";

  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);

  width: 100%;

  height: 50%;

  bottom: 0;

  left: 0;
}

.sales ul li:hover figure:after {
  height: 100%;
}

.sales ul li:hover figcaption {
  bottom: 50%;
}

.sales ul li figcaption {
  position: absolute;

  bottom: 20px;

  left: 20px;

  right: 20px;

  color: #fff;

  z-index: 1;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: all 0.5s ease-in-out;
}

.sales ul li figcaption:before {
  content: "";

  background: url(../images/sale-icon.svg) no-repeat;

  background-size: contain;

  width: 20px;

  height: 20px;

  margin-right: 8px;

  position: static;
}

.sales ul li figcaption h4 {
  font-size: 20px;

  margin: 0;
}

.reach_us_cont .reach_bg {
  background: var(--yellowColor);
  text-align: center;
  padding: 35px 25px;
  border-radius: 0 0 10px 10px;
}

.reach_us_cont h4 {
  background: #000;
  font-family: Arial;
  font-weight: 400;
  font-size: 50px;
  line-height: 35px;
  text-transform: uppercase;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

.reach_bg p {
  font-size: 18px;
  margin-bottom: 25px;
}

.reach_bg p strong {
  display: block;

  text-transform: uppercase;
}

.reach_bg figure {
  margin: 15px 0 50px;
}

.reach_us .row {
  display: flex;

  align-items: stretch;

  /* both columns equal height */
}

.reach_us .col-md-8,
.reach_us .col-md-4 {
  display: flex;
}

.commondesign-section h2 {
  padding: 0 0 23px;
}

.reach_us_cont {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.reach_us_cont .reach_bg,
.enquiry {
  flex: 1;

  /* force full height */

  display: flex;

  flex-direction: column;

  justify-content: flex-start;

  /* keep content at top */
}

.pragati h5 {
  font-family: Arial;

  font-weight: 400;

  font-size: 20px;

  line-height: 30px;

  text-align: center;

  margin-bottom: 30px;
}

.benefit_img {
  position: relative;

  margin-bottom: 170px;
}

.benefits {
  padding-bottom: 100px;
}

.benefit_img figure {
  overflow: hidden;

  border-radius: 0 0 20px 20px;
}

.benefit_txt {
  text-align: center;

  background: var(--yellowColor);

  padding: 30px;

  border-radius: 20px;

  position: absolute;

  bottom: -120px;

  width: 530px;

  left: 50%;

  transform: translate(-50%, 0);
}

.benefit_txt h4 {
  font-weight: 700;

  font-size: 30px;

  line-height: 35px;

  text-align: center;

  text-transform: uppercase;

  margin-bottom: 15px;
}

.benefit_txt p {
  margin-bottom: 0;
}

.step_container {
  position: relative;

  display: flex;

  justify-content: space-between;

  align-items: flex-start;

  margin: 80px 0 120px;

  max-width: 668px;
}

.step_box span {
  background: var(--yellowColor);

  width: 128px;

  aspect-ratio: 1;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 50px auto 0;

  position: relative;
}

.step_box span:after,
.step_box:nth-child(even) span:after {
  position: absolute;

  content: "";

  width: 17px;

  height: 17px;

  background: #fff;

  border: 3px solid #000;

  border-radius: 50%;

  top: -33px;
}

.step_box:nth-child(even) span:after {
  top: inherit;

  bottom: -30px;
}

.step_txt h5 {
  background: #000;

  width: 80px;

  height: 29px;

  border-radius: 5px;

  color: #fff;

  text-transform: uppercase;

  font-weight: bold;

  margin: 0 auto 5px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.step_txt {
  text-align: center;
}

.step_box {
  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  width: 25%;

  flex-direction: column-reverse;

  position: relative;

  z-index: 1;
}

.step_box:nth-child(even) {
  flex-direction: column;

  top: 80px;

  left: 0;
}

.step_box:nth-child(even) span {
  margin: 0 auto 50px;
}

.step_curve {
  position: absolute;

  top: 80px;

  max-width: 668px;

  z-index: 0;
}

.step_curve:after {
  position: absolute;

  content: "";

  width: 16.59px;

  height: 14.08px;

  right: -8px;

  background: url(../images/step-arw.svg);

  top: 50px;
}

.online_registration .d-flex {
  background: #000;

  padding: 15px 30px;

  color: #fff;

  border-radius: 10px 10px 0 0;
}

.online_registration h4 {
  font-weight: 700;

  font-size: 30px;

  line-height: 100%;
}

.booking_form {
  background: #f1f1f1;

  padding: 30px;

  border-radius: 0 0 10px 10px;
}

.booking_form .form-control,
.booking_form .form-select {
  height: 50px;

  border: transparent;
}

.booking_form .form-check-label {
  font-size: 14px;
}

.submit_btn {
  background: #ffcc00;

  border-radius: 40px;

  padding: 12px 20px;

  font-size: 17px;

  font-weight: 600;

  width: 200px;

  text-transform: uppercase;

  border: 1px solid #ffcc00;
}

.submit_btn:hover {
  background: #000;

  color: #fff;
}

.submit_btn.enq_btn {
  display: inline-block;

  width: auto;
}

.login_btn {
  color: #000;

  font-weight: bold;
}

.login_btn:hover {
  color: var(--yellowColor);
}

.switch {
  position: relative;

  display: inline-block;

  width: 197px;

  height: 36px;

  background: #333;

  border-radius: 50px;

  cursor: pointer;

  overflow: hidden;
}

/* Hide checkbox */

.switch input {
  display: none;
}

/* Labels for Hindi and English */

.switch span {
  position: absolute;

  width: 50%;

  height: 100%;

  line-height: 37px;

  text-align: center;

  color: white;

  font-weight: bold;

  transition: 0.3s;
}

.switch span.hindi {
  left: 0;

  color: #000;
}

.switch span.english {
  right: 0;

  color: #fff;
}

/* The slider background */

.slider {
  position: absolute;

  width: 50%;

  height: 100%;

  background: #f9c700;

  border-radius: 50px;

  transition: 0.3s;

  left: 0;

  z-index: 0;
}

/* When checkbox checked → move slider right */

.switch input:checked + .slider {
  left: 50%;
}

/* Change text colors */

.switch input:checked ~ .hindi {
  color: #fff;
}

.switch input:checked ~ .english {
  color: black;
}

.booking_form .form-check a {
  color: #000;
}

.booking_form .form-check a:hover {
  color: var(--yellowColor);
}

.innerbanner_cont {
  position: absolute;

  top: 100px;

  max-width: 470px;

  font-family: Arial;

  font-weight: 400;

  font-size: 18px;

  line-height: 28px;

  color: #fff;
}

.innerbanner_cont .inner_hd {
  margin-bottom: 20px;
}

.innerbanner_cont h1 {
  color: #fff;
}

.innerbanner_cont .subscribe.Knowmore {
  top: 100%;

  position: absolute;

  background: var(--yellowColor);

  color: #000;

  padding: 6px 20px;
}

.innerbanner_cont .subscribe.Knowmore span {
  font-weight: bold;

  font-size: 16px;

  font-weight: bold;
}

.innerbanner_cont .subscribe.Knowmore:hover {
  background: #000;

  color: #fff;
}

.innerbanner_cont .subscribe.Knowmore i {
  color: #fff;
}

.playstr_bg {
  background: var(--yellowColor);

  border-radius: 10px;

  text-align: center;

  font-family: Arial;

  font-weight: 400;

  font-size: 34px;

  line-height: 45px;

  padding: 40px;
}

.playstr_bg .d-flex {
  gap: 10px;

  margin-top: 30px;
}

.inside_view_right {
  display: flex;

  gap: 10px;

  height: 349px;

  flex: 1;
}

.yt_btn {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.inside_view {
  gap: 10px;
}

.inside_view .most_left {
  height: 349px;
}

.inside_product_cont h4 {
  text-align: center;

  color: #fff;

  position: absolute;

  bottom: 0;

  padding: 10px 17px;

  background: rgba(0, 0, 0, 0.2);

  font-size: 17px;

  font-family: Arial;

  width: 100%;
}

.inside_view .galleryItem,
.inside_product_cont figure,
.inside_product_cont figure img {
  height: 100%;
}

.inside_view .main_hd {
  margin-bottom: 0;
}

.inside_product_cont {
  flex: 1;
}

.yellow_hd {
  background: var(--yellowColor);

  padding: 20px 18px;

  border-radius: 20px 20px 0 0;
}

.dwnlod_cat_bg {
  background: #838486;

  padding: 20px;

  color: #fff;

  border-radius: 0 0 20px 20px;

  flex: 1;
}

.dwnlod_cat .col-md-3 {
  display: flex;

  flex-direction: column;

  transition: 0.3s all ease-in-out;
}

.dwnlod_cat_bg p {
  margin: 0;
}

.dwnlod_cat .col-md-3:hover {
  transform: translateY(-10px);
}

.exp_sec {
  background: url(../images/exp-bg.jpg) no-repeat center/cover;

  padding: 80px 0 0;

  position: relative;
}

.exp_cont h3 {
  font-weight: 700;

  font-size: 53px;

  line-height: 55px;

  text-transform: uppercase;

  color: #fff;

  margin-bottom: 50px;
}

.exp_cont .subscribe.Knowmore {
  background: var(--yellowColor);

  color: #000;
}

.exp_cont .subscribe.Knowmore i {
  color: #fff;
}

/* .enq_right_form {

  display: flex;

  justify-content: flex-end;

} */

.enq_right_form .enquiry {
  max-width: 370px;
}

.exp_sec .container-fluid {
  position: relative;

  z-index: 1;
}

.dwnld_app {
  background: var(--yellowColor);

  max-width: 530px;

  padding: 20px 0 15px 60px;

  position: relative;

  z-index: 1;

  margin-top: 100px;
}

.dwnld_app:after {
  content: " ";

  position: absolute;

  display: block;

  width: 96px;

  height: 100%;

  top: 0;

  right: -96px;

  background: var(--yellowColor);

  transform-origin: bottom left;

  transform: skew(29deg, 0deg);

  z-index: -1;
}

.dwnld_app .d-flex {
  gap: 10px;
}

.dwnld_app h4 {
  font-family: Arial;

  font-weight: 400;

  font-size: 28px;

  line-height: 30px;

  margin-bottom: 30px;
}

.enq_right_form {
  max-width: 860px;

  display: flex;

  justify-content: flex-end;
}

.oveley {
  position: absolute;

  top: 22px;

  left: 0;

  width: 100%;
}

.vision_card {
  background: #f1f1f1;
}

.vision_card_img {
  width: 256px;

  min-width: 256px;
}

.vision_card_cont {
  background: #fff;

  border-radius: 0 20px 20px 0;

  padding: 50px 35px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: flex-start;
}

.vision_card_cont span {
  font-family: Arial;

  font-weight: 700;

  font-size: 15px;

  line-height: 20px;

  color: #6b7073;

  padding: 0 0 20px 0;

  display: block;
}

.vision_card_cont h4 {
  font-weight: 700;

  font-size: 30px;

  line-height: 20px;

  text-transform: uppercase;

  margin-bottom: 30px;
}

.vision_card_cont .btn span {
  padding-bottom: 0;

  color: #fff;
}

.vision_card .col-md-6 {
  max-width: 669px;

  justify-content: center;
}

.cat_parts {
  background: url(../images/product-bg.jpg) no-repeat center/cover;

  padding: 0;
}

.cat_parts figure {
  margin-bottom: 0;
}

.cat_parts figure img {
  width: 100%;
}

.swiper-backface-hidden .swiper-slide.swiper-slide-active {
  opacity: 0.6 !important;
}

.swiper-backface-hidden .swiper-slide.swiper-slide-prev {
  opacity: 0.2 !important;
}

.swiper-backface-hidden .swiper-slide.swiper-slide-next {
  transform: scale(1.2) !important;

  margin-top: -32px;
}

.swiper {
  padding: 100px 15px 0 0;

  transform: translateY(-89px);
}

.cat_parts_cont .cmn_hd h2:after {
  display: none;
}

.cat_parts_cont .cmn_hd h2 span {
  color: #fff;

  font-weight: 700;

  font-size: 40px;

  text-transform: none;

  font-family: var(--headingFont);
}

.cat_parts_cont .cmn_hd h2 img {
  margin-right: 10px;
}

.cat_parts_cont p {
  color: #fff;
}

.swiper-button-prev {
  background: url(../images/left_arrow.svg) #f1f1f1 no-repeat center center /
    8px !important;

  width: 36px;

  height: 36px;

  border-radius: 50%;

  position: absolute;

  left: inherit;
}

.swiper-button-next {
  background: url(../images/right_arrow.svg) #f1f1f1 no-repeat center center /
    8px !important;

  width: 36px;

  height: 36px;

  border-radius: 50%;

  position: absolute;

  left: inherit;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}

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

.class-backhoe-loader {
  padding-bottom: 0;
}

.enquiry .mb-3 p {
  margin-bottom: 0;
}

.form-check .wpcf7-list-item {
  margin: 0;
}

.form-check .wpcf7 .wpcf7-form-control-wrap {
  width: auto !important;

  display: inline-block !important;
}

.form-check .wpcf7-form-control-wrap {
  width: auto !important;

  display: inline-block !important;
}

.form-check a {
  color: #000;

  text-decoration: underline;
}

br {
  display: none;
}

.fcContent br {
  display: block;
}

.overview_tab .content br {
  display: block;
}

.parts_map img {
  height: auto;
}

.yellow_hd h4 {
  font-size: 20px;
}

.black_hd {
  background: #000;

  color: #fff;

  padding: 6px 0;

  border-radius: 10px 10px 0 0;
}

.black_hd h4 {
  font-size: 17px;

  font-family: Arial;

  text-align: center;
}

.yellow_cat_bg {
  background: var(--yellowColor);

  padding: 20px;

  border-radius: 0 0 10px 10px;
}

.yellow_cat_bg ul {
  padding-left: 20px;
}

.yellow_cat_bg ul li {
  list-style: disc;

  padding: 0 0 5px 0;
}

.yellow_cat_bg ul li:last-child {
  padding: 0;
}

.parts_map img {
  height: auto;
}

.repair_left_cont {
  margin-bottom: 30px;
}

.repair_sec h3 {
  font-family: Arial;

  font-weight: 700;

  font-size: 30px;

  line-height: 39px;

  text-align: center;

  padding-bottom: 40px;
}

.repair_sec h3 span {
  display: block;
}

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

.bcp_repair_option h3 {
  font-family: Arial;

  font-weight: 700;

  font-size: 30px;

  line-height: 39px;

  margin-bottom: 30px;
}

.bcp_repair_option .yellow_bg {
  min-height: auto;

  border-radius: 0;

  padding: 10px 20px;

  font-weight: bold;

  font-size: 17px;

  margin-bottom: 5px;
}

.bcp_repair_option .yellow_bg img {
  margin-right: 10px;
}

.bcp_repair_option .dtl_btn {
  padding: 5px 0;

  background: #fff;

  color: #000;

  justify-content: center;
}

.bcp_repair_option .dtl_btn:hover {
  background: #000;

  color: #fff;
}

.bcp_repair_option ul {
  display: flex;

  flex-wrap: wrap;

  text-align: center;

  margin-bottom: 30px;
}

.bcp_repair_option ul li {
  padding: 30px 9px;

  color: #fff;

  flex: 0 0 14.2857%;

  box-sizing: border-box;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.bcp_repair_option ul li p {
  flex-grow: 1;
}

.bcp_repair_option ul li:nth-child(odd) {
  background: #838486;
}

.bcp_repair_option ul li:nth-child(even) {
  background: #b9babc;
}

.pdf_dwnld a {
  color: #000;
}

.gci_repair {
  background: #838486;

  position: relative;

  z-index: 1;
}

.gci_repair_overlay {
  position: absolute;

  right: 0;

  top: 0;
}

.gci_repair:after {
  position: absolute;

  content: "";

  background: #979797;

  width: 25%;

  height: 100%;

  right: 0;

  top: 0;

  z-index: -1;
}

.gci_repair .container {
  position: relative;

  z-index: 1;
}

.gci_repair .oveley {
  top: 80px;

  left: inherit;

  right: 35px;
}

.gci_repair .enq_right_form {
  justify-content: flex-start;
}

.gci_hd h3 {
  font-weight: 700;

  font-size: 40px;

  line-height: 46px;

  color: #fff;

  margin-bottom: 30px;
}

.gci_repair_cont {
  text-align: center;
}

.gci_repair_cont .dtl_btn {
  /* background: transparent;

  padding: 0; */
}

.gci_repair_cont figure img {
  width: 100%;
}

.gci_repair_slider .slick-slide {
  padding: 0 5px;
}

.gci_repair_slider .slick-prev {
  top: -65px;

  left: inherit;

  right: 45px;
}

.gci_repair_slider .slick-next {
  top: -65px;

  left: inherit;

  right: 0;
}

.why_repair {
  display: flex;

  align-items: stretch;
}

.why_repair .facility_right h2 {
  padding-bottom: 30px;
}

.why_repair .facility_right {
  background: #000;

  color: #fff;

  padding: 75px 75px 75px 150px;

  width: 60%;

  position: relative;
}

.why_repair .facility_right:after {
  position: absolute;

  content: "";

  background: url(../images/Union.svg) no-repeat;

  width: 378px;

  height: 329px;

  right: 0;

  top: 0;
}

.why_repair .dtl_btn {
  background: var(--yellowColor);

  color: #000;

  font-weight: bold;

  margin-top: 30px;
}

/* .repair_txt {

  padding-right: 135px;

} */

.facility_img,
.facility_img iframe {
  height: 100%;
}

.coolant_cont br {
  display: block;
}

.coolant_sec figure img {
  border: 1px solid #ededed;

  height: auto;

  padding: 5px;

  background: #fff;
}

.share.share_option figure img {
  border: transparent;
}

.latest-offer .know_more {
  border: 1px solid #000;
}

.latest-offer .know_more:hover {
  background: #000;

  color: #fff;
}

#collapse3 ul li:nth-child(2) img,
#collapse3 ul li:nth-child(3) img {
  width: 17px;
}

.hindusthan {
  position: absolute;

  top: 50px;
}

.run {
  position: absolute;

  top: 30px;

  right: 300px;
}

.lang_change {
  position: absolute;

  top: 185px;

  right: 300px;
}

.lang_change .switch {
  width: 230px;

  height: 36px;

  background: #000;
}

.run_campaign .most_left {
  width: 30%;

  padding: 50px 88px 50px 70px;

  background: var(--yellowColor);

  height: 220px;
}

.run_campaign .main_hd h2 {
  font-size: 60px;
}

.run_campaign.most_viewed {
  border-bottom: transparent;
}

.run_campaign .most_right figure {
  width: 84px;

  aspect-ratio: 1;

  background: var(--yellowColor);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto 1rem;
}

.run_campaign .most_right h5 {
  font-family: Arial;

  font-weight: 700;

  font-size: 20px;

  line-height: 32px;

  text-align: center;

  color: #fff;
}

.run_campaign .most_right ul li:nth-child(odd) {
  background: #838486;
}

.run_campaign .most_right ul li:nth-child(even) {
  background: #b9babc;
}

.run_campaign .most_right ul {
  display: flex;
}

.run_campaign .most_right ul li {
  flex: 1;

  display: flex;

  justify-content: center;

  align-items: center;

  height: 220px;

  padding: 0 30px;
}

.about_hindusthan {
  background: #f1f1f1;

  padding-bottom: 200px;
}

.about_hindusthan .dwnld_btn {
  background: #000;
}

.about_hindusthan .dwnld_btn span {
  color: #fff;
}

.run_testi_box {
  border: 1px solid #b9babc;

  border-radius: 40px;

  text-align: center;

  padding: 40px;

  position: relative;

  z-index: 1;
}

.run_testi_box:after {
  border: 1px solid #838486;

  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  border-radius: 40px;

  top: 0;

  left: 0;

  z-index: -1;

  transform: rotate(2.19deg);

  background: #fff;
}

.run_testi_inner_cont {
  transform: rotate(1deg);

  flex: 1;
}

.run_testimonial .col-md-6 {
  display: flex;
}

.run_testi_box {
  flex: 1;

  /* take equal space */

  display: flex;
}

.run_testi_box p {
  font-style: Italic;

  font-size: 25px;

  line-height: 40px;
}

.run_testi_box h5 {
  font-family: Arial;

  font-weight: 700;

  font-size: 18px;

  line-height: 28px;
}

.run_testi_box h6 {
  font-family: Arial;

  font-weight: 400;

  font-size: 18px;

  line-height: 28px;
}

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

.cat_dealer {
  background: url(../images/dealer-ban.jpg) no-repeat center/cover;

  position: relative;

  z-index: 1;
}

.cat_dealer:after {
  background: rgba(0, 0, 0, 0.9);

  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: -1;
}

.cat_dealer h2 {
  color: #fff;
}

.dealer_left_cont h4 {
  font-family: Arial;

  font-weight: 700;

  font-size: 30px;

  line-height: 35px;

  padding-bottom: 20px;
}

.dealer_left_cont {
  color: #fff;
}

.dealer_left_cont .dtl_btn.dwnld_btn {
  background: var(--yellowColor);
}

.dealer_left_cont .dwnld_btn {
  background: var(--yellowColor);

  padding: 9px 25px;

  color: #000;

  border-radius: 40px;
}

.dealer_left_cont .dtl_btn {
  background: #fff;
}

.dealer_left_cont .dtl_btn span {
  color: #000;
}

.dealer_left_cont .d-flex {
  gap: 10px;
}

.dealer_gray_bg {
  backdrop-filter: blur(15px);

  border: 1px solid #ffffff80;

  padding: 20px;

  background: rgba(255, 255, 255, 0.1);

  color: #fff;

  border-radius: 20px;

  margin-bottom: 15px;
}

.dealer_gray_bg .d-flex {
  gap: 15px;

  align-items: center;

  margin-bottom: 20px;
}

.dealer_gray_bg .d-flex h3 {
  color: #fff;
}

.dealer_gray_bg ul {
  column-count: 2;

  padding: 0 0 0 20px;
}

.dealer_gray_bg ul li {
  list-style: disc;

  padding: 0 0 5px;
}

.qty_standard ul {
  column-count: 1;
}

.white_shadow_box {
  box-shadow: 0px 0px 24px 0px #0000001a;

  background: #fff;

  padding: 40px;

  border-radius: 20px;
}

.white_shadow_box ul {
  column-count: 2;

  padding-left: 20px;
}

.white_shadow_box ul li {
  list-style: disc;

  padding-bottom: 3px;
}

.rent_bg {
  background: var(--yellowColor);

  padding: 20px 20px 5px 20px;

  border-radius: 10px;

  margin-top: 30px;
}

.rent_bg h5 {
  font-family: Arial;

  font-weight: 700;

  font-size: 20px;

  line-height: 20px;

  margin-bottom: 15px;
}

.white_shadow_box .dwnld_btn {
  text-align: center;

  background: #000;

  height: 48px;

  line-height: 35px;
}

.white_shadow_box .dwnld_btn span {
  color: #fff;
}

.sol_partner h4 {
  font-family: Arial;

  font-weight: 700;

  font-size: 30px;

  line-height: 35px;

  margin-bottom: 30px;
}

.sol_slide {
  text-align: center;
}

.sol_slide img {
  border-radius: 10px;
}

.sol_slide h5 {
  background: #f1f1f1;

  padding: 10px 0;

  border-radius: 10px;

  font-family: Arial;

  font-size: 15px;

  line-height: 15px;

  color: #000;

  font-weight: 600;
}

.sol_partner_slider .slick-slide {
  padding: 0 10px;
}

.sol_partner_slider .slick-prev {
  top: inherit;

  left: 48%;

  bottom: -80px;

  transform: translateX(-48%);
}

.sol_partner_slider .slick-next {
  top: inherit;

  left: 53%;

  bottom: -80px;

  transform: translateX(-53%);
}

.sol_partner {
  padding-bottom: 200px;
}

.scan_qt {
  background: #838486;

  padding: 10px 0 !important;
}

.btn_grp {
  gap: 10px;
}

.scan_qt .d-flex {
  justify-content: space-between;
}

.scan_qt .enq_scan_btn {
  background: var(--yellowColor);
}

.scan_qt .enq_scan_btn span {
  color: #000;
}

.scan_qt .btn_grp a {
  width: 240px;

  justify-content: center;

  height: 50px;
}

.scan_qt .btn_grp a span {
  font-size: 20px;
}

.campign_ban_txt {
  position: absolute;

  top: 30%;

  width: 500px;
}

.campign_ban_txt h2 span {
  display: block;

  font-size: 40px;

  color: #6e2416;

  font-weight: 900;
}

.campign_ban_txt h2 {
  font-size: 50px;

  text-transform: uppercase;

  font-weight: bold;
}

.catagory_cont_hldr_view h2 {
  margin-bottom: 30px;
}

.catagory_hldr .overview_tab ul li {
  width: 270px;

  flex-direction: column;

  display: flex;
}

.catagory_hldr .overview_tab ul li span {
  flex: 1;
}

.catagory_hldr .accordion {
  padding-top: 25px;
}

.catagory.three-view {
  background: #f1f1f1;

  padding: 100px 0;
}

.nav-tabs .nav-link:hover,
.catagory_hldr .nav-item.active button {
  background: var(--yellowColor);

  border: 1px solid var(--yellowColor) !important;

  color: #000 !important;
}

.blog_new_dsg .nav-tabs .nav-link {
  background: #fff;

  border: 1px solid #fff;

  color: #000;
}

.blog_new_dsg .nav-tabs .nav-link.active,
.blog_new_dsg .nav-tabs .nav-link:hover {
  background: var(--yellowColor);
}

.products-video span {
  background: #000;

  display: block;

  padding: 10px 0;

  text-align: center;

  color: #fff;

  font-size: 18px;
}

.products-video iframe {
  width: 100%;
}

.testimonial_video .col-md-6 {
  margin: 15px 0;
}

.terms_row .wpcf7-list-item {
  margin: 0;
}

.terms_row .wpcf7-form-control-wrap {
  display: inline-block;

  width: auto;
}

.terms_row a {
  color: #000;

  margin: 0 0 0 2px;

  text-decoration: underline;
}

.trade-form {
  background: #f1f1f1;

  padding: 30px;

  border-radius: 10px;
}

.trade-form input {
  border: transparent;
}

.common-wrap h4,
.common-wrap h5 {
  margin-bottom: 20px;
}

.common-wrap p {
  margin-bottom: 25px;
}

.common-wrap ul li,
.common-wrap ol li {
  padding-bottom: 10px;
}

.common-wrap h3,
.common-wrap h2 {
  margin-bottom: 20px;
}

.common-wrap ul {
  margin-bottom: 30px;

  padding: 0 0 0 20px;
}

.common-wrap ul li {
  list-style-type: disc;
}

.Condition-details br {
  display: block;
}

.Condition-details a {
  color: #000;
}

.common-wrap h3 {
  font-size: 20px;
}

.common-wrap h6.wp-block-heading {
  font-size: 19px;

  margin-bottom: 20px;
}

.inner_head-comm {
  display: none;
}

.class-search-field .white_bg {
  margin-top: 0;
}

.pagination {
  display: flex;

  justify-content: center;

  margin-top: 100px !important;
}

.pagination a,
.page-numbers.current,
.page-numbers.dots {
  padding: 5px;

  width: 45px;

  height: 45px;

  line-height: 36px;

  margin: 0 5px;

  color: #000;

  border-radius: 50%;

  background: #ededed;
}

.page-numbers.current {
  background: var(--yellowColor);
}

.pagination a:hover,
.page-numbers.current:hover,
.page-numbers.dots:hover {
  background: #d6b83e;
}

.event-content h4 {
  margin-bottom: 20px;
}

.event-content ul {
  margin-bottom: 20px;

  padding: 0 0 0 20px;
}

.event-content ul li {
  list-style-type: disc;

  padding-bottom: 5px;
}

.machine-demo-images,
.footer-tb,
.footer-form {
  padding-top: 0;
}

.gallery-wrapp ul {
  display: flex;

  gap: 10px;
}

.gallery-wrapp ul li figure {
  text-align: center;
}

.gallery-wrapp p {
  margin-top: 10px;

  font-size: 16px;

  text-transform: capitalize;

  font-weight: 600;
}

.footer-tb tbody tr.heading td {
  background: #000;

  color: #fff;
}

.inner_hd.text-left {
  text-align: left;
}

.section-unlik-8 .btn_grp a {
  width: auto;
}

.map-comobo .enq_btn {
  display: inline-block;

  width: auto;

  padding: 10px 25px;
}

.lets_work a {
  color: #000;

  font-weight: bold;

  text-decoration: underline;
}

.cat_service .col-md-4 {
  display: flex;

  flex-direction: column;

  margin-top: 30px;
}

.cat_service .dwnlod_cat_bg a {
  color: #fff;
}

.end-wrap {
  padding: 50px 0;
}

.innercont .video-wrap .main_hd h2 {
  font-weight: 700;

  font-size: 50px;

  line-height: 1.2;

  margin-bottom: 0;
}

.innercont .video-wrap iframe {
  width: 100%;

  height: 470px;
}

.video-wrap {
  max-width: 930px;

  margin: 0 auto;
}

.cat_service .yellow_hd {
  padding: 15px 18px;
}

.single_leaders_speak .msg_box figure {
  float: left;
  padding: 0 35px 0px 0;
  margin-bottom: 0;
  overflow: hidden;
}

.single_leaders_speak .msg_box figure img {
  border-radius: 10px;
}

.single_leaders_speak .msg_box::after {
  content: "";

  display: table;

  clear: both;
}

.single_leaders_speak .wp-block-separator {
  border-top: 1px solid #ccc;

  margin: 2rem 0;
}

.single_leaders_speak .msg_box .right_msg a {
  color: #000;

  font-weight: bold;

  background: #ffcc00;

  padding: 5px 10px;
}

.single_leaders_speak .msg_box .right_msg strong {
  font-size: 18px;
}

.repair_segment {
  background: #eee;

  padding: 30px;
}

.parts-wrapp .table-responsive tr.heading td:nth-child(odd) {
  background-color: #838486;

  color: #fff;

  font-size: 14px;
}

.parts-wrapp .table-responsive tr.heading td:nth-child(even) {
  background-color: #000;

  color: #fff;

  font-size: 14px;
}

.dt-repair-content .content-wrapp-dt {
  display: flex;

  gap: 15px;

  flex-wrap: wrap;
}

.dt-repair-content .content-wrapp-dt .repair_left_cont {
  flex: 0 0 30%;

  display: flex;

  flex-direction: column;
}

.content-wrapp-dt .repair_left_cont .yellow_cat_bg {
  flex: 1;
}

.repair-parts ul li {
  list-style: disc;
}

.repair-parts ul {
  padding: 0 0 0 15px;
}

.content-wrapp-dt .repair_left_cont .yellow_cat_bg ul {
  padding-left: 10px;
}

.content-wrapp-dt .repair_left_cont {
  margin-bottom: 0;
}

.gci_repair_cont h5 {
  margin-bottom: 20px;

  color: #fff;
}

/* .lab-wrap {
  display: flex;
} */

.lab-wrap p {
  display: inline;
}

.lab-wrap .wpcf7-list-item,
.booking_form .form-check-label .wpcf7-list-item {
  margin: 0;
}

.lab-wrap a {
  color: #000;

  border-bottom: 1px solid #000;
}

.excel-table-wrapper {
  overflow-x: auto;

  margin: 10px 0;
}

.excel-table {
  border-collapse: collapse;

  width: 100%;

  font-size: 14px;
}

.excel-table td,
.excel-table th {
  border: 1px solid #e5e5e5;

  text-align: left;

  height: 45px;

  padding: 10px 15px;
}

.excel-table tr:nth-child(1) {
  background: var(--yellowColor);

  font-weight: bold;

  font-size: 17px;
}

.excel-table tr:last-child {
  display: none;
}

.excel-format-tb {
  padding-top: 100px;
}

.cat_info_details h2 {
  margin-bottom: 25px;
}

#search-results .cat_info_details .dtl_btn {
  margin-top: 20px;
}

#product-detils-mob .breadcrumb_bg {
  display: none;
}

/***********06-11-2025************/

#used-search-form .enq_btn {
  width: auto;

  display: inline-block;

  padding: 8px 40px;

  z-index: 1;
}

#used-search-form .enq_btn:after {
  z-index: -1;
}

.used-search-res .cat_info_details {
  top: 0 !important;

  right: 0 !important;

  border-radius: 0;
}

.used-search-res .location-wrap span {
  display: block;

  font-size: 20px;

  font-weight: bold;
}

.used-search-res .location-wrap {
  margin-top: 15px;
}

#search-results .cat_info_details h2 {
  margin-bottom: 15px;
}

.book-online-login .booking_form {
  border-radius: 10px;
}

#bookonlineFormLogin .row {
  align-items: center;
}

#bookonlineFormLogin .enq_btn {
  z-index: 1;
}

#bookonlineFormLogin .enq_btn:after {
  z-index: -1;
}

.book-online-cat .nav-pills .nav-link.active {
  background: #e3e3e3;
}

.book-online-cat .nav-pills .nav-link span {
  display: block;
}

.book-online-cat .product-title {
  color: #000;

  margin-top: 15px;
}

.book-online-cat .nav-pills .nav-link {
  color: #000;

  border: 1px solid #eee;

  margin: 0 10px 0 0;
}

.book-online-cat .nav-pills .nav-link img {
  height: 174px;

  object-fit: contain;
}

.book-online-cat .nav {
  margin-bottom: 3rem !important;
}

/* Slider CSS Start  */

.splide__slide {
  display: flex;

  justify-content: center;

  align-items: center;

  height: 400px;

  width: 580px;

  overflow: hidden;

  transition: 0.2s;

  border-width: 2px !important;

  margin: 10px 4px;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 1px solid #ccc;

  padding: 5px;
}

.splide__slide img {
  width: auto;

  height: auto;

  margin: auto;

  display: block;

  max-width: 100%;

  max-height: 100%;
}

/* Slider CSS End  */

/* 18.11.2025 */

.machine-demo-images {
  padding-top: 80px;
}

.pro-form #bookonlineForm section {
  border-top: 2px solid #d7d7d7;

  padding-top: 20px;

  position: relative;

  padding-bottom: 150px;
}

.pro-form #bookonlineForm h4 {
  font-size: 18px;

  color: #000;

  margin-top: 0;

  margin-bottom: 18px;

  font-weight: bold;

  position: absolute;

  top: -10px;

  left: 0;
}

.pro-form #bookonlineForm h4 span {
  background: #fff;

  padding-right: 5px;

  display: inline-block;
}

.pro-form #bookonlineForm section aside {
  display: flex;

  padding-bottom: 5px;

  width: 100%;
}

.pro-form #bookonlineForm section aside strong {
  width: 130px;

  padding-right: 10px;

  float: left;

  line-height: 3;
}

.pro-form #bookonlineForm section aside article {
  width: calc(100% - 130px);

  float: left;
}

.pro-form #bookonlineForm section aside article label {
  display: block;

  position: relative;

  padding-left: 35px;

  margin-bottom: 8px;

  cursor: pointer;

  font-size: 14px;

  font-weight: normal;

  text-align: center;

  min-width: 100px;

  padding: 8px 25px;

  float: left;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;
}

.pro-form
  #bookonlineForm
  section
  aside
  article
  label
  input:checked
  ~ .checkmark {
  border-color: #c3002e;
}

.checkmark {
  position: absolute;

  top: 2px;

  left: 2px;

  height: 98%;

  width: 98%;

  z-index: 0;

  border: 1px solid #cbcbcb;

  border-radius: 5px;

  padding: 5px;
}

.checkmark:after {
  content: "";

  position: absolute;

  display: none;
}

.pro-form
  #bookonlineForm
  section
  aside
  article
  label
  input:checked
  ~ .checkmark:after {
  display: block;
}

.pro-form #bookonlineForm section aside article label input {
  position: absolute;

  opacity: 0;

  cursor: pointer;
}

.pro-form .checkbox {
  width: 33.333%;

  min-width: 110px;

  float: left;

  margin: 0;

  padding: 10px 5px 0px;
}

.pro-form .checkbox a {
  border: 1px solid #000;

  width: 96px;

  height: 76px;

  margin-bottom: 8px;

  overlay: hidden;

  position: relative;

  display: block;
}

.pro-form .checkbox a:before {
  content: "\f00e";

  font-family: FontAwesome;

  position: absolute;

  right: 0;

  bottom: 0;

  color: #fff;

  z-index: 2;

  font-size: 18px;
}

.pro-form .checkbox a:after {
  content: "";

  position: absolute;

  right: 0;

  bottom: 0;

  z-index: 1;

  width: 0;

  height: 0;

  border-width: 0 0 44px 44px;

  border-color: transparent transparent #171515 transparent;

  border-style: solid;
}

.pro-form .checkbox input[type="checkbox"] {
  width: 20px;

  height: 20px;

  margin-top: 0;

  margin-left: -27px;
}

.pro-form .checkbox label {
  padding-left: 26px;
}

.pro-form .checkbox label {
  display: inline-block;

  max-width: 100%;

  margin-bottom: 5px;

  font-weight: 700;

  color: #000;
}

.standard {
  padding-bottom: 20px !important;
}

.pro-form .last-child .radio {
  display: inline-block;

  margin-right: 10px;
}

.pro-form .last-child label {
  display: inline-block;

  max-width: 100%;

  margin-bottom: 5px;

  font-weight: 700;

  color: #000;
}

.last-child {
  padding-bottom: 20px !important;
}

.banking_option .form-control {
  height: 40px;
}

.banking_option label {
  display: inline-block;

  max-width: 100%;

  margin-bottom: 5px;

  font-weight: 700;

  color: #000;
}

.form-group.terms_row {
  padding-top: 8px;

  margin: 0;

  margin-bottom: 9px;

  display: flex;
}

.form-group.terms_row article {
  padding-left: 8px;
}

.form-group.terms_row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 0;
  position: relative;
  top: 4px;
}

#thumbnail_slider-list {
  margin-top: 25px !important;
}

#thumbnail_slider-list li {
  width: 150px !important;

  height: 100px !important;

  transition: 0.3s all ease-in-out;
}

#thumbnail_slider-list .splide__slide.is-active {
  border: 2px solid #ffcc00;
}

/* end */

.seact_lang a {
  margin-left: 5px;

  color: var(--yellowColor);
}

.commondesign-section h1 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .faq .main_hd:before,
  .faq .main_hd:after {
    width: 100%;
  }

  .faq .container {
    padding: 0;
  }

  .cat_info_details .dtl_btn {
    position: relative;
    z-index: 9;
  }

  .cat_info_details ul li ul,
  .cat_info_details ul li ul li {
    padding-bottom: 0;
  }

  .term-diesel-generator .cat_info_cont {
    margin-top: 0;
  }

  .coolant_sec figure {
    margin-bottom: 0;
  }

  .coolant_cont .share h4:after {
    display: none;
  }

  .booking_form .form-check-label input {
    position: relative;
    top: 3px;
  }

  .black_ovrlay:after {
    top: 0;
  }

  .cat_info_details:after {
    top: 0;
    width: 265px;
  }

  .testi_card {
    margin: 45px 10px;
  }

  .sos_fig_img {
    padding-left: 15px;
  }

  .sos_fig_img .fig_img {
    padding: 0 15px 15px 0;
  }

  .trade-in-sec .main_hd h2:after {
    height: calc(100% - 11px);
  }

  .used-search-res .white_bg {
    height: auto;
  }

  .used-search-res .location-wrap span {
    font-size: 14px;
  }

  .cat_info_details {
    padding: 20px;
  }

  sup.hash_icon {
    top: -22px !important;
  }

  .cva_sec sup {
    font-size: 1.625rem !important;
  }

  .service_commitment table tr td table tr td .d-flex {
    display: block !important;
  }

  .cva_sec figure {
    margin-bottom: 70px !important;
  }

  .cva_yellow_bg .d-flex {
    display: block !important;
  }

  .innercont .content-product {
    padding: 30px 0 0;
  }

  .enquiry {
    margin-top: 30px;
  }

  .online_registration .d-flex {
    display: block !important;

    text-align: center;
  }

  #used-search-form .enq_btn {
    padding: 8px 20px !important;
    width: 49%;
  }

  .get_quote_form {
    margin: 0;
  }

  .get_quote_form .form-check {
    padding-left: 0;
  }

  .trade-form {
    padding: 20px;
  }

  .get_quote_form .wpcf7-recaptcha iframe,
  .trade-form .g-recaptcha iframe,
  .enquiry .wpcf7-recaptcha iframe {
    transform: scale(0.9);
    position: relative;
    left: -10px;
  }

  .enquiry {
    padding: 15px;
  }

  /* #product-detils-mob .breadcrumb_bg {
    display: block;
  } */
  .followUs.cameIn #followBtn img {
    transform: rotate(90deg);
  }

  .single_leaders_speak .msg_box figure {
    float: none;

    margin-bottom: 30px;

    padding: 0;
  }

  .single_leaders_speak .msg_box figure img {
    width: 100%;
  }

  .single_leaders_speak {
    padding: 67px 0 20px;

    margin-top: 20px;
  }

  .innercont .video-wrap .main_hd h2 {
    font-size: 35px;
  }

  .innercont .video-wrap .main_hd h2:after {
    height: calc(100% - 14px);
  }

  .campign_ban_txt {
    width: 100%;

    left: 0;

    padding: 0 15px;

    top: 24%;
  }

  .campign_ban_txt h2 {
    font-size: 30px;
  }

  .campign_ban_txt h2 span {
    font-size: 35px;
  }

  .trade-form .wpcf7 form > div,
  .trade-form .wpcf7 form > p {
    margin-bottom: 0;
  }

  .trade-form .form-group {
    margin-bottom: 15px !important;
  }

  .trade-form .submit_btn {
    margin-top: 15px;
  }

  .playstr_bg {
    font-size: 20px;

    line-height: 25px;

    padding: 20px;
  }

  .playstr_bg .d-flex {
    margin-top: 19px;
  }

  .innerbanner.cat_central_ban > img {
    height: 315px;

    object-fit: cover;
  }

  .cat_central .inner_hd h1 {
    font-size: 28px;
  }

  .cat_parts .swiper {
    padding-top: 66px;
  }

  .innerbanner_cont,
  .innerbanner.cat_central_ban .breadcrumb_bg {
    z-index: 1;
  }

  .innerbanner.cat_central_ban:after {
    position: absolute;

    content: "";

    background: rgba(0, 0, 0, 0.5);

    width: 100%;

    height: 100%;

    top: 0;
  }

  .mm-btn--prev:before {
    border-color: #fff;
  }

  .effective_action ul li {
    padding: 10px;
    line-height: 18px;
  }

  /* .effective_action {
    margin-bottom: 30px;
  } */

  .smart_decision .black_ovrlay {
    left: 0;
  }

  .enq_right_form .enquiry {
    max-width: 100%;

    margin-top: 60px;
  }

  .gci_repair_cont .dtl_btn {
    margin-top: 15px;
  }

  .yellow_cat_bg {
    margin-bottom: 30px;
  }

  .repair_sec h3 span {
    display: inline-block;
  }

  .why_repair {
    flex-wrap: wrap;
  }

  .why_repair .facility_right {
    padding: 20px;

    width: 100%;
  }

  .facility_img iframe {
    height: 300px;
  }

  .bcp_repair_option ul {
    gap: 5px;
  }

  .bcp_repair_option ul li {
    flex: 49%;
  }

  .bcp_repair_option .yellow_bg .d-flex {
    flex-wrap: wrap;

    justify-content: center !important;
  }

  .pdf_dwnld {
    padding-top: 10px;
  }

  .gci_repair:after {
    display: none;
  }

  .gci_repair .oveley {
    position: static;
  }

  .repair_sec h3 {
    font-size: 25px;

    line-height: 35px;
  }

  .footerContact {
    flex-flow: wrap;

    margin-top: 30px;
  }

  .footerContactItem {
    width: 100%;

    border-right: none;

    border-bottom: 2px solid #000;
  }

  .pl-30 {
    padding-left: 15px;
  }

  .footerContent {
    margin-bottom: 30px;
  }

  .footerContent.pl-30 {
    padding-left: 0;
  }

  .footerlogo {
    display: inline-block;

    margin-bottom: 35px;
  }

  .playstore {
    margin: 15px 0 20px;
  }

  .copyrightbar p {
    text-align: center;

    margin-bottom: 8px;
  }

  .bottomnav {
    justify-content: center;
  }

  .swiper {
    padding-top: 30px;

    transform: inherit;

    margin-bottom: 30px;
  }

  .cat_parts_cont .cmn_hd {
    margin-bottom: 19px;
  }

  .cat_parts_cont .cmn_hd h2 span {
    font-size: 25px;
  }

  .oveley {
    position: static;
  }

  .exp_sec .exp_cont h3 {
    font-size: 30px;

    margin-bottom: 30px;

    line-height: 39px;
  }

  .exp_sec {
    padding: 40px 0 0;
  }

  .dwnld_app {
    padding: 20px 0 15px 20px;

    margin-top: 35px;
  }

  .vision_card .d-flex {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .vision_card_img figure {
    height: 275px;
  }

  .vision_card_img img,
  .vision_card_img {
    width: 100%;
    max-width: 100%;
  }

  #tradeForm .form-group.terms_row {
    margin-bottom: 10px;
  }

  .rebuild_desc.mb-5 {
    margin-bottom: 0 !important;
  }

  .oil_sample .maintain_txt h5 {
    margin-bottom: 15px;
  }

  .cat_inspect figure.mb-0 {
    margin: 0 0 1rem !important;
  }

  .unnati h5,
  .pragati h5 {
    font-size: 17px;
    line-height: 24px;
    text-align: left;
  }

  .unnati_yellow_bg_cont {
    margin-top: 50px;
  }

  .pragati .inner_hd {
    text-align: left !important;
  }

  .coolant_sec:after {
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* .inner_hd h1 {
    padding: 0 0 0 10px;
  }
  .cat_warranty .inner_hd h1:after {
    height: calc(100% - 20px);
    left: 0;
  } */
  a.enquiry_now {
    bottom: inherit;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }

  .cat_inspect .dwnld_btn {
    margin-bottom: 30px;
  }

  .data_info .yellow_bg {
    min-height: 313px;
  }

  .enquiry .wpcf7-recaptcha iframe {
    transform: scale(0.8);
    position: relative;
    left: -25px;
  }

  .smart_decision .col-md-4.p-0 {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .smart_decision .col-md-4.pe-0 {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .smart_decision .col-md-4.ps-0 {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .smart_decision .mb-0 {
    margin: 0 0 1rem !important;
  }

  .smart_decision .black_ovrlay {
    left: 0;
    min-height: auto;
  }

  .total_btn a {
    padding: 6px 13px;
  }

  .oil_sample .maintain_txt {
    margin-top: 0;
  }

  .maintainance h5 {
    font-size: 18px;
  }

  .form-check {
    padding-left: 1.5em;
  }

  .innerbanner.cat_central_ban > img {
    height: 300px;
  }

  .finance .inner_hd h1:after {
    left: 0;
    height: calc(100% - 18px);
  }

  .cat_parts_cont .cmn_hd h2 span {
    font-size: 37px;
  }

  .enquiry {
    padding: 15px;
  }

  .spcl_benefit .d-flex {
    display: block !important;
  }

  .spcl_benefit .d-flex p {
    margin-top: 10px;
    text-align: center !important;
  }

  .cat_central .inner_hd h1,
  .cat_central .cmn_hd h2 {
    font-size: 35px;
  }

  .inside_view .most_left,
  .inside_view_right {
    height: auto;
  }

  .inside_view .galleryItem,
  .inside_product_cont figure,
  .inside_product_cont figure img {
    height: auto;
  }

  .most_product_cont {
    padding: 35px 15px;

    height: 350px !important;
  }

  .why_choose_hldr .why_card {
    min-height: 340px;
  }

  .most_product_cont h4 {
    min-height: 60px;
  }

  .pressImg img {
    height: auto;
  }

  .pl-30 {
    padding-left: 30px;
  }

  .footernav li a {
    font-size: 12px;

    line-height: 25px;

    padding-left: 10px;
  }

  .footernav li a::before {
    width: 5px;

    height: 5px;

    top: 9px;
  }

  .fcContent a {
    font-size: 15px;

    line-height: 17px;

    word-break: break-all;
  }

  .fcContent p {
    font-size: 11.5px;

    line-height: 20px;

    letter-spacing: 0%;

    color: #000;
  }
}

.timing {
  font-family: Arial;

  font-weight: 400;

  font-size: 12px;

  line-height: 100%;

  color: #b9babc;

  margin-bottom: 0;
}

/* .used-search-container .inner_hd {
  margin-bottom: 30px;
} */

#search-results {
  margin-top: 30px;
}

.form-serach select {
  height: 45px;

  border-radius: 40px;

  padding: 5px 20px;

  font-size: 14px;
}

/* .undefined-error {

    border: 2px solid #ff0000;

    padding: 5px;

    border-radius: 4px;

} */

img.w-100.uniq-107,
img.w-100.uniq-106,
img.w-100.uniq-105,
img.w-100.uniq-102,
img.w-100.uniq-60 {
  height: 619px;

  object-fit: contain;

  border: 1px solid #eee;
}

.white-bg {
  position: relative;

  overflow: hidden;

  padding: 20px;

  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.0784313725);

  border-radius: 12px;

  display: block;
}

.card-img {
  padding-bottom: 190px;

  height: 100%;
}

.news-insights-card-item-img-con-h img {
  border-radius: 8px;

  border: 1px solid #eee;

  width: 100%;

  height: 185px;

  object-fit: cover;
}

.card-cont {
  padding: 20px;

  position: absolute;

  width: 100%;

  height: auto;

  bottom: 0;

  right: 0;

  left: 0;

  background-color: #fff;

  z-index: 1;
}

.date {
  color: #fbca1a;

  font-size: 18px;

  font-weight: 500;

  display: block;

  margin-bottom: 12px;
}

.card-cont h3 {
  background: transparent;

  padding: 0;

  color: #4e4e4d;

  margin-bottom: 12px;

  font-weight: 600;

  font-size: 20px;

  line-height: 1.2;

  height: 65px;
}

.white-bg .card-insight-cont {
  height: 0;

  transition: all 0.2s ease-in;

  overflow: hidden;

  color: #000;
}

.read-more {
  color: #fbca1a;

  font-size: 18px;

  font-weight: 500;

  display: block;
}

.white-bg:hover .card-insight-cont {
  transition: all 0.2s ease-in;

  height: 7.5rem;
}

h5.blog_dates {
  margin-bottom: 20px;
}

.blog-social h2 {
  margin-bottom: 20px;
}

.blog-social ul li {
  list-style-type: disc;
}

.blog-social ul {
  padding: 0 0 20px 20px;
}

.blog_new_dsg .nav {
  display: block;
}

.blog_details_hd h1 {
  font-size: 35px;

  padding-bottom: 25px;
}

.blog_details_hd h1:after {
  top: 50%;
  height: calc(100% - 16px);
}

.blog_dates {
  display: flex;

  gap: 10px;
}

.blog_dates svg path {
  fill: var(--yellowColor);
}

.blog-content h5 {
  font-size: 30px;

  padding: 0 0 15px;
}

.blog-content h3 {
  padding-bottom: 15px;
}

.blog-content ul {
  padding-bottom: 20px;
}

.blog-content ul li {
  padding: 0 0 10px;
}

aside.custom-sidebar h4 {
  padding-bottom: 20px;

  font-size: 30px;
}

.recent-posts li a,
.category-list li a {
  color: #000;

  padding: 0 0 5px;
}

.recent-posts li a:hover,
.category-list li a:hover {
  color: var(--yellowColor);
}

.recent-posts li,
.category-list li {
  position: relative;
}

.recent-posts li:before,
.category-list li:before {
  position: absolute;

  content: "";

  background: #000;

  width: 6px;

  height: 6px;

  top: 9px;

  left: -15px;

  border-radius: 50%;
}

.recent-posts,
.category-list {
  padding: 0 0 0 20px;
}

/* 30.10.2025 */

#tradeForm .form-control {
  min-height: 55px;

  padding: 14px 20px;

  font-family: Arial;

  font-weight: 400;

  font-size: 15px;

  line-height: 13px;

  color: #5b5b5b;

  box-shadow: none !important;

  border-radius: 5px;

  border: none !important;
}

#tradeForm .form-group {
  margin-bottom: 30px;
}

#tradeForm .form-group.terms_row,
#tradeForm .form-group.last-child {
  /* margin-bottom: 0; */
}

#tradeForm .form-group.last-child {
  text-align: right;
  margin: 0;
  padding-bottom: 0 !important;
}

#otpModal .modal-content {
  background: #f1f1f1;
}

#otp_input {
  min-height: 55px;

  padding: 14px 20px;

  font-family: Arial;

  font-weight: 400;

  font-size: 15px;

  line-height: 13px;

  color: #5b5b5b;

  box-shadow: none !important;

  border-radius: 5px;

  border: none !important;
}

#verifyOtpBtn {
  background: #ffcc00;

  border-radius: 40px;

  padding: 12px 20px;

  font-size: 17px;

  font-weight: 600;

  width: 200px;

  text-transform: uppercase;

  border: none;

  color: #000;

  transition: 0.5s;
}

#verifyOtpBtn:hover {
  background: #000;

  color: #fff;

  transition: 0.5s;
}

#otpModal .modal-content .error-message {
  display: block;
  text-align: left;
}

.effective_action p {
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 30px;
}

button.dtl_btn.mt-3.d-block.text-center.compare-btn {
  border: none;
  width: 100%;
}

.form-check .form-check-input {
  border: transparent;
  background: transparent;
}

.term-diesel-generator-set .cat_txt {
  min-height: 65px;
}

/* ==================fuel page start 06.04.2026=================== */
.roboto-heading h1 {
  font-weight: bold;
  font-style: bold;
  text-align: center;
  color: #212529;
  font-size: 40px;
  padding: 0;
  margin: 0 0 10px;
  letter-spacing: -2px;
}

.guranteeProgramme {
  padding: 50px 0 0;
}

.gray-bg-1 {
  background: #fff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(221, 221, 221, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 51px 0;
}

.line-graypic img {
  width: 100%;
}

.line-graypic {
  margin: 0;
  border-top: #9d9d9d solid 4px;
}

.line-graypic:hover {
  box-shadow: #5f4b00 0px 2px 20px;
}

.videoContentLeft {
  padding-right: 30px;
}

.videoContentLeft h3 {
  font-size: 26px !important;
  margin: 0 0 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  color: #000;
}

.videoContentLeft p {
  color: #000;
  font-size: 16px;
  font-weight: normal !important;
  text-align: left;
  margin-bottom: 15px;
}

.yellow-bg-1 {
  background: #fff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 215, 60, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 51px 0;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.videoContentLeft ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.videoContentLeft ul li {
  padding: 0 0 0 25px;
  position: relative;
  color: #212529;
  font-size: 16px;
}

.videoContentLeft ul li::before {
  width: 6px;
  aspect-ratio: 1;
  background: #000;
  position: absolute;
  content: "";
  top: 7px;
  left: 8px;
  border-radius: 50%;
}

.lowerPart h3,
.lowerPart p {
  color: #212529;
}

.videoContentLeft.lowerPart {
  padding: 20px 0;
}

.row.align-items-center {
  align-items: center;
  display: flex;
}

.accItem summary {
  background-color: #f2f2f2;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: bold;
  /* font-family: 'Roboto Condensed'; */
  color: #333;
  font-size: 16px;
}

.accItem summary {
  position: relative;
  list-style: none;
}

.accItem summary::before {
  content: "+";
  position: relative;
  margin-right: 10px;
  float: right;
}

.accItem.show summary::before {
  content: "-";
}

.accItem summary span {
  display: inline-block;
  margin-right: 5px;
  transform: rotate(-90deg);
  transition: 0.5s;
}

.accItem.show summary span {
  transition: 0.5s;
  transform: rotate(0deg);
}

.accItem {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
}

.accItem .accContent p {
  margin: 0;
  color: #212529;
}

.accItem .accContent {
  margin: 0;
  font-size: 15px;
  background-color: #fff;
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.accItem.show .accContent {
  padding: 15px 15px;
  max-height: 200px;
  transition: 0.5s;
}

.accContainer {
  margin: 0 0 70px;
}

.sectionTitle {
  font-weight: bold;
  text-align: center;
  color: #212529;
  font-size: 40px;
  padding: 0;
  margin: 10px 0 30px;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.faqMore p {
  font-size: 16px;
  color: #212529;
  margin: 0;
}

.FuelFAQ.gray-bg-1 {
  padding: 51px 0 80px;
}

.faqMore .sectionTitle {
  margin: 50px 0 40px;
}

.row.justify-content-center {
  display: flex;
  justify-content: center;
}

.detailsForm {
  background: #ffcb02;
  padding: 50px 0;
}

.detailsForm .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.g-recaptcha {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  border-radius: 4px !important;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
}

.detailsForm .g-recaptcha:hover,
.detailsForm .g-recaptcha:focus {
  background-color: transparent;
  transition: 0.5s;
  border: 1px solid #343a40 !important;
}

/* 13.04.2026 */
a.contactFuel.all_btn {
  border-radius: 0px;
  position: fixed;
  top: 50%;
  box-shadow: 0px 0px 5px 0px rgb(139 139 139 / 50%);
  max-width: 40px;
  left: 5px;
  width: auto;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  height: auto;
  min-width: auto;
  line-height: 1;
  padding: 20px 010px;
  transform: translateY(-50%) rotate(180deg);
  text-transform: capitalize;
  background: #000;
  color: #fff;
}

a.contactFuel.all_btn:hover {
  background: #ffcb02;
  color: #000;
}

/* ==================fuel page start 06.04.2026=================== */

/* ========================== responsive ========================== */

@media (max-width: 1440px) {
  img.w-100.uniq-107,
  img.w-100.uniq-106,
  img.w-100.uniq-105,
  img.w-100.uniq-102,
  img.w-100.uniq-60 {
    height: auto;
  }

  .gci_repair_cont h5 {
    min-height: 50px;
  }

  .innercont .content-product {
    padding: 0 15% 70px;
  }

  .cva_yellow_bg {
    padding: 50px 20% !important;
  }

  .parts_online_btn {
    bottom: 80px;

    left: 70px;
  }

  .logo img {
    width: 185px;
  }

  .srch_bx {
    width: 220px;
  }

  .online_parts img {
    height: 270px;
  }

  .gray_bg figure img {
    height: 130px;
  }

  .cat_info_cont .white_bg {
    margin-bottom: 100px;
  }

  .item_view_slider .cat_txt h3 {
    font-size: 23px;
  }

  .black_ovrlay {
    min-width: 100%;

    min-height: 330px;
  }

  .right_sec_overlay .black_ovrlay {
    right: 29px;
  }

  .smart_decision .align-items-center {
    align-items: inherit !important;
  }

  .em-solutions .pe-0 {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .em-solutions .ps-0 {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .em-solutions .white_bg {
    padding: 20px;

    top: 0;

    left: 0;

    margin-bottom: 20px;
  }

  .facility_text {
    padding-right: 0;
  }

  .innerbanner_cont {
    top: 30px;
  }

  .inside_view .main_hd h2 {
    font-size: 28px;
  }

  .exp_cont h3 {
    font-size: 40px;

    margin-bottom: 42px;
  }

  .repair_txt {
    padding-right: 0;
  }

  .gci_repair_slider {
    width: 85%;
  }

  .gci_repair .oveley {
    top: 25px;
  }

  .gci_repair {
    padding-bottom: 120px;
  }

  .run,
  .lang_change {
    right: 200px;
  }

  .run_campaign .most_right h5 {
    font-size: 17px;

    line-height: 25px;
  }

  .run_campaign .most_right ul li {
    padding: 29px 10px 0;

    align-items: inherit;
  }

  .catagory_cont_hldr .gray_bg h3 {
    font-size: 1.5rem;
    min-height: 60px;
  }
}

@media (max-width: 1366px) {
  .booking_form {
    padding: 15px;
  }

  .booking_form .form-check-label,
  .lab-wrap a,
  .lab-wrap p {
    font-size: 11px;
  }

  .facility_right {
    padding: 75px 150px 107px 65px;
  }

  .run_campaign .most_left {
    width: 34%;
  }

  .booking_btn_hldr a span {
    font-size: 12px;
  }

  .white_bg h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 1280px) {
  .booking_btn_hldr {
    top: 5%;
  }
  .cat_info_details {
    right: 50px;
    top: 50px;
  }

  .testi_slider .slick-prev,
  .testi_slider .slick-next {
    top: -35px;
  }

  .video-btn {
    bottom: 165px;
    right: 55px;
  }

  /* .catagory_tabs li button {
    padding: 10px 15px;
  } */

  .why_card {
    min-height: 432px;
  }

  .most_product_cont h4 {
    min-height: 38px;
  }

  .main_menu {
    gap: 10px;
  }

  .main_menu li a {
    font-size: 14px;
  }

  .form_toll_free_hldr {
    gap: 11px;
  }

  .item_view_slider .cat_txt h3 {
    min-height: 60px;
  }
}

@media (max-width: 1199px) {
  .catagory_cont_hldr {
    grid-template-columns: repeat(3, 1fr);
  }

  .booking_btn_hldr a {
    padding: 20px 0;
  }

  .ac_counter h3 {
    font-size: 30px;
  }

  .ac_counter span {
    height: 60px;

    width: 60px;
  }

  .ac_counter span img {
    width: 30px;
  }

  .our_achievement_hldr .row > div:nth-child(4),
  .our_achievement_hldr .row > div:nth-child(5),
  .our_achievement_hldr .row > div:nth-child(6) {
    padding-top: 20px;
  }

  .our_achievement {
    padding: 60px 0;
  }

  .most_left {
    padding: 40px 30px 40px 23px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .facility_right {
    padding: 20px 40px 90px 31px;
  }

  .facility_text_slider .slick-slide {
    padding: 0 10px;
  }

  .facility_left .facility_img figure {
    height: 100%;
  }

  .sol_bg {
    width: calc(100% - 535px);
  }

  #used-search-form .enq_btn {
    padding: 8px 19px;
  }

  .online_registration h4 {
    font-size: 20px;
  }

  .online_registration .d-flex {
    padding: 15px 15px;
  }

  .step_box span {
    width: 90px;
  }

  .step_box:first-of-type span:after {
    top: -56px;
  }

  .step_box:nth-child(even) span:after {
    bottom: -27px;
  }

  .latest-offer .know_more {
    margin-top: 5px;
  }

  .coolant_sec .dtl_btn {
    padding: 10px 20px;
  }

  .coolant_sec .dtl_btn span {
    font-size: 15px;
  }

  .wpcf7 .wpcf7-recaptcha iframe {
    transform: scale(0.8);
    position: relative;
    left: -29px;
  }
}

@media (max-width: 1023px) {
  #used-search-form .enq_btn {
    padding: 8px 19px;
  }

  .mm-btn--prev:before {
    border-color: #fff;
  }

  .total_btn a {
    font-size: 14px;
  }

  .smart_decision .col-md-4 {
    width: 100%;
  }

  .inner_hd h1,
  .cmn_hd h2 {
    font-size: 40px;
  }

  .breadcrumb_bg {
    padding: 5px;
  }

  .offersec .slide-content,
  .offersec .slide-content figure,
  .offersec .slide-content figure img {
    height: 100%;
  }

  .outer_right_pnal .wpcf7 .wpcf7-recaptcha iframe {
    transform: scale(0.9);

    left: -17px;

    position: relative;
  }

  .site-main {
    padding-top: 67px !important;
  }

  .spcl_benefit .d-flex p {
    margin-bottom: 0;
    text-align: right;
  }

  .srch_bx {
    width: 255px;
  }

  .banner figure {
    height: 515px;
  }

  .our_achievement_hldr .main_hd {
    margin-bottom: 30px;
  }

  .most_left {
    width: 100%;

    height: auto;

    text-align: center;
  }

  .our_achievement_hldr .main_hd {
    margin-bottom: 10px;
  }

  .catagory_tabs {
    margin-bottom: 30px;
  }

  .online_order {
    flex-wrap: wrap;

    gap: 5px;
  }

  .online_parts_hldr,
  .testi_video_slider_hldr {
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .gray_bg figure img {
    height: 130px !important;
  }
}

@media (max-width: 767px) {
  .black_ovrlay h5 {
    font-size: 20px;
    line-height: 25px;
  }

  .vision_card_cont {
    padding: 25px;
    border-radius: 0;
  }

  .dwnld_app h4 {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .page-id-1233 .dwnld_app {
    padding: 20px;
  }

  .cat_central_ban .innerbanner_cont .inner_hd h1 {
    margin-bottom: 0;
  }

  .page-id-552 .maintain_txt,
  .page-id-524 .maintain_txt,
  .page-id-389 .maintain_txt {
    margin-top: 0;
  }

  .cat_central_ban .innerbanner_cont p {
    font-size: 16px;
    line-height: 23px;
  }

  .cva_sec h1 {
    font-size: 2.325rem !important;
  }

  .cva_hd h2 {
    font-size: 25px !important;
  }

  .cva_yellow_bg {
    padding: 30px 0 !important;
  }

  .cva_yellow_bg h3 {
    font-size: 30px !important;
    text-align: center;
  }

  .card_img {
    margin-bottom: 50px !important;
  }

  .job_purpose {
    padding: 80px 0 35px !important;
  }

  .dtl_btn span {
    font-size: 16px !important;
  }

  .fcContent a {
    font-size: 16px;
  }

  .fcContent b {
    display: block;
  }

  #search-results .ps-0 {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  #search-results .pe-0 {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .cat_info_cont .cat_info_details {
    padding: 20px;
    right: 0;
    top: 0;
  }

  .cat_info_cont .cat_info_img {
    padding-bottom: 20px;
  }

  .lang_change_btns {
    top: 120px !important;

    right: 8px !important;

    display: flex;
  }

  .booking_btn_hldr a {
    padding: 10px;
  }

  .gallery-wrapp ul {
    flex-wrap: wrap;
  }

  .gallery-wrapp ul li figure img,
  .gallery-wrapp ul li {
    width: 100%;
  }

  .catagory.three-view {
    padding: 60px 0;
  }

  .catagory_hldr .overview_tab ul li {
    width: 170px;
  }

  .catagory_hldr .overview_tab ul li span {
    font-size: 13px;
  }

  .overview_tab .accordion-header button {
    font-size: 20px;
  }

  .innerbanner.campaign_banner > img {
    height: 300px;
  }

  .run,
  .lang_change {
    right: 15px;
  }

  .lang_change {
    top: 118px;
  }

  .hindusthan img {
    width: 100px;

    height: auto !important;
  }

  .white_shadow_box {
    padding: 30px;
  }

  .run,
  .hindusthan {
    top: 15px;
  }

  .run > img {
    width: 155px;

    height: auto !important;
  }

  .run_campaign .most_left {
    width: 100%;

    padding: 50px 35px 50px 35px;

    height: 135px;
  }

  .run_campaign .most_right ul {
    display: flex;

    flex-wrap: wrap;
  }

  .run_campaign .most_right ul li {
    flex: 50%;
    margin: 0 0 20px;
  }

  .run_campaign .main_hd h2 {
    font-size: 40px;
  }

  .em-solutions .white_bg {
    height: auto;
  }

  .run_campaign .main_hd h2:after {
    height: calc(100% - 18px);
  }

  .gci_repair_slider {
    width: 100%;
  }

  .offersec .swiper-button-prev {
    top: inherit;

    left: 35%;

    bottom: -65px;
  }

  .offersec .swiper-button-next {
    top: inherit;

    left: 52%;

    right: inherit;

    bottom: -65px;
  }

  .offersec .author {
    bottom: -93px;
  }

  .inside_view .most_left {
    height: auto;
  }

  .item_view_slider .slick-list {
    padding: 65px 0 0;
  }

  .inside_view_right {
    display: block;

    height: auto;
  }

  .dwnlod_cat_bg {
    margin-bottom: 10px;
  }

  .step_curve,
  .step_box span:after,
  .step_box:nth-child(even) span:after {
    display: none;
  }

  .step_box {
    width: 50%;

    flex-direction: column;
  }

  .step_box span,
  .step_box:nth-child(even) span {
    margin: 15px auto 15px;
  }

  .step_container {
    margin: 0 0 50px;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .step_box:nth-child(even) {
    top: 0;
  }

  .online_registration .d-flex {
    padding: 15px;

    align-items: center;
  }

  .online_registration h4 {
    font-size: 19px;
  }

  .booking_form {
    padding: 15px;
  }

  .benefit_txt {
    width: 90%;
  }

  .benefits {
    padding-bottom: 0;
  }

  .benefits .cmn_hd h2:after {
    left: 0;

    top: 35px;
  }

  .benefit_txt h4 {
    font-size: 20px;

    line-height: 20px;
  }

  .benefit_txt {
    padding: 20px;
  }

  .coolant_cont .d-flex {
    flex-wrap: wrap;
  }

  .coolant_sec .dtl_btn {
    margin-top: 30px;
  }

  .page-id-1015 .coolant_sec .dtl_btn {
    margin-top: 10px;
  }

  .share.share_option {
    margin-bottom: 20px;
  }

  .coolant_cont {
    margin-bottom: 40px;
    padding: 20px;
  }

  .reach_us_cont .reach_bg {
    margin-bottom: 30px;
  }

  .reach_bg p strong {
    margin-bottom: 15px;

    font-size: 15px;
  }

  .reach_us_cont h4 {
    font-size: 20px;

    line-height: 25px;

    padding: 15px;
  }

  .sales ul {
    justify-content: center;
  }

  .sales ul li figcaption h4 {
    font-size: 16px;
  }

  .sales ul li {
    flex: 0 0 48%;

    max-width: 48%;
  }

  .solution .d-flex,
  .sales ul {
    flex-wrap: wrap;
  }

  .solution {
    padding: 20px 0 0;
  }

  .sol_bg h4 {
    font-size: 20px;

    line-height: 25px;

    padding-bottom: 15px;
  }

  .cmn_hd h2 {
    font-size: 30px;

    padding-left: 15px;
  }

  .inner_hd h1:after,
  .cmn_hd h2:after {
    height: calc(100% - 13px);
  }

  .inner_hd h1:after,
  .cmn_hd h2:after {
    left: 0;
  }

  .dealer_left_cont h4 {
    font-size: 24px;

    line-height: 35px;
  }

  .cmn_hd {
    text-align: left !important;
  }

  .dealer_gray_bg {
    margin-top: 15px;
  }

  .dealer_gray_bg ul,
  .white_shadow_box ul {
    column-count: 1;
  }

  .rent_bg {
    margin-bottom: 30px;
  }

  .sol_partner {
    padding-bottom: 135px;
  }

  .sol_partner_slider .slick-next {
    left: 61%;

    transform: translateX(-61%);
  }

  .scan_qt .d-flex {
    flex-wrap: wrap;

    justify-content: center;
  }

  .scan_qt .d-flex .btn_grp {
    margin-bottom: 20px;
  }

  .about_hindusthan {
    padding-bottom: 125px;
  }

  .run_testi_box {
    margin-bottom: 30px;
  }

  .sol_bg {
    width: 100%;

    margin-top: 0;

    padding: 25px;
  }

  .sol_bg h3 {
    font-size: 30px;

    line-height: 35px;

    padding-bottom: 10px;
  }

  /* .unnati p {
    margin-bottom: 50px;
  } */

  .unnati_yellow_bg p {
    margin-top: 10px;
  }

  .unnati_yellow_bg h4 {
    font-size: 15px;

    line-height: 19px;
  }

  .facility_left,
  .facility_right {
    width: 100%;
  }

  .facility_right {
    padding: 30px 30px 100px;
  }

  .facility_text_slider .slick-prev,
  .facility_text_slider .slick-next {
    top: 145px;
  }

  .facility_text_slider .slick-slide {
    padding: 0 10px;
  }

  .unnati_facilities {
    flex-wrap: wrap;
  }

  .coolant_sec {
    margin-bottom: 0;
  }

  .maintainance.partstore h5 {
    font-size: 16px;
  }

  a.know_more {
    margin-bottom: 30px;
  }

  .model_graph figure,
  .model_graph figure img

  /* .sos_fig_img figure,
  .sos_fig_img figure img  */ {
    height: auto;
  }

  .total_btn a {
    margin-top: 10px;
    width: 100%;
  }

  .total_btn a {
    margin-top: 10px;
  }

  .value_sec,
  .total_btn {
    display: block !important;
  }

  .value_sec .yellow_bg {
    margin-bottom: 30px;
  }

  .maintainance h5 {
    font-size: 16px;
    line-height: 25px;
    max-width: 100%;
  }

  .breadcrumb-item + .breadcrumb-item {
    padding-left: 20px;
  }

  .breadcrumb li a,
  .breadcrumb li.breadcrumb-item.active {
    color: #fff;

    font-size: 12px;
  }

  .breadcrumb-item + .breadcrumb-item::before {
    left: 9px;
  }

  .cooling_system h4 {
    font-size: 17px;

    line-height: 22px;
  }

  .cat_warranty .accordion-button {
    font-size: 17px;
    padding: 10px 15px;
  }

  .cat_info_cont .white_bg {
    margin-bottom: 60px;
  }

  .cat_bg {
    background: transparent;
  }

  .cat_info_cont .pe-0,
  .smart_decision .pe-0 {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .cat_info_cont .ps-0,
  .smart_decision .ps-0 {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .cat_info_cont .white_bg .flex-row-reverse .cat_info_details {
    left: 0;

    top: 0;
  }

  .innerbanner img {
    height: 150px;
    object-fit: cover;
  }

  .used-search-container .inner_hd h1 {
    margin-bottom: 0;
  }

  #used-search-uni .inner_hd h1 {
    margin-bottom: 30px;
  }

  .breadcrumb li.breadcrumb-item.active:before {
    top: 8px;
  }

  .innerbanner .cat_product_inner_details img {
    height: 100%;
  }

  .share .social-share figure img {
    height: auto;
  }

  .model_item figure {
    margin: 0;
    height: 200px;
  }

  .overview_cont {
    padding: 20px;
  }

  .overview_tab ul {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .overview_tab ul li {
    width: 100%;
  }

  .gray_bg {
    padding: 0 10px 25px 10px;
  }

  .dtl_btn {
    padding: 5px 12px;
  }

  /* .add-border {
    display: none;
  } */

  .add-border {
    border-left: transparent;
    padding: 0;
  }

  .cat_info_cont {
    margin-top: 50px;

    padding-bottom: 0;
  }

  .cat_info_img figure {
    margin: 0 0 1rem;
  }

  .innercont h2 {
    font-size: 25px;
  }

  .banner_text {
    justify-content: flex-start;
  }

  .banner figure {
    height: 560px;
  }

  .catagory_cont_hldr .gray_bg {
    height: calc(100% - 30px);
  }

  .followUs {
    top: 35%;
    display: block;
    right: 0 !important;
  }

  #followBtn {
    padding: 12px 10px;
  }

  .followUs ol {
    opacity: 0;
    transition: all 0.5s;
    max-height: 0;
    overflow: hidden;
  }

  .followUs.cameIn ol {
    opacity: 1;
    transition: all 0.5s;
    max-height: 400px;
  }

  .followUs li:nth-child(1) span {
    writing-mode: vertical-lr;

    transform: rotate(180deg);

    color: #b9babc;

    font-family: Arial;

    font-size: 15px;

    line-height: 13px;

    letter-spacing: 0%;

    background: #000;

    padding: 12px 10px;
  }

  .booking_btn_hldr a span {
    display: none;
  }

  /* .booking_btn_hldr a {

    padding: 10px;

  }



  .booking_btn_hldr a img {

    max-width: 20px;

  }



  .banner_frm_hldr {

    margin: 0 20px;

  } */

  .catagory_tabs li {
    width: 48%;
  }

  .catagory_cont_hldr {
    grid-template-columns: repeat(2, 1fr);

    gap: 15px;
  }

  .cmn_btn svg {
    width: 20px;
  }

  .testi_video_slider_hldr {
    flex-wrap: wrap;
  }

  .big_slider_hldr,
  .small_slider_hldr {
    width: 100%;
  }

  .site-footer {
    padding: 40px 0 0;
  }

  .breadcrumb_bg {
    max-width: 100%;
    padding: 5px 10px;
  }

  .spcl_benefit {
    margin: 30px 0;
  }

  .spcl_benefit .d-flex p {
    margin-bottom: 0;
    text-align: center;
    margin-top: 12px;
  }

  .form-check {
    padding-left: 1.5em;
  }

  .subscribe.Knowmore {
    font-size: 15px;
  }

  .inner_hd h1 {
    font-size: 30px;
  }

  .site-tag.red img,
  .site-tag.black img {
    width: auto !important;
    border: transparent;
  }

  .parts_map {
    margin-bottom: 30px;
  }

  a.enquiry_now {
    bottom: 45px;

    left: 50%;

    padding: 6px 18px;

    transform: translate(-50%, -50%);
  }

  .offersec .swiper {
    padding: 16px 0 95px 0;

    margin-bottom: 50px;
  }

  .inner_hd h1:after {
    height: calc(100% - 12px);

    left: -5px;
  }

  .faq .main_hd h2 {
    font-size: 30px;
    line-height: 31px;
  }

  .faq .main_hd h2:after {
    display: none;
  }

  .customer_view .main_hd h2 {
    text-align: left;
    font-size: 30px;
    line-height: 35px;
    padding-left: 10px;
  }

  .customer_view .main_hd h2:after {
    height: calc(100% - 15px);
    left: 0;
  }

  .customer_view .item_view_slider .white_bg {
    height: 180px;
  }

  .customer_view .item_view_slider .cat_txt {
    margin-bottom: 15px;
  }

  /* .customer_view .gray_bg figure img {
    height: 120px;
    padding: 5px;
  } */

  .overview_tab .accordion-item {
    margin-bottom: 15px;
  }

  .cat_info_img img {
    object-fit: cover;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
  }

  .faq .accordion {
    padding: 30px 15px 0;
  }

  .faq {
    padding-bottom: 30px;
  }

  .inner_hd {
    /* margin-bottom: 30px; */
    text-align: left;
    /* padding-left: 5px; */
  }

  .em-solutions h5 {
    font-size: 16px;

    max-width: 100%;
  }

  .black_ovrlay {
    left: 0;

    padding: 15px;

    min-height: inherit;
  }

  .smart_decision .p-0 {
    padding: 0 10px !important;
  }

  .right_sec_overlay .black_ovrlay {
    right: 0;
  }

  .smart_decision .mb-0 {
    margin-bottom: 1rem !important;
  }

  .yellow_bg {
    min-height: inherit;
  }

  .overview_tab {
    flex-wrap: wrap;
  }

  .overview_tab .nav {
    width: 100%;

    flex-direction: inherit !important;
  }

  .gray_bg figure img {
    height: auto;
  }

  .white_bg {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 15px;
  }

  .cat_txt {
    margin-bottom: 0;
  }

  .catagory_cont_hldr .gray_bg h3 {
    font-size: 18px;
    min-height: auto;
  }

  .box-tit-but {
    height: calc(100% - 113px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .cat_info_cont .white_bg {
    height: auto;
  }

  .class-wheel-loader {
    padding-bottom: 0;
  }

  .spcl_benefit .d-flex {
    display: block !important;
  }

  .cat_product_inner_details h1:after {
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }

  .overview .cmn_hd {
    text-align: center !important;
  }

  .accordion {
    padding-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .customer_view .main_hd h2 {
    text-align: left;
    padding: 0 0 0 14px;
  }

  .customer_view .main_hd h2:after {
    left: 0;
  }

  .overview_tab ul li {
    width: 100%;
  }

  .cat_bg {
    background: transparent;
  }

  .cat_info_details {
    right: 0;
    top: 0;
    border-radius: 0 20px 20px 0;
  }

  .cat_info_cont .white_bg .cat_info_img {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
  }

  .cat_info_cont .white_bg .flex-row-reverse .cat_info_details {
    right: inherit;
    left: 0;
    border-radius: 20px 0 0 20px;
  }

  .cat_info_cont .white_bg .flex-row-reverse .cat_info_img {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
  }

  .cat_info_cont {
    margin-top: 40px;
  }

  .cat_info_cont .white_bg {
    margin-bottom: 50px;
  }

  .faq {
    margin-top: 0;
    padding-bottom: 50px;
  }

  .accordion {
    padding-top: 50px;
  }

  .coolant_sec .d-flex {
    display: block !important;
  }

  .coolant_sec .d-flex .text-center {
    text-align: left !important;
  }

  .coolant_sec .dtl_btn span {
    font-size: 16px;
  }

  .coolant_sec .dtl_btn {
    margin-top: 15px;
  }

  .reach_us_cont h4 {
    font-size: 25px;

    line-height: 35px;

    padding: 20px;
  }

  .benefit_txt {
    width: 100%;

    bottom: -145px;

    padding: 15px;

    min-height: 200px;
  }

  .benefit_txt h4 {
    font-size: 20px;

    line-height: 25px;
  }

  .facility_text_slider .slick-next,
  .facility_text_slider .slick-prev {
    top: 172px;
  }

  .sol_bg {
    width: calc(100% - 380px);
    padding: 20px;
    margin-top: -99px;
  }

  .sol_bg h4 {
    font-size: 30px;
  }

  .solution {
    padding: 63px 0 0;
  }

  .sol_bg h3 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 14px;
  }

  .sales ul li figcaption h4 {
    font-size: 16px;
  }

  .facility_img figure {
    height: 100%;
  }

  .facility_right {
    padding: 30px 30px 100px;
  }

  .facility_right .slick-slide {
    padding: 0 10px;
  }

  .run_campaign .most_right {
    width: 78%;
  }

  .run_campaign .most_left {
    width: 20%;

    padding: 20px;

    height: 220px;
  }

  .run_campaign .most_right ul li {
    padding: 0 10px;
  }

  .hindusthan {
    top: 15px;
  }

  .run_campaign .most_right figure {
    width: 75px;
  }

  .run_campaign .most_right h5 {
    font-size: 14px;
  }

  .hindusthan img {
    width: 100px;
  }

  .run img {
    width: 120px;
  }

  .lang_change_btns {
    top: 50% !important;

    right: inherit !important;

    left: 50%;

    transform: translate(-50%, -50%);
  }

  .run {
    right: 20px;
  }

  .run_campaign .main_hd h2 {
    font-size: 29px;
  }

  .why_repair .facility_right {
    padding: 35px 35px 35px 30px;
  }

  .booking_btn_hldr a span {
    display: none;
  }

  .booking_btn_hldr a {
    padding: 10px;
  }

  .booking_btn_hldr a img {
    max-width: 30px;
  }

  /* .ac_counter,

  .our_achievement_hldr .row>div:nth-child(4) .ac_counter {

    padding-left: 60px;

  } */

  .missedCallWrapper h5 span {
    width: 30px;

    height: 30px;
  }

  .outer_right_pnal .wpcf7 .wpcf7-recaptcha iframe {
    transform: scale(0.7);

    left: -50px;

    position: relative;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .booking_btn_hldr a {
    padding: 10px;
  }

  .missedCallWrapper h5 span {
    width: 35px;

    height: 35px;
  }

  .banner_frm_hldr {
    margin: 0 80px;
  }
}

@media (max-width: 575px) {
  #tradeForm .form-group.last-child {
    text-align: center;
  }
}

@media (max-width: 375px) {
  .banner_text_hldr {
    top: 135px;
  }

  .banner_form {
    top: 47%;
  }

  .video_inner .video-btn {
    bottom: 20px;
  }

  .maintain_txt ul li {
    font-size: 13px;
  }

  .maintainance h5 {
    font-size: 16px;
  }

  .catagory_tabs li button {
    padding: 10px 5px;
    font-size: 14px;
  }

  .banner_frm_hldr {
    padding: 15px;
  }

  .banner_frm_hldr select {
    padding: 9px 10px;

    font-size: 12px;
  }

  .banner_text h1 {
    font-size: 35px;
    line-height: 38px;
  }

  .banner_text_hldr .d-flex a.sol_btn,
  .banner_text_hldr .d-flex a.send_enq_btn {
    padding: 8px 10px 7px;
    font-size: 14px;
  }

  .video-btn {
    width: 35px;
    height: 35px;
    bottom: 14px;
    right: 2px;
  }

  /* .banner_form {
    bottom: 70px;
  } */

  .testi_slider .slick-prev,
  .testi_slider .slick-next {
    top: 0;
  }
}

/**************TRADE_DETAILS 30-10-2025***************/

.trade_dtls .border {
  padding: 20px;
}

.trade_dtls .border h5 {
  display: block;
}

.border {
  margin-bottom: 20px;
}

.tyresLife {
  /* height: 85px; */

  background: #fcca1b;

  padding: 5px;
}

.tyresLife aside {
  width: 40%;

  float: left;

  height: 75px;
}

.c100 {
  position: relative;

  font-size: 120px;

  width: 1em;

  height: 1em;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

  float: left;

  margin: 0 0.1em 0.1em 0;

  background-color: #fee58d;
}

.c100.small {
  font-size: 76px;
}

.c100 > span {
  position: absolute;

  width: 100%;

  z-index: 1;

  left: 0;

  top: 0;

  width: 5em;

  line-height: 5em;

  font-size: 0.2em;

  color: #000;

  font-weight: 700;

  display: block;

  text-align: center;

  white-space: nowrap;

  -webkit-transition-property: all;

  -moz-transition-property: all;

  -o-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: 0.2s;

  -moz-transition-duration: 0.2s;

  -o-transition-duration: 0.2s;

  transition-duration: 0.2s;

  -webkit-transition-timing-function: ease-out;

  -moz-transition-timing-function: ease-out;

  -o-transition-timing-function: ease-out;

  transition-timing-function: ease-out;
}

.c100 .slice {
  position: absolute;

  width: 1em;

  height: 1em;

  clip: rect(0em, 1em, 1em, 0.5em);
}

.c100:after {
  position: absolute;

  top: 0.08em;

  left: 0.08em;

  display: block;

  content: " ";

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  border-radius: 50%;

  background-color: #fcca1b;

  width: 0.84em;

  height: 0.84em;

  -webkit-transition-property: all;

  -moz-transition-property: all;

  -o-transition-property: all;

  transition-property: all;

  -webkit-transition-duration: 0.2s;

  -moz-transition-duration: 0.2s;

  -o-transition-duration: 0.2s;

  transition-duration: 0.2s;

  -webkit-transition-timing-function: ease-in;

  -moz-transition-timing-function: ease-in;

  -o-transition-timing-function: ease-in;

  transition-timing-function: ease-in;
}

.lifeSlider .slick-prev,
.lifeSlider .slick-next {
  overflow: hidden;

  text-align: center;

  font-size: 0;

  border: transparent;

  background: transparent;

  position: absolute;

  z-index: 2;
}

.lifeSlider .slick-prev {
  left: auto;

  right: 20px;

  top: 0;
}

.lifeSlider .slick-prev:before,
.lifeSlider .slick-next:before {
  font-family: "FontAwesome";

  font-size: 20px;

  text-align: center;

  color: #fff;
}

.lifeSlider .slick-prev:before {
  content: "\f106";
}

.lifeSlider .slick-next:before {
  content: "\f107";
}

.lifeSlider .slick-next {
  left: auto;

  right: 20px;

  top: auto;

  bottom: 0;
}

.tyresLife ul li span {
  background: rgba(0, 0, 0, 0.3);

  border-radius: 20px;

  width: 60px;

  height: 21px;

  text-align: center;

  line-height: 21px;

  color: #fff;

  display: block;

  font-size: 11px;

  cursor: pointer;
}

.tyresLife ul li span:hover {
  background: rgba(0, 0, 0, 0.7);
}

.condition {
  margin: 0 -1px;
}

.condition aside {
  float: left;

  width: 50%;

  padding: 0 1px;
}

.condition aside article {
  height: 85px;

  width: 100%;

  background: #ddd;
}

.actionYes [type="radio"]:checked,
.actionYes [type="radio"]:not(:checked) {
  position: absolute;

  left: -9999px;
}

.actionYes [type="radio"]:checked + label,
.actionYes [type="radio"]:not(:checked) + label {
  background: #ff0;

  position: relative;

  padding-left: 0;

  cursor: pointer;

  line-height: 100%;

  width: 100%;

  height: 103%;

  margin: 0;

  padding: 0;

  top: -3px;

  display: inline-block;

  color: #666;
}

.actionYes [type="radio"]:checked + label:after,
.actionYes [type="radio"]:not(:checked) + label:after {
  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  content: "\2713";

  font-size: 55px;

  text-align: center;

  line-height: 85px;

  color: #fff;

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;
}

.actionNo [type="radio"]:checked + label,
.actionNo [type="radio"]:not(:checked) + label {
  background: #ff0;

  position: relative;

  padding-left: 0;

  cursor: pointer;

  line-height: 100%;

  width: 100%;

  height: 103%;

  margin: 0;

  padding: 0;

  top: -3px;

  display: inline-block;

  color: #666;
}

.actionNo [type="radio"]:not(:checked) + label:after {
  background: #ddd;
}

.actionNo [type="radio"]:checked + label:after,
.actionNo [type="radio"]:not(:checked) + label:after {
  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  content: " \00D7";

  font-size: 75px;

  text-align: center;

  line-height: 85px;

  color: #fff;

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;
}

.actionYes [type="radio"]:not(:checked) + label:after {
  background: #ddd;
}

.actionNo [type="radio"]:not(:checked) + label:after {
  background: #ddd;
}

.condition aside p {
  text-align: center;

  font-size: 14px;

  margin-bottom: 0;

  padding-top: 10px;
}

.actionNo [type="radio"]:checked,
.actionNo [type="radio"]:not(:checked) {
  position: absolute;

  left: -9999px;
}

.actionNo [type="radio"]:checked + label:after,
.actionPoor [type="radio"]:checked + label:after {
  background: #ff0c00;
}

.actionYes [type="radio"]:checked + label:after,
.actionGood [type="radio"]:checked + label:after {
  background: #54ca00;
}

.border label {
  font-weight: bold;
}

.actionGood [type="radio"]:checked,
.actionGood [type="radio"]:not(:checked) {
  position: absolute;

  left: -9999px;
}

.actionGood [type="radio"]:checked + label,
.actionGood [type="radio"]:not(:checked) + label {
  background: #ff0;

  position: relative;

  padding-left: 0;

  cursor: pointer;

  line-height: 100%;

  width: 100%;

  height: 103%;

  margin: 0;

  padding: 0;

  top: -3px;

  display: inline-block;

  color: #666;
}

.actionGood [type="radio"]:not(:checked) + label:after {
  background: #ddd;
}

.actionGood [type="radio"]:checked + label:after,
.actionGood [type="radio"]:not(:checked) + label:after {
  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  content: "\f164";

  font-family: FontAwesome;

  font-size: 55px;

  text-align: center;

  line-height: 85px;

  color: #fff;

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;
}

.actionPoor [type="radio"]:checked,
.actionPoor [type="radio"]:not(:checked) {
  position: absolute;

  left: -9999px;
}

.actionPoor [type="radio"]:checked + label,
.actionPoor [type="radio"]:not(:checked) + label {
  background: #ff0;

  position: relative;

  padding-left: 0;

  cursor: pointer;

  line-height: 100%;

  width: 100%;

  height: 103%;

  margin: 0;

  padding: 0;

  top: -3px;

  display: inline-block;

  color: #666;
}

.actionPoor [type="radio"]:not(:checked) + label:after {
  background: #ddd;
}

.actionPoor [type="radio"]:checked + label:after,
.actionPoor [type="radio"]:not(:checked) + label:after {
  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  content: " \f165";

  font-family: FontAwesome;

  font-size: 55px;

  text-align: center;

  line-height: 85px;

  color: #fff;

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;
}

#tradeFormdetails .form-label span {
  color: red;
}

.inner_hd h1 {
  text-align: left;
  margin-bottom: 45px;
  padding: 0 0 0 10px;
}

.inner_hd h1:after {
  left: 0;
}

.item_view_slider .slick-slide {
  height: auto !important;
}

/***************CVA NEW PAGE 10-03-2026******************/
.site-main {
  position: relative;
}

a.apply_pdf {
  color: #000;
}

a.contact_us_btn {
  background: #feba12;
  color: #000;
  padding: 9px 20px 7px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  position: fixed;
  z-index: 9;
  left: 50%;
  bottom: -21px;
  transform: translate(-50%, -50%);
}

.cva_sec {
  background-color: #000000;
  color: #fff;
}

.cva_sec figure {
  margin-bottom: 100px;
}

.cva_sec h1 {
  color: #fff;
  font-size: 3.625rem;
  margin-bottom: 25px;
  position: relative;
}

.cva_sec h1 span {
  font-family: "univers_condensedbold";
  color: var(--yellowColor);
}

.cva_sec sup {
  top: -18px;
  font-size: 3.625rem;
}

.cva_hd h2 {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  position: relative;
  margin-bottom: 35px;
}

.cva_hd h2:after,
.cva_hd h2:after,
.card_img h3:after,
.cvs_bg h2:after {
  position: absolute;
  content: "";
  background-color: #ffcd11;
  width: 40px;
  height: 5px;
  line-height: 1;
  bottom: -15px;
  left: 0;
}

/* .cva_sec h1:after {
  position: absolute;
  content: "";
  background-color: #ffcd11;
  width: 4px;
  height: 40px;
  line-height: 1;
  top: 15px;
  left: -12px;
} */

.cva_hd {
  margin-bottom: 60px;
}

.multimedia_slider_two .swiper-slide img {
  width: 100% !important;
  min-width: 100px;
  padding: 0;
  /* margin-right: 15px; */
  height: 95px;
  cursor: pointer;
}

.multimedia_slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.swiper.multimedia_slider_two {
  padding: 0;
  transform: inherit;
}

.multimedia_slider_two .swiper-slide {
  width: auto !important;
}

.multimedia_slider_two .swiper-wrapper {
  gap: 40px;
}

.multimedia_slider .swiper-button-next.swiper-button-disabled,
.multimedia_slider .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.multimedia_slider_two .swiper-slide.swiper-slide-thumb-active {
  border-bottom: 4px solid #ffcd11;
  opacity: 0.6;
}

/* .multimedia_slider_two.swiper-backface-hidden.swiper-thumbs
  .swiper-slide {
  opacity: 1 !important;
} */
.parts {
  margin-top: 30px;
}

.parts h4 {
  margin-bottom: 10px;
}

.video-box {
  position: relative;
  cursor: pointer;
}

.back_caterpilar h2 {
  margin-bottom: 25px;
}

.play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cva_yellow_bg {
  padding: 35px 0;
  background: var(--yellowColor);
}

.cva_yellow_bg .d-flex {
  justify-content: space-between;
  align-items: center;
}

.cva_yellow_bg h3 {
  font-size: 26px;
  padding-bottom: 0;
}

a.cva_read_more {
  background: #000;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: 600;
}

.job_purpose {
  padding: 80px 0;
}

.job_purpose h2,
.cvs_bg h2 {
  margin-bottom: 30px;
  position: relative;
  font-size: 40px;
}

.job_purpose h2:after {
  position: absolute;
  content: "";
  background-color: #ffcd11;
  width: 40px;
  height: 5px;
  line-height: 1;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card_img h3 {
  font-size: 25px;
  margin-bottom: 40px;
  position: relative;
}

.job_purpose .dtl_btn,
.cvs_bg .dtl_btn {
  background: var(--yellowColor);
}

.job_purpose .dtl_btn span,
.cvs_bg .dtl_btn span {
  color: #000;
}

.job_purpose .dtl_btn img,
.cvs_bg .dtl_btn img {
  filter: invert(1);
}

.cvs_bg {
  background: url(../images/cva-img/cva-bg.jpg) no-repeat center / cover;
  position: relative;
  z-index: 1;
  padding: 80px 0;
  color: #fff;
}

.cvs_bg span {
  display: flex;
  justify-content: flex-end;
}

.cvs_bg:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, #000 7%, rgba(0, 0, 0, 0) 93%);
  background: -webkit-linear-gradient(left, #000 7%, rgba(0, 0, 0, 0) 93%);
  background: linear-gradient(to right, #000 7%, rgba(0, 0, 0, 0) 93%);
  z-index: -1;
}

.cvs_bg h2,
.cvs_bg p {
  color: #fff;
}

.cvs_bg h2 {
  position: relative;
  margin-bottom: 40px;
}

.select_section h3 {
  font-weight: bold;
  font-size: 40px;
}

.cva_form h4 {
  margin-bottom: 20px;
}

.form-floating span {
  color: red;
}

.multimedia_video .swiper-backface-hidden .swiper-slide.swiper-slide-next {
  transform: inherit !important;
  margin-top: 0;
}

.multimedia_slider {
  padding-right: 0;
}

.video-box iframe {
  width: 100%;
  height: 641px;
}

.site-tag.red,
.site-tag.black {
  position: absolute;
  left: 0;
  transform: rotate(-89deg);
  top: 0;
  z-index: 9;
}

.site-tag.red img,
.site-tag.black img {
  width: auto !important;
}

.content-product {
  padding: 0 20% 70px;
}

.cat_info_cont .row.flex-row-reverse .cat_info_img .site-tag.red {
  right: 0;
  transform: rotate(0deg);
  left: inherit;
}

.service_commitment {
  padding-top: 80px;
  padding-bottom: 0;
}

.service_commitment h3 {
  background: var(--yellowColor);
  padding: 15px;
  margin-bottom: 2px;
}

.service_commitment table tr td img {
  width: 35px;
  height: 35px;
}

.service_commitment table tr td table tr th,
.service_commitment table tr td table tr td {
  border: 1px solid #000;
  padding: 8px;
  font-size: 12px;
  position: relative;
}

.service_commitment table tr td table tr td strong {
  line-height: 20px;
  display: inline-block;
}

.service_commitment table tr td table tr td img.table_icon {
  /* position: absolute;
  right: 10px;
  bottom: 19px; */
  width: 45px;
  height: 45px;
}

.service_commitment table tr td table tr td .d-flex {
  gap: 20px;
}

.left {
  text-align: left;
}

.service_commitment table tr br {
  display: block;
}

sup.hash_icon {
  font-size: 2.15rem;
  top: -33px;
}

.caterpillar_list ul {
  margin-top: 20px;
}

.caterpillar_list ul li {
  padding: 0 0 10px 0;
  color: #000;
}

.detailsForm input.wpcf7-form-control {
  padding: 0.375rem 0.75rem;
}

.detailsForm .col-md-2.col-xs-12 {
  position: relative;
}

.detailsForm .wpcf7-spinner {
  position: absolute;
  bottom: -20px;
  left: 0;
  margin: 0;
}

/* fuel page responsive strat */
/* fuel page start */
@media only screen and (min-width: 1260px) {
  /* .container {
    max-width: 1280px !important;
    width: 100%;
  } */
}

@media (max-width: 767.98px) {
  .roboto-heading h1,
  .sectionTitle {
    font-size: 30px;
  }

  .videoContentLeft h3 {
    font-size: 25px !important;
  }

  .gray-bg-1 .img-fluid {
    margin: 0;
  }

  .gray-bg-1 {
    padding: 31px 0;
  }

  .row.align-items-center {
    flex-flow: wrap;
  }

  .chapter02 .row,
  .chapter04 .row {
    display: flex;
    flex-flow: wrap-reverse;
  }

  .yellow-bg-1 {
    padding: 20px 0;
  }

  .videoContentLeft.lowerPart {
    padding: 0px 0;
  }

  .FuelFAQ.gray-bg-1 {
    padding: 0px 0 50px;
  }

  .accItem.show .accContent {
    max-height: 360px;
  }

  .row.justify-content-center {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    gap: 15px;
  }

  .detailsForm .g-recaptcha {
    font-size: 16px;
    transform: scale(1) !important;
    margin-top: 8px;
  }

  .mapSec .col-md-12 {
    padding: 0;
  }

  .accContainer {
    margin: 0 0 30px;
  }

  a.contactFuel.all_btn {
    top: inherit;
    transform: translateY(0%) rotate(180deg);
    bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .nav-logo > img {
    height: 36px;
  }

  .nav-menu > li > a {
    font-size: 7px;
  }

  .chapter02 .row,
  .chapter03 .row,
  .chapter04 .row {
    display: flex;
    align-items: stretch;
  }

  .chapter02 .row .line-graypic,
  .chapter02 .row .line-graypic img,
  .chapter03 .row .line-graypic,
  .chapter03 .row .line-graypic img,
  .chapter04 .row .line-graypic,
  .chapter04 .row .line-graypic img {
    height: 100%;
  }
}

/* fuel page responsive end */
