: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;
    width: 100%;
    height: 80vh;
    background: url(../camara-terimica-hikvision/camara-termicas-hikvision-contagios-covid.jpg
);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

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

.img-header .welcome h1 {
    margin: 20px 20px;
    text-align: center;
    font-size: 3.5rem;
    color: #fff;
    font-weight: 200;
}

.img-header .welcome p {
    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;
    }
    .img-header {
        position: relative;
        width: 100%;
        height: auto;
        background: url(../camara-terimica-hikvision/camara-termicas-hikvision-contagios-covid.jpg);
        background-position: center;
        background-size: cover;
    }
}

@media only screen and (max-width:590px) {
    .img-header .welcome h1 {
        font-size: 30px;
    }
    .img-header .welcome p {
        font-size: 17px;
    }
}


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/*****/


/**hikvision-presentacion**/

.hikvision-presentacion {
    padding: 2rem 2rem;
}

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

.hikvision-presen {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: #000;
    text-transform: capitalize;
}

.hikvision-pre- img {
    padding: 1rem 1rem;
    float: right;
    width: 400px;
    height: 400px;
}

.hikvision-pre- .hikvision-pres-desc {
    margin: 1px;
    text-align: justify;
    padding: 2px;
}

.hikvision-pres-desc h2 {
    font-size: 3rem;
    text-align: center;
    text-transform: none;
    color: var(--black);
}

.hikvision-pres-desc h2:hover {
    filter: opacity(100%);
    transform: scale(1.1);
}

.hikvision-pres-desc p {
    text-transform: none;
    font-size: 20px;
    margin: 4px 4px;
    padding: 2px 2px;
}

@media only screen and (max-width:773px) {
    .hikvision-pres-desc h2 {
        font-size: 3rem;
        text-align: center;
    }
    .hikvision-pres-desc p {
        text-transform: none;
        font-size: 20px;
        margin: auto;
        padding: 2px 2px;
        text-align: left;
    }
}


/****/


/****/


/**temas-1-backg**/

.temas-1-backg {
    background-color: #4e5054;
    background-size: cover;
    width: 600px;
    height: 80px;
}

@media only screen and (max-width:773px) {
    .temas-1-backg {
        width: 100%;
    }
}

.temas-1-backg {
    text-align: center;
    padding: 1rem 1rem;
    color: #F2F2F2;
}


/*****/


/**camara-DS-2TD1217B-3/PA**/

.camara-DS-2TD1217B-3 {
    padding: 2rem 2rem;
}

@media (min-width:768px) {
    .cama-DS-2TD1217B-3 {
        margin: 1rem 1rem;
        padding: initial;
    }
}

@media only screen and (max-width:773px) {
    .camara-DS-2TD1217B-3 .cama-DS-2TD1217B-3 .cam-DS-2TD1217B-3 img {
        max-width: 100%;
        height: auto;
    }
}

.cam-DS-2TD1217B-3 {
    margin: auto;
}

.cam-DS-2TD1217B-3 img {
    float: left;
    width: 400px;
    height: 400px;
}

.DS-2TD1217B-3-img img {
    margin: 10px 10px;
    padding: 10px 10px;
}

@media (min-width:768px) {
    .cam-DS-2TD1217B-3 .DS-2TD1217B-3-desc {
        padding: 15px 15px;
        height: 400px;
    }
}

