.container-fluid {
     padding-right:60px;
     padding-left: 60px;
     margin-right: auto;
     margin-left: auto;
}
 @media(max-width: 1600px){
    .container-fluid {
         padding-right: 40px;
         padding-left: 40px;
         margin-right: auto;
         margin-left: auto;
    }
 }
  @media(max-width: 1440px){
    .container-fluid {
         padding-right: 20px;
         padding-left: 20px;
         margin-right: auto;
         margin-left: auto;
    }
 }
 @media(max-width: 1024px){
     .container-fluid {
         padding-right: 15px;
         padding-left: 15px;
         margin-right: auto;
         margin-left: auto;
    }
}
.navbar-right {
    float: right!important;
    margin-right: 0;
}
body{
      font-size: 15px;
      line-height: normal;
      color: #000;
      background: #efeff0;
}
 p,a,span,label,li, li a{
    font-size: 1.000em;
}
 h1{
    font-size: 2.400em;
}
 h2{
    font-size: 2.000em;
}
 h3{
    font-size: 1.600em;
}
 h4{
    font-size: 1.200em;
}
 h5{
    font-size: 1.067em;
}
@media(max-width:1600px){
     body{
          font-size: 14px;
     } 
 }
 @media(max-width:1366px){
     body{
          font-size: 13px;
     } 
 }
 .row-0{
     margin-right: 0;
     margin-left: 0;
}
 .padLR0{
     padding-left:0;
     padding-right:0;
}
 .padLR10{
     padding-left:10px;
     padding-right:10px;
}
 .padL0{
     padding-left:0;
}
 .padR0{
     padding-right:0;
}
 .padL10{
     padding-left:10px;
}
 .padL20{
     padding-left:20px;
}
 .padL25{
     padding-left:25px;
}
.padLR15B20 {
    padding: 0 15px 20px;
}
 .padLR90{
     padding-left: 90px;
     padding-right: 90px;
}
 .padL20{
     padding-left:20px;
}
.marR10{
    margin-right: 10px;
}
 .marB10{
     margin-bottom: 10px;
}
 .marB20{
     margin-bottom: 20px;
}
 .marB40{
     margin-bottom: 40px;
}
 .marT10{
     margin-top: 10px;
}
 .marT15{
     margin-top: 15px;
}
 .marT20{
     margin-top: 20px;
}
.marT30{
     margin-top: 30px;
}
 .marT40{
     margin-top: 40px;
}
.marBT10{
     margin-top:10px;
     margin-bottom: 10px;
}
 .marBT20{
     margin-top:20px;
     margin-bottom: 20px;
}
 .marBT40{
     margin-top: 40px;
     margin-bottom: 40px;
}
 .marT-50{
     margin-top: -50px;
}
.marnL10{
    margin-left: -15px;
}
.marLn15{
  margin-left: -15px;
}
.marLRn17{
  margin-left: -17px;
  margin-right: -17px;
}

span.red{
     color:red;
     font-weight: 700;
     cursor: pointer;
}

 img.width100{
     width:100%;
     max-width: 100%;
}
/*.header {
     -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
     -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
     box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
     transition: all .3s ease-in-out;
}*/
span.font-light {
    font-family:"robotolight";
    display: block;
    font-weight: 300;
}
span.font-regular{
  font-family:"robotoregular";
  display: block;
  font-weight: 400;
}
span.font-medium{

  font-family:"robotomedium";
  display: block;
  font-weight: 500;
}
span.font-bold{
  font-family:"robotobold";
  display: block;
  font-weight: 600;
}
.white{
  color:#fff;
}
.black{
  color:#000;
}
.bg-white{
  background-color:#fff;
}
.bg-black{
  background-color:#000;
}

.pos-rel{
  position: relative;
}


@media(max-width:991px){
  .padL0, .padR0{
    padding-right: 0;
    padding-left: 0;
  }
}
@media(max-width:767px){
 .mob-padLR0{
    padding-left: 0;
    padding-right: 0;
  }
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*--------------------------|home banner|----------------------------------*/

.home-banner-wrap {
    position: relative;
    top: -1px;
}


section.clearfix.cta-rfq-wrap {
    position: absolute;
    width: 100%;
}
.desk-rfq-wrap {
    position: relative;
    top: -28em;
}
.cta-wrap {
    position: relative;
    top: -16em;
}


@media(max-width:2560px){}
@media(max-width:1920px){}
@media(max-width:1600px){}
@media(max-width:1440px){}

@media(max-width:1280px){}

@media(max-width:1199px){
  .desk-rfq-wrap {
      position: relative;
      top: 0em;
  }
  .rfq-form-content {
      padding: 0px 0em 0 0;
      text-align: center;
  }
}
@media(max-width:991px){}

@media(max-width:767px){}
@media(max-width:480px){}
@media(max-width:380px){}
@media (max-width: 360px){}
@media (max-width: 320px){}

/*--------------------------|home banner-end|------------------------------*/

/*--------------------------|rfq-form start|-------------------------------*/
.rfq-form-content {
    padding: 0px 4em 0 5em;
    text-align: center;
}

.rfq-form {
    background-color: transparent;
    border-radius: 20px;
    padding: 20px 40px;
    margin: 0 auto;
    z-index: 9;
}

/*.rfq-form:before {
    content: url(../images/home-rfq-before.png);
    position: absolute;
    z-index: 100000;
    left: -60px;
    top: -9px;
}
.rfq-form:after {
    content: url(../images/home-rfq-after.png);
    position: absolute;
    z-index: 100000;
    right: -60px;
    top: -9px;
}*/
.rfq-title {
    margin-top: 5px;
    color: #250072;
}

.rfq-form input {
    width: 90%;
    margin: 0 auto;
    padding: 15px;
    background-color: rgba(255,255,255,1);
    border: 1px solid #bcc0c9;
    border-radius: 25px;
    -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.48);
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.48);
}
.rfq-form input:hover,
.rfq-form input:focus,
.rfq-form input:active{
  outline: 0;

}

.rfq-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#000;
  font-weight: 500;
}
.rfq-form input::-moz-placeholder { /* Firefox 19+ */
  color:#000;
  font-weight: 500;
}
.rfq-form input:-ms-input-placeholder { /* IE 10+ */
  color:#000;
  font-weight: 500;
}
.rfq-form input:-moz-placeholder { /* Firefox 18- */
  color:#000;
  font-weight: 500;
}


