body {
    padding-bottom: initial !important;
}
.pane-1 {
    padding: 10em 1em;
    background: url(../images/banner1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100vh;
}
.pane-1 h1 {
    font-size: 4em;
    font-weight: bold;
    color: #ffffff;
    line-height: 60px;
    margin-bottom: 15px;
}
.pane-1 p {
    color: #ffffff;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.reg-card h6 {
    font-size: 12px;
}
nav.navbar {
    background: #15151587;
}
a.navbar-brand img {
    width: 70%;
}
form.search-form {
    /* background: #00cc99; */
    border-radius: 10px;
    padding: 3px 0px 3px 13px;
}
form.search-form .form-control {
    width: 19.33%;
    height: 50px !important;
    border: none;
    padding: 10px;
    border-radius: 0px;
    font-size: 14px;
    z-index: 9;
    /* border-left: 8px solid #00cc99; */
}
.login-nav li {
    list-style: none;
}
.login-nav li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
form.search-form button.btn {
    background: #00cc99;
    border-color: #00cc99;
    color: #fff;
    font-size: 16px;
    width: 13%;
    height: 50px;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-weight: bold;
    /* position: relative;
    left: -14px; */
}

button.reset-btn {
    background: #fb4848;
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    margin-left: 5px;
    height: 50px;
}

input.form-control.mr-sm-2.search-reg {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

i.fa.fa-search {
    position: relative;
    left: -10px;
}
form.search-form button.btn:active {
    background-color: #00cc99 !important;
    border-color: #00cc99 !important;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #151515b0;
    width: 100%;
    height: 100%;
}
.login-nav ul {
    padding-right: 4em;
}
form.search-form .form-control {
    display: inline-block;
    padding: 10px;
    border-right: 1px solid #ddd;
}
.mr-0 {
    margin-right: 0px !important;
}
.full-width {
    width: 75% !important;
}
.reg-card {
    border-radius: 10px;
    margin-bottom: 10px;
    width: 222px;
}
.reg-card p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #888888;
}
.reg-card h5 {
    font-size: 16px;
    font-weight: 500;
}
.modal-title span {
    color: #2196f3;
    font-size: 14px;
}
.download-btn {
    position: absolute;
    right: 80px;
    top: 15px;
}
footer {
    padding: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
footer p {
    color: #ffffff;
    font-size: 14px !important;
}

/* #loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url(../images/loader.gif) no-repeat center center rgba(0,0,0,0.25);
    background-size: 30px;
}
 */





/* modal design css*/
.modal-content {
    background-color: #eee;
}
.table .thead-light th {
    color: #fff;
    background-color: #fb4848;
    border-color: #dee2e6;
    padding: 10px;
    font-weight: 500;
    text-transform: uppercase;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
table#ltv-value tbody {
    background: #ffdbdb;
}
table#ltv-value .reg-card {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px #f4efef;
    text-align: center;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .pane-1 h1 {
        font-size: 26px;
    }
    .pane-1 {
        padding: 5em 15px;
        height: initial;
    }
    form.search-form button.btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .login-nav ul {
        padding: 0;
    }
    .pane-1 p {
        font-size: 14px;
    }
    a.navbar-brand img {
        width: 50%;
    }
    form.search-form {
        padding: initial;
    }
    .main-search {
        background: #fff;
        padding: 10px;
        border-radius: 5px;
    }
    form.search-form .form-control {
        width: 100%;
        margin-bottom: 5px;
        background: #eee;
    }
    input.form-control.mr-sm-2.search-reg {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    form.search-form button.btn {       
        width: 100%;
    }
    footer {
        position: absolute;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 1020px;
    }
}








