* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, sans-serif;
}

.bg-secondary-white {
  background-color: #f7faff;
}

.bg-dark {
  background-color: #14212a;
}

.bg-primary {
  background-color: #ffc13e;
}

.text-primary {
  color: #ffc13e;
}

.border-primary {
  border-color: #ffc13e;
}

.overline-tagline {
  font-size: 16px;
  font-weight: 600;
}

.tagline {
  font-weight: 600;
  font-size: 42px;
}

.btn-text {
  font-size: 14px;
}

.title {
  font-size: 30px;
  font-weight: 600;
}

.scrolling-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table caption {
  padding: 0.5em 0;
}

table.dataTable th,
table.dataTable td {
  white-space: nowrap;
}
.text-card {
  max-lines: 1;
}

.subtitle {
  font-size: 20px;
  line-height: 24.2px;
}

.smbtntext {
  font-size: 9px;
}

img {
  max-width: 100%;
}

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
  width: 85px;
  height: 85px;
}

.feedback-slider-item {
  position: relative;
  padding: 60px;
  margin-top: -40px;
}

/* .customer-name {
} */

.feedback-slider-item p {
  line-height: 1.875;
}

.feedback-slider-item:after {
  content: "";
  bottom: 0;
  border-radius: 10px;
  z-index: -1;
}

.customer-feedback .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  bottom: 45px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
  background-color: transparent;
  color: #ffc13e;
}

.customer-feedback .owl-prev {
  left: -15px;
}

.customer-feedback .owl-prev:hover {
  left: -20px;
}

.customer-feedback .owl-next {
  right: -30px;
}

.customer-feedback .owl-next:hover {
  right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 35px;
}

.customer-feedback .owl-dot {
  display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid rgb(251, 90, 13);
  display: block;
  /* -webkit-backface-visibility: visible; */
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
  background-color: rgb(255, 0, 106);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
  .feedback-slider-item:after {
    left: 30px;
    right: 30px;
  }
  #tawkchat-minified-box {
    position: absolute;
    margin-bottom: 2rem;
  }

  .customer-feedback .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 45px;
    bottom: auto;
  }

  .customer-feedback .owl-prev {
    left: 0;
    margin: 15px;
  }

  .customer-feedback .owl-next {
    right: 0;
    margin: 15px;
  }

  .tagline {
    font-size: 36px;
  }

  .subtitle {
    font-size: 14px;
  }

  .title {
    font-size: 20px;
  }
}

.mega-menu {
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}

.hoverable {
  position: static;
}

.hoverable > a:after {
  content: "\25BC";
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}

/* .hoverable:hover .mega-menu {
  display: block;
} */

.social-footer {
  padding: 1rem;
  background: #8a8a8a;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.social-footer .social-footer-icons li:last-of-type {
  margin-right: 0;
}

.social-footer .social-footer-icons .fa {
  font-size: 1.3rem;
  color: #fefefe;
}

.social-footer .social-footer-icons .fa:hover {
  color: #4a4a4a;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.toggleable > label:after {
  content: "\25BC";
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}

.toggle-input {
  display: none;
}

.toggle-input:not(checked) ~ .mega-menu {
  display: none;
}

.toggle-input:checked ~ .mega-menu {
  display: block;
}

.toggle-input:checked + label {
  color: white;
  background: #2c5282;
}

.toggle-input:checked ~ label:after {
  font-size: 10px;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 7%;
  z-index: 30;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
}

#main-menu {
  padding: 12px;
  margin: 8px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 10px;

  background-color: whitesmoke;
  color: #000;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.submenu a {
  padding: 12px;
  margin: 8px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 10px;
  color: whitesmoke;
  background-color: #3b586d;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.submenu1 {
  background-color: #14212a;
}

.submenu1 a {
  padding: 12px;
  margin: 8px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 10px;
  color: whitesmoke;

  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-menu a:hover {
  color: #ffc13e;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }

  .sidebar a {
    font-size: 18px;
  }
}

.show {
  display: block !important;
}

.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.img-responsive {
  width: auto;
  height: auto;
  max-width: 131.733px;
  max-height: 72px;
}
