@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600|Roboto:100);
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif
}

.productTxt a.exploreBtn:hover,
.productwhiteTxt a:hover,
.text-left a:hover {
    text-decoration: none
}

body {
    overflow-x: hidden
}

p {
    font-size: 16px;
    line-height: 1.75
}

p.large {
    font-size: 18px
}

a,
a.active,
a:active,
a:focus,
a:hover {
    color: #ed1c24;
    outline: 0;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600
}

.img-centered {
    margin: 0 auto
}

.text-left a:hover {
    color: #ed1c24
}

#toTop {
    position: fixed;
    bottom: 39%;
    right: -80px;
    cursor: pointer;
    display: none;
    z-index: 999999999;
    text-align: right;
    padding: 5px 20px;
    background-color: red;
    border: red;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.fb-like-button,
.ipl-offers-button {
    position: fixed;
    z-index: 9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px
}

.fb-like-button {
    right: 0;
    bottom: 10%;
    padding: 20px 10px;
    text-align: center
}

.ipl-offers-button a {
    color: #fff
}

.ipl-offers-button {
    right: 10px;
    bottom: 9%;
    padding: 1px 7px;
    text-align: center;
    border-radius: 4px;
    background-color: red;
    color: #fff
}

.btn-main,
.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}

.bg_blue_color {
    background: #61cedb!important
}

.bg_dkblue_color {
    background: #27bed0!important
}

.bg_medblue_color {
    background: #27a2d0!important
}

.bg_purple {
    background: #b769fa!important
}

.bg_dkpurple {
    background: #9c44e7!important
}

.bg_dkpink {
    background: #ff5278!important
}

.bg_verydkpink {
    background: #f03b63!important
}

.bg_green {
    background: #5bdc9b!important
}

.bg_yellow {
    background: #fbb647!important
}

.bg_dkyellow {
    background: #f1a62e!important
}

.bg_bluepurple {
    background: #8b76eb!important
}

.bg_white {
    background: #fff!important
}

.bg_red {
    background: #ed1c24!important
}

.bg_gray_color {
    background: #f5f6fa;
    border-bottom: 1px solid #dfe0e5
}

.bg_white_colorbar {
    background: #fff;
    border-bottom: 1px solid #dfe0e5
}

.bg_blue_colorbar {
    background: #61cedb;
    border-bottom: 1px solid #51bcc9;
    border-top: 1px solid #51bcc9
}

.btn-main {
    float: left;
    min-width: 150px;
    max-width: 250px;
    display: block;
    padding: 14px 34px;
    border: none;
    background: #ed1c24;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 400;
    font-size: 16px
}

.btn-main:focus {
    outline: 0;
    color: #fff
}

.btn-main>span {
    vertical-align: middle
}

.button--moema {
    padding: 20px 42px;
    border-radius: 50px;
    background: #ed1c24;
    color: #fff;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.button--moema.button--inverted {
    background: #ECEFF1;
    color: #37474f
}

.button--moema::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    background: inherit;
    border-radius: 50px;
    z-index: -1;
    opacity: .4;
    -webkit-transform: scale3d(.8, .5, 1);
    transform: scale3d(.8, .5, 1)
}

.button--moema:hover {
    -webkit-transition: background-color .1s .3s, color .1s .3s;
    transition: background-color .1s .3s, color .1s .3s;
    color: #fff;
    background-color: #d80e16;
    -webkit-animation: anim-moema-1 .3s forwards;
    animation: anim-moema-1 .3s forwards
}

.button--moema.button--inverted:hover {
    color: #ECEFF1;
    background-color: #7986cb
}

.button--moema:hover::before {
    -webkit-animation: anim-moema-2 .3s .3s forwards;
    animation: anim-moema-2 .3s .3s forwards
}

@-webkit-keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(.8, .8, 1);
        transform: scale3d(.8, .8, 1)
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(.8, .8, 1);
        transform: scale3d(.8, .8, 1)
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.btn-white {
    background: #fff;
    color: #ed1c24
}

.btn-white:hover {
    color: #d80e16!important;
    background-color: #fff!important
}

.btn-blue {
    background: #61cedb!important
}

.btn-blue:hover {
    background-color: #259dab!important
}

.btn-purple {
    background: #b769fa!important
}

.btn-purple:hover {
    background-color: #761bc4!important
}

.btn-dkpink {
    background: #ff5278!important
}

.btn-dkpink:hover {
    background-color: #c81039!important
}

.btn-bluepurple {
    background: #8b76eb!important
}

.btn-bluepurple:hover {
    background-color: #523eaf!important
}

input[type=radio],
input[type=checkbox] {
    display: none!important
}

input[type=radio]+label,
input[type=checkbox]+label {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    padding-left: 34px;
    position: relative;
    vertical-align: middle;
    line-height: 18px
}

input[type=radio]+label:before {
    background: rgba(255, 255, 255, 0);
    border-radius: 100%;
    content: " ";
    height: 12px;
    left: 12px;
    position: absolute;
    top: 6px;
    width: 12px
}

input[type=radio]+label:hover:before {
    background: rgba(255, 255, 255, .5)
}

input[type=radio]:checked+label:before {
    background: #747679
}

input[type=checkbox]+label:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 6px;
    top: 8px;
    left: 12px;
    border: 2px solid rgba(255, 255, 255, 0);
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input[type=radio]+label:after,
input[type=checkbox]+label:after {
    background: #f5f6fa;
    content: " ";
    left: 5px;
    top: -1px;
    width: 25px;
    height: 25px;
    position: absolute
}

input[type=checkbox]+label:hover:before {
    border-color: rgba(255, 255, 255, .5)
}

input[type=checkbox]:checked+label:before {
    border-color: #747679
}

input[type=radio]+label:after {
    border: 1px solid #dfe0e5;
    border-radius: 100%
}

input[type=checkbox]+label:after {
    border: 1px solid #dfe0e5;
    border-radius: 4px
}

input[type=radio]:checked+label:after,
input[type=checkbox]:checked+label:after {
    border-color: #747679;
    background: 0 0
}

.row-centered {
    text-align: center
}

.col-centered {
    display: inline-block;
    float: none;
    margin-right: -4px
}

.fld_Contr {
    padding: 0
}

.navbar-default {
    border-color: transparent;
    background-color: #fff
}

.navbar-default .navbar-brand {
    width: 105px;
    height: 25px;
    margin-top: 10px;
    background: url(../img/logo-scroll.png) no-repeat
}

.navbar-default .navbar-brand.active,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #0ff
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02)
}

.navbar-default .navbar-toggle {
    border-color: #ed1c24;
    background-color: #ed1c24
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ed1c24
}

.navbar-default .nav li a {
    font-weight: 600;
    letter-spacing: -.2px;
    color: #666;
    font-size: 13px
}

.navbar-default .nav li a:focus,
.navbar-default .nav li a:hover {
    outline: 0;
    color: #ed1c24
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #ed1c24
}

.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #ed1c24
}

@media(min-width:768px) {
    .myintexapps {
        margin: 0 0 10% 15%!important
    }
    .navbar-default {
        padding: 10px 55px 10px 30px;
        border: 0;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s
    }
    .navbar-default .navbar-brand {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px
    }
    .navbar-default.navbar-shrink {
        padding: 10px 55px 10px 30px;
        background-color: #fff;
        border-bottom: 1px solid #e7e7e7;
        box-shadow: none
    }
    .navbar-default.navbar-shrink .navbar-brand {
        background: url(../img/logo-scroll.png) no-repeat
    }
    .navbar-default.navbar-shrink .nav li a {
        color: #333
    }
    .navbar-default.navbar-shrink .nav li a:hover {
        color: #ed1c24
    }
    .navbar-default.navbar-shrink .dropdown-menu li a:focus,
    .navbar-default.navbar-shrink .dropdown-menu li a:hover {
        background: #ed1c24;
        color: #fff
    }
}

.navbar-nav span.scroll-down,
.navbar-nav span.scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    height: 20px;
    overflow: hidden;
    text-align: center
}

.navbar-nav span.scroll-down-arrow,
.navbar-nav span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-bottom: 7px solid;
    border-left: 7px dashed transparent
}

.navbar-nav span.scroll-down-arrow {
    top: 6px;
    border-top: 7px solid;
    border-right: 7px dashed transparent;
    border-bottom: 7px dashed transparent;
    border-left: 7px dashed transparent
}

.navbar-nav .collapsible ul .dropdown-menu .dropdown-header,
.navbar-nav .collapsible ul .dropdown-menu>li>a {
    padding-left: 35px
}

.navbar-nav .collapsible ul ul .dropdown-menu .dropdown-header,
.navbar-nav .collapsible ul ul .dropdown-menu>li>a {
    padding-left: 45px
}

.navbar-nav .collapsible ul ul ul .dropdown-menu .dropdown-header,
.navbar-nav .collapsible ul ul ul .dropdown-menu>li>a {
    padding-left: 55px
}

.navbar-nav .collapsible ul ul ul ul .dropdown-menu .dropdown-header,
.navbar-nav .collapsible ul ul ul ul .dropdown-menu>li>a {
    padding-left: 65px
}

.navbar-nav .dropdown-menu>li>a {
    white-space: normal
}

.navbar-nav ul.sm-nowrap>li>a {
    white-space: nowrap
}

.navbar-right ul.dropdown-menu {
    left: 0;
    right: auto
}

.navbar-nav .collapsible ul {
    display: none;
    position: static!important;
    top: auto!important;
    left: auto!important;
    margin-left: 0!important;
    margin-top: 0!important;
    width: auto!important;
    min-width: 0!important;
    max-width: none!important
}

.navbar-nav .collapsible ul.sm-nowrap>li>a {
    white-space: normal
}

.navbar-nav .collapsible iframe {
    display: none
}

.navbar-default .open .dropdown-menu {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25)
}

.navbar-default .open .dropdown-menu li a {
    padding: 8px 20px
}

.navbar-default .open .dropdown-menu li a:focus,
.navbar-default .open .dropdown-menu li a:hover {
    background: #ed1c24;
    color: #fff
}

.navbar-nav .collapsible .sub-arrow,
.navbar-nav .sub-arrow {
    position: static;
    margin-top: 0;
    margin-right: 0;
    margin-left: 6px;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px dashed transparent
}

.navbar-fixed-bottom .sub-arrow {
    margin-top: -5px;
    border-top: 4px dashed transparent;
    border-bottom: 4px solid
}

.navbar-nav ul .sub-arrow {
    position: absolute;
    right: 0;
    margin-top: 6px;
    margin-right: 6px;
    border-top: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px solid
}

.sb-icon-search,
.sb-search-input,
.sb-search-submit {
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0
}

.navbar-nav ul a.has-submenu {
    padding-right: 30px
}

.sb-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    min-width: 60px;
    height: 70px;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    -webkit-backface-visibility: hidden
}

.sb-search-input {
    outline: 0;
    background: #fff;
    width: 100%;
    z-index: 10;
    padding: 20px 65px 20px 10px;
    font-family: inherit;
    font-size: 16px;
    color: #525252;
    border: 5px solid #fff
}

.sb-search-input::-webkit-input-placeholder {
    color: #ed1c24
}

.sb-search-input:-moz-placeholder {
    color: #ed1c24
}

.sb-search-input::-moz-placeholder {
    color: #ed1c24
}

.sb-search-input:-ms-input-placeholder {
    color: #ed1c24
}

.sb-icon-search,
.sb-search-submit {
    width: 60px;
    display: block;
    padding: 0;
    line-height: 70px;
    text-align: center;
    cursor: pointer
}

.sb-search-submit {
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    border: none;
    outline: 0;
    z-index: -1
}

.sb-icon-search {
    color: #525252;
    background: 0 0;
    z-index: 90;
    font-size: 22px;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.sb-icon-search:hover {
    color: #ed1c24
}

.sb-icon-search i {
    font-size: 18px
}

.no-js .sb-search,
.sb-search.sb-search-open {
    width: 300px
}

.no-js .sb-search .sb-icon-search,
.sb-search.sb-search-open .sb-icon-search {
    background: #ed1c24;
    color: #fff;
    z-index: 11
}

.no-js .sb-search .sb-search-submit,
.sb-search.sb-search-open .sb-search-submit {
    z-index: 90
}

.sb-search.sb-search-open .sb-search-input {
    border: 5px solid #ed1c24
}

.mainProductCntr {
    max-height: 582px;
    overflow: hidden
}

.main-productContainer {
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12)
}

.arrow_box_left:after,
.arrow_box_right:after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    margin-top: -20px;
    pointer-events: none;
    top: 50%
}

.arrow_box_right:after {
    left: 100%;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 20px
}

.arrow_box_left:after {
    right: 100%;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 20px
}

.mainProductCntr button.close {
    font-size: 30px;
    position: relative;
    top: -8px;
    font-weight: 400
}

.productContainer {
    display: table;
    margin: 0 auto;
    width: 70%;
    height: 582px
}

.productContainer02 {
    padding: 60px 0
}

