.social-links li i {
  color: #000;
  font-size: 16px;
}
.testimonial {
  overflow: hidden;
}
.faqsection.faqnew > .container .row {
  justify-content: center;
}
.tabing-section.change .nav-tabs {
  width: 100%;
}
.tabing-section.change .customfetin {
  max-width: 100%;
}
.tab-conted-box h2 {
  margin-bottom: 15px;
}
.tabing-section.change .text h2 {
  margin-bottom: 35px;
}
.scroll-links li:last-child {
  margin-bottom: 0;
}
.scroll-item-grid img {
  height: 300px;
}
.thim-sc-course-search .primary-gradient {
  margin-top: 1px;
}
.services-area-list.data-secure-area .pxl-solution {
  padding: 35px;
  height: 100%;
  margin-top: 0;
}
.pxl-meta-img img {
  height: 60px;
  width: 60px;
  object-fit: contain;
}
.services-area-list.data-secure-area .cloud-solution-box {
  width: 50%;
  height: 100%;
  margin-bottom: 30px;
}
.pxl-solution h3 {
  margin-bottom: 15px;
}
.populated {
  align-items: flex-start;
}
.block-icon {
  flex-shrink: 0;
}
.overflow-hidden {
  overflow: hidden !important;
}
.chy-services-5-item-wrap.d-block {
  display: block;
}
.chy-services-5-item:nth-child(1) {
  border-top: 1px solid rgba(200, 174, 255, 0.5);
}
.feature_slider .slick-slide.slick-current.slick-active .chy-services-5-item {
  border-left: 1px solid rgba(200, 174, 255, 0.5);
}
.chy-services-5-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.chy-services-5-item:hover p {
  color: #000;
}
.feature_slider .slick-slide {
  height: auto;
}
.feature_slider .chy-services-5-item p {
  height: auto;
}
.feature_slider {
  padding-bottom: 70px;
}

/* Style the slick-prev (left arrow) */
.feature_slider .slick-prev {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-150%);
  border: none;
  font-size: 0;
  z-index: 90;
  cursor: pointer;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #6a6aff;
  height: 50px;
  width: 50px;
  transition: 0.3s all;
}
.feature_slider .slick-prev:hover,
.feature_slider .slick-next:hover {
  background-color: #6a6aff;
  border-color: #6a6aff;
}

.feature_slider .slick-prev::before {
  content: "\f104";
  font-size: 28px;
  color: #6a6aff;
  font-family: "FontAwesome";
}

.feature_slider .slick-next {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(50%);
  border: none;
  font-size: 0;
  z-index: 90;
  cursor: pointer;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #6a6aff;
  height: 50px;
  width: 50px;
  transition: 0.3s all;
}

.feature_slider .slick-next::before {
  content: "\f105";
  font-size: 28px;
  color: #6a6aff;
  font-family: "FontAwesome";
}

.feature_slider .slick-prev:hover::before,
.feature_slider .slick-next:hover::before {
  color: #fff;
}
.feature_slider .slick-track {
  display: flex !important;
  padding: 10px 0;
}

