button , a
{
    cursor:pointer;
}

a.btn:hover {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 75%);
}

.twitter-logo:hover .twitter-front-logo
{
  display:none;  
}

.twitter-logo:hover .twitter-hover-logo
{
  display:inline !important;  
}

#enquiryModal .modal-dialog
{
    width:30%;
}

.pull-right-desk
{
  float: right !important;
}

.large-screen-slider { display:block;}
.small-screen-slider { display:none;}

.blog-post .post-body p
{
    font-size:15px !important;
}

.blog-post .post-body span
{
    font-size:15px !important;
}

.top-bg
{
	font-size: 12px;
	padding: 3px 0;
}

.top-bg .social-network a
{
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #ee486b;
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #ee486bb3;
}
#enquiryModal .modal-content
{
   background: #ffe1df; 
}

#enquiryModal .modal-body
{
  border-top: 1px solid #dee2e6;
}

.mainul 
{
    padding:0px;
}
.mainul li {
    width: 33.33%;
    float: left;
    padding: 5px 1px 0px;
    list-style: none;
    text-align:left;
        word-break: break-word;
}
.about-us .title, .about-us .title-bb
{
	font-size: 33px;
}

.slick-track{height:540px;}

.search-results
{
    position: absolute;
    background: #FFF;
    top: 100%;
    height: 300px;
    width: 60%;
    overflow-y: scroll;
    border: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #ddd;
  left: 50%;
  top: 80%;
  position: absolute;
}

#searchdatalist div
{
   width:100%;
   border-bottom:1px solid #ccc;
   text-align: justify;
   margin: 0px;
   height: 110px;
}

#searchdatalist div div
{
	padding: 5px;
}

.choosen-product , .choosen-product-cart
{
    background: #5eb513 !important;
    color: #fff !important;
}

.bg-theme
{
  background:#fef5ea !important;
}

.bg-white
{
	background:#fff !important;
}

.client-wrapper
{
	background:#f1f6fa !important;
}

.hide-this
{
	display: none !important;
}

.only-on-mobile
{
	display:none;
}

.hero-slider-item
{
	background-size:100% 100% !important;
}

.hide-list-marker li
{
	list-style:none;
}

.width-15
{
	width:15% !important;
}

.width-25
{
	width:25% !important;
}

.width-30
{
	width:30% !important;
}

.width-50
{
	width:50% !important;
}

.width-80
{
	width:80% !important;
}

.width-100
{
	width:100% !important;
}

.width-auto
{
	width:auto !important;
}


.logo img
{
	height: 80px;
}

#myModalsubscribe .modal-dialog
{
    max-width:50%;
}

#myModalsubscribe .close2
{
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.popup-logo img
{
	width: 35%;
}

.no-dropdown .nav-link::after
{
	display: none;
}

.navbar .navbar-nav a.nav-link
{
    font-size:15px;
}

.bolder-heading
{
	font-size: 25px;
	color: #ee486b;
	line-height: 24px;
	padding: 0px;
	margin: -20px;
	font-weight: 900;
}

.service-wrapper-one 
{
    /*background: #f1f6fa;*/
    padding: 10px;
	border-top-left-radius: 10%;
	border-top-right-radius: 10%;
	box-shadow:unset;
	border:0px;
}

.service-wrapper-one .service-text h3
{
	font-size:20px;
    color: #ee486b;
}

.service-wrapper-one .service-img
{
	border-radius: 10%;
}

.service-wrapper-one .service-img img
{
	width:100%;
	border-radius: 10%;
}

.service-wrapper-one:hover
{
	/*-webkit-box-shadow: inset 2px 2px 5px 5px rgb(230 227 230 / 43%);
    -moz-box-shadow: inset 2px 2px 5px 5px rgba(230,227,230,0.43);
    box-shadow: inset 2px 2px 5px 5px rgb(230 227 230 / 43%);*/
	border:0px !important;
	border-radius: 10%;
}

.service-wrapper-one a.btn:hover {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 75%);
}

.our-service-one .owl-dots
{
   margin: auto;
}

.service-text a.btn
{
	padding: 5px 30px;
	font-weight: unset;
	font-size: 16px !important;
	background: #a53636;
    color: #fff !important;
}

.service-wrapper:hover .service-text a.btn
{
	background: #363636;
}

.service-wrapper:hover 
{
    border: 1px solid #d2d6da;
}

.section-title h1
{
	font-size:40px;
	/*color: #ee486b;*/
	color: #000;
	font-weight:500;
}

.section-title h2
{
	font-size:40px;
	/*color: #ee486b;*/
	color: #000;
	font-weight:500;
}

.deal-week h1
{
    font-size:30px;
}

.deal-week h2
{
    font-size:30px;
}

.deal-week h3
{
    font-size:15px;
}

/*.hovicon
{
	font-size: initial;
	line-height: inherit;
	width: 100%;
    height: 100%;
	padding: 20% 10%;
	border-radius:unset !important;
}

.hovicon:after
{
	display:none !important;
}
.hovicon:before
{
	background:red;
}

.hovicon h3
{
	font-weight:bold;
	color:#000;
}
.hovicon p
{
	color:#000;
}	

.about-list .icon2 .hovicon
{
	background: url(../images/bg-one.png);
    background-size: 100% 100%;
}

.about-list .icon2:hover .sub-b
{
	box-shadow:unset;
}

.about-list .icon3 .hovicon
{
	background: url(../images/bg-two.png);
    background-size: 100% 100%;
}

.about-list .icon3:hover .sub-b
{
	box-shadow:unset;
}

.about-icon
{
	margin:0px;
}*/

.enquire-now-btn
{
	background-color: #212529;
	border-color: #212529;
	font-weight:bold;
	font-size:20px;
	color:#fff;
	border-radius: 10px !important;
}	

.enquire-now-btn:hover
{
	background: #a53636;
    color: #fff;
    border: #a53636;
}

.shop-now-btn
{
    background-color: #212529;
	border-color: #212529;
	font-weight:bold;
	font-size:20px;
	color:#fff;
	border-radius: 10px !important;
}	

.shop-now-btn:hover
{
	background: #a53636;
    color: #fff;
    border: #a53636;
}
.rate-price i
{
	margin-left:25%;
	color: #000 !important;
}

.rate-price2 li
{
	margin:2% 0 0 13%;
}

#searchModal
{
	padding-right:0px !important;
	top:0 !important;
}

#searchModal .modal-dialog
{
	max-width:100%;
	margin:0px;
}

#searchModal .close
{
	font-size: 40px;
    top: 20%;
}

.search-form
{
	padding: 2% 1%;
	width: 60%;
	margin: auto;
}

