/*================================ 
    #RESPONSIVE CSS 
====================================*/
.fun-factor-mobile{
	display: none;
}
.fun-factor-pc{
	display: block;
}
/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {


	/* Default */
	.top-pad-less-tablet {
		padding-top: 0;
	}

	.bottom-pad-less-tablet {
		padding-bottom: 0;
	}

	.breadcrumb-area {
		padding-top: 130px;
		padding-bottom: 120px;
	}

	/* Topbar */
	.top-bar-area .button {
		display: none;
	}

	.top-bar-area.inline {
		padding: 10px 0;
	}

	.top-bar-area.inline .info li {
		display: inline-block;
		float: none;
		margin: 0 10px;
	}

	.top-bar-area .text-right .info li {
		margin: 0 15px;
	}

	.top-bar-area .container>.row {
		justify-content: center;
		align-content: center;
	}

	.top-bar-area .logo {
		display: none;
	}


	/* About */
	.about-area .thumb-box {
		padding-right: 15px;
		margin-bottom: 30px;
	}

	.about-area.features-area .info {
		padding-right: 15px;
	}

	.about-area.features-area .features-item-box .single-item {
		margin-top: 30px;
	}

	/* Our Process */
	.process-area .process-items .single-item {
		margin-top: 30px;
	}

	.process-area .item {
		padding: 50px 30px;
	}

	.choseus-area .info {
		padding-right: 15px;
		margin-bottom: 30px;
	}

	/* Fun Factor */

	.fun-factor-area .fun-fact-items .item {
		margin-top: 50px;
		border: none;
	}

	.fun-factor-area .fun-fact-items .item:first-child,
	.fun-factor-area .fun-fact-items .item:nth-child(2) {
		margin-top: 0;
	}


	/* Services */
	.services-area .services-box .services-single>.row {
		display: block;
	}

	.services-area .services-box .services-single .thumb {
		min-height: 300px;
	}

	.services-area .services-box .services-single .info .fixed-icon i {
		left: 50%;
		top: 0;
		transform: translate(0, -50%);
	}

	.services-area .services-box .services-single .info {
		padding-left: 45px;
		padding-right: 45px;
		padding-top: 80px;
	}

	.services-area .services-box .services-single .info ul li {
		width: 100%;
	}

	.services-area .services-box .services-one-item-carousel.owl-carousel .owl-nav .owl-prev,
	.services-area .services-box .services-one-item-carousel.owl-carousel .owl-nav .owl-next {
		left: -40px;
	}

	.services-area .services-box .services-one-item-carousel.owl-carousel .owl-nav .owl-next {
		left: auto;
		right: -40px;
	}

	/* Health Tips */
	.health-tips-area .tips-items {
		padding-left: 0;
		margin-top: 30px;
	}

	.health-tips-area .tips-items.health-tips-carousel.owl-carousel .owl-dots {
		text-align: center;
	}


	/* Doctors */
	.doctors-area.inc-carousel .doctor-items .col-lg-12 {
		padding: 0;
	}


	/* Register */
	.register-area .register-items .info {
		padding-left: 15px;
		margin-top: 10px;
	}

	.shadow.half::after {
		background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 60%) repeat scroll 0 0;
	}

	/* Portfolio */
	.projects-area .gallery-items.colums-2 .pf-item,
	.projects-area .gallery-items.colums-3 .pf-item,
	.projects-area .gallery-items.colums-4 .pf-item {
		width: 50%;
	}

	/* Blog */
	.blog-area.left-sidebar .blog-content {
		float: none;
	}

	.blog-area.left-sidebar .sidebar,
	.blog-area.right-sidebar .sidebar {
		margin-top: 50px;
	}

	.blog-area.right-sidebar .sidebar {
		padding-left: 15px;
	}

	.blog-area.left-sidebar .sidebar {
		padding-right: 15px;
	}

	/* Contact */
	.contact-area .contact-items .left-item {
		padding-right: 15px;
		margin-bottom: 30px;
	}

	.contact-area .contact-items .right-item .item {
		display: block;
		text-align: center;
	}

	.contact-area .contact-items .right-item .item i {
		margin-right: 0;
		margin-bottom: 25px;
	}

	/* Error Page */
	.error-page-area .thumb {
		text-align: center;
		margin-bottom: 50px;
	}

	.error-page-area .error-box {
		text-align: center;
	}

	.error-page-area .search {
		margin: 30px auto auto;
	}


	/* Footer */
	footer .single-item {
		margin-top: 50px;
	}

	footer .single-item:first-child,
	footer .single-item:nth-child(2) {
		margin-top: 0;
	}

	footer .footer-bottom {
		text-align: center;
		border-top: 1px solid #e7e7e7;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	footer.bg-dark .footer-bottom {
		border-color: rgba(255, 255, 255, 0.2);
	}

	.footer-bottom .link {
		text-align: center !important;
		margin-top: 15px;
	}
}

