html,
body {
  font-family: Roboto;
  background-color: rgb(250, 249, 249);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.navbar {
  transition: all 0.3s ease;
  /* Smooth transition */
}

/* .dropdown-menu{
  width: auto!important;
  height: auto;
} */

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown-mega {
  position: static;
}

.nav-item.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 4%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  /* transition: all 0.2s ease-in-out; */
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.mega-menu {
  display: none;
}

/* till here  */
.mega:hover .mega-menu {
  display: block;
}

.logo {
  width: 100%;
  height: 50px;

}

.lp {
  font-size: 15px;
  font-weight: 400;
  color: black !important;
}

.lp:hover {
  color: rgb(189, 18, 84) !important;
}

.a {
  color: black !important;
}

.cli {
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid rgb(131, 130, 130);
  border-width: 75%;
}


.cli:hover {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid rgb(189, 18, 84);
}

.cli:hover a {
  color: rgb(189, 18, 84) !important;
}

.ucli {
  list-style-type: none !important;
}

.scli {
  font-size: 16px;
  margin-left: -25px !important;
  /* padding-right: 15px !important; */
  list-style-type: none !important;
}

.sli {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: black !important;
  border-bottom: 1px solid rgb(131, 130, 130);
  border-width: 75%;
}

.sli:hover {
  font-size: 15px;
  font-weight: 500;
  border-bottom: 2px solid rgb(189, 18, 84);
  background-color: white;

}

.sli:hover a {
  color: rgb(189, 18, 84) !important;
}

.cli-head {
  color: rgb(189, 18, 84);
}

.sega {
  width: 100% !important;
}

@media(max-width:800px) {

  .cli {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid rgb(131, 130, 130);
    border-width: 75%;
  }


  .cli:hover {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 2px solid rgb(189, 18, 84);
  }

  .cli:hover a {
    color: rgb(189, 18, 84) !important;
  }

  .ucli {
    list-style-type: none !important;
  }

  .scli {
    font-size: 14px;
    margin-left: -10px !important;
    padding-right: 15px !important;
    list-style-type: none !important;
  }

  .sli {
    font-size: 14px;
    font-weight: 500;
    color: black !important;
    border-bottom: 1px solid rgb(131, 130, 130);
    border-width: 75%;
  }

  .sli:hover {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 2px solid rgb(189, 18, 84);
  }

  .sli:hover a {
    color: rgb(189, 18, 84) !important;
  }

  .cli-head {
    color: rgb(189, 18, 84);
  }

}

@media(max-width:600px) {

  .nav-item.dropdown-mega .dropdown-menu {
    width: 99% !important;
    top: auto;
    left: 1% !important;
  }

  .mega-menu {
    box-shadow: 0px 1px 2px 2px rgb(189, 18, 84) !important;
  }

  .cli {
    margin-left: -15px;
  }

}

.btn_pay {
  font-size: 16px;
  font-weight: 600;
  background-color: rgb(189, 18, 84);
  color: white;
  margin-left: 20px;
}

.btn_pay:hover {
  background-color: white;
  color: rgb(189, 18, 84);
  border: 1px solid rgb(189, 18, 84);
}

.patti {
  background-color: rgb(189, 18, 84);
}

.gicon {
  font-size: 18px;
  border-radius: 50%;
  padding-top: 8px;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 7px;
  background-color: rgb(86, 156, 248);
}

.tlink {
  font-size: 13px;
  color: white;
  text-decoration: none;
}

.tlink:hover {
  color: rgb(189, 18, 84) !important;
}

.ticon {
  font-size: 13px;
  border-radius: 50%;
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 10px;
  background-color: rgb(86, 156, 248);
}

.fa-angle-down {
  font-size: 16px;
  font-weight: 600;
}


.nav-icon {
  display: none;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  float: right;
}


@media(max-width:800px) {
  .nav-item.dropdown-mega .dropdown-menu {
    width: 100% !important;
    top: auto;
    /* left: 1% !important; */
  }

  .mega-menu {
    min-height: auto;
    max-height: 450px;
  }

  .fa-angle-down {
    display: none;
    font-size: 16px;
    font-weight: 600;

  }

  .nav-icon {
    display: block !important;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    float: right;
  }

}

@media(max-width:600px) {

  .fa-angle-down {
    display: none;
    font-size: 16px;
    font-weight: 600;
  }

  .nav-icon {
    display: block;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    float: right;
  }


  .btn_pay {
    font-size: 16px;
    font-weight: 600;
    background-color: rgb(189, 18, 84);
    color: white;
    margin-left: 0px;
    margin-top: 10px;
  }

  .btn_pay:hover {
    background-color: white;
    color: rgb(189, 18, 84);
    border: 2px solid rgb(189, 18, 84);
  }


}

/* Footer */
footer {
  background-color: #153356;
}

.fli {
  font-size: 17px;
  font-weight: 500;


}

.fli:hover {
  font-size: 17px;
  font-weight: 500;

}

.fli a {
  color: rgb(236, 228, 228) !important;
}

.fli:hover a {
  color: #D21404 !important;
}

.fcli {
  list-style-type: none !important;
}

.mat-icon {
  font-size: 18px;
}

.fli-head {
  font-size: 24px;
  font-weight: 600;
  padding-left: 40px;
}

.fw-normal {
  background-color: #ff6633;
  padding: 10px 12px;
  border-radius: 3px;
  border-color: #ff3300;
}

.fcli .fli .flispan {
  font-family: arial;
  line-height: 25px;
  font-size: 17px;
  margin: 0px 0px;
}

.flink {
  font-size: 14px;
  color: white;
  text-decoration: none;
}

.flink:hover {
  color: #D21404 !important;
}

.ficon {
  font-size: 17px;
  border-radius: 50%;
  padding-top: 15px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 15px;
  background-color: rgb(86, 156, 248);
}

.btn-top {
  font-size: 29px;
  color: white;
  background-color: #c93225;
  position: fixed;
  z-index: 2;
  top: 600px;
  left: 90%;
  padding: 10px;
}

.btn-top:hover {
  color: white;
  background-color: #ed3e2f;
  box-shadow: 0 4px 8px #ec5447;
}

.btn-whatsapp {
  font-size: 36px;
  color: white;
  background-color: rgb(4, 179, 4);
  position: fixed;
  z-index: 2;
  top: 600px;
  right: 90%;
  border-radius: 50%;
  padding: 15px;
}

.btn-whatsapp:hover {
  color: white;
  background-color: rgb(4, 179, 4);
  box-shadow: 0 4px 8px rgb(61, 206, 61);
}

.btn-phone {
  font-size: 30px;
  color: white;
  background-color: rgb(4, 179, 4);
  position: fixed;
  z-index: 2;
  padding: 15px;
  top: 530px;
  left: 90%;
  border-radius: 50%;
}

.btn-phone:hover {
  color: white;
  background-color: rgb(4, 179, 4);
  box-shadow: 0 4px 8px rgb(61, 206, 61)
}

@media(max-width:800px) {

  .btn-top {
    font-size: 26px;
    color: white;
    background-color: #c93225;
    position: fixed;
    z-index: 2;
    top: 520px;
    left: 90%;
  }

  .btn-top:hover {
    color: white;
    background-color: #ed3e2f;
    box-shadow: 0 4px 8px #ec5447;
  }

  .btn-whatsapp {
    font-size: 32px;
    color: white;
    background-color: rgb(4, 179, 4);
    position: fixed;
    z-index: 2;
    top: 500px;
    right: 90%;
    border-radius: 50%;
  }

  .btn-whatsapp:hover {
    color: white;
    background-color: rgb(4, 179, 4);
    box-shadow: 0 4px 8px rgb(61, 206, 61);
  }

  .btn-phone {
    font-size: 28px;
    color: white;
    background-color: rgb(4, 179, 4);
    position: fixed;
    z-index: 2;
    top: 450px;
    left: 90%;
    border-radius: 50%;
  }

  .btn-phone:hover {
    color: white;
    background-color: rgb(4, 179, 4);
    box-shadow: 0 4px 8px rgb(61, 206, 61)
  }

}

@media(max-width:600px) {

  .btn-top {
    font-size: 26px;
    color: white;
    background-color: #c93225;
    position: fixed;
    z-index: 2;
    top: 80%;
    left: 81%;
  }

  .btn-top:hover {
    color: white;
    background-color: #ed3e2f;
    box-shadow: 0 4px 8px #ec5447;
  }

  .btn-whatsapp {
    font-size: 32px;
    color: white;
    background-color: rgb(4, 179, 4);
    position: fixed;
    z-index: 2;
    top: 80%;
    right: 81%;
    border-radius: 50%;
  }

  .btn-whatsapp:hover {
    color: white;
    background-color: rgb(4, 179, 4);
    box-shadow: 0 4px 8px rgb(61, 206, 61);
  }

  .btn-phone {
    font-size: 26px;
    color: white;
    background-color: rgb(4, 179, 4);
    position: fixed;
    z-index: 2;
    top: 70%;
    left: 81%;
    border-radius: 50%;
  }

  .btn-phone:hover {
    color: white;
    background-color: rgb(4, 179, 4);
    box-shadow: 0 4px 8px rgb(61, 206, 61)
  }

  .patti {
    display: none !important;
  }

}

.btn-close {
  color: white;
}

/* home content */

.banner {
  width: 100%;
  height: 500px;
}

p {
  font-family: "Roboto";
}

.bg-bl {
  background-color: rgb(189, 18, 84);
}

/* Change the size and color of the previous button */
.owl-prev {
  /* background-color: #4CAF50;  */
  color: white !important;
  font-size: 40px !important;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;

}

/* Change the size and color of the next button */
.owl-next {
  background-color: #f44336;
  color: white !important;
  font-size: 40px !important;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}

/* Optionally, change hover effect */
.owl-prev:hover,
.owl-next:hover {
  background-color: #333;
  color: #fff;
}

.banner-info-icon {
  font-size: 28px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
  transition: all 0.5s;
}

/* Remove background color change for accordion header when active */
.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: inherit;
  box-shadow: none;
}