.search-form input
{
	font-weight: bold;
    text-align: center;
    font-size: 20px;
    border: 0px;
    border-bottom: 1px solid #ddd;
}

.search-form input:focus
{
	box-shadow: unset !important;
	border-bottom-color: #80bdff !important;
}

.color-white
{
	color:#fff !important;
}

.color-black
{
	color:#000 !important;
}

.color-theme
{
	color: #000 !important;
}

.color-dark-pink
{
    color: #ee486b !important;
}

/*.color-theme
{
	color: #ee486b !important;
}*/

.color-light-black
{
	color: #606060 !important;
}

.color-grey
{
	color: grey !important;
}

.visitor-counter
{
	margin-top: 10px;
    margin-bottom: 0px;
    font-size: 13px;
}

footer
{
	padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.cta-text h1
{
	/*color:#3090f5 !important;
	font-size: 65px;*/
	color: #4f4f4f !important;
    font-size: 50px;
    font-weight: 700;
    font-family: sans-serif;
    margin-top:0px;
    margin-bottom:10px;
}

.cta-text p
{
	/*color: #000;*/
	/*color:#2d5d6b;*/
	color:#4f4f4f;
	font-weight:700;
   /* font-size: 23px;*/
   font-size: 33px;
}

.view-webinar-btn
{
	background: #fff !important;
	/*background: #f86ea2 !important;*/
    color: #000 !important;
	margin-right: 2%;
	box-shadow:6px 5px 10px 0px rgb(52 50 50 / 60%);
	font-weight: bold;
}

.cta-text a.view-webinar-btn:hover
{
	background: #2c2b2b  !important;
    color: #fff !important;
}


.date-deg
{
	background: #e7e0d8 !important;
	color: #000 !important;
}


.date-deg .col-12 {
    padding: 0 30px;
}

.deals-of-day-heading .heading-title:before {
    position: absolute;
    height: 3px;
    width: 38px;
    content: "";
    left: 46%;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #ee486b;
    margin: 0 20px;
}

.heading-title:before {
    position: absolute;
    height: 3px;
    width: 38px;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #ee486b;
    margin: 0 20px;
}

.before-bottom-30:before
{
	bottom:30px !important;
}

.center-heading:before
{
  margin: auto;	
}

.client-full-words
{
  display:none;
}

.play-btn-div
{
	position: absolute;
    bottom: 16%;
    left: 40%;
    /*background: #f16c26;
    padding: 1% 6%;
    border-radius: 50%;*/
}

.play-btn-div img
{
    width:50px;
}

.play-btn-div a.video-btn
{
    color: #fff;
	font-size: 30px;
}


.video-btn::after, .video-btn::before
{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #fd9518;
    -webkit-transition: .5s;
    transition: .5s;
}


.video-btn::after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.video-btn::before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.blog-img img
{
	height: 242px;
	width: 242px;
}

.head-after-before
{
    background: #ee486b;
    height: 2px;
}

.btn-dark-pink
{
	background: #ee486b  !important;
	/*background: #b8b7e1 !important;*/
    color: #fff !important;
	height: auto;
}

.btn-pink
{
	background: #e19cb6  !important;
	/*background: #f8bad1 !important;*/
    color: #ac0226 !important;
}

.btn-green
{
	background: #c1cb60 !important;
	/*background: #d1d97f !important;*/
    color: #4e8f07 !important;
}

.btn-purple
{
	background: #a8a7d3 !important;
	/*background: #b8b7e1 !important;*/
    color: #0a069e !important;
}

.btn-blue
{
	background: #96b8df !important;
	/*background: #a1c4ec !important;*/
    color: #064fa0 !important;
}

.btn-dark-blue
{
	color: #fff !important;
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
}

.btn-yellow
{
	color: #fff !important;
    background-color: #fdb44a !important;
    border-color: #fdb44a !important;
}


.btn-light-yellow
{
	background: #f5d963  !important;
	/*background: #f8bad1 !important;*/
    color: #fff !important;
}

.btn-light-blue
{
	color: #fff !important;
    background-color: #9bd3e3 !important;
    border-color: #9bd3e3 !important;
	 
}

.btn-cyan
{
	color: #fff !important;
    background: #9fcb94 !important;
    background: #9fcb94 !important;
}

.btn-light-cyan
{
	color: #fff !important;
    background: #a9b98f !important;
    background: #a9b98f !important; 
}

.btn-mini
{
	padding:3px 8px !important;
	font-size:14px;
}

.btn-od-detail
{
    background: #ee486b;
    border-radius: 50px;
    padding: 6px !important;
    text-transform: capitalize; 
    font-weight: 800!important;
    color: #fff;
    display: inline-block;
    font-size: 15px!important;
    margin: 0;
}

.deal-button a.btn
{
	padding:10px 20px !important;
	margin-bottom:1%;
	margin-left:1%;
}

.deal-button a.btn:hover {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 75%);
}

.product-wrapper
{
	background: unset;
    padding: 10px; 
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
}

.product-wrapper .product-img
{
	border-radius:10%;
}

.product-wrapper .product-img img
{
	width:100%;
	border-radius:10%;
}


.product-wrapper:hover
{
	/*-webkit-box-shadow: inset 2px 2px 5px 5px rgb(230 227 230 / 43%);
    -moz-box-shadow: inset 2px 2px 5px 5px rgba(230,227,230,0.43);
    box-shadow: inset 2px 2px 5px 5px rgb(230 227 230 / 43%);*/
	border:0px !important;
	border-radius: 10%;
}

.pro-price del
{
	font-size: 13px;
}

.pro-btn
{
    padding: 2px 5px;
    font-size: 12px;
}

#featured-products h2
{
	/*color:#ee486b;*/
	color:#000;
	font-weight:500;
}

.blog-bg .blog-img > a img
{
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    margin-bottom: 0px;
}

.post-details
{
	border: unset;
}

.post h3
{
	line-height: 24px;
	font-size: 18px;
    text-align: center;
    text-transform: capitalize;
}

.post p
{
	text-align: center;
	font-size:14px !important;
}

.on-sale span
{
	font-size: unset;
    font-weight:unset; 
    background: unset;
    color: unset;
    top: 20px;
    right: 10px;
    left: unset;
    padding: 3px 13px;
}

.on-sale span button:not(.out-of-stock)
{
  background:unset;
}

.on-sale span button:last-child
{
	margin-left:5px;
}

.round-icon-btn
{
    font-size: 17px;
    padding: 0px 7px !important;
    color: #ee486b;
}

.round-icon-btn:hover
{
    color: #212530;
}