@media only screen and (max-width: 575px){
	.product-box {
	    width: 65%;
	    padding: 10px 10px 13px 10px;
	    display: block;
	    margin: 0 auto;
	}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 736px) {
	.about-title {
	    font-size: 30px;
	    color: #D80C18;
	    margin: 21px 0;
	    text-align: center;
	}
	.info-bottom .top h5 {
	    font-size: 18px;
	    line-height: 28px;
	    color: #D80C18;
	    margin-top: 20px;
	}
	.info-bottom .top .title {
	    margin-top: 10px;
	    font-size: 14px;
	    line-height: 22px;
	    color: #D80C18;
	    opacity: 0.7;
	    text-align: left;
	}
	.info-bottom .bottom p {
	    margin-bottom: 10px;
	    font-size: 12px;
	    line-height: 24px;
	    color: #999999;
	}
	.info-bottom .bottom p span {
	    margin-left: 10px;
	    font-size: 12px;
	    line-height: 24px;
	    color: #555555;
	    font-weight: bold;
	}
	.info-bottom .bottom {
	    margin-top: 10px;
	}
	.pro-index-top .text {
		width: 100%;
		margin-top: 0px;
	}
	.fun-factor-mobile .product-title{
		color: #D80C18;
		    
			font-size: 30px;
	}
	.fun-factor-mobile .product-title span {
	    float: none;
	}
	.pro-index-top .product-title{
		color: #D80C18;
		    font-weight: bold;
			font-size: 18px;
			text-align: center;
	}
	.about-area .info>h5 {
text-align: center;
	}
	.about-area .info h2 {
text-align: center;
	}
	body, .banner-area, .banner-area div{
		height: 550px;
	}
	.banner-area {
		padding-top: 52px;
		height: 600px;
	}
	.carousel-inner.carousel-zoom .carousel-item>.slider-thumb{
		    -webkit-animation:none;
		    animation: none;
	}
	#div1 {
		position: relative;
		width: 90%;
		height: 270px;
		overflow: hidden;
		display: block;
		margin: 0 auto;
	}
	#div2 img {
		width: 150px;
		border: none;
	}
	
	.product-box {
		width: 86%;
		padding: 10px 10px 13px 10px;
		display: block;
		margin: 0 auto;
	}
	.wp-media_content {
	    width: 22%;
	}
	.wp-media_img {
	    width: 100%;
	    height: auto;
	}

	.choseus-area .top-info .fun-fact .medium {
		margin-bottom: 10px;
		font-size: 16px;
		margin-top: 5px;
	}

	.choseus-area .top-info .fun-fact .timer {
		font-size: 24px;
	}

	.default-padding .title {
		font-size: 20px;
		line-height: 70px;
		text-align: center;
		color: #000;
	}

	.register-area h2 {
		font-size: 18px;
		text-align: center;
	}

	.register-center {
		margin: 10px;
	}

	.blog-area .blog-items .single-item {
		margin-bottom: 15px;
	}

	.default-padding-box-top h4 a {
		font-size: 14px;
	}

	.default-padding-box-top {
		padding: 0px !important;
		margin-bottom: 5px;
	}

	.feature-entry-items .item {
	padding: 0px;
	    border-radius: 10px;
	    background: #ffffff;
	}

	.form-control {
		display: block;
		width: 100%;
		height: 38px;
		padding: .375rem .75rem;
		font-size: 12px;
		font-weight: 400;
		color: #495057;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		padding-left: 20px;
		border-radius: .25rem;
		transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	}

	.contact-area .contact-items form button {
		background:#ffb500;
		border: none;
		color: #ffffff;
		font-weight: 600;
		padding: 7px 88px;
		border-radius: 5px;
		display: block;
		margin: 0 auto;
	}.contact-area .contact-items {
    background: none;
}
.contact-area .contact-items form input, .contact-area .contact-items form textarea {
    box-shadow: inherit;
     background: #fff;
    border-radius: inherit;
}
	.feature-entry-items .item h4 {
		text-transform: capitalize;
		font-weight: 600;
		margin-bottom: 10px;
		font-size: 12px;
		margin-top: 10px;
	}

	.feature-entry-items .item p {
		font-size: 12px;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    -webkit-line-clamp: 2;
		    overflow: hidden;
			height: 140px;
	}

	.contact-area .contact-items .content {
		padding: 10px;
		    background: #C2181F;
		    margin-top: 0px;
		    color: #fff;
	}
