.page-content-seller{
  flex: 1 0 0;
  /* margin-top:20px; */
  margin-top:146px; 
}
.main-menu-section{
  padding-left:80px;
  padding-right:80px;
}
.second-banner-text{
  font-size: 44px;
  font-weight: bold;
  font-family: Roboto;
  color: white;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom:42%;
  word-break: break-word;
  line-height: 50px;
}
.home-menu-cls{
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  display: inline-block;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
    cursor: pointer;

}
.home-menu-cls::-webkit-scrollbar {
  display: none;
}
.seller-microsite-header{
  padding-left:80px;
  padding-right:80px;
}
.downloding-btn{
  margin: 0 auto;
  margin-top: -50px;
  width: 180px;
  height: 36px;
  background: var(--tile-content-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
  border-radius: 4px;
  color: white;
  z-index: 9;
}
.home-menu-cls .homeactive{
  color: var(--link-color2);
  font-weight: 500;
}
.home-menu-item{
  margin-right: 44px;
}
.seller-container{
  margin-left:180px;
  margin-right:180px;
}
.percnt-off-seller-microsite {
  background-color:var( --prcnt-seller-microsite) ;
  color: white;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
  font-weight: 700;
  padding: 3px 9px;
  z-index: 999;
  border-radius: 4px;
  vertical-align: middle;
}
.commonBtn-seller-microsite {
  background-color: var(--buyer-primary-color);
  color: white;
  border: 1px solid var(--buyer-primary-color);
  font: 13px/15px Roboto;
  min-width: 88px;
  cursor: pointer;
  /* border-radius: 5px; */
  padding: 8px 15px;

  -webkit-appearance: none;
}

.commonBtn-seller-microsite:hover {
  background-color: transparent;
  color: var(--buyer-primary-color);
  text-decoration: none;
}
.ProdtileDiv:hover .Prodtile-title {
  color: var(--buyer-primary-color);
}
.seller-micosite-prodtile{
  padding-left:12px;
  padding-right:12px;
  margin-bottom: 12px;
}
.seller-mainContent .seller-headerOne {
  font-size: 20px;
  color: var(--top-nav-color);
  height: 26px;
  font-family: "Poppins", sans-serif;

}
.seller-mainContent h3 span {
  font-size: 30px;
  font-weight: 500;
  margin: 0px;
  display: inline-block;
  font-family: "Poppins", sans-serif;

}
.seller-mainContent h3 span::after {
  content: " ";
  display: block;
  background: var(--buyer-primary-color);
  width: 7.125rem;
  height: 2px;
    margin: 0 auto;
}


.bannerCarousel-category .slick-prev {
  height: 40px;
  width: 40px;
  left: 1px;
  background: white;
  padding: 0.6rem;
  opacity: 1;
  z-index: 9;
  /* border-bottom-right-radius: 360px;
  border-top-right-radius: 360px; */
}

.bannerCarousel-category .slick-next {
  height: 40px;
  width: 40px;
  right: 1px;
  background: white;
  padding: 0.6rem;
  opacity: 1;
  /* border-bottom-left-radius: 360px;
border-top-left-radius: 360px; */
  z-index: 9;
}
.bannerCarousel-category .slick-next:before,
.bannerCarousel-category .slick-prev:before {
  position: relative;
  font: normal normal normal 18px FontAwesome;
}

.bannerCarousel-category .slick-prev {
  transform: rotate(180deg);
  margin-top:-21px;
}



.bannerCarousel-category .slick-next:before {
  left: 2px;
  content: url(/static/assets/images/bannerCarousel-category-right.svg);
  background-repeat: no-repeat;
}

.bannerCarousel-category .slick-prev:before {
  right: 2px;
  content: url(/static/assets/images/bannerCarousel-category-right.svg);
  background-repeat: no-repeat;
}

/* .bannerCarousel-category .slick-arrow.slick-disabled {
  display: none !important;
} */

.seller-transparent-btn {
  background-color: transparent;
  color: var(--buyer-primary-color);
  -webkit-appearance: none;
  width: 200px;
  height: 48px;
  font-weight: 500;
  font-size: 17px;
  font-family: "Poppins", sans-serif;

  
}
.bannerCarousel-seller .banner-img{
  height: 360px;

}
.bannerCarousel-seller .banner-img img{
  height: 100%;
}
.seller-transparent-btn:hover {
  color: white;
  background: var(--buyer-primary-color);
  
}
.certificate-box{
  width: 165px;
  height:120px;
  padding:10px;
  aspect-ratio: 1/1;
  margin-right: 42px;
}
.about-div{
  background-color: var(--buyer-primary-color);
}
.testimonial-content{
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: black;
  text-align: center;
  margin:0 auto;
  width:439px;
  font-family: "Poppins", sans-serif;

}
.cust-name-testimonial{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  font-family: "Poppins", sans-serif;

}
.cust-comp-testimonial{
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  font-family: "Poppins", sans-serif;

}
.testimonial-banner .slick-prev {
  height: 40px;
  width: 40px;
  left: 1px;
  background: white!important;
  padding: 0.6rem;
  opacity: 1;
  z-index: 9;
  /* border-bottom-right-radius: 360px;
  border-top-right-radius: 360px; */
}

.testimonial-banner .slick-next {
  height: 40px;
  width: 40px;
  right: 1px;
  background: white!important;
  padding: 0.6rem;
  opacity: 1;
  /* border-bottom-left-radius: 360px;
border-top-left-radius: 360px; */
  z-index: 9;
}
.testimonial-banner .slick-next:before {
  left: 2px;
  content: url(/static/assets/images/testimonial-banner-right.svg);
  background-repeat:no-repeat;
   font: 22px / 1 FontAwesome;
  color:black
}

.testimonial-banner .slick-prev:before {
  right: 2px;
  content: url(/static/assets/images/testimonial-banner-right.svg);
  background-repeat:no-repeat;
   font: 22px / 1 FontAwesome;
  color:black
}
.testimonial-banner .slick-prev{
  transform: rotate(180deg);
  margin-top:-21px;
}
.slick-dots{
  position: relative;
  bottom: 0;
}
.slick-dots li.slick-active button:before, .slick-dots li:hover button:before{
  color: var(--buyer-primary-color);
}
.about-company-section{
  justify-content: space-evenly;
  font-family: "Poppins", sans-serif;

}
.about-text{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: white;
  max-width: 80%;
  text-align: center;
  margin-top:48px;
  padding-bottom: 53px;
  font-family: "Poppins", sans-serif;
  margin:0 auto;
  padding-left: 15px;
  padding-right: 15px;
  word-break: break-word;
}
.about-main-span{
font-weight: 400;
font-size: 14px;
line-height: 21px;
color: white;
}
.about-sub-span{
  font-weight: 500;
font-size: 22px;
line-height: 33px;
color: white;
word-break: break-word;
}
.seller-about-mainContent .seller-about-headerOne {
  font-size: 20px;
  color: var(--top-nav-color);
  height: auto; 
  margin: 0 auto;
  text-align: center;
  padding-top:16px;
  padding-bottom: 40px;
  font-family: "Poppins", sans-serif;

}
.seller-about-mainContent h3 span {
  font-size: 30px;
  font-weight: 500;
  margin: 0px;
  display: inline-block;
  color: white;
  font-family: "Poppins", sans-serif;

}
.seller-about-mainContent h3 span::after {
  content: " ";
  display: block;
  background: white;
  width: 7.125rem;
  height: 2px;
    margin: 0 auto;
}

.seller-transparent-btn-know-more {
  background-color: transparent;
  color: white;
  -webkit-appearance: none;
  width: 200px;
  height: 48px;
  font-weight: 400;
  font-size: 12px;
  border:1px solid white;
  font-family: "Poppins", sans-serif;

  
}

.seller-transparent-btn-know-more:hover {
  color: white;
  background: var(--buyer-primary-color);
  
}
.enquiry-bg{
  background: linear-gradient(90deg, rgb(193, 227, 250) 22.3%, rgb(245, 212, 177) 70%);
border-radius: 8px;
padding: 20px 54px;
}
.seller-submit-btn{
  width: 166px;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.getintouch{
  font-weight: 400;
  font-size: 14px;
  line-height: 31px;
  color: black;
  letter-spacing: 1%;
  font-family: "Poppins", sans-serif;

}
.get-enquiry{
  font-weight: 500;
  font-size: 18px;
  line-height: 31px;
  color: black;
  letter-spacing: 1%;
  padding-bottom: 17px;
  font-family: "Poppins", sans-serif;

}
.more-items-div{
  position: absolute;
    width: 354px;
    min-height: 287px;
    background: white;
    z-index: 99;
    margin-left: -2%;
    padding: 20px;
    font-family: "Poppins", sans-serif;

}
.more-menu-items{
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
  cursor: pointer;
  color:black;
  white-space: normal;
  padding-right:4px;
}
.more-menus:hover{
	color: var(--buyer-primary-color);
}
.home-menu-item .seller-menu-cls:hover {
   color: var(--buyer-primary-color)!important;
   text-decoration:none
}
.more-menu-items .seller-menu-cls:hover {
   color: var(--buyer-primary-color)!important;
   text-decoration:none;
}
.more-menu-items:hover{
  color: var(--buyer-primary-color)!important;
}
.more-menu-items.more-menu-active{
  color: var(--buyer-primary-color);
}
.seller-microsite-enq-now-btn ,.seller-microsite-enq-now-btn:hover{
 background: var(--seller-microsite-enquire-now);
 font-weight: 500;
 font-size: 12px;
 color: white;
 position: fixed;
 right: 24px;
 bottom: 24px;
 z-index: 1;
}
.certificate-box img{
  /* height: 100px;
  width: 100px; */
  max-height: 100%;
  max-width: 100%;
}
/*microsite header tooltip css*/
/* .tooltip-linkcopied{
  margin-right:45px;
} */
.tooltip-linkcopied .tooltip-inner {
background-color: var(--more-prod-link);
width: 117px;
height: 36px;
margin:0 auto;
text-align: center;
padding-top:6px;
margin-left: -58px;

}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
  left:0px;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: var(--more-prod-link);
  left:4px;
}

.seller-mainContent {
  padding-top:24px
}
ul.pagination li.page-item a.page-link{
  color:var(--pagination-bg-blue);
}
ul.pagination li.page-item a.page-link span{
  color: black;
}

.page-item.active .page-link{
  background: var(--pagination-bg-blue);
  border: 1px solid var(--pagination-bg-blue) !important;
}

.viemore-btn-align{
 	padding-top: 24px;
	padding-bottom: 48px;
}

/*end of tooltip section*/
@media (min-width:768px) and (max-width:1023px) {
  .seller-container{
    margin:0;
  }
  .sidenav{
    z-index:99;
  }
  .seller-microsite-header{
    padding-left: 0px!important; 
    padding-right: 0px!important;
  }
  .tooltip-linkcopied .tooltip-inner{
    margin-left: 50px;
    margin-top: -1px;
  }
  .tooltip-linkcopied{
    margin-right: 0!important;
  }
    .main-menu-section {
      padding-left: 16px;
      padding-right: 16px;
    }
  .about-company-section {
    padding-left: 20px;
    padding-right: 20px;
}
.certificate-container {
  display: inline-block;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding-left: 12px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
  max-width: 100%;
  height: auto;
}
.certificate-container::-webkit-scrollbar {
  display: none;
}
.certificate-box {
  width: 165px;
  height: 120px;
  display: inline-flex;
  /* max-width: 100%; */
  /* height: auto; */
  margin: 0 auto;
  margin-right: 42px;
}
.about-text{
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
}
@media (max-width: 767px) {
  .seller-microsite-tiles .seller-landing-tile{
	padding-left:4px!important;
	padding-right:4px!important;
	margin-bottom:16px;	
  }
  .seller-container{
    margin:0;
  }
  .page-content-seller {
    margin-top: 206px;
  }
  .second-banner-text{
    font-size: 14px;
        bottom: 45% !important;
        word-break: break-word;
        width: 80%;
        left: 0;
        right: 0;
        margin: auto;
        top: auto !important;
        line-height: 20px;
  }
  .tooltip-linkcopied{
    left:0px;
  }
  .seller-microsite-enq-now-btn{
    display: none;
  }
  .seller-submit-btn{
    width: 100%;
  }
  .slick-dots li button:before, .slick-dots li button:after{
    width: 10px;
    height: 10px;
  }
  .bannerCarousel-seller .banner-img{
    height: 95px;
  
  }
  .bannerCarousel-seller .banner-img img{
    height: 95px;
  }
  .bannerCarousel-category .banner-img img{
height: 264px;
  }
  .bannerCarousel-category .banner-img{
    height: 264px;
      }
  .main-menu-section{
    padding-left:10px;
    padding-right: 10px;
  }
  .seller-microsite-header{
    padding-left:0;
    padding-right: 0;
  }
 
  .about-company-section{
    padding-left:20px;
    padding-right:20px;
  }
  .testimonial-content{
    width: 100%;
  }
  .enquiry-bg{
    padding: 10px;
  }
  .seller-container .banner-img{
    height: auto;
  }
  .bannerCarousel-category .slick-next:before ,.bannerCarousel-category .slick-prev:before,
  .bannerCarousel-category .slick-next,.bannerCarousel-category .slick-prev{
    display: none;
    background: transparent;
  }
  .testimonial-banner .slick-next ,.testimonial-banner .slick-prev,
  .testimonial-banner .slick-next:before ,.testimonial-banner .slick-prev:before{
display: none;
background: transparent;
  }
  .more-items-div{
margin-left: -12px;
width: 336px;

  }
  .seller-mainContent h3 span 
{
font-size: 22px;
}
.seller-about-mainContent h3 span{
  font-size: 18px;
}

.about-sub-span{
  font-size: 16px;
  line-height: 20px;
}
.seller-about-mainContent .seller-about-headerOne{
  height: auto;
  padding-top: 16px;
  padding-bottom: 20px;
}
.certificate-box {
  width: 165px;
  height: 120px;
  display: inline-flex;
 
  /* max-width: 100%; */
  /* height: auto; */

  margin: 0 auto;
  margin-right: 42px;
}
.certificate-container{
  display: inline-block;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding-left: 12px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
    max-width: 100%;
    height: auto;
}
.certificate-container::-webkit-scrollbar {
  display: none;
}
.sidenav{
  z-index:99;
}
.seller-micosite-prodtile .prodtitle-ellipsis{
  -webkit-line-clamp: 3;
  max-height: 5rem;
}
.seller-micosite-prodtile .Prodtile-title{
  height: 51px;
}
.seller-micosite-prodtile .Prodtile-title{
  height: 51px;
}
.mobile-app-fixed-header{
  background-color: white;
  /* box-shadow: 0px 2px 4px var(--header-shadow-color); */
  border-bottom: 2px solid var(--header-shadow-color);
  padding: 8px 15px;
  min-height: 54px;
}
.main-seller-content{
  margin-top: 54px;
}
.back-btn {
  border: 0;
  background: transparent;
  margin-right: 24px;
  padding: 0;
  /* margin-left: 5px; */
}
.top-heading{
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
.bannerCarousel-content{
  margin-top:0px!important;
}
.bannerCarousel-content-webapp {
  margin-top: 50px !important;
}
.about-text{
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
}

.seller-sub-prod-title{
  font-weight: 500;
  font-size:24px;
  line-height: 36px;
  padding-top:20px;
  padding-bottom: 20px;
}
.seller-sub-span{
  font-weight: 500;
  font-size:16px;
  line-height: 24px;
}
.select-more-backdrop {
  background: black;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1060;
  opacity: .5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity .15s linear;
}
.select-more-overlay.hide-select-more-overlay {
  bottom: -100%;
  height: 0;
}
.select-more-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1080;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: auto;
  background-color: white;
  border-radius: 10px 10px 0px 0px;
}
.select-more-content {
  position: relative;
  border: none;
  background-color: white;
  border-radius: 10px 10px 0px 0px;
}
.select-more-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 16px 16px;
  background: white;
  border-radius: 10px 10px 0px 0px;
}
.select-more-header h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.select-more-header .select-more-close {
  line-height: 16px;
}
.select-more-body {
  padding: 0 8px;
  max-height: 90vh;
  overflow-y: auto;
}
.menu-main-outer-section{
  list-style-type:none;
  line-height: 21px;
  font-size: 14px;
  font-weight: 400;
  padding: 0 8px 0px;
  padding-top: 10px;
}
.menu-inner-section{
  line-height: 21px;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 16px;
}
.menu-inner-section.more-menu-active{
  color: var(--buyer-primary-color);
}
.body-overflow {
  overflow: hidden !important;
}
  
.enquiry-bg input{
  height: 48px;
}
.eq-second-section{
  padding: 24px 24px;
}

.eq-second-padding{
  padding: 4px 40px;

}
.enquire-otp-text{
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: black;
  letter-spacing: 1%;
  padding-bottom: 28px;
  font-family: "Poppins", sans-serif;
}
/*End Microsite header css*/
  