body{
	font-family: "Noto Sans JP", sans-serif;
	max-width: 1920px;
	margin: auto;
	border: 1px solid #EEE;
	overflow-x: hidden;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
}

a:hover{
	color: #FFC43C !important;
}

.no-hover:hover{
	color: unset !important;
	opacity: 0.9;
}

.hover-1:hover{
	background: #ffc43c;
	color: #000;
}

.headline1{
	font-family: "Noto Sans JP", sans-serif;
	line-height: 40px;
	letter-spacing: 2.5px;
	font-weight: 600;
	font-size: 20px !important;
}

.headline2{
	font-size: 24px;
	border-bottom: 1px solid #FFC43C;
	color: #FFC43C !important;
	width: fit-content;
	padding-bottom: .5rem !important;
	margin-bottom: 1.5rem !important;
}

.headline3{
	font-size: 20px;
	color: #02ADEE !important;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 28px;
	letter-spacing: 1.6px;
	font-weight: 600;
}

.headline4{
	font-size: 16px;
	color: #000 !important;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 28px;
	letter-spacing: 1.6px;
	font-weight: 600;
}

.link{
	color: #3B6FA3;
}

.general-1{
	font-family: "Noto Sans JP", sans-serif;
	line-height: 28px;
	letter-spacing: 1.7px;
	font-size: 16px;
}

blockquote{
	font-size: 18px;
	border-left: 3px solid #EEE;
	padding: 15px;
/*	font-style: italic;*/
	font-weight: 600;
}

#post-content h2,
.accordion h2{
	color: #F08828;
	font-size: 24px;
	margin-bottom: 30px;
	position: relative;
	width: fit-content;
}

#post-content h2:after{
	position: absolute;
    left: 0;
    bottom: -6px;
    content: '';
/*    border-bottom: 2px solid #2C2C2C;*/
/*    padding-bottom: 5px;*/
    width: 100%;
}

#post-content h3,
.accordion h3{
	color: #2C2C2C;
	font-size: 20px;
	margin-bottom: 30px;
	position: relative;
	width: fit-content;
}

#post-content h3:after{
	position: absolute;
    left: 0;
    bottom: -6px;
    content: '';
/*    border-bottom: 2px solid #F08828;*/
/*    padding-bottom: 5px;*/
    width: 100%;
}

#post-content h4,
.accordion h4{
	line-height: 28px;
	color: #2C2C2C;
	font-size: 16px;
	margin-bottom: 10px;
}

#post-content h5,
.accordion h5{
	color: #2C2C2C;
	font-size: 14px;
	margin-bottom: 10px;
}

#post-content p{
	color: #2C2C2C;
/*	line-height: 28px;*/
	font-size: 16px;
}

#post-content .important:before{
	content: '文章重點';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -18px;
	background-color: #F4B510;
	width: fit-content;
	padding: 5px 35px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #e4955d;
	border-radius: 5px;
}

#post-content .important{
	position: relative;
	border: 1px solid #F4B510;
	border-radius: 15px;
	background: #FFFAF0;
	padding: 2rem;
	padding-bottom: 1rem;
/*	text-align: center;*/
}

#post-content .important p{
	color: #000;
	font-weight: 400;
}

#post-content .sp-1{
	display: inline;
	background: linear-gradient(to bottom, transparent 70%, #FFD56F 70%);
	line-height: 1.5;
	font-weight: 600;
	font-size: 20px;
	color: #000;
	margin-bottom: 5px;
}

#post-content u{
	text-decoration: none;
	display: inline;
	background: linear-gradient(to bottom, transparent 70%, #FFD56F 70%);
	line-height: 1.5;
	font-weight: 400;
	color: #000;
}

#post-content .sp-1:after{
	content: '';
	margin-bottom: 10px;
	width: 100%;
	display: block;
}

#post-content table{
	position: relative;
	border: 2px solid #EEE;
	color: #66707E;
/*	border-radius: 20px;*/
/*	overflow: hidden;*/
}

#post-content table:before{
/*	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid #EEE;
	top: 0;
	left: 0px;*/
/*	border-radius: 19px;*/
/*	z-index: -1;*/
}

