/* slick arrow */
.arrows {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
#aei_cmscategory #aeicmscategorycms-arrows {
    opacity: 1;
    top: 45%;
}
#aeibottomcms-arrows {
    top: 40%;
}
#aeiaccessories-arrows {
    top: 15px;
}
.testimony-blog:hover #aeicmstestimony-arrows {
    opacity: 1;
}
#aeispecialarrows {
    top: auto;
    bottom: 35%;
}
#aeibannercms-arrows {
    top:45%;
}
#aeicategorytabs .arrows {
    top:-107px;
}
.feature-products .arrows,.newproduct .arrows,#bestseller .arrows{
    top:-104px;
}

.feature-products:hover .arrows,.newproduct:hover .arrows,.product-accessories:hover .arrows,
.aei_cmsbanner:hover .arrows,#bestseller:hover .arrows,.aei-producttab:hover .arrows,
.special-products:hover .arrows,.homeblog:hover .arrows,#aeicategorytabs:hover .arrows{
    opacity: 1;
}
.homeblog:hover .arrows {
    opacity: 1;
}
.homeblog .arrows {
    top: -100px;
    opacity: 0;
}
.brands .arrows {
    width: 100%;
    top: 35%;
    opacity: 0;
    background-color: transparent;
}
.brands:hover .arrows{
	opacity: 1;
}


/* services */
#aei_cmsservice li {
    padding: 0 20px;
    width: 33.33%;
    float: left;
    border-left: none;
    position: relative;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.aei-service-item.first:hover{
    padding-left: 0;
}
.aei-service-item.second,.aei-service-item.second:hover{
    padding-left: 50px;
}
.aei-service-item.third,.aei-service-item.third:hover {
    padding-left: 50px;
}
.aei-service-item.fourth,.aei-service-item.fourth:hover {
    padding-left: 50px;
}

#aei_cmsservice {
    width: 100%;
    position: relative;
    float: left;
    padding:80px 0 80px 0;
    background-color: #fff;
}
#aei_cmsservice ul {
    margin: 0;
}
#aei_cmsservice li .aei-service-item-inner {
    display: block;
}
.aei-image-block {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
}
#aei_cmsservice .aei-image-icon {
    position: relative;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;    
     background: #f5f5f5 url("../img/aximage/service-1.svg") no-repeat center center/33px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 0.5s ease;
}

#aei_cmsservice .aei-service-item:hover .aei-image-icon{
    background-color: #6a86ff;
    background-image:url("../img/aximage/service-1-hover.svg");
}
#aei_cmsservice .aei-service-item.second .aei-image-icon{
    background-image:url("../img/aximage/service-2.svg");
}
#aei_cmsservice .aei-service-item.second:hover .aei-image-icon{
  background-image:url("../img/aximage/service-2-hover.svg");
}
#aei_cmsservice .aei-service-item.third .aei-image-icon{
   background-image:url("../img/aximage/service-3.svg");
}
#aei_cmsservice .aei-service-item.third:hover .aei-image-icon{
   background-image:url("../img/aximage/service-3-hover.svg");
}
#aei_cmsservice .aei-service-item.fourth .aei-image-icon{
    background-image:url("../img/aximage/service-4.svg");
}
#aei_cmsservice .aei-service-item.fourth:hover .aei-image-icon{
   background-image: url("../img/aximage/service-4-hover.svg");
}
#aei_cmsservice .service-right {
    float: left;
    display: block;
    vertical-align: top;
    position: relative;
    width: 100%;
    text-align: center;
}
#aei_cmsservice .service-right .aei-service-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing:0.8px;
    text-transform: capitalize;
    margin:0;
    padding-bottom: 14px;
    padding-top: 20px;
    line-height: normal;
    color: #333333;
}
#aei_cmsservice li:hover .aei-service-title{
    color: #6a86ff;
}
#aei_cmsservice .service-right .aei-service-desc {
    font-size: 13px;
    font-weight: 400;
    color: #4b4b4b;
    line-height: 20px;
    letter-spacing: 1.08px;
    display: block;
}