/* Remove hover or focus effects */
.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

/* Optional: Customize the background color when the accordion is not collapsed */
.accordion-button {
  background-color: transparent;
}

/* If you want to style the body as well */
.accordion-body {
  background-color: transparent;
}

/* Search Box */
.searchBox {
  width: 100%;
  background: rgb(189, 18, 84);
  border-bottom: 2px solid white;
  position: relative;
}

.searchBox .form-control {
  box-shadow: none !important;
}

.searchBox .input-group-text {
  color: white;
  background-color: rgb(189, 18, 84);
}

.searchBox .searchResultField {
  position: absolute;
  border-radius: 4px;
  z-index: 99;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 98%;
  min-height: auto;
  max-height: 350px;
  overflow: auto;
  scrollbar-width: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.search-item {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  border-bottom: 1px solid #eee;
}

.search-item:last-child {
  border-bottom: none;
}

.search-item .mini-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 4px;
}

.search-item span {
  font-size: 16px;
  color: #333;
}

.searchResultField a {
  text-decoration: none;
  color: inherit;
}

.searchBox .searchResultField::-webkit-scrollbar {
  width: 0px;
}

.searchBox .searchResultField:hover {
  scrollbar-width: thin;
}

.searchBox .searchResultField:hover::-webkit-scrollbar {
  width: 8px;
}

