@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #0e0e0e;
}
.videomodal .modal-open .modal {
    padding-right: 17px !important;
}
h1, h2, h3, h4, h5, h6, #mainNav {
    font-family: 'Raleway', sans-serif;
}
.btn-custom {
    background-color: #ed1c24;
    color: #fff;
    padding: 10px 30px;
    margin-top: 20px;
}
.btn-custom:hover {
    background-color: #fff;
    color: #ed1c24;
    transition: 0.5s ease-in all;
}
h2 {
    color: #d53b32;
    font-size: 50px;
    font-weight: 400;
}
.margintop-50 {
    margin-top: 50px;
}
.features-block .heading-block {
    padding: 0 6em;
}
header.masthead {
    background-image: url(../img/banner.jpg);
    background-attachment: fixed;
}
.logo {
    max-width: 100%;
}
header.masthead h1 {
    font-size: 34px;
    font-weight: 300;
    margin-top: 0;
}
.col-lg-4 {
    float: left;
}
.feature-ul ul {
    padding: 0;
    margin-top: 30px;
}
.feature-ul ul li {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    list-style-type: none;
    position: relative;
    padding-left: 2.5em;
}
.feature-ul ul li p {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    text-align: justify;
}
.feature-ul ul li span {
    background-image: url(../img/features-sprites-1.png);
    background-position: 0 -27px;
    position: absolute;
    height: 58px;
    width: 40px;
    left: 0;
    top: -3px;
}
.feature-ul ul li span.bright-view {
    background-position: 0 -156px;
    top: -8px;
}
.feature-ul ul li span.capacitive-touch {
    background-position: 0 -296px;
}
.feature-ul ul li span.glass-view {
    background-position: 0 -441px;
}
.feature-ul ul li:hover span.glass-view {
    background-position: 0 -516px;
}
.feature-ul ul li span.coating-touch {
    background-position: 0 -756px;
}
.feature-ul ul li:hover span.coating-touch {
    background-position: 0 -836px;
}
.feature-ul ul li span.fpc-view {
    background-position: 0 -597px;
    top: -9px;
}
.feature-ul ul li:hover span.fpc-view {
    background-position: 0 -597px;
}
.feature-ul ul li:hover {
    color: #d53b32;
}
.feature-ul ul li:hover p {
    color: #222;
}
.feature-ul ul li:hover span {
    background-position: 0 -91px;
}
.feature-ul ul li:hover span.bright-view {
    background-position: 0 -226px;
}
.feature-ul ul li:hover span.capacitive-touch {
    background-position: 0 -366px;
}
.right-feature {
    padding-left: 26px;
}
.lcd-block {
    background-color: #000;
}
.lcd-block .xo4-lcd {
    background-image: url(../img/bg-1.jpg);
    color: #fcfcfc;
    padding: 50px 0;
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: right;*/
    background-color: #000;
}
.lcd-block .chinese-lcd .col-md-4 {
    background-image: url(../img/phone-2.jpg);
    color: #fcfcfc;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #000;
    height: 500px;
    background-size: 16em;
}
.lcd-block .container {
    max-width: 1200px;
    margin: 0 auto;
    color: #fcfcfc;
}
.lcd-block h3 {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 600;
}
.chinese-lcd h3 {
    font-size: 1.8rem;
}
.headline {
    margin-bottom: 10px;
    font-size: 17px;
    position: relative;
}
.headline:after {
    content: "";
    background: url(../img/phone-icon.png) no-repeat;
    height: 75px;
    width: 48px;
    display: inline-block;
    position: absolute;
    top: -4px;
    right: -30px;
    background-size: 14px;
}
.loading--bar {
    width: 340px;
    height: 8px;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 0;
}
.loading--bar .progress-bar {
    background-color: #ed1f1f;
    text-indent: -999px;
    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 6s;
    transition: width 0.2s ease-in;
}
@keyframes animateBar {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
.loading-p1 {
    width: 285px;
}
.loading-p2 {
    width: 250px;
}
.loading-p3 {
    width: 290px;
}
.loading-p4 {
    width: 250px;
}
.loading-p5 {
    width: 280px;
}
@keyframes html {
    0% {
        transform: translateX(-250px);
    }
    100% {
        transform: translateX(0px);
    }
}
.left-block, .right-block {
    display: inline-block;
    float: left;
}
.right-block {
    float: right;
}
.progressbar-box {
    margin-top: 30px;
    width: 100%;
    float: left;
}
.scroll-logo {
    display: none;
}
#mainNav.navbar-shrink .scroll-logo {
    display: block;
}
#mainNav.navbar-shrink .logo {
    display: none;
}
#mainNav .navbar-brand {
    padding-bottom: 0;
}
.lcd-block h4 {
    margin-bottom: 15px;
}
.lcd-block p {
    padding-right: 0;
    text-align: justify;
    margin-bottom: 8px;
}
.video-section {
    padding: 8em 0;
}
.video-section h2 {
    font-size: 33px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.video-section ul {
    list-style-type: none;
    margin-top: 30px;
    position: relative;
    padding: 0;
}
.video-section ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #474747;
    font-size: 15px;
}
.video-section ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 8px;
    background-color: #ed1c24;
    left: 0;
    margin-top: 7px;
}
.video-section p {
    color: #474747;
    line-height: 28px;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 0;
    margin-top: 10px;
    padding-right: 40px;
}
.review-video:before {
    content: "";
    background: url(../img/img-1.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 370px;
    background-size: cover;
}
.review-video:after {
    content: "";
    background: url(../img/img-1.png) no-repeat;
    position: absolute;
    bottom: -20px;
    right: 0;
    height: 225px;
    width: 274px;
    background-size: cover;
    transform: rotate(180deg);
}
.ms-video:before {
    content: "";
    background: url(../img/top-bg-1.png) no-repeat;
    position: absolute;
    top: -9em;
    left: 7em;
    height: 100%;
    width: 100%;
}
.ms-video:after {
    content: "";
    background: url(../img/top-bg-1.png) no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(180deg);
    margin-top: 0;
    bottom: -8em;
    left: -5em;
    z-index: -1;
}
iframe {
    z-index: 999999;
    position: relative;
}
.pricing-section {
    background-color: #000;
    padding: 50px 0;
    color: #fff;
}
.pricing-section h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
}
.pricing-section hr {
    color: #ed1c24;
    max-width: 13em;
    border-width: 1px;
}
.review-video hr {
    color: #ed1c24;
    max-width: 13em;
    border-width: 1px;
}
.pricing-section table {
    background: #fff;
    color: #000;
    margin-top: 60px;
}
#faq {
    padding-top: 50px;
}
.pricing-section table thead {
    background-color: #ed1c24;
    color: #fff;
}
.pricing-section .table-striped tbody tr td {
    border: transparent;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.9rem;
    text-align: justify;
    padding-left: 9.5em;
    width: 20%;
}
.pricing-section .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.pricing-section .table-striped tbody tr:nth-of-type(even) {
    background-color: #f8f8f8;
}
.pricing-section .table-striped tbody tr:hover {
    background-color: #222;
    cursor: pointer;
}
.pricing-section .table-striped tbody tr:hover td {
    color: #fff;
}
.pricing-section .table thead th {
    border: transparent;
    padding: 0.9rem;
    font-size: 17px;
}
.pricing-section .table-striped tbody tr td.price {
    font-weight: 600;
    padding-left: 7em;
}
.faq-accordion {
    color: #000;
    margin: 50px 0;
}
.faq-accordion .btn-link {
    color: #fff;
    text-decoration: none;
}
.faq-accordion .card-header {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    border: transparent;
}
.faq-accordion .card-header h5 .btn-link {
    background-color: #ed1c24;
    padding: 8px 0 8px 20px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
}
.faq-accordion .card-header h5 .btn-link.collapsed {
    background-color: #898989;
}
.faq-accordion .card-body {
    color: #313131;
    text-align: justify;
    padding: 15px 30px;
    font-weight: 600;
}
.faq-accordion .card {
    border-radius: 0;
    border: transparent;
    margin-bottom: 12px;
    text-transform: inherit;
}
.collapsed.btn-link:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 18px;
    right: 24px;
    top: 0;
    line-height: 36px;
    font-weight: bold;
}
.btn-link:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 18px;
    right: 24px;
    top: 0;
    line-height: 36px;
    transition: 0.5s ease-in all;
    font-weight: bold;
}
#accordion-style-1 h1, #accordion-style-1 a {
    color: #007b5e;
}
#accordion-style-1 .btn-link {
    font-weight: 400;
    color: #007b5e;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
}
#accordion-style-1 .card-body {
    border-top: 2px solid #007b5e;
}
#accordion-style-1 .card-header .btn.collapsed .fa.main {
    display: none;
}
#accordion-style-1 .card-header .btn .fa.main {
    background: #007b5e;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    display: block;
}
.review-video {
    padding: 100px 0;
    margin-bottom: 20px;
    position: relative;
}
.review-video h2 {
    display: block;
    width: 100%;
    font-size: 43px;
    color: #ed1c24;
}
.testimonial-slider .carousel {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 30px 0;
}
.testimonial-slider .carousel-control-prev-icon, .testimonial-slider .carousel-control-next-icon, .ms-video .carousel-control-next-icon, .ms-video .carousel-control-prev-icon {
    color: #fff;
    background-image: none;
    font-size: 18px;
    background-color: #ed1c24;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    opacity: 1;
}
.ms-video .carousel-control-next-icon, .ms-video .carousel-control-prev-icon {
    border-radius: 2px;
}
.ms-video .carousel-control-prev {
    left: -40px;
}
.ms-video .carousel-control-next {
    right: -40px;
}
.testimonial-slider .carousel-control-prev-icon:hover, .testimonial-slider .carousel-control-next-icon:hover {
    background-color: #222;
    color: #fff;
}
.ms-video .carousel-control-next-icon:hover, .ms-video .carousel-control-prev-icon:hover {
    opacity: 0.9;
}
.review-video .col-lg-6.col-md-6.col-sm-6 {
    float: left;
}
.testimonial-slider p i {
    color: #FFC107;
}
.testimonial-slider p i.none-rating {
    color: #ddd;
}
.testimonial-slider .carousel-inner h5 strong {
    color: #333;
}
.comment {
    height: 100px;
}
.ms-video .carousel-control-next, .ms-video .carousel-control-prev {
    height: 50px;
    top: calc(50% - 25px);
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}
.carousel-indicators {
    display: none;
}
.testimonial-slider .carousel-control-prev {
    left: -115px;
}
.testimonial-slider .carousel-control-next {
    right: -115px;
}
.footer {
    background: #000;
    padding-top: 50px;
    position: relative;
}
.footer p {
    color: #f2f2f2;
    margin-bottom: 30px;
}
.footer ul {
    padding: 0;
    margin: 0;
}
.footer ul li {
    list-style-type: none;
    display: inline-block;
}
.footer ul li:first-child a {
    padding-top: 20px;
}
.footer ul li a {
    display: inline-block;
    list-style-type: none;
    font-size: 18px;
    font-weight: 600;
    padding-top: 32px;
    vertical-align: middle;
    color: #fff;
    line-height: 35px;
}
.footer ul li a:before {
    content: "";
    width: 2px;
    background-color: #fff;
    height: 15px;
    position: relative;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
.footer ul li:first-child a:before {
    content: none;
}
.footer ul li a:hover {
    color: #ed1c24;
}
.footer ul li:last-child:after {
    content: none;
}
.review-video .bla-1:hover:before {
    background-color: #ed1c24;
    color: #fff;
}
.ipax-img-responsive {
    display: none;
}
.footer h2 span {
    background-color: #ed1c24;
    color: #fff;
    padding: 10px 20px;
    font-size: 27px;
    position: relative;
    text-transform: uppercase;
}
.footer h2 span:before {
    content: "";
    top: 2px;
    right: -7px;
    width: 15px;
    height: 27px;
    position: absolute;
    background-color: #c60008;
    z-index: -1;
    transform: rotate(-20deg);
}
.footer h2 span:after {
    content: "";
    top: 2px;
    left: -6px;
    width: 15px;
    height: 27px;
    position: absolute;
    background-color: #c60008;
    z-index: -1;
    transform: rotate(20deg);
}
.footer h2 {
    margin-top: -84px;
}
#background-video {
    background-image: url('../img/video1-bg.jpg');
    background-repeat: no-repeat;
    margin: 0;
}
.review-video .bg1 {
    background-image: url('../img/video2-bg.jpg') !important;
}
#vidwrap {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100%;
    height: 360px;
    cursor: pointer;
}
#vidwrap2 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 100%;
    height: 360px;
    cursor: pointer;
}
#vidwrap:before, #vidwrap2:before {
    content: "";
    position: absolute;
    z-index: 999;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    color: #000;
    background-image: url(../img/play-icon.png);
    width: 50px;
    height: 50px;
    background-position: -2px -8px;
    background-size: 50px;
}
#vidwrap:hover:before, #vidwrap2:hover:before {
    background-position: -2px -78px;
}
#mainNav.navbar-shrink {
    z-index: 99999999;
}
.navbar {
    padding: .8rem 1rem;
}
.review-video-section {
    max-width: 1060px;
    margin: 0 auto;
    display: none;
}
#mainNav .navbar-nav>li.nav-item>a.nav-link.active, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active, #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover, #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover {
    color: #ed1c24!important;
}
.features-block h2 {
    margin-bottom: 20px;
}
.popup-video {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%);
    display: none;
    z-index: 9999;
}
.videomodal .modal-content {
    background-color: transparent;
    border: transparent;
}
.videomodal .modal-dialog {
    max-width: 60%;
    margin: 8% auto;
}
.videomodal .close:not(:disabled):not(.disabled):focus, .videomodal .close:not(:disabled):not(.disabled):hover {
    color: #fff;
}
.videomodal .modal-header {
    border: transparent;
}
.modal-header button {
    color: #fff;
    opacity: 1;
    font-size: 49px;
    font-weight: 300;
    line-height: 0;
}
.ms-video iframe {
    z-index: 999999;
}
/*404*/