.feature_slider .slick-slide {
  height: inherit !important;
}
.feature_slider .chy-services-5-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.feature_slider .chy-services-5-item .md-btn .cta-btn {
  color: #000;
}
.feature_slider .md-btn {
  margin-top: auto;
}
#logo_slider_client .tracking_img {
  display: flex;
  justify-content: center;
}
#getInquiry .field-contactform-contact_number {
  margin-top: 0;
}
.feature_slider .single-box {
  margin-bottom: 0;
  border-top: 3px solid #6a6aff;
}
.feature_slider .single-box .icon {
  background-color: #fff;
  box-shadow: 0 0 10px #ebebff;
}
.feature_block .md-btn .cta-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: auto;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
}
.feature_block h3,
.feature_block p {
  color: #fff;
  margin-bottom: 15px;
}
.feature_block .md-btn .cta-btn .btn-arrow-box {
  background: #6a6aff;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.feature_block .md-btn .cta-btn .btn-arrow-box svg {
  position: absolute;
  left: -12px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.feature_block .md-btn .cta-btn:hover {
  color: #6a6aff;
  border-color: #000;
}
.feature_block .md-btn .cta-btn:hover svg {
  -webkit-transform: translateX(22px);
  transform: translateX(22px);
}
.feature_block .md-btn .cta-btn {
  text-decoration: none;
}
.feature_slider .single-box h3 {
  font-size: 20px;
}
.benefit_sec .feature_slider .slick-slide {
  margin: 0 10px;
}
.error_sec {
  padding-top: 130px;
  padding-bottom: 50px;
}
.error_sec .main_btn {
  background-color: #6a6aff;
  padding: 8px 25px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  border: 1px solid #6a6aff;
  transition: 0.3s all;
  font-size: 14px;
}
.error_sec .main_btn:hover {
  background-color: transparent;
  color: #6a6aff;
}
.error_sec img {
  max-width: 400px;
}
.benefits-areas .optimized .stap-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.benefits-areas .optimized .stap-text h5 {
  margin-bottom: 10px;
}
.row-gap-3 {
  row-gap: 20px;
}
.staff-hours .tools {
  height: 100%;
  transition: 0.3s all;
}
.staff-hours .tools .icon {
  flex-shrink: 0;
  max-width: 55px;
}
.staff-hours .tools:hover {
  transform: scale(1.05);
}
.benefits-areas .circle-stap img {
  max-width: 55%;
}
.is-scroll strong {
  color: #333;
}
.fixedmenu .active-section,
.fixedmenu a:hover {
  transform: translateX(0) !important;
}
.gaide-topic #sidebar {
  overflow-y: auto;
  height: 85vh;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  scrollbar-color: #6a6aff #f2f2f2; /* blue for thumb, transparent for track */
}
.desktrack-features-1 {
  margin-bottom: 20px;
}
.desktrack-features-1 h5 {
  font-size: 18px;
}
.ft-partner .partcol .ReviewBadge-svgWrap img {
  max-width: 100%;
}
.max-w-70 {
  max-width: 70px;
}
.banner-area .banner-img {
  padding-bottom: 20px;
}
.single-box .icon {
  background: #e9e9f1;
}
.service-info-block {
  height: 100%;
}
.section-wrapper span,
.tptestimonial-4-author .title {
  color: #311c6b;
}
.is-layout-box .btn.is-fill:hover {
  color: #000;
}
.desktrack-features-1 h3 {
  font-size: 20px;
}
.desktrack-features-1 h3 a {
  color: #000;
  transition: 0.3s all;
}
.desktrack-features-1 h3 a:hover {
  color: #6a6aff;
}
.is-layout-box .btn.is-fill {
  background-color: transparent;
}
#myModalfontload .btn-close {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 1;
  background-color: #fff;
  opacity: 1;
  box-shadow: 0 0 7px #22222280;
}
.two-column-form .modal-footer,
.two-column-form .modal-body {
  padding-left: 0;
  padding-top: 20px;
}
.two-column-form .modal-footer input {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  background-color: #fff;
  box-shadow: 0 0px 4px #22222242;
  margin: 0;
  margin-bottom: 15px;
  border: 1px solid #dddddd;
}
.two-column-form .modal-footer .btn {
  background-color: #311c6b;
  color: #fff;
  width: 100%;
  text-align: center;
  transition: 0.3s all;
  font-size: 18px;
  font-weight: 600;
}
.two-column-form .modal-footer .btn:hover {
  background-color: #09a731;
  border-color: #09a731;
}
.two-column-form .modal-footer form {
  width: 100%;
}
.two-column-form .boost {
  height: 100%;
}
.two-column-form .boost img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#response-message {
  color: #09a731;
}
.two-column-form .contact-form {
  padding-top: 0;
  margin-top: 0;
}
.two-column-form
  .contact-form
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3
  .selected-flag {
  width: 60px;
}
/* .headerleft .logo,
.mobilelogo .logo {
  position: relative;
}
.headerleft .logo::before,
.mobilelogo .logo::before {
  content: "";
  position: absolute;
  top: -17px;
  left: -18px;
  background-image: url(../../../img/santa-topi.png);
  height: 51px;
  width: 51px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-33deg) scaleX(-1);
}
.mobilelogo .logo::before {
  left: 0;
} */
#crackers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.banner::before {
  background-image: linear-gradient(
    to left,
    #180d38,
    #3c2776,
    #1b0e3a,
    #1e1038
  );
}
.tracking_time_sec {
  padding-top: 130px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
  background-color: #f6f6ff;
}
.tracking_time_sec p {
  color: #1d1d1d;
}
.tracking_time_sec .row {
  align-items: center;
}
.tracking_time_sec .content {
  max-width: 700px;
  margin: 0 auto;
}
.tracking_time_sec .content p {
  max-width: 600px;
}
.tracking_time_sec .content .pricing__footer {
  /* justify-content: center; */
  position: relative;
  margin-top: 18px !important;
}
.benefit_sec p {
  color: #000;
}

