/*!
Theme Name: Vejthani V3
Author: Deeboon
Author URI: https://deeboon.com/
Description: Custom Wordpress theme for Vejthani
Version: 3.0
*/

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
figure,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Start Custom Styles
--------------------------------------------------------------*/
body {
	font-family: 'Arial', 'Inter', 'Prompt', sans-serif !important;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

a,
button,
input {
	-webkit-tap-highlight-color: transparent;
}

a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
}

a:focus,
button:focus,
a:active,
button:active,
a:hover,
button:hover {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #8b8b8b;
	opacity: 1;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #8b8b8b;
	opacity: 1;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #8b8b8b;
	opacity: 1;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #8b8b8b;
	opacity: 1;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
	color: #8b8b8b;
	opacity: 1;
}

.btn-white {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: auto !important;
	min-height: 43px !important;
	min-width: 188px !important;
	padding: 10px 30px !important;
	font-family: 'Inter', sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 27px !important;
	color: #000 !important;
	background-color: #fff !important;
	border: 2px solid #fff !important;
	box-shadow: none !important;
	border-radius: 56px !important;
	text-align: center !important;
	text-decoration: none !important;
}

.cookie-notice-container #cn-more-info {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: auto !important;
	width: 100%;
	padding: 10px 5px !important;
	font-family: 'Inter', sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 27px !important;
	color: #000 !important;
	background-color: #fff !important;
	border: 1px solid var(--neutral-300, #EFF0F6) !important;
	box-shadow: none !important;
	border-radius: 56px !important;
	text-align: center !important;
	text-decoration: none !important;
	min-width: 140px;
	box-shadow: 0px 2.82417px 5.64834px 0px rgba(74, 58, 255, 0.08);
}

html:lang(th) .cookie-notice-container #cn-more-info,
html:lang(th) .btn-white {
	font-family: 'Prompt', sans-serif !important;
}

.cookie-notice-container #cn-more-info:focus,
.cookie-notice-container #cn-more-info:active,
.cookie-notice-container #cn-more-info:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:hover {
	color: #fff !important;
	background-color: #000 !important;
	text-decoration: none !important;
}

#doctor__review .reviews-form button[type="submit"],
body.woocommerce-checkout #place_order,
body.woocommerce-cart .checkout-button,
.gform_wrapper input.button,
#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description .btn,
.btn-color {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: auto !important;
	min-height: 43px !important;
	min-width: 188px !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 10px 30px !important;
	font-family: 'Inter', sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 27px !important;
	color: #fff !important;
	background: #294783 !important;
	background-color: #294783 !important;
	box-shadow: none !important;
	border: 2px solid #294783 !important;
	border-radius: 56px !important;
	text-align: center !important;
	text-decoration: none !important;
}

html:lang(th) .cookie-notice-container #cn-accept-cookie,
html:lang(th) body.woocommerce-checkout #place_order,
html:lang(th) body.woocommerce-cart .checkout-button,
html:lang(th) .gform_wrapper input.button,
html:lang(th) #woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description .btn,
html:lang(th) .btn-color {
	font-family: 'Prompt', sans-serif !important;
}

#doctor__review .reviews-form button[type="submit"]:focus,
#doctor__review .reviews-form button[type="submit"]:active,
#doctor__review .reviews-form button[type="submit"]:hover,
.cookie-notice-container #cn-accept-cookie:focus,
.cookie-notice-container #cn-accept-cookie:active,
.cookie-notice-container #cn-accept-cookie:hover,
body.woocommerce-checkout #place_order:focus,
body.woocommerce-checkout #place_order:active,
body.woocommerce-checkout #place_order:hover,
body.woocommerce-cart .checkout-button:focus,
body.woocommerce-cart .checkout-button:active,
body.woocommerce-cart .checkout-button:hover,
.gform_wrapper input.button:focus,
.gform_wrapper input.button:active,
.gform_wrapper input.button:hover,
#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description .btn:focus,
#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description .btn:active,
#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description .btn:hover,
.btn-color:focus,
.btn-color:active,
.btn-color:hover {
	color: #294783 !important;
	background-color: #fff !important;
	text-decoration: none !important;
}

.cookie-notice-container #cn-accept-cookie,
.cookie-notice-container #cn-more-info {
	min-height: 50px !important;
	font-size: 14px !important;
	padding: 0 5px !important;
}

body.woocommerce-cart .checkout-button {
	width: 100% !important;
	margin: 0 !important;
}

.button-wrapper {
	width: 100%;
	display: inline-block;
}

.button-link {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	text-decoration: underline;
}

html:lang(th) .button-link {
	font-family: 'Prompt', sans-serif !important;
}

.button-link:hover {
	color: #000;
	text-decoration: underline;
}

.content--toggle--effect {
	height: 910px;
	overflow: hidden;
}

.content--toggle--effect.shown {
	height: auto;
}

.toggle--content--wrapper {
	width: 100%;
	margin: -100px auto 0 auto;
	text-align: center;
	padding-top: 100px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.92) 35.94%, #FFFFFF 100%);
}

.toggle--content--wrapper.shown {
	margin: 20px auto;
	padding-top: 0;
	background: none;
}

.toggle--content--wrapper .toggle--link {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #F06524;
	text-decoration: none;
}

html:lang(th) .toggle--content--wrapper .toggle--link {
	font-family: 'Prompt', sans-serif !important;
}

.cta--content--button .link {
	color: #111;
	text-decoration: none;
}

.cta--content--button .link:hover {
	text-decoration: underline;
}

.cta--on--single .contact-wrapper h4,
.cta--content--button .link h4 {
	font-family: 'Arial', sans-serif !important;
	font-weight: 400;
	font-size: 27px;
	line-height: 33px;
	color: #111;
	margin-bottom: 30px;
}

html:lang(th) .cta--on--single .contact-wrapper h4,
html:lang(th) .cta--content--button .link h4 {
	font-family: 'Prompt', sans-serif !important;
}

.cta--content--button .text {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #000;
	margin-bottom: 20px;
}

html:lang(th) .cta--content--button .text {
	font-family: 'Prompt', sans-serif !important;
}

.view--more--wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.woocommerce-pagination ul,
.woocommerce-pagination ul li {
	border: none !important;
}

.pagination-bx {
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin-top: 60px !important;
}

.woocommerce-pagination li .page-numbers,
.woocommerce-pagination li a,
.pagination-bx .pagination li a,
.pagination-bx .pagination li .page-numbers {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	font-family: 'Inter', sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 27px !important;
	color: #767676 !important;
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
}

html:lang(th) .woocommerce-pagination li .page-numbers,
html:lang(th) .woocommerce-pagination li a,
html:lang(th) .pagination-bx .pagination li a,
html:lang(th) .pagination-bx .pagination li .page-numbers {
	font-family: 'Prompt', sans-serif !important;
}

.woocommerce-pagination li .page-numbers:hover,
.pagination-bx .pagination li .page-numbers:hover {
	background: transparent !important;
}

.woocommerce-pagination li .current,
.pagination-bx .pagination li.active .page-numbers {
	font-weight: 700 !important;
	color: #111 !important;
	background: transparent !important;
	border: none !important;
}

.woocommerce-pagination li a,
.pagination-bx .pagination li a {
	padding: 0 !important;
}

.woocommerce-pagination li.active a,
.pagination-bx .pagination li.active a {
	color: #111 !important;
	background-color: transparent !important;
	border: none !important;
}

.woocommerce-pagination li .next,
.woocommerce-pagination li .prev,
.pagination-bx .pagination li .next,
.pagination-bx .pagination li .prev {
	border: 1px solid #E6E6E6 !important;
	border-radius: 100% !important;
}

.container {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.container.smaller {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

#designstudio-button {
	right: 18px !important;
	bottom: 90px !important;
}

/* Site Header */
#site__header {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
	box-shadow: none;
	position: relative;
	z-index: 999;
	box-shadow: 0px 4px 23px rgba(223, 223, 223, 0.46);
}

#site__header .container .row {
	align-items: center;
	justify-content: space-between;
}

#site__header .main-logo {
	margin-bottom: 0;
}

#site__header .main-logo img {
	width: 140px;
	height: 38px;
	max-height: 38px !important;
}

#site__header .right-wrapper {
	display: none;
}

#site__header__sticky .icons-wrapper,
#site__header .mobile-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#site__header__sticky .search-offcanvas,
#site__header .mobile-wrapper .search-offcanvas {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	margin-right: 10px;
}

#site__header__sticky .search-offcanvas span,
#site__header .mobile-wrapper .search-offcanvas span {
	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;
	min-height: 20px !important;
}

#site__header__sticky .toggle-offcanvas span,
#site__header .mobile-wrapper .toggle-offcanvas span {
	display: inline-block;
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	background-image: url('../svg/icon-menu.svg');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	background-color: transparent;
	border: none;
}

.term--page--container .form-wrapper {
	width: 100%;
	margin: 0 auto 40px auto;
	text-align: center;
}

.search--result--container {
	padding-top: 80px;
}

.search--result--container .search-query {
	margin-bottom: 0 !important;
}

.search--result--container .col--wrapper {
	padding-right: 0;
	margin-bottom: 40px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
.search--result--container .types-wrapper {
	background: #F6F6F6;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul,
.search--result--container .types-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 30px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li,
.search--result--container .types-wrapper ul li {
	margin-bottom: 20px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-of-type,
.search--result--container .types-wrapper ul li:last-of-type {
	margin-bottom: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
.search--result--container .types-wrapper ul li a {
	font-family: 'Arial', sans-serif !important;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #000;
	text-decoration: none;
}

html:lang(th) body.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
html:lang(th) .search--result--container .types-wrapper ul li a {
	font-family: 'Prompt', sans-serif !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a.active,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.search--result--container .types-wrapper ul li a.active,
.search--result--container .types-wrapper ul li a:focus,
.search--result--container .types-wrapper ul li a:hover {
	color: #EC7825;
	text-decoration: underline;
}

.search--result--container .post-wrapper {
	padding: 40px 0 30px 0;
	border-bottom: 1px solid #D3D3D3;
}

.search--result--container .post-wrapper:last-of-type {
	border-bottom: none;
}

.search--result--container .post-wrapper .link {
	color: #294783;
	text-decoration: none;
}

.search--result--container .post-wrapper .title {
	font-family: 'Arial', sans-serif !important;
	font-weight: 700;
	font-size: 28px;
	line-height: 35px;
	color: #294783;
	margin-bottom: 20px;
}

html:lang(th) .search--result--container .post-wrapper .title {
	font-family: 'Prompt', sans-serif !important;
}

.search--result--container .post-wrapper .title.parent--link {
	color: #111;
}

.search--result--container .post-wrapper .title.parent--link a {
	color: #294783;
}

.search--result--container .post-wrapper .title.parent--link a:hover,
.search--result--container .post-wrapper .link:hover {
	color: #EC7825;
	text-decoration: underline;
}

.search--result--container .post-wrapper .link:hover .title {
	color: #EC7825;
}

.search--result--container .form-wrapper {
	width: 100%;
	margin: 30px 0 50px 0;
}

.offcanvas .offcanvas-body form,
.search--result--container .form-wrapper form,
.term--page--container .form-wrapper form,
#site__header .right-wrapper form {
	display: inline-flex;
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #D2D2D2;
	border-radius: 40px;
	margin-right: 30px;
	padding: 10px 20px;
}

.search--result--container .form-wrapper form,
.term--page--container .form-wrapper form {
	margin-right: 0;
}

.search--result--container .form-wrapper form {
	width: 100%;
}

.offcanvas .offcanvas-body form .icon,
#site__header__sticky .search-offcanvas span,
#site__header .mobile-wrapper .search-offcanvas span,
.search--result--container .form-wrapper form .icon,
.term--page--container .form-wrapper form .icon,
#site__header .right-wrapper form .icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	min-width: 16px;
	min-height: 16px;
	background-image: url('../svg/icon-search.svg');
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center;
	background-color: transparent;
	border: none;
}

.offcanvas .offcanvas-body form .input,
.search--result--container .form-wrapper form .input,
.term--page--container .form-wrapper form .input,
#site__header .right-wrapper form .input {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	min-width: 200px;
	height: auto;
	padding-left: 12px;
	background: transparent;
	border: none;
	outline: none;
}

.search--result--container .form-wrapper form .input,
.term--page--container .form-wrapper form .input {
	min-width: 100%;
}

html:lang(th) .offcanvas .offcanvas-body form .input,
html:lang(th) .search--result--container .form-wrapper form .input,
html:lang(th) .term--page--container .form-wrapper form .input,
html:lang(th) #site__header .right-wrapper form .input {
	font-family: 'Prompt', sans-serif !important;
}

#site__header__sticky .language-wrapper {
	display: block;
	margin-right: 0 !important;
	text-align: right;
	padding-right: 20px;
}

#site__header .language-wrapper {
	margin-right: 20px;
}

#site__header__sticky .language-wrapper .navbar-nav,
#site__header .language-wrapper .navbar-nav {
	display: flex;
}

#site__header__sticky .language-wrapper .navbar-nav li.dropdown {
	margin-right: 0 !important;
}

#site__header .language-wrapper .navbar-nav li.dropdown {
	margin-right: 20px;
}

#site__header__sticky .language-wrapper .navbar-nav .dropdown:hover>.dropdown-menu,
#site__header .language-wrapper .navbar-nav .dropdown:hover>.dropdown-menu {
	position: absolute;
	display: block;
}

#site__header .primary-wrapper {
	display: none;
}

#site__header .primary-wrapper .primary--menu li {
	margin-right: 45px;
}

#site__header__sticky .language-wrapper .navbar-nav li .nav-link,
#site__header .language-wrapper .navbar-nav li .nav-link,
#site__header .primary-wrapper .primary--menu li .nav-link {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000 !important;
	padding: 0;
	background-color: transparent !important;
}

#site__header .primary-wrapper .primary--menu li .nav-link {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 20px 25px 20px 0;
	white-space: nowrap;
}

html:lang(th) #site__header__sticky .language-wrapper .navbar-nav li .nav-link,
html:lang(th) #site__header .language-wrapper .navbar-nav li .nav-link,
html:lang(th) #site__header .primary-wrapper .primary--menu li .nav-link {
	font-family: 'Prompt', sans-serif !important;
}

#site__header__sticky .language-wrapper .navbar-nav li .nav-link,
#site__header .language-wrapper .navbar-nav li .nav-link {
	color: #727369 !important;
}

#site__header .primary-wrapper .primary--menu li.dropdown {
	position: static;
	margin-right: 60px;
}

#site__header .primary-wrapper .primary--menu li.languages {
	display: none;
}

#site__header__sticky .language-wrapper .navbar-nav .dropdown:hover>.dropdown-menu,
#site__header .language-wrapper .navbar-nav .dropdown:hover>.dropdown-menu {
	position: absolute;
	top: 18px;
	left: -25px;
	display: block;
}

#site__header__sticky .language-wrapper .navbar-nav .dropdown:hover>.dropdown-menu {
	left: auto;
	right: -45px;
}

#site__header__sticky .language-wrapper .navbar-nav .dropdown-toggle::after,
#site__header .language-wrapper .navbar-nav .dropdown-toggle::after,
#site__header .primary-wrapper .primary--menu .dropdown-toggle::after {
	position: absolute;
	top: 3px;
	right: -25px;
	width: 15px;
	height: 15px;
	min-width: 15px;
	min-height: 15px;
	background-image: url('../svg/arrow-down.svg');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	border: none;
	transition: all 0.35s ease-in-out;
}

#site__header .primary-wrapper .primary--menu .dropdown-toggle::after {
	top: 24px;
	right: 0;
}

#site__header__sticky .language-wrapper .navbar-nav .dropdown-toggle:hover,
#site__header .language-wrapper .navbar-nav .dropdown-toggle:hover,
#site__header .primary-wrapper .primary--menu>li:hover .nav-link,
#site__header .primary-wrapper .primary--menu .dropdown-toggle:hover {
	color: #D60C0C;
}

#site__header__sticky .language-wrapper .navbar-nav .dropdown-toggle:hover::after,
#site__header .language-wrapper .navbar-nav .dropdown-toggle:hover::after,
#site__header .primary-wrapper .primary--menu .dropdown-toggle:hover::after {
	transform: rotateX(180deg);
}

#site__header__sticky .language-wrapper .navbar-nav .dropdown-menu,
#site__header .language-wrapper .navbar-nav .dropdown-menu,
#site__header .primary-wrapper .primary--menu .dropdown-menu {
	border: none;
	border-radius: 0;
	background-clip: unset;
	margin: 0;
	padding: 10px 0;
	background-color: #fff;
	transition: all 0.35s ease-in-out;
	border-radius: 0 0 2px 2px;
	-webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .2);
}

#site__header .primary-wrapper .primary--menu li.dropdown>.dropdown-menu:hover,
#site__header .primary-wrapper .primary--menu li.dropdown:hover>.dropdown-menu {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 32px 32px 32px 32px 0;
	row-gap: 20px;
	max-width: 1650px;

	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	transform: translateX(-50%);
	min-width: auto;
	width: 100%;
	padding: 90px 0 25px 0;
	z-index: -1;
}

#site__header__sticky .language-wrapper .navbar-nav .dropdown-menu,
#site__header .language-wrapper .navbar-nav .dropdown-menu {
	min-width: 120px;
	max-width: 120px;
}

