/**
* Template Name: Lumia
* Template URL: https://bootstrapmade.com/lumia-bootstrap-business-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #1378e9;
  text-decoration: none;
}

a:hover {
  color: #1378e9;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 90px;
  z-index: 996;
  background: #1378e9;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .back-to-top {
      right: 10px;
      bottom: 70px;
      width: 35px;
      height: 35px;
  }
}

@media (max-width: 480px) {
  .back-to-top {
      right: 15px;
      bottom: 77px;
      width: 30px;
      height: 30px;
  }
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top i:hover{
  color:#1378e9 ;
}
.back-to-top:hover {
  background: transparent;
  color: #1378e9;
  border: 1px solid #1378e9 ;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.blk{
  background-color: #141d2f;
  color: #fff !important;
}
/* .bi{
  background: #fff !important;
  color: #000 !important;
} */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #384046;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #384046;
  text-decoration: none;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin: 0 0 0 30px;
}

.header-social-links a {
  color: #9ba6af;
  padding-left: 8px;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
}

.header-social-links a i {
  line-height: 0;
}

.header-social-links a:hover {
  color: #1378e9 ;
}

@media (max-width: 768px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4f5a62;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #1378e9 ;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #21262a;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1378e9;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #384046;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(33, 38, 42, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #384046;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1378e9;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

/* .navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #3498db;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
} */

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/banner.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}
.bcg{
  background: #f7f7f7;
}
#hero:before {
  content: "";
  background: rgba(56, 64, 70, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  z-index: 2;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h1 span {
  border-bottom: 4px solid #1378e9 ;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 20px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #1378e9;
  text-transform: uppercase;
}

#hero .btn-get-started:hover {
  background:transparent;
  color: #1378e9 ;
  border: 1px solid #1378e9 ;
}

@media (max-width: 992px) {
  #hero {
    height: calc(80vh - 70px);
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 30px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 12px;
    /* line-height: 24px; */
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.mt15{
  margin-top: 15px;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1378e9 ;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# What We Do
--------------------------------------------------------------*/
.what-we-do .icon-box {
  text-align: center;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.what-we-do .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #eaf4fb;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.what-we-do .icon-box .icon i {
  color: #1378e9 ;
  font-size: 28px;
}

.what-we-do .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.what-we-do .icon-box h4 a {
  color: #384046;
  transition: ease-in-out 0.3s;
}

.what-we-do .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.what-we-do .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.what-we-do .icon-box:hover h4 a,
.what-we-do .icon-box:hover .icon i {
  color: #1378e9 ;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 10px 0;
}

.about h3 {
  font-weight: 600;
  font-size: 32px;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li+li {
  margin-top: 10px;
}

.about ul li {
  position: relative;
  padding-left: 26px;
}

.about ul i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #1378e9;
}

.about .icon-boxes {
  padding-top: 10px;
}

.about .icon-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .icon-boxes i {
  font-size: 48px;
  color: #1378e9;
}

.about .icon-boxes p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #384046;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8eaec;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #1378e9 ;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: white;
  padding: 30px 0 40px 0;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #1378e9 !important;
  padding: 12px;
  color: #fff !important;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #124364;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
}

.services .icon-box i {
  float: left;
  color: #1378e9;
  font-size: 40px;
  line-height: 0;
  margin-top: 27px;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #384046;
  transition: 0.3s;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover {
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}

.services .icon-box:hover h4 a {
  color: #1378e9 ;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #1378e9 ;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.portfolio .portfolio-item figure {
  /* background: #000; */
  /* overflow: hidden; */
  /* height: 240px; */
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

.portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.4s;
}

.portfolio .portfolio-item figure .link-preview,
.portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.2s linear;
  overflow: hidden;
  font-size: 20px;
  border: 1px solid #e1e4e6;
}

.portfolio .portfolio-item figure .link-preview i,
.portfolio .portfolio-item figure .link-details i {
  color: #384046;
  line-height: 0;
}

.portfolio .portfolio-item figure .link-preview:hover,
.portfolio .portfolio-item figure .link-details:hover {
  background: #1378e9 ;
}

.portfolio .portfolio-item figure .link-preview:hover i,
.portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

.portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

.portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

.portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

.portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #1378e9 ;
}

.portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 0;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1378e9 ;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1378e9 ;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(56, 64, 70, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e1f0fa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #3498db;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}

.contact .info i {
  font-size: 20px;
  color: #1378e9 !important;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf4fb !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #384046;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #65747f;
}

.contact .info:hover i {
  background: #1378e9 ;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #1378e9 ;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
   border-color: #1378e9 ;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.contact .php-email-form button[type=submit]:hover {
  background: transparent;
  color: #1378e9 ;
  border: 1px solid #1378e9 ;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  margin-top: 70px;
  background: #73b5ff;
}

.breadcrumbs h2 {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f5a62;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}
.py-4 {
  padding-top: -3.5rem !important;
  padding-bottom: 1.5rem !important;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #626263;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #141d2f;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /* font-family: "Raleway", sans-serif; */
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color:#fff;
  position: relative;
  padding-bottom: 12px;
}
.copyright {
  text-align: center;
  padding-top: 30px;
  color: #fff;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1378e9 ;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1378e9 ;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #b6daf2;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #3498db;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #57aae1;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #fff;
  color: #1378e9 ;
  text-decoration: none;
}
.icon {
  margin-bottom: 5px;
  width: 44px;
  margin-right: 20px;
}
/* Features */
.feature-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.feature {
  display: flex;
  align-items: center;
  margin: 42px 0;
  width: 100%;
  max-width: 1200px;
}
.feature img {
  width: 50%;
  height: auto;
}
.feature-info {
  padding: 20px;
  width: 50%;
}
.hre {
  margin: 35px !important;
}
.try-now-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #141d2f;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}
.feature.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .feature {
      flex-direction: column;
  }
  .feature img,
  .feature-info {
      width: 100%;
  }
  .feature.reverse {
      flex-direction: column;
  }
}
/* faq */







