@font-face {
    font-family: Proxima-Nova;
    src: url("fonts/Mark Simonson - Proxima Nova Regular.otf")
}
@font-face {
    font-family: Proxima-Nova-black;
    src: url("fonts/Mark Simonson - Proxima Nova Black.otf")
}
body {
    background: #fff;
    color: #444;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6
}
a {
    color: #1bb1dc;
    transition: .5s
}
.my-4 {
    margin-top: 1.7rem !important;
}
a:active,
a:focus,
a:hover {
    color: #0a98c0;
    outline: 0;
    text-decoration: none
}
p {
    padding: 0;
    margin: 0 0 30px 0
}
.text-dark {
    color: #0c0c0c !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0
}
h3,
h4 {
    color: #000
}
.h5-blu{
    font-family: sans-serif;
    font-weight: 700;
    font-size: 1.6rem;

}
.title-h2 {
    margin-top: -8px
}
.fa-4x{
    color: #4b4a4a;
}
.fa-4x:hover{
    color: #000;
}
.sec-sim h2 {
    margin: 10px;
    background-image: rgb(99, 171, 201);
    background-image: linear-gradient(130deg, rgba(99, 171, 201, 1) 0%, rgba(0, 118, 157, 1) 100%);
}
.sec-sim p{
    font-size: 24px;
}
.p-us{
        position: absolute;
    left: 7%;
    z-index: 20;
    color: white;
    font-size: 52px !important;
    font-weight: bold;
    margin-top: 8%;

}
.sec-blue h2 {
    background-image: rgb(100, 194, 201);
    background-image: linear-gradient(47deg, rgba(100, 194, 201, 1) 0%, rgba(8, 166, 222, 1) 37%, rgba(17, 189, 232, 1) 76%, rgba(114, 151, 238, 1) 85%);
    line-height: 1.3em;
    font-size: 50px;
}
.sec-blue p{
    font-size: 20px;
    color: #000;
}

