/* slick arrow */
.arrows {
    width: 80px;
    position: absolute;
    right: 0;
    top: 20px;
    margin: 0 auto;
    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;
}

.product-accessories .arrows {
    top: 7px;
    right: 15px;
}
.testimony-blog .arrows{
    right: 15px;
    top: 7px;
    display: none;
}
.homeblog .arrows{
    right: 30px;
}
.aei-producttab .arrows,.special-products .arrows,#aeicategorytabs .arrows{
    position: relative;
    padding: 50px 0 0;
}
#aei_cmscategory .arrows{
    display: none;
}
.feature-products .arrows,.newproduct .arrows,#bestseller .arrows{
   
}

.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{
    opacity: 1;
}
.brands .arrows {
    width: 100%;
    top: 40%;
    opacity: 0;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
}
.brands:hover .arrows{
	opacity: 1;
}

/* services */
#aei_cmsservice {
   padding: 30px 0;
}
#aei_cmsservice li {
    width: 25%;
    float: left;
    border-left: none;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
#aei_cmsservice li.third {
    padding: 0 15px 0 25px;
}
#aei_cmsservice li.fourth {
    padding: 0 15px 0 55px;
}
#aei_cmsservice li .aei-service-item-inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#aei_cmsservice ul {
    margin: 0;
    padding: 48px 33px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #efeff1;
}
#aei_cmsservice .aei-image-icon {
    width: 65px;
    height: 65px;
    float: none;
    margin: 0 auto;
    display: block;
    background: #02204d url("../img/aximage/serice1.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;
}

#aei_cmsservice .aei-service-item:hover .aei-image-icon{
	background-color: #9bd16b; 
}
#aei_cmsservice .aei-service-item.first .aei-image-icon{
	background-image: url("../img/aximage/service1.png");
}
#aei_cmsservice .aei-service-item.second .aei-image-icon{
	background-image: url("../img/aximage/service2.png");
}
#aei_cmsservice .aei-service-item.third .aei-image-icon{
   background-image: url("../img/aximage/service3.png");
}
#aei_cmsservice .aei-service-item.fourth .aei-image-icon{
	background-image: url("../img/aximage/service4.png");
}
#aei_cmsservice .service-right {
    text-align: left;
    float: left;
    width: 75%;
    padding: 0 0 0 12px;
}
#aei_cmsservice .aei-image-block {
    float: left;
    width: 25%;
}
#aei_cmsservice .service-right .aei-service-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin: 9px 0 2px;
    line-height: 25px;
    text-transform: capitalize;
}

#aei_cmsservice .service-right .aei-service-desc {
    font-size: 13px;
    font-weight: 300;
    color: #8a8a8a;
    line-height: normal;
    letter-spacing: 2.08px;
    display: block;
    font-style: italic;
    text-transform: capitalize;
}