.productTxt {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.productTxt img {
    max-width: 550px;
    max-height: 550px
}

.productTxt h2 {
    font-size: 40px;
    font-weight: 300;
    color: #333
}

.productTxt p {
    font-size: 16px;
    line-height: 32px;
    color: #4e4e4e;
    letter-spacing: .5px;
    padding: 0 30px
}

.productTxt a.exploreBtn {
    position: relative;
    background: red;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    letter-spacing: .5px;
    width: 172px;
    padding: 18px 0;
    margin: 20px auto 0;
    border-radius: 40px
}

.productwhiteTxt h2,
.productwhiteTxt p {
    color: #fff
}

.productwhiteTxt a {
    color: #fff;
    font-size: 16px
}

.productwhiteTxt a i {
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.productwhiteTxt a:hover i {
    opacity: 1;
    padding-left: 8px
}

header.homeSlider .intro-text .intro-heading,
header.productSlider .intro-text .intro-heading {
    padding: 0;
    top: 120px;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.productwhiteTxt center {
    margin-top: 40px
}

.mainPrctDv {
    max-height: 482px;
    overflow: hidden
}

.mainPrctDv a .productContainer {
    height: 482px
}

.mainPrctDv a {
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.mainPrctDv a:focus,
.mainPrctDv a:hover {
    text-decoration: none;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.watch-tvc {
    background: url(../img/index/watch-tvc-bg.jpg) top center no-repeat;
    background-size: cover;
    -webkit-background-size: cover
}

.special-offer {
    background: url(../img/index/special-offer-bg.jpg) top center no-repeat;
    background-size: cover;
    -webkit-background-size: cover
}

.free-resource {
    background: url(../img/index/free-resource-bg.jpg) top center no-repeat;
    background-size: cover;
    -webkit-background-size: cover
}

.mainPrctDv .productTxt h3 {
    font-size: 30px
}

.productwhiteTxt h3 {
    color: #fff;
    font-weight: 300
}

header {
    position: relative
}

header.productSlider .intro-text {
    text-align: left
}

header.productSlider .intro-text .intro-heading .text-img {
    font-size: 50px;
    line-height: 54px;
    color: #fff;
    text-shadow: none;
    margin-bottom: 20px;
    font-weight: 300
}

header.productSlider .intro-text .intro-heading .text-img span {
    color: #ed1c24
}

header.productSlider .intro-text .intro-heading p {
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    text-shadow: none;
    margin-bottom: 30px;
    font-weight: 300
}

header.productSlider.carousel {
    height: 50%
}

header.productSlider .carousel-caption {
    padding-bottom: 0
}

header.productSlider.carousel .carousel-inner,
header.productSlider.carousel .item,
header.productSlider.carousel .item.active {
    height: 100%
}

header.productSlider.carousel .fill {
    width: 100%;
    height: 610px;
    background-position: center
}

header.productSlider .intro-images {
    height: 515px
}

header.productSlider .intro-images img {
    max-width: 540px
}

<!--Added by Umesh-->.ad1 {
    background: url(../img/bg.jpg) top center
}

.ad1-bg {
    background: top center no-repeat #f5f5f5;
    background-size: cover
}

.ad1-bg-CurrencyCounter {
    background: url(../img/index/currency-counter.jpg) top center no-repeat
}

.ad1-bg-AirConditioners {
    background: url(../img/index/air-condtioner.jpg) top center no-repeat
}

.ad1-bg-SplitAC {
    background: url(../img/index/slpit-ac.jpg) top center no-repeat
}

.ad1-bg-SuperSaverInverterSeries {
    background: url(../img/index/super-saver.jpg) top center no-repeat
}

.ad1-bg-GoldenIce {
    background: url(../img/index/golden-ice.jpg) top center no-repeat
}

.ad1-bg-SilverIce {
    background: url(../img/index/silver-ice.jpg) top center no-repeat
}

.ad1-bg-CarbonIce {
    background: url(../img/index/carbon-ice.jpg) top center no-repeat
}

.ad1-bg-WindowAC {
    background: url(../img/index/window-ac.jpg) top center no-repeat
}

.ad1-bg-Cabinets {
    background: url(../img/index/cabinet-514.jpg) top center no-repeat
}

.ad1-bg-HeadPhones {
    background: url(../img/index/headphone.jpg) top center no-repeat;
    background-size: 1830px 615px
}

.ad1-bg-Keyboard {
    background: url(../img/index/keyboard.jpg) top center no-repeat;
    background-size: 1830px 615px
}

.ad1-bg-LEDSMARTTVs {
    background: url(../img/index/SMART-LED.jpg) top center no-repeat #000;
    background-size: 1750px 615px
}

.ad1-bg-FullHD {
    background: url(../img/index/FHD.jpg) top center no-repeat #000;
    background-size: 1750px 615px
}

.ad1-bg-HD {
    background: url(../img/index/LED.jpg) top center no-repeat #000;
    background-size: 1750px 615px
}

.ad1-bg-Mobiles,
.ad1-bg-SmartPhones {
    background: url(../img/index/smart-full.jpg) bottom center no-repeat
}

.ad1-bg-LEDMONITOR {
    background: url(../img/index/led-monitor-full.png) bottom center no-repeat
}
.ad1-bg-HdmiCables {
    background: url(../img/index/hdmi-cable-banner.jpg) bottom center no-repeat
}

.ad1-bg-Allphones {
    background: url(../img/index/allmobilephones-banner.jpg) bottom center no-repeat
}

.ad1-bg-SmartWearables {
    background: url(../img/index/smart-wearables-desktop.png) bottom center no-repeat
}

.ad1-bg-AirPurifiers {
    background: url(../img/index/purifiers-category.jpg) bottom center no-repeat
}

.ad1-bg-Smartbands {
    background: url(../img/index/smartband-desktop.png) bottom center no-repeat
}

.ad1-bg-FeaturePhones {
    background: url(../img/index/mobile-feature-phone.jpg) top center no-repeat
}

.ad1-bg-AirCoolers {
    background: url(../img/index/air-coolers-desktop.jpg) top center no-repeat
}

.ad1-bg-PersonalCoolers {
    background: url(../img/index/personal-coolers-desktop.jpg) top center no-repeat
}

.ad1-bg-DesertCoolers {
    background: url(../img/index/dessert-coolers-desktop.jpg) top center no-repeat
}

.ad1-bg-WindowCoolers {
    background: url(../img/index/window-coolers-desktop.jpg) top center no-repeat
}

.ad1-bg-Mouse {
    background: url(../img/index/mouse.png) top center no-repeat
}

.ad1-bg-Speakers {
    background: url(../img/index/main-speaker.jpg) top center no-repeat
}

.ad1-bg-Bar {
    background: url(../img/index/it-sb-crystal-bt.png) top center no-repeat
}

.ad1-bg-Tower {
    background: url(../img/index/it-12001-suf-bt.png) top center no-repeat
}

.ad1-bg-DJ {
    background: url(../img/index/speaker.jpg) top center no-repeat
}

.ad1-bg-BT {
    background: url(../img/index/bt-desktop.jpg) top center no-repeat
}

.ad1-bg-HomeSpeakers {
    background: url(../img/index/it-star-14000-suf.png) top center no-repeat
}

.ad1-bg-Tablets {
    background: url(../img/index/tablets-desktop.png) top center no-repeat
}

.ad1-bg-ComputerSpeakers {
    background: url(../img/index/speaker-it.jpg) top center no-repeat
}

.ad1-bg-WashingMachine {
    background: url(../img/index/washing-machine.jpg) top center no-repeat
}

.ad1-bg-Refrigerators {
    background: url(../img/index/refrigerator-desktop.jpg) top center no-repeat
}

.ad1-bg-FullyAutomatic {
    background: url(../img/index/full-automatic-washing-machine-desktop.jpg) top center no-repeat
}

.ad1-bg-SemiAutomatic {
    background: url(../img/index/semi-washing-machine.jpg) top center no-repeat
}
.ad1-bg-SAActivDrySeries {
    background: url(../img/index/washing-machine.jpg) top center no-repeat
}

.ad1-bg-PowerBank {
    background: url(../img/index/powerbanks.jpg) bottom center no-repeat
}

.ad1-bg-ITAccessories {
    background: url(../img/index/ITAccessories.jpg) bottom center no-repeat
}

.ad1-bg-Accessories {
    background: url(../img/index/ear-phone-zipper.jpg) bottom center no-repeat
}

.ad1-bg-TouchPhones {
    background: url(../img/index/feel.jpg) bottom center no-repeat
}

.ad1-bg-BarcodeScanner {
    background: url(../img/index/barcode-scanner.jpg) bottom center no-repeat
}

.ad1-bg-SmartTV {
    background: url(../img/index/smart-tv.jpg) bottom center no-repeat
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: 0 0!important
}

.ad2 {
    background: #67d5e2
}

.ad5 {
    background: #5c6071
}

.ad3 {
    background-color: #f5f6f9;
    background-image: -webkit-linear-gradient(top, rgba(211, 214, 221, .28), rgba(241, 242, 243, .28));
    background-image: -moz-linear-gradient(top, rgba(211, 214, 221, .28), rgba(241, 242, 243, .28));
    background-image: -o-linear-gradient(top, rgba(211, 214, 221, .28), rgba(241, 242, 243, .28));
    background-image: -ms-linear-gradient(top, rgba(211, 214, 221, .28), rgba(241, 242, 243, .28));
    background-image: linear-gradient(to bottom, rgba(211, 214, 221, .28), rgba(241, 242, 243, .28))
}

.carousel-control.left,
.carousel-control.right {
    background: 0 0
}

.carousel-indicators li {
    border: 1px solid #ed1b24;
    width: 12px;
    height: 12px;
    margin: 0 8px 0 0
}

.carousel-indicators li.active {
    background: #ed1b24;
    margin: 0 8px 0 0
}

header.homeSlider.carousel .fill {
    width: 100%;
    height: 730px;
    background-position: center
}

.ad4-home {
    background: url(../img/index/home-bg.jpg) top center no-repeat;
    background-size: cover
}

header.homeSlider .intro-text {
    overflow: hidden
}

header.homeSlider .intro-text:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

header.homeSlider .intro-text .intro-heading02 {
    top: 0
}

header.homeSlider .intro-images {
    height: 600px
}

header.homeSlider .intro-images img {
    max-width: 600px;
    max-height: 600px
}

header.homeSlider .intro-text .intro-heading p {
    color: #fff
}

header.productSlider .intro-text .intro-heading-text .text-img,
header.productSlider .intro-text .intro-heading-text p {
    color: #333
}

.eye-safe-more:hover {
    color: #ed1c24;
    text-decoration: underline
}

.resultDv {
    width: 100%;
    height: 80px;
    line-height: 79px;
    overflow: hidden
}

.resultDv h1,
.resultDv h2 {
    font-size: 22px;
    line-height: 79px;
    color: #fff;
    margin: 0;
    padding: 0 0 0 30px;
    font-weight: 400
}

.product-filter-nav {
    float: left;
    width: 100%;
    height: 70px;
    line-height: 69px
}

.product-filter-nav .nav-filter-cat {
    float: left;
    width: 20%
}

.product-filter-nav .nav-filter-cat button {
    padding-left: 30px;
    color: #999b9f;
    font-size: 16px;
    font-weight: 600;
    background: 0 0;
    border: 0
}

.product-filter-nav .nav-filter-cat button i {
    padding-right: 7px;
    font-size: 16px;
    line-height: 22px
}

.product-filter-nav .nav-filter-cat span a {
    font-size: 12px;
    text-transform: uppercase;
    color: #747679;
    font-weight: 600;
    float: right
}

.product-filter-nav .nav-filter-cat span a:focus,
.product-filter-nav .nav-filter-cat span a:hover {
    text-decoration: none;
    color: #333
}

.nav-filter-list {
    float: right;
    width: 80%
}

.nav-pills,
.nav-tabs {
    position: relative
}

.nav-filter-list-full {
    width: 100%
}

.nav-filter-list ul {
    margin: 0;
    padding: 0;
    text-align: center
}

.nav-filter-list ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    line-height: 67px
}

.nav-filter-list ul li a {
    font-size: 14px;
    color: #6a6d72;
    padding: 0 40px;
    letter-spacing: .4px;
    font-weight: 600
}

.nav-filter-list ul li.active,
.nav-filter-list ul li:focus,
.nav-filter-list ul li:hover {
    border-bottom: 3px solid #ed1c24
}

.nav-filter-list ul li a:focus,
.nav-filter-list ul li a:hover,
.nav-filter-list ul li.active a {
    color: #747679;
    text-decoration: none
}

.nav-filter-list .nav-tabs {
    border-bottom: 0;
    float: left
}

.nav-filter-list .nav-tabs li a {
    display: inline-block;
    border-radius: 0;
    line-height: 67px;
    margin-right: 0;
    padding: 0 15px;
    border: 0
}

.nav-filter-list .nav-tabs li a:hover,
.nav-filter-list .nav-tabs li.active {
    background: 0 0;
    border: 0;
    border-bottom: 3px solid #ed1c24
}

.nav-filter-list .nav-tabs li a:focus {
    background: 0 0;
    border: 0
}

.nav-filter-list .nav-tabs li:focus,
.nav-filter-list .nav-tabs li:hover {
    border: 0
}

.nav-filter-list .nav-tabs li.active a {
    background: 0 0
}

.nav-filter-list-whitetext ul {
    text-align: left
}

.nav-filter-list-whitetext ul li a {
    color: #fff
}

.nav-filter-list-whitetext ul li.active,
.nav-filter-list-whitetext ul li:hover {
    border-bottom: 3px solid #fff
}

.nav-filter-list-whitetext .nav-tabs li a:focus,
.nav-filter-list-whitetext .nav-tabs li a:hover,
.nav-filter-list-whitetext .nav-tabs li.active {
    background: 0 0;
    border: 0;
    border-bottom: 3px solid #fff;
    color: #fff
}

.nav-filter-list-whitetext ul li a:hover,
.nav-filter-list-whitetext ul li.active a {
    color: #fff;
    text-decoration: none;
    border-width: 0
}

#sticky.stick {
    position: fixed;
    top: 71px;
    z-index: 999;
    height: 48px;
    line-height: 48px
}

#sticky.stick .nav-filter-list .nav-tabs li a,
#sticky.stick .nav-filter-list ul li {
    line-height: 44px
}

.product-sidebar-container {
    width: 100%;
    float: left;
    background: #fff
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
    background: #f5f6fa
}

.cbp-spmenu-vertical {
    float: left;
    width: 20%;
    height: 100%;
    background: #f5f6fa;
    border-right: 0 solid #dfe0e5
}

.cbp-spmenu-vertical .panel-group {
    margin-bottom: 0
}

.cbp-spmenu-vertical .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0!important
}

.cbp-spmenu-vertical .panel-heading {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #dfe0e5;
    background-color: #f5f6fa;
    -webkit-box-shadow: 0 1px 1px rgba(196, 197, 203, .15);
    -moz-box-shadow: 0 1px 1px rgba(196, 197, 203, .15);
    box-shadow: 0 1px 1px rgba(196, 197, 203, .15);
    background-image: -webkit-linear-gradient(bottom, rgba(215, 216, 222, .08), rgba(215, 216, 222, 0));
    background-image: -moz-linear-gradient(bottom, rgba(215, 216, 222, .08), rgba(215, 216, 222, 0));
    background-image: -o-linear-gradient(bottom, rgba(215, 216, 222, .08), rgba(215, 216, 222, 0));
    background-image: -ms-linear-gradient(bottom, rgba(215, 216, 222, .08), rgba(215, 216, 222, 0));
    background-image: linear-gradient(to top, rgba(215, 216, 222, .08), rgba(215, 216, 222, 0));
    padding: 0
}

.cbp-spmenu-vertical .panel-heading h4 a {
    font-size: 14px;
    color: #747679;
    display: block;
    padding: 20px 35px;
    font-weight: 600;
    position: relative
}

.cbp-spmenu-vertical .panel-heading h4 a:focus,
.cbp-spmenu-vertical .panel-heading h4 a:hover {
    text-decoration: none
}

.cbp-spmenu-vertical .panel-body {
    border: 0!important;
    border-bottom: 1px solid #dfe0e5!important
}

.cbp-spmenu-vertical .panel-body ul {
    margin: 0;
    padding: 0 0 0 14px
}

.cbp-spmenu-vertical .panel-body ul li {
    list-style: none
}

.cbp-spmenu-vertical .panel-body ul li a {
    color: #747679
}

.cbp-spmenu-vertical .panel-body ul li a:focus,
.cbp-spmenu-vertical .panel-body ul li a:hover {
    text-decoration: none
}

.cbp-spmenu-vertical .panel-body ul li label {
    font-size: 14px;
    color: #747679;
    line-height: 24px;
    font-weight: 400;
    padding-left: 44px
}

.cbp-spmenu-vertical .panel-group .panel-heading a:after {
    content: url(../img/icons/collapse-icon.png);
    position: absolute;
    right: 25px;
    top: 22px
}

.cbp-spmenu-vertical .panel-group .panel-heading a.collapsed:after {
    content: url(../img/icons/expand-icon.png)
}

.content-parent-dv:before,
.search-left-bar .panel-group .panel-heading a::after {
    content: ''
}

.search-result {
    margin-top: 70px
}

.search-box {
    width: 20%;
    height: 46px;
    display: block;
    margin: 12px auto 0;
    border: 1px solid #dfe0e5;
    box-shadow: none;
    border-radius: 4px;
    position: relative;
    overflow: hidden
}

.search-box form {
    margin: 0;
    padding: 0;
    line-height: 46px
}

.search-box input[type=text] {
    outline: 0;
    width: 100%;
    background: #fff;
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 10px 65px 10px 10px;
    font-size: 14px;
    color: #525252;
    border: 0
}

.sbsearch-box::-webkit-input-placeholder {
    color: #ed1c24
}

.search-box:-moz-placeholder {
    color: #dfe0e5
}

.search-box::-moz-placeholder {
    color: #dfe0e5
}

.search-box:-ms-input-placeholder {
    color: #dfe0e5
}

.search-box input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 48px;
    line-height: 46px;
    background: url(../img/icons/search-icon.png) center center no-repeat #ED1C24;
    border: 0
}

.search-left-bar .panel-body ul li a {
    color: #747679;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    display: block;
    height: 46px;
    line-height: 46px
}

.search-left-bar .panel-body ul li a:hover {
    color: #ED1C24
}

.cbp-spmenu-vertical .search-left-bar ul li a:focus,
.search-left-bar .panel-body ul li a:hover {
    text-decoration: none
}

.main-compare-box {
    width: 80%;
    height: 180px;
    background: rgba(245, 246, 250, .98);
    display: table;
    overflow: hidden;
    border-left: 1px solid #dfe0e5;
    border-bottom: 1px solid #dfe0e5;
    box-shadow: 0 1px 1px rgba(196, 197, 203, .2) inset;
    position: relative;
    float: right
}

.main-compare-box .compare-box {
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 30px 0 50px
}

.main-compare-box .compare-box ul {
    margin: 0;
    padding: 0
}

.main-compare-box .compare-box ul li {
    position: relative;
    list-style: none;
    float: left;
    width: 200px;
    height: 130px;
    border: 1px solid #dfe0e5;
    box-shadow: 0 1px 2px rgba(196, 197, 203, .2);
    -webkit-box-shadow: 0 1px 2px rgba(196, 197, 203, .2);
    text-align: center;
    padding: 5px;
    background: #fff;
    margin-right: 30px
}

.main-compare-box .compare-box ul li a.compare-img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 6px;
    overflow: hidden
}

.main-compare-box .compare-box ul li a.compare-img img {
    max-width: 80px;
    max-height: 80px
}

.main-compare-box .compare-box ul li a.compare-description {
    font-size: 14px;
    color: #747679;
    line-height: 20px
}

