@charset "utf-8";
/* CSS Document */

/*modal style */

@media (min-width: 768px)
{
.modal-dialog {
    width: 38%;
    margin: 30px auto;
    height: 54%;
}
  
}

.modal-green-btn {
    color: rgb(255, 255, 255);
    font-weight: 600;
    background: #46d43e;
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    text-shadow: -1px -1px 0px rgba(255,255,255,0.1);
    display: block;
    width: 100%;
    transition: .2s;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 30px;
}

.modal-green-btn:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
    box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.22), 0 233px 233px 0 rgba(255,255,255,0.12) inset;
    transform: translateY(-10px);
    outline: 0;
}
  
.mdl-foot  
{  
  border-top: none;
  
}
.mdl-head h5 {
    text-align: center;
    font-size: 42px;
	font-weight:400;
    margin-top: 15px;
    padding: 7px 0;
	font-family: 'Fjalla One', sans-serif;
	color:#2f2f2f;
}

.mdl-bdy p {
    font-size: 26px;
	color:#000;
}


.blue-save {
    color: #034bb9;
    font-weight: 600;
}

.shake {
    animation-name: shake;
    animation-duration: 8s;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}

@keyframes shake {
  0% {left: 0}
  1% {left: -5px}
  2% {left: 10px}
  3% {left: -15px}
  4% {left: 15px}
  5% {left: -10px}
  6% {left: 5px}
  7% {left: 0}
}

.mybutton {
    color: #fff !important;
    font-family: Arial;
    font-size: 31px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .35);
    border: 1px solid #3e8f3e;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #429742;
    /* background-image: url(images/fbf-exit-to-written-btnbg-50pc.png); */
    background-position: top;
    background-repeat: repeat-x;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .55);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .55);
    padding: .5em 1.25em;
    margin: .25em 0;
    display: inline-block;
    transition: all 250ms ease;
    opacity: 1;
    position: relative;
    z-index: 999;
}

.mybutton:hover
{ text-decoration:none;
}




.mdl-head {
    /*background: #1f0781;*/
    color: #2f2f2f;
    padding: 5px;
	border:none;
}

.mdl-content
{ text-align:center;

}

.exit-gif {
    /* position: absolute; */
    left: 120px;
    bottom: 0px;
    /* top: 63%; */
/*    margin-top: -112px;*/
}

.mdl-close {
	background: #000 !important;
	border: 2px solid #fff !important;
	border-radius: 50%;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	padding: 1px 9px !important;
	position: absolute;
	top: -19px;
	right: -19px;
	text-decoration: none!important;
	display: block;
	width: 35px;
	height: 35px;
	z-index: 321;
	opacity: 1;
}

@media only screen and (max-width: 991px){
	.exit-gif {
    margin-top: 0!important;
}
.modal-green-btn{
	font-size:31px;
}
.mdl-head h5 {
    font-size: 30px;
}
.mdl-close{
	top: -11px;
    right: -9px;
}
}


@media only screen and (max-width: 480px)
{

.mybutton {
    font-size: 18px;
}

.mdl-bdy p {
    font-size: 20px;



}