.searchBox .searchResultField:hover::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

.searchBox .searchResultField:hover::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}

.searchBox .searchResultField:hover::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.loginCard {
  background-color: white;
  padding: 12px 15px;
  border-radius: 5px;
  /* text-align: right; */
  min-height: 300px;
  max-height: auto;
}

.loginCard a {
  color: #6f8cc5;
}

.loginCard form {
  text-align: right;
}

.loginCard h6 {
  font-size: 15px;
}

.btn-login {
  background-color: #6f8cc5;
  color: white;
  font-size: 15px;
}

.bg-lightBlue {
  background-color: #d2d6de;
  width: 100%;
  height: 100vh;
}

.enterprisePartnership {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enterprisePartnership img {
  width: 100%;
  height: 400px;
  display: block;
}

.enterprisePartnership .content {
  position: absolute;
  right: 5%;
  width: 50%;
  /* background: rgba(255, 255, 255, 0.8); */
  padding: 15px;
  text-align: left;
  color: #000;
  border-radius: 8px;
  color: white;
  /* Optional */
}

.enterprisePartnership .content p {
  font-size: 16px;
}

.updatesAlert {
  border-radius: 6px;
}

.updatesAlert .card-header h4 {
  font-size: 20px !important;
  font-weight: bold;
}

.updatesAlert .card-body {
  border-radius: 6px;
  height: 240px;
  overflow-y: auto;
  scrollbar-width: none;

}

.updatesAlert .card-body::-webkit-scrollbar {
  width: 0px;
}

.updatesAlert .card-body:hover {
  scrollbar-width: thin;
}

.updatesAlert .card-body:hover::-webkit-scrollbar {
  width: 8px;
}

.updatesAlert .card-body:hover::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

.updatesAlert .card-body:hover::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}