.main-compare-box .compare-box ul li .remove-icon {
    position: absolute;
    top: -10px;
    right: -8px;
    cursor: pointer
}

.main-compare-box .compare-box ul li.blank-box {
    background: 0 0;
    border: 1px dotted #cccdd2
}

.main-compare-box .compare-box ul li.blank-box a.compare-description {
    line-height: 110px;
    color: #b5b6bb;
    pointer-events: none
}

.mncompareBtn {
    float: left;
    margin-top: 35px;
    margin-left: 20px
}

.mncompareBtn .btn-compare {
    background: rgba(237, 28, 36, .2);
    border: 1px solid #ed1c24;
    border-radius: 40px;
    color: #ed1c24;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 32px
}

.mncompareBtn .btn-deactivate {
    background: rgba(223, 224, 229, .2);
    border: 1px solid #dfe0e5;
    color: #dfe0e5;
    pointer-events: none
}

#sticky-compare.stick-compare {
    position: fixed;
    top: 119px;
    right: 0;
    z-index: 999;
    height: 100px
}

#sticky-compare.stick-compare .compare-box {
    padding-top: 15px
}

#sticky-compare.stick-compare .compare-box ul li {
    height: 70px
}

#sticky-compare.stick-compare .compare-box ul li a.compare-img {
    width: 60px;
    height: 60px;
    float: left
}

#sticky-compare.stick-compare .compare-box ul li a.compare-img img {
    max-width: 60px;
    max-height: 60px
}

#sticky-compare.stick-compare .compare-box ul li a.compare-description {
    float: left;
    margin-top: 12px
}

#sticky-compare.stick-compare .compare-box ul li.blank-box a.compare-description {
    line-height: 58px;
    float: none
}

#sticky-compare.stick-compare .mncompareBtn {
    margin-top: 15px
}

.remove-compare-box {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer
}

.products-comparisons {
    padding-top: 90px
}

.comparison-table-dv table tr td {
    width: 22%;
    padding: 15px 10px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    color: #525252;
    border: 1px dashed #dfe0e5
}

.comparison-table-dv table tr:first-child {
    text-align: center
}

.comparison-table-dv table tr:first-child a {
    color: #ed1c24;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none
}

.comparison-table-dv table tr:first-child a:hover {
    text-decoration: none
}

.comparison-table-dv .table-bordered {
    border: 1px solid #dfe0e5
}

.comparison-table-dv tr td:first-child {
    width: 12%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600
}

.comparison-table-dv tr td img {
    max-width: 250px;
    max-height: 195px;
    display: block;
    margin: 20px auto
}

.productInner a .product-img img,
.productInner02 a .product-img02 img {
    max-width: 250px;
    max-height: 350px
}

.comparison-table-dv table .compare-buy-products td {
    padding: 20px 10px
}

.product-rightSidebar {
    float: right;
    width: 80%
}

.product-box {
    float: left;
    width: 25%;
    overflow: hidden
}

.product-box .product-container {
    width: 100%;
    height: 530px;
    border-bottom: 1px solid #dfe0e5;
    border-left: 1px solid #dfe0e5;
    background: #fff
}

.product-categories .product-box:last-child .product-container {
    border-right: 1px solid #dfe0e5
}

.product-container .productInner {
    width: 100%;
    height: 100%;
    padding: 0
}

.productInner a {
    display: block;
    position: relative
}

.productInner a .product-img {
    height: 350px;
    text-align: center;
    vertical-align: bottom;
    width: 250px;
    margin: 0 auto;
    padding: 10px 0;
    display: table
}

.productInner a .product-img .product-image-dv {
    vertical-align: middle;
    display: table-cell;
    height: 100%
}

.productInner .product-description {
    padding: 10px 30px
}

.productInner .product-description h2,
.productInner .product-description h4 {
    color: #4e4e4e;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 10px;
    padding: 0
}

.productInner .product-description p {
    font-size: 14px;
    line-height: 22px;
    color: #747679
}

.productInner .buy-module {
    float: left;
    width: 100%
}

.productInner .buy-module .price {
    float: left;
    margin-left: 30px;
    font-size: 22px;
    color: #747679
}

.productInner .buy-module .compareBtn {
    float: right;
    margin-right: 30px
}

.productInner .buy-module .compareBtn a {
    background: rgba(237, 28, 36, .2);
    border: 1px solid #ed1c24;
    border-radius: 40px;
    color: #ed1c24;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 12px;
    margin-top: 2px
}

.buyBar,
.loadmoreDv {
    height: 70px;
    line-height: 69px;
    margin-top: -1px;
    width: 100%;
    text-align: center
}

.productInner .buy-module .compareBtn a:focus,
.productInner .buy-module .compareBtn a:hover {
    text-decoration: none
}

.loadmoreDv {
    float: left;
    border: 1px solid #dfe0e5;
    background: #fff
}

.loadmoreDv a {
    display: block;
    font-size: 14px;
    color: #9d9ea0
}

.loadmoreDv a:focus,
.loadmoreDv a:hover {
    text-decoration: none;
    color: #747679
}

.buyBar {
    border: 1px solid #ed1c24;
    background: #ed1c24
}

.buyBar a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase
}

.buyBar a:focus,
.buyBar a:hover {
    text-decoration: none;
    color: #fff
}

section.recommded-Dv {
    padding: 90px 0
}

section.recommded-Dv .page-title {
    margin-bottom: 70px
}

section.recommded-Dv .page-title h1 {
    font-size: 38px;
    color: #333;
    font-weight: 300;
    margin: 0 0 20px;
    padding: 0
}

section.recommded-Dv .page-title p {
    font-size: 16px;
    color: #666
}

.product-boxRecded .product-container02 {
    width: 100%;
    height: 480px;
    border: 1px solid #dfe0e5;
    background: #fff
}

.product-container02 .productInner02 {
    width: 100%;
    height: 100%;
    padding: 0
}

.productInner02 a {
    display: block;
    position: relative;
    background: #65676d
}

.productInner02 a .product-img02 {
    height: 350px;
    text-align: center;
    vertical-align: bottom;
    width: 250px;
    margin: 0 auto;
    padding: 10px 0;
    display: table
}

.productInner02 a .product-img02 .product-image-dv02 {
    vertical-align: middle;
    display: table-cell;
    height: 100%
}

.productInner02 .product-description02 {
    padding: 15px 30px
}

.productInner02 .product-description02 h4 {
    font-size: 22px;
    color: #4e4e4e;
    line-height: 28px;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 400
}

.productInner02 .product-description02 h4 a {
    background: 0 0;
    color: #4e4e4e
}

.productInner02 .product-description02 h4 a:hover {
    text-decoration: none
}

.productInner02 .product-description02 p {
    font-size: 14px;
    line-height: 22px;
    color: #747679
}

.feature-main-container {
    height: 650px
}

.feature-product-content {
    padding-top: 120px
}

.feature-product-content h1 {
    font-size: 60px;
    line-height: 66px;
    font-weight: 300;
    letter-spacing: .2px;
    color: #4e4e4e
}

.feature-product-content p {
    font-size: 16px;
    line-height: 28px;
    color: #525252;
    margin-bottom: 10px
}

.feature-product-content ul {
    margin: 0;
    padding: 0
}

.feature-product-content ul li {
    list-style: none;
    font-size: 16px;
    line-height: 28px;
    color: #525252;
    margin-bottom: 5px
}

.feature-product-content ul li i {
    color: #9d9ea0;
    font-size: 14px;
    padding-right: 10px
}

.feature-whiteText h1,
.feature-whiteText p,
.feature-whiteText ul li,
.feature-whiteText ul li i {
    color: #fff
}

.feature-product-contentsml {
    padding-top: 40px
}

.feature-product-contentsml h1 {
    font-size: 44px
}

.feature-product-contentsml a {
    margin-top: 20px
}

.hrsmlLine {
    display: block;
    width: 55px;
    height: 1px;
    background: #fff;
    margin: 30px 0
}

.hrsmlLine-red {
    background: #ed1c24
}

.hrsmlLine-center {
    margin: 30px auto
}

.feature-product-img {
    text-align: center;
    height: 650px;
    width: 100%;
    display: table;
    overflow: hidden;
    position: relative
}

.feature-product-img img {
    max-height: 650px;
    max-width: 550px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.feature-product-small-img {
    position: relative;
    height: 330px
}

.feature-product-small-img img {
    max-height: 330px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.product-specs-container {
    padding: 60px 0
}

.product-specs-container h1 {
    font-size: 38px;
    line-height: 42px;
    color: #525252;
    font-weight: 300;
    margin: 0 0 60px;
    padding: 0
}

.specs-img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    background-size: contain;
    height: 568px
}

.product-spcsfull {
    width: 100%!important
}

.product-specs ul {
    margin: 0;
    padding: 0
}

.product-specs ul li {
    list-style: none;
    float: left;
    min-width: 150px;
    font-family: Roboto, sans-serif;
    color: #525252;
    font-weight: 300;
    border-top: 1px solid #dfe0e5;
    padding-top: 24px;
    margin: 0 0 40px 90px;
    font-size: 22px
}

.product-specs ul li small,
.product-specs ul li span {
    font-family: 'Open Sans', sans-serif;
    color: #747679
}

.product-specs ul li span {
    font-size: 20px
}

.product-specs ul li small {
    display: block;
    font-size: 14px;
    letter-spacing: .5px;
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase
}

.product-specs-accordion {
    margin-top: 70px
}

.product-specs-accordion .panel {
    border-radius: 0;
    border: 1px solid #dfe0e5;
    box-shadow: none
}

.product-specs-accordion .panel-heading {
    background: #f5f6f9;
    padding: 0
}

.product-specs-accordion .panel-title a {
    display: block;
    padding: 16px 48px 16px 15px;
    font-size: 18px;
    line-height: 32px;
    color: #525252;
    font-weight: 400;
    border-left: 4px solid #ed1c24;
    position: relative
}

.product-specs-accordion .panel-body ul li,
.product-specs-accordion .panel-body ul li p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400
}

.product-specs-accordion .panel-title a:focus,
.product-specs-accordion .panel-title a:hover {
    text-decoration: none
}

.product-specs-accordion .panel-title a.collapsed {
    background: #fff;
    padding-left: 19px;
    border-left: 0
}

.product-specs-accordion .panel-body {
    padding: 40px 50px;
    border-top: 1px solid #dfe0e5;
    box-shadow: 0 1px 2px rgba(196, 197, 203, .21) inset
}

.product-specs-accordion .panel-group .panel-heading a:after {
    content: url(../img/icons/minus-icon.png);
    position: absolute;
    right: 25px;
    top: 11px
}

.product-specs-accordion .panel-group .panel-heading a.collapsed:after {
    content: url(../img/icons/plus-icon.png);
    top: 17px
}

.product-specs-accordion .panel-body ul {
    margin: 0;
    padding: 0
}

.product-specs-accordion .panel-body ul li {
    list-style: none;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #dfe0e5
}

.product-specs-accordion .panel-body ul li .specskey {
    font-weight: 600;
    padding-right: 10px;
    color: #525252
}

.product-specs-accordion .panel-body ul li .specsvalue {
    font-size: 14px;
    color: #525252
}

header.blogSlider.carousel .blog-bg {
    width: 100%;
    height: 434px;
    background: url(../img/blog/bg.jpg) top center no-repeat;
    background-size: cover
}

.blog-intro-text {
    text-align: left;
    color: #fff;
    text-shadow: none;
    bottom: 60px;
    width: 30%
}

.blog-subscribe-box .subscribe-btn i,
.subscribe_box .subscribe-btn i {
    text-shadow: 0 1px 1px rgba(255, 255, 255, .3);
    -webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, .3)
}

.blog-intro-text .main-post-date {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600
}

.blog-intro-text h1 {
    font-size: 45px;
    margin: 0 0 20px;
    padding: 0;
    font-weight: 300
}

.blog-intro-text a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff
}

.blog-intro-text a i {
    padding-left: 8px;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.blog-intro-text a:hover {
    text-decoration: none
}

.blog-intro-text a:hover i {
    opacity: 1
}

.blog-container {
    width: 100%;
    float: left;
    padding: 80px 0
}

.blog-content-area {
    float: left;
    width: 100%;
    margin-bottom: 35px
}

.btm-line {
    float: left;
    margin-left: -20px;
    width: 90%;
    height: 1px
}

.blog-content-area article {
    padding-bottom: 35px;
    float: left;
    width: 100%
}

.blog-content-area article .post-image {
    float: left;
    width: auto;
    height: 96px;
    overflow: hidden;
    border: 1px solid #f5f6fa;
    margin-right: 25px
}

.blog-content-area article .post-content {
    margin-right: 45px
}

.post-content .post-date {
    font-size: 12px;
    font-weight: 600;
    color: #9d9ea0
}

.post-content h4 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .2px;
    color: #4e4e4e
}

.post-content a:hover {
    text-decoration: none
}

.post-content a:hover h4 {
    text-decoration: none;
    color: red
}

.post-content .post-tag a:hover,
.post-content-lg .post-tag a:hover {
    text-decoration: underline
}

.post-content p {
    font-size: 16px;
    line-height: 24px;
    color: #747679
}

.post-content .post-tag,
.post-content-lg .post-date {
    font-size: 12px;
    color: #9d9ea0
}

.post-content .post-tag span {
    font-weight: 600;
    padding-right: 5px
}

.post-content .post-tag a {
    color: #9d9ea0
}

.blog-content-area article .post-image-lg {
    float: left;
    width: 100%;
    height: auto;
    max-height: 320px;
    overflow: hidden;
    border: 1px solid #f5f6fa;
    margin-bottom: 50px
}

.author-description .author-image img,
.comment-description .user-image img {
    max-width: 78px;
    max-height: 78px
}

.blog-content-area article .post-image-lg img {
    width: 100%
}

.blog-content-area article .post-content-lg {
    float: left;
    width: 100%;
    margin-right: 45px
}

.post-content-lg .post-date {
    font-weight: 600
}

.post-content-lg h4 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .2px;
    color: #4e4e4e
}

.post-content-lg p {
    font-size: 16px;
    line-height: 28px;
    color: #747679;
    margin-bottom: 35px
}

.post-content-lg blockquote {
    font-size: 16px;
    line-height: 28px;
    color: #747679;
    font-style: italic;
    border-left: 2px solid #ed1c24;
    padding: 0 0 0 20px;
    margin: 0 0 35px 20px
}

.load-post a,
.post-content-lg .post-tag a {
    color: #9d9ea0
}

.post-content-lg .post-tag {
    font-size: 14px;
    color: #9d9ea0
}

.post-content-lg .post-tag span {
    font-weight: 600;
    padding-right: 5px
}

.load-post {
    float: left;
    width: 90%;
    height: 70px;
    line-height: 69px;
    text-align: center;
    border: 1px solid #dfe0e5;
    background: #fff;
    margin-top: -1px
}

.load-post a {
    display: block;
    font-size: 14px
}

.load-post a:focus,
.load-post a:hover {
    text-decoration: none;
    color: #747679
}

.blog-widget-area {
    overflow: hidden;
    margin-bottom: 40px
}

.blog-widget-area h2 {
    font-size: 18px;
    font-weight: 600;
    color: #4e4e4e;
    margin: 0 0 30px
}

.widget-content ul {
    margin: 0;
    padding: 0
}

.widget-content ul li {
    list-style: none;
    display: block;
    float: left;
    color: #4e4e4e;
    clear: left;
    margin-bottom: 30px
}

.widget-content ul li .content-thumbnail {
    float: left;
    margin-right: 15px
}

.widget-content ul li .content-snippet p {
    font-size: 14px;
    line-height: 22px;
    color: #4e4e4e;
    padding: 0;
    margin: 0
}

.widget-content ul li .content-snippet .content-date {
    color: #9d9ea0;
    font-size: 12px;
    margin-top: 5px
}

.blog-subscribe-box {
    float: right;
    line-height: 42px;
    margin-top: 15px
}

.blog-subscribe-box input {
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .3);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 42px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    width: 250px;
    margin-right: 10px;
    padding: 0 12px;
    outline: 0;
    float: left
}

.blog-subscribe-box input::-webkit-input-placeholder {
    color: rgba(2555, 255, 255, .6)
}

.blog-subscribe-box input:-moz-placeholder {
    color: rgba(2555, 255, 255, .6)
}

