/*
Theme Name: Appointible Theme
Theme URI: http://thrivethemes.com/
Version: 1.9
Text Domain: appointible
Author: <a href="http://www.thrivethemes.com">Thrive Themes</a>
Description: Fully customizable, front end theme and template editing for WordPress has arrived! 
Template: thrive-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-everything
*/
.temporary-hidden {
  display: none !important;	
}

.pricing-plan-items{
	text-align:left;
}

#CybotCookiebotDialogHeader,
.CookiebotWidget-main-logo {
	display: none !important;	
}

.grecaptcha-badge { opacity:0 !important; }

.price-data-last{
	flex-wrap:wrap;
	align-items: center;
	align-self: center;
	align-content: center;
}
.price-data-last p{
	width: 100%;
	text-align:center;
	padding-bottom:0px;
	padding-top: 8px;
}

.plan-select{
	position:relative;
}
.plan-button{
	position:relative;
}
.plan-select .plan--inner{
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	gap: 30px;
	flex-direction: row;
	justify-content:center;
}
.plan-select .plan-header{
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #F6F9FC;
	padding-bottom: 0px;
}
.plan-select button.plan-btn{
	display: inline-flex;
	appearance: none;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	user-select: none;
	position: relative;
	white-space: nowrap;
	vertical-align: middle;
	outline-offset: 2px;
	line-height: unset;
	font-weight: 700;
	text-align: start;
	width: 297px;
	height:45px;
	outline: transparent solid 2px;
	border-radius: 27px;
	transition: all 0.3s ease-in-out 0s;
	color: #F6F9FC;
	background-color: #5b6b7e;
	border:unset;
	padding: 0px 20px;
}
.plan-select button.plan-btn span.plan-btn-text {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: #F6F9FC;
	pointer-events: none;
	flex: 1 1 auto;
	min-width: 0px;
}

.plan-icon {
	display: inline-flex;
	align-self: center;
	flex-shrink: 0;
	margin-inline-start: 0.5rem;
}
.plan-svg {
	width: 1em;
	height: 1em;
	display: inline-block;
	line-height: 1em;
	flex-shrink: 0;
	color: currentcolor;
	vertical-align: middle;
	fill: currentcolor;
	transition: all 0.3s ease-in-out 0s;
	top: 0px;
	position: relative;
	margin-top: 6px;
}
.plan-btn.active .plan-svg{
	width: 1em;
	height: 1em;
	display: inline-block;
	line-height: 1em;
	flex-shrink: 0;
	color: currentcolor;
	vertical-align: middle;
	transform: rotate(180deg);
	transition: all 0.3s ease-in-out 0s;
	top: -8px;
	position: relative;
}

.plan-box {
	background: #FFFFFF;
	border-radius: 23px;
	overflow:hidden;
	position: absolute;
	top: 55px;
	z-index: 9;
	transition: all 0.3s ease;
}

.plan-box > div{
	width:100%;
	max-width:100%;
	overflow:hidden;
}

.plan-box > div button{
	width:100%;
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1rem;
	color: #425466;
	height:41px;
	background:#FFFFFF;
	border: unset;
	transition: all 0.3s ease;
	text-align:left;
	padding: 10px 25px;
}
.plan-box > div button:hover{
	background: rgba(189, 201, 219, 0.3);
	transition: all 0.3s ease;
}
.plan-box > div button:first-child{
	padding-top:20px;
	height:49px;
}
.plan-box > div button:last-child{
	padding-bottom:20px;
	height:49px;
}

#plan_free p,
#plan_growth p,
#plan_pro p,
#plan_enterprise p {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	color: #F6F9FC;
	padding-bottom:0px;
}
#plan_free p span,
#plan_growth p span,
#plan_pro p span,
#plan_enterprise p span {
	font-size: 18px;
}
#plan_free p.plan_free_noavail,
#plan_growth p.plan_free_noavail,
#plan_pro p.plan_free_noavail,
#plan_enterprise p.plan_free_noavail
{
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #F6F9FC;
	width: 100%;
	max-width: 187px;
	margin:auto;
}

