.warrenty-banner {
  position: relative;
  z-index: 10;
  background-image: url(../image/w-ban.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
}

.warrenty {
  text-align: center;
  margin: 100px 0;
}

.w-con {
  margin-top: 77px;
}

.w-con ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-con ul li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #424242;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 25px;
}

.coverage {
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  color: #000000 !important;
}

.extend {
  margin-top: 65px;
}

.extend h4 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--primary-color);
}

.extend-parent {
  margin-top: 65px;
}

.e-box {
  width: 386px;
  padding: 16px 15px;
  height: 243px;
  background-color: transparent;
  border: 3px solid var(--primary-color);
  transform: skew(-20deg);
  border-radius: 25px;
}

.box-n {
  width: 352px;
  /* padding: 20px 0px; */
  height: 204px;
  background-color: #ffffff;
  transform: skew(358deg);
  border-radius: 25px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.box-txt {
  padding: 20px 0px;
  width: 100%;
  transform: skew(200deg);
  text-align: center;
}

.box-txt h5 {
  margin: 0 auto;
  width: 72%;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 23px;
  color: #191919;
  position: relative;
  margin-bottom: 23px;
}

.box-txt h5::after {
  content: "";
  width: 54px;
  height: 2px;
  position: absolute;
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--primary-color);
}

.box-txt p {
  margin: 0 auto;
  width: 89%;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 22px;
  color: #555353;
}

/* .new::after{
  top:20% !important;
 } */

.desc {
  text-align: center;
  background-image: url(../image/w2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin-bottom: 100px;
}

.desc .gbl_heading {
  color: #ffffff;
}

.desc .line {
  background-color: #ffffff;
}

.desc .div {
  background-color: #ffffff;
}

.desc-con {
  margin-top: 77px;
}

.d-box {
  width: 100%;
  height: 208px;
  border-radius: 15px;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 40px;
  transition: all 0.5s ease-in;
}

/* .d-box:hover {
  
} */

.model{
  display: none;
}

.d-box p {
  padding: 25px 27px;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #555353;
}

.t-box {
  width: 100%;
  padding: 15px 12px;
  background-color: var(--primary-color);
  border-radius: 15px 15px 0 0;
}

.t-box h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.icon-box {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #0000ab;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #e60013;
  transition: 0.4s all;
}

.d-box:hover .icon-box {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -54%);
}

.model-con {
  width: 100%;
  padding: 41px 50px;
  background-color: transparent;
  border-radius: 15px;
  border: 1px solid #000000;
}

.input-div label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--primary-color);
  margin-bottom: 18px;
}

.input-div select {
  width: 350px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 13px 12px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 30px;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.05);
}

.input-div select:focus {
  outline: none;
}

.form-div {
  background-color: #fff8f8;
  border: 1px dashed #0000ab;
  padding: 77px 20px;
}

.bike-img {
  width: 100%;
}

.bike-img img {
  width: 100%;
}

.form-txt {
  padding-bottom: 40px;
  border-bottom: 1px dashed #003487;
}

.form-txt h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #222222;
}

.b-div {
  margin-top: 47px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.n-btn {
  font-size: 16px;
  width: 117px;
  padding: 8px 14px;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid #555353;
  text-align: center;
  margin-right: 8%;
}

.price h5 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #222222;
  margin-bottom: 0;
}

.new-txt {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.flex {
  width: 43% !important;
  justify-content: space-between !important;
}

.circle {
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-parent p {
  margin-top: 31px;
  font-size: 16px;
  font-weight: 500;
  color: #555353;
}

.form-parent h4 {
  margin-top: 27px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #222222;
}

.box-flex {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-1 {
  width: 32%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #0d2865;
  padding-bottom: 10px;
}

.flex-1 h5 {
  text-wrap: nowrap;
  font-size: 16px;
  font-weight: 700;
  color: #0d2865;
  letter-spacing: 0.5px;
  margin: 0;
}
