: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: 400px;
    background: url(../camara-termica/regreso-a-clase-nueva-normalidad-seguridad-confiabilidad.jpg);
    background-position: center;
    background-size: cover;
}
/**se movio codigo**/
.img-header .welcome {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: auto;
}
.img-header .welcome-1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: auto;
    margin-left: 40px;
}

.img-header .welcome-1  h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 800;
    font-style: oblique;
    text-align: left;
    color: #ffffff;
    margin: 1rem 0px;
}
.img-header .welcome-1 p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-style: oblique;
    color: #ffffff;
    font-size: 2rem;
    margin: 1rem 0px;
}
.img-header .welcome-1 ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 1rem 0px;
}
.img-header .welcome-1 ul>li {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 25px;
    font-style: oblique;
    color: #ffffff;
    margin: 10px 0px;
}
/****/
.img-header-1 {
    position: relative;
    top: 60px;
    width: 100%;
    height: 400px;
    background: url(../camara-termica/nueva-normalidad-seguridad-temperatura.jpg);
    background-position: center;
    background-size: cover;
}
.img-header-1 .welcome {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.img-header-1 .welcome-1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: auto;
    margin: 0rem 3rem;
}

.img-header-1 .welcome-1  h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4rem;
    font-weight: 800;
    font-style: oblique;
    text-align: left;
    color: #ffffff;
    margin: 1rem 0px;
    margin-top: 90px;
}
.img-header-1 .welcome-1 p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-style: oblique;
    color: #ffffff;
    font-size: 2rem;
    margin: 1rem 0px;
}
.img-header-1 .welcome-1 ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 1rem 0px;
}
.img-header-1 .welcome-1 ul>li {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 25px;
    font-style: oblique;
    color: #ffffff;
    margin: 10px 0px;
}

/******/
main{
    margin-top: 5%;
}
#tecno {
    margin-top: auto;
}
#tec-no {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#tec-no h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-transform: none;
    color: #000;
    font-style: italic;
}
/******/
@media (min-width:768px){
    .tecno {
        display: flex;
        justify-content: space-evenly;
        padding: 5px;
        margin: 2rem 0px;       
    }
    #tecno {
        margin: 1rem 1rem;
    }
}
.tecno .acceso {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}
.tecno .acceso h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    align-items: center;
    margin: 10px 10px;
}
.tecno .acceso p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    margin: 1rem 1rem;
}
/***SpeedFace**/
@media (min-width:768px){
    .SpeedFace {
        display: flex;
        justify-content: space-between;
        padding: 5px;
        margin: 2rem 0px;
        background: rgb(242,242,242);
        background: linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(228,228,228,1) 75%);
    }
    .SpeedFace{
        margin: auto;
    }
}
.SpeedFace .Speed-face {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    margin: 3rem 3rem;
    padding: 1rem 1rem;
}
.Speed-face #img {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.SpeedFace .Speed-face img {
    width: 300px;
    height: 300px;
    align-items: center;
}
.SpeedFace .Speed-face .speedface {
    width: 100%;
    height: auto;
    color: #000;
}
.SpeedFace .Speed-face .speedface h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    color: #000;
}
.SpeedFace .Speed-face .speedface h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
}
.SpeedFace .Speed-face .speedface p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-align: left;
    margin: 10px 0px;
    color: #000;
}
.SpeedFace .Speed-face .speedface ul {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-align: left;
    margin: 10px 0px;
}
.SpeedFace .Speed-face .speedface ul>li {
    color: #000;
    font-size: 1rem;
    margin: 1px;
}
/***row***/
@media (min-width:768px){
   .col-lg5 {
       display: flex;
       justify-content: space-between;
       padding: 5px;
       margin: 2rem 0px;
   } 
   #row {
       margin: 0rem 3rem;
   }
}
.col-lg5 .collg {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    margin: 10px 10px;
    padding: 1rem 1rem;
}
.col-lg5 .collg img {
    align-items: center;
}
.col-lg5 .collg5 .collg {
    width: 100%;
    height: auto;
    color: #000;
}
.col-lg5 .collg5 .collg h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
}
.col-lg5 .collg5 .collg .p {
    align-items: center;
    text-align: center;
    color: #000;
    font-size: 22px;
}
.col-lg5 .collg5 .collg p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-align: left;
    margin: 15px 15px;
}
/**Hikvision***/
@media (min-width:768px){
    .Hikvision {
        display: flex;
        justify-content: space-between;
        padding: 5px;
        margin: 2rem 0px;
    }
    #Hikvision {
        margin: auto;
    }
}
.Hikvision .Hikvision-DS {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    margin: 3rem 3rem;
    padding: 1rem 1rem;
}
.Hikvision-DS #img {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.Hikvision .Hikvision-DS img {
    width: 300px;
    height: 300px;
    align-items: center;
}
.Hikvision .Hikvision-DS .hikvision {
    width: 100%;
    height: auto;
    color: #000;
}
.Hikvision .Hikvision-DS .hikvision h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    color: #000;
}
.Hikvision .Hikvision-DS .hikvision h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
}
.Hikvision .Hikvision-DS .hikvision p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-align: left;
    margin: 10px 10px;
    color: #000;
}
.Hikvision .Hikvision-DS .hikvision ul {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-align: left;
    margin: 10px 10px;
}
.Hikvision .Hikvision-DS .hikvision ul>li {
    color: #000;
    font-size: 1rem;
    margin: 1px;
}

