:root{--primary:#008080;--dark:#0f172a;--gray:#64748b;--light:#f8fafc;--border:#a2a2a2;--danger:#ef4444;--border-soft: rgba(0,128,128,0.25); --border-strong: rgba(0,128,128,0.55);}
*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,system-ui,sans-serif}
body{color:var(--dark);background:#fff;line-height:1.6}
.bg-light{background:#f8fafc}
/* Utility */
.container{max-width:1200px;margin:auto;padding:0 20px}
.btn{padding:10px 30px;border-radius:6px;text-decoration:none;font-weight:600;display:inline-block}
.btn-primary{background:var(--primary);color:#fff !important; border-color: var(--primary);}
.btn-primary:hover, .btn-primary:focus{background:#0453a7;color:#fff; border-color: #0453a7;}	
.btn-outline{border:1px solid var(--border);color:var(--dark)}
.btn-outline:hover{border:1px solid var(--border);color:var(--dark)}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{background:#0453a7;color:#fff; border-color: #0453a7;}
.form-control:focus{box-shadow:none;}
section{padding:80px 0;}
#main-content {margin-top: 75px;}	
h1,h2,h3{line-height:1.3}
p{color:var(--gray)}
a{color:inherit; text-decoration: none;}
img{max-width:100%; height: auto;}
#main-wrapper{margin-top:90px;}
/* Header */
.site-header{padding:10px 0;border-bottom:1px solid #ddd;background: #fff;}
.header-inner{display:flex;justify-content:space-between;align-items:center}
.site-logo img{height:70px}
#nav ul{display:flex;align-items:center;list-style:none;margin:0;padding:0}
#nav ul li+li{margin-left:30px}
#nav ul li a{margin-left:20px;text-decoration:none;color:var(--dark);font-weight:500}

/* Hero */
.hero-section{padding: 60px 0 50px;}
.hero{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 800;
    color: #0f172a;
}
.hero-buttons{margin-top:30px;display:flex;gap:16px}
.hero-buttons .btn{padding:14px 20px;}	
.hero-box{padding:0 40px;text-align:center;color:var(--gray)}

 .mobile-nav-toggle {
   font-size: 28px;
   cursor: pointer;
   display: none;
   line-height: 0;
   transition: 0.5s;
 }

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

/* Pain Section */
.pain-section{padding:80px 0}
.section-tag{display:inline-block;background:rgba(37,99,235,.08);color:var(--primary);padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600}
.pain-section h2{margin-top:14px;font-size:32px}
.section-subtitle{max-width:640px;margin:14px auto 0;color:var(--gray)}

/* Grid */
.pain-grid{display:grid;gap:24px;margin-top:48px}
@media(min-width:640px){.pain-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.pain-grid{grid-template-columns:repeat(3,1fr)}}

/* Pain Card */
.pain-card{background:#fff;backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:16px;padding:28px;transition:.25s}
.pain-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(15,23,42,.08);border-color:#b2cfcf}
.pain-card h4{margin-top:16px;font-size:18px}
.pain-card p{margin-top:8px;font-size:14px;color:var(--gray)}

/* Severity */
.severity{position:relative;width:14px;height:14px;border-radius:50%;background:#008080; display: inline-block;}
.severity::after{content:"";position:absolute;inset:-10px;border-radius:50%;background:rgb(0 128 128 / 50%);animation:pulse 2.4s ease-out infinite}
@keyframes pulse{0%{transform:scale(.6);opacity:.9}70%{transform:scale(1.3);opacity:0}100%{opacity:0}}
.pain-card:nth-child(1) .severity::after{animation-delay:0s}
.pain-card:nth-child(2) .severity::after{animation-delay:.3s}
.pain-card:nth-child(3) .severity::after{animation-delay:.6s}
.pain-card:nth-child(4) .severity::after{animation-delay:.9s}
.pain-card:nth-child(5) .severity::after{animation-delay:1.2s}
.pain-card:nth-child(6) .severity::after{animation-delay:1.5s}
@media(prefers-reduced-motion:reduce){.severity::after{animation:none}}

.transition-text{text-align:center;margin-top:48px;font-weight:600;color:#334155}

/* Generic Cards */
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:28px;transform:translateY(40px);transition:.6s}
.card.visible{opacity:1;transform:none}
.card h4{margin-top:16px;font-size:18px}
.card p{margin-top:8px;font-size:14px;color:var(--gray)}

/* Solution / Steps */
.solution{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}

/* Tags */
.tags span {
    display: inline-block;
    border: 1px solid var(--border);
    padding: 5px 10px;
    border-radius: 20px;
    margin: 0px;
    font-size: 13px;
}
/* Demo */
.demo{max-width:500px;margin:auto;text-align:center}
.demo input{width:100%;padding:14px;margin-bottom:16px;border:1px solid var(--border);border-radius:6px}
.grid{
    display: grid;
    gap: 24px;
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr);
}
/* Metrics */
.metrics{margin-top:90px;display:grid;gap:32px;text-align:center}
@media(min-width:768px){.metrics{grid-template-columns:repeat(4,1fr)}}
.metric{border:1px solid var(--border);border-radius:18px;padding:28px}
.metric span{font-size:42px;font-weight:800;color:var(--primary)}

/* Pricing */
.pricing{text-align:center}
.toggle{display:inline-flex;border:1px solid var(--border);border-radius:999px;overflow:hidden;margin:15px 0}
.toggle button{padding:10px 22px;border:0;background:none;cursor:pointer;font-weight:600}
.toggle button.active{background:var(--primary);color:#fff}
.plans{display:grid;gap:28px;margin-top:40px}
@media(min-width:768px){.plans{grid-template-columns:repeat(3,1fr)}}
.plan{border:1px solid var(--border);border-radius:22px;padding:34px; background: #fff;}
.plan.popular{border:2px solid var(--primary)}
.price{font-size:42px;font-weight:800;margin:14px 0}
.plan ul{list-style:none;margin-top:18px}
.plan li{margin-top:8px;font-size:14px}
.plan a{display:block;margin-top:26px;padding:14px;border-radius:12px;background:var(--primary);color:#fff;text-decoration:none;font-weight:700}
.inventory-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* ===============================
   DASHBOARD IMAGE
================================ */
.inventory-preview {
  display: flex;
  justify-content: center;
}

.dashboard-img {
  width: 100%;
  max-width: 520px;
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* subtle hover lift */
.dashboard-img:hover {
  transform: translateY(-6px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.18);
}

/* ===============================
   CONTENT
================================ */
.inventory-content h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--dark);
}

.inventory-content h2 span {
  color: var(--primary);
}

/* subtitle */
.subtitle {
  margin: 16px 0 24px;
  font-size: 17px;
  color: #5f6c8f;
  max-width: 480px;
}

/* ===============================
   FEATURE LIST
================================ */


/* ===============================
   BUTTON
================================ */
.primary-btn {
  display: inline-block;
  padding: 14px 30px;
  background: linear-gradient(135deg, #4f6bff, #6a8dff);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(79, 107, 255, 0.35);
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 900px) {
  .inventory-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .inventory-preview {
    order: 2;
  }

  .inventory-content {
    order: 1;
  }

  .feature-list li {
    text-align: left;
  }
}
/* ---------- Section ---------- */
.hiw {
  padding: 80px 0;
  text-align: center;
}
 
.hiw h1 {
  font-size: 52px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 12px;
}
 

 
/* ---------- Steps ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  position: relative;
}
 

 
/* ---------- Card ---------- */
.step-card {
  background: var(--card-bg);
  border-radius: 30px;
  padding: 35px;
  position: relative;
  border: 2px solid var(--border-strong);
  box-shadow:
    0 10px 30px rgba(15,23,42,0.06),
    0 2px 6px rgba(15,23,42,0.04);
  z-index: 1;
  transition: all .35s ease; text-align: left; margin: 20px 0;
}
 
.step-card:hover {
  transform: translateY(-6px);
  
}
 

/* ---------- Content ---------- */
.step-card h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}
.step-card h5 a {
    color: #0f172a;
    display: -webkit-box;
    -webkit-line-clamp: 2;      /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
}

.step-card p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-muted); min-height: 110px;
}
 
/* ---------- Tags ---------- */
.tags {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 28px;
  flex-wrap: wrap;
}
 
.tag {
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  border: 1px solid var(--border-soft);
  background: #ffffff;
}
 
/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .steps {
    grid-template-columns: 1fr;
  }
  .steps::before {
    display: none;
  }
}
.roi-section {padding:80px 0;}
.roi-grid {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:40px;
  margin-top:50px;
}
.roi-box label {font-weight:600;font-size:14px}
.roi-box input {
  width:100%;
  padding:14px;
  margin:10px 0 24px;
  border:1px solid var(--border);
  border-radius:8px;
}
.roi-result {
  background:#fff;
  border:1px solid var(--border);
  border-radius:20px;
  padding:40px;
  text-align:center;
}
.roi-amount {
  font-size:42px;
  font-weight:800;
  color:var(--primary);
  margin:16px 0;
}
@media(max-width:900px){
  .roi-grid{grid-template-columns:1fr}
}
	
/* ================= CUSTOM STYLE ================= */
.industry-section {
  padding: 80px 0px 50px;
}

.section-title {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.03em; margin-bottom: 15px;
  
}

.section-title span {
  background: linear-gradient(135deg, #008080, #00b8b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Tabs */
.industry-tabs .nav-link {
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  color: #334155;
  padding: 12px 22px;
  font-weight: 500;
  transition: all .25s ease;
}

.industry-tabs .nav-link:hover {
  border-color: #008080;
  color: #008080;
}

.industry-tabs .nav-link.active {
  background: linear-gradient(135deg, #008080, #00b8b8);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 30px rgba(0,128,128,.25);
}

/* Panel */
.panel-card {
  background: #f8fafc;
  border-radius: 24px;
  padding: 30px;
}

.panel-card h3 {
  font-size: 28px;
  margin-bottom: 12px;
}

.panel-card p {
  font-size: 16px;
  color: #475569;
  line-height: 1.7;
}

.feature-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 16px 18px;
  font-size: 14px;
}

/* Mobile */
@media (max-width: 640px) {
  .industry-title {
    font-size: 32px;
  }

  .panel-card {
    padding: 32px 24px;
  }
}	
/* CTA */
.cta{text-align:center;background:linear-gradient(135deg, #3e9797, #008080);color:#fff;padding:60px 30px;border-radius:28px}
.cta p{color:#fff}
.cta a{display:inline-block;margin-top:20px;background:#fff;color:#008080;padding:14px 30px;border-radius:12px;font-weight:700;text-decoration:none}
/* ================= REVIEWS ================= */
.reviews-section {
  padding: 80px 0;
  
}

.reviews-grid {
  display: grid;
  gap: 28px;
  margin-top: 60px;
}

@media (min-width: 768px) {
  .reviews-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.review-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 36px 32px;
  text-align: left;
  transition: all 0.35s ease;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(15,23,42,0.12);
  border-color: #b2cfcf;
}

/* Highlight middle */
.review-card.highlight {
  border: 2px solid var(--primary);
  box-shadow: 0 26px 70px rgba(0,128,128,0.25);
}

/* Stars */
.stars {
  color: #fbbf24;
  font-size: 20px;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

/* Text */
.review-text {
  font-size: 16px;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 24px;
}

/* User */
.review-user strong {
  display: block;
  font-size: 15px;
  color: var(--dark);
}

.review-user span {
  font-size: 14px;
  color: var(--gray);
}
.comparison-section{padding:80px 0}
.comparison-table{
  max-width:800px;
  margin:50px auto 0;
  border:1px solid var(--border);
  border-radius:20px;
  overflow:hidden;
}
.comparison-table .row{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  padding:18px 24px;
  border-top:1px solid var(--border);
  text-align:center;
}
.comparison-table .row div:first-child{text-align:left;font-weight:600}
.comparison-table .head{
  background:#f1f5f9;
  font-weight:700;
}
.comparison-table .highlight{
  color:var(--primary);
  font-weight:800;
}
.faq-section{padding:80px 0;}
.faq-list{max-width:760px;margin:50px auto 0}
details{
  background:#fff;
  border:1px solid var(--border);
  border-radius:14px;
  padding:18px 22px;
  margin-bottom:14px;
}
summary{font-weight:600;cursor:pointer}
details p{margin-top:12px;color:var(--gray)}

/* Responsive */
@media(max-width:900px){
.hero,.solution{grid-template-columns:1fr}
.grid-3,.steps{grid-template-columns:1fr}
}



 .section-title h2, .powerful_section .section-title h3 {
   font-size: 50px;
   font-weight: 900;
   margin-bottom: 20px;
   padding-bottom: 20px;
   position: relative;
   color: #545252;
 }
 .section-title span {
   color: #9f9f9f !important
 }
 .section-title p {
   margin-bottom: 0;
 }
 .register-login {
   padding-top: 60px;
 }
 .register-login .section-title {
   padding-bottom: 0;
 }
 .register-login a {
   color: #333;
   font-size: 14px;
   text-decoration: none;
   margin: 15px 0;
 }
 .register-login button {
   border-radius: 20px;
   border: 1px solid #008080;
   background-color: #008080;
   color: #ffffff;
   font-size: 12px;
   font-weight: bold;
   padding: 12px 45px;
   letter-spacing: 1px;
   text-transform: uppercase;
   transition: transform 80ms ease-in;
 }
.register-login .sign-up-container button {
    margin-top: 30px;
}
 .register-login button:active {
   transform: scale(0.95);
 }
 .register-login button:focus {
   outline: none;
 }
 .register-login button.ghost {
   background-color: transparent;
   border-color: #ffffff;
 }
 .register-login form {
   background-color: #ffffff;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   padding: 0 40px;
   height: 100%;
   text-align: center;
 }
 .register-login .form-control {
   background-color: #eee;
   border: none;
   padding: 12px 15px;
  margin: 0 0 15px;
   width: 100%;
 }
 .register-login .container {
   background-color: #fff;
   border-radius: 10px;
   box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25), 0 8px 5px rgba(0, 0, 0, 0.22);
   position: relative;
   overflow: hidden;
   width: 768px;
   max-width: 100%;
   min-height: 480px;
 }
 .form-container {
   position: absolute;
   top: 0;
   height: 100%;
   transition: all 0.6s ease-in-out;
 }
 .sign-in-container {
   left: 0;
   width: 50%;
   z-index: 2;
 }
 .container.right-panel-active .sign-in-container {
   transform: translateX(100%);
 }
 .sign-up-container {
   left: 0;
   width: 50%;
   opacity: 0;
   z-index: 1;
 }
 .container.right-panel-active .sign-up-container {
   transform: translateX(100%);
   opacity: 1;
   z-index: 5;
   animation: show 0.6s;
 }
 @keyframes show {
   0%, 49.99% {
     opacity: 0;
     z-index: 1;
   }
   50%, 100% {
     opacity: 1;
     z-index: 5;
   }
 }
 .overlay-container {
   position: absolute;
   top: 0;
   left: 50%;
   width: 50%;
   height: 100%;
   overflow: hidden;
   transition: transform 0.6s ease-in-out;
   z-index: 100;
 }
 .container.right-panel-active .overlay-container {
   transform: translateX(-100%);
 }
 .overlay {
   background: #31e1e1;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: 0 0;
   color: #ffffff;
   position: relative;
   left: -100%;
   height: 100%;
   width: 200%;
   transform: translateX(0);
   transition: transform 0.6s ease-in-out;
 }
 .container.right-panel-active .overlay {
   transform: translateX(50%);
 }
 .overlay-panel {
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   padding: 0 40px;
   text-align: center;
   top: 0;
   height: 100%;
   width: 50%;
   transform: translateX(0);
   transition: transform 0.6s ease-in-out;
 }
 .overlay-left {
   transform: translateX(-20%);
   background: linear-gradient(to right, #008080, #31e1e1);
 }
 .container.right-panel-active .overlay-left {
   transform: translateX(0);
 }
 .overlay-right {
   right: 0;
   transform: translateX(0);
   background: linear-gradient(to right, #31e1e1, #008080);
 }
 .container.right-panel-active .overlay-right {
   transform: translateX(20%);
 }
 p.form-title {
   font-size: 30px;
   font-weight: 600; line-height: 1.4;
 }
p.form-title.new {
    font-size: 24px;
    font-weight: 600;
    color: #545252;
    line-height: normal;
}
 .social-container {
   margin: 20px 0;
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
 }
 .social-container a {
   border-radius: 3px;
   display: inline-flex;
   align-items: center;
   margin: 0;
   height: 30px;
   width: 49%;
   padding: 3px 10px;
   color: #fff;
   justify-content: space-between;
 }
 .social-container a span {
   font-weight: 600;
   font-size: 11px;
 }
 a.social.google {
   background: #d37b6c;
   color: #fff;
 }
 a.social.facebook {
   background: #7a9ed6;
   color: #fff;
 }
 .social-container a:hover {
   opacity: 0.9;
 }
 .about .content h3 {
   font-weight: 600;
   font-size: 26px;
 }
 .about .content ul {
   list-style: none;
   padding: 0;
 }
 .about .content ul li {
   padding-left: 28px;
   position: relative;
 }
 .about .content ul li + li {
   margin-top: 10px;
 }
 .about .content ul i {
   position: absolute;
   left: 0;
   top: 2px;
   font-size: 20px;
   color: #47b2e4;
   line-height: 1;
 }
 .about .content p:last-child {
   margin-bottom: 0;
 }
 .about .content .btn-learn-more {
   font-family: "Poppins", sans-serif;
   font-weight: 500;
   font-size: 14px;
   letter-spacing: 1px;
   display: inline-block;
   padding: 12px 32px;
   border-radius: 4px;
   transition: 0.3s;
   line-height: 1;
   color: #47b2e4;
   animation-delay: 0.8s;
   margin-top: 6px;
   border: 2px solid #47b2e4;
 }
 .about .content .btn-learn-more:hover {
   background: #47b2e4;
   color: #fff;
   text-decoration: none;
 }
 #footer {
   font-size: 14px;
 }
 .footer_bottom {
   background-color: #ddd;
 }
 #footer .footer-newsletter {
   padding: 50px 0;
   background: #0080800f;
   text-align: center;
   font-size: 15px;
   color: #444444;
 }
 #footer .footer-newsletter h4 {
   font-size: 24px;
   margin: 0 0 20px 0;
   padding: 0;
   line-height: 1;
   font-weight: 600;
   color: #445056;
 }
 #footer .footer-newsletter form {
   margin-top: 30px;
   background: #fff;
   padding: 6px 10px;
   position: relative;
   border-radius: 50px;
   box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
   text-align: left;
 }
 #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: 0;
   bottom: 0;
   border: 0;
   background: none;
   font-size: 16px;
   padding: 0 20px;
   background: #008080;
   color: #fff;
   transition: 0.3s;
   border-radius: 50px;
   box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
 }
 #footer .footer-top {
   padding: 60px 0 0 0;
   background: #ddd;
 }
 #footer .footer-top .footer-contact {
   margin-bottom: 30px;
 }
 #footer .footer-top .footer-contact h3 {
   font-size: 28px;
   margin: 0 0 10px 0;
   padding: 2px 0 2px 0;
   line-height: 1;
   text-transform: uppercase;
   font-weight: 600;
   color: #445056;
 }
 #footer .footer-top .footer-contact p {
   font-size: 16px;
   line-height: 24px;
   margin-bottom: 0;
   color: #445056;
 }
 #footer .footer-top h4 {
   font-size: 16px;
   font-weight: bold;
   color: #445056;
   position: relative;
   padding-bottom: 12px;
 }
 #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: #008080;
   font-size: 18px;
   line-height: 1;
 }
 #footer .footer-top .footer-links ul li {
   padding: 10px 0;
   display: flex;
   font-size: 16px;
   align-items: center;
 }
 #footer .footer-top .footer-links ul li:first-child {
   padding-top: 0;
 }
 #footer .footer-top .footer-links ul a {
   color: #445056;
   transition: 0.3s;
   display: inline-block;
   line-height: 1;
   font-weight: 300;
   font-size: 16px;
 }
 #footer .footer-top .footer-links ul a:hover {
   text-decoration: none;
   color: #008080;
 }