.service-active .owl-nav {
	margin-top: 0;
	position: absolute;
	right: 2%;
	top:-60px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev
{
	border: unset;
    background: unset;
    border-radius: 0;
    color: #000;
    /*color: #ee486b;*/
    font-size: 40px;
}

.newslettermodal-content
{
	background: #ffe1df !important;
}

.subscribe .modal-content h4 {
    color: #7f6b6a !important;
}

.subscribe .modal-body p
{
	color: #7f6b6a !important;
	font-size: 17px;
	line-height: 24px;
	font-family: Oswald , system-ui;
}

.newslettermodal-content-form .form-control
{
	height:50px;
	border: 0px;
}

.subscribe2 
{
	background:#f86c6b !important;
}

.btn-subscribe:hover {
    color: #ffffff;
    text-decoration: none;
    background: #c03251;
}

.copy-right a {
    color: #ee486b;
}

.inner-header2
{
	min-height: 300px;
	background-size: 100% 100% !important;
	
	/*background:linear-gradient(0deg, #1111117a, #1111117a), url(../images/bg-img/bg-test.jpg) !important;*/
}

.product-inner
{
  border-radius: 10%;
  border:0px;
  padding:0px;
  margin-bottom:0px;
}

.product-inner img
{
  border-radius: 10%;
}

.product-inner .on-sale span
{
	font-size: unset;
    font-weight: unset;
    background: unset;
    color: unset;
    top: 14px;
    right: 5px;
    left: unset;
    padding: 0px 5px;
}

.mobile-filter
{
	padding: 0px;
	position: fixed;
	z-index: 999999;
	top: 0;
	/*height: 100vh;*/
	left: 0;
	/*overflow-y: scroll;*/
	display:none
}


.filter-btn-div-mobile
{
	position: -webkit-fixed;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999999;
	margin: 0px;
}

.filter-btn-div-mobile .card-header
{
	background: #ee486b !important;
	color: #fff;
	border-radius: 0px;
}

.mobile-filter .inner-left-menu 
{
   height: 100vh;
   overflow-y: scroll;
}

.back-product-image
{
	display:none !important;
}

.product-inner:hover .front-product-image
{
	display:none !important;	
}

.product-inner:hover .back-product-image
{
	display:block !important;	
}

.product-detail #sync2 .item
{
	border-radius:50%;
	width: 60%;
}

.product-detail #sync2 .item img
{
	border-radius:50%;
	/*height: 76px;
    width: 76px;*/
}

.product-detail .owl-carousel .owl-nav button.owl-next, .product-detail .owl-carousel .owl-nav button.owl-prev
{
	background: #ee486b !important;
	color: #fff !important;
}

.product-detail .product-text h3
{
   font-size: 40px;
    /* color: #ee486b; */
    color: #000;
    font-weight: 500;
}

.product-detail .product-text p
{
	font-size: 19px;
    color: #636363;
}

.product-detail .product-price span
{
	width:auto !important;
}

.product-detail .product-price del
{
	color:#cbc5c5 !important;
}

.product-detail .text-2 p>span:first-child
{
  font-size:16px;
}

.add-to-cart2
{
	border-radius:50px !important;
}

.whatsapp-icon
{
	background: #26bd42;
}

.product-info-box .btn-link
{
	background-color: #fff !important;
	font-weight:normal !important;
	font-size:20px !important;
	color:#1e1e1e !important;
}

.product-info-box .btn-link::before
{
	font-size:25px !important;
	color:#1e1e1e !important;
}

.product-info-box .card-body
{
	background:#fff !important;
}

.section-benefits ul
{
   display: inline-block;
   width: 100%;
}

.section-benefits ul li {
    color: #1e1e1e;
    font-size: 16px;
    display:list-item;
    width: 47% !important;
    float: left;
    line-height: 24px;
    margin-bottom: 11px;
    margin-right: 2% !important;
}

.key-actives-img img
{
	width:100% !important;
	height: 200px !important;
}

.key-actives-list
{
	list-style-type: square !important;
    text-align: left !important;
}

.btn-review
{
	border: 1px solid #000;
    line-height: 30px;
    padding: 4px 10px;
    font-size: 16px;
    margin-bottom: 0px;
    height: auto;
	cursor:pointer;
}

.asap-academic-gallery
{
	border-radius: 10%;
    border: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

.asap-academic-gallery img
{
  border-radius: 10%;
}

.blog-post-date
{
	width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    padding: 25px 10px;
    background-color: #fff;
    top: 5%;
    left: 5%;
    z-index: 999999;
}

.blog-post-date .blog-date-day
{
	font-size: 20px;
    font-weight: 500;
    font-family: Montserrat-Regular;
    position: relative;
    display: block;
	line-height:15px;
}

.blog-post-date .blog-date-month-year
{
    font-size: 13px;
    font-weight: 500;
    font-family: Montserrat-Regular;
}

.post-body p , .post-body h3
{
	text-align:justify !important;
}

.our-brand-img {
    border-radius: 2%;
    border: 4px solid #e4e7db;
    padding: 0px;
    margin-bottom: 0px;
	padding: 5%;
}

.our-brand-img img {
    width: 100%;
	max-width: 100%;
    max-height: 100%;
}


.why-sell-online
{
	background:#fef5ea;
	padding: 4%;
    margin: 2%;
    text-align: center;
	min-height: 200px;
	border-radius: 3%;
}

.title-sell span
{
	background: #ee486b;
    padding: 2% 4%;
    border-radius: 50%;
	font-weight: bold;
    color: #fff !important;
}

.title-sell h5
{
	font-weight: bold;
    margin-top: 4%;
	font-size:16px;
	color: #ee486b;
}

.desc-sell p
{
	color:#000 !important;
	text-align: center !important;
	margin-top: 17px;
}

.arrow-mark-class
{
	width:10%;
}

.arrow-mark-class span
{
	font-size: 70px;
    color: #ee486b;
    font-weight: bolder;
}

.stockist-form
{
	background: #fef5ea;
    width: 100%;
    padding: 30px;
    box-shadow: 0 1px 3px 0 #fef5ea, 0 1px 3px 0 #fef5ea !important;
    margin: 8% 0;
}

.cart-table .product-thumbnail
{
	width:70px;
}

.cart-table .product-thumbnail img {
    width: 60px;
    max-width: 60px;
}

.cart-table td, .cart-table th
{
	padding: 0.55rem;
}

.address-box 
{
    background: #f8f6f2;
    /*background: #f7f7f7;*/
    padding: 5%;
    margin-top: 3%;
    min-height: 150px;
}

.account-address-book .address-box 
{
	background:#fef5ea;
}

.address-box p {
    margin-bottom: 1px;
	font-size: 14px;
}

.address-box p:first-child label , .address-box p:first-child b {
   padding-left: 3%;
   font-weight: bold;
   margin-bottom: 0px;
}

.address-box p:not(:first-child) {
    padding-left: 7%;
}

.address-box input[type="radio"]
{
	margin-top:7px;
}

.account-address-book .address-box p:first-child label,.account-address-book .address-box p:first-child b
{
	padding-left:0px !important;
}

.account-address-book .address-box p
{
	padding-left:0px !important;
}

.order-review
{
    background: #f8f6f2;
    padding: 2%;
    margin-top: 1%;
}

.order-review p:not(:first-child) {
    color: #606060 !important;
	font-size:13px;
}

.order-review .pro-img img
{
	width:100%;
}

.track-order-progress .yet-to-come-status time::after
{
    background:#ddd;
}

.track-order-progress .yet-to-come-status span::before
{
    border-left:1px #ddd solid;
}

.track-order-progress .yet-to-come-status strong
{
    color: #ddd;
}

.track-order-progress span.last-stopage::before
{
	display:none;
}

.dashboard-counter-block
{
   min-height: 155px;
}
    
.customer-account .my-profile {
    padding: 24px;
    background: #fef5ea;
    margin: 0 0 16px;
    border-radius: 8px;
}

.customer-account .my-profile .customerfullname {
    text-align: left;
    background: url(../images/icon/profile-icon.svg) 0 0/42px no-repeat;
    padding: 0 0 4px 60px;
}

.customer-account .my-profile .customerfullname .customername {
    font-size: 24px;
    color: #151b39;
    margin: 0;
    padding: 0 0 4px;
    text-transform: capitalize;
    word-break: break-word;
}
.customer-account .my-profile .customerfullname .customeremail {
    font-size: 12px;
    color: rgba(21,27,57,.6);
    line-height: 16px;
    padding: 0 0 4px;
    font-style: italic;
}
.customer-account .my-profile .customerfullname .customernumber {
    font-size: 12px;
    color: rgba(21,27,57,.6);
    line-height: 16px;
    padding: 0 0 4px;
}

.customer-account .my-profile .customerfullname .customernumber .editinfo {
    float: right;
    font-size: 12px;
    color: #ef4281;
    line-height: 16px;
}

.custome-link {
    display: inline-block;
    width: 100%;
    padding: 16px;
    background: #fef5ea;
    border-radius: 8px;
    margin: 0 0 16px;
}

.custome-link .linkcol a {
    font-size: 14px;
    color: #151b39;
    line-height: 24px;
    padding: 16px 0 16px 48px;
    width: 100%;
    display: inline-block;
    position: relative;
    background: url(../images/icon/keyboard_arrow_big_right.svg) 95% center no-repeat;
}

.custome-link .linkcol a:after {
    content: " ";
    position: absolute;
    left: 50px;
    width: 84%;
    height: 1px;
    bottom: 0;
    background: #ebdae0a6;
}

.custome-link .linkcol a .icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.custome-link .linkcol a.dashboard-link .icon {
    background: url(../images/icon/dashboard.png) center/16px no-repeat rgba(21,27,57,.04);
}

.custome-link .linkcol a.stock-link .icon {
    background: url(../images/icon/warehouse.png) center/18px no-repeat rgba(21,27,57,.04);
}

.custome-link .linkcol a.account-link .icon {
    background: url(../images/icon/user.png) center/14px no-repeat rgba(21,27,57,.04);
}

.custome-link .linkcol a.orders-link .icon {
    background: url(../images/icon/checkout.png) center/18px no-repeat rgba(21,27,57,.04);
}

.custome-link .linkcol a.nmswishlist-link .icon {
    background: url(../images/icon/favorite.svg) center/16px no-repeat rgba(21,27,57,.04);
}

.custome-link .linkcol a.track-order-link .icon {
    background: url(../images/icon/delivery_inactive.svg) center/17px no-repeat rgba(21,27,57,.04);
}

.custome-link .linkcol a.address-link .icon {
    background: url(../images/icon/location-pin.png) center/16px no-repeat rgba(21,27,57,.04);
}

.custome-link .linkcol a.change-password-link .icon {
    background: url(../images/icon/key.png) center/16px no-repeat rgba(21,27,57,.04);
}

.custome-link .linkcol a.logout-link .icon {
    background: url(../images/icon/lock_grey.svg) center/18px no-repeat rgba(21,27,57,.04);
}

.custome-link .linkcol a.active-link
{
	color: #ed4366;
    font-weight: bold;
}
	
.dashboard-content .table td,.dashboard-content .table th
{
	font-size:15px;
}

.track-order-progress li { 
  display: flex; 
  color: #999;
}

.track-order-progress time { 
  position: relative;
  padding: 0 3%;
  width: 35%;
  font-size: 14px;
}

.track-order-progress time::after { 
   content: "";
   position: absolute;
   z-index: 2;
   right: 0;
   top: 0;
   transform: translateX(50%);
   border-radius: 50%;
   background: #ee486b;
   border: 1px #ccc solid;
   width: .8em;
   height: .8em;
}


.track-order-progress span {
  padding: 0 1.5em 1.5em 1.5em;
  position: relative;
  width: 65%;
  font-size: 15px;
}

.track-order-progress span::before {
   content: "";
   position: absolute;
   z-index: 1;
   left: 0;
   height: 100%;
   border-left: 1px #ee486b  solid;
}

.track-order-progress strong {
   display: block;
   font-weight: bolder;
   color: #ee486b;
}

.track-order-progress { width: 100%; }
.track-order-progress, 
.track-order-progress *::before, 
.track-order-progress *::after { box-sizing: border-box; font-family: arial; }

.order-box 
{
	text-align:right;
}

.order-box p label:first-child
{
	width:40%;
	font-weight:bold;
	float: left;
    text-align: end;
}

.order-box p label:not(:first-child)
{
	width:60%;
}

.footer-accordian .btn-link {
    background-color: #fff !important;
    font-weight: normal !important;
    font-size: 20px !important;
    color: #1e1e1e !important;
	padding: 5px 40px 5px 15px !important;
}

.dropdown-toggle-with-link
{
	white-space: nowrap;
}

.dropdown-toggle-with-link::after {
    margin-left: 0em;
}

.dropdown-toggle-with-link::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    font: normal normal normal 14px/1 FontAwesome;
}

.dropdown-toggle-with-link::after {
    content: "\f078";
    font-size: 11px;
}

.mobile-navbar .nav-link::after {
	float: right;
}

.distributors-box
{
	/*background:#fef5ea;*/
	background:#fff;
	padding: 4%;
    margin: 2%;
    text-align: center;
	min-height: 160px;
	border-radius: 3%;
	border:1px solid #212536
}

.distributors-box .distributors-logo img
{
  width:50%;
}

.distributors-box .desc-sell h5
{
	font-weight: bold;
    margin-top: 5%;
	font-size:17px;
	color: #ee486b;
}

.distributors-box .desc-sell p
{
	color:#000 !important;
	text-align: center !important;
	font-size: 14px;
}

.after-before-section
{
	/*background:#fef5ea;*/
	background:#fff;
	padding: 0px;
    margin: 2%;
    text-align: center;
	min-height: 160px;
	border-radius: 3%;
	border:1px solid #212536
}

.after-before-section .after-before-result img
{
  width:100%;
  border-top-left-radius: 3%;
  border-top-right-radius: 3%;
}

.after-before-section .desc-sell h5
{
	font-weight: bold;
    margin-top: 5%;
	font-size:17px;
	color: #ee486b;
}

.spin-win-now
{
	position:fixed;
	background:#ee486b;
	top:50%;
	z-index: 999;
	right: 0;
	border: 1px solid #7f7f7f;
	border-bottom: none;
	cursor: pointer;
	width: 80px;
	/*height: 34px;*/
	color: #ffffff;
	padding: 2px 0px 2px 0px;
	text-align: center;
	/*-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);*/
	font-size: 9px;
	cursor:pointer;
	border-radius: 8% 0 0 8%;
}

.wheel-section #canvas
{
	width: 100% !important;
}

.spin-canvas
{
    position: absolute;
    top: 43%;
    left: 45%;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
}

.spin-canvas img
{
	width: 100%;
}

 .spin-winner .close2
{
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.random-order-popup
     {
        background: #fef5ea;
        color: #000;
        border: 1px solid #ddd;
        position: fixed;
        left: 0;
        z-index: 99999;
        bottom: 1%;
        width: 25%;
        /*border-radius: 10px 0px 0px 10px;*/
		border-radius:50px;
        box-shadow: 0px 0px 4px 1px #fef5ea;
        display:none;
     }
     
     .popup-order-detail
     {
        font-size: 12px;
        width: 100%;
        /*padding: 7px;*/
        display: flex;
		/*height: 80px;*/
     }
     
     .popup-order-detail .popup-order-img
     {
         float: left;
         width: 25%;
		 height: 70px;
         /*overflow: hidden;*/
         padding: 10px;
     }
     .popup-order-detail .popup-order-img img
     {
        max-width: 100%!important;
		width: 100%;
		height: 70px;
		border-radius:50px;
     }
     
     .popup-order-detail .popup-order-user
     {
         float: left;
         width: 75%;
		 padding:2%;
     }
     .popup-order-detail .popup-order-user span
     {
         color:#ee486b;
     }
	 
	 .popup-order-detail .popup-order-user span a {
		color: #ff5722;
	 }
	 
	 .login .form-group .col-lg-6
	 {
	     font-size:12px;
	 }
	 
	 .slick-arrow
	 {
	     display:none !important;
	 }
	 
	 .hero-slider:hover .slick-arrow
	 {
	     display:inline-block !important;
	 }
/*** Functional Complex Css Starts ***/


.functional-complexes-list{ position: relative; }
.functional-complexes-list:before,
.functional-complexes-list:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.functional-complexes-list:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #ee486b;
    position: absolute;
    top: 0;
    left: 50%;
}
.functional-complexes-list .functional-complex{
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
}
.functional-complexes-list .functional-complex:before,
.functional-complexes-list .functional-complex:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.functional-complexes-list .functional-complex:first-child:before,
.functional-complexes-list .functional-complex:last-child:before{
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid rgb(238 72 107);
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
}
.functional-complexes-list .functional-complex:last-child:before{
    top: auto;
    bottom: 0;
}
.functional-complexes-list .functional-complex:last-child:nth-child(even):before{
    right: auto;
    left: -12px;
    bottom: -2px;
}
.functional-complexes-list .functional-complex-content{
    text-align: center;
    margin-top: 8px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.functional-complexes-list .functional-complex-content ul li
{
	text-align: left;
}
.functional-complexes-list .functional-complex-content:before{
    content: "";
    width: 100%;
    height: 5px;
    background: rgb(238 72 107);
    position: absolute;
    top: 88px;
    left: 0;
    z-index: -1;
}
.functional-complexes-list .circle{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #fef5ea;
    border: 8px solid rgb(238 72 107);
    float: left;
    top: 25px;
    margin-right: 25px;
    position: relative;
}
.functional-complexes-list .circle:before{
    content: "";
    width: 26px;
    height: 30px;
    background: rgb(238 72 107);
    margin: auto;
    position: absolute;
    top: 0;
    right: -33px;
    bottom: 0;
    z-index: -1;
    box-shadow: inset 7px 0 9px -7px #444;
}
.functional-complexes-list .circle .functional-complex-title
{
    position: absolute;
    font-size: 20px;
    top: 30%;
    text-align: center;
    width: 100%;
    color: #000;
    font-weight: bold;
    padding: 5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.functional-complexes-list .circle span{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 170px;
    font-size: 80px;
    color: #454344;
}
.functional-complexes-list .circle span:before,
.functional-complexes-list .circle span:after{
    content: "";
    width: 28px;
    height: 50px;
    background: #fff;
    border-radius: 0 0 0 21px;
    margin: auto;
    position: absolute;
    top: -54px;
    right: -33px;
    bottom: 0;
    z-index: -1;
}
.functional-complexes-list .circle span:after{
    border-radius: 21px 0 0 0;
    top: 0;
    bottom: -56px;
}
.functional-complexes-list .circle .img{
    vertical-align: initial;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.functional-complexes-list .content{
    display: table;
    /*padding-right: 40px;*/
    padding-right: 20px;
    position: relative;
}
.functional-complexes-list .year{
    display: block;
    /*padding: 10px;
    margin: 10px 0 50px 0;*/
    padding: 0px;
    margin: 40px 0;
    background: rgb(238 72 107);
    border-radius: 7px;
    /*font-size: 25px;*/
    font-size: 20px;
    color: #fff;
}
.functional-complexes-list .title{
    font-size: 20px;
    font-weight: bold;
    color: rgba(211,207,205,1);
    margin-top: 0;
}
.functional-complexes-list .description-functional{
    font-size: 14px;
    color: #333;
    text-align: justify;
}
.functional-complexes-list .icon{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid rgb(238 72 107);
    position: absolute;
    top: 78px;
    right: -14px;
}
.functional-complexes-list .icon:before{
    content: "";
    width: 15px;
    height: 25px;
    background: rgb(238 72 107);
    margin: auto;
    position: absolute;
    top: -1px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.functional-complexes-list .icon span:before,
.functional-complexes-list .icon span:after{
    content: "";
    width: 21px;
    height: 25px;
    background: #fff;
    border-radius: 0 0 21px 0;
    margin: auto;
    position: absolute;
    top: -30px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.functional-complexes-list .icon span:after{
    border-radius: 0 21px 0 0;
    top: 0;
    left: -15px;
    bottom: -30px;
}
.functional-complexes-list .functional-complex:nth-child(2n) .functional-complex-content,
.functional-complexes-list .functional-complex:nth-child(2n) .circle{
    float: right;
}
.functional-complexes-list .functional-complex:nth-child(2n) .circle{
    margin: 0 0 0 25px;
}
.functional-complexes-list .functional-complex:nth-child(2n) .circle:before{
    right: auto;
    left: -33px;
    box-shadow: -7px 0 9px -7px #ee486b inset;
}
.functional-complexes-list .functional-complex:nth-child(2n) .circle span:before,
.functional-complexes-list .functional-complex:nth-child(2n) .circle span:after{
    right: auto;
    left: -33px;
    border-radius: 0 0 21px 0;
}
.functional-complexes-list .functional-complex:nth-child(2n) .circle span:after{
    border-radius: 0 21px 0 0;
}
.functional-complexes-list .functional-complex:nth-child(2n) .content{
    padding: 0 0 0 20px;
    margin-left: 2px;
}
.functional-complexes-list .functional-complex:nth-child(2n) .icon{
    right: auto;
    left: -14px;
}
.functional-complexes-list .functional-complex:nth-child(2n) .icon:before,
.functional-complexes-list .functional-complex:nth-child(2n) .icon span:before,
.functional-complexes-list .functional-complex:nth-child(2n) .icon span:after{
    left: auto;
    right: -15px;
}
.functional-complexes-list .functional-complex:nth-child(2n) .icon span:before{
    border-radius: 0 0 0 21px;
}
.functional-complexes-list .functional-complex:nth-child(2n) .icon span:after{
    border-radius: 21px 0 0 0;
}
.functional-complexes-list .functional-complex:nth-child(2){
    margin-top: 180px;
}
.functional-complexes-list .functional-complex:nth-child(odd){
    margin: -175px 0 0 0;
}
.functional-complexes-list .functional-complex:nth-child(even){
    margin-bottom: 180px;
}
.functional-complexes-list .functional-complex:first-child,
.functional-complexes-list .functional-complex:last-child:nth-child(even){
    margin: 0;
}
@media only screen and (max-width: 990px){
    .functional-complexes-list:before{ left: 100%; }
    .functional-complexes-list .functional-complex{
        width: 100%;
        float: none;
        margin-bottom: 20px !important;
    }
    .functional-complexes-list .functional-complex:first-child:before,
    .functional-complexes-list .functional-complex:last-child:before{
        left: auto !important;
        right: -13px !important;
    }
    .functional-complexes-list .functional-complex:nth-child(2n) .circle{
        float: left;
        margin: 0 25px 0 0;
    }
    .functional-complexes-list .functional-complex:nth-child(2n) .circle:before{
        right: -33px;
        left: auto;
        box-shadow: 7px 0 9px -7px #444 inset;
    }
    .functional-complexes-list .functional-complex:nth-child(2n) .circle span:before,
    .functional-complexes-list .functional-complex:nth-child(2n) .circle span:after{
        right: -33px;
        left: auto;
        border-radius: 0 0 0 21px;
    }
    .functional-complexes-list .functional-complex:nth-child(2n) .circle span:after{
        border-radius: 21px 0 0 0;
    }
    .functional-complexes-list .functional-complex:nth-child(2n) .content{
        padding: 0 40px 0 0;
        margin-left: 0;
    }
    .functional-complexes-list .functional-complex:nth-child(2n) .icon{
        right: -14px;
        left: auto;
    }
    .functional-complexes-list .functional-complex:nth-child(2n) .icon:before,
    .functional-complexes-list .functional-complex:nth-child(2n) .icon span:before,
    .functional-complexes-list .functional-complex:nth-child(2n) .icon span:after{
        left: -15px;
        right: auto;
    }
    .functional-complexes-list .functional-complex:nth-child(2n) .icon span:before{
        border-radius: 0 0 21px 0;
    }
    .functional-complexes-list .functional-complex:nth-child(2n) .icon span:after{
        border-radius: 0 21px 0 0;
    }
    .functional-complexes-list .functional-complex:nth-child(2),
    .functional-complexes-list .functional-complex:nth-child(odd),
    .functional-complexes-list .functional-complex:nth-child(even){
        margin: 0;
    }
}
@media only screen and (max-width: 480px){
    .functional-complexes-list:before{ left: 0; }
    .functional-complexes-list .functional-complex:first-child:before,
    .functional-complexes-list .functional-complex:last-child:before{
        left: -12px !important;
        right: auto !important;
    }
    .functional-complexes-list .circle,
    .functional-complexes-list .functional-complex:nth-child(2n) .circle{
        width: 130px;
        height: 130px;
        float: none;
        margin: 0 auto;
    }
    .functional-complexes-list .functional-complex-content:before{
        width: 99.5%;
        top: 68px;
        left: 0.5%;
    }
    .functional-complexes-list .circle span{
        line-height: 115px;
        font-size: 60px;
    }
    .functional-complexes-list .circle:before,
    .functional-complexes-list .circle span:before,
    .functional-complexes-list .circle span:after,
    .functional-complexes-list .icon{
        display: none;
    }
    .functional-complexes-list .content,
    .functional-complexes-list .functional-complex:nth-child(2n) .content{
        padding: 0 10px;
    }
    .functional-complexes-list .year{
        margin-bottom: 15px;
        display: none;
    }
    .functional-complexes-list .title
    {
    	margin-top: 10%;
    }
    .functional-complexes-list .description-functional{
        text-align: center;
    }
}

/*** Functional Complex Css Ends ***/


/*** Treatment Table CSS Starts ***/

.treatment-table a 
{
	padding: 20px 12px 20px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	min-width: 15%;
	margin-left: 0.25%;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff !important;
	background: #ee486b;
	text-transform: unset;
	cursor: pointer;
}
 
.treatment-table a:hover
{
  text-decoration: none;
}
 
.treatment-table a:first-child 
{
   margin-left: 0;
   background-color: #ee486b;
   background-image: linear-gradient(to right, #e9b8c2, #ef869c, #ee486b);
}
  
.treatment-table a:nth-child(2)
{
   background-color: #ee486b;
   background-image: linear-gradient(to right, #e9b8c2, #ee486b, #ee486b);
}

.treatment-table a:last-child
{
   background-color: #dd224a;
   background-image: linear-gradient(to right, #dd224a, #dd224a, #dd224a);
}

.treatment-table:not(.left-arrow) a:before
{
	width: 0;
	height: 0;
	border-top: 30px inset transparent;
	border-bottom: 35px inset transparent;
	border-left: 30px solid #FFFFFF;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}
 
.treatment-table:not(.left-arrow) a:after
{
	width: 0;
	height: 0;
	border-top: 30px inset transparent;
	border-bottom: 35px inset transparent;
	border-left: 30px solid #ee486b;
	position: absolute;
	content: "";
	top: 0;
	right: -30px;
	z-index: 2;
}

.treatment-table:not(.left-arrow) a:first-child:after
{
	border-left: 30px solid #ee486b !important;
}

.treatment-table a:first-child:before, .treatment-table a:last-child:after
{
  border:none !important;
}

.treatment-table a .label-tag
{
	position: absolute;
	top: 100%;
	left: 0;
    color: initial;
    font-weight: bold;
}

/*** Treatment Table CSS Ends ***/


/*** FONT CSS STARTS ***/

.font-bold
{
	font-weight:bold !important;
}

.font-w900
{
	font-weight:900 !important;
}

.font-w500
{
	font-weight:500 !important;
}

.font-w600
{
	font-weight:600 !important;
}

.font-12
{
	font-size:12px !important;
}

.font-13
{
	font-size:13px !important;
}

.font-14
{
	font-size:14px !important;
}

.font-16
{
	font-size:16px !important;
}

.font-18
{
	font-size:16px !important;
}

.font-20
{
	font-size:20px !important;
}

.font-25
{
	font-size:25px !important;
}

.font-30
{
	font-size:30px !important;
}

/*** FONT CSS ENDS ***/

	  
	  
/***  MARGIN CSS STARTS ***/
.mt-0
{
	margin-top:0px !important;
}

.mb-0
{
	margin-bottom:0px !important;
}

.mt-5
{
	margin-top:5px !important;
}

.mb-5
{
	margin-bottom:5px !important;
}


.mt-7
{
	margin-top:7px !important;
}

.mb-7
{
	margin-bottom:7px !important;
}


.mt-10
{
	margin-top:10px !important;
}

.mb-10
{
	margin-bottom:10px !important;
}

.mt-20
{
	margin-top:20px !important;
}

.mb-20
{
	margin-bottom:20px !important;
}

.mt-50
{
	margin-top:50px !important;
}

.mb-50
{
	margin-bottom:50px !important;
}

.m0
{
	margin:0px !important;
}

.ml-13-per
{
	margin-left: 13%;
}

.m-auto
{
	margin:auto !important;
}

.ml-5
{
	margin-left:5px !important;
}

.mr-5
{
	margin-right:5px !important;
}

.ml-10
{
	margin-left:10px !important;
}

.mr-10
{
	margin-right:10px !important;
}

/***  MARGIN CSS ENDS ***/	 

	  
/***  PADDING CSS STARTS ***/

.p0
{
	padding:0px !important;
}

.p5-per
{
	padding:5% !important;
}

.pt-1-per
{
	padding-top:1% !important;
}

.pb-1-per
{
	padding-bottom:1% !important;
}

.pt-3-per
{
	padding-top:3% !important;
}

.pb-3-per
{
	padding-bottom:3% !important;
}

.pt-20-per
{
	padding-top:20% !important;
}

.pb-20-per
{
	padding-bottom:20% !important;
}

.pl-10-per
{
	padding-left:10% !important;
}

.pr-10-per
{
	padding-right:10% !important;
}


.pl-10
{
	padding-left:10px !important;
}

.pr-10
{
	padding-right:10px !important;
}


.pt-20
{
	padding-top:20px !important;
}

.pb-20
{
	padding-bottom:20px !important;
}

.pt-30
{
	padding-top:30px !important;
}

.pb-30
{
	padding-bottom:30px !important;
}

.ptb0-lr10
{
	padding:0px 10px !important;
}

.ptb10-lr0
{
	padding:10px 0px !important;
}

.ptb10-lr2
{
	padding:10px 2px !important;
}

/***  PADDING CSS ENDS ***/	  

@media (min-width: 992px) {
	 .owl-carousel .owl-next
	 {
	         margin-left: 20px;
	 }
}
	  
@media (min-width: 1200px) {
	.container
	{
	  max-width:1140px;
	}
	
	.container-fluid
	{
	  max-width:100%;
	}
	
    .product-enquiry-inner-modal
    {
        width:30%;
    }
}


@media only screen and (max-width:992px)
{
	.treatment-table a
	{
		padding: 10px 25px;
		font-size: 12px;
		margin-top: 13%;
	}

	.treatment-table:not(.left-arrow) a:before
	{
		border-top: 20px inset transparent;
        border-bottom: 20px inset transparent;
        border-left: 20px solid #FFFFFF;
	}

    .treatment-table:not(.left-arrow) a:after
	{
	    border-top: 21px inset transparent;
	    border-bottom: 20px inset transparent;
	    border-left: 20px solid #ee486b;
	    right: -20px;
	}

	.treatment-table:not(.left-arrow) a:first-child:after
	{
		border-left: 20px solid #ee486b !important;
	}
	
	.blog-post-share .title
	{
	    text-align:center !important;
	}
	
	.blog-post-share .title .social-network3
	{
	    float:none !important;
	    margin-top:5px;
	}

}


@media only screen and (min-width:280px) and (max-width:992px) {


	#enquiryModal .modal-dialog
	{
	    width:90%;
	}
    
    .spin-canvas
    {
    	top: 42%;
    	width: 36px;
        height: 36px;
    }

    .spin-canvas img 
    {
    	width: 100% !important;
    }

    .spin-winner .newslettermodal-content h2
    {
    	font-size:22px;
    }

	.pull-right-desk
	{
	  float: none !important;
	}

	.fa-2x-sm
	{
		font-size: 2em !important;
	}
    .dashboard-counter-block h2
    {
       font-size: 20px !important;
    }

    .hide-mobile
	{
		display:none !important;
	}
	.only-on-mobile
	{
		display:block !important;
	}
	.logo img
	{
		height: 40px;
	}

	.popup-logo img
	{
		width: 40%;
	}
	
	.subscribe .modal-body p
	{
		font-size: 16px;
	}

	.rate-price i
	{
		margin-left:25%;
		color: #fff !important;
	}
	
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev
    {
        font-size:26px !important;
    }

	.col-sm-6
    {
  	  flex: 0 0 50%;
      max-width: 50%;
    }
    
	.bolder-heading
	{
		font-size: 20px;
		line-height:24px;
		margin-top: 0px;
	}
	
	.product-text h4 {
	    margin: 10px 0 0 0;
	    /*font-size: 15px;*/
	}
    
	.service-wrapper-one
	{
		min-height:250px;
	}
	
	.service-text h3
	{
		font-size: 15px !important;
	}
	
	.hovicon h3
	{
		font-size:25px;
	}
	
    .hovicon p
	{
		font-size:15px;
	}
	
	#featured-products
	{
		padding:20px 0  20px 0 !important;
	}
	
	 .navTab a
	 {
		 font-size:28px !important;
	 }
	 
	 .testimonial-area
	 {
		 padding:30px 0 50px 0;
	 }

	 .round-icon-btn
	 {
	 	font-size: 14px;
	 }
	 
	 .search-form
	 {
	 	width: 80%;
	 }

	 .search-results
	 {
	 	width: 80%;
	 }

	 #searchdatalist div
	 {
	    height: unset !important;
	    clear: both !important
	 }

	 .mobile-width-100
	{
		width:100% !important;
	}

	 .mobile-m-0
	 {
		 margin:0px !important;
	 }
	 
	 .mobile-m0-mt20
	 {
		margin-top:20px !important;
		margin-left:0px !important;
		margin-right:0px !important;
		margin-bottom:0px !important;
	 }
	
	.mobile-mt-10
	{
		margin-top:10px !important;
	}
	
	.mobile-mt-20
	{
		margin-top:20px !important;
	}
	
	.mobile-mb-15-per
	{
		margin-bottom:15% !important;
	}
	
	.section-benefits ul li
	{
		width:100% !important;
		float:unset !important;
	}
	
	.product-inner
	{
		min-height: auto !important;
	}
	
	.product-video iframe
	{
		height:300px !important;
	}

	.asap-academic-gallery
	{
		min-height:auto !important;
	}
	
	.our-brand-img
	{
        min-height: auto !important;
    }
	
	
	.tabs
	{
		display:block !important;
	}
	
	.tabs > ul
	{
		width:100% !important;
	}
	
	.tabs section
	{
		width:100% !important;
	}
	
	.deals-of-day-heading .heading-title:before
	{
		left:40%;
	}
    
    #enquiryModal .modal-title
    {
       font-size: 20px;
    }

	#enqClose
	{
		width: 35px;
	    height: 35px;
	    line-height: 35px;
	}
	
	.our-service-carousel .owl-nav {
    	top:-47px;
    }
    
    .service-text a.btn
    {
        padding:3px 15px;
        font-size:13px !important;
    }
    
    .post h3
    {
        font-size:15px;
    }
    
    .blog-post-list .post p:not(.lead)
    {
        font-size:0.75em;
        display:none;
    }
    
    .single-post-box .post-details p
    {
        font-size:0.75em;
        display:none;
    }
    
    .btn-enq-professional
    {
        padding: 5px;
    font-size: 18px;
    }
    
    .blog-post-date
    {
      width: 70px;
      height: 70px;
      padding: 15px 10px
    }

    .blog-post-date .blog-date-day
    {
       font-size: 15px;
       line-height: 15px;
    }
    .blog-post-date .blog-date-month-year
    {
      font-size: 10px;
    }
    
    .why-choose h2
    {
        font-size:22px;
    }
    
    .fa-3x {
       font-size: 2em;
    }
    
    .our-story_text h4
    {
      font-size: 18px;
    }
    
    .on-sale span
    {
      top: 5px;
      right: 5px;
    }
    
    .pro-des-ul li label
    {
        width:50% !important;
    }
    
     .login .form-group .col-lg-6
	 {
	    text-align:left !important;
	 }
}


/************* EXPERT VIEWS CSS STARTS ************/

.expert-view-item .pic{
					width: 22%;
					padding: 20px 0;
					margin: 0 6% 0 2%;
					float: left;
					position: relative;
					z-index: 1;
				}
		  .expert-view-item .pic:before,
				.expert-view-item .pic:after{
					content: "";
					width: 130px;
					height: 150px;
					background: #ee486b;
					position: absolute;
					z-index: -1;
				}
				.expert-view-item .pic:before{
					top: 17px;
					right: -5px;
				}
				.expert-view-item .pic:after{
					bottom: 17px;
					left: -5px;
				}
				.expert-view-item .pic img{
					width: 100%;
					height: auto;
					border: 3px solid #ee486b;
				}
				.expert-view-item .expert-view-content{
					width: 70%;
					float: right;
				}
				.expert-view-content .description .popup-youtube-play-btn
				{
				    border: 1px solid #ee486b;
				    border-radius: 5% !important;
				    margin-top: 10px;
				    box-shadow:0 0 10px 0 rgb(0 0 0 / 75%);
				}
				.expert-view-content .description .popup-youtube-play-btn:hover
				{
				    background:#333;
				    color:#fff;
				    border:#333;
				}
				.expert-view-item .title{
					display: block;
					font-size: 18px;
					font-weight: 500;
					/*color: #fff;*/
					margin: 0;
					text-transform: uppercase;
					padding-top: 65px;
					padding-left: 15px;
				}
				.expert-view-item .post{
					display: block;
					font-size: 14px;
					font-weight: 400;
					line-height: 27px;
					color: #fff;
					text-transform: capitalize;
					margin-bottom: 25px;
					padding-left: 15px;
				}
				.expert-view-item .description{
					font-size: 16px;
					/*color: #fff;*/
					padding: 0 15px;
					margin: 0;
					position: relative;
					border:0px;
				}
				.expert-view-item .description:before,
				.expert-view-item .description:after{
					font: "normal normal normal 14px/1 FontAwesome";
					font-weight: 900;
					font-size: 17px;
					color: #ee486b;
					position: relative;
					display:none;
				}
				.expert-view-item .description:before{
					content: "\f10d";
					margin-right: 5px;
					top: 0;
					left: 0;
				}
				.expert-view-item .description:after{
					content: "\f10e";
					margin-left: 5px;
					position: relative;
					bottom: 0;
					right: 0;
				}

				@media only screen and (max-width: 990px){
					.expert-view-item{ text-align: center; }
					.expert-view-item .pic{
						width: 150px;
						margin: 0 auto;
						float: none;
					}
					.expert-view-item .pic:before,
					.expert-view-item .pic:after{
						width: 70px;
						height: 80px;
					}
					.expert-view-item .expert-view-content{
						width: 100%;
						float: none;
					}
					.expert-view-item .title{
						padding: 15px 0 0 0;
						font-size:15px;
					}
					.testimonial .post{
						padding: 0;
						margin-bottom: 10px;
					}
					.expert-view-item .description
					{
					    font-size:13px;
					}
				}
				
				@media only screen and (min-width: 1680px){
				    .inner-header2 {
                        min-height: 360px;
				    }
				    
				    .slick-track {
                        height: 680px;
                    }
				}
				
/************ EXPERT VIEWS CSS ENDS *************/				
