.grecaptcha-badge {
	z-index: 9999;
	bottom: 81px!important;
	position:fixed;
}
.page-id-188 li.page_item.page-item-2577,.page-id-188 li.page_item.page-item-3645,.page-id-188 li.page_item.page-item-2776{
	display:none;
}
.inner-content {
	float: left;
	width: 100%;
	padding: 100px 0;
	background-color: var(--bckg);
}
#breadcrumbs {
	margin-bottom: 12px;
}
#breadcrumbs a {
	text-decoration: none;
	font-size: 12px;
	color: #0e47a1;
	text-transform: uppercase;
}
#breadcrumbs a:hover {
	color: #fcc02d;
}
#breadcrumbs .breadcrumb_last {
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
}
.inner-text-part h2,
.inner-text-part h3 {
	color: var(--title);
}
.inner-text-part h2 {
	margin-bottom: 20px;
	margin-top: 45px;
	font-size: 28px;
	line-height: 38px;
}
.inner-text-part h3 {
	margin-bottom: 15px;
	margin-top: 40px;
	line-height: 32px;
}
.inner-text-part > *:nth-child(1){
	margin-top: 0px;
}
.inner-text-part p {
	color: #5D6B81;
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: -0.18px;
}
.inner-text-part ul,
.inner-text-part ol {
	margin: 20px 0 30px 0;
	padding: 40px 40px 40px 60px;
	background-color: #fff;
	border-radius: 20px;
}
.inner-text-part ul li,
.inner-text-part ol li {
	font-size: 16px;
	line-height: 26px;
	color: #5D6B81;
	font-weight: 300;
	margin-bottom: 8px;
}
.inner-text-part a {
	color: var(--main);
	font-weight: 400;
	text-decoration: none;
	transition: all .3s;
}
.inner-text-part a:hover,
.inner-text-part a:focus {
	color: var(--cta);
	text-decoration: none;
}
.wp-caption img[class*="wp-image-"] {
	border-radius: 15px;
	margin: 20px 0 10px;
}
.wp-caption .wp-caption-text {
	font-size: 13px;
	color: #5d6b81;
}
.inner-hero-image.show-img {
	display: block !important;
}

/* Post Hero */
#post-hero {
	padding: 120px 0 70px;
}
.post-hero-text,
.post-hero-img {
	padding-left: 15px;
	padding-right: 15px;
}
.hero-post-detailes p {
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 0;
}
.post-hero-img img {
	border-radius: 20px;
	width: 100%;
	object-fit: cover;
}
.post-hero-text {
	text-align: center;
	margin-bottom: 30px;
}
.inner-content.blog-post-content {
	padding-top: 70px;
	padding-bottom: 90px;
}
.inner-h1.single-post-h1 {
	font-size: 28px;
	line-height: 36px;
}

/*** Blog ***/
.single-blog-wrap {
	margin-bottom: 60px;
}
.md-blog-page {
	display: flex;
	flex-wrap: wrap;
}
.md-home-blog-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.mt-blog-btn {
	color: var(--main);
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.9px;
	text-transform: uppercase;
}
.mt-blog-box {
	margin-left: -15px;
	margin-right: -15px;
}
.page-template-page-blog #mt-subscribe {
	padding-top: 85px;
}
.post-navigation .nav-links {
	flex-direction: column;
}
.hero-btns-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.inner-hero-sub-btn,
.inner-hero-book-btn {
	font-size: 16px;
	height: 57px;
}
.inner-hero-sub-btn {
	width: 297px;
}
.inner-hero-book-btn {
	width: 297px;
}
.first-paragraph-wrap {
	background-color: #fff;
	border-radius: 16px;
	margin-bottom: 40px;
	padding: 20px 25px 15px;
	border: 0.86px solid #D8DBE0;
	box-shadow: 6.88px 6.88px 25.8px 0px #2046791A;
	font-style: italic;
}
.inner-text-part p.post-reviewed-by {
	margin-top: 25px;
	font-size: 18px;
	font-weight: 500;
}
.faq-blog-wrap {
	padding: 60px 0 35px;
	border-bottom: 1px solid #D2D5D9;
}
.faq-blog-title {
	font-size: 28px;
	line-height: 38px;
	color: var(--title);
	margin-top: 0;
	margin-bottom: 25px;
}
.site-main .post-navigation {
	margin: 0 0 60px;
}
.post-bottom {
	margin-top: 50px;
}

/***** PAGINATION ******/
.md-pagination-holder {
	display: flex;
	margin-bottom: 75px;
}
.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 53px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 500;
	line-height: 36px;
	margin-right: 10px;
}
a.page-numbers {
	border: 1px solid #C4CBD6;
	color: #000;
}
a.page-numbers:hover {
	text-decoration: none;
	outline: none;
	border: 1px solid var(--main);
	color: var(--main);
	transition: all 0.4s ease-in-out;
}
span.page-numbers.current {
	background: var(--main);
	color: #fff;
	border: 1px solid var(--main);
}


/***** SIDEBAR *****/
aside#secondary {
	float: left;
	width: 100%;
}
.sidebar-block {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 5.75786px 5.75786px 28.7893px 0px rgba(71, 87, 128, 0.10);
}
.sidebar-block:last-of-type {
	margin-bottom: 0;
}
.sidebar-block h3 {
	margin: 0 0 10px;
	font-size: 22px;
	color: #000;
	line-height: 36px;
}
.sidebar-block ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar-categories ul li {
	margin-bottom: 7px;
}
.sidebar-categories ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: var(--main);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.sidebar-categories ul li a:hover {
	color: var(--cta);
	text-decoration: none;
}
.sidebar-about-txt {
	color: #5D6B81;
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: -0.15px;
}
.sidebar-blog-wrapper {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.sidebar-blog-wrapper .post-img {
	width: 48%;
	height: auto;
	border-radius: 10px;
	margin: 10px 0;
}
.sidebar-blog-wrapper .post-img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 10px;
}
.post-description {
	padding-left: 20px;
	width: 52%;
}
.post-description p {
	color: #6F7885;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.39px;
	text-transform: uppercase;
	margin: 0 0 7px;
}
.post-description a {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
}


/*** PLANS ***/
.plans-content h2 {
	color: var(--title);
	font-size: 26px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: -0.4px;
	margin: 0 auto 45px;
	padding: 0 15px;
}
.plans-content p {
	color: #5D6B81;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: -0.21px;
	padding: 0 15px;
}


