@media screen and (max-width:850px) {
  html {
    scroll-behavior: smooth;
    box-sizing: border-box;
  }
  .amp-partner {
    max-height: 120px;
  }
  .logo-container>img {
    width: 80%;
  }
  .auction__profile-bid-time {
    font-size: 1.2rem;
  }
  .property-image-container {
    background: rgb(33, 36, 29);
  }
  @media only screen and (orientation: portrait) {
    .property-image-container {
      height: 35%;
    }
    .event-manager-container {
      width: 100%;
      /* display: flex ; */
    }
  }
  @media only screen and (orientation: landscape) {
    .property-image-container {
      height: 75%;
    }
    .event-manager-container {
      width: 100%;
      /* margin-left: auto;
      margin-right: auto; */
      /* display: flex ; */
    }
  }
  .header {
    height: 8%;
    box-shadow: 5px 0px 10px rgb(73, 73, 73);
    z-index: 1;
    top: 0;
    background: white;
  }
  .header * {
    height: 100%;
  }
  .jssor-image-container * {
    width: 100%;
  }
  .additional-buttons-container {
    position: absolute;
    top: 10px;
    right: 0;
    height: 31px;
  }
  .additional-buttons-container * {
    height: 100%;
    width: 100%;
  }
  .additional-buttons-container img {
    width: 80%;
  }
  .property-details-container {
    font-size: .9rem;
  }
  .property-details-container .property-title {
    font-weight: 700;
    font-size: .9rem;
  }
  .property-details-container .property-name {
    font-size: .9rem;
    font-weight: 300;
    text-align: center;
  }
  .property-details-container .property-address {
    font-size: .9rem;
    font-weight: 300;
    text-align: center;
  }
  .bid-information, .property-description-list-mobile {
    border: 1px solid #70707054;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: white;
  }
  .bid-information>.row>div:first-child {
    border-right: 1px solid #70707054;
  }
  .bid-information>.row>div:nth-child(n + 3) {
    border-top: 1px solid #70707054;
  }
  .bid-information>.row>div:nth-child(4) {
    border-left: 1px solid #70707054;
  }
  .auction-bidbox-deadline {
    top: 11%;
    z-index: 1;
  }
  .col-12>.card>.card-header {
    background: #69A7C2;
    color: white;
    font-weight: bold;
    font-size: 1.3rem;
    position: relative;
  }
  .auction__profile-bid-amount-container {
    text-align: center;
  }
  .auction__profile-bid-amount {
    font-size: 1.2rem;
  }
  #map_container2, .video_container-mobile {
    height: 40%;
    display: none;
    position: relative;
  }
  #map_container2 .map-buttons-container, .video_container-mobile .map-buttons-container {
    position: absolute;
    top: 1rem;
  }
  .multi-information-button-container-mobile {
    /* position: absolute;
    top:10px;
    height:31px; */
    display: none;
  }
  .arrow-icon {
    height: 11px;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-10%, -50%);
    transition: .3s;
  }
  .arrow-icon-active {
    transform: translate(-10%, -50%) rotate(180deg);
  }
  .reit-information .auction__profile-doc-download {
    margin-top: .5rem;
  }
  .m-top-mo-8em {
    margin-top: 8em;
  }
  .card-body .card-header {
    position: relative;
    font-weight: bold;
  }
  .contact-us-mobile {
    font-weight: bold;
    font-size: 2rem;
  }
  .property-description-list-mobile li {
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 1rem 0;
    font-size: .8rem;
    color: #033E5B;
    font-weight: bold;
  }
  .property-description-list-mobile li:nth-child(2) {
    border-left: 1px solid #70707054;
  }
  .property-description-list-mobile li:nth-child(n+3) {
    border-top: 1px solid #70707054;
  }
  .property-description-list-mobile li:nth-child(n+4) {
    border-left: 1px solid #70707054;
  }
  .auction__profile-doc-download .auction__profile-docs-wrap-locked {
    background: url(../../../assets/ui/img/common/key_green.png) no-repeat 0 0px;
    margin-bottom: 1.5em;
    padding-left: 2em;
    background-size: contain;
  }
  .auction__profile-bid-break {
    text-align: inherit;
  }
}

