.close1 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close1:hover,
.close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close9 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close9:hover,
.close9:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
.mobile-logo {
    width: 300px;
    margin: 0 auto;
}

.modal-input {
    -webkit-backface-visibility: hidden;
	background: #fff;
	border: solid 1px #e6eaf3;
	box-sizing: border-box;
	border-radius: 24px;
	outline: 0;
	padding: 15px 59px;
	-webkit-appearance: none;
	outline-offset: 0;
	width: 100%;
	text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.modall-buttom {
    background: linear-gradient(180deg, #FFB187 0%, #BE5D28 100%);
    box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    color: #FFFDFC;
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    padding: 15px 59px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    border-color: transparent;
    border-width: 0px;
}
.modall-buttom:hover {
    background: linear-gradient(150deg, #BE5D28  0%, #FFB187 100%);
}
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
.modal-input {
    -webkit-backface-visibility: hidden;
	background: #fff;
	border: solid 1px #e6eaf3;
	box-sizing: border-box;
	border-radius: 24px;
	outline: 0;
	padding: 15px 59px;
	-webkit-appearance: none;
	outline-offset: 0;
	width: 100%;
	text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.modal2-buttom {
    background: linear-gradient(180deg, #FFB187 0%, #BE5D28 100%);
    box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    color: #FFFDFC;
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    padding: 15px 59px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    border-color: transparent;
    border-width: 0px;
}
.modal2-buttom:hover {
    background: linear-gradient(150deg, #BE5D28  0%, #FFB187 100%);
}

.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
.modal-content {
    background: rgb(90,131,249);
    background: linear-gradient(90deg, rgba(90,131,249,1) 0%, rgba(57,167,255,1) 50%, rgba(90,131,249,1) 100%);
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    text-align: center;
  
}