/******* CONTACT ********/
.contact-form.mt-gravity .gform_wrapper.gravity-theme .gform_footer input {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 195px;
	height: 54px;
	border-radius: 6px;
	background: var(--main);
	color: #FFF;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	padding: 0;
}
.contact-form.mt-gravity .gform_wrapper.gravity-theme .gfield input,
.contact-form.mt-gravity .gform_wrapper.gravity-theme .gfield textarea {
	box-shadow: 8px 8px 20px 0 rgba(32, 70, 121, 0.10);
}

.contact-page-wrapper {
	padding: 70px 0 60px;
	background: var(--bckg);
}

.contact-page-wrapper h2 {
	margin-bottom: 35px;
}
.contact-text-wrap {
	margin-bottom: 25px;
	text-align: center;
}
.contact-page-wrapper p {
	margin-bottom: 10px;
	font-size: 17px;
}

.contact-page-wrapper a {
	color: #0e47a1;
	text-decoration: none;
}

.contact-page-wrapper a:hover {
	color: #fcc02d;
	text-decoration: none;
}

.address-style {
	color: grey;
}

.navigation.post-navigation .nav-previous {
	padding-right:4px;
}
.navigation.post-navigation .nav-next {
	padding-left:4px;
}
.support-form-holder {
	display: flex;
	justify-content: center;
}

/*** Hero ***/
#inner-hero {
	padding: 120px 15px 50px;
}
#inner-hero.no-padding-bottom {
	padding-bottom: 0;
}
.inner-hero-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 10px;
}
.inner-subheading {
	color: var(--main);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.96px;
	text-transform: uppercase;
}
.inner-h1 {
	color: var(--title);
	font-size: 30px;
	font-weight: 500;
	line-height: 38px;
	letter-spacing: -0.5px;
	margin: 0 auto 6px;
}
.inner-hero-btn {
	margin: 20px auto;
}
.inner-hero-img {
	text-align: center;
}
#page-hero {
	display: block !important;
	padding: 120px 0 80px;
}
.page-hero-img img {
	border-radius: 20px;
}

/*** Inner List above Hero  ***/
#inner-list {
	background: linear-gradient(#FFF 50%, var(--bckg) 50%);
	padding: 0 15px;
}
.inner-list-wrap {
	border-radius: 20px;
	background: var(--main);
	padding: 30px 25px;
}
.list-holder {
	margin-top: 35px;
}
.inner-list-title.mt-title,
.list-item-text.mt-text {
	color: #FFF;
	margin-left: 0;
}
.inner-list-title.mt-title br {
	display: none;
}
.list-item {
	display: flex;
	margin-bottom: 10px;
}
.list-item img {
	height: 22px;
	width: 22px;
	margin-top: 2px;
	margin-right: 10px;
}

/*** Four similar sections ***/
.inner-section {
	padding: 80px 15px;
}
.inner-section .mt-text {
	margin-bottom: 25px;
}
.inner-section.no-padding-bottom .mt-img-wrap {
	margin-bottom: -80px;
}

/*** Inner Banner ***/
#mt-inner-banner {
	background: var(--main);
}
.inner-banner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 35px 0 60px;
}
.inner-banner-wrap h3 {
	color: #FFF;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: -0.26px;
	margin-bottom: 25px;
}
.inner-banner-wrap h3 br {
	display: none;
}

/*** CRM Features ***/
#crm-features {
	padding: 80px 0 50px;
}
.features-list-wrap {
	display: flex;
	flex-wrap: wrap;
}
.features-text {
	color: #5D6B81;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: -0.21px;
	padding: 10px 15px 50px;
}
.feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 35px;
}
.feature-icon-wrap {
	width: 122px;
	height: 125px;
}
.feature h3 {
	color: var(--title);
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	transition: .4s ease;
}
.feature h3 br {
	display: none;
}

/* Plans */
.plans-page-content {
	padding: 70px 0 80px;
}
.plans-title-wrap h2 {
	color: var(--title);
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	padding: 0 15px;
	margin: 0 auto 20px;
}
.plans-inner-wrap {
	display: flex;
	flex-wrap: wrap;
}
.plan-holder {
	margin-bottom: 40px;
}
.plan-inner {
	border-radius: 8px;
	background: #FFF;
	box-shadow: 5.75786px 5.75786px 28.7893px 0px rgba(71, 87, 128, 0.10);
	border-top: 4px solid var(--main);
	display: flex;
	flex-direction: column;
	height: 100%;
}
.plan-inner h3 {
/* 	color: var(--title); */
	color: var(--main);
/* 	text-align: center; */
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: -0.26px;
	margin-bottom: 7px;
}
/* .plan-holder:last-of-type .plan-inner h3 {
	color: #0E47A1;
}
.plan-holder:last-of-type .plan-inner:before {
	background: #0E47A1;
	position: absolute;
	content: 'RECOMMENDED';
	top: 0;
	left: 50%;
	transform: translate(-50%, -92%);
	color: #FFF;
	border-radius: 8px 8px 0 0;
	padding: 3px 10px;
}
.plan-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.plan-inner span {
	color: var(--main);
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: -0.13px;
	border-radius: 10px;
	border: 1px solid #C2D4EC;
	background: #F0F6FE;
	min-width: 218px;
	width: fit-content;
	padding: 10px;
	position: relative;
}
.plan-box:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #C2D4EC;
} */
ul.plan-list-wrap {
	list-style: none;
	padding: 30px 25px 30px 25px;
	margin: 0;
}
ul.plan-list-wrap li {
	color: #5D6B81;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: -0.26px;
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px
}
ul.plan-list-wrap li:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: url('/wp-content/uploads/2026/03/check-in-circle-1.svg');
	background-repeat: no-repeat;
	background-size: contain;
	top: 2px;
	left: 0;
}
.plan-inner-top p {
	font-size: 15px;
	line-height: 25px;
	color: var(--ttl);
}
.plans-btn-wrap {
	padding: 0 15px;
	display: flex;
}
.plans-btn-wrap .plans-btn {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}
#plans-list-section {
	background: linear-gradient(to bottom, var(--bckg) 50%, #fff 50%);
	padding: 10px 15px;
}
.plans-list-wrapp {
	background-color: var(--main);
	border-radius: 10px;
	padding: 25px 30px 45px;
}
.plans-list-title {
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	line-height: 37px;
	margin: 0 0 20px;
}
.plans-list-subtitle {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 26px;
}
.plans-list_list ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}
.plans-list-item {
	display: flex;
	align-items: flex-start;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
.plans-list-item img {
	margin: 2px 10px 0 0;
}
.schedule-btn.plans-list-btn {
	width: 100%;
	font-size: 13px;
	max-width: 338px;
}
#mt-plans-boxes {
	padding: 0 0 100px;
}
.mt-title.plans-boxes-title {
	text-align: center;
	margin-bottom: 40px;
}
.plans-boxes-holder {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.boxes-col {
	margin-bottom: 30px;
}
.plan-box-dark {
	background-color: var(--main);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 25px 30px;
}
.plan-box-dark h3 {
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	margin: 0 0 13px;
}
.plan-box-dark p {
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 18px;
}
.plan-box-dark ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.plan-box-list-item {
	display: flex;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
	margin-bottom: 10px;
	align-items: flex-start;
}
.plan-box-list-item img {
	margin: 2px 8px 0 0;
}
#plans-image {
	position: relative;
	min-height: 300px;
	background-color: var(--bckg);
	text-align: center;
}
.plans-title-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 40px;
}
.plans-subtitle {
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	color: var(--ttl);
}
.plan-inner-top {
	border-bottom: 1px solid #C2D4EC;
	padding: 5px 25px 15px;
}
/* Table */
table.blueprint-table {
	background-color: #fff;
	border-radius: 13px;
	box-shadow: 5.75786px 5.75786px 28.7893px 0px rgba(71, 87, 128, 0.10);
	margin: 45px 0;
}
.blueprint-table tr:not(:last-of-type) {
	border-bottom: 1px solid #ccc;
}
.blueprint-table td,
.blueprint-table th {
	padding: 10px;
	width: 50%;
	color: #5D6B81;
	line-height: 22px;
	letter-spacing: -0.18px;
	text-align: center;
}
.blueprint-table th {
	font-size: 14px;
}
.blueprint-table td {
	font-size: 13px;
}
.blueprint-table tr td:first-of-type,
.blueprint-table tr th:first-of-type{
	border-right: 1px solid #ccc;
}