.social-links{text-align:center;}
 .social-links a {
   font-size: 18px;
   display: inline-block;
   background: #008080;
   color: #fff;
   line-height: 1;
   padding: 8px 0;
  
   border-radius: 50%;
   text-align: center;
   width: 36px;
   height: 36px;
   transition: 0.3s;
 }
.social-links a + a{margin-left:12px;}
.social-links a:hover {
   background: #008080b0;
   color: #fff;
   text-decoration: none;
 }

 @media (max-width: 768px) {
   #footer .footer-bottom {
     padding-top: 20px;
     padding-bottom: 20px;
   }
   #footer .copyright, #footer .credits {
     text-align: center;
     float: none;
   }
   #footer .credits {
     padding-top: 4px;
   }
 }
 .product_img img {
   width: 48px;
 }
 .product_box {
   display: flex;
   padding: 20px;
 }
 .product_content {
   padding-left: 25px;
 }
 .product_content h1 {
   font-size: 24px;
   font-weight: 600;
   color: #545252;
 }
 .product_content p {
   font-weight: 300;
   font-size: 16px;
   margin-bottom: 5px
 }
 .product_content a {
   color: #008080;
   font-size: 14px;
 }
 .product_box:hover {
   box-shadow: 0px 11px 50px 0 rgba(227, 231, 241, 0.7);
 }
 .work_companies h2 {
   max-width: 699px;
   margin: auto;
 }
 .section-title p {
   font-weight: 300;
   font-size: 19px;
 }
 .company_logo_silder .item img {
   width: 150px;
   display: block;
   margin: auto;
 }
 .company_logo_silder .item {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 75px;
 }
 .company_logo_silder .owl-nav, .company_logo_silder .owl-dots {
   display: none;
 }
 .powerful_section {}
 .about-left {
   text-align: center;
 }
 .about-left img {
   max-width: 400px;
 }
 .Supercharge_content h1 {
   font-size: 45px;
   font-weight: 900;
   margin-bottom: 20px;
   padding-bottom: 20px;
   position: relative;
   color: #445056;
 }
 .Supercharge_container {
   max-width: 992px;
 }
 .Supercharge_img img {
   max-width: 300px;
   display: block;
   margin: auto;
 }
 .Perspiciatis_row {
   justify-content: center;
 }
 .Perspiciatis_content {
   text-align: center;
 }
 .Perspiciatis_content p {
   font-size: 20px;
   line-height: 35px;
 }
 .Perspiciatis_content h1 {
   font-weight: bold;
   font-size: 45px;
 }
 .border_btn {
   border: 1px solid #008080;
   border-radius: 45px;
   font-weight: bold;
   padding: 18px 46px;
   margin-top: 19px;
   display: block;
   width: fit-content;
   margin: auto;
   transition: 0.5s all;
 }
 .border_btn:hover {
   border-color: #008080b0 !important;
   color: white;
   background-color: #008080b0;
 }
 .product_content h2 {
   font-weight: bold;
   font-size: 29px;
 }
 .product_work .product_content {
   margin-top: 35px;
 }
 .product_worK_col {
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .mission_col {
   padding: 0px !important;
 }
 #blog {}
 .blog-box {
   margin: 0 0 70px;
   background: #fff;
   border-radius: 10px;
 }
 .blog-box .blog-content {
   padding: 0 20px 20px;
 }
 .blog-box .featured-img img {
   border-radius: 10px 10px 0 0;
   object-fit: cover;
   height: 270px;
   width: 100%;
   object-position: center;
 }
 .category-title {
   margin-bottom: 5px;
 }
 .category-title a {
   font-size: .75rem;
 }
.blog-box .blog-content .title {
   font-size: 1.3rem;
   color: #545252;
 }
.blog-box .blog-content .title a:hover {
   color: #545252;
 }
 .blog-box .author-name {
   color: #445056;
 }
 .blog-box .author.info {
   font-weight: 600;
   font-size: .75rem;
   margin-bottom: 8px
 }
 .blog-box .blog-content .category-title a {
   color: #445056;
 }
 .blog-box .blog-content h3.title:hover {
   color: black;
 }
 .blog-content .date {
   color: #878787;
 }
 .blog-box .figure {
   display: block;
 }
 #sidebar {}
 #sidebar .sidebar-box {
   padding: 20px;
   background: #fff;
   margin-bottom: 30px;
   border-radius: 4px;
 }
 #sidebar .sidebar-box .sidebar-heading {
   font-size: 1.5rem;
   padding-bottom: 12px;
   color: #626060;
   position: relative;
 }
 #sidebar .sidebar-box .sidebar-heading:after {
   position: absolute;
   content: "";
   width: 70px;
   height: 2px;
   left: 0;
   background: #008080;
   bottom: 0;
 }
 #sidebar .sidebar-box ul {
   margin-top: 20px;
   list-style: none;
   padding: 0;
 }
 #sidebar .sidebar-box ul li {}
 #sidebar .sidebar-box ul li + li {
   margin-top: 10px;
   border-top: 1px dotted #ddd;
   padding-top: 10px;
 }
 #sidebar .sidebar-box ul li a {
   display: block;
   color: inherit;
   font-weight: 500;
   position: relative;
   padding-left: 12px;
 }
 #sidebar .sidebar-box ul li a:before {
   content: '';
   position: absolute;
   top: 10px;
   left: 0;
   width: 5px;
   height: 5px;
   border-radius: 50%;
   background-color: #dedcdc;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
 }
 #sidebar .sidebar-box ul li a:hover:before {
   background-color: #008080 !important;
 }
 #sidebar .sidebar-box ul li a:hover {
   color: #008080 !important;
 }
 .section-featured {
   position: relative;
   background: rgba(68, 68, 68, 0.5);
   background-position: 39% 25%;
   background-repeat: no-repeat;
   background-size: cover;
   color: #fff;
   min-height: 300px;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .section-featured:before {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   content: '';
   background: rgba(0, 0, 0, 0.5);
 }
 .section-featured h1 {
   position: relative;
   z-index: 999;
 }
 #blog-single {}
 #blog-single .container {
   max-width: 800px;
 }
 #blog-single .blog-box {
   margin: 0 0 35px;
 }
 #blog-single .blog-box .blog-content h3.title {
   font-size: 1.3rem;
   color: #1fad76;
   font-weight: 700;
 }
 #blog-single .blog-box .blog-content h3.title a:hover {
   color: #1fad76;
 }
 #blog-single .blog-box .author-name {
   color: #1fad76;
 }
 #blog-single .author.info {
   font-weight: 600;
   font-size: .75rem;
   margin: 15px 0;
 }
 #blog-single .blog-content p {
   font-size: 17px;
   line-height: 1.9;
   font-weight: 400;
 }
 #blog-content {
   position: relative;
 }
 ul.socialshare {
   position: absolute;
   left: -80px;
   top: 150px;
 }
 ul.socialshare li {
   border-radius: 50%;
   display: block;
   height: 40px;
   position: relative;
   width: 40px;
   text-align: center;
 }
 ul.socialshare li + li {
   margin-top: 15px;
 }
 ul.socialshare li a {
   font-size: 24px;
   line-height: 42px;
 }
 ul.socialshare li:hover {
   background: #1fad76;
   color: #fff;
 }
 .blog-content .title a {
   color: #545252;
 }
 .section-featured {
   position: relative;
   background: rgba(68, 68, 68, 0.5);
   background-position: 39% 25%;
   background-repeat: no-repeat;
   background-size: cover;
   color: #fff;
   min-height: 300px;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .section-featured:before {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   content: '';
   background: rgba(0, 0, 0, 0.5);
 }
 .section-featured h1 {
   position: relative;
   z-index: 999;
 }
 .faq .faq-list {
   padding: 0;
   max-width: 900px;
   margin: 0 auto;
 }
 .faq .faq-list ul {
   padding: 0;
   list-style: none;
 }
 .faq .faq-list li + li {
   margin-top: 15px;
 }
 .faq .faq-list li {
   padding: 20px;
   background: #fff;
   border-radius: 4px;
   position: relative;
 }
 .faq .faq-list.faq-list-wrap li {
   background: #fff !important;
 }
/* .faq .faq-list a {
   display: block;
   position: relative;
   font-size: 22px;
   line-height: 1.6;
   font-weight: 500;
   padding: 0 30px 0 0;
   outline: none;
   cursor: pointer;
   color: #545252;
 }*/
 .faq .faq-list .icon-show, .faq .faq-list .icon-close {
   font-size: 20px;
   position: absolute;
   right: 0;
   top: 0;
 }
 .faq .faq-list p {
   margin-bottom: 0;
   padding: 10px 0 0 0;
 }
 .faq .faq-list .icon-show {
   display: none;
 }
 .faq .faq-list a.collapsed {
   color: #545252;
 }
 .faq .faq-list a.collapsed:hover {
   color: #545252;
 }
 .faq .faq-list a.collapsed .icon-show {
   display: inline-block;
 }
 .faq .faq-list a.collapsed .icon-close {
   display: none;
 }
 .faq .faq-list h3 {
   font-size: 22px;
 }
 .custom-container-wrapper {
   max-width: 900px;
   margin: 0 auto;
   padding: 20px;
   background: #fff !important;
 }
 .custom-container-wrapper h2 {
   font-size: 24px;
 }
 .custom-container-wrapper .block-heading{
   font-size: 24px; font-family: "Open Sans", sans-serif; font-weight: 500;line-height: 1.2; margin-top: 0;
    margin-bottom: .5rem;
 }
 .custom-container-wrapper h3 {
   font-size: 22px;
 }
 .section.pricing-section {
   padding-top: 30px;
 }
 .switcher-box {
   margin-top: 0px;
   display: flex;
   align-content: center;
   justify-content: center;
   margin-bottom: 45px;
   position: relative;
   padding-top: 30px;
 }
 .switcher-box span {
   padding: 0 12px;
   font-size: 18px;
   line-height: 32px;
   position: relative;
 }
 .switcher input[type="checkbox"] {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   -webkit-tap-highlight-color: transparent;
   cursor: pointer;
 }
 .switcher input[type="checkbox"]:focus {
   outline: 0;
 }
 .switcher .toggle {
   width: 59px;
   height: 30px;
   display: inline-block;
   position: relative;
   margin: 0;
   border: 2px solid #008080;
   transition: all 0.2s ease;
   border-radius: 43px;
 }
 .switcher .toggle:after {
   content: "";
   position: absolute;
   top: 3px;
   left: 3px;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   background: #008080;
   box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);
   transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
 }
 .switcher .toggle:checked:after {
   transform: translatex(28px);
 }
 .switcher-box span.form-switch-promotion-container {
   position: absolute;
   top: -45px;
   left: 50px;
 }
 .form-switch-promotion-arrow {
   margin-right: 0.25rem;
 }
 .switcher-box span.form-switch-promotion-text {
    font-size: 13px;
    position: absolute;
    top: 0px;
    padding: 0;
    left: 40px;
}
 .switcher-box span.form-switch-promotion-text span {
   font-size: 12px;
   line-height: normal;
   padding: 3px 6px;
   color: #fff !important;
   background: #0453a7 !important;
 }
 .select_plans_wrap .row {
   margin: 0 -5px;
 }
 .select_plans_wrap [class*="col-sm"] {
   padding: 0 5px;
 }
 .select_plans_wrap {
   display: none;
 }
 .select_plans_wrap.show {
   display: block;
 }
 .card.select_plans_box {
   border-radius: 24px !important;
   border: 1.5px solid #e2e8f0;
   box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
   transition: all .5s ease 0s; transform: translateY(0px); position:relative;
  
 }
 .card.select_plans_box.bronze_plan * {
    color: #fff !important;
}
.card.select_plans_box.bronze_plan {
background: #131929;
    border-color: rgba(16, 102, 255, .5);
    box-shadow: 0 0 0 4px rgba(16, 102, 255, .1), 0 28px 60px rgba(13, 19, 36, .14);
}
.card.select_plans_box.bronze_plan .title span.label{}


 .card.select_plans_box:hover {
   background: #f0efef;
 }
 .card.select_plans_box.bronze_plan:hover {
   background: #131929;
}
 .popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #0453a7;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 18px;
    border-radius: 100px;
    letter-spacing: .07em;
    white-space: nowrap;
    box-shadow: var(--sh-b);
}
 .select_plans_box .title span.label {
   font-size: 24px;
   font-weight: bold;
   color: #0f172a;
 }
 .select_plans_box .option p {
   font-weight: 500;
 }
 .gold_plan .title {
   border-top: 3px solid #ff4b4b;
 }
 .select_plans_box .title {
   padding: 20px;
   border-radius: 0;
   text-align: center;
 }
 .select_plans_box .title h2 {
   position: relative;
   margin: 20px 0 0;
   padding: 0;
   font-size: 28px;
   z-index: 2;
 }
 .select_plans_box .title .price {
   position: relative;
   z-index: 2;
   min-height: 90px
 }
 .select_plans_box .title .price span.billed-annually {
   font-size: 13px;
 }
 .select_plans_box .option {
   position: relative;
   z-index: 2;
   padding: 0 20px;
   text-align: center;
 }
 .price h4 {
   margin: 0;
   padding: 20px 0 0;
   font-size: 36px;
   font-weight: 700;
   color: #0f172a;
 }
 .price h4 span.mth {
   font-size: 13px;
 }
 .option ul {
   margin: 0;
   padding: 0;
 }
 .option ul li {
   margin: 0 0 10px;
   list-style: none;
   font-size: 13px;
   padding: 0;
   letter-spacing: 0.5px;
 }
 .option ul li + li {}
 .card.select_plans_box a {
    position: relative;
    background: #0453a7;
    color: #fff;
    min-width: 180px;
    border-radius: 20px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    transition-duration: 0.5s;
    padding: 8px 12px;
    margin: 20px auto;
    cursor: pointer;
    border: 2px solid #0453a7;
}
 .card.select_plans_box a:hover {text-decoration: none;color: #fff;background: #0453a7;}
 .select-plan {position: relative;width: 100%;height: 100%;display: flex; justify-content: center;align-items: center;z-index: 99;}
 .free-plan-wrapper {margin: 40px 0 0;}
 .free-plan-details {
   background: #fff;
   padding: 40px;
   border-radius: 24px;
   display: flex;
   align-items: center;
   border: 1px solid var(--border);
   box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
   transition: all .5s ease 0s;
 }
.free-plan-container {width: 30%;display: flex;align-items: center;}
.free-plan-desc {margin: 0;font-weight: 500;}
.free-plan-container .free-plan-title {
width: 40%; font-size: 2rem; margin: 0; font-weight: 500;line-height: 1.2;color: var(--bs-heading-color); margin-bottom: .5rem;}
.free-plan-container .price h4 {padding: 0;}
.free-plan-info-container {width: 40%;}
.free-plan-btn-row {width: 30%;text-align: right;}
 .free-plan-btn-row a {
   position: relative;
   background: #fff;
   color: #0453a7;
   min-width: 120px;
   border-radius: 30px;
   display: inline-block;
   text-align: center;
   font-size: 18px;
   font-weight: 600;
   transition-duration: 0.5s;
   padding: 12px 30px;
   cursor: pointer;
   border: 2px solid #0453a7;
   max-width: 220px;
 }
 .free-plan-btn-row a:hover {
   background: #0453a7;
   color: #fff;
 }
 #support .form-wrapper {
   background: #fff;
   border-radius: 10px;
   width: 100%;
   box-shadow: 0 3px 0 #dddddd;
   border: 1px solid #dddddd;
   margin: 0 auto;
   padding: 30px;
 }
 #support .form-wrapper h2.form-heading {
   margin-bottom: 3rem;
   font-weight: 700;
   text-align: center;
 }
 #support .form-wrapper .req {
   color: #df0505;
   margin-left: 5px;
 }
