
:root {
  --orange: #d93833;
}

@font-face {
  font-family: 'MyWebFont1';
  src: url('font/Poppins-Regular.ttf'),  format('truetype');
}
.popr,.poprall *{
  font-family: 'MyWebFont1', Fallback, sans-serif;
}

@font-face {
  font-family: 'MyWebFont2';
  src: url('font/Poppins-Bold.ttf'),  format('truetype');
}
.popb,.popball *{
  font-family: 'MyWebFont2', Fallback, sans-serif;
}

@font-face {
  font-family: 'MyWebFont3';
  src: url('font/Poppins-Light.ttf'),  format('truetype');
}
.popl,.poplall *{
  font-family: 'MyWebFont3', Fallback, sans-serif;
}

@font-face {
  font-family: 'MyWebFont4';
  src: url('font/Poppins-Medium.ttf'),  format('truetype');
}
.popm,.popmall *{
  font-family: 'MyWebFont4', Fallback, sans-serif;
}

@font-face {
  font-family: 'MyWebFont5';
  src: url('font/Poppins-SemiBold.ttf'),  format('truetype');
}
.popsb,.popsball *{
  font-family: 'MyWebFont5', Fallback, sans-serif;
}

@font-face {
  font-family: 'MyWebFont6';
  src: url('font/Poppins-Thin.ttf'),  format('truetype');
}
.popt,.poptall *{
  font-family: 'MyWebFont6', Fallback, sans-serif;
}

@font-face {
  font-family: 'MyWebFont7';
  src: url('font/Poppins-Black.ttf'),  format('truetype');
}
.popbk,.popbkall *{
  font-family: 'MyWebFont7', Fallback, sans-serif;
}



