@media (min-width: 1400px) {
}

@media (max-width: 768px) {

	/* #mobile-drawer .drawer-inner {
		background: #FFF !important;
	}

	.mobile-navigation ul li > a, .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap {
		color: #001A54 !important;
	} */

	.site-footer-middle-section-1 {
		text-align: center;
	}

	.site-footer-middle-section-1 figure {
		display: flex;
		justify-content: center;
	}

	.site-footer-middle-section-1 img {
		max-width: 151px;
	}

	.site-footer-row.site-footer-row-mobile-column-layout-row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	.site-footer-row.site-footer-row-mobile-column-layout-row .site-footer-section:nth-child(1),
	.site-footer-row.site-footer-row-mobile-column-layout-row .site-footer-section:nth-child(4) {
		grid-column: span 2;
	}

	.site-footer-row.site-footer-row-mobile-column-layout-row .site-footer-section:nth-child(2),
	.site-footer-row.site-footer-row-mobile-column-layout-row .site-footer-section:nth-child(3) {
		grid-column: span 1;
	}

	.site-footer-row.site-footer-row-mobile-column-layout-row .site-footer-section:nth-child(2) {
		margin-left: 35px;
	}

	.site-footer-row.site-footer-row-mobile-column-layout-row .site-footer-section:nth-child(3) {
		margin-right: 35px;
	}

	.site-footer-middle-section-4 .footer-widget-area-inner {
		text-align: center;
	}

	.no-space-mobile {
		height: 0px;
	}

	.clead-hero-style {
		background-size: 40%, 40%, cover;
	}

	.clead_lists ul li span {
		font-size: 12px;
		line-height: 20px;
	}

	.reviews_container {
		grid-template-columns: repeat(1, 1fr);
		gap: 16px;
	}

	.reviews_container .review_item p {
		font-size: 14px;
		line-height: 22px;
	}

	.slider_navs {
		justify-content: space-evenly;
		margin-top: 10px;
	}

	.reviews_navs {
		margin-top: 25px;
	}

	.slider_navs div {
		cursor: pointer;
	}

	.faq_container .question_head h5 {
		font-size: 14px;
	}

	.faq_container .faq_item .faq_answer p {
		font-size: 14px;
		line-height: 22px;
	}

	.team_container {
		grid-template-columns: repeat(1, 1fr);
		gap: 16px;
	}

	.team_container .team_item {
		height: 420px;
		background-position: bottom !important;
	}

	.team_navs {
		margin-top: 30px;
	}

	.software-features-container .feature-box {
		height: 255px;
	}

	.plan-compare-container {
		display: none;
	}

	.price-box-container {
		grid-template-columns: repeat(1, 1fr);
		gap: 16px;
	}

	.price-box-container .price-box ul li span,
	.price-box-container .price-box p {
		font-size: 12px;
		line-height: 20px;
	}

	.mobile-compare-head-row {
		display: contents;
	}

	.mobile-compare-head-row .mobile-compare-head p {
		font-size: 8px;
	}

	.mobile-compare-head-row .mobile-compare-head h4 {
		font-size: 14px;
		color: #1DC1F6;
	}

	.compare_table table tr th:first-child,
	.compare_table table tr td:first-child {
		width: 55%;
	}

	.compare_table table tr th:not(:first-child),
	.compare_table table tr td:not(:first-child)
	{
		width: 15%;
	}

	.compare_table table tr td div.feature-indicator img {
		width: 16px;
		height: 16px;
	}

	.compare_table table tr td span {
		font-size: 12px;
		line-height: 20px;
	}

	.pricing_plan_navs {
		margin-top: 20px;
	}

	.clead-form .form-row {
		flex-direction: column;
	}

	.clead-form .form-row div,
	.clead-form .submit-row input {
		width: 100%;
	}


}

@media screen and (max-width: 425px) {
	#clead-hero {
		padding-top: 60px;
	}
}