.supoort_submit {
    background-color: #0453a7;
    border: 1px solid #0453a7;
    padding: 10px 27px;
    border-radius: 30px;
}
 .supoort_submit:focus-visible {
   background-color: #0453a7;
   border: 1px solid #0453a7;
   box-shadow: none;
 }
 .supoort_submit:hover {
   background-color: #0453a7;
  
   color: #fff;
 }
 #login {
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100vh;
   display: flex;
   align-items: center;
 }
 #login-box {
   position: relative;
   margin: 0 auto;
   width: 500px;
   border-radius: 2px;
   padding: 40px;
 }
 #login-box .form-logo img {
   height: 60px;
 }
 #login-box .form-logo {
   margin-bottom: 30px;
 }
 .forgot-row {
   display: flex;
   align-items: center;
   justify-content: space-between;
 }
 .forgot-row span {
   font-weight: normal;
   margin-left: 3px;
 }
 .form-divider {
   padding: 12px 0;
   text-align: center;
   position: relative;
 }
 .form-divider:before {
   content: "";
   top: 50%;
   left: 0;
   right: 0;
   position: absolute;
   width: 100%;
   height: 1px;
   background-color: #ddd;
 }
 .form-divider span {
   display: block;
   position: relative;
   margin: 0 auto;
   width: 70px;
   z-index: 11;
   background-color: #fdf3ed !important;
   color: #000;
   font-weight: 400;
   text-align: center;
   font-size: 18px;
   line-height: 24px;
 }
 .form-wrapper {}
 .form-wrapper label {
   font-weight: 500;
   margin-bottom: 5px;
 }
 .form-wrapper .form-control {
   display: block;
   border-radius: 10px;
   font-size: 1rem;
   outline: none;
   transition: .15s ease-in-out;
   line-height: 2;
   padding: 4px 1rem;
   margin: 0;
   height: 45px;
 }
 .form-wrapper .form-control.error-bdr {
   border-color: red;
 }
 .form-wrapper textarea.form-control {
   height: auto;
 }
 .form-wrapper .form-btn {
   width: 100%;
   height: 45px;
   background: #008080;
   border: none;
   border-radius: 20px;
   color: #FFF;
   font-weight: 500;
   text-transform: uppercase;
   transition: 0.1s ease;
   cursor: pointer;
 }
 .form-wrapper .form-btn:hover, .form-wrapper .form-btn:focus {
   opacity: 0.8;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
   transition: 0.1s ease;
 }
 .form-wrapper .form-btn:active {
   opacity: 1;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
   transition: 0.1s ease;
 }
 button.social-signup {
   margin-bottom: 10px;
   width: 100%;
   height: 40px;
   border: none;
   border-radius: 2px;
   color: #FFF;
   font-weight: 500;
   transition: 0.2s ease;
   cursor: pointer;
   padding: 3px 5px;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 button.social-signup svg {
   margin: 0 10px;
 }
 button.social-signup img {
   width: 25px;
   background: #fff;
   border-radius: 50px;
   margin: 0 10px 0 5px;
 }
 #signup {
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   height: 100vh;
   display: flex;
   align-items: center;
 }
 #signup-box {
   position: relative;
   margin: 0 auto;
   width: 600px;
   border-radius: 2px;
   padding: 40px;
 }
 button.social-signup:hover, button.social-signup:focus {
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
   transition: 0.2s ease;
 }


 button.social-signup:active {
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
   transition: 0.2s ease;
 }
 button.social-signup.facebook {
   background: #32508E;
 }
 button.social-signup.google {
   background: #3477F6;
 }
 .term-conditions a {
   color: #008080;
   font-weight: 600;
 }
 .chat-wrapper {
   border: 2px solid #ddd;
   border-radius: 5px;
 }
 .chatbox {
   padding: 30px 20px;
   display: flex;
   flex-direction: column;
   gap: 20px;
   max-height: 350px;
   overflow-y: scroll;
 }
 .chatbox .chat {
   display: flex;
   gap: 15px;
   float: left;
 }
 .chatbox .user-icon svg {
   font-size: 24px;
 }
 .chatbox .agent-icon svg {
   font-size: 24px;
 }
 .chatbox .msg {
   background: #f3f3f3;
   max-width: 80%;
   padding: 20px;
   border-radius: 10px;
   position: relative;
   font-size: 13px;
   margin-bottom: 0;
 }
 .msg ion-icon {
   font-size: 20px;
   color: #3a384c;
   position: absolute;
   top: 10px;
 }
 .chat.user-chat {
   flex-direction: row-reverse;
 }
 .chatbox .chat:nth-child(odd) ion-icon {
   left: -14px;
 }
 .chatbox .chat:nth-child(even) ion-icon {
   right: -14px;
   transform: rotate(180deg);
 }
 .message-box {
   position: relative;
 }
 .message-box textarea.form-control {
   height: auto;
   resize: none;
   padding-right: 160px;
 }
 .message-box button.btn {
   border-radius: 50%;
   color: #fff;
   border: 2px solid #00c2a7;
   padding: 8px 10px;
   min-width: 38px;
   margin-left: 25px;
   background: #00c2a7;
   height: 38px;
   text-align: center;
 }
 .send-message-wrap {
   position: absolute;
   top: 1px;
   right: 1px;
   padding: 16.75px 15px;
   background: #f3f3f3;
   border-radius: 0 10px 10px 0;
   display: flex;
   align-items: center;
   height: 100%;
 }
 .file-brows {
   position: relative;
 }
 .file-brows .browse {
   color: #445056;
 }
 .file-brows .fileval {
   display: block;
   position: absolute;
   right: 0;
   left: 0;
   padding: 0;
   text-overflow: ellipsis;
   white-space: nowrap;
   display: block;
   top: 45px;
   overflow: hidden;
   font-size: 12px;
 }
 .file-brows input[type="file"] {
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   width: 100%;
   height: 100%;
 }
 input[type=file] {
   display: block;
 }
 .chatbox::-webkit-scrollbar {
   width: 8px;
 }
 .chatbox::-webkit-scrollbar-track {
   box-shadow: inset 0 0 5px grey;
   border-radius: 10px;
 }
 .chatbox::-webkit-scrollbar-thumb {
   background: #00c2a7;
   border-radius: 10px;
 }
 .chatbox::-webkit-scrollbar-thumb:hover {
   background: #00c2a7;
 }
 .chatbox {
   scrollbar-width: thin;
   scrollbar-color: #00c2a7 #ccc;
 }
 .chat-info ul li + li {
   margin-left: 10px;
 }
 .chat-info ul li {
   display: inline-block;
   font-size: 11px;
 }
 .chat.user-chat .msg {
   float: right;
 }
 .chat.user-chat div {
   float: right;
 }
 #sidebar {
   min-height: auto;
   overflow-y: auto;
   overflow-x: hidden;
 }
 @media screen and (min-width: 1200px) {
   #sidebar {
     height: calc(100vh - 0px);
   }
 }
 @media screen and (min-width: 1026px) {
   #sidebar {
     height: calc(100vh - 0px);
   }
 }
 #sidebar::-webkit-scrollbar {
   display: none;
 }
 #sidebar {
   -ms-overflow-style: none;
   scrollbar-width: none;
 }
 #main-content {
   min-height: auto;
   overflow-y: auto;
   overflow-x: hidden;
 }
 @media screen and (min-width: 1200px) {
   #main-content {
     height: calc(100vh - 143px);
   }
 }
 @media screen and (min-width: 1026px) {
   #main-content {
     height: calc(100vh - 140px);
   }
 }
 #main-content::-webkit-scrollbar {
   display: none;
 }
 #main-content {
   -ms-overflow-style: none;
   scrollbar-width: none;
 }
 #sidebar {
   width: 320px;
   position: absolute;
   border-right: 0px solid #CFD3D9;
   left: 0;
   top: 0;
   min-height: 100vh;
 }
 #main-content {
   padding: 30px 0 30px 0;
   position: relative;
   margin-left: 345px;
   min-height: 100vh;
 }
 .side-user-profile {
   background: #f3f3f3;
   padding: 15px 20px;
   margin: 20px 20px 0 20px;
   border-radius: 10px;
   position: absolute;
   width: 88%;
   bottom: 10px;
 }
 .side-user-profile h3 {
   position: relative;
   font-size: 18px;
   padding-bottom: 10px;
   margin-bottom: 10px;
 }
 .side-user-profile h3:after {
   content: "";
   position: absolute;
   height: 2px;
   background: #00c2a7;
   width: 100%;
   left: 0;
   bottom: 0;
 }
 .side-user-profile ul.profile {}
 .side-user-profile ul.profile li {}
 .side-user-profile ul.profile li a {
   color: #445056;
 }
 .side-user-profile ul.profile li svg {
   margin-right: 10px;
 }
 .side-user-profile ul.profile li + li {
   margin-top: 8px;
 }
 section#myform {
   background: #f3f3f3;
 }
 .container-fluid.myform {
   position: relative;
 }
 .side-bar-block ul {
   padding-left: 40px;
   margin-right: -20px;
 }
 .side-bar-block ul li {}
 .side-bar-block ul li a {
   display: block;
   padding: 10px 20px;
   border-radius: 20px 0 0 20px;
   color: #445056;
 }
 .side-bar-block ul li a.active, .side-bar-block ul li a:hover {
   background: #f3f3f3;
 }
 .side-bar-block ul li a svg {
   margin-right: 10px;
 }
 .side-bar-block ul li + li {
   margin-top: 5px;
 }
 .side-bar-block h3 {
   font-size: 22px;
   font-weight: 700;
 }
 #main-content .card {
   border: none;
   border-radius: 20px;
 }
 #main-content .card .card-body {
   padding: 40px;
   background: #fff;
   border-radius: 20px;
 }
 .myform .more-main {
   position: relative;
 }
 .myform .dot-menu {
   display: flex;
   justify-content: end;
   margin-top: -28px;
   cursor: pointer;
   width: 40px;
   margin-left: auto;
 }
 .myform .dot {
   width: 3px;
   height: 3px;
   border-radius: 100%;
   background-color: black;
   margin-left: 4px;
   cursor: pointer;
 }
 .myform .more-main p {
   text-align: center;
   margin-left: 59px !important;
   font-size: 16px;
 }
 .more {
   width: 120px;
   padding-bottom: 20px;
   background-color: rgb(255, 255, 255);
   position: absolute;
   top: 2px;
   display: none;
   z-index: 2;
   transform: translate(0px, 19px) !important;
   border-bottom: 4px solid #00c2a7;
 }
 .more-content {
   padding-top: 10px;
   padding-left: 15px;
   border-bottom: 1px solid #ebebeb;
 }
 .more-content:hover {
   background-color: #00c2a715;
 }
 .more-content .svg-inline--fa {
   margin-right: 5px;
 }
 .myform th:nth-child(7) {
   text-align: end;
 }
 .myform thead tr:nth-child(1) {}
 .myform .card .card-body thead > tr > th {
   vertical-align: middle;
 }
 .myform tbody tr:hover {
   transition: 0.3s all;
   background-color: #00c2a715;
 }
 .myform tbody tr:hover svg {
   color: #00c2a7;
 }
 .table.my-form-table tr td {
   border: none;
   padding: 16px 8px;
 }
 a.response-value {
   width: 24px;
   height: 24px;
   display: block;
   margin: 0 auto;
   background: #00c2a7;
   text-align: center;
   border-radius: 50%;
   color: #fff;
   font-size: 12px;
   line-height: 23px;
   font-weight: bold;
 }
 .myform .entries-search {
   display: flex;
   justify-content: flex-end;
 }
 .myform form {
   position: relative;
 }
 .myform form > .textbox {
   outline: 0;
   height: 42px;
   width: 245px;
   line-height: 42px;
   padding: 0 16px;
   background-color: rgba(255, 255, 255, 0.8);
   color: #212121;
   border: 0;
   float: left;
   -webkit-border-radius: 4px 0 0 4px;
   border-radius: 4px 0 0 4px;
 }
 .myform form > .textbox:focus {
   outline: 0;
   background-color: #FFF;
 }
 .myform form > .textbox {
   border-radius: 20px;
   box-shadow: none;
   border: 1px solid #ddd;
 }
 .myform form > .textbox::placeholder {}
 .myform form > .button {
   outline: 0;
   background: none;
   background-color: #00c2a7;
   height: 42px;
   width: 55px;
   text-align: center;
   line-height: 42px;
   border: 0;
   color: #FFF;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: 16px;
   text-rendering: auto;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
   -webkit-transition: background-color .4s ease;
   transition: background-color .4s ease;
   -webkit-border-radius: 0 4px 4px 0;
   border-radius: 0 20px 20px 0;
   position: absolute;
   right: 0;
 }
 .myform form > .button:hover {
   background-color: #0b7a50;
 }
 .myform .card .card-body nav .page-link:hover {
   background-color: #00c2a7 !important;
   color: white;
 }
 .myform .card .card-body nav .activ {
   background-color: #00c2a7 !important;
   color: white;
 }
 .myform .card .card-body .no-entries {
   display: flex;
   align-items: center;
 }
 .myform .card .card-body .form-select {
   width: 62px;
   padding: 5px;
   font-size: 14px;
 }
 .myform .card .card-body label {
   margin-left: 5px;
   margin-right: 5px;
 }
 div#example_filter {
   display: none;
 }
 .myform .card .card-body .dataTables_length {
   margin-bottom: 25px;
   margin-top: -58px;
 }
 .myform .card a#example_previous {
   padding: 10px;
   border: 1px solid rgb(209 209 209);
 }
 .myform a.paginate_button {
   border: 1px solid rgb(209 209 209);
   padding: 10px;
 }
 .myform a.paginate_button:hover {
   background-color: #00c2a7;
   color: white;
   border: 1px solid #00c2a7;
   transition: 0.3s all;
   cursor: pointer;
 }
 .myform div#example_paginate {
   text-align: end;
 }
 #sidebar .logo {
   text-align: center;
   background: #f3f3f3;
   margin: 10px 20px 0;
   border-radius: 10px;
   padding: 15px 0;
 }
 #sidebar .logo img {
   max-width: 150px;
 }
 .back-btn-wrap {
   background: #fff;
   padding: 20px;
   border-radius: 20px;
 }
 .back-btn {
   color: #00c2a7;
 }
 .form_setting {
   color: rgb(30, 48, 80);
   font-weight: bold;
   font-size: 16px;
   background: #fff;
   padding: 5px 10px;
   border-radius: 20px;
   border: 2px solid rgb(30, 48, 80);
 }
 .form_setting:hover {
   background: rgb(30, 48, 80);
   color: #fff;
 }
 #create-form-Modal {}
 #create-form-Modal .modal-dialog {
   max-width: 450px;
 }
 #create-form-Modal .modal-body {
   padding: 30px;
 }
 #create-form-Modal h3 {
   text-align: center;
   margin-bottom: 30px;
   margin-top: 10px;
 }
 #create-form-Modal label {
   font-weight: 500;
   margin-bottom: 8px;
 }
 #create-form-Modal input.form-control {
   height: 50px;
   border-radius: 12px;
   margin-bottom: 20px;
 }
 #create-form-Modal button.btn-close {
   float: right;
   position: absolute;
   top: 10px;
   right: 10px;
 }
 .create-form-btn {
   cursor: pointer;
   font-size: 0.80rem;
   border: none;
   user-select: none;
   outline: none !important;
   font-weight: 700;
   line-height: 19px;
   padding: 12px 20px;
   border-radius: 25px;
   text-transform: uppercase;
   transition: 0.2s ease;
   white-space: nowrap;
   min-width: 120px;
   background-color: #008080;
 }
 .create-form-btn:hover {
   background-color: #008080b0;
 }
 .back_dash_btn:hover {
   color: #445056;
 }
 .inner_section_col {
   text-align: center;
 }
 .inner_section_top {padding: 50px 0;}
 section.inner_section_top.contact-us{padding: 50px 0 0;}
 .inner_section_top.faq-top-section h1 {
   max-width: 950px;  margin: 0 auto;
 }

 .inner_section_col h2 span {
   font-size: 12px;
   color: green;
   font-weight: 500;
 }
 .inner_section_col h2 {
   font-size: 14px;
   max-width: 800px;
   display: block;
   margin: auto;
   font-weight: 500; margin-top: 10px;
 }
 .inner_section_col h3 {
   font-size: 17px;
 }
