﻿:root {
    --red: #ff2e63;
    --black: #23262c;
    --blue: #10BEBE;
    --white: #eaeaea;
    --gray: #959e9d;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*/ *,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}


/*****/


/*****/


/****/

#header {
    position: relative;
    width: 100%;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #23262c;
    ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
}

.menu .logo-box {
    margin-left: 20px;
}

.menu .logo-box h1 a {
    text-decoration: none;
    font-size: var(--title);
    font-weight: 400;
    color: var(--white);
}

.menu .list-container {
    margin-right: 20px;
}

.menu .list-container ul {
    display: flex;
}

.menu .list-container ul li {
    list-style: none;
}

.menu .list-container ul li a {
    text-decoration: none;
    margin: 0px 10px;
    padding: 8px;
    color: var(--white);
    border-radius: 24px;
    transition: 0.3s;
    font-size: 16px;
}

.menu .list-container ul li a.active {
    background: var(--gray);
    color: #fff;
}

.menu .list-container ul li a:hover {
    background: var(--gray);
    color: #fff;
}

.btn-menu>.fa-bars {
    display: none;
}

@media only screen and (max-width:900px) {
    .btn-menu>.fa-bars {
        display: block;
        position: absolute;
        right: 30px;
        top: 20px;
        font-size: 28px;
        color: var(--gray);
        transition: 0.5s;
        cursor: pointer;
    }
    .btn-menu>.fa-times {
        color: var(--white);
    }
    .btn-menu>.fa-bars:hover {
        color: var(--white);
    }
    .menu .logo-box {
        margin-left: 30px;
    }
    .menu .list-container {
        position: fixed;
        top: 60px;
        left: -100%;
        background: #959e9d;
        width: 100%;
        height: calc(100vh - 60px);
    }
    .menu .list-container .lists {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-top: 4px solid var(--gray);
    }
    .menu .list-container ul li {
        width: 90%;
        border-bottom: 2px solid var(--black);
        display: flex;
        justify-content: center;
    }
    .menu .list-container ul li a {
        font-size: 20px;
        text-align: center;
        padding: 12px 0px;
    }
    .menu .list-container ul li a.active {
        background: none;
        color: var(--white);
    }
    .menu .list-container ul li a:hover {
        background: none;
        color: var(--black);
    }
}


/** IMG **/

.img-header {
    position: relative;
    top: 60px;
    width: 100%;
    height: 55vh;
    background: url(../camara-terimica-hikvision/solucion-c-e-3-psp.jpg);
    background-position: center;
    background-size: cover;
}

.img-header .welcome {
    position: absolute;
    top: -0%;
    right: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.img-header .welcome h1 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px 20px;
    font-size: 30px;
    color: var(--black);
    font-weight: 200;
}

.img-header .welcome p {
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px 20px;
    font-size: 2.5rem;
    color: #fff;
    margin-top: 20px;
}

@media only screen and (max-width:773px) {
    .img-header .welcome h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width:590px) {
    .img-header .welcome h1 {
        font-size: 30px;
    }
    .img-header {
        position: relative;
        width: 100%;
        height: 50vh;
        background: url(../camara-terimica-hikvision/nececidad-3-psp.jpg);
        background-position: center;
        background-size: cover;
    }
    .img-header .welcome p {
        font-size: 17px;
    }
}


/*****/


/****/


/*****/


/*****/


/****/


/*****/


/****/


/*****/


/****/


/*****/


/****/


/*****/


/****/


/*****/


/****/


/**soluciones-up***/

.soluciones-up {
    margin: 1rem 1rem;
    padding: 1rem 1rem;
}

@media(min-width:768px) {
    .soluciones-u {
        margin: auto;
        padding: initial;
    }
}

.soluciones {
    margin: auto;
}

@media (min-width:768px) {
    .soluciones .soluciones-up-desc {
        padding: 15px 15px;
        height: 250px;
    }
}

