html,
body {
  font-family: Lexend Deca, sans-serif !important;
  background-color: rgb(250, 249, 249);
  -webkit-font-smoothing: subpixel-antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lexend Deca, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;

}

@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: 70px;
  height: 60px;
  border-radius: 30px;

}

.logo-text {
  font-family: Lexend Deca, sans-serif !important;
  font-size: 28px;
  font-weight: 700;
  word-spacing: 2px;
  /* color: #eebf06; */
}

.lp {
  font-size: 15px;
  font-weight: 400;
  color: black !important;
}

.lp:hover {
  color: #eebf06 !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 #eebf06;
}

.cli:hover a {
  color: #eebf06 !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 #eebf06;
  background-color: white;

}

.sli:hover a {
  color: #eebf06 !important;
}

.cli-head {
  color: #eebf06;
}

.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 #ffdd55;
  }

  .cli:hover a {
    color: #ffdd55 !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 #ffdd55;
  }

  .sli:hover a {
    color: #ffdd55 !important;
  }

  .cli-head {
    color: #ffdd55;
  }

}

@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 #ffdd55 !important;
  }

  .cli {
    margin-left: -15px;
  }

}

.btn_pay {
  font-size: 16px;
  font-weight: 600;
  background-color: #ffdd55;
  color: white;
  margin-left: 20px;
}

.btn_pay:hover {
  background-color: white;
  color: #ffdd55;
  border: 1px solid #ffdd55;
}

.patti {
  background-color: #ffdd55;
}

.gicon {
  font-size: 18px;
  border-radius: 50%;
  padding-top: 8px;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 7px;
  color: #ffdd55;
  background-color: white;
}

.tlink {
  font-size: 13px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.tlink:hover {
  color: #ffdd55 !important;
}

.ticon {
  font-size: 13px;
  border-radius: 50%;
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 10px;
  background-color: #ffff00;
}

.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: #ffdd55;
    color: white;
    margin-left: 0px;
    margin-top: 10px;
  }

  .btn_pay:hover {
    background-color: white;
    color: #ffdd55;
    border: 2px solid #ffdd55;
  }


}

/* Footer */
footer {
  background-color: #16293c;
}

.fmat-icon {
  font-size: 18px;
  background-color: #16293c;
}

.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;
  background-color: #192533;
}

.btn-login-header {
  font-size: 15px;
  padding: 5px 25px;
  color: #ffff00 !important;
  font-weight: bold;
  border: 2px solid #ffff00;
  border-radius: 20px;

}

.btn-search-header {
  font-size: 15px;
  padding: 5px 25px;
  color: #ffff00 !important;
  font-weight: bold;
  border: 2px solid #ffff00;
  border-radius: 20px;

}

.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: Lexend Deca, sans-serif !important;
  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: #ffdd55;
}

.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 {
  position: fixed;
  z-index: 2;
  top: 600px;
  right: 93%;
  border-radius: 50%;
}

.btn-whatsapp:hover {
  box-shadow: 0 4px 8px rgb(123, 233, 123);
}

.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)
}

.whatsappImage {
  width: 50px;
  height: 50px;
  border-radius: 50%;

}

@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 {
    position: fixed;
    z-index: 2;
    top: 500px;
    right: 90%;
  }

  .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 {
    position: fixed;
    z-index: 2;
    top: 80%;
    right: 81%;

  }

  .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: Lexend Deca, sans-serif !important;
}

.bg-bl {
  background-color: #ffdd55;
}

.centerLine {
  background-color: #ffdd55;
  width: 50px;
  height: 3px;
  border-radius: 20px;
}