.hicon { 
  background-color:#F9F2ED !important;
  padding-top: 25px;
  padding-bottom: 25px;

}
.hreview {
  padding-top: 40px !important;
  padding-bottom: 25px !important;
}
.prod-header {
  background-image: url(/mem_module/library/image/fmarble.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.footer{
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #231f20 !important;
}
.footer p{
  font-size: small !important;
}
#myCarousel{
	z-index: 1;
}

h1{font-size:40px !important;}
p{font-size: 14px !important;}
h2{font-size: 34px !important;}
h3{font-size: 26px !important; letter-spacing: 0px;}
h4{font-size: 20px !important;}


.hidden-cust{
	display: none;
}
.no-mg{margin-top: 0px !important;margin-bottom: 0px !important;}
.no-bt{margin-bottom: 0px !important;}
.bg-footer {
	background-color: black !important;
}
.sg-bg{background-color:white !important;}
.sg-grey{color: #666666 !important;}
.sg-grey{color: #666666 !important;}
.white-a{color:white !important;}
.black-a{color:black !important;}
.red-a{color:#FF0001 !important;}

.yellow-a{
	color: #FF9000 !important;
}
.round-sg{
  border-radius: 35px !important;
}
.green-a{
	color: #4F7418 !important;
}

.grey-a{
	color: #666666 !important;
}
.btn-tab{
  text-decoration: none !important;
}
.mg-center{
	margin-left: auto !important;
	margin-right: auto !important;
}
.no-mg-top{
  margin-top: 0px !important;
}
.no-mg-bt{
  margin-bottom: 0px !important;
}
.goog-te-gadget-simple{
	border: none !important;
	background-color: transparent !important;
}
.goog-te-gadget img{
	display: none !important;
}
.topbar p{
	font-size: 15px !important;
}
.icon-wrapper{
  margin-top: 15px;
  text-align: right;
  margin-bottom: -40px;
  z-index: 500;
}
.menubar-icon>img{
    height: 18px;
    padding-left: 5px;
    padding-right: 7px;
}
.navbar-fixed-top{
  position: absolute !important;
}
.home-navbar .navbar-nav li>a{
	transition: color 0.3s;    
}
.jssocials-share{
	font-size: 12px !important;
}
.back-to-top { 
		background: none;
		margin: 0;
		position: fixed;
		bottom: 65px;
		color: black;
		right: -15px;
		width: 90px;
		height: 85px;
		z-index: 98;
		display: none;
		text-decoration: none;
 
}
.back-to-top i { 
	font-size: 40px;
		background-color: black;
		color: white !important;
		border-radius: 50px;
		width: 40px;
		height: 40px;
		padding: 0px 8px 0px 7px;
		line-height: 34px;
}
.limit-weight{
  max-width: 800px !important;
}
.logo{
	max-height: 65px !important;
}

#google_translate_element{
	margin-top: 16px;
}
.notice{
  padding-top: 8px !important;
  border-bottom: 0.6px solid black !important;
}
.navbar{
	background-color: transparent !important;
	border-color:transparent !important;
}
.home-navbar .navbar-nav li>a {
  font-size: 14px !important;
}

.home-navbar .navbar-nav>li>a:focus {
   
    background-color: transparent !important;
}

.home-navbar .dropdown-menu{
  border-radius: 0;
}
.home-navbar .dropdown.open .dropdown-menu>li>a{
    padding: 0px 5px 0px 2px !important;
   
}
.home-navbar .dropdown.open .dropdown-menu>li>a:hover{
	background-color: transparent;
}
.home-navbar .navbar-nav li.active>a{
    background-color: transparent !important;
    font-weight: 700 !important;
    font-family: 'MyWebFont5', Fallback, sans-serif;
    color: #d93833 !important;
}
.home-navbar .navbar-nav li.active::after{
content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-image: url(/mem_module/library/image/menusign.png);
    height: 8px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.home-navbar .navbar-nav li .btn-register{
  background-color: #231f20 !important;
  color: white !important;
  padding: 15px 15px;
  border-radius: 100px;
}
.navbar .dropdown-menu .dropdown-hr{
  border-bottom: 1px solid black;
}
/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/

.hicon .icon{
  height: 28px;
}

.prod-cat{

  padding-inline: 10px;
  padding-block:4px;
}

.active.prod-cat a{
  color: #ee232a !important;
}

.cat-wrapper{
  width: 15px;
  height: 15px;
  margin: auto;
  display: inline-block;
}

.subcat-title{
  font-size: 10px !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
.cat-title{
  vertical-align: text-top;
  display: inline !important;
}
.navbar-brand{
	padding: 0px !important;
	font-size: 26px !important;
}
.home-navbar .navbar-collapse{
	padding: 0px 0px 5px 0px !important;	
}
.top-bar .dropdown-toggle{
	background: transparent;
	border: 0px !important;
	padding: 0 0 0 0 !important;
}
.mg-left{
	margin-left: 20px;
}
.search-query{
    font-size: 14px !important;
    max-width: 200px;
    background-color: transparent;
    border: 1px solid #414042;
    border-radius: 20px;
    padding: 6px 8px 6px 34px
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 0.8; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}
.btn-search{
    background: none !important;
    position: absolute;
    margin-left: 0px;
    color: #202959 !important;
}
.btn-search>span{
    color: #000000 !important;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}
.recipe-search {
  top: 2px !important;
  right: 8px !important;
}

.color ul li{
  vertical-align: top !important;
}
.color ul li i{
  vertical-align: top;
   margin-top: 5px;
}
.proditem .ext-colorpicker{
  width:22px;
  height:22px;
  border-radius:100%;
  margin-right: 2px;
  border: 1px solid grey !important;
  margin-bottom: 10px !important;
  padding-block: 3px !important;
}
.proditem .ext-colorpicker2{
border-radius: 100px;
    margin-right: 2px;
    border: 1px solid grey !important;
    margin-bottom: 10px !important;
    padding: 2px 15px;
    min-width: 100px;
    text-align: center;
    font-size: 14px !important;
}
.proditem .ext-color{
  display: none;
}


.proditem .ext-sizepicker{
border-radius: 100px;
    margin-right: 2px;
    border: 1px solid grey !important;
    margin-bottom: 10px !important;
    padding: 2px 15px;
}

.proditem .ext-size{
  display: none;
}


.nav-page a{
	font-size: 18px !important;
}

.count-cart {
  position: absolute;
  color: white;
  text-align: center;
  font-size: 10px;
  margin-left: -12.5px;
  top: -4.6px;
  background-color: black;
  border-radius: 100px !important;
  width: 14px;
  height: 14px;
}
.home-cover{
    position: absolute !important;
    top: 10%;
}
.home-cover .btitle{
    margin-top: 10px;
}
.home-cover .bwelcome{
    letter-spacing: 6px;
}
.home-cover .btn-shop{
    margin-top: 5px !important;
    background-color: #FF9000 !important;
    color:white !important;
    border: none;
    border-radius: 100px !important;
    padding: 5px 15px 5px 12px !important;
    height: 30px !important;
    width: 120px !important;
    line-height: 1.3 !important;
    font-size: 16px;
    text-align: center;
}
.home-carousel a:hover, .home-carousel a:focus{
    text-decoration: none;
}

.home-navbar .dropdown.open .dropdown-menu {
  padding-block :0 !important;
    margin-left: -20px;
    background-color: white;
   
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
  background-color: transparent !important;
}
.lsc{
	letter-spacing: 4px !important;
}
.lline{
  margin-right: 5px;
  width: 15px;
}
.rline{
  width: 15px;
}
.img-item text-center{
  width: 90% !important;
}
.hicon{
  background-color: #f9f9fa !important;
}
.hicon-slick p{
    display: inline-flex;
    align-items: center;  
}
.hicon-slick img{
  max-height: 40px;
  margin-right: 15px;
  display: inline-block;
}
.haboutus .container{
}
.hcat .btn-hcat{
  margin-top: 10px !important;
  border-radius: 25px;
  border: none !important;
  padding: 5px 20px 5px 20px;
}
.aboutus{
  padding-top: 0px;
  padding-bottom: 45px;
}
.aboutus .section{
  padding: 5px 20px 0px 0px;
}
.aboutus .section .icon{
  height: 36px;
}
.aboutus .section .arrow{
    height: 12px;
    margin-top: 6px;
    margin-right: 5px;
}
.aboutus .section h4{
  border-bottom: 1px solid black;
}
.aboutus .slick-slide{
  margin: 0px !important;
}
/*
.allproduct .title {
    height: 18px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px !important;
    margin-top: 15px;
}
.allproduct .skucode,.prod-detail .skucode {
    color: #808285 !important;
}
*/
.allproduct .img-item{
  border-radius: 15px;
  border: none;
  position: relative;
}

.hbest .arrow .next{
  margin-left: 10px;
}
.prod-header .desc,.prod-header .section>div{
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.prod-header .line{
  position: absolute;
  height: 100% !important;
  top: 0%;
  left: 0;
  width: 1.5px;
}
.prod-header .desc2{
  margin-left: 20px;
  padding-left: 40px;
}
.prod-header .left{
  position: absolute;
  left: 0;
  width: 180px;
}
.prod-header .right{
  position: absolute;
  right: 0;
  width: 180px;
}

li.border{
    background-color:#eee;
    border:1px solid black;
    border-radius:5px;
    padding: 5px 10px 5px 10px !important;
    margin-right: 10px;
    margin-bottom: 5px;
}

.hrelated .text-wrapper{
    position: absolute;
    top: 25%;
    text-align: center;
    width: 230px;
    color: red;
}
.hrelated .rl-mg-top{
	margin-top: 40px;
}
.hrelated .pd-lr{
	padding-left: 5px;
	padding-right: 10px;
}
.hrelated .img-item text-center{
	margin-left: auto !important; 
	margin-right: auto !important;
}
.hrelated .offer-tag{
	  float: right;
    margin-right: 60px;
}
.hrelated .offer{
	position: absolute;
    border-radius: 50%;
    top: 0;
    background-color: red;
    color: white;
    font-weight: 700;
    width: 50px;
    height: 50px;
    text-align: center;
    font-style: italic;
    padding: 10px;
    margin-top: 5px;
    margin-right: 10px;
    line-height: 1.2;
}



.hbest .nav-pills li.active a{
  color: white !important;
}
.hlocation .btn{
  width: 160px;
  height: 36px;
  background-color: #AB8266 !important;
  color:white !important;
  border-radius: 15px !important;
}
.hreview .section{

  border: 2px solid #AB8266 !important;
  padding: 20px;
  border-radius: 10px;
}
.btn-addtocart2{
    display: inline-block;
    font-size: 13px !important;
    background-color: #08205a !important;
    color: white !important;
    padding: 5px 15px 5px !important;
    letter-spacing: 1.0px !important;
    border: none !important;
    border-radius: 100px !important;
    margin-top: 10px;
    margin-right: 8px;
}
.mgtp0{
  margin-top: 0px !important;
}
.btn-addtocart{
    font-size: 14px !important;
    background-color: transparent !important;
    color: black !important;
    padding: 8px 30px 8px 30px !important;
    letter-spacing: 1.0px !important;
    border: 2px solid black !important;
    border-radius: 100px !important;
}
.proditem .btn-addtocart{
    background-color: black !important;
}

.btn-addtocart .icon{
	display: inline-block !important; 
	width: 18px;
	vertical-align: sub;
	margin-left: 15px;
}
.offerprice{
  color: red !important;
  margin-left: 5px;
}
strike{
    color: #555;
    font-size: 12px !important;

}
.proditem .offerprice{
  margin-left: 10px;
}

.pbanner{
  opacity: 0.6;
}
.promotion .centered{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.promotion .promoctitle1{
  color: #FFFF01 !important;
  letter-spacing: 5.0px;
}
.promotion .promoctitle2{
  color: #FFFF01 !important;
  letter-spacing: 5.0px;
}

.cat-side{
  margin-bottom: 30px !important;
}

.all .nav-title{
	color:#EC6E80;
}
.hblog .arrow {
position: absolute;
    top: -50px;
    right: 0;
}
.hblog .arrow img{
    width: 36px;
}
.hblog .arrow .prev{
    margin-right: 10px;
}
.blog .img{
  border-radius: 20px;
}
.blog .slick-dots li a {
    font-size: 14px !important;
    color: black !important;
}
.blog .slick-dots li.slick-active a {
    color: black !important;
    border-bottom: 1px solid black;
    font-weight: 700;
    font-size: 15px !important;
}
.contactus .img img{
  border-radius: 20px;
}
.contactus,.payment{

    padding-bottom: 0px;
}
.contactus .image{
  max-height: 650px;
  max-width: 100%;
}
.contactus input{
  background-color: transparent !important;
  border-radius: 0px;
  border: none !important;
  border-bottom:1px solid #231f20 !important;
  color: black !important;
  box-shadow: none;
  -webkit-box-shadow: none;
      padding: 0px;
}
.contactus textarea{
  background-color: transparent !important;
  border-radius: 0px;
  border: none !important;
  border-bottom:1px solid #231f20 !important;
  color: black !important;
  box-shadow: none;
  -webkit-box-shadow: none;
      padding: 0 5px;
}
.contactus .btn-submit{
  background-color: transparent !important;
  color:black !important;
  border-radius: 100px !important;
  padding: 10px 15px !important;
  border: 2px solid #231f20 !important;
  margin-top: 15px;
}
.contactus .wrap{
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius:100px;
  padding: 30px 30px !important;
}
.contactus .cust-indent {
    padding-left: 2em;
    text-indent: -0.4em;
}
.prodlist hr{
  border-top: 1px solid black !important;
}
.prodlist .no-pd-lr{
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.prodlist .pd-lr{
	padding-left: 5px;
	padding-right: 5px;
}
.prodlist .cover-mg{
	margin-bottom: 70px;
}
.prodlist .image-cover-wrapper{
    height: 280px;
    width: 100%;
    border-radius: 25px;
}
.prodlist .image-cover{
	  height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 25px;
}
.prodlist .ptitle, .proditem .ptitle, .brandpartner-cover .ptitle {
	font-size: 12px !important;
  color: black;
}
.brandpartner-cover .ptitle {
  position: absolute;
}
.prodlist .bd-line{
	  border-bottom: 1px solid black;
    padding-bottom: 5px;
}
.prodlist .img-wrapper, .hrelated .img-wrapper{
    width: 100% !important;
    vertical-align: middle;
    margin-bottom: 8px;
}

.prodlist .img-wrapper img, .hrelated .img-wrapper img{
    max-height: 100%;
    object-fit: contain !important;
    padding-bottom: 5px;
    padding-top: 10px;
}
.prodlist .text-wrapper{
    position: absolute;
    top: 20%;
    text-align: center;
    width: 210px;
    color: red;
}

.prodlist .pricew{
  margin-top: 15px;
}

.prodlist .special-title{
	  position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: red;
    font-size: 40px;
}

.prodlist .offer {
    position: absolute;
    border-radius: 50% 50% 0% 50%;
    top: 0;
    background-color: #426B18;
    color: white;
    font-weight: 700;
    width: 50px;
    height: 50px;
    padding: 10px;
    line-height: 1.0;
}


.outstock{
    font-size: 14px !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: #8cb83f;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-top: 2px !important;
}
.label-discount{
    font-size: 14px !important;
    width: fit-content;
    background-color: #DC1E3D;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-top: 2px !important;
    margin-inline:auto;
    
}
.prod-label-discount>span{
    font-size: 14px !important;
    background-color: #DC1E3D;
    border-radius: 0px !important;
    padding: 5px 60px 5px 60px !important;
    color: white !important;
}
.proditem{
	/*background-color: #FFF1D5;*/
}
.proditem .list-inline{
  margin: auto !important;
}
.proditem .zoom-img{
	position: absolute;
	bottom: 0;
	right: 0;
	color: #77B11B;
	margin-right: 5px;
}
.proditem .prod-detail-pd{
	padding-left: 5px;
  padding-bottom: 10px;
}

.proditem .product-remark{
	font-size: 14px !important;
	line-height: 1.6;
}
.proditem .qty-mg{
	display: inline-block;
  margin-bottom: 15px;
}
.proditem .offer-tag{
	  float: right;
    margin-right: 50px;
}
.proditem .offer{
	  position: absolute;
    border-radius: 50% 50% 0% 50%;
    /*right: 0;*/
    top: -50px;
    background-color: #426B18;
    color: white;
    font-weight: 700;
    width: 50px;
    height: 50px;
    padding: 10px;
    line-height: 1.0;
}
.proditem .offeroff {
    font-size: 8px !important;
    text-align: left;
    margin-left: 5px;
}
.proditem .promo {
    position: absolute;
    border-radius: 100% 100% 0% 0%;
    bottom: 0;
    right: 0;
    background-color: #8EC631;
    color: #FFFF01;
    font-weight: 700;
    width: 30px;
    height: 15px;
    line-height: 1.0;
    font-size: 5px;
    padding-top: 3px;
    border-radius: 150px 150px 0 0;
}
.proditem .text-wrapper{
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    color: red;
}
.proditem .form-group{
  margin-bottom: 0px !important;
}
.number-spinner i{
  color:#fffffa !important;
}

.title-wave{
	margin-top: 3px;
  margin-bottom: 10px;
}

.prod-list .simple-pagination,.brand .simple-pagination{
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    display: inline-block !important;
}

.prod-list .simple-pagination .active .current{
    color: black !important;
}
.prod-list .ext-select{
    width: 60% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 70px !important;
    margin-bottom: 15px;
    border: 1px solid #1B2C58 !important;
}
.prod-list .qty input{
    width: 50% !important;
    display: inline-block !important;
    border-radius: 100px !important;
    border: 1px solid #1B2C58 !important;
}
.light-theme a, .light-theme span {
    background: #1B2C58 !important;
}
.prod-detail .ext-select{
	 border-radius: 100px !important;
    border: 1px solid #1B2C58 !important;
    margin-bottom: 15px;
}

.prod-detail .black-hr{
	border-top: 1px solid black;
	margin-bottom: 0px !important;
}
.prod-detail .number-spinner{
  border: 1px solid black !important;
  border-radius: 50px !important;
  padding: 0px 10px;
  background-color: #08205a;
  color: white !important;
}

.prod-detail .addon label{
  font-weight: 400 !important;
}

.prod-detail input.option,.prod-detail select{
  height:40px;
  border: 1px solid #AB8266;
}
.prod-detail .number-spinner .btn,.prod-detail .number-spinner .input-number{
	border: none !important;
	border-radius: 0px !important;
  background-color: transparent !important;
}

.prod-detail .number-spinner .input-group-btn{
	width:0% !important;
}

.prod-detail .option::placeholder,.contactus .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
  font-size: 13px !important;
}

.prod-detail .option:-ms-input-placeholder,.contactus .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #67686b;
}

.prod-detail .option::-ms-input-placeholder,.contactus .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #67686b;
}

.prod-detail #qty  #quantity{
	  width: 20px;
    height: 28px;
    display: inline-block;
    border-radius: 0px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: transparent;
    font-size: 13px !important;
    text-align: center;
    padding-inline: 0px !important;
    color: #fffffa !important;
}

.prod-page .ext{
	font-size: 18px !important;
}
.prod-page #sku{
	color:#2EB5C0 !important;
}
.prod-page .thumbnail-img {
    max-width: 100% !important;
    height: 100%;
    margin-bottom: 15px;
    object-fit: contain;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}
.prod-page ol>li input {
  	height: 16px;
  	width: 16px;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
}
.prod-page ol>li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.prod-page ol>li:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.prod-page ol>li input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.prod-page ol>li input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.prod-page ol>li .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.prod-page .panel-group .panel-default,.prod-page .panel-group .panel-heading{
  background-color: transparent !important;
  border: none;
}

.prod-page .panel-group .panel-heading,.prod-page .panel-group .panel-body{
  border-bottom: 1px solid black;
  padding-left: 0px !important;
  padding-bottom: 5px !important;
  padding-top: 6px !important;
}
.proditem .nav-pills li{
  margin-right: 40px;
}
.proditem .nav-pills li.active{
  font-weight: 700;
}

.proditem .nav-pills li a{
  text-decoration: none !important;
}
#description .height-limit{
	overflow-y: hidden;
	height: 500px;
}
#description .height-limit.without:after {
	background: none !important;
}
#description .height-limit:after {
    content: "";
    height: 100px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    background: linear-gradient(-180deg,hsla(0,0%,100%,0) 6%,#fff 83%);
}
.btn-viewmore{
  border: 2px solid black !important;
  color:black !important;
  background-color: transparent !important;
  padding: 8px 30px 8px 30px !important;
  border-radius: 100px !important;
}
.btn-viewmore-white{
  border: 2px solid white !important;
  color:white !important;
  background-color: transparent !important;
  padding: 8px 30px 8px 30px !important;
  border-radius: 100px !important;
}
/*.btn-cart{
	background-color: #231F20 !important;
	color: white !important;
	padding: 5px 25px 5px 25px !important;
	font-size: 16px !important;
	border-radius: 50px !important;
}*/
.nav-tabs {
		border-bottom: 1px solid #231F20;
}
.nav-tabs > li {
		float:none !important;
		display:inline-block !important;
		
}





.dropdown-menu .dropdown-item{
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}
.dropdown-menu .dropdown-item a:hover{
	text-decoration: none;
}
.md-ft.member>a{
	display: contents !important;
}
.carousel-control{
	z-index: 500;
}
.prod-page #myCarousel{
	margin-top: -10px !important;
}
.prod-img:after{
		content: "adsdasd";
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
/*--adjust as necessary--*/
		color: #000;
		font-size: 18px;
		padding-right: 0.5em;
		position: absolute;
		top: 10px;
		left: 0;
}
.fancybox,.fancybox2{
	cursor: zoom-in;
}

.brand .img{
	height: 90px;
}
.brand .btn{
	background-color: #1B2C58 !important;
	color:white !important;
	border-radius: 100px;
	padding: 6px 30px 6px 30px;
}
.brand .section{
	border: 1px solid #166B4B !important;
	border-radius: 35px;
	padding: 20px 20px 10px 20px;
}
.brandrec .nav-pills{
	margin-top: 30px !important;
	margin-bottom: 45px !important;
}
.brandrec .nav-pills li.active a {
    background-color: #1B2C58 !important;
    color:white !important;
}
.brandrec .nav-pills li a{
    border: 1px solid #1B2C58 !important;
    border-radius: 100px;
    padding: 10px 20px 10px 20px;
}
.brandrec .nav-pills li {
    margin-right: 30px;
}
.slick-slide>div>div{
  position: relative !important;
  vertical-align: top;
  padding: 10px;
}
.footer .grey{
  color: #a7a9ac !important;
}
.footer .grey2{
  color: #bcbec0 !important;
}
.footer .contact .desc span {
    display: inline-flex !important;
}
.footer .fabout-wrapper{
  margin-top: 15px;
}
.footer .flogo-wrapper{
  margin-left: 0px;
  width: 180px;
  margin-bottom: 0px;
}
.footer .flogo{
	width: 100%;
}
.footer .copyright{
	font-size: 12px !important;
  margin-top: 15px;
}
.footer hr{
  border-top: 1px solid f7f3ed !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.footer .desc{
  font-size: 12px !important;
  margin-bottom: 10px !important;
}
.footer .fabout{
	font-size: 12px !important;
	color:white !important;
  margin-bottom: 10px !important;
}
.footer .ftel{
  margin: 0px !important;
}
.footer .fpay {
  margin-bottom: 5px;
  margin-right: 10px;
  max-width: 180px;
}

.footer ul>li{margin-bottom: 5px !important;}
.footer .icon{
  width: 26px !important;
  margin-right: 10px;
  vertical-align: middle;
}
.footer .sicon{
  height: 25px !important;
  margin-right: 10px;
}
.responsive-footer p{
	margin-top: 10px !important;
}

.btn-facebook{
	font-size: 16px !important;
	color:white !important;
	background-color: #3b5998 !important;
}
#cart-table .label-dark{
	font-size: 100% !important;
}
.footerp{
	display: inline-flex !important;
}


@media  (min-width:992px) and (max-width:1300px) {
	.home-navbar .navbar-nav li>a{
        font-size: 14px !important;
        padding: 10px;
	}
.home-navbar .navbar-nav li .btn-register {
    padding: 8px 15px !important;
}

}

@media only screen and (min-width: 768px){
	.logo{margin-top: 15px;}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
  margin-left: 0px !important;
}

	.cust-hr{
		border-top:1px solid #202959 !important;
		margin-top: 0px !important;
	}
.cust-fixed-top{
  position: absolute !important;
  z-index: 999;
}

	.xs-display{display: none !important;}
	.navbar-default{
		margin-bottom: 0px !important;
	}
	.navbar-brand{
		width: 100%;
		height: auto !important;
		padding-top: 0px !important;
	}
	.cover h1{
		font-size: 60px !important;
		margin-top: 40px;
	}
  .home-section-desc{
    margin-top: 1% !important;
  }
	.home-navbar .navbar-collapse{
	}
	.footer hr{
		margin-left: 0px !important;
	}
	.second-thumb{
		display: none !important;
	}

  .navbar-nav {
    font-size: 16px !important;
    width: 100% !important;
    height: auto;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
    border-radius: 100px;
  }
  .search-wrapper {
    top: 20px !important;
    position: absolute !important;
    left: 100px;
    width: auto !important;
  }
  .icon-wrapper {
    top: 15px !important;
    position: absolute !important;
    right: 100px;
    width: auto !important;
  }
	.navbar-nav>li {
			display: inline-block !important;
			/*margin-right: 6px;
			margin-left: -4px;*/
			float: none !important;
	}
	.list-unstyled {
    	padding-left: 3px !important;
    	letter-spacing: 1px;
	}
  .hicon .dot{
    position: absolute;
    top: 35%;
    right: 0%;
  }

	.prod-page .img-wrapper{
		position: relative;
	  margin-left: auto;
	  margin-right: auto;
		margin-bottom: 10px;
	}
	.prod-page .prod-img{
		pointer-events: none;
	  width: 95%;
	  height: 90%;
	  display: block !important;
	  object-fit: contain;
	}

  .category-collapse{
    display: block !important;
  }
  .qty-title{
    margin-top: 5px;
    margin-right: 10px;
  }
  .input-section{
    margin-right: 15px;
  }
  .btn-addtocart{
    margin-top: 3px;
  }
}
@media  (min-width:768px) and (max-width:992px) {
  .sm-no-mg{
    margin-top: 0px !important;
  }
	.home-navbar .navbar-nav li>a{
		font-size: 13px !important;
	}
	.carousel-caption{
		top: 5% !important;
		right: -15% !important;
	}
  .search-wrapper{
    left: 10px !important;
  }
  .icon-wrapper{
    right: 10px !important;
  }
.home-navbar .navbar-nav li .btn-register {
    padding: 8px 15px !important;
}
  .navbar-nav > li {float: none !important;}
  .navbar-nav{text-align: center !important;}
	.topbar p {
    	text-align: center !important;
	}
	.logo {
	   float: none;
     margin-right: auto;
     margin-left: auto;
	}
  .prod-header .left{
    width: 120px;
  }
  .prod-header .right{
    width: 120px;
  }

  .hlocation .overlay{
    position: absolute;
    left: 6%;
    top: 5%;
  }
  .hlocation .overlay2{
    position: absolute;
    left: 40%;
    top: 25%;
  }
  .hcat .img-wrapper{
      height: 200px;
  }

}

