html, body {
  scroll-behavior: smooth;
  color: #404041; }

.button {
  width: 185px;
  padding: 10px 12px !important; }

.filled-button {
  font-size: 16px;
  font-weight: 500;
  color: #001652;
  background-color: #8dc63f;
  border-radius: 8px;
  box-shadow: 2px 3px 8px 0 rgba(3, 71, 59, 0.2); }
  .filled-button:hover {
    background-color: #6da621;
    outline: none; }
  .filled-button:active, .filled-button:focus {
    outline: none; }

.outline-button {
  font-size: 16px;
  font-weight: 500;
  color: #2e8a62;
  background-color: transparent;
  border: solid 1.5px #8dc63f;
  border-radius: 8px; }
  .outline-button:hover {
    background-color: #73b019;
    border: solid 1px #8cc63e;
    color: #fff;
    outline: none; }

.preloader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999; }

.circles {
  display: flex;
  margin-top: 1rem; }

.circle {
  width: 1.5rem;
  height: 1.5rem;
  margin: .75rem;
  background-color: #73b019;
  border-radius: 50%;
  animation-name: scaleIn;
  animation-duration: .7s;
  transform: scale(0); }
  .circle:nth-child(1) {
    animation-delay: 0s; }
  .circle:nth-child(2) {
    animation-delay: .05s; }
  .circle:nth-child(3) {
    animation-delay: .1s; }
  .circle:nth-child(4) {
    animation-delay: .15s; }
  .circle:nth-child(5) {
    animation-delay: .2s; }

/*
==========================================================================
Common styles
==========================================================================
*/
[v-cloak] {
  display: none; }

.custom-bold {
  font-weight: 600; }

.device-bold {
  font-weight: 500; }

.custom-color {
  color: #e75224;
  font-weight: 500; }

.usp-section, .testimonial-section, .digital-solution, .partner-section, .download-section, .feature-section, .package-section,
.device-section, .contact-section {
  margin: 50px 0; }
  .usp-section h3, .testimonial-section h3, .digital-solution h3, .partner-section h3, .download-section h3, .feature-section h3, .package-section h3,
  .device-section h3, .contact-section h3 {
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    color: #001652;
    margin-bottom: 20px; }
  .usp-section h4, .testimonial-section h4, .digital-solution h4, .partner-section h4, .download-section h4, .feature-section h4, .package-section h4,
  .device-section h4, .contact-section h4 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #404041;
    padding-bottom: 20px; }

.help-line {
  margin-top: 20px;
  display: flex;
  flex-direction: row; }
  .help-line .help-line-text {
    font-size: 18px;
    font-weight: 400;
    color: #001652;
    align-self: center;
    padding-right: 10px; }
  .help-line .call-center {
    font-size: 36px;
    font-weight: 500;
    color: #001652; }

.btn:focus, .btn:active {
  outline: none; }

#smanagerLanding {
  padding-top: 82px;
  text-shadow: none; }