/* 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;
}


.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: #ffff00;
  border-bottom: 2px solid white;
  position: relative;
}

.searchBox .form-control {
  box-shadow: none !important;
}

.searchBox .input-group-text {
  color: white;
  background-color: #ffff00;
}

.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 #ffdd55 !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: #ffff00;
}

.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: #ffdd55;
  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: Lexend Deca, sans-serif !important;
}

.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: Lexend Deca, sans-serif !important;
  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: Lexend Deca, sans-serif !important;
  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: 16px;
}

.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: #ffdd55;
  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: #ffdd55;
  /* Slightly darker on hover */
}

#owl-empower .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-empower .owl-nav button.owl-prev,
#owl-empower .owl-nav button.owl-next {
  background-color: #ffff00;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  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-empower .owl-nav button.owl-prev:hover,
#owl-empower .owl-nav button.owl-next:hover {
  background-color: #ffff00;
  /* Slightly darker on hover */
}

.fa-chevron-left,
.fa-chevron-right {
  font-size: 14px;
}

.ck-content img {
  max-width: 100%;
  height: auto;
}

.banner-info-icon {
  width: 75px;
  height: 75px;

}

.technology_box {
  margin-bottom: 10px;
}

.technology_box .tech_head {
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  float: left;
}

.technology_box .tech_head:after {
  position: absolute;
  bottom: 0;
  content: '';
  height: 2px;
  background: #f1c90f;
  width: 100px;
  left: 0;
}

.technology_box .tech_head:after {
  clear: both;
  content: '';
  display: block;
}

.technology_box li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  list-style-type: none;
}

.tech_box {
  background: #fff;
  padding: 10px;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
  border: 2px solid #e0dfdf;
  width: 80px;
  height: 74px;
  display: flex;
  justify-content: center;
}

.tech_box img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.strip-style {
  position: relative;
  padding: 50px 0;
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
}

.strip-style-text {
  margin-top: 20px;
}

.strip-style-text span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 2px 15px;
  margin: 0;
  text-transform: uppercase;
}

.strip-style-wrap {
  position: relative;
  text-align: center;
  margin-top: 25px;
  position: relative;
}

.strip-style-wrap::after {
  content: '';
  background: url('../images/icons/arrow.png') no-repeat;
  position: absolute;
  width: 170px;
  height: 80px;
  background-size: 100%;
  right: -92px;
  top: 44px;
}

.strip-style-wrap-none::after {
  display: none;
}

.strip-style-wrap p {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 600;
  color: #0c0065;
}

.strip-style-wrap-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 2px dashed #000000;
  border-radius: 50px;
  padding: 10px;
  text-align: center;
  line-height: 75px;
  margin-bottom: 10px;
}

.strip-style-wrap-icon img {
  width: 60px;
}

.pattern1 {
  background: url('../images/pattern1.png') no-repeat center;
  background-size: cover;
}

.service-card {
  width: 100%;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  border-radius: 15px;
}

.service-card a {
  color: inherit;
  text-decoration: none;
}

.service-card:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}


/**
* THUMB
**/

