h1, h2, h3, h4, h5, h6 {
    color: #222222;
}
@media (max-width: 1023px) {
#sp-menu-area {
height:91px;
}
#sp-menu-area #offcanvas-toggler {
height: 91px;
line-height: 100px;
}
#sp-menu-area .cart-item-info {
height: 91px;
line-height: 100px;
}
#sp-search {text-align:left;}
}

@media (min-width: 1024px) {
#sp-search {
text-align:right;
}
ul.social-icons {
	float:right;
}
}
ul.social-icons {
	line-height: 42px;
}
#sp-top-bar a,
#sp-top-bar {
	color:#848484;
	font-weight:300;
}
#sp-header {
    height: auto;
}

#sp-header .logo {
    height: 116px;
}
#sp-top-bar {
    font-size: 16px;
}
#sp-top1 {
	padding-left:0;
}
ul.social-icons > li {
    margin: 5px 12px;
}
.sp-megamenu-parent > li > a {
	padding: 2px 17px;
	text-transform: uppercase;
	transition: all 500ms ease 0s;
	color: #222 !important;
}
.sp-megamenu-parent {
	float:left;
}
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span {
	line-height: 70px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #0392ce;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	padding:10px;
	transition: all 500ms ease 0s;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover  {
    color: #ffffff;
    background-color: #0084bb;
    padding-left: 20px;
	transition: all 500ms ease 0s;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover a {
    color: #ffffff;
	transition: all 500ms ease 0s;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #ffffff;
	transition: all 500ms ease 0s;
	font-weight:400 !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	border-bottom: 1px solid #0087c0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
	border-bottom: 0px solid #0087c0;
}
.sp-megamenu-parent > li > a:before{
    position: absolute;
    top: -1px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #0392ce;
    content: "";
    transition:all 500ms ease;	
}
.sp-megamenu-parent > li:hover a:before{
    width: 100%;
}
.sp-menu-item.current-item.active a:before{
    width: 100%;
}
.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent > li.active:hover > a,
.sp-megamenu-parent > li > a:hover {
	color:#0392ce;
}
#sp-header2 {
    padding: 15px 0;
    border-top: 1px solid #eee;
}
#sp-logo {
	line-height:80px;
}

#sp-menu-area {
transition:all 500ms ease;
}

#sp-menu-area.header-sticky {
position:fixed;
width:100%;
top:0px;
background:#F7F7F7;
z-index:9999;
transition:all 500ms ease;
}

/**/
.sp-page-title  {
padding:110px 0 110px 0;
position: relative;
z-index: 0;
}

.sp-page-title .breadcrumb {display:none;}
.sp-page-title::before {
    background:  rgba(0, 0, 0, 0.70) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.sp-page-title .sp-page-title-heading {
color:#ffffff;
font-size: 48px;
font-weight: 600;
line-height: 50px;
text-transform: capitalize;
text-align: center;
z-index: 9;
position: relative;
}
#sp-breadcrumbs {
background:#fff;
padding: 0px;
border-bottom: 1px solid #f0f0f0;
}