/* Newsletters banner */
#newsletter-banner {
	scroll-margin-top: 40px;
}
.newsletter-banner {
	background-color: var(--main);
	border-radius: 10px;
	margin: 30px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 0 20px 50px;
}
h3.newsletter-banner-title,
p.newsletter-banner-text {
	color: #fff;
}
.newsletter-banner.newsletter-banner-two {
	padding-bottom: 0;
}
.newsletter-banner-img {
	margin-top: 40px;
}
.plans-title-wrap h2 span {
    color: var(--main);
}
/* About */
#about_above-hero {
	background: linear-gradient(to bottom, #fff 50%, var(--bckg) 50%);
}
.about_above-hero-wrap {
	background-color: var(--main);
	border-radius: 15px;
	padding: 30px 20px;
}
.above-hero-text {
	font-size: 20px;
	line-height: 31px;
	color: #fff;
	text-align: center;
	font-weight: 300;
	margin: 0;
}
#about-content {
	padding: 70px 0 80px;
	text-align: center;
}
.about-content_subtitle {
	font-size: 17px;
	line-height: 27px;
	color: var(--txt);
	font-weight: 500;
}
.about-content-left {
	margin-bottom: 30px;
}
.about-content-text p {
	font-size: 16px;
	line-height: 26px;
	color: var(--txt);
	margin-bottom: 15px;
	font-weight: 300;
}
.about-text-holder p,
.about-section-list p {
	font-size: 15px;
	line-height: 24px;
	color: var(--txt);
}
.about-text-holder p {
	margin-bottom: 15px;
}
.mt-text-half_industry {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mt-text-half_industry .mt-title {
	margin-bottom: 35px;
}
.section-list-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}
.section-list-title h3 {
	font-size: 20px;
	margin: 0 0 0 10px;
}
.about-section-list {
	margin-bottom: 25px;
}
.mt-img-wrap_industry {
	text-align: center;
}
.centered-banner {
	background-color: var(--main);
	padding: 45px 0 60px;
}
.cbanner-holder {
	display: flex;
	justify-content: center;
}
.cbanner-inner {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cbanner-title {
	font-size: 29px;
	line-height: 40px;
	color: #fff;
	margin: 0 0 15px;
}
.cbanner-text {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 25px;
}
.page-template-page-about #mt-why {
	background-color: var(--bckg);
}
.page-template-page-about #mt-plans-boxes {
	padding-top: 75px;
}
.mt-img-wrap.commitment-img-wrap {
	margin-top: 10px;
}
/* Author */
.author-hero {
	padding: 100px 15px 60px;
}
.author-main-title {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 10px;
	color: var(--ttl);
}
.author-subtitle {
	font-size: 18px;
	line-height: 28px;
	color: var(--txt);
	margin-bottom: 20px;
	font-weight: 300;
}
.links-title {
	font-size: 16px;
	line-height: 28px;
	color: var(--txt);
	font-weight: 700;
}
.hero-link a {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: var(--txt);
}
.hero-link a:hover {
	color: var(--main);
}
.prof-link-holder {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.hero-link_img-wrap {
	background-color: var(--main);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.inner-hero-author-text {
	margin-bottom: 35px;
}
.author-hero-img {
	text-align: center;
}
.author-hero-img img {
	border-radius: 20px;
}
#about-author {
	padding: 20px 15px 70px;
}
.author-title {
	color: var(--title);
	font-size: 26px;
	line-height: 34px;
	letter-spacing: -0.4px;
	margin-top: 0;
}
.about-author-title {
	margin-bottom: 20px;
}
.author-content p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: var(--txt);
	margin-bottom: 20px;
}
.author-expertise {
	padding: 70px 0 50px;
}
.expertise-title {
	text-align: center;
	margin-bottom: 40px;
}
.mt-wrap {
	display: flex;
	flex-wrap: wrap;
}
.expertise-col {
	margin-bottom: 45px;
}
.expertise-item {
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	position: relative;
	padding: 30px 15px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.expertise-icon {
	position: absolute;
	left: 50%;
	top: -17px;
	transform: translatex(-50%);
	width: 35px;
	height: 35px;
}
.expertise-item p {
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	color: var(--ttl);
	margin: 0;
}
.author-prof-bckg {
	background-color: var(--main);
	padding: 80px 15px 60px;
}
.pba-title {
	color: #fff;
	margin-bottom: 35px;
}
.prof-back-item {
	margin-bottom: 30px;
}
.pb-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 10px;
}
.pb-text {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: #fff;
}
.author-post-list {
	margin: 0 0 40px;
	padding-left: 20px;
}
li.author-post-item {
	margin-bottom: 12px;
}
.author-post-item a {
	font-size: 17px;
	line-height: 28px;
	color: var(--ttl);
	font-weight: 400;
}
.author-post-item a:hover {
	color: var(--main);
}
.author-blogs {
	padding: 75px 15px 90px;
}
.author-posts-title {
	margin-bottom: 25px;
}
/* Table */
.comparison-table {
	margin-top: 40px;	
}
.comparison-table,
.comparison-table tbody,
.comparison-table tr,
.comparison-table td {
	border-collapse: collapse;
}
.comparison-table tbody td strong {
	color: var(--main);
}