#post-content table td{
	vertical-align: top;
	min-width: 200px !important;
	max-width: 200px !important;
}

#post-content table tr td:first-child{
	min-width: 150px !important;
	vertical-align: middle;	
}

#post-content table thead{
	color: #000;
	font-weight: 900;
	line-height: 22px;
	background-color: #FFD56F;
}

#post-content img{
	max-width: 100%;
}

#post-content table img{
	max-width: unset;
}

.post-share-icon{
	display: flex;
}

.post-share-icon .psi-block:first-child{
	padding-left: 0px;
}

.post-share-icon .psi-block{
	padding-left: 10px;
}

.post-share-icon .psi-block img{
	width: 25px;
}

.accordion h2,
.accordion h3,
.accordion h4,
.accordion h5{
	font-size: 16px !important;
	margin-bottom: 10px !important;
}

.post-icon img{
	max-width: 30px;
}

.post-tag div{
/*	padding: 0px 20px;*/
}

.post-tag:after{
	clear: both;
}

.post-table{
	border-radius: 20px;
	overflow: hidden;
}

.post-table img{
	width: 100%;
}

.post-table td{
	font-size: 14px;
	vertical-align: middle;
	padding-top: 30px;
	padding-bottom: 30px;
	min-width: 85px;
	max-width: 100px;
}

.post-table td:first-child{
    white-space: nowrap;
}

#navbarSupportedContent .nav-link{
	font-weight: 600;
	font-size: 16px;
	padding-left: 15px !important;
	padding-right: 15px !important;
/*	font-family: "Noto Sans JP", sans-serif;*/
}

#navbarSupportedContent .dropdown-menu{
	border-radius: 0;
	padding: 0;
	border: 0 !important;
	min-width: 8rem !important;
}

#navbarSupportedContent .dropdown-item{
	font-weight: 600;
	padding: 8px 0;
	text-align: center;
	color: #000;
}

#navbarSupportedContent .dropdown-item:hover{
	background: #ffc43c;
	color: #000 !important;
}
.nav-item .nav-link{
	color: #212529 !important;
}
.nav-item .nav-link:hover{
	color: #FFC43C !important;
}
.nav-item.active .nav-link{
	color: #FFC43C !important;
	border-bottom: 2px solid #FFC43C;
}
#primary-menu{
	background: #fff;
}
.text-color-1{
	color: #F4B510 !important;
}

.text-color-2{
	color: #9B9B9B !important;
}

.text-color-3{
	color: #66707E !important;
}

.text-color-4{
	color: #101010 !important;
}

.text-color-5{
	color: #595758 !important;
}

.text-color-6{
	color: #000;
}

.border-radius-1{
	border-radius: 5px;
}

.border-radius-2{
	border-radius: 60px;
}

.border-radius-2-left{
	border-bottom-left-radius: 60px;
	border-top-left-radius: 60px;
}

.border-radius-2-right{
	border-bottom-right-radius: 60px;
	border-top-right-radius: 60px;
}

.border-radius-3{
	border-radius: 8px;
}

