@font-face {
  font-family: 'Garet';
  src: url('/fonts/garet/Garet-Thin.ttf') format('truetype');
  font-weight: 100; /* Thin */
  font-style: normal;
}

@font-face {
  font-family: 'Garet';
  src: url('/fonts/garet/Garet-Light.ttf') format('truetype');
  font-weight: 300; /* Light */
  font-style: normal;
}

@font-face {
  font-family: 'Garet';
  src: url('/fonts/garet/Garet-Regular.ttf') format('truetype');
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: 'Garet';
  src: url('/fonts/garet/Garet-Medium.ttf') format('truetype');
  font-weight: 500; /* Medium */
  font-style: normal;
}

@font-face {
  font-family: 'Garet';
  src: url('/fonts/garet/Garet-Bold.ttf') format('truetype');
  font-weight: 700; /* Bold */
  font-style: normal;
}

@font-face {
  font-family: 'Garet';
  src: url('/fonts/garet/Garet-Black.ttf') format('truetype');
  font-weight: 900; /* Black */
  font-style: normal;
}

.navbar.navbar-toggled-show.navbar-dark .navbar-brand-dynamic-color svg [stroke]:not([stroke=none]), .navbar.navbar-toggled-show.navbar-dark .navbar-toggler svg [stroke]:not([stroke=none]), .navbar.scrolled.navbar-dark .navbar-brand-dynamic-color svg [stroke]:not([stroke=none]), .navbar.scrolled.navbar-dark .navbar-toggler svg [stroke]:not([stroke=none]) {
    stroke: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 1rem;
    color: white !important;
}
.cursor-pointer{
    cursor: pointer;
}
.form-control{
	font-weight: 500;
	font-size: 14px
}
.price{
	font-weight: 600;
	font-size: 14px;
}
.date{
	font-weight: 400;
	font-size: 13px;
}
.full-width{
	width:100%;
}
.text-black{
	color:black;
}
.badge{
	font-size: 13px;
}

footer a{
	color:#555a64;
	font-weight: 400;
}
footer a:hover{
	color:#000;
}
footer h6{
    margin-bottom: 0rem;
    margin-top: 0.75rem;
    font-weight: 500;
}

h6{
  font-weight: 500!important;
}

.dropdown-item{
    font-weight: 500;
}

.pricing-table-section+.pricing-table-section{
  margin-top: 2rem!important;
}

.wsp-btn{bottom:1rem;right:2rem;z-index:1030;width:auto!important;height:auto!important;background-color:#25d366!important;border-color: #25d366!important}
.wsp-btn > svg{height:2rem!important}
.input-s{opacity: 0;position: absolute;left: 0;bottom: 0;padding: 0;height: 0;z-index: -9999;margin: 0}