/*Default-CSS*/
input::-moz-focus-inner{border:0;outline:none;}
button::-moz-focus-inner{border:0;outline:none;}
select::-moz-focus-inner{border:0;outline:none;}
option::-moz-focus-inner{border:0;outline:none;}

input[type="file"]::-webkit-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-moz-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-ms-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-o-file-upload-button {
	cursor:pointer; 
}
input[type="file"] {
	cursor:pointer; 
}
html body{
    background-color: #fff;
	font-family: 'Lusitana', serif;
	margin:0;
	font-size: 16px;
	color:#000;
	overflow-x: hidden;
	line-height: 1.4;
}
*::-moz-selection {
	color: #fff;
	background:#ccc;
}
*::-webkit-selection {
	color: #fff;
	background:#ccc;
}
*::-webkit-input-placeholder {
  color: #f00;
  opacity: 1;
}
*::-moz-placeholder {
  color: #f00;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #f00;
  opacity: 1;
}
*:-moz-placeholder {
  color: #f00;
  opacity: 1;
}
a, span, div a:hover, div a:active, div a:focus, button {
	text-decoration: none;
}
*::after, *::before, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*.row {
    --bs-gutter-x: 0;
}*/
body ul {
	margin:0;
	padding:0;
}
body a {
	outline: none;
	color:#333;
	display:inline-block;
	vertical-align:top;
}
body a:hover {
	color:#ccc;
}
*{
	outline:none!important;
}

div input, div select, div textarea, div button{
	font-family: 'Lusitana', serif;
}
body h1, body h2, body h3, body h4, body h5, body h6{
	font-family: 'Playfair Display';
	line-height:1.2;
	color:#000;
	font-weight: normal;
	margin:0 0 15px;
}
body h1 { font-size: 40px;}
body h2 { font-size: 35px;}
body h3 { font-size: 30px;}
body h4 { font-size: 20px;}
body h5 { font-size: 18px;}
body h6 { font-size: 16px;}
body h1:last-child, 
body h2:last-child, 
body h3:last-child, 
body h4:last-child, 
body h5:last-child, 
body h6:last-child {
	margin-bottom:0;
}

body img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height:auto;
	display:block;
}
body p , body li .listItem {
	color: #000;
	font-family: 'Lusitana', serif;
	font-size:18px;
	line-height: 1.5;
	margin: 0 0 15px;
	padding: 0;
}
body li{
	font-size:16px;
}
body p:empty,
body li:empty{
	margin:0;
	line-height:0;
}
body p:last-child,
body li:last-child{
	margin:0;
}
p strong {
	font-weight: bold;
}

label em {
	color: #ff0000;
	display: inline-block;
	font-style: normal;
	vertical-align: top;
	margin-left:5px;
}
/*Default-CSS close*/

/***** icon ****/
.icon-color {
    color: #173F7A;
}

/** chat . */
.chat{
	display:none;
}

.about{
	background: #F6F9FC;
	border-radius: 8px;
	padding: 5px 10px;
	display: flex;
}

.chat-text p{
	font-family: Arial;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    color: #000000;
}
.chat-noitem {
    background: #F6F9FC;
    border-radius: 8px;
}
.icon svg{
   color: #173F7A;
    height: 32px;
    width: 36px;
}
.noBillsInCart svg{
   	color: #BABEC3 !important;
    height: 32px;
    width: 36px;
}

/* User info. */
.user-border{
	border-bottom: 1px solid #173F7A;
}
.about-text p{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #173F7A;
	align-items: center;
}
.ab-text P{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	
	align-items: center;
	color: #767676;
}
.about-img{
	border-radius: 50%;
	margin:0;
}
/* filter and */
.search-label label{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #FAFAFA;
}
.search-label{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #FAFAFA;
}
.btn-text{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	color: #9C9C9C;
	text-align: left;
}
.search_box{
	background: #FFFFFF;
	box-shadow: 0px 0px 6px rgba(23, 63, 122, 0.2);
	border-radius: 8px;
	border:none;
	
}
.form-check-label{
	font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 16px;
color: #000000;

}

 /* search bar */
.has-search .form-control-feedback {
    position: absolute;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #173F7A;
	padding-top:11px;
}
.has-search .form-control {
    padding-left: 2.375rem;
}