#site__header__sticky .language-wrapper .navbar-nav .dropdown-menu .dropdown-item,
#site__header .language-wrapper .navbar-nav .dropdown-menu .dropdown-item,
#site__header .primary-wrapper .primary--menu .dropdown-menu .dropdown-item {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	white-space: pre-wrap;
	color: #000;
	background-color: transparent;
	padding: 0;
}

html:lang(th) #site__header__sticky .language-wrapper .navbar-nav .dropdown-menu .dropdown-item,
html:lang(th) #site__header .language-wrapper .navbar-nav .dropdown-menu .dropdown-item,
html:lang(th) #site__header .primary-wrapper .primary--menu .dropdown-menu .dropdown-item {
	font-family: 'Prompt', sans-serif !important;
}

#site__header .primary-wrapper .primary--menu .dropdown-menu .no--5,
#site__header .primary-wrapper .primary--menu .dropdown-menu .no--6,
#site__header .primary-wrapper .primary--menu .dropdown-menu .no--7,
#site__header .primary-wrapper .primary--menu .dropdown-menu .no--8 {
	position: relative;
	height: 200px;
	min-height: 200px;
	max-height: 200px;
	width: calc(100% - 15px);
	min-width: calc(100% - 15px);
	max-width: calc(100% - 15px);
}

#site__header .primary-wrapper .primary--menu .dropdown-menu .no--5 img,
#site__header .primary-wrapper .primary--menu .dropdown-menu .no--6 img,
#site__header .primary-wrapper .primary--menu .dropdown-menu .no--7 img,
#site__header .primary-wrapper .primary--menu .dropdown-menu .no--8 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 64px);
	object-fit: cover;
}

#site__header .primary-wrapper .primary--menu .dropdown-menu .no--5 .text,
#site__header .primary-wrapper .primary--menu .dropdown-menu .no--6 .text,
#site__header .primary-wrapper .primary--menu .dropdown-menu .no--7 .text,
#site__header .primary-wrapper .primary--menu .dropdown-menu .no--8 .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 44px;
}

#site__header__sticky .language-wrapper .navbar-nav .dropdown-menu .dropdown-item,
#site__header .language-wrapper .navbar-nav .dropdown-menu .dropdown-item {
	font-size: 14px;
	white-space: nowrap;
	padding: 15px 25px 0 25px;
}

#site__header__sticky .language-wrapper .navbar-nav .dropdown-menu .dropdown-item:last-child,
#site__header .language-wrapper .navbar-nav .dropdown-menu .dropdown-item:last-child {
	padding: 15px 25px 15px 25px;
}

#site__header .primary-wrapper .primary--menu .dropdown-menu .dropdown-item:hover,
#site__header .primary-wrapper .primary--menu .dropdown-menu .dropdown-item.active {
	color: #D60C0C;
	background-color: transparent;
}

#site__header .primary-wrapper .primary--menu .dropdown-menu .no--1 {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 1;
	grid-row-end: 1;
	min-width: 25vw;
	padding-left: 30px;
	padding-right: 30px;
}

#site__header .primary-wrapper .primary--menu .dropdown-menu .no--2 {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 2;
	grid-row-end: 2;
	min-width: 25vw;
	padding-left: 30px;
	padding-right: 30px;
}

#site__header .primary-wrapper .primary--menu .dropdown-menu .no--3 {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 3;
	grid-row-end: 3;
	min-width: 25vw;
	padding-left: 30px;
	padding-right: 30px;
}

#site__header .primary-wrapper .primary--menu .dropdown-menu .no--4 {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 4;
	grid-row-end: 4;
	min-width: 25vw;
	padding-left: 30px;
	padding-right: 30px;
}

#site__header .primary-wrapper .primary--menu .dropdown-menu .no--5 {
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 4;
	padding-left: 0;
	padding-right: 15px;
}

#site__header .primary-wrapper .primary--menu .dropdown-menu .no--6 {
	grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 4;
	padding-left: 0;
	padding-right: 15px;
}

#site__header .primary-wrapper .primary--menu .dropdown-menu .no--7 {
	grid-column-start: 4;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 4;
	padding-left: 0;
	padding-right: 15px;
}

#site__header .primary-wrapper .primary--menu .dropdown-menu .no--8 {
	grid-column-start: 5;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: 4;
	padding-left: 0;
	padding-right: 15px;
}

#mobile__menu .navbar-nav li .dropdown-menu a.empty,
#site__header .primary-wrapper .primary--menu .dropdown-menu a.empty {
	padding: 0 !important;
	line-height: 0 !important;
}

#mobile__menu .navbar-nav li .dropdown-menu a img,
#site__header .primary-wrapper .primary--menu .dropdown-menu a img {
	width: 100%;
	max-height: 148px;
	margin-bottom: 10px;
}

#mobile__menu .navbar-nav li .dropdown-menu a .text,
#site__header .primary-wrapper .primary--menu .dropdown-menu a .text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
}

#site__header .primary-wrapper .primary--menu .dropdown-menu a {
	text-decoration: none;
}

#site__header .primary-wrapper .primary--menu .dropdown-menu a:hover {
	text-decoration: underline;
}

#site__header .primary-wrapper .primary--menu .dropdown-menu a:hover .text {
	color: #294783 !important;
}


#site__header__sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	/*z-index: 1020;*/
	z-index: 100000;
	width: 100%;
	padding: 12px 0;
	background: #fff;
	box-shadow: 0px 4px 23px rgba(223, 223, 223, 0.46);
	transition: all 0.25s ease-in-out;
	display: none;
}

#site__header__sticky.display {
	display: block;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-duration: 0.25s;
	animation-duration: 0.25s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#site__header__sticky .row {
	height: 40px;
	max-height: 40px;
	align-items: center;
}

#site__header__sticky .logo img {
	width: 140px;
	height: 38px;
}

#site__header__sticky .links {
	display: none;
}

#site__header__sticky .hide--mobile {
	padding-right: 5px !important;
}

#site__header__sticky .links a {
	width: 75%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #d3d3d3;
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	white-space: nowrap;
	color: #000;
	text-decoration: none;
}

html:lang(th) #site__header__sticky .links a {
	font-family: 'Prompt', sans-serif !important;
}

#site__header__sticky .links a span {
	display: inline-block;
	width: 18px;
	height: 18px;
	min-width: 18px;
	min-height: 18px;
	margin-left: 10px;
	background-image: url('../svg/arrow-right.svg');
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: center;
	border: none;
	transition: all 0.35s ease-in-out;
}

#site__header__sticky .links a:hover {
	text-decoration: underline;
}

#site__header__sticky .links a:hover span {
	transform: translateX(5px);
}

#site__header .mobile-wrapper .toggle-offcanvas,
#site__header__sticky .toggle-offcanvas {
	height: 100%;
	display: inline-flex;
	align-items: center;
	font-family: 'Inter', sans-serif !important;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #111;
	text-decoration: none;
	text-transform: uppercase;
}

#search__offcanvas,
#site__offcanvas {
	padding: 10px 20px;
	background: #294783;
	z-index: 9999999;
}

#site__offcanvas .home {
	color: #fff;
	text-decoration: underline;
}

#search__offcanvas .btn-close,
#site__offcanvas .btn-close {
	display: inline-block;
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	padding: 0;
	background: none;
	background-image: url('../svg/icon-close-white.svg');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	border: none;
	border-radius: 0;
	outline: none;
	opacity: 1;
}

#search__offcanvas .offcanvas-title,
#site__offcanvas .offcanvas-title {
	font-family: 'Inter', sans-serif !important;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	white-space: nowrap;
	color: #fff;
}

html:lang(th) #search__offcanvas .offcanvas-title,
html:lang(th) #site__offcanvas .offcanvas-title {
	font-family: 'Prompt', sans-serif !important;
}

#search__offcanvas .offcanvas-header,
#site__offcanvas .offcanvas-header {
	padding: 30px 34px;
}

#mobile__menu .navbar-nav {
	padding: 20px 0 0 0;
}

#mobile__menu .navbar-nav li {
	margin-bottom: 10px;
}

#mobile__menu .navbar-nav li.languages {
	margin-top: 30px;
}

#mobile__menu .navbar-nav li .nav-link {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	white-space: pre-wrap;
	color: #fff;
	padding: 15px;
}

html:lang(th) #mobile__menu .navbar-nav li .nav-link {
	font-family: 'Prompt', sans-serif !important;
}

#mobile__menu .navbar-nav li .nav-link:hover {
	color: #F59E3A;
}

#mobile__menu .navbar-nav li .dropdown-menu {
	padding: 0;
	margin: 10px 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
}

#mobile__menu .navbar-nav li .dropdown-menu a {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	white-space: pre-wrap;
	color: #fff;
	padding: 10px 15px;
	margin-bottom: 0;
}

html:lang(th) #mobile__menu .navbar-nav li .dropdown-menu a {
	font-family: 'Prompt', sans-serif !important;
}

#mobile__menu .navbar-nav li .dropdown-menu a:hover,
#mobile__menu .navbar-nav li .dropdown-menu a:focus,
#mobile__menu .navbar-nav li .dropdown-menu a:active,
#mobile__menu .navbar-nav li .dropdown-menu a.active {
	color: #F59E3A;
	text-decoration: underline;
	background-color: transparent;
}

#mobile__menu .navbar-nav li.active .nav-link {
	color: #F59E3A;
}

#mobile__menu .navbar-nav li.toggle .dropdown-menu {
	background-color: transparent;
}

#mobile__menu .navbar-nav .dropdown-toggle::after {
	content: '';
	border: none;
	margin-left: 0;
}

#mobile__menu .navbar-nav .custom-dropdown-toggle {
	position: absolute;
	top: 20px;
	right: 15px;
	min-width: 15px;
	min-height: 15px;
	width: 15px;
	height: 15px;
	background-image: url('../svg/arrow-down-white.svg');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	cursor: pointer;
}

/* Main Breadcrumbs */
.site--breadcrumbs>.container {
	max-width: 1600px !important;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #F8F8F8;
}

.site--breadcrumbs a[property="item"] {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #294783;
	text-decoration: none;
}

.site--breadcrumbs a[property="item"]:hover {
	color: #EC7825;
	text-decoration: underline;
}

.site--breadcrumbs a[property="item"]::after {
	content: '>';
	display: inline-block;
	margin: 0 10px;
	color: #294783;
}

.site--breadcrumbs .current-item {
	font-family: 'Inter', sans-serif !important;
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	color: #000;
}

html:lang(th) .site--breadcrumbs .current-item,
html:lang(th) .site--breadcrumbs a[property="item"] {
	font-family: 'Prompt', sans-serif !important;
}

/* Home Template */
body.page-template-template-home #site__content {
	max-width: 100%;
	overflow: hidden;
}

.fullwidth-slider {
	position: relative;
}

body.page-template-template-king-of-bones .fullwidth-slider {
	margin: 80px 0;
}

body.page-template-template-king-of-bones .awards--accreditations--section {
	min-height: auto;
	overflow-x: hidden;
}

body.page-template-template-king-of-bones .section--container {
	padding: 80px 0;
}

body.page-template-template-king-of-bones .consult--content {
	font-size: 16px !important;
	margin-bottom: 30px;
}

.hotline--container .highlight {
	font-weight: 700 !important;
	font-size: 16px !important;
	margin-bottom: 30px;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}

.hotline--container .highlight .tel {
	margin-left: 10px;
}

.hotline--container ul.list--tel {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hotline--container ul.list--tel li {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 15px;
}

.hotline--container ul.list--tel li .text {
	font-size: 16px !important;
	display: inline-block;
	min-width: 198px;
}

.hotline--container ul.list--tel li .text.short {
	min-width: 174px;
}

.hotline--container .tel::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	background-image: url('../svg/icon-phone.svg');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	border: none;
}

.hotline--container .tel {
	display: inline-flex;
	align-items: center;
	font-size: 16px !important;
	color: #294783;
	text-decoration: none;
}

.hotline--container .tel:hover {
	color: #EC7825;
	text-decoration: underline;
}

.absolute--slide--container {
	position: relative;
}

.absolute--slide--container #kob__awards__slider {
	position: relative;
	top: unset;
	left: unset;
}

#kob__awards__slider .owl-item .slide {
	max-width: 280px;
}

#kob__awards__slider .slide .caption {
	font-family: 'Arial', sans-serif !important;
	font-weight: 400;
	font-size: 22px;
	line-height: 27px;
	color: #111;
	margin: 20px auto 0 auto;
	text-align: center;
}

.absolute--slide--container #dots__kob__awards {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.full--text--section .text {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 20px;
	line-height: 35px;
	color: #111;
	margin: 0 auto;
	text-align: center;
}

html:lang(th) .full--text--section .text {
	font-family: 'Prompt', sans-serif !important;
}

.fullwidth-slider .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, #000000 0%, rgba(59, 59, 59, 0.54) 25.7%, rgba(217, 217, 217, 0) 51.64%);
	z-index: 0;
}

.fullwidth-slider .content-wrapper {
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding-right: 30px;
	z-index: 1;
}

.fullwidth-slider .content-wrapper .title {
	font-family: 'Inter', sans-serif !important;
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
	color: #fff;
	margin-bottom: 0;
}

html:lang(th) .fullwidth-slider .content-wrapper .title {
	font-family: 'Prompt', sans-serif !important;
}

.fullwidth-slider .hero-dots-wrapper {
	display: none;
}

.hero-dots-wrapper .owl-dots {
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
}

.owl-dots .owl-dot {
	width: 30px;
	height: 3px;
	padding: 0;
	border: none;
	background-color: #D9D9D9;
	margin-left: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.owl-dots .owl-dot.active {
	background-color: #294783;
}

#home__hero__slider .owl-item .link {
	display: inline;
}

#home__hero__slider .owl-item .slide {
	/*aspect-ratio: 2;*/
	min-height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.help--links {
	background: #fff;
	border-top: none;
	border-bottom: none;
	max-width: 100%;
	overflow: hidden;
}

.help--links .container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.help--links .row>div {
	min-height: 80px;
	height: 80px;
	max-height: 80px;
	display: flex;
	align-items: center;
	padding: 0;
}

.help--links .row>div a {
	min-height: 100%;
	height: 100%;
	border-right: none;
	border-bottom: 1px solid #d3d3d3;
}

.view--more--link,
.help--links a {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	white-space: nowrap;
	color: #000;
	padding: 20px 40px;
	text-decoration: none;
}

.view--more--link {
	width: auto;
	max-width: 280px;
	padding: 0 30px 0 0;
}

html:lang(th) .view--more--link,
html:lang(th) .help--links a {
	font-family: 'Prompt', sans-serif !important;
}

.view--more--link span,
.help--links a span {
	display: inline-block;
	width: 22px;
	height: 22px;
	min-width: 22px;
	min-height: 22px;
	margin-left: 15px;
	background-image: url('../svg/arrow-right.svg');
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: center;
	border: none;
	transition: all 0.35s ease-in-out;
}

.view--more--link:hover,
.help--links a:hover {
	text-decoration: underline;
}

.view--more--link:hover span,
.help--links a:hover span {
	transform: translateX(10px);
}

.why--choose--vej--section {
	padding: 0;
}

body.page-template-template-king-of-bones .section-title,
.diseases--conditions .section-title,
.new--packages--programs .section-title,
.new--intro--section .title,
.why--choose--vej--section .title {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 32px;
	line-height: 35px;
	color: #111;
	margin-bottom: 30px;
	padding-right: 0;
}

.archive--main--page .diseases--conditions .section-title {
	color: #294783;
}

.archive--main--page .diseases--conditions .section-title.black {
	color: #111;
}

html:lang(th) body.page-template-template-king-of-bones .section-title,
html:lang(th) .diseases--conditions .section-title,
html:lang(th) .new--packages--programs .section-title,
html:lang(th) .new--intro--section .title,
html:lang(th) .why--choose--vej--section .title {
	font-family: 'Prompt', sans-serif !important;
}

.why--choose--vej--section .same--title,
.why--choose--vej--section .title {
	margin-top: 40px;
}

.why--choose--vej--section .same--title {
	margin-bottom: 40px;
}

.tabs--section {
	margin: 40px 0;
	padding: 40px 0;
}

.tabs--section .container>.nav {
	border-top: 1px solid #D3D3D3;
}

.tabs--section .container>.nav li a {
	min-height: 80px;
	padding: 0 10px;
	margin: 0 20px;
	display: inline-flex;
	align-items: center;
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #000 !important;
	background-color: transparent !important;
	text-decoration: none;
	text-transform: unset;
}

html:lang(th) .tabs--section .container>.nav li a {
	font-family: 'Prompt', sans-serif !important;
}

.tabs--section .container>.nav li a.active {
	color: #294783 !important;
	border-bottom: 3px solid #294783;
}

.tabs--section .collapse-wrapper {
	margin-bottom: 2px;
}

.tabs--section .collapse-wrapper .heading {
	position: relative;
	width: 100%;
	padding: 20px 30px;
	display: inline-flex;
	align-items: center;
	font-family: 'Arial', sans-serif !important;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #000;
	text-decoration: none;
	background: #ECECEC;
	border-bottom: none;
	border-radius: 5.38815px;
	cursor: pointer;
}

html:lang(th) .tabs--section .collapse-wrapper .heading {
	font-family: 'Prompt', sans-serif !important;
}

.tabs--section .collapse-wrapper .heading.active {
	border-bottom: 1.34704px solid rgba(0, 0, 0, 0.125);
}

.tabs--section .collapse-wrapper .heading::after {
	content: "+";
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	background: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	border-radius: 50%;
}

