@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	src: url("../fonts/Montserrat-Light.woff");
	font-weight: 300;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	src: url("../fonts/Montserrat-Regular.woff");
	font-weight: 400;
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	src: url("../fonts/Montserrat-Bold.woff");
	font-weight: 700;
}

@font-face {
	font-family: 'Helvetica';
	font-style: normal;
	src: url("../fonts/Helvetica.woff");
	font-weight: 400;
}


@font-face {
	font-family: 'Helvetica';
	font-style: normal;
	src: url("../fonts/Helvetica-light.woff");
	font-weight: 300;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1{
	font-size: 44px;
	font-weight: 700;
}

h2{
	font-size: 30px;
	font-weight: 700;
}


#banner h1{
	font-size: 50px;
	color: #fff;	
}

img{
	max-width: 100%;
	width: auto;
}

html{
	scroll-behavior: smooth;
}

body{
	overflow-x: hidden;
	font-family: Montserrat, sans-serif;
}

.body-container{
	max-width: 1366px;
	width: 100%;
}

#header{
	background-color: #f5f5f5;
	padding: 20px 0;
}

.menu-col{
	display: grid;
    align-content: center;
}

a.black-btn{
	background: #212529;
	padding: 10px 20px;
	float: right;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}
a.black-btn:hover{
	color: #fff;
}

.outlet-details{
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	width: 100%;
}
.outlet-area{
	width: 100%;
	flex: 1 1 40%;
}


#table-content{
	padding: 70px 0;
}
.table-title{
	text-align: center;
	padding-bottom: 30px;
}



.dataTables_filter, .paging_simple_numbers{
	float: right;
}

label {
    display: inline-flex !important;
}

table th, td{
	padding: 10px 20px !important;
}

.form-select, .form-control{
	margin: 0 5px;
}

.page-item.active .page-link {
    background-color: #2e2f2f !important;
    border-color: #292929 !important;
    color: #fff !important;
}

.body-content .form-control:focus,
.body-content .form-select:focus {
    border-color: #e8e8e8;
    box-shadow: 0 0 0 0.25rem rgb(144 144 144 / 25%);
}

.body-content .page-link:focus{
	border-color: #e8e8e8;
    box-shadow: 0 0 0 0.25rem rgb(144 144 144 / 25%);
}

.page-link{
	color: #212529 !important;
}

.content-part{
	text-align: center;
}

.content-part ul{
	list-style: none;
	padding-left: 0;
}

/*.content-part ul li {
    display: flex;
    justify-content: flex-start;
}*/

.body-content td a{
	color: #212529;
	text-decoration: none;
}

li img{
	width: 20px;
	margin-right: 10px;
}

li{
	margin-bottom: 10px;
}

li a{
	color: #212529;
	text-decoration: none;
}

table{
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	border-radius: 10px;
	margin-top: 15px;
}

#contact{
	background-color: #f5f5f5;
	padding: 50px;
	color: #212529;
}

span.text{
	line-height: 1.7em;
}

footer a{
	color: #fff;
	text-decoration: none;
}

footer p{
	margin-bottom: 5px;
}

@media screen and (max-width: 540px){
	table th, td{
	padding: 10px 10px !important;
}
.dataTables_length{
	padding-bottom: 15px;
	text-align: center;
}

.dataTables_filter, .paging_simple_numbers{
	float: none;
	text-align: center;
}

.dataTables_info{
	padding-bottom: 15px;
}
.responsive-table table th, td{
    padding: 10px 2px !important;
    margin-right: 10px;
}
}