.accordion {
  .accordion-item {
    border-bottom: 1px solid $lightgray;
    button[aria-expanded='true'] {
      border-bottom: 1px solid $blue;
    }
  }
  button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: $text;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    &:hover, &:focus {
      cursor: pointer;
      color: $blue;
      &::after {
        cursor: pointer;
        color: $blue;
        border: 1px solid $blue;
      }
    }
    .accordion-title {
      padding: 1em 1.5em 1em 0;
    }
    .icon {
      display: inline-block;
      position: absolute;
      top: 18px;
      right: 0;
      width: 22px;
      height: 22px;
      border: 1px solid #1378e9 ;
      border-radius: 22px;
      &::before {
        display: block;
        position: absolute;
        content: '';
        top: 9px;
        left: 5px;
        width: 10px;
        height: 2px;
        background: #1378e9 ;
      }
      &::after {
        display: block;
        position: absolute;
        content: '';
        top: 5px;
        left: 9px;
        width: 2px;
        height: 10px;
        background: #1378e9 ;
      }
    }
  }
  button[aria-expanded='true'] {
    color: $blue;
    .icon {
      &::after {
        width: 0;
      }
    }
    + .accordion-content {
      opacity: 1;
      max-height: 9em;
      transition: all 200ms linear;
      will-change: opacity, max-height;
    }
  }
  .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    p {
      font-size: 1rem;
      font-weight: 300;
  
    }
  }
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: none !important;
}
/* .faq-container{
  max-width: 900px !important;
margin-left: 225px; */
}
.pricing_9 * {
  font-family: Nunito, sans-serif;
}

.pricing_9 .responsive-cell-block {
  min-height: 75px;
}

.pricing_9 .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: flex-start;
}

/* Mobile styles */
@media (max-width: 767px) {
  .pricing_9 .responsive-container-block {
    padding: 5px; /* Reduce padding for smaller screens */
    flex-direction: column; /* Stack items vertically on small screens */
    width: 105%;
    margin-left: -10px !important;
  }
}

/* Tablet styles */
@media (min-width: 768px) and (max-width: 1024px) {
  .pricing_9 .responsive-container-block {
    padding: 10px; /* Padding for tablet screens */
    flex-direction: row; /* Align items horizontally on medium screens */
  }
}

/* Desktop styles */
@media (min-width: 1025px) {
  .pricing_9 .responsive-container-block {
    padding: 10px; /* Padding for larger screens */
  }
}


