#ouibounce-model {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

#ouibounce-model h1 {
    font-size: 32px
}

#ouibounce-model .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

#ouibounce-model .model {
    max-width: 510px;
    height: 369px;
    background-color: #f0f1f2;
    z-index: 13;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin .1s;
    animation: popin .1s;
    text-align: center;
    padding: 0px 23px 0px 23px;
}

#ouibounce-model .model-title {
    font-size: 18px;
    background-color: #ff6700;
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center
}

#ouibounce-model h3 {
    color: #344a5f;
    font-size: 2.2em;
    margin: .2em;
    text-transform: uppercase;
    font-weight: bold;
}

#ouibounce-model .model-body {
    padding: 20px 35px;
    font-size: .9em
}

#ouibounce-model p {
    color: #232d35;
    line-height: normal;
    font-family: roboto,sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 4px;
    margin-top: 0;
    margin-bottom: 0px;
    text-align: center;
}

#ouibounce-model form {
    text-align: center;
    margin-top: 0px;
}

#ouibounce-model form input[type=text] {
    padding: 12px;
    font-size: 1.2em;
    width: 300px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased
}

#ouibounce-model form input[type=submit] {
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px;
    font-size: 1.1em;
    border-radius: 4px;
    color: #fff;
    background-color: #4ab471;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased
}

#ouibounce-model form p {
    text-align: left;
    margin-left: 35px;
    opacity: .8;
    margin-top: 1px;
    padding-top: 1px;
    font-size: .9em
}

#ouibounce-model .model-footer {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%
}

#ouibounce-model .model-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f
}

#ouibounce-model2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

#ouibounce-model2 h1 {
    font-size: 32px
}

#ouibounce-model2 .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.34);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

#ouibounce-model2 .model {
    max-width: 650px;
    height: 309px;
    z-index: 13;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin .1s;
    animation: popin .1s;
    text-align: center;
    border: 3px solid #fff;
}

#ouibounce-model2 .model-title {
    font-size: 18px;
    background-color: #ff6700;
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center
}

#ouibounce-model2 h3 {
    color: #fff;
    font-size: 1.2em;
    margin: 1px 1px 0;
    text-transform: uppercase;
    line-height: 39px;
    font-weight: 500;
    letter-spacing: 0px;
    text-shadow: 0px 0px 1px black;
}

#ouibounce-model2 .model-body {
    padding: 20px 35px;
    font-size: .9em
}

#ouibounce-model2 p {
    color: #695b5b;
    line-height: 1.3em;
    font-weight: lighter;
    font-family: roboto,sans-serif;
    font-size: 1.35rem;
    padding: 1px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
}

#ouibounce-model2 form {
    text-align: center;
    margin-top: 35px
}

#ouibounce-model2 form input[type=text] {
    padding: 12px;
    font-size: 1.2em;
    width: 300px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased
}

#ouibounce-model2 form input[type=submit] {
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px;
    font-size: 1.1em;
    border-radius: 4px;
    color: #fff;
    background-color: #4ab471;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased
}

#ouibounce-model2 form p {
    text-align: left;
    margin-left: 35px;
    opacity: .8;
    margin-top: 1px;
    padding-top: 1px;
    font-size: .9em
}

#ouibounce-model2 .model-footer {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%
}

#ouibounce-model2 .model-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
	
	
	
	
	.model-v1 {
    min-height: 235px;
}

.model-v2 {
    min-height: 480px;
    background: #ffffff;
}

.innnerHolder {
    min-height: 262px;
    margin-top: 0.3rem;
    padding:10px;
}

.innnerHolder-v2 {
    min-height: 304px;
    margin-top: 0;
    padding: 0rem 1rem 0rem 1rem;
}

.button {
    background-color: #4CAF50;
    border: 1px solid #afa2a2;
    color: #f9f9f9;
    padding: 10px 27px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.4rem;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    min-width: 385px;
    transition: 0.5s;
    line-height: 30px;
    /* font-weight: bold; */
    width: 100%;
    max-width: 100%;
    text-shadow: 0px 0px 1px black;
}
button.button:hover {
    background-color: #2d612f;
    color: white;
}

.button2 {
    background-color: #4CAF50;
    border: 1px solid #afa2a2;
    color: #ffffff;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.5rem;
    margin: 13px 2px;
    cursor: pointer;
    border-radius: 5px;
    min-width: 100%;
    transition: 0.5s;
    /* font-weight: bold; */
    text-shadow: 0px 0px 1px black;
}
button.button2:hover {
    background-color: #e60000c9;
    color: #9dff00;
}

.innnerHolder-v2 h3 {
    font-weight: bold !important;
    font-family: roboto;
    padding: 1rem 1rem 1rem 1rem;
    font-size: 3.5rem !important;
    line-height: 51px !important;
}
.maryHelp img {margin: 15px;}
img.maryLeft {
    float: left;
    border: 3px solid white;
    border-radius: 5px;
}
	.closeOne {
    max-width: 55px;
    float: right;
    margin-top: -1rem;
    margin-right: -1rem;

}
.closeTwo {
    max-width: 55px;
    position: absolute;
    right: -15px;
    top: -21px;
}
	.closeTwo img {
		cursor: pointer;
	}
	 	.closeOne img {
		cursor: pointer;
	}
	
	.buttonFirst {
    background-color: #4CAF50;
    border: 1px solid #528e54;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2.1rem;
    margin: 10px 2px;
    cursor: pointer;
    border-radius: 5px;
    min-width: 385px;
    transition: 0.3s;
    line-height: 30px;
    font-weight: bold;
    max-width: 530px;
}

.headerAreaAlt h3 {font-size: 3.2rem !important;line-height: 49px !important;/* font-weight: bold !important; *//* font-family: roboto; */}

.headerAreaAlt {
    background: #F44336;
    padding: 1rem;
    margin-bottom: 1rem;
    border-bottom: 3px solid white;
}
.innnerHolder p {
    padding-top: 1rem !important;
       text-align: left;
}