.sec-minority h2 {
     font-size: 50px;
    background-image: rgb(135, 159, 228);
    background-image: linear-gradient(105deg, rgba(135, 159, 228, 1) 26%, rgba(33, 163, 222, 1) 38%, rgba(113, 203, 207, 1) 56%, rgba(5, 188, 208, 1) 83%, rgba(9, 153, 182, 1) 100%);
}
.sec-minority p{
    font-size: 20px;
    color: #000;
}
.sec-unlocked h2 {
     margin: 10px;
    background-image: rgb(62, 61, 143);
    background-image: linear-gradient(90deg, rgba(62, 61, 143, 1) 0%, rgba(34, 35, 100, 1) 30%, rgba(121, 134, 212, 1) 100%);
}
.sec-affordable h2 {
    background-image: rgb(39, 36, 53);
    background-image: linear-gradient(135deg, rgba(39, 36, 53, 1) 0%, rgba(119, 132, 166, 1) 100%);
}
.bl-h h3{
    font-size: 32px;
}
.title-b{
    text-align: center;
    font-size: 62px;
    line-height: 1.2em;
    margin: 40px 0px;
    letter-spacing: -1px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #ced4da!important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.modal-header.additional {
    background: #000
}
.back-to-top {
    position: fixed;
    display: none;
    background: #1bb1dc;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background .5s;
    z-index: 11
}
.back-to-top i {
    padding-top: 12px;
    color: #fff
}
.floating {
    display: scroll;
    position: fixed;
    bottom: 3%;
    right: 3%
}
.div-btn-l {
    margin-left: 45%;
    margin-top: 30%;
    position: absolute
}
.div-btn-w {
    margin-left: 18%;
    margin-top: -13%;
    position: absolute
}
.div-btn-w .learn_more_s {
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-bottom: 2px solid;
    font-weight: 700
}
.div-btn-l .learn_more_b {
    font-size: 18px;
    color: #5039ff;
    text-align: center;
    border-bottom: 2px solid;
    font-weight: 700
}
.modal-confirm {
    color: #636363;
    width: 325px
}
.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none
}
.modal-confirm .modal-header {
    border-bottom: none;
    position: relative
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px
}
.modal-confirm .btn,
.modal-confirm .form-control {
    min-height: 40px;
    border-radius: 3px
}
.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px
}
.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px
}
.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}
.modal-success {
    background: #28a745
}
.modal-danger {
    background: #dc3545
}
.modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px
}
.modal-confirm.modal-dialog {
    margin-top: 80px
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto
}
.button-radius {
    border-radius: 50%
}
@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px
    }
    nav{
        height: auto !important;
    }
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #1bb1dc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite
}
.list-group-item.active {
    background-color: transparent;
    border-color: transparent
}
.list-group-item.active a {
    color: #54d1f6
}
@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
#topbar {
    padding: 0 0 10px 0;
    font-size: 14px;
    transition: all .5s
}
@media (max-width: 991px) {
    #topbar {
        display: none
    }

    .p-us{
    font-size: 32px !important;

}
}
#topbar .social-links {
    text-align: right
}
#topbar .social-links a {
    color: #535074;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px
}
#topbar .social-links a:hover {
    color: #1bb1dc
}
#topbar .social-links a:first-child {
    border-left: 0
}
.social-link-circle a {
    font-size: 18px;
    display: inline-block;
    background: #1bb1dc;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}
nav ul li:first-child img {
    margin-top: -5px !important;
}
.social-link-circle a:hover {
    background: #0a98c0;
    color: #fff
}
#header {
    height: 110px;
    transition: all .5s;
    z-index: 997;
    transition: all .5s;
    padding: 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all .5s;
    z-index: 997
}
#header.header-pages,
#header.header-scrolled {
    height: 53px;
    padding: 8px 0;
    background-color: #ffffffb8;
    box-shadow: 0 0 10px rgba(127, 137, 161, .3);
}
#header.header-pages #topbar,
#header.header-scrolled #topbar {
    display: none
}
@media (max-width: 991px) {
    #header {
        height: 70px;
        padding: 15px 0
    }
}
#header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase
}
@media (max-width: 991px) {
    #header .logo h1 {
        font-size: 28px;
        padding: 8px 0
    }
}
#header .logo h1 a,
#header .logo h1 a:hover {
    color: #413e66;
    text-decoration: none
}
#header .logo img {
    padding: 0;
    margin: 7px 0;
    max-height: 26px
}
.main-pages {
    margin-top: 60px
}
.main-nav {
    width: 1100px
}
.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none
}
.main-nav>ul>li {
    position: relative;
    margin-right: 35px;
    white-space: nowrap;
    float: left
}
.main-nav a {
    display: block;
    position: relative;
    color: #000;
    padding: 10px 15px;
    transition: .3s;
    text-transform: uppercase;
    font-weight: 600
}
.navbar-center {
    position: absolute;
    left: 52%;
    transform: translatex(-50%);
    background: transparent;
}
.main-nav .active>a,
.main-nav a:hover,
.main-nav li:hover>a {
    color: #007572;
    text-decoration: none
}
.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: rgba(0, 0, 0, .8);
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    transition: ease all .3s
}
.main-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}
.main-nav .drop-down li {
    min-width: 180px;
    position: relative
}
.main-nav .drop-down ul a {
    padding: 16px 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid rgba(200, 200, 200, .3)
}
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul li:hover>a {
    color: #007572
}
.main-nav .drop-down>a:after {
    content: "f107";
    font-family: FontAwesome;
    padding-left: 10px
}
.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px)
}
.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%
}
.main-nav .drop-down .drop-down>a {
    padding-right: 35px
}
.main-nav .drop-down .drop-down>a:after {
    content: "f105";
    position: absolute;
    right: 15px
}
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgb(255 255 255 / 80%);
    transition: .4s
}
.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none
}
.mobile-nav a {
    display: block;
    position: relative;
    color: #000;
    padding: 10px 20px;
    font-weight: 500
}
.mobile-nav .active>a,
.mobile-nav a:hover,
.mobile-nav li:hover>a {
    color: #007572;
    text-decoration: none
}
.mobile-nav .drop-down>a:after {
    content: "f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px
}
.mobile-nav .active.drop-down>a:after {
    content: "f077"
}
.mobile-nav .drop-down>a {
    padding-right: 35px
}
.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden
}
.mobile-nav .drop-down li {
    padding-left: 20px
}
.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: 0 0;
    font-size: 24px;
    transition: all .4s;
    outline: 0!important;
    line-height: 1;
    cursor: pointer;
    text-align: right
}
.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #065e77
}
.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    overflow: hidden;
    display: none
}
.mobile-nav-active {
    overflow: hidden
}
.mobile-nav-active .mobile-nav {
    left: 0
}
.mobile-nav-active .mobile-nav-toggle i {
    color: #fff
}
#hero {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #f5f8fd url(../img/intro-bg.jpg) center top no-repeat;
    background-size: cover
}
@media (max-width: 767px) {
    #hero {
        height: auto;
        padding: 80px 0 60px 0
    }
    #hero .container {
        height: auto!important
    }
    #hero .intro-img {
        width: 80%
    }
    .carousel-caption{
        right: 40%;
         bottom: 230px !important;
    }
    .sec-sim h2{
        font-size: 40px;
    }
    .sec-blue h2{
        font-size: 40px;
    }
    .sec-minority h2{
        font-size: 40px;
    }

}
@media (min-width: 992px) {
    #hero .intro-info {
        padding-top: 80px
    }
}
@media (max-width: 767px) {
    #hero .intro-info {
        text-align: center;
        padding-top: 40px
    }
}
#hero .intro-info h2 {
    color: #413e66;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700
}
#hero .intro-info h2 span {
    color: #1bb1dc
}
@media (max-width: 767px) {
    #hero .intro-info h2 {
        font-size: 34px;
        margin-bottom: 30px
    }
}
#hero .intro-info .btn-get-started,
#hero .intro-info .btn-services {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 4px;
    transition: .5s;
    color: #fff;
    background: #1bb1dc;
    color: #fff
}
#hero .intro-info .btn-get-started:hover,
#hero .intro-info .btn-services:hover {
    background: #0a98c0
}
.faqs {
    font-weight: 800;
    color: #000;
    text-decoration: none
}
.faqs:hover {
    color: #54d1f6;
    text-decoration: underline
}
.text-answer {
    font-size: 13px;
    color: #000;
    text-align: justify;
    line-height: 25px
}
.home-img {
    object-fit: cover;
    height: 720px
}
.mod-three {
    clear: both;
    position: relative;
    background-size: cover!important;
    cursor: pointer;
    padding: 2% 0 30% 0;
    margin-top: 0;
    transition: all .7s
}
.section-1 {
    background-size: cover!important;
    position: relative;
    padding: 10% 0 45% 0;
    background: url(../../assets/img/home/home-banner.jpg) top center no-repeat
}
.section-2 {
    background-size: cover!important;
    position: relative;
    padding: 120px 0 120px 0;
    margin-top: 0
}
.section-3 {
    background-size: cover!important;
    position: relative;
    padding: 14% 0 7% 0;
    margin-top: 0
}
.section-4 {
    background-size: cover!important;
    position: relative;
    padding: 10% 0 45% 0;
    background: url(../../assets/img/home/centros.jpg) top center no-repeat;
    background-attachment: fixed
}
.section-5 {
    background-size: cover!important;
    position: relative;
    padding: 10% 0 45% 0;
    background: url(../../assets/img/home/contact-main-min.jpg) top center no-repeat;
    background-attachment: fixed
}
.section-6 {
    background-size: cover!important;
    position: relative;
    padding: 10% 0 45% 0;
    background: url(../../assets/img/home/Banner-Garantia-prin.jpg) top center no-repeat;
    background-attachment: fixed
}

