/*!
Theme Name: Progery
Theme URI: https://themepure.net/wp/progery/
Author: bdevs
Author URI: https://themeforest.net/user/bdevs/portfolio
Description: Progery - Plastic Surgery WordPress Theme
Version: 1.1.9
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: progeryx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body,
div,
span,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Noto Sans Thai', sans-serif !important;
    transition: all 0.3s ease;
}

header nav>ul>li .submenu li.m-new::after,
.pro-header-main nav>ul>li .submenu li.m-new::after {
	position: absolute;
	right: 8px;
	content: "new";
	top: 11px;
	background: #9E4B47;
	color: #fff;
	padding: 0px 8px;
	font-size: 12px;
	text-transform: capitalize;
	border-radius: 5px;
}

.pro-header-nav ul.submenu>li {
	position: relative;
}

.submenu li.menu-item {
	position: relative;
	position: relative;
    border: 0;
    padding-left: 40px;
/*     list-style: square inside; */
}

.submenu li.menu-item::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #cecbcb; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.2em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}



.submenu li.menu-item a {
    color: #9b7949;
    text-transform: uppercase;
    color: #ebe8e8;
    letter-spacing: 2px;
	font-size: 16px;
}

.header-nav .submenu li {
	display: block;
	margin-left: 0;
	margin-right: 0;
}

.tab-custom .service__middle {
	padding-left: 20px;
}

.nav-tabs .nav-item:nth-child(2) {
	display: none;
}

.page-id-4420 .elementor-widget-image img {
    width: 100%;
}

.title-page-review .generic-title {
	padding: 10px 0px 0px;
}


.description-area .desc-wrapper .nav {
	justify-content: start !important;
}

.header-left.d-flex.align-items-center {
	overflow: hidden !important;
}

.header-menu-2 {
    padding-right: 30px;
    padding-left: 30px;
}


.header-menu-2 .main-menu-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 20px 0;
}

.single-product .products_details .details-rating {
    display: none;
}

.single-product .yith-wcwl-add-to-wishlist {
    display: none;
}

.single-product .product_meta {
	 display: none;
}

.single-product .woocommerce-product-details__short-description p {
    font-size: 1.2em;
    line-height: 120%;
}

.single-product .woocommerce-product-details__short-description h5 {
	font-size: 1em;
	font-weight: 600;
}


.single-product .products_details .products_price {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b9b0a5 !important;
}

.single-product .single_add_to_cart_button {
    padding: 0px 40px;
	border-radius:7px !important;
    color: #fff;
    font-weight: 500;
    background: #9b7749;
    font-size: 1em;
    justify-content: space-between;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
    width: fit-content;
    border: 0;
    border-radius: 0;
}

.blog .breadcrumb-area {
    display: none !important;
}

.service-wrap {
	margin: 0px !important;
    padding: 80px 40px;
}

.services-list {
	margin: 0 auto;
}

.services-list .single__news:hover .news__img {
    opacity: 0.7;
}

.blog .header-menu-2 , .single-product .header-menu-2  {
    background: #f7f3ea;
}

.single-product .single_add_to_cart_button:hover {
	 background: #000;
} 

.woocommerce-shop .featured__product-text {
	padding: 0px 10px;
}

.woocommerce-shop .featured__product-text .price {
	display: none;
}

.woocommerce-shop .product-action__icon .button.yith-wcqv-button {
	display: none !important;
}

.woocommerce-shop .featured__product-img {
	position: relative;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.woocommerce-shop .featured__product-img img {
	vertical-align: top;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}



.woocommerce-shop .featured__product-img .secondary {
	opacity:0;
	display: none;
}


.woocommerce-shop .featured__product-img:hover img {
	-moz-transform: scale(1.13);
	-webkit-transform: scale(1.13);
	transform: scale(1.13);
}


.single-product .product-quantity {
    display: none;
}

.single-product .line-btn {
    font-style: normal;
    font-weight: 500;
	font-family: "Font Awesome 5 Brands" !important;
    color: #fff;
    font-size: 2em;
	padding: 0;
	margin: 0 0 0 10px;
}

.single-product .woocommerce-Price-amount bdi {
    color: #9b7849;
    font-size: 1.5em;
    font-weight: 600 !important;
    display: block;
    margin-top: 7px;
}

.header-menu-2 .main-menu-wrap .logo {
	padding-left: 14%;
}

.header-menu-2 .ham-menu-custom {
    background: #ebddd0;
    padding: 10px 15px;
    border-radius: 5px;
}

.extra-info {
    left: 0 !important;
    transform: translateX(-100%);
}

.elementor-container-tmp {
	max-width: 1140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
	margin-bottom: 70px
}


.list-services .single__news  { 
	background: transparent;
	cursor: pointer;
}

.epyt-gallery-title {
    font-size: 1em !important;
}

.generic-title {
	padding: 50px 0px;
}


.single__news.service_hover .news__img {
	background-position: center !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

/* 
.list-services .single__news:nth-child(1).service_hover .news__img  {	          	
	background:url("http://privatoclinic.com/wp-content/uploads/2022/09/รูปกลม-12-07-12.png") !important; 
	background-position: center !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.list-services .single__news:nth-child(2).service_hover .news__img  {
	background:url("http://privatoclinic.com/wp-content/uploads/2022/09/รูปกลม-12-07-07.png") !important;
    background-position: center !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;}

.list-services .single__news:nth-child(3).service_hover .news__img  {
	background:url("http://privatoclinic.com/wp-content/uploads/2022/09/รูปกลม-12-07-08.png")!important;
	background-position: center !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;}

.list-services .single__news:nth-child(4).service_hover .news__img {
	background:url("http://privatoclinic.com/wp-content/uploads/2022/09/รูปกลม-12-07-09.png") !important; 
	background-position: center !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;}

.list-services .single__news:nth-child(5).service_hover .news__img {
	background:url("http://privatoclinic.com/wp-content/uploads/2022/10/banner-วงกลม-05.png") !important;
	background-position: center !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
	opacity: 0.8;
}

.list-services .single__news:nth-child(6).service_hover .news__img  {
	background:url("http://privatoclinic.com/wp-content/uploads/2022/10/banner-วงกลม-06.png") !important;
	background-position: center !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
	opacity: 0.8;
} */

.list-services .single__news:hover .news__img  {
	opacity: 0.7;
}


.single__news.service_hover .w-100 {
	opacity: 0 !important;
}
/*  
.service_hover img {
	display: none;
}  */

/*----home----*/

.banner-home .slider__box {
	background: rgb(161 150 119 / 50%);
	padding: 30px;
	text-align: left;
}

.contact__list.contact__list--2 ul li {
	border-bottom: 1px solid #cec5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.contact__list.contact__list--2 ul  {
    padding-right: 40px;
}

.footer__copyright p {
    font-size: 12px !important;
}

.social-list li {
	border-bottom: 0px !important;
}

.page-template.elementor-kit-5  .breadcrumb-area.breadcrumb__height {
	display: none !important;
}

.page-template.elementor-kit-5  div#header-sticky, .woocommerce-shop  div#header-sticky {
    background: #f8f6f3;
}

.page-template.elementor-kit-5 .team__details {
	padding-top: 60px
}

.elementor-widget-tabs .elementor-tab-content, .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border: 1.5px solid #ccbaa2 !important;
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border-bottom: 0px !important;
}