h2.for_zero_for {
    font-size: 10rem;
    font-weight: 700;
    text-shadow: 4px 1px 0px #f7dada;
    line-height: 12rem;
}
.forofor_section h1 {
    font-weight: 600 !important;
}
.model-detail {
    margin-bottom: 0;
    margin-top: 2em;
    padding: 0 10em;
    width: 100%;
    float: left;
}
.model-detail img {
    transition: transform .3s;
    height: 140px;
    width: auto;
    margin-top: 15px;
}
.model-detail li:hover img {
    transform: scale(1.1);
}
.model-detail li:hover {
    color: #ed1c24;
}
.model-detail li {
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    color: #f2f2f2;
    width: 230px;
    height: 230px;
    float: left;
    margin: 20px;
    border: 1px double #363232;
    border-radius: 50%;
    background-color: #222;
    box-shadow: inset 0px 0px 3px 1px black;
}
.model-detail li span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
}
.contact-us {
    background: #111 url(../img/map-image.png) center center no-repeat;
    padding: 50px 90px;
}
.contact-us h2 {
    width: 100%;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 500;
    color: #fff;
}
.contact-us .form-control {
    border-color: transparent;
    height: 45px;
    border-radius: 4px;
    background: #f1f1f1;
}
.contact-us textarea.form-control {
    height: auto;
}
.contact-us label {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
}
.g-recaptcha-div {
    margin-top: 10px;
}
.send-btn {
    text-align: right;
    vertical-align: middle;
}
.contact-us .invalid-feedback, .contact-us .invalid-captcha {
    font-size: 13px;
    color: #f00;
    font-weight: 600;
    margin-top: .25rem;
}
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #f00;
}
.form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #555;
    font-size: 16px;
    font-weight: 500;
}
.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #555;
    font-size: 16px;
    font-weight: 500;
}
.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #555;
    font-size: 16px;
    font-weight: 500;
}
.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #555;
    font-size: 16px;
    font-weight: 500;
}
.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #555;
    font-size: 16px;
    font-weight: 500;
}
.form-control::placeholder {
    /* Most modern browsers support this now. */
    color: #555;
    font-size: 16px;
    font-weight: 500;
}
/* For Firefox */

