/* slick arrow */
.arrows {
    width: 100%;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    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 .arrows {
    top: 45%;
}
.special-products .arrows {
    top: 45%;
}
#aeicategorytabs .arrows{
   top: -73px;
}
.feature-products .arrows,.newproduct .arrows{
    top: auto;
    bottom: 15px;
    width: 80px;
    right: auto;
    left: 50%;
}
.newproduct .arrows{
    left: auto;
    right:50%; 
}
.homeblog .arrows{
    width: 80px;
    top: auto;
    bottom: 35px;
    right: 0;
    left: auto;
}

.aei_cmsbanner .slick-prev,.aei_cmsbanner .slick-next{
    display: none !important;
}

.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,
#aeicmstestimony:hover .arrows
{
    opacity: 1;
}
.brands .arrows {
    width: 100%;
    top: 45%;
    opacity: 0;
    background-color: transparent;
    left: 0;
    right: 0
}
.brands:hover .arrows{
	opacity: 1;
}
.brands .ax-product-title {
    display: none;
}
/* 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: #ab763b;
}
#_desktop_links_block_top li {
    display: inline;
    margin: 0 20px 0 0;
}

/* services */

#aei_cmsservice {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 30px 0 0;
    background:#ffffff;
    padding: 20px 0;
}
#aei_cmsservice .aei-service-item {
    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_cmsservice .slick-slide:last-child .aei-service-item{
    border-right:none;
}
#aei_cmsservice li:hover{
    /*background-color: #ab763b*/
}  

#aei_cmsservice .aei-image-block {
    text-align: center;
    display: block;
    position: relative;
    float: left;
    width: 20%;
}
#aei_cmsservice #service-item {
	margin: 0;
    width: 100%;
	float: left;
    padding: 0 0 0 75px;
}

#aei_cmsservice .aei-image-icon {
	width: 60px;
    height: 60px;
	display: block;
	background: transparent url("../img/aximage/service-1.svg") no-repeat center center/40px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
    margin: 0 auto;
}
#aei_cmsservice .aei-service-item:hover .aei-image-icon{
    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-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");
    background-size: 32px;
}
#aei_cmsservice .aei-service-item.third .aei-image-icon{
   background-image: url("../img/aximage/service-3.svg");
   background-size: 35px;
}
#aei_cmsservice .aei-service-item.fourth .aei-image-icon{
   background-image: url("../img/aximage/service-4.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:hover .aei-image-icon{
   background-image: url("../img/aximage/service-3-hover.svg");
}
#aei_cmsservice .aei-service-item.fourth:hover .aei-image-icon{
   background-image: url("../img/aximage/service-4-hover.svg");
}

#aei_cmsservice .aei-service-item a {
    line-height: normal;
    text-align: center;
    z-index: 1;
    position: relative;
}
#aei_cmsservice .service-right {
    display: block;
    float: left;
    text-align: left;
    width: 80%;
    padding: 10px 0 0 15px;
}
#aei_cmsservice .service-right .aei-service-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.56px;
    line-height: normal;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}
#aei_cmsservice li:hover .service-right .aei-service-title{
    color: #ab763b;
}
#aei_cmsservice .service-right .aei-service-desc {
    font-size: 14px;
    font-weight: 400;
    color: #a1a1a1;
    line-height: 20px;
    letter-spacing: 1.02px;
    display: block;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/* 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;
    width: 24.2%;
    float: left;
    padding-left: 30px;
}
.aei-bannerblock-inner{
    margin: 0;
}
.aei-banner-item-inner {
    position: relative;
}
.aei-banner-img {
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.aei-banner-img:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
    background: rgba(0,0,0,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.aei-banner-item:hover .aei-banner-img:before{
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.aei_cmsbanner .aei-banner-item:nth-child(2) {
    padding-top: 30px;
}
.aei-cmscategory-inner .slick-slider {
    margin: 0;
}
.aei_cmsbanner .aei-banner-details{
    position: absolute;
    bottom: 17px;
    left: 20px;
    right: auto;
}
.aei_cmsbanner .aei-banner-item:nth-child(2) .aei-banner-details{
     right:20px;
     left:auto;
     text-align: right;
}
.aei-banner-details .aei-banner-name {
    display: block;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 0.68px;
}
.aei-banner-item:hover .aei-banner-details .aei-banner-name{
    color: #ab763b
}
.shopnow .shop-btn {
    font-size: 15px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 400;
    margin-top: 15px;
    display: block;
}
.shopnow .shop-btn:after{
    font-family: 'FontAwesome';
    content: '\f178';
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: normal;
    padding-left:12px;
}

/* testimonial block */
.testimony-blog{
    overflow: hidden;
    float: left;
    width: 35%;  
    margin-top: 30px;
}