.elementor-widget-tabs .elementor-tab-content {
	border-top: 0px !important;
}

.banner-home .slider__box {
	background: rgb(161 150 119 / 50%);
	padding: 30px;
	text-align: left;
	width: 35%;
}

.banner-home .slider__box--inner {
	padding-top: 25px;
}

.banner-home .slider__box--inner h4 {
	color: #a1855d;
	font-size: 1.9em;
}

.banner-home .slider__box--inner span {
	color: #fff;
	font-size: 1em;
}

.home-about .col-xl-6 {
	width: 100%;
}

.home-about .about__meta,
{
	display: none;
}

img[src=""] {
	display: none;
}

/* .promo-tab .elementor-tab-content {
	border: 1px solid #9c7949;
}
 */
.promo-tab .elementor-tab-desktop-title.elementor-active {
	border-color: #9c7949;
}

.promo-tab .elementor-tab-content img {
	max-width: 100%;
    width: 48.4% !important;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #9c7949;
}

.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 0px #fff !important;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
	right: initial !important;
	width: 0px !important;
}

.elementor-493 .elementor-element.elementor-element-47bf68c .elementor-tab-title:after {
	border: 0px #fff !important;
}


.elementor-widget-tabs .elementor-tab-desktop-title {
	padding: 15px 20px !important;
}

.footer__top {
	display: none;
}

.footer__bottom .col-md-6 {
	width: 49.5%;
}

.footer__bottom .col-md-6:nth-child(1) {
	padding: 0px 20px 0px 40px;
}

.footer__bottom .col-md-6:nth-child(2) {
	padding: 0px 20px 0px 50px;
}

.footer__bottom {
	padding: 0px;
}

.footer__bottom .col-md-6:nth-child(3),
.footer__bottom .col-md-6:nth-child(4) {
	display: none;
}

.home-doctors .col-xl-3 {
	margin-bottom: 0px;
}

.single-doctor ul {
	margin-left: 10px;
}

.elementor-template-full-width .breadcrumb__height {
	min-height: 300px;
}

.footer-style-3 .pt-100 {
	padding-top: 50px !important;
}

.footer-style-3 .pt-100 {
	padding-top: 50px !important;
}

.footer-style-3 .footer__copyright {
	padding-top: 0px;
}

.single-team .team__text {
	padding-right: 5px;
	padding-left: 5px;
	margin-top: -45px;
}

.single-team .team__text h4 {
	font-size: 15px !important;
}

.single-team .team__text h4 a {
	color: #545151;
}

.pro-single-spacing-wrap:hover a {
	color: #fff !important;
}

.Content-dr p {
	margin-bottom: 0;
	padding-right: 0;
	line-height: 150%;
}

.Content-dr ul li,
.Content-dr p {
	font-size: 16px;
}

.Content-dr ul li::marker {
	color: #9c7949;
}

.Content-dr h5 {
	color: #9c7949;
	font-weight: 400;
}

.Content-dr .team__details-content h3 {
	position: relative;
	margin-bottom: 30px;
}

.Content-dr .team__details-content h3::after {
	content: " ";
	display: inline-block;
	width: 130px;
	height: 4px;
	background: #c6a26f;
	position: absolute;
	bottom: -15px;
	left: 3px;
}

.Content-dr ul {
	margin-bottom: 10px;
}

.promo-tab .elementor-tab-title.elementor-active {
	color: #9B7949 !important;
	background-color: transparent !important;
	position: relative;
	border: 0px !important;
}


.promo-tab .elementor-tab-title {
	border: 0px !important;
}

.promo-tab .elementor-tab-title.elementor-active:after {
	content: " " !important;
    display: inline-block !important;
    width: 100% !important;
    height: 5px !important;
    background: #9B7949;
    position: absolute !important;
    bottom: 0px !important;
    left: 0 !important;
}


.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
	border-style: none solid solid;
	background: transparent  !important;
}

.elementor-element, .elementor ,.elementor-widget-tabs {
    transition: all 0.5s ease;
}

.testimonial__avater--desc p {
	display: none;
}


.testimonial-slide .single__testimonial-2 .testimonial__left span {
    font-size: 1em !important;
}

.testimonial-slide .single__testimonial-2 .testimonial__left h6 {
    color: #9c7949;
    font-size: 0.7em !important;
    margin-top: 0px;
    font-weight: 500;
}

.testimonial-slide .single__testimonial-2 {
	background-image:url('http://privatoclinic.com/wp-content/uploads/2022/04/00d52c9d1d049d2328587d7a4c8b478f.jpeg');
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 20px 0px;
}

.single-team .team__text h5 {
	font-size: 1em;
	font-weight:700;
}

.single-team .team__text h6 {
	font-size: 0.8em;
    overflow: hidden;
    white-space: nowrap;
}
}
.promo-tab .elementor-tab-content {
    border: 0px !important;
}


.promo-tab .elementor-tabs-content-wrapper {
    border-width: 0px !important;
}

.promo-tab .elementor-tabs-wrapper {
    overflow: hidden;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    column-gap: 21px;
	border-bottom: 1px solid #c5c0c0;
}