#sp-breadcrumb {padding-left:11px;}
.breadcrumb {
padding:17px 0 1px 0;
background:#fff;
}
.breadcrumb-item + .breadcrumb-item,
.breadcrumb-item a {
    padding-left: .5rem;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
}
.breadcrumb-item a {color:#222;}
.breadcrumb-item + .breadcrumb-item::before {
    content: " \f105";
	font-size: 16px;
	color: #222;
	font-family:FontAwesome;
}
.breadcrumb-item.active {color:#0392ce;}

/*shop*/

.cart-item-info i {
	color:#222;
}
.cart-item-count {
	vertical-align: middle;
	background:#0392ce!important;
	line-height: 22px !important;
}
.cart-item-info {
	line-height:72px;
	border-left: 1px solid #eee;
	padding-left: 20px;
}
/*end shop*/

/*title*/
.sec-title {
    margin-top: -3px;
    padding-bottom: 50px;
    position: relative;
}

.sec-title.pdb-50{
    padding-bottom: 50px;
}
.sec-title.pdb-30{
    padding-bottom: 30px;
}

.sec-title.mar0auto .borderr:before {
    left: 50%;
    margin-left: -25px;
}
.sec-title h1 {
    color: #222222;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    text-transform: capitalize;
}
.sec-title .borderr {
    position: relative;
    overflow: hidden;
    display: block;
    background: #f0f0f0;
    height: 1px;
    display: block;
}
.sec-title .borderr:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 1px;
    background: #0392ce;
    content: "";
}

.sec-title h3 {
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}
.sec-title h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-transform: none;
    margin: 0 0 16px;
}
.sec-title p {
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 26px;
}
/*carousel*/
.medical-departments-area .single-item {
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px solid #f0f0f0;
    padding: 9px 9px 10px;
}
.medical-departments-area .single-item .iocn-holder {
    position: relative;
    background: #fcfcfc;
    display: block;
    padding: 25px 0 25px;
    z-index: 1;
}
.medical-departments-area .single-item .iocn-holder:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #2098D1;
    content: "";
    transition: all 500ms ease;
    transition-delay: 0.10s;
}
.medical-departments-area .single-item:hover .iocn-holder:after{
    height: 100%;    
}
.medical-departments-area .single-item .iocn-holder span:before {
    color: #0392ce;
    font-size: 100px;
    line-height: 100px;
    transition: all 500ms ease;
    transition-delay: 0.50s;
}
.medical-departments-area .single-item:hover .iocn-holder span:before{
    color: #ffffff;    
}
.medical-departments-area .single-item .text-holder {
    display: block;
    padding: 29px 10px 36px;
    border-bottom: 1px solid #f0f0f0;
    margin-left: -9px;
    margin-right: -9px;
}
.medical-departments-area .single-item .text-holder h3 {
    margin: 0 0 13px;
}
.medical-departments-area .single-item .text-holder p{
    margin: 0;    
}
.medical-departments-area .single-item a.readmore {
    border: 1px solid #f0f0f0;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 15px 4px;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    top: -20px;
    background: #fff;
    transition: all 500ms ease;
}
.medical-departments-area .single-item:hover a.readmore{
    background: #0392ce;
    border-color: #0392ce;
    color: #ffffff;
}

.medical-departments-area .owl-controls {
    position: absolute;
    right: 0;
    top: -90px;
}
.medical-departments-area .owl-theme .owl-nav{
    margin: 0;
}
.medical-departments-area .owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    border-radius: 0;
    color: #888888;
    font-size: 24px;
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 40px;
    border: 2px solid #f0f0f0;
    transition: all 700ms ease 0s;
}
.medical-departments-area .owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}
.medical-departments-area .owl-theme .owl-nav [class*="owl-"]:hover{
    border-color: #0392ce;
    color: #0392ce;
}
/**/

.medical-departments-area .owl-prev, .owl-next {margin-top: -41px;}
.medical-departments-area .owl-next {
	right:50px;
}

.medical-departments-area .owl-next:hover:before,
.medical-departments-area .owl-prev:hover:before {
	color: #fff!important;
}
.medical-departments-area .owl-prev:hover,
.medical-departments-area .owl-next:hover {
	border-color: #0392ce;
}
.medical-departments-area .owl-prev,
.medical-departments-area .owl-next {
	position: absolute;
	top:0px;
	border:2px solid #f0f0f0;
	border-radius:0;
}
.medical-departments-area .owl-prev{right:0;margin-left:-40px;}
.line-top {
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}

