<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
  max-width: 1440px;
}

.container-fluid-feed {
	width: 100%;
	padding-right: 50px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
}

.btn-green,
.btn-grey:hover,
.badge.badge-green,
.custom-control-input:checked ~ .custom-control-label::before,
.btn-green-line:hover
{
background:#bd0000;
color:#fff !important;
}

    .section-join-us,
    .section-join-us .d-flex
    {
        height: 490px;
    }
	
    .tree-columns-center .d-flex{
       height:150px;
    }

#top-navigation{
/*height:50px;*/
border-bottom:1px solid #e5e5e5;
box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
padding-top:8px;
padding-bottom:8px;
}

.tree-columns-center{
	/*padding-bottom:30px;*/
	margin-bottom:30px;
	z-index:1;
	background-color: #f8f8f8;
	box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}

.top-merchant-details{
background:#f8f8f8;
height:450px;
}

.search-banner
{
height:230px;
/*background: url("../images/search@2x.png") center center;*/
border-bottom:1px solid #e5e5e5;
box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
background-color: #f8f8f8f8;
background-size: cover;
position:relative;
border-bottom:1px solid #e5e5e5;
}
.search-banner .sub-header{
  height:230px;
}</pre></body></html>