.tabs--section .collapse-wrapper .heading.active::after {
	content: "-";
}

.tabs--section .collapse-wrapper .collapse .content a,
.tabs--section .collapse-wrapper .collapse .content ul li,
.tabs--section .collapse-wrapper .collapse .content p,
.tabs--section .collapse-wrapper .collapse .content {
	font-family: 'Arial', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	color: #212529;
}

.tabs--section .collapse-wrapper .collapse .content {
	padding: 30px 20px;
	background: #FAFAFA;
	border-radius: 5.38815px;
}

html:lang(th) .tabs--section .collapse-wrapper .collapse .content a,
html:lang(th) .tabs--section .collapse-wrapper .collapse .content ul li,
html:lang(th) .tabs--section .collapse-wrapper .collapse .content p,
html:lang(th) .tabs--section .collapse-wrapper .collapse .content {
	font-family: 'Prompt', sans-serif !important;
}

.tabs--section .collapse-wrapper .collapse .content b,
.tabs--section .collapse-wrapper .collapse .content strong {
	font-weight: 700;
}

.tabs--section .collapse-wrapper .collapse .content a {
	color: #294783;
	text-decoration: none;
}

.tabs--section .collapse-wrapper .collapse .content a:hover {
	color: #EC7825;
	text-decoration: underline;
}

.tabs--section .collapse-wrapper .collapse .content table tbody tr td {
	border-bottom: none !important;
}


.new--packages--programs .button-wrapper,
.why--choose--vej--section .button-wrapper {
	margin-bottom: 40px;
}

.why--choose--vej--section .content-wrapper {
	margin: 0;
	padding: 20px 0 60px 0;
	border-top: 1px solid #111;
}

.why--choose--vej--section h4 {
	font-family: 'Arial', sans-serif !important;
	font-weight: 400 !important;
	font-size: 28px;
	line-height: 35px;
	color: #111;
	margin-bottom: 20px;
}

html:lang(th) .why--choose--vej--section h4 {
	font-family: 'Prompt', sans-serif !important;
}

.diseases--conditions .content p,
.new--packages--programs .content p,
.new--intro--section .content p,
.why--choose--vej--section .content p,
.diseases--conditions .content,
.new--packages--programs .content,
.new--intro--section .content,
.why--choose--vej--section .content {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #111;
}

html:lang(th) .diseases--conditions .content p,
html:lang(th) .new--packages--programs .content p,
html:lang(th) .new--intro--section .content p,
html:lang(th) .why--choose--vej--section .content p,
html:lang(th) .diseases--conditions .content,
html:lang(th) .new--packages--programs .content,
html:lang(th) .new--intro--section .content,
html:lang(th) .why--choose--vej--section .content {
	font-family: 'Prompt', sans-serif !important;
}

.diseases--conditions .content,
.new--packages--programs .content {
	margin-bottom: 25px;
	padding-right: 0;
}

.why--choose--vej--section .icon {
	margin-bottom: 10px;
}

.why--choose--vej--section .icon img {
	min-width: 42px;
	min-height: 42px;
	max-width: 42px;
	max-height: 42px;
}

.new--intro--section {
	margin-bottom: 120px;
}

body.page-template-template-king-of-bones section hr,
.new--intro--section hr {
	margin: 80px 0;
	border-top: 1px solid #D3D3D3;
	opacity: 1;
}

.new--intro--section .content {
	margin: 0;
}

.new--medical--services--section>.container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.new--medical--services--section #medical-service-items {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.new--medical--services--section .col-half {
	width: 100%;
}

.new--medical--services--section .half-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.new--medical--services--section .half-wrapper .full,
.new--medical--services--section .half-wrapper .half {
	width: 100%;
	min-height: auto;
}

.new--medical--services--section .bg--wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	padding: 40px 25px;
	margin-bottom: 30px;
}

.new--medical--services--section .bg--wrapper .icon {
	margin-bottom: 20px;
}

.new--medical--services--section .bg--wrapper .excerpt {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #fff;
}

html:lang(th) .new--medical--services--section .bg--wrapper .excerpt {
	font-family: 'Prompt', sans-serif !important;
}

.new--medical--services--section .bg--wrapper a:not(.link) {
	color: transparent;
	text-decoration: none;
}

.new--medical--services--section .bg--wrapper a:not(.link):hover {
	color: #fff;
	text-decoration: underline;
}

.new--medical--services--section .bg--wrapper.two a:not(.link):hover {
	color: #000;
	text-decoration: underline;
}

.new--medical--services--section .bg--wrapper .title {
	font-family: 'Arial', sans-serif !important;
	font-weight: 400;
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 10px;
	color: #fff;
}

html:lang(th) .new--medical--services--section .bg--wrapper .title {
	font-family: 'Prompt', sans-serif !important;
}

.new--medical--services--section .bg--wrapper .link {
	position: absolute;
	right: 25px;
	bottom: 30px;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
}

.new--medical--services--section .bg--wrapper .link span {
	display: inline-block;
	width: 22px;
	height: 22px;
	min-width: 22px;
	min-height: 22px;
	background-image: url('../svg/arrow-right-white.svg');
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: center;
	border: none;
	transition: all 0.35s ease-in-out;
}

.new--medical--services--section .bg--wrapper.two .link span {
	background-image: url('../svg/arrow-right.svg');
}

.new--medical--services--section .bg--wrapper .link:hover span {
	transform: translateX(10px);
}

.new--medical--services--section .bg--wrapper.one {
	background: #294783;
}

.new--medical--services--section .bg--wrapper.one .title {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 20px;
}

html:lang(th) .new--medical--services--section .bg--wrapper.one .title {
	font-family: 'Prompt', sans-serif !important;
}

.new--medical--services--section .bg--wrapper.two .title,
.new--medical--services--section .bg--wrapper.two .excerpt {
	color: #000;
}

.new--medical--services--section .bg--wrapper.two {
	background: #E5E5E5;
}

.new--medical--services--section .bg--wrapper.three {
	background: #F59E3A;
}

.new--medical--services--section .bg--wrapper.four {
	background: #EC7825;
}

.new--medical--services--section .icon img {
	min-width: 54px;
	min-height: 54px;
	max-width: 54px;
	max-height: 54px;
}

.section--new--medical--services .content-wrapper {
	margin: 0;
	padding: 30px 0;
	border-top: 1px solid #111;
}

.section--new--medical--services .content-wrapper .link {
	color: #111111;
	text-decoration: none;
}

.section--new--medical--services .content-wrapper .link:hover {
	text-decoration: underline;
}

.section--new--medical--services .content-wrapper .link h4 {
	font-family: 'Arial', sans-serif !important;
	font-weight: 400;
	font-size: 28px;
	line-height: 35px;
	color: #111111;
	margin-bottom: 20px;
}

html:lang(th) .section--new--medical--services .content-wrapper .link h4 {
	font-family: 'Prompt', sans-serif !important;
}

body.page-template-template-king-of-bones .consult--content,
.hotline--container .tel,
.hotline--container ul.list--tel li .text,
.hotline--container .highlight,
.section--new--medical--services .content-wrapper .content {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #111111;
}

html:lang(th) body.page-template-template-king-of-bones .consult--content,
html:lang(th) .section--new--medical--services .content-wrapper .content {
	font-family: 'Prompt', sans-serif !important;
}

.section--new--medical--services .icon {
	margin-bottom: 20px;
}

.section--new--medical--services .icon img {
	min-width: 48px;
	min-height: 48px;
	max-width: 48px;
	max-height: 48px;
}

.section--new--medical--services .cta--content--button:last-of-type {
	margin-top: 60px;
}

.section--new--medical--services .cta--content--button {
	margin-left: 0;
}

.diseases--conditions,
.new--packages--programs {
	padding-top: 80px;
}

.diseases--conditions hr,
.new--packages--programs hr {
	margin: 80px 0 0 0;
	border-top: 1px solid #D3D3D3;
	opacity: 1;
}

.archive--main--page .diseases--conditions {
	padding-top: 0;
}

.diseases--conditions .letter--list--container ul li,
.diseases--conditions .letter--list--container ul li a {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #294783;
	text-decoration: none;
}

.diseases--conditions .letter--list--container ul li {
	color: #111;
	margin-bottom: 5px;
}


html:lang(th) .diseases--conditions .letter--list--container ul li,
html:lang(th) .diseases--conditions .letter--list--container ul li a {
	font-family: 'Prompt', sans-serif !important;
}

.diseases--conditions .letter--list--container ul li a:hover {
	color: #EC7825;
	text-decoration: underline;
}

.archive--main--page .diseases--conditions hr {
	margin: 40px 0 80px 0;
	border-top: 1px solid #D3D3D3;
	opacity: 1;
}

.new--packages--programs .list--wrapper .content-wrapper .title {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 21px;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 0;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

html:lang(th) .new--packages--programs .list--wrapper .content-wrapper .title {
	font-family: 'Prompt', sans-serif !important;
}

.new--packages--programs .list--wrapper .image .label {
	text-transform: uppercase;
	display: inline-block;
}

.new--packages--programs .list--wrapper a {
	color: #000;
	text-decoration: none;
}

.new--packages--programs .list--wrapper .content-wrapper a:hover {
	text-decoration: underline;
}

.new--packages--programs .list--wrapper .image .label,
.new--packages--programs .list--wrapper .content-wrapper .discount {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 0;
	color: #707070;
}

html:lang(th) .new--packages--programs .list--wrapper .image .label,
html:lang(th) .new--packages--programs .list--wrapper .content-wrapper .discount {
	font-family: 'Prompt', sans-serif !important;
}

.directory--filter--wrapper {
	margin-bottom: 25px;
}

.directory--filter--wrapper .filter-wrapper {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
}

.directory--filter--wrapper .filter-wrapper a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 48px;
	box-sizing: border-box;
	padding: 5px;
	margin: 15px;
	border: 1px solid #000;
	border-radius: 100%;
	color: #000;
	background: #fff;
	font-family: 'Inter', sans-serif !important;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
}

.directory--filter--wrapper .filter-wrapper a.active,
.directory--filter--wrapper .filter-wrapper a:active,
.directory--filter--wrapper .filter-wrapper a:focus,
.directory--filter--wrapper .filter-wrapper a:hover {
	color: #fff;
	background: #294783;
	border: 1px solid #294783;
}

.directory--filter--wrapper .filter-wrapper a.disabled {
	color: #ABABAB;
	border: 1px solid #ABABAB;
	pointer-events: none;
}

.other--information--container .widget-wrapper,
.diseases--conditions .widget-wrapper {
	margin-bottom: 40px;
}

.other--information--container .widget-wrapper {
	padding-right: 0;
}

.other--information--container .widget-wrapper .title,
.diseases--conditions .widget-wrapper .title {
	font-family: 'Arial', sans-serif !important;
	font-weight: 400;
	font-size: 27px;
	line-height: 33px;
	color: #111;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

html:lang(th) .other--information--container .widget-wrapper .title,
html:lang(th) .diseases--conditions .widget-wrapper .title {
	font-family: 'Prompt', sans-serif !important;
}

.diseases--conditions .widget-wrapper .featured-list {
	list-style: none;
	margin: 30px 0 20px 0;
	padding: 0;
}

.diseases--conditions .widget-wrapper .featured-list li {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 5px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 40px;
}

.diseases--conditions .widget-wrapper .featured-list li:hover {
	background: #294783;
}

.diseases--conditions .widget-wrapper .featured-list li a {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	color: #000;
	padding: 5px 10px;
	text-decoration: none;
}

html:lang(th) .diseases--conditions .widget-wrapper .featured-list li a {
	font-family: 'Prompt', sans-serif !important;
}

.diseases--conditions .widget-wrapper .featured-list li:hover a {
	color: #fff;
}

.diseases--conditions .widget-wrapper hr {
	margin: 0 0 20px 0;
	border-top: 1px solid #000;
	opacity: 1;
}

.other--information--container .widget-wrapper .more,
.diseases--conditions .widget-wrapper .more {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	color: #000;
	text-decoration: none;
}

.other--information--container .widget-wrapper .more:hover,
.diseases--conditions .widget-wrapper .more:hover {
	text-decoration: underline;
}

.other--information--container .widget-wrapper .more p,
.diseases--conditions .widget-wrapper .more p {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #000;
	margin-right: 25%;
	margin-bottom: 0;
}

html:lang(th) .other--information--container .widget-wrapper .more p,
html:lang(th) .diseases--conditions .widget-wrapper .more p {
	font-family: 'Prompt', sans-serif !important;
}

.other--information--container .widget-wrapper .more span,
.diseases--conditions .widget-wrapper .more span {
	display: inline-block;
	width: 22px;
	height: 22px;
	min-width: 22px;
	min-height: 22px;
	background-image: url('../svg/arrow-right.svg');
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: center;
	border: none;
	transition: all 0.35s ease-in-out;
}

.archive--main--page,
.page--intro--container {
	padding: 60px 0;
}

.page--intro--container.title--only {
	padding-bottom: 0;
}

.page--intro--container.title--only .title {
	margin: 0 auto !important;
	text-align: center;
}

.page--intro--container .sub--title {
	font-family: 'Inter', sans-serif !important;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	color: #111;
}

html:lang(th) .page--intro--container .sub--title {
	font-family: 'Prompt', sans-serif !important;
}

.our--doctors--list--container {
	padding-bottom: 60px;
}

body.single-diseases_conditions .our--doctors--list--container {
	margin-top: 60px;
	padding-bottom: 0;
}

.our--doctors--list--container .item {
	margin-bottom: 40px;
	background: transparent;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.our--doctors--list--container .item:hover {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}

.our--doctors--list--container .row.first-row {
	align-items: center;
	margin-bottom: 40px;
}

.our--doctors--list--container .item .featured {
	position: relative;
}

.our--doctors--list--container .item .featured .appointment {
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
}

.our--doctors--list--container .item .featured:hover .appointment {
	opacity: 1;
}

.our--doctors--list--container .item .featured,
.our--doctors--list--container .item .featured img {
	border-radius: 10px 10px 0px 0px;
	aspect-ratio: 2 / 2.675;
	width: 100%;
	max-height: 100%;
}

.our--doctors--list--container .item .featured .link {
	text-decoration: none;
}

.our--doctors--list--container .item .title {
	display: inline-block;
	font-family: 'Inter', sans-serif !important;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	margin: 20px 0;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	/* Doctor Portal */
}

html:lang(th) .our--doctors--list--container .item .title {
	font-family: 'Prompt', sans-serif !important;
}

.our--doctors--list--container .item .title:hover {
	text-decoration: underline;
}

.our--doctors--list--container .item .specialty {
	font-family: 'Inter', sans-serif !important;
	font-weight: 700;
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 15px;
	color: #F06524;
}

html:lang(th) .our--doctors--list--container .item .specialty {
	font-family: 'Prompt', sans-serif !important;
}

.our--doctors--list--container .item .doctor-specialty ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.our--doctors--list--container .item .doctor-specialty ul li,
.our--doctors--list--container .item .group {
	display: inline;
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 5px 5px 0 0;
	color: #707070;
	padding: 5px 15px;
	background: #FFFFFF;
	border: 0.852283px solid #E6E6E6;
	border-radius: 51.137px;
}

html:lang(th) .our--doctors--list--container .item .doctor-specialty ul li,
html:lang(th) .our--doctors--list--container .item .group {
	font-family: 'Prompt', sans-serif !important;
}

.doctor--notfound {
	margin: 0 auto;
	text-align: center;
}

.doctor--notfound p {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 32px;
	line-height: 1;
	color: #EC7825;
	margin-bottom: 0;
}

.our--doctors--list--container hr {
	margin: 60px 0;
	border-top: 1px solid #D3D3D3;
	opacity: 1;
}

#doctor__review .heading,
body.page-template-template-epayment-thankyou h1.heading,
.search--result--container .search-text,
.default--page--container h1.seo,
body.page-template-template-forms .page--form--container .hero .title,
#woo__container .related h2,
.term--single--container .related--section .heading,
.our--doctors--list--container .heading,
.page--intro--container .title {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 32px;
	line-height: 35px;
	margin-bottom: 20px;
	padding-right: 15px;
	color: #294783;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

#woo__container .related h2,
.term--single--container .related--section .heading {
	color: #111;
	margin-bottom: 40px !important;
}

body.single .our--doctors--list--container .heading {
	color: #111;
	margin-bottom: 30px !important;
	font-size: 32px;
}

#single__content__socials {
	position: relative;
	top: auto;
	left: auto;
}

#single__content__socials .custom_images {
	margin-bottom: 30px;
}

#single__content__socials .addthis_toolbox {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-flex;
	align-items: center;
}

#single__content__socials .addthis_toolbox li {
	margin-right: 10px;
	float: unset;
}

#single__content__socials .custom_images .text {
	font-family: 'Inter', sans-serif !important;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #000;
	text-transform: uppercase;
}

#single__content__socials .addthis_toolbox li a {
	width: 40px !important;
	height: 40px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #000;
	border: 1.225px solid #000000;
	border-radius: 100%;
}

#single__content__socials .addthis_toolbox li a.addthis_button_facebook img {
	min-width: 9.52px;
	min-height: 18.85px;
	max-width: 9.52px;
	max-height: 18.85px;
}

#single__content__socials .addthis_toolbox li a.addthis_button_twitter img {
	min-width: 18.85px;
	min-height: 15.31px;
	max-width: 18.85px;
	max-height: 15.31px;
}