@media  (min-width:992px) and (max-width:1700px) {
	.block-cust{
		display: block !important;
		margin-left: 30px !important;
	}
	.hidden-992-1700{
		display: none !important;
	}
}

@media only screen and (max-width: 500px) {
	.contact-cover .ctitle, .brandpartner-cover .ctitle {
    	font-size: 50px !important;
	}
}

@media only screen and (max-width: 768px) {
h1{font-size:30px !important;}
p{font-size: 14px !important;}
h2{font-size: 24px !important;}
h3{font-size: 20px !important;}
h4{font-size: 18px !important;}
.xs-hidden{
  display: none !important;
}
.text-xs-center{
  text-align: center !important;
}
.xs-size{
  height: 200px !important;
}
  .xs-no-mg{
    margin-top: 0px !important;
  }
  .no-pd-bt-xs{
    padding-bottom: 0px !important;
  }
.cust-xs-navbar{
  position: fixed !important;
  bottom: 0 !important;
  background-color: #231f20 !important;
  color:white !important;
  z-index: 999 !important;
  height: 50px;
  padding-left: 0px !important;
  padding-right: 5px !important;
  left:0 !important;
}
.cust-xs-navbar>div{
  margin-top: 15px !important;
}

.limit-weight{
  max-width: 100% !important;
}

.hicon .section{
  min-height: 100px !important;
}
.table-responsive {
    overflow: hidden !important;
}
.icon-wrapper{
    position: absolute !important;
    right: 20px;
    top: 4px;
}

  .hcat .img-wrapper{
      height: 170px;
  }
.hcat .overlay{

}
.hicon .section{
  margin-top: 5px !important;
}
.hcat .title{
  opacity: 1 !important;
}
.hcat .overlay:after {
    opacity: 1 !important;
}
.cart .table-responsive td{
  white-space: normal !important;
}
.courier-img img{
  height: 45px !important;
}
.courier-img span{
  font-size: 10px !important;
}

.carousel-indicators{
  bottom: -5px !important;
  z-index: 9999 !important;
}
.prod-header .section>div{
  padding: 15px 0px 15px 0px;
}
.prod-header .desc,.prod-header .section>div{
  width: 100%;
}
.prod-header .left{
  width: 65px;
}
.prod-header .right{
  width: 65px;
}
.prod-header .line{
  display: none;
}
.prod-header .desc2{
  margin-left: 0px;
  padding-left: 15px;
}

.footer .copyright{font-size: 11px !important;}
.footer p{
	font-size: 13px !important;
}
.logo{margin-top: 47px;padding-left: 0px;margin-bottom: 5px;max-height: 50px !important;}
.home-navbar{margin-bottom: 0px !important;}


	.text-xs-center{text-align: center !important;}

	.navbar-brand{height: auto !important;}
	.navbar .dropdown-menu{
	
		-webkit-background-clip: padding-box !important;
		background-clip: padding-box !important;
		border: 1px solid #ccc !important;
		border: 1px solid rgba(0, 0, 0, .15) !important;
		border-radius: 4px !important;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
	}
  .navbar-fixed-top{
    position: relative !important;
  }
	.home-navbar .navbar-nav li>a{
		letter-spacing: 1.5px;
    color: black !important;
        text-align: center !important;

	}
 
	.home-navbar .dropdown.open .dropdown-menu>li{
	
    text-align: center !important;
	}
  .navbar-toggle {
    margin-top: 55px !important;
    z-index: 9999;
  }
  .notice p{
    color: black !important;
  }
  .navbar-nav{
    margin: 10px 0px 0px 5px !important;
  }
  .icon-wrapper{
    margin-top: 15px !important;
    width: auto !important;
    display: none !important;
  }
	.search-query{
		font-size: 15px !important;
	}
	.btn-search {
		margin-top: -1px !important;
	}
	.list-unstyled {
	    padding-left: 3px !important;
	    letter-spacing: 1px;
	}

	.hcat .ug-textpanel-title {
			letter-spacing: 1.3px !important;
			font-size: 14px !important;
	}
	.text-xs-left{text-align: left !important;}
	.prod-list .ext-select{
	    width: 150px !important;
	}
	.prod-list .qty input{
	    width: 120px !important;
	    display: inline-block !important;
	    border-radius: 100px !important;
	}
	.prod-page .img-wrapper{
	    position: relative;
	    max-width: 100%;
	
	    margin-left: auto;
	    margin-right: auto;
      padding: 5px !important;
	}
	.prod-page .prod-img{
		width: 100%;
	    height: 80%;
	    display: block !important;
	    object-fit: contain;
	}
  .prod-page .thumbnail-img {
      max-width: 80px !important;
      height: 90px;
  }

	.hfeature .psection{
		min-height: 300px !important;
	}
	.hfeature .psection>div>p{
	    height: 36px;
	    line-height: 18px;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	}

	.topbar p {
    	text-align: center !important; 
	}
	.hcatlist {
    	padding-top: 115px;
   		margin-top: -120px;
	}
	.contact-cover .ctitle, .brandpartner-cover .ctitle {
    	font-size: 75px;
	}
	.home-navbar .container{
		width: 100% !important;
	}
  .search-wrapper{
    width: auto !important;
    margin-top: -42px;
    margin-left: auto;
    margin-right: auto;
  }
  .search-query {
    max-width: 270px !important;
    padding: 4px 8px 6px 34px !important;
  }
  .hwhy .whyimg1{
    margin-top: 35px;
    width: 200px !important;
  }
  .order-img {
      max-width: 60px !important;
  }
  .hcatlist .title, .hbestlist .title, .prodlist .title, .hrelated .title {
      font-size: 14px !important;
  }
  .qty-title{
    margin-top: 5px;
    margin-right: 10px;
  }
  .btn-addtocart {
      font-size: 12px !important;
      margin-top: 20px;
      margin-bottom: 20px !important;
  }

  .slick-slide>h4>a{
    vertical-align: -webkit-baseline-middle !important;
  }
  .contactus .image{
    max-height: 100%;
    max-width: 100%;
  }
  .hbest .arrow{
    top: -60%;
  }
.course .slick-slide>div>div{
  height: 240px !important;
}

}

