/* slick arrow */
.arrows {
    width: 70px;
    position: absolute;
    top: 4px;
    right: 0;
    left: auto;
    margin: 0 auto;
    z-index: 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;
}
#aei_cmscategory .arrows {
    top: 45%;
}
.special-products .arrows {
    top: 45%;
}
.feature-products .arrows,.newproduct .arrows,#bestseller .arrows,#aeicategorytabs .arrows{
   top: -61px;
}
.aei_cmsbanner .slick-prev,.aei_cmsbanner .slick-next{
    display: none !important;
}
#aei_cmsservice .arrows {
    width: 100%;
    top: 35%;
}

.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,#aei_cmscategory:hover .arrows{
    opacity: 1;
}
.brands .arrows {
    width: 100%;
    top: 40%;
    opacity: 0;
    background-color: transparent;
    left: 0;
    right: 0
}
.brands:hover .arrows{
	opacity: 1;
}
.special-products .special-slider-img .slick-arrow {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.special-products .special-slider-img .slick-arrow.slick-next {
    
    top: auto;
    bottom: -15px;
}
.special-products .special-slider-img .slick-arrow.slick-prev {
    
    top: -40px;
}
/* custome link */
#_desktop_links_block_top {
    float: left;
    width: 70%;
    padding: 0 0 3px;
}
#_desktop_links_block_top #aei_customlink {
    margin: 0;
}
#_desktop_links_block_top li a {
    font-size: 13px;
    font-weight: 400;
    color: #a1a1a1;
    line-height: 35px;
    letter-spacing: 0.78px;
    text-transform: capitalize;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
#_desktop_links_block_top li:hover a{
    color: #a1a1a1;
}
#_desktop_links_block_top li {
    display: inline;
    margin: 0 20px 0 0;
}

/* services */

#aei_cmsservice {
    width: 100%;
    position: relative;
    padding: 60px 0 0;
}
#aei_cmsservice .container {
    position: relative;
}
#aei_cmsservice .aei-service-item {
    width: 33.33%;
    padding: 0 15px 0 50px;
    float: left;
    position: relative;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
#aei_cmsservice .aei-service-item::after{
	content: "";
	position: absolute;
	width: 3px;
	height: 55px;
	background: #ededed;
	right: 0;
	top: 0;
}
#aei_cmsservice .aei-service-item.fourth::after{
	display: none;
}
#aei_cmsservice .aei-image-block {
    text-align: center;
    display: block;
    position: relative;
    width: 15%;
    float: left;
}
#aei_cmsservice #service-item {
	margin: 0;
    width: 100%;
	float: left;
	border: 2px solid #ededed;
	padding: 29px 0;
}

#aei_cmsservice .aei-image-icon {
    display: block;
	background: #fff url("../img/aximage/services.png") no-repeat center center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-position: 0 6px;
	width: 100%;
	height: 38px;
}

#aei_cmsservice .aei-service-item:hover .aei-image-icon{
    background-position: 0 -95px;
}
#aei_cmsservice .aei-service-item.second .aei-image-icon{
    
     background-position: 0 -401px;
}
#aei_cmsservice .aei-service-item.second:hover .aei-image-icon{
    background-position: 0 -502px;
}
#aei_cmsservice .aei-service-item.third .aei-image-icon{
    background-position: 0 -199px;
}
#aei_cmsservice .aei-service-item.third:hover .aei-image-icon{
    background-position: 0 -300px;
}
#aei_cmsservice .aei-service-item.fourth .aei-image-icon{
    background-position: 0 -595px;
}
#aei_cmsservice .aei-service-item.fourth:hover .aei-image-icon{
    background-position: 0 -688px;
}


#aei_cmsservice .aei-service-item a {
    line-height: normal;
    text-align: center;
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#aei_cmsservice .service-right {
    display: block;
    float: left;
   	width: 85%;
    text-align: left;
    padding: 0 0 0 27px;
}
#aei_cmsservice .service-right .aei-service-title {
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.56px;
	line-height: normal;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 1px;
    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;
}
#aei_cmsservice li:hover .service-right .aei-service-title{
    color: #a1a1a1;
}
#aei_cmsservice .service-right .aei-service-desc {
	font-size: 12px;
	font-weight: 400;
	color: #a1a1a1;
	line-height: 20px;
	letter-spacing: 0.48px;
	display: block;
}