/* pricing start */
/* Tab Content */
#mt-tabcontent {
	padding: 0px 0;
}
.mt-table-openclose {
	float: left;
	width: 100%;
	margin-bottom: 67px;
	text-align: center;
}
.mt-toggle-btn {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	background: #F3F6FA;
	border: none;
	border-radius: 10px;
	width: 100%;
	max-width: 1171px;
	height: 87px;
	padding: 0 30px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.mt-toggle-btn:hover {
	background: #E8EDF5;
}
.mt-toggle-text {
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 53px;
	letter-spacing: -0.24px;
	order: 1;
	color: #1C2433;
}
.mt-toggle-highlight {
	color: #0E47A1;
}
.mt-toggle-icon {
	transition: transform 0.3s ease;
	order: 2;
}
.mt-toggle-btn.active .mt-toggle-icon {
	transform: rotate(180deg);
}
.mt-table-wrap {
	float: left;
	width: 100%;
	display: none;
}
.mt-table-wrap.show {
	display: block;
}
.mt-mobile-cards {
	display: none;
}
.mt-pricing-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.mt-pricing-table thead {
	border-radius: 8px 8px 0 0;
	background: #0E47A1;
	height: 67px;
}
.mt-pricing-table thead th {
	color: #FFF;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.2px;
	padding: 0;
	border-right: 1px solid #C2D4EC;
	vertical-align: middle;
	height: 67px;
}
.mt-pricing-table thead th:nth-child(1) {
	padding-left: 35px;
}
.mt-pricing-table thead th:nth-child(2) {
	padding-left: 30px;
}
.mt-pricing-table thead th:nth-child(3) {
	padding-left: 25px;
}
.mt-pricing-table thead th:nth-child(4) {
	padding-left: 18px;
}
.mt-pricing-table thead th:last-child {
	border-right: none;
}
.mt-pricing-table tbody tr {
	border-bottom: 1px solid #C2D4EC;
}
.mt-pricing-table tbody tr:last-child {
	border-bottom: none;
}
.mt-pricing-table tbody td {
	padding: 18px 0;
	font-size: 15px;
	color: #333;
	border-right: 1px solid #C2D4EC;
	vertical-align: middle;
}
.mt-pricing-table tbody td:nth-child(1) {
	padding-left: 35px;
}
.mt-pricing-table tbody td:nth-child(2) {
	padding-left: 30px;
}
.mt-pricing-table tbody td:nth-child(3) {
	padding-left: 25px;
}
.mt-pricing-table tbody td:nth-child(4) {
	padding-left: 18px;
}
.mt-pricing-table tbody td:last-child {
	border-right: none;
}
.mt-pricing-table tbody tr.mt-category-row td.mt-category-cell {
	color: #1C2433;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.18px;
	vertical-align: top;
}
.mt-pricing-table tbody tr.mt-category-row td.mt-features-cell {
	color: #5D6B81;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.32px;
	vertical-align: top;
}
.mt-pricing-table tbody tr.mt-category-row td.mt-icons-cell {
	text-align: center;
	vertical-align: top;
}
.mt-features-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mt-features-list li {
	font-size: 15px;
	color: #666;
	margin-bottom: 15px;
	line-height: 1.4;
}
.mt-features-list li:last-child {
	margin-bottom: 0;
}
.mt-icons-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.mt-icon-item {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 21px;
}
.mt-icon-item:last-child {
	margin-bottom: 0;
}
.mt-icon-item svg {
	display: block;
}
.mt-pricing-table .mt-btn-wrap {
	text-align: center;
	padding: 30px 15px;
}
.mt-pricing-table .mt-cta-btn {
	display: inline-block;
	background-color: #2B5BA8;
	color: #fff;
	padding: 12px 40px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	transition: background-color 0.3s ease;
}
.mt-pricing-table .mt-cta-btn:hover {
	background-color: #1E4278;
	color: #fff;
	text-decoration: none;
}
section#plans-image {
    padding: 118px 0;
}
section#plans-list-section.mt-plan-remove-bc {
    background: #fff;
}
.mt-table-wrap.show {
    padding-bottom: 60px;
}


@media screen and (max-width: 1500px) {
	section#plans-image {
		padding: 80px 0;
	}
	section#plans-image picture img {
		width: 75%;
	}
}
@media screen and (max-width: 1500px){
	
	.mt-pricing-table thead th:nth-child(1) {
		padding-left: 18px;
	}
	.mt-pricing-table thead th:nth-child(2) {
		padding-left: 18px;
	}
	.mt-pricing-table thead th:nth-child(3) {
		padding-left: 18px;
	}
	.mt-pricing-table thead th:nth-child(4) {
		padding-left: 18px;
	}
	.mt-pricing-table tbody td:nth-child(1) {
		padding-left: 18px;
	}
	.mt-pricing-table tbody td:nth-child(2) {
		padding-left: 18px;
	}
	.mt-pricing-table tbody td:nth-child(3) {
		padding-left: 18px;
	}
	.mt-pricing-table tbody td:nth-child(4) {
		padding-left: 18px;
	}
	ul.mt-features-list {
		max-width: 335px;
	}
	.mt-features-list li {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	section#plans-image {
		padding: 70px 0;
	}
	section#plans-image picture img {
		width: 100%;
	}
	.mt-toggle-btn {
		max-width: 100%;
		height: 70px;
		padding: 0 20px;
	}
	.mt-toggle-text {
		font-size: 20px;
		line-height: 28px;
	}
	.mt-pricing-table thead th {
		font-size: 16px;
	}
	.mt-pricing-table thead th:nth-child(1) {
		padding-left: 18px;
	}
	.mt-pricing-table thead th:nth-child(2) {
		padding-left: 18px;
	}
	.mt-pricing-table thead th:nth-child(3) {
		padding-left: 18px;
	}
	.mt-pricing-table thead th:nth-child(4) {
		padding-left: 18px;
	}
	.mt-pricing-table tbody td:nth-child(1) {
		padding-left: 18px;
	}
	.mt-pricing-table tbody td:nth-child(2) {
		padding-left: 18px;
	}
	.mt-pricing-table tbody td:nth-child(3) {
		padding-left: 18px;
	}
	.mt-pricing-table tbody td:nth-child(4) {
		padding-left: 18px;
	}
	.mt-pricing-table tbody tr.mt-category-row td.mt-category-cell {
		font-size: 16px;
	}
	.mt-pricing-table tbody tr.mt-category-row td.mt-features-cell {
		font-size: 14px;
	}
	.mt-features-list li {
		font-size: 14px;
        margin-bottom: 12px;
        line-height: 21px;
	}
	td.mt-category-cell {
		max-width: 145px;
	}
	.mt-pricing-table tbody tr.mt-category-row td.mt-category-cell {
		line-height: 24px;
	}
}