.product-page-wrapper h2{font-size: 1.75rem;}
 .custom-bg {
   background: #f8fafc;
 }

 .single_blog_section .sblog_img {
   overflow: hidden;
   border-radius: 10px 10px 0 0;
 }
 .single_blog_section .sblog_img img {
   width: 100%;
   transform: scale(1);
   transition: all .45s ease;
   border-radius: 10px 10px 0 0;
 }
 .single_blog_section .sblog_img img:hover {
   transform: scale(1.05);
 }
 .single_blog_section .sblog_content {
   padding: 30px;
 }
 .single_blog_section .sblog_content h2 {
   font-size: 24px;
   font-weight: 500;
   color: #545252;
 }
 .single_blog_section .sblog_content .block-heading {
   font-size: 24px;
   font-weight: 500;
   color: #545252; font-family: "Open Sans", sans-serif; line-height: 1.2; margin-top: 0;
    margin-bottom: .5rem;
 }
 .single_blog_section .sblog_content h5 {
   font-size: 24px;
   font-weight: 500;
   color: #545252; 
 }
 .single_blog_section .sblog_content p {
   font-size: 16px;
   line-height: 1.6;
   margin-bottom: 20px;
 }
 .single_blog_section .sblog_content h3, .single_blog_section .sblog_content h4 {
   font-size: 20px;
 }
 .single_blog_section .sblog_content h3 {
   position: relative;
 }
 .single_blog_section .sblog_content h3:before {
   content: "-";
   margin-right: 5px;
 }
 .single_blog_section .sblog_content .wp-block-pullquote {
   padding: 1.5em;
 }
 .single_blog_section .sblog_content .wp-block-pullquote p {
   max-width: 650px;
   margin: 0 auto;
   font-size: 18px;
   position: relative;
 }
 .single_blog_section .sblog_content .wp-block-pullquote p:before {
   content: open-quote;
   font-size: 36px;
   position: absolute;
   top: -12px;
   left: -4px;
   color: #008080;
   font-weight: 500;
   font-family: 'Black And White Picture', sans-serif;
 }
 .single_blog_section .sblog_content .wp-block-pullquote p:after {
   content: close-quote;
   position: absolute;
   font-size: 36px;
   font-weight: 500;
   color: #008080;
   font-family: 'Black And White Picture', sans-serif;
 }
 .silde_bimg img {
   width: 80px;
   height: 80px;
   object-fit: cover;
 }
 .rectent_blogc {
   display: flex;
   margin-top: 20px;
 }
 .recent_blog {
   padding: 25px;
   box-shadow: 0px 0px 20px #8080800f;
   background: #fff;
   border-radius: 10px;
 }
