  .dealer .hero-section {
    position: relative;
    overflow: hidden;
  }

 .dealer .hero-slide {
    display: none;
  }

  .dealer .hero-slide.active {
    display: block;
    animation: fade 0.8s ease-in-out;
  }
.dealer-form-text .feature-box .feature-icon .images-icons{
  padding: 10px;
  width: 100%;
}
  .dealer-form-text .feature-box img {
    border-radius: 0px;
}
  @keyframes fade {
    from { opacity: 0; }
    to { opacity: 1; }
  }

 .dealer .nav-arrows {
       position: relative;
    width: 100%;  
    bottom: 410px;
    z-index: 10;
    cursor: pointer;
  }
  .nav-arrows .prev{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #000;
    display: flex;
        position: absolute;
    left: 25px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    background-color: #dcd3d38c;
    box-shadow: 0px 4px 4px 0px #0000004D;
  }
    .nav-arrows .next{
      width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #000;
    position: absolute;
    right: 35px;
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    background-color: #dcd3d38c;
    box-shadow: 0px 4px 4px 0px #0000004D;
  }
     .dealer .hero-content
     { 
position: absolute;
    top: 70%;
    left: 5%;
    color: white;
    z-index: 2;
     } 
     .dealer .buttons {
    display: flex;
    gap: 21px;
    align-items: center;
}
 .dealer .btn {
    padding: 16px 18px;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}
.dealer .btnupv {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}
.dealer-box{
      padding-top: 35px;
    padding-bottom: 50px;
}
.dealer .buttons .btn-aluminium {
    background-color: #013874;
    color: white;
    text-align: center;
    width: 238px;
    padding: 15px 14px 15px 22px !important;
    text-align: center;
}
.dealer .hero-section-image img{
    width:100%;
}

.dealer-form .partner-title {
        font-size: 28px;
    font-weight: 600;
    color: #0c3556;
        margin-left: 10px;
    text-align: left;
    margin-bottom: 28px;
    letter-spacing: 1px;
    }

   .dealer-form .feature-box {
          display: flex;
    gap: 18px;
    margin-bottom: 40px;
    }

   .dealer-form .feature-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #efebe6;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
      color: #c29a5b;
      flex-shrink: 0;
    }

   .dealer-form .feature-title {
         font-size: 22px;
    color: #000;
    line-height:28px;
    font-weight: 500;
    margin-bottom: 6px;
    }
   .dealer-form{
      background: #fff;
      position: relative;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      background-image: url(https://files.ozone.in/Images/dealer-banner-bottom.png);
   }
.dealer-image-container{
  z-index: 999;
    display: block;
    position: inherit;
}
.dealer-form::after{
      content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color:#f2f2f4;
    opacity: 0.9;

}
    .dealer-form .feature-text {
          font-size: 14px;
    color: #666;
    max-width: 300px;
    line-height: 1.6;
    }
    .dealer-form-right{
     width: 420px;
    border-radius: 13px;
    border: 2px solid #ded4d4;
    box-shadow: 0 10px 30px rgb(139 133 133);
    float: right;
    margin-top: -70%;
    margin-bottom: 50px;
    }
   #fs-dealer-root .fs-webform-container .fserv-container {
          margin-top: 0px !important;
          margin-bottom: 0px !important;
    }
   #fs-dealer-root .fserv-container .fserv-logo-container{ 
    margin-top: 0px;
    }
    @media (min-width: 1280px) and (max-width: 1399px) {
      .dealer-form-right {
    width: 350px;
        margin-top: -85%;
      }
     #fs-dealer-root .fs-webform-container .fserv-form-name {
            margin: 0 0 0px;
    }
     #fs-dealer-root .fs-webform-container .fserv-form-description {
          margin-bottom: 0px;
  }
    #fs-dealer-root .fserv-logo-size-large{
      margin-bottom: 0px;
    }
    }
    

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  .dealer-form-right {
    width: 300px;
        margin-top: -95%;
  }
  .dealer-form .feature-title {
    font-size: 18px;
  }
  .dealer-form .feature-text {
    font-size: 10px;
  }
     #fs-dealer-root .fs-webform-container .fserv-form-name {
            margin: 0 0 0px;
    }
     #fs-dealer-root .fs-webform-container .fserv-form-description {
          margin-bottom: 0px;
  }
    #fs-dealer-root .fserv-logo-size-large{
      margin-bottom: 0px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .dealer-form-right {
    width: 345px;
  }
  .dealer-form .partner-title {
    font-size: 25px;
        margin-bottom: 25px;
  }
  .dealer-box {
    padding-bottom: 75px;
  }
  .dealer-image-container {
    z-index: 1;
  }
}