.pricing_9 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.pricing_9 ul {
  list-style-type: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.pricing_9 .responsive-container-block.big-container {
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.pricing_9 .responsive-container-block.container {
  max-width: 1320px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.pricing_9 .text-blk.head {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 52px;
}

.pricing_9 .card {
  text-align: center;
  width: 350px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
  min-height: 500px;
  font-size: 18px;
  color: #212529;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #1378e9 ;
  border-right-color: #1378e9 ;
  border-bottom-color: #1378e9 ;
  border-left-color: #1378e9 ;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}

.pricing_9 .card-description {
  margin-bottom: 10rem;
  color: #686868;
}

.pricing_9 .card h1 {
  font-size: 46px;
  line-height: 64px;
  font-weight: 900;
  margin-top: 1rem;
  margin-right: 0px;
  margin-bottom: 1rem;
  margin-left: 0px;
}

.pricing_9 .buy-button {
  bottom: 37px;
  left: 0px;
  position: absolute;
  width: 100%;
  padding-top: 0px;
  padding-right: 60px;
  padding-bottom: 0px;
  padding-left: 60px;
  text-align: center;
}

.pricing_9 .try-now-btn {
  background-color: white;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
  width: 100% !important;
  height: 46px !important;
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-width: 1.5px;
  border-right-width: 1.5px;
  border-bottom-width: 1.5px;
  border-left-width: 1.5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #1378e9 ;
  border-right-color: #1378e9 ;
  border-bottom-color: #1378e9 ;
  border-left-color: #1378e9 ;
  color: #1378e9 ;
  padding: 9px 53px;
}

.pricing_9 .try-now-btn:hover {
  transform: scale(1.05);
}

.pricing_9 .responsive-cell-block.wk-desk-4.wk-ipadp-4.wk-tab-6.wk-mobile-12 {
  display: flex;
  justify-content: center;
  width: auto;
  max-width: 360px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 25px;
}



.pricing_9 .text-blk.card-points {
  line-height: 20px;
  margin-top: 0px;
  margin-right: 0px;
 vertical-align: middle;
  margin-left: 17px;
  color: black;
  font-size: 15px;
  float: left;
  width: 100%;
}

.pricing_9 .text-blk.card-head {
  font-size: 26px;
  line-height: 34px;
  font-weight: 800;
  margin-bottom: 20px;
}

.pricing_9 .text-blk.card-subhead {
  font-size: 16px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.pricing_9 .text-blk.rupees {
  font-size: 30px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: 700;
}

.pricing_9 .price {
  display: flex;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.pricing_9 .card-upper-content {
      width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pricing_9 .card-lower-content {
  width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 20px;
    text-align: left;
}

/* .pricing_9 li::before {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #03D90D;
  margin-right: 12px;
  content: " ";
} */

.pricing_9 .card-selected .card-upper-content,
.pricing_9 .card-selected .try-now-btn {
  color: white;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color:#141d2f;
  display: flex;
  justify-content: center;
}

.pricing_9 .card-selected {
  transform: scale(1.09);
}
.highlight {
  font-weight: bold;
  color: #ff0000; /* Red color for highlight */
  
  padding: 2px 4px;
  border-radius: 4px;
}

@media (max-width: 1200px) {
  .pricing_9 .card {
    width: calc(100% - 40px); /* Add some margin on smaller screens */
  }
.pricing_9 .try-now-btn {
    background-color: white;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: transform;
    width: 100% !important;
    height: 46px !important;
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-width: 1.5px;
    border-right-width: 1.5px;
    border-bottom-width: 1.5px;
    border-left-width: 1.5px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #1378e9 ;
    border-right-color: #1378e9 ;
    border-bottom-color: #1378e9 ;
    border-left-color: #1378e9 ;
    color: #1378e9 ;
     justify-content: center;
     align-items: center;
     padding: 0;
     display: flex;
}
  .pricing_9 .card-upper-content,
  .pricing_9 .card-lower-content {
    padding: 20px; /* Reduce padding for smaller screens */
    .fre {
      color: red;
      font-size: 15px;
      margin-left: -38px;
      position: absolute;
  }
  }
  
}

@media (max-width: 768px) {
  .pricing_9 .card {
    width: 100%;
    max-width: none;
    margin: 20px 0;
    margin-top: 36px;
  }

  .pricing_9 .card-upper-content,
  .pricing_9 .card-lower-content {
    padding: 15px; /* Further reduce padding for mobile screens */
  }
}

@media (max-width: 480px) {
  .pricing_9 .card-upper-content,
  .pricing_9 .card-lower-content {
    padding: 10px; /* Minimal padding for the smallest screens */
  }
}
@media (max-width: 768px) {
  .container {
    /* flex-direction: column; */
    align-items: center;
    margin-right: 10px;
  }
  .trialprd {
    /* margin-top: 55px; */
    margin-right: 73px;
  }
  .card {
    margin-bottom: 20px;
  }
}
.trialprd {
  color: red;
  margin-left: 100px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}
.plus-btn {
  background-color: transparent;
  color: #1378e9 ;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  transition: transform 0.2s;
}
.plus-btn:hover {
  transform: scale(1.2); /* Enlarge button on hover */
}
/* .pricing_9 li::before {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #03D90D;
  margin-right: 12px;
  content: " ";
} */
.fre {
  color: red;
  font-size: 15px;
  margin-left: -45px;
  position: absolute;
  font-weight: bold;
}
#popup {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 600px;
  width: 100%; /* Full width for smaller screens */
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  top: 50%;
  left: 50%;
}
  /* Popup content */
  .popup-content {
    margin-bottom: 15px;
  }
   /* Header styling */
 
   .popup-content h3 {
    font-size: 1.5rem;
    margin: 0 0 10px;
    text-align: center;
    font-weight: bold;
    color: #000;
  }
  /* Reset list styles */
  .custom-list {
    list-style-type: none; /* No numbers or bullets */
    padding: 0;
    margin: 0;
  }

  /* Custom li design */
  .custom-list li {
    background-color: #f9f9f9;
    margin-bottom: 8px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 1rem; /* Responsive font size */
  }

  .custom-list li:nth-child(odd) {
    background-color: #f2f2f2;
  }

@media (max-width: 600px) {
  #popup {
    padding: 15px;
  }

  .popup-content h3 {
    font-size: 1.25rem;
  }

  .custom-list li {
    font-size: 0.9rem;
    padding: 8px;
  }

  .bx-sb-b24-price-table-selector__discount {
    left: -97px;
	    top: -109px;
}
.pricing_9 .responsive-container-block.container {
  margin-top: 0px;
}
}
@media (max-width: 480px) {
  #popup {
    padding: 10px;
  }

  .popup-content h3 {
    font-size: 1rem;
  }

  .custom-list li {
    font-size: 0.8rem;
    padding: 6px;
  }

  
}
#popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 15px; /* Add padding for smaller screens */
}
.close-btn {
  position: relative;
  bottom: 20px;
  background-color: transparent;
  color: #333; 
  border: none; 
  font-size: 2rem; 
  cursor: pointer; 
  line-height: 1; 
  padding: 5px; 
  float: right; 
}
.close-btn:hover {
  color: #ff4d4d;
}
.per{
  font-size: 16px !important;
margin-left: 7px !important;
}
.monthly-plan {
  list-style-type: none;
  padding: 0;
}
.card-points {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px;
  border-bottom: 0.5px solid #edecec;
}
.billing__options {
  height: 20vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.billing__options input{
  -webkit-appearance: none;
  display: none;
}

.billing__options .label{
  height: 50px;
  width: 300px;
  border: solid 2px #141d2f;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-top: 91px;
}

#month{
  color: #141d2f;
}

.label small{
  color: #fff;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px !important;
}

.label .active{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  background-color: #141d2f ;
  height: 90%;
  width: 45%;
  border-radius: 10px;
  z-index: -1;
}


/* toggle class for javascript */

.label.selected #month{
  color:#fff;
}
.label.selected #year{
  color: #141d2f;
}
.label.selected .active{
  left: 160px;
}
.price.show__price {
  display: none;
}
.show-features {
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
}
.features-button {
  padding: 10px 14px;
  background-color: #141d2f;
  border: 2px solid black;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
}
.features-button:hover {
  background-color: white !important;
  color: #141d2f !important;
  border-color: #141d2f;
}
.pricingnew-table {
  width: 100%;
  border-collapse: collapse;
}
.pricingnew-table {
  width: 100%;
  border-collapse: collapse;
margin-bottom: 100px;
}
.pricingnew-table td, .pricingnew-table th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 7px !important;
  border-radius: 7px;
  /* margin: 2px; */
}
.pricingnew-table th {
  background-color: #f5f8fb;
  padding: 3% 0;
}
.pricingnew-table td, .pricingnew-table th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 12px;
}
.pricingnew-table td, .pricingnew-table th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 12px;
}
.pricingnew-table th {
  background-color: #f5f8fb;
  padding: 2% 0;
}
.pricingnew-table th {
  background-color: #f5f8fb;
  padding: 2% 0;
}
.pricingnew-last-col {
  background-color: #141d2f !important;
  color: #fff;
}
.pricingnew-last-col {
  border: 3px solid #fff !important;
}
.pricingnew-table-row-head .text-left {
  text-align: left !important;
  align-items: initial;
}
.pricingnew-table-row-head td {
  background-color: #fff;
  font-weight: 600;
  font-size: 19px;
}
.pricingnew-table td, .pricingnew-table th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 7px !important;
  border-radius: 7px !important;
  /* margin: 2px; */
}
.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 20px;
}
.fa-check:before {
  content: "\f00c";
  color: green;
}