.plan-select.plan-select-page .plan-box > div button{
	height: 21px;
}
.plan-box > div button.active{
	font-weight:700;
}

.plan-select.plan-select-page button.plan-btn{
	width:257px;
}
.price_plan > div > div:first-child{
	transition: opacity 0.3s ease-in-out 0s;
}
.price_plan > div > div.plan_free_opa{
	opacity:0.6;
	transition: opacity 0.3s ease-in-out 0s;
}
.price_plan > div > div.plan_free_opa:hover{
	opacity:1;
	transition: opacity 0.3s ease-in-out 0s;
}
.price_plan > div > div.plan_free_opa > div > div.thrv-content-box:last-child{
	display:none;
}
div#schedule-price{
	opacity:1;
}
div#schedule-price {
/* 	display:block; */
}

@media screen and (max-width:767px){
	.plan--inner {
			flex-wrap: wrap;
	}
	h3.plan-header{
    width: 100%;
    text-align: center;
	}
	.plan-select.plan-select-page button.plan-btn {
			width: 227px;
	}
	.footer-links ul{
		width: 230px !important;
	}
}
@media screen and (max-width:375px){
	.footer-links ul{
		width: 220px !important;
/* 		margin-left:-20px; */
	}
}

 .thrive-dynamic-styled-list-text a.tcb-plain-text{
	padding:6px 20px;
}
 ul.theme-dynamic-list li{
	margin:0px;
	padding:0 5px;
}
 .tcb-post-thumbnail img{
    height: 374px !important;
    object-fit: cover;
    object-position: center;
}
 .tcb-post-title{
    margin:15px 0 10px;
}
 .tcb-post-content{
    margin:0px;
}
 .tcb-post-content p:last-child{
    padding:0px;
}

 .thrive-blog-list article:nth-child(n+2) {
	width:50% !important;
}
 .thrive-blog-list article:nth-child(2n) {
	padding-right:18px !important;
}
 .thrive-blog-list article:nth-child(2n+1) {
	padding-left:18px !important;
}
 .thrive-blog-list article:last-child {
	width:100% !important;
	padding:0px !important;
}
 .thrive-blog-list article:first-child {
	width:100% !important;
	padding:0px !important;
}

.single-post-metadata a[title='All Posts'] {
 	display: none;	
}

@media screen and (max-width:992px){
 .thrive-blog-list article::nth-child(1n){
		width:50% !important;
	}
	.thrive-blog-list article:first-child {
		width:50% !important;
		padding-right:18px !important;
	}
	.thrive-blog-list article:last-child {
		width:50% !important;
		padding-right:18px !important;
	}
	
		.content-section #main .post-wrapper.thrv_wrapper:nth-child(1){
		margin-top:30px !important;
	}
	
 .thrive-blog-list article:nth-child(2n) {
	padding-left:18px !important;
	padding-right:0px !important;
}
 .thrive-blog-list article:nth-child(2n+1) {
	padding-right:18px !important;
	padding-left:0px !important;
}
	
}

@media screen and (max-width:567px){
	.thrive-blog-list article::nth-child(1n){
		width:100% !important;
	}
	.thrive-blog-list article:first-child {
		width:100% !important;
	}
	.thrive-blog-list article:last-child {
		width:100% !important;
	}
	
 .thrive-blog-list article:nth-child(2n) {
	padding-left:0px !important;
	padding-right:0px !important;
	width:100% !important;
}
 .thrive-blog-list article:nth-child(2n+1) {
	width:100% !important;
	padding-right:0px !important;
	padding-left:0px !important;
}
	
}

#menu-mobile-container {
	display: none;
}
#menu-mobile-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999999 !important; 
	overflow-y: visible;
}

html.remove-overflow{
	overflow-y:hidden;
}

@media screen and (max-width:1024px){
	.tve_lp.tve_editor_page #menu-mobile-container {
		display: block !important;
		position: relative !important;
		top: unset;
		left: unset;
		width: unset;
		z-index: unset;
		height: unset;
	}
}

/* Scrolling */
#tve_editor > div:nth-child(1) {
	height: 95px !important;	
}

