.section-follow .fa-3x {
    margin: 5px 10px;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

img {
    border-radius: 10px;
}

.singleImageCarousal {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.loader {
    position: relative;
    margin: 5px 10px;
    left: 50%;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
}

.table-wrapper {
    overflow-y: auto;
    overflow-x: scroll;
    width: 100%;
}

table {
    width: 100%;
    table-layout: fixed;
}

td {
    width: 300px;
    padding: 10px 10px 10px;
    background-color: #ffffff;
    text-align: center;
}

.btn-block {
    width: 100%;
}

.rowq {
    margin: 1px 5px;
    left: 50%;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
}

.map-responsive {
    overflow: hidden;
    padding-top: 60%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

html {
    scroll-behavior: smooth;
}