.rsa-banner {
  position: relative;
  z-index: 10;
  background-image: url(../image/rsa-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
}

.assistance {
  text-align: center;
  margin: 100px 0;
}

.a-con {
  margin-top: 77px;
}

.a-con h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--primary-color);
  margin-bottom: 12px;
}

.a-con h5 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 22px;
  color: #111111;
}

.a-img {
  margin: 60px auto 0 auto;
  width: 29%;
}

.a-img img {
  width: 100%;
}

.a-con p {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #424242;
}

.service {
  padding: 46px 0px;
  background-color: var(--primary-color);
  margin-bottom: 100px;
}
.service-parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-box {
  width: 17%;
  padding: 20px 0px;
  background-color: #222222;
  border: 2px solid #ffffff;
}

.inner-box {
  width: 216px;
  height: 162px;
  clip-path: polygon(0 0, 100% 20%, 100% 78%, 0 100%);
  background-color: #ffffff;
  padding: 34px 20px;
  text-align: center;
}

.inner-box svg {
  font-size: 26px;
  color: #003487;
}

.inner-box h5 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 22px;
  color: #191919;
  margin: 10px 0 0 0;
}

.road {
  text-align: center;
  margin-bottom: 100px;
}

.road-con {
  margin-top: 77px;
}

.r-box {
  text-align: left;
  width: 100%;
  height: 232px;
  padding: 31px 26px;
  background-color: #ffffff;
  border: 1px dashed #000000;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}

.r-box h5 {
  font-size: 22px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 24px;
}
.r-box p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 23px;
  color: #555353;
  margin-bottom: 0;
}

.color-3 {
  color: #e70323;
}

.roadside-con {
  background-image: url(../image/Benefits.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  width: 1717px;
  height: 565px;
  text-align: center;
  padding: 77px 0;
}

.roadside-con .gbl_heading {
  color: #ffffff;
}

.roadside-con .line {
  background-color: #ffffff;
}

.roadside-con .div {
  background-color: #ffffff;
}

.new-list {
  margin-top: 44px;
}

.list {
  width: 100%;
  position: relative;
}

.list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  margin-bottom: 30px;
}

.list li p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 0;
}

.list li svg {
  font-size: 25px;
  margin-right: 20px;
  color: #ffffff;
}

.line-2 {
  top: 9%;
  left: 96%;
  position: absolute;
  width: 3px;
  height: 210px;
  border-radius: 25px;
  background-color: #615d5d;
}

.list-2{
  margin-left: 5% !important;
}
