@import url(https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css); .google-map{
width: 100%;
min-height: 500px;
}
html,
body {
overflow-x: hidden;
}
.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0; z-index: 999999;
background-color: #ffffff;
}
.spinner-wrapper img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}