.blog-subscribe-box input::-moz-placeholder {
    color: rgba(2555, 255, 255, .6)
}

.sbblog-subscribe-box input:-ms-input-placeholder {
    color: rgba(2555, 255, 255, .6)
}

.blog-subscribe-box .subscribe-btn {
    height: 42px;
    width: 44px;
    float: left;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .3);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    margin: 0;
    text-align: center;
    vertical-align: middle
}

.blog-subscribe-box .subscribe-btn i {
    font-size: 18px;
    display: block;
    line-height: 42px
}

.blog-subscribe-box .subscribe-btn:hover {
    text-decoration: none
}

.blog-CommentBx,
.blog-CommentBx .comment-title {
    margin-bottom: 40px
}

.blog-CommentBx .comment-title h4 {
    font-size: 18px;
    color: #4e4e4e;
    margin-bottom: 20px
}

.blog-CommentBx .comments ul {
    margin: 0;
    padding: 0
}

.blog-CommentBx .comments ul li {
    list-style: none;
    overflow: hidden
}

.author-description {
    float: left;
    margin: 60px 0 30px;
    padding: 30px 0;
    border-top: 1px solid #dfe0e5;
    border-bottom: 1px solid #dfe0e5
}

.author-description .author-image {
    float: left;
    width: 78px;
    height: 78px;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
    top: 8px
}

.author-description .author-content-box {
    margin-left: 98px
}

.author-description .author-content-box .author-content {
    float: left;
    width: 100%
}

.author-content h4 {
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.author-content h4 a {
    color: #4e4e4e;
    font-size: 16px;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out
}

.author-content h4 a:focus,
.author-content h4 a:hover {
    text-decoration: none;
    color: #ed1c24
}

.author-content p {
    font-size: 14px;
    line-height: 24px;
    color: #747679;
    margin: 0;
    padding: 0
}

.comment-description {
    margin-bottom: 35px
}

.comment-description .user-image {
    float: left;
    width: 78px;
    height: 78px;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
    top: 8px
}

.comment-description .comment-content-box {
    margin-left: 98px
}

.comment-description .comment-content-box .comment-content {
    float: left;
    width: 100%
}

.comment-content h4 {
    line-height: 24px;
    font-weight: 400
}

.comment-content h4 a {
    color: #4e4e4e;
    font-size: 16px;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out
}

.comment-content h4 a:focus,
.comment-content h4 a:hover {
    text-decoration: none;
    color: #ed1c24
}

.comment-content h4 span {
    color: #9d9ea0;
    font-size: 12px
}

.comment-content .comment-reply {
    float: right;
    color: #747679;
    font-size: 12px;
    font-weight: 600;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out
}

.comment-content .comment-reply:focus,
.comment-content .comment-reply:hover {
    text-decoration: none;
    color: ed1c24
}

.comment-content .comment-text p {
    font-size: 14px;
    line-height: 24px;
    color: #747679
}

.comment-reply-box {
    overflow: hidden;
    padding-left: 50px
}

.blog-comment-form .comment-title {
    margin-bottom: 40px
}

.blog-comment-form .comment-title h4 {
    font-size: 18px;
    color: #4e4e4e;
    margin-bottom: 20px
}

.blog-comment-form .comment-title p {
    font-size: 16px;
    color: #747679;
    line-height: 24px
}

.blog-comment-form .comment-form ul {
    margin: 0 0 20px;
    padding: 0
}

.blog-comment-form .comment-form ul li {
    list-style: none;
    margin-right: 20px;
    display: inline-block
}

.blog-comment-form .comment-form ul li:last-child {
    margin-right: 0
}

.blog-comment-form .comment-form input[type=text] {
    height: 50px;
    line-height: 50px;
    border: 1px solid #dfe0e5;
    border-radius: 3px;
    width: 234px;
    padding: 0 10px
}

.blog-comment-form .comment-form textarea {
    height: 250px;
    width: 100%;
    border: 1px solid #dfe0e5;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 40px
}

.blog-comment-form .comment-form .frmsubmit-Btn {
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #dfe0e5;
    border-radius: 3px;
    padding: 0 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #747679;
    font-weight: 600;
    transition: all .3s ease;
    -webkti-transition: all .3s ease
}

.blog-comment-form .comment-form .frmsubmit-Btn:hover {
    background: #ed1c24;
    border-color: #ed1c24;
    color: #fff
}

.footerRedBar {
    background: #ed1c24;
    padding: 40px 0
}

.footerRedBar a {
    color: #fff;
    display: block
}

.footerRedBar a i {
    opacity: 0;
    padding-left: 10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.footerRedBar a h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    border-left: 1px solid #fff;
    margin: 0;
    padding: 0 0 0 15px;
    text-transform: capitalize
}

.footerRedBar a p {
    margin: 0;
    padding: 5px 0 0 15px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px
}

.footerRedBar a:focus,
.footerRedBar a:hover {
    text-decoration: none
}

.footerRedBar a:hover i {
    opacity: 1
}

footer {
    background:rgba( 0,0,0,.9);
}

.footer-menus {
    padding: 40px 0
}

.footer-menus ul {
    margin: 0;
    padding: 0
}

.footer-menus ul li {
    list-style: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .5px
}

.footer-menus ul li:first-child {
    margin-bottom: 0
}

.footer-menus ul li a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
    color: #aaa;
    text-transform: none;
    transition: color .3s ease;
    -webkit-transition: color .3s ease
}

.footer-menus ul li a:hover {
    text-decoration: none;
    color: #fff
}

.footer-menus ul.extras-links {
   /* margin-top: 25px;*/
    margin-bottom: 25px
}

.footer-menus ul.extras-links li:first-child {
    margin-bottom: 10px
}

.subscribe_box,
.subscribe_box h6 {
    margin-bottom: 20px
}

.subscribe_box h6 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase
}

.subscribe_box input[type=text] {
    border: 1px solid rgba(191, 191, 191, .18);
    background: 0 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 48px;
    color: #fff;
    width: 250px;
    float: left;
    margin-right: 10px;
    padding: 0 12px
}

.subscribe_box .subscribe-btn {
    height: 50px;
    width: 54px;
    background: #ed1c24;
    float: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #a30006;
    margin: 0;
    text-align: center
}

.subscribe_box .subscribe-btn i {
    font-size: 24px;
    line-height: 50px
}

.social-icons ul {
    margin: 0;
    padding: 0
}

.social-icons ul li {
    list-style: none;
    display: inline-block;
    margin-right: 6px
}

.social-icons ul li a {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    text-align: center;
    transition: border .3s ease;
    -webkit-transition: border .3s ease
}

.social-icons ul li a i {
    color: rgba(255, 255, 255, .2);
    font-size: 16px;
    line-height: 32px;
    transition: color .3s ease;
    -webkit-transition: color .3s ease
}

.social-icons ul li a:hover {
    border-color: rgba(255, 255, 255, .9)
}

.social-icons ul li a:hover i {
    color: rgba(255, 255, 255, .9)
}

.footer-bg {
    background: #282828;
    padding: 20px 0
}

.copyright {
    float: left;
    color: #999;
    text-transform: uppercase;
    font-size: 12px
}

.copyright span,
.copyright span a {
    color: #777;
    font-size: 11px
}

.copyright span a {
    transition: color .3s ease;
    -webkit-transition: color .3s ease
}

.copyright span a:hover {
    text-decoration: none;
    color: #fff
}

.footer-links {
    float: right
}

.footer-links ul {
    margin: 0;
    padding: 0;
    color: #777
}

.footer-links ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px
}

.vertical-line-start,
hr.vertical-line {
    position: absolute;
    top: 10px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    right: 0
}

.footer-links ul li a {
    color: #777;
    text-transform: uppercase;
    font-size: 11px;
    transition: color .3s ease;
    -webkit-transition: color .3s ease
}

.footer-links ul li a:hover {
    text-decoration: none;
    color: #fff
}

hr.vertical-line {
    background: #dfe0e5;
    border: 0;
    width: 1px;
    height: 100%;
    bottom: 0
}

.vertical-line-start {
    background: url(../img/icons/vr-img.png) no-repeat;
    width: 10px;
    height: 83px;
    z-index: 1
}

.style-hr,
.style-hr-white {
    background: #fff;
    margin: 15px auto 20px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    font: 0/0 a;
    color: transparent;
    text-decoration: none;
    border: 3px solid #747679
}

.style-hr-white:after,
.style-hr-white:before,
.style-hr:after,
.style-hr:before {
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    background-color: #dfe0e5;
    width: 100000%
}

.style-hr:before {
    right: 11px
}

.style-hr:after {
    left: 11px
}

.intex-main-container {
    padding: 90px 0;
    position: relative
}

.mainHeading {
    margin-bottom: 40px
}

.mainHeading h1 {
    font-size: 38px;
    color: #333;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0
}

.mainHeading p {
    font-size: 16px;
    color: #666;
    text-align: left
}

.category-selection-dv {
    overflow: hidden;
    width: 100%;
    margin: 40px auto 0
}

.category-selection-dv a:hover {
    color: #000
}

.intexSelectBox {
    width: 30%;
    height: 50px;
    border: 1px solid #dfe0e5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    margin-right: 20px;
    overflow: hidden;
    padding: 0 10px;
    position: relative
}

.intexSelectBox i {
    color: #9d9ea0;
    font-size: 16px;
    position: absolute;
    top: 18px;
    right: 20px
}

.intexSelectBox select {
    width: 130%;
    height: 50px;
    line-height: 50px;
    border: 0;
    background: 0 0;
    font-size: 14px;
    color: #747679
}

.intex-full-dv {
    padding: 90px 0 120px;
    position: relative;
    overflow: hidden
}

.content-parent-dv {
    text-align: left;
    padding: 80px 0
}

.content-parent-dv:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.content-parent-dv .content-dv {
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px
}

.border-btm-line {
    margin-bottom: 20px;
    border-bottom: 1px dashed #000
}

.content-parent-dv .content-dv02 {
    border-top: 1px solid rgba(223, 224, 229, .3);
    padding-top: 30px;
    margin-top: 20px
}

.content-parent-dv .content-dv .content-img {
    margin-bottom: 18px;
    width: 310px;
    height: 180px;
    overflow: hidden
}

.content-parent-dv .content-dv .content-img img {
    max-width: 310px;
    max-height: 180px;
    border-radius: 2px;
    -webkit-border-radius: 2px
}

.content-parent-dv .content-dv .content-text small {
    font-size: 12px;
    line-height: 16px;
    color: #9d9ea0;
    font-weight: 600;
    display: block;
    text-transform: uppercase
}

.content-parent-dv .content-dv .content-text small span {
    margin-right: 8px
}

.content-parent-dv .content-dv .content-text small span img {
    vertical-align: bottom
}

.content-parent-dv .content-dv .content-text h1 {
    font-size: 34px;
    line-height: 36px;
    font-weight: 300;
    color: #ed1c24;
    margin: 10px 0 20px;
    position: relative
}

.content-parent-dv .content-dv .content-text h1 i {
    font-size: 16px;
    position: absolute;
    top: 13px;
    left: -30px
}

.content-parent-dv .content-dv .content-text h3 {
    font-size: 34px;
    line-height: 36px;
    font-weight: 300;
    color: #ed1c24;
    margin: 10px 0 20px;
    position: relative
}

.content-parent-dv .content-dv .content-text h3 i {
    font-size: 16px;
    position: absolute;
    top: 13px;
    left: -30px
}

.content-parent-dv .content-dv .content-text p {
    font-size: 16px;
    line-height: 28px;
    color: #525252
}

