.marker {
    border: none;
    cursor: pointer;
    height: 32px;
    width: 32px;
    background-image: url('../images/marker.png');
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
}

.mapboxgl-ctrl-geocoder {
    position: relative;
    top: 0;
    /*right: 45px;*/
}

.mapboxgl-ctrl-group:nth-child(2) {
    position: fixed;
    top: 10px;
    right: 70px;
    /*padding: 4.5px;
    border: 1px solid #9e9e9e;*/
    border-radius: 0px !important
}

.mapboxgl-ctrl-group:not(:empty) {
    box-shadow: none !important;
}

.mapboxgl-ctrl-geocoder {
    min-width: 0% !important;
    max-width: 100% !important;
    width: 100% !important;
    box-shadow: none
}

.mapboxgl-ctrl-geocoder input[type='text'] {
    height: 38px !important;
    font-size: 13px !important;
}

.geocoder {
    width: 100% !important;
    float: left;
}

@media(min-width:360px) {}

@media(min-width:576px) {}

@media(min-width:768px) {
  .mapboxgl-ctrl-group:nth-child(2) {
    top: 10px;
    right: 20px;
  }
}

@media(min-width:992px) {
    /*.mapboxgl-ctrl-group {
        right: 3.4%
    }*/
  .mapboxgl-ctrl-group:nth-child(2) {
    top: 10px;
    right: 70px;
  }
}

@media(min-width:1200px) {
    /*.mapboxgl-ctrl-group {
        right: 6.2%
    }*/
}

@media(min-width:1366px) {
    /*.mapboxgl-ctrl-group {
        right: 10.4%
    }*/
}

@media(min-width:1500px) {
    /*.mapboxgl-ctrl-group {
        right: 13%
    }*/
}

@media(min-width:1700px) {
    /*.mapboxgl-ctrl-group {
        right: 16%
    }*/
}

@media(min-width:1920px) {
    /*.mapboxgl-ctrl-group {
        right: 18.8%
    }*/
}

.markernew {
    background-color: #1da1f2;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

.markernew::before {
    background-color: #1da1f2;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    -moz-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    -ms-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    animation: mapboxgl-user-location-dot-pulse 2s infinite;
}

.markernew::after {
    border-radius: 50%;
    border: 2px solid #fff;
    content: '';
    height: 19px;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 19px;
    box-sizing: border-box;
}
