html, body {
  font-family: heebo, sans-serif;
}

a {
  text-decoration: none;
}

.text-primary {
  color: #f07c00 !important;
}

.border-bottom-1 {
  border-bottom: 1px solid;
}

body {
  background-image: url("../images/bg-home.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-nav .navbar {
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 100;
  width: 100%;
}
.main-nav .nav-item {
  padding: 0 10px !important;
  font-size: 14px;
}
.main-nav .top-nav .book-home-collection {
  color: #fff;
  padding: 10px 20px;
  background-image: url("../images/bg-top-nav.png");
  background-size: cover;
}
.main-nav .top-nav .book-home-collection {
  font-size: 16px;
  font-weight: 600;
}
.main-nav .top-nav .book-home-collection span {
  color: #f07c00;
}
.main-nav .top-nav .book-home-collection a {
  margin-left: 40px;
  color: #fff;
}
.main-nav .top-nav .book-home-collection a i {
  background-color: #00C2CB;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  padding: 9px;
  text-align: center;
}
.main-nav .top-nav ul {
  float: right;
  list-style: none;
  margin: 0 !important;
}
.main-nav .top-nav ul li {
  display: inline-block;
  padding: 15px 20px;
}
.main-nav .top-nav ul li a {
  color: #f07c00;
}
.main-nav .btn-mylab {
  padding: 6px 40px !important;
}

.home-nav {
  margin-top: 50px;
  padding: 10px 20px;
  background-color: #fff;
  border-left: 5px solid #00C2CB;
  border-right: 5px solid #00C2CB;
  border-radius: 5px;
  box-shadow: 0 0px 8px -1px rgba(141, 141, 141, 0.3);
}

.second-nav {
  position: fixed;
  top: -180px;
  width: 100%;
  left: 0px;
  transition: 0.7s !important;
  z-index: 10;
}
.second-nav .main-nav {
  margin-top: 0px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0px 8px -1px rgba(141, 141, 141, 0.3);
}

.navbar-nav .nav-item {
  padding: 0 20px;
}
.navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #1D2864;
  font-weight: 600;
  border-bottom: 2px solid #fff;
  transition: all 0.4s ease-in-out;
}
.navbar-nav .nav-item .nav-link:hover {
  border-bottom: 2px solid #f07c00;
}
.navbar-nav .nav-item .active {
  border-bottom: 2px solid #f07c00;
}

