.hero {
    max-width: 100% !important;
}

/* video button heart beat */
.ct-pulse 
{ border-radius: 50%; -webkit-animation:pulse 2s ease-out infinite; animation:pulse 2s  ease-out infinite }
@keyframes pulse { 
0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, .8); }
80% { box-shadow: 0 0 0 30px rgba(255, 255, 255, 0); }
}

.toggle-section{
	display: none; 
}
.toggle-section.active{
	display: block;
}

/* to show box shadow on Homeschooling page */
.stk-column-wrapper.stk-block-column__content.stk-container.stk-347dec6-container.stk-hover-parent {
    box-shadow: 0px 6px 10px #aaaaaa !important;
}

.search-templareacont {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0px 4px 24px #0000000a;
    color: #000;
    padding: 20px;
}

.search-templareacont h2 {font-size: 20px;margin: 0 0 5px 0;line-height: normal;color: #000;}

.search-templareacont h2 a {
    color: #000;
}

.dec-wrapsarea p {
    margin: 0;
    color: #39414d;
    font-size: 12px;
    line-height: normal;
}
.filter-resultsdvarea {}

.filter-resultsdvarea {
    display: flex;
    flex-wrap: wrap;
}

.filter-resultsdvarea form.searchandfilter {
    width: 25%;
	padding-right:25px;
}

.filter-resultsdvarea .search-filter-results {
    width: 75%;
}
.search-mainwrrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
	    row-gap: 30px;
}
.search-templreasults {
    width: 25%;
    padding: 0 15px;
}
.searchandfilter ul li li input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.searchandfilter ul li li {
    position: relative;
    padding: 0;
    margin-bottom: 5px;
}

.searchandfilter ul li li label.sf-label-radio {
    padding: 10px;
    color: #999;
    width: 100%;
    display: block;
    border-radius: 4px;
}

.searchandfilter ul li li label.sf-label-radio:hover {
    background-color: #eeeeee;
}

.searchandfilter ul li li label.sf-label-checkbox:hover {}

.searchandfilter ul li li.sf-option-active label.sf-label-radio {
    background-color: #000;
    color: #fff;
}

.searchandfilter ul li li:last-child {
    margin-bottom: 0;
}

.filter-resultsdvarea form.searchandfilter li.sf-field-search {
    padding-top: 0;
}

.filter-resultsdvarea form.searchandfilter li.sf-field-search input.sf-input-text {
    width: 100%;
    display: block;
}

.filter-resultsdvarea form.searchandfilter li.sf-field-search label {
    width: 100%;
}
.pagination.dvcustompag {
    margin-top: 20px;
    justify-content: space-between;
    column-gap: 10px;
}

.pagination.dvcustompag .nav-previous a, .pagination.dvcustompag .nav-next a {
    display: inline-block;
    background-color: #000;
    color: #fff;
    line-height: 1;
    padding: 5px 8px;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.5s;
    border: 1px solid #000;
}

.pagination.dvcustompag .nav-previous a:hover, .pagination.dvcustompag .nav-next a:hover {
    background-color: #eeeeee;
    color: #000;
}
.readmrwp a {
    color: #000;
    font-size: 12px;
    font-weight: 700;
}
.static-tnt {
    padding: 0 15px;
}
.tutor-featured-imagewrap{
	    max-width:var(--theme-container-width);
    margin: 0 auto;
	width:100%;
}
header ul.menu .sub-menu > li:hover .ct-menu-link, header ul.menu .sub-menu .current-menu-item > a {
    background: #ffffff;
}
.ct-footer .wp-block-image img {
    width: 100% !important;
    max-width: 250px;
}
.ct-footer [data-row*="middle"] .ct-container {
    padding-bottom: 0;
}
.ct-footer .ct-container {
    max-width: 1350px;
}
.footer-cta-section .stk-421c103 {
    padding-left: 0 !important;
		padding-right: 0 !important;
}
.footer-cta-section .stk-60ea04e {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.stk-block-image figure {
     height: 100%;
}
.entries .entry-card .entry-meta .meta-author {
    display: none;
}
.tutor-content-wrap .stk-table-of-contents__table, .tutor-content-wrap .stk-table-of-contents__table ul {
    padding-left: 2rem;
}
@media screen and (min-width:992px) and (max-width:1099px){
	body .search-templreasults {
    width: 33.33%;
}
}
@media screen and (max-width:767px){
	body .filter-resultsdvarea .search-filter-results, body .filter-resultsdvarea form.searchandfilter {
    width: 100%;
		padding:0;
}
	#footer [data-row="middle"] .ct-container {
    display: flex;
    flex-wrap: wrap;
		column-gap: 10%;
		row-gap: 30px;
}
#footer [data-row="middle"] .ct-container > div:first-child {
    width: 100%;
}
	#footer [data-row="middle"] .ct-container > div:not(:first-child) {
    width: 100%;
    max-width: 45%;
}
	.hidden-arrow .stk-block-carousel__button {
    display: none !important;
}
}
@media screen and (max-width:992px){
	body .search-templreasults {
    width: 50%;
}
}
