

@media (min-width: 768px) {
header.masthead {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
}}

a.banner-nav {
    text-shadow: 2px 2px 5px #19967d !important;

}
a.banner-nav:hover {
    text-shadow: 2px 2px 7px #19967d !important;
    color:white !important;

}


header.masthead, section.register {
    position: relative;
    background-color: #343a40;
    background: url("../img/pexels-rodolfo-clix-1366942.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;

   /* -webkit-animation: backgroundScroll 888888s linear ;
    animation: backgroundScroll 888888s linear ;*/
}

@media only screen and (min-width:1550px){
    header.masthead {
        padding-top: 19rem !important;
        padding-bottom: 18rem !important;
    }
}

section.contact_us, section.register {
    position: relative;
    background-color: #343a40;
    background-image:url("../img/pexels-rodolfo-clix-1366942.jpg") ;
    background-size: cover;
    padding-top: 9rem;
    padding-bottom: 15rem;


    /* -webkit-animation: backgroundScroll 888888s linear ;
     animation: backgroundScroll 888888s linear ;*/
}

section.register {
    position: relative;
    background-color: #343a40;
    background: url("../img/pexels-rodolfo-clix-1366942.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 6rem;

    /* -webkit-animation: backgroundScroll 888888s linear ;
     animation: backgroundScroll 888888s linear ;*/
}
section.password {
    position: relative;
    background-size: cover;

    padding-top: 8rem;
    padding-bottom: 15rem;

    /* -webkit-animation: backgroundScroll 888888s linear ;
     animation: backgroundScroll 888888s linear ;*/
}


.btn-secondary {
    background-color:#46ab97 !important;

}
.btn-secondary:hover{
    background-color:#19967d !important;

}

footer {
    font-weight:700;
    color:whitesmoke !important;
    background-color: #191A1B !important;
}

footer a, .register a , .contact_us a {
    color:#99d5ca !important;
    font-weight:700;

}
a {
    text-decoration: none !important;
}

footer a:hover, .register a:hover, .contact_us a:hover {
    color:#19967d !important;
    font-weight:900;
    border-radius:5px;
}


.ls-color {
    color:#19967d !important;
}
.ls-background-color {
    background-color:#99d5ca !important;
    color:white;
}
.ls-light-color {
    color:#99d5ca !important;
}
.text-primary {
    color:#19967d !important;
}

.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color:#19967d !important;
}
.bg-light {
    background-color: white !important;
}

.contact {
    text-align: center;
    background-color: #F5F8FA;
    text-transform: none;
    padding-top: 2rem;
    color:#19967d;
}

.register input:focus, .register select:focus, .contact_us input:focus, .contact_us select:focus {
    outline: none !important;
    border:1px solid #19967d;
    box-shadow: 0 0 10px #99d5ca;
}

.logo {
    font-weight: 900 !important;
    font-size: 2rem !important;
}
footer i img {
    width: 43%;
    opacity: 91%;
    padding-right: 0.6rem;
    padding-top: 0;
    /* height: max-content; */
}
.beyond-security {
    padding: 0.5rem;
    width: 6rem;
    background-color: lightcyan;
    margin: 2rem 0rem 0.5rem 0rem;
    border-radius: 15px;

}

@media only screen and (max-width:1200px){
    .hide {
        display:none !important;
    }
}
@media only screen and (max-width:360px){
    .hide-xs {
        display:none !important;
    }
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 156, 133, 0.25) !important;
}

.form-control:focus {
    color: #6e707e;
    background-color: #fff;
    border-color: rgb(38,156,133);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(38,156,133,.25) !important;
}

.calculator-section {
    position: relative;
    background-color: #343a40;
    background: url(../img/airplane.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

/*
@-webkit-keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: -99999999px 0;} }

@keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: -99999999px 0;} }
*/




.calc_wrapper__title {
    text-transform: capitalize;
    margin: 0 0 1rem;
}

.calculator__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1rem;
}

.calculator__row:last-child {
    margin-bottom: 0;
}

.calculator__row label {
    text-transform: capitalize;
    font-weight: 700;
}

.calculator__bill {
    width:75%;
}

.calculator__tip {
    width: 75%;
}

.calculator__info {
    text-transform: capitalize;
    margin: 0;
}

input[type=range] {
    -webkit-appearance: none;
}
input[type=range]::-webkit-slider-thumb {
    height: 2rem;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1rem;
    cursor: pointer;
    animate: 0.2s;
    background: rgb(38,156,133);
    border: 1px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000;
    border: 1px solid #000000;
    height: 2rem;
    width: 2rem;
    border-radius: 5px;
    background: white;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -0.3rem;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgb(38,156,133) !important;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 2rem;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000;


    border: 1px solid #000000;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000;
    border: 1px solid #000000;
    height: 30px;
    width: 15px;
    border-radius: 5px;
    background: #FFFFFF;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: red !important;
    border: 1px solid #000000;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-fill-upper {
    background: red !important;
    border: 1px solid #000000;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 1px 1px 1px #000000;
    border: 1px solid #000000;
    height: 30px;
    width: 15px;
    border-radius: 5px;
    background: #FFFFFF;
    cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
    background: red !important;
}
input[type=range]:focus::-ms-fill-upper {
    background: red !important;
}
input[type=range] {
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 2rem;
    width: 2rem;
    border-radius: 5px;
    background: #99d5ca;
    margin-top: -.6rem;
    box-shadow: 5px 5px 10px black;
    border: 1px solid darkgreen;
}