#single__content__socials .addthis_toolbox li a.addthis_button_lineme img {
	min-width: 18.85px;
	min-height: 18.85px;
	max-width: 18.85px;
	max-height: 18.85px;
}

#single__content__socials .addthis_toolbox li a.addthis_button_youtube img {
	min-width: 18.85px;
	min-height: 18.85px;
	max-width: 18.85px;
	max-height: 18.85px;
}

.page--intro--container .title>* {
	color: #294783 !important;
}

body.page-template-template-epayment-thankyou #epayment__status__desc,
body.page-template-template-forms .page--form--container .hero .content,
body.page-template-template-forms .page--form--container .hero .content p,
.page--intro--container .content p,
.page--intro--container .content {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 20px;
	color: #111111;
}

html:lang(et-AM) .page--intro--container .content {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

.page--intro--container .content a {
	font-weight: 700;
	color: #294783;
	text-decoration: none;
}

.page--intro--container .content a:hover {
	color: #EC7825;
	text-decoration: underline;
}

html:lang(th) #doctor__review .heading,
html:lang(th) body.page-template-template-epayment-thankyou h1.heading,
html:lang(th) .search--result--container .search-text,
html:lang(th) .default--page--container h1.seo,
html:lang(th) body.page-template-template-forms .page--form--container .hero .title,
html:lang(th) #woo__container .related h2,
html:lang(th) .term--single--container .related--section .heading,
html:lang(th) .our--doctors--list--container .heading,
html:lang(th) .page--intro--container .title {
	font-family: 'Prompt', sans-serif !important;
}

html:lang(th) body.page-template-template-epayment-thankyou #epayment__status__desc,
html:lang(th) body.page-template-template-forms .page--form--container .hero .content,
html:lang(th) body.page-template-template-forms .page--form--container .hero .content p,
html:lang(th) .page--intro--container .content p,
html:lang(th) .page--intro--container .content {
	font-family: 'Prompt', sans-serif !important;
}

.page--intro--container .content.center--clinics {
	white-space: unset;
	word-wrap: unset;
}

.page--intro--container .content.center--clinics h1,
.page--intro--container .content.center--clinics h2,
.page--intro--container .content.center--clinics hr {
	display: none;
}

.term--single--container,
.term--page--container {
	padding: 60px 0;
}

.term--single--container .term-title,
.term--page--container .term-title {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 32px;
	line-height: 35px;
	margin-bottom: 50px;
	color: #294783;
	text-align: center;
}

html:lang(th) .term--single--container .term-title,
html:lang(th) .term--page--container .term-title {
	font-family: 'Prompt', sans-serif !important;
}

.term--single--container .single--container--small {
	margin: 0 auto;
}

.term--single--container .single-title {
	font-family: 'Inter', sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 35px;
	margin-bottom: 20px;
	color: #111;
	text-align: center;
}

html:lang(th) .term--single--container .single-title {
	font-family: 'Prompt', sans-serif !important;
}

.term--single--container .single-featured {
	margin: 20px auto;
	text-align: center;
}

body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-order-received .woocommerce-order,
.default--page--container .block-editor,
.term--single--container .block-editor {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	color: #111;
	margin: 40px 0;
	position: relative;
	/*max-width: 100%;
	overflow-x: scroll;*/
}

body.woocommerce-account .woocommerce-MyAccount-content p,
body.woocommerce-order-received .woocommerce-order p,
.default--page--container .block-editor p,
.term--single--container .block-editor p {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	color: #111;
}

html:lang(th) body.woocommerce-account .woocommerce-MyAccount-content,
html:lang(th) body.woocommerce-account .woocommerce-MyAccount-content p,
html:lang(th) body.woocommerce-order-received .woocommerce-order,
html:lang(th) body.woocommerce-order-received .woocommerce-order p,
html:lang(th) .default--page--container .block-editor,
html:lang(th) .default--page--container .block-editor p,
html:lang(th) .term--single--container .block-editor p,
html:lang(th) .term--single--container .block-editor {
	font-family: 'Prompt', sans-serif !important;
}

.default--page--container .block-editor h2,
.default--page--container .block-editor h3,
.default--page--container .block-editor h4,
.default--page--container .block-editor h5,
.default--page--container .block-editor h6,
.term--single--container .block-editor h2,
.term--single--container .block-editor h3,
.term--single--container .block-editor h4,
.term--single--container .block-editor h5,
.term--single--container .block-editor h6 {
	font-family: 'Inter', sans-serif !important;
	font-weight: 500;
	color: #294783;
}

html:lang(th) .default--page--container .block-editor h2,
html:lang(th) .default--page--container .block-editor h3,
html:lang(th) .default--page--container .block-editor h4,
html:lang(th) .default--page--container .block-editor h5,
html:lang(th) .default--page--container .block-editor h6,
html:lang(th) .term--single--container .block-editor h2,
html:lang(th) .term--single--container .block-editor h3,
html:lang(th) .term--single--container .block-editor h4,
html:lang(th) .term--single--container .block-editor h5,
html:lang(th) .term--single--container .block-editor h6 {
	font-family: 'Prompt', sans-serif !important;
}

body.woocommerce-account .woocommerce-MyAccount-content strong,
body.woocommerce-account .woocommerce-MyAccount-content b,
body.woocommerce-order-received .woocommerce-order strong,
body.woocommerce-order-received .woocommerce-order b,
.default--page--container .block-editor strong,
.default--page--container .block-editor b,
.term--single--container .block-editor strong,
.term--single--container .block-editor b {
	font-weight: 700;
}

body.woocommerce-account .woocommerce-MyAccount-content a,
body.woocommerce-order-received .woocommerce-order a,
.default--page--container .block-editor a,
.term--single--container .block-editor a {
	color: #294783;
	font-weight: 600;
}

body.woocommerce-account .woocommerce-MyAccount-content a:hover,
body.woocommerce-order-received .woocommerce-order a:hover,
.default--page--container .block-editor em,
.default--page--container .block-editor a:hover,
.term--single--container .block-editor em,
.term--single--container .block-editor a:hover {
	color: #EC7825;
	text-decoration: underline;
}

body.single-diseases_conditions .block-editor .our--doctors--list--container>.row a:hover {
	color: inherit;
}

body.single-diseases_conditions .block-editor a.doctor--filter--name:hover {
	color: #fff !important;
	text-decoration: none;
}

body.single-diseases_conditions .block-editor a.btn-color {
	color: #fff !important;
}

body.single-diseases_conditions .block-editor a.btn-color:active,
body.single-diseases_conditions .block-editor a.btn-color:focus,
body.single-diseases_conditions .block-editor a.btn-color:hover {
	color: #294783 !important;
	text-decoration: none;
}

.block-editor table thead {
	background-color: #294783;
	color: #fff;
	font-weight: 700;
}

.block-editor table tfoot {
	background-color: #EC7825;
	color: #fff;
	font-weight: 700;
}

.block-editor table thead tr td,
.block-editor table tbody tr td {
	padding: 15px;
}

.term--single--container .block-editor figure.wp-block-image {
	width: 100%;
	margin: 0 auto 20px auto;
	text-align: center;
}

.term--single--container .tags-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}

.term--single--container hr {
	margin: 60px 0;
	border-top: 1px solid #D3D3D3;
	opacity: 1;
}

.term--single--container .cta--on--single {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.term--single--container .cta--on--single>div {
	width: 100%;
	margin-top: 40px;
}

.cta--on--single .contact-wrapper p,
.cta--on--single .contact-wrapper a {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 20px;
	color: #111;
}

html:lang(th) .cta--on--single .contact-wrapper p,
html:lang(th) .cta--on--single .contact-wrapper a {
	font-family: 'Prompt', sans-serif !important;
}

.cta--on--single .contact-wrapper a {
	color: #EC7825;
	text-decoration: underline;
}

.term--single--container #rating__html__bottom,
.term--single--container #rating__html__top {
	margin: 0 auto 20px auto;
	text-align: center;
}

.term--single--container #rating__html__bottom ul,
.term--single--container #rating__html__top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*#rating__html__top ul li span>span:not(.wprs_rating),
#rating__html__top ul li:first-child,
#rating__html__top ul li:last-child {
	display: none;
}*/

#rating__html__top ul li {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px !important;
}

#rating__html__top ul li span>span.rating-user {
	font-size: 20px !important;
	letter-spacing: 8px !important;
}

#rating__html__top ul li span>span.rating-user::before {
	color: #E6E6E6 !important;
}

#rating__html__top ul li span>span.rating-user::after {
	color: #EC7825 !important;
}

.term--single--container #rating__html__bottom ul li:first-child {
	margin-bottom: 15px;
}

.term--single--container #rating__html__bottom ul li:first-child span {
	font-family: 'Arial', sans-serif !important;
	font-weight: 700;
	font-size: 20px;
	line-height: 35px;
	color: #000;
}

#rating__html__bottom ul .wprs_user_rating_stars i {
	font-size: 28px !important;
	margin-right: 20px !important;
	margin-left: 0 !important;
	color: #EC7825 !important;
}

.term--page--container .tab--scroll {
	overflow-x: auto;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}

.term--page--container .tab-wrapper {
	width: 100%;
	max-width: 100%;
	min-height: 44px;
	max-height: 84px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 1.5rem;
}

.single-diseases_conditions .term--page--container .tab-wrapper {
	width: 100%;
	max-width: 100%;
	min-height: 44px;
	max-height: 84px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

.term--page--container .tab-wrapper a {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #000;
	height: 100%;
	margin-left: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	white-space: nowrap;
}

html:lang(th) .term--page--container .tab-wrapper a {
	font-family: 'Prompt', sans-serif !important;
}

.term--page--container .tab-wrapper a:first-child {
	margin-left: 0;
}

.term--page--container .tab-wrapper a.active {
	color: #294783;
	border-bottom: 2px solid #294783;
}

.woocommerce-result-count,
.term--page--container .result-wrapper {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 30px;
}

html:lang(th) .woocommerce-result-count,
html:lang(th) .term--page--container .result-wrapper {
	font-family: 'Prompt', sans-serif !important;
}

.woocommerce-ordering,
.term--page--container .sort-wrapper {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #000;
	width: 100%;
	margin: 0 auto 30px auto;
	text-align: left;
}

.woocommerce-ordering {
	width: auto;
	float: left !important;
}

.product--loop--header--wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.woocommerce li.product .see-detail {
	margin-top: 20px;
	margin-bottom: 0;
}

.woocommerce li.product .see-detail a,
.product--loop--header--wrapper .cost {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #EC7825;
}

html:lang(th) .woocommerce li.product .see-detail a,
html:lang(th) .product--loop--header--wrapper .cost {
	font-family: 'Prompt', sans-serif !important;
}


.woocommerce li.product .see-detail a {
	color: #000;
	text-decoration: none;
}

.woocommerce li.product .see-detail a:hover {
	color: #EC7825;
	text-decoration: underline;
}

.woocommerce li.product .see-conversion {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.5);
}

html:lang(th) .woocommerce li.product .see-conversion {
	font-family: 'Prompt', sans-serif !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.product--loop--header--wrapper .price {
	font-family: 'Inter', sans-serif !important;
	font-weight: 700 !important;
	font-size: 24px !important;
	line-height: 30px !important;
	color: #294783 !important;
	margin-bottom: 0 !important;
}

html:lang(th) .woocommerce div.product p.price,
html:lang(th) .woocommerce div.product span.price,
html:lang(th) .product--loop--header--wrapper .price {
	font-family: 'Prompt', sans-serif !important;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.product--loop--header--wrapper .price del {
	color: rgba(0, 0, 0, 0.5) !important;
}

.product--loop--header--wrapper .expired {
	display: inline-flex;
	align-items: center;
	font-family: 'Inter', sans-serif !important;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding: 5px 10px;
	background: #EC7825;
	border-radius: 10px;
}

html:lang(th) .product--loop--header--wrapper .expired {
	font-family: 'Prompt', sans-serif !important;
}

.woocommerce .product .onsale,
.product--loop--header--wrapper .date {
	display: none;
}

.product--loop--header--wrapper .expired img {
	width: 15px !important;
	height: 15px !important;
	min-width: 15px;
	min-height: 15px;
	max-width: 15px;
	max-height: 15px;
	margin: 0 5px 0 0 !important;
}

.product--loop--add2cart--wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px 0;
}

.custom--add2cart--form--wrapper {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}

.woocommerce div.product form.cart .reset_variations {
	display: inline-block;
	margin-top: 15px;
	font-family: 'Inter', sans-serif !important;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding: 5px 10px;
	background: #EC7825;
	border-radius: 10px;
}

html:lang(th) .woocommerce div.product form.cart .reset_variations {
	font-family: 'Prompt', sans-serif !important;
}

body.woocommerce-cart .woocommerce .quantity .qty,
.woocommerce div.product form.cart div.quantity input,
.custom--add2cart--form--wrapper .quantity input {
	width: 100px !important;
	height: 50px !important;
	border: 1px solid rgba(0, 0, 0, 0.2) !important;
	border-radius: 56px !important;
	background: #fff !important;
}

.woocommerce .single_add_to_cart_button,
.custom--add2cart--form--wrapper button {
	font-family: 'Inter', sans-serif !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 1 !important;
	color: #fff !important;
	width: 100% !important;
	height: 50px !important;
	margin-top: 0 !important;
	margin-left: 15px !important;
	background-color: #294783 !important;
	border: 2px solid #294783 !important;
	border-radius: 56px !important;
}

.woocommerce .single_add_to_cart_button:hover,
.custom--add2cart--form--wrapper button:hover {
	background-color: transparent !important;
	border: 2px solid #294783 !important;
	color: #294783 !important;
}

html:lang(th) .woocommerce .single_add_to_cart_button,
html:lang(th) .custom--add2cart--form--wrapper button {
	font-family: 'Prompt', sans-serif !important;
}

.woocommerce .single_add_to_cart_button {
	max-width: 200px !important;
}

.woocommerce li.product .product_type_variable {
	font-family: 'Inter', sans-serif !important;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #EC7825;
	background: #F5F5F5;
	border-radius: 10px;
}

html:lang(th) .woocommerce li.product .product_type_variable {
	font-family: 'Prompt', sans-serif !important;
}

.woocommerce .custom--buynow--form--wrapper .quantity {
	display: none;
}

.woocommerce-ordering select,
.term--page--container .sort-wrapper select {
	border: none;
	background: transparent;
}

.term--single--container .related--section .post-item,
.woocommerce ul.products li.product,
.term--page--container .post-item {
	max-width: 100%;
	overflow: hidden;
	margin-bottom: 40px !important;
}

.woocommerce ul.products li.product {
	width: 100% !important;
	margin-right: 0 !important;
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 14px rgba(203, 203, 203, 0.25);
	border-radius: 10px;
}

.term--single--container .related--section .post-item .featured a,
.woocommerce ul.products li.product a,
.term--page--container .post-item .featured a {
	text-decoration: none;
}

.term--single--container .related--section .post-item .featured a.link,
.term--page--container .post-item .featured a.link,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	width: 100%;
}

.post-item .video> :not(.wp-block-embed) {
	display: none;
}

.term--page--container .post-item .location {
	margin: 10px 0;
}

.term--single--container .related--section .post-item .location,
.term--page--container .post-item .location,
.term--page--container .post-item .location a {
	font-family: 'Arial', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 31px;
	color: #707070;
	text-decoration: none;
}

html:lang(th) .term--page--container .post-item .location,
html:lang(th) .term--page--container .post-item .location a {
	font-family: 'Prompt', sans-serif !important;
}

.term--single--container .related--section .post-item .title,
.woocommerce li.product .woocommerce-loop-product__title,
.term--page--container .post-item .title {
	font-family: 'Arial', sans-serif !important;
	font-weight: 700;
	font-size: 20px !important;
	line-height: 30px;
	color: #000;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.woocommerce li.product .woocommerce-loop-product__title {
	margin-bottom: -10px !important;
}

.term--single--container .related--section .post-item .title {
	margin-top: 15px;
}

.term--single--container .related--section .post-item .title:hover,
.term--page--container .post-item .title:hover {
	text-decoration: underline;
}

html:lang(th) .term--single--container .related--section .post-item .title,
html:lang(th) .woocommerce li.product .woocommerce-loop-product__title,
html:lang(th) .term--page--container .post-item .title {
	font-family: 'Prompt', sans-serif !important;
}

body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-MyAccount-content p {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #000;
}

html:lang(th) body.woocommerce-account .woocommerce-MyAccount-content,
html:lang(th) body.woocommerce-account .woocommerce-MyAccount-content p {
	font-family: 'Prompt', sans-serif !important;
}