#thrive-header{
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px;
	-webkit-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
	height: 95px !important;	

}
#thrive-header.scrolling-header-light {
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 30px rgba(189, 201, 219, 0.2);
	box-shadow: 0px 4px 30px rgba(189, 201, 219, 0.2);
	border-radius: 0px 0px 57px 57px;
	-webkit-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
#thrive-header.scrolling-header-dark {
	background: #425466;
    -webkit-box-shadow: 0px 4px 30px #2E3B48;
	box-shadow: 0px 4px 30px #2E3B48;
	border-radius: 0px 0px 57px 57px;
	-webkit-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
#thrive-header.scrolling-header-dark .symbol-section-out, #thrive-header.scrolling-header-light .symbol-section-out{
	border-radius: 0;
	-webkit-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
#thrive-header.scrolling-header-dark .symbol-section-out, #thrive-header.scrolling-header-light .symbol-section-out{
	border-radius: 0px 0px 57px 57px;
	-webkit-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}


/* Plan Pricing Columns */
@media screen and (min-width:1024px){
	#schedule-price .tcb-flex-col:nth-child(1){
		height:calc(auto - 56px);
	}

	#schedule-price .tcb-flex-col:nth-child(2){
		height:calc(100% - 56px);
	}
	#schedule-price .tcb-flex-col:nth-child(3){
		height:calc(auto - 56px);
	}
}
/* All cta */
.tcb-button-link, .tve_w_menu li a, .tve_w_menu li{
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/* Footer Menu */
@media screen and (max-width: 767px){
	#quick-links ul{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}


/* FEED BACK CAROUSEL */
.feedback{
	overflow: hidden;
}
#feedback-carousel{
	position: relative;
}
#feedback-carousel .slick-slider {
	display: block;
	position: relative;
}
#feedback-carousel .slick-list{
	overflow:visible;
	width: 100%;
	max-width: 936px;
	margin: auto;
}
#feedback-carousel .fb-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap:40px;
	-moz-column-gap:40px;
	column-gap:40px;
}
#feedback-carousel .fb-cont {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 30px rgb(189 201 219 / 20%);
	box-shadow: 0px 4px 30px rgb(189 201 219 / 20%);
	border-radius: 57px;
	width: 430px;
	padding: 20px 48px 43px 20px;
	margin-right: 30px;
}
#feedback-carousel .fb-img img{
	width: 80px;
	max-width: 80px;
}
#feedback-carousel .fb-feedback{
	margin-top:33px;
}
#feedback-carousel .fb-feedback p, #feedback-carousel .fb-title p{
	margin-top:33px;
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #425466;
	padding:0px;
	margin:0px;
}
#feedback-carousel .fb-feedback p{
	padding-bottom:25px;
}
#feedback-carousel .fb-title p{
	font-weight: 700;
}
.fb-arrow {
	text-align: center;
	margin-top: 60px;
	padding-bottom:20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 26px;
	-moz-column-gap: 26px;
	column-gap: 26px;
}
.fb-arrow button {
	background: transparent;
	border: unset;
	padding: unset;
	position: relative;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
button.btn.slick__arrow.slick__arrow--left.slick-arrow:before {
	border: 1px solid #425466;
	border-radius: 100%;
	height: 44px;
	width: 44px;
	content: '';
	position: absolute;
	left: -18px;
	top: -13px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
button.btn.slick__arrow.slick__arrow--left.slick-arrow:hover {
	-webkit-transform: translateX(-35px);
	-ms-transform: translateX(-35px);
	transform: translateX(-35px);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
button.btn.slick__arrow.slick__arrow--left.slick-arrow:hover:before {
	-webkit-transform: translateX(35px);
	-ms-transform: translateX(35px);
	transform: translateX(35px);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


button.btn.slick__arrow.slick__arrow--right.slick-arrow:before {
	border: 1px solid #425466;
	border-radius: 100%;
	height: 44px;
	width: 44px;
	content: '';
	position: absolute;
	right: -18px;
	top: -13px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
button.btn.slick__arrow.slick__arrow--right.slick-arrow:hover {
	-webkit-transform: translateX(35px);
	-ms-transform: translateX(35px);
	transform: translateX(35px);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
button.btn.slick__arrow.slick__arrow--right.slick-arrow:hover:before {
	-webkit-transform: translateX(-35px);
	-ms-transform: translateX(-35px);
	transform: translateX(-35px);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

@media screen and (max-width:767px){
	#feedback-carousel .slick-list{
		max-width: 385px;
		overflow: hidden;
	}
	#feedback-carousel .fb-cont {
		margin-right: 25px;
		margin-left: 25px;
	}
	#feedback-carousel .fb-box {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
	#feedback-carousel .fb-cont {
		padding: 20px 20px 36px 20px;
	}
	.feedback{
		overflow: hidden;
	}
}


/* FAQS */

#faq input:checked ~ .faq-content {
	max-height: 100%;
	padding: 0px 32px 46px 38px;
}
#faq input:checked ~ .faq-content p {
	max-height: 100%; 
	opacity: 1;
	font-size: 16px;
	line-height: 25px;
	visibility: visible;
	display: block;
}

#faq input:checked ~ .faq-header svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#faq .faq-header svg {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


#faq .faq-inner {
	width:100%;
	max-width: 734px;
	padding: 0 25px;
	margin: auto;
}

#faq .faq-box {
	background: #FFFFFF;
	border-radius: 57px;
	overflow: hidden;
	margin-bottom: 20px;
}

