.socialIcons{

  margin-top:10px; 

}

.header-logo img {

  height: 55px;

}

.footer-top h2, .footer-top p, .footer-top a, .footer-top li{

  color:#fff !important;

}

.thumb .image .first-image {
  width: 100px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 7px !important;
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: transparent !important;
  border: none !important;
}

.hero-slide-bg {
  height: 88% !important;
}

.successmsg{
  height: 33px;
  width: 19%;
  padding: 5px;
  position: absolute;
  border-radius: 1px;
  background-color: #13aa13ad;
  border: none;
  margin-top: 65px;
  margin-right: -87px;
  color: #fff;
  font-size: 12px;
}

.errormsg{
  height: 33px;
  width: 19%;
  padding: 5px;
  position: absolute;
  border-radius: 1px;
  background-color: #ff4545;
  border: none;
  margin-top: 65px;
  margin-right: -87px;
  color: #fff;
  font-size: 12px;
}

.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:25px;
  color:#ccc;
}
.rate:not(:checked) > label:before {
  content: '★ ';
}
.rate > input:checked ~ label {
  color: #3f3e3a;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #3f3e3a;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #3f3e3a;
}

.sizeDiv{
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
}


.navbar-nav .nav-link {
	color: #fff;
}

.dropend .dropdown-toggle {
	/* color: #ff4545; */
	/* margin-left: 1em; */
}

.dropdown-item:hover {
	color: #fff;
	background-color: #ff4545;
}

.dropdown-menu {
	display: none;
	position: absolute;
	z-index: 1050;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
	display: block;
	margin-top: 0.125em;
}

@media screen and (min-width: 769px) {
	.dropend:hover>.dropdown-menu {
		position: absolute;
		top: 0;
		left: 100%;
	}

	.dropdown-menu {
		min-width: 200px;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	}
}

.nice-select.wide .list {
  height: 320px;
  overflow-y: scroll;
  scrollbar-width: thin;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .paybuttons {
    /* display: none; */
    padding-left: 31% !important;
  }
  .list-group-item {
    padding: 1px !important;
  }
  .header-logo img {
    height: 60px !important;
  }
  .hero-slide-content {
    width: 58% !important;
  }
  .header-top-links span {
    font-size: 10px !important;
  }
  .header-top-links a {
    font-size: 10px !important;
  }
  .submenumobile {
    display: block;
    margin-left: 130px;
    /* padding: 10px; */
  }
  .offcanvas-search {
    width: 100% !important;
  }
}

.search-table{
  background: #fff;
  overflow-y: scroll;
  scrollbar-width: thin;
  height:550px;
}

.eyebutton{
  margin-top: 5px;
  margin-left: -31px;
  z-index: 99;
  position: absolute;
  border: none;
  background: none;
}
.eyebtn{
  margin-top: 6px;
}