
.d-flex-col {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.d-flex-col-left {
	display: flex;
	justify-content: left;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.d-flex-col-right {
	display: flex;
	justify-content: right;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.appointment-btn {
	border: 0px;
}

a.disabled {
  pointer-events: none;
  cursor: default;
	background: #bcbcbc;
}



.text-muted {
  color: #909090 !important;
}
.w-40 {
	width: 30% !important;
}
.w-60 {
  width: 70% !important;
}
.card {
  border: initial;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);
	max-height: 300px;
}
.card-img-left {
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: initial !important;
  border-bottom-right-radius: initial !important;
  height: 100%;
  object-fit: cover;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem !important;
}
.card .card-body {
  padding: 1.75rem;
}
.listing-card-container .listing-heading {
  height: auto;
  overflow: hidden;
}
.listing-card-container .listing-desc {
  height: auto;
  overflow: hidden;
  line-height: 1.4;
	padding-bottom: 10px;
}



.badge-theme-2,
.bg-theme-2 {
 background-color:#2a93d5!important;
 color:#fff
}
.badge-theme-3,
.bg-theme-3 {
 background-color:#6c90a1!important;
 color:#fff
}
.badge-primary,
.badge-theme-1,
.bg-primary,
.bg-theme-1 {
 background-color:#145388!important;
 color:#fff
}
.badge-secondary,
.bg-secondary {
 background-color:#2a93d5!important;
 color:#fff
}
.badge-warning {
 background-color:#b69329
}
.badge-success {
 background-color:#3e884f
}
.badge-info {
 background-color:#3195a5
}
.badge-danger {
 background-color:#c43d4b
}
.badge-danger,
.badge-info,
.badge-success,
.badge-warning {
 color:#fff
}
.badge {
 padding:.6em .75em;
 font-size:74%;
}
button.badge {
 border: 0;
}
.badge.badge-pill {
 padding-right:1.25em;
 padding-left:1.25em
}
.badge.badge-top-left {
 top:10px;
 left:-7px
}
.badge.badge-top-left-2 {
 top:40px;
 left:-7px
}
.badge.badge-top-right {
 top:8px;
 right:-7px
}
.badge.badge-top-right-2 {
 top:40px;
 right:-7px
}
.badge-light {
 background-color:#ececec;
 color:#131113 !important;
}
.badge-dark {
 background-color:#131113;
 color:#ececec !important;
}
.badge-outline-primary,
.badge-outline-theme-1 {
 background:unset;
 border:1px solid #145388;
 color:#145388 !important;
}
.badge-outline-secondary,
.badge-outline-theme-2 {
 background:unset;
 border:1px solid #2a93d5;
 color:#2a93d5 !important;
}
.badge-outline-theme-3 {
 background:unset;
 border:1px solid #6c90a1;
 color:#6c90a1 !important;
}
.badge-outline-success {
 background:unset;
 border:1px solid #3e884f;
 color:#3e884f !important;
}
.badge-outline-danger {
 background:unset;
 border:1px solid #c43d4b;
 color:#c43d4b !important;
}
.badge-outline-warning {
 background:unset;
 border:1px solid #b69329;
 color:#b69329 !important;
}
.badge-outline-info {
 background:unset;
 border:1px solid #3195a5;
 color:#3195a5 !important;
}
.badge-outline-light {
 background:unset;
 border:1px solid #ececec;
 color:#ececec !important;
}
.badge-outline-dark {
 background:unset;
 border:1px solid #131113;
 color:#131113 !important;
}



.white-container {
  background: #fff;
  border-radius: .5rem;
}
.card_containet, .white-container {
  width: 100%;
  margin: 0 auto;
  padding: 3.1rem 2.5rem;
}
.members-chamber__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.members-chamber__title  {
  font-size: .75rem;
  line-height: 150%;
  padding: .5rem .75rem;
  color: #003e78;
}
.members-chamber h3 {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 127%;
  opacity: 1;
  color: #1f3245;
}
.select_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.8125rem;
}
.members-chamber__title  {
  font-size: .75rem;
  line-height: 150%;
  padding: .5rem .75rem;
  color: #003e78;
}
.members-chamber__title .block-active_item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-left: auto;
}
.members-chamber__title .select_block {
  margin-bottom: 0;
}
.custom-select {
  position: relative;
  text-align: left;
  width: 19.375rem;
  background: rgba(238,244,250,.6);
  border-radius: 3px;
}
.line_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.line_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.line_wrapper span {
  height: .13rem;
  border-radius: .13rem;
}
.line_wrapper span {
  height: .13rem;
  border-radius: .13rem;
}
.line_wrapper span:first-child {
  width: 1.875rem;
  background-color: #246cb7;
}
.line_wrapper span:nth-child(2) {
  width: 1.25rem;
  background-color: red;
}
.line_wrapper span:nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d5d6d9;
}
.line_wrapper span:not(:first-child) {
  margin-left: .625rem;
}


li, ul {
  list-style-type: none;
  margin: 0;
    margin-bottom: 0px;
  padding: 0;
}
.abc {
  margin-bottom: 2rem;
}