.fa-times {
    color: red;
}
/* Responsive Design */
@media (max-width: 768px) {
  .pricingnew-table, .pricingnew-table thead, .pricingnew-table tbody, .pricingnew-table th, .pricingnew-table td, .pricingnew-table tr {
    display: block;
  }
  
  .pricingnew-table thead tr {
    display: none;
  }
  
  .pricingnew-table td {
    padding: 10px;
    position: relative;
    text-align: right;
  }

  .pricingnew-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 50%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  
  .pricingnew-table tr {
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 7px;
  }

  .pricingnew-last-col {
    text-align: center;
  }
}
.pr {
  text-align: center;
   padding-bottom: 0px !important;
}
.sign {
  color: #fff !important;
  background-color: #f00a0a !important;
  border-color: #f00a0a;
  /* padding: 12px 18px !important; */
  border-radius: 8px;
  /* box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.5); */
  text-align: center;
  margin-top: 1%;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .sign {
    /* padding: 10px 16px !important; */
    border-radius: 6px;
    font-size: 14px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .sign {
    padding: 12px 18px !important;
    border-radius: 8px;
    font-size: 16px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sign {
    padding: 14px 20px !important;
    border-radius: 10px;
    font-size: 18px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .sign {
    /* padding: 16px 22px !important; */
    border-radius: 12px;
    font-size: 20px;
  }
}

.sign:hover {
  background: #fff !important;
  color: #f00a0a !important;
  border: 1px solid #f00a0a !important;
}
.right {
  float: right;
}
.text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col {
  flex: 1;
  padding: 15px;
}
.img-col img {
  width: 90%;
  height: auto;
  border-radius: 10px;
}
.text-col h3 {
  margin-bottom: 15px;
  font-weight: bold;
}
.custom-btn {
  display: inline-block;
  padding: 10px 20px;
  margin: 20px 0;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(0deg, rgba(255, 151, 0, 1) 0%, rgba(251, 75, 2, 1) 100%);
  border: none;
  border-radius: 5px;
  transition: background 0.3s ease;
  text-align: center;
}

.custom-btn:hover {
  background: #f75b02;
}

.custom-btn a {
  color: #fff;
  text-decoration: none;
  display: block;
}
nav{
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #fff;
}
nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #384046;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
  margin-top: 10px;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #384046;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
 color: #1378e9;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #fff;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);

}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
/* .mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 0px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  margin-left: 20px;
}
.mega-box .content{
  background: #fff;
  padding: 0px 0px;
  display: flex;
      width: 90%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  border-radius: 8px;
}
.mega-box .content .row{
  /* width: calc(25% - 30px); */
  /* line-height: 45px;
} */
 /* Mega Menu Styles */
 .mega-menu {
  position: relative;
  z-index: 1000;
}

.metxt {
  line-height: 28px;
}

.menu-toggle {
  align-items: center;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.menu-popup {
  display: none;
  position: absolute;
  top: 100%;
  left: -390px;
  width: 700%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 1001;
}
.sscer:hover {
  background-color: #fff;
  color: #000;
  border: 0px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.menic{
  color:#1378e9;
  font-size: 25px;
}
.menu-content {
  padding: 1rem;
}

.menu-item {
  margin-bottom: 1rem;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .menu-popup {
    left: 0;
    width: 100%;
    border-radius: 0;
  }

  .menu-content {
    padding: 1rem;
  }

  .menu-item {
    margin-bottom: 0.5rem;
  }
  
  .menu-toggle {
    width: 100%;
    text-align: left;
    padding: 0.75rem 1rem;
    background-color: #f8f8f8;
    border-bottom: 1px solid #eaeaea;
  }
}

.icon-container img, .icon-container i {
  display: block;
}

.item-details {
  padding-left: 1rem;
}

.submenu-toggle {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.submenu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.submenu li {
  margin: 0.5rem 0;
}

.submenu a {
  text-decoration: none;
  color: #161c2d;
}

.menu-popup .submenu-toggle:hover + .submenu,
.menu-popup .submenu:hover {
  display: block;
}

.menu-popup .menu-content {
  display: flex;
  flex-wrap: wrap;
}

.menu-content .dropdown-menu {
  margin-right: 1rem;
}

.menu-content .dropdown-menu:hover .submenu {
  display: block;
}

/* Show the menu on hover */
.mega-menu:hover .menu-popup {
  display: block;
}

.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #1378e9 ;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.bi-chevron-down::before {
  content: "\f282";
  padding: 4px 2px !important;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #384046;
  font-size: 17px;
  display: block;
  text-align: center;
}
.row .mega-links li a:hover{
  color: #1378e9 ;
      background-color: #f7f7f7;
    border-radius: 10px;
}
.wrapper .button{
  color: #384046 !important;
  font-size: 20px;
  cursor: pointer;
  display: none;
} */
.btn-danger{
color: #fff !important;
}
.btn:hover{
  color:red !important;
  background-color: transparent;
  /* border: 1px solid red; */
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}
@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #fff;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #384046;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #1378e9 ;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}
.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600
}
.fhed{
  margin-top:7px !important;
}
.img-fluid {
  max-width: 100%;
  /* height: 280px; */
  border-radius: 5px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.20);
}
.glightbox-clean .gdesc-inner {
  padding: 0px 2px;
}
.img-about {
  max-width: 100%;
  height: auto !important;
  border-radius: 20px;
}
#whatsapp {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 145px;
  right: 10px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  text-decoration: none;
  border-radius: 35px;
  background-color: #13a456;
  line-height: 41px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 0px;
}
@media (max-width: 768px) {
  #whatsapp {
      width: 50px;
      height: 50px;
      line-height: 50px;
      bottom: 100px;
      font-size: 30px;
  }
}