#aeicmstestimony {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
}
.testimony-blog #aeitestimony-carousel {
    text-align: center;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
#aeitestimony-carousel.slick-slider .item {
    padding: 0;
}
#aeicmstestimony .arrows{
    top: 50%;
}
.testimony-blog #aeitestimony-carousel .slick-list{
    overflow: visible;
}
.testimony-blog .product_inner_cms {
}
.testimony-blog .desc .icon {
    display: inline-block;
    vertical-align: top;
}

.testimony-blog .desc .text-desc {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 17px;
}
.testimony-blog .testmonial-image .text-desc {
    position: relative;
    text-align: center;
}
.testimony-blog .testmonial-image .test-icon{
    display: block;
    width: 40px;
    height: 40px;
    background: #f5f5f5 url("../img/aximage/test-icon.png") no-repeat center center;
    left: 0;
    right: 0;
    margin: -10px auto 0;
}
.testimony-blog .testmonial-image .test-img {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.testimony-blog .testmonial-image .icon {
    
}
.testimony-blog .item.cms_face {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
}
.testimony-blog .product_inner_cms .name a {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.58px;
    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;
}
.testimony-blog .desc .text-desc .name {
    line-height: 16px;
}
.testimony-blog .item:hover .product_inner_cms .name a{
    color: #ab763b;
}
.testimony-blog .product_inner_cms .designation a {
    line-height: 19px;
    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: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1.1px;
    display: block;
    position: relative;
    text-transform: capitalize;
    margin: 9px 0 0;
}
.testimony-blog .product_inner_cms .testmonial-image{   
    float: none;
}
.testimony-blog .product_inner_cms .desc{
    float: none;
    text-align: center;
}
.testimony-blog .testmonial-image .test-img img {
    width: auto;
    border: 3px solid #88561f;
    transition: all 1s ease;    
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.testimony-blog:hover .testmonial-image .test-img img{
    border-color: #ab763b;
}

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


/* paymentcms block */
#aeicmspayment {
    float: none;
    padding-top: 12px;
}
#aeicmspayment li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
}
.payment-block-inner{margin: 0;}
#aeicmspayment .payment-icon .app-icon-inner {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}

/* brand logo */
.brands {
    position: relative;
    padding:100px 0;
    display: none;
}
#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;
    padding: 0;
    overflow: hidden;
}
.brands .slick-current .item {
    border: none;
}
.brands #aeibrand-slider {
    margin: 0;
}
.brands .brand-image:hover img{
	opacity: 1;
}

/* top cms */

#aeicmstop{
    float: left;
    padding: 10px 0;
}
#aeicmstop .customtext{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height:normal;
    letter-spacing: 0.70px;
    text-transform: capitalize;
    position: relative;
    background-image: url("../img/aximage/top-cms.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    padding: 0 0 0 25px;
}
#aeicmstop:hover .customtext{
    color: #000000;
    background-image: url("../img/aximage/top-cms-hover.svg");  
}

#aeicmstop .customtext span {
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.82px;
}
#aeicmstop .customtext:hover span{
    color: #ab763b;
}
/* category cms */
#aei_cmscategory {
    clear: both;
    position: relative;
    z-index: 2;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 30px 0 85px;
}
.aei-cmscategory-inner .aei-cat-details {
    right: 0;
    left: 0;
    margin: 0 auto;
    top:auto;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-align: center;
}
#aei_cmscategory .cms-category-block .aei-cat-item:hover .aei-cat-details{
    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-cmscategory-inner {
    margin: 0;
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    padding: 120px 0;
}
#aei_cmscategory .left-part{
    position: relative;
    background: #ab763b;
}
#aei_cmscategory .left-part .cat-inner {
    padding: 50px 30px 50px 30px;
}
#aei_cmscategory .heading_title {
    font-size: 26px;
    color: #fff;
    text-transform: capitalize;
}
#aei_cmscategory .heading_title span {
    border: 2px dashed #fff;
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    margin-top: 15px;
}
#aei_cmscategory .custom_desc{
    font-size: 16px;
    color: #fff;
    margin-top: 50px;
    line-height: 26px;
}
.custom_desc .cat-btn {
    margin-top: 40px;
}
#aei_cmscategory .left-part::after {
    content: "";
    width: auto;
    height: auto;
    right: 15px;
    left: 15px;
    top: 15px;
    bottom: 15px;
    border: 3px solid #fff;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.right-part{
    padding: 0;
}
.right-part .col-sm-6{
    padding-right: 0;
}
#aei_cmscategory .aei-cat-details .aei-cat-name {
    color: #fff;
    font-size:88px;
    font-weight: 400;
    line-height: 34px;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
}
#aei_cmscategory .cms-category-block .aei-cat-item:hover .aei-cat-name{
    color: #ab763b;
}
#aei_cmscategory .aei-cat-desc{
    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_cmscategory .aei-cat-desc p{
    color:#fff;
    font-size: 14px;
    text-transform: capitalize;
    padding: 30px;
    top:20%;
    position: relative;
}
#aei_cmscategory .aei-cat-desc .btn{
    background: #fff;
    color: #000;
}
#aei_cmscategory .aei-cat-desc .btn:hover{
   background: #ab763b;
    color: #ffffff;
}
#aei_cmscategory .aei-cat-desc .cat-btn {
    margin-top: 50px;
}
#aei_cmscategory .cms-category-block .aei-cat-item:hover .aei-cat-desc{
    opacity: 1;
    right: 0;
    bottom: 0;
    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_cmscategory  .btn {
   padding: 6px 26px;
    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;
}