.recent_blog .recent_post-title{font-weight: 500; line-height: 1.2; font-size: 2rem; font-family: "Open Sans", sans-serif;}
 .silde_blog_c .title {
   font-size: 17px;
 }
 .silde_blog_c {
   padding-left: 15px;
 }
 a.rectent_blogc {
   color: #445056;
 }
 .single_blog_section .sblog_content ul {
   list-style: none;
   margin-top: 15px;
 }
 .single_blog_section .sblog_content ul li:nth-child(odd) {
   list-style: outside;
   font-weight: 600;
 }
 .single_blog_section .sblog_content ul li:nth-child(even) {
   font-weight: 300;
   margin-bottom: 10px;
 }
 .login-btns-wrapper {
   max-width: 400px;
   margin: 0 auto;
   background: #fff;
   padding: 30px 40px;
   border-radius: 10px;
   text-align: center;
   box-shadow: 0 3px 0 #dddddd;
   border: 1px solid #ddd;
 }
 .login-btns-wrapper .btn {
   background: #ddd;
   width: 100%;
   padding: 10px 10px;
   font-size: 16px;
   color: #fff;
   border-radius: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .login-btns-wrapper .btn i {
   font-size: 22px;
 }
 .login-btns-wrapper .btn + .btn {
   margin-top: 10px;
 }
 a.btn.google-btn {
   background: #df4930;
 }
 a.btn.facebook-btn {
   background: #507cc0;
 }
 a.btn.email-btn {
   background: #008080 !important;
   border-color: #008080 !important;
   color: #fff !important;
 }
 .login-btns-wrapper .sub-cta-text {
   margin: 10px 0 0;
   font-weight: 700;
   font-size: 16px;
 }
 .getting-content-text {
   max-width: 800px;
   margin: 0 auto;
 }
.getting-started-img img {
    max-width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}
 .login-btns-wrapper .btn img {
   max-width: 32px;
   margin-right: 15px;
 }
 .getting-content-text {
   background: #fff;
   padding: 20px;
 }
 .getting-content-text p {
   line-height: 1.7;
   font-size: 17px;
 }

.login-btns-wrapper.heading-point{
    max-width: 415px;
    margin: 0 auto;
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 0 #00808021;
    border: 1px solid #00808021;
    background: #00808021;
}
.login-btns-wrapper.heading-point h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.product-page-wrapper .login-btns-wrapper.heading-point h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.login-btns-wrapper ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
}
.login-btns-wrapper ul li {
    font-size: 14px;
}
.login-btns-wrapper ul li + li {
    margin-top: 15px;
}
.login-btns-wrapper ul li svg {
    margin-right: 10px;
    color: #529852;
}

 #signupModal button.btn-close {
   position: absolute;
   right: 8px;
   top: 8px;
   background-color: #ddd;
   padding: 10px;
   border-radius: 50px;
   z-index: 999;
 }
 #signupModal .register-login .container {
   box-shadow: none;
 }
 #signupModal .modal-content {
   background: transparent;
 }
 #signupModal.modal.show .modal-dialog {
   margin-top: 99px;
 }
 #signupModal.modal.fade.show {
   backdrop-filter: blur(2px);
 }
 #inner-login-modal button.btn-close {
   position: absolute;
   right: 8px;
   top: 8px;
   background-color: #ddd;
   padding: 10px;
   border-radius: 50px;
   z-index: 999;
 }
 #inner-login-modal .register-login .container {
   box-shadow: none;
 }
 #inner-login-modal .modal-content {
   background: transparent;
 }
 #inner-login-modal.modal.show .modal-dialog {
   margin-top: 99px;
 }
 #inner-login-modal.modal.fade.show {
   backdrop-filter: blur(2px);
 }
 #inner-login-modal .register-login form {
   padding: 0 30px;
 }
 #productModal button.btn-close {
   position: absolute;
   right: 8px;
   top: 8px;
   background-color: #ddd;
   padding: 10px;
   border-radius: 50px;
   z-index: 999;
 }
 #productModal.modal.fade.show {
   backdrop-filter: blur(2px);
 }
 #productModal.modal.show .modal-dialog {
   margin-top: 99px;
 }
 .custom-bg.features-pages {
   background: #fff;
 }
 .features-pages .inner_section_col h1 {
   font-size: 30px;
   max-width: 800px;
   display: block;
   margin: 0px auto 15px;
   font-weight: 600;
 }
 .features-pages .inner_section_col p {
   font-size: 17px;
   max-width: 450px;
   display: block;
   margin: auto;
   font-weight: 400;
 }
 .content-box {
   padding: 20px;
   background: #f3f3f3;
   border-radius: 10px;
   margin: 0px 0 30px;
   min-height: 265px;
 }
 .content-box a.btn {
   padding: 0;
   color: #008080;
   position: relative;
   font-weight: 600;
 }
 .content-box a.btn:after {
   content: " ❯";
   font-size: 14px;
   margin-left: 3px;
 }
 .content-box.min-height-233 {
   min-height: 233px;
 }
 .section-content {
   max-width: 950px;
   margin: 0 auto;
   text-align: center;
 }
 .getting-content-text h2, .getting-content-text h3 {
   font-size: 22px; margin: 35px 0 10px;
 }
 .product-page-wrapper .section-content {
   max-width: 1020px;
   margin: 0 auto;
   text-align: center;
 }