/*team*/
.team-area .single-team-member {
    position: relative;
    margin-bottom: 35px;
}
.team-area .single-team-member .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.team-area .single-team-member .img-holder img{
    transition: all 0.5s ease 0s;
    width: 100%;
}
.team-area .single-team-member:hover .img-holder img{ }
.team-area.daark .single-team-member .img-holder .overlay-style {
    background-color: rgba(0, 0, 0, 0.80);
}
.team-area .single-team-member .img-holder .overlay-style {
    background-color: rgba(3, 146, 206, 0.8);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
    padding: 0 20px;
    transform: translate3d(0px, -100%, 0px);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-o-transition: all .9s ease;
	-ms-transition: all .9s ease;
	transition: all .9s ease;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s; 
}
.team-area .single-team-member .img-holder .overlay-style .box{
    display: table;
    width: 100%;
    height: 100%;
}
.team-area .single-team-member .img-holder .overlay-style .box .content {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.team-area .single-team-member .img-holder .overlay-style .box .content .top{
	position: relative;
	right: 100%;  
    transition: all .9s ease;
}
.team-area .single-team-member:hover .img-holder .overlay-style .box .content .top{
	right: 0%;      
}
.team-area .single-team-member .img-holder .overlay-style .box .content .top h3 {
    color: #ffffff;
    margin: 0 0 3px;
}
.team-area .single-team-member .img-holder .overlay-style .box .content .top span {
    color: #fcfcfc;
}
.team-area .single-team-member .img-holder .overlay-style .box .content .border {
    display: block;
    height: 1px;
    width: 50px;
    background: #ffffff;
    margin: 11px 0 21px;
}
.team-area .single-team-member .img-holder .overlay-style .box .content .bottom{
	position: relative;
	left: 100%;  
    transition: all .9s ease;    
}
.team-area .single-team-member:hover .img-holder .overlay-style .box .content .bottom{
	left: 0%;      
}
.team-area .single-team-member .img-holder .overlay-style .box .content .bottom ul {
	padding-left:0;
	margin-left:0;
	list-style:none;
}
.team-area .single-team-member .img-holder .overlay-style .box .content .bottom ul li {
	list-style:none;
}
.team-area .single-team-member .img-holder .overlay-style .box .content .bottom ul li{
    color: #ffffff;   
    line-height: 32px;
}
.team-area .single-team-member .img-holder .overlay-style .box .content .bottom ul li i{
    display: inline-block;
    padding-right: 8px;
}
.team-area .single-team-member:hover .img-holder .overlay-style {
    transform: translate3d(0px, 0%, 0px);  
}
.team-area .single-team-member .text-holder {
    background: #ffffff;
    padding-top: 18px;
    padding-bottom: 12px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    transform: translate3d(0px, 0%, 0px);
    transition: all .9s ease;    
    transition-delay: 0.10s;
    border: 1px solid #f5f2f2;
    border-top: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.team-area .single-team-member .text-holder h3{
    color: #222222;
    font-size: 20px;
    text-transform: none;
    margin: 0 0 3px;
}
.team-area .single-team-member .text-holder span{
    color: #0392ce;
}
.team-area .single-team-member:hover .text-holder{
    transform: translate3d(0px, 120%, 0px);
    opacity: 0;
}

/**/
.border{border:1px solid #dee2e6;}
.brdright {
border-right: 1px solid #29a1d4;
}
.brdright.dark {
border-right: 1px solid #2f2e2e;
}
/**/
.single-testimonial-item {
    overflow: hidden;
    background: #fcfcfc;
    display: block;
    padding: 30px 30px 20px;
    border: 1px solid #f0f0f0;
}
.single-testimonial-item .img-box {
    width: 100px;
    height: 90px;
    margin: 0 auto;
    position: relative;
}
.single-testimonial-item .img-box .quote-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    border: 3px solid #fff;
    background: #0392ce;
    z-index: 1;
    border-radius: 50%;
}
.single-testimonial-item .img-box .quote-box i {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
}

.single-testimonial-item .img-holder {
    position: relative;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
    border-radius: 50%;
    display: block;
    height: 85px;
    margin: 0 auto;
    overflow: hidden;
    width: 85px;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    padding: 2px;
}
.single-testimonial-item:hover .img-holder{
    background: #0392ce;
    border-color: #0392ce;
} 
.single-testimonial-item .img-holder img{
    border-radius: 50%;    
}

.single-testimonial-item .text-holder {
    padding-top: 15px;
    transition: all 0.7s ease;
}
.single-testimonial-item .text-holder p {
    color: #848484;
    font-size: 16px;
    margin: 0;
}
.single-testimonial-item .name h3 {
    color: #222222;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    margin: 15px 0 3px;
}
.single-testimonial-item .name span {
    color: #0392ce; 
}

.testimonial-area .owl-dots {
    position: relative;
    margin-top: 40px;
}
.testimonial-area .owl-dots .owl-dot{
	background-image:none;
	width:12px;
	height:12px;
	margin:0px 5px;
	padding:0px;
	border:2px solid #e8e8e8;
	background:none;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
    transition: all 500ms ease;
}
.testimonial-area .owl-dots .owl-dot span{
	display:none;	
}
.testimonial-area .owl-dots .owl-dot.active{
    border: 2px solid #0392ce;
	background: #0392ce;
}
.linettop {
border-top:1px solid #f0f0f0;
border-bottom:1px solid #f0f0f0;
}
.middle-content-box {
    margin: 0px 0 33px;
    overflow: hidden;
}
.middle-content-box .img-holder {
  width: 340px;
}
.middle-content-box .img-holder,
.middle-content-box .text-holder{
  display: table-cell;
  vertical-align: top;
}
.middle-content-box .text-holder {
  padding-left: 30px; 
  position: relative;
}
.middle-content-box .text-holder:before{
  content: "\f10d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #f1f1f1;
  font-size: 24px;
  padding-right:0 ;
  position: absolute;
  top: -3px;
  left: 30px;    
}
.middle-content-box .text-holder {
  padding-left: 30px;
  padding-top: 32px;
  position: relative;
}
.middle-content-box .text-holder h3 {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 7px;
}
.middle-content-box .text-holder h5 {
  color: #0392ce;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.article-details .article-header h1, 
.article-details .article-header h2 {
font-size: 24px;
font-weight:400;
}
/**/
.facilities-appointment-area .single-item {
    margin-bottom: 30px;
    position: relative;
    padding-left: 95px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    z-index: 1;
}
.facilities-appointment-area .single-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #0392ce;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
}
.facilities-appointment-area .single-item:hover:before{
    height: 100%;
    opacity: 1;
}

.facilities-appointment-area .single-item .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background: #fcfcfc;
    border-right: 1px solid #f0f0f0;
}
.facilities-appointment-area .single-item .icon-holder .icon-box {
    display: table;
    height: 100%;
    width: 100%;  
}
.facilities-appointment-area .single-item .icon-holder .icon-box .icon{
    display: table-cell;
    vertical-align: middle;
}
.facilities-appointment-area .single-item .icon-holder span::before {
    color: #0392ce;
    display: block;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
}
.facilities-appointment-area .single-item .text-holder {
    padding-left: 5px;
    padding-top: 27px;
    padding-bottom: 13px;
    padding-right: 12px;
}
.facilities-appointment-area .single-item .text-holder h3{
    margin: 0 0 8px;
    transition: all 500ms ease;
}
.facilities-appointment-area .single-item .text-holder p{
    transition: all 500ms ease;    
}
.facilities-appointment-area .single-item:hover .text-holder h3{
    color: #ffffff;
}
.facilities-appointment-area .single-item:hover .text-holder p{
    color: #fff;    
}

.facilities-appointment-area .owl-controls {
    position: absolute;
    right: 0;
    top: -90px;
}
.facilities-appointment-area .owl-theme .owl-nav{
    margin: 0;
}
.facilities-appointment-area .owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    border-radius: 0;
    color: #888888;
    font-size: 24px;
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 40px;
    border: 2px solid #f0f0f0;
    transition: all 700ms ease 0s;
}
.facilities-appointment-area .owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}
.facilities-appointment-area .owl-theme .owl-nav [class*="owl-"]:hover{
    border-color: #0392ce;
    color: #0392ce;
}
/**/