.search--result--container .post-wrapper .excerpt,
.woocommerce li.product .woocommerce-loop-product__title~div>p,
.term--page--container .post-item .excerpt {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #000;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

html:lang(th) .search--result--container .post-wrapper .excerpt,
html:lang(th) .woocommerce li.product .woocommerce-loop-product__title~div>p,
html:lang(th) .term--page--container .post-item .excerpt {
	font-family: 'Prompt', sans-serif !important;
}

.medical--services--a--z {
	margin: 60px 0;
}

.medical--services--a--z hr {
	margin: 0 0 40px 0;
	border-top: 1px solid #D3D3D3;
	opacity: 1;
}

.medical--services--a--z .alphabet-wrapper {
	padding: 40px 0;
	border-bottom: 1px solid #000000;
}

.medical--services--a--z .alphabet-wrapper:last-child {
	border-bottom: none;
}

.medical--services--a--z .alphabet-wrapper .label {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 46px;
	line-height: 55px;
	margin-bottom: 10px;
	color: #111111;
}

html:lang(th) .medical--services--a--z .alphabet-wrapper .label {
	font-family: 'Prompt', sans-serif !important;
}

.medical--services--a--z .alphabet-wrapper .item-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.medical--services--a--z .item-wrapper .item {
	width: 100%;
	margin-top: 30px;
	padding-left: 15px;
}

.medical--services--a--z .alphabet-wrapper .link {
	color: #111111;
	text-decoration: none;
}

.medical--services--a--z .alphabet-wrapper .link:hover {
	text-decoration: underline;
}

.doctors--section--container .doctors-wrapper .center,
.medical--services--a--z .alphabet-wrapper .link h3 {
	font-family: 'Arial', sans-serif !important;
	font-weight: 400;
	font-size: 22px;
	line-height: 35px;
	margin-bottom: 10px;
	color: #111111;
}

html:lang(th) .doctors--section--container .doctors-wrapper .center,
html:lang(th) .medical--services--a--z .alphabet-wrapper .link h3 {
	font-family: 'Prompt', sans-serif !important;
}

.doctors--section--container .doctors-wrapper .center {
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

.medical--services--a--z .alphabet-wrapper .excerpt {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #111;
}

body.page-template-template-medical-service .medical--services--a--z .alphabet-wrapper .excerpt {
	display: none;
}

html:lang(th) .medical--services--a--z .alphabet-wrapper .excerpt {
	font-family: 'Prompt', sans-serif !important;
}

.services--details--list {
	padding-top: 60px;
}

.services--details--list .item-wrapper {
	margin-bottom: 60px;
}

.services--details--list .item-wrapper .title {
	font-family: 'Arial', sans-serif !important;
	font-weight: 400;
	font-size: 22px;
	line-height: 35px;
	margin-bottom: 10px;
	color: #111;
}

html:lang(th) .services--details--list .item-wrapper .title {
	font-family: 'Prompt', sans-serif !important;
}

.doctors--section--container .doctors-wrapper {
	margin-bottom: 40px;
	padding-right: 0;
}

.doctors--section--container .doctors-wrapper ul li {
	margin-top: 15px;
}

.doctors--section--container .doctors-wrapper ul li a,
.services--details--list .item-wrapper .text {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #111;
}

html:lang(th) .services--details--list .item-wrapper .text {
	font-family: 'Prompt', sans-serif !important;
}

.doctors--section--container .doctors-wrapper ul li a:hover {
	color: #EC7825;
	text-decoration: underline;
}

.services--left--content {
	padding: 0 0 60px 0;
}

.services--left--content .container.smaller hr {
	margin: 0 0 60px 0;
	border-top: 1px solid #D3D3D3;
	opacity: 1;
}

.services--left--content .content hr {
	display: none;
}

.other--information--container .title,
.services--left--content .list-title {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 32px;
	line-height: 35px;
	color: #111;
	margin-bottom: 30px;
}

.services--left--content .content,
.services--left--content .list-content {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #111;
	margin-bottom: 60px;
}

.services--left--content .content p,
.services--left--content .list-content p {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #111;
}

html:lang(th) .services--left--content .content,
html:lang(th) .services--left--content .list-content,
html:lang(th) .services--left--content .content p,
html:lang(th) .services--left--content .list-content p {
	font-family: 'Prompt', sans-serif !important;
}

.services--left--content .list-content a {
	color: #294783;
	text-decoration: none;
	font-weight: 600;
}

.services--left--content .list-content a:hover {
	text-decoration: underline;
}

.services--left--content .list-content ul {
	margin-bottom: 0.3rem;
	padding-left: 40px;
}

html:lang(th) .other--information--container .title,
html:lang(th) .services--left--content .list-title {
	font-family: 'Prompt', sans-serif !important;
}

body.tax-product_tag h1.page-title,
body.tax-product_cat h1.page-title,
body.post-type-archive-product h1.page-title {
	display: none;
}

.product--tags--filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

.term--single--container .tags-wrapper a,
.term--single--container .tags-wrapper span,
.product--tags--filters a,
.product--tags--filters span {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #000;
	margin-right: 20px;
}

html:lang(th) .term--single--container .tags-wrapper a,
html:lang(th) .term--single--container .tags-wrapper span,
html:lang(th) .product--tags--filters a,
html:lang(th) .product--tags--filters span {
	font-family: 'Prompt', sans-serif !important;
}

.term--single--container .tags-wrapper a,
.product--tags--filters a {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

.term--single--container .tags-wrapper a:hover,
.product--tags--filters a:hover {
	color: #F06524;
	text-decoration: underline;
}

#woo__container div.product {
	padding: 60px 0;
}

.woocommerce div.product .product_title {
	font-family: 'Inter', sans-serif !important;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #111;
}

html:lang(th) .woocommerce div.product .product_title {
	font-family: 'Prompt', sans-serif !important;
}

#woo__container .woocommerce-product-details__short-description {
	margin-top: 20px;
	border-bottom: 1px solid #000000;
}

#woo__container .woocommerce-product-details__short-description,
#woo__container .woocommerce-product-details__short-description p {
	font-family: 'Inter', sans-serif !important;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #111;
}

html:lang(th) #woo__container .woocommerce-product-details__short-description,
html:lang(th) #woo__container .woocommerce-product-details__short-description p {
	font-family: 'Prompt', sans-serif !important;
}

/* Single Doctor */
body.single-doctor .doctor--profile--container {
	padding: 60px 0;
}

.doctor--profile--container .search-wrapper {
	display: inline-flex;
	align-items: center;
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: #294783;
	text-decoration: none;
}

html:lang(th) .doctor--profile--container .search-wrapper {
	font-family: 'Prompt', sans-serif !important;
}

.doctor--profile--container .search-wrapper:hover {
	text-decoration: underline;
}

.doctor--profile--container .search-wrapper .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	background-image: url('../svg/icon-search-color.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	background-color: transparent;
	border: none;
	margin-right: 5px;
}

.doctor--profile--container .doctor-title {
	font-family: 'Inter', sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 48px;
	color: #294783;
	text-transform: uppercase;
	margin: 30px 0 5px 0;
}

html:lang(th) .doctor--profile--container .doctor-title {
	font-family: 'Prompt', sans-serif !important;
}

.doctor--profile--container .acf--specialty {
	font-family: 'Inter', sans-serif !important;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: #F06524;
}

html:lang(th) .doctor--profile--container .acf--specialty {
	font-family: 'Prompt', sans-serif !important;
}

.doctor--profile--container .doctor-featured {
	margin-top: 30px;
	margin-left: 0;
}

.doctor--profile--container .doctor-featured img {
	border-radius: 9px;
}

.doctor--profile--container hr {
	margin: 60px 0;
	border: 1px solid #D3D3D3;
}

.doctor--profile--container hr.color {
	margin: 40px 0;
	border: 1px solid #294783;
}

.doctor--profile--container .specialty--wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.doctor--profile--container .specialty--wrapper .col-left {
	width: 100%;
	padding-right: 0;
}

.doctor--profile--container .specialty--wrapper .col-right {
	width: 100%;
}

.doctor--profile--container .specialty--wrapper .value,
.doctor--profile--container .specialty--wrapper .label {
	font-family: 'Inter', sans-serif !important;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	letter-spacing: 1px;
	padding-right: 20px;
}

.doctor--profile--container .specialty--wrapper .label {
	margin-bottom: 10px;
}

html:lang(th) .doctor--profile--container .specialty--wrapper .value,
html:lang(th) .doctor--profile--container .specialty--wrapper .label {
	font-family: 'Prompt', sans-serif !important;
}

.doctor--profile--container .specialty--wrapper .value {
	font-weight: 400;
	color: #294783;
	text-decoration: underline;
}

.doctor--profile--container .specialty--wrapper .value ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.doctor--profile--container .specialty--wrapper .value ul li {
	color: #294783;
	margin-bottom: 10px;
}

.doctor--profile--container .field-title {
	font-family: 'Inter', sans-serif !important;
	font-weight: 700;
	font-size: 24px;
	line-height: 35px;
	color: #111;
	margin-bottom: 30px;
}

html:lang(th) .doctor--profile--container .field-title {
	font-family: 'Prompt', sans-serif !important;
}

.doctor--profile--container .doctor-profiles-wrapper {
	margin-top: 60px;
}

.doctor--profile--container .doctor-profiles-wrapper .content-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.doctor--profile--container .doctor-profiles-wrapper .content-wrapper.hide {
	display: none;
}

.doctor--profile--container .doctor-profiles-wrapper .content-wrapper .left {
	width: 100%;
}

.doctor--profile--container .doctor-profiles-wrapper .content-wrapper .right {
	width: 100%;
}

.doctor--profile--container .doctor-profiles-wrapper .content-wrapper .year {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 24px;
	line-height: 22px;
	color: #707070;
	margin-top: 7px;
	margin-bottom: 20px;
}

html:lang(th) .doctor--profile--container .doctor-profiles-wrapper .content-wrapper .year {
	font-family: 'Prompt', sans-serif !important;
}

.doctor--profile--container .doctor-profiles-wrapper .content-wrapper .data ul.discnone {
	list-style: none;
	margin: 0;
	padding: 0;
}

.doctor--profile--container .doctor-profiles-wrapper .content-wrapper .data ul.margin-bullet {
	margin-left: 0;
	margin-bottom: 0;
}

.doctor--profile--container .doctor-profiles-wrapper .content-wrapper .data ul li {
	margin-bottom: 10px;
}

/* Doctor Portal */
.content--toggle--overlay {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-top: -35px;
	padding-top: 35px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.92) 35.94%, #FFFFFF 100%);
}

.content--toggle--button,
.card--content--toggle,
.doctor--profile--container .doctor-profiles-wrapper .content-wrapper .data {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #111;
}

html:lang(th) .content--toggle--button,
html:lang(th) .card--content--toggle,
html:lang(th) .doctor--profile--container .doctor-profiles-wrapper .content-wrapper .data {
	font-family: 'Prompt', sans-serif !important;
}

.content--toggle--button,
.card--content--toggle {
	color: #F06524;
	text-decoration: none;
}

.content--toggle--button:hover,
.content--toggle--button:active,
.content--toggle--button:focus,
.card--content--toggle:hover,
.card--content--toggle:active,
.card--content--toggle:focus {
	color: #F06524;
	text-decoration: underline;
}

/* Doctor Portal */
.doctor-profiles-wrapper .content-wrapper .full .data ul,
.doctor-profiles-wrapper .content-wrapper .full .data ol {
	margin-left: 0 !important;
}

.profile--show--hide--limit {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	max-height: 285px;
	transition: max-height 0.3s ease;
}

.profile--show--hide--limit.expanded {
	max-height: unset;
}

.profile--show--hide--limit.expanded~.content--toggle--overlay {
	background: transparent;
}

#show__doctor__schedule {
	width: 100%;
	max-width: 100%;
	overflow-x: scroll;
}

#show__doctor__schedule table.clinic--hours {
	border: none;
	border-radius: 0;
}

#show__doctor__schedule table.clinic--hours thead tr th {
	font-family: 'Inter', sans-serif !important;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	background: #294783;
	white-space: nowrap;
	padding: 20px 50px;
}

html:lang(th) #show__doctor__schedule table.clinic--hours thead tr th {
	font-family: 'Prompt', sans-serif !important;
}

#show__doctor__schedule table.clinic--hours tbody tr td {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	background: #F8F8F8;
	white-space: nowrap;
	padding: 20px 50px;
	border-bottom: 1px solid #fff;
}

html:lang(th) #show__doctor__schedule table.clinic--hours tbody tr td {
	font-family: 'Prompt', sans-serif !important;
}

#show__doctor__schedule table.clinic--hours.contact tbody tr td,
#show__doctor__schedule table.clinic--hours.contact thead tr th {
	margin: 0 auto;
	text-align: center;
}

#show__doctor__schedule table.clinic--hours .remark {
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
	color: #F06524;
}

/* Doctor Reviews */
[class*=glsr-] {
	font-family: 'Inter', sans-serif !important;
}

html:lang(th) [class*=glsr-] {
	font-family: 'Prompt', sans-serif !important;
}

.doctor--review--top {
	font-family: 'Inter', sans-serif !important;
	padding: 25px;
	display: flex;
	flex-wrap: wrap;
}

html:lang(th) .doctor--review--top {
	font-family: 'Prompt', sans-serif !important;
}

.doctor--review--top .go--to--section {
	font-weight: 500;
	color: #F06524;
	text-decoration: underline;
}

/*.doctor--review--top .glsr-form-message,
.doctor--review--top div[data-field="submit-button"] {
	display: none !important;
}*/

#doctor__review .reviews-summary {
	margin: 50px 0 75px 0;
}

#doctor__review .reviews-form {
	margin-bottom: 75px;
	margin-right: 0;
}

#doctor__review .reviews-form::-webkit-input-placeholder,
#doctor__review .reviews-form::-moz-placeholder,
#doctor__review .reviews-form::placeholder {
	color: transparent !important;
	opacity: 0 !important;
}

#doctor__review .reviews-form input[type="checkbox"],
#doctor__review .reviews-form .glsr-select,
#doctor__review .reviews-form .glsr-input-email,
#doctor__review .reviews-form .glsr-input-text,
#doctor__review .reviews-form .glsr-textarea {
	outline: none !important;
	box-shadow: none !important;
}

.doctor--review--wrapper {
	margin-top: 15px;
}

#doctor__review nav.navigation {
	margin: 25px auto 0 auto;
	text-align: center;
}

#doctor__review nav.navigation .nav-links .current {
	pointer-events: none;
	opacity: 0.5;
}

#doctor__review nav.navigation .nav-links .page-numbers {
	padding: 0 5px !important;
}

/* Form Template */
body.page-template-template-forms .page--form--container {
	padding: 60px 0;
}

/* GF Forms */
.gform_wrapper .gf_page_steps {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 0 60px 0 !important;
	padding: 60px 0 !important;
	background: #FCFCFC !important;
	border: none !important;
}

.gform_wrapper .gf_page_steps .gf_step {
	display: flex;
	align-items: center;
	min-width: 150px;
	max-width: 150px;
	position: relative;
}

.gform_wrapper .gf_page_steps .gf_step .gf_step_number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-family: 'Arial', sans-serif !important;
	font-weight: 400 !important;
	font-size: 24px !important;
	line-height: 1 !important;
	color: rgba(0, 0, 0, 0.2) !important;
	background: transparent !important;
	border-radius: 0 !important;
	border: none !important;
}

.gform_wrapper .gf_page_steps .gf_step .gf_step_number::before,
.gform_wrapper .gf_page_steps .gf_step .gf_step_number::after {
	display: none !important;
}

.gform_wrapper .gf_page_steps .gf_step.gf_step_active .gf_step_number {
	color: #fff !important;
	background: #EC7825 !important;
	border-radius: 50% !important;
}

.gform_wrapper .gf_page_steps .gf_step:not(.gf_step_last)::after {
	content: '';
	width: 75px;
	height: 1px;
	border-top: 1.5px solid rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 0;
	top: 50%;
}

.gform_wrapper .gform_body .gform_fields .gsection {
	border: none !important;
}

.gform_wrapper .gform_body .gform_fields .gsection_title {
	font-family: 'Arial', sans-serif !important;
	font-weight: 400 !important;
	font-size: 20px !important;
	line-height: 24px !important;
	color: #000 !important;
}

html:lang(th) .gform_wrapper .gform_body .gform_fields .gsection_title {
	font-family: 'Prompt', sans-serif !important;
}

.gform_wrapper .gform_body .gform_fields .gfield_html {
	font-family: 'Arial', sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 34px !important;
	color: #707070 !important;
	padding: 20px !important;
	margin: 20px 0 !important;
	/*background: #F5F5F5 !important;
	border-radius: 6px !important;*/
}

html:lang(th) .gform_wrapper .gform_body .gform_fields .gfield_html {
	font-family: 'Prompt', sans-serif !important;
}

