.loader_registration_1{
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #6ab546;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-top: 100px;
    margin-left: 35%;
    align: center;
    display: none;
}
@media screen and (min-width: 1700px) and (max-width: 2500px) {
    .loader_registration_1{
        border: 6px solid #f3f3f3;
        border-radius: 50%;
        border-top: 6px solid #6ab546;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        margin-top: 100px;
        margin-left: 50%;
        align: center;
        display: none;
    }
}
@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .loader_registration_1{
        border: 6px solid #f3f3f3;
        border-radius: 50%;
        border-top: 6px solid #6ab546;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        margin-top: 100px;
        margin-left: 50%;
        align: center;
        display: none;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
    .loader_registration_1{
        border: 6px solid #f3f3f3;
        border-radius: 50%;
        border-top: 6px solid #6ab546;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        margin-top: 100px;
        margin-left: 35%;
        align: center;
        display: none;
    }
}

.bg-img {
    /* The image used */
    background-image: url("../banner.jpg");

    min-height: 180px;
    background-color: #3e3e3f;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    /* Needed to position the navbar */
    position: relative;
}

/* Position the navbar container inside the image */
.container {
    position: absolute;
    margin: 20px;
    width: auto;
}

/* The navbar */
.topnav {
    overflow: hidden;
    background-color: #333;
}

/* Navbar links */
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar_2 {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.navbar_2 a { /*temporanero solo demo */
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    width: 21%;
}

.navbar_2 a:hover {
    background: #f1f1f1;
    color: black;
}

.navbar_2 a.active {
    background-color: #4CAF50;
    color: white;
}

.main {

    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: fixed;
    /* top: 0;*/
    bottom: 0;
    left: 0;
    right: 0;




}
.customBday{
    padding: 10px;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E0E0CE;
    outline: none;
    border-radius: none;
    background: #f6f6f6;
    margin-right: 10px;
}
.contanierLogin {
    position: absolute;
    margin: 10px;
    width: auto;
    margin-top: 50px;
}

#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 500px;
    height: 300px;
    background: #ccc;
    text-align: center;
    line-height: 300px;
}

a.control_prev, a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}
.scrollbar{
    overflow-y:scroll;
    overflow-x:hidden;

}

.loaderModal {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #6ab546;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-top: 50px;
    margin-left: 45%;
    align: center;
    display: none;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