.single-project-item {
    position: relative;
    overflow: hidden;
    display: block;
}
.single-project-item .img-holder{
    display: block;
    overflow: hidden;
    position: relative;  
}
.single-project-item .img-holder img {
    transform: scale(1.1, 1.1);
	transition: all .9s ease;
    width: 100%;
}
.single-project-item:hover .img-holder img{
    transform: scale(1.2, 1.2);
}
.single-project-item .img-holder .overlay-style-one{
    background: rgba(0, 0, 0, .8);
}
.single-project-item:hover .img-holder .overlay-style-one{
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}
.single-project-item .img-holder .overlay-style-one .box .content a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
	position: relative;
	right: 100%;
	transition: all .9s ease;
}
.single-project-item:hover .img-holder .overlay-style-one .box .content a{
    right: 0;
}
.single-project-item .img-holder .overlay-style-one .box .content p{ 
    color: #2acb35;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    position: relative;
	left: 100%;
	transition: all .9s ease; 
}
.single-project-item:hover .img-holder .overlay-style-one .box .content p{
    left: 0;
}
.single-project-item .img-holder .overlay-style-one .box .content .border {
    display: block;
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 0.40);
    margin: 13px auto 9px;
}

/**/

.single-project-item .img-holder .overlay-style-one .box .content a i {
    border: 2px solid #ffffff;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: #ffffff;
    line-height: 38px;
    transition: all 500ms ease;
}
.single-project-item .img-holder .overlay-style-one .box .content a:hover i{
    background: #ffffff;
    color: #222222;
    border-color: #0392ce;
}