@media (max-width: 480px) {
  #whatsapp {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 125px;
    font-size: 25px;
  }
}
.label {
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: transform 1s ease; /* Slower transition duration */
}

.label.selected {
    transform: scale(1.1); /* Example of a scale transition */
}
.billing__options {
    position: relative;
}
.bx-sb-b24-price-table-selector__discount {
  position: absolute;
  transform: translateX(100%);
  opacity: 0;
  transition: opacity 1s ease;
  width: 155px;
  left: 300px;
  top: 50px;
}

.bx-sb-b24-price-table-selector__discount.show__discount {
  opacity: 1;
}

.bx-sb-b24-price-table-discount__message {
  margin-bottom: 7px;
  padding: 7px 8px 7px 12px;
  background-color: #1378e9 ;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transform: skewX(-5deg);
  color: #fff;
}

.bx-sb-b24-price-table-discount:after {
  content: '';
  position: relative;
  display: block;
  width: 78px;
  height: 35px;
  left: 50%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMjYuNDk5YzQuNzI3IDIuNjc1IDE4LjkyMy44MjQgMjcuMDgyLTMuMzY0IDguODI5LTQuNTA3IDEyLjg5OC04LjU5NSAxOS4zODQtMTkuNTk2LjMwNy43MjEuNDk1IDEuMzM3Ljc1NiAxLjg1Ni4yNzQuNjA0LjU2OSAxLjI0Ljk3IDEuNzU3LjEwOC4xNTguNTkuMjQ4LjgwMi4xNDkuMjEyLS4xLjM3OS0uNTM5LjMzNC0uNzQtLjQ2OS0xLjkxNC0xLTMuNzg0LTEuNTIzLTUuNzA3LS4xODgtLjYxNi0uNjM5LS44NjUtMS4yODgtLjY1NC0yLjQxNS45MDktNC44NTIgMS43ODUtNy4yNzcgMi43NDctLjU0Mi4yMzEtMS4wMjguNzUtMS42NjQgMS4xODYgMS40NDEgMS4wMTQgMi40NzguMDcyIDMuNTQ0LS4xNDYgMS4xMi0uMjA3IDIuMTk0LS42MTcgMy41NjgtLjk5OS0xLjQyNiAzLjU4Mi0zLjM0IDYuNTItNS42OTQgOS4xNTUtOC41OTMgOS42OTctMTkuNjEyIDE0LjA3NS0zMi4zNzIgMTQuMzM4LTEuNjY2LjAyMy0zLjMyMy0uMTQ2LTQuOTgtLjE3Ni0uNDU4LjA4MS0uODg0LjE0LTEuNjQyLjE5NHoiIGZpbGw9IiM0MDlFRUYiLz48L3N2Zz4=);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  transform: scaleX(-1) rotate(17deg);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .bx-sb-b24-price-table-selector__discount {
    width: 140px;
    left: 50px;
    top: 6px;
  }
  .bx-sb-b24-price-table-discount__message {
    font-size: 16px;
    padding: 6px 7px 6px 10px;
}
  .bx-sb-b24-price-table-discount:after {
      width: 70px;
      height: 30px;
  }
}
@media (max-width: 1200px) {
  .bx-sb-b24-price-table-selector__discount {
    width: 120px;
    left: 181px;
    top: 15px;
  }

  .bx-sb-b24-price-table-discount__message {
      font-size: 14px;
      padding: 6px 7px 6px 10px;
  }

  .bx-sb-b24-price-table-discount:after {
      width: 60px;
      height: 25px;
  }
}
@media (max-width: 768px) {
  .bx-sb-b24-price-table-selector__discount {
    width: 120px;
    left: -122px;
    top: 9px;
  }

  .bx-sb-b24-price-table-discount__message {
      font-size: 14px;
      padding: 6px 7px 6px 10px;
  }

  .bx-sb-b24-price-table-discount:after {
      width: 60px;
      height: 25px;
  }
}