.service-card-thumb {
  height: 240px;
  overflow: hidden;
  background-color: #000;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.service-card-thumb img {
  width: 100%;
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

/* .service-card:hover .service-card-thumb {
  height: 125px;
}

.service-card:hover .service-card-thumb img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
} */


/**
* card_BODY
**/

.service-card-body {
  position: relative;
  height: 115px;
  padding: 20px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

/* .service-card:hover .service-card-body {
  height: 230px;
} */

.service-card-category {
  position: absolute;
  top: -25px;
  left: 0;
  height: 25px;
  padding: 0 15px;
  background-color: #ffdd55;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 25px;
}

.service-card-title {
  margin: 0;
  padding: 0 0 5px 0;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  /* text-transform: uppercase; */
}

.service-card-subtitle {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 19px;
  color: #f5f2ad;
}

.service-card-description {
  position: absolute;
  left: 20px;
  right: 20px;
  /* bottom: 56px; */
  margin: 0;
  padding: 0;
  color: #666C74;
  line-height: 27px;
  opacity: 0;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* .service-card:hover .service-card-description {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
} */

.service-card-footer {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  color: #A3A9A2;
  padding: 0px 20px 20px 16px;
}

.service-card-footer a {
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  background: #f1c90f;
  color: #fff;
  font-size: 14px;
  border-radius: 30px;
}

.service-card:hover .service-card-footer a {
  background: #000;
}

.service-card:hover .th-btn:before,
.service-card:hover .th-btn:after {
  border-radius: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.sec-title p {
  font-size: 16px;
  word-spacing: 4px;
}

.font-22 {
  font-size: 22px;
}

.why-2-sec .why-2-box {
  padding: 25px 10px;
  background-color: #a7cbff;
  color: #000;
  /* min-height: 310px; */
  border-radius: 8px;
  margin-top: 20px;
}

.why-2-sec .bg-yellow {
  background-color: #ffef61 !important;
}

.why-2-sec .why-2-box .img-box {
  width: 100px;
  height: 100px;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-2-sec .why-2-box img {
  width: 100%;
  padding: 15px;
  object-fit: cover;
}

.why-2-sec .why-2-box .card-head {
  font-size: 17px;
}

.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}

.why-2-sec .why-2-box {
  padding: 25px 10px;
  background-color: #a7cbff;
  color: #000;
  /* min-height: 310px; */
  border-radius: 8px;
  margin-top: 20px;
}

.why-2-sec .bg-yellow {
  background-color: #ffef61 !important;
}

.why-2-sec .why-2-box .img-box {
  width: 100px;
  height: 100px;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-2-sec .why-2-box img {
  width: 100%;
  padding: 15px;
  object-fit: cover;
}

.why-2-sec .why-2-box .card-head {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.action_section {
  position: relative;
  padding: 60px 0;
  background: #f1c90f;
}

.action_section .head {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1.5;
}



.btn-style-two {
  display: inline-block;
  position: relative;
  line-height: 27px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  background: linear-gradient(45deg, #160372, #0256e4);
  padding: 4px 22px;
  border-radius: 50px;
  text-transform: uppercase;
  border: 2px solid #071a95;
  transition: all 0.2 ease;
}

.btn-style-two .icon {
  position: relative;
  top: 2px;
  font-size: 18px;
  margin-right: 4px;
}

.btn-style-two .iconL {
  position: relative;
  top: 2px;
  font-size: 18px;
  margin-left: 4px;
}

.btn-style-two:focus,
.btn-style-two:hover {
  color: #fff !important;
  background: linear-gradient(45deg, #0256e4, #160372);
}

.form-overlay {
  position: absolute;
  top: 1%;
  right: 5%;
  width: 23%;
  z-index: 10;
  background: rgba(252, 252, 252, 0.95);
  padding: 0px 20px 10px 20px;
  border: 1px solid black;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.form-overlay h5 {
  background-color: #ffff00;
  padding: 6px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.form-overlay .form-control {
  border: 1px solid rgb(33, 32, 32);
  padding: 10px;
  height: 42px;
  border-radius: 5px;
}

.service-overlay {
  background: rgba(252, 252, 252, 0.95);
  padding: 0px 20px 10px 20px;
  /* border: 1px solid black; */
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.service-overlay h5 {
  background-color: #ffff00;
  padding: 6px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.service-overlay .form-control {
  border: 1px solid rgb(33, 32, 32);
  padding: 10px;
  height: 42px;
  border-radius: 5px;
}

.empowerCard {
  background-color: white;
  box-shadow: 0 5px 6px rgba(0, 0, 0, .35);
  padding-bottom: 8px;
  padding-top: 20px;
  border-radius: 24px;
  position: relative;
  margin-left: 5px;
}

.empowerCard img {
  width: 70px;
  height: 70px;
  margin-left: 15px;
}

.empowerCard h5 {
  margin-left: 16px;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 700;
  line-height: 37.92px;

}

.empowerCard p {
  font-size: 22px;
  line-height: 28.8px;
  margin-left: 16px;
  font-weight: 400;

}

.empowerCard p i {
  font-size: 17px;
  background-color: #ffff00;
  padding: 5px 8px;
  border-radius: 10px;

}

.bg-yellow {
  background-color: #ffff00;
}

.recaptcha-wrapper {
  transform: scale(0.9);
  transform-origin: 0 0;
  max-width: 95%;
}

.carousel-container {
  position: relative;
}

.fs-20 {
  font-size: 20px !important;
}

.hs {
  font-size: 38px;
  line-height: 42px;
}

.genraCard {
  border-radius: 6px;
  background-color: #f4f4f4;
  text-align: center;
  padding: 20px 12px;
  height: auto;
  width: 100%;
}

.genraCard:hover {
  transition: all 0.5sec;
  transform: scale(1.1);
}

.genraCard img {
  height: 50px;
  width: auto;
}

.genraCard p {
  font-size: 16px;
  font-weight: 550;
  /* color: #ffff00; */
  color: black;
  margin-top: 5px;
}

#owl-empower .item p {
  font-size: 20px;
  margin: 10px 0px;
  text-align: center;
}

#owl-empower .owl-dots .owl-dot span {
  background: white !important;
  /* inactive dot */
}

/* Active dot */
#owl-empower .owl-dots .owl-dot.active span {
  background: white !important;
  /* active dot */
}

.agencyPartnerBox {
  border-radius: 16px;
  height: 250px;
  padding: 40px;
  content-visibility: auto;
  box-sizing: border-box;
  margin-top: 3em;
  background: linear-gradient(270deg, #ffff00 0%, #ffff00 100%);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.agencyPartnerBox h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 10px;
}

.agencyPartnerBox p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}

.agencyPartnerBox button {
  border-radius: 20px;
  font-size: 14px;
  color: white;
  font-weight: bold;
  padding: 8px 12px;
}

.agencyImage img {
  max-height: 250px;
}

.serveBox {
  background-color: #ffff00;
}

.serveContent h2 {
  font-size: 48px;
  line-height: 42px;
}

.serveContent p {
  margin-top: 18px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;

}

.serverTab {
  padding: 15px 5px;
}

.serverTab h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
}

.serverTab p {
  margin-top: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.serverTab ul {
  list-style-type: none;
  padding-left: 10px;
}

.serverTab li {
  font-size: 19px;
  font-weight: 500;
}

.serverTab li i {
  color: #0000b3;
  font-size: 19px;
  font-weight: 500;
}

.serveTab {
  padding: 10px 12px;
  border: 1px solid black;
  border-radius: 6px;
  background-color: white;
  width: auto !important;
}

.serveTab .nav-link {
  color: #000;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 6px;
}

.serveTab .nav-link.active {
  background-color: #0000b3;
  color: white;
  border-radius: 10px;
  border: 0px;
}

.serveTab .nav-link:hover,
.serveTab .nav-link:focus {
  border: none;
  background-color: #0000b3;
  border-radius: 10px;
  color: white;
}

.serveTab .nav-link img {
  margin-bottom: 8px;
  margin-left: 5px;
}

.serveTab .nav-tabs {
  border-bottom: none;
}

.serveTab .nav-item {
  padding: 0;
  margin: 0;
}

.servImageContainer {
  text-align: center;
}

.servImageContainer img {
  max-width: 100%;
  height: auto;
}

#cutomize_form .form-group .form-control,
#cutomize_form .form-group .form-select {
  border: 1px solid black;
  border-radius: 6px;
  padding: 7px;
  width: 100% !important;
}

/* Force Select2 to take full width inside your form */
#cutomize_form .select2-container {
  width: 100% !important;
}

#cutomize_form .select2-container--default .select2-selection--multiple {
  border: 1px solid black !important;
  border-radius: .375rem;
}

#cutomize_form .form-group .form-control:hover,
#cutomize_form .form-group .form-control:focus,
#cutomize_form .form-group .form-select:hover,
#cutomize_form .form-group .form-select:focus {
  box-shadow: none;
}

#mediaModal .modal-dialog .modal-content {
  border-radius: 15px !important;
}

.modalborder {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.mediaContent {
  height: 100%;
  padding-left: 13px;
  padding-right: 15px;
  padding-top: 15px;
  text-align: center;
}

.mediaContent h4 {
  font-weight: bold;
  color: #0000b3;
}

.mediaContent img {
  margin-top: 150px;
  width: auto;
  height: 250px;
}

.packageCard {
  padding: 20px 25px;
  background-color: white;
  border-radius: 15px;
  min-height: 400px;
  max-height: auto;
  box-shadow: 0px 0px 5px 1px #0101cb;
}

.packageCard:hover {
  box-shadow: 0px 0px 5px 1px #ffff00;
}

.packageCard h5 {
  font-size: 17px;
  font-weight: 500;
  margin: 5px 0px;
  font-weight: 600
}

.packageCard h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 5px 0px
}

.packageCard a {
  color: white;
  font-size: 17px;
  background-color: #0101cb;
  border-radius: 10px;
  text-align: center;
  width: auto;
  padding: 5px 8px;
  height: 40px;
}

.packageCard a i {
  font-size: 14px;
  margin-top: 8px;
}

.packageCard .item p {
  font-size: 15px;
  margin: 0px;
  font-weight: 500;
}

.packageCard .item i {
  font-size: 18px;
  color: green;
  margin-right: 7px;
  margin-top: 5px;
}



@media (max-width: 991.98px) {
  .form-overlay {
    display: none;
  }

  .empowerCard {
    border-radius: 8px;
    padding-bottom: 8px;
  }

  .empowerCard img {
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-left: 4px;
  }

  .empowerCard h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 23.7px;
    margin-left: 8px;
  }

  .empowerCard p {
    font-size: 14px;
    margin-left: 8px;
  }

  .agencyPartnerBox {
    padding: 20px;
    height: auto;
  }

  .agencyPartnerBox h2 {
    font-size: 26px;
    line-height: 32px;
    text-align: left;
  }

  .agencyPartnerBox p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .agencyPartnerBox button {
    font-size: 13px;
    padding: 6px 16px;
  }

  .agencyImage img {
    max-height: 200px;
    margin-top: 15px;
  }

}

@media (max-width: 600px) {
  .agencyPartnerBox {
    flex-direction: column;
    /* stack vertically */
    text-align: center;
    /* center align text */
    padding: 20px;
    height: auto;
  }

  .agencyPartnerBox h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }

  .agencyPartnerBox p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .agencyPartnerBox button {
    font-size: 13px;
    padding: 6px 16px;
  }

  .agencyImage img {
    max-height: 200px;
    margin-top: 15px;
  }

}

@media (max-width: 1024px) {
  .hs {
    font-size: 30px;
    line-height: 40px;
  }

  .serveContent h2 {
    font-size: 48px;
    line-height: 42px;
  }

  .serveContent p {
    margin-top: 18px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;

  }

  .serverTab {
    padding: 15px 0px;
  }

  .serverTab h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 42px;
  }

  .serverTab p {
    margin-top: 10px;
    font-size: 19px;
    line-height: 24px;
    font-weight: 500;
  }

  .serverTab ul {
    list-style-type: none;
    padding-left: 10px;
  }

  .serverTab li {
    font-size: 18px;
    font-weight: 500;
  }

  .serverTab li i {
    color: #0000b3;
    font-size: 16px;
    font-weight: 500;
  }

  .serveTab {
    padding: 10px 8px;
    border: 1px solid black;
    border-radius: 6px;
    background-color: white;
    width: auto !important;
  }

  .serveTab .nav-link {
    color: #000;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    margin-left: 5px;
  }

  .serveTab .nav-link.active {
    background-color: #0000b3;
    color: white;
    border-radius: 8px;
    border: 0px;
  }

  .serveTab .nav-link:hover,
  .serveTab .nav-link:focus {
    border: none;
    background-color: #0000b3;
    border-radius: 6px;
    color: white;
  }

  .serveTab .nav-link img {
    margin-bottom: 5px;
    margin-left: 3px;
  }

}

@media only screen and (max-width: 1200px) {
  .hs {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 1440px) {
  .hs {
    font-size: 32px;
    line-height: 40px;
  }
}



@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;
  }

  .serveTab {
    padding: 10px 0px;
    border: 1px solid black;
    border-radius: 6px;
    background-color: white;
    width: auto !important;
  }

  .serveTab .nav-link {
    color: #000;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    margin-left: 5px;
  }

  .serveTab .nav-link.active {
    background-color: #0000b3;
    color: white;
    border-radius: 6px;
    border: 0px;
  }

  .serveTab .nav-link:hover,
  .serveTab .nav-link:focus {
    border: none;
    background-color: #0000b3;
    border-radius: 6px;
    color: white;
  }


  .serveTab .nav-link img {
    margin-bottom: 8px;
    margin-left: 2px;
    width: auto;
    height: 18px;
  }

  .serverTab h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
  }

  .serverTab p {
    margin-top: 10px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
  }

  .serverTab ul {
    list-style-type: none;
    padding-left: 10px;
  }

  .serverTab li {
    font-size: 17px;
    font-weight: 500;
  }

  .serverTab li i {
    color: #0000b3;
    font-size: 17px;
    font-weight: 500;
  }

  .modalborder {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .mediaContent {
    height: 100%;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 12px;
    text-align: center;
  }

  .mediaContent img {
    margin-top: 70px;
    width: auto;
    height: 220px;
  }

}

