:root {
  --white-color: #fff;
  --dark-grey-color: #334053;
  --primary-color: #148899;
  --secondary-color: #dcf4f7;
  --tertiary-color: #95a5a6;
  --yellow-color: #f39c12;
  --footer-white-color: #bdc3c7;
  --active-blue-color: #3498db;
  --primary-gradient: linear-gradient(90deg, #009644 0%, #18adc0 100%);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

.sticky,
header {
  position: fixed
}

.edit {
  background-color: #334053;
  padding: 11px 0;
  font-size: 12px;
  letter-spacing: .5px;
  font-weight: 300 !important
}

.head_1 {
  font-size: 19px;
  font-weight: 500
}

.time-span {
  color: rgb(255, 255, 255, 80%);
  font-size: 16px
}

.time-unit {
  background-color: #475364;
  border-radius: 2px;
  font-weight: 500;
  color: #fff
}

@media (max-width:768px) {
  .edit {
    font-size: 11px;
    padding: 5px 0
  }

  #masthead .btn-custom-order {
    padding: .5rem 1.5rem !important;
    border-radius: 12px;
    color: #004b5a;
    font-size: 1rem
  }
}

.navbar-nav a {
  color: #4a5568 !important;
  font-weight: 500;
  font-size: 17px
}

.navbar-nav .nav-link:hover {
  color: #00bcd4 !important
}

li.nav-item.dropdown:hover {
  background: linear-gradient(90deg, #009644 0, #18adc0 100%);
  border-radius: 10px;
  color: #fff !important
}

.navbar-nav .dropdown .nav-link:hover {
  color: #fff !important
}

.dropdown-item:hover {
  background: linear-gradient(to right, #6fdc9f, #7ac0db);
  border-radius: 10px;
  color: #fff !important
}

.dropdown-menu {
  border: none !important;
  line-height: 33px
}

a.dropdown-item.text-center {
  text-align: left !important
}

.navbar .dropdown-toggle::after {
  margin-left: 0 !important
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-brand img {
  height: 45px
}

@media (max-width:992px) {
  .navbar-nav a {
    font-size: 16px;
    padding: 10px 0
  }

  .navbar-brand img {
    height: 40px
  }

  .order-now-btn {
    margin-left: 0 !important
  }
}

@media (max-width:768px) {
  .navbar-nav a {
    text-align: center;
    border-bottom: 1px solid #e9ecef;
    padding: 15px 0
  }

  .navbar-brand img {
    height: 35px
  }

  button.navbar-toggler:active {
    background: 0 0 !important;
    border: none !important;
    outline: 0 !important
  }
}

.footer-section {
  background-color: #2c3e50;
  color: #fff;
  padding: 50px 0 20px
}

.main-footer-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px
}

.company-section {
  flex: 0 0 400px
}

.footer-logo img {
  max-width: 180px;
  height: auto;
  margin-bottom: 20px
}

.company-description {
  font-size: 14px;
  line-height: 1.6;
  color: #bdc3c7;
  margin-bottom: 30px;
  max-width: 380px
}

.rating-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  max-width: 380px
}

.award-item,
.rating-item {
  text-align: center;
  flex: 1
}

.rating-item img {
  height: 35px;
  width: auto;
  margin-bottom: 8px
}

.rating-stars {
  font-size: 12px;
  color: #f39c12;
  margin-bottom: 3px
}

.rating-score {
  font-size: 12px;
  color: #fff !important;
  font-weight: 600
}

.awards-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 380px
}

.award-item img {
  height: 30px;
  width: auto;
  margin-bottom: 5px
}

.award-text {
  font-size: 11px;
  color: #95a5a6;
  line-height: 1.2
}

.nav-section {
  display: flex;
  gap: 60px
}

.nav-column {
  min-width: 180px
}
.btn-custom-order {
  background-color: #e4fbfe;
  color: var(--primary-color);
  font-weight: 500;
  border: none;
  padding: 10px 12px;
  border-radius: 12px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer-links ul li {
  margin-bottom: 10px
}

.footer-links ul li a {
  color: #bdc3c7;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  transition: color .3s
}

.footer-bottom-links a:hover,
.footer-links ul li a:hover {
  color: #3498db
}

.contact-section {
  flex: 0 0 300px
}

.contact-item {
  margin-bottom: 20px
}

.contact-header {
  display: flex;
  align-items: center;
  margin-bottom: 5px
}

.contact-icon {
  font-size: 16px;
  margin-right: 10px;
  width: 20px
}

.contact-title {
  font-size: 14px;
  font-weight: 600
}

.contact-details {
  color: #95a5a6;
  font-size: 13px;
  line-height: 1.4;
  margin-left: 30px
}

.social-section {
  border-top: 1px solid #34495e;
  margin-top: 40px;
  padding-top: 20px
}

.social-row {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.social-icons {
  display: flex;
  gap: 10px
}

.social-icons a {
  color: #3498db;
  font-size: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #34495e;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s
}

.social-icons a:hover {
  background-color: #3498db;
  color: #fff
}

.footer-bottom-links {
  display: flex;
  gap: 20px
}

.footer-bottom-links a {
  color: #bdc3c7;
  text-decoration: none;
  font-size: 14px;
  transition: color .3s
}

@media (max-width:1200px) {
  .main-footer-content {
    flex-direction: column;
    gap: 30px
  }

  .company-section,
  .contact-section {
    flex: none;
    align-self: center;
    max-width: 100%
  }

  .nav-section {
    gap: 40px
  }
}

@media (max-width:992px) {
  .footer-section {
    padding: 40px 0 15px
  }

  .nav-section {
    gap: 30px
  }

  .company-section,
  .contact-section {
    flex: none;
    max-width: 100%
  }
}

@media (max-width:768px) {
  .footer-section {
    padding: 30px 0 15px
  }

  .nav-section {
    flex-direction: column;
    gap: 20px
  }

  .awards-row,
  .rating-row {
    max-width: 100%
  }

  .social-row {
    flex-direction: column;
    gap: 15px;
    text-align: left
  }

  .footer-bottom-links {
    justify-content: center
  }

  .company-description,
  .footer-logo {
    text-align: center
  }

  .gap-4 {
    gap: 0 !important
  }

  .rating-section .gap-4 {
    gap: 2rem !important
  }
}

@media (max-width:576px) {
  .edit {
    font-size: 10px
  }

  .rating {
    display: flex;
    font-size: 13px
  }

  .rating-box img {
    height: 25px
  }

  .time-unit {
    padding: 2px 4px;
    font-size: 10px
  }

  .navbar-nav a {
    font-size: 14px;
    text-align: left !important
  }

  .navbar-brand img {
    height: 32px
  }

  .rating-row {
    gap: 15px
  }

  .awards-row {
    gap: 10px
  }

  .footer-bottom-links {
    flex-direction: column;
    gap: 10px
  }

  .social-icons {
    justify-content: center
  }

  .contact-details {
    margin-left: 0;
    text-align: left !important
  }

  .contact-header {
    justify-content: flex-start !important
  }

  .contact-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start
  }

  .contact-item {
    align-items: flex-start;
    text-align: left
  }
}

@media (max-width:480px) {
  .footer-section {
    padding: 20px 0 10px
  }

  .rating-item img {
    height: 25px
  }

  .award-item img {
    height: 20px
  }

  .footer-logo img {
    max-width: 150px
  }

  .company-description,
  .footer-links ul li a {
    font-size: 13px
  }
}

.sticky {
  top: 0;
  width: 100%;
  z-index: 5000;
  background: #fff
}

.tv-header--sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 101;
  background-color: #fff
}

header {
  height: auto;
  width: 100%;
  z-index: 100
}

@media (max-width:767px) {
  li.nav-item {
    width: 100%;
    padding: 0 10px
  }
}

@media (min-device-width:320px) and (max-device-width:768px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border: none;
    text-align: center;
    max-width: 372px;
    margin: auto
  }
}