@media (max-width: 480px) {
  .bx-sb-b24-price-table-selector__discount {
    width: 100px;
    left: -95px;
    top: 12px;
}
.bx-sb-b24-price-table-discount__message {
  font-size: 12px;
  padding: 5px 6px 5px 8px;
}

.bx-sb-b24-price-table-discount:after {
  width: 50px;
  height: 20px;
}
  }

  

@media (max-width: 320px) {
  .bx-sb-b24-price-table-selector__discount {
    width: 120px;
    left: -122px;
    top: 9px;
  }

  .bx-sb-b24-price-table-discount__message {
      font-size: 12px;
      padding: 4px 5px 4px 7px;
  }

  .bx-sb-b24-price-table-discount:after {
      width: 45px;
      height: 18px;
  }
}
.bx-sb-b24-price-table .bx-sb-b24-price-table-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity .130ms ease-in-out;
  z-index: 3000;
}


@media (min-width: 1115px) {
  .bx-sb-b24-price-table-popup__inner {
      max-width: 1000px;
  }
}

@media (min-width: 576px) {
  .bx-sb-b24-price-table-popup__inner {
      max-width: calc(100% - 120px);
  }
}
 .bx-sb-b24-price-table-popup__inner {
  position: absolute;
  max-width: calc(100% - 80px);
  max-height: calc(100% - 80px);
  width: 100%;
  height: 100%;
  top: 100%;
  left: 50%;
  padding: 15px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgba(38, 38, 38, 0.1);
  transform: translate(-50%, -50%);
  z-index: 1;
  overflow: auto;
}
 .bx-sb-b24-price-table-popup__content {
  height: 100%;
}
.bx-sb-b24-price-table-popup__sections {
  height: calc(100% - 56px);
}


 .bx-sb-b24-price-table-popup-supply {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
 .bx-sb-b24-price-table-popup-supply__header {
  flex: 0;
  border-bottom: 1px solid rgba(133, 133, 133, 0.05);
}
@media (min-width: 992px) {
  .bx-sb-b24-price-table .bx-sb-b24-price-table-popup-supply__header .bx-sb-b24-price-table-popup-supply__row {
      flex-direction: row;
  }
}

.bx-sb-b24-price-table .bx-sb-b24-price-table-popup-supply__header .bx-sb-b24-price-table-popup-supply__row {
  flex-direction: column;
}
.bx-sb-b24-price-table .bx-sb-b24-price-table-popup-supply__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  border-radius: 5px;
}
@media (min-width: 992px) {
.bx-sb-b24-price-table-popup-supply__sidebar:dir(ltr) {
      margin-right: 15px;
  }
}
.bx-sb-b24-price-table-popup-supply__sidebar:dir(ltr) {
  margin-left: 10px;
}