.progery_team_img {
	cursor: pointer;
}

.services-list .elementor-widget-container {
/* 	grid-template-columns: repeat(6,1fr);
    display: grid;
    grid-gap: 10px; */
}

.elementor-widget-wrap>.elementor-element {
    width: inherit !important;
}

.elementor-element-e2b3227 .elementor-element-00828cf {
	padding-top: 50px;
    padding-bottom: 20px;
}

.services-list .elementor-widget-container .single__news {
	position: relative;
}

.service-list .elementor-container.elementor-column-gap-default {
	max-width: 1400px !important;
}
.services-list .elementor-widget-container .single__news .news__link .item_title a {
    text-transform: capitalize;
    color: #ffe6a1;
    text-decoration: overline;
	font-size: 1.6em;
	padding: 80% 10%;
	opacity: 0;
	z-index: 9;
}

.services-list .elementor-widget-container .single__news .news__link .item_title a:hover {
    color: #9c7815 !important;
    text-decoration: underline !important;
	transition: all 0.3s ease;
}

.services-list .elementor-widget-container .single__news .news__view {
	display: none;
}

.banner-home-slide .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 45px;
}

.banner-home-slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #9b7849;
}

.banner-home-slide .eicon-chevron-left:before, .banner-home-slide .eicon-chevron-right:before  {
    color: #a6885f;
    font-size: 25px;
}

.menu-service {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin: -20px 0px 40px;
	list-style: none;
}

.menu-service li img:hover {   
	 opacity: 0.7;
}

.services-list .elementor-widget-container .single__news .news__text {
	position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.home-doctors .team-area .row:nth-child(2) {
	grid-template-columns: repeat(9,1fr);
    display: grid;
	padding-bottom: 100px;
}

.home-doctors .team-area .single-team {
	width: 100% !important;
}

.home-doctors .team-area .generic-title {
	padding-top: 70px;
}

.home-doctors .team-area .row .col-xl-3 {
	width: 100% !important;
}

.home-doctors .col-xl-3 {
	margin-bottom: 0px;
	padding: 5px;
}

.single-doctor ul {
	margin-left: 10px;
}

.team__img.progery_team_img {
    padding-right: 0px;
	width: 100%;
    max-height: 190px;
    overflow: hidden;
}

.single-team .team__text span {
	display: none !important;
}

.extra-info {
	background: #846943;
}

.side-info {
    border-top: 0;
    margin: -20px;
    margin-bottom: 30px;
    padding: 20px;
	
}

.menu-main-nav a.nav-link {
	text-transform: uppercase;
    font-size: 1.2vw;
    letter-spacing: 1px;
	color:#fff;
	font-family: 'Josefin Sans', sans-serif !important;
}


.trp-language-switcher .trp-ls-shortcode-current-language {
    display: inline-block;
    background: transparent  !important;
    border: 0  !important;
    text-align: center  !important;
}

.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
    color: #fff;
}

.trp-language-switcher > div:hover a.trp-ls-shortcode-disabled-language {
    color: inherit !important;
}




.menu-main-nav ul {
    list-style: none;
}

.promotion-list .gallery-icon {
	margin: 10px;
}

.promotion-list {
    margin-bottom: 100px;
}

.close-icon > button {
    color: #fff;
    font-size: 24px;
}

.menu-main-nav ul li {
    border-top: 1px solid #a8906e;
    padding: 7px 0px;
}

.single-product .breadcrumb-area {
    display: none !important;
}


.woocommerce-shop .featured__product {
    border: 1px solid #e4d7c6;
}

.yith-wcqv-wrapper .details-rating {
	display: none;
}


.woocommerce-shop .featured__product .price a {
	border: 1px solid #e4d7c6;
}

.woocommerce-shop .featured__product .featured__product-img img {
    object-fit: cover;
    max-height: 320px;
    max-width: 100%;
    width: 100% !important;
}

.woocommerce-shop .featured__product .featured__product-img {
    height: 315px;
}




.woocommerce-shop .featured__product h4 {
    font-size: 1em;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.woocommerce-shop .product-action__icon .yith-wcwl-add-to-wishlist, 
.woocommerce-shop .product-action__icon .add_to_cart_button  {
	display: none;
}

.woocommerce-shop .generic-title {
    padding: 0px 0px 30px 0px;
    margin-top: -30px;
}


.woocommerce-shop .woocommerce-products-header {
	margin-left: -3%;
}

.woocommerce-shop .shop-divide {
	width: 80%;
    height: 20px;
    border-bottom: 1px solid #9b7849;
    margin: 0 auto;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 50px;
    position: relative !important;
}

.woocommerce-shop .shop-txt-divide {
	position: absolute;
    font-size: 1em;
    background-color: #f9f9f9;
    padding: 0 10px;
    text-transform: uppercase;
    position: absolute !important;
    color: #9b7849;
    letter-spacing: 2px;
    margin-top: -17px;
    margin-left: -8%;
}

.woocommerce-shop .breadcrumb-area {
    display: none !important;
}

.woocommerce-shop .featured__product {
    padding: 0px 0px 0px 0px;
}
.woocommerce-shop .woocommerce-Price-amount bdi {
    font-size: 1em;
	color: #9b7849;
}

.container-about .elementor-widget-container p {
	font-size: 1em;
}

.container-about .elementor-widget-container h4 {
	font-size: 1.2em;
	font-weight: 600;
}


.container-about .elementor-widget-container {
	margin-bottom: 50px;
}

.blog .trail-items {
	display: none;
}


.blog .breadcrumb__height {
    min-height: 400px !important;
}



.blog-area .container .col-lg-8.blog-post-items {
	width:80%;
	margin: 0 auto;
	display: block;
}

.blog-area .container .col-lg-8 .has-post-thumbnail img {
	width: 100%;
}

.blog-area .container .col-lg-4 {
	display: none !important;
}

.blog .breadcrumb__text h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 5px;
}

.blog [data-overlay]::before {
    opacity: 0.5;
}

.elementor-image-gallery .gallery-columns-4 .gallery-item {
    padding: 10px;
}

ul.menu-lifting {
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    gap: 10px;
    list-style: none;
}

.page-id-4740 ul.menu-lifting .img {
	width: 50%;
}