.blu-sec-1 {
    background-size: cover!important;
    position: relative;
    background: url(../../assets/img/tablet/t-aria-pod-plus-2-min.jpg) top center no-repeat
}
.section-1l {
    background-size: cover!important;
    position: relative;
    padding: 10% 0 45% 0;
    background: url(../../assets/img/products/aria-pod-1.jpg) top center no-repeat
}
.mod-three:hover {
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -ms-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10)
}
.mod-devices {
    overflow: hidden;
    width: 100%;
    position: relative
}
.mod {
    overflow: hidden;
    height: 794px;
    width: 50%;
    float: left
}
.mod-two {
    clear: both;
    position: relative;
    background-size: cover!important;
    cursor: pointer;
    padding: 57% 0 20% 0;
    margin-top: 0;
    transition: all .7s
}
.mod-two:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}
.mod-txt {
    text-align: center;
    color: #fff;
    margin-top: -12%;
    text-transform: uppercase;
    position: absolute;
    width: 50%
}
.mod-txt a {
    color: #fff
}
.mod-txt-1 {
    margin-left: 50%;
    margin-top: 12%;
    width: 30%
}
.margin-top-10{
    margin-top: 10%;

}
.section-header h2 {
    font-size: 42px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    position: relative;
    font-family: sans-serif;
    margin-top: 20px
}
.section-header-black h2 {
    font-size: 40px;
    color: #000;
    text-align: center;
    font-weight: 900;
    position: relative;
    font-family: Proxima-Nova-black, sans-serif;
    margin-top: 5%
}
.section-header-black-contact h2 {
    font-size: 40px;
    color: #000;
    text-align: center;
    font-weight: 900;
    position: relative;
    font-family: Proxima-Nova-black, sans-serif
}
.section-header p {
    text-align: center;
    margin: auto;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 400;
    padding-bottom: 60px;
    color: #fff;
    width: 80%
}
.section-header-black p {
    text-align: center;
    margin: auto;
    font-size: 16px;
    padding-bottom: 60px;
    color: #000;
    font-weight: 700;
    width: 50%
}
.section-header-black-contact p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 7%;
    color: #5c5a5a;
    font-weight: 400;
    width: 80%
}
.content-img img,  .content-contact img {
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    width: 100%
}
.content-img:hover img, .content-contact:hover img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04)
}
.content-img, .content-contact {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.content-img h2{
    position: absolute;
    color: white;
    font-family: 'Poppins';
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
    top: 15px;
    left: 0;
    right: 0;
    /* bottom: 0; */
    /* margin: auto; */
    z-index: 500;
}
.h-300{
    height: 290px;
}
.content-img2 h2{
    position: absolute;
    color: white;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 500;
}
.sec-support {
    padding: 10% 0 10% 0;
    margin-top: 40px;
    background-size: cover!important;
    text-align: center;
    color: #fff;
    margin-top: 50px
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-radius: 10px;
}
.bg-white{
    background: #fff !important;
}
.carousel-caption {
    text-align: right;
    bottom: 150px;
    right: 19%;
}
.carousel-caption2 {
    text-align: right;
    bottom: 50%;
}
.carousel-caption3 {
    text-align: right;
    bottom: 45%;
}
.btn-extra a {
    color: #000;
    width: 20%;
    padding: 2% 5%;
    border-radius: 25px;
    border: solid 3px #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px
}
.btn-extra a:hover {
    color: #54d1f6;
    border: solid 2px #54d1f6
}
@media(max-width:1783px) {
    .mod {
        overflow: hidden;
        height: 540px;
        width: 50%;
        float: left
    }
}
@media(max-width:1400px) {
    .mod {
        overflow: hidden;
        height: 497px;
        width: 50%;
        float: left
    }
}
@media(max-width:1290px) {
    .mod {
        overflow: hidden;
        height: 462px;
        width: 50%;
        float: left
    }
}
@media (max-width: 769px) {

.h-300{
        height: auto;
    }
    .h-200{
        height: 200px;
    }
}
@media (max-width: 767px) {
    
    .section-header p {
        width: 100%
    }
    .section-1l {
        background-size: cover!important;
        position: relative;
        padding: 33% 0 58% 0;
        background: url(../../assets/img/movil/m-aria-pod-1.jpg) top center no-repeat
    }
    .blu-sec--1 {
        background-size: cover!important;
        position: relative;
        padding: 33% 0 58% 0;
        background: url(../../assets/img/movil/m-aria-pod-plus-1-min.jpg) top center no-repeat
    }
    .section-1 {
        background-size: cover!important;
        position: relative;
        padding: 33% 0 58% 0;
        background: url(../../assets/img/home/home-banner-resp.jpg) top center no-repeat
    }
    .section-5 {
        background-size: cover!important;
        position: relative;
        padding: 33% 0 58% 0;
        background: url(../../assets/img/home/Banner-Contacto-Responsive-min.jpg) top center no-repeat
    }
 
    .section-4 {
        background-size: cover!important;
        position: relative;
        padding: 33% 0 58% 0;
        background: url(../../assets/img/home/Banner-Centros-Servicios-Responsive-min.jpg) top center no-repeat
    }
    .section-6 {
        background-size: cover!important;
        position: relative;
        padding: 33% 0 58% 0;
        background: url(../../assets/img/home/GARANTIA-1960X1860.jpg) top center no-repeat
    }
}
.section-bg {
    background: #fff;
}
#about .about-content {
    margin-top: 10%
}
#about .about-content h2 {
    color: #000;
    font-family: Proxima-Nova-black, sans-serif;
    font-weight: 700
}
#about .about-content h3 {
    color: #696592;
    font-weight: 400;
    font-size: 22px;
    font-style: italic
}
#about .about-content ul {
    list-style: none;
    padding: 0
}
#about .about-content ul li {
    padding-bottom: 10px
}
#about .about-content ul li i {
    font-size: 20px;
    padding-right: 4px;
    color: #1bb1dc
}
#about .about-img {
    position: relative;
    margin: 30px 30px 30px 30px
}
#about .about-img img {
    width: 100%;
    border: 8px solid #fff;
    transition: .5s
}
#about .about-img img:hover {
    width: 100%;
    transform: scale(1.03)
}
#about .about-img::before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s
}
#about .about-img::after {
    position: absolute;
    right: -31px;
    bottom: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s
}
.text-contact {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 70%;
    text-align: center;
}
.text-contact a {
    color: #fff;
    font-size: 20px
}
.text-contact a:hover {
    color: #54d1f6
}
.text-contact p {
    font-size: 15px;
}
#services {
    margin: 0;
    padding: 60px 0 40px 0
}
#services .box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, .1);
    transition: all .3s ease-in-out;
    text-align: center
}
#services .box:hover {
    transform: scale(1.1)
}
#services .icon {
    margin: 0 auto 15px auto;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px
}
#services .icon i {
    font-size: 36px;
    line-height: 1
}
#services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px
}
#services .title a {
    color: #111
}
#services .box:hover .title a {
    color: #1bb1dc
}
#services .description {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: left
}
#why-us {
    padding: 60px 0
}
@media (max-width: 1355px) {
    .text-contact {
        width: 90%
    }
}
@media (max-width: 1120px) {
    .text-contact h2 {
        font-size: 16px
    }
    .text-contact a {
        font-size: 14px!important
    }
    .text-contact p {
        font-size: 14px!important
    }
}
@media (max-width: 991px) {
    .btn-extra a {
        font-size: 12px
    }
     html, body{
        background-color: #ffffff !important;
        background: #ffffff !important;
    }
    #why-us .why-us-content {
        padding-top: 30px
    }
    .text-contact h2 {
        font-size: 14px
    }
    .text-contact a {
        font-size: 12px!important
    }
    .text-contact p {
        font-size: 12px!important
    }
    .mod-txt h2 {
        font-size: 16px
    }
}
#why-us .why-us-content .features {
    margin: 0 0 15px 0;
    padding: 0;
    transition: .3s ease-in-out
}
#why-us .why-us-content .features i {
    font-size: 36px;
    float: left
}
#why-us .why-us-content .features h4 {
    font-size: 24px;
    font-weight: 600;
    margin-left: 56px;
    color: #413e66;
    margin-bottom: 5px
}
#why-us .why-us-content .features p {
    font-size: 16px;
    margin-left: 56px;
    color: #555186
}
#why-us .counters {
    padding-top: 40px
}
#why-us .counters span {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 48px;
    display: block;
    color: #555186
}
#why-us .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #8a87b6
}
#call-to-action {
    background: #2d2b46;
    background-size: cover;
    padding: 40px 0
}
#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700
}
#call-to-action .cta-text {
    color: #fff
}
@media (min-width: 991px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
}
#call-to-action .cta-btn {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: .5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff
}
#call-to-action .cta-btn:hover {
    background: #1bb1dc;
    border: 3px solid #1bb1dc
}
#features {
    padding: 80px 0
}
#features h4 {
    font-weight: 600;
    font-size: 24px
}
#portfolio {
    padding: 60px 0
}
#portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center
}
#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 20px;
    color: #413e66;
    margin-bottom: 5px;
    transition: all .3s ease-in-out
}
#portfolio #portfolio-flters li.filter-active,
#portfolio #portfolio-flters li:hover {
    color: #1bb1dc
}
#portfolio #portfolio-flters li:last-child {
    margin-right: 0
}
#portfolio .portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}
#portfolio .portfolio-item .portfolio-wrap {
    overflow: hidden;
    position: relative;
    margin: 0
}
#portfolio .portfolio-item .portfolio-wrap:hover img {
    opacity: .4;
    transition: .3s
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    transition: .2s linear
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
    font-size: 22px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 0
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
    color: #fff
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
    color: #1bb1dc
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #f8fcff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview {
    display: inline-block;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #1bb1dc;
    border-radius: 50%;
    margin: 10px 4px 0 4px
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i {
    padding-top: 6px;
    font-size: 22px;
    color: #fff
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover {
    background: #42c3e8
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i {
    color: #fff
}
#portfolio .portfolio-item .portfolio-wrap:hover {
    background: #282646
}
#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
    opacity: 1
}
#testimonials {
    padding: 60px 0
}
#testimonials .section-header {
    margin-bottom: 40px
}
@media (max-width: 767px) {
    #testimonials .testimonial-item {
        text-align: center
    }
}
#testimonials .testimonial-item .testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    float: left
}
@media (max-width: 767px) {
    #testimonials .testimonial-item .testimonial-img {
        float: none;
        margin: auto
    }
}
#testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 5px 0;
    color: #111;
    margin-left: 140px
}
#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
    margin-left: 140px
}
#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 0 15px 140px
}
@media (min-width: 992px) {
    #testimonials .testimonial-item p {
        width: 80%
    }
}
@media (max-width: 767px) {
    #testimonials .testimonial-item h3,
    #testimonials .testimonial-item h4,
    #testimonials .testimonial-item p {
        margin-left: 0
    }
}
#testimonials .owl-dots,
#testimonials .owl-nav {
    margin-top: 5px;
    text-align: center
}
#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd
}
#testimonials .owl-dot.active {
    background-color: #1bb1dc
}
#team {
    padding: 60px 0
}
#team .member {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden
}
#team .member .member-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .2s;
    padding: 15px 0;
    background: rgba(29, 28, 41, .6)
}
#team .member .member-info-content {
    transition: margin .2s;
    height: 40px;
    transition: height .4s
}
#team .member:hover .member-info {
    transition: .4s
}
#team .member:hover .member-info-content {
    height: 80px
}
#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff
}
#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff
}
#team .member .social {
    margin-top: 15px
}
#team .member .social a {
    transition: none;
    color: #fff
}
#team .member .social a:hover {
    color: #1bb1dc
}
#team .member .social i {
    font-size: 18px;
    margin: 0 2px
}
#clients {
    padding: 60px 0
}
#clients img {
    max-width: 80%;
    opacity: .5;
    transition: .3s;
    padding: 15px 0
}
#clients img:hover {
    opacity: 1
}
#clients .owl-dots,
#clients .owl-nav {
    margin-top: 5px;
    text-align: center
}
#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd
}
#clients .owl-dot.active {
    background-color: #1bb1dc
}
#pricing {
    padding: 80px 0
}
@media (max-width: 991px) {
    #pricing {
        padding-bottom: 30px
    }
}
#pricing .card {
    border: 0;
    border-radius: 0;
    box-shadow: 0 3px 0 0 rgba(65, 62, 102, .08);
    transition: all .3s ease-in-out;
    padding: 36px 0;
    position: relative
}
@media (max-width: 991px) {
    #pricing .card {
        margin-bottom: 50px
    }
}
#pricing .card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background-color: #1bb1dc;
    transition: .5s
}
#pricing .card:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .08)
}
#pricing .card:hover:after {
    width: 100%
}
#pricing .card .card-header {
    background-color: #fff;
    border-bottom: 0;
    -moz-text-align-last: center;
    text-align-last: center
}
#pricing .card .card-title {
    margin-bottom: 16px;
    color: #535074
}
#pricing .card .card-block {
    padding-top: 0;
    text-align: center
}
#pricing .card .list-group-item {
    border: 0;
    padding: 6px;
    color: #413e66;
    font-weight: 300
}
#pricing .card h3 {
    font-size: 64px;
    margin-bottom: 0;
    color: #535074
}
#pricing .card h3 .currency {
    font-size: 30px;
    position: relative;
    font-weight: 400;
    top: -30px;
    letter-spacing: 0
}
#pricing .card h3 .period {
    font-size: 16px;
    color: #6c67a3;
    letter-spacing: 0
}
#pricing .card .list-group {
    margin-bottom: 15px
}
#pricing .card .btn {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #5f5b96;
    border-radius: 0;
    padding: 10px 24px;
    letter-spacing: 1px;
    border-radius: 3px;
    display: inline-block;
    background: #1bb1dc;
    color: #fff
}
#pricing .card .btn:hover {
    background: #0a98c0
}
#faq {
    padding: 60px 0;
    overflow: hidden
}
#faq #faq-list {
    padding: 0;
    list-style: none
}
#faq #faq-list li {
    border-bottom: 1px solid #ebebeb
}
#faq #faq-list a {
    padding: 22px 0;
    display: block;
    position: relative;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    padding-right: 20px
}
#faq #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 20px
}
#faq #faq-list p {
    margin-bottom: 20px
}
@media (max-width: 768px) {
    #faq #faq-list a {
        font-size: 18px
    }
    #faq #faq-list i {
        top: 13px
    }
   
}
@media (max-width: 530px) {
    .p-us {
        font-size: 16px !important;
    }
   
}
#faq #faq-list a.collapse {
    color: #1bb1dc
}
#faq #faq-list a.collapsed {
    color: #000
}
#faq #faq-list a.collapsed i::before {
    content: "f2c7"!important
}
.ul-foot {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px
}
#footer {
    width: 100%;
    background: #fff;
    height: 244px !important;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    text-align: left!important
}
.containers {
    margin-right: auto;
    margin-left: auto;
    max-width: 1650px
}
.foot-lft {
    width: 50%;
    padding-top: 90px;
    height: 150px;
    float: left
}
.foot-col {
    width: 40%;
    float: left
}
.form_txt {
    width: 350px
}
.foot-rght {
    width: 50%;
    padding-top: 90px;
    height: 150px;
    float: right
}
.m-foot-memu {
    display: none
}
.foot-sm {
    margin-bottom: 13% !important;
 
}
.foot-sm img {
    height: 22px;
    margin-top: -10px
}
footer a {
    color: #000
}
.copyright {
    border-top: solid 1px #5f5f5f;
    font-size: 12px;
    margin-top: '13%';
    padding-top: 2%;
    padding-bottom: 2%;
}
.height-100{
    height: 100%;
}
.copyright ul {
    padding: 0;
    margin: 0
}
.copyright li {
    display: inline;
    color: #515151;
    margin-right: 15px
}
.copyright li a {
    display: inline;
    color: #515151;
    margin-right: 15px
}
.copyright li a:hover {
    display: inline;
    color: #a2a2a2;
    margin-right: 15px
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
button:focus,
input:focus {
    outline: 0
}
input {
    border-radius: 0!important;
    border: none;
    border-bottom: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    width: 220px;
    height: 30px;
    font-size: 13px
}
user agent stylesheet input:focus {
    outline-offset: -2px
}
user agent stylesheet:focus {
    outline: -webkit-focus-ring-color auto 1px
}
user agent stylesheet input {
    -webkit-writing-mode: horizontal-tb!important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, #fff);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: -internal-light-dark-color(white, #000);
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0;
    font: 400 13.3333px Arial;
    padding: 1px 0;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial
}
#searchManual-w form {
    margin: 0 auto;
    width: 620px
}
#searchManual-w input {
    height: 40px;
    width: 400px;
    border-bottom: 2px solid #fff;
    padding: 0 10px;
    margin: 0 15px;
    font-size: 14px;
    font-weight: 500;
    color: #fff
}
#manualQtitle::placeholder {
    color: #cdcdcd
}
#searchManual-w button, .btn-links {
    width: 150px;
    height: 40px;
    background: 0 0;
    border: solid 2px #fff;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}