.gform_wrapper .gform_body .gform_fields .gfield_consent_label,
.gform_wrapper .gform_body .gform_fields .gfield_checkbox label,
.gform_wrapper .gform_body .gform_fields .gfield_radio label,
.gform_wrapper .gform_body .gform_fields .gfield_label {
	font-family: 'Inter', sans-serif !important;
	font-weight: 500 !important;
	font-size: 18px !important;
	line-height: 27px !important;
	color: #111 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield_consent_label,
.gform_wrapper .gform_body .gform_fields .gfield_checkbox label,
.gform_wrapper .gform_body .gform_fields .gfield_radio label {
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 24px !important;
}

html:lang(th) .gform_wrapper .gform_body .gform_fields .gfield_consent_label,
html:lang(th) .gform_wrapper .gform_body .gform_fields .gfield_checkbox label,
html:lang(th) .gform_wrapper .gform_body .gform_fields .gfield_radio label,
html:lang(th) .gform_wrapper .gform_body .gform_fields .gfield_label {
	font-family: 'Prompt', sans-serif !important;
}

.gform_wrapper .gform_body .gform_fields .gfield_consent_label a {
	font-weight: 500 !important;
	color: #EC7825 !important;
	text-decoration: underline;
}

.gform_wrapper .gform_body .gform_fields .gfield_description:not(.validation_message) {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 18px !important;
	color: #707070 !important;
	padding-top: 10px !important;
}

html:lang(th) .gform_wrapper .gform_body .gform_fields .gfield_description {
	font-family: 'Prompt', sans-serif !important;
}

.gform_wrapper .gform_body .gform_fields .gfield_description b,
.gform_wrapper .gform_body .gform_fields .gfield_description strong {
	font-weight: 700 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield_consent_description {
	border: none !important;
	background: #F5F5F5 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield_description:not(.validation_message) ol,
.gform_wrapper .gform_body .gform_fields .gfield_description:not(.validation_message) ol li,
.gform_wrapper .gform_body .gform_fields .gfield_description:not(.validation_message) ul,
.gform_wrapper .gform_body .gform_fields .gfield_description:not(.validation_message) ul li {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 18px !important;
	color: #707070 !important;
}

html:lang(th) .gform_wrapper .gform_body .gform_fields .gfield_description:not(.validation_message) ol,
html:lang(th) .gform_wrapper .gform_body .gform_fields .gfield_description:not(.validation_message) ol li,
html:lang(th) .gform_wrapper .gform_body .gform_fields .gfield_description:not(.validation_message) ul,
html:lang(th) .gform_wrapper .gform_body .gform_fields .gfield_description:not(.validation_message) ul li {
	font-family: 'Prompt', sans-serif !important;
}

#doctor__review .reviews-form .glsr-input-email,
#doctor__review .reviews-form .glsr-input-text,
#doctor__review .reviews-form .glsr-textarea,
body.woocommerce-checkout .woocommerce-billing-fields .form-row input[type="text"],
body.woocommerce-checkout .woocommerce-billing-fields .form-row select,
body.page-template-template-find-doctor .form--wrapper select,
body.page-template-template-find-doctor .form--wrapper input[type="text"],
#woo__container select,
.gform_wrapper .gform_body .gform_fields textarea,
.gform_wrapper .gform_body .gform_fields input[type="text"],
.gform_wrapper .gform_body .gform_fields select {
	width: 100%;
	min-height: 60px;
	font-family: 'Inter', sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 27px !important;
	color: #111 !important;
	border: none !important;
	border-bottom: 1px solid #000 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	padding: 15px 0 !important;
}

html:lang(th) #doctor__review .reviews-form .glsr-input-email,
html:lang(th) #doctor__review .reviews-form .glsr-input-text,
html:lang(th) #doctor__review .reviews-form .glsr-textarea,
html:lang(th) body.woocommerce-checkout .woocommerce-billing-fields .form-row input[type="text"],
html:lang(th) body.woocommerce-checkout .woocommerce-billing-fields .form-row select,
html:lang(th) body.page-template-template-find-doctor .form--wrapper select,
html:lang(th) body.page-template-template-find-doctor .form--wrapper input[type="text"],
html:lang(th) #woo__container select,
html:lang(th) .gform_wrapper .gform_body .gform_fields textarea,
html:lang(th) .gform_wrapper .gform_body .gform_fields input[type="text"],
html:lang(th) .gform_wrapper .gform_body .gform_fields select {
	font-family: 'Prompt', sans-serif !important;
}

#woo__container .woocommerce-ordering select option,
.gform_wrapper .gform_body .gform_fields select option {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 27px !important;
	color: #111 !important;
}

html:lang(th) #woo__container .woocommerce-ordering select option,
html:lang(th) .gform_wrapper .gform_body .gform_fields select option {
	font-family: 'Prompt', sans-serif !important;
}

.woocommerce-ordering select,
.term--page--container .sort-wrapper select {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #111 !important;
}

html:lang(th) .woocommerce-ordering select,
html:lang(th) .term--page--container .sort-wrapper select {
	font-family: 'Prompt', sans-serif !important;
}

#woo__container .woocommerce-ordering select {
	border-bottom: none !important;
}

#doctor__review .reviews-form .glsr-textarea,
.gform_wrapper .gform_body .gform_fields textarea {
	border: 1px solid #E6E6E6 !important;
	border-radius: 6px !important;
	padding-left: 15px !important;
}

.gform_wrapper .gform_body .gform_fields .datepicker {
	width: auto !important;
	min-height: 60px;
	border: none !important;
	border-bottom: 1px solid #000 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.gform_wrapper .gform_required_legend {
	display: none !important;
}

.gform_wrapper .gform_body .gform_fields .gpld-inline-datepicker {
	width: 100% !important;
	border-bottom: none !important;
}

.gform_wrapper .gform_body .gform_fields .ginput_complex {
	align-items: center !important;
}

.gform_wrapper .gfield_time_hour {
	display: flex !important;
	align-items: center !important;
}

.gform_wrapper div.validation_error {
	font-family: 'Inter', sans-serif !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: 27px !important;
	color: #F06524 !important;
	padding: 30px 0 !important;
	border-top: 1px solid #D3D3D3 !important;
	border-bottom: 1px solid #D3D3D3 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background-color: unset !important;
	border: none !important;
}

.gform_wrapper .validation_message {
	font-family: 'Inter', sans-serif !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #F06524 !important;
	padding-top: 0 !important;
}

.gform_wrapper .gform_page_footer {
	margin: 60px 0 0 0 !important;
	border: none !important;
	padding: 0 !important;
}

/* Woocommerce */
#woo__container form .gform_wrapper {
	margin-top: 0 !important;
	margin-bottom: 40px !important;
}

#woo__container .gform_variation_wrapper {
	padding: 0 20px;
	background: #F8F8F8;
}

#woo__container table.variations {
	margin-bottom: 40px;
}

#woo__container .single_variation_wrap .single_variation {
	margin-bottom: 20px;
}

#woo__container .product_meta {
	display: flex;
	flex-wrap: wrap;
}

#woo__container .product_meta>span {
	display: inline-block;
	margin-right: 10px;
}

#woo__container form .gform_wrapper .gsection_title,
#woo__container .product_meta>span {
	font-family: 'Arial', sans-serif !important;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #212529;
}

html:lang(th) #woo__container form .gform_wrapper .gsection_title,
html:lang(th) #woo__container .product_meta>span {
	font-family: 'Prompt', sans-serif !important;
}

body.woocommerce-checkout .woocommerce-billing-fields .form-row fieldset legend,
body.woocommerce-checkout .woocommerce-billing-fields .form-row>label,
#woo__container form .gform_wrapper .gfield_label,
#woo__container .product_meta>span a {
	font-family: 'Inter', sans-serif !important;
	font-weight: 700;
	font-size: 18px;
	line-height: 32px;
	color: #294783;
	text-decoration: none;
}

body.woocommerce-checkout .woocommerce-billing-fields .form-row fieldset legend,
body.woocommerce-checkout .woocommerce-billing-fields .form-row label {
	color: #111 !important;
}

#woo__container form .gform_wrapper .gfield_label {
	font-weight: 500;
	color: #111;
}

html:lang(th) body.woocommerce-checkout .woocommerce-billing-fields .form-row fieldset legend,
html:lang(th) body.woocommerce-checkout .woocommerce-billing-fields .form-row>label,
html:lang(th) #woo__container form .gform_wrapper .gfield_label,
html:lang(th) #woo__container .product_meta>span a {
	font-family: 'Prompt', sans-serif !important;
}

#woo__container form .gform_wrapper .gfield_description {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.5);
	padding-top: 10px !important;
}

html:lang(th) #woo__container form .gform_wrapper .gfield_description {
	font-family: 'Prompt', sans-serif !important;
}

#woo__container .product_meta>span a:hover {
	text-decoration: underline;
}

#woo__container .woocommerce-tabs ul.tabs {
	margin: 0 !important;
}

#woo__container .woocommerce-tabs ul.tabs::before {
	border-bottom: none !important;
}

#woo__container .woocommerce-tabs ul.tabs li::before,
#woo__container .woocommerce-tabs ul.tabs li::after,
#woo__container .woocommerce-tabs ul.tabs li {
	box-shadow: none !important;
	border: none !important;
	border-radius: 0 !important;
}

#woo__container .woocommerce-tabs ul.tabs li {
	min-height: 60px;
}

#woo__container .woocommerce-tabs ul.tabs li a {
	font-family: 'Inter', sans-serif !important;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	color: #294783;
	text-decoration: none;
}

html:lang(th) #woo__container .woocommerce-tabs ul.tabs li a {
	font-family: 'Prompt', sans-serif !important;
}

#woo__container .woocommerce-tabs ul.tabs li:not(.active) a:hover {
	text-decoration: underline;
}

#woo__container .woocommerce-tabs ul.tabs li.active {
	border-bottom: 2px solid #294783 !important;
}

#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description table,
#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #111;
	padding: 50px 30px;
	margin: 0 0 80px 0;
	background: #FAFAFA;
}

html:lang(th) #woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description table,
html:lang(th) #woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description {
	font-family: 'Prompt', sans-serif !important;
}

body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-order .woocommerce-notice,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-cart .cart_totals h2,
.search--result--container .search-query,
#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description>h2 {
	font-family: 'Arial', sans-serif !important;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #000;
	margin-bottom: 30px;
}

html:lang(th) body.woocommerce-order-received .woocommerce-order-details__title,
html:lang(th) body.woocommerce-order-received .woocommerce-order .woocommerce-notice,
html:lang(th) body.woocommerce-checkout #order_review_heading,
html:lang(th) body.woocommerce-checkout .woocommerce-billing-fields h3,
html:lang(th) body.woocommerce-cart .cart_totals h2,
html:lang(th) .search--result--container .search-query,
html:lang(th) #woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description>h2 {
	font-family: 'Prompt', sans-serif !important;
}

#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description b,
#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description strong {
	font-weight: 700;
}

#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description a {
	color: #EC7825;
	text-decoration: none;
}

#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description a {
	text-decoration: underline;
}

#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description .collapse .card {
	border: none;
}

#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description table thead {
	background-color: #294783;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description table tfoot {
	background-color: #EC7825;
	color: #fff;
	font-weight: 700;
}

.woocommerce-terms-and-conditions-checkbox-text {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #707070;
}

html:lang(th) .woocommerce-terms-and-conditions-checkbox-text {
	font-family: 'Prompt', sans-serif !important;
}

/* Hide Product Test Password */
#woo__container li.post-password-protected {
	display: none;
}

/* Custom Checkout Hide Country TH */
html[lang="th"] body.woocommerce-checkout #billing_country_field {
	display: none;
}

/* additional-fields */
div.woocommerce-additional-fields {
	display: none;
}

/* additional-fields */
div.woocommerce-form-coupon-toggle a.showcoupon {
	color: #EC7825;
}

/* Overlay after submit form */
#vejthani__overylay__spinners {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999999;
	background: linear-gradient(152.47deg, rgba(255, 255, 255, 0.8) 30.12%, rgba(255, 255, 255, 0.3) 91.28%);
	mix-blend-mode: normal;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

#vejthani__overylay__spinners .content--wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

#vejthani__overylay__spinners .spinner-border {
	color: #EC7825;
}

#vejthani__overylay__message {
	font-family: 'Arial', sans-serif !important;
	font-weight: 700;
	font-size: 22px;
	line-height: 34px;
	color: #294783;
	margin: 25px auto 0 auto;
	text-align: center;
}

#vejthani__overylay__waiting {
	display: none;
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #111;
	margin: 10px auto;
	text-align: center;
}

body.woocommerce-order-received table.order_details,
body.woocommerce-checkout table.shop_table,
body.woocommerce-cart .woocommerce-cart-form table.shop_table {
	border: none !important;
	border-spacing: unset !important;
	border-radius: 0 !important;
}

body.woocommerce-order-received table.order_details thead,
body.woocommerce-checkout table.shop_table thead,
body.woocommerce-cart .woocommerce-cart-form table.shop_table thead {
	color: #fff !important;
	background-color: #294783 !important;
}

body.woocommerce-order-received table.order_details tr th,
body.woocommerce-order-received table.order_details tr td p,
body.woocommerce-order-received table.order_details tr td,
body.woocommerce-checkout table.shop_table tr th,
body.woocommerce-checkout table.shop_table tr td p,
body.woocommerce-checkout table.shop_table tr td,
body.woocommerce-cart .cart_totals table.shop_table tr th,
body.woocommerce-cart .cart_totals table.shop_table tr td,
body.woocommerce-cart .woocommerce-cart-form table.shop_table tr th,
body.woocommerce-cart .woocommerce-cart-form table.shop_table tr td p,
body.woocommerce-cart .woocommerce-cart-form table.shop_table tr td {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400 !important;
	color: #707070 !important;
	background-color: transparent !important;
}

html:lang(th) body.woocommerce-order-received table.order_details tr th,
html:lang(th) body.woocommerce-order-received table.order_details tr td p,
html:lang(th) body.woocommerce-order-received table.order_details tr td,
html:lang(th) body.woocommerce-checkout table.shop_table tr th,
html:lang(th) body.woocommerce-checkout table.shop_table tr td p,
html:lang(th) body.woocommerce-checkout table.shop_table tr td,
html:lang(th) body.woocommerce-cart .cart_totals table.shop_table tr th,
html:lang(th) body.woocommerce-cart .cart_totals table.shop_table tr td,
html:lang(th) body.woocommerce-cart .woocommerce-cart-form table.shop_table tr th,
html:lang(th) body.woocommerce-cart .woocommerce-cart-form table.shop_table tr td p,
html:lang(th) body.woocommerce-cart .woocommerce-cart-form table.shop_table tr td {
	font-family: 'Prompt', sans-serif !important;
}

body.woocommerce-order-received table.order_details thead tr th,
body.woocommerce-checkout table.shop_table thead tr th,
body.woocommerce-cart .woocommerce-cart-form table.shop_table thead tr th {
	color: #fff !important;
	font-weight: 700 !important;
}

body.woocommerce-order-received table.order_details tfoot tr th,
body.woocommerce-checkout table.shop_table tfoot tr th,
body.woocommerce-cart .woocommerce-cart-form table.shop_table tfoot tr th {
	color: #111 !important;
	font-weight: 700 !important;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table .product-name a {
	color: #111 !important;
	text-decoration: none;
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table .product-name a:hover {
	color: #EC7825 !important;
	text-decoration: underline;
}

body.woocommerce-cart .woocommerce-message .wc-forward,
body.woocommerce-cart .woocommerce-cart-form table.shop_table button[name="update_cart"] {
	color: #212529 !important;
	background: #F8F8F8 !important;
	border-radius: 56px !important;
}

body.woocommerce-cart .woocommerce-message .wc-forward:hover,
body.woocommerce-cart .woocommerce-cart-form table.shop_table button[name="update_cart"]:hover {
	color: #fff !important;
	background: #EC7825 !important;
}

body.woocommerce-cart .cart_totals table {
	border: none !important
}

.woocommerce a.remove {
	width: 24px !important;
	height: 24px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-weight: 400 !important;
	font-size: 24px !important;
	color: #707070 !important;
	padding: 0 0 2px 0 !important;
	margin: 0 !important;
	border: none !important;
	background: transparent !important;
}

.woocommerce a.remove:focus,
.woocommerce a.remove:active,
.woocommerce a.remove:hover {
	color: #fff !important;
	background: #EC7825 !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400 !important;
	color: #212529 !important;
	background-color: transparent !important;
	border-top: 2px solid #EC7825 !important;
}

html:lang(th) .woocommerce-error,
html:lang(th) .woocommerce-info,
html:lang(th) .woocommerce-message {
	font-family: 'Prompt', sans-serif !important;
}

body.woocommerce-order-received .woocommerce-order ul.order_details li,
body.woocommerce-checkout .woocommerce-billing-fields .form-row fieldset legend label,
.select2-selection__rendered,
.select2-container {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	color: #111 !important;
}

.select2-container {
	padding-bottom: 15px !important;
	border-bottom: 1px solid #000 !important;
}

.select2-container--default .select2-selection--single {
	background-color: transparent !important;
}

body.woocommerce-checkout .blockUI.blockOverlay {
	background-color: rgba(0, 0, 0, 0.25) !important;
	position: fixed !important;
}

body.woocommerce-checkout .blockMsg {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	padding: 115px 15px 20px 15px;
	color: #fff !important;
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}

/* Woo order received */
body.woocommerce-order-received .woocommerce-order .woocommerce-notice {
	color: #294783 !important;
}

body.woocommerce-order-received .woocommerce-order ul.order_details {
	margin: 40px 0 20px 0;
	padding: 0;
}

body.woocommerce-order-received .woocommerce-order ul.order_details li {
	margin-bottom: 20px;
}

/* Woo my account */
body.woocommerce-account .woocommerce-MyAccount-navigation {
	margin: 0;
}

/* ePayment Thank you */
body.page-template-template-epayment-thankyou h1.heading {
	margin-bottom: 20px !important;
}

body.page-template-template-epayment-thankyou #epayment__status__title {
	font-weight: 700 !important;
	color: #EC7825 !important;
	text-decoration: underline;
}

body.page-template-template-epayment-thankyou .remark {
	margin-top: 16px;
	color: #A9ACBB !important;
}

body.page-template-template-epayment-thankyou .highlight {
	font-weight: 700 !important;
}

body.page-template-template-epayment-thankyou .contact-wrapper .hotline a {
	text-decoration: underline !important;
}

body.page-template-template-epayment-thankyou .thank-wrapper {
	margin-top: 60px;
}

.page--container--small--gap {
	padding: 60px 0 0 0;
}

body.page-template-template-find-doctor .page-title {
	color: #111 !important;
	margin-bottom: 80px !important;
	text-align: center !important;
}

body.page-template-template-find-doctor .form--wrapper {
	margin-top: 20px;
}

body.page-template-template-find-doctor .form--wrapper.center {
	margin: 40px auto;
	text-align: center;
}

body.page-template-template-find-doctor #find__doctor__displaying {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.5);
	margin: 20px 0 40px 0;
}