/*
==========================================================================
Navigaton Bar
==========================================================================
*/
.navbar-default {
  background-color: #f2f2f2;
  padding: 15px 0;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  margin-bottom: 0 !important; }
  .navbar-default .navbar-header .navbar-brand {
    padding: 0; }
    .navbar-default .navbar-header .navbar-brand:hover {
      cursor: pointer; }
    .navbar-default .navbar-header .navbar-brand .logo {
      max-height: 50px; }
      .navbar-default .navbar-header .navbar-brand .logo:hover {
        cursor: pointer; }
  .navbar-default .navbar-nav {
    float: right;
    margin-right: 50px; }
    .navbar-default .navbar-nav li:hover {
      cursor: pointer; }
    .navbar-default .navbar-nav li a.nav-link {
      font-size: 15px;
      color: #404041;
      padding-left: 15px;
      padding-right: 35px; }
      .navbar-default .navbar-nav li a.nav-link:hover {
        cursor: pointer; }
    .navbar-default .navbar-nav li a.filled-button {
      padding: 12px 30px !important;
      color: #001652 !important; }
      .navbar-default .navbar-nav li a.filled-button:hover {
        background-color: #6da621; }
  .navbar-default .dropdown .lang-dropdown-btn {
    margin-left: 30px;
    background-color: transparent;
    padding: 15px 0; }
    .navbar-default .dropdown .lang-dropdown-btn:hover, .navbar-default .dropdown .lang-dropdown-btn:focus {
      outline: none;
      box-shadow: none; }
  .navbar-default .dropdown .dropdown-menu li.lang-link {
    border-bottom: 1px solid #e3e3e3; }

/*
==========================================================================
Slider
==========================================================================
*/
.home-slider {
  background-color: #001652; }

.carousel-control.left {
  background-image: none !important;
  display: none !important; }
.carousel-control.right {
  background-image: none !important;
  display: none !important; }
.carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left {
  display: none; }

.carousel-indicators li {
  background-color: #001652;
  opacity: 0.5; }
.carousel-indicators .active {
  background-color: #001652;
  opacity: 1; }

.carousel-caption {
  top: 15px;
  right: 0;
  left: 132px;
  bottom: 0;
  padding-bottom: 0;
  text-align: left;
  text-shadow: none;
  /*.video-container-img*/ }
  .carousel-caption h2 {
    color: #001652;
    font-size: 48px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 690px; }
    .carousel-caption h2 .partner-img {
      width: 200px;
      height: auto;
      padding-right: 10px; }
  .carousel-caption h3 {
    font-size: 48px;
    font-weight: 500;
    color: #e75224; }
  .carousel-caption p {
    color: #404041;
    font-size: 24px;
    font-weight: 400;
    overflow-wrap: break-word;
    width: 560px; }
  .carousel-caption .slider3-paragraph {
    color: #58585b; }
  .carousel-caption .filled-button {
    display: block;
    margin-bottom: 15px; }
  .carousel-caption .video-container {
    position: relative; }
    .carousel-caption .video-container a {
      font-size: 14px;
      text-align: center;
      color: #fff; }
      .carousel-caption .video-container a:link, .carousel-caption .video-container a:hover, .carousel-caption .video-container a:active, .carousel-caption .video-container a:focus {
        color: #fff;
        border: 0;
        outline: 0;
        outline-offset: 0; }
      .carousel-caption .video-container a#shebaTrailer:before {
        position: absolute;
        font-family: 'Glyphicons Halflings';
        content: "\e250";
        width: 24px;
        height: 24px;
        line-height: 24px;
        background-color: #8dc63f;
        opacity: 0.90;
        border-radius: 50%;
        left: 0;
        top: 10px; }
      .carousel-caption .video-container a#shebaTrailer span {
        position: absolute;
        content: "";
        color: #86b8ff;
        font-size: 14px;
        font-weight: 400;
        padding-top: 12px;
        padding-left: 32px; }
    .carousel-caption .video-container.second-slider-video a#shebaTrailer:before, .carousel-caption .video-container.second-slider-video a#shebaTrailer span {
      top: 352px; }

/*
==========================================================================
USP
==========================================================================
*/
.usp-section h3 {
  margin-bottom: 60px; }
.usp-section .usp-details {
  border-radius: 4px;
  background-color: rgba(230, 231, 232, 0.4); }
  .usp-section .usp-details img {
    height: 209px; }
  .usp-section .usp-details h4 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #001652;
    padding: 20px 0;
    margin: 0; }
  .usp-section .usp-details .usp-list {
    text-align: center;
    padding: 30px 0 0;
    margin: 0 auto;
    min-height: 160px; }
    .usp-section .usp-details .usp-list ul {
      list-style: none;
      position: relative;
      padding: 0 0 0 90px;
      margin-bottom: 0; }
      .usp-section .usp-details .usp-list ul li {
        font-size: 16px;
        font-weight: 400;
        color: #404041;
        padding-bottom: 10px;
        text-align: left; }
        .usp-section .usp-details .usp-list ul li .tick-sign {
          position: relative; }
          .usp-section .usp-details .usp-list ul li .tick-sign:before {
            position: absolute;
            font-family: 'Glyphicons Halflings';
            content: "\e013";
            color: #2e8a62;
            left: -27px;
            top: 2px;
            font-size: 12px; }

/*
==========================================================================
testimonial
==========================================================================
*/
.testimonial-section {
  margin: 200px 0 100px 0; }
  .testimonial-section h3 {
    margin-bottom: 20px; }
  .testimonial-section .testimonials {
    background-color: #139842;
    position: relative;
    vertical-align: middle; }
    .testimonial-section .testimonials h4 {
      font-size: 36px;
      font-weight: 300;
      color: #ffffff;
      margin: 0;
      padding: 25px 0; }
    .testimonial-section .testimonials P {
      font-size: 20px;
      font-weight: 300;
      text-align: left;
      color: #ffffff;
      margin-bottom: 20px; }
    .testimonial-section .testimonials p.quotation-mark {
      font-size: 54px;
      line-height: 10px;
      font-weight: 500;
      color: #ffffff;
      opacity: 0.5;
      margin-bottom: 0; }
      .testimonial-section .testimonials p.quotation-mark.right-quote {
        position: absolute;
        right: 28px; }
    .testimonial-section .testimonials .partner-img-section .usp-sheba-icon {
      position: absolute;
      bottom: -72px; }
    .testimonial-section .testimonials .partner-img-section .usp-partner-img {
      position: absolute;
      z-index: 2;
      left: 63px;
      bottom: 0; }

/*
==========================================================================
Digital Solution
==========================================================================
*/
.digital-solution .product-section {
  margin-top: 50px; }
  .digital-solution .product-section .product-header {
    background-color: #e6e7e8;
    font-size: 18px;
    font-weight: 500;
    color: #404041;
    padding: 10px 15px;
    margin-left: -15px;
    max-width: 183px; }
  .digital-solution .product-section .solution-details {
    background-color: #8dc63f;
    display: flex;
    position: relative;
    text-align: right;
    margin-right: 5px;
    min-height: 260px; }
    .digital-solution .product-section .solution-details a {
      color: #001652;
      font-weight: 500;
      font-size: 16px; }
      .digital-solution .product-section .solution-details a i {
        font-size: 12px; }
    .digital-solution .product-section .solution-details h4 {
      font-size: 21px;
      font-weight: 500;
      color: #001652;
      margin-bottom: 0;
      text-align: right;
      padding-bottom: 10px; }
    .digital-solution .product-section .solution-details h5 {
      font-size: 16px;
      font-weight: 400;
      color: #001652;
      margin: 0 0 20px 0; }
    .digital-solution .product-section .solution-details .software-img {
      position: absolute;
      right: -3px;
      bottom: -1px; }
    .digital-solution .product-section .solution-details .pos-img {
      position: absolute;
      right: 0px;
      bottom: 0px; }
    .digital-solution .product-section .solution-details .download-link {
      text-align: left;
      padding-top: 20px; }
      .digital-solution .product-section .solution-details .download-link p {
        font-size: 16px;
        font-weight: 500;
        color: #001652;
        margin-bottom: 0;
        padding-left: 12px;
        padding-bottom: 15px; }
      .digital-solution .product-section .solution-details .download-link a {
        background-color: transparent;
        display: inline-block; }
        .digital-solution .product-section .solution-details .download-link a img {
          width: 130px;
          height: 38px; }
      .digital-solution .product-section .solution-details .download-link button, .digital-solution .product-section .solution-details .download-link .product-view-details-btn {
        border-radius: 5px;
        box-shadow: 2px 3px 8px 0 rgba(3, 71, 59, 0.25);
        background-color: #dde4ec;
        font-size: 14px;
        font-weight: 400;
        color: #001652;
        padding: 8px 12px;
        vertical-align: top;
        margin-top: 0; }
      .digital-solution .product-section .solution-details .download-link .product-view-details-btn {
        float: right; }

/*
==========================================================================
Download section
==========================================================================
*/
.download-section {
  margin-top: 70px;
  text-align: center; }
  .download-section h3 {
    font-weight: 300; }
  .download-section .download-app-section {
    margin-top: 50px;
    text-align: center; }
    .download-section .download-app-section a {
      display: flex;
      flex-direction: row;
      justify-content: center;
      text-align: center; }
      .download-section .download-app-section a img {
        width: 250px;
        height: 74px; }

/*
==========================================================================
Footer
==========================================================================
*/
footer .footer-section {
  background-color: #0e1527;
  padding: 50px 0 30px 0; }
  footer .footer-section .social-link-section {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding-bottom: 25px; }
    footer .footer-section .social-link-section .footer-links {
      float: left;
      list-style: none;
      padding: 0; }
      footer .footer-section .social-link-section .footer-links li {
        display: inline;
        padding: 0 20px;
        font-size: 18px;
        font-weight: 500; }
        footer .footer-section .social-link-section .footer-links li:first-child {
          padding-left: 0; }
        footer .footer-section .social-link-section .footer-links li a {
          color: #ffffff; }
          footer .footer-section .social-link-section .footer-links li a:hover {
            text-decoration: none; }
    footer .footer-section .social-link-section .footer-social-icon {
      float: right;
      list-style: none; }
      footer .footer-section .social-link-section .footer-social-icon li {
        display: inline;
        padding: 0 10px; }
        footer .footer-section .social-link-section .footer-social-icon li a:hover {
          text-decoration: none; }
  footer .footer-section .footer-feature-section {
    margin-top: 30px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding-bottom: 25px; }
    footer .footer-section .footer-feature-section h5 {
      font-size: 16px;
      font-weight: 500;
      color: #ffffff; }
    footer .footer-section .footer-feature-section ul {
      list-style: none;
      padding: 0 0 5px 0; }
      footer .footer-section .footer-feature-section ul li {
        padding-bottom: 10px; }
        footer .footer-section .footer-feature-section ul li a, footer .footer-section .footer-feature-section ul li span {
          color: rgba(255, 255, 255, 0.6);
          font-size: 14px;
          font-weight: 400; }
          footer .footer-section .footer-feature-section ul li a i, footer .footer-section .footer-feature-section ul li span i {
            padding-right: 10px; }
          footer .footer-section .footer-feature-section ul li a:hover, footer .footer-section .footer-feature-section ul li span:hover {
            text-decoration: none; }
footer .copyright-section {
  background-color: #0e1527;
  padding: 0 0 20px 0; }
  footer .copyright-section p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: center; }

/*
==========================================================================
Steps
==========================================================================
*/
.feature-section .work-process {
  font-size: 36px;
  font-weight: 600;
  text-align: left;
  color: #4a4a4a; }
.feature-section .process-panel {
  background-color: #73b019;
  box-shadow: 2px 6px 14px 0 rgba(3, 44, 37, 0.25);
  padding: 20px;
  cursor: pointer;
  text-align: center; }
  .feature-section .process-panel.active {
    background-color: #f6f6f6;
    box-shadow: none; }
  .feature-section .process-panel:hover {
    box-shadow: 0 10px 15px 1px rgba(0, 0, 0, 0.08); }
.feature-section .process-content img {
  display: inline-block; }
.feature-section .process-content span {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #001652;
  padding-left: 5px; }
.feature-section .process-details {
  background-color: rgba(216, 216, 216, 0.15);
  padding-top: 50px; }
  .feature-section .process-details .display-holder {
    position: relative; }
    .feature-section .process-details .display-holder img {
      box-shadow: 2px 6px 14px 0 rgba(3, 44, 37, 0.25);
      max-width: 240px;
      height: auto;
      border-radius: 4px; }
    .feature-section .process-details .display-holder .display {
      position: absolute;
      top: 25px;
      left: 25px;
      right: 0;
      bottom: 0;
      transition: 0.3s ease-in-out;
      width: 300px;
      display: none;
      border-radius: 4px; }
      .feature-section .process-details .display-holder .display.active, .feature-section .process-details .display-holder .display.prev, .feature-section .process-details .display-holder .display.next {
        display: block; }
      .feature-section .process-details .display-holder .display.active {
        z-index: 20;
        transform: translateX(calc(100% - 120px)) scale(1.1) !important; }
      .feature-section .process-details .display-holder .display.prev {
        z-index: 18;
        transform: translateX(5%); }
      .feature-section .process-details .display-holder .display.next {
        z-index: 18;
        transform: translateX(100%); }
  .feature-section .process-details .process-steps {
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 535px;
    width: 500px;
    position: relative;
    overflow: hidden;
    text-align: left; }
    .feature-section .process-details .process-steps .display {
      position: absolute;
      top: 15px;
      left: 0;
      right: 0;
      bottom: 0;
      transition: 0.3s ease-in-out;
      transform: translateX(-100%); }
      .feature-section .process-details .process-steps .display.active {
        z-index: 20;
        transform: translateX(0%); }
      .feature-section .process-details .process-steps .display.prev {
        z-index: 20;
        transform: translateX(100%); }
      .feature-section .process-details .process-steps .display h4 {
        font-size: 28px;
        font-weight: 500;
        font-stretch: normal;
        color: #001652;
        text-align: left; }
      .feature-section .process-details .process-steps .display p {
        font-size: 16px;
        font-weight: 400;
        color: #404041;
        margin-bottom: 20px; }
      .feature-section .process-details .process-steps .display .benefit-list ul {
        list-style: none;
        position: relative;
        padding: 0 0 0 30px; }
        .feature-section .process-details .process-steps .display .benefit-list ul li {
          font-size: 16px;
          font-weight: 500;
          color: #404041;
          padding-bottom: 20px; }
          .feature-section .process-details .process-steps .display .benefit-list ul li span {
            position: relative; }
            .feature-section .process-details .process-steps .display .benefit-list ul li span:before {
              position: absolute;
              font-family: 'Glyphicons Halflings';
              content: "\e013";
              color: #fff;
              left: -27px;
              top: 2px;
              font-size: 12px;
              width: 20px;
              height: 20px;
              text-align: center;
              border-radius: 50%;
              background-color: #139842; }

/*
==========================================================================
Device
==========================================================================
*/
.device-section {
  text-align: center;
  margin-top: 0; }
  .device-section h3 {
    margin-top: 70px; }
  .device-section .payment-method {
    background-color: rgba(227, 227, 227, 0.2);
    text-align: left;
    padding: 50px 0; }
    .device-section .payment-method h2 {
      font-size: 54px;
      font-weight: 900;
      color: #001652; }
    .device-section .payment-method p {
      margin: 20px 0;
      font-size: 24px;
      font-weight: 400;
      color: #404041; }
  .device-section .device-image {
    margin-bottom: 25px;
    margin-top: 30px; }
  .device-section .device-name {
    font-size: 20px;
    font-weight: 500;
    color: #001652;
    margin-bottom: 0;
    padding-bottom: 15px; }
  .device-section .device-detail {
    font-size: 16px;
    font-weight: 300;
    color: #333333; }
  .device-section .device-price {
    font-size: 24px;
    font-weight: 500;
    color: #001652; }

/*
==========================================================================
Packages
==========================================================================
*/
.package-section {
  margin-top: 0; }
  .package-section h2 {
    font-size: 44px;
    font-weight: 500;
    text-align: center;
    color: #001652; }
    .package-section h2 span {
      color: #001652 !important; }
  .package-section .packages h2 {
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    color: #001652; }
  .package-section .packages .inactive {
    background-color: white; }
  .package-section .packages #package_pricing {
    margin: 30px 0; }
    .package-section .packages #package_pricing .package-name {
      font-size: 36px;
      font-weight: 500;
      color: #001652;
      padding-bottom: 10px;
      background-color: #f5f7fa;
      padding-top: 10px; }
    .package-section .packages #package_pricing .most-Populer {
      padding: 20px 0 0 0; }
    .package-section .packages #package_pricing .taka-per-month {
      color: #001652 !important;
      padding-bottom: 10px; }
      .package-section .packages #package_pricing .taka-per-month .bdt-text {
        font-size: 22px;
        font-weight: 400;
        text-align: center;
        vertical-align: top; }
      .package-section .packages #package_pricing .taka-per-month .month-text {
        font-size: 18px;
        font-weight: 400;
        vertical-align: bottom; }
      .package-section .packages #package_pricing .taka-per-month .monthly-payment-amount {
        font-size: 48px;
        font-weight: 600;
        color: #001652 !important; }
    .package-section .packages #package_pricing .taka-per-year {
      padding-bottom: 15px; }
      .package-section .packages #package_pricing .taka-per-year p {
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        color: #58595b; }
    .package-section .packages #package_pricing .features {
      width: 25% !important;
      padding-bottom: 30px; }
    .package-section .packages #package_pricing .package-row .packages {
      width: 25% !important;
      padding: 0; }
  .package-section .packeages {
    width: 25% !important; }
  .package-section .features-new {
    padding-right: 0; }
  .package-section .facility-available {
    vertical-align: middle;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .package-section .features-text {
    padding: 0 7px;
    margin-bottom: 0;
    font-size: 16px;
    color: #4d4d4d;
    text-align: center; }
  .package-section .promotion {
    background-color: rgba(227, 227, 227, 0.2);
    padding: 60px 0;
    margin-bottom: 50px; }
    .package-section .promotion .promo-img {
      width: 100%; }
  .package-section .free-trial-promote {
    background-color: rgba(227, 227, 227, 0.2);
    padding: 60px 0;
    text-align: center;
    margin: 50px 0; }
    .package-section .free-trial-promote h2 {
      margin-bottom: 20px; }
      .package-section .free-trial-promote h2 span {
        color: #73b019; }
    .package-section .free-trial-promote p {
      margin-top: 20px;
      font-size: 18px;
      opacity: 0.5;
      color: #000000;
      text-align: center; }
  .package-section .faq-section h3 {
    text-align: left;
    padding-bottom: 25px;
    font-size: 48px;
    font-weight: 500;
    color: #001652; }
  .package-section .faq-section .qus-ans-section {
    padding-bottom: 30px; }
    .package-section .faq-section .qus-ans-section .faq-qus, .package-section .faq-section .qus-ans-section .faq-ans {
      text-align: left;
      font-size: 18px; }
    .package-section .faq-section .qus-ans-section .faq-qus {
      color: #001652;
      font-weight: 500; }
    .package-section .faq-section .qus-ans-section .faq-ans {
      color: #58595b;
      font-weight: 400; }
  .package-section .download-app-section {
    text-align: center; }
    .package-section .download-app-section a {
      display: inline-block; }
      .package-section .download-app-section a img {
        width: 350px; }
    .package-section .download-app-section h3 {
      font-size: 42px;
      font-weight: 300;
      text-align: center;
      color: #001652; }

/*
==========================================================================
Contact
==========================================================================
*/
.contact-section {
  margin-top: 85px; }
  .contact-section .banner {
    margin-bottom: 70px; }
    .contact-section .banner p {
      margin-bottom: 50px; }
    .contact-section .banner .filled-button {
      width: auto;
      text-align: center; }
    .contact-section .banner .help-line {
      margin-bottom: 20px; }
      .contact-section .banner .help-line .call-center {
        font-size: 46px;
        font-weight: 500;
        color: #0e1527;
        vertical-align: middle; }
  .contact-section .contact {
    border-radius: 5px;
    background-color: #f3f6ff; }
    .contact-section .contact .mail-section {
      text-align: left;
      padding: 30px 10px; }
      .contact-section .contact .mail-section h4 {
        font-size: 24px;
        font-weight: 500;
        color: #0e1527;
        text-align: left; }
      .contact-section .contact .mail-section .contact-btn {
        padding: 7px 25px;
        border-radius: 5px;
        box-shadow: 2px 3px 8px 0 rgba(3, 71, 59, 0.2);
        background-color: #8dc63f;
        color: #001652; }

.consult-modal {
  text-align: center;
  padding: 55px;
  border-radius: 5px;
  background-color: #eeeeee; }
  .consult-modal .modal-title {
    font-size: 36px;
    font-weight: 500;
    color: #0e1527;
    text-align: center;
    margin-bottom: 40px; }
  .consult-modal .contact-btn {
    padding: 7px 25px;
    border-radius: 5px;
    box-shadow: 2px 3px 8px 0 rgba(3, 71, 59, 0.2);
    background-color: #8dc63f;
    color: #001652; }
    .consult-modal .contact-btn:focus, .consult-modal .contact-btn:active {
      outline: 0; }
  .consult-modal .form-group textarea.form-control {
    height: auto;
    resize: vertical; }
  .consult-modal .form-group .form-control.contact-form {
    border-radius: 3px;
    border: solid 1px rgba(151, 151, 151, 0.5);
    background-color: #ffffff;
    padding: 25px 15px; }
    .consult-modal .form-group .form-control.contact-form::placeholder {
      font-size: 16px;
      font-weight: 300;
      color: #001652; }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .clearfix-xs {
    clear: both; }

  .button {
    width: 116px;
    padding: 5px 5px !important; }

  .navbar-default .navbar-header .navbar-brand {
    padding-left: 20px; }
  .navbar-default .navbar-nav li a.filled-button {
    width: 160px;
    margin-left: 10px; }
  .navbar-default .navbar-nav li.lang-link {
    padding-left: 5px;
    padding-top: 10px; }

  .carousel-caption {
    top: -22px;
    left: 26px; }
    .carousel-caption h2 {
      font-size: 12px;
      margin-bottom: 5px;
      margin-top: 5px; }
      .carousel-caption h2 .partner-img {
        width: 130px; }
    .carousel-caption h3 {
      font-size: 20px;
      margin-top: 5px;
      margin-bottom: 5px; }
    .carousel-caption p {
      font-size: 10px;
      margin-bottom: 5px; }
    .carousel-caption .filled-button, .carousel-caption .outline-button {
      font-size: 12px;
      display: inline;
      margin-bottom: 5px; }

  .usp-section, .testimonial-section, .digital-solution, .partner-section, .download-section, .feature-section,
  .package-section, .device-section, .contact-section {
    margin: 20px 0; }
    .usp-section h3, .testimonial-section h3, .digital-solution h3, .partner-section h3, .download-section h3, .feature-section h3,
    .package-section h3, .device-section h3, .contact-section h3 {
      font-size: 24px; }

  .feature-section .process-panel {
    padding: 6px; }
    .feature-section .process-panel .process-content img {
      width: 32px; }
    .feature-section .process-panel .process-content span {
      font-size: 12px; }
  .feature-section .process-details {
    padding-top: 0; }
    .feature-section .process-details .display-holder {
      display: none; }
    .feature-section .process-details .process-steps {
      min-height: 560px;
      width: 310px;
      padding: 0 15px; }

  .usp-section h3 {
    margin-bottom: 30px; }
  .usp-section .usp-details {
    margin-bottom: 20px; }
    .usp-section .usp-details .usp-list {
      padding: 25px 0 0;
      min-height: 145px; }

  .testimonial-section .testimonials {
    padding: 15px 0; }
    .testimonial-section .testimonials h4 {
      font-size: 24px; }
    .testimonial-section .testimonials p {
      font-size: 14px;
      margin-bottom: 0; }
      .testimonial-section .testimonials p.quotation-mark.right-quote {
        bottom: -7px;
        right: 62px; }
    .testimonial-section .testimonials .partner-img-section .usp-sheba-icon {
      display: none; }
    .testimonial-section .testimonials .partner-img-section .usp-partner-img {
      display: none; }

  .digital-solution .product-section {
    margin-top: 0; }
    .digital-solution .product-section .solution-details {
      text-align: left;
      margin-bottom: 20px; }
      .digital-solution .product-section .solution-details h4 {
        font-size: 13px;
        text-align: left; }
      .digital-solution .product-section .solution-details a {
        font-size: 12px; }
      .digital-solution .product-section .solution-details .download-link {
        padding-top: 6px;
        float: left; }
        .digital-solution .product-section .solution-details .download-link p {
          padding-left: 0; }
        .digital-solution .product-section .solution-details .download-link a {
          margin-bottom: 5px; }
      .digital-solution .product-section .solution-details .software-img {
        top: 17px; }
      .digital-solution .product-section .solution-details .pos-img {
        top: 36px; }

  .partner-section .partner-img {
    margin-bottom: 20px; }

  footer .footer-section {
    padding: 20px 0; }
    footer .footer-section .social-link-section, footer .footer-section .footer-feature-section {
      margin-top: 0;
      padding: 0 10px; }
    footer .footer-section .footer-feature-section {
      border-bottom: 0; }
    footer .footer-section .social-link-section .footer-social-icon {
      padding-left: 0;
      float: left;
      padding-top: 10px;
      padding-bottom: 10px; }
  footer .copyright-section {
    padding: 15px 0 20px 0; }

  .consult-modal {
    padding: 20px; }
    .consult-modal .modal-title {
      font-size: 24px; }

  .contact-section .banner p {
    margin-bottom: 0; }
  .contact-section .banner .help-line {
    margin-top: 5px;
    margin-bottom: 5px; }
    .contact-section .banner .help-line span {
      padding-right: 0; }
      .contact-section .banner .help-line span img {
        width: 60%; }
    .contact-section .banner .help-line .call-center {
      font-size: 24px; }

  .device-section .payment-method {
    padding: 0; }
    .device-section .payment-method h2 {
      font-size: 28px; }
    .device-section .payment-method p {
      font-size: 18px; }

  .help-line {
    margin-top: 10px; }
    .help-line .call-center {
      font-size: 24px; }

  .package-section h2 {
    font-size: 24px; }
  .package-section .promotion {
    padding: 20px 0;
    margin-bottom: 20px; }
    .package-section .promotion .promo-img {
      width: 100%;
      margin-bottom: 20px; }
  .package-section .packages h2 {
    font-size: 24px; }
  .package-section .pricing-section {
    background: #f5f7fa;
    padding: 15px 20px;
    margin-top: 20px; }
    .package-section .pricing-section h3 {
      font-weight: 500 !important;
      font-size: 36px !important;
      margin: 5px 0; }
    .package-section .pricing-section .monthly-payment-amount {
      font-size: 28px;
      font-weight: 500;
      color: #001652 !important; }
    .package-section .pricing-section .bdt-text {
      font-size: 14px;
      vertical-align: top; }
    .package-section .pricing-section .month-text {
      font-size: 14px;
      vertical-align: bottom; }
    .package-section .pricing-section .taka-per-year {
      text-align: center; }
      .package-section .pricing-section .taka-per-year p {
        font-size: 18px; }
    .package-section .pricing-section .resource-account {
      padding-top: 15px;
      display: flex;
      flex-direction: row;
      justify-content: left; }
      .package-section .pricing-section .resource-account .features-text {
        padding: 0 0 0 15px !important;
        text-align: left; }
  .package-section .faq-section h3 {
    padding-bottom: 5px;
    font-size: 28px; }
  .package-section .faq-section .qus-ans-section {
    padding-bottom: 5px; }
  .package-section .free-trial-promote {
    padding: 15px 0;
    margin: 5px 0; }
    .package-section .free-trial-promote p {
      font-size: 16px; }
  .package-section .download-app-section h3 {
    font-size: 28px; }
  .package-section .download-app-section a img {
    width: 200px; } }
@media screen and (min-width: 768px) and (max-width: 900px) {
  .clearfix-xs {
    clear: both; }

  .button {
    width: 130px;
    padding: 5px 5px !important; }

  .navbar-default .navbar-header .navbar-brand {
    padding-left: 20px; }
  .navbar-default .navbar-nav li a.filled-button {
    width: 160px;
    margin-left: 10px; }
  .navbar-default .navbar-nav li.lang-link {
    padding-left: 5px;
    padding-top: 10px; }

  .carousel-caption {
    top: 20px;
    left: 26px; }
    .carousel-caption h2 {
      font-size: 24px;
      margin-bottom: 5px;
      margin-top: 5px; }
      .carousel-caption h2 .partner-img {
        width: 130px; }
    .carousel-caption h3 {
      font-size: 20px;
      margin-top: 5px;
      margin-bottom: 5px; }
    .carousel-caption p {
      font-size: 14px;
      margin-bottom: 5px; }
    .carousel-caption .filled-button, .carousel-caption .outline-button {
      font-size: 14px;
      display: inline;
      margin-bottom: 5px; }

  .usp-section, .testimonial-section, .digital-solution, .partner-section, .download-section, .feature-section,
  .package-section, .device-section, .contact-section {
    margin: 20px 0; }
    .usp-section h3, .testimonial-section h3, .digital-solution h3, .partner-section h3, .download-section h3, .feature-section h3,
    .package-section h3, .device-section h3, .contact-section h3 {
      font-size: 28px; }

  .feature-section .process-panel {
    padding: 6px; }
    .feature-section .process-panel .process-content img {
      width: 32px; }
    .feature-section .process-panel .process-content span {
      font-size: 18px; }
  .feature-section .process-details {
    padding-top: 0; }
    .feature-section .process-details .display-holder {
      display: inline-block; }
      .feature-section .process-details .display-holder .display {
        width: 160px;
        top: 90px; }
        .feature-section .process-details .display-holder .display.active {
          transform: translateX(calc(100% - 74px)) scale(1.1) !important; }
    .feature-section .process-details .process-steps {
      min-height: 560px;
      width: 310px;
      padding: 0 15px; }

  .usp-section h3 {
    margin-bottom: 30px; }
  .usp-section .usp-details {
    margin-bottom: 20px; }
    .usp-section .usp-details .usp-list {
      padding: 20px 0 20px 0;
      min-height: 150px; }
      .usp-section .usp-details .usp-list ul {
        padding: 0 0 0 42px; }
        .usp-section .usp-details .usp-list ul li {
          font-size: 14px; }

  .testimonial-section .testimonials {
    padding: 15px 0; }
    .testimonial-section .testimonials h4 {
      font-size: 24px; }
    .testimonial-section .testimonials p {
      font-size: 18px;
      margin-bottom: 0; }
      .testimonial-section .testimonials p.quotation-mark.right-quote {
        bottom: -22px;
        right: 52px; }
    .testimonial-section .testimonials .partner-img-section .usp-sheba-icon {
      display: none; }
    .testimonial-section .testimonials .partner-img-section .usp-partner-img {
      display: none; }

  .digital-solution .product-section {
    margin-top: 0; }
    .digital-solution .product-section .solution-details {
      text-align: left;
      margin-bottom: 20px; }
      .digital-solution .product-section .solution-details h4 {
        font-size: 13px;
        text-align: left; }
      .digital-solution .product-section .solution-details a {
        font-size: 12px; }
      .digital-solution .product-section .solution-details .download-link {
        padding-top: 6px;
        float: left; }
        .digital-solution .product-section .solution-details .download-link p {
          padding-left: 0; }
        .digital-solution .product-section .solution-details .download-link a {
          margin-bottom: 5px; }
      .digital-solution .product-section .solution-details .software-img {
        top: 7px; }
      .digital-solution .product-section .solution-details .pos-img {
        top: 27px; }

  .partner-section .partner-img {
    margin-bottom: 20px; }

  footer .footer-section {
    padding: 20px 0; }
    footer .footer-section .social-link-section, footer .footer-section .footer-feature-section {
      margin-top: 0;
      padding: 0 10px; }
    footer .footer-section .footer-feature-section {
      border-bottom: 0; }
    footer .footer-section .social-link-section .footer-social-icon {
      padding-left: 0;
      float: left;
      padding-top: 10px;
      padding-bottom: 10px; }
  footer .copyright-section {
    padding: 15px 0 20px 0; }

  .consult-modal {
    padding: 20px; }
    .consult-modal .modal-title {
      font-size: 24px; }

  .contact-section .banner p {
    margin-bottom: 0; }
  .contact-section .banner .help-line {
    margin-top: 5px;
    margin-bottom: 5px; }
    .contact-section .banner .help-line span {
      padding-right: 0; }
      .contact-section .banner .help-line span img {
        width: 60%; }
    .contact-section .banner .help-line .call-center {
      font-size: 16px; }

  .device-section .payment-method {
    padding: 0; }
    .device-section .payment-method h2 {
      font-size: 28px; }
    .device-section .payment-method p {
      font-size: 18px; }

  .help-line {
    margin-top: 10px; }
    .help-line .call-center {
      font-size: 24px; }

  .package-section h2 {
    font-size: 24px; }
  .package-section .promotion {
    padding: 20px 0;
    margin-bottom: 20px; }
    .package-section .promotion .promo-img {
      width: 100%;
      margin-bottom: 20px; }
  .package-section .packages h2 {
    font-size: 24px; }
  .package-section .pricing-section {
    background: #f5f7fa;
    padding: 15px 20px;
    margin-top: 20px; }
    .package-section .pricing-section h3 {
      font-weight: 500 !important;
      font-size: 36px !important;
      margin: 5px 0; }
    .package-section .pricing-section .monthly-payment-amount {
      font-size: 28px;
      font-weight: 500;
      color: #001652 !important; }
    .package-section .pricing-section .bdt-text {
      font-size: 14px;
      vertical-align: top; }
    .package-section .pricing-section .month-text {
      font-size: 14px;
      vertical-align: bottom; }
    .package-section .pricing-section .taka-per-year {
      text-align: center; }
      .package-section .pricing-section .taka-per-year p {
        font-size: 18px; }
    .package-section .pricing-section .resource-account {
      padding-top: 15px;
      display: flex;
      flex-direction: row;
      justify-content: left; }
      .package-section .pricing-section .resource-account .features-text {
        padding: 0 0 0 15px !important;
        text-align: left; }
  .package-section .faq-section h3 {
    padding-bottom: 5px;
    font-size: 28px; }
  .package-section .faq-section .qus-ans-section {
    padding-bottom: 5px; }
  .package-section .free-trial-promote {
    padding: 15px 0;
    margin: 5px 0; }
    .package-section .free-trial-promote p {
      font-size: 16px; }
  .package-section .download-app-section h3 {
    font-size: 28px; }
  .package-section .download-app-section a img {
    width: 200px; } }
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .carousel-caption {
    top: 0;
    left: 40px; }
    .carousel-caption h2 {
      font-size: 32px;
      max-width: 560px; }
    .carousel-caption p {
      font-size: 18px; }
    .carousel-caption.caption-third h2 {
      font-size: 38px;
      max-width: 622px; }
    .carousel-caption.caption-third p {
      font-size: 24px; }
    .carousel-caption .video-container a#shebaTrailer:before, .carousel-caption .video-container a#shebaTrailer span {
      top: 300px; }
    .carousel-caption .video-container.second-slider-video a#shebaTrailer:before, .carousel-caption .video-container.second-slider-video a#shebaTrailer span {
      top: 300px; }

  .solution-details {
    padding: 0; }

  .feature-section .process-details .display-holder img {
    max-width: 190px; }
  .feature-section .process-details .display-holder .display {
    width: 190px; }
    .feature-section .process-details .display-holder .display.active {
      transform: translateX(calc(100% - 95px)) scale(1.1) !important; }
  .feature-section .process-details .process-steps {
    width: 420px; }
  .feature-section .process-panel {
    padding: 20px 10px; }
  .feature-section .process-content img {
    width: 42px; }

  .testimonial-section .testimonials .partner-img-section .usp-sheba-icon {
    top: -123px;
    right: 0; }
  .testimonial-section .testimonials h4 {
    font-size: 30px; }

  .digital-solution .product-section .solution-details .download-link a img {
    width: 112px; }
  .digital-solution .product-section .solution-details .software-img {
    bottom: -1px;
    right: -2px; }
  .digital-solution .product-section .solution-details .pos-img {
    bottom: 0;
    right: 0; } }
@media screen and (min-width: 1201px) and (max-width: 1324px) {
  .carousel-caption {
    left: 37px; } }
@media screen and (min-width: 1450px) {
  .carousel-caption {
    left: 370px; } }

/*# sourceMappingURL=smanager_landing_v3.css.map */