/* parallax cms */
#aeicmsparallax {
    height: 500px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}
.section-intro.youtube-video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #000;
}
#aeicmsparallax .parallax-text {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.section-intro.youtube-video-background iframe {
    opacity: 0.3;
}
.parallax-text .parallax-title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin: 0 0 20px;
    display: block;
}
.parallax-text .parallax-title:hover{
    color: #a1a1a1;
}
.parallax-text .btn {
    padding: 7px 25px;
}

/* 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: #f5f5f5;
}

/* banner cms block */
.aei_cmsbanner{
	position: relative;
    /*background: transparent url("../img/aximage/banner-bg.jpg") no-repeat fixed center/cover;*/
    /*min-height: 611px;*/
    background: transparent;
}
.aei_cmsbanner .banner-inner {
    text-align: right;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    margin: 20px 0 0;
}
.banner-inner-main {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
}
.aei_cmsbanner .aeibannerblock {
  display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 120px 0;
}

.aei_cmsbanner .banner-description {
	position: absolute;
	right: 120px;
	top: 28%;
	text-align: left;
}
.aei_cmsbanner .banner-description .banner-text-first {
	font-size: 36px;
	font-weight: 700;
	color: #000;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	line-height: normal;
	padding: 0 0 16px;
	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_cmsbanner .banner-inner:hover .banner-description .banner-text-first{
    color: #a1a1a1;
}
.aei_cmsbanner .banner-description .banner-text-third {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.56px;
	display: block;
	color: #a1a1a1;
	text-transform: capitalize;
	line-height: normal;
	padding: 0 0 25px;
}
.aei_cmsbanner .banner-description .btn {
    padding: 7px 26px;
}
.banner-main.center .banner-slider {
    padding: 0 0 30px;
    margin: 0;
}
.aei-cmscategory-inner .slick-slider {
    margin: 0;
}
.aei_cmsbanner .banner-offer-desc {
    position: absolute;
    left: 52px;
    top: -20px;
    background: #a1a1a1;
    text-align: center;
    width: 125px;
   padding: 10px 0 28px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
   /*box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);*/
}
.aei_cmsbanner:hover .banner-offer-desc{
    background-color: #000;
}
.aei_cmsbanner .banner-offer-desc::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 62.5px 20px 62.5px;
	border-color: transparent transparent #f5f5f5 transparent;
	left: 0;
	right: 0;
	bottom: 0;
}
.aei_cmsbanner .banner-offer-desc .text1,.aei_cmsbanner .banner-offer-desc .text3 {
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: capitalize;
}
.aei_cmsbanner .banner-offer-desc .text1::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 12px;
	border-color: transparent transparent #5e5e5e transparent;
	left: -12px;
	top: 0;
}
.aei_cmsbanner .banner-offer-desc .text1::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 0 12px;
	border-color: transparent transparent transparent #5e5e5e;
	right: -12px;
	top: 0;
}
.aei_cmsbanner .banner-offer-desc .text2 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    padding: 14px 0 12px;
    position: relative;
    z-index: 1;
    margin: 6px 0 8px;
}
.aei_cmsbanner .banner-offer-desc .text2::after{
	content: "";
	position: absolute;
	width: 91px;
	height: 100%;
	border-top: 1px solid #919191;
	border-bottom: 1px solid #919191;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	z-index: -1;
 }
 .aei_cmsbanner .banner-inner img{
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
 }
  .aei_cmsbanner .banner-inner: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);
  }

/* testimonial block */
.testimony-blog{
    position: relative;
    text-align: left;
    padding: 0 15px 0 42px;
    overflow: hidden;
    border-bottom: 1px solid #434343;
    margin: 0 0 30px;
}
.testimony-blog .container {
    padding: 0;
}
#index .testimony-blog{
    display: block;
}
#aeicmstestimony {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#aeicmstestimony .item{
    padding: 0;
}
.testimony-blog #aeitestimony-carousel {
    text-align: center;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 0 14px;
}
.testimony-blog .desc .icon {
    display: inline-block;
    vertical-align: top;
}

