/*
Theme Name: the7dtchild 
Version: 1.0
Template: all-concepts.php
*/
#main .wf-wrap {
    width: 100% !important;
    padding: 0px !important;
    margin-bottom: 60px;
}
.ac-page-width {
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}
@media (max-width:1051px){
	.ac-page-width {
		padding: 0 20px;
	}
}
.ac-page-header-top-bar {
	background: #40405D;
	min-height: 32px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.top-bar-link i.fas {
	color: #fff;
	margin-right: 5px;
}
.top-bar-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top-bar-link svg {
    width: 1em;
    height: 1em;
    fill: #ffffff;
    font-size: 14px;
    margin-right: 5px;
}
#all-concepts .ac-page-header-top-bar a {
	color: #fff!important;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
}
@media (max-width:767px){
	#all-concepts .ac-page-header-top-bar a {
		font-size: 12px!important;
	}
}
.ac-page-header {
	background: #222444;
	min-height: 98px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 0px 0px 145px 0px;
}
.at-page-header-wrap {
    display: flex;
    justify-content: space-between;
}
.vertical-line {
	border-left: 1px solid rgba(203,204,217,.8);
	height: 21px;
	margin: 0px 10px;
}
.social-download-icons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: row nowrap;
}
.social-download-icons i {
	font-size: 17px;
	color: #ffffff;
}
.social-download-icons svg {
    width: 1em;
    height: 1em;
    fill: #fff;
    font-size: 17px;
}
.social-download-icons svg:hover {
    fill: #FF007B;
}
@media (max-width:1051px){
	.ac-page-header {
		min-height: 58px;
	}
}
@media (max-width:767px){
	.ac-page-header {
		border-radius: 0px;
	}
}
.ac-page-header h1 {
	margin: 0px;
	font-size: 32px!important;
	font-weight: 600!important;
	color: #ffffff!important;
	line-height: 1.2em!important;
}
@media (max-width:767px){
	.ac-page-header h1 {
		font-size: 22px!important;
	}
}
.at-print-header {
	display: none;
	font-size: 38px;
	font-weight: 600;
	color: #40405D;
}
.at-print-header h2 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0px;
	-webkit-print-color-adjust:exact !important;
	print-color-adjust:exact !important;
	color: #40405D!important;
}
.ac-main-header-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
	margin-top: 39px;
}
.ac-main-header-col {
	margin-bottom: 10px;
}
@media (max-width:767px){
	.ac-main-header-row {
		margin-top: 21px;
	}
}
.ac-main-header-desc {
	font-size: 22px;
	font-weight: 400;
	color: #222444;
	line-height: 1.4em;
}
@media (max-width:767px){
	.ac-main-header-desc {
		font-size: 14px;
	}
}
.ac-main-header-btn {
	font-size: 20px;
	font-weight: 400;
	color: #222444;
	display: block;
	padding: 7.5px 21px;
	border: 1px solid #B2B4CA;
	border-radius: 26px;
	line-height: 22px;
	cursor: pointer;
}
@media (max-width:767px){
	.ac-main-header-btn {
		font-size: 12.29px;
		padding: 0px 15.5px;
	}
}
.ac-main-body {
	margin-top: 47px;
}
@media (max-width:767px){
	.ac-main-body {
		margin-top: 15px;
	}
}
.ac-main-body-row {
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: flex-start;
	flex-flow: row wrap;
	margin-top: 0px;
}
.ac-main-body-col {
	flex: 1 1 100%;
}
@media (max-width:767px){
	.ac-main-body-col {
		flex: 1 1 100%;
	}
}
.ac-main-body-toggle {
	border-bottom: 1px solid #555572;
}
.ac-main-body-col:last-child .ac-main-body-toggle {
    border: none;
}
.ac-main-body-toggle-header {
	color: #166FD7;
	font-size: 22px;
	font-weight: 700;
	padding: 20px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: .3s;
	cursor: pointer;
}
.ac-main-body-toggle-header:hover {
	color: #222442!important;
}
@media (max-width:767px){
	.ac-main-body-toggle-header {
		font-size: 16.5px;
		padding: 10px 0px;
	}
}
.ac-main-body-toggle-header i.fas {
	color: #555572;
	font-size: 18px;
}
@media (max-width:767px){
	.ac-main-body-toggle-header i.fas {
		font-size: 16.5px;
	}
}
.ac-main-body-toggle-content {
	display: block;
	padding-left: 0px;
    padding-bottom: 25px;
    column-count: 3;
    column-gap: 90px;
}
@media (max-width:767px){
	.ac-main-body-toggle-content {
		column-count: 2;
    	column-gap: 50px;
	}
}
@media (max-width:396px){
	.ac-main-body-toggle-content {
		column-count: 1;
    	column-gap: 0px;
	}
}
.ac-main-body-toggle-content a {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4em;
	color: #166FD7!important;
	display: block;
	transition: .3s!important;
	text-decoration: none;
	text-transform: capitalize;
}
@media (max-width:767px){
	.ac-main-body-toggle-content a {
		font-size: 14px!important;
	}
}
.ac-main-body-toggle-content a:hover {
	color: #222442!important;
	font-weight: 700!important;
}
div#em-print-logo {
	display: none;
}
#em-print-logo img {
	width: 113px;
}
.print-footer {
	display: none;
}
@media print {
	/* All print styles */
	#em-print-logo {
		display: block!important;
		position: relative;
		text-align: right;
		margin-right: 0px;
	}
	.print-footer {
		display: block!important;
		position: fixed;
		right: 0px;
		bottom: 0px;
		z-index: 1000;
	}
	.elementor-location-footer, .elementor-location-header, .ac-top-bar {
		display: none !important;
	}
	a[href]:after {
		content: none !important;
	}
	.at-print-header {
		display: block;
		margin-bottom: 15px!important;
	}
	.ac-main-body-toggle-content {
		column-count: 3 !important;
    	column-gap: 50px !important;
	}
	.ac-main-body-toggle-content a {
		font-size: 10px!important;
		line-height: 1.4em!important;
	}

}