.overlay-style-one{
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 100%;
	background: rgba(3, 146, 206, .8);
	color: #fff;
	transition: all .9s ease;
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}

.content a i {
    border: 2px solid #ffffff;
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: #ffffff;
    line-height: 38px;
    transition: all 500ms ease;
}
.content a:hover i{
    background: #ffffff;
    color: #222222;
    border-color: #0392ce;
}
/**/
.all-departments .menu {
overflow: hidden;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding-left: 0;
}
.all-departments li{
    position: relative;
    overflow: hidden;
    display: block;
}
.all-departments li:before  {
    position: absolute;
    top: 0;
    right: 10px;
    width: 25px;
    height: 25px;
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    content: "\f113";
    margin: 14px 0;
    transition: all 500ms ease;
}
.all-departments li.active:before{
    opacity: 0; 
    transition: all 500ms ease;
}
.all-departments li:hover:before{
    opacity: 0;  
    transition: all 500ms ease;
}
.all-departments li.active:after,
.all-departments li:hover:after{
    position: absolute;
    top: 0;
    right: 10px;
    width: 25px;
    height: 25px;
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    content: "\f112";
    margin: 14px 0;
    color: #0392ce;
    transition: all 500ms ease;
}
.all-departments li a {
    color: #848484;
    font-size: 14px !important;
    font-weight: 300;
    border-bottom: 1px solid #f0f0f0;
    display: block;
    padding: 14px 20px 12px;
    transition: all 500ms ease;
}
.all-departments li a:hover,
.all-departments li.active a{
    background: #fcfcfc;
    color: #0392ce;
    transition: all 500ms ease;
}
/**/
.single-sidebar .opening-time{
    overflow: hidden;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;  
	padding-left:0;
}
.single-sidebar .opening-time li{
    position: relative;
    overflow: hidden;
    display: block;  
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #f0f0f0;
    display: block;
    padding: 14px 20px 12px;
    transition: all 500ms ease;
}
.single-sidebar .opening-time li span{
    float: right;
}

.single-sidebar .contact-us {
    border-left: 1px solid #f0f0f0; 
    border-right: 1px solid #f0f0f0;   
	padding-left:0;
}
.single-sidebar .contact-us .contact-info {
	padding-left:0;
}
.single-sidebar .contact-us .contact-info li {
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    padding-left: 55px;
    padding-bottom: 10px;
    padding-top: 12px;
	list-style-type: none;
}
.single-sidebar .contact-us .contact-info li .icon-holder {
    position: absolute;
    top: 14px;
    left: 15px;
    width: 30px;
    height: 30px;
}
.single-sidebar .contact-us .contact-info li .icon-holder span:before{
    color: #0392ce;
    font-size: 25px;
    line-height: 25px;
}
.single-sidebar .contact-us .contact-info li .text-holder h5{
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: 'Hind', sans-serif;
}
/**/
.pricing-box {
    overflow: hidden;
    display: block;
}
.pricing-box .single-box {
    border: 1px solid #f0f0f0;
}
.pricing-box .single-box h3 {
    text-align: center;
    padding: 17px 0 15px;
    display: block;
	font-size:20px;
}
.pricing-box .single-box ul li {
    border-top: 1px solid #f0f0f0;
    display: block;
    padding: 14px 20px 12px;
}
.pricing-box .single-box ul {padding-left:0;}
/**/
.fullplanning h2 {
display:none;
}
.acttitle {
    font-size: 16px;
    padding: 0 20px 12px 20px;
    font-weight: 400;
    line-height: 27px;
}
.time {
    font-size: 16px;
    padding-top: 15px;
    line-height: 26px;
}
#sp-component .copyright {
display:none;
}