.rfq-form button {
    width: 80%;
    margin: 0 auto;
    background: -moz-linear-gradient(310deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(253,204,205,1)), color-stop(20%, rgba(253,204,205,1)), color-stop(65%, rgba(118,2,217,1)), color-stop(100%, rgba(118,2,217,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(310deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(310deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(310deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* ie10+ */
  background: linear-gradient(140deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdcccd', endColorstr='#7602d9',GradientType=0 ); /* ie6-9 */
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 11px 15px;
    font-family: 'robotobold';
    text-transform: uppercase;
    font-size: 134%;
}
.rfq-form button:hover,
.rfq-form button:focus,
.rfq-form button:active{
  outline: 0;
      background: -moz-linear-gradient(310deg, #fdcccd 0%, #fdcccd 99%, #7602d9 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fdcccd), color-stop(99%, #fdcccd), color-stop(100%, #7602d9));
    background: -webkit-linear-gradient(310deg, #fdcccd 0%, #fdcccd 99%, #7602d9 100%);
    background: -o-linear-gradient(310deg, #fdcccd 0%, #fdcccd 99%, #7602d9 100%);
    background: -ms-linear-gradient(310deg, #fdcccd 0%, #fdcccd 99%, #7602d9 100%);
    background: linear-gradient(140deg, #fdcccd 0%, #fdcccd 99%, #7602d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdcccd', endColorstr='#7602d9',GradientType=0 );
}
.rfq-form button:focus,
.rfq-form button:active{
  animation: pulse 1s ease-in-out;
}

.rfq-form button i{
  margin-right: 20px;
}

.rfq-form .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-top: 20px;
    text-align: center;
}

@media(max-width:1440px){
  .rfq-title {
      margin-top: 10px;
      font-size: 1.875em;
  }
}
@media(max-width:1366px){
  .rfq-title {
      margin-top: 5px;
      color: #250072;
      margin-left: -10px;
  }
}
@media(max-width:1280px){
  .rfq-form button {
    width: 85%;
  }
  .rfq-form button i {
      margin-right: 5px;
  }
}
@media(max-width:1199px){
  .rfq-title {
      margin-right: 0;
      margin-left: 20px;
  }
  .rfq-form button i {
      margin-right: 5px;
  }
  .rfq-form:before {
    display:none;   
  }
  .rfq-form:after {
    display:none;
  }
  .rfq-form input {
    width: 35%;
    margin: 0 auto;
    padding: 15px;
  }
}
@media(max-width:991px){
  .rfq-title {
      margin-right: 0;
      margin-left: 0px;
  }
}
@media(max-width:767px){
  .rfq-form-content {
      padding: 0px 0em 0 0em;
      text-align: center;
  }
}
/*--------------------------|rfq-form end|---------------------------------*/



/*--------------------------|mob-instant-rfq|------------------------------*/
.mob-instant-rfq .modal-center {
    display:table;
    height: 100%;
    width: 100%;
}
.mob-instant-rfq .modal-align-center {display: table-cell;vertical-align: middle;}
.mob-instant-rfq .modal-content {height:inherit;margin: 0 auto;}
.mob-instant-rfq .modal-dialog {
    width: 600px;
    margin: 0 auto;
    position: relative;
    top: 0;
}
.mob-instant-rfq .modal-content{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: rgba(255,255,255,0.8) !important;
}

.mob-instant-rfq .modal-body {
    position: relative;
    padding: 20px;
}
.mob-instant-rfq .modal-dialog button.close {
    opacity: 1;
    margin: 0;
    padding: 10px;
    position: absolute;
    background: #7602d9;
    top: 0px;
    right: 30px;
    color: #fff;
    z-index: 99;
}
.mob-instant-rfq .rfq-form {
    background-color: rgba(255,255,255,0.8) !important;
    padding: 20px 0;
    border-radius: 0;
}
.mob-instant-rfq .rfq-form button {
    margin: 0 auto;
    padding: 6px 18px;
    width: auto;
    background-color: #250072;
}

.mob-instant-rfq .rfq-form .col-lg-3{
  width:100%;
}

.mob-instant-rfq .rfq-form .form-inline .form-group{
  display: block;
}
.mob-instant-rfq .rfq-form .form-inline .form-group:first-child{
  margin-top: 0;
}
@media(max-width:1199px){
  .mob-instant-rfq .form-inline{
    text-align: center;
  }
}
@media(max-width:991px){
  .mob-instant-rfq .rfq-form .form-inline .form-group input{
    width:100%;
  }
  .mob-instant-rfq .rfq-form {
    padding: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
  .mob-instant-rfq .modal-body {
      position: relative;
      padding: 20px 0;
  }
}

@media(max-width:480px){
  .mob-instant-rfq .rfq-form {
      left: 0;
      right: 0;
      margin: 0 auto;
  }
}

@media(max-width:390px){
 
}
@media(max-width:320px){
 
}
/*--------------------------|mob-instant-rfq-end|------------------------------*/

.clearfix.equip-slider-wrap {
    position: relative;
    top: -10em;
    margin-bottom: -10em;
    padding: 0 10em;
}
.equip-slider-content {
    background: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.35);
    padding: 20px;
    text-align: center;
    position: relative;
}


.equip-slider-title{
  text-align: center;
}
.equip-slider-title h3 {
    color: #3e1b8f;
    font-family: 'robotoregular';
    font-weight: 500;
    margin: 0 auto 20px;
}
.equip-slider {
    padding: 20px 30px;
}
.equip-slider-sub-item{
  text-align: center;
}
.equip-slider-sub-item h4 {
    color: #3e1b8f;
    font-family: 'robotomedium';
    font-weight: 500;
    margin: 20px auto;
    max-width: 80%;
    min-height: 4em;
}
button.equip-slider-next.slick-arrow, button.equip-slider-prev.slick-arrow {
    position: absolute;
    top: 15em;
    z-index: 9;
    background: none;
    border: none;
}

button.equip-slider-next.slick-arrow:hover,
button.equip-slider-prev.slick-arrow:hover,
button.equip-slider-next.slick-arrow:focus,
button.equip-slider-prev.slick-arrow:focus,
button.equip-slider-next.slick-arrow:active,
button.equip-slider-prev.slick-arrow:active{
  outline: 0;
}

button.equip-slider-next.slick-arrow {
    right: 0;
}
button.equip-slider-prev.slick-arrow {
    left: 0;
}
.equip-slider .slick-dots{
  position: relative;
}

.equip-slider .slick-dots li button {
    border: 2px solid #8315d8;
    border-radius: 20px;
}
.equip-slider .slick-dots li.slick-active button {
    background: -moz-linear-gradient(310deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(253,204,205,1)), color-stop(20%, rgba(253,204,205,1)), color-stop(65%, rgba(118,2,217,1)), color-stop(100%, rgba(118,2,217,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(310deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(310deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(310deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* ie10+ */
  background: linear-gradient(140deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdcccd', endColorstr='#7602d9',GradientType=0 ); /* ie6-9 */
}

.equip-slider .slick-dots li button::before {
    font-family: slick;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    
}

.equip-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
@media(max-width: 1280px){
  .equip-slider-prev img, .equip-slider-next img{
    width: 35px;
  }
}
@media(max-width: 1199px){
  .clearfix.equip-slider-wrap {
      padding: 0px 1em;
  }

  .equip-slider .slick-dots {
    position: relative;
    bottom: -25px;
  }
}
@media(max-width: 767px){

  .clearfix.equip-slider-wrap {
      top: -4em;
      margin-bottom: -4em;
  }

}
/*--------------------------------------------------------*/

 .feat-intro {
      padding: 40px 0 10em;
  }

  .carousel_wrap {
    height: 360px;
    position: relative;
}

  h2.feat-title {
      color: #481e98;
      font-weight: 500;
      font-size: 1.600em;
      padding: 0.75em 5.5em 4em;
      width: 100%;
      position: relative;
      clear: both;
  }

/*--water_whjeel_carousel--*/
#carousel img {
    opacity: 1;
    width: 100%;
    height: 100%;
}
#carousel {
    width: 100%;
    margin: 0px auto;
    margin-top: 50px;
    height: 100%;
    position: relative;
    clear: both;
    overflow: visible;
}
#carousel > div {
  visibility:hidden;
  cursor:pointer;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(102,102,102,1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(102,102,102,1);
  box-shadow: 0px 0px 8px 0px rgba(102,102,102,1);
}
#carousel .caption {
  position: absolute;
  background-color:transparent;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}


.carous_item { 
  position:absolute;
  height:100%;
  width:100%;
  padding:0px 15px;
  box-sizing:border-box;
  display:block;
}
.carous_desc {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 1.250em;
    height: 100%;
    font-weight: 500;
    line-height: 1.5;
    padding: 0px 15px;
    padding-left: 0px;
    color: #fff;
    margin-bottom: 15px;
    top: 30px;
    left:0;
    right:0;
    margin:0 auto;
}
.carousel-center .carous_desc {
  color:#fecdd3;
}

.feat-nav{
    position: absolute;
    bottom: -100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
}
.feat-nav .nav_button {
    display:inline-block;
    vertical-align: middle;
}

#prev,#next{
    text-decoration: none;
    cursor: pointer;
}

h1.intro-title {
    margin: 40px 0 20px;
    font-size: 1.600em;
}

h1.intro-title span.font-light {
    color:#481e98;
    margin-bottom: 5px;
}
h1.intro-title span.font-bold {
    color:#481e98;
    text-transform: uppercase;
}
h1.intro-title span.font-light,
h1.intro-title span.font-bold{
  display: inline-block;
}

p.intro-text {
    font-size: 1.125em;
    color: #696c72;
    line-height: 1.556;
    text-align: justify;
}

@media(max-width:1600px){
  .feat-intro {
      padding: 40px 0 12em;
  }
}
@media(max-width:1440px){

  .feat-intro {
      padding: 0 0 15em;
  }
  p.intro-text {
      font-size: 1em;
  }
  .feat-nav {
    bottom: -98%;
  }
}
@media(max-width:1366px){
  .feat-intro {
      padding: 0 0 16em;
  }
  .feat-nav {
    bottom: -94%;
  }
}

@media(max-width:1199px){
  h2.feat-title {
      padding: 0.75em 0em 0em;
  }
  .feat-nav {
      bottom: 40%;
  }
  a#next {
      float: right;
      position: relative;
      right: 10em;
  }
  a#prev {
      float: left;
      position: relative;
      left: 10em;
  }
  .carousel_wrap {
      height: 650px;
      position: relative;
  }
  #carousel {
    margin-top: 0;
  }
  .feat-intro {
      padding: 0 0 1em;
  }
}

@media(max-width:991px){

  a#next {
      right: 00em;
  }
  a#prev {
      left: 00em;
  }
  .shadow{
    top:10px !important;
  }
}
@media(max-width:767px){

  #carousel img {
      opacity: 1;
      width: 100%;
      height: 400px;
  }
  .carousel_wrap {
      height: 480px;
      position: relative;
  }
  #carousel {
    height: 70%;
  }
  .shadow{
    top:10px !important;
  }
}
/*-------------------------------------------------------*/
.top-sell-usp {
    background-image: url(../images/top-selling-bkg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}


.top-sell-comp {
    padding: 0 20px;
}
.top-sell-title {
    padding-left: 0;
    padding-bottom: 40px;
}
.sell-part-table-title h3{
  position: absolute;
  bottom: 10px;
  left:20px;
  color:#fff;
}

.top-sell-title h3 {
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
}
.top-part-table{
  margin-bottom: 0;
}

.sell-part-table-title{
  position: relative;
}

.sell-part-table-title img{
  width:100%;
}

.top-part-table tbody{
  background-color: #fff;
}

.top-part-table tbody tr td {
    border-top: none;
    border-bottom: 1px solid #dadada;
    padding-left: 20px;
}
.top-part-table.table-striped>tbody>tr:nth-child(even) {
    background-color: #f4f6f7;
}
.top-part-table.table-striped>tbody>tr:nth-child(odd) {
  background-color: #fff;
}

/*.top-part-table tbody tr td:first-child{
   padding-left: 60px;
}*/
.top-part-table tbody tr:last-child td{
  padding-bottom: 20px;
}
.top-part-table tbody tr td a {
    color: #000;
    font-family: 'robotoregular';
    text-decoration: none;
    display: block;
    width: 130px;
}
.top-part-table tbody tr td a:hover {
    color: #7602d9;
}

span.text-overflow {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top-sell-slider .slick-slide{
  margin: 0 10px;
}
.top-sell-slider .slick-list{
  margin: 0 -10px;
}

.top-sell-slider .slick-dots {
    position: absolute;
    bottom: -50px
}
.top-sell-slider .slick-dots li button {
    border: 2px solid #8315d8;
    border-radius: 20px;
}
.top-sell-slider .slick-dots li.slick-active button {
    background:  rgba(253,204,205,1);
}

.top-sell-slider .slick-dots li button::before {
    font-family: slick;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    
}

.top-sell-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.top-selling-item {
    cursor: pointer;
}
.top-sell-view-more{
  background: white;
  padding: 30px 20px;
}
.top-sell-view-more a{
  background: -moz-linear-gradient(310deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(253,204,205,1)), color-stop(20%, rgba(253,204,205,1)), color-stop(65%, rgba(118,2,217,1)), color-stop(100%, rgba(118,2,217,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(310deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(310deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(310deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* ie10+ */
  background: linear-gradient(140deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdcccd', endColorstr='#7602d9',GradientType=0 ); /* ie6-9 */
  color:#fff;
  padding: 8px 20px;
  border-radius: 20px;
  transition: .3s all ease-in-out;
  text-decoration: none;
}

.top-sell-view-more a:hover,
.top-sell-view-more a:focus,
.top-sell-view-more a:active{
    background: -moz-linear-gradient(310deg, #fdcccd 0%, #fdcccd 99%, #7602d9 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fdcccd), color-stop(99%, #fdcccd), color-stop(100%, #7602d9)); /* safari4+,chrome */
    background: -webkit-linear-gradient(310deg, #fdcccd 0%, #fdcccd 99%, #7602d9 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(310deg, #fdcccd 0%, #fdcccd 99%, #7602d9 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(310deg, #fdcccd 0%, #fdcccd 99%, #7602d9 100%); /* ie10+ */
    background: linear-gradient(140deg, #fdcccd 0%, #fdcccd 99%, #7602d9 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdcccd', endColorstr='#7602d9',GradientType=0 ); /* ie6-9 */
}
@media(max-width: 1440px){
    .top-part-table tbody tr td a {
      width: 125px;
  }
}
@media(max-width: 1366px){
  .top-part-table tbody tr td a {
      width: 115px;
  }
}
@media(max-width: 1280px){
  .top-part-table tbody tr td {
      padding-left: 10px;
  }
}
@media(max-width: 1199px){
  .top-part-table tbody tr td a {
      width: 120px;
  }
  .top-part-table thead tr th {
      padding-left: 10px;
      color: #0692ff;
  }
  .top-part-table tbody tr td:first-child {
      padding-left: 10px;
  }
}
@media(max-width: 991px){
   .top-sell-title {
      padding-left: 0;
  }
 
}
@media(max-width: 767px){

}
@media(max-width: 480px){
  .top-part-table thead tr th {
      padding-left: 20px;
      color: #0692ff;
  }
  .top-part-table tbody tr td:first-child {
      padding-left: 10px;
  }
  .top-part-table tbody tr td a {
      width: 130px;
  }
}
@media(max-width: 320px){
  .top-part-table tbody tr td a {
      width: 105px;
      font-size: 0.90em;
  }
}
/*-----------------------------------------------------------------------*/
.top-manuf-table{
  margin-bottom: 0;
}
.top-manuf-table thead tr th{
  padding-left: 60px;
  color: #0692ff;
}

.top-manuf-table tbody tr td {
    border-top: none;
    border-bottom: 1px solid #dadada;
}
.top-manuf-table.table-striped>tbody>tr:nth-child(even) {
    background-color: #f4f6f7;
}
.top-manuf-table.table-striped>tbody>tr:nth-child(odd) {
  background-color: #fff;
}


.top-manuf-table tbody tr td:first-child {
    padding-left: 20px;
}
.top-manuf-table tbody tr:last-child td{
  padding-bottom: 20px;
}
.top-manuf-table tbody tr td a {
    color: #000;
    font-family: 'robotoregular';
    text-decoration: none;
    display: block;
    max-width: 250px;
}
.top-manuf-table tbody tr td a:hover{
  color: #7602d9;
}

span.text-overflow {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media(max-width: 1440px){
  
}
@media(max-width: 1199px){
  .top-manuf-table thead tr th {
      padding-left: 10px;
  }
  .top-manuf-table tbody tr td:first-child {
      padding-left: 10px;
  }
}
@media(max-width: 991px){
    .top-manuf-table tbody tr td:first-child {
      padding-left: 10px;
  }
}
@media(max-width: 767px){
 
}
@media(max-width: 480px){
  .top-manuf-table thead tr th {
      padding-left: 20px;
      color: #0692ff;
  }
  .top-manuf-table tbody tr td:first-child {
      padding-left: 20px;
  }
  
}
@media(max-width: 320px){
   .top-manuf-table tbody tr td a {
      width: 120px;
  }
}
/*---------------------------------------------------*/
.home-usp {
    padding-top: 60px;
}

.usp-text-wrap h4{
  color:#fff;
  text-transform: uppercase;
  font-family:'robotomedium';
  font-weight: 500;
}
.usp-text-wrap p {
    color: #fecdd3;
    font-family: 'robotoregular';
    font-size: 1.100em;
}

@media(max-width: 767px){
  .home-usp {
      padding-top: 60px;
      text-align: center;
  }
  .usp-img-wrap i{  
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}



/*----------------------------top brand start------------------------------------*/

.top-brands {
    padding: 20px 0;
    position: relative;
    background: #fff;
}
.top-brand-title {
    padding: 0 10px;
    color:#7602d9;
    text-align: center;
}
.top-brands .top-brand-title h3{
    margin-top: 0;
    margin-bottom: 20px;
}

.top-brand-slider{
    position: relative;
    max-width: 95%; 
    margin: 0 auto;
}
.top-brand-slider-nav {
   /* position: absolute;
    top: 50%;
    padding-bottom: 0px;
    background: #fff;*/
}
.top-brand-slider-nav .top-brand-prev:before {
    content: "\f104";
    font-family:"Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    font-size: 1.2em;
    color: #ffffff;
}
.top-brand-slider-nav .top-brand-next:before {
   content: "\f105";
    font-family:"Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    font-size: 1.2em;
    color: #ffffff;
}
.top-brand-prev, .top-brand-next {
    border: none;
     background: -moz-linear-gradient(310deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(253,204,205,1)), color-stop(20%, rgba(253,204,205,1)), color-stop(65%, rgba(118,2,217,1)), color-stop(100%, rgba(118,2,217,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(310deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(310deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(310deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* ie10+ */
  background: linear-gradient(140deg, rgba(253,204,205,1) 0%, rgba(253,204,205,1) 20%, rgba(118,2,217,1) 65%, rgba(118,2,217,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdcccd', endColorstr='#7602d9',GradientType=0 ); /* ie6-9 */
    color: #919090;
    padding: 5px 10px;
    border-radius: 3px;
    transition:all .3s ease-in-out;
}
.top-brand-prev {
    position: absolute;
    left: 4.6em;
    top: 44%;
    z-index: 99;
}

.top-brand-next {
    position: absolute;
    right: 5em;
    top: 44%;
    z-index: 99;
}

.top-brand-prev:hover, .top-brand-next:hover, .top-brand-prev:focus, .top-brand-next:focus, .top-brand-prev:active, .top-brand-next:active {
    background: -moz-linear-gradient(310deg, #fdcccd 0%, #fdcccd 99%, #7602d9 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fdcccd), color-stop(99%, #fdcccd), color-stop(100%, #7602d9)); /* safari4+,chrome */
    background: -webkit-linear-gradient(310deg, #fdcccd 0%, #fdcccd 99%, #7602d9 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(310deg, #fdcccd 0%, #fdcccd 99%, #7602d9 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(310deg, #fdcccd 0%, #fdcccd 99%, #7602d9 100%); /* ie10+ */
    background: linear-gradient(140deg, #fdcccd 0%, #fdcccd 99%, #7602d9 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdcccd', endColorstr='#7602d9',GradientType=0 ); /* ie6-9 */
    color: #fff;
    outline: none;
}
.top-brands hr {
    margin-top: 20px;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}
@media(max-width:1600px){
  .top-brand-prev {
      left: 4em;
  }
  .top-brand-next {
    right: 4em;
  }
}
@media(max-width:1440px){
    .top-brand-prev {
      left: 2.8em;
    }
    .top-brand-next {
       right:2.8em;
    }
}

@media(max-width:1024px){
    .top-brand-next {
        right: 4%;
    }
    .top-brand-prev {
        left: 4%;
    }
}
@media(max-width:480px){
    .top-brands {
      padding: 10px 0 20px;
  }
    .top-brands hr {
        margin-top: 0;
    }
    .top-brands .featured-title {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 1.600em;
  }
  .top-brands .top-brand-title h2 {
      font-size: 180%;
  }
}

@media(max-width:320px){
  .top-brands .top-brand-title h2 {
      font-size: 156%;
  }
}
/*****************************|certifix|*************************************/

section.clearfix.certifications {
    background: #Fff;
}

.certifix {
    padding: 20px 0;
}

.certifications-title {
    text-align: center;
    color: #000000;
    font-family: 'robotoregular';
}

.certifications-title h2{
  margin: 20px 0px 15px 0px;
}


@media(min-width:1920px) and (max-width:800000px) {
.certifix { text-align: center; overflow: hidden; }
.certifix div {
    display: inline-block;
    padding: 10px 9px;
}
}
@media(min-width:1680px) and (max-width:1919px) {
.certifix { text-align: center; overflow: hidden; margin: 0 auto }
.certifix div { display: inline-block; padding: 9px; width: 10% }
.certifix div img { text-align: center; width: 100%; height: auto !important }
}
@media(min-width:1440px) and (max-width:1679px) {
.certifix { text-align: center; overflow: hidden; margin: 0 auto }
.certifix div { display: inline-block; padding: 10px; width: 10% }
.certifix div img { text-align: center; width: 100%; height: auto !important }
}
@media(min-width:1366px) and (max-width:1439px) {
.certifix { text-align: center; overflow: hidden; margin: 0 auto }
.certifix div { display: inline-block; padding: 10px; width: 9% }
.certifix div img { text-align: center; width: 100%; height: auto !important }
}
@media(min-width:1280px) and (max-width:1365px) {
.certifix { text-align: center; overflow: hidden; margin: 0 auto }
.certifix div { display: inline-block; padding: 10px; width: 10% }
.certifix div img { text-align: center; width: 100%; height: auto !important }
}
@media(min-width:1024px) and (max-width:1279px) {
.certifix { text-align: center; overflow: hidden; margin: 0 auto }
.certifix div { display: inline-block; padding: 10px; width: 18% }
.certifix div img { text-align: center; width: 80%; height: auto !important }
}
@media(min-width:980px) and (max-width:1023px) {
.certifix { text-align: center; overflow: hidden; margin: 0 auto }
.certifix div { display: inline-block; padding: 10px; width: 18% }
.certifix div img { text-align: center; width: 80%; height: auto !important }
}
@media(min-width:800px) and (max-width:979px) {
.certifix { text-align: center; overflow: hidden; margin: 0 auto }
.certifix div { display: inline-block; padding: 10px; width: 19% }
.certifix div img { text-align: center; width: 80%; height: auto !important }
}
@media(min-width:768px) and (max-width:799px) {
.certifix { text-align: center; overflow: hidden; margin: 0 auto }
.certifix div {
    display: inline-block;
    padding: 10px;
    width: 25%;
}
.certifix div img { text-align: center; width: 90%; height: auto !important }
}
@media(min-width:600px) and (max-width:767px) {
.certifix { text-align: center; overflow: hidden; margin: 0 auto }
.certifix div { display: inline-block; padding: 10px; width: 20% }
.certifix div img { text-align: center; width: 90%; height: auto !important }
}
@media(min-width:480px) and (max-width:599px) {
.certifix { text-align: center; overflow: hidden; margin: 0 auto }
.certifix div { display: inline-block; padding: 10px; width: 25% }
.certifix div img { text-align: center; width: 90%; height: auto !important }
}
@media(min-width:0px) and (max-width:479px) {
.certifix { text-align: center; overflow: hidden; margin: 0 auto }
.certifix div { display: inline-block; padding: 10px; width: 25% }
.certifix div img { text-align: center; width: 90%; height: auto !important }
}

@media(max-width: 991px){
  .top-sell-title.certifications-title{
    padding-left: 0;
  }
}

/**********************************||******************************/

/*------------------------------certifates end------------------------------*/

/*------------------------------ footer start ------------------------------*/
    .pre-footer {
        background-color: #fff;
        padding-top: 19px;
    }

        .pre-footer img.no-china {
            position: relative;
            top: 4px;
        }

        .pre-footer .download-extension {
            position: relative;
            padding-top: 10px;
            padding-right: 10%;
        }

            .pre-footer .download-extension a {
                text-decoration: none;
                color: #f04c4d;
                font-size: 1.600em;
            }



    footer {
        padding: 0px 0 0;
        position: relative;
        background-image: url('../images/footer-bkg.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .foot-top {
        padding: 15px 0;
    }

        .foot-top ul.store-list {
            list-style-type: none;
            margin: 0 auto;
            text-align: center;
            padding-left: 0;
        }

            .foot-top ul.store-list li {
                display: inline-block;
                margin: 0 10px;
            }

    ul.payment-list {
        list-style-type: none;
        max-height: 32px;
    }

        ul.payment-list li a i {
            font-size: 2.3em;
            color: #b27bc4;
            transform: scaleX(1.25);
        }

        ul.payment-list li:hover a i {
            color: #fecdd3;
        }

    .foot-top ul.social-list {
        text-align: center;
        list-style-type: none;
        max-height: 32px;
    }

        .foot-top ul.social-list li a i {
            font-size: 2.25em;
            color: #b27bc4;
        }

        .foot-top ul.social-list li:hover a i {
            color: #fecdd3;
        }

    .foot-top ul.payment-list li {
        display: inline-block;
        margin: 0 30px;
    }

    .foot-top ul.social-list li {
        display: inline-block;
        margin: 0 15px;
    }

        .foot-top ul.social-list li:first-child,
        .foot-top ul.payment-list li:first-child {
            margin-left: 0;
        }

        .foot-top ul.social-list li a:hover i,
        .foot-top ul.social-list li a:focus i,
        .foot-top ul.social-list li a:active i {
            cursor: pointer;
            -webkit-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
            -moz-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
            box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
            outline: 0;
        }


    .foot-mid {
        padding: 20px 0;
        background: transparent;
        color: #000;
    }

    ul.foot-quick-links {
        list-style: none;
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }

        ul.foot-quick-links li {
            list-style: none;
            line-height: 2;
        }

           ul.foot-quick-links li a {
              text-decoration: none;
              color: #b27bc4;
              transition: all .3s ease-in-out;
              font-family: 'robotoregular';
              font-weight: 400;
          }

                ul.foot-quick-links li a:hover,
                ul.foot-quick-links li a:focus,
                ul.foot-quick-links li a:active {
                    color: #fecdd3;
                }

                ul.foot-quick-links li a img {
                    padding-top: 10px;
                }

    ul.contact-details {
        max-width: 350px;
        margin: 0 auto;
    }

        ul.contact-details li {
            list-style-type: none;
            line-height: 1.5;
            margin-bottom: 20px;
            color: #b27bc4;
        }

            ul.contact-details li:before {
                font-family: "Font Awesome 5 Free";
                font-style: normal;
                font-weight: 900;
                text-decoration: inherit;
                float: left;
                margin-right: 10px;
            }

            ul.contact-details li:nth-child(1):before {
                content: '\0f3c5';
                vertical-align: middle;
                font-size: 1.25em;
                font-weight: 900;
            }

            ul.contact-details li:nth-child(2):before {
                content: '\f0e0';
                vertical-align: middle;
                font-size: 1.25em;
                font-weight: 900;
            }

            ul.contact-details li:nth-child(3):before {
                content: '\f095';
                vertical-align: middle;
                font-size: 1.8em;
                font-weight: 900;
                transform: rotate(90deg);
            }

            ul.contact-details li a {
                text-decoration: none;
                color: #b27bc4;
                transition: all .3s ease-in-out;
            }

                ul.contact-details li a:hover,
                ul.contact-details li a:active,
                ul.contact-details li a:focus {
                   color: #fecdd3;
                }

            ul.contact-details li.quick-call a {
                font-size: 2.25em;
                font-weight: 500;
                font-family: 'robotomedium';
            }

    .foot-mid .download-extension {
        text-align: center;
    }

    .download-extension a {
        color: #3152ea;
        font-size: 1.35em;
        font-family: 'robotomedium';
        text-decoration: none;
    }

        .download-extension a:hover,
        .download-extension a:focus,
        .download-extension a:active {
            color: #ce0202;
        }

    .post-footer {
        background: transparent;
    }

    .foot-survey {
        margin-top: 40px;
    }

    .foot-survey-wrap {
        color: #000;
        line-height: 10px;
        margin: 0 auto;
        text-align: left;
        font-size: 12px !important;
        max-width: 360px !important;
        background-color: #ffffff !important;
        border: 1px #ccc solid !important;
        overflow: hidden !important;
        padding: 8px !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
    }

        .foot-survey-wrap i {
            float: left;
            margin-right: 15px;
        }

        .foot-survey-wrap span {
            font-size: 11px;
            font-family: arial;
            color: #000
        }

    .post-footer p {
        color: #ffffff;
        max-width: 90%;
        margin: 15px auto;
    }

    .copyright p {
        margin-bottom: 15px;
        margin-top: 15px;
        color: #fff;
    }

    @media(max-width:1440px) {
        .foot-top ul.social-list li {
            display: inline-block;
            margin: 0 12px;
        }

        .pre-footer .download-extension a {
            text-decoration: none;
            color: #f04c4d;
            font-size: 1.25em;
        }
    }

    @media(max-width:1280px) {
        .foot-top ul.payment-list li {
            margin: 0 25px;
        }

        .pre-footer .download-extension {
            padding-top: 5px;
        }
    }

    @media(max-width:1199px) {

        .foot-top ul.contact-details, .foot-top ul.store-list, .foot-top ul.social-list {
            padding-left: 0;
        }

        .foot-top ul.payment-list li {
            display: inline-block;
            margin: 0 15px;
        }

        .foot-top ul.social-list li a i {
            font-size: 2.0em;
        }

        .foot-top ul.store-list li {
            display: inline-block;
            margin: 0px 5px;
        }

        .pre-footer img.no-china {
            position: relative;
            top: 3px;
        }

        .pre-footer .download-extension {
            padding-top: 0;
        }

        .foot-top ul.social-list li {
            display: inline-block;
            margin: 0 10px;
        }
    }

    @media(max-width:1024px) {
        footer {
            background-position: 70%;
            padding: 0;
        }

        .contact-details {
            margin-top: 20px;
            padding-left: 25px !important;
        }

        .pre-footer .download-extension a {
            font-size: 1.00em;
        }

            .pre-footer .download-extension a img {
                margin-top: -12px;
                margin-left: 10px;
            }

        .border-right {
            border-right: none;
        }

        .mob-text-center {
            text-align: center;
        }

        ul.contact-details li::before {
            margin-right: 15px;
        }

        ul.contact-details li:nth-child(2) {
            margin-bottom: 20px;
        }

        ul.contact-details li.quick-call a {
            font-size: 2em;
        }
    }

    @media(max-width:991px) {
        ul.foot-quick-links {
            padding-left: 20px;
            text-align: left;
        }

        .foot-survey {
            margin-top: 10px;
        }

        .contact-details {
            margin-top: 20px;
            padding-left: 5px !important;
        }

        .foot-top ul.payment-list {
            padding-left: 0;
        }

            .foot-top ul.payment-list li a i {
                font-size: 2em;
            }

        .foot-top ul.store-list li {
            margin: 0 -17px;
        }

        .foot-top ul.social-list li {
            margin: 0 5px;
        }

            .foot-top ul.social-list li a i {
                font-size: 1.8em;
            }

        .pre-footer img.no-china {
            position: relative;
            top: 3px;
        }

        .foot-top ul.payment-list li {
            display: inline-block;
            margin: 0 10px;
        }

        .foot-top {
            padding: 15px 0 0;
        }

        .foot-survey-wrap {
            position: relative;
            top: -15px;
        }
    }

    @media(max-width:767px) {
        .foot-top .mob-marB20 {
            margin-bottom: 20px;
        }

        .foot-top ul.social-list li {
            display: inline-block;
            margin: 0 5px;
        }

        .foot-top .col-xs-12 {
            max-width: 33.33%;
        }

        ul.contact-details {
            margin-top: 20px;
            padding-left: 0 !important;
        }

        .foot-mid {
            padding: 10px 0;
        }

        footer {
            text-align: center;
        }

        .we-accpet, .follow-us {
            max-width: 34%;
            margin: 0 auto;
        }

        ul.foot-quick-links li a img {
            padding-top: 10px;
        }

        .foot-top ul.store-list li a img {
            max-width: 90px;
        }

        ul.contact-details li::before {
            margin-right: 5px;
        }

        .foot-survey-wrap {
            position: relative;
            top: 0;
        }
    }

    @media(max-width:667px) {
        .we-accpet, .follow-us {
            max-width: 40%;
            margin: 0 auto;
        }
    }

    @media(max-width:480px) {
        .we-accpet, .follow-us {
            max-width: 100%;
            text-align: center;
        }

        ul.contact-details li:nth-child(3) a {
            left: 0px;
        }

        ul.foot-quick-links {
            padding-left: 20px;
            text-align: left;
        }

        .foot-top {
            padding: 15px 0 0;
        }

            .foot-top .col-xs-12 {
                max-width: 100%;
            }

            .foot-top ul.payment-list, .foot-top ul.social-list {
                padding-left: 0;
            }

                .foot-top ul.payment-list li {
                    display: inline-block;
                    margin: 0 18px;
                }

                    .foot-top ul.payment-list li a i {
                        font-size: 2.8em;
                    }

            .foot-top ul.store-list li a img {
                max-width: 100%;
            }

            .foot-top ul.social-list li a i {
                font-size: 2.5em;
            }

            .foot-top ul.social-list li {
                display: inline-block;
                margin: 0 9px;
            }

        .foot-mid {
            padding: 0;
        }

        .foot-top ul.store-list li {
            margin: 0 -15px -15px;
        }
    }

    @media(max-width:380px) {
        .foot-top ul.social-list li a i {
            font-size: 2.45em;
        }

        .foot-top ul.payment-list li {
            display: inline-block;
            margin: 0 15px;
        }

        .foot-top ul.social-list li {
            display: inline-block;
            margin: 0 9px;
        }

        .download-extension a {
            font-size: 1.00em;
        }
    }

    @media(max-width:360px) {
        .foot-top ul.social-list li a i {
            font-size: 2.25em;
        }

        ul.foot-quick-links {
            padding-left: 10px;
            text-align: left;
        }
    }

    @media(max-width:320px) {
        ul.foot-quick-links {
            padding-left: 0;
            text-align: left;
        }

        .foot-top ul.payment-list li a i {
            font-size: 2.5em;
        }

        .foot-top ul.store-list li a img {
            max-width: 115px;
        }

        .foot-top ul.social-list li a i {
            font-size: 2.0em;
        }

        .foot-top ul.payment-list li {
            display: inline-block;
            margin: 0 10px;
        }

        .foot-top ul.social-list li {
            display: inline-block;
            margin: 0 5px;
        }
    }
    /*------------------------------ footer end ------------------------------*/



/************************|all 2k 4k 8k Fixed|****************************/
 @media(min-width:1440px) and (max-width:2560px) {
     body html {
         width: 100% !important;
         margin: 0 auto !important;
         display: block !important;
         height: 100% !important;
         overflow-x: hidden !important;
         position: relative;
    }
}
 @media(min-width:2561px) and (max-width:80000000px) {
     body, html {
         position: relative;
         width: 1920px !important;
         margin: 0 auto !important;
         overflow-x: hidden !important;
         -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24) !important;
         -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24) !important;
         box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24) !important;
    }
     header,.navbar {
         width: 1920px !important;
         margin: 0 auto;
    }
     .header,.navbar {
         width: 1920px !important;
         margin: 0 auto;
    }
}


/*----------------------------------*/
/* CSS for plgins used */

/* overflow*/
/* necessary plugin styles */
.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

/*-----------------------------------*/

/*IE10+*/
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .formbox input{
    padding: 0 20px;
  }

 }

 /*IE6,7,9,10*/
 @media screen and (min-width: 640px), screen\9 {
    selector { property:value; }
 }

 /*IE6,7*/
 @media screen\9 {
    selector { property:value; }
 }

 /*IE8*/
 @media \0screen {
   selector { property:value; }
 }

 /*IE6,7,8*/
 @media \0screen\,screen\9 {
    selector { property:value; }
 }

 /*IE9,10*/
 @media screen and (min-width:0\0){
    selector { property:value; }
 }



/******************************|Animation|*****************************/
@-webkit-keyframes pulse {
     0% {
         -webkit-box-shadow: 0 0 0 0 rgba(122,122,124, 0.4);
         -moz-box-shadow: 0 0 0 0 rgba(122,122,124, 0.4);
         box-shadow: 0 0 0 0 rgba(122,122,124, 0.4);
    }
     70% {
         -webkit-box-shadow: 0 0 0 50px rgba(122,122,124, 0);
         -moz-box-shadow: 0 0 0 10px rgba(122,122,124, 0);
         box-shadow: 0 0 0 50px rgba(122,122,124, 0);
    }
     100% {
         -webkit-box-shadow: 0 0 0 0 rgba(122,122,124, 0);
         -moz-box-shadow: 0 0 0 0 rgba(122,122,124, 0);
         box-shadow: 0 0 0 0 rgba(122,122,124, 0);
    }
}
/* Standard syntax */
 @keyframes mymove {
     0% {
         -webkit-box-shadow: 0 0 0 0 rgba(122,122,124, 0.4);
         -moz-box-shadow: 0 0 0 0 rgba(122,122,124, 0.4);
         box-shadow: 0 0 0 0 rgba(122,122,124, 0.4);
    }
     70% {
         -webkit-box-shadow: 0 0 0 50px rgba(122,122,124, 0);
         -moz-box-shadow: 0 0 0 10px rgba(122,122,124, 0);
         box-shadow: 0 0 0 50px rgba(122,122,124, 0);
    }
     100% {
         -webkit-box-shadow: 0 0 0 0 rgba(122,122,124, 0);
         -moz-box-shadow: 0 0 0 0 rgba(122,122,124, 0);
         box-shadow: 0 0 0 0 rgba(122,122,124, 0);
    }
}

/* Safari 4.0 - 8.0 */
 @-webkit-keyframes overspan {
     0% {
         width:0%;
         left:0px;
         right:0px;
         background-color:red;
    }
     50% {
         left:0px;
         right:0px;
         background-color:red;
    }
     100% {
         width:100%;
         left:0px;
         right:0px;
         background-color:red;
    }
}
/* Standard syntax */
 @keyframes overspan {
     0% {
         width:0%;
         left:0px;
         right:0px;
         background-color:red;
    }
     70% {
         left:0px;
         right:0px;
         background-color:red;
    }
     100% {
         width:100%;
         left:0px;
         right:0px;
         background-color:red;
    }
}



.foot-disc p,
.no-china p {
	line-height: 1.2;
	font-size: 1em;
}

.no-china img,
.no-china p {
	vertical-align: middle
}

.pre-footer {
	padding: 0;
	margin: 0
}

.foot-disc,
.no-china {
	position: relative;
	background-color: #fff;
	color: #6a7582;
	padding: 4px 20px 0 40px;
	border-top: 2px #d4333c solid;
	border-bottom: 3px solid #ccc;
	overflow: hidden;
	min-height: 143px;
	margin-bottom: 30px
}

.no-china-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	padding-top: 2em
}

.foot-disc ul li {
	width: 100%;
	float: none;
	text-align: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #ccc
}

.foot-disc p {
	margin-bottom: 0;
	padding: 5px 0;
	color: #000
}

.no-china p {
	padding-left: 14px;
	padding-top: 1.2em;
	margin-left: 18%;
}

.no-china img {
	width: 80px;
	float: left
}

@media(min-width:768px) and (max-width:980px) {
	.foot-disc, .no-china {
		min-height: 138px;
	}
}

@media(min-width:1024px) and (max-width:1280px) {
	.no-china-content {
		position: absolute;
		width: 100%;
		height: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.no-china p {
		margin-left: 29%;
		padding-left: 2px;
	}

	.mobipfix {
		margin-top: -10% !important;
	}

	.foot-disc, .no-china {
		min-height: 194px;
	}
}

@media(min-width:768px)and (max-width:991px) {
	.no-china-content {
		padding-left: 30px;
		padding-right: 30px
	}

	.mobipfix {
		margin-top: 0 !important;
	}

	.no-china p {
		margin-left: 14%;
	}

	.download-extension {
		text-align: center;
	}
}

@media(max-width:767px) {
	.no-china p {
		line-height: 1.2;
		font-size: 1em;
		display: block;
		vertical-align: middle;
		margin-left: 95px;
		padding-top: 1.2em
	}

	.download-extension {
		text-align: center;
	}
}

@media(max-width:480px) {
	.no-china-content {
		position: absolute;
		width: 100%;
		height: 100%;
		padding-left: 15px;
		padding-right: 10px;
		padding-top: 20px
	}

	.no-china p {
		margin-left: 94px;
		padding-top: .4em;
		margin-top: 0px;
	}

	.foot-disc, .no-china {
		min-height: 162px;
	}

	.mobipfix {
		margin-top: -4% !important;
	}
}

.mobipfix {
	margin-top: -6%;
}

@media(min-width:1367px) and (max-width:1920px) {
	.mobipfix {
		margin-top: -1%;
	}

	.foot-disc, .no-china {
		min-height: 167px;
	}

		.no-china p {
			margin-left: 17%;
		}
}


@media(max-width:330px) {
	.foot-disc, .no-china {
		min-height: 231px;
	}
}
@media(min-width:1920px) and (max-width:800000px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 130px
    }
}

@media(min-width:1680px) and (max-width:1919px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 140px
    }
}

@media(min-width:1440px) and (max-width:1679px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 140px
    }
}

@media(min-width:1366px) and (max-width:1439px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 145px
    }
}

@media(min-width:1280px) and (max-width:1365px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 140px;
    }
}

@media(min-width:1024px) and (max-width:1279px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 240px
    }
}

@media(min-width:980px) and (max-width:1023px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 240px
    }
}

@media(min-width:800px) and (max-width:979px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 245px
    }
}

@media(min-width:768px) and (max-width:799px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 345px
    }
}

@media(min-width:600px) and (max-width:767px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 340px
    }
}

@media(min-width:480px) and (max-width:599px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 445px
    }
}

@media(min-width:400px) and (max-width:479px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 441px
    }
}

@media(min-width:410px) and (max-width:412px) {
    .certificate {
        height: 337px
    }
}

@media(min-width:413px) and (max-width:415px) {
    .certificate {
        height: 337px
    }
}

@media(min-width:0px) and (max-width:399px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 544px
    }
}

@media (max-width: 80000px) and (min-width: 0px) {
    .content_section {
        padding-bottom: 0px !important;
    }
}