/* colorbox  */
.main_inline_content{
    display: none;
}
#cboxLoadedContent .content {
    text-align: center;
}
#cboxLoadedContent .content .aei-service-title,#cboxLoadedContent .content span {
    display: block;
    text-transform: capitalize;
}
#cboxLoadedContent .content .aei-service-desc2 {
    font-size: 13px;
    color: #737373;
}
#cboxLoadedContent{
    max-width: 500px;
}
#cboxLoadedContent .content .aei-service-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
#cboxLoadedContent .content .service-right {
    margin: 20px 0 0;
    padding: 0 30px;
}
#cboxLoadedContent .content .service-right .aei-service-desc1 {
    margin: 10px 0 5px;
}
#cboxLoadedContent .content .aei-image-block .aei-image-icon {
    padding: 20px;
    background-color: #6a86ff;
}

/* cms bottom  */
#aei_cmsbottom .container {
    width: 1830px;
}
#aei_cmsbottom {
    position: relative;
    float: left;
    width: 100%;
}
#aei_cmsbottom .aeibottomblock {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.bottom-item {
    position: relative;
    z-index: 0;
    vertical-align: top;
    float: left;
    padding: 0 10px;
}
.aei_cmsbottom .bottom-inner-main {
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.aei_cmsbottom .bottom-inner-main img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.aei_cmsbottom .bottom-inner-main:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.bottom-description{
   position: absolute;
   left: 0;
   right:0;
   text-align: center;
   top: 40%;
}
.aei-bottom-shop-btn{
    display: inline-block;
    vertical-align: top;
    background-color:#f3d549;
    color: #6a86ff;
    padding:14px 45px;
     transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.aei-bottom-shop-btn:hover{
    background-color: #6a86ff;
    color: #fff;
}
/* banner cms block */

.aei_cmsbanner .container{
    width: 1830px;
    max-width: 100%;
    position: relative;
}
.aei_cmsbanner {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 80px;
    clear: both;
}
.banner-item {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
}
.banner-inner-main{
   position: relative; 
   display: inline-block;
   vertical-align: top;
   transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.banner-inner-main::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.banner-item :hover .banner-inner-main::after {
    opacity: 1;
}
.banner-inner-main:hover .banner-description {
    opacity: 1;
    z-index: 1;
}
.aeibannerblock {
    width: 100%;
    z-index: 1;
    position: relative;
    margin:0;
}
.banner-description {
    position: absolute;
    top: 45%;
    text-align: center;
    left:0;
    right: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.banner-description .banner-text-name {
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    color: #000;    
}
.banner-text-desc {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 400;
    display: block;
    padding:12px 0 20px 0;
    text-align: left;
    color: #000;
}

.banner-item .banner-inner-main .btn.cms-btn {
    background-color: #6a86ff;
    font-weight: 500;
    color: #fff;
    z-index: 1;
    font-size: 14px;
    line-height: 25px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.banner-item .aei-banner-shop-btn {
    background-color: #fff;
    padding: 17px 25px;
}
.banner-item .aei-banner-shop-btn:hover{
    background-color: #6a86ff;
    color: #fff;
}
/* testimonial block */

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
#index .testimony-blog .item {
    padding-left: 0;
    padding-right: 0;
}
#index .testimony-blog .container {
    position: relative;
}
#index .testimony-blog{
    display: block;
    padding: 80px 0 50px 0;
}
.testimony-blog{
    width: 100%;
    float: left;
    background: transparent;
   background-color: #f5f5f5;
}
.test-icon {
   
}
.testimony-blog #aeicmstestimony {
    position: relative;
}

#aeicmstestimony .ax-product-title span::after {
    background: #333436 url("../img/aximage/test-title-after.svg") no-repeat center center/20px;
}
.testimony-blog #aeitestimony-carousel {
   text-align: center;
    position: relative;
    width: 100%;
    float: left;
    z-index: 1;
}
.testimony-blog .item.cms_face {
    position: relative;
    padding: 0 40px 0 60px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease; 
    margin: 5px 0;
}
.testimony-blog .item.cms_face:hover {
}
.testmonial-image img {
    border: 4px solid #fff;
}
.testimony-detail .name a{
    font-size: 14px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.7px;
    line-height: 24px;
    text-transform: capitalize;
}
.testimony-blog .desc {
    position: relative;
    padding:0 30px 0 40px;
    float: left;
    width: 70%;
}
.testmonial-left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.testmonial-image {
    float: left;
    position: relative;
    z-index: 1;
    /*width: 30%;*/
    margin: 0 30px -60px 50px;
}
.test-desc {
    float: left;
    position: relative;
    padding: 0 0 10px 0;
}
.testimony-detail {
   text-align: left;
    float: left;
    width: 90%;
}
.testimony-blog .designation a {
    font-size: 13px;
    color: #6a86ff;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.84px;
    text-transform: capitalize;
    font-style: italic;
}
.testimony-blog  .desc p {
	color: #a1a1a1;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	line-height: 30px;
	letter-spacing:1.44px;
}