.page-id-4581 ul.menu-lifting .img {
	width: 65%;
}

.page-id-4804 ul.menu-lifting .img {
	width: 80%;
}


.page-id-4884 ul.menu-lifting .img {
	width: 45%;
}

.page-id-4884 ul.menu-lifting {
    margin-left: 1%;
}

.menu-lifting-wrap {
	margin: 30px 0px;
}

.relative {
	position: relative;
}

.page-id-4581 .text-wrap1 .p1 {
    line-height: 180%;
    font-size: 1.04em;
}


.page-id-4581 .text-wrap2 .p1,.page-id-4581 .text-wrap2 .p2,.page-id-4581 .text-wrap2 .p3,.page-id-4581 .text-wrap2 .p4 {
    line-height: 180%;
    font-size: 1.00em;
	color: #fff;
}


.page-id-4804 .text-wrap2 .p1,.page-id-4804 .text-wrap2 .p2,.page-id-4804 .text-wrap2 .p3,.page-id-4804 .text-wrap2 .p4 {
    line-height: 180%;
    font-size: 1.00em;
	color: #fff;
}


.text-wrap3 .p1, .text-wrap3 .p2, .text-wrap3 .p3, .text-wrap3 .p4 {
	line-height: 180%;
    font-size: 0.9em;
    color: #736371;
}

.text-wrap4 .p1, .text-wrap4 .p2, .text-wrap4 .p3, .text-wrap4 .p4 {
	line-height: 170%;
    font-size: 0.8em;
    color: #000;
}

.page-id-4581 .text-wrap5 .p1,.page-id-4581 .text-wrap5 .p2,.page-id-4581 .text-wrap5 .p3,.page-id-4581 .text-wrap5 .p4 {
	line-height: 180%;
    font-size: 0.9em;
    color: #5b5a5a;
}


.page-id-4581 .text-wrap1 {
    position: absolute !important;
    width: 33% !important;
    font-size: 20px;
    top: 45%;
    left: 15%;
}

.page-id-4581 .text-wrap2 {
    position: absolute !important;
    width: 33% !important;
    font-size: 20px;
    top: 18%;
    right: 5%;
}

.page-id-4581 .text-wrap3 {
    position: absolute !important;
    width: 50% !important;
    font-size: 20px;
    top: 50%;
    left: 5%;
}


.page-id-4581 .text-wrap4 {
    position: absolute !important;
    width: 46% !important;
    font-size: 20px;
    top: 49%;
    left: 7%;
}


.page-id-4581 .text-wrap5 {
    position: absolute !important;
    width: 30% !important;
    font-size: 20px;
    top: 49%;
    left: 16%;
}


.page-id-4740 .text-wrap1-mb,.page-id-4740 .text-wrap2-mb ,.page-id-4740 .text-wrap3-mb ,.page-id-4740 .text-wrap4-mb  {
	padding: 20px;
}

.page-id-4884 .text-wrap4-mb {
	padding: 20px;
}


ul.menu-lifting li {
	text-align: center;
}



.page-id-4581 .text-wrap1-mb {
	padding: 20px;
}

.page-id-4581 .text-wrap2-mb {
	padding: 20px;
}

.page-id-4581 .text-wrap3-mb {
	padding: 20px;
}



.page-id-4804 .text-wrap1-mb {
	padding: 20px;
}

.page-id-4804 .text-wrap2-mb {
	padding: 20px;
}

.page-id-4804 .text-wrap3-mb {
	padding: 20px;
}

.page-id-4804 .text-wrap4-mb {
	padding: 20px;
}




.page-id-4581 .text-wrap2 li {
	color: #fff  !important;
    font-size: 0.9em !important;
}

.page-id-4581 .text-wrap2-mb li {
    font-size: 0.9em ;
}


.text-wrap1-mb .p1 ,.text-wrap1-mb .p2, .text-wrap1-mb .p3, .text-wrap1-mb .p4
.text-wrap2-mb .p1, .text-wrap2-mb .p2, .text-wrap2-mb .p3, .text-wrap2-mb .p4 ,
.text-wrap3-mb .p1, .text-wrap3-mb .p2, .text-wrap3-mb .p3, .text-wrap3-mb .p4 ,
.text-wrap4-mb .p1, .text-wrap4-mb .p2, .text-wrap4-mb .p3, .text-wrap4-mb .p4 ,
.text-wrap5-mb .p1, .text-wrap5-mb .p2, .text-wrap5-mb .p3, .text-wrap5-mb .p4,
.text-wrap6-mb .p1, .text-wrap6-mb .p2, .text-wrap6-mb .p3, .text-wrap6-mb .p4, .text-wrap6-mb li {
	font-size: 1em;
    font-weight: normal;
    line-height: 160% !important;
	text-indent: 3ch;
}






.page-id-4740 .text-wrap1 {
	position: absolute !important;
    width: 56% !important;
    font-size: 1.15em;
    top: 5%;
    right: 7%;
    color: #000;
}

.page-id-4740 .text-wrap2 {
    position: absolute !important;
    width: 44% !important;
    font-size: 1.1em;
    top: 41%;
    left: 4%;
    color: #000;
}




.page-id-4740 .text-wrap3 {
    position: absolute !important;
    width: 44% !important;
    font-size: 1.1em;
    top: 49%;
    right: 5%;
}

.page-id-4884 .text-wrap4 {
    position: absolute !important;
    width: 44% !important;
    font-size: 1.1em;
    top: 49%;
    right: 5%;
}

.page-id-4740 .text-wrap3 .p1,.page-id-4740 .text-wrap3 .p2,.page-id-4740 .text-wrap3 .p3,.page-id-4740 .text-wrap3 .p4 {
    font-size: 1em;
    color: #000 !important;
}

.page-id-4884 .text-wrap4 .p1,.page-id-4884 .text-wrap4 .p2,.page-id-4884 .text-wrap4 .p3,.page-id-4884 .text-wrap4 .p4 {
    font-size: 1em;
    color: #000 !important;
}


.page-id-4740 .elementor-widget:not(:last-child) {
	margin-bottom: 0px;
}

.page-id-4804 .text-wrap1 {
    position: absolute !important;
    width: 43% !important;
    font-size: 20px;
    top: 7%;
    right: 8%;
}