.safari .auction__profile-docs {
  padding: 0px;
}

.auction__profile-docs {
  list-style-type: none;
}

.event-manager-container {
  overflow: auto;
}

.event-manager {
  height: 130px;
  border: 1px solid gray;
  margin: auto;
  background: white;
  border-radius: 10px;
}

.event-manager img {
  height: fit-content;
  max-height: 100% !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.upload-button.uploadTrigger {
  letter-spacing: normal;
}

.pdf-icon-sizing {
  float: left;
  width: 6%;
  padding-right: 4px;
}

img {
  max-height: 100%;
}

body {
  height: 100vh;
  height: calc(var(--vh, 1vh)*100);
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  overflow-y: scroll;
  overflow: -moz-scrollsbars-none;
  background: #F9F9F9;
}

body::-webkit-scrollbar {
  display: none;
}

.header>.row:nth-child(2) {
  height: 59%;
}

.header .logo-container {
  max-height: 100%;
}

.header .logo-container .logo {
  max-width: 80%;
  max-height: 90%;
  margin: auto;
}

.header ul, .property-details-container ul {
  list-style-type: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.header li, .property-details-container li {
  float: left;
  height: inherit;
  padding: 0px 15px;
}

.header li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: black;
  font-size: .875em;
}

.header .account-nav {
  height: 100%;
}

.main-sections-container {
  height: 100%;
}

.main-sections {
  height: 100%;
}

#google-address-button2 img {
  height: 31px;
}

.offering-memorandum,.flyer-download-btn {
  background-color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  padding: 1em;
  font-size: .775em;
  opacity: .9;
  width: 28%;
}

.property-details-container li {
  font: .70em Roboto;
  margin: auto;
  position: relative;
  padding-left: 2em;
}

.property-details-container li:nth-child(n+2) {
  border-left: 2px solid white;
}

.property-details-container span {
  font-style: italic;
  font-weight: 300;
}

.property-details-list .broker-percentage {
  font-size: 2em;
  margin-left: .5em;
  font-weight: 500;
}

.auction-information-section {
  height: 100%;
  overflow-y: scroll;
  overflow: -moz-scrollsbars-none;
}

.property-image-container #property-images {
  width: 100%;
  height: 100%;
}

.property-image-container #property-images #jssor_1, .property-image-container #property-images #jssor_mobile, .property-image-container #property-images #jssor_desktop {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.property-image-container #property-images #jssor_1 .jssor-image-container, .property-image-container #property-images #jssor_desktop .jssor-image-container, .property-image-container #property-images #jssor_mobile .jssor-image-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.auction-information-section::-webkit-scrollbar {
  width: 0;
}

.auction-information-section .property-image-container {
  height: 59%;
  position: relative;
}

.auction-information-section .property-image-container .additional-buttons-container {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 45px;
}

.additional-buttons-container button {
  width: 45px;
}

.multi-information-button-container-mobile {
  position: absolute;
  top: 10px;
  left: 10px;
}

.auction-information-section .property-details-container {
  height: 7%;
  background-color: var(--secondary);
  color: white;
  width: 100%;
}

.auction-information-section .property-details-container .property-details-information {
  font-size: .7em;
}

.auction-information-section .property-title-container {
  height: 17%;
  position: relative;
}

.auction-information-section .property-title-container .property-title-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
}

.auction-information-section .property-title-container .property-title-secondary-text {
  font-size: 1.8rem;
  font-weight: 300;
}

.auction-information-section .additional-information-tabs-container {
  background: #E3E3E3;
  height: 9%;
  top: 0;
  position: sticky;
}