.btn-ahref{
    display: inline-block;
    text-align: center;
    padding-top: 7px;
}
#searchManual-w button:hover, .btn-links:hover {
    color: #54d1f6;
    border: solid 2px #54d1f6
}
li {
    list-style: none
}
.foot-sm li {
    display: inline;
    margin-right: 15px
}
.foot-sm ul {
    padding: 0;
    margin: 0
}
#form button {
    color: #fff;
    background: 0 0;
    padding: 10px 25px;
    border-radius: 20px;
    border: solid 2px #fff;
    margin-left: 15px;
    font-size: 13px
}
@media (max-width: 597px) {
    .mod {
        height: 460px!important;
        width: 100%!important
    }
    .mod-txt {
        margin-top: -15%!important;
        width: 100%!important
    }
}
@media (max-width: 500px) {
    .mod {
        height: 383px!important;
        width: 100%!important
    }
    .foot-lft {
        width: 280px
    }
}
@media (max-width: 470px) {
    .mod {
        height: 353px!important;
        width: 100%!important
    }
    .foot-lft {
        width: 280px
    }
}
.bg-li {
    background: #fff
}
.rows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 37px;
    margin-left: -15px
}
section {
    margin-top: 53px
}
section .movil h3 {
    font-size: 27px;
    font-weight: 900;
    color: #000;
    line-height: .8;
    margin-top: 60px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: solid 2px #2c2c2c
}
.list-group-item {
    padding: .4rem 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    border: 1px transparent
}
.list-group-item-manuals {
    padding: .2rem 1.25rem;
    text-transform: uppercase;
    color: #0e0d0d;
    font-size: 14px
}
.list-group-item-manuals-result {
    padding: .2rem 1.25rem;
    text-transform: uppercase;
    color: #0e0d0d;
    font-size: 14px;
    border-bottom: 1px solid #000
}
.list-group-item a {
    color: #000
}
.list-group-item a:hover {
    color: #1bb1dc
}
.back {
    color: #5d5d5d!important
}
.back:hover {
    color: #a2a2a2!important
}

