.rowFlex {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.filerMediumContainer {
    width: 860px;
    margin: auto;
}
.filerSmallContainer{
	 width: 650px;
    margin: auto;
}
.selectpicker{
	width: 205px;
}
span.select2-search.select2-search--dropdown {
    display: none;
}
.filterWrapper>* {
    font-family: 'poppins-medium';
    font-weight: 500;
    font-size: 12px;
    color: #000;
}
.select2-container--default .select2-selection--single {
    height: 38px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
	padding: 0px 16px;
}
span.select2-selection__arrow {
    display: none;
}
.select2-results__option{
	font-family: 'poppins-medium';
    font-weight: 500;
    font-size: 12px;
    color: #000;
    height: 41px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
	border-bottom: 1px solid #e9e9e9;
}
.select2-results__option:nth-last-child(1) {
    border: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
	background-color: #ff0000;
}
.select2-container--default .select2-results__option--selected{
	background-color: #ff0000;
	color:#fff;
}
span.select2-selection.select2-selection--single{
	position:relative;
	border: 1px solid #000;
	border-radius: 30px !important;
    background: transparent;
}
span.select2-selection.select2-selection--single:after {
    width: 10px;
	height: 10px;
    border: 1px solid #000;
    content: '';
    right: 16px;
    position: absolute;
    top: 50%;
    transform: translate(0%,-75%) rotate(45deg);
    border-left: none;
    border-top: none;
    transition: 0.5s;
}
span.select2-selection.select2-selection--single.arrow-down:after{
    transform: translate(0%,-40%) rotate(-135deg);
}
span.select2-selection.select2-selection--single.arrow:after{
    transform: translate(0%,-40%) rotate(-135deg);
}
span.select2-selection.select2-selection--single.turnDropdownArrow:after{
    transform: rotate(180deg);
}
span.select2-selection.select2-selection--single.turnRotate:after {
    transform: translate(0%,-40%) rotate(-135deg);
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    border-radius: 30px;
}
.select2-container--open .select2-dropdown{
	border: none;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 100%;
    overflow-y: auto;
    border-radius: 0px;
    border: 1px solid #000;
    padding: 0px;
}
.cardWrapper.filterList.hide {
    display: none;
}
.container.noPost.hide{
    display: none;
}
.resultWrapper {
    padding-top: 76px;
}
.rowBox{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.colFifty {
    width: 50%;
}
.leftBox h2, .rightBox h2 {
    text-align: center;
    margin: 0;
}
.leftBox h2, .rightBox h2 {
    text-align: center;
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'montserrat-extra-bold';
    font-weight: 800;
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.schoolDisable h2, 
.homeDisable h2 {
    color: #e9e9e9;
    height: 60px;
    border-bottom: 5px solid #e9e9e9;
	transition:0.5s;
}
.schoolDisable h2:hover,
.homeDisable h2:hover{
	color: #000;
	border-bottom: 5px solid #FF0001;
}
.homeActive h2,
.schoolActive h2 {
    color: #000;
    height: 60px;
    border-bottom: 5px solid #FF0001;
}
.homeCopyWrapper {
    padding: 80px 0px;
	width: 52.7%;
    margin: auto;

}
.textAndTwoGridSection .homeCopyWrapper{
    padding: 0px;
    width: 64.9122%;
    padding-top: 0px !important;
    padding-bottom: 60px;
    margin: auto;
}
.filterList .postList{
	 display:none;
}

.loadMoreWrapper p {
    text-align: center;
    font-size: 14px;
    font-family: 'poppins-medium';
    text-decoration: underline;
    cursor: pointer;
    line-height: 21px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    position: relative;
    z-index: -1;
}
h4.loaderTxt {
    text-align: center;
    display: flex;
    margin: auto;
    width: 100%;
    padding-bottom: 80px;
    text-transform: capitalize;
    font-size: 18px;
    font-family: 'poppins-medium';
    height: 300px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
/* tablet css */
@media (max-width: 991.98px) {
	.filerMediumContainer {
		width: 100%;
	}
	.filerSmallContainer {
		width: 525px;
		margin: auto;
	}
	.leftBox h2, .rightBox h2{
		font-size: 24px;
	}
	.homeCopyWrapper {
		padding: 60px 0px;
		width: 100%;
		margin: auto;
	}
    .textAndTwoGridSection .homeCopyWrapper{
        width: 100% !important;
    }
	.select2-container {
		width: 23.22% !important;
	}
	.resultWrapper {
		padding-top: 60px;
	}
    .colTwo {
        width: 100%;
        position: relative;
        text-align: center;
    }
    .rowFlex{
        width: 100%;
    }
    .colSeven p {
        padding-bottom: 50px;
    }
	.select2-container .select2-selection--single .select2-selection__rendered{
		width: 110px;
	}
    h4.loaderTxt {
		font-size:16px !important;
	}
}
/* tablet css */

/* landscape css */
@media (max-width: 767.98px) {
   	.select2-container{
		width: 100% !important;
		margin-bottom: 20px;
	}
	.filerSmallContainer {
		width: 525px;
		margin: auto;
	}
	.filerMediumContainer {
		width: 100%;
	}
	.leftBox h2, .rightBox h2{
		font-size: 18px;
	}
	.homeCopyWrapper {
		padding: 50px 0px;
		width: 100%;
		margin: auto;
	}
	.resultWrapper {
		padding-top: 50px;
	}
	.select2-container .select2-selection--single .select2-selection__rendered{
		width: 110px;
	}

}
/* landscape css */

/* portrait css */
@media (max-width: 575.98px) {
	.select2-container{
		width: 100% !important;
		margin-bottom: 20px;
	}
	.filerSmallContainer {
		width: 100%;
		margin: auto;
	}
    input#selectedCategories {
        width: 95%;
        border: none;
        height: 38px;
        font-family: 'poppins-medium';
        font-size: 12px;
        line-height: 18px;
    }
    .colSeven p {
        padding-bottom: 40px;
    }
    section.overlayGridBoxBlockSec {
        margin-bottom: 80px;
    }
	.select2-container .select2-selection--single .select2-selection__rendered{
		width: 100%;
	}
    .textAndTwoGridSection .homeCopyWrapper{
        padding-bottom: 50px !important;
    }
}