*{
            margin: 0;
            box-sizing: border-box;
        }
        a{text-decoration: none;}
        
.toprow{
    color: #fff;
    background-color: #111;
    font-size: 14px;
    padding: 10px 0;
    text-align: right;
}
.toprow span{
    margin-right: 10px;
}
.toprow a{
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}
.navbar-brand img {
    max-width: 170px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.dropdown-menu {
    background-color: #eeefef;
    padding: 0;
}
.dropdown-item{
    font-size: 14px;
    padding: 10px 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:hover,
.dropdown-item:hover{
    color: #d21f2f;
}
.navbar-collapse{
    position: relative;
    padding-top: 35px;
}
.navbar-collapse aside {
    position: absolute;
    top: 0;
    right: 0;
}
.navbar-collapse aside a{
    background-color: #d21f2f;
    color: #eee;
    font-size: .85em;
    text-transform: uppercase;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 10px;
}
.banner{
    
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    padding: 250px 0 150px;
}
.banner span{
    background-color: rgba(0,0,0,.7);
    margin-top: 15px;
    color: #fff;
    font-size: 2.4em;
    line-height: 1.2em;
    display: table;
    padding: 3px 15px;
}
.callus{
    text-align: center;
    color: #fff;
    background-color: #d21f2f;
    padding: 4px 15px;
}
.callus p{margin: 0;}
.callus a{
    font-weight: bold;
    color: #fff;
}
footer{
    background-color: #111;
    padding: 10px 0;
    color: #fff;
}
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.copyright a{
    color: #fff;
}
.ft_social a{
    font-size: 18px;
    margin:0 10px;
}
/*Gravity form*/
.home_lastname {
    grid-column: span 6 !important;
}
.city_schedule {
    grid-column: span 4 !important;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
}
h3.gsection_title {
    font-size: 18px;
    font-weight: 600;
    color: #d21f2f;
}
input#gform_submit_button_2, input#gform_submit_button_4, input#gform_submit_button_3, input#gform_submit_button_5, input#gform_submit_button_6 {
    background-color: #d21f2f;
    color: #eee;
    font-size: .85em;
    text-transform: uppercase;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 10px;
    border: unset;
    width: 30%;
}
/*Gravity form*/
.pest_control{
    padding: 215px 0 150px;
}
@media screen and (max-width:767px) {
    .navbar-collapse aside {
    position: initial;
}   
.navbar-collapse aside a{
    display: table;
    margin: 10px 0;
} 
.banner {
    padding: 150px 0 100px;
}
.banner span {
    font-size: 2em;
}
.gfield {
	margin-right: 6px;
}
}