@media (min-width: 992px) {
 .bx-sb-b24-price-table-popup-supply__sidebar {
      flex-basis: 220px;
      max-width: 220px;
  }
}
 .bx-sb-b24-price-table-popup-supply__sidebar {
  flex: 1 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
 .bx-sb-b24-price-table-popup-supply__sidebar, .bx-sb-b24-price-table .bx-sb-b24-price-table-popup-supply__columns {
  flex: 1 0 50%;
  max-width: 50%;
}
@media (min-width: 992px) {
  .bx-sb-b24-price-table .bx-sb-b24-price-table-popup-supply__sidebar:dir(ltr) {
      margin-right: 15px;
  }
}
.bx-sb-b24-price-table .bx-sb-b24-price-table-popup-supply__sidebar:dir(ltr) {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .bx-sb-b24-price-table-popup-supply__sidebar {
      flex-basis: 220px;
      max-width: 220px;
  }
}
 .bx-sb-b24-price-table-popup-supply__sidebar {
  flex: 1 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.bx-sb-b24-price-table-popup-supply__sidebar, .bx-sb-b24-price-table .bx-sb-b24-price-table-popup-supply__columns {
  flex: 1 0 45%;
  max-width: 80%;
}
.bx-sb-b24-price-table {
  color: #262626;
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Verdana, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .bx-sb-b24-price-table-popup-supply__columns {
      display: flex;
      flex-basis: calc(100% - 250px);
      max-width: calc(100% - 250px);
  }
}
@media (min-width: 992px) {
  .bx-sb-b24-price-table-popup-supply__column, .bx-sb-b24-price-table_count_5 .bx-sb-b24-price-table-popup-supply__column {
      flex-basis: 20%;
      max-width: 20%;
  }
}
.bx-sb-b24-price-table-popup-supply__column {
  flex: 1 0 100%;
  max-width: 50%;
}
@media (min-width: 992px) {
 .bx-sb-b24-price-table-popup-supply-header__product {
      margin: 0;
  }
}

.bx-sb-b24-price-table-popup-supply-header__product {
  margin-right: -111px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding: 10px; /* Add padding for better touch targets */
  transition: all 0.3s ease; /* Smooth transition for responsive changes */
}

/* Media query for small mobile devices (phones) */
@media (max-width: 480px) {
  .bx-sb-b24-price-table-popup-supply-header__product {
      margin-right: 0; /* Remove negative margin for smaller screens */
      font-size: 16px; /* Decrease font size for readability on small devices */
      line-height: 1.2; /* Increase line height for better spacing */
      padding: 8px; /* Adjust padding for a compact layout */
      text-align: left; /* Align text to left for small screens */
  }
}

/* Media query for larger mobile devices (tablets) */
@media (min-width: 481px) and


 .bx-sb-b24-price-table-popup-supply__content {
  flex: 1;
  height: 100%;
  font-size: 12px;
  overflow-y: auto;
}
 .bx-sb-b24-price-table-popup-supply__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  border-radius: 5px;
  margin-right: 63px;
}
@media (min-width: 992px) {
 .bx-sb-b24-price-table-popup-supply__sidebar:dir(ltr) {
      margin-right: 15px;
  }
}
 .bx-sb-b24-price-table-popup-supply__sidebar:dir(ltr) {
  margin-left: 0px;
  color: #000;
}

 .bx-sb-b24-price-table-popup-supply-sidebar__message_tooltip {
  cursor: pointer;
}
 .bx-sb-b24-price-table-popup-supply-sidebar__message {
  display: inline;
  font-weight: 600;
  line-height: 1.25;
  color: #000 !important;
}
 .bx-sb-b24-price-table-popup-supply-sidebar .bx-sb-b24-price-table-tooltip-hover:dir(ltr) {
  left: 22px;
  margin: auto 0 auto -12px;
}

 .bx-sb-b24-price-table-popup-supply-sidebar .bx-sb-b24-price-table-tooltip-hover {
  position: relative;
  display: inline;
  width: 0;
  height: 0;
  padding: 6px;
  border-radius: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  cursor: pointer;
  z-index: 1;
}
 .bx-sb-b24-price-table-popup-supply-content {
  margin: 0 2px;
}
 .bx-sb-b24-price-table-popup-supply-content__message {
  direction: ltr;
  text-align: center;
}
.bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_check {
  height: 14px;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1378e9; /* Use your desired circle background color */
  position: relative;
  transform: scaleX(1);
  transition: transform 0.3s ease, height 0.3s ease, width 0.3s ease;
}

.bx-sb-b24-price-table-icon_check::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 8px;
  border: solid #fff; /* Checkmark color */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 2px;
  left: 5px;
}


/* Media query for smaller screens (mobile devices) */
@media (max-width: 768px) {
  .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_check {
      height: 12px; /* Adjust size for mobile */
      width: 12px;  /* Adjust size for mobile */
      margin-left: 150px;
  }
}

/* Media query for larger screens (tablets and up) */
@media (min-width: 769px) and (max-width: 1024px) {
  .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_check {
      height: 14px; /* Adjust size for tablets */
      width: 14px;  /* Adjust size for tablets */
      margin-left: 150px;
  }
}


@media (min-width: 992px) {
  .bx-sb-b24-price-table-popup-supply__columns {
      display: flex;
      flex-basis: calc(100% - 250px);
      max-width: calc(100% - 250px);
  }
}
 .bx-sb-b24-price-table-popup-supply-sidebar {
  position: relative;
}
.bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_uncheck {
  height: 15px;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1a0d10; /* Matching color for the circle */
  opacity: 0.236; /* Adjust opacity as needed */
  position: relative;
  transform: scaleX(1);
  transition: transform 0.3s ease, height 0.3s ease, width 0.3s ease;
}

