.main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.radio-buttons {
  width: 100%;
  margin: 0 auto;
}

.custom-radio input {
  display: none;
}

.radio-btn {
  margin: 10px;
  width: 150px;
  height: 150px;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px #c3c3c367;
  cursor: pointer;
}

.radio-btn > i {
  color: #ffffff;
  background-color: #057792;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.radio-btn .hobbies-icon {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio-btn .hobbies-icon img {
  /* display:block; */
  width: 50%;
  margin-bottom: 20px;
  margin-top: 35px;
  
}
.radio-btn .hobbies-icon i {
  color: #646464;
  line-height: 80px;
  font-size: 30px;
}

.radio-btn .hobbies-icon h3 {
  color: #555;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing:1px;
}

.custom-radio input:checked + .radio-btn {
  border: 2px solid #2EAFCF;
}

.custom-radio input:checked + .radio-btn > i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}


.kw-dealer-reg-pane-1 h2 {
  font-size: 18px;
  color: #057792;
  margin-top: 2em;
}

.veh-sale-title {
  font-size: 14px;
}

hr {
  height: 0.5px !important;
}

.kw-dealer-reg-pane-1 label {
  font-size: 14px;
}
.kw-dealer-reg-pane-1 input {
  font-size: 14px !important;
}
.kw-dealer-reg-pane-1 .form-select {
  font-size: 14px !important;
}
.kw-dealer-reg-pane-1 h4 img {
  width: 30px;
}




.modal-content.custom-alert {
  border-radius: 20px;
}
.no-mobile .modal-body {
  background: #e9c46a;
  padding: 20px;
  border-radius: 20px;
}
.no-mobile .modal-body img {
  width: 20%;
  margin-bottom: 20px;
}
.no-mobile .modal-body button.btn-close {
  float: right;
  position: relative;
  right: 0;
}
#success-mobile .modal-body {
  background: #57cc99;
}
#success-mobile .modal-body h5 { 
  color: #fff;
}

#error .modal-body {
  background: #e63946;
}

#error .modal-body h5 { 
  color: #fff;
}
.show_error {
  color: red;
  margin-bottom: 10px;
}

label.error {
  color: red;
}

#toast {
  left: unset !important;
  right: 10px !important;
  top: 80px !important;
}

#toast #toast-failure {
  padding: 12px !important;
}

#toast #toast-success {
  padding: 12px !important;
  background-color: #5cb85c;
  /* Green color */
  color: white;
  /* Text color */
  padding: 10px;
  /* Adjust padding as needed */
  border-radius: 5px;
  /* Add rounded corners */
}

#toast #img {
   /* width: 0px !important;*/
}

.enrollement,
.engagement {
  color: red;
  font-size: 14px;
  font-weight: 800;
  text-decoration-line: underline;
}


/* dealer category css */

.dc-item.default h2 {
  color: #fb4848;
  margin-top: initial;
  font-weight: 700;
}
.dc-item.default.expand h2 {
  color: #fff;
}
#dearler-cat {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  /* top: 25vh;
  left: 5vw; */
  min-height: 20vh;
  width: 90vw;
  transition: all 200ms ease-in-out 50ms;
  opacity: 0;
}
#dearler-cat .dc-item {
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 3px;
  background: #f1f1f1;
  transition: all 200ms ease-in-out 50ms;
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  cursor: pointer;
  font-size: 16pt;
}
#dearler-cat .default {
  height: 20vh;
  width: 25vw;
  color: rgba(255, 255, 255, 0);
  font-size: 14pt;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0 0 10px #cacaca;
  border-radius: 10px;
}
#dearler-cat .expand {
  height: 20vh;
  width: 100vw;
  background: #057792;
  color: white;
  padding: 20px;
}


/* new dealer register css */

