/* VD Color:    #225D38 */
/* VD Font      Roboto Slab // Bold */

.container-g {
    width: 75%;
    padding-top: 50px;
    padding-bottom: 20px;
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
}

.container-g .box-c {
    text-align: center;
}

.container-g .box-c .icon .fas {
    font-size: 40px;
    color: #225D38;
    cursor: pointer;
}

.container-g .box-c .icon h3,
.container-g .box-c .icon h4 {
    position: relative;
    font-weight: 400;
    margin: 0;
    padding: 2px 5px;
    font-size: 24px;
}

.container-g .box-c .icon h3 {
    font-size: 18px;
}

.container-g .box-c .icon h4 {
    font-weight: 600;
    margin: 5px 0;
    font-style: 30px;
}

.maps-section {
    display: grid;
}

.maps-container {
    justify-self: center;
    padding: 0px 50px;
}

.googlemaps {
    display: block;
    width: 75%;
    height: 60vh;
    margin-left: auto;
    margin-right: auto;
}

:root {
    --font-color: #225D38;
    --font-hover-color: orange;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    height: auto;
    width: auto;
    font-family: 'Roboto Slab', serif;
}

.formcontainer {
    background: rgb(240, 240, 240);
}

.tbtitle {
    font-size: .75em;
    color: #225D38;
}

.formhead h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 2rem;
    text-align: center;
    padding-top: 80px;
    color: #225D38;
}

.formhead h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.5rem;
    text-align: center;
    color: #225D38;
}

.form-group {
    margin-bottom: .7em;
}

.form-label {
    font-size: .75em;
    color: var(--font-color);
    display: block;
    opacity: 1;
}

.form-control {
    box-shadow: none;
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
    border-radius: 0;
    border-color: #ccc;
    border-style: none none solid none;
    width: 100%;
    font-size: .75em;
}

.choose-container {
    display: grid;
    grid-template-columns: 1fr;
}

label.lchoose {
    font-size: .75em;
    color: #225D38;
}

.choose-select {
    padding-top: 5px;
    padding-bottom: 15px;
}

.choose {
    width: 100%;
    color: #225D38;
}

.typeofbusiness {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
} 

.typeofbusiness .tb{
    text-align: center;
    justify-content: center;
    align-items: center;
} 

.form-control::placeholder {
    color: #aaa;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--font-hover-color);
    outline: none;
}

.btn {
    background: 0 0 #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    color: var(--font-color);
    font-size: 1em;
    padding: 10 50px;
    text-transform: uppercase;
}

.btn:hover {
    border-color: var(--font-hover-color);
    color: var(--font-hover-color);
}

.textarea {
    resize: none;
}

@media (max-width: 1100px) {
    .container-g .box-c .icon .fas {
        font-size: 30px;
    }
    .container-g .box-c .icon h3,
    .container-g .box .icon h4 {
    font-size: 14px;
    }

    .container-g .box-c .icon h3 {
        font-size: 12px;
    }

    .container-g .box-c .icon h4 {
        font-style: 20px;
    }
}

@media (max-width: 798px) {
    .container-g {
        width: 95%;
        padding-top: 50px;
    }
    .container-g .box-c .icon .fas {
        font-size: 15px;
    }
    .container-g .box-c .icon h3,
    .container-g .box-c .icon h4 {
    font-size: 10px;
    }

    .container-g .box-c .icon h3 {
        font-size: 8px;
    }

    .container-g .box-c .icon h4 {
        font-style: 8px;
    }
    .googlemaps {
        padding: 0px 45px 0px 45px;
        width: 90%;
        height: 60vh;
    }
    .general-section {
        padding-bottom: 100px;
    }
    .general-info-container {
        display: grid;
        grid-template-columns: auto auto;
    }
    .general-contact {
        font-size: 20px;
    }
    .general-number {
        font-size: 10px;
    }
    .general-email {
        font-size: 10px;
    }
    .general-address {
        font-size: 10px;
    }
    .general-hours {
        font-size: 10px;
    }

}

/* Iphone promax 11 size 458px */

@media (max-width: 458px) {
    .maps-container {
        padding: 0px 30px;
    }
    .googlemaps {
        padding: 0px 55px 0px 5px;
        width: 100%;
        height: 50vh;
    }
    .general-section {
        padding-bottom: 50px;
    }
    .general-contact {
        font-size: 12px;
    }
    .general-number {
        font-size: 8px;
    }
    .general-email {
        font-size: 8px;
    }
    .general-address {
        font-size: 8px;
    }
    .general-hours {
        font-size: 8px;
    }
}