@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 50px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
  .ptb-120 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pl-20 {
    padding-left: 0;
  }
  p {
    font-size: 14px;
    line-height: unset;
  }
  .defaultButton {
    padding-left: 20px;
    font-size: 14px;
  }
  .mobile-mt-30 {
    margin-top: 30px;
  }
  .default-section-heading h1,
.pricing h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  .default-section-heading h6,
.pricing h6 {
    font-size: 18px;
  }
  .topbar {
    border-bottom: 1px solid rgba(238, 238, 238, 0.2823529412);
    padding-bottom: 14px;
  }
  .topbar-left-area {
    text-align: center;
  }
  .topbar-left-area ul li {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
  }
  .topbar-left-area ul li a {
    font-size: 13px;
  }
  .topbar-social-icon {
    text-align: center;
  }
  .banner-area {
    padding-top: 50px;
    padding-bottom: 200px;
  }
  .banner-area h1 {
    font-size: 26px;
    line-height: unset;
  }
  .banner-area p {
    font-size: 16px;
    line-height: unset;
  }
  .features-content {
    padding: 0;
  }
  .features-card {
    margin-top: 30px;
    padding: 20px;
  }
  .features-card h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .features-card h3 {
    font-size: 22px;
  }
  .features-card p {
    font-size: 16px;
    line-height: unset;
  }
  .services-card h3 {
    font-size: 22px;
    line-height: unset;
  }
  .services-card iconify-icon {
    font-size: 48px;
  }
  .pricing {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
  .pricing .price {
    font-size: 32px;
  }
  .pricing ul li {
    font-size: 14px;
  }
  .pricing-img {
    margin-top: 30px;
    background-image: unset;
    height: auto;
  }
  .pricing-img img {
    display: block;
    border-radius: 5px;
  }
  .support-content .support-section-content h3 {
    font-size: 24px;
  }
  .support-content .support-section-content ul li {
    font-size: 18px;
  }
  .support-content .support-section-content ul li iconify-icon {
    height: 40px;
    width: 40px;
  }
  .varification-area .close-btn {
    font-size: 24px;
  }
  .varification-card {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 15px;
  }
  .varification-card h3 {
    font-size: 24px;
  }
  .varification-card ul li {
    margin-left: 0px;
    font-size: 12px;
  }
  .varification-card p {
    font-size: 14px;
    line-height: unset;
  }
  .working-timeline-content .wt-topbar {
    display: block;
  }
  .working-timeline-content .wt-topbar img {
    width: 150px;
  }
  .working-timeline-content .wt-topbar p {
    font-size: 16px;
    margin-top: 5px;
    top: 0;
  }
  .working-timeline-content .wt-body .wt-sidebar {
    display: none;
  }
  .working-timeline-content .wt-body .wt-content {
    padding: 15px;
  }
  .working-timeline-content .wt-body .wt-content .wt-content-heading h5 {
    padding-left: 0;
    font-size: 16px;
  }
  .working-timeline-content .wt-body .wt-content .wt-card .wt-card-header h1 {
    width: 55px;
    height: 55px;
    border-width: 3px;
    font-size: 12px;
  }
  .working-timeline-content .wt-body .wt-content .wt-card .wt-card-header::before {
    height: 3px;
  }
  .working-timeline-content .wt-body .wt-content .wt-card .wt-card-content {
    padding-left: 15px;
    top: 0;
  }
  .working-timeline-content .wt-body .wt-content .wt-card .wt-card-content p {
    font-size: 14px;
  }
  .working-timeline-content .wt-body .wt-content .wt-card .wt-card-content ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .topbar {
    padding-bottom: 10px;
  }
  .topbar-left-area {
    text-align: start;
  }
  .topbar-left-area ul li {
    text-align: start;
  }
  .topbar-social-icon {
    text-align: end;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-120 {
    padding-top: 50px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
  .ptb-120 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mobile-mt-30 {
    margin-top: 30px;
  }
  .default-section-heading h1,
.pricing h1 {
    font-size: 36px;
    line-height: 1.2;
  }
  .banner-area {
    padding-top: 100px;
    padding-bottom: 250px;
  }
  .banner-area h1 {
    font-size: 44px;
    line-height: unset;
  }
  .banner-area p {
    font-size: 20px;
    line-height: unset;
  }
  .features-card {
    margin-top: 30px;
  }
  .services-card h3 {
    font-size: 24px;
    line-height: unset;
  }
  .pricing {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .pricing-img {
    margin-top: 30px;
    background-image: unset;
    height: auto;
  }
  .pricing-img img {
    display: block;
    border-radius: 5px;
  }
  .support-content .support-section-content ul li {
    font-size: 20px;
  }
  .support-content .support-section-content ul li iconify-icon {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .ptb-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mobile-mt-30 {
    margin-top: 30px;
  }
  .default-section-heading h1,
.pricing h1 {
    font-size: 36px;
    line-height: 1.2;
  }
  .main-nav .mean-menu .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .nav-sidebarButton {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner-area {
    margin-top: -89px;
    padding-top: 250px;
    padding-bottom: 300px;
  }
  .features-card h2 {
    font-size: 36px;
  }
  .features-card p {
    font-size: 20px;
  }
  .about-text-area {
    padding-left: 0;
  }
  .services-card h3 {
    font-size: 24px;
  }
  .services-card iconify-icon {
    font-size: 64px;
  }
  .pricing .price {
    font-size: 42px;
  }
  .support-content .support-section-content ul li {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-nav .mean-menu .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
  .banner-area {
    margin-top: -92px;
  }
  .default-section-heading h1,
.pricing h1 {
    font-size: 36px;
    line-height: 1.2;
  }
  .services-card {
    padding-left: 14px;
    padding-right: 14px;
  }
  .services-card h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .main-responsive-nav {
    display: block;
  }
  .main-nav,
.large-menu-sidebar {
    display: none;
  }
  .nav-sidebarButton {
    padding: 12px 16px;
    font-size: 14px;
  }
  .header-area {
    min-height: 73px;
    background-color: var(--blackTextColor);
  }
  .mean-container .mean-nav {
    background-color: var(--blackTextColor);
    margin-top: 72px;
    position: absolute;
  }
  .mean-container .mean-bar {
    min-height: 65px;
    padding: 0;
    background-color: transparent;
  }
  .mean-container a.meanmenu-reveal {
    top: 12px;
    color: var(--WhiteColor);
  }
  .mean-container a.meanmenu-reveal span {
    background-color: var(--WhiteColor) !important;
  }
  .mobile-nav {
    position: relative;
  }
  .mobile-nav .logo {
    position: absolute;
    left: 0;
    top: 18px;
    z-index: 999999;
  }
  .mobile-nav .menu-small-device {
    position: absolute;
    top: 12px;
    right: 50px;
    z-index: 999999;
  }
  .banner-area {
    margin-top: 0;
  }
}/*# sourceMappingURL=responsive.css.map */