/* 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;
    font-style: italic;
}
#cboxLoadedContent .content .aei-image-block .aei-image-icon {
    padding: 20px;
    background-color: #152f55;
}
#cboxLoadedContent .aei-image-block{
    position: relative;
}

/* banner cms block */
.aei_cmsbanner{
	position: relative;
    overflow: hidden;
}
.aei_cmsbanner .banner-inner {
    text-align: left;
}
.aei_cmsbanner .aeibannerblock {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.aei_cmsbanner .banner-inner-main {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    z-index: 1;
}
.aei_cmsbanner .banner-description {
    position: absolute;
    top: 22%;
    right: 0;
    text-align: center;
    padding: 0 98px 0 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_cmsbanner .banner-description .banner-text-first {
    font-size: 22px;
    font-weight: 700;
    color: rgba(16,15,15,0.5);
    letter-spacing: 0.88px;
    display: block;
    text-transform: capitalize;
    line-height: 36px;
}
.aei_cmsbanner .banner-description .banner-text-first a{
    color: #9bd16b;
}
.aei_cmsbanner .banner-description .banner-text-second {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 1.68px;
    display: block;
    line-height: normal;
    color: #000000;
    text-transform: capitalize;
    margin: 0 0 35px;
    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 .aeibannerblock:hover .banner-description .banner-text-second{
    color: #9bd16b;
}
.aei_cmsbanner .banner-description .btn {
    padding: 6px 28px;
}
.aei_cmsbanner .banner-description .btn:hover{
    background-color: #9bd16b; 
}

/* cms bottom */
#aei_cmsbottom {
    text-align: left;
    width: 14%;
    float: left;
    padding: 0 15px;
}
#aei_cmsbottom .bottomicon {
    margin: 0 0 10px;
}

/* testimonial block */
.testimony-blog {
    float: left;
    display: none;
    margin: 0 0 60px;
    width: 100%;
}
#index .testimony-blog{
    display: block;
}
.testimony-blog #aeicmstestimony {
    text-align: left;
    position: relative;
    float: left;
    width: 100%;
}
.testimony-blog .ax-product-title {
    background: #f7f7f7;
    padding: 7px 25px;
    display: none;
}
#aeitestimony-carousel{
    margin: 0;
}
#aeitestimony-carousel {
    width: 50%;
    float: left;
    padding: 0 15px 0 0;
}
#aeitestimony-carousel .slick-list {
    background: #f7f7f7;
}
.testimony-blog .testmonial-banner {
    width: 50%;
    float: right;
    padding: 0 0 0 15px;
}
.testimony-blog .testmonial-banner .testmonial-inner {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.testmonial-banner .test-desc {
    position: absolute;
    right: 0;
    text-align: center;
    top: 32%;
    padding: 0 40px 0 0;
}
.testmonial-banner .test-desc .text1 {
    font-size: 32px;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.52px;
    margin: 0 0 10px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.testmonial-banner:hover .test-desc .text1{
    color: #9bd16b;
}
.testmonial-banner .test-desc .text2 {
    display: block;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.52px;
    text-transform: capitalize;
    margin: 0 0 25px;
}
.testmonial-banner .test-desc .btn {
    padding: 6px 28px;
}
.testimony-blog .item.cms_face {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
.testimony-blog .test-left {
    width: 100%;
    float: left;
}
.testimony-blog .product_inner_cms .name a {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.72px;
    text-transform: capitalize;
    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: #000000;
}
.testimony-blog .owl-item:hover .product_inner_cms .name a {
    color: #9bd16b;
}
.testimony-blog .product_inner_cms .designation a {
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.84px;
    text-transform: capitalize;
    display: block;
}
.testimony-blog .product_inner_cms .desc p {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    line-height: 24px;
    letter-spacing: 1.12px;
}
.testimony-blog .product_inner_cms .name {
   margin: 10px 0 0;
}
#aeitestimony-carousel .item .owl-item {
   padding: 25px 0 16px;
}

.testimony-blog .product_inner_cms .desc {
    padding: 0 15px;
    margin: 13px auto 0;
}
.testimony-blog .product_inner_cms .designation {
    display: inline-block;
    vertical-align: top;
}
.testimony-blog .product_inner_cms {
    width: 100%;
    float: left;
    padding: 12px 0 34px;
}
#aeitestimony-carousel .item {
    padding: 0;
    text-align: center;
}

.testimony-blog .testmonial-image {
    display: inline-block;
    vertical-align: top;
    border: 4px solid #9bd16b;
    width: 90px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.testimony-blog .item:hover .testmonial-image{
    border-color: #152f55;
}

/* paymentcms block */
#aeicmspayment {
    text-align: right;
    float: right;
    margin: 9px 0;
}
#aeicmspayment .payment-block-inner {
    margin: 0;
}
#aeicmspayment li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
}

/* brand logo */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.brands {
    position: relative;
    padding: 30px 0 60px;
    width: 100%;
    clear: both;
    display: none;
}
#index .brands{
    display: block;
}
.brands .brand-image img {
    opacity: 0.3;
    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;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

/* top cms */
#aeicmstop{
    float: left;
    width: 100%;
    text-align: left;
    padding: 7px 0;
}
#aeicmstop .customtext {
    position: relative;
}
#aeicmstop .customtext a{
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    line-height: 25px;
    letter-spacing: 1.04px;
    text-transform: capitalize;
    position: relative;
    padding: 0 0 0 30px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