#sp-right .sp-module {
padding: 30px 0px 30px 0px;
}
/**/
.article-list .article {
border: 1px solid #f0f0f0;
padding:19px;
}
.article-list .article .article-header h1 a, 
.article-list .article .article-header h2 a {
color:#222;
font-size: 20px;
font-family: Poppins;
font-weight: 400;
}

body:not(.view-article) article.item .entry-image {
backface-visibility: hidden;
margin-bottom: 0;
transform: translate3d(0px, 0px, 0px);
width: 100%;
}
body:not(.view-article) article.item .entry-image a {
display: block;
overflow: hidden;
position: relative;
}
.article-intro-image img:before {
content: "";
height: 100%;
left: 0;
opacity: 1;
position: absolute;
top: 0;
transition: all 0.4s ease 0s;
visibility: hidden;
width: 100%;
background:red;
}
/**/

.search input{
border: 0px solid #f4f4f4;
color:#ababab;
border-radius:0;
}

#sp-left .sp-module,
#sp-right .sp-module {
border:0px solid #fff;
margin-top: 0px;
}
.categories-module li a:hover {
color:#0392ce;
transition: all 500ms ease;
}
.categories-module  li a{
color:#848484;
transition: all 500ms ease;
font-size: 16px;
font-weight: 300;
}

#sp-right .sp-module-content {
background:#ffffff;
display: block;
border: 1px solid #f5f4f3;
padding: 24px 30px 24px;


}
#sp-right .sp-module .sp-module-title {
    margin: 0;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 0px solid #f3f3f3;
}
#sp-right .sp-module .sp-module-title {
color:#222222;
font-size: 22px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
text-transform: capitalize;
margin: 0;
}

#sp-right .remmove .sp-module-content {
background: #ffffff;
display: block;
border: 0px solid #f5f4f3;
padding: 0 12px 0 12px;
}
.remmove .sppb-col-md-4 {
padding-right: 5px !important;
padding-left: 5px !important;
}
.remmove .sppb-addon-image-overlay-icon {background:transparent;}
.minusttop .sp-module-content{margin-top:-27px;padding: 10px 10px 10px 10px !important;}

#sp-right .latestnews li a {
color:#222 !important;
font-weight:400;
font-family:Poppins;
}
#sp-right .latestnews li a:hover {
color:#0392ce!important;
}
#sp-right .latestnews li span {color:#0392ce;}

.tagscloud .tag-name {
background: transparent!important;
color:#848484!important;
border-radius: 0px;
border: 1px solid #f4f4f4;
}
.tagscloud .tag-name:hover {
background:#0392ce!important;
border: 1px solid #0392ce;
color:#fff!important;
}
/**/
#sp-left .sp-module {
padding: 30px 0px 30px 0px;
}
#sp-left .sp-module-content {
background:#ffffff;
display: block;
border: 1px solid #f5f4f3;
padding: 24px 30px 24px;
}
#sp-left .shrk .sp-module-content {
padding: 14px 30px 14px;
margin-top:-28px !important;
}
#sp-left .sp-module .sp-module-title {
    margin: 0;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 0px solid #f3f3f3;
}
#sp-left .sp-module .sp-module-title {
color:#222222;
font-size: 22px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
text-transform: capitalize;
margin: 0;
}

#sp-left .remmove .sp-module-content {
background: #ffffff;
display: block;
border: 0px solid #f5f4f3;
padding: 0 12px 0 12px;
}
.remmove .sppb-col-md-4 {
padding-left: 5px !important;
padding-left: 5px !important;
}
#sp-left .latestnews li a {
color:#222 !important;
font-weight:400;
font-family:Poppins;
}
#sp-left .latestnews li a:hover {
color:#0392ce!important;
}
#sp-left .latestnews li span {color:#0392ce;}