.border-radius-top-3{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.border-radius-4{
	border-radius: 15px;
}


.border-1{
	border: 1px solid #F2EEED;
}

.border-1-top{
	border-top: 1px solid #F2EEED;

}

.border-1-bottom{
	border-bottom: 1px solid #F2EEED;
}

.border-2{
	border: 1px solid #D9D9D9;
}

.border-3{
	border: 1px solid #000;
}

.border-3-bottom{
	border-bottom: 1px solid #000;
}

.border-4{
	border: 1px solid #FFC43C;
}

.border-5-bottom{
	border-bottom: 1px solid #FFC43C;
}

.bg-color-1{
	background: #FFF5EF !important;
	background-color: #FFF5EF !important;
}

.bg-color-2{
	background: #FEFBF8 !important;
	background-color: #FEFBF8 !important;
}

.bg-color-3{
	background: #F9F4EA !important;
	background-color: #F9F4EA !important;
}

.bg-color-4{
	background: rgb(222 139 118 / 18%) !important;
	background-color: rgb(222 139 118 / 18%) !important;
}

.bg-color-5{
	background: linear-gradient(180deg, #FFF5E2 0%, #F9E8E4 100%) !important;
	background-color: linear-gradient(180deg, #FFF5E2 0%, #F9E8E4 100%) !important;
}

.bg-color-6{
	background: #FFFAF0 !important;
	background-color: #FFFAF0 !important;
}

.bg-color-7{
	background: linear-gradient(180deg, #FFD56F 0%, #DE8B76 100%) !important;
	background-color: linear-gradient(180deg, #FFD56F 0%, #DE8B76 100%) !important;
}

.bg-color-8{
	background: #FFCD29 !important;
	background-color: #FFCD29 !important;
}

.bg-color-9{
	background: #FFD56F !important;
	background-color: #FFD56F !important;
}

.bg-color-10{
	background: #FFC43C !important;
	background-color: #FFC43C !important;
}

.bg-color-11{
	background: #f5a255 !important;
	background-color: #f5a255 !important;
}

.bg-color-trn{
	background: rgb(255 255 255 / 0%) !important;
	background-color: rgb(255 255 255 / 0%) !important;
}

.shadow-1{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.circle{
	border-radius: 999px;
}

.articles-index a{
	color: #2C2C2C;
}

.articles-index ol {
     counter-reset: item;
}

.articles-index ol:first-child{
    padding-left: 0;
}

.articles-index li{
	counter-increment: item;
	list-style: none;
}

.articles-index ol > li::before {
 content: counters(item, ".") ". ";
}
   
.articles-index .active-1{
	color: #FFC43C !important;
}

.articles-index .active-2{
	color: #02ADEE !important;
}

.collapsed .aro-icon{
	transform: rotate(180deg);
}

.page-btn-block{
/*	margin-bottom: 50px;*/
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-btn-block .arrow{
	max-width: 38px;
}

.page-btn-block .page-num{
	display: flex;
	align-items: center;
}

.page-btn-block .page-num span{
	margin: 0 10px;
	color: #8E8E8E;
}

.page-btn-block .page-num span.active{
	color: #101010;
}

svg{
	display: flex;
}

.nav-ul{
	padding: 0;
	margin: 0;
}

.nav-ul li{
	list-style: none;
	padding-bottom: 12px;
}

.ul-style-1{
	list-style-image: url('/img/icon/dash.svg');
	padding-left: 25px;
}

.ul-style-1 li{

}

a{
	text-decoration: none !important;
}

.header-logo{
	max-width: 180px;
}

#footer-logo{
	max-width: 230px;
}

.icon{
	position: relative;
	width: 45px;
	height: 45px;
}

.follow-block .icon{
	width: 35px;
	height: 35px;
}

.index-articles .icon{
	width: 25px;
	height: 25px;
}

.recommend-block{
	display: none;
}

.swiper-navigation img{
	width: 25px;
	height: 25px;
	margin: 0 20px;
}

/*.swiper-navigation svg:hover{*/
/*	color: #FFC43C;*/
/*	opacity: 0.6;*/
/*	border: 1px solid #FFC43C;*/
/*}*/

.swiper-navigation .swiper-nav-button:hover{
	opacity: 0.6;
}

.swiper-navigation-style-1{
	pointer-events: none;
	justify-content: space-between;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.swiper-navigation.swiper-navigation-style-1 svg{
	color: #fff;
/*	border: 1px solid #fff;*/
/*	border-radius: 50px;*/
	width: 45px;
	height: 45px;
	padding: 5px;
	margin: 0 5px;
}

.swiper-navigation-style-2{
	pointer-events: none;
	justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.swiper-navigation.swiper-navigation-style-2 svg{
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	padding: 5px;
	margin: 0 20px;
}

.swiper-navigation-style-2 {
	z-index: 11;
    bottom: 12%;
    left: 49%;
}

.swiper-navigation-style-3{
	bottom: 3%;
	left: 0px;
	z-index: 20;
}

.swiper-navigation.swiper-navigation-style-2 svg{
	color: #000;
	border: 1px solid #000;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	padding: 5px;
	margin: 0 10px;
}

.swiper-navigation.swiper-navigation-style-3 svg{
	color: #000;
	border: 1px solid #000;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	padding: 5px;
	margin: 0 10px;
}

.swiper-1{
	position: relative;
	z-index: 11 !important;
	padding-bottom: 60px !important;
}

.index-swiper .card{
	height: 500px;
}

.index-swiper .active{
	display: none;
}

.index-swiper .not-active{
	display: block;
}

.index-swiper .cover-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index-swiper .card-body{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}


/*.index-swiper .swiper-slide-active .active{
	display: block;
}

.index-swiper .swiper-slide-active .not-active{
	display: none;
}

.index-swiper .swiper-slide-active .cover-img{
	position: unset;
	height: 350px;
}

.index-swiper .swiper-slide-active .card-body{
	position: unset;
}

.index-swiper .swiper-slide-active .card-body h3{
	color: unset;
}*/

#arrow-1{
	color: #000;
}

.btn-2:hover #arrow-1{
	color: #fff;
}

.linear-gradient-1{
	background: linear-gradient(to top, black, rgb(255 255 255 / 0%));
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.related-post-link.active{
	color: #FFC43C !important;
}

footer .icon{
	width: 30px;
	height: 30px;
}

.icon .hover{
	z-index: 0;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.icon-block span{
/*	font-size: 14px;*/
}
.icon-block:hover .icon > div:first-child{
	opacity: 0;
}

.icon-block:hover .hover{
	z-index: 2;
	opacity: 1;
}

.icon-block:hover span{
	z-index: 2;
	background: linear-gradient(180deg, #FFD56F 0%, #DE8B76 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.icon div{
	z-index: 1;
	position: relative;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

.send-icon div{
	background-size: contain;
	background-position: center;
}

.send-icon .hover{
	z-index: 0;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.send-block:hover .send-icon .hover{
	z-index: 2;
	opacity: 1;
}

.err-404 {
    aspect-ratio: 1 / 1;
    min-height: 1px;
    padding: 6.5%;
}

.sub-menu-1{
	line-height: 30px;
	word-wrap: break-word; /* 長單詞或URL斷行 */
	overflow-wrap: break-word; /* 支持新版瀏覽器的斷行方式 */
}

.sub-menu-1 a{
	color: #101010;	
}

.sub-menu-1 a.active,
.sub-menu-1 a:hover
{
	color: #02ADEE !important;
	border-bottom: 1px solid #02ADEE;
}

.sub-menu .menu-select{
	display: none;
}

.sub-menu .menu-items{
	width: fit-content;
	float: left;
	margin: 0 15px;	
}

.multiline-ellipsis-clamp-1{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.multiline-ellipsis-clamp-2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.multiline-ellipsis-clamp-3{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.doctor-block{
	position: absolute;
	top: 0px;
	left: 0px;
	width: fit-content;
	border-bottom-right-radius: .25rem;
}

.text-tag{
	float: left;
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
	
}

.text-tag div{
	transition: border-radius 0.3s ease-in-out;
}

.text-tag:hover div{
	border-radius: 50px !important;
	border: 1px solid #FFC43C !important;
	color: #FFC43C !important;
}

.text-tag-2{
	font-size: 12px;
	color: #000;
}

.text-tag-2 h2{
	font-weight: 300;
}

.view-more{
	display: flex;
	align-items: center;
	transition: transform 0.3s ease;
}

.view-more:hover{
	transform: translateX(10px);
}

.category-block{
	position: absolute;
	top: 15px;
	left: 15px;
	width: fit-content;
	z-index: 10;
}

.div-1{
	min-height: 300px;
}

.div-2{
	max-width: 100%;
}

.div-3{
	max-width: 95%;
}

.div-4 {
    top: 0px;
    left: 130px;
    width: 60px;
}

.div-5{
	padding: 150px 0;
}

.div-6{
	height: 250px;
}

.div-7{
	position: relative;
	z-index: 10;
}

.div-8{
	top: 0px;
	left: 90px;
	width: 40px;
}

.div-9{
	padding: 25px 50px;
}

.div-10:after{
	content: "";
	border-right: 1px dashed #9B9B9B;
	position: absolute;
	right: 20px;
	height: 100%;
}

.div-11{
	width: 110px;
}

.div-12:after{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fffaf0;
    height: 70%;
    width: 100%;
    z-index: -1;
}

.div-13{
	width: 80%;
}

.div-14{
	width: 90%;
}

.div-15{
	border-right: 2px solid #D99374;
    height: 15px;
}

.div-16{
	width: 36px;
	top: 24%;
	left: 0;
}

.div-17{
	width: 250px;
	top: 31%;
	right: -18%;
	z-index: 10;
}

.div-18{
	width: 600px;
	right: -27%;
	top: 50%;
	z-index: 0;
}

.div-19{
	width: 380px;
	bottom: 0%;
	left: -19%;
}

.div-20{
	margin-top:100px;
}

.div-21{
	width: 100%;
	margin: auto;
}

.div-22{
	margin-bottom:-50px;
}

.div-23{
	aspect-ratio: 4 / 1;
}

.div-24{
	background-color: rgb(0 0 0 / 30%);
	z-index: 10;
}

.div-25{

}

.div-26{
	margin-bottom: -40px;
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    font-weight: 600;
    color: rgb(0 0 0 / 15%);
}

.div-27 {
    top: 0px;
    left: 130px;
    width: 60px;
}

.square-1{
	width: 15px !important;
	height: 15px !important;
}

.articles-cover-aspect-ratio-1{
	aspect-ratio: 14 / 10;
}

.articles-cover-aspect-ratio-2{
	aspect-ratio: 4 / 3;
}

.articles-cover-aspect-ratio-3{
	aspect-ratio: 1 / 1;
}

.articles-cover-aspect-ratio-4{
	aspect-ratio: 10 / 11;
}

.articles-cover-aspect-ratio-5{
	aspect-ratio: 6 / 4;
}

.articles-cover-aspect-ratio-6{
    aspect-ratio: 7 / 2;
}

.articles-cover-aspect-ratio-7{
    aspect-ratio: 3 / 4;
}

.articles-cover-aspect-ratio-8{
	aspect-ratio: 10 / 12;
}

.articles-cover-aspect-ratio-9{
	aspect-ratio: 6 / 3;
}

.btn-submit{
	background: #FFC43C;
	padding: 10px 50px;
}

#search{
	max-width: 200px;
}

#search::placeholder{
	font-size: 14px;
}

#sub-search{
	max-width: 180px;
}

#sub-search::placeholder{
	font-size: 14px;
}

.btn-1:hover{
	background: #02ADEE !important;
	color: #fff !important;
}

.btn-2:hover{
	background: #FFC43C !important;
	color: #fff !important;
}

.collapsed .bi-chevron-up{
	rotate: 180deg;
}

.text-1{
	background: linear-gradient(180deg, #FFD56F 0%, #DE8B76 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.text-2{
	font-size: 160px;
	line-height: 160px;    
	text-shadow: 0.02em 0.05em 0.03em #D8E9FD;
}

.breadcrumbs a{
	color: #000;
}

.index-swiper-1-title{
	min-height: 50.39px;
}

.post-list-title-1{
	min-height: 38.38px;
}

.post-list-content-1{
	min-height: 42px;
}

.post-list-title-2{
	min-height: 44px;
}

.post-list-title-2:hover{
	color: #FFC43C !important;
}

.post-list-content-2{
	min-height: 42px;
}

#search-block input::-webkit-input-placeholder{
	color: #dbd8d6;
}

.width-1{
	width: 100px;
}

.width-2{
	width: 35px;
}

.width-3{
	width: 40px;
}

.width-4{
	width: 18px;
}

.width-5{
	width: 30px;
}

.width-6{
	width: 150px;
}

.width-7{
	width: 200px;
}

.swiper-0{
	position: relative;
}

.swiper-0 a{
	pointer-events: auto;
}

@media screen and (max-width: 1200px) {

	.div-23 {
	    aspect-ratio: 4 / 2;
	}
	.div-25{
		display: none;
	}
	.header-logo-custom {
	    width: 100%;
	}
}
@media screen and (min-width: 1200px) {
	#search-block.collapse{
		display: block !important;
	}
	.carousel-control-prev,
	.carousel-control-next
	{
		display: none;
	}
}
@media screen and (max-width: 1140px) {
	.div-11 {
	    width: 65px;
	}
	.div-12:after{
		height: 65%;
	}
	.lg-articles-cover-aspect-ratio-1{
		aspect-ratio: 3 / 1;
	}
	.search-icon{
		display: none;
	}
	#search-block{
		width: 100%;
	}
	#search{
		max-width: 100%;
	}
	.main.container{
		padding: 0 25px;
	}
}

@media screen and (max-width: 1024px) {

}

@media screen and (min-width: 992px) {
	.dropdown:hover .dropdown-menu {
	    display: block;
	}
	.about-under-post .col-lg-4:last-child{
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.md-articles-cover-aspect-ratio-1{
		aspect-ratio: 3 / 1;
	}
	body{
		padding-top: 71px;
	}
	#primary-menu{
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99;
		padding-bottom: 15px;
		border-bottom: 1px solid #EEE;
	}
	.follow-block{
		display: unset !important;
	}
	.follow-block .icon-block{
		float: left !important
	}
	.container {
		padding: 0 30px;
	}
	.div-12:after {
	        height: 100%;
	    }
	.div-17 {
	    width: 129px;
	    top: 30%;
	    right: 0px;
	    z-index: 10;
	}
	.div-18 {
	    width: 350px;
	    right: -25px;
	    top: 50%;
	    z-index: 0;
	}
	.div-19 {
	    width: 150px;
	    bottom: 0%;
	    left: 0;
	}
	.div-20{
		margin-top:0px;
	}
	.div-23 {
	    aspect-ratio: 4 / 2;
	}
	.div-26 {
	    margin-bottom: -26px;
	}
}
@media screen and (max-width: 768px) {
	.table-768-hide{
		display: none !important;
	}
	.table-768-show{
		display: block !important;
	}
	.div-10{
		padding-bottom: 10px;
	}
	.div-10:after{
		display: none;
	}
}
@media (max-width: 667px) {
	.d-block-667{
		display: block !important;
	}
	.mb-3-667{
		margin-bottom: 1rem !important;
	}
	.post-share-icon{
		flex-wrap: wrap;
	}
	.post-share-icon .psi-block{
		width: 50%;
		padding: 5px 5px !important;
	}
}
@media (min-width: 576px) {
    .container {
        max-width: unset;
    }
    .menu-items-block.collapse{
    	display: unset !important;
    }
}
@media screen and (max-width: 576px) {
	.main.container.doctor-list{
		padding: 0 35px;
	}
	.breadcrumbs p{
		text-align: left !important;
	}
	.err-404 {
	    padding: 8%;
	}
	.mobile-border-radius-1{
		border-radius: 30px !important;
	}
	body{
		padding-top: 61px;
	}
	#between-border{
		display: none;
	}
	#sub-search{
		max-width: 100%;		
	}
	.breadcrumbs{
		margin-top: 10px;
	}
	.mobile-border-left-0{
		border-left: 0 !important;
	}
	.sub-menu .menu-select{
		display: block;
	}
	.sub-menu .menu-items{
		width: 100%;
		float: unset;
		margin: 0 15px;	
	}
	#footer-logo{
		max-width: 150px;
	}
	.page-btn-block{
		margin: 35px 0;
	}
	.page-btn-block span {
		font-size: 12px;
	    margin: 0 5px;
	    width: 30px;
	    height: 15px;
	}
	.div-13 {
	    width: 90%;
	}
	.div-16 {
	    width: 15px;
	    top: 25%;
	}
	.div-17 {
	    width: 100px;
	}
	.div-18 {
	    width: 160px;
	}
	.div-19 {
	    width: 170px;
	}
	.div-21{
		width: 200px;
	}
	.div-22{
		margin-bottom:-30px;
	}
	.div-23 {
        aspect-ratio: 4 / 3;
    }
	.div-26 {
	    margin-bottom: -16px;
	}
}

@media screen and (max-width: 390px) {
	.main.container {
	    padding: 0 15px;
	}
}

@media screen and (max-width: 375px) {
	
}

@media screen and (max-width: 370px) {

}
