/* Grid Layout Single Post */
.gridPostLayout {
	display: flex;
    gap: 30px;
}
.gridPostLayout .lwptoc-grid-one {
    width: 22%;
}
.gridPostLayout .postconetndiv-content {
    width: 54%;
}
.gridPostLayout .ss_google_news_btn_main {
    display: block;
    position: unset !important;
    width: 20% !important;
}
.gridPostLayout a.lwptoc_toggle_label {
    display: none !important;
}
.gridPostLayout .lwptoc_toggle {
    display: flex !important;
    flex-direction: unset;
    gap: unset;
    align-items: unset;
    justify-content: unset !important;
}
.knowledge-box-wr {
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
	line-height: normal;
	position: sticky;
    top: 90px;
}
.knowledge-box-wr.lead_form {
    box-shadow: 0px 0px 20px -4px rgba(0,0,0,.2);
    top: 110px;
    border-radius: 18px;
}
.knowledge-box-wr img {
	display: block;	
}
.knowledge-content .business-heading {
    font-size: 21px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 600;
    color: #012635;
}
.knowledge-content p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
}
.knowledge-content .btn-reqcall-grid-temp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #001965 !important;
    padding: 14px 18px !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-size: 14px !important;
    margin-top: 18px;
    line-height: normal;
    width: 186px;
    font-weight: 400;
    border: 1px solid transparent;
    cursor: pointer;
}
.knowledge-content {
    padding: 18px 18px 24px;
}
.gridPostLayout .lwptoc-grid-one .lwptoc_item a {
    padding: 12px 10px !important;
    border-bottom: 1px solid #e6e9ef !important;
    line-height: 1.5 !important;
    font-size: 15px !important;
}
.business-card-right-wr {
    position: unset !important;
    width: 22% !important;
}
.blog-head-content h1, .blog-head-content p, .blog-head-content .btn-reqcall-grid-temp {
    padding: 0px;
    margin-bottom: 14px !important;
}
.blog-head-content .btn-reqcall-grid-temp {
    background: #001965;
    border-radius: 6px;
    text-align: center;
    color: white;
    font-size: 14px;
    padding: 14px 20px !important;
    text-transform: capitalize;
    margin-top: 10px;
    display: inline-block;
    line-height: normal;
    border: none;
    cursor: pointer;
}
.exit-intent-popup {
	z-index: 99999999 !important;		
}
/*grid layout post*/
@media (min-width: 1379px) {
 	.post-template-single_custom_grid_layout-php .container,
	.post-template-single_custom_new-php .container, .postContainerGrid {
 		max-width: 1366px !important;		
	}
	.post-template-single_custom_grid_layout-php footer .et_pb_row,
	.post-template-single_custom_new-php footer .et_pb_row {
    	max-width: 1366px !important;
    	width: 100%;
	}
    .rowctsub {
    	gap: 5em !important;
	}
}
@media (min-width: 320px) and (max-width: 1024px) {
	.gridPostLayout {
    	flex-direction: column;
	}
	.gridPostLayout .business-card-right-wr {
   		width: 320px !important;
		margin: 0 auto;
	}
	.post-template-single_custom_grid_layout-php .container {
		    padding-left: 20px !important;
    		padding-right: 20px !important;
	}
    .fr_fold {
    	padding-top: 62px;
	}
}