#aeicmstop .customtext:hover a{
    color: #9bd16b;
}
#aeicmstop .customtext::after{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: transparent url("../img/aximage/top-after.png") no-repeat center center;
    top: 4px;
    left: 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;
}
#aeicmstop .customtext:hover::after{
    background-image: url("../img/aximage/top-after-hover.png");
}

/* custome link */
#_desktop_links_block_top {
    float: right;
    width: 100%;
    text-align: right;
}
#_desktop_links_block_top ul{
    margin: 0;
}
#_desktop_links_block_top li {
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    position: relative;
}
#_desktop_links_block_top li::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 24px;
    background-color: #e5e5e5;
    right: 0;
    top: 0;
}
#_desktop_links_block_top li:last-child::after{
    display: none;
}
#_desktop_links_block_top li:last-child {
    padding-right: 0;
}
#_desktop_links_block_top li span {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.26px;
    text-transform: capitalize;
}

/* category cms */
#aei_cmscategory {
    clear: both;
    position: relative;
    overflow: hidden;
    margin: 5px 0 0;
}
.aei-cmscategory-inner .aei-cat-item {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}
.aei-cmscategory-inner .aei-cat-details {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: absolute;
    text-align: left;
    left: 0;
    right: 0;
    bottom: 74px;
    padding: 0 0 0 17px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.aei-cmscategory-inner .aei-cat-item .aei-cat-item-inner {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.aei-cmscategory-inner .aei-cat-item .aei-cat-item-inner::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    border: 4px solid #f6f6f6;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.aei-cmscategory-inner .aei-cat-item:hover .aei-cat-item-inner::before{
    opacity: 1;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
.aei-cmscategory-inner .aei-cat-item .aei-cat-item-inner::after{
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 20%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.aei-cmscategory-inner .aei-cat-item:hover .aei-cat-item-inner::after{
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.aei-cmscategory-inner {
    margin: 0;
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
}

#aei_cmscategory .aei-cat-details .aei-cat-name {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 25px;
    letter-spacing: 0.96px;
    display: block;
    position: relative;
    text-transform: capitalize;
}
#aei_cmscategory li:hover .aei-cat-details .aei-cat-name{
    color: #9bd16b;
}
.aei-cmscategory-inner .aei-cat-details .aei-cat-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    display: block;
    letter-spacing: 0.84px;
    margin: 8px 0 15px;
}
#aei_cmscategory .aei-cat-details .btn {
    padding: 0;
    background: transparent;
    color: #000000;
    text-decoration: underline;
    font-style: italic;
}
#aei_cmscategory .aei-cat-details .btn:hover{
    color: #9bd16b;
}

