.pac-container {
    z-index: 5000000002 !important;
}
#lawnbot-formwrap {
    visibility: visible;
}

.lawnbot-form {
    margin-top: 40px;
    margin-right: 60px;
    margin-left: 25px;
    padding: 10 50px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lawnbot_clientLogo {
    max-width: 400px;
    padding-bottom: 30px;

}

.lawnbot_form_container {
    height: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    align-items: center;
}

.lawnbot_input_field {
    width: 95%;
    height: 50px;
    border-radius: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #000;
    text-indent: 10px;
    
    margin-bottom: 5px;
    cursor: pointer;
    background: #fff; 
    padding-left: 30px;
}

.lawnbot_form_button {
	border: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    width: 100%;
    height: 50px;
	color: #FFF;
	background: #262f7f;
	cursor: pointer;
	font-weight: 700;
    outline: none;
    box-shadow: 0 6px #cecece;
    border-radius: 10px;
}

.lawnbot_form_button:disabled {
    background-color: lightgray;
}

.lawnbot_form_input_error {
    width: 100%;
    min-height: 15px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bolder;
    color: red;
    font-style: italic;
    margin-left: 46px;

}

form.lawnbot-form .btn:hover {
	
    outline: none;
    box-shadow: 0 4px #cecece;
	top: 2px;
}

form.lawnbot-form .btn:active {
	background: #fff;
    outline: none;
    box-shadow: 0 0 #cecece;
	top: 6px;
}

.btn:valid {
    background: green !important;
}


.lightbox:target {
    visibility: visible;
    opacity: 1;
}

#lawnbot-formwrap:target {
    visibility: visible;
}

#lawnbot-formwrap {
    display: flex;
    align-content: space-around;
}

/* Lightbox */
.lightbox {
    z-index: 2000000;
    width: 100%;
    height: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.61);
    visibility: hidden;
    opacity: 1;
    position: fixed;
}

.lightboxClose {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    text-align: right;
    right: 0px;
    top: 0px;
    margin: 10px;
    z-index: 2000;
}

.lawnbot_closeImg {
    width: 25px;
}


#lead-capture .iframe {
    height: 100%;
    width: 100%;
}


.lightboxNext {
    display: block;
    position: absolute;
    right: 0px;
    top: 30%;
    width: 10%;
    height: 40%;
    background-color: rgba(255, 255, 255, 0.1);
}

#lawnbot-formwrap {
    display: flex;
    background-color: rgba(255,255,255,0.5);
}
    


.animate {
    -webkit-transition: .20s ease-in-out;
    -moz-transition: .20s ease-in-out;
    -ms-transition: .20s ease-in-out;
    -o-transition: .20s ease-in-out;
    transition: .20s ease-in-out;
}


/* Styles the lightbox content, centering it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

#lead-capture .iframe {
    margin: 30px;
    margin-left: -3px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    /* border: 2px solid white; */
    visibility: visible;
    box-sizing: border-box;
}

/* Uses the :target pseudo-class to perform the animations upon clicking the  anchor */


.lightbox:target {
    visibility: visible;
    opacity: 1;
}


 .lightbox:target iframe {
    max-width: 95%;
    max-height: 95%;
}

/*////////////////////////////////////////////*/

.lawnbot_addressAlert {
    position: absolute;
    right:50%;
    top: 50%;
    background-color: darkslateblue;
    height: 50px;
    
}

.lawnbot_left_container {
    display: flex;
    flex-direction: column;
    margin: 40px 25px;
    align-items: center;
    height: auto;
    width: 100%;
    padding: 10 50px;
}

.lawnbot_title {
    min-width: 170px;
    height: auto;
    color: #262f7f;
    white-space: pre-wrap;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0px;
}

.lawnbot_img {
    width: 100%;
    height: 50px;
}

.lawnbot_instructions_title {
    text-align: center;
    font-size: 15px;
    margin-bottom: 0;
    color: #262f7f;
    width: 100%;
    height: auto;
    font-weight: bold;
}

.lawnbot_instructions {
    text-align: center;
    width: 100%;
    padding-top: 5px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 12px;
    color: #2e2b2bbc;
    height: auto;
    font-weight: bold;

}

@media only screen and (max-width: 650px) {
    #lawnbot-formwrap {
        display: flex;
        flex-direction: column;
    }

    .lawnbot_clientLogo {
        position: absolute ;
        width: 80%;
        top: 0;
        margin: 10px 10px;
        
    }

    
    .lawnbot_left_container {
        margin-top: 120px;
        display: flex;
        flex-direction: column;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        justify-content: space-around;
    }

    .lawnbot_instructions_details {
        display: flex;
        justify-content: center;
        align-items: space-around;
        margin: 20px;

    }

    .lawnbot_title {
        display: none;
    }

    .lawnbot_instructions_title {
        margin-right: 20px;
        
    }

    .lawnbot_instructions {
        display: none;
    }

    .lawnbot-form {
       margin: 0px;
    }

    .lawnbot_input_field {
        width: 80%;
        height: 40px;
    }

    .lawnbot_form_button {
        width: 90%;
    }


}