body.page-template-template-insurance .content--heading {
	font-family: 'Arial', sans-serif !important;
	font-weight: 700;
	font-size: 20px;
	line-height: 35px;
	color: #000;
	margin: 30px 0;
}

html:lang(th) body.page-template-template-insurance .content--heading {
	font-family: 'Prompt', sans-serif !important;
}

body.page-template-template-insurance .content--text {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #111;
	margin-bottom: 20px;
}

body.page-template-template-insurance .content--text b,
body.page-template-template-insurance .content--text strong {
	font-weight: 700;
}


html:lang(th) body.page-template-template-insurance .content--text {
	font-family: 'Prompt', sans-serif !important;
}

/* Defalut Template */
.default--page--container {
	padding: 60px 0;
}

/* Footer */
.footer--hr .container.smaller hr {
	margin: 60px 0 0 0;
	border-top: 1px solid #D3D3D3;
	opacity: 1;
}

.footer--top {
	padding: 60px 0;
}

body.page-template-template-find-doctor .page-title,
.footer--top .text {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 32px;
	line-height: 35px;
	margin-bottom: 20px;
	color: #294783;
	text-align: center;
}

html:lang(th) body.page-template-template-find-doctor .page-title,
html:lang(th) .footer--top .text {
	font-family: 'Prompt', sans-serif !important;
}

.footer--top .button-wrapper {
	margin: 0 auto;
	text-align: center;
}

#site__footer {
	padding: 42px 0 48px 0;
	background: #294783;
}

#site__footer .policy-nav li a,
#site__footer .title {
	font-family: 'Inter', sans-serif !important;
	font-weight: 700;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
}

html:lang(th) #site__footer .policy-nav li a,
html:lang(th) #site__footer .title {
	font-family: 'Prompt', sans-serif !important;
}

#site__footer .title {
	margin-top: 5px;
	margin-bottom: 15px;
}

#site__footer .policy-nav li a:hover {
	text-decoration: underline;
}

#site__footer .policy-nav li {
	margin-bottom: 15px;
}

#site__footer .footer-nav {
	list-style: none;
	padding: 0;
}

#site__footer .footer-nav li a {
	display: inline-block;
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: #D6D6D6;
	text-decoration: none;
}

#site__footer .footer-nav li a:hover {
	text-decoration: underline;
}

html:lang(th) #site__footer .footer-nav li a {
	font-family: 'Prompt', sans-serif !important;
}

#site__footer .policy-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	flex-direction: column;
}

#site__footer .socials-nav {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
}

#site__footer .socials-nav li {
	margin-right: 12px;
}

#site__footer .socials-nav li a:hvoer {
	border: 1px solid black;
}

#site__footer .socials-nav li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	background-color: transparent;
	border: 1.275px solid #FFF;
	border-radius: 100%;
}

#site__footer .socials-nav li a:hover {
	background-color: #fff;
	border: 1.275px solid transparent;
}

#site__footer .socials-nav li a .icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	border: none;
}

#site__footer .socials-nav li a .wechat {
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	background-size: 85%;
	background-image: url('../svg/wechat-white-icon.svg');
}

#site__footer .socials-nav li a:hover .wechat {
	background-image: url('../svg/wechat-color-icon.svg');
}

#site__footer .socials-nav li a .facebook {
	width: 11px;
	height: 22px;
	min-width: 11px;
	min-height: 22px;
	background-size: 75%;
	background-image: url('../svg/facebook-white-icon.svg');
}

#site__footer .socials-nav li a:hover .facebook {
	background-image: url('../svg/facebook-color-icon.svg');
}

#site__footer .socials-nav li a .twitter {
	width: 22.73px;
	height: 18.47px;
	min-width: 22.73px;
	min-height: 18.47px;
	background-size: 75%;
	background-image: url('../svg/twitter-white-icon.svg');
}

#site__footer .socials-nav li a:hover .twitter {
	background-image: url('../svg/twitter-color-icon.svg');
}

#site__footer .socials-nav li a .youtube {
	width: 22px;
	height: 14.77px;
	min-width: 22px;
	min-height: 14.77px;
	background-size: 75%;
	background-image: url('../svg/youtube-white-icon.svg');
}

#site__footer .socials-nav li a:hover .youtube {
	background-image: url('../svg/youtube-color-icon.svg');
}

#site__footer .socials-nav li a .line {
	width: 19.62px;
	height: 18.92px;
	min-width: 19.62px;
	min-height: 18.92px;
	background-size: 85%;
	background-image: url('../svg/line-white-icon.svg');
}

#site__footer .socials-nav li a:hover .line {
	background-image: url('../svg/line-color-icon.svg');
}

.socials-nav .list--wechat {
	position: relative;
}

.socials-nav .wechat-qrcode-wrapper {
	display: none;
}

.socials-nav .wechat--nav--logo:hover~.wechat-qrcode-wrapper {
	display: block;
	position: absolute;
	top: 54px;
	left: 0;
}

.socials-nav .wechat-qrcode-wrapper img {
	min-width: 200px;
	min-height: 200px;
}

#site__footer hr {
	margin: 40px 0;
	border-top: 1px solid rgba(211, 211, 211, 0.1);
	opacity: 1;
}

#site__footer .copyright {
	font-family: 'Prompt', sans-serif !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}

/* Cookie Notice */
#cookie-notice {
	max-width: 100% !important;
	overflow: hidden !important;
	padding: 20px 10px !important;
	color: #6F6C90 !important;
	background: transparent !important;
	z-index: 999999999 !important;
}

#cookie-notice.cookie-notice-hidden {
	display: none !important;
}

#cookie-notice .cookie-notice-container {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: center !important;
	border: 1px solid #D9DBE9;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0px 3.53021px 9.88459px 0px rgba(8, 15, 52, 0.04);
}

#cookie-notice .cn-text-container {
	width: 100%;
	font-family: 'Inter', sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 24px !important;
	color: #6F6C90 !important;
	margin: 0 auto !important;
	text-align: left !important;
	padding-top: 20px;
}

#cookie-notice .cn-text-container h4 {
	color: #170F49 !important;
	font-family: 'Inter', sans-serif !important;
}

#cookie-notice .cn-text-container a {
	font-weight: 700 !important;
	color: #F47920 !important;
	text-decoration: underline !important;
	flex-direction: row-reverse !important;
}

#cookie-notice .cn-text-container a:hover {
	color: #294783 !important;
}

html:lang(th) #cookie-notice .cn-text-container {
	font-family: 'Prompt', sans-serif !important;
}

#cookie-notice .cn-buttons-container {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin-top: 20px !important;
	flex-direction: row-reverse;
	width: 100%;
}

#cookie-notice .cn-buttons-container>a {
	margin-bottom: 10px;
}

.cookie-notice-container #cn-close-notice {
	top: 15px !important;
	right: 20px !important;
	margin-top: 0 !important;
	opacity: 1;
}

.cookie-notice-container #cn-close-notice::before,
.cookie-notice-container #cn-close-notice::after {
	background-color: #fff !important;
}

.cookie-notice-container #cn-accept-cookie {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: auto !important;
	width: 100% !important;
	padding: 10px 5px !important;
	font-family: 'Inter', sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 27px !important;
	color: #fff !important;
	background-color: #F47920 !important;
	box-shadow: none !important;
	border: 2px solid #F47920 !important;
	border-radius: 56px !important;
	text-align: center !important;
	text-decoration: none !important;
	min-width: 160px;
}

.site--modal--popup {
	z-index: 9999999 !important;
}

.site--modal--popup .modal-content {
	position: relative;
	align-items: center;
	justify-content: center;
}

.site--modal--popup .modal-content .btn-close {
	position: absolute;
	top: 30px;
	right: 30px;
}

.flyer--wrapper {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index: 999999;
}

.flyer--wrapper .social-box {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.flyer--wrapper .social-box .line {
	margin-top: 10px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url('../svg/line-icon.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	background-color: #3ACE01;
	border: none;
	border-radius: 100%;
}

.flyer--wrapper .social-box .facebook-me {
	margin-top: 10px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url('../png/social-chat.png');
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: calc(50% - 0px) 35%;
	background-color: #0084ff;
	border: none;
	border-radius: 100%;
}

.flyer--wrapper .social-box .phone {
	display: inline-block;
	margin-top: 10px;
	width: 40px;
	height: 40px;
	background-image: url('../svg/phone-icon.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	background-color: #EC7825;
	border: none;
	border-radius: 100%;
}

.flyer--wrapper .social-box .whatsapp {
	margin-top: 10px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url('../svg/whatsapp-icon.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	background-color: #25D366;
	border: none;
	border-radius: 100%;
}

.flyer--wrapper .social-box .zalo {
	margin-top: 10px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url('../svg/zalo-icon.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	background-color: #0068FF;
	border: none;
	border-radius: 100%;
}

.flyer--wrapper #go__top {
	width: 40px;
	height: 40px;
	background-image: url('../svg/go-top.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	background-color: #294783;
	border: none;
	border-radius: 100%;
	pointer-events: none;
	opacity: 0;
	transition: opacity .15s ease-in-out;
}

.flyer--wrapper #go__top.visible {
	opacity: 1;
	pointer-events: auto;
}

#site__page #socials__container {
	position: fixed;
	bottom: 6em;
	right: 22px;
	z-index: 99;
	width: 250px;
}

#site__page #socials__container .social-wrapper {
	display: inline-block;
	width: 65px;
	height: 65px;
	border: none;
	opacity: 1;
}

#site__page #socials__container .social-box #zalo {
	background-image: url(../png/zalo-icon-web-64.png);
	display: inline-block;
	width: 65px;
	height: 65px;
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center;
	background-color: transparent;
	border: none;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 4px 24px rgb(0 0 0/6%);
	position: absolute;
	right: 0;
	cursor: pointer;
}

#site__page #socials__container #socials__gallery a {
	position: absolute;
	bottom: 80px;
	visibility: hidden;
	opacity: 0;
}

#site__page #socials__container #socials__gallery a img {
	width: 100%;
	height: auto;
	border-radius: 15px;
	bottom: 300px;
	position: relative;
}

#site__page #socials__container .social-box {
	position: relative;
}

.doctor-card-wrapper {
	padding: 30px;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	max-width: 650px;
	row-gap: 30px;
	background-color: #f8f9fa;
	border-radius: 16px;
	box-shadow: 0 8px 20px rgba(0, 102, 255, .12), 0 3px 5px rgba(81, 126, 194, .1);
	margin-bottom: 2rem;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.doctor-card-wrapper:hover {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}

.doctor-card-wrapper .information-doctor {
	width: 100%;
	display: flex;
	column-gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
}

.doctor-card-wrapper .contact-doctor {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 15px;
	grid-column-gap: 15px;
}


.doctor-card-wrapper .information-doctor .image-doctor {
	max-width: 200px;
	max-height: 200px;
	border-radius: 100%;
	overflow: hidden;
	border: 4px solid #fff;
	box-shadow: 0 8px 20px rgba(0, 102, 255, .12), 0 3px 5px rgba(81, 126, 194, .1);
}

.doctor-card-wrapper .information-doctor .image-doctor img {
	object-fit: cover;
	object-position: top;
}

.doctor-card-wrapper .information .title {
	margin-top: 2rem;
	text-decoration: none !important;
	text-align: center;
}

.doctor-card-wrapper .information p {
	font-weight: 700;
	margin-bottom: 0;
}

.doctor-card-wrapper .information .name-doctor {
	font-size: 24px;
	color: #363636;
}

.doctor-card-wrapper .information .specialty {
	font-size: 16px;
	color: #b5b5b5;
}

.doctor-card-wrapper .button-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 56px;
}

.doctor-card-wrapper .button-wrapper svg {
	margin-right: 0.5rem;
	width: 20px;
	height: 20px;
}

.doctor-card-wrapper .button-wrapper .btn-profile-doctor,
.doctor-card-wrapper .button-wrapper .btn-book-doctor {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #294783;
	border: 2px solid #294783;
	border-radius: 56px;
	color: #fff;
	text-decoration: none !important;
}

.doctor-card-wrapper .button-wrapper .btn-profile-doctor:hover,
.doctor-card-wrapper .button-wrapper .btn-book-doctor:hover {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: 2px solid #294783;
	border-radius: 56px;
	color: #294783 !important;
}

/* Doctor Portal */
.column--filter.hide {
	display: none !important;
}

.our--doctors--list--container .heading-our-doctor {
	margin-bottom: 2rem;
}

.social-chat-wrapper {
	position: fixed;
	bottom: 3rem;
	right: 22px;
	z-index: 9999;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 50%;
}

html[lang="vi"] .button-wrapper #post-appointment {
	padding: 10px 15px !important;
}

#lp__popup__obj {
	z-index: 9999999;
}

#lp__popup__obj button.close {
	padding: 1rem;
	margin: 0;
	position: absolute;
	right: 0;
	border: 0px;
	background-color: #fff0;
	z-index: 999;
}

.popup-package {
	position: fixed;
	bottom: 25px;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 999;
}

.banner-wrapper {
	max-width: 320px;
	position: relative;
	border-radius: 6px;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	overflow: hidden;
}

.banner-wrapper .carousel-item {
	border-radius: 6px;
}

.banner-wrapper img {
	border-radius: 6px;
}

.banner-wrapper .close {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 999;
	cursor: pointer;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #000;
}

.banner-wrapper .close svg {
	width: 25px;
	height: 25px;
	box-shadow: rgba(64, 79, 104, 0.05) 0px 6px 15px;
}

.widget-chat {
	position: fixed;
	right: 1rem;
	bottom: 1.5rem;
	z-index: 99999;
}

.widget-chat .chat-wrapper {
	background-color: #294783;
	border-radius: 16px;
	padding: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 55px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	cursor: pointer;
}

.widget-chat .chat-wrapper .toggle-icon {
	background-image: url(../svg/message-chat.svg);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
}

.widget-chat .chat-wrapper .toggle-icon.close-widget {
	background-image: url(../svg/close-chat-widget.svg);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
}

.widget-chat .social-chat-wrapper {
	position: absolute;
	border-radius: 16px;
	bottom: 70px;
	right: 0.8rem;
	width: 300px;
	height: 310px;
	display: flex;
	justify-content: center;
	background-color: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.widget-chat .social-chat-wrapper .chat-header {
	background-color: #294783;
	width: 100%;
	height: 60%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
}

.widget-chat .social-chat-wrapper .chat-header .logo-wrapper-chat {
	max-width: 120px;
	padding: 8px;
	background-color: #fff;
	border-radius: 6px;
	height: 45px;
	margin-top: 25px;
	margin-left: 10px;
}

.widget-chat .social-chat-wrapper .chat-content {
	position: absolute;
	bottom: 15px;
	padding: 15px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	max-width: 280px;
	display: grid;
	width: 100%;
}

.widget-chat .social-chat-wrapper .chat-content h3 {
	font-size: 16px;
	font-weight: 600;
	padding-top: 8px;
}

.widget-chat .social-chat-wrapper .chat-content a {
	padding: 4px 8px;
	border: 1px solid #EAEDF3;
	margin: 4px 0;
	border-radius: 6px;
	font-size: 12px;
}

.widget-chat .social-chat-wrapper .chat-content a:hover {
	background-color: #294783;
	border: 1px solid #294783;
	color: #fff;
}

.widget-chat .social-chat-wrapper .chat-content a img {
	margin-right: 4px;
	width: 30px;
}

.widget-chat .social-chat-wrapper {
	opacity: 0;
	transition: opacity 0.5s;
	display: none;
}

.widget-chat.open .social-chat-wrapper {
	opacity: 1;
	display: flex;
}

.widget-chat.open .chat-wrapper {
	opacity: 1;
}

.qr-code-wechat {
	display: none;
	position: absolute;
	background: white;
	border: 1px solid #ccc;
	padding: 10px;
	width: 100%;
	height: 100%;
}

.qr-code-wechat img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.qr-code-wechat .close-wechat {
	cursor: pointer;
	display: block;
	text-align: right;
	margin-bottom: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid #EAEDF3;
	border-radius: 50%;
}

.qr-code-wechat .close-wechat svg {
	width: 25px;
	height: 25px;
	box-shadow: rgba(64, 79, 104, 0.05) 0px 6px 15px;
}

.page-template-template-inpatient-rooms .approximate--rate {
	font-size: 14px;
	color: #F06524 !important;
	margin: 0 auto;
	text-align: right;
}

/*
RESPONSIVE BREAKPOINTS
**********************/
/*
Small devices (landscape phones, 576px and up)
**********************/
@media (min-width: 576px) {

	body.woocommerce-checkout #place_order,
	body.woocommerce-cart .checkout-button,
	.gform_wrapper input.button,
	#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description .btn,
	.btn-color {
		max-width: fit-content !important;
	}

	.container {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.container.smaller {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.view--more--wrapper {
		justify-content: flex-end;
	}

	#site__header .main-logo img {
		width: 184px;
		height: 50px;
		max-height: 50px !important;
	}

	.help--links .container {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.help--links .row>div a {
		max-height: 40px;
	}

	.term--page--container .sort-wrapper {
		text-align: right;
	}

	.term--page--container .tab-wrapper {
		overflow: hidden;
		justify-content: center;
	}

	.woocommerce ul.products li.product {
		width: calc(50% - 15px) !important;
	}

	.term--single--container #rating__html__top {
		text-align: left;
	}

	.term--single--container #rating__html__bottom {
		text-align: right;
	}

	.absolute--slide--container #dots__kob__awards {
		display: none;
	}

}