.soluciones-up-desc h2 {
    margin: 15px 15px;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.soluciones-up-desc p {
    font-size: 22px;
    text-align: justify;
}

@media only screen and (max-width:590px) {
    .soluciones-up-desc h2 {
        font-size: 24px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }
    .soluciones-up-desc p {
        font-size: 1.4rem;
        text-align: left;
    }
}


/*****/


/****/


/**soluciones-tecno**/

.soluciones-tecno {
    padding: 2rem 2rem;
}

@media(min-width:768px) {
    .soluciones-tec {
        margin: 1rem 1rem;
        padding: initial;
    }
}

.soluciones-t {
    margin: auto;
}

.soluciones-t img {
    float: right;
    width: 600px;
    height: 350px;
}

.soluciones-tec-img img {
    margin: 10px 10px;
    padding: 10px 10px;
}

@media (min-width:768px) {
    .soluciones-t .soluciones-tec-desc {
        padding: 15px 15px;
        height: 350px;
    }
}

@media only screen and (max-width:773px) {
    .soluciones-tecno .soluciones-tec .soluciones-t img {
        max-width: 100%;
        height: auto;
    }
}

.titulo-tec h2 {
    margin: 15px 15px;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

.soluciones-tec-desc p {
    margin: 15px 0px;
    font-size: 22px;
    text-align: justify;
}

@media only screen and (max-width:590px) {
    .titulo-tec h2 {
        margin: 10px 10px;
        font-size: 2rem;
        font-family: Arial, Helvetica, sans-serif;
        text-align: justify;
    }
    .soluciones-tec-desc p {
        margin: auto;
        font-size: 1.4rem;
        text-align: left;
    }
}


/*****/


/**detencion-temp**/

.detencion-temp {
    margin: 0rem 2rem;
    padding: 1rem 1rem;
}

@media(min-width:768px) {
    .detencion-te {
        margin: 1rem 1rem;
        padding: 1rem 1rem;
    }
}

.detencion {
    margin: auto;
}

@media(min-width:768px) {
    .detencion .detencion-desc {
        margin: 15px 15px;
        height: auto;
    }
}

.detencion-desc h2 {
    margin: 15px 15px;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

.detencion-desc p {
    margin: auto;
    font-size: 22px;
    text-align: justify;
}

@media only screen and (max-width:590px) {
    .detencion-desc h2 {
        margin: 10px 10px;
        font-size: 2rem;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }
    .detencion-desc p {
        margin: auto;
        font-size: 20px;
        text-align: left;
    }
}


/****/


/**imagen-solucion**/

@media (min-width:768px) {
    .imagen-solucion {
        margin: 1rem 1rem;
        padding: 1rem 1rem;
    }
}

.imagen-solu {
    margin: auto;
}

@media (min-width:768px) {
    .imagen-solu {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    
}

@media only screen and (max-width:773px){
    .imagen-solucion {
        display: none;
    }
}

.imagen-solu-i {
    margin: 10px 10px;
    padding: initial;
}

@media(min-width:768px) {
    .imagen-solu-i {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }
    .imagen-solu-i>i {
        display: none;
    }
}

.imagen-solu-i i {
    border-radius: 10px;
    margin: 10px 10px;
    background-color: lavender;
    font-size: 120px;
}

.imagen-solu-i h2 {
    margin: 10px 10px;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

.imagen-solu-i p {
    margin: auto;
    font-size: 20px;
    text-align: justify;
}


/****/


/**imagenes-termi-acce**/

@media (min-width:768px) {
    .imagenes-termi-acce {
        margin: 1rem 1rem;
        padding: 1rem 1rem;
    }
}

.imagenes-termiacce {
    margin: auto;
}

@media (min-width:768px) {
    .imagenes-termiacce {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }
}

@media only screen and (max-width:773px) {
    .imagenes-termi-acce .imagenes-termiacce .imagenes-termi-acce-img img {
        display: none;
    }
}

.imagenes-termi-acce-img {
    margin: 10px 10px;
    padding: initial;
}

.imagenes-termi-acce-img img {
    width: 600px;
    height: 350px;
}


/****/


/**proceso**/

@media (min-width:768px) {
    .proceso {
        margin: 1rem 1rem;
        padding: initial;
    }
}

@media only screen and (max-width:773px) {
    .proceso .proce .poceso-img img {
        display: none;
    }
}

.proce {
    margin: auto;
}

@media(min-width:768px) {
    .proce {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.poceso-img {
    margin: 10px 10px;
    padding: initial;
}

.poceso-img img {
    max-width: 100%;
    width: 1200px;
    height: 500px;
}


/**cam-solu-termo**/

.cam-solu-termo {
    margin: auto;
    padding: 1rem 1rem;
}

@media(min-width:768px) {
    .cam-solu-cam {
        margin: 1rem 1rem;
        padding: 1rem 1rem;
    }
}

.cam-solu {
    margin: auto;
}

@media(min-width:768px) {
    .cam-solu .cam-solu-desc {
        padding: 15px 15px;
        height: 150px;
    }
}

.cam-solu-desc h2 {
    margin: auto;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

.cam-solu-desc p {
    margin: 15px 0px;
    font-size: 22px;
    text-align: justify;
}

@media only screen and (max-width:590px) {
    .cam-solu-desc h2 {
        margin: auto;
        font-size: 2rem;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }
    .cam-solu-desc p {
        font-size: 1.4rem;
        text-align: left;
    }
}


/****/


/**tiulo-alt**/

.tiulo-alt {
    margin: auto;
}

.titulo-al h2 {
    margin: 15px;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}


/****/


/**alta-precion**/

@media (min-width:768px) {
    .alta-precion {
        margin: 1rem 1rem;
        padding: initial;
    }
}

@media only screen and (max-width:773px) {
    .alta-precion .alta-pre img {
        max-width: 100%;
        height: auto;
    }
}

.alta-pre {
    margin: auto;
}

@media (min-width:768px) {
    .alta-pre {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }
}

.alta-prec-img {
    margin: 10px 10px;
    padding: initial;
}

.alta-prec-img img {
    width: 450px;
    height: 300px;
}


/**alta-preciondesc**/

.alta-preciondesc {
    margin: auto;
}

@media(min-width:768px) {
    .alta-preciondesc .alta-pre-desc {
        padding: 15px 15px;
        height: 100px;
    }
}

.alta-pre-desc p {
    font-size: 22px;
    text-align: justify;
}

@media only screen and (max-width:590px) {
    .alta-pre-desc p {
        font-size: 1.4rem;
        text-align: left;
    }
}


/****/


/**inteligartifi**/

@media (min-width:768px) {
    .inteligartifi {
        margin: 1rem 1rem;
        padding: initial;
    }
}

@media only screen and (max-width:773px) {
    .inteligartifi .intelig-artifi img {
        max-width: 100%;
        height: auto;
    }
}

.intelig-artifi {
    margin: auto;
}

.intelig-artifi img {
    float: left;
    width: 550px;
    height: 420px;
}

.inteligartifi-img img {
    margin: 10px 10px;
    padding: 10px 10px;
}

@media (min-width:768px) {
    .intelig-artifi .intelig-artifi-desc {
        padding: 15px 15px;
        height: 400px;
    }
}

.intelig-artifi-desc h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    margin: 15px;
}

.intelig-artifi-desc p {
    margin: auto;
    font-size: 22px;
    text-align: justify;
}

@media only screen and (max-width:590px) {
    .intelig-artifi-desc h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 2rem;
        margin: 10px;
        text-align: center;
    }
    .intelig-artifi-desc p {
        margin: auto;
        font-size: 1.4rem;
        text-align: left;
    }
}


/****/


/**una-solucion-cada-nece**/

.una-solucion-cada-nece {
    padding: 0rem 2rem;
}

@media (min-width:768px) {
    .una-solucion-cada {
        margin: auto;
        padding: initial;
    }
}

@media only screen and (max-width:773px) {
    .una-solucion-cada-nece .una-solucion-cada .una-solucion img {
        display: none;
    }
}

.una-solucion {
    margin: auto;
}

@media (min-width:768px) {
    .una-solucion .una-solucion-desc {
        padding: 15px 15px;
        height: 200px;
    }
}

.una-solucion-desc h2 {
    margin: 15px 15px;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

.una-solucion-desc p {
    font-size: 22px;
    text-align: justify;
    
}

@media only screen and (max-width:590px) {
    .una-solucion-desc h2 {
        margin: 10px;
        font-size: 2rem;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }
    .una-solucion-desc p {
        font-size: 1.4rem;
        text-align: left;
    }
}

.nececidad {
    margin: auto;
}

@media (min-width:768px) {
    .nececidad {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.nececidad img {
    width: 1200px;
    height: 400px;
    margin: 15px 15px;
    padding: 15px 15px;
    border-radius: 10px;
}


/**soluciones-p-i-lp**/

.soluciones-p-i-lp {
    padding: 0rem 2rem;
}

@media (min-width:768px) {
    .solucion-p {
        margin: 1rem 1rem;
        padding: initial;
    }
}

@media only screen and (max-width:773px) {
    .soluciones-p-i-lp .solucion-p .solucionp img {
        max-width: 100%;
        height: auto;
    }
}

.solucionp {
    margin: auto;
}

.solucionp img {
    float: right;
    width: 550px;
    height: 350px;
}

.solucion-p-img img {
    margin: 10px 10px;
    padding: 10px 10px;
}

@media (min-width:768px) {
    .solucionp .soluciones-p-desc {
        padding: 15px 15px;
        height: 350px;
    }
}

.soluciones-p-desc h2 {
    margin: 15px 15px;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

.soluciones-p-desc p {
    margin: auto;
    padding: 1rem 1rem;
    font-size: 22px;
    text-align: justify;
}

@media only screen and (max-width:590px) {
    .soluciones-p-desc h2 {
        margin: 10px 10px;
        font-size: 2rem;
        font-family: Arial, Helvetica, sans-serif;
        text-align: justify;
    }
    .soluciones-p-desc p {
        margin: auto;
        padding: 1rem 1rem;
        font-size: 1.4rem;
        text-align: left;
    }
}


/****/


/**solucion-r**/

@media(min-width:768px) {
    .solucion-r {
        margin: 1rem 1rem;
        padding: initial;
    }
}

@media only screen and (max-width:773px) {
    .solucion-r .solucionr img {
        max-width: 100%;
        height: auto;
    }
}

.solucionr {
    margin: auto;
}

.solucionr img {
    float: left;
    width: 550px;
    height: 350px;
}

.solucion-r-img img {
    margin: 10px 10px;
    padding: 10px 10px;
}

@media (min-width:768px) {
    .solucionr .soluciones-r-desc {
        padding: 15px 15px;
        height: 400px;
    }
}

.soluciones-r-desc h2 {
    margin: 15px 15px;
    font-size: 1.4rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.soluciones-r-desc p {
    margin: auto;
    font-size: 22px;
    text-align: justify;
}

@media only screen and (max-width:590px) {
    .soluciones-r-desc h2 {
        margin: 10px 10px;
        font-size: 2rem;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }
    .soluciones-r-desc p {
        margin: auto;
        font-size: 1.4rem;
        text-align: left;
    }
}


/****/


/**solucion-lp**/

@media (min-width:768px) {
    .solucion-lp {
        margin: 1rem 1rem;
        padding: initial;
    }
}

@media only screen and (max-width:773px) {
    .solucion-lp .solucionlp .solucion-lp-img img {
        max-width: 100%;
        height: auto;
    }
}

.solucionlp {
    margin: auto;
}

.solucionlp img {
    float: right;
    width: 550px;
    height: 350px;
}

.solucion-lp-img img {
    margin: 10px 10px;
    padding: 10px 10px;
}

@media (min-width:768px) {
    .solucionlp .soluciones-lp-desc {
        padding: 15px 15px;
        height: 350px;
    }
}

.soluciones-lp-desc h2 {
    margin: 15px 15px;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.soluciones-lp-desc p {
    margin: auto;
    font-size: 22px;
    text-align: justify;
}

@media only screen and (max-width:590px) {
    .soluciones-lp-desc h2 {
        margin: 10px 10px;
        font-size: 2rem;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }
    .soluciones-lp-desc p {
        margin: auto;
        font-size: 1.4rem;
        text-align: left;
    }
}


/****/


/**terminal-acceso**/

.terminal-acceso {
    margin: 1rem 1rem;
    padding: 1rem 1rem;
}

@media (min-width:768px) {
    .terminalacceso {
        margin: auto;
        padding: initial;
    }
}

.terminal {
    margin: auto;
}

@media (min-width:768px) {
    .terminal .terminal-desc {
        padding: 15px 15px;
        height: 100px;
    }
}

.terminal-desc h2 {
    margin: auto;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

.terminal-desc p {
    margin: 15px 0px;
    font-size: 22px;
    text-align: justify;
}

@media only screen and (max-width:590px) {
    .terminal-desc h2 {
        margin: auto;
        font-size: 2rem;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }
    .terminal-desc p {
        font-size: 1.4rem;
        text-align: left;
    }
}


/****/


/**terminal-acceso-1**/

.terminal-acceso-1 {
    padding: 1rem 1rem;
}

@media (min-width:768px) {
    .terminalacceso-1 {
        margin: 1rem 1rem;
        padding: initial;
    }
}

@media only screen and (max-width:773px) {
    .terminal-acceso-1 .terminalacceso-1 .terminalacceso-1-1 img {
        max-width: 100%;
        height: auto;
    }
}

.terminalacceso-1-1 {
    margin: auto;
}

@media (min-width:768px) {
    .terminalacceso-1-1 {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }
}

.terminalacceso-1desc {
    margin: 20px 20px;
    padding: initial;
}

.terminalacceso-1desc h2 {
    margin: auto;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.terminalacceso-1desc p {
    margin: 15px 0px;
    font-size: 22px;
    text-align: left;
}

@media only screen and (max-width:590px) {
    .terminalacceso-1desc h2 {
        margin: auto;
        font-size: 2rem;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }
    .terminalacceso-1desc p {
        margin: auto;
        font-size: 1.4rem;
        text-align: left;
    }
}

.terminalacceso-1desc img {
    margin: auto;
    width: 500px;
    height: 300px;
}


/****/
/****/

/****/


/****/

@media (min-width:768px) {
    .camara-d-h {
        margin: auto;
        padding: initial;
    }
}

@media only screen and (max-width:773px) {
    .camara-d-h .cama-d-k .products-d-h-img img {
        display: none;
    }
    .camara-d-h {
        display: none;
    }
    
}

.products-d-h-img {
    position: relative;
    display: inline-block;
    text-align: center;
}

.texto-encima {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
}



.cama-d-k {
    margin: auto;
}

@media (min-width:768px) {
    .cama-d-k {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }
}

.products-d-h-img {
    margin: 10px 10px;
    padding: auto;
}

.products-d-h-img img {
    width: 600px;
    height: 300px;
}


/*****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/**Footer**/


/* DESKTOP */

@media all and (max-width: 999999999px) and (min-width: 1340px) {
    /* Footer Parent Div Styling */
    #footer {
        width: 100%;
        background-color: #23262c;
        margin: 0 auto;
    }
    /* H3 Styling */
    h3.left {
        padding-top: 3rem;
        color: #ffffff;
        font-size: 16px;
        font-family: Mallory, Sans-Serif;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align: left;
    }
    h3.center {
        color: #ffffff;
        font-size: 16px;
        font-family: Mallory, Sans-Serif;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align: center;
    }
    /* List Styling */
    ul {
        margin: 0;
        list-style-type: none;
    }
    li {
        margin: 0;
        color: #666666;
        font-size: 13px;
        font-weight: 300;
        line-height: 22px;
        list-style-type: none;
        text-align: left;
    }
    /* Utility Links Div Styling */
    #utility-links {
        width: 50%;
        height: 150px;
        background-color: #23262c;
        margin: 40px auto 0 auto;
    }
    .rectangle {
        width: 1px;
        height: 100px;
        background: #23262c;
        margin: 0 30px 0 0;
        float: left;
        display: inline-block;
    }
    /* Help Styling */
    .help {
        width: 30%;
        height: 100px;
        float: left;
        margin: 0;
        display: inline-block;
    }
    /* Help Img Icons*/
    .help-img-icon {
        float: left;
        margin: 0 5px 0 0;
    }
    /* About Styling */
    .about {
        width: 30%;
        height: 100px;
        float: left;
        margin: 0;
        display: inline-block;
    }
    /* Card Services Styling */
    .card {
        width: 30%;
        height: 100px;
        float: left;
        margin: 0;
        display: inline-block;
    }
    /* Newsletter-Social Container */
    #newsletter-social {
        width: 40%;
        margin: 0 auto;
        text-align: center;
    }
    /* Newsletter Styling */
    #newsletter {
        width: 65%;
        margin: 30px 0 0 0;
        text-align: center;
        float: left;
        display: inline-block;
    }
    p.deals {
        color: #f1f8f8;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
        line-height: 0;
        text-align: center;
    }
    input[type=text] {
        width: 60%;
        padding: 15px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        border: 1px #D9D6D6;
        background-color: #F2F2F2;
        border-radius: 4px;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    input[type=button],
    input[type=submit],
    input[type=reset] {
        background-color: #0677FF;
        border: 2px;
        border-radius: 4px;
        color: white;
        padding: 15px 35px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 900;
    }
    /* Social Media Styling */
    #social {
        width: 35%;
        margin: 80px 0 0 0;
        float: right;
        display: inline-block;
    }
    /* Copyright Styling */
    .rectangle-horiz {
        width: 100%;
        height: 2px;
        background: #10BEBE;
        margin: 170px 0 0 0;
    }
    #copyright {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .copy {
        color: #a7a7a7;
        font-size: 10px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        margin-left: 20px;
        display: inline-block;
        overflow: hidden;
    }
    /* Link Styling */
    a:link {
        color: #F2F2F2;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:visited {
        color: #F2F2F2;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:hover {
        color: #0677FF;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:active {
        color: #0677FF;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
}


/* =TABLET */

@media all and (max-width: 1339px) and (min-width: 600px) {
    /* Footer Parent Div Styling */
    #footer {
        width: 100%;
        background-color: #23262c;
        margin: 0 auto;
    }
    /* H3 Styling */
    h3.left {
        padding-top: 3rem;
        color: #ffffff;
        font-size: 16px;
        font-family: Mallory, Sans-Serif;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align: left;
    }
    h3.center {
        color: #ffffff;
        font-size: 16px;
        font-family: Mallory, Sans-Serif;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align: center;
    }
    /* List Styling */
    ul {
        margin: 0;
        list-style-type: none;
    }
    li {
        margin: 0;
        color: #666666;
        font-size: 13px;
        font-weight: 300;
        line-height: 22px;
        list-style-type: none;
        text-align: left;
    }
    /* Utility Links Div Styling */
    #utility-links {
        width: 90%;
        height: 150px;
        background-color: #23262c;
        margin: 40px auto 0 auto;
    }
    .rectangle {
        width: 1px;
        height: 100px;
        background: #23262c;
        margin: 0 30px 0 30px;
        float: left;
        display: inline-block;
    }
    /* Help Styling */
    .help {
        width: 25%;
        height: 100px;
        float: left;
        margin: 0;
        display: inline-block;
    }
    /* Help Img Icons*/
    .help-img-icon {
        float: left;
        margin: 0 5px 0 0;
    }
    /* About Styling */
    .about {
        width: 25%;
        height: 100px;
        float: left;
        margin: 0;
        display: inline-block;
    }
    /* Card Services Styling */
    .card {
        width: 25%;
        height: 100px;
        float: left;
        margin: 0;
        display: inline-block;
    }
    /* Newsletter Styling */
    #newsletter {
        width: 50%;
        margin: 30px 0 0 0;
        text-align: center;
        float: left;
        display: inline-block;
    }
    p.deals {
        color: #f1f8f8;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
        line-height: 0;
        text-align: center;
    }
    input[type=text] {
        width: 40%;
        padding: 15px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        border: 1px #D9D6D6;
        background-color: #F2F2F2;
        border-radius: 4px;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    input[type=button],
    input[type=submit],
    input[type=reset] {
        background-color: #0677FF;
        border: 2px;
        border-radius: 4px;
        color: white;
        padding: 15px 35px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 900;
    }
    /* Social Media Styling */
    #social {
        width: 50%;
        margin: 80px 0 0 0;
        float: right;
        display: inline-block;
    }
    /* Copyright Styling */
    .rectangle-horiz {
        width: 100%;
        height: 2px;
        background: #10BEBE;
        margin: 0 0 0 0;
    }
    #copyright {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 160px;
    }
    .copy {
        color: #a7a7a7;
        font-size: 10px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        margin-left: 20px;
    }
    /* Link Styling */
    a:link {
        color: #000;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:visited {
        color: #000;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:hover {
        color: #0677FF;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:active {
        color: #0677FF;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
}


/* MOBILE */

@media all and (max-width: 599px) and (min-width: 100px) {
    /* Footer Parent Div Styling */
    #footer {
        width: 100%;
        background-color: #23262c;
        margin: 0 auto;
    }
    /* H3 Styling */
    h3.left {
        padding-top: 1rem;
        color: #ffffff;
        font-size: 16px;
        font-family: Mallory, Sans-Serif;
        font-weight: bold;
        margin: 0 0 10px 0;
    }
    h3.center {
        color: #ffffff;
        font-size: 16px;
        font-family: Mallory, Sans-Serif;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align: center;
    }
    /* List Styling */
    ul {
        margin: 0;
        list-style-type: none;
    }
    li {
        margin: 0;
        color: #666666;
        font-size: 13px;
        font-weight: 300;
        line-height: 22px;
        list-style-type: none;
        text-align: center;
    }
    /* Utility Links Div Styling */
    #utility-links {
        width: 90%;
        height: 150px;
        background-color: #23262c;
        margin: 40px auto 0 auto;
    }
    /* Help Styling */
    .help {
        width: 100%;
        height: 100px;
        float: left;
        margin: 0;
    }
    /* Help Img Icons*/
    .help-img-icon {
        margin: 0 5px 0 0;
    }
    /* About Styling */
    .about {
        width: 100%;
        height: 100px;
        float: left;
        margin: 50px 0 0 0;
    }
    /* Card Services Styling */
    .card {
        width: 100%;
        height: 100px;
        float: left;
        margin: 0;
    }
    /* Newsletter Styling */
    #newsletter {
        width: 100%;
        margin: 210px 0 0 0;
        text-align: center;
    }
    p.deals {
        color: #f1f8f8;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
        line-height: 0;
        text-align: center;
    }
    input[type=text] {
        width: 40%;
        padding: 15px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        border: 1px #F2F2F2;
        background-color: #F2F2F2;
        border-radius: 4px;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    input[type=button],
    input[type=submit],
    input[type=reset] {
        background-color: #0677FF;
        border: 2px;
        border-radius: 4px;
        color: white;
        padding: 15px 35px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 900;
    }
    /* Social Media Styling */
    #social {
        width: 100%;
        margin: 30px 0 0 0;
    }
    /* Copyright Styling */
    .rectangle-horiz {
        width: 100%;
        height: 2px;
        background: #10BEBE;
        margin: 30px 0 0 0;
    }
    #copyright {
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .copy {
        color: #F2F2F2;
        font-size: 8.5px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        margin: 0;
        white-space: nowrap;
    }
    /* Link Styling */
    a:link {
        color: #F2F2F2;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:visited {
        color: #F2F2F2;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:hover {
        color: #0677FF;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:active {
        color: #0677FF;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
}