@media screen and (max-width: 767px) {
	#mt-tabcontent {
		padding: 0px 0 20px;
	}
	section#plans-image {
        padding: 40px 0;
    }
	.mt-toggle-btn {
		height: 60px;
		padding: 0 15px;
	}
	.mt-toggle-text {
		font-size: 16px;
		line-height: 24px;
	}
	.mt-toggle-icon {
		width: 24px;
		height: 24px;
	}
	.mt-pricing-table {
/* 		display: none; */
	}
	.mt-mobile-cards {
/* 		display: block; */
		display: none;
	}
	.mt-mobile-card {
		background: #fff;
		border: 1px solid #C2D4EC;
		border-radius: 8px;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.mt-mobile-card-title {
		border-radius: 8px 8px 0 0;
		background: #0E47A1;
		color: #FFF;
		font-family: Poppins;
		font-size: 18px;
		font-weight: 500;
		line-height: 28px;
		letter-spacing: -0.18px;
		padding: 15px 20px;
		margin-bottom: 0;
	}
	.mt-mobile-feature {
		padding: 15px 20px;
		border-bottom: 1px solid #C2D4EC;
	}
	.mt-mobile-feature:last-child {
		border-bottom: none;
	}
	.mt-mobile-feature-label {
		color: #1C2433;
		font-family: Poppins;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 30px;
		letter-spacing: -0.16px;
		margin-bottom: 0;
	}
	.mt-mobile-feature-name {
		color: #5D6B81;
		font-family: Poppins;
		font-size: 15px;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: -0.28px;
		margin-bottom: 8px;
	}
	.mt-table-wrap.show {
		padding-bottom: 25px;
	}
	section#plans-list-section.mt-plan-remove-bc {
		padding-left: 0;
		padding-right: 0;
	}
	section.plans-page-content.mt-palns-padrem {
		padding: 70px 0 60px;
	}
	.mt-mobile-plan-icon {
		min-height: 20px;
	}
	.mt-mobile-plans {
		display: flex;
		gap: 20px;
	}
	.mt-mobile-plan {
		flex: 1;
	}
	.mt-mobile-plan-name {
		color: #1C2433;
		font-family: Poppins;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 30px;
		letter-spacing: -0.16px;
		margin-bottom: 5px;
	}
	.mt-mobile-plan-icon {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.mt-table-openclose {
		margin-bottom: 35px;
	}
}
.page-template-page-plans-php {
    margin-bottom: 0;
}
/* 
pricing end  */
/* Media */
@media all and (min-width: 620px) {
	.inner-h1,
	.inner-h1.single-post-h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.inner-banner-wrap h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.inner-banner-wrap h3 br,
	.inner-list-title.mt-title br {
		display: block;
	}
	.sidebar-blog-wrapper .post-img img {
		max-height: 115px;
	}
	.inner-list-wrap {
		padding: 50px;
	}
	.plan-inner h3 {
		font-size: 26px;
	}
	.inner-hero-book-btn {
		width: 231px;
	}
}
@media (max-width: 767px) {
	.comparison-table thead {
		display: none;
	}
	.comparison-table td {
		border: none;
		padding: 8px 0;
	}
	.comparison-table td::before {
		font-weight: 600;
		display: block;
		margin-bottom: 4px;
	}
	.comparison-table.compare-mt-smart td:nth-child(1)::before,
	.comparison-table.compare-mt-granot td:nth-child(1)::before,
	.comparison-table.compare-mt-supermove td:nth-child(1)::before {
		content: "Category: ";
	}
	.comparison-table.compare-mt-smart td:nth-child(2)::before,
	.comparison-table.compare-mt-granot td:nth-child(2)::before,
	.comparison-table.compare-mt-supermove td:nth-child(2)::before {
		content: "MoversTech: ";
	}
	.comparison-table.compare-mt-smart td:nth-child(3)::before {
		content: "SmartMoving: ";
	}
	.comparison-table.compare-mt-granot td:nth-child(3)::before {
		content: "Granot: ";
	}
	.comparison-table.compare-mt-supermove td:nth-child(3)::before {
		content: "Supermove: ";
	}
	.comparison-table.compare-pricing-platform td:nth-child(1)::before,
	.comparison-table.table-best-fit td:nth-child(1)::before {
		content: "Platform: ";
	}
	.comparison-table.table-best-fit td:nth-child(2)::before {
		content: "Best fit when… ";
	}
	.comparison-table.table-best-fit td:nth-child(3)::before {
		content: "Watch out if… ";
	}
	.comparison-table.compare-pricing-platform td:nth-child(2)::before {
		content: "Pricing and contract notes: ";
	}
	.comparison-table,
	.comparison-table tbody,
	.comparison-table tr,
	.comparison-table td {
		display: block;
		width: 100%;
	}
	.comparison-table tr {
		border-bottom: 1px solid #e5e5e5;
		padding: 16px;
	}
	.comparison-table tbody {
		background-color: #fff;
		border-radius: 10px;
		border: 1px solid #e5e5e5;
		border-bottom: none;
	}
}
@media all and (max-width: 767px) {
	.page-template-page-plans-php section#page-hero {
		padding-bottom: 36px;
	}
}
@media all and (min-width: 768px) {
	.inner-section .mt-text {
		width: 70%;
	}
	.list-item img {
		margin-right: 17px;
	}
	.plans-content h2 {
		font-size: 37px;
		line-height: 50px;
		margin: 0 auto 45px;
	}
	.plans-content p {
		font-size: 21px;
	}
	.post-navigation .nav-links {
		flex-direction: row;
	}
	.plans-list-title {
		font-size: 27px;
		line-height: 40px;
	}
	.plans-list-wrapp {
		display: flex;
		padding-top: 30px;
	}
	.plans-list_title-wrap {
		width: 45%;
	}
	.plans-list_list {
		width: 55%;
		padding-left: 30px;
	}
	.schedule-btn.plans-list-btn {
		font-size: 15px;
	}
	.blueprint-table td, .blueprint-table th {
		padding: 13px 10px 13px 20px;
		text-align: left;
	}
	.blueprint-table td {
		font-size: 14px;
	}
	.blueprint-table th {
		font-size: 15px;
	}
	.newsletter-banner {
		padding: 10px 45px 50px;
	}
	p.newsletter-banner-text {
		max-width: 565px;
		margin-left: auto;
		margin-right: auto;
	}
	.post-hero-img img {
		width: auto;
	}
	.mt-title.plans-boxes-title {
		width: 450px;
	}
	.plan-box-dark h3 {
		margin-bottom: 17px;
	}
	.about_above-hero-wrap {
		padding: 30px 40px;
	}
	.about-section-list,
	.about-text-holder {
		width: 70%;
	}
	.centered-banner {
		padding: 55px 0 65px;
	}
	.cbanner-text {
		max-width: 450px;
	}
	.commitment-img-wrap img {
		margin-right: 70px;
	}
	.above-hero-text {
		font-size: 23px;
		line-height: 35px;
	}
	.author-hero {
		padding: 145px 0 60px;
	}
	.inner-hero-author {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.author-main-title {
		font-size: 40px;
		line-height: 50px;
	}
	.author-subtitle {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 25px;
	}
	.links-title,
	.hero-links a {
		font-size: 18px;
		line-height: 30px;
	}
	.author-hero-img {
		width: 360px;
	}
	.author-title {
		font-size: 30px;
		line-height: 40px;
	}
	.pb-title {
		max-width: 60%;
	}
	.author-post-item a {
		font-size: 18px;
	}
	.comparison-table thead tr th {
		background-color: var(--main);
		color: #fff;
		padding: 17px 15px;
	}
	.comparison-table thead tr th:first-of-type {
		border-top-left-radius: 10px;
	}
	.comparison-table thead tr th:last-of-type {
		border-top-right-radius: 10px;
	}
	.comparison-table thead tr th:not(last-of-type) {
		border-right: 1px solid #e5e5e5;
	}
	.comparison-table tbody td {
		background-color: #fff;
		padding: 17px 15px 10px;
		border: .5px solid #e5e5e5;
	}
	.comparison-table tbody tr:last-of-type td:first-of-type {
		border-bottom-left-radius: 10px;
	}
	.comparison-table tbody tr:last-of-type td:last-of-type {
		border-bottom-right-radius: 10px;
	}
	.comparison-table, .comparison-table tbody, .comparison-table tr, .comparison-table td {
		overflow: hidden;
		border-collapse: separate;
	}
	.comparison-table tbody {
		border: .5px solid #e5e5e5;
		border-top: none;
	}
	.comparison-table td,
	.comparison-table th {
		vertical-align: top;
	}
	.plans-title-wrap h2 {	
		max-width: 420px;			
	}			
	.plans-btn-wrap .plans-btn {			
	 	max-width: 263px;			
	}
}
@media all and (min-width: 768px) and (max-width: 992px) {
	.mt-icon-item {
		height: 21px;
        margin-bottom: 12px;
	}
}
@media all and (min-width: 992px) {
	#inner-hero {
		padding-top: 40px;
	}
	#page-hero .p-subheading {
		width: 100%;
	}
	.hero-btns-wrap {
		justify-content: flex-start;
	}
	.inner-hero-btn {
		margin-left: 0;
		margin-right: 0;
	}
	.inner-hero-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.inner-hero-text {
		align-items: baseline;
		text-align: left;
		width: 50%;
		margin-bottom: 60px;
	}
	.inner-h1 {
		margin-left: 0;
	}
	.inner-h1.single-post-h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.inner-list-wrap {
		display: flex;
		justify-content: space-between;
	}
	.list-holder {
		margin-top: 5px;
		width: 55%;
	}
	.inner-list-title {
		width: 45%;
	}
	.inner-section .mt-text {
		width: 100%;
	}
	.inner-section .reverse-wrap,
	.inner-section .column-wrap {
		gap: 60px;
	}
	.inner-section .mt-text-half {
		width: 46%;
	}
	.inner-section .mt-img-wrap {
		width: 54%;
	}
	.inner-banner-wrap {
		flex-direction: row;
		justify-content: space-between;
		padding: 40px 0;
	}
	.inner-banner-wrap h3 {
		margin: 0;
		text-align: left;
	}
	.features-text {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0;
	}
	.plans-content h2 {
		font-size: 34px;
		line-height: 42px;
		width: 60%;
	}
	.plans-content p {
		font-size: 19px;
		width: 75%;
		margin: 0 auto;
	}
	.plans-list-wrapp {
		padding: 35px 40px 45px;
	}
	.plans-list_list ul {
		margin-bottom: 40px;
	}
	#page-hero {
		padding: 50px 0 65px;
	}
	.contact-page-wrapper {
		padding: 80px 0 70px;
	}
	.page-wrap {
		display: flex;
		justify-content: space-between;
	}
	.contact-text-wrap {
		text-align: left;
	}
	.contact-form.mt-gravity .gform_wrapper.gravity-theme .gform_footer input {
		margin-left: 0;
	}
	.mt-blog-box {
		margin: 0;
	}
	.md-pagination-holder {
		margin-bottom: 0;
		padding-left: 15px;
	}
	.inner-hero-image {
		display: block !important;
	}
	.post-hero-wrap {
		display: flex;
	}
	.post-hero-text {
		text-align: left;
		margin-bottom: 0;
		width: 55%;
	}
	.post-hero-img {
		width: 45%;
		position: relative;
	}
	#post-hero {
		padding: 55px 0 40px;
	}
	.post-hero-img img {
		height: 100%;
		width: 100%;
		position: absolute;
		object-position: top;
	}
	#post-hero {
		padding-bottom: 60px;
	}
	.inner-text-part p {
		font-size: 16px;
		line-height: 26px;
	}
	.inner-hero-book-btn {
		width: 298px;
	}
	#mt-plans-boxes {
		padding: 20px 0 110px;
	}
	.mt-title.plans-boxes-title {
		margin-left: auto;
		margin-bottom: 50px;
		width: 100%;
	}
	.above-hero-text {
		font-size: 26px;
		line-height: 39px;
	}
	#about-content {
		padding-top: 80px;
		text-align: left;
	}
	.about-content-left {
		max-width: 400px;
	}
	.mt-title.about-content-title {
		max-width: 350px;
		margin-left: 0;
	}
	.about-section-list,
	.about-text-holder {
		width: 100%;
	}
	.section-list-title {
		justify-content: flex-start;
	}
	.about-section-list p {
		padding-left: 32px;
	}
	.cbanner-title {
		font-size: 33px;
	}
	.cbanner-text {
		max-width: 530px;
	}
	.mt-text-half_industry {
		text-align: left;
		flex-direction: column;
		align-items: flex-start;
		width: 55%;
	}
	.mt-img-wrap_industry {
		width: 45%;
	}
	.mt-text-half_industry .mt-title {
		max-width: 400px;
	}
	.commitment-img-wrap img {
		margin-right: 0;
		margin-bottom: 70px;
	}
	.inner-section.commitment-section {
		padding: 40px 15px;
	}
	.author-hero {
		padding-top: 75px;
	}
	.inner-hero-author-text {
		padding-right: 30px;
	}
	.hero-link a {
		font-size: 17px;
	}
	.author-hero-img {
		width: max(41%, 420px);
	}
	.author-expertise {
		padding: 80px 0 60px;
	}
	.expertise-item {
		padding: 35px 15px 25px;
	}
	.expertise-item p {
		font-size: 18px;
		line-height: 28px;
	}
	.expertise-title {
		margin-bottom: 45px;
	}
	.author-blogs {
		padding: 80px 0 100px;
	}
	.inner-content.blog-post-content {
		padding-bottom: 10px;
	}
	.plans-page-content {
		padding: 80px 0;
	}
	.plans-title-wrap h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.plans-subtitle {
		font-size: 19px;
		line-height: 28px;
	}
	.plans-title-wrap {
		margin-bottom: 50px;
	}
	.plan-inner-top p {
		font-size: 16px;
		line-height: 26px;
		max-width: 317px;
	}
	.plan-inner-top,
	ul.plan-list-wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media all and (min-width: 1200px) and (max-width: 1500px) {
	.mt-icon-item {
		height: 19.59px;
	}
}
@media all and (min-width: 1200px) {
	.page-hero-img img {
		border-radius: 30px;
	}
	.inner-list-wrap {
		padding: 60px 55px;
	}
	.inner-section {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.inner-section.no-padding-bottom .mt-img-wrap {
		margin-bottom: -90px;
	}
	.plans-title-wrap h2 {
		font-size: 32px;
		line-height: 42px;
		max-width: 440px;
	}
	.plans-list-wrapp {
		padding: 40px 47px 45px;
	}
	.plans-list-title {
		font-size: 30px;
		line-height: 44px;
		max-width: 360px;
	}
	.plans-list-subtitle {
		max-width: 470px;
	}
	.plans-list_title-wrap,
	.plans-list_list {
		width: 50%;
	}
	.plans-list_list {
		padding-left: 0;
	}
	.plans-subtitle {
		font-size: 20px;
		line-height: 30px;
	}
	#page-hero {
		padding: 34px 0 36px;
	}
	.inner-hero-sub-btn, .inner-hero-book-btn {
		font-size: 14px;
	}
	.inner-hero-sub-btn {
		width: 246px;
	}
	.inner-hero-book-btn {
		width: 183px;
	}
	.plan-box-dark h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.plan-box-list-item {
		margin-bottom: 15px;
	}
	.about_above-hero-wrap {
		border-radius: 20px;
	}
	.mt-title.about-content-title {
		max-width: 400px;
	}
	.cbanner-title {
		font-size: 36px;
		line-height: 46px;
	}
	.centered-banner {
		padding: 65px 0 75px;
	}
	.page-template-page-about #mt-plans-boxes {
		padding-top: 95px;
	}
	.author-hero {
		padding-top: 50px;
	}
	.author-main-title {
		font-size: 45px;
		line-height: 55px;
	}
	.author-subtitle {
		margin-bottom: 30px;
	}
	.links-title,
	.hero-links a {
		margin-bottom: 13px;
	}
	.author-hero-img img {
		border-radius: 25px;
	}
	.author-title {
		font-size: 34px;
		line-height: 42px;
	}
	.author-content p {
		font-size: 17px;
		line-height: 28px;
		margin-bottom: 24px;
	}
	.expertise-icon {
		top: -20px;
		width: 40px;
		height: 40px;
	}
	.expertise-item p {
		font-size: 20px;
		line-height: 31px;
	}
	.expertise-title {
		margin-bottom: 55px;
	}
	.author-expertise {
		padding: 90px 0 60px;
	}
	.author-prof-bckg {
		padding: 90px 0 60px;
	}
	.pb-title {
		font-size: 22px;
		line-height: 33px;
		max-width: 450px;
	}
	.pb-text {
		font-size: 17px;
		line-height: 28px;
	}
	.author-post-item a {
		font-size: 20px;
		line-height: 32px;
	}
	.author-blogs {
		padding: 90px 0 110px;
	}
	.author-posts-title {
		margin-bottom: 35px;
	}
	.hero-link a {
		font-size: 18px;
		line-height: 30px;
	}
}