/*
Medium devices (tablets, 768px and up)
**********************/
@media (min-width: 768px) {
	#site__header .mobile-wrapper {
		display: none;
	}

	#site__header .right-wrapper {
		width: 100%;
		display: inline-flex;
		align-items: center;
		justify-content: flex-end;
		margin-bottom: 0;
	}

	.fullwidth-slider .content-wrapper {
		left: 30px;
		bottom: 30px;
	}

	.fullwidth-slider .content-wrapper .title {
		font-size: 58px;
		line-height: 64px;
	}

	#home__hero__slider .owl-item .slide {
		min-height: 460px;
	}

	body.page-template-template-king-of-bones .awards--accreditations--section {
		min-height: 540px;
		margin-bottom: 100px;
	}

	.absolute--slide--container #kob__awards__slider {
		width: 100%;
		min-width: fit-content;
		position: absolute;
		top: 0;
		left: 15px;
	}

	#kob__awards__slider .owl-item .slide {
		max-width: 320px;
	}

	.medical--services--a--z .item-wrapper .item {
		width: calc(50% - 40px);
	}

	.other--information--container .widget-wrapper {
		padding-right: 30px;
	}

	.term--page--container .form-wrapper form .input {
		min-width: 320px;
	}

	.woocommerce-ordering {
		float: right !important;
	}

	/*body.page-template-default .default--page--container .block-editor,
	.term--single--container .block-editor {
		overflow-x: hidden;
	}*/

	.term--single--container .cta--on--single>div {
		width: 50%;
	}

	.doctor--profile--container .doctor-featured {
		margin-top: 0;
		margin-left: 40px;
	}

	.doctor--profile--container .specialty--wrapper {
		flex-wrap: nowrap;
	}

	.doctor--profile--container .specialty--wrapper .col-left {
		width: 30%;
		padding-right: 20px;
	}

	.doctor--profile--container .specialty--wrapper .col-right {
		width: 70%;
	}

	.doctor--profile--container .doctor-profiles-wrapper .content-wrapper .left {
		width: 145px;
	}

	.doctor--profile--container .doctor-profiles-wrapper .content-wrapper .right {
		width: calc(100% - 145px);
	}

	.doctor--profile--container .doctor-profiles-wrapper .content-wrapper .data ul.margin-bullet {
		margin-left: -175px;
	}

	#doctor__review .reviews-summary {
		margin: 50px 30px 75px 0;
	}

	#doctor__review .reviews-form {
		margin-bottom: 0;
		margin-right: 30px;
	}

	#show__doctor__schedule {
		overflow-x: hidden;
	}

	.footer--top .button-wrapper {
		text-align: right;
	}

	.footer--hr .container.smaller hr {
		margin: 80px 0 0 0;
	}

	body.page-template-template-find-doctor .page-title {
		margin-bottom: 100px !important;
	}

	.page--container--small--gap {
		padding: 80px 0 0 0;
	}

	.footer--top {
		padding: 80px 0;
	}

	.footer--top .text {
		margin-bottom: 0;
		text-align: left;
	}

	.popup-package {
		display: none !important;
	}

	.widget-chat .chat-wrapper {
		padding: 15px;
		width: 70px;
	}

	.widget-chat .chat-wrapper .toggle-icon {
		background-size: 40px;
		width: 40px;
		height: 40px;
	}

	.widget-chat .chat-wrapper .toggle-icon.close-widget {
		background-size: 40px;
		width: 40px;
		height: 40px;
	}

	.widget-chat .social-chat-wrapper {
		bottom: 100px;
		right: 1rem;
		width: 438px;
		height: 430px;
	}

	.widget-chat .social-chat-wrapper .chat-content {
		bottom: 30px;
		padding: 25px;
		background-color: #fff;
		max-width: 388px;
	}

	.widget-chat .social-chat-wrapper .chat-content h3 {
		font-size: 18px;
		padding-top: 15px;
	}

	.widget-chat .social-chat-wrapper .chat-content a {
		padding: 8px 15px;
		margin: 8px 0;
		font-size: 16px;
	}

	.widget-chat .social-chat-wrapper .chat-header .logo-wrapper-chat {
		margin-top: 40px;
		margin-left: 25px;
		max-width: 140px;
		height: 51px;
	}
}

/*
Large devices (desktops, 992px and up)
**********************/
@media (min-width: 992px) {
	.fullwidth-slider .content-wrapper {
		left: 80px;
		bottom: 80px;
	}

	.fullwidth-slider .content-wrapper .title {
		font-size: 68px;
		line-height: 76px;
	}

	.why--choose--vej--section .content-wrapper {
		margin: 120px 20px 0 20px;
		padding: 30px 20px 0;
	}

	body.page-template-template-king-of-bones .section-title,
	.diseases--conditions .section-title,
	.new--packages--programs .section-title,
	.new--intro--section .title,
	.why--choose--vej--section .title {
		font-size: 34px;
		line-height: 45px;
		padding-right: 50px;
	}

	.why--choose--vej--section .same--title,
	.why--choose--vej--section .title {
		margin-top: 120px;
	}

	.new--intro--section .content {
		margin: 0 20px;
	}

	.new--medical--services--section>.container {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.diseases--conditions .content,
	.new--packages--programs .content {
		padding-right: 50px;
	}

	.new--medical--services--section .half-wrapper .full,
	.new--medical--services--section .half-wrapper .half {
		min-height: 365px;
	}

	.new--medical--services--section .col-half {
		width: 50%;
	}

	.new--medical--services--section .half-wrapper .half {
		width: 50%;
	}

	.new--medical--services--section .bg--wrapper.one,
	.new--medical--services--section .bg--wrapper.two {
		padding-right: 50px;
	}

	.section--new--medical--services .cta--content--button:last-of-type {
		margin-top: 50%;
	}

	.section--new--medical--services .cta--content--button {
		margin-left: 20px;
	}

	.woocommerce ul.products li.product {
		width: calc(33.33% - 15px) !important;
		margin-right: 15px !important;
	}

	.woocommerce ul.products li.product.last {
		margin-right: 0 !important;
	}

	.term--single--container .cta--on--single>div {
		width: 33.33%;
		margin-top: 0;
	}

	#single__content__socials {
		position: absolute;
		top: 0;
		left: -80px;
	}

	#single__content__socials .custom_images {
		margin-bottom: 0;
	}

	#single__content__socials .addthis_toolbox {
		display: block;
	}

	#single__content__socials .addthis_toolbox li {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.search--result--container .col--wrapper {
		padding-right: 30px;
	}

	.hotline--container ul.list--tel li {
		width: 50%;
		justify-content: flex-start;
	}

	#cookie-notice .cookie-notice-container {
		justify-content: space-between !important;
	}

	#cookie-notice .cn-text-container {
		width: 50%;
		text-align: left !important;
	}

	#cookie-notice .cn-buttons-container {
		width: 50%;
		justify-content: flex-end !important;
		margin-top: 0 !important;
	}

	.doctor-card-wrapper {
		padding: 50px;
	}

	.doctor-card-wrapper .information-doctor {
		justify-content: flex-start;
		flex-wrap: nowrap;
	}

	.doctor-card-wrapper .contact-doctor {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 15px;
		grid-column-gap: 15px;
	}

	.doctor-card-wrapper .information .title {
		text-align: left;
	}

	.single-diseases_conditions .term--page--container .tab-wrapper {
		justify-content: center;
	}
}

/*
Extra large devices (large desktops, 1200px and up)
**********************/
@media (min-width: 1200px) {
	.container {
		max-width: 1650px !important;
	}

	.container.smaller {
		max-width: 1400px !important;
	}

	#site__header {
		padding-bottom: 0;
		box-shadow: none;
	}

	#site__header .main-logo {
		margin-bottom: 20px;
	}

	#site__header .right-wrapper {
		margin-bottom: 20px;
	}

	#site__header .primary-wrapper {
		position: relative;
		display: block;
		background: #fff;
		border-width: 1px 0px;
		border-style: solid;
		border-color: #D2D2D2;
	}

	#site__header .primary-wrapper .primary--menu {
		display: flex;
		align-items: center;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}

	#site__header__sticky .links {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

	#site__header__sticky .hide--mobile {
		padding-right: calc(var(--bs-gutter-x) * .5) !important;
	}

	#site__header__sticky .language-wrapper {
		display: none;
	}

	.fullwidth-slider .content-wrapper {
		left: 128px;
		bottom: 90px;
	}

	.fullwidth-slider .content-wrapper .title {
		font-size: 72px;
		line-height: 80px;
	}

	#home__hero__slider .owl-item .slide {
		/*aspect-ratio: 3;*/
		min-height: 580px;
	}

	.fullwidth-slider .hero-dots-wrapper {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 2;
		display: block;
	}

	.owl-dots .owl-dot {
		width: 45px;
		height: 6px;
	}

	.help--links {
		border-top: 1px solid #d3d3d3;
		border-bottom: 1px solid #d3d3d3;
	}

	.help--links .row>div a {
		border-right: 1px solid #d3d3d3;
		border-bottom: none;
	}

	.help--links .row>div:last-of-type a {
		border-right: none;
	}

	.help--links a {
		justify-content: center;
		padding: 20px 0;
	}

	body.page-template-template-king-of-bones section hr,
	.new--intro--section hr {
		margin: 120px 0;
	}

	.diseases--conditions,
	.new--packages--programs {
		padding-top: 120px;
	}

	.diseases--conditions hr,
	.new--packages--programs hr {
		margin: 120px 0 0 0;
	}

	.new--medical--services--section .bg--wrapper.one .title {
		font-size: 55px;
		line-height: 69px;
	}

	body.page-template-template-king-of-bones .section-title,
	.diseases--conditions .section-title,
	.new--packages--programs .section-title,
	.new--intro--section .title,
	.why--choose--vej--section .title {
		font-size: 44px;
		line-height: 52px;
	}

	.archive--main--page,
	.page--intro--container {
		padding: 100px 0;
	}

	.page--intro--container.title--only {
		padding-bottom: 20px;
	}

	.gform_wrapper .gform_body .gform_fields .gsection_title {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.term--page--container .row .col-sm-6:not(.column--filter) {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}

	.woocommerce li.product .woocommerce-loop-product__title,
	.term--page--container .post-item .title {
		font-size: 24px !important;
		line-height: 35px;
	}

	body.woocommerce-account .woocommerce-MyAccount-content,
	body.woocommerce-account .woocommerce-MyAccount-content p,
	.search--result--container .post-wrapper .excerpt,
	.woocommerce li.product .woocommerce-loop-product__title~div>p,
	.term--page--container .post-item .excerpt {
		font-size: 18px;
		line-height: 27px;
	}

	#doctor__review .heading,
	body.page-template-template-epayment-thankyou h1.heading,
	.search--result--container .search-text,
	.default--page--container h1.seo,
	body.page-template-template-forms .page--form--container .hero .title,
	#woo__container .related h2,
	.term--single--container .related--section .heading,
	.our--doctors--list--container .heading,
	.page--intro--container .title {
		font-size: 46px;
		line-height: 55px;
		margin-bottom: 0;
		padding-right: 30px;
	}

	body.page-template-template-epayment-thankyou #epayment__status__desc,
	body.page-template-template-forms .page--form--container .hero .content,
	.page--intro--container .content {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 0;
	}

	.gform_wrapper .gf_page_steps .gf_step {
		min-width: 175px;
		max-width: 175px;
	}

	.gform_wrapper .gf_page_steps .gf_step .gf_step_number {
		width: 50px;
		height: 50px;
		font-size: 30px !important;
	}

	.term--single--container .term-title,
	.term--page--container .term-title {
		font-size: 46px;
		line-height: 55px;
	}

	.term--single--container .single-title {
		font-size: 42px;
		line-height: 56px;
	}

	.section--new--medical--services .content-wrapper {
		margin: 0 40px 40px 0;
		padding: 30px 20px 0;
	}

	body.page-template-template-king-of-bones .consult--content,
	.hotline--container .tel,
	.hotline--container ul.list--tel li .text,
	.hotline--container .highlight,
	.section--new--medical--services .content-wrapper .content {
		font-size: 18px;
		line-height: 27px;
	}

	.section--new--medical--services .cta--content--button {
		margin-left: 0;
	}

	.content--toggle--effect {
		height: 725px;
	}

	.doctors--section--container .doctors-wrapper {
		margin-bottom: 60px;
		padding-right: 15px;
	}

	.doctors--section--container .doctors-wrapper .center,
	.medical--services--a--z .alphabet-wrapper .link h3 {
		font-size: 28px;
		line-height: 35px;
	}

	.medical--services--a--z .alphabet-wrapper .excerpt {
		font-size: 18px;
		line-height: 27px;
	}

	.new--medical--services--section .bg--wrapper.one,
	.new--medical--services--section .bg--wrapper.two {
		padding-right: 100px;
	}

	.services--details--list .item-wrapper {
		margin-bottom: 0;
	}

	.other--information--container .title,
	.services--left--content .list-title {
		font-size: 46px;
		line-height: 55px;
	}

	.services--left--content {
		padding: 60px 0;
	}

	.services--left--content .content p,
	.services--left--content .list-content p,
	.services--left--content .content,
	.services--left--content .list-content {
		font-size: 18px;
		line-height: 27px;
	}

	.product--tags--filters span {
		font-size: 20px;
		line-height: 23px;
	}

	.woocommerce div.product p.price,
	.woocommerce div.product span.price,
	.product--loop--header--wrapper .price {
		font-size: 30px !important;
		line-height: 35px !important;
	}

	.woocommerce ul.products li.product {
		width: calc(33.33% - 40px) !important;
		margin-right: 40px !important;
	}

	.term--single--container .single--container--small {
		max-width: 800px;
	}

	.woocommerce div.product .product_title {
		font-size: 56px;
		line-height: 95px;
	}

	#woo__container form .gform_wrapper .gsection_title,
	#woo__container .product_meta>span {
		font-size: 28px;
		line-height: 24px;
	}

	.doctor--profile--container .search-wrapper {
		font-size: 20px;
	}

	.doctor--profile--container .doctor-title {
		font-size: 40px;
		line-height: 48px;
	}

	.doctor--profile--container .acf--specialty {
		font-size: 24px;
	}

	.doctor--profile--container .specialty--wrapper .value,
	.doctor--profile--container .specialty--wrapper .label {
		font-size: 20px;
		line-height: 26px;
	}

	.doctor--profile--container .field-title {
		font-size: 36px;
		line-height: 55px;
	}

	.doctor--profile--container .doctor-profiles-wrapper .content-wrapper .left {
		width: 175px;
	}

	.doctor--profile--container .doctor-profiles-wrapper .content-wrapper .right {
		width: calc(100% - 175px);
	}

	#show__doctor__schedule table.clinic--hours thead tr th {
		font-size: 20px;
		line-height: 22px;
	}

	#show__doctor__schedule table.clinic--hours tbody tr td {
		font-size: 18px;
		line-height: 22px;
	}

	.footer--hr .container.smaller hr {
		margin: 100px 0 0 0;
	}

	body.page-template-template-find-doctor .page-title {
		margin-bottom: 120px !important;
	}

	body.page-template-template-insurance .content--heading {
		font-size: 24px;
		line-height: 35px;
	}

	.page--container--small--gap {
		padding: 100px 0 0 0;
	}

	.search--result--container .col--wrapper {
		padding-right: 50px;
	}

	.search--result--container .post-wrapper .title {
		font-size: 32px;
		line-height: 40px;
	}

	body.page-template-template-king-of-bones .section--container {
		padding: 120px 0;
	}

	.full--text--section .text {
		font-size: 32px;
		line-height: 56px;
	}

	.footer--top {
		padding: 100px 0;
	}

	body.page-template-template-find-doctor .page-title,
	.footer--top .text {
		font-size: 46px;
		line-height: 55px;
	}

	#cookie-notice .cn-text-container {
		width: 100%;
	}

	#cookie-notice .cn-buttons-container {
		width: 100%;
		padding-top: 1rem;
	}

	#cookie-notice {
		width: 500px;
		min-width: 500px !important;
	}

	#cookie-notice .cookie-notice-container {
		display: block;
	}

	#cookie-notice .cookie-notice-container #cn-more-info {
		max-width: 150px;
	}

	#doctor__review .reviews-summary {
		margin: 50px 50px 75px 0;
	}

	#doctor__review .reviews-form {
		margin-right: 50px;
	}
}

/*@media (min-width: 1440px) {
	.container.smaller {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}*/

/*
MAX WIDTH
**********************/
@media (max-width: 575px) {
	.fullwidth-slider>.container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description .btn,
	.btn-color {
		font-size: 14px !important;
		line-height: 18px !important;
	}

	#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description {
		padding: 50px 15px;
	}

	#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description table {
		font-size: 14px;
		line-height: 24px;
	}

	#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description table thead {
		font-size: 14px;
		font-weight: 700;
	}
}

@media (min-width: 575px) {
	#woo__container .woocommerce-tabs .woocommerce-Tabs-panel--description .btn {
		max-width: 450px !important;
	}
}