body.page-node-500 .field.field-name-body {
    margin: 0;
}
body.page-node-500 footer {
	display: none;
}
body.page-node-500 #topSlideWrapper:before {
	display: none;
}
#mapgoogle button, #mapgoogle1 button {
    background-color: #4CAF50;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px !important;
    position: relative;
    font-size: 14px;
    font-weight: normal;
}
#mapgoogle .gm-style-iw-chr button, #mapgoogle1 .gm-style-iw-chr button {
	margin-top:0 !important;
}
#mapgoogle button:hover,
#mapgoogle1 button:hover {
  background-color: #45a049;
}
#mapgoogle .gm-style .gm-style-iw-d,
#mapgoogle1 .gm-style .gm-style-iw-d {
    text-align: left;
}
#mapgoogle .route-info,
#mapgoogle1 .route-info {
  margin-top: 10px;
  padding: 10px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: none;
}
#mapgoogle .route-info p,
#mapgoogle1 .route-info p {
  margin: 5px 0;
}
#mapgoogle .send-to-device,
#mapgoogle1 .send-to-device {
  background-color: #4285F4;
  margin-top: 10px;
}
#mapgoogle .send-to-device:hover,
#mapgoogle1 .send-to-device:hover {
  background-color: #3267D6;
}
.haritaBanner1 {
    display: block;
    width: 100%;
    height: 110px;
    background: #4285f4;
}
.map-container {
    display: flex;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 50px;
    z-index: 4;
    height: auto;
    width: 80%;
    padding: 25px 0;
    background: rgb(1 46 132 / 95%);
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 100px;
    border: 4px solid #4285f4;
}
.map-container .row {
    display: flex;
}
.map-container select {
    cursor: pointer;
    background-color: #4682b4;
    color: white;
    border: 2px solid #fff;
    box-shadow: none !important;
    outline: none !important;
    margin: 5px;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    height: auto;
}
.map-container .col {
    display: flex;
    flex: 1 0 0%;
}
.map-container1 {
    display: flex;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 50px;
    z-index: 4;
    height: auto;
    width: 80%;
    padding: 25px 0;
    background: rgb(1 46 132 / 95%);
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 100px;
    border: 4px solid #4285f4;
}
.map-container1 .row {
    display: flex;
}
.map-container1 select {
    cursor: pointer;
    background-color: #4682b4;
    color: white;
    border: 2px solid #fff;
    box-shadow: none !important;
    outline: none !important;
    margin: 5px;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    height: auto;
}
.map-container1 .col {
    display: flex;
    flex: 1 0 0%;
}
#mapgoogle {
  position: relative;
  height: 86vh;
  width: 100%;
  background: #f3f3f3;
}
#mapgoogle1 {
  position: relative;
  height: 75vh;
  width: 100%;
  background: #f3f3f3;
}
#popupcontainer-harita {
	position: relative;
}
#overlay-harita {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999;
}
#popupDialog-harita {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
	width: 100%;
    max-width: 90%;
    text-align: center;
    height: 90%;
    overflow: hidden;
}
#popupDialog-harita button {
    right: 0;
    margin-top: 0;
}
.gm-style-iw-d h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #e8483b !important;
}
.gmnoprint.gm-style-mtc-bbw button {
    font-size: 14px !important;
    padding: 6px 10px !important;
    height: auto !important;
}
.gm-style .gm-style-mtc ul, .gm-style .gm-style-mtc li {
	font-size: 14px !important;
}
.gm-style .gm-style-mtc li label {
    margin: 0 !important;
}

@media screen and (max-width: 480px) {

.haritaBanner,
.haritaBanner1 {
	display: none;
}
.map-container,
.map-container1 {
	width: 100%;
	bottom: 0;
	border-radius: 0;
	border-right: 0;
	border-left: 0;
}
.gm-style-iw-d h3 {
    font-size: 16px;
}
	
	
}