.product-page-wrapper .product-title{font-size: 1.75rem;}
 .section.not-found-page {
   height: 100vh;
   text-align: center;
   display: flex;
   align-items: center;
   padding: 0;
   justify-content: center;
 }
 .section .error {
   font-size: 150px;
   color: #606060;
   text-shadow: 1px 1px 1px #252626, 2px 2px 1px #252626, 3px 3px 1px #252626, 4px 4px 1px #252626, 5px 5px 1px #252626, 6px 6px 1px #252626, 7px 7px 1px #252626, 8px 8px 1px #252626, 25px 25px 8px rgba(0, 0, 0, 0.2);
   margin: 0;
 }
 .not-found-content {
   margin-top: -50px;
 }
 .section.not-found-page .page {
   margin: 2rem 0;
   font-size: 20px;
   font-weight: 600;
   color: #444;
 }
 .back-home {
   border-radius: 20px;
   border: 1px solid #008080;
   background-color: #008080;
   color: #ffffff;
   font-size: 12px;
   font-weight: bold;
   padding: 12px 45px;
   letter-spacing: 1px;
   text-transform: uppercase;
   transition: transform 80ms ease-in;
   text-decoration: none;
 }
 .back-home:hover {
   color: #fff;
   background: #008080b0;
 }
 .section.demo-page {
   width: 100%;
   height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .demo-content {
   max-width: 600px;
   margin-top: -100px;
 }
 .demo-page-logo {
   text-align: center;
   margin-bottom: 30px;
 }
 .demo-page-logo img {
   max-width: 150px;
 }
 .section.demo-page .demo-content h1 {
   font-size: 24px;
   margin: 0;
 }
 .section.demo-page .demo-content h2 {
   font-size: 13px;
   text-align: center; font-weight: 300;
    letter-spacing: 0.5px;
 }
 .demo-content .form-group {
   position: relative;
 }
 .section.demo-page .form-group input.form-control {
   border: 2px solid #888;
   padding: 10px 40px 10px 10px;
   border-radius: 30px;
 }
 .section.demo-page .form-group input.form-control.input_error {
   border-color: #ff0000;
 }
 .thankyou {
   text-align: center;
   color: green;
   max-width: 400px;
   margin: 10px 0;
   font-size: 15px;
 }
 .success-msg.contact {
   text-align: center;
   margin-bottom: 20px;
   color: green;
   font-weight: 600;
 }
 .section.demo-page input.btn.btn-demo {
   position: absolute;
   top: 1px;
   right: 1px;
   background: #008080;
   border-radius: 30px;
   color: #fff;
 }
 .section.demo-page a.btn-close {
   position: absolute;
   top: 15px;
   right: 30px;
   padding: 5px;
   border-radius: 50px;
   opacity: 0.6;
   font-size: 24px;
   box-shadow: none !important;
 }
 .section.reset-password-page {
   width: 100%;
   height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
   background: #f5f5f5;
 }
 .section.reset-password-page .demo-content {
   max-width: 600px;
   margin-top: -100px;
 }
 .section.reset-password-page .demo-page-logo {
   text-align: center;
   margin-bottom: 30px;
 }
 .section.reset-password-page .demo-page-logo img {
   max-width: 150px;
 }
 .section.reset-password-page .demo-content h1 {
   font-size: 24px;
   margin: 0;
   text-align: center;
 }
 .section.reset-password-page .demo-content p {
   font-size: 13px;
   text-align: center;
 }
 .section.reset-password-page .form-wrapper {
   background: #fff;
   border-radius: 10px;
   width: 400px;
   box-shadow: 0 3px 0 #dddddd;
   border: 1px solid #dddddd;
   margin: 0 auto;
   padding: 30px;
 }
 button.btn.btn-primary.btn-demo {
   background-color: #008080;
   border: 1px solid #008080;
   padding: 10px 27px;
   border-radius: 30px;
   min-width: 120px;
 }
 .demo-content .form-group {
   position: relative;
 }
 .section.reset-password-page input.btn.btn-demo {
   position: absolute;
   top: 5px;
   right: 5px;
   background: #008080;
   border-radius: 30px;
   color: #fff;
 }
 .section.reset-password-page a.btn-close {
   position: absolute;
   top: 15px;
   right: 30px;
   padding: 5px;
   border-radius: 50px;
   opacity: 0.6;
   font-size: 24px;
   box-shadow: none !important;
 }
 div#loginerror {
   min-height: 18px;
   font-size: 11px;
   color: red;
 }
 a.forgot {
   margin: 5px 0 15px !important;
 }
 .relative {
   width: 100%;
   position: relative;
 }
 .password_validation {
   display: none;
 }
 .error-msg-text, .error_msg, .error {
   color: #c00000; font-size: 11px;
 }
 .success-msg-text {
   color: green; margin-bottom: 0; font-size: 11px;
 }