/**apli**/
@media (min-width:768px){
    #apli {
        margin: 2rem 2rem;
        padding: 1rem;
    }
}
.apli {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#apli  .apli h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    align-items: center;
}
#apli  .apli p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    align-items: center;
}
#apli #apli-a {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#apli #apli-a ul {
    align-items: center;
    margin: 10px 10px;
    list-style-type: circle;
    color: #000;
}
#apli #apli-a ul>li {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: left;
    color: #000;
    font-style: italic;
    margin: 10px 0px;
}



/***lugares de aplicaciones**/
@media (min-width:768px){
    #flex-img {
        display: flex;
        justify-content: space-evenly;
        padding: 5px;
        margin: 2rem 0px;
        }
        #flex {
            margin: 3rem 3rem;
        }
    }
    #flex-img .fleximg {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }
    #flex-img .fleximg img {
        width: 400px;
        height: 250px;
        align-items: left;
    }
    #flex-img .fleximg h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5rem;
        text-align: center;
        align-items: center;
    }
    #flex-img .fleximg p {
        font-size: 15px;
        font-family: Arial, Helvetica, sans-serif;
        text-align:left;
        align-items: center;
        margin: 5px 5px;
    }
/***hover***/
@media (min-width:768px){
    #figure {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }   
}



@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);
.snip1273 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  margin: 10px;
  min-width: 310px -60px;
  max-width: 400px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #000000;
  font-size: 16px;
}
.snip1273 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
/**.snip1273 img {
  position: relative;
  max-width: 100%;
  vertical-align: top;
}*/
.snip1273 img {
    position: relative;
    width: 400px;
    height: 300px;
    vertical-align: top;
}
.snip1273 figcaption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  padding: 20px 30px;
}
.snip1273 figcaption:before,
.snip1273 figcaption:after {
  width: 1px;
  height: 0;
}
.snip1273 figcaption:before {
  right: 0;
  top: 0;
}
.snip1273 figcaption:after {
  left: 0;
  bottom: 0;
}
.snip1273 h3,
.snip1273 p {
  line-height: 1.5em;
}
.snip1273 h3 {
  margin: 0 0 5px;
  font-weight: 700;
  text-transform: uppercase;
}
.snip1273 p {
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 15px;
}
.snip1273 a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.snip1273:before,
.snip1273:after,
.snip1273 figcaption:before,
.snip1273 figcaption:after {
  position: absolute;
  content: '';
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
.snip1273:before,
.snip1273:after {
  height: 1px;
  width: 0%;
}
.snip1273:before {
  top: 0;
  left: 0;
}
.snip1273:after {
  bottom: 0;
  right: 0;
}
.snip1273:hover img,
.snip1273.hover img {
  opacity: 0.4;
}
.snip1273:hover figcaption,
.snip1273.hover figcaption {
  opacity: 1;
}
.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
  height: 100%;
}
.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after {
  width: 100%;
}
.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after,
.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
  opacity: 0.1;
}

/***flexca***/
@media (min-width:768px){
    #flex-ca {
        display: flex;
        justify-content: space-evenly;
        padding: 5px;
        margin: 2rem 0px;
    }
    #flexca {
        margin: 3rem 3rem;
    }
}
#flex-ca .flexca {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#flex-ca .flexca img {
    width: 200px;
    height: 200px;
    align-items: center;
}

#flex-ca .flexca h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    align-items: center;
    color: #000;
}
/**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;
    }
}