@media all and (min-width: 1500px) {
	.inner-h1 {
		font-size: 45px;
		line-height: 55px;
	}
	.inner-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.inner-list-wrap {
		padding: 70px 65px;
	}
	#crm-features {
		padding-top: 100px;
	}
	.feature {
		margin-bottom: 45px;
	}
	.features-text {
		width: 62%;
	}
	.inner-section.no-padding-bottom .mt-img-wrap {
		margin-bottom: -100px;
	}
	#page-hero .p-subheading {
		width: 88%;
	}
	.plans-page-content {
		padding: 100px 0 120px;
	}
	.plans-list-wrapp {
		padding: 50px 47px;
	}
		.plan-inner h3 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	.plan-inner-top p {
		font-size: 17px;
		max-width: 325px;
	}
	.plan-inner-top, ul.plan-list-wrap {
		padding-left: 40px;
		padding-right: 40px;
	}
	ul.plan-list-wrap li {
		font-size: 15px;
		line-height: 23px;
		padding-left: 30px;
		margin-bottom: 12px;
	}
	ul.plan-list-wrap li:before {
		width: 19px;
		height: 19px;
	}
	table.blueprint-table {
		border-radius: 20px;
	}
	.blueprint-table td {
		font-size: 15px;
	}
	.inner-h1.single-post-h1 {
		font-size: 42px;
		line-height: 51px;
	}
	.inner-hero-sub-btn, .inner-hero-book-btn {
		font-size: 15px;
	}
	.inner-hero-sub-btn {
		width: 270px;
	}
	.inner-hero-book-btn {
		width: 206px;
	}
	h3.newsletter-banner-title {
		font-size: 28px;
		line-height: 35px;
	}
	#post-hero {
		padding-bottom: 80px;
	}
	.mt-title.plans-boxes-title {
		margin-bottom: 60px;
	}
	#mt-plans-boxes {
		padding-bottom: 150px;
	}
	.plan-inner-top {
		padding-top: 13px;
		padding-bottom: 20px;
	}
	.plan-box-dark {
		padding: 35px 40px 30px;
	}
	.plan-box-dark h3 {
		font-size: 30px;
		line-height: 44px;
	}
	.plan-box-dark p,
	.plan-box-list-item {
		font-size: 16px;
		line-height: 28px;
	}
	.plan-box-list-item {
		margin-bottom: 18px;
	}
	.plan-box-list-item img {
		margin-right: 11px;
	}
	.about_above-hero-wrap {
		padding: 40px;
	}
	.above-hero-text {
		font-size: 32px;
		line-height: 50px;
	}
	.about-content-left {
		max-width: 450px;
	}
	.mt-title.about-content-title {
		max-width: 430px;
	}
	.about-content_subtitle {
		font-size: 18px;
		line-height: 29px;
	}
	.about-content-text p {
		font-size: 18px;
		line-height: 30px;
	}
	#about-content {
		padding-top: 100px;
	}
	.about-text-holder p, .about-section-list p {
		font-size: 18px;
		line-height: 29px;
	}
	.section-list-title h3 {
		font-size: 24px;
		line-height: 36px;
		margin-left: 15px;
	}
	.about-section-list p {
		padding-left: 37px;
	}
	.about-text-holder p {
		margin-bottom: 25px;
	}
	.cbanner-title {
		font-size: 40px;
		line-height: 51px;
	}
	.author-hero {
		padding-top: 60px;
	}
	.author-main-title {
		font-size: 50px;
		line-height: 64px;
		margin-bottom: 15px;
	}
	.author-subtitle {
		font-size: 22px;
		line-height: 34px;
		margin-bottom: 35px;
	}
	.author-title {
		font-size: 40px;
		line-height: 50px;
	}
	.author-content p {
		font-size: 18px;
		line-height: 30px;
	}
	.expertise-icon {
		top: -23px;
		width: 45px;
		height: 45px;
	}
	.expertise-item p {
		font-size: 22px;
		line-height: 34px;
	}
	.expertise-item {
		padding: 40px 20px 30px;
	}
	.expertise-title {
		margin-bottom: 60px;
	}
	.author-expertise {
		padding: 100px 0 70px;
	}
	.author-prof-bckg {
		padding: 100px 0 70px;
	}
	.pb-title {
		font-size: 24px;
		line-height: 36px;
		max-width: 500px;
	}
	.pb-text {
		font-size: 18px;
		line-height: 30px;
	}
	.prof-back-item {
		margin-bottom: 35px;
	}
	.author-post-item a {
		font-size: 22px;
		line-height: 34px;
	}
	.author-blogs {
		padding: 100px 0 120px;
	}
	.inner-content.blog-post-content {
		padding-bottom: 30px;
	}
}

