
.mapwrapper {
  position: relative;
  height: 100vh;
  width: 100%;
  outline: none!important;
  border: none;
}

img {
  max-width: 100%;
}

.modal-body, #pop-content {
  text-align: center;
}

#pop-content .logoimg {
  height: 130px;
  width: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.modal-body #pop-content .logoimg {
  margin-top: 10px;
  margin-bottom: 20px;
}

.modal-header .close {
  color: #FFF;
}

.btn-scm, .btn-scm:hover {
  background-color: #FFF;
  color: #000;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: unset;
  /*min-width: 157px;*/
}

@media (max-width: 768px) {
  .btn-scm, .btn-scm:hover {
    min-width: 157px;
  }
}

.oiqinfo {
  background-color: #026069;
  color: #FFF;
}

.oiqinfo p {
  overflow-y: scroll;
  max-height: 400px;
  padding-right: 10px;
  margin-bottom: 60px;
}

.modal-content {
  background-color: #026069;
  color: #FFF;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 95%;
  }
}
/*.infocol {
  position: fixed;
  bottom: 0;
  border: 1px solid grey;
  border-radius: 10px;
  padding: 7px;
  line-height: 1.2rem;
  box-shadow: 1px 1px 5px 0 #888888;
  background-color: #FFF;
  z-index: 9999999;
}*/

p {
  margin-bottom: 0;
}

iframe {
  position: relative;
  outline: none!important;
  border: none;
}

@media (min-width: 1200px) {
  .col-xl-80 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-20 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1400px) {
  .col-xl-80 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xl-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .mapwrapper {
    position: relative;
    height: 100vh;
    width: 100%;
    outline: none!important;
    border: none;
  }

  iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: none!important;
    border: none;
  }

  .infocol {
    position: absolute;
    right: unset;
    width: 400px;
    left: 20px;
    bottom: 40px;
    border: 1px solid grey;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 1px 1px 5px 0 #888888;
    background-color: #FFF;
    z-index: 9999999;
  }

}