.slide-box {
    display: flex;
    justify-content: space-between
}
#form button:hover {
    color: #54d1f6;
    background: 0 0;
    padding: 10px 25px;
    border-radius: 20px;
    border: solid 2px #54d1f6;
    margin-left: 15px;
    font-size: 13px
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .slide-box img {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .slide-box img {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }
}
@media (min-width: 992px) {
    .slide-box img {
        flex: 0 0 25%;
        width: 33.33%;
        height: 850px;
        object-fit: cover
    }
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #710202;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.border-30{
    border-radius: 30px;
}
.p-car {
    padding-right: 0;
    padding-left: 0
}

@media (max-width: 1470px) {
    .containers {
        margin-right: auto;
        margin-left: auto;
        max-width: 1200px
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px;
    }
}
@media (max-width: 1225px) {
    body {
        font-size: 12px
    }
    .containers {
        max-width: 930px
    }
    section .movil h3 {
        font-size: 15px
    }
}
#faq-list li a {
    padding: .4rem 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 16px
}
.title {
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    text-align: center
}
.ico-div {
    margin-left: 80%
}
.compare-q-w {
    width: 100%;
    height: 180px;
    background: #fff;
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    border-top: solid 2px #edf2f6;
}
.compare-w-i {
    position: relative;
    width: 100%
}
.compare-w-ia {
    position: absolute;
    top: 25px;
    right: 0;
    padding-right: 7%
}
.compare-btn-go,
.compare-btn-h,
.device-1,
.device-2 {
    position: relative;
    width: 130px;
    text-align: center;
    float: left
}
.removeCompDev {
    position: absolute;
    top: -10px;
    right: 15px;
    font-size: 19px;
    cursor: pointer;
    z-index: 99999999
}
.device-1 img.q-img-1,
.device-2 img.q-img-2 {
    height: 140px;
    margin-left: -30px
}
.device-1 img.x-img,
.device-2 img.x-img {
    height: 14px;
    width: 14px
}
.compare-btn-go,
.compare-btn-h {
    padding: 5px;
    margin-top: 50px
}
.compare-btn-h {
    background: #000;
    opacity: .4;
    cursor: not-allowed;
    color: #5f5f5f;
    width: 100px;
    display: block;
    border-radius: 25px;
    border: solid 2px #5f5f5f;
    font-size: 14px
}
.compare-btn-go {
    background: #000;
    cursor: pointer;
    color: #fff;
    width: 100px;
    border: solid 2px #fff;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700
}
.compare-btn-go:hover {
    background: #000;
    cursor: pointer;
    color: #007572;
    width: 100px;
    border: solid 2px #007572;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700
}
#filterTags {
    display: none;
    margin-bottom: 30px;
    margin-left: 30px
}
.section-w {
    z-index: 99999999;
    background: #141414
}
.l_menu {
    max-width: 15%;
    float: left;
    padding-top: 100px;
    background: #141414;
    color: #fff
}
.inner_l_menu {
    width: 200px;
    margin-left: 40px;
    position: fixed
}
.l_menu a {
    color: #fff
}
.filterCrumb {
    padding: 3px 2% 3px 0;
    border-bottom: 2px solid #ddd;
    text-align: left;
    margin-right: 20px;
    text-transform: capitalize;
    cursor: pointer;
    background: url(images/x.png) center right no-repeat
}
.compare-one-txt {
    padding: 0 2%
}
.device-ttl {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700
}
.c-spec-ttl {
    font-size: 14px;
    margin: 8px 0;
    font-weight: 600;
    text-transform: uppercase
}
hr.c-hr {
    border: solid 1px #2c2c2c;
    margin: 30px 0
}
.compare-one {
    position: fixed;
    top: 0;
    right: -1999px;
    width: 100%;
    color: #ffffff;
    z-index: 999999999999;
    background: rgb(255 255 255 / 95%);
    height: 100% !important;
}
.compare-two {
    position: fixed;
    display: none;
    width: 50%;
    top: 0;
    left: 0;
    margin-left: 50%;
    color: #000;
    z-index: 99999999999;
    height: 100%!important
}
.compare-one-i {
    position: relative
}
.compare-two-i {
    position: relative
}
.compare-one-txt .and-grid {
    text-align: left;
    width: 40%
}
.compare-one-txt .and-grid:first-child {
    margin-left: 10%
}
.compare-two-txt .and-grid {
    text-align: left
}
.compare-title {
    text-align: center;
    color: #fff;
    font-size: 26px;
    margin-top: 3%
}
.img-fluid2 {
    max-width: 100%;
    height: 100%;
}
.closeX {
    color: #000;
    font-size: 14px;
    cursor: pointer;
    margin: 55px 0 0 20px;
    font-weight: 600;
    width: 150px
}
.closeX img {
    width: 15px;
    vertical-align: middle
}
figure.device-pop {
    position: relative;
    text-align: center;
    height: 100%
}
.pop-buy a {
    cursor: pointer;
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 18px;
    background: #0056d7
}
.and-pop {
    float: left;
    width: 50%;
    margin-bottom: 2%;
    color: #0c0c0c
}
.and-pop img {
    max-width: 270px;
    margin: 0 auto
}
.compare-element {
    overflow-y: scroll;
    height: 439px;
    width: 84%;
    margin-left: 25%;
    right: 0
}
@media (max-width: 980px) {
    .carousel-caption3 {
        bottom: 37%;
    }
    .carousel-caption2 {
        bottom: 37%;
    }
    footer {
        height: auto
    }
    footer {
        width: 100%;
        height: 560px!important;
        color: #000;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
        text-align: left!important
    }
    .containers {
        width: 100%;
        padding: 0
    }
    .foot-sm {
        margin-bottom: 0% !important;
    }
    .foot-lft {
        width: 50%;
        clear: both;
        position: relative;
        margin: 0 auto;
        float: none;
        text-align: center;
        height: 255px
    }
    .foot-lft {
        width: 95%;
        padding-top: 50px;
        height: 170px
    }
    .form_txt {
        width: 100%
    }
    #form button {
        margin-left: 0;
        margin-top: 20px;
        padding: 10px 45px;
        border: solid 2px #5f5f5f
    }
    .foot-rght {
        display: none
    }
    .foot-rght {
        width: 100%;
        clear: both
    }
    .m-foot-memu {
        display: block;
        background: #000
    }
    .collapsible,
    .non-collapsible {
        cursor: pointer;
        padding: 18px!important;
        width: 100%;
        border: none;
        text-align: left;
        outline: 0;
        font-size: 15px;
        background: #000;
        color: #fff;
        border-bottom: solid 1px #5f5f5f
    }
    .content {
        padding: 0 24px;
        max-height: 0;
        overflow: hidden;
        transition: max-height .2s ease-out
    }
    .m-foot-memu a {
        display: block;
        padding: 5px 10px;
        text-transform: none
    }
    .collapsible,
    .non-collapsible {
        cursor: pointer;
        padding: 18px!important;
        width: 100%;
        border: none;
        text-align: left;
        outline: 0;
        font-size: 15px;
        background: #fff;
        color: #000;
        border-bottom: solid 1px #5f5f5f
    }
    .foot-sm {
        text-align: center;
        margin-top: 0;
        background: white;
    }
    .copyright {
        margin-top: 0;
        padding: 0 0 20px 20px;
        border: none;
        background:white;
    }
    .copyright li {
        display: block;
        margin: 10px 0
    }
    .compare-w-ia {
        position: relative;
        margin: 0 auto;
        width: 300px;
        padding-right: 0
    }
    .device-1,
    .device-2 {
        width: 100px
    }
    .device-1 img.q-img-1,
    .device-2 img.q-img-2 {
        height: 120px
    }
    .compare-btn-go,
    .compare-btn-h {
        margin-top: 35px
    }
    .removeCompDev {
        right: 5px
    }
    .closeX {
        margin: 25px 0 40px 20px
    }
    .compare-element {
        height: 360px;
        width: 100%;
        margin-left: 25%
    }
    .and-pop img {
        max-width: 160px
    }
    #searchManual-w {
        margin-top: 20px
    }
    #searchManual-w form {
        width: 100%
    }
    #searchManual-w input {
        width: 80%;
        text-align: center;
        margin: 0 auto;
        display: block
    }
    #searchManual-w button {
        margin: 0 auto;
        margin-top: 20px;
        width: 70%;
        display: block
    }
}
@media (max-width: 425px) {
    .mod {
        height: 320px!important;
        width: 100%!important
    }
    .mod-txt {
        margin-top: -25%!important;
        width: 100%!important
    }
    .mod-txt-1 {
        margin-left: 20%;
        margin-top: 12%!important;
        width: 0%
    }
}
@media (max-width: 380px) {
    .mod {
        height: 266px!important;
        width: 100%!important
    }
    .mod-txt {
        margin-top: -25%!important;
        width: 100%!important
    }
    .mod-txt-1 {
        margin-left: 20%;
        margin-top: 10%!important;
        width: