::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb0a;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #6d6d6d;
}

span.star {
  color: #fd0a0a;
}

.table-wrap {
  overflow-x: auto;
  margin: 16px 0 8px;
}

.header-btn {
  background: linear-gradient(90deg, #fcde13 0%, #f1ac1c 100%);
  color: #000 !important;
  border-radius: 6px !important;
  padding: 11px 12px !important;
  font-size: 14px !important;
  width: 142px !important;
  text-align: center !important;
}

.header-btn:before {
  background: transparent;
  opacity: 0 !important;
}

header .navbar-light .nav {
  position: relative;
}

header,
header .navbar-light .nav:before {
  display: inline-block;
}

header,
header .navbar-light .nav-item .nav-link {
  -webkit-transition: 250ms ease-in-out;
  -moz-transition: 250ms ease-in-out;
  -ms-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
}

header .navbar {
  padding: 0;
}

header .navbar-light .nav-item {
  margin: 0 10px;
}

header .navbar-light .navbar-nav .nav-item .nav-link.active,
header .navbar-light .navbar-nav .nav-link:focus,
header .navbar-light .navbar-nav .nav-link:hover {
  color: #f9b707;
}


header {
  padding: 16px 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: 250ms ease-in-out;
  z-index: 9999;
  border: 1px solid #ffffff21;
  background: #080808;
  border-radius: 24px;
  width: 99%;
  margin: 6px auto;
}

header .navbar-brand img {
  height: 46px;
  width: auto;
}

header .navbar-light .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  line-height: normal;
  position: relative;
  transition: 250ms ease-in-out;
}

header .navbar-light .navbar-nav .nav-link:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  background: #f9b707;
  height: 6px;
  width: 6px;
  border-radius: 90px;
  opacity: 0;
  -webkit-transition: 250ms ease-in-out;
  -moz-transition: 250ms ease-in-out;
  -ms-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.iq-our-team-2 .team-blog:hover:before,
.navbar-light .navbar-nav .nav-item .nav-link.active:before,
.navbar-light .navbar-nav .nav-link:focus:before,
header .navbar-light .navbar-nav .nav-link:hover:before {
  opacity: 1;
}

header .navbar-light .nav:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 25px;
  width: 1px;
  background: #c7c7c7;
}

header .navbar-light .nav .button:focus,
header .navbar-light .nav .button:hover {
  color: #131519;
}

header.menu-sticky {
  position: fixed;
  background: #080808;
  /* background: #ffffff08; */
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 10px 30px;
  box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.1);
}

main {
  padding-top: 70px;
}

.overview-block-pt {
  padding: 50px 0;
}

.email-icon {
  display: inline;
  width: 25px;
  margin-right: 5px;
}

ul.list-unstyled a {
  color: rgba(202, 202, 202, 1);
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 5px;
  display: block;
}

ul.list-unstyled {
  margin-top: 30px;
}

.footer {
  background-color: #121212;
  color: #fff;
  padding-bottom: 10px !important;
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  color: #ffbc00;
}

.footer .logo {
  display: flex;
  align-items: center;
}

.footer .logo img {
  max-height: 55px;
  margin-right: 10px;
  margin-bottom: 30px;
}

.footer .company-name {
  font-weight: bold;
}

.footer .social-icons a {
  margin-right: 15px;
}

.footer-bottom {
  border-top: 1px solid #444;
  padding-top: 10px;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #aaa;
}

.footer-bottom a {
  color: #f0a500;
}


.copyright {
  font-size: 12px;
}

footer.contact-us h5,
.footerBtnAcc {
  font-size: 18px;
  font-weight: 500;
  margin-top: 90px;
}

.footerBtnAcc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile_footer {
  display: none;
}

.accordion {
  margin: 0px 0;
}

.accordion .item {
  border: none;
  margin-bottom: 20px;
  background: none;
}

.accordion .btn.focus,
.btn:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 -0.8rem #ffeb3b00 !important;
}

.t-p {
  color: rgb(255 255 255);
  padding: 15px;
  font-size: 15px;
}

.accordion .item .item-header h2 button.btn.btn-link {
  background: #3334358a;
  color: #f9b707;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.5;
  text-decoration: none;
  padding: 6px 18px;
  border-radius: 8px;
}