/* responsive */
@media (max-width:1430px) {
    #aei_cmsservice li.third {
        padding: 0 15px 0 0;
    }
    #aei_cmsservice li.fourth {
        padding: 0 15px 0 15px;
    }
    #aei_cmsservice .service-right .aei-service-title{
        font-size: 14px;
    }
    #aei_cmsservice .service-right .aei-service-desc{
        font-size: 11px;
    }
}
@media (max-width:1399px){
    #aeitestimony-carousel .item .owl-item {
        padding: 10px 0;
    }
}
@media (max-width:1349px){
    .aei-producttab .arrows, .special-products .arrows,#aeicategorytabs .arrows{
        padding: 10px 0 0;
    }
}
@media (max-width:1199px) {
    .testmonial-banner .test-desc .text1{
        font-size: 25px;
    }
    #aei_cmsservice li.third,#aei_cmsservice li.fourth{
        padding: 0 15px;
    }
    #aei_cmsservice .aei-image-block{
        width: 100%;
    }
    #aei_cmsservice .service-right{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    #aei_cmsservice ul{
        padding: 48px 0px;
    }
    .aei-cmscategory-inner .aei-cat-details{
        bottom: 20px;
    }
    .aei_cmsbanner .banner-description .banner-text-second{
        font-size: 32px;
    }
    .aei_cmsbanner .banner-description .banner-text-first{
        font-size: 18px;
    }
    .aei_cmsbanner .banner-description{
        top: 18%;
    }
}
@media (max-width:991px) {
    .testimony-blog .testmonial-banner,#aeitestimony-carousel{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .testimony-blog .testmonial-banner{
        margin: 30px 0 0;
    }
    .testimony-blog .testmonial-banner .testmonial-inner{
        margin: 0 auto;
    }
    #aei_cmscategory .aei-cat-details .aei-cat-name{
        font-size: 20px;
    }
    .aei-cmscategory-inner .aei-cat-details {
        bottom: 10px;
    }
    .aei-producttab .arrows, .special-products .arrows,#aeicategorytabs .arrows {
        padding: 0;
        position: absolute;
        top: 5px;
        right: 50px;
    }
    .aei_cmsbanner .banner-description {
        top: 4%;
        padding: 0 20px 0 0;
    }
    .brands{
        padding: 20px 0 50px;
    }
    #aeicmspayment{
        width: 100%;
        text-align: center;
        margin: 10px 0 3px;
    }
    #aei_cmscategory .arrows{
        display: block;
        top: auto;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .arrows{
        opacity: 1;
    }
    #aeicmstop{
        display: none;
    }
    #aei_cmsbottom{
        width: 100%;
        margin: 10px 0 0;
    }
    #aei_cmsbottom .bottomicon {
        margin: 0 10px 0 0;
        float: left;
    }
}
@media (max-width:767px) {
    .testimony-blog{
        margin: 0 0 40px;
    }
    .brands {
        padding: 20px 0 40px;
    }
    #aei_cmsservice li{
        width: 50%;
        margin: 0 0 15px;
    }
    #aei_cmsservice li:nth-child(3),#aei_cmsservice li:nth-child(4){
        margin: 0;
    }
    .aei-cmscategory-inner .aei-cat-item {
        width: 100%;
        text-align: center;
        margin: 0 0 15px;
        padding: 0;
    }
    .aei_cmsbanner .banner-description .banner-text-second {
        font-size: 22px;
        margin: 0 0 10px;
    }
    .aei_cmsbanner .banner-description .banner-text-first {
        font-size: 15px;
        line-height: normal;
    }
    .ax-product-title #count-down .count-inner::after{
        display: none;
    }
    .ax-product-title #count-down{
        font-size: 18px;
    }
    .ax-product-title #count-down .count-inner{
        padding: 0;
    }
    .arrows::after, .arrows::before, .aeisliders_nav.next::after, .aeisliders_nav.prev::after{
        display: none;
    }
    .aei-producttab .arrows, .special-products .arrows,.testimony-blog .arrows,.product-accessories .arrows,#aeicategorytabs .arrows{
        right: 15px;
    }
    .homeblog .arrows {
        right: 35px;
    }
    #aei_cmsservice ul {
        padding: 30px 0px;
    }
}
@media (max-width:479px) {
    #aei_cmsservice li:nth-child(3){
        margin: 0 0 10px;
    }
    #aei_cmsbottom .bottomicon{
        width: 45%;
    }
    #aei_cmscategory .row {
        margin: 0;
    }
    #cboxLoadedContent{
        max-width: 300px;
    }
    .aei_cmsbanner .banner-description .banner-text-first{
        display: none;
    }
    #aei_cmsservice li{
        width: 100%;
    }
    .aei_cmsbanner .banner-description .banner-text-second {
        font-size: 15px;
    }
    .aei_cmsbanner .banner-description{
        padding: 0 10px 0 0;
    }
    .testimony-blog .ax-product-title{
        padding: 10px 15px;
    }
    .aei_cmsbanner .banner-inner{
        margin: 20px 0 0;
        width: 100%;
    }
    .testmonial-banner .test-desc{
        top: 8%;
        padding: 0 10px 0 0;
    }
    .testmonial-banner .test-desc .text1 {
        font-size: 20px;
    }
    .brands .products{
        padding: 15px 0;
    }
    .testmonial-banner .test-desc .text2{
        margin: 0 0 15px;
    }
}