.updatesAlert .card-body:hover::-webkit-scrollbar-thumb:hover {
  background: #555;
}

a {
  text-decoration: none;
}

.fa-magnifying-glass {
  font-size: 14px;
}

.updatesAlertContent {
  margin: 2px 0px;
  padding: 3px 3px;

}

.updatesAlertContent h6 {
  font-weight: bold;
  font-size: 16px;
}

.updatesAlertContent p {
  font-size: 14px;
  color: black;
}

.popularsearches {
  /* border: 1px solid gray; */
  padding: 2px 6px;
  border-radius: 3px;
  margin: 3px 5px;
  font-size: 14px;
  background-color: rgb(239, 238, 238);
  text-decoration: none;
}

/* Cart ScrollBar */
.cartBox-body::-webkit-scrollbar {
  width: 0px;
}

.cartBox-body:hover {
  scrollbar-width: thin;
}

.cartBox-body:hover::-webkit-scrollbar {
  width: 5px;
}

.cartBox-body:hover::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

.cartBox-body:hover::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}

.cartBox-body:hover::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* description Box ScrollBar */
.descriptionBox::-webkit-scrollbar {
  width: 0px;
}

.descriptionBox:hover {
  scrollbar-width: thin;
}

.descriptionBox:hover::-webkit-scrollbar {
  width: 5px;
}

.descriptionBox:hover::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

.descriptionBox:hover::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}

.descriptionBox:hover::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.lineright {
  border-left: 4px solid rgb(189, 18, 84) !important;
  border-radius: 3px;
}

.serviceView img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 3px;
}

.serviceView h3 {
  font-size: 24px;
  font-weight: bold;
}

.serviceView h6 {
  font-size: 15px;
}

.serviceView .serviceCard {
  padding: 10px 10px;
  border-radius: 4px;
  border: 2px dashed rgb(225, 225, 225);
}

.serviceCard h1,
.serviceCard h2,
.serviceCard h3 {
  font-weight: bold;
  font-size: 18px;
}

.serviceCard p,
.serviceCard ul li,
.serviceCard ol li {
  font-size: 14px;
  margin-top: 2px;
  font-weight: bold;
}

.serviceCard h6 strike {
  color: rgb(120, 120, 120);
  font-size: 18px;
}

.serviceCard button {
  font-size: 16px;
  font-weight: bold;
  padding: 3px 13px;
}

.cartBox {
  background-color: white;
  border-radius: 3px;
}

.cartBox-body {
  height: 320px;
  overflow: auto;
  scrollbar-width: none;
}

.cartBox-footer h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  margin-top: 2px;
}

.fa-bag-shopping {
  font-size: 65px;
  color: rgb(191, 33, 93);
}

.cartItem {
  margin: 3px 0px;
  padding: 2px 10px;
}

.cartItem img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
}

.cartItem .content h6 {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  margin: 0px;
}