.testimony-blog .desc .text-desc {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 28px;
    width: 100%;
}
.testimony-blog .desc .text-desc .test-icon {
    position: absolute;
    left: -19px;
    top: 27px;
    width: 36px;
    height: 36px;
    border: 2px solid #3f3f3f;
    border-radius: 50%;
    background-color: #fff;
    padding: 7px 0;
}
.testimony-blog .testmonial-image {
    width: 28.7%;
    float: left;
    position: relative;
}
.testimony-blog .testmonial-image::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 89px;
    background: #434343;
    right: 0;
    top: 0;
}
.testimony-blog .desc {
   width: 71.3%;
    float: left;
    text-align: left;
    padding: 16px 0 0 63px;
    position: relative;
}
.testimony-blog .testmonial-image .text-desc {
    float: left;
    margin: 32px 0 0;
}
.testimony-blog .testmonial-image .test-img {
    float: left;
    width: 32%;
}
.testimony-blog .test-name-dec {
    width: 68%;
    float: left;
    text-align: left;
    padding: 22px 0 0 27px;
}
.testimony-blog .testmonial-image .icon {
    
}
.testimony-blog .item.cms_face {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.testimony-blog .product_inner_cms .name a {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    color: #fff;
}
.testimony-blog .test-name-dec .name {
    line-height: 16px;
    margin: 0 0 8px;
}
.testimony-blog .item:hover .product_inner_cms .name a{
    color: #a1a1a1;
}
.testimony-blog .product_inner_cms .designation a {
    line-height: normal;
    letter-spacing: 0.52px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    color: #a1a1a1;
}
.testimony-blog .product_inner_cms .desc p {
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1.04px;
    margin: 0;
    display: block;
    position: relative;
}
.testimony-blog .testmonial-image .test-img img {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    border: 4px solid #434343;
    width: auto;
}
.testimony-blog .desc .test-icon img {
    width: auto;
}

.testimony-blog .designation {
    display: inline-block;
    vertical-align: top;
}

/* paymentcms block */
#aeicmspayment {
    text-align: center;
    float: right;
    width: auto;
}
#aeicmspayment li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
}
#aeicmspayment ul {
    margin: 0;
}



/* brand logo */
.brands {
    position: relative;
    padding: 100px 0;
    display: none;
    clear: both;
}
#index .brands{
    display: block;
}
.brands .brand-image img {
    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;
    z-index: 1;
    width: auto;
    opacity: 0.3;
}
.brands .item{
    position: relative;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    vertical-align: top;
    overflow: hidden;
}
.brands .slick-current .item {
    border: none;
}
.brands #aeibrand-slider {
    margin: 0;
}
.brands .brand-image:hover img{
	opacity: 1;
}

/* top cms */
#aeicmstop{
	float: right;
	padding: 85px 0 0 15px;
	width: 50%;
}
#aeicmstop .aeicmstop-inner{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}
#aeicmstop .aeicmstop-inner .top-img{
    display: inline-block;
    vertical-align: top;
    position: relative; 
}
.aeicmstop-inner .top-description {
    position: absolute;
	right: 29px;
	text-align: left;
	top: 31%;
}
.aeicmstop-inner .top-description .top-text1 {
    display: block;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin: 0 0 18px;
}
.aeicmstop-inner .top-description .top-text2 {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #a1a1a1;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: capitalize;
    margin: 0 0 30px;
}

/* category cms */
#aei_cmscategory {
    clear: both;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 60px 0 0;
    display: none;
}
#index #aei_cmscategory{
    display: block;
}
.aei-cmscategory-inner .aei-cat-details {
	position: absolute;
	left: auto;
	right: 32px;
	margin: 0 auto;
	top: 31%;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	text-align: left;
	z-index: 1;
}