.dealer-regi-form {
  padding: 2em;
  background: #f4f4f4;
  /* box-shadow: 0 15px 20px #392d2d; */
  border-radius: 10px;
  margin: 0 auto;
  border: 1px solid #bebebe;
  border-right-width: 3px;
  border-bottom-width: 5px;
  border-left-width: 6px;
  width: 70%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.nw-dealer-reg-1 {
  box-shadow: rgb(158 123 120) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  font-weight: 500;
}

.dealer-regi-form input.form-control {
  /* padding: 4px !important;
  height: calc(2.5rem + 10px) !important; */
  font-weight: 600;
}

.nw-dealer-reg {
  position: relative;
}

.reg-form-banner {
  position: relative;
}

.feature {
  /* box-shadow: 0 0 10px #ddd; */
  padding: 15px;
  border-radius: 15px;
  position: relative;
  padding-top: 4em;
}

.feature:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.reg-form-banner h1, .about-brand h1, .banner-content h1 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

.reg-form-banner h1 span, .about-brand h1 span, .banner-content h1 span {
  color: #fb4848;
  font-size: 18px;
  font-weight: 700;
}

.nw-dealer-reg {
  background: url("/img/wave.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  font-weight: 500;
}

.feature-icon img {
  background: #f1f1f1;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 25%;
}

.feature h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.testimonial-post h3 {
  font-size: 14px;
}

.testimonial-post i.bx {
  font-size: 3rem;
  color: #cecece;
  margin-right: 5px;
}

.single-item::before {
  content: "\f10d";
  position: absolute;
  left: -40px;
  top: -50px;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 4rem;
  color: #f0f0f0;
}

.single-item::after {
  content: "\f10e";
  position: absolute;
  right: -40px;
  bottom: -50px;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 4rem;
  color: #f0f0f0;
}

.testimonial-post p {
  padding: 2em 20px;
}

.testimonial-post span {
  font-size: 12px;
}

.video-testimonial {
  background: #fb4848;
  text-align: center;
  border-bottom-left-radius: 10rem;
  position: relative;
}

.video-testimonial iframe {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
}

.kw-dealer-partner h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 2rem;
}

.success-modal h3 {
  font-size: 22px;
  font-weight: 700;
}

.success-modal .modal-content {
  background: #d8f3dc;
  border-radius: 25px;
}
.success-modal .kw-button {
  font-size: 14px;
}

.dealer-regi-form {
    transform: rotateX(0deg) rotateZ(0deg);
    transform-style: preserve-3d;
    border-radius: 32px;
    box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01), 28px 28px 28px 0 rgba(34, 33, 81, 0.25);
    transition: 0.4s ease-in-out transform, 0.4s ease-in-out box-shadow;
  }
  .dealer-regi-form:hover {
    transform: translate3d(0px, -16px, 0px) rotateX(0deg) rotateZ(0deg);
    box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15);
  }

#dealer_enquir label.error {
    position: absolute;
    top: 40px;
    font-size: 12px;
}

#dealer_enquir .form-select~label.error {
  top: 50px;
  font-size: 14px;
  font-weight: 600;
}


#dealer_enquir .form-control:focus~label.error {
  top: 55px;
  font-size: 14px;
  font-weight: 600;
}


@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .reg-form-banner {
      padding-top: 2em;
  }
  .dealer-regi-form {
     width: 100%;
  }
  .feature {
    padding-top: 1em;
}
.nw-dealer-reg-1 {
  box-shadow: rgb(220 220 220) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.video-testimonial iframe {
  width: 100%;
}
.slick-prev {
  left: -10px;
}
.slick-next {
  right: -10px;
}
.single-item::before {
  left: -10px;
}
.single-item::after {
  right: -10px;
  bottom: -30px;;
}


}


@media screen and (min-device-width: 480px) and (max-device-width:767px) {
  .video-testimonial iframe {
    width: 100%;
  }
  .dealer-regi-form {
    width: 100%;
  }
  .reg-form-banner h1, .about-brand h1, .banner-content h1 {
    font-size: 20px;
  }
  .kw-dealer-partner h1 {
    font-size: 20px;
  }
}