.tracking_time_sec .content h1 {
  margin-bottom: 10px;
  font-size: 38px;
}
.tracking_time_sec .content .btn.is-fill {
  font-size: 18px;
  line-height: 48px;
}
.tracking_time_sec .content .btn.is-fill:hover {
  background-color: #0f0d68;
  border-color: #0f0d68;
}
.tracking_time_sec::before {
  content: "";
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  opacity: 0.2;
}
.text-blue {
  color: #6a6aff;
}
.optimized .circle-stap {
  background-color: #6a6aff;
}
.tracking_time_sec .sppb-sp-slider-image img {
  filter: invert(1);
}
.main_banner_img {
  text-align: center;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px #3a3a6a38;
  transition: 0.3s all;
  max-width: 543px;
  margin: 0 auto;
}
.main_banner_img ul {
  margin-bottom: 8px;
}
.main_banner_img li {
  color: #000;
  line-height: 25px;
}
.faqsection .accordion-body ul {
  padding-left: 0;
}
.sppb-sp-slider-image {
  right: 12px;
}
.tracking_time_sec .pricing__footer {
  flex-direction: row;
}
section.innerpage-heading.demo_page_section {
  padding-top: 30px;
}
.demo_page_section .field-contactform-contact_number {
  margin-top: 0;
}
.demo_page_section .contact-form {
  margin-top: 0;
  padding-top: 0;
}
.demo_page_section .logo_bootom_wrap {
  border-radius: 10px;
  padding: 10px !important;
}
.demo_page_section .slider-intro {
  width: 100% !important;
  text-align: left;
}
.home-heading {
  max-width: 860px;
}
.nsltop img {
  width: auto;
}
.tracking_solution_sec {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #f6f6ff;
}
.bg-light-purple {
  background-color: #f6f6ff;
}
.tracking_solution_sec .solution_box {
  background-color: #fff;
  box-shadow: 0 0 10px #dbdbff;
  padding: 65px 25px 25px;
  border-radius: 4px;
  position: relative;
  margin-top: 45px;
  border: 1px solid #cbcbff;
  min-height: 300px;
}
.tracking_solution_sec .solution_box h3 {
  margin-bottom: 10px;
}
.tracking_solution_sec .solution_box .icon {
  height: 90px;
  width: 90px;
  background: linear-gradient(
    to top,
    rgba(215, 215, 255, 1),
    rgba(255, 255, 255, 1)
  );
  border: 1px solid #cbcbff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px #dbdbff;
  transition: 0.3s all;
}
.tracking_solution_sec .solution_box .icon img {
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.tracking_solution_sec .solution_box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0e314c;
}
/* .tracking_solution_sec .row {
  row-gap: 24px;
} */
.tracking_solution_sec .row > * {
  margin-bottom: 24px; /* Add space between rows */
}

.tracking_solution_sec .row > *:last-child {
  margin-bottom: 0; /* Remove margin from the last item */
}