.page-id-4804 .text-wrap2 {
    position: absolute !important;
    width: 44% !important;
    font-size: 20px;
    top: 25%;
    left: 7%;
}

.page-id-4804 .text-wrap2 p {
	text-indent: 4ch;
}

.page-id-4804 .text-wrap3 {
    position: absolute !important;
    width: 30% !important;
    font-size: 20px;
    top: 30%;
    right: 6%;
}


.page-id-4804 .text-wrap4 {
    position: absolute !important;
    width: 35% !important;
    font-size: 20px;
    text-align: center;
    top: 30%;
    left: 35%;
}


.page-id-4804 .text-wrap1 .p1,.page-id-4804 .text-wrap1 .p2,.page-id-4804 .text-wrap1 .p3,.page-id-4804 .text-wrap1 .p4 {
	font-size: 1.0em;
    text-indent: 4ch;
}

.page-id-4804 .text-wrap3 .p1,.page-id-4804 .text-wrap3 .p2,.page-id-4804 .text-wrap3 .p3,.page-id-4804 .text-wrap3 .p4 {
	line-height: 180%;
    font-size: 1.1em;
    color: #736371;
    text-indent: 4ch;
}

.page-id-4804 .text-wrap4 .p1,.page-id-4804 .text-wrap4 .p2,.page-id-4804 .text-wrap4 .p3,.page-id-4804 .text-wrap4 .p4 {
	line-height: 170%;
    font-size: 1.1em;
    color: inherit !important;
}


.page-id-4804 .text-wrap2-mb .p1,.page-id-4804 .text-wrap2-mb .p2,.page-id-4804 .text-wrap2-mb .p3,.page-id-4804 .text-wrap2-mb .p4 {
    line-height: 150%;
}



.page-id-4884 .text-wrap1 {
    position: absolute !important;
    width: 31% !important;
    font-size: 20px;
    bottom: 33%;
    right: 10%;
}


.page-id-4884 .text-wrap2 {
    position: absolute !important;
    width: 31% !important;
    font-size: 20px;
    bottom: 9%;
    right: 7%;
}

.page-id-4884 .text-wrap3 {
    position: absolute !important;
    width: 33% !important;
    font-size: 20px;
    bottom: 39%;
    left: 11.5%;
}

.page-id-4884 .text-wrap2 p {
	text-indent: 4ch;
}




.page-id-4884 .text-wrap1 .p1,.page-id-4884 .text-wrap1 .p2,.page-id-4884 .text-wrap1 .p3,.page-id-4884 .text-wrap1 .p4 {
	font-size: 1.1em;
    text-indent: 4ch;
    line-height: 160%;
}

.page-id-4884 .text-wrap2 .p1,.page-id-4884 .text-wrap2 .p2,.page-id-4884 .text-wrap2 .p3,.page-id-4884 .text-wrap2 .p4 {
	color: #605e5e;
    font-size: 1em;
    text-indent: 4ch;
    line-height: 170%;
}

.page-id-4884 .text-wrap3 .p1,.page-id-4884 .text-wrap3 .p2,.page-id-4884 .text-wrap3 .p3,.page-id-4884 .text-wrap3 .p4 {
	color: #605e5e;
    font-size: 1em;
    text-indent: 4ch;
    line-height: 170%;
}

.page-id-4884 .text-wrap1-mb {
	padding: 20px;
}

.page-id-4884 .text-wrap2-mb {
	padding: 20px;
}

.page-id-4884 .text-wrap3-mb {
	padding: 20px;
}




.page-id-4947 .text-wrap1 {
    position: absolute !important;
    width: 35% !important;
    font-size: 1em;
    bottom: 5.5%;
    right: 5%;
}


.page-id-4947 .text-wrap2 {
    position: absolute !important;
    width: 39% !important;
    font-size: 1em;
    top: 16%;
    left: 10%;
}

.page-id-4947 .text-wrap3 {
    position: absolute !important;
    width: 36% !important;
    font-size: 1em;
    bottom: 49%;
    right: 7%;
}



.page-id-4947 .text-wrap4 {
    position: absolute !important;
    width: 30% !important;
    font-size: 1em;
    bottom: 12%;
    left: 10%;
}


.page-id-4947 .text-wrap5 {
    position: absolute !important;
    width: 32% !important;
    font-size: 1.1em;
    bottom: 12%;
    left: 7%;
}

.page-id-4947 .text-wrap6 {
    position: absolute !important;
    width: 30% !important;
    font-size: 1em;
    top: 36%;
    right: 6%;
}

.page-id-4947 .section-2 {
   margin-top: -35px;
}






.page-id-4947 .text-wrap1 .p1,.page-id-4947 .text-wrap1 .p2,.page-id-4947 .text-wrap1 .p3,.page-id-4947 .text-wrap1 .p4 {
	font-size: 1.1em;
    text-indent: 4ch;
    line-height: 160%;
}

.page-id-4947 .text-wrap2 .p1,.page-id-4947 .text-wrap2 .p2,.page-id-4947 .text-wrap2 .p3,.page-id-4947 .text-wrap2 .p4 {
	color: #605e5e;
    font-size: 1em;
    text-indent: 4ch;
    line-height: 170%;
}

.page-id-4947 .text-wrap3 .p1,.page-id-4947 .text-wrap3 .p2,.page-id-4947 .text-wrap3 .p3,.page-id-4947 .text-wrap3 .p4 {
	color: #605e5e;
    font-size: 1em;
    text-indent: 4ch;
    line-height: 170%;
}

.page-id-4947 .text-wrap4 .p1,.page-id-4947 .text-wrap4 .p2,.page-id-4947 .text-wrap4 .p3,.page-id-4947 .text-wrap4 .p4 {
	font-size: 1.1em;
    text-indent: 4ch;
    line-height: 160%;
}

.page-id-4947 .text-wrap5 .p1,.page-id-4947 .text-wrap5 .p2,.page-id-4947 .text-wrap5 .p3,.page-id-4947 .text-wrap5 .p4 {
	color: #605e5e;
    font-size: 1em;
    text-indent: 4ch;
    line-height: 170%;
}

