.sl-location-sec .sl-location-place-div {
  padding-top: 6em;
}
.sl-location-sec .sl-location-place-div .sl-location-place-innr {
  border: 2px solid #eff3f1c7;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 80px;
}
.sl-location-sec .sl-location-place-div .sl-location-place-innr .sl-location-place-top {
  background: #ffffffc9 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 4px #0000001f;
  padding: 1.8em 2em;
  text-align: right;
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: end;
  border-radius: 30px;
  position: relative;
  top: -35px;
  margin: 0 10px;
}
.sl-location-sec .sl-location-place-div .sl-location-place-innr .sl-location-place-top img {
  width: 64%;
}
.sl-location-sec .sl-location-place-div .sl-location-place-innr .sl-location-place-mdl ul {
  list-style: none;
  padding-top: 3em;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 2em;
}
.sl-location-sec .sl-location-place-div .sl-location-place-innr .sl-location-place-mdl ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.sl-location-sec .sl-location-place-div .sl-location-place-innr .sl-location-place-mdl ul li .location-placeicn {
  width: 30px;
  margin-right: 10px;
}
.sl-location-sec .sl-location-place-div .sl-location-place-innr .sl-location-place-mdl ul li .location-placecnt {
  width: 100%;
  font-weight: 500;
}
.sl-location-sec .sl-location-place-div .sl-location-place-innr .sl-location-place-mdl ul li .location-placecnt a {
  color: #000;
}
.sl-location-sec .sl-location-place-div .sl-location-place-innr .sl-location-place-mdl ul li .location-placecnt a:hover {
  color: #000;
}
/*.sl-location-sec .sl-location-place-div .sl-location-place-innr .sl-location-place-mdl {
    min-height: 16em;
}*/
.sl-location-sec .sl-location-place-div .sl-location-place-innr .sl-location-place-btm {
  position: absolute;
  left: -15px;
}
.sl-location-sec .sl-location-place-div .sl-location-place-innr .sl-location-place-btm a:hover {
  background: #000;
}
.sl-location-sec .sl-location-place-div .sl-location-place-innr .sl-location-place-btm a img {
  margin-right: 8px;
}

.sl-location-drodown {
  display: grid;
}

.drop_down select {
    margin: 0 10px;
    width: 22.2%;
    border: none;
    padding: 10px;
    border-radius: 12px;
    color: #012973;
    font-weight: bold;
    font-size: 18px;
}
a.btn_cus {
  font-size: 18px;
  border-bottom: 1px solid;
  margin-left: 30px;
    color: #012973;
    font-weight: bold;
}

ul.store-detailsCvr {
  padding: 0 35px !important;
}
.sl-location-sec .sl-location-place-div .sl-location-place-innr .sl-location-place-top img {
  width: 70px;
  position: absolute;
  left: 20px;
}
.sl-location-sec .sl-location-place-div .sl-location-place-innr .sl-location-place-top {
  padding: 20px;
}
.location-placeicn svg {
  width: 20px;
}
.sl-location-place-top h3 {
    text-transform: uppercase;
      padding-left: 80px;
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #012973;
    line-height: normal;
    margin-bottom: 0;
}
.sl-location-sec .sl-location-place-div .sl-location-place-innr .sl-location-place-mdl ul li .location-placeicn {
     width: 30px;
    margin-right: 10px;
    text-align: center;
    font-size: 15px;
    color: #012973;
}
.sl-location-place-div {
  display: flex;
  flex-wrap: wrap;
}
.dealerdiv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sl-location-place-innr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
/*  height: 100%;*/
}
.text-capitalize {
  text-transform: capitalize;
}

.location-placecnt p.mb-0 {
  text-transform: uppercase;
    color: #333;
}

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