.testimony-blog .test-right{
    display: inline-block;
    vertical-align: top;
}
.testimony-blog .product_inner_cms .name
{
    text-align:left;
}
.testimony-blog .product_inner_cms .designation
{   
    text-align: left;
}
.testimony-blog .product_inner_cms {
    position: relative;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 30px 0;
}

.testimony-blog .testimonial-banner .testimonial-description .test-banner-1 span{
    color: #6a86ff;
}
.testimony-blog .testimonial-banner .testimonial-description {
    width: 45%;
    margin-left: 79px;
    text-align: center;
}
.testimony-blog .testimonial-banner .testimonial-description .test-banner-1 {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    display: block;
    margin: 0 0 34px;
    text-transform: capitalize;
    line-height: normal;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.testimony-blog .testimonial-banner .testimonial-description .test-banner-1:hover{
    color: #6a86ff;
}
.testimony-blog .testimonial-banner .testimonial-description .test-banner-2 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.12px;
    display: block;
    color: #000;
    line-height: 30px;
    margin: 0 0 50px;
    padding: 0 130px;
}
.testimony-blog .testimonial-banner .testimonial-description .btn {
    padding: 7px 29px;
}
.testimony-blog .product_inner_cms .test-icon{
    float: left;
    width: 30%;
    padding: 50px 0 0 50px;
}
.test-icon-inner {
    transition: all 0.5s ease;
}
#index .testimony-blog .item:hover .test-icon-inner{
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
/* paymentcms block */
#aeicmspayment {
    text-align: center;
    float:right;
    z-index: 1;
    position: relative;
    padding-top: 20px;
}
#aeicmspayment .payment-block-inner {
    margin: 0;
}
#aeicmspayment li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
}
#aeicmspayment li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
#aeicmspayment li img:hover{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}


/* brand logo */
#index .brands {
    display: block;
}
.brands {
    position: relative;
    padding: 60px 0 39px;
    clear: both;
    display: none;
    background-color: #fff;
}
.brands .brand-image img {
    opacity: 0.2;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.brands .brand-image:hover img{
	opacity: 1;
}
/*customlink*/

#_desktop_links_block_top {
    position: relative;
    width: 60%;
    margin: 0;
    float: left;
}
#aei_customlink{
    margin: 0;
}
#aei_customlink li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    position: relative;
}
#aei_customlink li:hover span{
    color: #566abf;
}
#aei_customlink li::after{
    content: "";
    position: absolute;
    top: 7px;
    left:auto;
    right: 0;
    height: 12px;
    width: 2px;
    background-color: rgba(255,255,255,0.3);
}
#aei_customlink li:last-child::after {
    display: none;
}
#aei_customlink li:first-child{
    padding-left: 0;
}
#aei_customlink li:last-child{
    padding-right: 0;
}
#aei_customlink li span {
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.70px;
}
/* top cms */
#aeicmstop{
    float: left;
    position: relative;
}
.customtext {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    padding: 14px 0 10px 0;
}
.customtext .offer-text{
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}
.customtext:hover .offer-text{
    color: #6a86ff;
}
/* video cms */
#aeicmsparallax {
    float: left;
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    height: 583px;
    z-index: 1;
    margin-top: 40px;
}
.parallax-image {
    padding: 0;
    position: relative;
}
.section-intro.youtube-video-background {
    display: flex;
    position: relative;
    min-height: 589px;
    background: #000;
}
.section-intro.youtube-video-background iframe {
    opacity: 0.7;
}
.parallax-wrapper {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
}
#aeicmsparallax::after{
    background: rgba(0,0,0,.4) none repeat scroll 0 0;
    content: "";
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.parallax-text {
    position: absolute;
    left: 352px;
    right: auto;
    top: 30%;
    bottom: 30%;
    margin: 0 auto;
    z-index: 2;
    text-align: left;
}
.parallax-title {
    color: #6a86ff;
    font-size: 62px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: 1.68px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}