.page-id-4947 .text-wrap6 .p1,.page-id-4947 .text-wrap6 .p2,.page-id-4947 .text-wrap6 .p3,.page-id-4947 .text-wrap6 .p4 {
	color: #605e5e;
    font-size: 1em;
    text-indent: 4ch;
    line-height: 170%;
}

.page-id-4947 .text-wrap6 ul {
	list-style-position: inside;
	font-style: italic;
    text-indent: 0ch;
	margin-left: -35px;
}


.page-id-4947 .text-wrap1-mb ,.page-id-4947 .text-wrap2-mb ,.page-id-4947 .text-wrap3-mb,
.page-id-4947 .text-wrap4-mb ,.page-id-4947 .text-wrap5-mb ,.page-id-4947 .text-wrap6-mb
 {
	padding: 20px;
}



.page-id-5014 .text-wrap1 {
    position: absolute !important;
    width: 45% !important;
    top: 7%;
    left: 10%;
}


.page-id-5014 .text-wrap2 {
	position: absolute !important;
    width: 33% !important;
    top: 27%;
    right: 11%;
    text-align: center;
}

.page-id-5014 .text-wrap3 {
    position: absolute !important;
    width: 32% !important;
    bottom: 18.1%;
    left: 16%;
}



.page-id-5014 .text-wrap4 {
    position: absolute !important;
    width: 35% !important;
    bottom: 11%;
    right: 10%;
}


.page-id-5014 .text-wrap5 {
    position: absolute !important;
    width: 31% !important;
    font-size: 20px;
    bottom: 9%;
    right: 7%;
}

.page-id-5014 .text-wrap6 {
    position: absolute !important;
    width: 33% !important;
    font-size: 20px;
    bottom: 39%;
    left: 11.5%;
}



.page-id-5014 .text-wrap1 .p1,.page-id-5014 .text-wrap1 .p2,.page-id-5014 .text-wrap1 .p3,.page-id-5014 .text-wrap1 .p4 {
    font-size: 1em;
    text-indent: 2ch;
    line-height: 150%;
}

.page-id-5014 .text-wrap2 .p1,.page-id-5014 .text-wrap2 .p2,.page-id-5014 .text-wrap2 .p3,.page-id-5014 .text-wrap2 .p4 {
    font-size: 1.1em;
    text-indent: 2ch;
    line-height: 160%;
}

.page-id-5014 .text-wrap3 .p1,.page-id-5014 .text-wrap3 .p2,.page-id-5014 .text-wrap3 .p3,.page-id-5014 .text-wrap3 .p4 {
	font-size: 1em;
    text-indent: 2ch;
    line-height: 150%;
    color: inherit;
}

.page-id-5014 .text-wrap4 .p1,.page-id-5014 .text-wrap4 .p2,.page-id-5014 .text-wrap4 .p3,.page-id-5014 .text-wrap4 .p4 {
	 font-size: 1em;
    text-indent: 4ch;
    line-height: 160%;
    color: inherit;
}




.page-id-5014 .text-wrap1-mb ,.page-id-5014 .text-wrap2-mb ,.page-id-5014 .text-wrap3-mb,
.page-id-5014 .text-wrap4-mb ,.page-id-5014 .text-wrap6-mb ,.page-id-5014 .text-wrap6-mb
 {
	padding: 20px;
}

.page-id-5014 .text-wrap2-mb {
    margin-bottom: 0px;
	text-indent: 2ch;
	list-style: inside;
}

.page-id-5014 .text-wrap1 ul ,.page-id-5014 .text-wrap1-mb ul {
	list-style: inside;
}



.nav-fixed {
	position: fixed !important;
    background: #fff !important;
    width: 100% !important;
    top: 0 !important;
    border-bottom: 1px solid #e6dccf;
    padding-top: 0px;
    padding-bottom: 0px;
}

.page-id-5014 ul.menu-lifting .img {
	width: 40%;
}

.nav-fixed .img {
	max-width: 75%;
}


.page-id-4804 .elementor-widget:not(:last-child) {
    margin-bottom: 0px !important;
}

.elementor-4804 .elementor-element.elementor-element-3fd557f {
    padding: 0px 0px 0px 0px !important;
}

.nav-fixed .menu-lifting-wrap {
    margin: 10px 0px !important;
}



div#header-sticky {
    z-index: 99 !important;
}

.nav-menu-contain {
	background: #fff;
	max-height: 200px;
}

.mobile-toggle-bar-2 button {
    font-size: 16px !important;
    border-radius: 5px !important;
	border: 1px solid #dcd7d4;
}


.mobile-nav {
    background: #846943 !important;
}


.mobile-nav .mean-container .mean-nav ul li:not(:first-child) a {
    border-top: 0px !important;
	border-left: 0px;
}

.mobile-nav .mean-container .mean-nav ul li a {
    border-bottom: 1px solid #baa7a7;
}

.mobile-nav .side-info {
    display: none;
}

.mobile-nav .submenu li {
	margin-left: 0px;
    border-bottom: 0px !important;
    border-top: 0px !important;
    padding-left: 0;
}

.mobile-nav .submenu li.menu-item::before {
    display: block;
}

.mobile-nav .mean-container .mean-nav ul li a.mean-expand:hover {
    color: #f3e9e9;
    border: 0;
    background: transparent;
}

.mobile-nav .submenu li a {
	border-bottom: 0px !important;
	border-top: 0px !important;
}

.mobile-nav .submenu ul li {
    padding: 0px !important;
}



.team-area .team__social .fa-globe {
	display: none !important;
}

@media only screen and (min-width: 1100px) {
	.side-info {
		transform: scale(0.85);
		margin-top: -80px;
		margin-left: -40px;
		text-align: left;
	}
	
	.social-icon-right{
		margin-top: -95px;
		margin-left: 15px;
	}
	
	.extra-info {
      padding: 10px 30px 30px 30px;
	}
	
	.close-icon {
		  top: 20px;
         right: 20px; 
		position: absolute;
	}
         
}

