/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    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.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    z-index: 99999999;
    position: relative;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#myBtn{
    background:#333;
    color:#fff;
    text-align: center;
 display: inline-block;
}

.modal-content h3{
    text-align: center;
}

.modal-content ul, ol {
    list-style-type: disc;
    padding: 0px;
    padding-left: 5em;
    margin: 0;
    text-align: left;
    /* right: 30em; */
}

#footer{
    background-color: #333333;
}

#myBtn span{
    cursor: pointer;
}

.modal-content p{
    text-align: left;
}

/*Disclaimer 1*/

/* The Modal (background) */
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    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.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content1 {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    z-index: 99999999;
    position: relative;
    width: 80%; /* Could be more or less, depending on screen size */
text-align:left;
color:#000;
}

/* The Close Button */
.close1 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close1:hover,
.close1:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#myBtn1{
     background:#333;
    color:#fff;
    text-align: center;
 display: inline-block;
}

.modal-content1 h3{
    text-align: center;
}

.modal-content1 ul, ol {
    list-style-type: disc;
    padding: 0px;
    padding-left: 5em;
    margin: 0;
    text-align: left;
    /* right: 30em; */
}

#footer{
    background-color: #333333;
    padding: 27px 0 3px;
    
}

#myBtn1 span{
    cursor: pointer;
}

/*Sticky Menu*/

.sticky-disclaimer {
    padding: 4px;
    position: absolute;
    z-index: 1001;
    width: 100%;
    height: 23px;
    bottom: 0;
    background: #3498db;
    color: #fff;
    position: fixed;
    font-size: 10px;
    padding-top:0em;
text-align:left;
font-family: Verdana, Geneva, sans-serif;
}

.disctext{
font-family: Verdana, Geneva, sans-serif;
}