.auction-information-section .additional-information-tabs-container div a {
  font-size: 1em;
  font-weight: 300;
  font-style: italic;
}

.auction-additional-information {
  height: 100%;
}

.auction-bidbox-section {
  background: white;
  height: 100%;
}

.auction-bidbox-container {
  height: 58%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.auction-bidbox {
  height: 100%;
}

.auction-bidbox-header {
  background: #3B3B3B;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.auction-bidbox-header img {
  height: 25px;
}

.auction-bidbox-header .auction-bid-deadline {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
}

.auction-bidbox-body {
  height: 100%;
  border: 1px solid rgba(0, 0, 0, .5);
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.submit-handler-button {
  height: 13%;
}

.submit-handler-button a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #40AD8F;
  border-color: #40AD8F;
  font-weight: 500;
  color: white;
  font-size: 2em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  letter-spacing: 3px;
  font-weight: bold;
}

.submit-handler-button button:hover, .submit-handler-button button:active, .submit-handler-button button:visited {
  background-color: rgb(44, 124, 101);
}

.auction-bidbox-section .contingencies {
  letter-spacing: 3px;
}

@media only screen and (min-width:700px) {
  .auction-bidbox-header img {
    height: initial;
  }
  .safari .auction-bidbox-header img {
    height: initial;
    max-height: 100%;
  }
  .amp-partner {
    max-height: initial;
  }
  .safari .auction-countdown-timer img {
    height: 40px;
  }
}

@media screen and (min-width:700px) and (max-width:850px) {
  .auction__profile-bid-time {
    font-size: 2.4rem;
  }
  .property-image-container {
    min-height: 55%;
  }
  .bid-information>.row>div:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #map_container2, .video_container-mobile {
    height: 55%;
    display: none;
    position: relative;
  }
  .multi-information-button-container-mobile {
    height: initial;
  }
  #google-address-button2 img {
    height: initial;
  }
  .property-details-container .property-title, .property-details-container .property-name, .property-details-container .property-address {
    font-size: 1.2rem;
  }
  .bid-information.mobile-view>* {
    font-size: 1.5rem;
  }
  .bid-information.mobile-view .minimum-bid>span {
    font-size: 1.2rem !important;
  }
  .auction-bidbox-header .auction-bid-deadline {
    font-size: 2rem;
  }
  .property-description-list-mobile li {
    font-size: 1.2rem;
  }
  .event-manager {
    height: 150px;
  }
  .offering-memorandum,.flyer-download-btn {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 80px;
    font-size: .875rem;
  }
  .additional-buttons-container {
    height: initial;
  }
  .event-manager {
    border: 1px solid gray;
    box-shadow: 0px 0px 5px gray;
    background: #FFFFFF;
    border-radius: 10px;
    height: 115px;
    flex: 0 0 47.5%
  }
  .event-manager:nth-child(even) {
    margin-left: 2% !important;
  }
}

@media screen 
  and (max-width: 900px) {
    .multi-information-button-container {
      display:none !important;
    }

    #footer {
      display: none;
    }

    /* .event-manager-container {
      display: none !important;
    } */

    /* .contingencies {
      display: none !important;
    } */

    /* .auction__profile-bid-amount-container {
      display: none !important;
    } */

    #desktop-event-container {
      display: none !important;
    }
.minimum-bid {
  /* font-size: 1.5rem; */
  font-weight: 300;
}

.fw-300 {
  font-weight: 300;
}

.amount-minimum-bid {
  font-size: 2.5rem;
}

.auction-bidbox-header .auction-countdown-timer {
  font-size: 2.2rem;
  font-weight: 700;
}

.auction-bidbox-header .auction-bid-deadline {
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 400;
}

.modal-block .model-block__content {
    padding: 1em !important;
}
.agrement-policy-block__content .other_info {
    margin-bottom: 30px;
}

  }