@media only screen and (max-width: 1030px) {
	.home-doctors .pro-single-team-content {
		padding: 20px 0px;
	}
	.home-doctors .pro-single-team-designation {
		font-size: 0.79em;
		color: #9c7949;
		display: block;
		margin-bottom: 2%;
	}
	
	.woocommerce-shop .generic-title h4 {
		padding-left: 4%;
	}
	
	.banner-home-slide .eicon-chevron-left:before, .banner-home-slide .eicon-chevron-right:before {
		display: none;
	}
	
	.header-menu-2 .main-menu-wrap .logo {
		padding-left: 5%;
	}
	
	.elementor-element-0143eaa {
		padding: 0px 50px;
	}
	
	.elementor-4080 .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
		padding: 0px;
	}

	.elementor-element-e2b3227 .elementor-element-00828cf {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.home-doctors .team-area .row .col-xl-3 {
		width: 18% !important;
		display: inline-block;
		margin: 0 auto;
	}
	
	.home-doctors .team-area .row:nth-child(2) {
		grid-template-columns: none;
		display: inline-table;
		padding-bottom: 100px;
		text-align: center;
	}
	.home-doctors .team-area .generic-title {
		padding-top: 70px;
		padding-bottom: 0px;
	}
	
	.home-doctors .team-area .row .col-xl-3:nth-child(7) {
		margin-top: 70px;
	}
	
	.promo-tab .elementor-tabs-wrapper {
		column-gap: 0px;
	}
	
	.home-doctors .pro-single-team-title {
		font-size: 0.89em;
		display: block;
		line-height: 140%;
		margin-bottom: 0px;
	}
	.home-doctors .pro-single-team-item-6 {
		background: #f8f6f2;
		border-radius: 10px 10px 10px 10px;
		margin: 0px 10px 10px 10px;
		box-shadow: 3px 6px 12px -4px rgb(0 0 0 / 50%);
    	background-color: #F6F3EE;
	}
	
	.home-doctors .pro-single-team-thumb {
		border-radius: 10px 10px 0px 0px;
	}
	
	.container-dr {
		margin-top: -60px !important;
	}

	.container-dr .elementor-column.elementor-col-100 {
		width: 100% !important;
	}
	
	.container-dr .elementor-element.elementor-element-3ecd59f {
        padding: 20px 0px 50px 0px;
		margin-top: -60px !important;
	}
	
	.elementor-493 .elementor-element.elementor-element-8113157 > .elementor-widget-container {
        margin: 0px !important;
	    padding: 0px !important;
		background-color: transparent  !important;
		box-shadow: none !important;
	}
	
	.promo-tab .elementor-tab-content img {
		max-width: 100%;
		width: 48% !important;
	}
	
	.banner-home .slider__box {
		padding: 20px 20px;
		text-align: left;
		width: 50%;
	}
	
	.banner-home .slider__box--inner h4 {
		font-size: 1.3em;
	}
	
	.banner-home .slider__box--inner {
		padding-top: 15px;
	}
	
	.elementor-container-tmp {
		max-width: 900px;
		margin-bottom: 50px
	}
	
	.nav-fixed .img {
		max-width: 85%;
	}
	
	.toggle-bar-2 button {
		background: #ece4dc;
		border-radius: 5px;
	}
	
	#scrollUp {
		bottom: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
	}
	
	#scrollUp i {
		line-height: 100%;
		font-size: 15px;
		display: block;
		margin-top: 13px !important;
	}
	
	.has-border.f-left.d-none.d-xl-block {
		display: block !important;
	}
	
	.page-id-5014 section {
		overflow: hidden;
	}
	
/* 	.mobile-toggle-bar {
		display: block !important;
	} */
	
	.trp-language-switcher .trp-ls-shortcode-current-language {
		display: initial !important;
	}



}	

@media only screen and (max-width: 900px) {
	
	.mobile-toggle-bar.mobile-toggle-bar-2.d-inline-block.d-lg-none {
		display: none !important;
	}
	
	.home-doctors .team-area .row .col-xl-3 {
		width: 19% !important;
		display: inline-block;
		margin: 0 auto;
	}
	
	.submenu li.menu-item::before {
		display: none !important;
	}
	
	.header-menu-2 .ham-menu-custom {
		display: block;
	}
	
	.ham-menu-custom .d-none.d-lg-inline-block {
		display: initial !important;
	}
	
	.woocommerce-shop .shop-txt-divide {
    	margin-left: -13%;
	}
	
	.woocommerce-shop .generic-title h4 {
		padding-left: 6%;
	}
	
	.header-navigation-menu .menu-main-nav {
		display: block !important;
	}
	
	.menu-main-nav a.nav-link {
		font-size: 0.8em;
	}
	
	.submenu li.menu-item a {
		font-size: 0.7em;
	}
	
	.menu-main-nav ul li {
		padding: 2px 0px;
	}
	
	.woocommerce-shop .featured__product .featured__product-img {
		height: 235px;
	}
	
	.woocommerce-shop .featured__product h4 {
		font-size: 0.8em;
	}
	
	
	.home-doctors .team-area .row .col-xl-3:nth-child(7) {
		margin-top: 0px;
	}
	
	.menu-service {
		grid-template-columns: repeat(3,1fr);
		display: grid;
		grid-gap: 30px;
		/* gap: 15px; */
		margin: 0px;
		padding: 0px 70px;
		margin-top: -30px;
	}
	
	.container-about .elementor-widget-container h4 {
		font-size: 1em;
	}
	
	.container-about .elementor-widget-container p {
		font-size: 0.8em;
	}
	
	.woocommerce-shop .woocommerce-products-header {
		margin-left: 0%;
	}
	
	.elementor-72 .elementor-element.elementor-element-41780e2 {
		padding-bottom: 40px;
	}
	
	.page-id-4947 .section-2 {
		margin-top: 10px;
	}
	
	

}

