﻿.image-banner img {
    max-width: 100%;
    height: auto;
}

.navbar-brand img {
    max-width: 90%;
    height: auto;
    padding-bottom: 12px;
}

.home-elements img {
    max-width: 94%;
    height: auto;
    /*margin-bottom:50px;*/
}


.btn-primary {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

#ABC {
    background-color: blue;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.btn banner {
    position: absolute;
    top: 10%;
    left: 90%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.button {
    background-color: transparent;
    position: absolute;
    background-repeat: no-repeat;
    top: 17%;
    left: 74%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-100%, -100%);
    color: none;
    font-size: 30px;
    padding: 20px 30px;
    border: none;
    cursor: pointer;
    border-radius: 35px;
}

.footer-images {
    /* display: block;*/
    /* margin-left: 20px;*/
    margin-right: 20px !important;
    margin-bottom: 50px !important;
}


.center-img {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.text-center {
    text-align: center;
}

.google-review-text {
    text-align: center;
    display: block;
    font-weight: 900;
    font-size: 40px;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6%;
}


.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
    margin-top: 8px;
    margin-left: 10px;
    text-decoration-color: black;
}

    .dropdown a:hover {
        text-decoration: none !important;
        color: black !important;
    }

.dropdown-toggle {
    color: black;
}

.bnt {
    margin-top: 20px;
}

.tel-no {
    font-size: large;
}

.google-review-section {
    display: block;
    margin-top: 20%;
    margin-bottom: 0%;
    margin-left: 10%;
}

.google-review {
    margin-bottom: 20%;
}

.testimony {
    background: rgba(45, 64, 89, 0.06);
    padding: 40px 20px 20px 20px;
    margin: 0% 0% 20% 0%;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

    .testimony .quote i {
        /*font-family: "Playfair Display", Arial, serif;*/
        font-size: 30px;
        width: 80px;
        height: 80px;
        padding-top: 25px;
        color: rgba(45, 64, 89, 0.3);
        position: absolute;
        left: 0;
        top: 0;
        background: white;
        -webkit-box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
        -ms-box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
        -o-box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
        box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .testimony .quote {
        position: absolute;
        top: -40px;
        left: 50%;
        right: 0;
        margin-left: -30px;
    }

.field-validation-error {
    color: red;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.5em + .75rem + 2px);
    margin-top: 10px;
}

.footer {
    line-height: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: unset;
    white-space:normal !important;
}

.star-color {
    color: red;
    font-weight: 700;
    margin-right: 10px;
}

.contact-info li {
    list-style: none;
    margin: 0 10px 20px 0;
    position: relative;
    padding-left: 40px;
}

p {
    font-size: 20px;
}

.logo {
    width: 90%;
    height: auto;
}

.contact-tab {
    padding-left: 0.9rem !important;
}

.facebook {
    width: 60%;
    height: auto;
}