.monthlist ul li,
.readmore {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.content-parent-dv .content-dv .content-text p a {
    color: #525252;
    transition: color .3s ease
}

.content-parent-dv .content-dv .content-text p a:focus,
.content-parent-dv .content-dv .content-text p a:hover {
    color: #ed1c24;
    text-decoration: none
}

.readmore {
    color: #ed1c24;
    padding-top: 25px;
    display: block;
    cursor: pointer
}

.monthlist ul,
.monthlist ul li {
    padding: 0;
    margin: 0
}

.monthlist {
    margin-top: 0
}

.monthlist ul li {
    list-style: none;
    float: left;
    color: #9d9ea0;
    line-height: 20px;
    width: 8.3333%;
    text-align: center
}

.monthlist ul li.active {
    color: #ed1c24
}

.innerHeaderbg {
    background-size: cover!important;
    -webkit-background-size: cover!important;
    width: 100%;
    height: 434px
}

.end-circle,
.time-circle {
    margin: 0 auto;
    width: 102px;
    height: 102px;
    line-height: 100px;
    text-align: center;
    display: block
}

.mainheaderbg {
    background-image: url(../img/banner/about-Intex.jpg);
    background-repeat: no-repeat;
    background-position: bottom center
}

.about-intex-headerbg {
    background: url(../img/banner/about-Intex.jpg) bottom center no-repeat #67d5e2
}

.core-value-headerbg {
    background: url(../img/banner/core-value.jpg) bottom center no-repeat #fcaf32
}

.team-headerbg {
    background: url(../img/banner/team.jpg) bottom center no-repeat #03a9f4
}

.manufacture-headerbg {
    background: url(../img/banner/r-and-d.jpg) bottom center no-repeat #67d5e2
}

.innovation-headerbg {
    background: url(../img/banner/innovation.jpg) bottom center no-repeat #5bdc9b
}

.accolades-headerbg,
.accolades-headerv {
    background: url(../img/banner/accolades.jpg) bottom center no-repeat #8b76eb
}

.blog-headerbg {
    background: url(../img/banner/blog.jpg) bottom center no-repeat #ff5278
}

.support-headerbg {
    background: url(../img/banner/support.jpg) bottom center no-repeat #8b76eb
}

.buy-headerbg {
    background: url(../img/banner/where-to-buy.jpg) bottom center no-repeat #67d5e2
}

.career-headerbg {
    background: url(../img/banner/career.jpg) bottom center no-repeat #67d5e2
}

.wastemanage-headerbg {
    background: url(../img/banner/pollution.jpg) bottom center no-repeat #67d5e2
}

.drivers-headerbg {
    background: url(../img/banner/drivers.jpg) bottom center no-repeat #67d5e2
}

.intex-about {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative
}

.time-circle {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #ed1c24;
    font-size: 28px;
    font-weight: 300;
    color: #fff
}

.time-circle-icon {
    font-size: 36px
}

.time-circle-icon img {
    position: relative;
    top: -3px
}

.end-circle,
.team-profile-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.time-circle-text {
    font-size: 22px
}

.end-circle {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #fff;
    border: 1px solid #dfe0e5;
    font-size: 16px;
    font-weight: 600;
    color: #747679
}

.intex-team {
    text-align: center
}

.intex-team .content-dv,
.intex-team .content-dv:first-of-type {
    margin-left: 0
}

.intex-team .content-dv small {
    margin-bottom: 20px
}

.intex-team .content-dv .team-thumbnail {
    border: 0;
    margin-bottom: 20px;
    width: 130px;
    max-height: 130px
}

.intex-team .content-dv .team-thumbnail img {
    max-width: 130px;
    max-height: 130px
}

.intex-team .content-dv p {
    text-align: left;
    padding: 0 20px
}

.about-employee {
    min-height: 90px;
    max-height: 400px;
    overflow-y: auto
}

.team-profile-btn {
    margin: 0 auto
}

.intex-grid-container {
    padding-top: 40px;
    padding-bottom: 40px
}

.intex-grid {
    float: left;
    width: 100%
}

.intex-left-grid {
    width: 38%;
    padding: 0;
    overflow: hidden
}

.intex-left-grid ul {
    margin: 0;
    padding: 0
}

.intex-left-grid ul li {
    list-style: none;
    float: left;
    margin-bottom: 5px
}

.intex-left-grid ul li.grid-text-left {
    background: #ed1c24;
    width: 80%;
    font-size: 42px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-left: 88px;
    height: 175px;
    padding: 15px 10px;
    float: right
}

.intex-left-grid ul li.grid-text-left span {
    display: block;
    font-weight: 600;
    font-size: 50px;
    line-height: 70px
}

.intex-left-grid ul li .grid-img-left {
    width: 452px;
    height: 515px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat
}

.intex-right-grid {
    width: 62%;
    width: calc(62% - 5px);
    margin-left: 5px;
    padding: 0;
    overflow: hidden
}

.intex-right-grid ul {
    margin: 0;
    padding: 0
}

.intex-grid .intex-right-grid ul li {
    list-style: none;
    margin-bottom: 5px
}

.intex-right-grid ul li.grid-text-right {
    background: #ed1c24;
    width: 100%;
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    height: 280px;
    padding: 45px 30px;
    overflow-y: auto
}

.intex-right-grid ul li .grid-img-right {
    width: 100%;
    height: 410px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat
}

.intex-right-grid ul li.join-intex {
    padding: 0;
    overflow: hidden
}

.intex-right-grid ul li.join-intex a {
    font-size: 26px;
    line-height: 210px;
    color: #fff;
    padding: 25px;
    font-weight: 300;
    text-align: center;
    display: block
}

.intex-right-grid ul li.join-intex a i {
    opacity: 0;
    transition: all .8s ease
}

.intex-right-grid ul li.join-intex a:hover {
    text-decoration: none
}

.intex-right-grid ul li.join-intex a:hover i {
    opacity: 1;
    padding-left: 3px
}

.intex-none small {
    display: none
}

.contact-map {
    margin-top: 70px
}

.googlemap {
    height: 452px
}

.contact-address {
    overflow: hidden
}

.contact-title {
    font-size: 20px;
    font-weight: 400;
    color: #747679;
    margin: 0!important
}

.add-title,
.contact-address h2 {
    font-size: 20px;
    font-weight: 600;
    color: #4e4e4e;
    margin: 0 0 30px
}

.contact-address ul {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.contact-address ul li {
    list-style: none;
    font-size: 16px;
    line-height: 26px;
    color: #747679;
    margin-bottom: 8px;
    float: left
}

.contact-address ul li a {
    color: #747679;
    float: left
}

.contact-address ul li i {
    float: left;
    width: 20px;
    position: relative;
    top: 7px
}

.contact-address ul li .news-text {
    margin-left: 30px
}

.contact-address ul li .news-text-inner {
    float: left
}

.other-contact-investor {
    float: left;
    width: 100%;
    border: 1px solid #dfe0e5
}

.other-contact-investor .auditor,
.other-contact-investor .left-contact {
    border-right: 1px solid #dfe0e5;
    width: 50%;
    float: left
}

.other-contact-investor .auditor {
    text-align: left
}

.other-contact-investor ul {
    margin: 0;
    padding: 5px
}

.other-contact-investor ul li {
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dfe0e5
}

.other-contact-investor ul li:last-child {
    border-bottom: 0
}

.other-contact-investor ul li div {
    float: left;
    text-align: left;
    padding: 0
}

.other-contact-investor ul li .flag-img {
    margin-left: 20px
}

.other-contact-investor ul li a {
    color: #747679
}

.other-contact-investor .right-contact {
    float: left;
    width: 40%
}

.other-contact-investor .right-contact h4 {
    font-size: 18px;
    color: #4e4e4e;
    padding: 10px 20px
}

.other-contact-investor .right-contact ul {
    margin: 0;
    padding: 10px 20px
}

.other-contact-investor .right-contact ul li {
    border: 0;
    height: auto;
    line-height: 30px
}

.other-contact-investor .right-contact ul li i {
    padding-right: 10px;
    color: #747679
}

.other-contact {
    float: left;
    width: 100%;
    border: 1px solid #dfe0e5
}

.other-contact .left-contact {
    float: left;
    border-right: 1px solid #dfe0e5;
    width: 60%
}

.other-contact ul {
    margin: 0;
    padding: 0
}

.other-contact ul li {
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 75px;
    line-height: 74px;
    border-bottom: 1px solid #dfe0e5
}

.nav-filter-list .nav-tabs li a.dropdown-toggle,
.nav-filter-list .nav-tabs li a.dropdown-toggle:focus,
.nav-filter-list .nav-tabs li a.dropdown-toggle:hover,
.other-contact ul li:last-child {
    border-bottom: 0
}

.other-contact ul li div {
    float: left;
    text-align: left;
    padding: 0
}

.other-contact ul li .flag-img {
    margin-left: 20px
}

.other-contact ul li a {
    color: #747679
}

.other-contact .right-contact {
    float: left;
    width: 40%
}

.other-contact .right-contact h4 {
    font-size: 18px;
    color: #4e4e4e;
    padding: 10px 20px
}

.other-contact .right-contact ul {
    margin: 0;
    padding: 10px 20px
}

.other-contact .right-contact ul li {
    border: 0;
    height: auto;
    line-height: 30px
}

.other-contact .right-contact ul li i {
    padding-right: 10px;
    color: #747679
}

.nav-filter-list .nav-tabs li a.dropdown-toggle {
    background: #fff;
    color: #ed1c24;
    line-height: 35px;
    border-radius: 3px;
    position: relative;
    top: 2px
}

.nav-filter-list .nav-tabs li a.dropdown-toggle i {
    font-size: 14px
}

.nav-filter-list .nav-tabs .dropdown-menu {
    background: #ed1c24;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    overflow: hidden
}

.nav-filter-list .nav-tabs .dropdown-menu li a:hover,
.nav-filter-list .nav-tabs .dropdown-menu li.active,
.nav-filter-list .nav-tabs .dropdown-menu li.active a {
    background: #fff;
    color: #ed1c24;
    border: 0
}

.nav-filter-list .nav-tabs .dropdown-menu li {
    line-height: 42px;
    display: block;
    margin-right: 0
}

.nav-filter-list .nav-tabs .dropdown-menu li a {
    display: block;
    line-height: 42px
}

.nav-filter-product .nav-tabs li a.dropdown-toggle {
    background: #ed1c24;
    color: #fff;
    z-index: 999;
    cursor: pointer
}

.nav-filter-product .nav-tabs .dropdown-menu {
    background: #fff
}

.nav-filter-product .nav-tabs .dropdown-menu li a:hover,
.nav-filter-product .nav-tabs .dropdown-menu li.active,
.nav-filter-product .nav-tabs .dropdown-menu li.active a {
    border: 0;
    background: #ed1c24;
    color: #fff
}

.no-record-found-mnDv {
    margin-right: 25%
}

.no-record-found {
    padding: 90px 0;
    font-size: 12px;
    color: #ffff;
    text-align: center;
    text-transform: uppercase
}

.no-record-found img {
    display: block;
    margin-bottom: 10px
}

.career-form ul {
    margin: 0;
    padding: 0
}

.career-form ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.career-form input[type=text] {
    height: 50px;
    line-height: 50px;
    border: 1px solid #dfe0e5;
    border-radius: 3px
}

.career-form textarea {
    height: 250px;
    width: 100%;
    border: 1px solid #dfe0e5;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px
}

.career-form .frmsubmit-Btn {
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #dfe0e5;
    border-radius: 3px;
    padding: 0 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #747679;
    font-weight: 600;
    transition: all .3s ease;
    -webkti-transition: all .3s ease
}

.career-form .frmsubmit-Btn:hover {
    background: #ed1c24;
    border-color: #ed1c24;
    color: #fff
}

.extra-links-pad-0 {
    padding-top: 25px!important
}

@media screen and (max-width:480px) {
    .extra-links-pad-0 {
        padding-top: 0!important
    }
}

@media screen and (max-width:1366px) {
    .button--moema {
        padding: 16px 38px
    }
    .navbar-default {
        padding: 2px 50px 2px 20px
    }
    .navbar-default.navbar-shrink {
        padding: 2px 40px 2px 10px
    }
    .sb-search {
        height: 50px;
        min-width: 45px
    }
    .sb-search-input {
        height: 50px;
        padding: 5px 54px 5px 10px;
        font-size: 14px
    }
    .sb-icon-search,
    .sb-search-submit {
        height: 54px;
        line-height: 54px;
        width: 54px
    }
    .sb-icon-search i {
        font-size: 16px
    }
    .mainProductCntr {
        max-height: 522px;
        background-color: #5bdc9b
    }
    .productContainer {
        height: 522px;
        width: 96%
    }
    .productTxt h2 {
        font-size: 36px
    }
    .productContainer02 {
        padding: 20px 0
    }
    .mainPrctDv .productTxt h2,
    .mainPrctDv .productTxt h3 {
        font-size: 30px
    }
    .mainPrctDv {
        max-height: 422px
    }
    .mainPrctDv a .productContainer {
        height: 422px
    }
    header.productSlider .intro-images {
        height: 520px
    }
    header.productSlider .intro-images img {
        max-height: 500px;
        max-width: 500px
    }
    header.productSlider .intro-text .intro-heading .text-img {
        font-size: 40px;
        line-height: 44px
    }
    header.productSlider .intro-text .intro-heading p {
        font-size: 18px;
        line-height: 28px
    }
    header.homeSlider.carousel .fill {
        height: 610px
    }
    header.homeSlider .intro-images {
        height: 540px
    }
    .productTxt a.exploreBtn {
        width: 142px;
        font-size: 14px;
        padding: 14px 0
    }
    header.homeSlider .intro-images img {
        max-height: 520px;
        max-width: 520px
    }
    header.homeSlider .text-img02 img {
        max-width: 540px;
        max-height: 540px
    }
    header.productSlider .carousel-caption {
        left: 10%;
        right: 10%
    }
    .productInner .product-description {
        padding: 10px 15px
    }
    .productInner .buy-module .price {
        margin-left: 15px;
        font-size: 20px
    }
    .productInner .buy-module .compareBtn {
        margin-right: 15px
    }
    .productInner .buy-module .compareBtn a {
        font-size: 11px;
        padding: 3px 10px
    }
    .blog-intro-text {
        width: 40%
    }
    .blog-intro-text h1 {
        font-size: 40px
    }
    .resultDv {
        height: 70px;
        line-height: 69px
    }
    .resultDv h1,
    .resultDv h2 {
        line-height: 69px;
        font-size: 18px
    }
    .product-filter-nav {
        height: 60px;
        line-height: 59px
    }
    .nav-filter-list .nav-tabs li a,
    .nav-filter-list ul li {
        line-height: 57px
    }
    .feature-product-content h1 {
        font-size: 50px
    }
    .hrsmlLine {
        margin: 20px 0
    }
    .hrsmlLine-center {
        margin: 20px auto
    }
    .buyBar {
        height: 60px;
        line-height: 59px
    }
    .main-compare-box .compare-box {
        width: 100%;
        padding-left: 20px
    }
    .main-compare-box .compare-box ul li {
        width: 170px;
        margin-right: 20px
    }
    .mncompareBtn {
        margin-left: 0
    }
    .mncompareBtn .btn-compare {
        padding: 8px 24px
    }
    .remove-compare-box {
        top: 10px;
        right: 10px
    }
    .main-compare-box .compare-box ul li a.compare-description {
        font-size: 12px
    }
    #sticky.stick {
        top: 54px
    }
    #sticky-compare.stick-compare {
        top: 102px
    }
    .intex-main-container {
        padding: 60px 0
    }
    .mainHeading h1 {
        font-size: 34px
    }
    .content-parent-dv .content-dv .content-text h1 {
        font-size: 30px;
        margin-bottom: 10px
    }
    .content-parent-dv .content-dv .content-text small {
        margin-bottom: 10px
    }
    .intex-about {
        padding: 80px 0
    }
    .intex-team .content-dv .team-thumbnail {
        width: 110px;
        max-height: 110px
    }
    .intex-team .content-dv .team-thumbnail img {
        max-width: 110px;
        max-height: 110px
    }
    .innerHeaderbg {
        height: 380px;
        background-size: cover;
        -webkit-background-size: cover
    }
    .blog-container {
        padding: 60px 0
    }
    .blog-CommentBx .comment-title,
    .blog-comment-form .comment-title {
        margin-bottom: 20px
    }
    .blog-subscribe-box {
        margin-top: 9px
    }
    .googlemap {
        height: 380px
    }
    .search-result {
        margin-top: 54px
    }
    .search-box {
        margin-top: 10px;
        height: 42px;
        width: 25%
    }
    .search-box form {
        line-height: 42px
    }
    .search-box input[type=text] {
        height: 42px;
        line-height: 42px
    }
    .search-box input[type=submit] {
        height: 42px;
        line-height: 42px;
        width: 46px
    }
}

@media screen and (max-width:1280px) {
    .cbp-spmenu-vertical {
        width: 25%
    }
    .product-rightSidebar {
        width: 75%
    }
    .product-filter-nav .nav-filter-cat {
        width: 25%
    }
    .nav-filter-list {
        width: 75%
    }
    .nav-filter-list-full {
        width: 100%
    }
    .main-compare-box {
        width: 75%
    }
    .main-compare-box .compare-box ul li {
        width: 150px
    }
    .product-box {
        width: 33.333333%
    }
}