.DS-2TD1217B-3-desc h2 {
    margin: 2rem 2rem;
    padding: 2rem 2rem;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.DS-2TD1217B-3-desc p {
    margin: 2px 2px;
    padding: 2px 2px;
    font-size: 20px;
    text-align: justify;
}

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


/****/

.DS-2TD1217B-3-desc button {
    border: none;
    color: var(--black);
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    border-radius: 10px;
    background: var(--gray);
}

.DS-2TD1217B-3-desc button:hover {
    background-color: var(--blue);
    color: var(--black);
}


/*****/


/**caracte-DS-2TD1217B-3**/

@media(min-width:768px) {
    .caracte-DS-2TD1217B-3 {
        margin: 1rem 1rem;
        padding: initial;
    }
}

@media only screen and (max-width:773px) {
    .caracte-DS-2TD1217B-3 .caract-DS-2TD1217B-3 .carac-DS-2TD1217B-3-img img {
        max-width: 100%;
        height: auto;
    }
}

.caract-DS-2TD1217B-3 {
    margin: auto;
}

.caract-DS-2TD1217B-3 img {
    float: right;
    width: 400px;
    height: 400px;
}

.carac-DS-2TD1217B-3-img img {
    margin: 10px 10px;
    padding: 10px 10px;
}

@media (min-width:768px) {
    .caract-DS-2TD1217B-3 .cara-DS-2TD1217B-3-desc {
        padding: 15px 15px;
        height: 400px;
    }
}

.cara-DS-2TD1217B-3-desc h2 {
    margin: 15px 15px;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.cara-DS-2TD1217B-3-desc p {
    margin: auto;
    font-size: 20px;
    text-align: justify;
}

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


/*****/


/*****/


/*****/


/**cam-hik-carat**/

.cam-hik-carat {
    padding: 1rem 1rem;
}

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

@media only screen and (max-width:773px) {
    .cam-hik-carat .cam-hik-ca .cam-hik img {
        max-width: 100%;
        height: auto;
    }
}

.cam-hik {
    margin: auto;
}

.cam-hik img {
    float: left;
    width: 400px;
    height: 400px;
}

.cam-hik-img img {
    margin: 10px 10px;
    padding: 10px 10px;
}

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

.cam-hik-desc h2 {
    margin: 2rem 2rem;
    padding: 2rem 2rem;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.cam-hik-desc p {
    margin: 2px 2px;
    padding: 2px 2px;
    font-size: 20px;
    text-align: justify;
}

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


/****/

.cam-hik-desc button {
    border: none;
    color: var(--black);
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    border-radius: 10px;
    background: var(--gray);
}

.cam-hik-desc button:hover {
    background-color: var(--blue);
    color: var(--black);
}


/****/


/**camara-termica-hik**/

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

@media only screen and (max-width:773px) {
    .camara-termica .camara-ter img {
        max-width: 100%;
        height: auto;
    }
}

.camara-ter {
    margin: auto;
}

.camara-ter img {
    float: right;
    width: 400px;
    height: 400px;
}

.camara-termica-img img {
    margin: 10px 10px;
    padding: 10px 10px;
}

@media (min-width:768px) {
    .camara-ter .camara-termica-des {
        padding: 15px 15px;
        height: 500px;
    }
}

.camara-termica-des h2 {
    margin: 15px 15px;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.camara-termica-des p {
    margin: auto;
    font-size: 20px;
    text-align: justify;
}

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


/****/


/**black-body-1**/

.black-body-1 {
    padding: 1rem 1rem;
}

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

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

.black-body {
    margin: auto;
}

.black-body img {
    float: left;
    width: 400px;
    height: 400px
}

.balck-body-img img {
    margin: 10px 10px;
    padding: 10px 10px;
}

@media (min-width:768px) {
    .black-body .black-bosy-desc {
        padding: 15px 15px;
        height: 400px;
    }
}

.black-bosy-desc h2 {
    margin: 15px 15px;
    padding: 1rem 1rem;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.black-bosy-desc p {
    margin: auto;
    padding: 1rem 1rem;
    font-size: 20px;
    text-align: justify;
}

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


/*****/

.black-bosy-desc button {
    border: none;
    color: var(--black);
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    border-radius: 10px;
    background: var(--gray);
}

.black-bosy-desc button:hover {
    background-color: var(--blue);
    color: var(--black);
}


/****/


/**especificaciones-tec**/

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

@media only screen and (max-width:772px) {
    .especificaciones-tec .especificaciones-te img {
        max-width: 100%;
        height: auto;
    }
}

.especificaciones-te {
    margin: auto;
}

.especificaciones-te img {
    float: right;
    width: 400px;
    height: 400px;
}

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

@media (min-width:768px) {
    .especificaciones-tec-img .especificaciones-desc {
        padding: 15px 15px;
        height: 400px;
    }
}

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

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


/****/


/**nvr-hik-8mpx**/

.nvr-hik-8mpx {
    padding: 1rem 1rem;
}

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

@media only screen and (max-width:772px) {
    .nvr-hik-8mpx .nvr-hik-8 .nvr-hik .nvr-hik-img img {
        max-width: 100%;
        height: auto;
    }
}

.nvr-hik {
    margin: auto;
}

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

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

.nvr-hik-img h2 {
    margin: 10px 10px;
    font-size: 2rem;
    text-align: center;
}

.nvr-hik-img p {
    color: var(--black);
    text-decoration: none;
    margin: auto;
    font-size: 20px;
    text-align: justify;
}

.nvr-hik-img img {
    width: 400px;
    height: 400px;
}

@media only screen and (max-width:590px) {
    .nvr-hik-img h2 {
        margin: 10px 10px;
        font-size: 2rem;
        text-align: center;
    }
    .nvr-hik-img p {
        color: var(--black);
        text-decoration: none;
        margin: auto;
        font-size: 20px;
        text-align: left;
    }
}


/****/

.nvr-hik-img button {
    border: none;
    color: var(--black);
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
}

.nvr-hik-img button:hover {
    background-color: var(--blue);
    color: var(--black);
}


/****/

.Cámara-Portátil-hik {
    padding: 2rem 2rem;
}

@media(min-width:768px) {
    .Cámara-Portátil {
        margin: auto;
        padding: initial;
    }
}

@media only screen and (max-width:773px) {
    .Cámara-Portátil-hik .Cámara-Portátil .CámaraPortátil-prod img {
        max-width: 100%;
        height: auto;
    }
}

.CámaraPortátil-prod {
    margin: auto;
}

@media (min-width:768px) {
    .CámaraPortátil-prod {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }
}

.Cámara-Portátil-img {
    margin: 10px 10px;
    padding: auto;
}

.Cámara-Portátil-img h2 {
    color: var(--black);
    text-decoration: none;
    margin: 10px 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.Cámara-Portátil-img img {
    width: 1000px;
    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;
    }
}