.accordion .item .item-header {
  border-bottom: none;
  background: transparent;
  padding: 0px;
  margin: 2px;
}

.accordion .item .item-header h2 button {
  color: white;
  font-size: 20px;
  padding: 15px;
  display: block;
  width: 100%;
  text-align: left;
}

.accordion .item .item-header h2 i {
  float: right;
  font-size: 30px;
  color: #eca300;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-weight: 800;
}

button.btn.btn-link.collapsed i {
  transform: rotate(0deg);
}

button.btn.btn-link i {
  transform: rotate(180deg);
  transition: 0.5s;
}

.modal-content {
  width: 480px;
  border: none;
  background-color: #000;
  border-radius: 10px !important;
  color: #fff;
}

.modal-dialog {
  max-width: 480px;
  border: none;
}

.modal-body {
  padding: 20px;
}

.modal-header {
  background: rgba(26, 26, 26, 1);
  border-bottom: 0px;
  border-radius: 10px 10px 0px 0px;
  padding: 13px 20px;
  height: 55px;
  line-height: 55px;
}

.modal-footer {
  background: rgba(26, 26, 26, 1);
  border-radius: 0px 0px 10px 10px;
  padding: 10px 20px;
  border-top: 0px;
}

.modal-header h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
}

.modal-open .modal {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 9999;
}

.form-label {
  color: #e3e3e3;
}

.form-check-group {
  padding: 30px;
  background: #222324;
  border-radius: 15px;
  margin: auto;
  width: 50%;
}

.form-control:focus {
  color: #fff;
  background-color: #272525;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.slider-content h3 {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}

.slider-content h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}

.slider-content p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: rgba(151, 151, 151, 1);
}

.line-pro {
  width: 100%;
  height: 1px;
  background: rgba(122, 122, 122, 0.6);
  margin-bottom: 15px;
}

.text-aria {
  height: 60px !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  height: 20px;
}

.slider-content form {
  max-height: 376px;
  overflow-y: auto;
  padding-right: 15px;
}

h6.note-text {
  font-size: 11px;
  color: #fff;
  line-height: 18px;
  margin-bottom: 0px;
}

.slider-content .form-control {
  padding: 0.375rem 0.75rem;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #0e0e0e;
  background-clip: padding-box;
  border: 1px solid rgba(99, 99, 99, 1);
  border-radius: 8px;
}