.parallax-desc {
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: 1.68px;
    text-transform: capitalize;
}
.parallax-btn.btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.56px;
    background-color: #6a86ff;
    padding: 10px 24px;
    margin-top: 42px;
    text-transform: capitalize;
     border: 2px solid transparent;
}
.parallax-btn.btn:hover{
  color: #6a86ff;
  background-color: transparent;
  border: 2px solid #6a86ff;
}
/* category cms */
#index #aei_cmscategory .container {
    position: relative;
    width: 1830px;
    max-width: 100%;
}
#index #aei_cmscategory {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    padding-top: 30px;
    background-color: #fff;
    padding-bottom: 80px;
}
.aei-cat-item {
    position: relative;
    overflow: hidden;
    text-align: center; 
    padding: 0 15px;
}
.aei-cat-item-inner{
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.aei-cat-item-inner::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    z-index: 0;
     transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.aei-cat-item:hover .aei-cat-item-inner::after{
    opacity: 1;
}
.aei-cmscategory-inner {
    margin: 0;
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
}
.aei-cmscategory-inner li .aei-cat-img{
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
.aei-cat-item .aei-cat-details {
    opacity: 0; 
    text-align: center;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.aei-cat-item:hover .aei-cat-details {
    opacity: 1;
}

.aei-cat-item .aei-cat-name {
    opacity: 1;
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #ffffff;
    letter-spacing: 0.7px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    text-align: center;
    display: block;
    padding-bottom: 30px;
}
.aei-cat-shop-btn{
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.56px;
    line-height: 30px;
    padding: 4px 29px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    position: relative;
    color: #fff;
    background-color: #6a86ff;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
}
.aei-cat-shop-btn:hover{
    background-color: #000;
    color: #ffffff;
}
#aei_cmscategory .aei-cat-item .aei-cat-img img{
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    width: 100%;
}
#aei_cmscategory .aei-cat-item:hover .aei-cat-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);

    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/* responsive */
@media (max-width:1349px){
    .testimony-blog .product_inner_cms .test-icon{
        padding: 50px 0 0 70px;
    } 
    .testimony-blog .desc{
        padding: 0 30px 0 50px;
    }
}
@media (max-width:1400px){
   
}
@media (max-width:1200px){
    .testimony-blog .row {
        margin: 0;
    }
    .aei_cmsbanner .banner-description .cms-btn {
        margin-top: 30px;
    }
    .test-icon2{
        left: 140px;
    }
}
@media (max-width:1199px) {
   .testmonial-image{
        margin: 0;
        text-align: center;
        float: none;
   }
   .test-desc{
         float: none;
         padding: 10px 0 10px 0;
         text-align: center;
   }
   .testimony-blog .product_inner_cms{
        padding: 20px 0 10px 0;
   }
   .testimony-blog .product_inner_cms .test-icon {
        padding: 0 0 10px 0;
        width: 100%;
    }
    .testimony-blog .desc {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .banner-text-desc{
        font-size: 13px;
    }
    .aei_cmsbanner .banner-inner-main:hover .cms-btn{
        bottom: -60px;
    }
    .aei_cmsbanner .banner-description .cms-btn{
        margin-top: 0;
        padding: 4px 20px;
        font-size: 12px;
    }
    .banner-text-name{
        font-size: 20px;
        padding: 0 0 30px 0;        
    }
   .brands{
        padding: 40px 0 10px;
   }
}
@media (max-width:992px) {
   
}
@media (max-width:991px) {
    .testimony-detail{
        width: 100%;
        text-align: center;
    }
    #_desktop_links_block_top{
        width: 100%;
        text-align: center;
    }
    .homeblog .arrows {
        top: -70px;
    }
    #index .testimony-blog{
        padding: 30px 0 0 0;
    }
    #aei_cmsservice li{
        width: 100%;
        padding: 0;
    }
    #aei_cmsservice .service-right{
        padding-bottom: 30px;
    }
    #aei_cmsservice{
        padding: 30px 0 0 0;
    }
    #aei_cmscategory .aei-cat-item .aei-cat-img img{
        width: auto;
    } 
    .feature-products .arrows, .newproduct .arrows, #bestseller .arrows {
        top: -94px;
    }
    .aei-cmscategory-inner li .aei-cat-img,.aei-cat-item .aei-cat-details{
        width: 100%;
    }
    .aei-cat-item .aei-cat-details{
        padding-top: 0;
    }
    #index #aei_cmscategory{
        padding-bottom: 30px;
    }
    #aei_cmsservice li .aei-image-block::after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #aeicategorytabs .arrows {
        top: -67px;
    }
    .arrows{
        opacity: 1;
    }
    .homeblog .arrows{
        opacity: 1;
    }
    .banner-item:nth-child(1),
    .banner-item:nth-child(2),
    .banner-item:nth-child(3) {
        width: 100%;
        float: left;
        position: relative;
        padding-bottom: 15px;
        text-align: center;
    }
    .banner-item:nth-child(3) {
        padding-bottom: 0;
    }
    .brands{
        padding: 20px 0 0;
    }
    #aeicmspayment{
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }
    #aei_cmsbottom{
        display: none;
    }
    .testimony-blog .testimonial-banner .testimonial-description{
        margin: 0;
        width: 100%;
    }
    .category-main .category-main-desc{
        padding: 0 25px;
    }
    .aei-cmscategory-inner .aei-cat-details::before, .aei_cmsbanner .banner-inner-main .banner-description::before {
        padding: 0 0 0 0;
        font-size: 130px;
    }
    .aei-cmscategory-inner .aei-cat-item.second .aei-cat-details {
        padding: 0 87px 0 0;
    }
    .testimony-blog .testimonial-banner{
        padding: 100px 0;
    }
}
@media (max-width:767px) {
    .testimony-detail{
        width: 100%;
        padding-top: 50px;
    }
   .aei-cmscategory-inner li{
        float: left;
        padding: 0 15px;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
   }
   .aei-cmscategory-inner li:last-child {
        margin-bottom: 0;
    }
   .aei-cat-item .aei-cat-details{
        float: none;
   }
    .brands {
        padding: 50px 0 20px;
    }
    .feature-products .arrows, .newproduct .arrows, #bestseller .arrows {
        top: -74px;
    }
}

