/*
Theme Name: indeep Child
Theme URI: http://example.com
Author: Your Name
Author URI: http://example.com
Description: A child theme for indeep.
Version: 1.0
Template: indeep
Text Domain: indeep-child
*/

/* style.css */

.site-header.sticky {
    background-color:#062874;
	position:fixed !important;
    width: 100%;

}
.core-features .e-con-inner{
	margin:0px auto !important;
}
input[type="submit"]{
	background-color:#D0D6E4 !important;
	border-radius:100px !important;
	color: #000 !important;
	padding:10px 40px !important;
	font-size:18px !important;
	line-height:27px !important;
	font-weight:600 !important;
}
.contact-form br{
	display:none !important
}
.eael-pricing-icon,
.eael-pricing-tag{
	display:none !important;
}
.eael-pricing-item{
	height:700px !important;
}
.eael-pricing-item .pricing-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Aligns the content to the end of the flex container */
    height: 100%; /* Ensures the footer takes the full height of its container, if needed */
}
.eael-pricing.style-2 .eael-pricing-item {
	padding-top:0px !important
}
.eael-pricing-item .pricing-footer button {
    margin-top: auto; /* Pushes the button to the bottom */
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row{
	padding-left: 0px;
	padding-right: 0px;
}
.site-title{
	display:none !important;
}
.eael-grid-post-excerpt p{
	min-height: 60px;
}
input[type="text"],
input[type="email"],
input[type="tel"]
{
	border-radius:30px !important;
	border:1px solid #052874;
	height:55px !important;
}
textarea{
	border-radius:30px !important;
	border:1px solid #052874;
	height:110px !important;
}
@media (max-width: 768px) {
    .site-below-footer-inner-wrap {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
}
.me-0{
	margin-bottom:0px !important;
}
.pricing-hover:hover h2 span{
	color:#052874 !important;
		
}
.site-primary-footer-wrap{
	 padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.site-below-footer-wrap{
	display:none !important;
}
.wpcf7-acceptance label{
	font-weight: 300;
    font-family: "Poppins", sans-serif;
}
.footer-copy p{
	margin-bottom:0px;
}
.footer-copy {
    margin-bottom: -30px;
    /* height: 47px; */
}
.footer-copy .e-con-inner {
    padding: 0px;
}
.eael-pricing.style-2 .eael-pricing-item.featured .header:after{
	background: none !important;
}
.eael-pricing.style-2 .eael-pricing-item .header{
	border-bottom: 1px solid #F9F9F9;
}
.page-id-3 .ast-primary-header-bar, .page-id-1230 .ast-primary-header-bar{
    background-color: #062874;
    background-image: none;
}