@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;
  }

  .fs-20 {
    font-size: 18px !important;
  }

  .hs {
    font-size: 30px;
    font-weight: 500;
  }

  .empowerCard {
    padding-top: 8px;
    padding-bottom: 5px;
  }

  #owl-empower {
    width: auto !important;
    max-width: 300px !important;
    position: relative;
  }

  #owl-empower .item p {
    font-size: 17px;
    margin: 10px 0px;
    text-align: center;
  }

  .serveContent h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .serveContent p {
    margin-top: 12px;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;

  }

  .serverTab {
    padding: 12px 5px;
  }

  .serverTab h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
  }

  .serverTab p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }

  .serverTab ul {
    list-style-type: none;
    padding-left: 10px;
  }

  .serverTab li {
    font-size: 16px;
    font-weight: 500;
  }

  .serverTab li i {
    color: #0000b3;
    font-size: 16px;
    font-weight: 500;
  }

  .serveTab {
    padding: 8px 0px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: white;
    width: auto !important;
  }

  .serveTab .nav-link {
    color: #000;
    font-size: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    margin-left: 3px;
  }

  .serveTab .nav-link.active {
    background-color: #0000b3;
    color: white;
    border-radius: 8px;
    border: none;
  }

  .serveTab .nav-link:hover,
  .serveTab .nav-link:focus {
    border: none;
    background-color: #0000b3;
    border-radius: 8px;
    color: white;
  }

  .serveTab .nav-link img {
    margin-bottom: 5px;
    margin-left: 3px;
    width: auto;
    height: 15px;
  }

  .serveTab .nav-tabs {
    border-bottom: none;
  }

  .serveTab .nav-item {
    padding: 0;
    margin: 0;
  }

  .servImageContainer {
    text-align: center;
  }

  .servImageContainer img {
    max-width: 100%;
    height: auto;
  }

  .packageCard {
    padding: 20px 15px;
    background-color: white;
    border-radius: 12px;
    min-height: 400px;
    max-height: auto;
    box-shadow: 0px 0px 5px 1px #0101cb;
  }

}