/* CSS Lead widget at bottom */
.benefits-toggle, .benefits-toggle-at-bottom {
	font-weight: 600;
	font-size: 14px;
	line-height: 17.07px;
	letter-spacing: 0%;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2D4B91;
    cursor: pointer;
    gap: 8px;
	display: none;
}

.arrow-icon {
    width: 10.97px !important;
}
.iframe-col {
	padding-left: 0;
	padding-right: 0;
}
.lead-wrapper-at-bottom {
       /* background-color: #EBF5FF;*/
        border-radius: 20px;
        padding: 2.5em 0 2.5em;
   }
    
   .lead-wrapper-at-bottom iframe {
        height: 100vh;
        max-height: 560px;
        border: none;
   }

   .info-card-at-bottom {
        padding: 0 15px;
        gap: 11px;
        border-radius: 13px;
        position: relative;
        display: flex;
        width: max-content;
        margin-top: 12px;
   }

   .info-card-at-bottom .icon {
        width: 46.96px;
        height: 46.96px;
   }

   .col-lg-6.info-section-at-bottom h2 {
        font-size: 28px;
   }

   .info-card-at-bottom .info-text {
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0.036em;
        color: #2D4B91;
        margin: auto 0;
   }

   /* Desktop styles */
   @media (min-width: 1200px) {
        .lead-wrapper-at-bottom {
            background: #EBF5FF url('/wp-content/uploads/2025/02/bg-wave.png') no-repeat;
            background-position: bottom;
        }
        .lead-wrapper-at-bottom .container {
            padding: 0 35px;
        }
		.col-lg-6.info-section-at-bottom {
			text-align: center;
	    }
	   .info-section-at-bottom {
		   display: block;
	   }
   }
	@media (min-width: 1200px) and (max-width: 1260px){
		.lead-wrapper-at-bottom iframe {
			max-height: 590px;
	   }
	}
	@media (max-width: 1199px) {
		.lead-wrapper-at-bottom .col-lg-6 {
				flex: 0 0 100%;
				max-width: 100%;
			    padding: 0;
		}
		.info-section-at-bottom  {
			text-align: center;
			display: none;
		}
		.info-card-at-bottom {
		  border-radius: 13px;
		  background: #EBF5FF;
		  margin-top: 40px;
		  box-shadow: 2.56px 1.28px 9.61px 0 #8D8D8D40;
		  left: 0;
			width: 100%;
			max-width: 400px;
			margin: 15px auto 0;
			text-align: center;
			padding: 14px;
		}
		
		
		.lead-wrapper-at-bottom .col-lg-5 {
            padding-left: 0;
            padding-right: 0;
            margin-top: 1.5em;
        }
        
        .info-card-at-bottom .info-text {
            font-size: 14px;
            line-height: 18px;
        }
        .info-card-at-bottom .icon {
            width: 46.96px;
            height: 46.96px;
        }
        .lead-wrapper-at-bottom .info-section-at-bottom { 
            margin: auto; 
            text-align: center; 
            padding-left: 0; 
            padding-right: 0;
			
        }
		.lead-wrapper-at-bottom .container {
            padding: 0;
        }
		.lead-wrapper-at-bottom iframe {
			width: 100%;
	   }
	   .benefits-toggle-at-bottom {
		   display: flex;
	   }
		.blog-info-section-at-bottom-show {
			display: block;
		}
		.lead-wrapper-at-bottom {
			padding-top: 0.5em;
		}
	}
	

/* Lead widget on second fold */

	.lead-wrapper iframe {
		height: 100vh;
		max-height: 560px;
		border: none;
	}

	.info-card {
        padding: 0 25px 0 15px;
        gap: 15px;
        border-radius: 13px;
        background: #EBF5FF;
        position: relative;
        display: flex;
        width: max-content;
        margin-top: 40px;
        box-shadow: 2.56px 1.28px 9.61px 0px #8D8D8D40;
    }

	.info-card .icon {
		width: 85.89px;
		height: 85.89px;
	}

	.info-card .info-text {
		font-size: 18px;
		font-weight: 500;
		line-height: 28px;
		letter-spacing: 0.036em;
		color: #2D4B91;
		margin: auto 0;
	}

	/* Responsive adjustments */
	@media (max-width: 1023px) {

		.info-section { padding-left: 0; }
		.info-card .icon {
			width: 60px;
			height: 60px;
		}
		.info-card {
			gap: 11px;
			padding: 15px;
		}
		  .lead-wrapper .container {
			padding: 0 25px;
		  }
	}

	@media (min-width: 769px) {
		.lead-wrapper {
			background: url(/wp-content/uploads/2025/01/Option4-1.png) no-repeat 100% / cover;
			padding: 3em 0 2em;
			position: relative;
		}

		.left-pattern, .right-pattern {
			position: absolute;
			width: 142px;
			height: 138px;
		}

		.left-pattern {
			left: 1em;
			bottom: 1em;
		}

		.right-pattern {
			right: 1em;
			top: 1em;
		}

		.lead-wrapper .col-lg-7 {
			flex: 0 0 58.33%;
			max-width: 58.33%;
		}

		.lead-wrapper .col-lg-5 {
			flex: 0 0 41.67%;
			max-width: 41.67%;
		}

		.info-card-1 { left: 0; }
		.info-card-2 { left: 4em; }
		.info-card-3 { left: 8em; }
		.info-section { padding-left: .5em; }
	}

	@media (min-width: 1300px) {
		.left-pattern { left: 6em; bottom: 1.5em; }
		.right-pattern { right: 6em; top: 1em; }
		.info-section { padding-left: 6em; }
		.info-card-1 { left: 0; }
		.info-card-2 { left: 6em; }
		.info-card-3 { left: 12em; }
		.info-card {
			max-width: 359px;
			width: 100%;
		}
	}

	@media (max-width: 768px) {
		.benefits-toggle {
			   display: flex;
		 }
		.lead-wrapper .col-lg-5 {
			padding-left: 0;
			  padding-right: 0;
			margin-top: 1.5em;
		}
		.info-card {
			left: 0;
			width: 100%;
			max-width: 400px;
			margin: 15px auto 0;
			text-align: center;
		}
		.info-card .info-text {
			font-size: 14px;
			line-height: 18px;
		}
		.info-card .icon {
			width: 46.96px;
			height: 46.96px;
		}
		.left-pattern, .right-pattern { display: none; }
		.lead-wrapper .info-section { margin: auto; text-align: center; padding-left: 15px; padding-right: 15px; }
		.lead-wrapper { margin-bottom: 1em; }
		.blog-info-section{
			display: none;
		}
		.blog-info-section-show {
			display: block;
		}
		.lead-wrapper-at-bottom .container {
			padding: 0;
		}
		.col-lg-6.info-section-at-bottom h2 {
			margin-top: .8em;
		}
		.lead-wrapper-at-bottom{
			margin-top: 1em;
		}
	}
@media (max-width: 480px) {
	.blog-col-left, .blog-col-right {
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
	.lead-wrapper-at-bottom {
        padding-top: 0;
    }
}
@media (max-width: 375px) {
	.lead-wrapper-at-bottom .iframe-container{
		margin-bottom: .8em;
	}
	.lead-wrapper-at-bottom iframe{
		max-height: 590px;
	}
}
span.arrow-icon:after, span.arrow-icon-at-bottom:after {
	content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 600;
    float: right;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 100%;
    color: #5A6973;
}