﻿.image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: transparent url('/images/asset/grid.png') repeat;
    -webkit-backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.50);
}
.text-over {
    z-index: 6;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.fixed-bottom{
    max-width:400px;
}

.form-check-label{
    font-size:16px !important;
}
.form-check-input {
    width:17px;
    height:17px;
}