.tracking_solution_sec .solution_box p {
  color: #19242e;
}
.tracking_solution_sec .solution_box p a {
  font-weight: 600;
}
.tracking_solution_sec .solution_box p a:hover {
  text-decoration: underline;
}
.tracking_solution_sec .solution_box:hover .icon {
  border-radius: 10px;
}
.scroller-box .service-box {
  margin-top: 25px;
  padding: 17px 30px;
}
.dropdown-menu.min-w-280 .h-105,
.dropdown-menu.min-w-280 .h-33,
.dropdown-menu.min-w-280 .h-36 {
  height: auto;
}
.dropdown-menu.min-w-280 li {
  padding: 8px 0;
}
.mkdf-iwt-content h3 {
  font-size: 18px;
  color: #0e314c;
}
.faqnew .accordion-item {
  margin-top: 0;
  border-bottom: 1px solid #999 !important;
  margin-bottom: 0;
}
.faqnew .accordion-button {
  padding: 16px 0;
  font-size: 16px;
}
.faqnew .accordion-item:last-of-type {
  border-radius: 0;
  border-bottom: 0 !important;
}
.faqnew .text h2 {
  margin-bottom: 0;
}
.faqnew .text p {
  margin-bottom: 10px;
}
.faqnew .accordion-body {
  padding-top: 0;
}
.faqnew .disc-font-s li {
  margin-bottom: 0;
}
.faqnew.faqsection .accordion-body ul {
  padding-top: 0;
}
.faqsection .accordion-body ul li {
  display: flex;
  align-items: baseline;
}
.mkdf-iwt-icon-left {
  padding: 10px;
}
.pdding-10 {
  padding-top: 25px;
}
.services-content.py-40 {
  padding: 40px 12px;
}
.pt-20 {
  padding-top: 20px;
  padding-bottom: 30px;
}
.services-content.py-40 .box:hover {
  color: #0f0d68;
}
.services-content.py-40 .box {
  color: #0f0d68;
}
.services-content.py-40 .box img {
  max-width: 30px;
}
.service-box h3 {
  min-height: 44px;
}
.time_tracking_feature {
  padding: 40px 0;
  background-color: #0f0d68;
}
.time_tracking_feature .row {
  align-items: center;
}
.time_tracking_feature ul {
  margin-bottom: 0;
}
.time_tracking_feature .scrolly-text-wrap li {
  padding: 15px 15px 15px 35px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  /* gap: 20px; */
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  position: relative;
}
.time_tracking_feature .scrolly-text-wrap li.active {
  opacity: 1;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

.time_tracking_feature .scrolly-text-wrap li.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 100%; /* Full width of the parent element */
  height: 0; /* Start with no height */
  border-left: 2px solid #09a731; /* Green border */
  animation: border-height 5s linear forwards; /* Animate height over 5s */
}

/* Keyframes for the height animation */
@keyframes border-height {
  0% {
    height: 0; /* Start with 0 height */
  }
  100% {
    height: 100%; /* Expand to full height */
  }
}

.time_tracking_feature .scrolly-text-wrap li .icon {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  flex-shrink: 0;
  margin-right: 24px;
}
.time_tracking_feature .scrolly-text-wrap li .icon img {
  height: 40px;
  width: 40px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(7%) sepia(91%) saturate(3971%)
    hue-rotate(243deg) brightness(89%) contrast(110%);
}
.time_tracking_feature h2,
.time_tracking_feature p {
  color: #fff;
}
.time_tracking_feature h2 {
  margin-bottom: 10px;
}
.time_tracking_feature ul li p {
  color: #e0e0e0;
  font-weight: 400;
}
.feature_block_list {
  position: relative; /* Ensure this is the containing block */
  min-height: 525px;
}

.time_tracking_feature .feature_block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.5s ease;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

