@font-face {
    font-family: 'Sura';
    font-style: normal;
    font-weight: 400;
    src: local('Sura'), local('Sura-Regular'), url(https://fonts.gstatic.com/s/sura/v1/o-W6zBhGCFphrJOIYYrpDQ.ttf) format('truetype');
}

#gmap_canvas {
    width: 100%;
    height: 400px;
}

#gmap_canvas img {
    max-width: none !important;
    background: none !important
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

#slickSlider {
    display: none;
}

.counter {
    display: table;
    width: 250px;
    height: 250px;
    font-family: 'Sura', serif;
    font-size: 21px;
    text-align: center;
    background-color: #0a6c68;
    color: white;
}

.counter .counter_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.counter .counter_wrapper .counter_number {
    font-weight: bold;
    font-size: 72px;
    line-height: 90px;
}

.webx_sites_download::before {
    content: "\f15b";
    font-family: Fontawesome;
    font-weight: normal;
    margin-right: 5px;
    color: black;
}