.modal-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.modal-image img {
  max-width: 100%;
  height: auto;
}

.modal-body {
  background-color: #fff;
}

.sidebar_sub_content_wrap {
  padding: 20px;
  margin-left: 80px;
}

.download_content .btn {
  line-height: 54px;
}

.catalog_download_img {
  display: none;
}
@media (max-width: 767px) {
  .catalog_download_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sidebar_fix .sidebar_contents .start_chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}/*# sourceMappingURL=custom.css.map */