@media screen and (max-width:1200px) {
    .checkbox,
    .radio {
        margin-top: 8px;
        margin-bottom: 8px
    }
    input[type=radio]+label::after,
    input[type=checkbox]+label::after {
        height: 22px;
        width: 22px;
        top: 1px
    }
    header.homeSlider .intro-text .intro-heading,
    header.productSlider .intro-text .intro-heading {
        top: 60px
    }
    input[type=radio]+label::before,
    input[type=checkbox]+label::before {
        left: 10px
    }
    .btn-main {
        font-size: 12px;
        font-weight: 600;
        min-width: 110px
    }
    .button--moema {
        padding: 14px 38px
    }
    .button--moema::before {
        left: -12px;
        right: -12px
    }
    .mainProductCntr {
        max-height: auto
    }
    .productContainer {
        height: 382px;
        width: 96%
    }
    .productTxt h2 {
        font-size: 26px
    }
    .productTxt p {
        font-size: 14px;
        line-height: 28px
    }
    .productTxt img {
        max-width: 322px;
        max-height: 322px
    }
    .productwhiteTxt img {
        max-width: 242px;
        max-height: 242px
    }
    .productContainer02 {
        padding: 30px 0
    }
    .mainPrctDv .productTxt h2 {
        font-size: 24px
    }
    .mainPrctDv {
        max-height: 342px
    }
    .mainPrctDv .productwhiteTxt img {
        max-width: 42px;
        max-height: 42px
    }
    .mainPrctDv a .productContainer {
        height: 342px
    }
    .productTxt a.exploreBtn {
        font-size: 12px;
        width: 130px
    }
    header.productSlider.carousel .fill {
        height: 480px
    }
    header.productSlider .intro-images {
        height: 410px
    }
    header.productSlider .intro-images img {
        max-height: 350px;
        max-width: 350px
    }
    header.homeSlider.carousel .fill {
        height: 570px
    }
    header.homeSlider .intro-images {
        height: 440px
    }
    header.homeSlider .intro-images img {
        max-height: 380px;
        max-width: 380px
    }
    header.homeSlider .intro-text .intro-heading02 {
        top: 0
    }
    header.homeSlider .text-img img {
        max-height: 60px
    }
    header.homeSlider .text-img02 img {
        max-width: 420px;
        max-height: 420px
    }
    .productInner a .product-img img,
    .productInner02 a .product-img02 img {
        max-height: 280px;
        max-width: 200px
    }
    .subscribe_box input[type=text] {
        width: 220px
    }
    .productInner .product-description h4 {
        font-size: 20px;
        line-height: 24px
    }
    .productInner .product-description p {
        font-size: 12px;
        line-height: 18px
    }
    .productInner .buy-module .price {
        font-size: 18px
    }
    .product-box .product-container {
        height: 450px
    }
    .productInner a .product-img {
        height: 280px;
        width: 200px
    }
    .product-filter-nav .nav-filter-cat button {
        font-size: 14px
    }
    .nav-filter-list ul li a {
        font-size: 12px
    }
    .cbp-spmenu-vertical .panel-heading h4 a {
        padding: 15px 35px
    }
    .cbp-spmenu-vertical .panel-group .panel-heading a::after {
        top: 15px
    }
    .cbp-spmenu-vertical .panel-body ul li label {
        font-size: 12px;
        padding-left: 38px
    }
    section.recommded-Dv {
        padding: 60px 0
    }
    section.recommded-Dv .page-title {
        margin-bottom: 50px
    }
    section.recommded-Dv .page-title h1 {
        font-size: 30px
    }
    section.recommded-Dv .page-title p {
        font-size: 14px
    }
    .product-boxRecded .product-container02 {
        height: 400px
    }
    .productInner02 a .product-img02 {
        height: 280px;
        width: 200px
    }
    .productInner02 .product-description02 h4 {
        font-size: 20px;
        line-height: 24px
    }
    .productInner02 .product-description02 p {
        font-size: 12px;
        line-height: 20px
    }
    .feature-product-content {
        padding-top: 70px
    }
    .feature-product-content h1 {
        font-size: 42px
    }
    .feature-product-content p,
    .feature-product-content ul li {
        font-size: 14px;
        line-height: 24px
    }
    .feature-product-img {
        height: 540px
    }
    .author-description .author-image,
    .comment-description .user-image {
        width: 60px;
        height: 60px
    }
    .feature-product-img img {
        max-height: 540px;
        max-width: 450px
    }
    .author-description .author-image img,
    .comment-description .user-image img,
    .main-compare-box .compare-box ul li a.compare-img img {
        max-width: 60px;
        max-height: 60px
    }
    .product-specs-container h1 {
        font-size: 32px;
        line-height: 34px
    }
    .product-specs ul li {
        min-width: 120px
    }
    .product-specs-accordion .panel-body ul li {
        font-size: 14px;
        line-height: 24px
    }
    .blog-content-area {
        margin-bottom: 10px
    }
    .blog-intro-text {
        left: 5%
    }
    .post-content h4 {
        font-size: 20px
    }
    .post-content p {
        font-size: 14px
    }
    .widget-content ul li .content-snippet p {
        font-size: 12px
    }
    .nav-filter-list ul li {
        margin-right: 30px
    }
    .author-description .author-content-box,
    .comment-description .comment-content-box {
        margin-left: 80px
    }
    .post-content-lg h4 {
        font-size: 22px
    }
    .post-content-lg p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 25px
    }
    .post-content-lg blockquote {
        font-size: 14px;
        line-height: 26px;
        margin: 0 0 25px 20px
    }
    .author-description {
        margin: 50px 0 10px
    }
    .author-content p {
        margin: 0
    }
    .blog-comment-form .comment-form ul {
        margin-bottom: 10px
    }
    .blog-comment-form .comment-form ul li {
        margin-right: 5px
    }
    .blog-comment-form .comment-form input[type=text] {
        height: 42px;
        line-height: 42px;
        width: 199px
    }
    .blog-comment-form .comment-form textarea {
        height: 200px;
        margin-bottom: 20px
    }
    .contact-address ul li {
        font-size: 14px
    }
    .blog-widget-area {
        margin-bottom: 0;
        margin-top: 20px
    }
    .blog-subscribe-box {
        margin-top: 7px;
        line-height: 38px
    }
    .blog-subscribe-box input[type=text] {
        width: 200px;
        height: 36px;
        margin-right: 4px
    }
    .blog-subscribe-box .subscribe-btn {
        height: 36px;
        width: 38px
    }
    .blog-subscribe-box .subscribe-btn i {
        font-size: 14px;
        line-height: 36px
    }
    .main-compare-box {
        height: 150px
    }
    .main-compare-box .compare-box {
        padding-top: 20px
    }
    .main-compare-box .compare-box ul li {
        width: 130px;
        margin-right: 15px;
        height: 110px
    }
    .main-compare-box .compare-box ul li a.compare-img {
        width: 60px;
        height: 60px
    }
    .main-compare-box .compare-box ul li.blank-box a.compare-description {
        line-height: 100px
    }
    .mncompareBtn .btn-compare {
        font-size: 12px
    }
    #sticky-compare.stick-compare .compare-box ul li a.compare-img {
        width: 50px;
        height: 50px
    }
    #sticky-compare.stick-compare .compare-box ul li a.compare-img img {
        max-width: 50px;
        max-height: 50px
    }
    #sticky-compare.stick-compare .compare-box ul li a.compare-description {
        float: none;
        line-height: 18px;
        text-align: left
    }
    .intexSelectBox {
        width: 28%
    }
    .footerRedBar {
        padding: 30px 0
    }
    .footerRedBar a h4 {
        font-size: 20px;
        line-height: 28px
    }
    .footerRedBar a p {
        font-size: 14px
    }
    .intex-team .content-dv .team-thumbnail {
        width: 90px;
        max-height: 90px
    }
    .intex-team .content-dv .team-thumbnail img {
        max-width: 90px;
        max-height: 90px
    }
    .intex-left-grid ul li.grid-text-left {
        height: 150px;
        font-size: 36px
    }
    .intex-left-grid ul li.grid-text-left span {
        font-size: 42px;
        line-height: 60px
    }
    .intex-right-grid ul li.grid-text-right {
        height: 255px;
        font-size: 18px;
        line-height: 32px;
        padding: 25px
    }
    .intex-right-grid ul li .grid-img-right {
        width: 621px;
        height: 360px
    }
    .intex-left-grid ul li .grid-img-left {
        width: 408px;
        height: 465px
    }
    .load-post {
        height: 60px;
        line-height: 59px
    }
    .product-filter-nav {
        height: 50px;
        line-height: 49px
    }
    .nav-filter-list .nav-tabs li a,
    .nav-filter-list ul li {
        line-height: 47px
    }
    .innerHeaderbg {
        height: 340px
    }
    .intexSelectBox {
        margin-right: 10px;
        height: 42px
    }
    .intexSelectBox select {
        height: 42px;
        line-height: 42px;
        font-size: 12px
    }
    .intexSelectBox i {
        right: 8px;
        top: 12px
    }
    .googlemap {
        height: 340px
    }
    .search-box {
        margin-top: 6px;
        height: 38px;
        width: 30%
    }
    .search-box form {
        line-height: 38px
    }
    .search-box input[type=text] {
        height: 38px;
        line-height: 38px
    }
    .search-box input[type=submit] {
        height: 38px;
        line-height: 38px;
        width: 40px
    }
    .career-form input[type=text] {
        height: 42px;
        line-height: 42px
    }
    .career-form textarea {
        height: 200px
    }
}

@media screen and (max-width:991px) {
    header.homeSlider .intro-images img,
    header.homeSlider .text-img02 img {
        max-height: 350px;
        max-width: 350px
    }
    .fb-like-button {
        position: fixed;
        left: 0;
        z-index: 9;
        bottom: 2%;
        right: auto
    }
    .navbar-default {
        padding: 2px 50px 2px 10px
    }
    .navbar-default .nav li a {
        font-size: 11px;
        padding-left: 12px;
        padding-right: 12px
    }
    .navbar-default .navbar-brand {
        background: url(../img/logo-tab.png) no-repeat;
        margin-top: 15px
    }
    header.homeSlider.carousel .fill {
        height: 550px
    }
    .loadmoreDv,
    .resultDv {
        height: 60px;
        line-height: 59px
    }
    <!--header.productSlider .intro-text .intro-heading {
        padding-top: 80px
    }
    -->.footer-social {
        width: 100%;
        margin-top: 40px;
        padding-top: 20px;
        float: left;
        border-top: 1px solid #444
    }
    .social-icons {
        float: right;
        margin-top: 56px
    }
    .subscribe_box input[type=text] {
        width: 340px
    }
    #sticky.stick {
        position: relative;
        top: 0
    }
    .nav-filter-list {
        display: none
    }
    .nav-filter-list-full,
    .nav-filter-product {
        display: block
    }
    .product-filter-nav .nav-filter-cat {
        width: 100%;
        padding: 0
    }
    .product-filter-nav .nav-filter-cat button {
        padding-left: 30px
    }
    .product-filter-nav .nav-filter-cat span a {
        padding-right: 30px
    }
    .resultDv h1,
    .resultDv h2 {
        line-height: 59px
    }
    .productInner02 .product-description02 {
        padding: 10px
    }
    .main-compare-box {
        width: 100%
    }
    .main-compare-box .compare-box ul li {
        width: 110px
    }
    .mncompareBtn .btn-compare {
        padding: 8px 15px
    }
    #sticky-compare.stick-compare {
        top: 55px
    }
    .cbp-spmenu-push {
        overflow-x: hidden;
        position: relative;
        left: 0
    }
    .cbp-spmenu {
        background: #F5F6FA;
        position: absolute
    }
    .cbp-spmenu-vertical {
        width: 240px;
        height: 100%;
        top: 0;
        z-index: 1000;
        border-right: 1px solid #dfe0e5;
        border-bottom: 1px solid #dfe0e5;
        -webkit-box-shadow: 2px 0 2px 0 rgba(0, 0, 0, .06);
        box-shadow: none
    }
    .cbp-spmenu-vertical a {
        padding: 0
    }
    .cbp-spmenu-left.cbp-spmenu-open {
        left: 0
    }
    .cbp-spmenu,
    .cbp-spmenu-push {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease
    }
    .feature-product-img {
        height: 460px
    }
    .feature-product-img img {
        max-height: 460px;
        max-width: 340px
    }
    .feature-product-content {
        padding-top: 40px
    }
    .feature-product-content h1 {
        font-size: 34px
    }
    .product-specs ul li {
        margin-bottom: 20px;
        padding-top: 10px
    }
    .specs-img {
        height: 468px
    }
    .product-specs-accordion {
        margin-top: 30px
    }
    .product-specs-accordion .panel-body {
        padding: 25px
    }
    .product-specs-accordion .panel-title a {
        padding: 12px 48px 12px 15px;
        font-size: 16px;
        line-height: 28px
    }
    .product-specs-accordion .panel-group .panel-heading a::after {
        top: 7px
    }
    .product-specs-accordion .panel-group .panel-heading a.collapsed::after {
        top: 12px
    }
    header.blogSlider.carousel .blog-bg {
        height: 350px
    }
    .vertical-line-start {
        left: 50px;
        margin: 0
    }
    hr.vertical-line {
        left: 54px;
        margin: 0
    }
    .style-hr,
    .style-hr-white {
        margin: 15px 47px 20px
    }
    .end-circle,
    .time-circle {
        margin: 0;
        height: 92px;
        width: 92px;
        line-height: 91px
    }
    .content-parent-dv,
    .intex-about {
        padding: 20px 70px
    }
    .time-circle {
        left: 22px;
        font-size: 20px
    }
    .time-circle-icon img {
        top: -2px;
        max-width: 28px
    }
    .time-circle-text {
        font-size: 18px
    }
    .end-circle {
        left: 6px;
        font-size: 14px
    }
    .contrDvtab {
        width: 100%;
        padding: 0
    }
    .content-parent-dv .content-dv {
        margin-bottom: 40px
    }
    .content-parent-dv .col-sm-12:last-of-type {
        padding-top: 40px
    }
    .content-parent-dv .content-dv .content-text h1 {
        font-size: 26px
    }
    .content-parent-dv .content-dv .content-text p {
        font-size: 14px
    }
    .intex-accolades .col-sm-12 {
        padding-left: 0;
        padding-right: 0
    }
    .intex-accolades .content-dv {
        padding-left: 75px;
        margin-left: 0
    }
    .intex-accolades .content-dv02 {
        border-top: 1px solid #e7e7e7;
        width: 100%
    }
    .about-employee {
        min-height: 60px
    }
    .mainHeading h1 {
        font-size: 30px
    }
    .mainHeading p {
        font-size: 14px;
        line-height: 28px
    }
    .monthlist {
        text-align: center
    }
    .monthlist ul li {
        text-align: right;
        width: 6.3333%;
        float: none;
        display: inline-block
    }
    .blog-subscribe-box,
    .intex-left-grid ul li .grid-img-left {
        display: none
    }
    .intex-left-grid {
        width: 100%
    }
    .intex-left-grid ul li.grid-text-left {
        float: none;
        margin: 0 auto;
        height: auto
    }
    .intex-right-grid {
        width: 100%;
        margin: 0
    }
    .intex-right-grid ul {
        margin: 0 5px
    }
    .intex-right-grid ul li .grid-img-right {
        width: 100%;
        background-position: bottom left
    }
    .intex-right-grid ul li.grid-text-right {
        height: auto;
        padding: 30px;
        font-size: 16px;
        line-height: 28px
    }
    .blog-comment-form .comment-form ul li {
        width: 32.333%
    }
    .blog-comment-form .comment-form input[type=text],
    .btm-line,
    .load-post,
    .other-contact .right-contact {
        width: 100%
    }
    .btm-line {
        margin-left: 0
    }
    .load-post {
        margin-bottom: 20px
    }
    .contact-address {
        margin-top: 20px
    }
    .other-contact .left-contact {
        width: 100%;
        border-right: 0 solid #dfe0e5;
        border-bottom: 1px solid #dfe0e5
    }
    .other-contact .right-contact h4 {
        margin-bottom: 0
    }
    .contact-map {
        margin-top: 50px
    }
    .googlemap {
        height: 280px
    }
    .no-record-found-mnDv {
        margin-right: 0
    }
    .product-rightSidebar {
        width: 75.6%
    }
    .ad1-bg-Mobiles,
    .ad1-bg-SmartPhones {
        background: url(../img/index/smart-small.jpg) bottom center no-repeat
    }
    .ad1-bg-LEDMONITOR {
        background: url(../img/index/led-monitor-small.png) bottom center no-repeat
    }
	.ad1-bg-HdmiCables {
        background: url(../img/index/hdmi-cable-tab.jpg) bottom center no-repeat
    }
    .ad1-bg-Allphones {
        background: url(../img/index/allmobilephones-banner-tab.jpg) bottom center no-repeat
    }
    .ad1-bg-SmartWearables {
        background: url(../img/index/smart-wearables-tab.png) bottom center no-repeat
    }
    .ad1-bg-AirPurifiers {
        background: url(../img/index/purifiers-category-tab.jpg) bottom center no-repeat
    }
    .ad1-bg-Smartbands {
        background: url(../img/index/smartband-tab.png) bottom center no-repeat
    }
    .ad1-bg-FeaturePhones {
        background: url(../img/index/feature-small.jpg) top center no-repeat
    }
    .ad1-bg-AirCoolers {
        background: url(../img/index/air-coolers-tab.jpg) top center no-repeat
    }
    .ad1-bg-PersonalCoolers {
        background: url(../img/index/personal-coolers-tab.jpg) top center no-repeat
    }
    .ad1-bg-WindowCoolers {
        background: url(../img/index/window-coolers-tab.jpg) top center no-repeat
    }
    .ad1-bg-DesertCoolers {
        background: url(../img/index/dessert-coolers-tab.jpg) top center no-repeat
    }
    .ad1-bg-HeadPhones {
        background: url(../img/index/headphone-small.jpg) top center no-repeat
    }
    .ad1-bg-BarcodeScanner {
        background: url(../img/index/barcode-scanner-tab.jpg) bottom center no-repeat
    }
    .ad1-bg-SmartTV {
        background: url(../img/index/smart-tv-tab.jpg) bottom center no-repeat
    }
    .ad1-bg-Keyboard {
        background: url(../img/index/keyboard-small.jpg) top center no-repeat
    }
    .ad1-bg-LEDSMARTTVs {
        background: url(../img/index/SMART-LED-small.jpg) top center no-repeat
    }
    .ad1-bg-FullHD {
        background: url(../img/index/FHD-small.jpg) top center no-repeat
    }
    .ad1-bg-HD {
        background: url(../img/index/LED-small.jpg) top center no-repeat
    }
    .ad1-bg-Speakers {
        background: url(../img/index/main-speaker-small.jpg) top center no-repeat
    }
    .ad1-bg-Bar {
        background: url(../img/index/it-sb-crystal-bt-tab.png) top center no-repeat
    }
    .ad1-bg-Tower {
        background: url(../img/index/it-12001-suf-bt-tab.png) top center no-repeat
    }
    .ad1-bg-DJ {
        background: url(../img/index/speaker-small.jpg) top center no-repeat
    }
    .ad1-bg-BT {
        background: url(../img/index/bt-tab.jpg) top center no-repeat
    }
    .ad1-bg-Accessories {
        background: url(../img/index/ear-phone-tab.jpg) top center no-repeat
    }
    .ad1-bg-HomeSpeakers {
        background: url(../img/index/it-star-14000-suf-tab.png) top center no-repeat
    }
    .ad1-bg-Tablets {
        background: url(../img/index/tablets-tab.png) top center no-repeat
    }
    .ad1-bg-ComputerSpeakers {
        background: url(../img/index/speaker-it-small.jpg) top center no-repeat
    }
    .ad1-bg-WashingMachine {
        background: url(../img/index/washing-machine-small.jpg) top center no-repeat
    }
    .ad1-bg-FullyAutomatic {
        background: url(../img/index/full-automatic-washing-machine-tab.jpg) top center no-repeat
    }
    .ad1-bg-Refrigerators {
        background: url(../img/index/refrigerator-tab.jpg) top center no-repeat
    }
    .ad1-bg-PowerBank {
        background: url(../img/index/powerbanks-tab.jpg) top center no-repeat
    }
    .ad1-bg-SemiAutomatic {
        background: url(../img/index/semi-washing-machine-small.jpg) top center no-repeat
    }
	 .ad1-bg-SAActivDrySeries {
        background: url(../img/index/washing-machine-small.jpg) top center no-repeat
    }
    .ad1-bg-Mouse {
        background: url(../img/index/mouse-tab.png) top center no-repeat
    }
    .ad1-bg-Cabinets {
        background: url(../img/index/cabinet-514-tab.jpg) top center no-repeat
    }
    .ad1-bg-CurrencyCounter {
        background: url(../img/index/currency-counter-tab.jpg) top center no-repeat
    }
    .ad1-bg-AirConditioners {
        background: url(../img/index/air-condtioner-tab.jpg) top center no-repeat
    }
    .ad1-bg-SplitAC {
        background: url(../img/index/slpit-ac-tab.jpg) top center no-repeat
    }
    .ad1-bg-SuperSaverInverterSeries {
        background: url(../img/index/super-saver-tab.jpg) top center no-repeat
    }
    .ad1-bg-GoldenIce {
        background: url(../img/index/golden-ice-tab.jpg) top center no-repeat
    }
    .ad1-bg-SilverIce {
        background: url(../img/index/silver-ice-tab.jpg) top center no-repeat
    }
    .ad1-bg-CarbonIce {
        background: url(../img/index/carbon-ice-tab.jpg) top center no-repeat
    }
    .ad1-bg-WindowAC {
        background: url(../img/index/window-ac-tab.jpg) top center no-repeat
    }
}