.form-control:focus {
  color: #fff;
  background-color: #272525;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

input[type="radio"] {
  accent-color: #ffba00;
  width: 30px;
  height: 20px;
  position: relative;
  top: 6px;
}

input[type="checkbox"] {
  accent-color: #ffba00;
  width: 30px;
  height: 20px;
  position: relative;
  top: 6px;
}

.left-or {
  margin-bottom: 0px;
  padding-left: 10px;
}

.bookslot {
  /* border: 1px solid #f9b707; */
  /* padding: 6px 15px; */
  padding-left: 8px;
  border-radius: 10px;
  background: #000;
  /* margin-top: 20px !important; */
  display: block;
}

.bookslot img {
  width: 15px;
  margin-right: 7px;
  display: inline;
}

.bookslot a,
.bookslot a:focus,
.bookslot a:hover {
  color: #f9b707;
  -webkit-transition: 250ms ease-in-out;
  -moz-transition: 250ms ease-in-out;
  -ms-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  text-decoration: none;
}

.sub-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-btn .btn-link {
  color: #000;
  padding: 5px 15px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  background: linear-gradient(90deg, #fcdf11 0%, #f1ac1c 100%);
  margin-top: 0px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.sub-btn .btn-link:hover {
  text-decoration: none !important;
}


.note-main {
  display: flex;
  background: rgba(26, 26, 26, 1);
  padding: 15px;
  border-radius: 16px;
  align-items: center;
}

.note-main img {
  width: 16px;
  height: 20px;
  margin-right: 15px;
}

.black-csss {
  width: 100%;
  background: #000;
  padding: 10px;
  border-radius: 10px;
  height: 50px;
  align-items: center;
  display: flex;
}

label.Confirm_no {
  color: rgba(130, 130, 130, 1);
  margin-bottom: 0px;
  font-size: 13px;
}

.hero {
  padding-top: 120px !important;
}

@media(max-width:1399px) {
  header .navbar-light .nav-item .nav-link {
    font-size: 14px;
  }
}

@media(max-width:1199px) {

  header {
    padding: 20px 15px;
  }

  header .navbar-light .nav-item .nav-link {
    font-size: 13px;
  }

  header .navbar-light .nav-item {
    margin: 0 3px;
  }

  header.menu-sticky {
    padding: 10px 15px;
  }

  header {
    padding: 15px 15px;
  }
}

@media screen and (max-width: 992px) {
  .navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
    padding: 2px 7px;
    position: absolute;
    right: 0;
    font-size: 26px;
  }

  .navbar-light .navbar-toggler {
    right: 0;
  }

  .header-btn {
    margin-bottom: 20px !important;
    margin-left: 10px !important;
  }

  header .navbar-light .nav-item .nav-link.button {
    padding: 15px 30px;
  }

  header .navbar-collapse {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #2b2b2b;
  }

  header .navbar-light .navbar-nav .nav-link:before {
    display: none;
  }

  header .navbar-light .nav-item .nav-link {
    font-size: 14px;
    padding: 15px 15px;
  }

  header .navbar-light .navbar-nav .nav-link:hover,
  header .navbar-light .navbar-nav .nav-link:focus,
  header .navbar-light .navbar-nav .nav-item.active .nav-link {
    background: #f9b707;
    color: #fff;
  }

  header .navbar-light .nav:before {
    top: 10px;
  }

}

@media(max-width:767px) {
  .slider-content h3 {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .slider-content form {
    max-height: 400px;
  }

  label.form-label {
    font-size: 13px;
  }

  .modal-dialog {
    max-width: 100%px;
  }

  .modal-content {
    width: 95%;
    margin: auto;
  }

  .ftrHeading {
    margin: 0 !important;
  }

  header .navbar-light .nav {
    display: none;
  }

  header {
    padding: 15px 0px;
  }


  header.menu-sticky {
    padding: 10px 0px;
  }

  header.menu-sticky {
    top: 0 !important;
    border-bottom: 1px solid #FFFFFF21;
    border-radius: 0;
    width: 100%;
    margin: 0;
  }

  footer.contact-us h5,
  .footerBtnAcc {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }

  footer#contact-us p {
    text-align: center;
  }

  .footer .logo {
    justify-content: center;
  }

  footer#contact-us {
    padding-top: 30px !important;
    margin-top: 40px;
  }

  .mobile_footer {
    display: block;
    margin-top: 50px;
  }

  .desktop_footer {
    display: none;
  }

  .mobileFooterLogo .logo {
    justify-content: start;
  }

  .mobileFooterLogo .logo img {
    max-height: 42px;
    margin-bottom: 16px;
    width: auto;
  }

  .footerLogoWrapper .dog-logo img {
    width: 105px;
    height: auto;
    margin: 0;
  }

  .mobileFooterLogo p {
    margin-bottom: 0;
  }

  ul.list-unstyled a {
    text-align: left !important;
    border: 0;
    margin: 0;
    padding: 0;
  }

  .ftrACC .card-header {
    padding: 0;
  }

  .ftrACC .card-header .footerBtnAcc .fa {
    font-size: 16px;
    font-weight: 200;
  }

  .ftrACC .card-header .footerBtnAcc {
    background: transparent;
    padding: 0;
    margin: 0;
    color: #fff;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
  }

  .footerACC {
    padding: 19px 24px;
    border-bottom: 1px solid #303030;
  }

  .footerLogoWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 25px 0;
  }

  .mobile_footer .footer-bottom {
    border-top: 0;
    padding: 15px 0 24px 0;
  }

}

@media screen and (max-width: 576px) {
  .layout {
    display: block !important;
  }

  .email-icon {
    width: 15px;
    height: auto;
  }

  .mobileFooterLogo p {
    margin-bottom: 0;
    font-size: 10px;
  }

  header {
    border: 0;
    margin: 0;
    border-radius: 0;
    width: 100%;
  }
}