.registrationFormAlert {
    min-height: 18px;
}
 .password_validation {
   position: absolute;
   background: #f5f5f5;
   z-index: 99999;
   border: 1px solid #ddd;
   padding: 10px 15px;
   width: 100%;
   margin: 0 15px;
   left: -5%;
   font-size: 13px;
   border-radius: 12px;
   text-align: left;
   top: 57px;
 }
 
 .activation-notifaction-stripe {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70%;
    text-align: center;
    background: #030303a8;
    padding: 15px 0;
    z-index: 1021;
    margin: 0 auto;
}
 .activation-notifaction-stripe p {
   margin: 0;
   color: #fff;
   font-weight: 600;
   font-size: 15px;
 }
.activation-notifaction-stripe button.btn-close {
    position: absolute;
    right: 10px;
    top: 20px;
    padding: 0;
}

	
	.why-tracko-page{}	
	.why-tracko-top .login-btns-wrapper p {
    font-weight: 700;
    line-height: normal;
    font-size: 22px;
}
	.why-tracko-top .login-btns-wrapper{padding: 30px 20px; box-shadow: none;}
	.why-tracko-top .login-btns-wrapper .form-control {
    height: 45px;
    margin-bottom: 15px !important;
}
	.why-tracko-top .login-btns-wrapper button {
    border-radius: 4px;
    border: 1px solid #008080;
    background-color: #008080;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in; width: 100%; margin-top: 10px;
}
	.why-tracko-top{padding: 180px 0 90px; }
	.why-tracko-top h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    color: #545252;
}
	.why-tracko-top h1 span {
    color: #9f9f9f !important;
}
	.why-tracko-top p {
    font-size: 19px;
}
	.why-tracko-top ul {
    margin: 20px 0;
    list-style: none;
    padding: 0;
}
	.why-tracko-top ul li {
    
}
	.why-tracko-top ul svg {
    margin-right: 15px; color: #1c801c;
}
	.why-tracko-top ul li + li {
    margin-top: 10px;
}


	
	.why-tracko-page .section-title h2{font-size: 40px; padding: 0; margin-bottom: 15px;}
	.why-tracko-page .section-title p {
    max-width: 750px;
    margin: 0 auto;
}
	.gray-box {
    padding: 20px;
    background: #f1f1f1;
    border-radius: 12px;
}
	.gray-box h3 {
    font-size: 24px;
}
	.custom-btn {
    position: relative;
    background: #fff;
    color: #008080;
    min-width: 120px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    transition-duration: 0.5s;
    padding: 8px 30px;
    cursor: pointer;
    border: 2px solid #008080;
    max-width: 220px;
}
	.custom-btn:hover {
    background: #008080;
    color: #fff;
}
	.our-expert .content{max-width:800px; margin: 0 auto;}
	.our-expert .content p {
    font-size: 21px;
    margin-bottom: 30px;
}
	.img-wrap {
    text-align: center;
}
	.img-wrap img {
    max-width: 375px;
}
	.content-area {
    padding: 0;
}
	.content-area h3 {
    font-size: 30px;
    font-weight: 700;
}
	.content-area ul {
    margin: 20px 0;
}
	.content-area ul li {
    font-size: 16px;
}
	.content-area ul li + li {
    margin-top: 10px;
}
section.section.explore-tracko{padding: 0;}
section.section.explore-tracko .login-btns-wrapper.heading-point{margin-bottom: 90px;}
	.explore-tracko section {
    padding: 30px 0;
}
	.management-box {
    text-align: center;
    padding: 20px 30px; margin: 10px 0;

}
	.management-box h3 {
    font-size: 24px;
}
	.management-box .icon svg {
    font-size: 50px;
    margin-bottom: 15px; color: #888;
}