@media only screen and (max-width: 500px) {
	
	.elementor-72 .elementor-element.elementor-element-41780e2 {
		padding-bottom: 0px;
	}
	
	.elementor-element-01e63d1 .menu-service {
		grid-gap: 20px;
		grid-template-columns: repeat(2,1fr);
		padding: 0px 30px;
	}
	
	.elementor-72 .elementor-element.elementor-element-41780e2 img {
		width: 50% !important;
	}
	
	.elementor-element-9e27e9a .menu-lifting-wrap img {
		max-width: 100%;
		width: 100%;
	}
	
	.elementor-element-9e27e9a .menu-lifting-wrap {
		margin-left: 0px;
	}
	
	.header-menu-2 .main-menu-wrap .logo {
		padding-left: 0%;
	} 
	
	.woocommerce-shop .featured__product .featured__product-img img {
		max-height: 100%;
		max-width: 100%;
		height: 100%;
		width: 100% !important;
	}
	
	.woocommerce-shop .featured__product .featured__product-img {
		height: 420px;
	}
	
	.woocommerce-shop .featured__product h4 {
    	font-size: 1em;
	}
	
	.woocommerce-shop .shop-txt-divide {
		margin-left: -28%;
	}
	
	.woocommerce-shop .generic-title h4 {
		padding-left: 2%;
	}
	
	.woocommerce-shop .featured__product .featured__product-img {
		height: 390px;
	}
	
	.product-showing p {
		text-align: right;
		font-size: 0.8em;
		display: none;
	}
	
	.pro-filter {
		display: none;
	}
	
	.page-id-4947 .text-wrap6-mb ul {
		padding-left: 0px;
    	margin-left: -10px;
	}
	
	.page-id-4947 .text-wrap6-mb ul li {
	    list-style-position: inside;
		text-indent: 0px
        list-style: inside;
	}
	
	.page-id-4947 ul.menu-lifting {
		gap: 0px;
	}
	
	.page-id-4884 ul.menu-lifting {
		margin-left: 0%;
	}
	
	.nav-fixed .img {
		max-width: 100%;
	}
	
	.page-id-4804 ul.menu-lifting .img {
		width: 95%;
	}

	
	.page-id-4740 ul.menu-lifting .img {
		width: 95%;
	}
	
	.page-id-5014 ul.menu-lifting .img {
		width: 85%;
	}
	
	.page-id-5014 .text-wrap1 {
		position: absolute !important;
		width: 40% !important;
		font-size: 1.2em;
		top: 5%;
		left: 10%;
	}
	
	.page-id-5014 .text-wrap2 {
		position: absolute !important;
		width: 40% !important;
		font-size: 1.2em;
		top: 5%;
		left: 10%;
	}
	
	ul.menu-lifting {
    	width: 100%;
	}
	
	.contact__list ul li span {
		font-size: 13px;
	}
	
	.footer__widget ul li a {
    	font-size: 14px;
	}
	
	.social-list li {
		margin-bottom: 0px !important;
	}
	
	.menu-lifting-wrap {
		margin: 10px 0px;
	}
	
	.promo-tab .elementor-tab-title.elementor-active {
		color: #fff !important;
		background: #9B7949 !important;
	}
	
	.generic-title {
		padding: 30px 0px;
	}

	
	.epyt-gallery-title {
		font-size: 0.6em !important;
	}
	
	.promo-tab .elementor-tab-title {
		background: #f6f3ef !important;
	}
	
	.elementor-widget-tabs .elementor-tab-mobile-title {
		padding: 15px !important;
	}
	
	.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
		background: #fff  !important;
	}
	
	.home-doctors .pro-single-team-designation {
		font-size: 1em;
	}
	.home-doctors .pro-single-team-title {
		font-size: 1.3em;
		line-height: 140%;
	}
	
	.elementor-container-tmp {
		max-width: 340px;
		margin-bottom: 30px
	}
	
	.footer__widget ul li {
		margin-bottom: 0px;
	}
	
	.contact__list li h6 {
		margin-top: 20px;
    	margin-bottom: 0;
		font-weight: 500;
	}

	
	.contact__list ul li i {
		margin-right: 5px;
	}
	
	.container-dr .elementor-element.elementor-element-3ecd59f {
        padding: 20px 0px 30px 0px;
	}
	
	.container-dr {
		margin-top: -80px !important;
	}
	
	.container-dr .team__details-content h3 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	
	.container-dr .team__details-inner .team__details-content {
		padding: 30px 15px;
		padding-bottom: 30px;
	}
	
	.promo-tab .elementor-tab-content img {
		max-width: 100%;
		width: 100% !important;
	}
	
	.footer__bottom .col-md-6 {
		width: 100%;
	}
	
	.footer__bottom .col-md-6 {
		padding: 0px 30px 0px 30px !important;
	}
	
	.banner-home .slider__box {
		padding: 20px 20px;
		background: rgb(181 167 126 / 50%);
		text-align: left;
		width: 100%;
	}
	
	.page-id-4740 ul.menu-lifting .img {
		width: 75%;
	}


	.page-id-4581 ul.menu-lifting .img {
		width: 100%;
	}
	
	.page-id-4740 ul.menu-lifting {
		margin-left: 0% !important;
	}
	
	.page-id-4884 ul.menu-lifting .img {
		width: 80%;
	}
	
	.menu-service {
		grid-gap: 10px;
		margin: 0px;
		padding: 0px 10px;
	}
	
	.home-doctors .team-area .row .col-xl-3 {
		width: 30% !important;
		display: inline-block;
		margin: 0 auto;
		padding: 3px;
		margin-top: -30px;
	}
	
	.home-doctors .team-area .row .col-xl-3:nth-child(7) {
		margin-top: -30px;
	}

	.single-team .team__text h5 {
		font-size: 0.8em;
	}
	
	.single-team .team__text h6 {
		font-size: 0.65em;
		overflow: hidden;
		white-space: nowrap;
	}
	
	.home-doctors .team-area .row:nth-child(2) {
		padding-bottom: 0px;
	}
	
	.generic-title h4 {
		font-size: 1.3em;
/* 		color: #fff; */
	}
	
	.single-team {
		padding-bottom: 0px !important;
	}
	
	.home-doctors .team-area .generic-title {
		padding-bottom: 20px;
	}
	
	.single-team .team__text {
		padding-bottom: 5px;
	}
	
	.elementor-element-55b1725 .generic-title {
		padding: 30px 0px 10px;
	}
	
	.elementor-element-0143eaa {
		padding: 20px;
	}
	
	.page-id-4947 .elementor-element.elementor-element-6f5a066.elementor-column > .elementor-widget-wrap {
		justify-content: center;
		overflow: scroll;
	}

	.page-id-4947 .elementor-element-9e27e9a .elementor-widget-container {
		width: 145%;
	}

}


@media only screen and (max-width: 350px) {
	
	.elementor-container-tmp {
		max-width: 300px;
		margin-bottom: 30px
	}
	
}