@media (max-width:580px) {
    .tabs .nav-tabs .nav-link::before {
        display: none;
    }
    .feature-products .arrows, .newproduct .arrows, #bestseller .arrows{
        top: -65px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .homeblog .arrows {
        top: -80px;
    }
    .banner-item .aei-banner-shop-btn{
        padding: 15px 15px;
    }
    .banner-inner .banner-description .banner-text-desc{
        padding-bottom: 20px;
    }
    .aei_cmsbanner .banner-description .banner-cms-btn{
        float: none;
    }
    .banner-inner .banner-description .banner-text-name {
        font-size: 35px;
    }
    .banner-inner .banner-description .banner-text::after {
        display: none;
    }
    .aei_cmsbanner .banner-description .banner-cms-shopnow{
        display: none;
    }
    .banner-inner .banner-description .banner-text{
        line-height: normal;
    }
    .banner-inner .banner-description{
        top: 30px;
    }
    .banner-inner .banner-description .banner-text::after {
        display: none;
    }
}
@media (max-width:479px) {
    .parallax-title{
        font-size: 32px;
        line-height: normal;
    }
    .parallax-desc{
        font-size: 22px;
        line-height: normal;
    }
    .parallax-btn.btn{
        margin-top: 22px;
        font-size: 12px;
        padding: 5px 14px;
    }
    .parallax-text{
        top: 10%;
    }
    .block-social-title{
        padding: 0 15px 10px 15px;
    }
    #aeicmsparallax {
        height: 250px;
        margin-top: 20px;
    }
    .brands{
        padding: 0;
    }
    #index #aei_cmscategory{
        padding-top: 30px;
    }
    .aei_cmsbanner .aeibannerblock,#index .aei_cmsbanner{
        margin-top: 30px;
    }
    .time{
        height: 40px;
        width: 40px;
        line-height: 40px;
        color: #000;
    }
    .time::after {
        display: none;
    }
    .days {
        font-size: 12px;
    }
    .count-inner > div{
        padding:0 15px 0 0;
    }
    .aei_cmsbanner-desc {
        padding: 15px 20px 40px 20px;
    }
    #aeispecialarrows {
       top: 90px;
       width: 90px;
    }
    #aeicategorytabs .arrows {
        top: -55px;
        left: 0;
        right: 0;
    }
    #aeibannercms-arrows{
        width: 100%;
    }
     .banner-inner .banner-description .banner-text-desc{
        display: none;
    }
    .banner-inner .banner-description .banner-text-name {
        text-align: center;
    }
    .banner-inner .banner-description .banner-text{
        padding-left: 0;
        text-align: center;
        font-size: 16px;
    }
    .feature-products .arrows, .newproduct .arrows, #bestseller .arrows {
        top: -55px;
    }
    .aei_cmsbanner .banner-description .banner-text-second {
        font-size: 13px;
    }
    .aei_cmsbanner .banner-description .banner-text-first{
        margin: 0;
    }
    .aei_cmsbanner .banner-description .banner-text-second{
        margin: 0 0 20px;
    }
    .aei_cmsbanner .banner-inner-main .banner-description::after{
        display: none;
    }
    .homeblog .slick-prev{
        left: 0;
    }
    .homeblog .slick-next{
        right: 0;
    }
    .homeblog .arrows {
        top: -55px;
    }
    .category-main .category-main-desc{
        padding: 0;
    }
    .testimony-blog .testimonial-banner .testimonial-description .test-banner-1 {
        font-size: 25px;
        margin: 0 0 15px;
    }
    .testimony-blog .testimonial-banner .testimonial-description .test-banner-2{
        margin: 0 0 30px;
    }
    .testimony-blog .testimonial-banner {
        padding: 60px 0;
    }
    .testimony-blog .item.cms_face{
        padding: 15px 15px 15px 15px;
    }
    .aei-cmscategory-inner .aei-cat-details::before, .aei_cmsbanner .banner-inner-main .banner-description::before{
        font-size: 90px;
        top: 50px;
    }
    #aei_cmsservice li{
        width: 100%;
    }
    .arrows{
        top: 90px;
        left: 0;
        margin: 0 auto;
        width: 80px;
    }
    #aeiaccessories-arrows {
        top: 60px;
    }
    #aeicmscategorycms-arrows{
        width: 100%;
    }
    .homeblog .arrows {
        top: -70px;
    }
    .aei_cmsbanner .banner-inner{
        margin: 20px 0 0;
        width: 100%;
    }
    .testimony-blog #aeicmstestimony .ax-product-title {
        text-align: center;
    }
    .testimony-blog #aeitestimony-carousel{
        margin-bottom: 20px;
    }
    .testimony-blog #aeitestimony-carousel {
        margin-top: 0;
    }
    .testimony-blog .desc{
        width: 100%;
        text-align: center;
        padding: 15px;
    }
    .testimony-detail{
        padding-top: 30px;
    }
    #index .testimony-blog #aeicmstestimony-arrows {
        width: 100%;
        top: 0;
    }
    .testimony-blog .product_inner_cms{
        padding-bottom: 0;
        padding-top: 25px;
    }
    .testmonial-image{
        margin: 0;
        width: 100%;
    }
    .test-desc{
        width: 100%;
        text-align: center;
        padding: 15px;
    }
    .testimony-blog .product_inner_cms .test-icon{
        padding-top: 0;
        width: 100%;
    }
}
@media (max-width:320px) {
    
}