input[type='number'] {
    -moz-appearance: textfield;
}
/* Webkit browsers like Safari and Chrome */

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.success-msg, .error-msg {
    font-weight: 500;
    font-size: 15px;
}
/**/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(237, 28, 36, 0.87);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 19px;
    top: 14px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgb(237, 28, 36);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/**/

.img-setter img.img-fluid {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
}
.img-setter .col-md-4 p {
    margin: 10px auto;
    font-size: 16px;
    max-width: 400px;
}
.img-setter .col-md-4 {
    text-align: center;
    border: 1px solid #cecece;
}
.img-setter .col-md-4 span {
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 10px;
    display: block;
    color: #ff1d0c;
}
/**/

@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
}
@media (max-width: 1500px) {
    .comment {
        height: 130px;
    }
    .pricing-section .table-striped tbody tr td {
        padding-left: 5.5em;
    }
    .model-detail {
        padding: 0;
    }
    .faq-accordion .card-header h5 .btn-link {
        white-space: normal;
    }
    .model-detail li {
        float: none;
    }
    .ms-video:before, .ms-video:after {
        width: 80%;
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link {
        padding: .5rem 0.5rem;
    }
}
@media (max-width: 1200px) {
    #mainNav .navbar-nav>li.nav-item>a.nav-link {
        padding: .5rem .6rem;
    }
    #mainNav.navbar-shrink .scroll-logo, .navbar .logo {
        width: 160px;
    }
    .navbar .logo {
        width: 160px;
    }
    .videomodal iframe {
        width: 100%;
        height: 500px
    }
    .model-detail li {
        margin: 10px;
    }
    .model-detail li {
        width: 200px;
        height: 200px;
    }
    .model-detail img {
        height: 110px;
    }
    .contact-us {
        padding: 50px 0;
    }
}
@media (max-width:1024px) {
    .ms-video iframe {
        width: 100%;
        height: 100%;
    }
    .ms-video:before {
        top: -5em;
        left: 4em;
        background-size: 50%;
        height: 50%;
        width: 80%;
    }
    .ms-video:after {
        bottom: 70px;
        left: 1em;
        background-size: 50%;
        height: 50%;
        width: 80%;
    }
    .footer ul li {
        font-size: 13px;
    }
    .loading--bar {
        width: 290px;
    }
    .lcd-block h3 {
        font-size: 40px
    }
    header.masthead {
        height: 500px;
    }
    header.masthead.fourofour_head {
        height: auto;
    }
    .navbar-brand .logo, .scroll-logo {
        width: 200px;
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link {
        padding: .5rem 0.6rem;
    }
    .comment {
        height: 136px;
    }
    .ipax-img img {
        width: 100%;
    }
    .faq-accordion .card-header h5 .btn-link {
        padding: 8px 31px 8px 20px;
    }
}
@media (max-width:992px) {
    header.masthead h1 {
        font-size: 28px;
        font-weight: 300;
        margin-top: 0;
    }
    .margintop-50 {
        margin-top: 30px;
    }
    .features-block .heading-block {
        padding: 0 1em;
    }
    .feature-ul .col-lg-4 {
        max-width: 50%;
        float: left;
    }
    .feature-ul .ipax-img {
        display: none;
    }
    .xo4-lcd .col-md-8 {
        max-width: 100%;
    }
    .loading--bar {
        margin-bottom: 25px;
    }
    .progressbar-box {
        margin-top: 0;
    }
    .chinese-lcd .float-left {
        padding-bottom: 50px;
        max-width: 100%;
        margin-top: 0;
    }
    .lcd-block .xo4-lcd {
        background-position: top;
    }
    .video-section .col-md-7, .video-section .col-md-5 {
        max-width: 100%;
        flex: none;
        padding: 50px 0;
        ;
    }
    .ms-video iframe {
        height: 400px;
    }
    .accordian-custom {
        max-width: 100%;
    }
    .footer ul li {
        padding-top: 5px;
    }
    .faq-accordion .card-header h5 .btn-link {
        padding: 10px;
        white-space: normal;
    }
    .ipax-img-responsive {
        display: block;
        margin-left: -43px;
    }
    .ipax-img-responsive img {
        width: 300px;
        margin-top: 10px;
    }
    .ipax-img {
        display: none;
    }
    .lcd-block .xo4-lcd {
        background-size: inherit;
    }
    .lcd-block p {
        padding-right: 0;
    }
    .lcd-block .chinese-lcd .col-md-4 {
        display: none;
    }
    .pricing-section .table thead th {
        font-size: 14px;
    }
    .pricing-section .table-striped tbody tr td {
        font-size: 12px;
    }
    .navbar-brand .logo {
        display: none;
    }
    .scroll-logo {
        display: block;
        width: 210px;
    }
    .video-section {
        margin: 0;
        padding: 2em 0;
    }
    .review-video:before, .review-video:after {
        content: none;
    }
    .testimonial-slider .carousel-control-next {
        right: -49px;
    }
    .testimonial-slider .carousel-control-prev {
        left: -49px;
    }
    .model-detail li {
        margin: 10px;
    }
    .model-detail {
        padding: 0 1em;
    }
    .ms-video .carousel-control-prev {
        left: 0;
    }
    .ms-video .carousel-control-next {
        right: 0;
    }
    .contact-us .g-recaptcha {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
@media (max-width:768px) {
    .contact-us .btn-custom {
        width: 100%;
    }
}
@media (max-width:640px) {
    .ipax-img-responsive {
        margin-left: -8px;
    }
    h2, .review-video h2 {
        font-size: 38px;
    }
    .pricing-section h2 {
        font-size: 45px;
    }
    .feature-ul .col-lg-4 {
        max-width: 100%;
    }
    .feature-ul ul li {
        margin-bottom: 10px;
    }
    .feature-ul ul {
        margin-top: 10px;
    }
    .right-block {
        float: left;
    }
    .lcd-block h3 {
        font-size: 35px;
    }
    .lcd-block .xo4-lcd {
        padding-bottom: 10px;
    }
    .video-section .col-md-7, .video-section .col-md-5 {
        padding: 15px;
    }
    .ms-video:before {
        top: -3em;
    }
    .ms-video:after {
        bottom: -3em;
    }
    .ms-video iframe {
        height: auto;
    }
    .faq-accordion .card-body {
        padding: 15px;
    }
    .faq-accordion .card-header h5 .btn-link {
        padding-right: 30px;
        font-size: 14px;
    }
    #background-video {
        margin: 0;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .review-video {
        margin-bottom: 0;
    }
    header.masthead h1 {
        font-size: 25px;
    }
    .loading--bar {
        width: 266px;
    }
    .headline:after {
        right: -22px;
    }
    .ipax-img-responsive img {
        max-width: 100%;
    }
    .collapsed.btn-link:after, .btn-link:after {
        font-size: 18px;
        right: 10px;
        line-height: 43px;
    }
    .testimonial-slider .carousel-control-next {
        right: -22px;
    }
    .testimonial-slider .carousel-control-prev {
        left: -22px;
    }
    #faq h2 {
        font-size: 30px;
    }
    .footer h2 span {
        font-size: 17px;
    }
    .footer ul li a {
        padding-top: 0;
    }
    .review-video-section {
        max-width: 100%;
        margin: 0 auto;
    }
    #background-video {
        background-size: contain;
    }
    #vidwrap, #vidwrap2 {
        height: 200px;
    }
    .comment {
        height: auto;
    }
    .videomodal .modal-dialog {
        max-width: 100%;
    }
    .pricing-section .table-striped tbody tr td {
        padding-left: 2em;
    }
    .model-detail li {
        width: 230px;
        height: 230px;
    }
    .model-detail img {
        height: 140px;
    }
    .video-section p {
        padding-right: 0;
    }
    .contact-us {
        padding: 50px 15px 10px;
    }
    .send-btn {
        text-align: center;
        margin-top: 0;
    }
    .contact-us .g-recaptcha-div {
        margin-bottom: 0;
    }
}
@media (max-width:530px) {
    .model-detail li {
        float: none;
    }
}
/*@media (max-width:420px) {
    .model-detail li {
        width: 150px;
        height: 150px;
    }
    .model-detail img {
        height: 70px;
        margin-top: 10px;
    }
}
@media (max-width:360px) {
    .model-detail {
        padding: 0 20px;
    }
    .model-detail li {
        width: 230px;
        height: 230px;
        float: none;
    }
    .model-detail img {
        height: 140px;
    }
    .model-detail img {
        height: 135px;
        margin-top: 15px;
    }
}*/