.contact-area .contact-items form textarea {
    min-height: 50px;
}
	.footer-mobile {
		display: block;
	}
.fun-factor-mobile{
	display: block;
}
.fun-factor-pc{
	display: none;
}
	.site-heading h2 {
		display: block;
		position: relative;
		margin-bottom: 0;
		font-size: 16px;
	}

	.site-heading h4 {
		text-transform: uppercase;
		margin-top: 10px;
		color: #C2181F;
		font-size: 16px;
		position: relative;
		z-index: 1;
		display: inline-block;
	}

	.produtct {
		width: 100%;
		padding: 10px 10px 13px 10px;
		display: block;
		margin: 0 auto;
	}

	.produtct-item a {
		color: #555;
		display: block;
		font-size: 12px;
		line-height: 1px;
		margin-left: -1px;
		padding: 12px 12px 14px;
		position: relative;
		font-weight: 600;
	}

	.item-popup-gallery {
		display: block;
		padding: 5px 25px;
		color: #fff;
		margin: 0 auto;
		width: 90%;
	}

	nav.navbar.bootsnav .navbar-toggle {
		font-size: 26px;
	}

	footer {
		display: none;
	}

	.left-info h4 {
		font-size: 12px;
		text-transform: capitalize;
		text-align: center;
		margin-bottom: 20px;
	}

	.item .info .info-items .left-info {
		padding: 10px;
	}

	.product-area .title {
		float: left;
		font-size: 16px;
		color: #D80C18;
		margin: 20px 0;
	}

	.product-area .title a {
		font-size: 14px;
		margin-left: 10px;
		color: #e35151;
	}

	.tc-timeline .tc-timeline-icon {
		margin-left: -30px;
		left: 7%;
		display: block;
		position: absolute;
		top: -8px;
		width: 50px;
		height: 50px;
		background-color: #D80C18;
		border-radius: 10px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.tc-timeline .tc-timeline-icon span {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		display: block;
		position: absolute;
		left: 2px;
		color: #fff;
		top: 9px;
		font-size: 19px;
	}

	.tc-timeline .tc-timeline-content p {
		text-align: justify;
		margin: 1em 0;
		text-align: left;
	}

	.bread {
		margin-top: 0;
	}

	.bread-nav {
		width: 100%;
		margin: 0 auto;
	}





	/* Heading */
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 14px;
		font-weight: normal;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 18px;
		line-height: 1.4;
	}

	h5 {
		font-size: 16px;
		line-height: 1.4;
	}

	h6 {
		font-size: 14px;
		line-height: 1.4;
	}

	.container-medium {
		width: 100%;
	}

	.default-padding {
		padding-top: 60px;
		padding-bottom: 10px;
	}

	.padding-xl {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.default-padding.bottom-less {
		padding-bottom: 0px;
		padding-top: 60px;
	}

	.default-padding-bottom {
		padding-bottom: 50px;
	}

	.default-padding-top {
		padding-top: 50px;
	}

	.default-padding-bottom.bottom-less {
		padding-bottom: 20px;
	}

	.default-padding-top.bottom-less {
		padding-bottom: 20px;
	}

	.padding-less-mobile {
		padding-top: 0;
	}

	.responsive-pad-top-less {
		padding-top: 0;
	}

	.responsive-pad-bottom-less {
		padding-bottom: 0;
	}

	.site-heading {
		margin-bottom: 10px;
	}

	.breadcrumb-area h1 {
		font-size: 36px;
	}

	.owl-carousel.owl-theme .owl-nav {
		display: none;
	}

	.center-mobile {
		text-align: center;
	}

	.navbar .attr-nav.contact {
		display: none;
	}

	.side {
		padding: 50px 50px 50px 35px;
		width: 320px;
	}

	.top-bar-area {
		display: none;
	}

	nav.navbar.bootsnav.top-less.navbar-fixed.nav-box.no-background {
		top: 0;
	}

	.owl-carousel .owl-nav {
		display: none !important;
	}

	.breadcrumb-area {
		margin-top: 52px;
	}

	/* Banner Area */

	.banner-area .content h2 {
		font-size: 36px;
	}

	.banner-area .text-large .content h2 {
		font-size: 36px;
		line-height: 1.2;
		margin-top: 0;
	}

	.banner-area .content h3 {
		line-height: 1.4;
	}

	.banner-area .content p {
		padding: 0;
	}



	.banner-area .content {
		overflow: hidden;
		padding: 50px 0;
	}

	.banner-area .responsive-top-pad-110p .content {
		padding-top: 110px;
	}

	.banner-area .double-items {
		display: block;
	}

	.banner-area .content ul {
		margin-bottom: 25px;
	}


	/* About */
	.about-area .thumb-box .thumb {
		padding-bottom: 0;
		margin-bottom: 75px;
	}

	.about-area .thumb-box {
		padding-right: 15px;
	}

	.about-area .thumb-box .thumb img {
		width: 100%;
	}

	.about-area .thumb-box .thumb img:last-child {
		display: none;
	}

	.about-area .thumb-box .thumb i {
		bottom: -50px;
		height: 100px;
		width: 100px;
		line-height: 105px;
		font-size: 50px;
		transform: translate(-50%, 0);
		margin-left: 0;
	}

	.about-area.features-area .info {
		padding-right: 15px;
	}

	.about-area.features-area .features-item-box .single-item {
		margin-top: 30px;
	}

	/* Our Process */
	.process-area .process-items .single-item {
		margin-top: 30px;
	}

	.process-area .item {
		padding: 50px 30px;
	}


	/* Services */
	.services-area .services-box .services-single>.row {
		display: block;
	}

	.services-area .services-items .item {
		clip-path: inherit;
	}

	.services-area .services-box .services-single .thumb {
		min-height: 300px;
	}

	.services-area .services-box .services-single .info .fixed-icon i {
		left: 50%;
		top: 0;
		transform: translate(0, -50%);
	}

	.services-area .services-box .services-single .info {
		padding-left: 45px;
		padding-right: 45px;
		padding-top: 80px;
	}

	.services-area .services-box .services-single .info ul li {
		width: 100%;
	}


	/* Health Tips */
	.health-tips-area .tips-items {
		padding-left: 0;
		margin-top: 30px;
	}

	.health-tips-area .tips-items.health-tips-carousel.owl-carousel .owl-dots {
		text-align: center;
	}

	/* Form */
	.form .appoinment-box {
		padding: 50px 30px;
	}

	.register-area .register-items .info {
		padding: 20px;
		margin-top: 10px;
	}


	/* Fun Factor */
	.fun-fact-items {
		padding: 10px;
	}

	.fun-factor-area .fun-fact-items .item {
		margin-bottom: 0px;
		border: none;
	}

	.fun-factor-area .fun-fact .timer {
		font-size: 26px;
		font-weight: 800;
		line-height: 1;
		margin-top: -5px;
	}

	.fun-factor-area .fun-fact .medium {
		display: block;
		line-height: 1.2;
		margin-top: 8px;
		font-size: 14px;
		text-transform: capitalize;
	}

	.fun-factor-area {
		padding: 0px 0;
	}

	.fun-factor-area .fun-fact-items .item:last-child {
		margin-bottom: 0;
	}


	/* Register */
	.register-area .steps ul {
		text-align: center;
	}

	.register-area .steps ul li {
		width: 33.3333%;
		margin-bottom: 10px;
	}

	.register-area .steps ul li:last-child {
		margin-bottom: 0;
	}

	.register-area .steps ul li h5 {
		text-transform: capitalize;
		font-weight: 600;
		line-height: 1.4;
		font-size: 12px;
		color: #fff;
	}

	/* Carousel */
	.doctors-area.inc-carousel .doctor-items .col-lg-12 {
		padding: 0;
	}

	/* Faq */
	.choseus-area .faqs {
		margin-top: 30px;
	}

	.choseus-area .info {
		padding-right: 15px;
	}


	/* Contact */
	.google-maps iframe {
		height: 350px;
	}

	.subscribe-form .form {
		padding: 50px 15px;
	}

	.subscribe-form .form form {
		width: 80%;
	}

	/* Portfolio */
	.projects-area .gallery-items.colums-2 .pf-item,
	.projects-area .gallery-items.colums-3 .pf-item,
	.projects-area .gallery-items.colums-4 .pf-item {
		width: 100%;
	}


	/* Blog */
	.blog-area .blog-items .footer-meta ul {
		border-top: none;
		padding-top: 0;
	}

	.blog-area .blog-items .footer-meta ul li:first-child {
		display: none;
	}

	.blog-area .pagi-area .pagination {
		display: block;
	}

	.blog-area .pagi-area .pagination li {
		display: inline-block;
		margin-top: 5px;
	}

	.blog-area .blog-content .post-tags,
	.blog-area .blog-content .share {
		display: block;
		text-align: center;
	}

	.blog-area .blog-content .share .social {
		margin-top: 10px;
	}

	.blog-area.left-sidebar .blog-content {
		float: none;
	}

	.blog-area.left-sidebar .sidebar,
	.blog-area.right-sidebar .sidebar {
		margin-top: 50px;
		overflow: hidden;
	}

	.blog-area.right-sidebar .sidebar {
		padding-left: 15px;
	}

	.blog-area.left-sidebar .sidebar {
		padding-right: 15px;
	}

	.blog-area.single .post-pagi-area {
		text-align: center;
	}

	.blog-area.single .post-pagi-area a {
		margin: 5px;
	}

	.blog-area.single .post-pagi-area a:last-child {
		float: none;
	}

	.blog-area .comments-form {
		padding: 50px 30px;
	}

	.comments-list .commen-item.reply {
		margin-left: 0;
		padding-left: 0;
	}

	.comments-list .commen-item .content,
	.comments-list .commen-item .avatar {
		display: block;
		text-align: center;
	}

	.comments-list .commen-item .content {
		width: 100%;
	}

	.comments-list .commen-item .avatar {
		float: none;
		height: 80px;
		width: 80px;
		margin: auto;
	}

	.comments-list .commen-item .content .title {
		display: block;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.comments-list .commen-item .content .title span {
		margin: 0;
		padding: 0;
		border: none;
		display: block;
		margin-top: 5px;
	}

	.comments-list .commen-item {
		margin-bottom: 30px;
		border-bottom: 1px solid #e7e7e7;
		padding-bottom: 15px;
	}

	.comments-list .commen-item:last-child {
		margin-bottom: 0;
		padding: 0;
		border: none;
	}

	.blog-area .comments-form {
		margin-top: 30px;
	}


	/* Contact */
	.contact-area .contact-items .left-item {
		padding-right: 15px;
		margin-bottom: 30px;
	}

	.contact-area .contact-items .right-item .item {
		display: block;
		text-align: center;
	}

	.contact-area .contact-items .right-item .item i {
		margin-right: 0;
		margin-bottom: 25px;
	}

	/* Error Page */
	.error-page-area .thumb {
		text-align: center;
		margin-bottom: 50px;
	}

	.error-page-area .error-box {
		text-align: center;
	}

	.error-page-area h1 {
		font-size: 120px;
		line-height: 100px;
	}

	.error-page-area .search {
		margin: 30px auto auto;
	}

	/* Footer */
	footer::after {
		background-position: center;
	}

	footer .single-item {
		margin-top: 50px;
	}

	footer .single-item:first-child {
		margin-top: 0;
	}

	footer .footer-bottom {
		text-align: center;
		border-top: 1px solid #e7e7e7;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	footer.bg-dark .footer-bottom {
		border-color: rgba(255, 255, 255, 0.2);
	}

	.footer-bottom .link {
		text-align: center !important;
		margin-top: 15px;
	}
}

/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {

	/* Portfolio */
	.projects-area .gallery-items.colums-2 .pf-item,
	.projects-area .gallery-items.colums-3 .pf-item,
	.projects-area .gallery-items.colums-4 .pf-item {
		width: 50%;
	}
}


/* Custom Width 400px. */
@media only screen and (max-width: 400px) {

	/* About */
	.about-area .info ul li .info span {
		width: 100%;
	}

	/* Contact */
	.subscribe-form .form form {
		width: 100%;
	}


	/* Gallery */
	.gallery-area .gallery-items .item .info .info-items {
		display: block;
	}

	.gallery-area .gallery-items .item .info .info-items .left-info {
		padding-right: 30px;
		text-align: center;
	}

	.gallery-area .gallery-items .item .info .info-items .right-info a {
		display: inline-block;
		padding: 0;
		position: relative;
		right: auto;
		top: -10px;
		border-radius: 50%;
		height: 40px;
		width: 40px;
		text-align: center;
		left: 50%;
		transform: translate(-50%, 0);
	}

	/* Blog */
	.blog-area.full-blog .blog-items .item .info .meta ul {
		display: block;
	}

	.blog-area.full-blog .blog-items .item .info .meta ul li {
		margin-top: 10px;
	}

	.blog-area.full-blog .blog-items .item .info .meta ul li:first-child {
		margin-top: 0;
	}

	.blog-area .blog-items .item .info blockquote {
		padding: 50px 30px;
	}
}


/* Custom Width 600px. */
@media only screen and (max-width: 600px) {
	.about-items-bottom-text{
		overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    -webkit-line-clamp: 3;
		    word-wrap: break-word;
		    -webkit-hyphens: auto;
		    hyphens: auto;
	}
	.rbslider-wrapper {
	    height: 382px;
	    padding: 28px 0;
	}
	.rbslider-wrapper-text {
	    width: 100%;
	    margin: 70px auto;
	    padding: 5px;
	    line-height: 30px;
	    font-size: 12px;
	}

	.weui-tabbar__item {
	    display: inline-block;
	    width: 18.8%;
	    -webkit-box-flex: 1;
	    -webkit-flex: 1;
	    flex: 1;
	    padding: 8px 0 0 0;
	    font-size: 0;
	    color: #888;
	    text-align: center;
	    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
.produtct-item a {
    color: #555;
    display: block;
    font-size: 12px;
    line-height: 1px;
    margin-left: -1px;
    padding: 12px 3px 12px;
    position: relative;
    font-weight: 600;
}
	/* Services */
	.services-area .services-items .services-single ul li {
		width: 100%;
	}

	.choseus-area .info {
		text-align: center;
	}


}


/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.product-box {
    width: 100%;
    padding: 10px 10px 13px 10px;
    display: block;
    margin: 0 auto;
}

	.side {
		padding: 50px;
		width: 400px;
	}

	/* Blog */
	.comments-list .commen-item .content,
	.comments-list .commen-item .avatar {
		display: table-cell;
		text-align: left;
	}

	.comments-list .commen-item .content {
		width: auto;
	}

	.comments-list .commen-item .avatar {
		float: none;
		height: 80px;
		width: 80px;
		margin: inherit;
	}

	.comments-list .commen-item .content .title {
		margin-top: 0;
	}

	.comments-list .commen-item .content {
		padding-left: 25px;
	}

	.comments-list .commen-item .content .title {
		margin-top: 0;
	}

	.blog-area.single .post-pagi-area {
		text-align: inherit;
	}

	.blog-area.single .post-pagi-area a:last-child {
		float: right;
	}
}
@media only screen and (max-width: 575px){
	.wp-media_content {
	    width: 21%;
	}
}
@media only screen and (max-width: 667px){
	.product-box {
	    width: 95%;
	    padding: 10px 10px 13px 10px;
	    display: block;
	    margin: 0 auto;
	}
}