.dealer_box {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: 10px;
}
.dealer_box .txt_login {
  color: #353893;
  border-bottom: #e5e5e5 solid thin;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 20px;
}
.next,
.next:hover,
.next:focus {
  background: #ec2028;
  padding: 14px 15px;
  border-color: #ec2028;
  box-shadow: none;
}
.nextsubmit,
.nextsubmit:hover,
.nextsubmit:focus {
  background: #ec2028;
  padding: 14px 15px;
  border-color: #ec2028;
  box-shadow: none;
}
.stepbox {
  text-align: right;
}

ul.nav-steps {
  margin: 0px;
  padding: 0px;
  background: #353893;
  border-radius: 5px;
  display: inline-block;
}

ul.nav-steps > li {
  list-style: none;
  display: inline-block;
  color: #fff;
  padding: 8px 25px;
  margin: 0px;
  position: relative;
  z-index: 1;
}
ul.nav-steps > li.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #191b70;
  display: block;
  z-index: -1;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
ul.nav-steps > li.active::after {
  content: "";
  position: absolute;
  width: 15px;
  background: #191b70;
  display: block;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  top: 0;
  right: -14px;
  bottom: 0;
}
ul.nav-steps > li:last-child.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #191b70;
  display: block;
  z-index: -1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
ul.nav-steps > li:last-child.active::after {
  content: "";
  position: absolute;
  width: 15px;
  background: #353893;
  display: block;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  top: 0;
  left: 0px;
  bottom: 0;
}
.dealer_content {
  padding: 10px 20px;
  text-align: center;
}
.dealer_content > i {
  font-size: 60px;
  color: #00b12e;
}
.dealer_content .title {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 700;
}
.dealer_content .text_content {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dealer_content .blubg {
  background: #353893;
  border-color: #353893;
  width: 150px;
  text-transform: capitalize;
}
.dealer-content {
    background: #ededed;
    border-radius: 10px;
    padding: 15px;
}

.dealer-content > h3 {
    font-weight: 700;
    font-size: 26px;
    color: #353893;
}

.dealer-content > p.contents {
    font-size: 18px;
    margin-top: 15px;
}


.dealerbox > h3 {
    font-size: 24px;
    font-weight: 600;
}

.infodealer > ul {
    padding: 0px;
    margin: 0px;
}

.infodealer > ul > li {
    list-style: none;
    display: block;
    margin-bottom: 10px;
}

.infodealer > ul > li > span {
    margin-right: 15px;
    color: #dc3545;
}

.infodealer > ul > li > a {
    color: #000;
}
.dealerbox.mapadress {
    border: #ededed solid 12px;
}