.contact-form-map{
  border-top-left-radius:15px; 
  border-bottom-left-radius:15px; 
} 
@media screen and (max-width: 991px) {
    .contact-form-map{
      border-top-left-radius:0px; 
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px; 
    }
}
@media screen and (max-width: 479px) {
    .contact-form-map{
      border-top-left-radius:0px; 
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px; 
    }
}
.hero_img-div::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
}
.embla__btns {
  display: flex !important;
  justify-content: center !important;
  gap: 15px !important;
  margin-top: 60px !important;
}
.embla__dot.is-selected {
    background: #036 !important;
    width: 11px !important;
    height: 11px !important;
}
@media only screen and (min-width: 1024px) {
    .embla__container.dd {
        margin-left: -400px !important;
    }
}
.embla__btns {
  display: flex !important;
  justify-content: center !important;
  gap: 15px !important;
  margin-top: 15px !important;
}
.embla__dot.is-selected {
    background: #036 !important;
    width: 11px !important;
    height: 11px !important;
}