/*shop*/
.j2store-search-product .btn {display:none;}
.j2store-search-product input{
border: 0px solid #f4f4f4 !important;
color:#ababab;
border-radius:0;
}
.j2store-categories-module li a{
color:#848484;
transition: all 500ms ease;
font-size: 16px;
font-weight: 300;
}
.j2store-categories-module li {
padding-top:5px;
}
.task-none .j2store-single-product {
border: 1px solid #f5f4f3;
margin-bottom:30px;
padding-bottom: 15px;
}
.product-price-container {
	padding-left:15px;
    color: #0392ce;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}
.product-price-container .sale-price {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}
.product-title a {
color:#222222;
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
line-height: 26px;
font-family: Poppins;
padding-left:15px;
}
.product-title {
margin-bottom:0!important;
}
.task-none .j2store-addtocart-form {
display:none;
}
.task-none .j2store-single-product .j2store-img-responsive {
border-bottom: 1px solid #f5f4f3;
}
.product-title {
color:#222222;
font-size: 24px;
font-weight: 400;
margin: 0 0 8px;
text-transform: capitalize;
}
.task-view .product-price-container {
padding-left: 5px;
}
.task-view .j2store-mainimage {
border: 1px solid #f5f4f3;
}
#j2store-product-detail-tab li.active a {
background:#fff;
color:#0392ce;
padding-bottom: 13px;
}
#j2store-product-detail-tab li a {
background:#ececec;
border-left:1px solid #ececec;
border-top:1px solid #ececec;
border-right:1px solid #ececec;
padding: 12px 16px;
margin-right:5px;
font-weight: 500;
color:#222;
font-size:16px;
}
.j2store-single-product .tab-content {
border-left:1px solid #ececec;
border-bottom:1px solid #ececec;
border-right:1px solid #ececec;
padding:40px 30px 10px 30px;
margin-top: 13px;
border-top: 1px solid #ececec;
}
#j2store-product-detail-tab {
margin-top:50px;
}
#j2store-product-detail-tab.nav-tabs {border-bottom:0px solid #fff !important;}
.price-sku-brand-container {
border-top: 0px solid #efefef;
}
.btn-primary {
    border-radius: 50px !important;
    text-transform: uppercase;
    padding: 14px 30px;
    font-weight: 600;
	font-size:14px;
	background:#0392ce;
	font-family:Poppins;
	border:2px solid #0392ce;
}
.btn-primary:hover {
border:2px solid #0392ce;
background:#fff;
color:#222;
}
.product-qty input[type="text"], 
.product-qty input[type="number"] {
margin: 0 20px 0 0;
height: 50px;
width:50px!important;
border:1px solid #eaeaea;
border-radius:0px;
}

.j2store-single-product .fade:not(.show) { opacity: 1!important;}
.j2store-product-modulepace .product_cart_block {display:none;}

#sp-right .product-under-image,
#sp-left .product-under-image {
    position: relative;
    margin-left: 95px;
    width: 100%;
    margin-top: -80px;
}
.j2store-module-product {
padding: 17px 0 35px 0;
border-bottom: 1px solid #f5f4f3;
}
.j2store-product-image .j2store-img-responsive {
border: 1px solid #f5f4f3;
margin-bottom: 10px;
margin-left: -14px;
}

.nobrd .sp-module-content{
border: 0px solid #f5f4f3 !important;
padding: 0px 0px 24px 0px!important;
}
.product-cart-left-block .product-price-container {
padding-left:0;
}
.j2store-single-product.multiple .product-title {
padding-top: 10px;
}
/**/
#sp-footer .container-inner {
border-top: 0px solid rgba(255, 255, 255, .1);
padding:17px 0;
}

.entry-image.intro-image img {
    width: 100%!important;
}
#offcanvas-toggler > .fa:hover, 
#offcanvas-toggler > .fa:focus, 
#offcanvas-toggler > .fa:active {
    color: #222;
}