.css-1sb5yxz {

    width: 300px;
    height: 100px;

    z-index: 1;

}

.css-1sb5yxA {

    width: 300px;
    height: 100px;

    z-index: 1;

}

.logo1{
 
    z-index: 1;   

}

#mainlogo{
 width:43vh;
 position:relative;

}

.logo1{
    z-index: 1;   
}


#mainlogo{
 width:43vh;
 position:relative;
}

.overlay {
  display: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  cursor: pointer;
  transition: opacity 0.3s;
}

.popup_map {


            display: none;
            opacity: 0;
            position: fixed;
            z-index: 101;
            background-color: rgb(187, 214, 196);
            transition: opacity 0.3s;
            /* color: rgb(0 0 0 / 95%); */
             top: 15%;
            left: 10%;
            width: 80%;
            bottom: 6%;
            height: 60%;
}


.popup_mapold {


            display: none;
            opacity: 0;
            position: fixed;
            top: 18%;
            left: 50%;
            margin: -80px 0 0 -160px;
            font-weight: 500;
            width: 80vw;
            background-color: rgb(187, 214, 196);
            color: rgb(0 0 0 / 95%);

            /* color: rgb(36, 14, 235); */
            text-align: center;
            border-radius: 2px;
            /* padding: 8px 0; */
            transition: opacity 0.3s;
            z-index: 101;
            bottom: 0%;
            /* left: 20px; */
            margin-left: -160px;
            height: 20vh;
            font-size: 18px;
            /* padding: 20px 20px 40px;           */
            font-family: Roboto; 
            font-weight: 400;
            -webkit-box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.75);

}




.popup {


            display: none;
            opacity: 0;
            position: fixed;
            top: 18%;
            left: 50%;
            margin: -80px 0 0 -160px;
            font-weight: 500;
            width: 320px;
            background-color: hsl(54deg 78% 50%);
            color: rgb(0 0 0 / 95%);

            /* color: rgb(36, 14, 235); */
            text-align: center;
            border-radius: 2px;
            /* padding: 8px 0; */
            transition: opacity 0.3s;
            z-index: 101;
            bottom: 0%;
            /* left: 20px; */
            margin-left: -160px;
            height: 160px;
            font-size: 18px;
            padding: 20px 20px 40px;          
            font-family: Roboto; 
            font-weight: 400;
            -webkit-box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.75);

}

.open {
  display: block;
  opacity: 1;
}

/* Popup content */
.for-call-popup {
  display: none;
}

/* Closing button inside popup */
.popup-close-btn {
  z-index: 1000;
  position: absolute;
  right: 5px;
  top: 5px;
  /* right: 20px;
  top: 20px; */
  width: 32px;
  height: 32px;
  opacity: 0.7;
  cursor: pointer;
  
}

.popup-close-btn:hover {
  opacity: 1;
}

.popup-close-btn:before, .popup-close-btn:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}

.popup-close-btn:before {
  transform: rotate(45deg);
}

.popup-close-btn:after {
  transform: rotate(-45deg);
}

/* Other styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin-bottom: 20px;
}

h3 {
  padding-bottom: 15px;
}

button {
  user-select: none;
  outline: none;
  border: none;
  cursor: pointer;
  background: navy;
  color: white;
  /* padding: 12px 24px; */
  margin-right: 10px;
  border-radius: 6px;
  margin: 15px 0;
}

/* @import url(https://fonts.googleapis.com/css?family=Lato&display=swap);

:root {
  --icon-place: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 0C10.477 0 6 4.477 6 10c0 10 10 22 10 22s10-12 10-22c0-5.523-4.477-10-10-10zm0 16a6 6 0 110-12 6 6 0 010 12z'/%3E%3C/svg%3E");
} */

*,
:after,
:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.auto-clear:before {
    content: var(--close-button);
    height: 24px;
    line-height: 100%;
    width: 24px;
}

/* html,
#map {
  height: 75vh;
}

body,
html,
#map {
  margin: 0;
  padding: 0;
} */

#map {
  
  height: 100%;
}

 

.auto-search-wrapper {
  margin: 10px auto;
}

/* Remove instructions */
.leaflet-control-container .leaflet-routing-container-hide {
    display: none;
}