/*Button */
.search-btn{
	border: 1px solid #173F7A;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 12px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-text{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #173F7A;
}
.pay-btn-1{
	justify-content: center;
	align-items: center;
	padding: 12px 0px;
	background: #FFFFFF;
	border-radius: 8px;
}
.pay-text{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #173F7A;
}
.pay-btn{
	background: #173F7A;
	border-radius: 8px;
	padding: 12px 0px;
	color:#fff;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

/* drop */
.arrow-border{
	border: 1px solid #173F7A;
	box-sizing: border-box;
	border-radius: 4px;
	height: 32px;
}
.page-select{
	border: 1px solid #173F7A;
	box-sizing: border-box;
	border-radius: 4px;
}

/* pageindictor */
.pageindictor{
	background: #F6F9FC;
	border-radius: 8px;
}
.fs-text p{
	color:#173F7A;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0;
}
/* cart */
.cart{
	background: #173F7A;
	box-shadow: 0px 0px 6px rgba(23, 63, 122, 0.2);
	border-radius: 8px;
}
.cart-hd-text{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	align-items: center;
	color: #FAFAFA;
}
.cart-text{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	align-items: center;
	color: #FAFAFA;
}
.pay-now{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding: 11px 0px;
	align-items: center;
	text-align: center;
	color: #173F7A;
}
.card-header {
    padding-top:5px;
    border-bottom: 1px solid #fff;
}
/* header */
.header{
	background: #FFFFFF;
	box-shadow: 4px 0px 6px rgba(23, 63, 122, 0.2);
}

/* footer */
.f-logo p{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;	
	color: #173F7A;
	margin-bottom:0;
}
.f-text p{

	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	display: flex;
	align-items: center;
	color: #767676;
}

/* search tool */
.text-p p{
	margin-bottom:0;
}
.search-border{
	border-bottom:1px solid #fff;
	display: none;
}
.searchbar{
	background: #173F7A;
    padding: 15px 0px;
	box-shadow: 4px 0px 6px rgba(23, 63, 122, 0.2);
}
.search-text p{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #FAFAFA;
}
/*infobar*/
.title h3{
	color: #173F7A;
	font-weight: bold;
	font-size: 24px;
	line-height: 56px;
	font-family: Arial;
}
.icon svg{
   color: #173F7A;
    height: 32px;
    width: 36px;
}
.infobar{
	background: #DFE6EE;
	text-align: center;
}
.text h1{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 72px;
	line-height: 56px;
	color: #DFE6EE;
	text-align:center;	
}
.text1 a{
	color: #173F7A
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 30px;
  vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-3x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stack-1x {
  line-height: inherit;
    height: 26px;
    transform: rotate(180deg) !important;
}
.icon-stack-3x {
  font-size: 2em;
    
}

/* hover effect */
/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown_bill{
    position: relative;
    /* display: inline-block; */
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
	background: #F6F9FC;
	border-top:1px solid #173F7A;
	padding: 10px 15px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
}


/* Show the dropdown menu on hover */
.dropdown_bill:hover .dropdown-content {
    display: block;
}

/* Select */
.select-section{
	background:#E5E5E5;
}
.multipleSelection {
	width: 200px; 
}
.selectBox {
	position: relative;
}
.selectBox select {
	width: 100%;
	font-weight: bold;
}
.overSelect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#checkBoxes {
	display: none;
	background:#fff;
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 0px 6px rgb(23 63 122 / 20%);
}

#checkBoxes label {
	display: block;
}
.mobile-filter{
	display:none;
}

/**** Mobile ****/
.table-text-br h6{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	align-items: center;
	color: #173F7A;
	border-bottom:1px solid  #173F7A;
	display:none;
	
}
.table-text{
	border-bottom:1px solid  #173F7A;
	padding: 15px 0px;
	background: #F6F9FC;
}
.table-text h6{
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	align-items: center;
	color: #173F7A;
}
.bg-tb{
	background: #F6F9FC;
}

.table-text-br p{
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	padding: 10px 0px;
}
.form-check-input{
	margin-top:0px;
}
.form-check {
   
    padding-bottom: 38px;
    padding-top: 10px;
}


