p {
    margin: 0;
}
svg {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.showroom-svg-wrap path {
  stroke-dasharray: 10000;   
  stroke-dashoffset: 10000;  
  animation: draw 20s ease-out forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.showroom-svg-wrap {
  position: relative;
}
.showroom-logo {
    position: absolute;
    top: 5%;
    right: 5%;
}
@media screen and (max-width: 480px) {
  .showroom-svg-wrap .showroom-logo {
     top: 0 !important;
  }
}
.footer-text {
    font-size: 14px;
    color: #ccc;
    text-align: center;
}

/* form register */
#forminator-module-78 .form-select-vehicle .forminator-radio-image {
    padding: 15px;
    border-width: 1px;
    border-radius: 13px;
}
#forminator-module-78 .form-select-vehicle .forminator-radio-image span {
    min-width: 350px;
    width: 50%;
    height: 200px;
}
#forminator-module-78 .form-select-vehicle .forminator-label {
    font-size: 18px !important;
}