.bx-sb-b24-price-table-icon_uncheck::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #fff; /* Color of the minus line */
  border-radius: 1px; /* Rounded ends for the minus line */
}


/* Media query for small mobile devices (phones) */
@media (max-width: 480px) {
    .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_uncheck {
        height: 12px; /* Adjust size for small screens */
        width: 11px;  /* Adjust size for small screens */
        margin-left: 150px;
    }
}

/* Media query for larger mobile devices (tablets) */
@media (min-width: 481px) and (max-width: 768px) {
    .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_uncheck {
        height: 13px; /* Adjust size for larger mobile devices */
        width: 12px;  /* Adjust size for larger mobile devices */
        margin-left: 150px;
    }
}

/* Media query for desktops and larger devices */
@media (min-width: 769px) {
    .bx-sb-b24-price-table-icon.bx-sb-b24-price-table-icon_uncheck {
        height: 14px; /* Default size for desktops */
        width: 14px;  /* Default size for desktops */
    }
}

 .bx-sb-b24-price-table-popup-supply__features .bx-sb-b24-price-table-popup-supply__row:nth-child(2n) {
  background-color: rgba(133, 133, 133, 0.05);
}
@media (min-width: 1115px) {
   .bx-sb-b24-price-table-popup__inner {
      max-width: 1000px;
  }
}
.fet{
  color: #1378e9  ;
  font-weight: bold;
}
.scrollable-div {
  width: 148%;
  height: 550px;
  overflow-y: auto;
  overflow-x: auto;
  /* border: 1px solid #ccc; */
  padding-right: 459px;
  /* box-sizing: border-box; */
}
.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1rem; /* Add padding for mobile responsiveness */
  box-sizing: border-box; /* Ensure padding is included in total width/height */
}



/* Example close button for the popup */
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
  transition: color 0.3s ease;
}

.popup-close:hover {
  color: #000;
}


.popup-container .container {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 90%;
  max-height: 100%;
   overflow-y: auto; 
}

.close-button {
   position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border: none;
  font-size: 24px;
  cursor: pointer;
color: red;
}

.close-button:hover {
  color: #000;
}
@media (max-width: 600px) {
  .popup {
    width: 90%; /* Adjust width for smaller screens */
    height: 80%; /* Adjust height for smaller screens */
  }

  .popup-header {
    padding: 10px; /* Reduced padding for smaller screens */
    font-size: 16px; /* Adjust font size */
  }

  .close-button {
    font-size: 16px; /* Adjust button size */
  }

  .bx-sb-b24-price-table-popup-supply-header__name {
    font-size: 16px; /* Adjust font size */
  }
}
.nav-link {
  display:inline;

}
.footer-company-name {
  color: #1378e9  !important;
  font-size: 24px !important;
  font-weight: normal;
  margin: 0;
}
.footer-countries {
  flex-wrap: wrap !important;
  display: flex !important;
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.flag {
  width: 25%;
  margin-bottom: 17px;
}
.flg-im {
  width: 50px;
  margin-top: 20px;
  height: 35px;
}
/* Timeline Section Styles */






/* Timeline Styles */

.line {
  list-style: none;
  padding: 0;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.line:before {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #ddd;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

.line li {
  margin: 20px 0;
  position: relative;
  width: 50%;
  padding: 15px 30px;
  box-sizing: border-box;
}

.line li:nth-child(odd) {
  left: 0;
}

.line li:nth-child(even) {
  left: 50%;
}

.cont {
  position: relative;
  background: #f8f9fa;;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-left: 6px solid #1378e9 ;
}

.line li:nth-child(even) .cont {
  border-left: none;
  border-right: 6px solid #1378e9 ;
}

.line li::after {
  content: ' ';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: #fff;
  border: 4px solid #1378e9 ;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.line li:nth-child(even)::after {
  left: -10px;
}

.cont h6 {
  font-size: 20px;
  color: #1378e9 ;
  margin-bottom: 10px;
  font-weight: 600;
}

.cont p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.cont time {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 15px;
}

/* Responsive Styles */

@media (max-width: 768px) {
  .line li {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    left: 0 !important;
  }

  .line li:nth-child(even) {
    left: 0 !important;
  }

  .line:before {
    left: 10px;
  }

  .line li::after {
    left: 10px;
  }
}
.dsno{
  display: none;
}
.floating-andbutton {
  position: fixed;
  right: 10px;
  bottom: 200px;
  background-color: transparent;
  color: white;
  padding: 0px;
  border-radius: 50%;
  cursor: pointer;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
  z-index: 10;
}
/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .floating-andbutton {
    right: 0px; /* Adjust position for smaller screens */
    bottom: 170 px; /* Bring it closer to the bottom */
    padding: 12px; /* Increase padding for a larger touch area */
    font-size: 16px; /* Slightly larger font size */
  }
}
.floating-andbutton i {
  font-size: 40px;
}