.loader-section {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}	
.loading {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #fff;
  border-right-color: #008080;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  
}

@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/*==============inventory-tracking-software===============*/
.inventory-page{}
header.head-section {padding: 25px 0;}	
section.section-area.section-1 {background: #f1f1f1;padding: 40px 0 60px;}
header.head-section h1 {margin: 0; color: #008080;font-weight: 600;}
section.section-area.section-1 {background: #f1f1f1;}	
.right-content img {max-width: 200px;margin-bottom: 20px;}	
section.section-area.section-1 p {font-size: 22px;font-weight: 400;}
section.section-area.section-1 .p-text-1 {color: green;font-size: 30px;}
section.section-area.section-1 .p-text-2 {margin: 0;}
section.section-area.section-1 .right-content p{font-size: 19px;}	
.right-content a.btn.signup { position: relative;background: #fff; color: #008080; min-width: 120px;border-radius: 30px;display: inline-block;text-align: center;font-size: 18px;font-weight: 600;transition-duration: 0.5s;padding: 12px 30px;cursor: pointer;border: 2px solid #008080;max-width: 220px; margin-top: 23px;}
section.section-area.section-1 .login-btns-wrapper.heading-point {width: 100%; max-width: 90%;text-align: left;padding: 35px; margin-right: 50px;}	
section.section-area.section-1 .login-btns-wrapper.heading-point ul{margin:0;}
section.section-area.section-1 .login-btns-wrapper.heading-point ul li {font-size: 16px;display: flex; align-items: self-start;font-weight: 400;}
section.section-area.section-1 .login-btns-wrapper.heading-point ul li svg {margin-right: 20px;color: #529852; margin-top: 2px;font-size: 24px;}	
section.get-started-section {background: #f6cce33d;padding: 25px 0;}	
section.get-started-section h2 { margin: 0;font-weight: 400;}	
.inventory-page .explore-tracko section {padding: 60px 0;}	
.testimonials{position: relative; background: #f1f1f1;}
.testimonials .title {text-align: center;margin-bottom: 50px;position: relative;padding: 20px 0;max-width: 600px;margin: 0 auto;}
.testimonials .title p {margin: 0 0 10px;margin-bottom: 0;}
.testimonials .testi .item {background: #fff;padding: 20px;border-radius:15px;}
.testimonials .testi .item .profile {display:flex;}
.testimonials .testi .item .profile img {border-radius: 100%;width:50px;height:50px;object-fit:cover}
.testimonials .testi .item .profile .information {margin-bottom:15px}
.testimonials .testi .item .profile .information .stars i {color:#ffd832}
.testimonials .testi .item .profile .information p {font-size: 24px;margin: 0px auto 0px;font-weight: 900;line-height: 1;}
.testimonials .testi .item .profile .information span {font-weight: bold;margin-top: -4px;line-height: 1.6em;font-size: 14px;}
.stars {color: #ebc750; margin-bottom: 12px;}
.inventory-page footer {text-align: center; padding: 50px 0 30px;}

/*==============sign-up ===============*/

section.reigster-section {
    height: 100vh;
    width: 100%;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
}
section.reigster-section:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}	
section.reigster-section .container {position: relative;z-index: 999;}	
.register-left-side {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border: 1px solid #000;
    border-radius: 4px;
}
.register-left-side p {color: #fff; margin: 0;}
.register-left-side p + p{margin: 15px 0 0 0;}		
.register-left-side img {max-width: 200px; margin-bottom: 20px;}
/*==============thanku-wrapper ===============*/
.thanku-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.thanku-content {
    text-align: center;
    max-width: 600px;
}
.thanku-content svg {
    font-size: 40px;
    color: #1c801c;
    margin-bottom: 20px;
}
.thanku-content h1 {
    font-size: 24px;
}
.desktop-block{display:inline-block;}
.mobile-block{display:none !important;}
.Supercharge_img .mobile-block{display:none !important;}
.navbar-toggle{display:none;}