.aei-cmscategory-inner {
    margin: 0;
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
}
#aei_cmscategory .aei-cat-details .aei-cat-name {
	display: block;
	font-size: 25px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 18px;
}
#aei_cmscategory .aei-cat-details .aei-cat-name:hover{
    color: #a1a1a1;
}
#aei_cmscategory .aei-cat-details .text1 {
	font-size: 14px;
	font-weight: 400;
	color: #a1a1a1;
	font-style: italic;
	line-height: normal;
	text-transform: capitalize;
	letter-spacing: 0.56px;
	display: block;
	margin: 0 0 30px;
}
#aei_cmscategory  .btn,.aei_cmsbanner .banner-description .btn,
#aei_cmsbottom .cmsbottom-inner .btn,.aeicmstop-inner .top-description .btn {
	padding: 0 20px 0 0;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	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;
	background: transparent url("../img/aximage/category-btn-after.svg") no-repeat right center/13px;
	text-decoration: underline;
	letter-spacing: 0.52px;
	text-transform: uppercase;

}
#aei_cmscategory .aei-cat-item .btn:hover,.aei_cmsbanner .banner-description .btn:hover,
#aei_cmsbottom .cmsbottom-inner .btn:hover,.aeicmstop-inner .top-description .btn:hover{
    color: #a1a1a1;
    background-image:url("../img/aximage/category-btn-after-hover.svg"); 
}
.cms-category-block .aei-cat-item .aei-cat-item-inner {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#aei_cmscategory .slick-slide {
    padding: 0 15px;
}
#aei_cmscategory .cms-category-block .aei-cat-item {
	float: left;
   padding: 0 15px;
   width: 50%;
}

.aei-cat-img{
    position: relative;
    overflow: hidden;
}
.aei-cat-img a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}
.aei-cat-img a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
}
.aei-cat-item:hover .aei-cat-img a::after{
    opacity: 0;
    height: 100%;
    background: rgba(0,0,0,0.3);
    transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -webkit-transition-duration: 1.3s;
    -khtml-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
}
.aei-cat-item .aei-cat-item-inner img {
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;

}
.aei-cat-item:hover .aei-cat-item-inner 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);
}

/* cms banner */
#aei_cmsbottom {
    float: left;
    padding: 0;
    width: 23.43%;
    text-align: left;
}
#aei_cmsbottom .cmsbottom-inner {
   position: relative;
   display: inline-block;
   vertical-align: top;
   overflow: hidden;
}
#aei_cmsbottom .cmsbottom-inner .bootom-img{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}
#aei_cmsbottom .cmsbottom-inner .bootom-img::after,#aeicmstop .aeicmstop-inner .top-img::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.1);
    transform: scaleY(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;
}
#aei_cmsbottom .cmsbottom-inner:hover .bootom-img::after,#aeicmstop .aeicmstop-inner:hover .top-img::after{
    transform: scaleY(1);
}
.cmsbottom-inner .cmsbottom-description {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 40px;
}
#aei_cmsbottom .cmsbottom-inner .bottom-text1 {
    display: block;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin: 0 0 17px;
}
#aei_cmsbottom .cmsbottom-inner .bottom-text2 {
    font-size: 14px;
    font-weight: 400;
    color: #a1a1a1;
    text-transform: capitalize;
    letter-spacing: 0.56px;
    display: block;
    line-height: normal;
    margin: 0 0 30px;
}

/* responsive */

