.enable-nav-button #headerNav nav>div:not(.folder):last-child a, .enable-nav-button #sidecarNav nav>div:not(.folder):last-child a
{
	background-color: transparent !important;
	color: #fff !important;
	margin: 0px !important;
}


.inverted a
{
	color: #000 !important;
	background-color: #fff !important; 
	padding-right: 10px !important;
}
.montserrat a
{
	font-family: Montserrat !important;
}

[class*=sqs-col] .sqs-block
{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.sqs-block-content
{
	padding:10px !important;
}

.custom-fron-btn, .custom-fron-btn a
{
	padding:10px;
	border: 2px solid #000;
	background-color: #fff;
	color:#000;
	min-width: 150px;
	margin: 10px;
}
.text-center
{
	text-align: center;
}

.custom-container-faq
{
	width:100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.text-justify
{
	text-align: justify;
}

#secondaryNavWrapper{
	width: 78% !important;
	margin: auto !important;
}

.margin-tb-50
{
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.margin-lr-10
{
	margin-left: 10%;
	margin-right: 10%;
}

.margin-top-30
{
	margin-top: 30px;
}


.padding-50
{
	padding:50px;
}


@media only screen and (max-width: 768px) {
	.margin-lr-10
	{
		margin-left: 0% !important;
		margin-right: 0% !important;
	}

	.margin-top-30
	{
		margin-top: 0px;
	}

}

.collection .folder-toggle, 
{
	    margin: 0px !important;
}

@media only screen and (max-width: 640px){
	.enable-nav-button #sidecarNav nav>div:not(.folder):last-child a 
	{
	    padding-top: 1em !important;
	    padding-right: 1.5em !important;
	    padding-bottom: 1em !important;
	    padding-left: 0px !important;
	}
	.col-md-3, .col-md-4
	{
		width: 100% !important;
	}
}


.ui-floating-message{
    z-index:9999;
    width: 150px !important;
    height: 50px !important;
    position: fixed !important;
    padding: 10px !important;
    bottom: 80px !important;
    right: -10px !important;

}

.flaoting-message-early-schedule{
	border: 1px: solid; 
	background-color: black; 
	color: white; 
	margin: 5px; 
	padding: 10px; 
	border: 1px solid white !important;
}

.btn-custom-floating{
	background-color: white !important;
	color: black !important;
	width: 100%;
	border-color: #000000;
    font-size: 14px;
    line-height: 20px;
    border-style: solid;
    border-width: 1px;
    padding: 8px 16px;
    text-transform: capitalize;

    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
}

.floating-header-message{

	font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
}

.close-floating{
	float: right;
	color:  white !important;
}

.col-md-3
{
	width: 25%;
	padding:5px;
}
.col-md-4
{
	width: 31.33%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	/* display: inline-block; */
	float: left;
	position: relative;
}

.img-100{
	width: 100%;
	object-fit: contain;
}