body {
    font-family: 'Montserrat', sans-serif;
}
a:focus, a:hover {
    text-decoration: none !important;
    outline: none !important;
}
button:focus, button:hover {
    text-decoration: none !important;
    outline: none !important;
}
.no-margin {
    margin: !important;
}
.no-padding {
    padding: 0 !important;
}
header {
	padding: 15px 0;
	box-shadow: 1px 2px 1px #eee;
}
header #logo {
	float: left;
}
header #logo img {
	width: 150px;
}
header .login-region {
	float: right;
	padding-top: 15px;
}
header .login-region a {
	display: inline-block;
    background-color: #018940;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 15px;
}
.main-details {
	padding: 50px 0;
}
.main-details .para {
	margin-bottom: 25px;
}
.home-link a {
	color: #fff;
    text-shadow: 1px 1px 2px #4d4d4d;
    background: #6f6f6f;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 4px;
    font-weight: 500;
}
input:not(.legacy)[type=checkbox], input:not(.legacy)[type=radio] {
    opacity: 0;
    position: absolute;
}
.toggle-checkbox-input {
    position: absolute;
    left: -9999px!important;
}
.toggle-checkbox-input:checked+.toggle-checkbox-label {
    background: #018940;
}
.toggle-checkbox-label {
	background: #ccc;
    border-radius: 15px;
    height: 30px;
    width: 60px;
    margin: 0!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.toggle-checkbox-input:checked+.toggle-checkbox-label .status-indicator {
    left: 35px;
}
.toggle-checkbox-label .status-indicator, .toggle-checkbox-text .off, .toggle-checkbox-text .on {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.toggle-checkbox-label .status-indicator {
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    color: #018940;
    text-align: center;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.07), 0 4px 5px rgba(0,0,0,.06), 0 1px 10px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.07), 0 4px 5px rgba(0,0,0,.06), 0 1px 10px rgba(0,0,0,.1);
}
.toggle-checkbox-text {
    margin: 5px 0 5px 5px;
    font-size: 16px;
}
.toggle-checkbox-label, .toggle-checkbox-text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.toggle-checkbox-input:checked+.toggle-checkbox-label+.toggle-checkbox-text .on {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}
.toggle-checkbox-text .on {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}
.toggle-checkbox-input:checked+.toggle-checkbox-label+.toggle-checkbox-text .off {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}
.toggle-checkbox-text .off {
    margin: -20px 0 0;
    opacity: 1;
}
.toggle-checkbox-text span {
    float: left;
    clear: left;
    height: 20px;
    line-height: 20px;
}
.toggle-checkbox-text .on {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}
.table-cookies table td {
	vertical-align: top;
}
.table-cookies table td h5 {
	margin-top: 0;
}
.toggle-checkbox {
	padding-right: 50px;
}
.table_style {
    color: #333;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.07), 0 3px 4px rgba(0,0,0,.06), 0 1px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.07), 0 3px 4px rgba(0,0,0,.06), 0 1px 5px rgba(0,0,0,.1);
    border-radius: 3px;
    border-collapse: inherit;
}
.table_style>thead>tr:first-child>th:first-child {
    border-top-left-radius: 3px;
}
.table_style td:first-child:not(.border_cell), .table_style th:first-child:not(.border_cell) {
    padding-left: 20px;
}
.cookie-policy-table td, .cookie-policy-table th {
    font-size: 14px;
    vertical-align: top;
}
.table_style th {
    background: #f4f4f4;
    padding: 15px 10px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    color: #333;
    border-top: 0;
}
.table_style td, .table_style th {
    font-size: 14px;
    -webkit-transition: all .15s ease-in-out 0s;
    transition: all .15s ease-in-out 0s;
}
.cookie-policy-table-name {
    width: 200px;
}
.table_style td {
    padding: 15px 10px;
    color: #666;
}
.table_style td, .table_style_holder .table_style th {
    border-top: 1px solid #ccc;
}
footer {
	background: #f2f2f2;
	padding: 30px 0;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
footer ul li {
	display: inline-block;
	border-left: 1px solid #ccc;
}
footer ul li:first-child {
	border-left: 0;
}
footer ul li a {
	color: #4a4949;
	font-weight: 500;
	display: block;
	padding: 0 10px;
}
.fixed-cookie {
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: #333;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}
.fixed-cookie span {
	float: left;
	width: 80%;
}
.fixed-cookie a.continue {
	float: right;
	border-radius: 100px;
    color: #fff;
    background: #018940;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
	header {
		text-align: center;
	}
	header #logo {
		width: 100%;
	}
	header .login-region {
		width: 100%;
	}
	.table-cookies {
		width: 100%;
    	overflow: auto;
	}
	.fixed-cookie {
		text-align: center;
	}
	.fixed-cookie span {
		width: 100%;
	}
	.fixed-cookie a.continue {
		display: inline-block;
		float: none;
		margin-top: 20px;
	}
}