@media only screen and (max-width: 480px) {
  .bannercontent .icon {
      position: absolute !important;
      top: 0px !important;
      width: 10px !important;
  }
.course .slick-slide>div>div{
  height: 180px !important;
}

  .bannercontent .icon2 {
      position: absolute !important;
      left: 0px !important;
      width: 10px !important;
      bottom: 35px !important;
  }
  .hwhy .whyd-img {
      width: 35px !important;
  }


}
@media only screen and (max-width: 992px) {
  .footer .head .content{
  text-align: center !important;
}
.footer .logo2{
	width: 250px !important;
}
	.text-sm-center{
		text-align: center !important;
	}

.footer .address{
  display: block !important;
}
	.sm-hidden{display: none !important;}
	.filter-sm .panel-default > .panel-heading, .filter-sm .panel-default{
		background-color: transparent !important;
		border-color: transparent !important;
	}
	.filter-sm .panel-group{
		margin-bottom: 0px !important;
	}
	.topbar p{
		/*text-align: center !important;*/
		padding-left: 5px;
    	padding-right: 5px;
	}
	.career .text{
		height: auto;
		background-color: #154578 !important;
		width: 100%;
		bottom: 0;
		padding: 5px 20px 10px 20px;
	}
	.brandrec .ctitle .desc,.brandrec .ctitle .desc a,.brandrec .ctitle .desc .fa-caret-left:before{
	    font-size: 14px !important;
	    color:black !important;

	}
	.brandrec .nav-pills li {
	    margin-right: 30px;
	    width: 100%;
	    margin-bottom: 25px;
	    margin-right: 0px !important;
	}

	.container{
		width: 95% !important;
	}
	.contactus .contactdetail{
		padding-top: 15px;
    padding-bottom: 60px;
	}
  
  .hwhy .whyimg1{
    margin-top: 35px;
    width: 300px;
  }
  .hwhy .why-mg-top{
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1450px) {

}

@media only screen and (max-width: 1400px) {
	.container{
		width: 85% !important;
	}
	.prodlist .img-wrapper{

	    width: 100% !important;
	}
  .home-cover .bwelcome {
    font-size: 22px !important;
  }
  .home-cover .btitle {
    font-size: 35px !important;
  }
}

@media only screen and (max-width: 1300px) {
	.hoffer .section{
		padding: 10px 60px 0px 40px !important;
	}
	.prodlist .img-wrapper{
	    
	   width: 100% !important;
	}
  .home-cover .bwelcome {
    font-size: 20px !important;
  }
  .home-cover .btitle {
    font-size: 30px !important;
  }
.label-discount{
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.outstock{
    padding-left: 15px !important;
    padding-right: 15px !important;
}


}

@media only screen and (max-width: 1200px) {
	.prodlist .img-wrapper{
	 
	    width: 100% !important;
	}
  .container{
    width: 90% !important;
  }
}

@media (min-width:992px) and (max-width:1100px) {
	.prodlist .img-wrapper{
	    
	    width: 100% !important;
	}
	.prodlist .offer-tag{
	    margin-right: 46px;
	}
	.prodlist .offer{
	    width: 40px;
	    height: 40px;
	    font-size: 10px;
	}
  .home-cover{
    margin-top: 10px !important;
  }
  .home-cover .bwelcome {
    font-size: 18px !important;
  }
  .home-cover .btitle {
    font-size: 28px !important;
  }
  .home-cover .btn-shop {
    margin-top: 5px !important;
    height: 28px !important;
    width: 115px !important;
    line-height: 1.0 !important;
    font-size: 14px;
  }
  .hwhy .whyd-img {
    width: 50px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .prodlist .text-wrapper{
    top: 16% !important;
  }
  .hlocation .overlay{
    position: absolute;
    left: 6%;
    top: 5%;
  }
  .hcat .img-wrapper{
      height: 300px;
  }
}

@media only screen and (max-width: 992px) {
  #myNavbar{
    margin-top: 10px !important;
    width: 100% !important;
  }
  .navbar-brand{
    margin-left: 0px !important;
  }
  .icon-wrapper{
    margin-top: 20px;
  }
  .navbar-nav>li>a {
    font-size: 12px !important;
  }
	.prodlist .img-wrapper{

	  width: 100% !important;
	}
	.prodlist .special-title {
	  font-size: 30px !important;
	}
  .home-cover {
    width: 100% !important;
    left: 0 !important;
    text-align: center !important;
    margin-top: 10px !important;
  }
  .home-cover .btitle {
    font-size: 26px !important;
  }
  .footer{
    padding-top: 20px;
  }
  .footer .flogo-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .footer .fabout-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .contactus .sm-mg-top{
    margin-top: 10px !important;
  }
  .contactus .contact-title {
    display: block;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 768px) {

  
  .prodlist .img-wrapper{
    width: 100% !important;
  }
  .home-cover {
    margin-top: 0px !important;
  }
	.prodlist .cover-mg{
		margin-bottom: 60px !important;
    margin-top: 10px !important;
	}
.proditem .nav-pills li {
    margin-right: 15px !important;
}

  .home-cover .bwelcome{
    font-size: 10px !important;
  }
  .home-cover .btitle {
    font-size: 12px !important;
  }
  .home-cover .btn-shop {
    margin-top: 0px !important;
    height: 20px !important;
    width: 90px !important;
    font-size: 12px !important;
    line-height: 0.8 !important;
  }
  .hcatlist .rbulb {
    top: 20%;
    width: 100px;
  }
  .hbestlist .lcan {
    width: 90px;
  }
  .hbestlist .rmilk{
    width: 80px;
  }
  .hwhy .whyd-img {
      width: 50px;
  }
  .hbrand{
    padding-bottom: 0px;
  }
  .hbrand .lbottle{
    width: 80px;
  }
  .category-slick{
    height: 57px !important;
  }
  .category-slick .slick-current {
    height: 55px;
  }
  .promotion .promoctitle1{
      font-size: 10px !important;
  }
  .promotion .promoctitle2{
      font-size: 12px !important;
  }
}
@media (max-width:768px) and (min-width:600px) {
  .prodlist .img-wrapper {
      
      width: 100% !important;
  }
}
@media (max-width:600px) and (min-width:300px) {
  
.label-discount,.outstock {
    padding-left: 10px !important;
    padding-right: 10px !important;
    top: 0px !important;
    text-align: center !important;
}

}
@media only screen and (max-width: 700px) {
	.prodlist .cover-mg{
		margin-bottom: 60px !important;
		margin-top: 10px !important;
	}
}

@media only screen and (max-width: 600px) {
  .home-cover {
    margin-top: -5px !important;
  }
  .home-cover .ctitle {
    font-size: 60px !important;
    text-align: center;
  }
  .home-cover .csubtitle {
    font-size: 18px !important;
  }
}


 @media only screen and (min-width: 992px) {
  .warranty .md-pd{
    padding-right: 10px !important;
  }
  .md-hidden{display: none !important;}
	.navbar-collapse.col-md-9 {
			width: 75% !important;
	}
	.navbar-collapse.collapse {
		display: block;
	}
	.col-sm-offset-2{
		margin-left: 8.33333333% !important;
	}
	.sm-display{display: none !important;}
	.home-navbar .navbar-nav>li {
			margin-top: 0px;
			padding-top: 3px !important;
			padding-bottom: 3px !important;
	}
	.home-navbar .navbar-nav li>a {
        padding-top: 12px !important;
        padding-bottom: 7px !important;
	}
  #myNavbar{
    width: 100% !important;
  }
	.display-sm{
		display: none !important;
	}
	.contactus .space-right{
		padding-right: 40px !important;
		margin-bottom: 60px !important;
	}
	.contactus .space-left{
		padding-left: 40px !important;
		margin-bottom: 60px !important;
	}
	.career .text{
		height: 180px;
		background-color: #154578 !important;
		position: absolute;
		width: 100%;
		bottom: 0;
		padding: 5px 20px 10px 20px;
	}
	.hfollowlist .col-md-2 {
    	width: 20%;
    	padding: 0px 4px !important;
    	margin-top: 8px !important;
	}
  .col-md-offset-3 {
    margin-left: 27% !important;
  }
 
  .contactus .contact-title {
    display: inline-block;
    margin-bottom: 25px;
  }
  .promotion .promoctitle2{
    font-size: 60px !important;
  }
  .hwhy .why-mg-top{
    margin-top: 30px;
  }

  .payment p,.hreview .section .desc{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .hrange .desc{
    margin-top: 105px !important;
  }
}


@media only screen and (min-width: 1400px) {
	.container{
		width: 1100px !important;
	}
	.col-sm-offset-2 {
	    margin-left: 9.7% !important;
	}
	.hfeature .desc{
		width: 35% !important;
	}
}

@media only screen and (min-width: 1200px){
	.text-md-right{
		text-align: right !important;
	}
	.text-md-right{
		text-align: right !important;
	}
  .hlocation .overlay{
    position: absolute;
    left: 10%;
    top: 16%;
  }

}


.pcheckbox {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 6px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px !important;
	letter-spacing: 1.5px;
}
/* Hide the browser's default checkbox */
.pcheckbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	border-radius: 4px;
	background-color: transparent;
	border: 1px solid #414042;
}

/* On mouse-over, add a grey background color */
.pcheckbox:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.pcheckbox input:checked ~ .checkmark {
	background-color: black !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.pcheckbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.pcheckbox .checkmark:after {
	left: 4px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


@media only screen and (max-width: 992px){
	.display-md{
		display: none !important;
	}
}

/*----------------Shopping Cart CSS-----------------*/
.cart-img{
	max-width: 80px;
}
.summary{
	border: 1px solid lightgrey;
	background-color: white;
}
.label-ext{
	font-size: 14px !important;
}
@media only screen and (max-width: 767px){

  
	.cart-sm-display{
		display: none !important;
	}
}
@media only screen and (min-width: 992px){
.navtop{
  position: absolute !important;
  z-index: 99;
  color: white !important;
}
.navtop .navbar-nav li>a{
  color: #282a65 !important;
 
}
.navtop .navbar-nav .prod-cat>a{
color: black !important;
}
}
@media only screen and (max-width: 992px){
	.cart-img{
		max-width: 60px !important;
	}
}
/*----------------Shopping Cart CSS-----------------*/


.carousel-item .carousel-control:nth-child(1),.carousel-news .left{
		width: 1px;
		background-image: none !important;
		margin-left: -2% !important;
}

.carousel-item .carousel-control:nth-child(2),.carousel-news .right{
		width: 1px;
		background-image: none !important;
		margin-left: 2% !important;
}

.carousel-brand .carousel-control:nth-child(1){
		width: 1px;
		background-image: none !important;
		margin-left: 1% !important;
}

.carousel-brand .carousel-control:nth-child(2){
		width: 1px;
		background-image: none !important;
		margin-right: 3% !important;
}

.carousel-control .glyphicon-menu-left,.carousel-control .glyphicon-menu-right,.carousel-control .fa-angle-left,.carousel-control .fa-angle-right{
		position: absolute;
		top: 50%;
		z-index: 5;
		display: inline-block;
		margin-top: -10px;
		color:#E5E5E5 !important;
		font-size: 20px !important;
}

.prod-page .carousel-control.right{
	right: -10px;
  top: 120%;
	color:black !important;
	width: 1%;
	background-image: none !important;
}
.prod-page .carousel-control.left{
	left: -40px;
  top: 122%;
	color:black !important;
	width: 1%;
	background-image: none !important;
}
.prod-page .carousel-control{
    opacity: 1 !important; 
}
.prod-page .fa-angle-right{
    color: #77B11B !important;
    width: 30px;
    height: 30px;
    position: absolute;
}
.prod-page .fa-angle-left{
    color: #77B11B !important;
    width: 30px;
    height: 30px;
    position: absolute;
}

  .slick-slide {
    margin: 0 8px;
  }
  /* the parent */
  .slick-list {
    margin: 0 -27px;
  }


.prodlist label{
	margin-bottom: 0px !important;
	font-weight: initial !important;
}
  /* pretty radio */
.prodlist label > input[type="radio"] {
  display: none;
}
.prodlist label > input[type="radio"] + *::before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 5px;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #d38815;
}
.prodlist label > input[type="radio"]:checked + * {
  color: #154578;
}
.prodlist label > input[type="radio"]:checked + *::before {
  background-color: #d38815;
  border-color: #d38815;
}

.prodlist label > input[type="radio"] + * {
  display: inline-block;
  padding: 0.1rem 1rem;
}
.prodlist .panel-group{
	margin-bottom:0px !important;
}
.prodlist .panel-default{
	border:0px !important;
}
.prodlist .panel-body {
    border-radius: 0px !important;
    padding: 0px !important;
    border: none !important;
}
.prodlist .panel-heading{
	background-color: transparent !important;
	padding-left: 5px !important;
	padding-bottom: 5px !important;
}

.prodlist .fa-angle-down{
	font-size: 28px;
	margin-top: -4px;
}
.prodlist .subcat-body{
    padding-top: 0px !important;
    padding-left: 15px !important;
}
.prodlist .subcat-down{
    margin-top:3px !important;
}
.slick-slide * {
  	outline: none !important;
}

.category-slick{
    height: 46px;
    padding-left: 50px;
    padding-right: 50px;
    border-top: 1px solid #FF9000;
    border-bottom: 1px solid #FF9000;
}
.category-slick .slick-tab{
    background-color: #F8CC72;
}
.category-slick .slick-tab h4{
    font-weight: bold;
}
.category-slick .slick-arrow .fa-angle-left{
    top: 0;
    position: absolute;
    font-size: 20px;
    left: 30px;
    width: 20px;
    border-radius: 50%;
    background-color: #FF9000;
    text-align: center;
    color: white;
}
.category-slick .slick-arrow .fa-angle-right{
    top: 0;
    position: absolute;
    font-size: 20px;
    right: 30px;
    width: 20px;
    border-radius: 50%;
    background-color: #FF9000;
    text-align: center;
    color: white;
}




.slick-dots li {
    margin: 0px !important;
}


/* dropdown menu hover to right*/
@media all and (min-width: 992px) {
  .open{ display: block !important; }
  .submenu{
    margin-left: 0px !important;
    border-radius: 0 !important;
    top: -3px !important;
    min-height: 210px;
  }
}


.ext {
        position: absolute;
        display: none;
}

.ext:checked + label {
        border: white !important;
        border-style: groove !important;
        width: 23px !important;
        height: 23px !important;
}
.ext-border label{
    border:1px solid black !important;
    padding: 5px 7px 5px 7px !important;
}

.ext-border{
    display: table-cell !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.ext-border label.left{
  margin-left: 10px !important;
}

.cart input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
  margin-right: 15px !important;
}

/* Might want to wrap a span around your checkbox text */
.cart .checkboxtext
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}

@media only screen and (max-width: 760px) {
  .xs-hidden{
    display: none !important;
  }

}
@media only screen and (min-width: 992px) {
.navbar-default{
  padding-bottom: 10px;
}

.nav.navbar-nav{
  margin-top: 25px !important;
  text-align: right;
}
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20% !important;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20% !important;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20% !important;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20% !important;
        float: left;
    }
}
.pagination{
  display: inline-block !important;
}
.pagination li.disabled{
  display: none !important;
}
.pagination li.active{

}
.pagination li.active>span{
  color: white !important;
  background-color: black !important;
  border-radius: 100px;
  min-width: 30px;
  min-height: 30px;


  font-family: 'MyWebFont2', Fallback, sans-serif !important;
}
.pagination li>.prev,.pagination li>.next{
  color: #231F20 !important;
}
.pagination li>span, .pagination li>a {
    border: none !important;
    background-color: transparent !important;
    margin-left: 0px;
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    font-size: 16px !important;
}

.whitec{
  filter: invert(1) !important;
}



.no-bg  {
  background-color: transparent !important;
}

.black-bg{
  background-color: black !important;
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
}

.blackbg{
  background-color: rgb(39, 38, 38) !important;
}

.white-bg{
  background-color: white !important;
}

.blackfilter{
  filter: invert(0) !important;
}
.whitefilter{
  filter: brightness(0) invert(1);
}

.white.count-cart{
  background-color: white !important;
color: black !important;
}



.gray-a{
  color: #999999 !important;
}

.footer .content{
  font-size: 12px !important;
}

.footer .title{
  color: #a7a9ac !important;
    margin-bottom: 8px !important;
    display: inline-block !important;
    font-size: 15px !important;
  }

@media (max-width: 992px) {
  .footer .flogo{
    text-align: center !important;
    margin-bottom: 0px;
  }
}


@media (max-width: 992px) {
 
  .footer .box{
    margin-top: 25px;
  }
}


.mwhatsapp{
  position: fixed;
  right: 30px;
  bottom: 165px;
  z-index: 99;
}

.home-navbar .navbar-nav.white-a li>a.gray-a{
  color: #999999 !important;
}


.essential{
  padding-block: 50px;
}
.essential .box1 .title{
  background-color: #e3e3e3;
  padding: 5px 20px;
  width: fit-content;
  font-size: 16px !important;
}

.red-a {
  color: #fe090a;
}

.essential .box2 .title{
  font-size: 18px !important;
  margin-bottom: 0px;
}
.essential .box2 .title2{
  font-size: 18px !important;
  line-height: 130%;
}
.essential .box2 .content{
  font-size: 14px !important;
}

.essential .box3{
  margin-top: 30px;
}
.essential .box3 a{
  transition: 0.3s;
   position: relative;
}
.essential .box3 a:hover{
  opacity: 0.7;
  border: none !important;
  outline: none !important;
  text-decoration: none !important;
}
.essential .box3 a{
  border-radius: 15px;
  background-color: #ece6da;

  height: 200px;
}
.essential .box3 a .title{

  margin-top: 12px;
  margin-left: 20px;
  font-size: 12px !important;
}
.essential .box3 a img{
  height: 140px;
  margin-inline: auto;
  display: block;
  max-height: 100%;
}
.essential .box4{
  margin-top: 50px;
 
}


@media (min-width: 767px) {
.essential .box4 .container{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.essential .box4 .wrap2{

  padding-left: 30px !important;
}
}

p{
  line-height: 130% !important;
}

.essential .box4 .title{
  font-size: 24px !important;
}

@media (max-width: 767px) {
.essential .box4 .wrap2{

 margin-top: 30px;
}
}
.essential .box4 .shop{
  border-radius: 15px;
  background-color: black;
  padding: 4px 22px 5px;
  font-size: 12px !important;
  margin-top: 30px;
  display: block;
  width: fit-content;
  transition: 0.3s;
  text-decoration: none !important;
}
@media (min-width: 767px) {
.essential .box4 .shop{

  margin-bottom: 20px;
}
}
.essential .box4 .shop:hover{
  opacity: 0.7;
}
.recommend .maintitle{
  font-size: 24px !important;
  margin-bottom: 50px;
  margin-top: 20px;
}

.recommend.prodlist .img-wrapper img{
  border-radius: 0 !important;
 
}

.recommend.prodlist .img-wrapper{

  background-color: #ece6da;
  padding-inline: 10px !important;
}

.recommend .more{
  font-size: 13px !important;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  text-decoration: none !important;
  transition: 0.3s;

}
.recommend .more:hover{
  opacity: 0.7;
}

.recommend .slick-slide{
  margin-inline: 4px !important;
}


.comfort .title2{
 line-height: 140%;
 font-size: 24px !important;
}

.habout{
  background-image: url("/mem_module/library/image/habout.png");
  background-position: center;
  background-size: cover;
  padding-block: 70px 30px;
}


.habout .read{
  background-color: #231f20;
  border-radius: 15px;
  font-size: 14px !important;
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 6px 15px 4px 15px;
  display: block;
  width: fit-content;
  
  text-decoration: none !important;
  transition: 0.3s;
}

.habout .read:hover{
  opacity: 0.8;
}

p{
  line-height: 150% !important;
}

.comfort{
  padding-block: 20px 70px ;
}

.comfort .maintitle{
  margin-bottom: 30px;
}

.navbar{
  border-top-left-radius:0px !important;
   border-top-right-radius:0px !important;
   z-index: 99;
}
@media (min-width: 767px) {
.comfort .box1{
  position: absolute !important;
  left: 0;
}
}

.comfortslick .img-wrapper{
  background-color: #ece6da;
  margin-bottom: 5px;
  padding-inline: 15px !important;

}

.comfortslick .prod-title .content{
  display: flex;
  justify-content: space-between;

}

.comfortslick .prod-title .content p{

font-size: 13px !important;
text-decoration: none !important;
}

.comfortslick .allcatprod{
  transition: 0.3s;
}

.comfortslick .allcatprod:hover{
  opacity: 0.7;
}

.comfortslick .img-wrapper{

  position: relative;
}
.comfortslick .img-wrapper img{
  max-height: 100%;
}
.comfortslick .img-item{
  position: relative;
}


.comfort .navbtn{
  display: flex;
  justify-content:space-between;
  margin-bottom: 20px;
  padding-inline: 10px !important;
  margin-top: 15%;
}

@media (min-width: 767px) {
  .comfort .box1{
    padding-right: 15px !important;
  }
}

.comfort .box1 .shop{
  border-radius: 15px;
  background-color: black;
  padding: 4px 22px 5px;
  font-size: 12px !important;
  margin-top: 50px;
  width: fit-content;
  display: block;
  margin-inline:auto;
  transition: 0.3s;
  text-decoration: none !important;
}

.comfort .box1 .shop:hover{
  opacity: 0.7;
}
@media (max-width: 992px) {
.about {
  padding-top: 30px;
}
}
@media (min-width: 992px) {
  

}


.about .box3 .title{
  font-size: 26px !important;
  margin-bottom: 20px;
}

@media only screen and (max-width: 500px){
  .container{
    width: 100% !important;
  }
}

.about .box3 .how{
  margin-top: 30px;
  font-size: 16px !important;
}

.about .box3 .howcontainer .wrap{
  text-align: center;
}

.about .box3 .howcontainer{
  margin-top: 15px;
 
}




.about .box4 .hwtitle{
  font-size: 18px !important;
  margin-bottom: 5px;
}
.about .box4 .hwdetail{
  padding-top: 20px;
  padding-bottom:40px
}
@media only screen and (min-width: 767px){
.about .box5 .wrap2 .hwdetail{
  padding-block:70px 25px !important;
  padding-inline: 40px !important;
}
}

@media only screen and (max-width: 767px){
.about .box5 .wrap2 .hwdetail{
  padding-block:20px 0px !important;

}
}

.about .box5 .hwtitle{
  font-size: 18px !important;
  margin-bottom: 30px;
}

.about .box3 .howcontainer .wrap p{
  margin-top: 8px;
}

.contactus .xs-hidden{
  margin-top: -4%;
}



@media only screen and (max-width: 767px){
  .contactus .box1 .wrap2{
    margin-top: 30px !important;
  }
}



.contactus .box1 .title{
  margin-bottom: 25px;
}
.contactus .infodetail{
  padding-bottom: 20px;
}

.contactus .infodetail a{
  display:flex;
  margin-bottom: 10px;
}

.contactus .infodetail a img{
  height: 100%;
  margin-top: 5px;
}

.contactus .infodetail a:nth-child(3) img{
  margin-top: 8px !important;
}

.contactus .infodetail a span{
  display:inline-block;
  vertical-align: top;
}

@media  (min-width:767px) and (max-width:850px) {
  .contactus .box1{
    top: 2% !important;
  }
}

.cat .img-wrapper{
  background-image: url("/mem_module/library/image/prodbg.png");
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 992px){
.catcover{
  margin-top: -25px;
}
}
@media only screen and (min-width: 992px){
.catcover{
  margin-top: 55px;
}
}



.cat{
  padding-top: 60px !important;

}

.cat .oneline{

  justify-content: space-between;
padding-inline: 10px !important;
}



@media only screen and (max-width: 500px){
.cat .oneline{
justify-content:center;
flex-direction: column;
}
.oriprice{
  justify-content: center !important;
}
.hcatlist .title, .hbestlist .title, .prodlist .title, .hrelated .title{
  text-align: center !important;
}
}

@media   only screen and (max-width:767px) {
  .home-navbar .dropdown.open .dropdown-menu {

    margin-left: 0px;
    padding-block: 5px !important;
}
 
}



.proditem .img-wrapper{
  background-color: #ece6da;
  padding: 30px 50px !important;
}

@media only screen and (min-width: 767px){
  .proditem{
    padding-top: 90px !important;
  }

}
@media only screen and (max-width: 767px){
  .proditem{
    padding-top: 40px !important;
  }

}

.proditem .pull-right{
  transition: 0.3s;
}

.proditem a .pull-right.rotated{
  transform: rotate(90deg);
}



.prodprice{
font-size: 16px !important;
margin-top: 5px !important;
margin-bottom: 15px !important;
}

.proditem .btn-addtocart2{

  transition: 0.3s;
}
.proditem .btn-addtocart2:hover{
  opacity: 0.8 ;
}




.footer .box p,
.footer .box a{
  display: block;
}



.allproduct .img-item,
.cat .img-item,
.recommend.prodlist .img-item{
  transition: 0.3s;
}

.allproduct .img-item:hover,
.cat .img-item:hover,
.recommend.prodlist .img-item:hover{
  opacity: 0.7;
}
.footer .box a{
  transition: 0.3s;
  margin-bottom: 10px !important;
}

.footer .box a:hover{
  color: rgb(208, 205, 205) !important;
  text-decoration: none !important;
}

.footer .copyright a{
  transition: 0.3s;
}
.footer .copyright a:hover{
  color: rgb(208, 205, 205) !important;
  text-decoration: none !important;
}

.search{
  padding-top: 30px !important;
}

@media only screen and (min-width: 992px) {
  .return,
  .faq,
  .privacy,
  .term{
    padding-top: 100px !important;
  }

}
@media only screen and (max-width: 992px) {
  .logo{
  margin-inline:auto;
}
  .return,
  .faq,
  .privacy,
  .term{
    padding-top: 30px !important;
  }

}

.footer .box1 a{
  margin-bottom: 5px;
}

.blackbg_whitec img{
  filter: invert(1) !important;
  background-color: transparent !important;

}

.whitebg_whitec{
  background-color: white !important;
}
@media only screen and (min-width: 992px) {
.orders-panel{
  margin-top: 10%;
}
}
@media only screen and (max-width: 767px) {
  .orders-panel{
    padding-top: 80px;
  }
  .currency-selector{
  position: absolute;
  right: 30px;
  top: 10px;
}
.blackcurrency.currency-selector form select{
 
  background-color: black;
  color: white !important;
  filter: unset !important;
}
.whitecurrency.currency-selector form select{
 
  background-color: white;
  color: black !important;
  filter: unset !important;
}
}

.currency-selector form select{
  padding-inline: 6px ;
  padding-block: 0px;
}
.navbar .icon-wrapper a{
  display: inline-block;
}

 .currency-selector{
  display: inline-block;
 }


@media only screen and (min-width: 992px) {
 .mgtp{
  margin-top: 100px !important;
 }
}

.display-none{
  display: none !important;
}


@media only screen and (max-width: 767px) {
 .guest-orders{
  padding-top: 80px !important;
 }
}
.img-wrapper{
  position: relative;
  height: 180px !important;
}
.img-wrapper img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-inline: 15px !important;
}

@media (max-width: 767px) {
.img-wrapper{

  height: 180px !important;
}
}


@media (min-width: 992px) {
.small,
.well,  
.cart{

 padding-top: 50px !important;
}
}

.essential .carousel-slick{
  margin-top: 60px ;
}

@media only screen and (max-width: 500px) {
.comfortslick .prod-title .content{
  flex-direction: column;

}
}
.navbar .phone{
  color: black !important;
font-size: 13px !important;
}

.navbar .phone img{
  margin-right: 5px;
  margin-top: -2px;
}
@media only screen and (min-width: 992px) {
  .navtop .phone{
    color: white !important;
  }
  .navbar-brand{
  width: unset !important;
 
  }
  .navbar .phone.sm-hidden{
 margin-left: 40px !important;
 margin-top: 35px;
  }
}

.navbar .phone.sm-display{
  position: absolute;
  right: 0;
  top: 20px;
}

.navbar .container{
  position: relative;
}

.navbar-header a{
  display: inline-block;
}

@media only screen and (max-width: 767px) {
.navbar .phone.sm-display{
  z-index: 99;
  right: 30px;
  top: 10px;
}
}

.home-navbar .navbar-nav li.active>.sub{
  color: #ee232a !important;
}



.home-navbar .navbar-nav li.sub{
  color: black !important;
}

.bannercontrol{
  position: absolute;
  bottom: 30px;
  
  display: flex;
  gap: 20px;
  left: 10%;
  align-items: center;
}


.bannercontrol .carousel-indicators{
width: 100% !important;
position: relative;
inset: 0px !important;
margin-left: 0px !important;

}

.bannercontrol .carousel-control{
position: relative;
background-image: none !important;
}

.bannercontrol .carousel-indicators li{
  height: 1px !important  ;
  width: 30px !important;
  margin-left: -2px;
  opacity: 0.7 !important;
}
.bannercontrol .carousel-indicators li:not(:first-child){
  margin-left: -5px !important;

}
.bannercontrol .carousel-indicators li.active{
  height: 3px !important  ;
  transform: translateY(-1px) !important;
  opacity: 1 !important;
}


.footer .box{
  padding-inline: 30px !important;
}

.footer .flex{
  display: flex !important;
  gap: 8px;
}

@media only screen and (max-width: 767px){
.footer .flex{
  justify-content: center !important;
  text-align: left !important;
}
}

.footer .flex img{
  max-height: 100% !important;
}



.blue{
  color: #08205a !important;
}
.captitle{
  padding-left: 30px !important;
}

.captitle p{
  font-size: 30px !important;
  line-height: 130% !important;
}

@media only screen and (max-width: 767px){
.captitle p{
  font-size: 26px !important;
}
}

.captitle p .line{
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #c48816;
  vertical-align: middle;
  margin-left: -30px;
  margin-right: 10px;
}

.habout .box1{
  margin-top: 0px;
}

.gold{
  color: #d93833 !important;
}


.nopd-left{
  padding-left :0px !important;
}

.homebg{
  background-image: url("/mem_module/library/image/homebg.png");
  background-position: center;
  background-size: cover;
}

.hwhy{
  padding-bottom: 20px;
}

.hwhat .view{
   background-color: #08205a;
  border-radius: 15px;
  font-size: 12px !important;
  margin-top: 50px;
  padding: 6px 22px 6px;
  display: block;
  width: fit-content;
  text-decoration: none !important;
  transition: 0.3s;
  margin-left: auto;
}

.hwhat .view:hover{
  opacity: 0.8;
}
.captitle .content{
  font-size: 13px !important;
   transition: 0.3s;
}


.hcat .view:hover{
  opacity: 0.8;
}

.hcat {
  padding-block:40px 45px;
}


.hcat .captitle {
  margin-bottom: 30px;
}


.hcat .hcat-slick a .content{
  margin-top: 15px;
  padding-inline: 15px;
}

.hcat .hcat-slick a .go{
  position: absolute;
  top: 15px;
  right: 20px;
  transition: 0.3s;
}

.hcat .hcat-slick a .go:hover{
  transform: scale(1.1);
}

.about{
  padding-top: 50px !important;
}

@media only screen and (min-width: 767px){
  .about .box1 .content2,
.about .box1 .content{
  padding-left: 20px !important;
}
}

.about .box1 .content{
  margin-top: 25px;
}

.about .box1 .content2{
  font-size: 16px !important;
}

.about .box2{
  background-image: url("/mem_module/library/image/aboutbg.png");
  background-position: center;
  background-size: cover;
}

.about .box2{
  padding-block: 100px 80px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: 10px;
}

.about .box3{
  padding-top: 50px;
}

.no-pdleft{
padding-left: 0px !important;
}

.about .box3 .captitle{
  margin-bottom: 20px;
}

.about .box3 .bg2.xs-hidden{
  padding-left: 80px !important;
}
.about .box3 .content{
  margin-bottom: 50px;
}
.about .box3 .content2{
  margin-bottom: 40px;
}
.about .box3 .title2{
  font-size: 18px !important;
}

.about .box3 .xsbg2{
  position: absolute;
  right: 0;
  max-height:100%;
  opacity: 0.3;
  z-index: -2;
  padding-left: 15px;
}

@media only screen and (min-width: 767px){
  .about .box3 .wrap{
    padding-left: 8% !important;
  }
}

@media only screen and (max-width: 767px){
  .about .box3 .wrap{
    padding-inline: 45px !important;
   
    margin-inline: auto;
  }

}
@media only screen and (max-width: 500px){
  .about .box3 .wrap{

    padding-inline: 15px !important;
    margin-inline: auto;
  }

}

.about .box3{
  padding-bottom:100px;
}

.about .box4 .wrap1 img{
  height: 115% ;
  margin-top: -15%;
  min-height: 570px;
  object-fit: cover;
  border-top-left-radius: 25px;
   border-top-right-radius: 25px;
   border-bottom-right-radius: 25px;
}
.about .box4{
  background-color: #08205a;
}

.about .box4 .wrap2{
  background-color: #08205a;
  padding: 30px 40px !important;

}

@media only screen and (max-width: 767px){
.about .box4 .wrap1 img{
  height: 110%  !important;
  margin-top: -10% !important;
}
}

@media only screen and (max-width: 500px){
.about .box4 .wrap2{
 
  padding-inline: 35px 15px !important;

}
}
.about .box4 .contentwrap-inner {
  position: relative;
}
.about .box4 .contentwrap img{
  position: absolute;
  top: 8px;
  left: -21px;
}
.about .box4 .contentwrap .title{
  font-size: 16px !important;
  margin-top: 20px;
  margin-bottom: 5px;
}

.contactus .goto{
  border: none;
  font-size: 13px !important;
  background-color: #231f20 !important;
  color: white !important;
  padding-block: 4px !important;
}
.contactus .goto img{
  margin-left: 7px;
  margin-top: -2px;
}



.contactus{
  padding-top: 50px;
}

.contactus .homebg{
  padding-top: 40px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px){
.contactus .homebg{
  padding-top: 20px;
  margin-top: 15px;
}
.contactus .map{
  margin-top: 20px;
}
}

.contactus .box2{
  margin-top: 70px;
}

.contactus .box2 .wrap2{
  padding-top: 40px;
}
@media only screen and (min-width: 767px){
.contactus .box2 .wrap2{
  padding-left: 10% !important;
}
}

.contactus .box2 .wrap2 .title{
  font-size: 16px !important;
  margin-bottom: 5px;
}

.contactus .box2 .wrap2 .mail{
  font-size: 20px !important;
  margin-top: 15px;
  margin-bottom: 20px;
  display: block;
}

.contactus .box2 .wrap2 .title2{
  margin-bottom: 6px;
  font-size: 14px !important;
}
.contactus .box2{
  padding-bottom:60px ;
}


html {
  scroll-behavior: smooth;
}

.services .item{
  padding-block: 20px;
}

.services .item .box1{
 
  padding-top: 70px;
}


.services .item:nth-child(even) .box1{
  float: right;
}


.services .item .box1 .title{
  font-size: 22px !important;
  line-height: 120% !important;
  margin-top: 10px;
}

.services .item .box1 .content{

  line-height: 120% !important;
  margin-top: 10px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 500px){
.services .item .box1{
  padding-inline: 15px !important;
  padding-top: 30px;
}
}

.services{
  padding-block: 30px;
}
 .services .item:nth-child(even) .box1{
  float: right;

}
@media only screen and (min-width: 767px){
  .services .item:nth-child(even) .box1{
 
  padding-left:60px !important
}
.services .item:nth-child(odd) .box1{

  padding-right:60px !important
}

  .proditem .tab-content{
      padding-right: 20%;
    }
  .home-navbar .dropdown.open .dropdown-menu {
    padding-block: 10px !important;
    margin-top: -5px;
}
.sm-mgtp-50{
  margin-top: -50px;
}
}
.allcatprod .content2,
.allcatprod .title{
  margin-bottom: 2px;
}

.allcatprod .tags .tagsinner{
  background-color: #08205a;
  padding: 2px 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  
}

.allcatprod .tags {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

.allproduct .captitle{
  margin-bottom: 65px;
}

.allproduct  .catbg{
  background-color: white !important;
  padding-top: 40px;
  padding-bottom: 40px;
}

	.prod-page .img-wrapper{
    background-image: url("/mem_module/library/image/prodbg.png");
    background-position: center;
    background-size: cover;
    border-radius: 20px;
  }

  .proditem .captitle{
    margin-bottom: 65px;
  }

    .proditem .catbg{
      background-color: white;
      padding-top: 40px;
    }

    .mgbt40{
      margin-bottom: 40px !important;
    }

    .proditem .input-title{
      font-size: 18px !important;
    }


    .proditem .nav-tabs{
      border-bottom: none;
    }

    .proditem .nav-tabs li a{
      color: #08205a !important;
       font-size: 13px !important;
      margin-right: 10px;
    }

     .proditem .nav-tabs li.active a{
      color: white !important;
      background-color: #08205a !important;
      border-radius: 15px;
      padding: 3px 25px;
      font-size: 13px !important;
     
    }

    .proditem .tab-content{
      margin-top: 20px;
    }
    .relate{
      padding-top: 100px !important;
      padding-bottom: 50px !important;
    }

    
.relate .slick-dots{
  position: relative;
  margin-top:10px;
  display: block;
}
.relate .slick-dots li button{
  display: none;
}

.relate .slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
}

.relate .slick-dots li{
  height: 1px !important;
  width: 50px;
  background-color: #08205a;
}

.relate .slick-dots li.slick-active{
  height: 3px !important;
transform: translateY(-0.5px);

}


.proditem .option .title{
  font-size: 18px !important;
  
}

.darkgold{
  color: #c48816 !important;
}


.proditem .option .optionpicker{
  color: #08205a !important;
  padding-block: 3px !important;
  font-weight: 100 !important;
  min-width: 120px !important;
}


.proditem .option .optionpicker:hover{
  cursor: pointer;
}

.proditem .option .optioninput[type="radio"]:checked + label{
  color: white !important;
  background-color:  #08205a !important;
}

.oneline .option .content{
  margin-bottom: 2px;
}

.oneline p {
  font-size: 14px !important;
}

.hserviceimg{
  border-radius: 20px;
}

.hcimg{
  border-radius: 20px;
  filter: brightness(40%);
}
.navbar-default .navbar-nav > li > a{
  color: #282a65 !important;
}

  .navbar-nav li>a:hover{
    color: var(--orange) !important;
  }


.home-navbar .navbar-nav li .mcontact{
  background-color: #d93833 !important;
  padding: 5px 15px 3px !important;
  border-radius: 15px;
  color: white !important;
}

.home-navbar .navbar-nav li .mcontact:hover,
.home-navbar .navbar-nav li .mcontact:focus
{
  color: white !important;
}

.home-navbar .navbar-nav li .mcontact:focus{
   background-color: #d93833 !important;
}

.home-navbar .navbar-nav li .mcontact img{
  margin-left: 3px;
  margin-top: -2px;
}

.home-navbar .navbar-nav li>a{
  padding-inline: 15px !important;
}

.mcontact.xs-display{
  background-color: var(--orange);
  border-radius:15px;
  padding: 5px 15px 3px !important;
  position: absolute;
  right: 25px;
  top: 10px;
}



.home-navbar .navbar-nav li>a span{
  margin-left: 4px;
  margin-bottom: -2px;
  transform: translateY(1.5px);
}
.mcontact{
  z-index: 999;
  text-decoration: none !important;
}
.mcontact:hover{
  transform: scale(1.03);
  transition: 0.5s !important;
}

.fconnect a{
  display: inline-block !important;
  margin-inline: 4px;
}

.fconnect  .title{
  width: 100% !important;
  margin-bottom: 3px !important;
  margin-top: 15px;
}

@media only screen and (max-width: 992px) {
.fconnect  .title{
  text-align: center !important;
}

.fconnect{
  text-align: center;
}
}

.footer .box3 .title{
  margin-bottom: 0 !important;
}

.footer .box3 .title.t2{
  margin-top: 20px;
}

.footer .box3 p a{
  display: inline;
}

.footer .box3 .t3{
  font-size: 14px !important;
}

.habout{
   background-image: url("/mem_module/library/image/haboutbg.png");
   background-position: bottom;
   background-size: cover;
}

.orange{
  color: var(--orange);
}

.maintitle .title2{
  margin-top: 30px;
  line-height: 120% !important;
}

.habout{
  padding-top: 40px !important;
}

.habout .box1 .title{
  margin-bottom: 15px;
}
p{
  letter-spacing: .5px !important;
  line-height: 160% !important;
}

.read a{
  font-size: 14px !important;
}
.habout .box3{
  margin-top: 50px;
}

.habout .box3 .wrap{
  padding-inline: 10px !important;
  padding-bottom: 30px !important;
}

.habout .box3 .wrap .title{
  margin-top: 10px;
}

.hwhat{
   background-image: url("/mem_module/library/image/hwhatbg.png");
   background-position: center;
   background-size: cover;
   padding-block: 40px ;
}

.hwhat .maintitle2{
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
.hwhat .item-inner{
 padding-inline: 30px !important;
  
}
.hwhat .contentbox{
  min-height: 215px !important;
}
}
@media only screen and (max-width: 992px) {
.hwhat .item-inner{
 padding-inline: 10px !important;
  
}
}
@media  (min-width:767px) and (max-width:992px) {
.hwhat .contentbox{
  padding-inline: 25px !important;
  min-height: 270px !important;
}
}
@media only screen and (max-width: 767px) {
.hwhat .contentbox{
  padding-bottom: 30px !important;
}
}
.hwhat .item-inner .title{
  margin-bottom: 0;
  line-height: 110% !important;
  margin-top: 0px;
  line-height: 140% !important;
  margin-bottom: 15px;
  width: fit-content;
  display: block;
  margin-inline: auto;
  position: relative;
}

.hwhat .item-inner .title:before{
  content:"";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--orange);
  top: -5px;
  left:-12px;
}

