.header-top-menu .nav.notika-top-nav li .message-dd {
	left: -160px;
	width: 300px;
	padding: 10px 0px;
}
.header-top-menu .nav.notika-top-nav li .search-dd {
	left: -400px;
	width: 400px;
}
.header-top-menu .nav.notika-top-nav li .search-dd .search-input {
    margin: 16px 0px;
}
@media (min-width: 768px)
.navbar-nav {
	margin: 2px;
}
.hd-message-img {
	width: 50px;
}
.ab-img img {
	border-radius: 3% !important;
	margin: 10px 0px;
	width: 133px !important;
	max-width: unset !important;
	height: 200px;
}
.mg-tb-40 {
	margin: 20px 0px;
}
.mg-t-15 {
	margin-top: 20px;
}
.mg-t-30 {
	margin: 20px 0px;
}
.breadcomb-area {
	margin-bottom: 10px;
}
.abdiv-center {
	width: 50%;
	align: center;
	display: block;
	margin:0px auto;
}
.ab-center {
	width: 70%;
	align: center;
	display: block;
	margin:0px auto;
}
.ab-center-post-login {
	width: 40%;
	align: center;
	display: block;
	margin:0px auto;
}
.alert-inner {
	padding-left: 0px;
}
.nk-int-st [type="email"], .nk-int-st [type="file"], .nk-int-st [type="radio"] {
	box-shadow: none;
	border-top: 0px solid #ccc;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0px;
	resize: none;
	border-radius: 0px;
}
.input-sm {
	font-size: 14px !important;
}
.fm-checkbox {
	margin: 0px;
}
.ab-table {
	border: 1px solid #ddd;
}
.ab-table>tbody>tr>td {
	padding:10px !important;
	font-size: 12px !important;
}
.ui-datepicker-year {
	color: #999;
}
.contact-area {
	min-height: 407px;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 90%;
  bottom: 30px;
  font-size: 13px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
.modal-dialog.modals-default .modal-content {
	padding: 40px 60px;
}
@media (max-width: 471px) {
	.ab-img img { 
		display:none;
	}
	.ab-td {
		display:none;
	}
	.header-top-menu .nav.notika-top-nav li .search-dd {
		left: -300px;
		width: 750px;
	}
	.main-menu-area {
		display: unset;
	}
	.main-menu-area .container {
		width: 84%;
	}
}
.notification {
  color: white;
}

.notification:hover {
  background: red;
}

.notification .badge {
  border-radius: 50%;
  background: red;
  color: white;
}
.noti {
	left: 10px;
	background: red;
	font-weight: bolder;
	font-size: 13px;
}
.cart_noti {
	left: 30px;
	background: #000;
	font-weight: bolder;
	font-size: 13px;
}
a.ab-nav-link span {
	padding: 10px;
	background: #128293;
	border: 0px;
}
a.ab-nav-link span:hover {
	color: #ffffff;
}
.navbar-nav {
	flex-direction: unset;
}
.notika-top-nav .nav-item {
	margin: 0 30px 0 0;
}
.normal-table-list {
	background: unset;
}
.card {
	background-color: unset;
}
.basic-tb-hd h2 {
	color: #fff;
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #fff;
}
.table.table-striped>tbody>tr>td {
	color: #fff;
}
.table.table-hover>tbody>tr>td {
	color: #fff;
}
.form-example-int label {
	color: #fff;
}
.contact-ctn h2 {
	color: #fff;
}
.contact-ctn .ctn-ads {
	color: #ddd;
}
.contact-ctn p {
	color: #fff;
}
.ab-menu {
	border-radius: 25px;
	margin-top: 20px;
}
.nav-tabs>li {
	margin-bottom: 0px;
}
.nav-tabs>li>a:hover {
	background-color: #017298;
	color: #fff;
}
.nav-tabs>li.active>a {
	background-color: #017298;
	color: #fff;
}
.nav-tabs>li.active>a:hover {
	background-color: #017298;
	color: #fff;
}
.pb-5, .py-5 {
	padding-top: 2rem!important;
	padding-bottom: 2rem!important;
}
.form-group label {
	color: #fff;
}
table.dataTable tbody tr {
	background-color: unset;
}
.modals-default {
	max-width: 60% !important;
}
.modals-default .close {
	background: #F44336;
}
.modal-header .close {
	padding: 0rem 0rem;
	margin: 0rem 0rem 0rem auto;
}
table.dataTable thead th {
	border-bottom: unset;
}

.bar1, .bar2, .bar3 {
	width: 25px;
	height: 3px;
	background-color: #000;
	margin: 5px 0;
	transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -7px);
  transform: rotate(45deg) translate(-5px, -7px);
}
ul.main-menu li a.nav-link {
	color: #505050 !important;
}
.globalnav-bg {
	background-color: #fff !important;
}
.navbar {
	padding: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0.4em 0em;
}
.ui-widget {
	font-size: 0.8em;
}
.ab-table>tbody>tr>td {
	padding: 5px !important;
	font-size: 14px !important;
}
.search-input {
	width: 500px;
}
.search-input input[type="text"] {
	padding: 4px 6px;
}
.ab-search-btn {
	padding: 6px 20px!important;
}
.ab-label {
	display: inline-block;
	position: relative;
	width: auto;
	margin: 0px !important;
	line-height: 16px;
	color: #505050;
}
.custom-control{
    font-weight: normal;
}
.dropdown-toggle{
    padding-left: 10px;
    border-radius: 0px !important;
}
.dropdown.dropdown-lg .dropdown-menu {
    padding: 15px;
}
.input-group .form-control{
    width: 100%;
    border-radius: 0.25rem !important;
}
.dropdown.dropdown-lg .dropdown-menu{
    min-width: 320px;
}
.dropdown-menu{
    box-shadow: 1px 4px 8px -1px #c1c1c1;
}
.filterList {
	display: none;
	position: absolute;
	background: rgb(255, 255, 255);
	width: 100%;
	max-width: 314px;
	margin-left: 0;
	border-radius: 4px;
	z-index: 99;
}
ul.filterList li {
	line-height: 30px;
	border-bottom: 1px solid #cccccca6;
	height: auto;
	text-align: left;
	padding-left: 10px;
	cursor: pointer;
	font-size: 14px;
	color: #444;
	text-transform: capitalize;
	border-radius: 0;
}
ul.filterList li:hover {
	background: #505050;
	color: #fff;
}
.modal-content {
	border-radius: 25px !important;
}

input[type="text"] {
    padding: .375rem .75rem !important;
}

@media (max-width: 480px) { 
	.d-flex {
		display: block !important;
	}
}
.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    }
	
#b-accessibility {
    height: unset !important;
}