@media all and (min-width: 1700px) {
	.inner-h1 {
		font-size: 50px;
		line-height: 64px;
		margin-bottom: 35px;
	}
	.plans-title-wrap h2 {
		font-size: 40px;
		line-height: 53px;
		max-width: 570px;
	}
	#page-hero {
		padding-bottom: 100px;
	}
	.first-paragraph-wrap {
		padding: 25px 30px 20px;
	}
	.author-main-title {
		font-size: 64px;
		line-height: 70px;
	}
}
section.plans-page-content.mt-palns-padrem {
    background: #f4f6fa;
}
section#mt-tabcontent {
    padding-top: 77px;
}
section#plans-list-section.mt-plan-remove-bc {
    padding-bottom: 100px;
}
@media (min-width: 1500px) {
	section#mt-plans-boxes.md-plans {
		padding: 130px 0 70px;
	}
	section#mt-why.md-why-crmnew {
		padding: 20px 0 150px;
	}
}
@media (min-width: 992px) {
	section#mt-plans-boxes.md-plans {
		padding: 100px 0 50px;
	}
	section#mt-why.md-why-crmnew {
		padding: 20px 15px 110px;
	}
}
@media (max-width: 991px) {

	section#mt-plans-boxes.md-plans {
		padding: 80px 0 40px;
	}
	section#mt-why.md-why-crmnew {
		padding: 0px 15px 100px;
	}
}
@media all and (max-width: 767px){
	section#mt-tabcontent {
		overflow: hidden;
	}
	.mt-table-wrap.show {
		overflow: scroll;
		padding-left: 3px;
	}
	table.mt-pricing-table.mt-desktop-table {
		min-width: 730px;
		overflow: scroll;
	}
	.mt-table-openclose {
/* 		padding-right: 15px; */
		padding-top: 0px;
	}
	section#mt-tabcontent {
		padding-top: 65px;
	}
	.mt-table-wrap.show {
        overflow: scroll;
        padding-left: 0px;
    }
	.mt-pricing-table tbody tr.mt-category-row td.mt-category-cell {
        font-size: 14px;
        line-height: 18px;
    }
	.mt-table-wrap {
		  overflow-x: auto;
		  -webkit-overflow-scrolling: touch;
		}

		.mt-pricing-table {
/* 		  border-collapse: separate; */
		  border-spacing: 0;
		}

		.mt-pricing-table thead th:first-child,
		.mt-pricing-table tbody td:first-child {
		  position: sticky;
		  left: 0;
		  z-index: 2;
		  background-color: #fff;
		}

		.mt-pricing-table thead th:first-child {
		  z-index: 3;
		  background: #0e48a2;
		  border-radius: 8px 0px 0 0;
          overflow: hidden !important;
		}
	.mt-pricing-table thead {
		overflow: hidden !important;
	}
	.mt-table-wrap.show {
		border-radius: 8px 8px 0 0;
	}
	table.mt-pricing-table.mt-desktop-table {
		border-right: 1px solid #C2D4EC;
		border-left: 1px solid #C2D4EC;
	}
	section#plans-list-section.mt-plan-remove-bc {
		padding-bottom: 80px;
	}
}
.page-template-page-ppc-thak-you section.md-hero-thank-you {
	padding-top: 129px;
}
.page-id-28356 .ppc-hero-image-holder picture img {
	width: 90%;
}