.cartItem .content p {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.cartItem .content .input-group button {
  padding: 3px;
  border-radius: 6px;
}

.content .quantitybox {
  display: flex;
  justify-content: start;
  padding-top: 5px;
  padding-left: 10px;
}

.content a {
  font-size: 14px;
  color: black;
}

.content .quantitybox button {
  margin: 0px 3px;
  font-size: 8px;
  font-weight: bold;
  color: white;
  background-color: rgb(189, 18, 84);
  border: 0px;
  border-radius: 10px;
  padding: 0px 10px;
  height: 25px;
}

.content .quantitybox input {
  margin: 2px 0px;
  text-align: center;
  font-size: 15px;
  padding-left: 10px;
  width: 40px;
  height: 25px;
  background-color: rgb(247, 235, 235);
  border: 0px;
  border-radius: 5px;
}

.story {
  padding: 10px;
}

.story img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.story h3 {
  font-size: 36px;
  font-weight: bold;

}

.story p {
  font-size: 17px;
  word-spacing: 2px;
  margin-top: 5px;

}

/* Checkout */
.checkoutBox {
  background-color: white;
  border-radius: 5px;
  padding: 0px 10px;
}

.checkoutBox .checkoutBox-header {
  padding: 0px 5px;
  font-family: Arial, Helvetica, sans-serif;
}

.checkoutBox .checkoutBox-header img {
  height: 100px;
  width: 100px;
  object-fit: contain;
}

.checkoutBox-header .content h4 {
  font-size: 21px;
  font-weight: bold;
}

.checkoutBox-header .content p {
  font-size: 13px;
  color: rgb(124, 124, 124);
  margin: 0px;
}

.checkoutBox .checkoutBox-body {
  border-top: 1px solid rgb(147, 147, 147);
  font-family: Arial, Helvetica, sans-serif;
  padding: 6px 5px;
}

.checkoutBox-body .content h4 {
  font-size: 20px;
  font-weight: bold;
  color: rgb(57, 57, 57);
}

.checkoutBox-body .content h6 {
  font-size: 15px;
  color: rgb(57, 57, 57);
  margin: 0px;
}

.checkoutBox-body .content .fieldName,
.checkoutBox-body .content .fieldPhone,
.checkoutBox-body .content .fieldEmail {
  font-size: 15px;
  color: rgb(73, 73, 73);
  margin: 2px 0px;
}

.checkoutBox .checkoutBox-footer {
  border-top: 1px solid rgb(57, 57, 57);
}

.checkoutBox-footer .content h4 {
  font-size: 21px;
  font-weight: bold;
}

.checkoutBox-footer .content p {
  font-size: 14px;
  color: rgb(124, 124, 124);
  margin: 0px;
}

.descriptionBox {
  font-family: Arial, Helvetica, sans-serif;
  min-height: auto;
  max-height: 500px;
}

.descriptionContent .content h3,
.descriptionContent .content h2,
.descriptionContent .content h1 {
  font-size: 18px;
  color: black;
  font-weight: bold;
}

.descriptionContent .content p,
.descriptionContent .content ul,
.descriptionContent .content ol {
  font-size: 15px;
  color: rgb(83, 83, 83);
}

.descriptionContent .content {
  font-size: 14px;
  color: rgb(83, 83, 83);
}

.descriptionContent .content ul li,
.descriptionContent .content ol li {
  font-size: 15px;
  margin-top: 3px;
  color: rgb(83, 83, 83);
}


.testimonialCard {
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

.testimonialCard p {
  font-size: 13px;
}

.testimonialCard p i {
  font-size: 14px;
  color: rgb(255, 188, 3);
}

.testimonialCard .author img {
  width: 60px;
  height: 60px;
  margin-right: 12px;
  border-radius: 50%;
}

.testimonialCard .author h5 {
  padding-top: 20px;
  font-size: 14px;
}

.testimonialCard .author h5 span {
  color: rgb(161, 160, 160);
}

.reviewStar {
  font-size: 15px;
}

#owl-testimonial .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  /* allows clicks to pass through except buttons */
}

#owl-testimonial .owl-nav button.owl-prev,
#owl-testimonial .owl-nav button.owl-next {
  background-color: rgb(189, 18, 84);
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  /* override pointer-events: none from parent */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
}

#owl-testimonial .owl-nav button.owl-prev:hover,
#owl-testimonial .owl-nav button.owl-next:hover {
  background-color: #a50c47;
  /* Slightly darker on hover */
}
.fa-chevron-left, .fa-chevron-right{
  font-size: 14px;
}


@media (max-width: 991.98px) {
  .offcanvas-end {
    width: 350px;
  }

  .cartBox-body {
    height: 430px;
  }
}

@media (max-width: 768px) {
  .enterprisePartnership .content {
    position: absolute;
    width: 100%;
    /* background: #fff; */
    margin-top: 10px;
  }
}

@media(max-width:600px) {
  .banner {
    width: 100%;
    height: 300px;
  }

  .enterprisePartnership {
    width: 100%;
    height: 430px;
  }

  .enterprisePartnership img {
    width: 100%;
    height: 430px;
    display: block;
  }

  .enterprisePartnership .content {
    position: absolute;
    right: 3%;
    width: 100%;
    padding: 15px 30px;
    text-align: left;
    color: #000;
    border-radius: 3px;
    color: white;
  }

}