.mobile-nav {
  box-shadow: 0 0px 8px -1px rgba(141, 141, 141, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  z-index: 3;
}
.mobile-nav .nav-item .btn-mylab {
  padding: 8px 20px !important;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .mobile-nav .nav-item .btn-mylab {
    width: 150px;
  }
}

.card {
  border: none !important;
  box-shadow: 0 0px 8px -1px rgba(141, 141, 141, 0.3);
}

.btn-mylab {
  border-radius: 50px;
  padding: 10px 40px !important;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #f07c00;
  border: none;
  transition: 0.4s !important;
}
.btn-mylab:hover {
  color: #fff;
  background-color: #4d4d4c !important;
  border: none;
}
@media (max-width: 768px) {
  .btn-mylab {
    padding: 5px 30px !important;
    font-size: 14px !important;
  }
}

.carousel-item img {
  animation: zoom-in-img 6s infinite;
}
@keyframes zoom-in-img {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

.hero-img-area {
  margin-top: 40px 0px;
  text-align: center;
}
@media (max-width: 992px) {
  .hero-img-area {
    margin-top: 60px 0px;
  }
}

.hero-content {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .hero-content {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .hero-content {
    margin-top: 0px;
  }
}
.hero-content h2 {
  font-weight: 700;
  color: #1D2864;
  font-size: 2.5rem;
}
@media (max-width: 992px) {
  .hero-content h2 {
    font-size: 1.5rem;
  }
}
.hero-content h1 {
  font-weight: 700;
  color: #1D2864;
  font-size: 3rem;
}
@media (max-width: 992px) {
  .hero-content h1 {
    font-size: 2rem;
  }
}
.hero-content p {
  color: #7A7A7A;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 20px !important;
}
.hero-content .statics {
  padding: 20px;
  text-align: center;
  border-bottom: 2px solid #1D2864;
  border-radius: 10px;
  background-color: #fff;
}

section {
  margin-top: 100px;
}
@media (max-width: 768px) {
  section {
    margin-top: 50px;
  }
}

.heading-center {
  padding: 0 20%;
  text-align: center;
}
@media (max-width: 992px) {
  .heading-center {
    padding: 0 10%;
  }
}
@media (max-width: 768px) {
  .heading-center {
    padding: 0 3%;
  }
}
.heading-center h5 {
  color: #f07c00;
}
.heading-center h2 {
  color: #1D2864;
  font-weight: 700;
}
.heading-center p {
  color: #7A7A7A;
}

.heading-left h5 {
  color: #f07c00;
}
.heading-left h2 {
  color: #1D2864;
  font-weight: 700;
}
.heading-left p {
  color: #7A7A7A;
}

.packages .package {
  padding: 0px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 0 0px 8px -1px rgba(141, 141, 141, 0.3);
}
.packages .package .badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.packages .package h4 {
  color: #1D2864;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1rem;
}
.packages .package p {
  color: #7A7A7A;
  font-weight: 500;
}
.packages .package .btn-mylab {
  text-align: center;
}
@media (max-width: 576px) {
  .packages .package .btn-mylab {
    padding: 8px 20px !important;
  }
}
.packages .package .package-price {
  margin: 10px 0;
  background-image: linear-gradient(45deg, #f07c00, #4d4d4c);
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .packages .package .package-price {
    padding: 10px;
    margin: 15px -15px;
  }
}
@media (max-width: 768px) {
  .packages .package .package-price {
    padding: 5px;
    margin: 10px -15px;
    font-size: 15px;
  }
}
.packages .package ul {
  margin: 0;
  padding-left: 3px !important;
  list-style: none;
}
.packages .package ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  margin-right: 5px;
}
.packages .package ul li {
  margin: 10px 0;
  font-weight: 500;
}
@media (max-width: 992px) {
  .packages .package ul li {
    margin: 5px 0;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .packages .package ul li {
    margin: 2px 0;
    font-size: 14px;
  }
}

.categories .category {
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 0 0px 8px -1px rgba(141, 141, 141, 0.3);
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.categories .category:hover {
  background-image: linear-gradient(45deg, #f07c00, #4d4d4c);
  box-shadow: 0 5px 20px rgba(255, 146, 29, 0.5);
}
.categories .category:hover h4 {
  color: #fff;
}
.categories .category:hover p {
  color: #e9e9e9;
}
.categories .category .category-icon {
  margin: 30px auto !important;
}
.categories .category .category-icon img {
  width: 80px !important;
  display: inline;
}
.categories .category h4 {
  color: #1D2864;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.categories .category p {
  color: #7A7A7A;
  font-weight: 500;
  font-size: 1.2rem;
}

.testimonials .testimonial {
  padding: 80px 20px;
  background-color: #fff;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 0 0px 8px -1px rgba(141, 141, 141, 0.3);
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.testimonials .testimonial:hover {
  background-image: linear-gradient(45deg, #f07c00, #4d4d4c);
  box-shadow: 0 5px 20px rgba(255, 146, 29, 0.5);
}
.testimonials .testimonial:hover h4 {
  color: #fff;
}
.testimonials .testimonial:hover p {
  color: #fff;
}
.testimonials .testimonial .testimonial-icon {
  background: #f07c00;
  padding: 10px 20px;
  position: absolute;
  top: -20px;
  border-radius: 10px;
  font-size: 25px;
  color: #fff;
  border: 2px solid #fff;
}
.testimonials .testimonial .testimonial-user {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
  padding: 11px;
}
.testimonials .testimonial .testimonial-user .testimonial-user-icon {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  color: #f07c00;
  margin-right: 10px;
  font-size: 20px;
  padding: 3px;
  border: 2px solid #f07c00;
}
.testimonials .testimonial .testimonial-user .testimonial-user-detail {
  text-align: left;
}
.testimonials .testimonial .testimonial-user .testimonial-user-detail h4 {
  color: #1D2864;
  text-transform: capitalize;
  font-size: 1rem;
  margin-bottom: 0px;
}
.testimonials .testimonial .testimonial-user .testimonial-user-detail p {
  color: #1D2864;
  font-size: 0.8rem;
  margin-bottom: 0px;
}

.work-process {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
  box-shadow: 0 0px 8px -1px rgba(141, 141, 141, 0.3);
}
.work-process:hover .work-process-content .work-process-icon {
  left: 70%;
}
.work-process .work-process-content {
  padding: 40px 20px;
  position: relative;
}
.work-process .work-process-content .work-process-icon {
  position: absolute;
  top: -80px;
  left: 20px;
  right: 0px;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0 0px 8px -1px rgba(141, 141, 141, 0.3);
  background-color: #fff;
  overflow: hidden;
  border: 5px solid #f07c00;
  transition: 0.5s;
}
.work-process .work-process-content h4 {
  color: #1D2864;
  text-transform: capitalize;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.work-process .work-process-content p {
  color: #1D2864;
  font-size: 1rem;
  margin-bottom: 0px;
}
.work-process .work-process-devider {
  background-image: linear-gradient(45deg, #f07c00, #4d4d4c);
  height: 20px;
  width: 100%;
}

.back-top {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  text-align: left;
  position: absolute;
  bottom: 60px;
  right: 40px;
  background-color: #f07c00;
  z-index: 1;
  box-shadow: 0 0 25px rgba(23, 23, 23, 0.25);
  text-align: center;
  font-size: 20px;
  transition: all 0.7s ease-in-out;
}
.back-top a {
  color: #fff;
  font-size: 35px;
}

footer {
  margin-top: 100px;
  background-color: #1d1d1d;
  position: relative;
  padding-top: 100px;
}
footer .footer {
  padding: 70px 0;
}
footer .footer h5 {
  color: #fff;
}
footer .footer ul {
  margin: 0 !important;
  padding-left: 10px;
}
footer .footer ul li {
  list-style: none;
  padding: 7px 0;
}
footer .footer ul li a {
  color: #ececec;
  transition: 0.5s;
}
footer .footer ul li a:hover {
  padding-left: 10px;
  color: #fff;
}
footer .footer .footer-social-media a {
  color: #fff;
  transition: 0.5s;
  margin: 5px 10px;
}
footer .footer .footer-social-media a div {
  background-color: #f07c00;
  display: inline-block;
  width: 45px;
  height: 45px;
  font-size: 20px;
  border-radius: 5px;
  text-align: center;
  padding: 9px 0;
  transition: 0.4s;
}
footer .footer .footer-social-media a:hover {
  color: #1D2864;
}
footer .footer .footer-social-media a:hover div {
  background-color: #fff;
}
footer .copyright {
  background-color: #000;
  padding: 15px 0;
  color: #ececec;
  text-align: center;
  font-weight: 500;
}
footer .copyright a {
  color: #fff;
}
footer .subscribe-bg {
  background-image: url("../images/bg-newllester.png");
  background-size: cover;
  padding: 50px;
}
@media (max-width: 992px) {
  footer .subscribe-bg {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  footer .subscribe-bg {
    padding: 20px;
  }
}
footer .subscribe {
  background-image: linear-gradient(45deg, #f07c00, #4d4d4c);
  position: absolute;
  left: 5%;
  right: 5%;
  top: -70px;
  border-radius: 10px;
  box-shadow: 0 0px 8px -1px rgba(141, 141, 141, 0.3);
}
footer .subscribe h5 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 0 !important;
}
footer .subscribe .form-control {
  background-color: rgba(255, 255, 255, 0.3607843137);
  border: none;
  height: 64px;
  padding-left: 30px;
}
@media (max-width: 992px) {
  footer .subscribe .form-control {
    margin-top: 20px;
    height: 54px;
    padding-left: 15px;
  }
}
footer .subscribe .btn-light {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 992px) {
  footer .subscribe .btn-light {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.inner-hero {
  background-image: url("../images/bg-pk.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 130px 0 70px;
}
@media (max-width: 768px) {
  .inner-hero {
    margin-top: 60px;
    padding: 60px 0;
  }
}
.inner-hero h1 {
  color: #fff !important;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .inner-hero h1 {
    font-size: 1.5rem;
  }
}
.inner-hero h4 {
  color: #fff !important;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 0 !important;
  margin-top: 5px;
  vertical-align: baseline;
}
@media (max-width: 768px) {
  .inner-hero h4 {
    font-size: 1rem;
  }
}

.contact {
  position: relative;
  margin-top: 10%;
}
.contact iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 992px) {
  .contact iframe {
    height: 300px;
  }
}
.contact .contact-card {
  width: 30%;
  position: absolute;
  right: 7%;
  top: -5%;
}
@media (max-width: 992px) {
  .contact .contact-card {
    width: 50%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .contact .contact-card {
    position: static;
    position: static;
    width: 90%;
    margin: 5%;
  }
}

.contact-card {
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0px 18px -1px rgba(116, 116, 116, 0.3);
  margin-bottom: 30px;
}
.contact-card .contact-header {
  padding: 20px;
  text-align: center;
  background-color: #E1F6F9;
}
.contact-card .contact-header h4 {
  color: #f07c00;
  font-size: 1.2rem;
  margin-bottom: 0px;
}
.contact-card .contact-body {
  padding: 30px 30px;
}
.contact-card .contact-body .contact-icon {
  color: #1D2864;
  float: left;
  font-size: 20px;
  color: #f07c00;
}
.contact-card .contact-body p {
  margin-left: 30px;
  color: #7A7A7A;
  margin-bottom: 30px;
}
.contact-card .contact-body h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.contact-us {
  background-image: url("../images/bg-image-man.png");
}
.contact-us .get-in-touch {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 5%;
  box-shadow: 0 5px 20px rgba(255, 146, 29, 0.5);
}
.contact-us .form-control {
  border: 1px solid #f07c00;
}
.contact-us ::-moz-placeholder {
  color: #c7c7c7;
}
.contact-us ::placeholder {
  color: #c7c7c7;
}
.contact-us .input-group-text {
  border-color: #f07c00;
}

.about-us {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
}
.about-us .card-heaer {
  color: var(--primary-color);
}
.about-us h1 {
  margin-bottom: 20px;
  color: #1D2864;
  font-weight: 700;
}
.about-us h4 {
  margin-bottom: 20px;
  color: #1D2864;
}
.about-us p {
  color: #6F7F90;
  font-family: heebo, sans-serif;
}

.blog {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.blog .blog-content {
  position: relative;
  margin-top: 20px;
}
.blog .blog-content h6 {
  color: #f07c00;
}
.blog .blog-content h4 {
  margin-bottom: 20px;
  color: #1D2864;
  font-weight: 700;
}
.blog .blog-content .blog-date {
  position: absolute;
  right: 10px;
  top: -20px;
  background-color: #f07c00;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
}
.blog .blog-content .blog-date h5 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
}
.blog .blog-img {
  text-align: center;
}

label.error {
  position: absolute;
  left: 15px;
  color: red;
  bottom: -19px;
  font-size: 14px;
}

.alert button {
  display: none !important;
}

.custom-checkbox-group {
  position: relative;
}
.custom-checkbox-group .custom-checkbox-label {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ced4da;
  padding: 5px 15px 5px 15px;
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #1D2864;
}
.custom-checkbox-group .custom-checkbox-label span {
  font-size: 0.9rem;
  width: 100%;
  display: block;
  padding: 8px 40px 8px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.custom-checkbox-group .custom-checkbox-label h6 {
  font-size: 0.9rem;
  width: 100%;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}
.custom-checkbox-group .custom-checkbox-label:hover {
  box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.1);
  color: #3EC9D6;
  border-color: #3EC9D6;
  cursor: pointer;
}
.custom-checkbox-group .custom-checkbox-label:hover h6 {
  color: #3EC9D6;
}
.custom-checkbox-group .custom-checkbox {
  position: absolute;
  right: 25px;
  top: 22px;
  width: 0;
  margin-right: 10px;
}
.custom-checkbox-group .custom-checkbox::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ce";
  font-size: 20px;
  color: #eee;
  min-height: 50px;
}
.custom-checkbox-group .custom-checkbox:checked::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  font-size: 20px;
  color: #fff;
}
.custom-checkbox-group .custom-checkbox:checked + .custom-checkbox-label {
  box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.1);
  background-color: #3EC9D6 !important;
  min-height: 50px;
  border-color: #3EC9D6;
}
.custom-checkbox-group .custom-checkbox:checked + .custom-checkbox-label span {
  color: #fff !important;
}
.custom-checkbox-group .custom-checkbox:checked + .custom-checkbox-label h6 {
  color: #fff !important;
}
.custom-checkbox-group .custom-checkbox:checked + .custom-checkbox-label i {
  font-size: 15px;
  color: #fff;
}

.accordion-button {
  color: #1D2864;
}

.accordion-button:not(.collapsed) {
  color: #f07c00;
}

.accordion-button:focus {
  box-shadow: none !important;
}

profile-cover {
  background-image: url("../images/bg-home.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 10px;
}

.profile-img {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  overflow: hidden;
  margin: auto;
  background-color: #fff;
  border: 5px solid #1D2864;
  z-index: 10 !important;
  position: relative;
  cursor: pointer;
}

.profile {
  margin-top: -70px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 80px -30px #ccc;
  padding: 80px 20px 20px;
}

label.upload-icon {
  position: absolute;
  background: #fff;
  top: 148px;
  z-index: 11;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid;
  margin: 0px !important;
  color: #1D2864;
}
label.upload-icon i {
  font-size: 20px;
}

.feature-tile {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0px 8px -1px rgba(141, 141, 141, 0.3);
  text-align: center;
  transition: all 0.3s ease;
}
.feature-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.tile-icon {
  font-size: 2.5rem;
  background-image: linear-gradient(45deg, #24B7D3, #30EFAD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.feature-tile h4 {
  color: #333;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.feature-tile p {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.owl-nav {
  margin-top: 0px !important;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  font-size: 58px !important;
  line-height: 40px !important;
  margin: 0 20px !important;
  width: 50px;
  height: px;
  border: none !important;
  outline: none !important;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
  margin-bottom: 5px;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  background-color: transparent !important;
  color: #f07c00 !important;
}

.chat-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.chat-toggle {
  width: 60px;
  height: 60px;
  border-radius: 8%;
  background: #fff;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 24px;
  border: 2px solid #00C2CB;
  overflow: hidden;
}

.chat-container {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 400px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.chat-header {
  padding: 10px;
  background-image: linear-gradient(45deg, #24B7D3, #30EFAD);
  color: white;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-messages {
  height: 350px;
  overflow-y: auto;
  padding: 10px;
}

.message {
  margin: 5px 5px 10px 5px;
  padding: 8px 12px;
  border-radius: 5px;
  max-width: 80%;
  font-size: 14px;
}

.message.bot {
  background-image: linear-gradient(45deg, #24B7D3, #30EFAD);
  margin-right: auto;
  color: white;
}

.message.user {
  background: #f1f1f1;
  margin-left: auto;
}

.chat-input {
  display: flex;
  padding: 10px;
  border-top: 1px solid #eee;
}

.chat-input button {
  background-image: linear-gradient(45deg, #24B7D3, #30EFAD);
  color: white;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
}

.close-chat {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.highlighter {
  margin: 50px auto;
}
.highlighter .highlighter-card {
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 140px 0;
  border-bottom: 5px solid #f07c00;
}
.highlighter .highlighter-card h4 {
  color: #fff;
}

.highlighter-section {
  min-height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

.product .product-name {
  color: #1D2864;
  font-size: 16px;
}
@media (max-width: 768px) {
  .product .product-name {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */