@charset "utf-8";

body{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 0.9rem;
	color: #262626;
	background-color: #f2f5fc;
}
a{
	color: #00888a;
}

a:hover{
 color: #00888a;
 text-decoration: underline;
}
a:focus,
a.focus{
 text-decoration: none;
}

.nav-tabs a{
 color: #12ce7cd4;

}
.bg-custom-blue{
	background:#40E0D0;
}
.nav-tabs a:hover{
 color: #00888a;
}
	
btn:focus,
btn.focus{
	box-shadow: none;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-treatment:focus,
.btn-treatment.focus{
	color: #ffffff;
}
h1, h2, h3, h4, h5, h6{
	color: #00888a;
}

.btn-primary{
	background: #12ce7cd4;
	border-color: #12ce7cd4;
}
.btn-primary:hover{
	background: #1ccf7f;
	border-color:#1ccf7f;
}

.btn-primary.active,
.btn-primary:active{
	background: #006364;
	border-color:#006364; 
	color: #ffffff !important;
}
.btn-default {
    background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #ccc;
    text-shadow: 0 1px 0 #fff;
}

.header{
	background-color: #ffffff;
}
.top-bar{
	background-color: #12ce7cd4!important;
	padding-bottom: 10px;
	padding-top: 10px;
}
.contact-top{
	display: inline-block;
	margin-right: 20px;
	font-weight: 600;
}

.contact-top a{
	color:#fff;
}
.login-top{
	float: right;
	font-weight: 600;
}
.login-top a.dropdown-toggle{
	margin-left: 10px;
	color:#fff;
}
.logo-panel{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.logo-panel p{
	padding: 0;
	margin: 0;
}
.search-txt{
	border-radius: 0;
	margin-left: 1.4rem;
	margin-top: 0.6rem;	
	font-size: 0.8rem;
	border-right: none!important;
}
.form-control:focus,
.form-control.focus{
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
.btn:focus,
.btn.focus{
	box-shadow: none;
}

.btn-search{
	border-left: none!important;
	border: 1px solid rgba(0, 0, 0, 0.15);
	background-color: transparent;
	border-radius: 0;	
	font-size: 0.8rem;
	margin-top: 0.6rem;
	color: #00888a;	
}
.search-panel .input-group-btn:not(:first-child) > .btn,
.search-panel .input-group-btn:not(:first-child) > .btn-group{
	margin-left: 0 !important;
}
.btn-search:hover,
.btn-search:focus{
	background-color: transparent !important;
	border-left: none!important;
	cursor: pointer;
}
.phone{
	float: right;
}
.icon-ph{
	float: left;
	font-size: 1.5rem;
	line-height: 0;
	padding: 10px;
	color: #ffffff;
	background: #12ce7cd4;
	margin-top: 5px;
}
.phone-info{
	float: left;
	padding: 0 0 0 1rem;
}
.phone-info a{
	font-size: 0.85rem;
}
.customer-service{
	line-height: 1.5rem;
}

/*Main Navigation*/
.navbar{
	padding: 0;	
}
.bg-default{
	background-color: #12ce7cd4;
}
.navbar-inverse .navbar-nav .nav-link{
	color: rgba(255,255,255,1);
	font-size: 1rem;
	padding: 0.8rem 0.8rem !important;
	border-right: 1px solid rgba(0,0,0,0.16);
	border-left: 1px solid rgba(255,255,255,0.16);
}

.navbar-inverse .navbar-nav .nav-item:last-child{		
	border-right: 1px solid rgba(255,255,255,0.16);
}
.navbar-inverse .navbar-nav .nav-item:first-child{		
	border-left: 1px solid rgba(0,0,0,0.16);
}



.navbar-inverse li.active a,
.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover{
	background-color: rgba(255,255,255,0.3);
	color: rgba(255,255,255,1);
}

.account{
	display: flex;
	flex-wrap: wrap;
}
.account a{
	color: #ffffff;
	padding: 0.8rem 0.8rem !important;
	font-size: 1rem;
}

.navbar-brand{
	padding-bottom: 0.4rem;
	padding-top: 0.4rem;
}
.navbar-brand img{
	height: 44px;
	margin-left: 1rem;
}
.navbar-toggler{
	margin-top: 0.4rem;
}

/*Mega Menu*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
}
.yamm .container {
	position: relative;	
}
.yamm .dropdown-menu {
  	left: auto;
	margin: 0;
	border-radius: 0;
	padding: 0 0.8rem 1.2rem;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1);
}
.dropdown-item{
	display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-item:hover{
	background-color: #00888a;
	color: #fff !important;

}
h5.dropdown-item{
	background-color: transparent!important;
	color: #00888a !important;
}
h5.dropdown-item{	
	font-size: 1.1rem;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	padding-bottom: 0.5rem;
	padding-top: 1.2rem;
}


.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}


/*Slider*/
.slider{
	background: url(../images/bg-banner.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	padding-top:  2rem;
	padding-bottom:  2rem;
	min-height: 400px;
}
.steps{
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 0 rgba(0,0,0,0.2);
	padding: 1.5rem;	
}
.steps ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.steps ul li{
	margin-bottom: 0.8rem;
}

/*New Steps*/
.steps1{
	background-color: rgba(18, 206, 124, 0.6);
	box-shadow: 0px 0px 8px 0 rgba(0,0,0,0.4);
	padding: 1.5rem;
	color: #ffffff;
	margin-top: 2.2rem;
}
.steps1 h2{
	color: #ffffff;
	font-size: 1.7rem;
}
.steps1 ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.steps1 ul li{
	display: inline-block;
	margin: 0 1rem;
}
.steps1 ul li p{
	font-weight: bold;
	font-size: 1rem;
}
.steps1 ul li img{
	margin-bottom: 0.5rem;
	box-shadow: 0px 0px 8px 0 rgba(255,255,255,0.4);
	width: 94px;
	height: 94px;
	border-radius: 50%;
}

.steps1 .stp-icon img{
	height: 65px;
	margin-right: 0.5rem;
	float: left;
}






.stp-icon img{
	height: 65px;
	margin-right: 0.5rem;
}

.phar-features{
	background-color: #12ce7cd4;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	width: 100%;
}
.phar-features ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.phar-features ul li{
	color: #ffffff;	
	margin-right: 3rem;
	display: inline-flex;
	line-height: 1.3rem;	
}

.phar-features ul li:last-child{
	margin-right: 0px!important;
}

.phar-features ul li:before{
	content: '\f046';
	font-family: 'FontAwesome';
	font-size: 1.8rem;
	margin-right: 0.5rem;
	padding-top: 0.8rem;
}


/*Body content*/
.body-content{
	padding-top: 1rem;
}
.txt-intro{
	padding: 2rem 0;
}
.content-box{
	background-color: #ffffff;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 2rem;
    margin: 1rem 0 2.5rem;
	position: relative;
}
.content-box .services img{
	min-height: 180px;
}
.content-box .services{
	margin-bottom: 1.5rem;
}
.box-heading{
	background: url(../images/bg-heading.png) no-repeat;	
	height: 39px;
	width: 288px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 39px;
	margin: -31px auto 8px auto;
}

.img-service{
	position: relative;
}
.service-link::before {
    color: #ffffff;
    content: "";
    font-family: "FontAwesome";
    font-size: 20px;
    left: 14px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: translateX(-10px) scale(0);
    transition: opacity 0.2s ease-in-out 0s, transform 0.28s ease-in-out 0s;
}

.service-link {
    background: #12ce7cd4;
    color: #fff !important;
    display: block;   
    max-width: 320px;
    overflow: hidden;
    padding: 0.4rem 1rem 0.5rem;
    position: absolute;    
    transition: all 0.2s ease-in-out 0s;
    margin: 0px;
	bottom: 10px;
	left: 15px;
}

.service-link:hover {
  background: #12ce7cd4;
  padding-left: 40px;
	text-decoration: none;
}

.services:hover .service-link:before {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
}
.services:hover .service-link{
  background: #00888a;
  padding-left: 40px;
	text-decoration: none;
}


.service-link:hover:before {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
}

.btn-treatment{
	background-color: #f0ad4e;
	border-color: ##f0ad4e;
	color: #ffffff;
	padding: 0.5rem 2rem 0.7rem;
}
.btn-treatment:hover{
	background-color: #eb9316;
	border-color: #eb9316;
	color: #ffffff;
}

.video{
	position: relative;
	margin-bottom: 2rem;
}
.video img{
	min-height: 320px;
	border-radius: 10px;
	width: 100%
}
.video-link{
	position: absolute;
	top: 28%;
	left: 0;
	right: 0;
}
.video-link .fa{
	font-size: 5rem;
}
.video-link a{
	font-size: 2.3rem;
	color: #ffffff;
	font-weight: bold;	
	text-shadow: 0px 1px 3px rgba(0,0,0,0.6);
}

.img-steps{
	min-height: auto !important;
	margin-bottom: 1rem;
}
.text-small{
	font-size: 0.8rem;
}

.img-team{
	border: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 0.8rem;
	min-height: 350px;
	width: 100%;
}
.service-check .fa{
	font-size: 2.3rem !important;
	color: #00888a;
}
.service-check img{
	margin-top: 2rem;
	min-height: inherit;
}
.service-check h4{
	font-size: 1.3rem;
}


/*Footer*/
.footer{
	background-color: #12ce7cd4;
	padding: 2rem 0 0;
	color: #ffffff;
	font-size: 0.9rem;
}
.footer-heading{
	color: #ffffff;
	border-bottom: #ffffff 1px solid;
	padding-bottom: 0.4rem;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.footer ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer ul li a,
.footer a{
	color: #ffffff;
	font-size: 0.9rem;
}
.copyright{
	background-color: #40E0D0;
	padding: 1rem 0;
	margin-top: 2rem;
}
.copyright ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.copyright ul li{
	display: inline;
	margin-right: 0.5rem;
}
.copyright p{
	margin-bottom: 0;
}



.breadcrumb{
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
}
.medicine{
	background-color: #ffffff;
	border: 1px solid rgba(0,0,0,0.1);	
	margin: 1rem 0;
	border-radius: 6px;
	color: #262626;
}
.medicine p{
	padding: 0.8rem 1rem;
	font-size: 0.9rem;
	margin: 0;
}
.med-name{
	background-color: #f5f5f5;
	padding: 0.5rem 1rem;
	border-radius: 6px 6px 0 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.buy::before {
    color: #ffffff;
    content: "";
    font-family: "FontAwesome";
    font-size: 20px;
    left: 0px;
    opacity: 0;
    position: relative;
    top: 1px;
    transform: translateX(-10px) scale(0);
    transition: opacity 0.2s ease-in-out 0s, transform 0.28s ease-in-out 0s;
}

.buy {
    background: #12ce7cd4;
    color: #fff !important;
    display: block;   
    max-width: 100%;
    overflow: hidden;
    padding: 0.4rem 0 0.5rem;
    transition: all 0.2s ease-in-out 0s;
    margin: 0px;
	border-radius: 0 0 6px 6px;
}

.buy:hover {
  	background: #00888a;  
}

.buy:hover:before {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
	padding-right: 10px;
}

.medicine-box:hover .buy{
  background: #00888a;
  padding-left: 15px;
	text-decoration: none;
}

.medicine-box:hover .buy:before {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
	padding-right: 10px;
}
.medicine-box:hover{
	text-decoration: none;
}

.medicine-box .medicine-short-desc{
	
	height:90px;
	overflow: hidden;
	text-align:justify;
}

.carousel-control-prev .fa,
.carousel-control-next .fa{
	font-size: 2rem !important;
	text-shadow: 0 0 8px rgba(0,0,0,0.8) !important;
}
.stars{
	padding: 0rem 0 0.5rem; 
}
.stars ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.stars ul li{
	color: #FFC828;
	display: inline;
	font-size: 1.7rem;
}
.prod-qq{
	background-color: #f5f5f5;
	padding: 1rem;
	border: 1px solid rgba(0,0,0,0.1);
	 margin-bottom: 2rem;
}
.prod-dd{
	display: inline-block;
	height: 45px !important;
	margin-bottom: 1rem;
}
.instock{
	color: #090;
	display: inline;
	font-size: 1.3rem;
	font-weight: 100;
}
.table-prices > thead > tr > td{
	background-color: #00888a;
	color: #FFFFFF;
	font-weight: bold;
}
.table-prices{
	text-align: center;
}
.font-weight-light{
	font-weight:200;
}

.prod-info{
	margin: 1rem 0;
}
.prod-info .nav-tabs{
	background: #f2f5fc;
	color: #ffffff;
	border: 1px solid rgba(0,0,0,0.1);	
	border-bottom: none;
}
.prod-info .nav-tabs .nav-item.show .nav-link,
.prod-info .nav-tabs .nav-link.active,
.prod-info .nav-tabs .nav-link:focus,
.prod-info .nav-tabs .nav-link:hover{
	background-color: #00888a;
	color: #ffffff;
	border-radius: 0;
	border: none;	
}
.prod-info .nav-tabs .nav-link{
	color: #262626;
	border: none;
	padding-bottom: 0.6rem;
	padding-top: 0.6rem;
}
.prod-info .tab-content{
	background-color: #f5f5f5;
	padding: 1.3rem;
	border: 1px solid rgba(0,0,0,0.1);
	font-size: 0.9rem;
}

.prod-info .card-header a{
	font-size: 1rem;
}
.prod-info .card-header{
	padding: 0.5rem 1rem;
}
.prod-info .card{
	margin-bottom: 0.2rem;
}
.prod-info .card-block{
	font-size: 0.9rem;
}

/*Reviews*/
.reviews ul li{	
	background: #fafafa;	
	border: 1px solid rgba(0,0,0,0.1);	
	padding: 0.5rem;
	margin: 0.5rem 0;
}
.reviews .name{
	color: #00888a;
	font-weight: 600;
}
.reviews .name span{	
	font-weight: 400;
	font-size: 0.9rem;
}
.reviews ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.reviews .stars ul li{
	border: none;
	padding: 0;
}
.reviews p{
	margin: 0;
	font-size: 0.9rem;
}
/*Contact Info*/
.contact-info{
	background-color: #00888a;
	color: #ffffff !important;
	display: block;	
	min-height: 210px;
	text-align: center;
	width: 100%;
	padding: 2rem;
	border-radius: 6px;	
}
.contact-info .fa{
	color: #ffffff;
	font-size: 2.5rem;	
	margin-bottom: 0.8rem;
}
.contact-info h4{
	font-size: 1.6rem;
	font-weight: 200;
}
.contact-info h4,
.contact-info a{
	color: #ffffff;
}

/*About us page - our team*/
.our-team ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.our-team ul li{
	background-color: #FCFCFC;
	display: block;
	border: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 0.5rem;
}
.img-team-about{		
	min-height: auto !important;
	width: 100%;
}


.table-delivery > thead > tr > td{
	background-color: #00888a;
	color: #FFFFFF;
	font-weight: bold;
}

/*FAQ*/
.faqs .card-header a{
	font-size: 1rem;
}
.faqs .card-header{
	padding: 0.6rem 1rem 0.8rem;
}
.faqs .card{
	margin-bottom: 0.5rem;
}


/*Medical Assesment*/
.table-med-assessment{
	font-size: 1rem;
}
.table-heading{
	background: #00888a;
	color: #ffffff;
	font-size: 1rem;	
}
.table-med-assessment .table-heading td{
	padding-bottom: 0.4rem !important;
	padding-top: 0.4rem !important;
}
.table-med-assessment ul li{
	color: #727272;
	font-size: 0.9rem;
	padding-top: 0.3rem;
}
.hidden{
	display: none;
}

.coutinue-step ul li{
	list-style-type: none;
	padding: 0;
	margin: 0 2.5rem 0 0;
	display:inline-block;
	
}
.coutinue-step-num{
	background-color: #00888a;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #ffffff;
	line-height: 40px;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 50%;
	margin: 0 auto 0.3rem auto;
}
.coutinue-step-text{
	color: #00888a;
}

.coutinue-step-num-disable{
	background-color: #dddddd;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #ffffff;
	line-height: 40px;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 50%;
	margin: 0 auto 0.3rem auto;
}
.coutinue-step-text-disable{
	color: #dddddd;
}

.delivery-info{
	background-color: #f9f9f9;
	padding: 1rem;
	border: rgba(0,0,0,0.06) 2px solid;
	min-height: 310px;
	border-radius: 5px;
	margin-bottom: 1rem;
}
.delivery-info .fa{
	color: #00888a;
	font-size: 3rem;
}
.delivery-info h6{	
	font-size: 1.3rem;
}
.delivery-selected,
.delivery-info:hover{
	border: #00888a 2px solid;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
}
.shipping{
	background-color: #f9f9f9;
	padding: 1rem;
	border-radius: 5px;
	border-right: 8px solid #fff;
	border-bottom: 8px solid #fff;
}

/*payment page*/
.tbl-delivery-info tr > td{
	border: none;
}
.table-precord > thead > tr > th{
	font-weight: normal;
	background-color: #F1F1F1;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.table-precord > thead > tr > th span,
.table-precord > tbody > tr > td span{
	color: #00888a;
}
.table-precord tbody > tr > td,
.table-precord thead > tr > th{
	border: none;
}

/************SHOP SECTION******************/
.prod-img{
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.prod-img img{
	height: 140px
}
.product{
	border: #e7e7e7 1px solid;
}
.prod-data{
	font-weight: 600;
	font-size: 14px;
	padding: 15px 15px 25px;
	background: #fafafa;
}
.prod-data h6{
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 3px;
}
.prod-data .prod-price{	
	color: #ff9900;
	font-size: 20px;
}
.prod-data .star ul{
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}
.prod-data .star ul > li{
	display: inline;
	color: #FFBE00;
}

.shop .product{
	margin-bottom: 25px;
}

.filter-heading{
	font-weight: 600;
	font-size: 16px;
	padding: 15px 15px 0;
}
.filters .card-body{
	padding: 0;
	border: none;
}
.filters .custom-control{
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: 500;
	margin-right: 0;
}
.filters{
	border-bottom: #e7e7e7 1px solid;
	padding: 12px 15px;
}
.filters .filter-link{
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 5px;
	color: #333333;
	text-transform: uppercase;
	display: block;
	padding-bottom: 0;
}
.filters .filter-link:hover,
.filters .filter-link:focus{
	text-decoration: none;
}
.medcategories ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.medcategories ul > li{
	display: block;
	padding-bottom: 3px;
}

.filters [data-toggle="collapse"]:after
{
	font-family: 'FontAwesome';
	content: "\f0d7";
	float: right;
	color: #9f9f9f;
	font-size: 18px;
	line-height: 22px;

	-webkit-transform: rotate(0deg);
	-moz-transform:    rotate(0deg);
	-ms-transform:     rotate(0deg);
	-o-transform:      rotate(0deg);
	transform:         rotate(0deg);
}
.filters [data-toggle="collapse"].collapsed:after
{
	-webkit-transform: rotate(90deg);
	-moz-transform:    rotate(90deg);
	-ms-transform:     rotate(90deg);
	-o-transform:      rotate(90deg);
	transform:         rotate(90deg);
}


/*Media Queries*/
@media screen and (max-width: 768px){
	.logo-panel{		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
}
@media screen and (max-width: 767px){
	.yamm .container {
		width: 100%;
	}
	.coutinue-step ul li{
		margin: 0 1rem 0 0;
	}
	.phone{
		margin: 10px 0;		
	}
}

.overlay_loading {
	background-color: white;
	filter:alpha(opacity=50); /* IE */
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	top: 0px;
	left: 0px;
	font-size:25px;
}

.page-link{
	margin-right: 5px;
	border-radius: 3px;
	font-size: 13px;
	color: inherit;
}
.page-link:hover,
.page-link.active{
	background-color: #00888a;
	color: #ffffff;
	border: #00888a 1px solid;
}


/****New CSS***/
.quantity { 
 margin-right: 15px;
 float: left;
}
.quantity input {
 -webkit-appearance: none;
 border: none;
 text-align: center;
 width: 38px;
 height: 38px;
 font-size: 16px;
 font-weight: 600;
 border: #E1E8EE 1px solid;
 border-radius: 4px;
}
.plus-btn,
.minus-btn, .plus-btn-cart, .minus-btn-cart{
 width: 38px;
 height: 38px;
 background-color: #E1E8EE;
 border-radius: 4px;
 border: none;
 cursor: pointer;
}
.plus-btn:focus,
.minus-btn:focus,
.plus-btn-cart:focus,
.minus-btn-cart:focus
{
 outline: 0;
}
.price{
 color: #222222;
 font-weight: bold;
 font-size: 26px;
}
.line-through{
 text-decoration: line-through;
 color: #AAAAAA;
 font-weight: 100;
 font-size: 24px;
}
.btn-cart{
 background-color: #ff6700;
 color: #ffffff;
}
.btn-cart:hover{
 background-color: #E85D00;
  color: #ffffff;
}
.related-products .prod-img img,
.related-products .prod-img{
 height: auto;
}

/*OWL Navigation*/
.owl-theme .owl-nav{
 text-align: right;
 position: absolute;
 top: -53px;
 right: 0;
 display:block !important;
}
.owl-next,
.owl-prev{
 width: 30px;
 height: 30px;
 line-height: 27px;
 font-size: 20px!important;
 text-align: center;
 padding: 0 0 0 2px!important;
 background: #ffffff!important;
 border: #E1E8EE 1px solid;
 color: rgba(0,0,0,0.5)!important; 
 border-radius: 0!important;
 margin-right: 0!important;
}
.owl-next:hover,
.owl-prev:hover{
 background-color: #00888a!important;
 color: #ffffff!important;
 border-color: #00888a;
}


/************Cart Page***********/
.table-cart{
 background: #ffffff;
}
.table-cart .product-name{
 font-size: 16px;
}
.table-cart > thead > tr > th{
 background: #F1F1F1;
}

/***********New Css*************/
.form-control::placeholder{
	font-size: 0.75rem;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.payment-tabs .tab-content{
	border: #ddd 1px solid;
	border-top: none;
	background-color: #ffffff;
}
.paypal img{
	height: 80px;
}

.payment-tabs .alert{
	margin-bottom: 0;
}
.payment-tabs .raf-pdetail{
	padding: 20px;
}

/*************Dashboard****************/
.left-navigation{
	background: #00888a;
	margin: 1rem 0 3rem;
}
.left-navigation ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.left-navigation ul li{
	display: block;
}
.left-navigation ul li a{
	color: #ffffff;
	display: block;
	padding: 10px 15px;
	border-bottom: rgba(0,0,0,0.1) 1px solid;
}
.left-navigation ul li a:hover{
	background: #005455;
	color: #ffffff;
	text-decoration: none;
}

/*Social media icons*/
.socialmediaicons .fa {
 /* padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;*/
/*fa round*/
  padding: 10px;
  font-size: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.socialmediaicons .fa:hover {
    opacity: 0.7;
}

.socialmediaicons .fa-facebook {
  background: #3B5998;
  color: white;
}

.socialmediaicons .fa-twitter {
  background: #55ACEE;
  color: white;
}

.socialmediaicons .fa-google {
  background: #dd4b39;
  color: white;
}

.socialmediaicons .fa-linkedin {
  background: #007bb5;
  color: white;
}

.socialmediaicons .fa-youtube {
  background: #bb0000;
  color: white;
}

.socialmediaicons .fa-instagram {
  background: #E1306C;
  color: white;
}

.socialmediaicons .fa-pinterest {
  background: #cb2027;
  color: white;
}

.socialmediaicons .fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.socialmediaicons .fa-skype {
  background: #00aff0;
  color: white;
}

.socialmediaicons .fa-android {
  background: #a4c639;
  color: white;
}

.socialmediaicons .fa-dribbble {
  background: #ea4c89;
  color: white;
}

.socialmediaicons .fa-vimeo {
  background: #45bbff;
  color: white;
}

.socialmediaicons .fa-tumblr {
  background: #2c4762;
  color: white;
}

.socialmediaicons .fa-vine {
  background: #00b489;
  color: white;
}

.socialmediaicons .fa-foursquare {
  background: #45bbff;
  color: white;
}

.socialmediaicons .fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.socialmediaicons .fa-flickr {
  background: #f40083;
  color: white;
}

.socialmediaicons .fa-yahoo {
  background: #430297;
  color: white;
}

.socialmediaicons .fa-soundcloud {
  background: #ff5500;
  color: white;
}

.socialmediaicons .fa-reddit {
  background: #ff5700;
  color: white;
}

.socialmediaicons .fa-rss {
  background: #ff6600;
  color: white;
}
/*End social media icons*/

.btn-custom-blue{
	background:#40E0D0;
	color:#fff;
}
.btn-custom-blue:hover{
	background:#40E0D0;
	color:#fff;
}