@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Work+Sans:wght@300;400;500;600;700;800;900&display=swap");
@media (min-width: 1900px) {
  .container {
    max-width: 1640px;
  }
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 50px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(71, 162, 63, 0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(71, 162, 63, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(71, 162, 63, 0.2);
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #a58346;
  padding: 17px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 22px;
  right: 10px;
}

.select-styled:hover {
  background-color: #a58346;
}

.select-styled:active,
.select-styled.active {
  background-color: #a58346;
}

.select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #a58346;
}

.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #a58346;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.select-options li:hover {
  color: #a58346;
  background: #fff;
}

.select-options li[rel=hide] {
  display: none;
}

.owl-nav {
  margin-top: 20px;
  padding-right: 0;
}
.owl-nav button {
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
}
.owl-nav button:not(:last-child) {
  margin: 0 15px;
}
.owl-nav button.owl-prev {
  background-image: url(../images/arrow-left.svg) !important;
}
.owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}
.owl-nav button.owl-next {
  background-image: url(../images/arrow-right.svg) !important;
}
.owl-nav button.owl-next.disabled {
  opacity: 0.5;
}

.ag-switch {
  display: flex;
  justify-content: space-between;
  width: 260px;
  padding: 5px;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
  position: relative;
}
.ag-switch a {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  padding: 5px;
  position: relative;
}
.ag-switch a.active {
  color: #ffffff;
}
.ag-switch .selector {
  position: absolute;
  display: block;
  width: 125px;
  height: 26px;
  background-color: #a58346;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ag-switch .selector.left {
  left: 5px;
}
.ag-switch .selector.right {
  right: 5px;
}

body {
  font-family: "Work Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Orbitron", sans-serif;
}

