.visible1024-cross {
    display: none;
}

.hide-urls {
	display: none;
}

.filter-menu-bg {
    background-color: #fff;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    position: absolute;
    right: 10px;
    top: 0px;
}



.filter-circle {
    border-radius: 50%;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 65px;
    right: 95px;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

.filter-circle.expand {
    width: 150%;
    height: 2000px;
    overflow: hidden;
    top: -560px;
    right: -565px;
    -webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

.filter-menu {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
}


.filter-fix-menu a, .filter-nyn-menu a {
    color: #fff;
    font-family:Arial, Helvetica, sans-serif;
}

.filter-head-txt, .filter-sub-head {
	padding: 0;
}

.filter-head-txt {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 900;
	line-height: 1.1;
}

.filter-sub-head {
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.7px;
	font-size: 18px;
    line-height: 1.42857143;
}

.filter-submenu-portion {
    width: 75%;
    background-color: #F2F2F2;
    height: 100vh;
    overflow-y: scroll;
    padding: 15px 0;
}

.filter-h2-heading {
    font-size: 70px;
    font-weight: 500;
    font-family: "Tungsten A", "Tungsten B", "Khand", sans-serif;
    line-height: 70px;
}

.filter-hear-txt-sub {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin: 10px 0;
    font-family:Arial, Helvetica, sans-serif;
    line-height: 1.1;
}

/* .filter-menu .align-list > ul > li {
	font-size: 14px;
	color: #000;
	margin: 17px 0;
} */

.filter-menu ul li {
    position: relative;
	margin-bottom: 20px;
}

.li-separator li {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
    margin: 0 !important;
}

.align-list > ul > li > a {
    color: #303030;
    font-family:Arial, Helvetica, sans-serif;
}

.align-list > ul > li > a:hover {
	color: #0F9FFA;
    font-family:Arial, Helvetica, sans-serif;
}

.filter-menu .align-list > ul > li {
    font-size: 14px;
    color: #000;
    margin: 8px 0;
    font-family:Arial, Helvetica, sans-serif;
}

.filter-submenu-portion img[src*=".svg"] {
    width: 20px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.filter-menu-seprator {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    margin: 0 0 5px;
}

.filter-menuItems {
    background-color: #fff;
    background-image: url(./assets/images/pattern-bg.png);
    background-repeat: repeat;
    -webkit-background-size: cover;
    /* -webkit-background-size: cover; */
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    padding: 35px;
    z-index: 999999999999;
}

.logo-inner {
    margin: 20px 0;
}

.filter-menuItems > ul > li > a {
    color: #3F3F3F;
    font-weight: 900;
    font-size: 23px;
    text-decoration: none;
    font-family:Arial, Helvetica, sans-serif;
}

.un-line {
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 0;
    left: 0;
    background-color: #333;
    -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}

.filter-menuItems > ul > li > a:hover .un-line {
	width: 26px;
}

.filter-menuItems > ul > li.smalltext {
    margin-bottom: 10px;
}

.filter-menuItems > ul > li.smalltext > a {
    color: #686868;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    font-family:Arial, Helvetica, sans-serif;
}

.filter-menuItems > ul > li > a:hover, .menuItems > ul > li.smalltext > a:hover {
	color: #000000;
    font-family:Arial, Helvetica, sans-serif;
}

.filter-menuItems > ul > li.social-icons {
    margin-top: 25px;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 15px;
}

.filter-opacity-zero {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0.3s;
	-moz-transition: all 0.3s ease-out 0.3s;
	-ms-transition: all 0.3s ease-out 0.3s;
	-o-transition: all 0.3s ease-out 0.3s;
	transition: all 0.3s ease-out 0.3s;
}

.filter-bg-trans {
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.3s ease-out 0.3s;
	-moz-transition: all 0.3s ease-out 0.3s;
	-ms-transition: all 0.3s ease-out 0.3s;
	-o-transition: all 0.3s ease-out 0.3s;
	transition: all 0.3s ease-out 0.3s;
}

.burger-filter {
    height: 48px;
    width: 48px;
    position: absolute;
    top: 0px;
    right: 8px;
    cursor: pointer;
}
.row.mobile_filter .burger-filter {
    display: block;
}
.filter-menu-bg, .burger-filter {
    margin-top: 35px;
}

.filter-icon-bar1, .filter-icon-bar2, .filter-icon-bar3 {
    position: absolute;
    margin: auto;
    top: 0px;
    right: 15px;
    bottom: 0px;
    background-color: #061838;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.filter-icon-bar1, .filter-icon-bar3 {
    height: 2px;
    width: 18px;
    top: -18px;
}
.filter-icon-bar2 {
    height: 2px;
    top: -2px;
    width: 10px;
}

.filter-icon-bar3 {
    top: 14px;
}

.reverseMenu {
	background-color: #061838 !important;
	color: #fff;
}

.filter-icon-bar11, .filter-icon-bar21, .filter-icon-bar31 {
	background: #fff !important;
}



@keyframes show-strip {
	0% {
		opacity: 0;
		transform: translateY(0px);
	}
	50% {
		opacity: 1;
		transform: translateY(5px);
	}
	100% {
		transform: translateY(0px);
	}
}

.open > .collapse {
    top: 5px !important;
    left: auto;
    background-color: #061838;
    -webkit-transition: all 70ms ease-out;
    -moz-transition: all 70ms ease-out;
    -ms-transition: all 70ms ease-out;
    -o-transition: all 70ms ease-out;
    transition: all 70ms ease-out;
    display: block;
}

.rotate30 {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -ms-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
}

.rotate45 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.rotate150 {
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -ms-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
}

.rotate135 {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.hidden-list {
	display: none !important;
}

.visible-list {
	display: block !important;
}

.xf-content-height {
	min-height: 0 !important;
}
/* .burger-filter {
    margin: 0!important;
} */
@media screen and (max-width: 992px) {

	
	.circle.expand {
		width: 240%;
		right: -600px;
	}
	
	.filter-menu {
		width: 100vw;
		height: 100vh;
		overflow-y: scroll;
	}

	.head-txt, .sub-head {
		padding: 0;
	}
	
	.head-txt {
		margin: 35px 0;
		text-align: right;
	}
	
	.visible1024-cross {
		display: block;
	}
	
	.filter-menuItems {
		height: auto;
        position: absolute;
        min-height: 500px;
        background-image: url(./../../assets/images/pattern-bg.png);
	}
	
	
}

@media screen and (max-width: 1024px) {
	.filter-circle {
		right: 75px;
	}

	.cross > a > img {
		max-width: 17px;
		position: absolute;
		right: 25px;
		top: 15px;
		z-index: 1;
	}
	
	.filter-submenu-portion {
		width: 100%;
		overflow-y: auto;
	}
	
	.h2-heading {
		font-size: 50px;
		line-height: 50px;
	}
	
	.hidden-tab {
		display: none !important;
	}
	

}

@media screen and (max-width: 767px) {

	.filter-circle {
		right: 30px;
	}
	
	.filter-menu {
		overflow-y: scroll;
		height: 100vh;
		width: 100vw;
	}
	
	.head-txt {
		font-size: 30px;
		margin-bottom: 5px;
		font-weight: 900;
	}
	
	.submenu-portion {
		width: 100%;
		height: 100vh;
		overflow-y: hidden;
	}
	
	.h2-heading {
		font-size: 40px;
		line-height: 40px;
	}
	
	.filter-menu .align-list > ul > li {
		margin-left: 30px;
	}
	


	.open > .collapse {
		top: 1px !important;
	}
	
	.mb-xs-0 {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 480px) {
	.circle.expand {
		width: 300%;
		right: -100px;
	}
}
/* .filter-menuItems {
    z-index: 999999999999;
} */
.burger-filter.open {
    z-index: 99999999999;
    display: block;
    margin-top: 19px!important;
    position: fixed;
    margin-right: inherit;
}
/* .burger-filter{
    display:none;
    background:none;
} */
.burger-filter.open .filter-icon-bar3.collapse.rotate150.rotate135 {
    display: block;
}

.burger-filter.open .filter-icon-bar2.collapse {
    display: block;
}

.burger-filter.open .filter-icon-bar1.collapse.rotate30.rotate45 {
    display: block;
}
.filter-menu h3 {
    text-align: left;
    font-size: 24px;
    text-shadow: none;
}

.filter-menuItems .card{
    background: none;
}
svg.svg-inline--fa.fa-angle-up.fa-w-8, svg.svg-inline--fa.fa-angle-down.fa-w-8 {
    width: 15px;
    position: absolute;
    right: 9px;
    color: #fff;
    z-index: 9999999999;
    margin-top: 4px;
}
a.card-link.collapsed .up-arrow {
    display: none;
}

a.card-link.collapsed .down-arrow {
    display: block!important;
}
.down-arrow {
    top: 0;
}
.col-md-3.col-sm-12.col-xs-12.filter-menuItems {
    height: 700px;
    position: fixed;
    overflow: auto;
    padding-bottom: 100px;
}

.mobile_filter.fixed-top.scrollbg-show {
    position: relative!important;
}

.mobile_filter.fixed-top.scrollbg-show.show-strip {
    position: fixed!important;
    top: 66px;
    background: #DADADA !important;
}
.card-body {
    padding: 0!important;
    /* margin-top: 16px!important; */
}
/* .filter-menu-bg {
    background: none;
} */
div#mobileScreen {
    padding-bottom: 80px!important;
    float: left;
    width: 100%;
}