@media (max-width:1700px) {

}
@media (max-width:1600px) {
 
}
@media (max-width:1349px) {
  #aei_cmsservice .aei-service-item{
    padding: 0 15px 0 25px;
  }
}
@media (max-width:1199px) {
    .aeicmstop-inner .top-description{
        top: 23%;
        right: 15px;
    }
    #aei_cmsbottom{
        width: 30%;
    }
    #aei_cmscategory .aei-cat-details .aei-cat-name{
        font-size: 20px;
    }
    .aei-cmscategory-inner .aei-cat-details{
        right: 15px;
    }
    #aei_cmsservice .aei-service-item {
        padding: 0 15px;
    }
    #aei_cmsservice .aei-service-item::after{
        display: none;
    }
    #aeicmsparallax{
        height: 400px;
    }
    .aei_cmsbanner .banner-description{
        right: 30px;
        top: 22%;
    }
    .aei_cmsbanner .banner-description .banner-text-first{
        font-size: 31px;
    }
    .testimony-blog{
        padding: 0;
    }
    .testimony-blog .desc{
        padding: 0 0 0 23px;
    }
    .testimony-blog .test-name-dec{
        padding: 10px 0 0 15px;
    }
}
@media (max-width:991px) {
    #aeicmspayment .payment-icon {
        width: 100%;
        border: none;
    }
    #_desktop_links_block_top{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .arrows{
        opacity: 1;
    }
    #aeicmstop{
        display: none;
    }
    #aei_cmsbottom{
        display: none;
    }
    #aeicmspayment{
        text-align: center;
        width: 100%;
        margin: 10px 0 0;
    }
    #aei_cmsservice .aei-image-block{
        width: 100%;
    }
    #aei_cmsservice .service-right{
        width: 100%;
        text-align: center;
        padding: 10px 0 0;
    }
    #aei_cmsservice .aei-image-icon{
        margin: 0 auto;
        width: 37px;
    }
    .aei_cmsbanner .aeibannerblock{
        padding: 70px 0;
    }
    .aei-cmscategory-inner .aei-cat-details{
       top: 17%;
    }
    #aeicmstestimony {
        width: 100%;
    }
    .aei_cmsbanner .banner-description .banner-text-first {
        font-size: 26px;
    }
    .aei_cmsbanner .banner-description{
        top:16%; 
    }
    .brands{
        padding: 70px 0;
    }
}
@media (max-width:767px) {
    .testimony-blog .testmonial-image{
        width: 100%;
    }
    .testimony-blog .desc {
        width: 100%;
        padding: 10px 0 0;
    }
    .testimony-blog .testmonial-image .test-img{
        width: auto;
        float: left;
    }
    .testimony-blog .test-name-dec {
        width: auto;
    }
    .testimony-blog .desc .text-desc .test-icon,.testimony-blog .testmonial-image::after{
        display: none;
    }
    #aei_cmscategory{
        padding: 40px 0 0
    }
    #aei_cmscategory .cms-category-block .aei-cat-item{
        width: 100%;
    }
    #aei_cmscategory .cms-category-block .aei-cat-item:first-child{
        margin: 0 0 30px;
    }
    #aeicmsparallax{
        height: 300px;
    }
    .aei_cmsbanner .banner-offer-desc{
        display: none;
    }
    .aei_cmsbanner .banner-inner{
        margin: 0;
    }
    .aei_cmsbanner .banner-description .banner-text-third{
        display: none;
    }
    .brands{
        padding: 40px 0;
    }
    .aei_cmsbanner .aeibannerblock {
        padding: 40px 0;
    }
    .aei_cmsbanner{
        margin: 0;
    }
    .testimony-blog{
        margin: 0;
    }
    #aeicmsparallax .parallax-text{
        top: 15%;
    }
    .aei_cmsbanner .banner-description .banner-text-first {
        display: block;
    }
    .testimony-blog .desc .text-desc{
        padding: 0;
    }
    #aei_cmsservice{
        padding: 40px 0 0;
    }
    #aei_cmsservice .service-right .aei-service-title{
        font-size: 13px;
    }
    #aei_cmsservice .arrows{
        top: 40%;
    }
}
@media (max-width:545px) {
 
   
}   
@media (max-width:479px) {
    .arrows{
        top: -3px;
    }
    #aei_cmsbottom .cmsbottom-inner a{
        width: 33.33%;
        padding: 0 5px 0 0;
        margin: 0;
    }
    #cboxLoadedContent{
        max-width: 300px;
    }
    #aeicategorytabs .arrows{
        left: 0;
    }
    .feature-products .arrows, .newproduct .arrows, #bestseller .arrows, #aeicategorytabs .arrows {
        top: -60px;
    }
    #_desktop_links_block_top li{
        margin: 0 10px 0 0;
    }
    .feature-products .arrows, .newproduct .arrows, #bestseller .arrows, #aeicategorytabs .arrows{
       width: 70px;
       left: 0;
    }
    #aeicmstestimony {
        width: 100%;
    }
    .aei_cmsbanner .banner-description .banner-text-first {
        font-size: 16px;
        padding: 0;
    }
    .aei_cmsbanner .banner-description {
        top: 34%;
        right: 10px;
    }
    #aeicmsparallax{
        height: 200px;
    }
    #aeicmsparallax .parallax-text {
        top: 8%;
    }
    .parallax-text .parallax-title{
        font-size: 30px;
    }
    .aei-cmscategory-inner .aei-cat-details {
        top: 27%;
    }
    .aei_cmsbanner .banner-description .btn {
        display: none;
    }
    #aei_cmscategory .aei-cat-details .text1{
        display: none;
    }
    #aei_cmscategory .aei-cat-details .aei-cat-name {
        font-size: 15px;
        margin: 0 0 10px;
    }
}