/* -------------------------------
new home page 2023 css
dark blue : #00246b
light blue : #28acbb
new light blue : #d7e4ff
------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap');

.featured-section-boxes h2, .featured-section-text h2, .why-inner-wrapper h2, 
.mid-cta h2, .hiw h2, #home-blog h2 {
	font-weight: 700;
	font-size: 50px;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 30px;
	line-height: 1.1;
	color: #00246b;
	margin-top: 0;
}
.featured-section-text a i, .mid-cta a i {
	color: #fff;
}
#home-blog, .mid-cta {
	padding: 0;
}

/* -------------------------------
hero section
------------------------------- */
.hero-container {
	padding: 50px 0 150px 0;
}
.hero-container #footer-state-select {
    background: #00246b;
	color: #fff;
}
.hero-container .row, .featured-section-text .row {
	align-items: center;
}
.hero-content h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
    font-size: 55px;
	line-height: 1.1;
}
.hero-container h2 {
	font-family: "Roboto";
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding-left: 5px;
}
.featured-section-boxes {
	background-image: linear-gradient(90deg,rgba(255,255,255,0) 30%, #d7e4ff 30%)!important;	
	padding: 50px 0;
}
.hero-container .select-wrap select {
	background: #00246b;
}
.hero-content {
	text-align: left;
}
/* -------------------------------
featured section with boxes
------------------------------- */
.featured-section-boxes h2 {
	text-align: left;
}
.box-card h5 {
	font-family: 'Roboto';
	font-weight: 700;
}
.box-card {
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 40px 70px -10px rgba(69,115,115,0.15);
    margin-bottom: 30px;
	background: #fff;
	text-align: left;
}
.box-card img {
	margin-bottom: 30px;
	width: 125px;
    /*border: 1px solid #00246b;*/
    border-radius: 50%;
	background: #f5f5f5
}
.box-card p {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 0;
}
/* -------------------------------
featured section with 50/50
------------------------------- */
.featured-section-text {
	padding: 100px 0;
	background-color: #d7e4ff;
	background-image: linear-gradient(90deg,rgba(0,0,0,0) 30%,rgba(0,0,0,0.08) 30%)!important;
}
.featured-section-text a {
    background: #00246b;
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
    display: block;
    margin-top: 30px;
    width: fit-content;
	text-transform: uppercase;
	font-family: "Roboto";
	letter-spacing: 1px;
}
.featured-section-text div {
	text-align: left;
}
.featured-section-text a i, .mid-cta a i {
	transition: linear .15s;
}
.featured-section-text a:hover, .mid-cta a:hover {
	color: #fff;
}
.featured-section-text a:hover i, .mid-cta a:hover i {
	transform: translatex(5px);
}
.featured-section-text .phone-image:before {
	content: '';
	background: url('https://devmjdocs.veriheal.com/wp-content/uploads/2023/08/MJDocs-Incoming-Call.png') no-repeat;
	background-size: contain;
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@keyframes tiny {
	0%  {top: 50%;left:50%}
	50% {top: 51%;left:49%}
	10%  {top: 50%;left:50%}
}
body[data-scroll-step="111"] .et_pb_image_2 {
    transform: translateY(-2px);
    transition: transform 200ms linear;
}
/* -------------------------------
why choose us section
------------------------------- */
.why-choose-us {
	padding: 50px 0;
}
.why-inner-wrapper {
	padding: 50px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
}
.why-inner-wrapper img {
	border-radius: 15px
}
.circle-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.circles {
	width: 49%;
	height: auto;
	border-radius: 8px;
	padding: 10px;
	position: relative;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin-bottom: 1%;
}
.circles img {
	width: 40px;
	padding-right: 5px;
}
.circles p {
	color: #fff;
	line-height: 1.1;
	margin-bottom: 0;
	font-size: 14px;
	text-transform: uppercase;
}
.circles p i {
	color: #fff;
	font-size: 16px;
	padding-right: 5px;
}
.why-right {
	background-image: url(https://devmjdocs.veriheal.com/wp-content/uploads/2023/08/why-choose-us.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	border-radius: 10px;
}
/* -------------------------------
mid cta section
------------------------------- */
.mid-cta .container {
	padding: 80px 50px;
	background: #d7e4ff;
	border-radius: 15px;
}
.mid-cta, .mid-cta .row {
	text-align: center;
}
.mid-cta h2 {
	margin: auto;
}
.mid-cta a {
	background: #00246b;
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
    display: block;
    width: fit-content;
	margin: 30px auto auto auto;
	text-transform: uppercase;
	font-family: "Roboto";
	letter-spacing: 1px;
}
/* -------------------------------
how it works section
------------------------------- */
.hiw {
	padding: 100px;
}
.hiw .row {
	align-items: center;
}
.hiw .hiw-info {
	border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    box-shadow: 0px 80px 120px -60px rgba(51,128,128,0.3);
	margin-right: 40px;
	text-align: left;
}
.hiw .review {
	border-radius: 0 0 100px 0;
    overflow: hidden;
    background-color: #F6F9FB;
	display: flex;
    flex-wrap: wrap;
    padding: 30px;
	justify-content: space-between;
	margin-bottom: 30px;
}
.hiw .review-left {
	display: none;
}
.hiw .review-right {
	width: 100%;
	text-align: left;
}
.hiw-image {
    width: 70px;
    height: 70px;
    border-radius: 50px;
}
.hiw .review p {
	font-size: 14px;
	line-height: 1.8;
}
.hiw .name {
	font-weight: 700;
	margin-bottom: 0;
}
/* -------------------------------
blog section
------------------------------- */
.blog-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 200px;
}
.blog-container .post {
	width: 32%;
	border-radius: 10px;
	box-shadow: 0px 60px 120px -40px rgba(0,0,0,0.15);
}
.blog-container .post img {
	height: 200px;
	border-radius: 10px 10px 0 0;
	margin-bottom: 0;
}
.blog-container .post-content {
	padding: 20px;
	text-align: left;
}
.post-content .title {
	font-weight: 700;
	line-height: 1.3;
	min-height: 50px;
	margin-bottom: 0;
	font-size: 17px;
}
.post-content .date {
	font-size: 14px;
}
#home-blog .info p {
	font-size: 15px;
	line-height: 1.5;
	overflow: hidden;
	height: 115px;
}
.post-link {
	padding: 5px 20px;
    background: #28acbb;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
}
.post-link:hover {
	color: #fff;
}
.post-link i {
	color: #fff;
	padding-left: 5px;
	transition: linear .15s;
}
.post-link:hover i {
	transform: translateX(5px);
}
/* -------------------------------
mobile styles
------------------------------- */
@media(max-width: 768px) {
	.why-right {
    	display: none;
	}
	.why-inner-wrapper {
		padding: 0;
	}
	.why-right, .why-right img {
    	height: auto;
	}
	.hiw {
    	padding: 30px;
	}
	.featured-section-text {
		padding: 50px;
	}
	.blog-container .post {
		width: 48%;
	}
	.blog-container {
		margin-bottom: 100px;
	}
	.hero-container {
    	padding: 15px 0 50px 0;
	}
	.box-card {
   	 	min-height: 310px;
	}
		.footer-cta img {
		display: none;
	}
}
@media(min-width: 769px) {
	.box-card {
		min-height: 355px
	}
}
@media(min-width: 642px) {
	.mid-cta p {
		padding: 0 50px;
	}
	.home p {
	 	line-height: 1.8;
	}
}
@media(max-width:641px) {
	.toggle-group strong {
		font-weight: 600;
	}
	.hero-content h1 {
		font-size: 42px;
	}
	.featured-section-boxes h2, .featured-section-text h2, .why-inner-wrapper h2, .hiw h2, #home-blog h2 {
		font-size: 40px;
		padding-bottom: 10px;
	}
	.mid-cta h2 {
		font-size: 40px;
	}
	.hero-container,.featured-section-boxes, .featured-section-text, .why-choose-us, .hiw {
		padding: 30px 0;
	}
	.mid-cta .container {
		padding: 30px;
	}
	.hiw .hiw-info {
		padding: 10px;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.circles {
		width: 100%;
	}
	.circles p i {
		padding-right: 2px;
	}
	.why-right, .why-right img {
		height: auto;
		margin-top: 15px;
	}
	.why-inner-wrapper {
		padding: 0;
	}
	.hiw .review-left {
		width: 70px;
		margin-bottom: 10px;
	}
	.hiw .review {
		display: block;
		padding: 15px;
	}
	#home-blog {
		padding: 20px;
		margin-bottom: 20px;
	}
	.blog-container .post {
		width: 100%;
		margin-bottom: 20px;
	}
	.blog-container {
		margin-bottom: 0;
	}
	.footer-cta {
		margin-top: auto;
	}
	.footer {
		padding: 20px;
	}
	.footer-cta h2 {
		font-size: 30px;
	}
	.footer-cta {
		padding: 20px 10px;
	}
	.navbar-mobile .phone-number {
		width: 100%;
		background: #28acbb;
		width: 100%;
		border-radius: 50px;
		text-align: center;
	}
	.navbar-mobile .phone-number a {
		color: #fff;
	}
	.navbar-mobile > li {
		padding: 10px 0;
	}
	a.inflow_g_3674_mj_card_link {
		background: #00246b !important;
	}
	a.inflow_g_3674_mj_card_link i {
		color: #fff;
	}
}

