.close1 {
    color: #aaaaaa; 
    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; */
}
.v9 {
	margin-left: 250px;
}
.close9:hover,
.close9:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a {
    cursor: pointer;
    text-decoration: none; 
}
.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: 48px; /* 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: linear-gradient(147.6deg, #DEDEDE 0%, #FBFFC9 101.01%);
border-radius: 20px;
    border: 0px;
    border-radius: 20px;
    margin: auto;
    padding: 10px 0 30px; 
    width: 280px;
    min-height: 300px;
    text-align: center;   
}