.banner-section {
  background-color: #a58346;
background-image: url(https://sites.digimore.in/forcegurkha/wp-content/themes/force-motors/assets/images/service-page-banner.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
.banner-section h3 {
  color: #a58346;
  font-size: 35px;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 25px;
}

.service {
  padding-top: 50px;
  padding-bottom: 50px;
}
.service .pageNav {
  display: flex;
  justify-content: space-between;
  background-color:#a5834636;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 24px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.service .pageNav li a {
  color: #211e1f;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  display: table;
  position: relative;
}
.service .pageNav li.active a {
  color: #a58346;
}
.service .pageNav li.active a::after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #a58346;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  clip-path: polygon(2% 0%, 98% 0%, 100% 100%, 0% 100%);
}

.serviceDaywise {
  margin-top: 50px;
}
.serviceDaywise p.head {
  font-weight: 600;
  color: #000000;
  margin-bottom: 30px;
}
.serviceDaywise .serviceBoxes {
  display: flex;
  grid-template-columns: auto auto;
  column-gap: 30px;
  row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  /* width: 50%; */
}
.serviceDaywise .serviceBoxes .serviceBox-inner {
  padding: 15px 30px;
  border: 1px solid #d3d3d3;
  position: relative;
  width: 48%;
}
.serviceDaywise .serviceBoxes .serviceBox-inner h5 {
  margin-top: 15px;
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
}
.serviceDaywise .serviceBoxes .serviceBox-inner h5 sup {
  font-size: 10px;
}
.serviceDaywise .serviceBoxes .serviceBox-inner .kmdays {
  display: grid;
  grid-template-columns: auto auto;
  font-family: "Work Sans", sans-serif;
  font-size: 25px;
  color: #a58346;
  font-weight: 600;
  margin-top: 15px;
}
.serviceDaywise .serviceBoxes .serviceBox-inner .label {
  padding: 10px;
  padding-left: 35px;
  position: absolute;
  top: -1px;
  right: -1px;
  color: #ffffff;
  clip-path: polygon(3% 0, 100% 0, 100% 100%, 29% 100%);
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
}
.serviceDaywise .serviceBoxes .serviceBox-inner .label.free {
  background-color: #a58346;
}
.serviceDaywise .serviceBoxes .serviceBox-inner .label.paid {
  background-color: #a58346;
}
.serviceDaywise .sb-list {
  margin-top: 30px;
}
.serviceDaywise .sb-list ul li {
  padding: 15px;
  border-bottom: 1.5px dashed #211e1f;
}
.serviceDaywise .sb-list ul li:first-child {
  border-top: 1.5px dashed #211e1f;
}
.serviceDaywise .sb-list ul li .card {
  border: none;
  margin-bottom: 0 !important;
}
.serviceDaywise .sb-list ul li .card .card-title {
  font-size: 25px;
  font-weight: 600;
}
.serviceDaywise .sb-list ul li .card .card-text {
  font-size: 18px;
}

.warranty {
  padding-top: 50px;
  padding-bottom: 50px;
}
.warranty .warranty-right {
  display: flex;
  align-items: center;
}
.warranty .warranty-right h4 {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 25px;
  color: #183029;
}
.warranty .warranty-right h4 span {
  color: #a58346;
}

.roadassist {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
.roadassist .warranty-right {
  display: flex;
  align-items: center;
}
.roadassist .warranty-right p span {
  color: #a58346;
}

.rsapolicy p.head {
  font-weight: 600;
  color: #000000;
  margin-bottom: 30px;
}
.rsapolicy p.head span {
  color: #a58346;
}
.rsapolicy ul li {
  padding: 15px;
  border-bottom: 1.5px dashed #211e1f;
}
.rsapolicy ul li:first-child {
  border-top: 1.5px dashed #211e1f;
}
.rsapolicy ul li .card {
  border: none;
  margin-bottom: 0 !important;
}
.rsapolicy ul li .card .card-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rsapolicy ul li .card .card-list-items {
  display: grid;
  grid-template-columns: auto auto auto;
  row-gap: 15px;
}
.rsapolicy ul li .card .card-list-items .card-item::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  background-color: #a58346;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.dl {
  background-color: #a58346;
  -webkit-transform: skewX(335deg);
  -moz-transform: skewX(335deg);
  transform: skewX(335deg);
  color: #ffffff;
  display: inline-block;
  padding: 15px;
}
.dl:hover {
  color: #ffffff;
}
.dl span {
  display: block;
  -webkit-transform: skewX(-335deg);
  -moz-transform: skewX(-335deg);
  transform: skewX(-335deg);
}

.sb {
  position: absolute;
  top: 0;
  left: 0;
}

.banner-section-d {
  position: relative;
      overflow: hidden;
}

.banner-section-d-wrap {
  position: relative;
    margin: 0 auto;
    top: 25%;
    padding-left: 25px;
    /* width: 100%; */
    height: 100vh;
    overflow: hidden;
}

@media (max-width: 991px) {
  .pageNav {
    white-space: nowrap;
    overflow-y: auto;
  }
.service .pageNav {
    display: flex;
    justify-content: space-between;
    background-color: #a5834636;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 24px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    flex-wrap: wrap;
    flex-direction: column;
}

  .serviceBoxes {
    grid-template-columns: auto !important;
    column-gap: 0px !important;
  }

  .kmdays {
    grid-template-columns: auto !important;
    row-gap: 30px;
  }

  .card-list-items {
    grid-template-columns: auto !important;
  }

  .banner-section {
    padding-left: 30px;
    padding-right: 30px;
    background-image: none;
    background-color: #a58346;
    padding-top: 25px !important;
  }
  .banner-section .bannertext {
    margin-bottom: 50px;
  }
  .banner-section .bannertext h3 {
    color: #ffffff;
  }

  .warranty-right {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .serviceInner,
.warranty-inner,
.ra-inner,
.pdf-innr {
    padding-left: 30px;
    padding-right: 30px;
  }

  .dl {
    margin: 0 auto;
    display: table;
  }

  .bannertext p {
    color: #ffffff;
  }

  .serviceDaywise p.head {
    font-size: 18px;
  }

  .mpagm {
    margin: 0 -30px;
  }

  .mpagm .pageNav {
    gap: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .serviceBox-inner {
    width: 100%;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1640px;
  }
}