.time_tracking_feature .feature_block.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.feature_block ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  padding-bottom: 5px;
}
.feature_block ul li::before {
  content: "\f046";
  position: absolute;
  left: 0;
  top: 0;
  font-family: fontawesome;
  font-size: 20px;
  color: #09a731;
  font-weight: 400;
}
.feature_block .md-btn {
  margin-top: 20px;
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.cta-content-text.max-w-570 {
  max-width: 570px;
}
.cta-content-text.max-w-570 h3 {
  margin-bottom: 0;
}
.time-tracking-sec p {
  color: #000;
}
.icon-logo {
  background-color: #fff;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-logo img {
  object-fit: contain;
  max-width: 45px;
}
.desktrack-features-1 .icon {
  min-width: 55px;
}
.desktrack-features-1 .icon img {
  height: 55px;
  width: 55px;
  object-fit: contain;
}
.topaddfix {
  width: 200px;
}
.topaddfix img {
  max-width: 100%;
}
.rvo-choose-us-block h3 {
  font-size: 22px;
  font-weight: 700;
  color: #192225;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}
.staff-hours .tools h3 {
  font-size: 1.15rem;
  font-weight: 600;
}
.benefits-areas .stap-text h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.services-content .individual .stap-text h3 {
  font-size: 23px;
  margin-bottom: 8px;
}
.ems-area {
  min-height: 819px;
}
.tabing-section.about_feature {
  padding: 40px 0;
  background-color: #f2eff8;
}
.tabing-section.about_feature .scroll-item-grid img {
  width: auto;
  height: auto;
}
.tabing-section.about_feature h3 {
  margin-bottom: 10px;
}
.scroll-links .nav-link.active:after{
  content: '';
}
.scroll-links .nav-link.active::before {
  content: '';
  background-image: url(../../../img/ad-images/right-arrow.svg);
  background-size: contain;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 8px;
  top: 3px;
  z-index: 1111;
}
.tabing-section .scroll-links li{
  padding-bottom: 0;
}
.tabing-section .scroll-links li button{
  padding-bottom: 20px;
}
.tab-conted-box p{
  margin-bottom: 10px;
  color: #1d1d1d;
}
.tab-conted-box ul{
  margin-bottom: 0;
}
.tab-conted-box ul li{
  padding: 4px 10px;
  background-color: #6a6aff;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 8px;
}
.feature_image{
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 10px #00000011;
}
.tabing-section.about_feature .col-lg-4 {
  flex: 0 0 auto;
  width: 28.333333%;
}
.tabing-section.about_feature .col-lg-8 {
  flex: 0 0 auto;
  width: 71.666667%;
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nsltop .cta-content-text .title{
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}
.faqsection.ems ul li{
  display: list-item;
}
.faqsection.ems ul{
  padding-left: 20px;
}
@media (min-width: 576px) {
  #myModalfontload .modal-dialog {
    max-width: 600px;
  }
}
@media (max-width: 1440px) {
  .services-area-list .gap-custum {
    row-gap: 20px;
  }
  .services-area-list .services-content .box {
    height: 100%;
    min-height: 80px;
    margin-top: 0;
  }

  .sal_MB {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .data-secure-area .section-title {
    margin-top: 0;
  }
  .newsletter-area.nsltop .cta-content-text h3,
  .newsletter-area.nsltop .cta-content-text p {
    text-align: center;
  }
  .tabing-section.change .tab-conted-box h2 {
    font-size: 22px;
  }
  .tabing-section.change .tab-conted-box p {
    font-size: 14px;
    line-height: 24px;
  }
  .cta-content-container,
  .cta-content-container h3 {
    display: block;
    text-align: center;
  }
  .tracking_time_sec .content {
    text-align: center;
  }
  .tracking_time_sec .content .pricing__footer {
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 15px !important;
  }
  .tracking_time_sec .content p {
    max-width: 600px;
    margin: 0 auto;
  }
  .time_tracking_feature .feature_block {
    padding: 20px;
  }
  .time_tracking_feature .scrolly-text-wrap li {
    padding-left: 20px;
  }
  .tracking_solution_sec .solution_box {
    min-height: 374px;
  }
  .services-area-list .services-content .box .icon-text {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .desktrack-features-1 {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .about_feature.mobile{
    display: none;
  }
}

@media (max-width: 991px) {
  .mdflexnone.d-flex {
    display: block !important;
  }
  .pt-50.pt-lg0 {
    padding-top: 0;
  }

  .pt-35 {
    padding-top: 0;
  }

  .chy-services-5-item:nth-child(7),
  .chy-services-5-item:nth-child(8),
  .chy-services-5-item:nth-child(9) {
    border: 1px solid rgba(200, 174, 255, 0.5);
  }

  .offset-secure-box .populated {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .btn-xl.bg-primary {
    margin-bottom: 35px;
  }
  .field-contactform-contact_number {
    margin-top: 0;
  }
  .thim-sc-course-search .primary-gradient {
    margin-top: 15px;
  }
  .lqd-section.trusted-clients-area.clients .css-1u41y9g {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .desktrack-app-footer li {
    margin-top: 15px;
  }
  .headermenu.mobilemenu .headerright .create-btn-mobile {
    white-space: nowrap;
  }
  .mainhead.headerrewamp .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
  }
  ul#menu-my-mobile-menu {
    height: calc(100vh - 78px);
  }
  .footer-box ul li a:hover {
    padding-left: 0;
  }
  .services-area-list.data-secure-area .cloud-solution-box {
    width: 100%;
  }
  .services-area-list.data-secure-area .chy-services-5-item-wrap .populated {
    padding: 0;
  }
  .services-area-list.data-secure-area
    .chy-services-5-item-wrap
    .section-title {
    margin-bottom: 20px;
  }
  .time-tracking-sec.bg-white-section .row.g-md-5 {
    gap: 0px;
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }
  .section-title h2 {
    font-weight: 700;
  }
  .headermenu.mobilemenu ul li a {
    width: 100%;
  }
  ul#menu-my-mobile-menu {
    transition: none;
  }
  .staff-hours .tools:hover {
    transform: scale(1);
  }
  .benefits-areas.services-area-list .services-content .box {
    height: auto;
  }
  .benefits-areas .optimized .stap-text {
    min-height: 260px;
  }
  .two-column-form .boost {
    display: none;
  }
  .two-column-form .modal-footer,
  .two-column-form .modal-body {
    padding: 20px;
  }
  #myModalfontload .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .tracking_time_sec::before {
    background-size: cover;
  }
  .newsletter-area.nsltop .cta-content-text h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .newsletter-area.nsltop .cta-content-text h2 br {
    display: none;
  }
  section.innerpage-heading.demo_page_section {
    padding-top: 0;
  }
  .services-content.py-40 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .services-right-image {
    margin-bottom: 30px;
  }
  .time_tracking_feature .feature_block {
    padding: 30px 0 0 0;
  }
  .main_banner_img {
    margin-top: 25px;
  }
  .tracking_time_sec {
    padding-top: 122px;
  }
  .feature_block .md-btn .cta-btn {
    margin-top: 0;
  }
  .feature_block_list {
    min-height: 460px;
  }
  .pdding-10 {
    padding-top: 0;
  }
  .faqnew .accordion-item:last-of-type {
    border-bottom: 1px solid #999 !important;
  }
  .faqnew .accordion-item.last {
    border-bottom: 0 !important;
  }
  .icon-logo {
    margin: 0px auto 15px;
  }
  .desktrack-features-1 h3 {
    font-size: 16px;
  }
  .tracking_solution_sec .solution_box {
    min-height: 287px;
  }
  .tabing-section{
    display: block;
  }
  .tabing-section.about_feature{
    display: none;
  }
  .img.video-container{
    display: block;
  }
  .about_feature.mobile .tab-conted-box h3{
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
  }
  .tab-conted-box ul {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
}

@media (max-width: 768px) {
  .esmMB5 {
    margin-bottom: 0;
  }

  .esm_MB {
    margin-bottom: 20px;
  }
  .populated-rvo,
  .benefits-areas.services-area-list .services-content .box {
    height: auto;
  }
  .cta-content-text h3,
  .cta-content-text p,
  .cta-logo-container {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .get-form .form-group input {
    height: 40px;
  }

  .dtk-section p,
  .split-text,
  .dtk-heading h1,
  .text h2,
  .nsltop .cta-content-text h3,
  .nsltop .cta-content-text p,
  .primary-heading-2,
  .secondary-heading {
    padding: 0 10px;
  }

  .esmMB5 {
    margin-bottom: 0;
  }

  .esm_MB {
    margin-bottom: 20px;
  }

  .accordion {
    padding: 0 10px;
  }

  .thim-sc-course-search.style_kit input[name="email"] {
    margin: 0 auto;
  }

  .address-listing,
  .term-conditions,
  .footer-box {
    text-align: center;
  }

  .social-links {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 15px;
  }
  .features-area .icon img {
    height: 70px;
    width: 70px;
    object-fit: contain;
  }

  .social-links li {
    margin: 0;
  }

  .footer-box ul li {
    margin-bottom: 10px;
  }
  .service-box p,
  .service-box h3 {
    padding-left: 0;
  }
  .service-box {
    padding: 10px 30px;
  }
  .desktrack-app-footer .app-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .desktrack-app-footer .app-links li {
    margin-top: 0;
  }
  .features-area.newsleeter .is-layout-box .btn.is-fill {
    margin-top: 0;
  }
  .welcome-content .hero-2-subtitle {
    margin-left: 37px;
  }
  .nsltop img {
    height: auto;
  }
  .main-title-section-wrapper.tracking-banner-bg .welcome-content p {
    line-height: normal;
  }
  .feature_slider .chy-services-5-item .heightmin p {
  }
  .feature_slider .chy-services-5-item {
    padding: 25px;
    height: 100%;
  }
  .feature_slider .chy-services-5-item .chy-heading-2 br {
    display: none;
  }
  .error_sec {
    padding-top: 100px;
  }
  .tracking_time_sec::before {
    content: none;
  }
  .mobile-hidden {
    display: none;
  }
  .tracking_time_sec .pricing__footer .btn.is-fill {
    margin-top: 0;
  }
  .pt-50.pt-s-0 {
    padding-top: 0;
  }
  .pt-20.pt-s-0 {
    padding-top: 0;
  }
  .time_tracking_feature .scrolly-text-wrap li {
    padding: 10px 15px;
    font-size: 18px;
  }
  .time_tracking_feature .scrolly-text-wrap li .icon {
    height: 50px;
    width: 50px;
    margin-right: 15px;
  }
  .time_tracking_feature .scrolly-text-wrap li .icon img {
    height: 30px;
    width: 30px;
  }
  .tracking_solution_sec .solution_box {
    min-height: auto;
  }
  .tracking_time_sec .content h1 {
    font-size: 25px;
    font-weight: 600;
  }
  .kite-animation {
    display: none;
  }
  .tab-conted-box ul{
    display: block;
  }
}
@media (max-width: 640px) {
  #myModalfontload .modal-dialog {
    margin: 1rem;
  }
}

@media (max-width: 414px) {
  .kpi-area .time-line .nav-link {
    font-size: 11px;
  }

  .faqnew .accordion-button {
    font-size: 16px;
  }

  .cta-btn {
    padding: 10px 20px;
  }

  .tracking-banner-bg .btn.is-fill {
    padding: 7px 18px;
  }

  .single-box {
    padding: 20px 20px;
  }

  .single-box .icon {
    width: 50px;
    height: 50px;
  }

  .single-box .icon svg {
    width: 30px;
    height: 30px;
    position: relative;
  }

  .single-box .icon img {
    max-width: 30px;
    position: relative;
  }

  .cta-btn {
    letter-spacing: 0px;
  }
  .tracking_time_sec .content .pricing__footer {
    flex-direction: column;
    gap: 20px;
  }
  .tracking_time_sec .content .pricing__footer .btn.is-fill {
    margin-top: 0;
    margin-left: 0;
  }
}

@media (max-width: 360px) {
  .tracking-banner-bg .btn.is-fill {
    padding: 7px 10px;
  }

  .welcome-content .hero-2-subtitle,
  .welcome-content .hero-2-title {
    font-size: 16px;
  }

  .welcome-content .hero-2-title-2 {
    font-size: 16px;
    padding-left: 26px;
    padding-right: 22px;
  }

  .welcome-content .hero-3-title-3 {
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .thim-sc-counter-box.circle
    .sc-counter-circle
    .item-counter-box:nth-last-of-type(3) {
    left: -22px;
  }
  .thim-sc-counter-box.circle .sc-counter-circle {
    width: 260px;
    height: 260px;
  }
  .feature_block_list {
    min-height: 500px;
  }
}