.cms-category-block .aei-cat-item .aei-cat-item-inner {
}
#aei_cmscategory .cms-category-block .aei-cat-item {
	width: 100%;
	float: left;
}
#aei_cmscategory .cms-category-block .aei-cat-item:last-child {
}
.aei-cat-img{
    position: relative;
    overflow: hidden;
}
.cat-btn {
    
}

.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: none;
    padding: 12px 0;
    background: #ab763b;
    text-align: center;
    position: relative;
}
#aei_cmsbottom .cmsbottom-inner {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.08px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0;
}
#aei_cmsbottom .arrows{top: 5px;width:100%;}
#aei_cmsbottom:hover .arrows{opacity: 1;}
#aei_cmsbottom .arrows .slick-prev, #aei_cmsbottom .arrows .slick-next{
    background-color: transparent;
}

/* responsive */
@media (max-width:1349px) {
   
}
@media (max-width:1199px) {
    #aei_cmsservice #service-item{
        padding: 0;
    }
    #aei_cmsservice .aei-service-item::after{
        display: none;
    }
    #aei_cmscategory .aei-cat-details .aei-cat-name{
        font-size: 24px;
    }
    #aei_cmscategory .aei-cat-desc p{
        padding: 15px;
        top: 20%;
    }
    #aeitestimony-carousel .slick-list.draggable{
        width: 100%;
    }
    .testimony-blog {
        float: none;
        width: 100%;
        margin: 0 0 30px 0;
    }
    .brands{padding:60px 0;}
    .homeblog .arrows{
        top: 30%;
        bottom: auto;
        width: 100%;
    }
}
@media (max-width:991px) {
    #aei_cmscategory {
     margin: 50px 0;
    }
    .right-part.col-sm-8 .col-sm-6 {
         padding-right: 15px;
    }
    #aeicmspayment .theme-logo{
        width: 100%;
        padding: 20px 0;
    }
    #aeicmspayment .payment-icon {
        width: 100%;
        border: none;
    }
 
    #_desktop_links_block_top{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    #aei_cmscategory .aei-cat-details .aei-cat-name{
        font-size: 24px;
    }
    #aei_cmscategory .btn{
        opacity: 1;
    }
    .brands .arrows{opacity: 1;}
    #aeicmstop{
        display: none;
    }
    #aeicmspayment{
        text-align: center;
        width: 100%;
    }
    #aei_cmsservice .aei-image-icon{
        margin: 0 auto;
    }
    #aei_cmsservice #service-item{
        padding:0 0 40px;
    }
    #aei_cmsservice .aei-service-item{
        padding: 0px 0 0px 25px;
    }
    #aei_cmsservice{
        border: none;
        margin: 30px 0 0;
        padding: 30px 0;
    }
    .aei_cmsbanner .banner-image{
        width: 50%;
        bottom: -105px;
    }
    .brands {
        padding: 50px 0;
    }
    #aeitestimony-carousel .slick-list.draggable{
        width: 100%;
    }
    .testimony-blog .product_inner_cms .testmonial-image{
        float: none;
        width: 100%;
        border: none;
    }
    .testimony-blog #aeitestimony-carousel{width:100%}
    .testimony-blog .product_inner_cms .desc{
        float: none;
        width: 100%;
        padding: 10px 0 0;  
        margin: 0;
    }
    .testimony-blog .product_inner_cms .desc p{
        width: 100%;
        text-align: center;
    }
    .testimony-blog{margin: 0;}
    #aei_cmscategory .heading_title span {
        border: none;
        padding: 0 5px;
        margin-top: 0;
    }
    #aei_cmscategory .cms-category-block .aei-cat-item {
        padding-top: 15px;
    }
    #aei_cmscategory .custom_desc{
        margin-top: 15px;
    }
    #aei_cmscategory .custom_desc{
        font-size: 14px;
    }
    .right-part .col-sm-6 {
        padding-right: 15px;
    }
    .testimony-blog .testmonial-image .test-img{
        display: block;
    }
    .testimony-blog{
        width: 100%;
    }
    .aei_cmsbanner{
        padding: 0;
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .aei_cmsbanner .aei-banner-item {
         float: left;
    }
    .aei_cmsbanner .aei-banner-item:nth-child(2){padding: 0 0 0 30px;}
    .aeibannerblock{text-align: center;}
    .aei-bannerblock-inner{display: inline-block;}
    .product-banner-detail,.newproduct .product-banner-detail{
        top: 25%;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        width: 50%;
        padding: 50px;
    }  
     .arrows{
        opacity: 1;
        width: 100%;
        top: 40px;
        bottom:auto;
    }
    .feature-products .arrows, .newproduct .arrows,#aeicategorytabs .arrows{
        left: 0;
        right: 0;
        top: 38%;
        bottom: auto;
        width: 100%;
    }

}
@media (max-width:767px) {
    .brands{
        padding: 40px 0;
    }
    #aei_cmsservice .aei-service-item{
        padding: 0;
        border:none;
    }
    .aei_cmsbanner .banner-inner.first, .aei_cmsbanner .banner-inner.third{
        padding-top: 0;
    }
    .aei_cmsbanner .banner-inner.first {
         width: 100%;
    }
    .aei_cmsbanner .aeibannerblock {
        padding: 40px 0;
    }
    .aei_cmsbanner .banner-image{
        display: none;
    }
    .aei_cmsbanner{
        margin: 0;
    }
    .aei_cmsbanner .banner-inner, .aei_cmsbanner .banner-inner.third {
        width: 50%;
        padding: 40px 0 0;
        padding-top: 40px;
    }
    #aei_cmscategory .cms-category-block .aei-cat-item{
        width: 100%;
       padding: 15px 0 0;
    }
    .aei_cmsbanner .aei-banner-item{
        float: none;
    }
    .aei_cmsbanner .aei-banner-item:nth-child(2){
            padding: 15px 0 0;
    }
}
@media (max-width:545px) {
  #aeicmspayment .payment-block-inner, #aeicmspayment .app-icon, .block-social{
    width: 100%;
  }
  #aeicmspayment .theme-logo{
    padding: 20px 0 0;
  }
   
}   
@media (max-width:479px) {
    .special-products .special-product-banner .special-banner-desc .text1{
        font-size: 24px;
    }
    .special-products .special-product-banner .special-banner-desc .text2{
        font-size: 12px;
        margin: 0 0 20px;
    }
    #cboxLoadedContent{
        max-width: 300px;
    }
    #aeicategorytabs .arrows{
        left: 0;
    }
    #_desktop_links_block_top li{
        margin: 0 10px 0 0;
    }
    .aei_cmsbanner .banner-inner, .aei_cmsbanner .banner-inner.third{
        width: 100%;
    }
    .homeblog .slick-prev,#aei_cmscategory .slick-prev{
    left: 0px;
    }
    .homeblog .slick-next,#aei_cmscategory .slick-next{
        right: 0px;
    }
    .aeibannerblock .banner-desc {
        padding: 20px 0;
    }
    #aei_cmsservice{
        padding: 30px 0;
        border:none;
    }
    #aei_cmsservice .slick-dots {
        bottom: -10px;
    }
    #aei_cmscategory .aei-cat-details .aei-cat-name{
        font-size: 18px;
    }
    #aei_cmsservice .aei-service-item{border: none;}
    .aei-producttab{margin-top:40px;}
    #aei_cmscategory {margin: 0 0 30px;}
    #aei_cmsbottom .arrows {
        top: 20px;
        width: 100%;
    }
    #aei_cmsservice #service-item {
        padding: 0 0 20px;
    }
    #aeicmstestimony .arrows {
        top: auto;
        width: 80px;
        bottom: 60px;
    }
    .testimony-title{
        padding-bottom: 30px;
    }
    .aei-cmscategory-inner{padding: 20px 0;}
    #aeicmstestimony{padding:0 0 100px;}
    #aei_cmscategory .aei-cat-details .aei-cat-name{
        margin-bottom: 20px;
    }
    .product-banner-detail, .newproduct .product-banner-detail {
        top: 8%;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        width: 90%;
        padding: 20px;
        background: rgba(245, 245, 245, 0.8);
    }
}