#faq .faq-box input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

#faq .faq-header {
	padding: 38px 32px 38px 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#faq .faq-content {
	max-height: 0;
	padding: 0px 32px 0px 38px;
	color: #2c3e50;
	background: white;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#faq .faq-content p {
	max-height: 0; 
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #425466;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

#faq h5.faq-title {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	color: #425466;
}

#faq .faq-box:last-child {
	margin-bottom: 0px;
}

@media screen and (max-width:767px){
	#faq .faq-inner{
		padding: 0px;
		max-width: 495px;
	}
	#faq .faq-box {
		margin: 0 16px 20px;
		border-radius: 55px;
	}
	#faq .faq-header svg {
		width: 100%;
		max-width: 22px;
	}
	#faq h5.faq-title {
		padding-right: 20px;
	}
	#faq .faq-header{
		padding: 20px 32px 20px 38px;
		min-height: 60px;
	}
}


/* Pricing Tables */

.price-container{
	overflow-y: hidden;
	overflow-x: auto;
}

.price-container{
	margin: 0px auto 50px;
}

.price-container:last-child {
	margin-bottom: 0px;
}

.price-table{
	width: 100%;
	max-width: 835px;
	min-width: 835px;
	border: 1px solid #BDC9DB;
	border-radius: 35px;
	overflow: hidden;
	margin: auto;
}

.price-table td, .price-table th {  
	border: 1px solid #BDC9DB;
	text-align: left;
}
.price-table table{
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	border: none;
}
.price-table thead tr th{
	padding: 20px;
}
.price-table thead tr th h2{
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #BB70FF;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.price-table.price-main-table table thead th h2,
.price-table table thead th h2 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #425466;
}
.price-table tbody tr td div.price-content,
.price-table tbody tr td div.price-icon{
	height: 100%;
	min-height: 87px;
}
.price-table tbody tr td div.price-icon{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.price-table tbody tr td div.price-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #425466;
}

.price-table tbody tr td div.price-name-bold{
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 72px;
	text-align: center;
	color: #425466;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	height: 129px;
}

.price-table tbody tr td:nth-child(3){
	background: #F6F9FC;
}

.price-table thead tr th{
	border: none;
}
.price-table tbody tr td:nth-child(1){
	border-left: none;
}
.price-table tbody tr:last-child td {
	border-bottom: none;
}
.price-table tbody tr:last-child td {
	border-bottom: none;
}
.price-table tbody tr td:last-child {
	border-right: none;
}
.price-table tbody tr:last-child td:last-child {
	border-right: none;
}

.price-container::-webkit-scrollbar {
	border-radius: 13px;
	background-color: #BDC9DB;
	height: 10px;
	width:calc(100% - 50px) !important;
}