@media screen and (max-width:800px) {
    .product-rightSidebar {
        width: 70%
    }
    .productInner a .product-img img {
        max-height: 220px;
        max-width: 180px
    }
    .productInner .product-description h2,
    .productInner .product-description h4 {
        font-size: 18px
    }
    .productInner a .product-img {
        height: 245px;
        width: 180px
    }
    .productInner .buy-module .price {
        font-size: 16px
    }
    .cbp-spmenu-vertical {
        box-shadow: none
    }
}

@media screen and (max-width:767px) {
    .intexSelectBox,
    .navbar-default .navbar-collapse .dropdown-menu {
        width: 100%
    }
    .sb-search,
    .sb-search-input {
        height: 50px
    }
    .divvh,
    .free-resource,
    .myintextapp,
    .special-offer,
    .watch-tvc {
        display: block
    }
    .myintextapp {
        padding: 0!important;
        margin: 10px 0 0
    }
    .myintex {
        margin: 20px 0!important
    }
    .myintexapps {
        margin: 0 0 10%!important
    }
    .nav-filter-list .nav-tabs {
        border-bottom: 0;
        float: none
    }
    .mainProductCntr .pull-left,
    .mainProductCntr .pull-right,
    .navbar-default .navbar-collapse {
        float: none!important
    }
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        position: relative
    }
    .navbar-default {
        padding: 0;
        margin-bottom: 0;
        border-bottom: 0
    }
    .navbar-default .navbar-header {
        padding: 0;
        border-bottom: 1px solid #e7e7e7;
        width: 100%;
        text-align: center
    }
    .navbar-default .nav li a {
        color: rgba(59, 50, 49, .8);
        text-align: center;
        background: #f5f6fa;
        font-size: 12px
    }
    .navbar-default .navbar-brand {
        margin-left: 15px
    }
    .navbar-default .navbar-toggle {
        margin-right: 15px
    }
    .sb-search {
        right: 68px;
        min-width: 50px
    }
    .sb-icon-search,
    .sb-search-submit {
        height: 50px;
        line-height: 50px;
        width: 50px
    }
    .no-js .sb-search,
    .sb-search.sb-search-open {
        width: 250px
    }
    header.productSlider .intro-text .intro-heading .text-img {
        font-size: 35px
    }
    header.productSlider .banner4 .intro-heading {
        padding-top: 0;
        top: 20px;
        width: 40%
    }
    header.productSlider .banner4 .intro-images {
        height: 340px
    }
    header.productSlider .banner4 .intro-images img {
        max-height: 250px;
        max-width: 330px
    }
    header.productSlider .intro-text {
        left: 5%;
        right: 5%
    }
    header.homeSlider .intro-text .intro-heading {
        padding-top: 0;
        top: 140px;
        width: 35%
    }
    header.productSlider .intro-text .intro-heading02 {
        top: 80px
    }
    header.homeSlider .text-img img {
        max-height: 40px
    }
    header.homeSlider .text-img02 img {
        max-width: 350px;
        max-height: 350px
    }
    header.homeSlider .intro-images {
        position: relative;
        top: 120px;
        width: 65%
    }
    header.productSlider.carousel .fill {
        height: 390px
    }
    header.productSlider .intro-text .intro-heading p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .button--moema {
        padding: 16px 34px
    }
    header.productSlider .intro-images img {
        max-width: 210px;
        max-height: 320px
    }
    header.homeSlider .banner1 .intro-images {
        text-align: right;
        width: 55%
    }
    header.homeSlider .banner1 .intro-heading {
        width: 45%
    }
    header.homeSlider .banner2 .intro-images {
        position: relative;
        top: 120px;
        width: 55%;
        text-align: left
    }
    .feature-product-content,
    .footerRedBar a,
    .product-specs-container h1,
    .serive-centre-help {
        text-align: center
    }
    header.productSlider .banner2 .intro-images img {
        max-height: 330px;
        max-width: 270px
    }
    header.productSlider .banner2 .intro-heading {
        width: 45%
    }
    .mainPrctDv,
    .mainProductCntr {
        max-height: 100%
    }
    .footerRedBar {
        padding: 20px 0
    }
    .footerRedBar a {
        margin-bottom: 20px;
        margin-top: 20px
    }
    .footerRedBar a h4 {
        border-left: 0
    }
    .footer-menus ul.extras-links {
        margin-bottom: 40px
    }
    .footer-menus {
        padding: 40px
    }
    .copyright {
        margin-left: 50px
    }
    .footer-links {
        margin-right: 50px
    }
    .arrow_box_left:after,
    .arrow_box_right:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 35px;
        margin-left: -35px
    }
    #sticky.stick {
        position: relative;
        top: 0
    }
    .product-box .product-container {
        height: 370px
    }
    .productInner a .product-img {
        height: 180px;
        width: 250px
    }
    .productInner a .product-img img {
        max-height: 180px;
        max-width: 250px
    }
    .productInner .product-description h4 {
        font-size: 18px;
        line-height: 22px
    }
    section.recommded-Dv {
        padding: 40px 0
    }
    .product-boxRecded {
        margin-bottom: 20px
    }
    .productInner02 .product-description02 {
        padding: 30px 10px;
        text-align: center
    }
    .feature-product-content h1 {
        font-size: 30px;
        line-height: 34px
    }
    .feature-product-content .btn-main {
        float: none;
        margin: 0 auto;
        width: 110px
    }
    .hrsmlLine {
        margin: 25px auto
    }
    .product-specs-container {
        padding: 40px 0
    }
    .product-specs {
        margin-top: 40px;
        float: left
    }
    .product-specs ul li {
        margin-left: 40px
    }
    .specs-img {
        height: 400px
    }
    .innerHeaderbg,
    header.blogSlider.carousel .blog-bg {
        height: 280px
    }
    .product-specs-accordion .panel-body ul li {
        width: 100%;
        padding-top: 0;
        padding-bottom: 10px;
        margin-top: 0;
        margin-bottom: 10px;
        border-top: 0;
        border-bottom: 1px dashed #dfe0e5;
        margin-left: 0
    }
    #sticky-compare.stick-compare {
        top: 0
    }
    .remove-compare-box {
        top: 5px
    }
    .remove-compare-box img {
        max-width: 24px;
        max-height: 24px
    }
    .intex-left-grid ul li.grid-text-left {
        font-size: 28px;
        padding: 10px
    }
    .intex-left-grid ul li.grid-text-left span {
        font-size: 36px;
        line-height: 45px
    }
    .blog-content-area article .post-image-lg {
        margin-bottom: 30px
    }
    .other-contact ul li {
        height: auto
    }
    .other-contact ul li .col-xs-12 {
        border-top: 1px solid #dfe0e5
    }
    .other-contact ul li .col-xs-12 a {
        margin-left: 20px
    }
    .contact-map {
        margin-top: 0
    }
    .career-form ul li {
        margin-bottom: 0
    }
    .career-form input {
        margin-bottom: 20px
    }
    .product-rightSidebar {
        width: 100%
    }
    .cbp-spmenu-vertical {
        position: initial;
        width: 100%;
        z-index: 1000;
        box-shadow: none
    }
    .panel-body {
        padding: 15px 0
    }
    .divvh_h {
        display: none
    }
    .serive-centre-help {
        margin: 0 auto;
        font-size: 18px
    }
    .serive-centre-help span {
        color: #333
    }
}

@media screen and (max-width:640px) {
    .carousel-indicators,
    .main-compare-box,
    .monthlist {
        display: none
    }
    header.productSlider.carousel .fill {
        height: 410px
    }
    header.productSlider .carousel-caption,
    header.productSlider .intro-text {
        top: 0
    }
    header.productSlider .intro-text .intro-heading .text-img {
        margin-bottom: 40px
    }
    header.productSlider .banner1 .intro-heading .text-img,
    header.productSlider .banner2 .intro-heading .text-img,
    header.productSlider .banner3 .intro-heading .text-img {
        margin-bottom: 20px
    }
    header.productSlider .intro-text .intro-heading p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px
    }
    header.productSlider .intro-images {
        text-align: center
    }
    header.productSlider .intro-images img {
        max-width: 190px;
        max-height: 190px
    }
    header.productSlider .banner2 .intro-images img,
    header.productSlider .banner3 .intro-images img {
        max-width: 250px;
        max-height: 280px
    }
    header.productSlider .intro-text .intro-heading {
        top: -210px
    }
    header.homeSlider .intro-images {
        top: -220px
    }
    header.productSlider .banner1 .intro-heading,
    header.productSlider .banner1 .intro-images {
        top: -320px
    }
    header.productSlider .banner1 .intro-images img {
        max-height: 280px
    }
    header.productSlider .banner2 .intro-heading {
        top: -300px
    }
    header.productSlider .banner2 .intro-images {
        top: -320px
    }
    header.productSlider .banner3 .intro-heading {
        top: -350px
    }
    header.productSlider .banner3 .intro-images {
        top: -230px;
        left: 60px
    }
    header.productSlider .banner3 .text-img02 img {
        max-height: 300px;
        max-width: 300px
    }
    header.productSlider .banner4 .intro-heading {
        width: 100%;
        text-align: center;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0
    }
    header.productSlider .banner4 .intro-heading .text-img {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px
    }
    header.productSlider .banner4 .intro-heading p {
        margin-bottom: 10px
    }
    header.productSlider .banner4 .intro-heading .btn-main {
        margin: 0 auto;
        width: 110px;
        float: none
    }
    header.productSlider .banner4 .intro-images {
        position: absolute;
        right: 0;
        left: 0;
        top: 85px;
        margin-left: auto;
        margin-right: auto
    }
    .product-box {
        width: 50%
    }
    .feature-product-img {
        height: 370px
    }
    .feature-product-img img {
        max-height: 370px;
        max-width: 310px
    }
    .specs-img {
        height: 340px
    }
    .product-specs-accordion .panel-title a {
        font-size: 14px;
        line-height: 24px
    }
    .subscribe_box {
        float: left;
        width: 100%
    }
    .subscribe_box input[type=text] {
        width: 80%
    }
    .social-icons {
        float: left;
        margin-top: 0
    }
    .copyright,
    .footer-links {
        float: none;
        text-align: center;
        padding: 14px 0;
        margin: 0
    }
    .content-parent-dv,
    .intex-about {
        padding: 20px 20px 20px 70px
    }
    .intex-right-grid ul li .grid-img-right {
        height: 310px
    }
    .googlemap,
    .innerHeaderbg {
        height: 220px
    }
    .blog-comment-form .comment-form ul {
        margin-bottom: 0
    }
    .blog-comment-form .comment-form ul li {
        width: 100%;
        display: block;
        margin-bottom: 10px
    }
    .intexSelectBox,
    .search-box {
        width: 40%
    }
    .blog-content-area article .post-image {
        float: none;
        text-align: center
    }
    .blog-content-area article .post-content {
        float: none;
        margin-right: 10px;
        margin-top: 25px;
        display: block
    }
    .compareBtn {
        display: none
    }
}