@media (max-width:991px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    text-align: center;
    max-width: 220px;
    margin: auto;
    position: absolute;
    width: 100%;
    padding: 0 14px;
    height: auto
  }
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: none;
  border-radius: 8px
}

@media (max-width:991.98px) {
  .navbar-nav .dropdown-toggle::after {
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important
  }

  .navbar-nav .dropdown-menu.show {
    display: block !important
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    text-align: center !important;
    max-width: 100% !important;
    margin: auto !important
  }
}

textarea {
  height: 150px
}

.modal-body {
  margin-left: 20px
}

@media (min-width:850px) {
  #modalQuickView .modal-dialog {
    width: 830px;
    max-width: 830px;
    margin: 30px auto
  }
}

.contact-custom-close,.custom-close {
  top: 0;
  right: 0;
  z-index: 999;
  border: none;
  font-size: 24px;
  font-weight: 900;
  opacity: 1;
  position: absolute;
  background: 0 0;
  cursor: pointer
}

.modal-body p {
  font-weight: 500;
  color: #666;
  margin: 0
}

.custom-close:hover {
  color: red!important;
  opacity: 1
}

.custom-close {
  color: red
}

@media (max-widtH: 767px) {
  .custom-close {
      position:absolute;
      top: 0;
      right: 0
  }

  .hero-right-container::before {
      width: 100%
  }

  .box.arrow-left:after {
      content: " ";
      position: absolute;
      left: -18px!important;
      top: 52%!important;
      border-top: 20px solid transparent;
      border-right: 20px solid #1fa0d6;
      border-left: none;
      border-bottom: 20px solid transparent
  }

  .sideMainHead,.sideMainpara {
      text-align: left
  }

  .contact-custom-close {
      color: #000!important
  }
}

.contact-custom-close {
  color: #fff;
  text-shadow: 0 0 transparent
}

.sideMainpara {
  font-family: Inter,sans-serif;
  font-size: 16px!important;
  font-weight: 400!important;
  color: #000!important
}

.box {
  background-color: #1fa0d6;
  padding: 20px
}

.box.arrow-left:after {
  content: " ";
  position: absolute;
  left: 48%;
  top: 25px;
  border-top: 20px solid transparent;
  border-right: 20px solid #1fa0d6;
  border-left: none;
  border-bottom: 20px solid transparent
}

.feedback-input {
  font-weight: 500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent!important;
  border: 1px solid #fff;
  transition: .3s;
  padding: 13px;
  margin-bottom: 15px;
  box-sizing: border-box;
  width: 100%;
  outline: 0
}

.sendEmail {
  width: 100%;
  background: #fff;
  border-radius: 50px!important;
  border: 0;
  color: #000;
  font-size: 20px;
  transition: .3s;
  margin-top: -4px
}

.rating i {
  color: #FCCA0D !important;
}
.rating  {
  font-size: 0.9rem;
}