.hwhat .contentbox{
  background-color: white;
  width: 85%;
  margin-inline: auto;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-inline: 15px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-bottom: 60px;
}

.hwhat .contentbox .content{
  line-height: 120% !important;
}

.hwhat .box2{
  margin-top: 20px;
}

.maintitle3 .title{
  margin-bottom: 3px;
}

.maintitle3 .content{
  margin-top: 0;
}

.hcat .box1{
  margin-top: 20px;
}

.hcat .box1 .wrap{
  padding-inline: 4px !important;
  padding-bottom: 8px;
}

.hcat .box1 .wrap .content{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.hcat .box1 .wrap:hover{
  opacity: 0.7;
  transition: 0.3s;
}

.hwhy{
  background-color: #fff5f2 !important;
}

.hwhy{
  padding-top: 20px !important;
}

.hwhy .box1 .item-inner{
  display: flex;
  gap: 15px;
  padding-inline: 15px !important;
  padding-top: 30px;
}

.hwhy .box1{
    background-image: url("/mem_module/library/image/hwhybg.png");
   background-position: center;
   background-size: cover;
   border-radius: 30px;
   padding-bottom: 20px;
   padding-top: 400px;
   margin-top: 30px;
   padding-inline: 15px !important;
}

.hwhy .box3{
  margin-top: 40px;
}
.hwhy .box4{
  margin-top: 30px;

}
.hwhy .box4 img{
  display: block;
  margin-inline: auto;
  margin-bottom: 15px;
}

.hwhy .box4 .item-inner{
  padding-inline: 25px !important;
  padding-bottom: 20px;
}

.hevent{
  background-color: #f2f2f2;
  padding-block: 40px 30px;
}
.hevent .contentbox .title{
  margin-top: 0;
}
.hevent .contentbox{
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-inline: 20px;
}

.hevent .wrap .inner{
box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
}

.hevent .wrap {
  padding: 12px !important;
  margin-inline: 0;
}

.hevent .box2{
  margin-top: 15px;
}

.hevent .read{
  background-color: #231f20;
  border-radius: 25px;
  padding: 5px 15px 5px;
  margin-inline: auto;
  display: block;
  width: fit-content;
  margin-top: 15px;
  text-decoration: none !important;
}

.hevent .read:hover{
  transform:scale(1.03);
  transition: 0.3s;
}

.hevent .wrap *{
  text-decoration: none !important;
}
.hevent .wrap .content{
  color: #808080 !important;
  margin-top: 20px;
  margin-bottom: 5px;
}

.hevent .wrap a:hover{
  opacity: 0.7;
  transition: 0.3s;
}
.hevent .wrap .contentbox{
  position: relative;
  padding-top: 30px !important;
}
.hevent .wrap .contentbox .time{
  position: absolute;
  left: 40%;
  top: -12px;
  background-color: var(--orange);
  width: fit-content;
  padding: 2px 20px;
  border-radius: 20px;
  color: white !important;
  transform: translateX(-30%);
  display: block;
}

.cbanner .title{
  position: absolute;
  top: 40%;
  left: 0%;
  padding-inline: 15px !important;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.contactus{
    background-image: url("/mem_module/library/image/contactbg.png");
    padding-block: 50px !important;
    background-position: bottom;
    background-size: cover;
}

.contactus .map{
  border-radius: 30px;
  overflow: hidden;
  margin-top: 50px;
}

.contactus .box1 .wrap1 .title2{
  margin-bottom: 5px;
  margin-top: 25px;
}

.contactus .box1 .wrap1 .content2{
  margin-bottom: 0px;
}

.contactus .box1 .wrap1 .title{
  margin-bottom: 5px;
  
}


.contactus .box1 .wrap1 .content3{
font-size: 18px !important;
line-height: 140% !important;
}

.contactus .box1 .wrap2 .content3{
 line-height: 140% !important;
  font-size: 18px !important;
  margin-bottom: 15px;
}
.contactus .box1 .wrap2 .title{
  margin-bottom: 5px;
}
.contactus .box1 .wrap2{
  background-color: white;
  border-radius: 25px;
  padding: 20px 50px 40px !important;
}

.contactus .box1 .wrap2 textarea::placeholder,
.contactus .box1 .wrap2 input::placeholder{
  color: #6d6e70;
}

.contactus .box1 .wrap2 select{
  border: none;
  border-bottom: 1px solid black;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  color: #6d6e70;
}

.about3 .box3{
  background-image: url("/mem_module/library/image/about3-1.png");
    padding-block: 80px 110px !important;
    background-position: center;
    background-size: cover;
}

.about3 .box3 .read{
  background-color: var(--orange);
  padding: 5px 15px;
  border-radius: 20px;
  display: block;
  width: fit-content;
  margin-top: 15px;
  text-decoration: none !important;
}

.about3 .box3 .title{
  line-height: 140% !important;
}

.about3 .box3 .read:hover{
  transform: scale(1.03);
  transition: 0.3s;
}

.about3 .box1{
  padding-block: 30px 40px;
}

.about3 .box2{
  margin-bottom: 70px;
}
.about3 .box2 .wrap{
  padding-block: 20px;
  padding-inline: 20px !important;
}

.about3 .box2 .wrap .inner{
  background-color: var(--orange);
  padding-inline: 40px;
  padding-block: 20px 40px;
  border-radius: 25px;
  
}

.about3 .box2 .title{
  margin-bottom: 30px;
}



@media only screen and (min-width: 992px) {
  .about3 .box2 .wrap .inner{
    min-height: 255px;
  }
}

@media only screen and (max-width: 767px) {
  .about3 .box3 .title{
    text-align: center;
  }

  .about3 .box3 .read{
    margin-inline: auto;
  }
  .about1 .box1 img{
  height: 200px !important;
  top: 60% !important;
  left: 50% !important;
  transform: translate(-50%,-50%);
}
}

.about1 .box1{
  padding-block: 40px 50px;
    background-image: url("/mem_module/library/image/a1bg.png");
  background-position: center;
  background-size: cover;
}
.about1 .box1 .wrap1 .title{
  margin-bottom: 40px;
}
.about1 .box1 img{
  position: absolute;
  bottom: 50px;
  left: 0;
  height: 300px;
}

.about1 .box2 .wrap1{
    background-image: url("/mem_module/library/image/a1b2.png");
  background-position: center;
  background-size: cover;
}

.about1 .mission .title,
.about1 .vision .title{
  background-image: url("/mem_module/library/image/vmsionbg.png");
  background-position: center;
  background-size: cover;
  padding: 6px 20px;
  border-radius: 20px;
  width: fit-content;
  margin-bottom: 30px;
}

.about1 .mission .title img,
.about1 .vision .title img{
  margin-left: 25px;
  margin-top: -2px;
}

@media only screen and (min-width: 767px) {
.about1 .box2 .wrap2{
  padding-block: 30px;
  padding-inline: 40px 50px !important;
}
.about1 .box2{
  display: flex !important;
}
}

@media only screen and (max-width: 767px) {
.about1 .box2 .wrap2{
  padding-block: 30px;
  padding-inline: 15px !important;
}

}

.about1 .box2 .wrap2 .vision{
  margin-bottom: 15px;
}

.about1 .box2 .wrap2 .wrapper{
  display: flex;
  gap: 10px;
}

.about1 .box2 .wrap2 .wrapper .title2{
  margin-block: 5px;
}

.about1 .box3 .wrap1{
  background-color: var(--orange);
  padding-top: 40px;
  padding-bottom: 25px;
}

.about1 .box3 .wrap1 .content{
  margin-top: 20px;

}
.about1 .box3{
  background-color: var(--orange);
}

.about1 .box3 .wrap2{
  background-image: url("/mem_module/library/image/a1b3.png");
  background-position: center;
  background-size: cover;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  padding-bottom: 30px;
}

.about1 .box3 .wrap2 .contentbox{
  margin-top: 1000px;
}

.about1 .box3 .wrap2 .contentbox .cont{
  padding-inline: 25px 20px !important;
  padding-bottom: 10px;
  position: relative;
}

.about1 .box3 .wrap2 .contentbox .legacy{
  background-color: white;
  border-radius: 20px;
  padding-inline: 20px !important;
  padding-block: 10px 5px;
  margin-inline: 20px;

}

.about1 .box3 .wrap2 .contentbox .legacy .title{
  margin-bottom: 0px;
  font-size: 18px !important;
  
}

.about1 .box3 .wrap2 .contentbox hr{
  width: 60px;
  height: 3px !important;
  margin-top: 10px;
  background-color: white;
  margin-left: 0 !important;
}
.about1 .box3 .wrap2 .contentbox .cont::before{
  content:"";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 8px;
  left: 15px;
}

@media only screen and (max-width: 767px) {
  .about1 .box3 .wrap2{

  background-position: bottom;
}
.about1 .box3 .wrap2 .contentbox{
    margin-top: 30px !important;
}

}

.mask{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--orange);
  opacity: 0.3;
}

.about2 .box1{
  padding-top: 40px;
  padding-bottom: 30px;
}

.about2 .box1 .title{
  margin-top: 30px;
}
.about2 .box2 .wrapper{
  padding: 10px 6px;
}
.about2 .box2 .inner{
  border: 1px solid var(--orange);
  border-radius: 15px;
  padding: 50px 10px 10px;
}

.about2 .box2 .inner .title{
  margin-top: 15px;
  font-size: 16px !important;
  margin-bottom: 5px;
  line-height: 120% !important;
}

.about2 .box2 .inner .content{
  font-size: 13px !important;
  margin-bottom: 0;
}

.about2 .box3 .contentwrap{
  border: 1px solid black;
  padding: 5px 10px;
  border-radius: 10px;
  margin-block: 8px;
}

.about2 .box3 .contentwrap .title2{
  margin: 0;
  
}
.about2 .box3 .contentwrap .content2{
  margin-bottom: 0px;
  margin-top: 5px;
}

.about2 .box3 .wrapper{
  margin-block: 25px;
}

.about2 .box3 .wrapper .contentbox{
  padding: 30px 50px  !important;
}

.about2 .box3 .wrapper .title{
  padding-inline: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.about2 .box3 .wrapper .desc{
  padding-inline: 5px;
}

@media only screen and (max-width: 992px) {
.about2 .box3 .wrapper .contentbox{
  padding: 30px 15px  !important;
}
}

@media only screen and (min-width: 992px) {
.about2 .box3 .wrapper:nth-child(even){
 display: flex;
 flex-direction: row-reverse;
}
}

.about2 .box3{
  margin-top: 40px;
}
.event li .pages-button{
  color: darkgrey;
  text-decoration: none !important;
  margin-inline: 5px;
}
.event li.slick-active .pages-button{
  color: black !important;
}

.event li{

  margin-inline: 4px !important;
  bottom: -15px;
}

.event .wrap{
  padding-bottom: 40px !important;
}

.related{
  padding-bottom: 30px;
  margin-top: 20px;
  background-color: white !important;
}

.eventsrec{
  padding-top: 20px;
}

.eventsrec .blogwrap .title{
  margin-bottom: 20px;
}

.eventsrec .blogwrap .time{
  margin-top: 15px;
}

.course{
  background-image: url("/mem_module/library/image/coursebg.png");
  background-position: center;
  background-size: cover;
  padding-block: 30px;
}

.course .box2 .wrap1 table{
  background-color: var(--orange);
  color: white !important;
  border-radius: 15px;
}

.course .box2 .wrap1 table th,
.course .box2 .wrap1 table td{
  padding: 10px 25px;
}
.course .box2 .wrap1 table .brw{
   border-right: 2px solid white;
}

@media only screen and (min-width: 992px) {
  .course .box2 .wrap1{
    padding-right: 80px !important;
  }
.categorycover{
  height: 400px;
}
.categorycover img{
    object-fit: cover;
    height: 100%;
    width: 100%;  
}

}

 .course .box2 {
  margin-top: 50px;
 }

 
 .course .box2 .wrap2 .content{
  margin-bottom: 30px;
 }
  
 .course .box2 .wrap1 .title{
  margin-bottom: 20px;
 }

  .course .box3 .content b{
    font-weight: 100 !important;
    font-family: 'MyWebFont1', Fallback, sans-serif !important;
    color: var(--orange) !important;
    margin-block:25px 20px !important;
    font-size: 20px !important;
    display: inline-block;
  }

  @media only screen and (max-width: 767px) {
  .course .box3 .content b{
    font-size: 18px !important;
  }

  .course .box1,
  .course .box2,
  .course .box3,
  .course .box4{
    margin-top: 20px !important;
  }
}

  
.course .box4 .wrap1 table{
  background-color: var(--orange);
  color: white !important;
  border-radius: 15px;
}

.course .box4 .wrap1 table th,
.course .box4 .wrap1 table td{
  padding: 10px 25px;
}
.course .box4 .wrap1 table .brw{
   border-right: 2px solid white;
}

.course .slick-slide>div>div{
  padding: 4px !important;
  height: 300px;
}
.course .slick-slide>div>div img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.course .box5 .phototitle{
  background-color: var(--orange);
  color: white !important;
  border-radius: 15px;
  padding: 2px 20px;
  width: fit-content;
  position: absolute;
  bottom: 2px;
  left: 15px;
  width: 85% !important;
}

.course .box5 .img-item{
  position: relative;
  overflow: hidden;
  
}

.course .box5 .img-item:hover img{
  opacity: 0.7;
  transition: 0.5s;
}

.course .box5{
  margin-block: 20px;
}

.course .box5 .slick-dots li button:before{
  color: var(--orange) !important;
  opacity: 0.2 !important;
}
.course .box5 .slick-dots li.slick-active button:before{
  opacity: 1 !important;
}

.course .box3{
  margin-top: 50px;
}

.course .box4{
  margin-top: 50px;
}

.course .box4 .title{
  margin-bottom: 30px;
}