.price-container::-webkit-scrollbar-thumb {
	border: 4px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	background: #F6F9FC;
	border-radius: 13px;
	background-color: #F6F9FC;
}
.price-name{
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #425466;
}
span.price-name-norm{
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #425466;
}
.price-list{
	text-align:center;
}
.price-btn{
	border-radius: 27px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	    margin-top: 10px;
}
.price-btn a {
	width: 180px;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-decoration: none !important;
	border-radius: 27px;
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
.price-btn.color-lblue{
	background: #78E2EA;
}
.price-btn.color-blue{
	background: #639CFF;
}
.price-btn.color-violet{
	background: #BB70FF;
}
.price-btn.color-lblue:hover{
	background: #a7eef3;
}
.price-btn.color-blue:hover{
	background: #88b4ff;
}
.price-btn.color-violet:hover{
	background: #d19fff;
}
.price-btn.color-lblue a{
	color: #425466;
}
.price-btn.color-blue a{
	color: #FFFFFF;
}
.price-btn.color-violet a{
	color: #FFFFFF;
}


@media screen and (max-width:992px){
	.price-container{
		padding-bottom:20px;
		margin-right: 17px;
	}  
}


/* TEAM */

.team{
	width: 100%;
	max-width: 1440px;
	margin: auto;
}
.team--iner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-column-gap: 48px;
	   -moz-column-gap: 48px;
	        column-gap: 48px;
	row-gap: 48px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.team-box {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 30px rgb(189 201 219 / 20%);
	        box-shadow: 0px 4px 30px rgb(189 201 219 / 20%);
	border-radius: 57px;
	width: 415px;
	height: 100%;
	padding: 22px 13px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 21px;
	   -moz-column-gap: 21px;
	        column-gap: 21px;
}
.team-icon a {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 21.5px;

}
.team-img img{
	border-radius: 100%;
	width: 126px;
	height: 100%;
	max-height: 131px;
	-o-object-fit: cover;
	   object-fit: cover;
	max-width: unset;
}
.team-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.team-name h5 {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 25px;
	color: #425466;
	margin: 0px;
	padding: 0px !important;
	width: 100%;
}
.team-name p {
	width: 100%;
	padding: 0px !important;
	margin: 0px;
	font-family: 'DM Sans';
	font-style: italic;
	font-weight: 400;
	font-size: 22px;
	line-height: 25px;
	color: #425466;
}
.team-name .team-icon {
	width: 100%;
	margin-top: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-column-gap: 5px;
	   -moz-column-gap: 5px;
	        column-gap: 5px;
}
.team-name .team-icon a svg{
	fill: #f7f7f7;
	background: #b4b0ba;
	padding: 2px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.team-icon a:hover svg {
	fill: #b4b0ba;
	background: #f7f7f7;
	padding: 2px;
}

.menu-item-button {
  text-align: center;
  border: 1px solid rgb(66,84,102);
  --tve-color: rgb(66,84,102);
  --tve-applied---tve-color: var$(--tcb-color-1);
  font-family: inherit;
  --tve-font-weight: var(--g-regular-weight,normal);
  --tve-font-family: "DM Sans";
  --g-regular-weight: 400;
  --g-bold-weight: 700;
  --tve-font-size: 16px;
  --tve-line-height: 1.2em;
  --tve-border-radius: 23px;
  border-radius: 23px;
  --tve-border-width: 1px;
  --tve-applied-border: 1px solid rgb(66,84,102);
  max-width: 120px;
  min-width: 120px;
  padding: 8px 15px !important;
  margin: 0px 0px 0px 38px !important;
  --tve-applied-max-width: 120px !important;
  --tve-applied-min-width: 120px !important;
}

@media screen and (max-width:767px){
	.team--iner {
		padding: 0 20px;
		row-gap: 30px;
	}
	.team-box{
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}
	.team-img{
		width:100%;
		text-align: center;
		margin-bottom:12px
	}
	.team-name{
		width:100%;
		text-align:center
	}
	.team-icon{
		-webkit-box-pack:center;
		    -ms-flex-pack:center;
		        justify-content:center;
	}
}