@media screen and (max-width:480px) {
    .end-circle,
    .vertical-line-start,
    hr.vertical-line {
        display: none
    }
    .intex-about .time-circle {
        position: relative;
        top: 0
    }
    header.homeSlider .intro-text .intro-heading {
        padding-left: 20px
    }
    header.homeSlider .carousel-caption {
        left: 0;
        right: 0;
        bottom: 0
    }
    .subscribe_box input[type=text] {
        width: 100%
    }
    .subscribe_box .subscribe-btn {
        width: 100%;
        margin-top: 20px
    }
    .social-icons {
        margin-top: 40px
    }
    header.homeSlider .text-img img {
        max-height: 30px
    }
    header.homeSlider .intro-images img {
        max-width: 160px;
        max-height: 160px
    }
    .productTxt img {
        max-width: 292px;
        max-height: 292px
    }
    header.productSlider .intro-text .intro-heading .text-img {
        line-height: 26px;
        margin-bottom: 10px
    }
    header.productSlider .intro-text .intro-heading p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px
    }
    header.productSlider .intro-text .intro-heading .btn-main {
        margin: 0 auto;
        width: 110px;
        float: none
    }
    header.homeSlider .banner1 .intro-heading,
    header.homeSlider .banner2 .intro-heading {
        width: 90%;
        position: absolute;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        left: 0;
        text-align: center
    }
    header.homeSlider .banner1 .intro-heading {
        top: -384px
    }
    header.homeSlider .banner1 .intro-images {
        position: absolute;
        right: 0;
        left: 0;
        top: -205px;
        margin-left: auto;
        margin-right: auto
    }
    header.homeSlider .banner2 .intro-heading {
        top: -384px
    }
    header.homeSlider .banner2 .intro-images {
        position: absolute;
        right: 0;
        left: 0;
        top: -220px;
        margin-left: auto;
        margin-right: auto;
        padding: 0
    }
    .fb-like-button,
    .ipl-offers-button {
        position: fixed;
        z-index: 9;
        right: auto
    }
    header.homeSlider .banner2 .text-img img {
        max-height: 30px
    }
    .product-box {
        width: 100%
    }
    .productInner02 .product-description02 {
        padding: 15px 10px
    }
    .product-specs-container h1 {
        font-size: 24px;
        margin-bottom: 30px
    }
    section.recommded-Dv .page-title h1 {
        font-size: 26px
    }
    .intex-full-dv {
        padding: 20px 0 80px
    }
    .mainHeading {
        margin-bottom: 10px
    }
    .style-hr,
    .style-hr-white {
        border: 0;
        margin-top: 0
    }
    .end-circle,
    .time-circle {
        left: 0;
        margin: 0 auto
    }
    .content-parent-dv {
        padding: 0
    }
    .intex-about {
        padding: 20px 0 0 30px;
        text-align: center;
        margin: 0 auto
    }
    .content-parent-dv .content-dv {
        margin-left: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }
    .intex-accolades .col-sm-12 {
        padding-left: 15px;
        padding-right: 15px
    }
    .intex-accolades .content-dv {
        padding: 0 15px
    }
    .intex-accolades .content-dv02 {
        padding-top: 40px
    }
    .content-parent-dv .content-dv .content-img {
        width: 280px;
        height: 150px;
        margin: 0 auto 15px
    }
    .content-parent-dv .content-dv .content-img img {
        max-width: 280px;
        max-height: 150px
    }
    .intex-right-grid ul li .grid-img-right {
        height: 240px
    }
    .innerHeaderbg {
        height: 160px
    }
    .intexSelectBox {
        width: 80%
    }
    .search-box {
        width: 60%
    }
    .ad1-bg-Mobiles,
    .ad1-bg-SmartPhones {
        background: url(../img/index/smart-very-small.jpg) bottom center no-repeat
    }
    .ad1-bg-LEDMONITOR {
        background: url(../img/index/led-monitor-very-small.png) bottom center no-repeat
    }
	.ad1-bg-HdmiCables {
        background: url(../img/index/hdmi-cable-mobile.jpg) bottom center no-repeat
    }
    .ad1-bg-Allphones {
        background: url(../img/index/allmobilephones-banner-mobile.jpg) bottom center no-repeat
    }
    .ad1-bg-SmartWearables {
        background: url(../img/index/smart-wearables-mobile.png) bottom center no-repeat
    }
    .ad1-bg-AirPurifiers {
        background: url(../img/index/purifiers-category-mobile.jpg) bottom center no-repeat
    }
    .ad1-bg-Smartbands {
        background: url(../img/index/smartband-mobile.png) bottom center no-repeat
    }
    .ad1-bg-FeaturePhones {
        background: url(../img/index/feature-very-small.jpg) top center no-repeat
    }
    .ad1-bg-AirCoolers {
        background: url(../img/index/air-coolers-mobile.jpg) top center no-repeat
    }
    .ad1-bg-PersonalCoolers {
        background: url(../img/index/personal-coolers-mobile.jpg) top center no-repeat
    }
    .ad1-bg-WindowCoolers {
        background: url(../img/index/Window-coolers-mobile.jpg) top center no-repeat
    }
    .ad1-bg-DesertCoolers {
        background: url(../img/index/dessert-coolers-mobile.jpg) top center no-repeat
    }
    .ad1-bg-HeadPhones {
        background: url(../img/index/headphone-very-small.jpg) top center no-repeat
    }
    .ad1-bg-BarcodeScanner {
        background: url(../img/index/barcode-scanner-mobile.jpg) bottom center no-repeat
    }
    .ad1-bg-SmartTV {
        background: url(../img/index/smart-tv-mobile.jpg) bottom center no-repeat
    }
    .ad1-bg-Keyboard {
        background: url(../img/index/keyboard-very-small.jpg) top center no-repeat
    }
    .ad1-bg-LEDSMARTTVs {
        background: url(../img/index/SMART-LED-very-small.jpg) top center no-repeat
    }
    .ad1-bg-FullHD {
        background: url(../img/index/FHD-very-small.jpg) top center no-repeat
    }
    .ad1-bg-HD {
        background: url(../img/index/LED-very-small.jpg) top center no-repeat
    }
    .ad1-bg-Speakers {
        background: url(../img/index/main-speaker-very-small.jpg) top center no-repeat
    }
    .ad1-bg-Bar {
        background: url(../img/index/it-sb-crystal-bt-mobile.png) top center no-repeat
    }
    .ad1-bg-Tower {
        background: url(../img/index/it-12001-suf-bt-mobile.png) top center no-repeat
    }
    .ad1-bg-DJ {
        background: url(../img/index/speaker-very-small.jpg) top center no-repeat
    }
    .ad1-bg-BT {
        background: url(../img/index/bt-mobile.jpg) top center no-repeat
    }
    .ad1-bg-Accessories {
        background: url(../img/index/ear-phone-mobile.jpg) top center no-repeat
    }
    .ad1-bg-HomeSpeakers {
        background: url(../img/index/it-star-14000-suf-mobile.png) top center no-repeat
    }
    .ad1-bg-Tablets {
        background: url(../img/index/tablets-mobile.png) top center no-repeat
    }
    .ad1-bg-ComputerSpeakers {
        background: url(../img/index/speaker-it-very-small.jpg) top center no-repeat
    }
    .ad1-bg-WashingMachine {
        background: url(../img/index/washing-machine-very-small.jpg) top center no-repeat
    }
    .ad1-bg-FullyAutomatic {
        background: url(../img/index/full-automatic-washing-machine-mobile.jpg) top center no-repeat
    }
    .ad1-bg-Refrigerators {
        background: url(../img/index/refrigerator-mobile.jpg) top center no-repeat
    }
    .ad1-bg-PowerBank {
        background: url(../img/index/powerbanks-mobile.jpg) top center no-repeat
    }
    .ad1-bg-SemiAutomatic {
        background: url(../img/index/semi-washing-machine-very-small.jpg) top center no-repeat
    }
	.ad1-bg-SAActivDrySeries {
        background: url(../img/index/washing-machine-very-small.jpg) top center no-repeat
    }
    .ad1-bg-Mouse {
        background: url(../img/index/mouse-mobile.png) top center no-repeat
    }
    .fb-like-button {
        left: 0!important;
        bottom: 2%
    }
    .ipl-offers-button {
        left: 10px;
        bottom: 1%
    }
    .ad1-bg-Cabinets {
        background: url(../img/index/cabinet-514-mobile.jpg) top center no-repeat
    }
    .ad1-bg-CurrencyCounter {
        background: url(../img/index/currency-counter-mobile.jpg) top center no-repeat
    }
    .ad1-bg-AirConditioners {
        background: url(../img/index/air-condtioner-mobile.jpg) top center no-repeat
    }
    .ad1-bg-SplitAC {
        background: url(../img/index/slpit-ac-mobile.jpg) top center no-repeat
    }
    .ad1-bg-SuperSaverInverterSeries {
        background: url(../img/index/super-saver-mobile.jpg) top center no-repeat
    }
    .ad1-bg-GoldenIce {
        background: url(../img/index/golden-ice-mobile.jpg) top center no-repeat
    }
    .ad1-bg-SilverIce {
        background: url(../img/index/silver-ice-mobile.jpg) top center no-repeat
    }
    .ad1-bg-CarbonIce {
        background: url(../img/index/carbon-ice-mobile.jpg) top center no-repeat
    }
    .ad1-bg-WindowAC {
        background: url(../img/index/window-ac-mobile.jpg) top center no-repeat
    }
    .gujaratMenu {
        margin: 0 0 10px!important
    }
}

@media screen and (max-width:360px) {
    .intex-right-grid ul li .grid-img-right {
        height: 180px
    }
    .other-contact .right-contact h4,
    .other-contact .right-contact ul {
        padding: 10px
    }
    .other-contact .right-contact ul li {
        font-size: 12px
    }
    .other-contact .right-contact ul li i {
        padding-right: 6px;
        font-size: 10px
    }
    .other-contact .right-contact ul li a {
        word-wrap: break-word;
        font-size: 12px
    }
    .feature-product-img img {
        max-width: 290px
    }
    .search-box {
        width: 80%
    }
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 12px
}

.text-center {
    text-align: center
}

@media screen and (max-width:767px) {
    .productContainer {
        height: auto;
        padding: 25px 0;
        width: 96%
    }
    .mtop {
        margin: 0!important
    }
    .fill2 {
        height: 180px!important
    }
}

@media screen and (max-width:991px) {
    .navbar-default .nav li a {
        padding-left: 3px;
        padding-right: 3px
    }
    .gujaratMenu {
        padding-left: 5px!important
    }
}

.gujaratMenu {
    background: red!important;
    border-radius: 5px;
    color: #fff!important;
    margin-right: 5px!important;
    margin-top: 9px;
    padding-bottom: 5px!important;
    padding-left: 15px!important;
    padding-top: 5px!important;
    text-align: center!important
}

.gujaratMenu:hover {
    background: #fbd203!important;
    color: #000!important
}

.smartidea-sidebutton {
    bottom: 50%;
    cursor: pointer;
    display: none;
    padding: 5px 20px;
    position: fixed;
    left: -90px;
    text-align: right;
    transform: rotate(-90deg);
    z-index: 999999999;
    background-color: #025fa3!important;
    border: 1px solid #025fa3!important
}

.smartidea-sidebutton a {
    color: #fff
}

.modal.in .modal-dialog {
    background-image: url(../img/offernew.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 750px;
    height: 375px;
    margin: 135px auto
}

.dialog-box-pop-up .modal-content {
    border: none;
    border-radius: 0;
    background: 0 0;
    box-shadow: none
}

.dialog-box-pop-up .modal-header {
    border-bottom: none
}

.dialog-box-pop-up .modal-body {
    padding-bottom: 44px;
    text-align: center
}

.dialog-box-pop-up .modal-body h5 {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    margin-top: 0
}

.dialog-box-pop-up .modal-body h3 {
    color: #fff;
    font-size: 27px;
    line-height: 33px;
    margin-top: 10px;
    font-weight: 700
}

.dialog-box-pop-up .modal-body h2 {
    font-size: 20px;
    color: #FFF;
    line-height: 22px;
    margin-top: 0
}

.dialog-box-pop-up .modal-body p {
    font-size: 13px;
    text-align: left;
    display: inline-block;
    color: #f8ff81;
    vertical-align: bottom;
    margin-right: 50px
}

.price-pop-up {
    color: #fff8bd
}

.submit-button.btn,
.submit-button.btn:focus {
    background: url(../img/button-bg.png) no-repeat;
    color: #0059c8
}

.dialog-box-pop-up .modal-body form .input-text-area {
    width: 60%;
    display: inline-block;
    margin-top: 10px
}

.pop-up-form {
    text-align: center
}

.pdglft,
.pdgrgt {
    padding-left: 0
}

.submit-button.btn {
    border: none;
    border-radius: 0;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    width: 148px;
    height: 43px
}

strong {
    font-size: 20px
}

.input-text-area {
    min-height: 40px
}

.dialog-box-pop-up .close,
.dialog-box-pop-up .close:hover {
    color: #000;
    opacity: 1;
    margin-right: 20px
}

.dialog-box-pop-up .modal-body h3>.lucky {
    color: #f9ff8d;
    font-size: 35px;
    font-weight: 600
}

.dialog-box-pop-up .modal-body h3>.subscribe {
    color: #fff;
    font-size: 30px;
    font-weight: 600
}

.button-container {
    text-align: left;
    padding-left: 150px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dialog-box-pop-up .modal-body h5 {
        margin-top: 10px
    }
    .modal.in .modal-dialog {
        background-image: url(../img/offernew.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 750px;
        height: 375px;
        margin: 135px auto
    }
    .dialog-box-pop-up .modal-body h3 {
        margin-top: 0
    }
    .dialog-box-pop-up .modal-body h2 {
        font-size: 28px;
        line-height: 34px
    }
    .dialog-box-pop-up .modal-body p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 20px
    }
    .submit-button.btn {
        margin-top: 10px
    }
    .dialog-box-pop-up .modal-body {
        padding-top: 10px;
        padding-bottom: 36px
    }
}

@media (max-width:441px) {
    .dialog-box-pop-up .modal-body h5 {
        margin-top: 10px
    }
    .modal.in .modal-dialog {
        background-image: url(../img/offer-post-bg-mobile.jpg);
        height: 90%;
        width: 95%;
        margin: 10px auto;
        border: 1px solid #FFF
    }
    .dialog-box-pop-up .modal-body h3 {
        font-size: 30px;
        line-height: 40px
    }
    .dialog-box-pop-up .modal-body h2 {
        line-height: 24px
    }
    .dialog-box-pop-up .modal-body form .input-text-area {
        width: 100%
    }
    .dialog-box-pop-up .modal-body p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 20px;
        display: inline-block
    }
    .submit-button.btn {
        margin-top: 20px
    }
    .dialog-box-pop-up .modal-body {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .button-container {
        padding-left: 0;
        text-align: center
    }
}

.subHeding {
    color: #fff!important;
    font-size: 14px!important;
    text-transform: uppercase!important
}

.support-list ul li a:hover {
    color: #000
}

.footerMain {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}


/*-----service Request-----*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.spacer {
    clear: both;
}

#main_container_feeback {
    max-width: 70%;
    min-width: 100px;
    margin: 0 auto;
    height: 100%;
    font-family: Arial, "sans-serif";
    clear: both;
}

.logo_top {
    width: 100%;
    height: 50px;
    background-color: #ed1c24;
    padding-right: 10px;
    padding-top: 10px;
    text-align: right;
}

.customer {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 28px;
    margin: 2% 0;
    font-weight: normal;
    font-family: Arial;
}

.Installation_Registered_User {
    width: 49%;
    height: 150px;
    float: left;
    background-color: #ed1c24;
    text-align: center;
    line-height: 180px;
    margin-top: 2%;
    border-radius: 20px;
    margin-bottom: 2%;
}

.Installation_Registered_User a> img {
    vertical-align: inherit !important;
}

.Installation_New_User {
    width: 49%;
    height: 150px;
    float: right;
    background-color: #ed1c24;
    text-align: center;
    line-height: 180px;
    margin-top: 2%;
    border-radius: 20px;
    margin-bottom: 2%;
}

.Installation_New_User a> img {
    vertical-align: inherit !important;
}

.Feedback {
    width: 50%;
    height: 150px;
    background-color: #ed1c24;
    text-align: center;
    line-height: 180px;
    border-radius: 20px;
    margin: 0 auto;
    clear: both;
}

.Feedback a> img {
    vertical-align: inherit !important;
}

@media screen and (max-width: 1024px) {
    #main_container_feeback {
        max-width: 95%
    }
    .customer {
        font-size: 40px;
        height: 30px;
        line-height: 30px;
    }
    .Installation_Registered_User {
        width: 49%;
        height: 120px;
        margin-top: 2%;
        margin-right: 0px;
        line-height: 160px;
    }
    .Installation_New_User {
        width: 49%;
        height: 120px;
        margin-top: 2%;
        margin-right: 0px;
        line-height: 160px;
    }
    .Feedback {
        width: 50%;
        height: 120px;
        margin-right: 0px;
        line-height: 160px;
        margin: 0 auto;
    }
}

#s-request {
    font-size: 34px;
    text-align: center;
    position: relative;
    font-weight: 600;
}

#s-request:after {
    content: '';
    position: absolute;
    width: 200px;
    background-color: red;
    height: 1px;
    bottom: -17px;
    display: inline-block;
    left: calc(50% - 100px);
}

@media screen and (max-width: 768px) {
    #main_container_feeback {
        max-width: 95%
    }
    .customer {
        font-size: 33px;
        height: 30px;
        line-height: 30px;
    }
    .Installation_Registered_User {
        width: 100%;
        height: 120px;
        margin-top: 2%;
        margin-right: 0px;
        line-height: 160px;
    }
    .Installation_New_User {
        width: 100%;
        height: 120px;
        margin-top: 2%;
        margin-right: 0px;
        line-height: 160px;
        margin-bottom: 4%;
    }
    .Feedback {
        width: 100%;
        height: 120px;
        margin-top: 2%;
        margin-right: 0px;
        line-height: 160px;
    }
}

@media screen and (max-width: 360px) {
    #main_container_feeback {
        max-width: 95%;
        max-height: auto;
    }
    .customer {
        font-size: 25px;
        height: 30px;
        line-height: 30px;
    }
    .Installation_Registered_User {
        width: 100%;
        height: 120px;
        margin-top: 2%;
        line-height: 160px;
    }
    .Installation_New_User {
        width: 100%;
        height: 120px;
        margin-top: 2%;
        line-height: 160px;
        margin-bottom: 4%;
    }
    .Feedback {
        width: 100%;
        height: 120px;
        margin-top: 2%;
        line-height: 160px;
    }
}

#cust_link:hover{
	color: #000 !important;
}



.Register{
    width: 49%;
    height: 150px;
    float: left;
    margin-right: 2%;
    background-color:#ed1c24;
    text-align: center;
    line-height: 150px;
    border-radius: 20px;
    margin-top: 2%;
    margin-bottom: 2%;
}
.Track{
    width: 49%;
    height: 150px;
    float: right;
    background-color:#ed1c24;
    text-align: center;
    line-height: 150px;
    margin-top: 2%;
    border-radius: 20px;
    margin-bottom: 2%;
}
@media screen and (max-width: 1024px) {
 
.Register{
    width: 49%;
    height: 120px;
        margin-top: 2%;
    margin-right: 0px;
    line-height: 160px; 
}
  
.Track{
    width: 49%;
    height: 120px;
        margin-top: 2%;
    margin-right: 0px;
    line-height: 160px;
}  

}
 
@media screen and (max-width: 768px) {
 
.Register{
    width: 100%;
    height: 120px;
        margin-top: 2%;
    margin-right: 0px;
    line-height: 160px;
    

} 
.Track{
    width: 100%;
    height: 120px;
        margin-top: 2%;
    margin-right: 0px;
    line-height: 160px;
} 

} 

@media screen and (max-width: 360px) { 
.Register{
    width: 100%;
    height: 120px;
        margin-top: 2%;
    line-height: 160px;

} 
.Track{
    width: 100%;
    height: 120px;
        margin-top: 2%;
    line-height: 160px;
}
    
}