.abc, .abc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
}
.abc li {
  font-weight: 600;
  font-size: .875rem;
  line-height: 1.375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  padding: .3125rem .4375rem;
  margin-right: .4375rem;
  color: #246cb7;
  background-color: #eef4fa;
  border-radius: 3px;
  cursor: pointer;
		font-size: 16.625px;
		line-height: 26.1333px;
		margin-right: 8.3125px;
		padding-bottom: 5.9375px;
		padding-left: 8.3125px;
		padding-right: 8.3125px;
		padding-top: 5.9375px;
}
.abc li.active {
  background: #246cb7;
  color: #fff;
}





		.fotodiv {
			background: #246cb7; border-radius: 20px 20px 0px 0px; padding: 0px; margin: 0px;
				padding-right: 0 !important;
				padding-left: 0 !important;
				margin-top: 0;
		}
			.fotodivfoto { 
				background-repeat: no-repeat; width: 100%; border-radius: 20px 20px 0px 0px; aspect-ratio: 3/4; max-height: 100%;
			}
		.textdiv {
			background: #ffffff; border-radius: 0px 0px 20px 20px; padding: 0px; margin: 0px;
		}
	@media (min-width: 576px) {
		.fotodiv {
			background: #246cb7; border-radius: 20px 20px 0px 0px; padding: 0px; margin: 0px;
		}
			.fotodivfoto { 
				background-repeat: no-repeat; width: 100%; border-radius: 20px 20px 0px 0px; aspect-ratio: 3/4; max-height: 100%;
			}
		.textdiv {
			background: #ffffff; border-radius: 0px 0px 20px 20px; padding: 0px; margin: 0px;
		}
	}
	
	@media (min-width: 768px) {
		.fotodiv {
			background: #246cb7; border-radius: 20px 20px 0px 0px; padding: 0px; margin: 0px;
		}
			.fotodivfoto { 
				background-repeat: no-repeat; width: 100%; border-radius: 20px 20px 0px 0px; aspect-ratio: 3/4; max-height: 100%;
			}
		.textdiv {
			background: #ffffff; border-radius: 0px 0px 20px 20px; padding: 0px; margin: 0px;
		}
	}
	
	@media (min-width: 992px) {
		.fotodiv {
			background: #246cb7; border-radius: 20px 0px 0px 20px; padding: 0px; margin: 0px -10px 0px 10px;
		}
			.fotodivfoto { 
				background-repeat: no-repeat; width: 100%; border-radius: 20px 0px 0px 20px; aspect-ratio: 3/4; max-height: 100%;
			}
		.textdiv {
			background: #ffffff; border-radius: 0px 20px 20px 0px; padding: 0px; margin: 0px 10px 0px -10px;
		}
	}
	@media (min-width: 1200px) {
		.fotodiv {
			background: #246cb7; border-radius: 20px 0px 0px 20px; padding: 0px; margin: 0px -10px 0px 10px;
		}
			.fotodivfoto { 
				background-repeat: no-repeat; width: 100%; border-radius: 20px 0px 0px 20px; aspect-ratio: 3/4; max-height: 100%;
			}
		.textdiv {
			background: #ffffff; border-radius: 0px 20px 20px 0px; padding: 0px; margin: 0px 10px 0px -10px;
		}
	}
	@media (min-width: 1400px) {
		.fotodiv {
			background: #246cb7; border-radius: 20px 0px 0px 20px; padding: 0px; margin: 0px -10px 0px 10px;
		}
			.fotodivfoto { 
				background-repeat: no-repeat; width: 100%; border-radius: 20px 0px 0px 20px; aspect-ratio: 3/4; max-height: 100%;
			}
		.textdiv {
			background: #ffffff; border-radius: 0px 20px 20px 0px; padding: 0px; margin: 0px 10px 0px -10px;
		}
	}
	
	
	
/* element */
.tab-content .card {
	max-height: fit-content;
}

.tab-content p,
.tab-content li {
  font-size: 0.85rem;
  line-height: 1.3rem;
}

.card .card-title {
	margin-bottom: 2rem;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-tabs .nav-link {
  border: initial;
  padding-top: 1rem;
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: 0 0;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs.separator-tabs .nav-link {
  border: initial;
  padding-top: 1rem;
  background: transparent;
  padding-left: 0;
  padding-top: 0.5rem;
  padding-right: 0;
  margin-right: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #8f8f8f;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: transparent !important;
  border-color: transparent !important;
}





.custom-select {
	position: relative;
	text-align: left;
	width: 50rem;
	background: rgba(238,244,250,.6);
	border-radius: 3px;
}
.custom-select__header {
  font-size: .875rem;
  line-height: 157%;
  color: rgba(0,62,120,.6);
  padding: .56rem 1.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.custom-select__header p {
	overflow: hidden; 
	display: -webkit-box; -webkit-line-clamp: 1; 
	-moz-box-orient: vertical; 
	font-size: 17px; 
	padding-top: 15px; 
	padding-bottom: 0px;
}

.custom-select__header svg {
  min-width: 1rem;
  min-height: 1rem;
}

	.filter-chambers li:nth-child(2) .select {
		width: 16.875rem;
		margin-right: .625rem;
	}

.custom-select__main {
  position: absolute;
  top: 140%;
			margin-top: 0px;
			top: 100%;
  z-index: 99999;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50rem;
  text-align: left;
  padding: 1.5rem .875rem;
  -webkit-filter: drop-shadow(0 33px 88px rgba(37,70,103,.15));
  filter: drop-shadow(0 33px 88px rgba(37,70,103,.15));
}
.custom-select__main p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .875rem;
  line-height: 157%;
  color: #003e78;
  padding: .875rem;
  cursor: pointer;
}

p.video-modal {
	text-align: center;
}
p.video-modal iframe {
	max-width: 100%;
	width: 90%;
	height: auto;
	aspect-ratio: 16/9;
}

.div-video-ifr iframe {
	max-width: 100%;
	aspect-ratio: 16/9;
	width: 100%;
	height: auto;
}






