*{
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
}
@font-face {
    font-family: social;
    src: url("fonts/typeecon.ttf")
}
@font-face {
    font-family:Work Sans;
    src: url("../fonts/WorkSans-Regular.ttf");
    src:url("../fonts/WorkSans-Medium.ttf");
}
@font-face{
     font-family:Work Sans-Medium;
     src:url("../fonts/WorkSans-Medium.ttf");

}
@font-face {
    font-family: DM Sans;
    src: url("../fonts/DMSans-Regular.woff")
}

@font-face {
    font-family: DM Sans-Medium;
    src: url("../fonts/DMSans-Medium.woff")
}
@font-face {
    font-family: poppins;
    src: url("../fonts/poppins.ttf")
}
@font-face {
    font-family: Inter;
    src: url("../fonts/Inter.ttf")
}
@font-face {
    font-family: Inter-Medium;
    src: url("../fonts/Inter-Medium.ttf")
}
@font-face {
    font-family: rubik;
    src: url("../fonts/rubik.ttf")
}
@font-face {
  font-family: 'poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */

}

@font-face {
  font-family: 'Poppins-medium';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v15-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v15-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v15-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins-semibold';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v15-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}


h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }


#features h1{font-family: DM Sans-medium !important;
            font-weight: 500;
            }

.head-font{font-family: DMSans-Regular !important;}

.feat-content > a{font-family: Work Sans-Medium !important;}

.feat-content p a{font-family: Work Sans-Medium !important;}

.lms-about h2 {
    font-size: 2.2rem;
    font-family: 'DM Sans' !important;
    color: #000;
    font-weight: 600;
}

.lms-about h3, .h3 {
    font-size: 1.75rem;
    font-family: 'DM Sans' !important;
    font-weight: 600;
    padding-bottom: 20px;
}













.border0 {
  border-width: 2px; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

.site-wrap:before {
  display: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  padding: 14px 30px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-black {
    border-width: 2px;
    border-color: #000;
    background: #000;
    color: #fff; }
    .btn.btn-black:hover {
      color: #000;
      background-color: transparent; }
    .btn.btn-black.btn-outline-black {
      color: #000;
      background-color: transparent; }
      .btn.btn-black.btn-outline-black:hover {
        border-color: #000;
        background: #000;
        color: #fff; }
  .btn.btn-white {
    border-width: 2px;
    border-color: #fff;
    background: #fff;
    color: #000; }
    .btn.btn-white:hover {
      color: #fff;
      background-color: transparent; }
    .btn.btn-white.btn-outline-white {
      color: #fff;
      background-color: transparent; }
      .btn.btn-white.btn-outline-white:hover {
        border-color: #fff;
        background: #fff;
        color: #000; }
  .btn.btn-pill:hover {
    border-radius: 4px;
background-color:#3ab6d4; border:2px solid #3ab6d4; color:#fff; }
  .btn.btn-pill {
    border-radius: 4px;
color:#3ab6d4; background: transparent; border:2px solid #3ab6d4;}

.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }

.form-control {
  height: 48px;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .form-control:active, .form-control:focus {
    border-color: #3ab6d4; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 2.5em 0 0 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 5em 0 0 0 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem; }
  @media (min-width: 768px) {
    .site-section-heading {
      font-size: 3rem; } }

.border-top {
  border-top: 1px solid #edf0f5 !important; }

.site-footer {
  padding: 4em 0;
  background: #333333; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 8em 0; } }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: #737373; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #000; }
  .site-footer a {
    color: #999999; }
    .site-footer a:hover {
      color: black; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 900; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, 00px 0 0 #000;
  box-shadow: 20px 0 0 #000, 00px 0 0 #000; }

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge {
      height: auto !important; } }
  .hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
  .hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
      height: 300px !important; } }

.bg-image0 {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.7); }
  .bg-image > .container {
    position: relative;
    z-index: 1; }

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem; } }

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
  margin-top: -150px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #8bc34a; }
  .ul-check.primary li:before {
    color: #3ab6d4; }

.select-wrap, .wrap-icon {
  position: relative; }
  .select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
  .select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

/* Navbar */
.site-logo {
  position: relative;
  font-weight: 900;
  font-size: 1.3rem; }
  .site-logo a {
    color: #fff; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%; 
 top:20px;}
  .site-navbar .container-fluid {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
    @media (max-width: 1199.98px) {
      .site-navbar .container-fluid {
        padding-left: 15px;
        padding-right: 15px; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #3ab6d4;
      display: inline-block;
      padding: 5px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 5px 15px;
        color: #000;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #3ab6d4;
        -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.1);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #3ab6d4 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f4f5f9;
              color: #25262a; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f4f5f9;
            color: #25262a; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #3ab6d4; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }
    .site-navbar .site-navigation .site-menu.site-menu-dark > li > a {
      color: #000; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #3ab6d4; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active {
        color: #3ab6d4; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 16px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .sticky-wrapper .site-navbar .site-menu > li {
      display: inline-block; }
.sticky-wrapper .site-navbar .site-menu > li > a:hover{
    color:#000;
}
      .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #000;
        position: relative; }
        .sticky-wrapper .site-navbar .site-menu > li > a.active:after {
          height: 2px;
          background: #fff;
          content: "";
          position: absolute;
          bottom: 0;
          left: 20px;
          right: 20px; }
  .sticky-wrapper.is-sticky .site-navbar {
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    background: #fff; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li {
      display: inline-block; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
        padding: 5px 15px;
        color: #000;
        display: inline-block;
        text-decoration: none !important;
            }
    
  .sticky-wrapper.is-sticky  .site-logo {
    width: auto;
    height: auto;
    background-image: url(../img/logo.png);
    padding: 24px 94px;
    background-repeat: no-repeat;
    background-size: contain;
}

     .sticky-wrapper.is-sticky .site-navigation > a {
       
        color: #000;
        display: inline-block;
        text-decoration: none !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover {
          color: #3ab6d4; }
        .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active:after {
          background: #3ab6d4; }
  .sticky-wrapper .shrink {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
.sticky-wrapper.is-sticky .site-navbar{background-color:#fff ; opacity: 1; margin-top:0px; padding-top:20px; padding-bottom:20px;}



/* Blocks */
.intro-section {
  position: relative; }
  .intro-section, .intro-section .container > .row {
    height: 100vh;
    min-height: 850px; }
  .intro-section.single-cover, .intro-section.single-cover .container > .row {
    height: 50vh;
    min-height: 400px; }
  .intro-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem; }
  .intro-section p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.1rem; }

.img-absolute {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .img-absolute img {
    max-width: 600px;
    -webkit-box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4); }
    @media (max-width: 991.98px) {
      .img-absolute img {
        max-width: 100%; } }

.slide-1 {
  background-size: cover;
  background-position: center; }
  .slide-1:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #343a40;
    opacity: .9;
    border-bottom-right-radius: 0px; }
    @media (max-width: 991.98px) {
      .slide-1:before {
        width: 100%; } }
  .slide-1 .slide-text {
    opacity: 0;
    visibility: hidden;
    margin-top: 50px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .slide-1 .slide-text.active {
      opacity: 1;
      visibility: visible;
      margin-top: 0px; }

.form-box {
    padding: 20px;
    width: 80%;
    background: #fff;
    border-radius: 7px;
}

.site-section {
  padding: 4em 0 0 0;
  position: relative; }
  @media (max-width: 991.98px) {
    .site-section {
      padding: 4em 0 0 0; } }

.cta a span {
  border-color: #3ab6d4;
  padding: 14px 20px;
  color: #fff;
  background: #3ab6d4;
  border-radius: 30px;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .is-sticky .cta a span {
    color: #fff; }

.cta a:hover span {
  background: #4f45e3;
  color: #fff; }

.cta a.active {
  border-bottom: none; }
  .cta a.active > span {
    background-color: #1c4b82;
    color: #fff; }

.section-sub-title {
  color: #3ab6d4;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 900;
  display: block;
  margin-bottom: 1.5rem; }

.section-title {
  font-size: 36px;
  color: #000;
  margin-bottom: 1.8rem;
  font-weight: 900; }
  @media (max-width: 991.98px) {
    .section-title {
      font-size: 1.5rem; } }

.counter .icon-wrap {
  margin-right: 1.5rem; }
  .counter .icon-wrap > span {
    position: relative;
    top: -.2em;
    font-size: 2rem; }

.counter .counter-text strong {
  line-height: .5;
  font-size: 3.5rem;
  display: block;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem; }

.counter .counter-text span {
  font-size: 1rem;
  line-height: 1; }

.image-absolute-box {
  position: relative; }
  .image-absolute-box .box {
    position: absolute;
    background: #3ab6d4;
    padding: 30px;
    max-width: 300px;
    top: 00%;
    right: 00%; }
    @media (max-width: 991.98px) {
      .image-absolute-box .box {
        top: auto;
        right: auto;
        position: relative;
        width: 100%;
        max-width: 100%; } }
    .image-absolute-box .box .icon-wrap {
      color: #fff;
      margin-bottom: 1.5rem; }
      .image-absolute-box .box .icon-wrap span {
        font-size: 2rem; }
    .image-absolute-box .box h3 {
      font-size: 1.2rem;
      color: #fff;
      margin-bottom: 1.5rem; }
    .image-absolute-box .box p {
      color: rgba(255, 255, 255, 0.55); }

.section-1 {
  margin-top: 10rem; }

.work-thumb {
  position: relative;
  display: block;
  cursor: pointer; }
  .work-thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(121, 113, 234, 0.8);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .work-thumb .work-text {
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-top: 20px; }
    .work-thumb .work-text h3 {
      font-size: 1rem;
      font-weight: 900;
      color: #fff;
      margin: 0;
      padding: 0; }
    .work-thumb .work-text .category {
      font-size: .8rem;
      color: rgba(255, 255, 255, 0.7); }
  .work-thumb:hover {
    z-index: 3;
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07); }
    .work-thumb:hover:after {
      opacity: 1;
      visibility: visible; }
    .work-thumb:hover .work-text {
      -webkit-transition-delay: .2s;
      -o-transition-delay: .2s;
      transition-delay: .2s;
      opacity: 1;
      visibility: visible;
      margin-top: 0px; }

.nonloop-block-13 .owl-nav {
  display: none; }

.nonloop-block-13 .owl-dots {
  margin-top: 30px;
  width: 100%;
  text-align: center; }
  .nonloop-block-13 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px; }
    .nonloop-block-13 .owl-dots .owl-dot span {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #e6e6e6; }
    .nonloop-block-13 .owl-dots .owl-dot.active span {
      background-color: #3ab6d4; }

.nonloop-block-14 .owl-nav {
  display: none; }

.nonloop-block-14 .owl-dots {
  margin-top: 30px;
  width: 100%;
  text-align: center; }
  .nonloop-block-14 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px; }
    .nonloop-block-14 .owl-dots .owl-dot span {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #e6e6e6; }
    .nonloop-block-14 .owl-dots .owl-dot.active span {
      background-color: #3ab6d4; }

.footer-section {
  padding: 3em 0px 0px 0px;
  background-color: #2f2f2f; 
    margin-bottom: 0px !important;
}
  .footer-section p {
    font-size: 1rem; color:#fff; opacity:0.8;}
  .footer-section h3 {
    font-size: .9rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    color: #3ab6d4;
    margin-bottom: 1.5rem;
    font-weight: 900; }
  .footer-section .footer-links li {
    margin-bottom: 10px; }

.footer-subscribe .btn {
  height: 43px;
  line-height: 1; }















/************** top-header **************/
/*
.lms-wrapper {
    width: 100%;
    float: left;
    height: 100%;
}
.top-header {
    width: 100%;
    float: left;
}
.top-header > .row {
    width: 90%;
    float: left;
    padding: 1% 5%;
}
.top-header > .row .site-logo {
    width: 17%;
    float: left;
    text-align: left;
}
.top-header > .row .site-logo img {
    width: 100%;
    float: left;
}
.top-header > .row .login-details {
    width: 83%;
    float: left;
    margin-top: 25px;
    text-align: right;
}
.top-header > .row .login-details ul {
    list-style-type: none;
    float: left;
    width: 82%;
    text-align: right;
    margin-right: 2%;
}
.top-header > .row .login-details .login, .top-header > .row .login-details .contact, .top-header > .row .login-details .tryLink  {
    width: auto;
    float: left;
    display: inline;
}
.top-header > .row .login-details ul li {
    margin-right: 25px;
}
.top-header > .row .login-details ul li:last-child {
    margin-right: 0;
}
.top-header > .row .login-details ul li, .top-header > .row .login-details ul li a {
   
    font-weight: 500;
    letter-spacing: 1px;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
}
.top-header > .row .login-details .contact {
    background-image: url("../img/contact-icon.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-left: 35px;
    background-position: left center;
}
.top-header > .row .login-details .tryLink {
   
    font-weight: 500;
    letter-spacing: 1px;
    background: #f68e56;
    padding: 7px 12px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
*/
/************** menu-bar **************/
.menu-bar {
    width: 90%;
    float: left;
    padding: 16px 5%;
    background: #4b6075;
}
.menu-bar > ul {
    list-style-type: none;
    float: right;
}
.menu-bar > ul li {
    width: auto;
    float: left;
}
.menu-bar > ul >.sepLine {
    width: 1px;
    float: left;
    height: 15px;
    background: #fff;
    position: relative;
    top: 3px;
}
.menu-bar > ul li a {
   social
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    padding: 16px 20px;
}
.menu-bar > ul li a:hover {
    background: #384b5d;
}
/************** Responsive menu bar -section **************/
.responsive-menuBar {
    width: 100%;
    float: left;
    background: #4b6075;
}
.responsive-menuBar > h1 {
   social
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 24px;
    padding: 10px 20px;
    text-align: center;
    float: left;
}
.menu-barIcon {
    width: 30px;
    float: right;
    margin: 18px 7% 15px 0;
    cursor: pointer;
}
.bacIcon {
    width: 30px;
    height: 3px;
    border-radius: 5px;
    background: #fff;
    float: left;
    margin: 2px 0;
}
.res-menu {
    width: 100%;
    float: left;
}
.res-menu > a {
   social
    font-weight: 100;
    letter-spacing: 1px;
    color: #333;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 16px;
    padding: 3% 5%;
    text-align: center;
    float: left;
    width: 90%;
    border-bottom: 1px solid #eee;
    background: #f5f5f5;
}
.res-menu > a:hover {
    background: #fff;
}
@media screen and (max-width:768px){
    .responsive-menuBar {display: block;}
    .menu-bar {display: none;}
}
@media screen and (min-width:768px){
    .responsive-menuBar {display: none;}
    .menu-bar {display: block;}
}
/************** banner-section **************/
.lms-banner {
    width: 100%;
    float: left;
    position: relative;
}
.lms-banner > .banner-image, .lms-banner > .banner-image img {
    width: 100%;
    float: left;
}
.lms-banner > .banner-caption {
    width: 41%;
    float: left;
    position: absolute;
    top: 25%;
    left: 5%;
}
.lms-banner > .banner-caption h1 {
   social
    font-size: 46px;
    color: #333;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-weight: 100;
}
.lms-banner > .banner-caption h5 {
   social
    font-size: 22px;
    color: #333;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 100;
    width: 81%;
}
.lms-banner > .banner-caption p {
   
    font-size: 14px;
    color: #333;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 500;
    font-style: italic;
}
/************** features mid-section **************/
@media screen and (max-width:720px){
    .upper-feature-responsive { display: block;}
    .upper-feature, .middle-feature, .midFeature2, .midFeature3, .lower1-feature { display: none;}
        .bg-color{background-color: #f4f6fa;  z-index:0;}


.frame {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1 !important;
}

    .upper-feature-responsive > .row .feature1 {
    width: 44%;
    padding: 15px 15px;
     border: 1px dashed #332; 
    max-height: 300px;
    overflow: hidden;
    min-height: 280px;
    float: left;
    margin: 0 3%;
}
.upper-feature-responsive > .feature2 {
    width: 50%;
    padding: 15px 15px;
    /* border: 1px dashed #332; */
    max-height: 225px;
    overflow: hidden;
    min-height: 242px;
    /* float: left; */
    margin: 0 auto;
}
.upper-feature-responsive > .feature2 {
    width: 50%;
    padding: 15px 15px;
    /* border: 1px dashed #332; */
    max-height: 225px;
    overflow: hidden;
    min-height: 300px;
    /* float: left; */
    margin: 0 auto;
}
.upper-feature-responsive > .row .feature1 .img-icon, .upper-feature-responsive > .row .feature2 .img-icon, .upper-feature-responsive > .feature2 .img-icon {
    width: 50px;
    margin: 0 auto;
}
.feature1 > .feat-content a h1, .feature2 > .feat-content a h1 {
    font-size: 19px;
    color: #333;
    line-height: normal;
    letter-spacing: 0px;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 10px;
}
.upper-feature-responsive > .row .feature1 {
    width: 44%;
    padding: 15px 15px;
     border: unset; 
    max-height: 300px;
    overflow: hidden;
    min-height: 280px;
    float: left;
    margin: 0 3%;
}
.upper-feature-responsive > .row .feature1 {
    width: 48%;
    /*padding: 11px 10px;*/
    padding-top:28px;
    border: unset;
    max-height: 300px;
    overflow: hidden;
    min-height: 280px;
    float: left;
    margin: 0 auto;
    }
    .lms-featuresMidSection {
    width: 76%;
    /* float: left; */
    margin: auto;
    }
    .feat-content p a {
    color: rgba(0,0,0,0.5);
    font-size: 11px;
    margin-bottom: 0px;
    line-height: .8rem;
    }
    .upper-feature-responsive > .row .feature1 > .feat-content, .upper-feature-responsive > .row .feature2 > .feat-content, .upper-feature-responsive > .feature2 > .feat-content {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Work Sans';
    }
    .feature1 > .feat-content p, .feature2 >.feat-content p {
    font-size: 11px;
    color: rgba(0,0,0,0.5);
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    font-size: 10px;
    margin-bottom: 8px;
    font-family: 'Work Sans-Medium';
}
.crm_card p {
    font-size: 10px;
    line-height: 8px !important;
    text-align: center;
    margin-bottom: 5px;
}
.feat-content > a > h1 {
    font-size: 16px;
    color: #333;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 20px;
}
.upper-feature-responsive > .row .feature1 .img-icon img, .upper-feature-responsive > .row .feature2 .img-icon img, .upper-feature-responsive > .feature2 .img-icon img {
    width: 84%;
    float: left;
}
.upper-feature-responsive > .row .feature2 {
    width: 48%;
    padding: 43px 15px;
    /* border: 1px dashed #332; */
    max-height: 260px;
    overflow: hidden;
    min-height: 280px;
    float: left;
    margin: auto;
}
.upper-feature-responsive > .feature2 {
    width: 48%;
    padding: 29px 15px;
    /* border: 1px dashed #332; */
    max-height: 225px;
    overflow: hidden;
    min-height: 300px;
    /* float: left; */
    margin: 0 auto;
}
.feature2demo {
    width: 55%;
    padding: 50px 15px !important;
    /* border: 1px dashed #332; */
    max-height: 225px;
    overflow: hidden;
    min-height: 300px;
    /* float: left; */
    margin: 0 auto;
}
.crm_card{z-index:3 !important;}

.frame {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bg-color{background-color: #f4f6fa;  z-index:0;}

.upper-feature-responsive > .row .feature1 {
    width: 44%;
    padding: 34px 15px;
    /* border: 1px dashed #332; */
    max-height: 280px;
    overflow: hidden;
    min-height: 280px;
    float: left;
    margin: 0 3%;
}

}
@media screen and (min-width:720px){
    

.upper-feature-responsive { display: none;}
.upper-feature, .middle-feature, .midFeature2, .midFeature3, .lower1-feature { display: block;}
.bg-color{background-color: #f4f6fa;  z-index:0;}


.frame {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1 !important;
}
}
.lms-featuresMidSection {
    width: 80%;
    /*float: left;*/
    margin: auto;
}
.lms-featuresMidSection > .row {
    /*width: 80%;
    margin: 0 auto;*/
    padding: 5% 0;
}
.lms-featuresMidSection > .row > .lms-about {
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 28px;
    color: #0b0e3a;
    /* text-align: center; */
    /* margin-bottom: 50px; */
    font-family: 'Work Sans';
    /* margin-top: 15px; */
}
.lms-featuresMidSection > .row > .lms-about h3 {
    
    color:#1a1a1b;
    /*text-align: center;*/
    /*margin-bottom: 50px;*/
}
.lms-featuresMidSection > .row > .lms-about h1 {
   
    font-size: 36px;
    color: #4b6075;
    text-align: center;
    /*line-height: normal;*/
    /*letter-spacing: 1px;*/
    margin-bottom: 10px;
    font-weight: 100;
}
.lms-featuresMidSection > .row > .lms-about p {
   
    font-size: 20px;
    color: #333;
    line-height:normal;
    /*letter-spacing: 1px;*/
    /*font-weight: 300;*/
}
.lms-featuresMidSection > .row > .lms-features {
    width: 100%;
    float: left;
}
.lms-features > .row {
    width: 100%;
    float: left;
}
.upper-feature {
    width: 100%;
    float: left;
}
.upper-feature > .row {
    position: relative;
    float: left;
    width: 100%;
}
.upper-feature > .row > .feature1, .upper-feature > .row > .feature2 {
    width: 33.33%;
    float: left;
    text-align: center;
}
.upper-feature > .row .feature1 > .row {
    width: 80%;
    padding: 20px 20px;
    /* border: 2px dashed #332; */
    margin: 0 auto;

    /* max-height: 310px; */
    overflow: hidden;
    min-height: 310px;
}
.upper-feature > .row .feature2 > .row {
    width: 80%;
    /*padding: 37px 25px;*/
    /*border: 2px dashed #332;*/
    border: 4px solid #ff7589;
    border-radius: 22px;
    margin: 0 auto;
    /*max-height: 310px;*/
    overflow: hidden;
    min-height: 310px;
}
.upper-feature > .row .feature1 > .row .img-icon, .upper-feature > .row .feature2 > .row .img-icon {
    width: unset;
    margin: 0 auto;
}
.upper-feature > .row .feature1 > .row .img-icon img, .upper-feature > .row .feature2 > .row .img-icon img {
    width: 47%;
}
.upper-feature > .row .feature1 > .row .feat-content, .upper-feature > .row .feature2 > .row .feat-content {
    width: 100%;
    float: left;
    /*margin-top: 25px;*/
}
.feature1 > .row .feat-content a, .feature2 > .row .feat-content a {
    text-decoration: none;
}
.feature1 > .row .feat-content a h1, .feature2 > .row .feat-content a h1 {
    font-size: 24px;
    color: #00eaa1;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}
.feature1 > .row .feat-content p, .feature2 > .row .feat-content p {
    font-size: 13px;
    color: rgba(0,0,0,0.5);
    line-height: normal;
    letter-spacing: 1px;
    text-align: left;
    font-family: 'Work Sans-Medium';
}
.upper-feature > .row > .arrow-right {
    background-image: url("../img/arrow-right-icon.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 5%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: right center;
    left: 31%;
    top: 50%;
}
.upper-feature > .row > .arrow-left {
    background-image: url(../img/arrow-left-icon.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 5%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: left center;
    right: 31%;
    top: 50%;
}
.middle-feature {
    width: 100%;
    float: left;
    padding: 0 10%;
}
.middle-feature > .row {
    /*position: relative;*/
    float: left;
    width: 100%;
    margin-top: 50px;
}
.midFeature1, .midFeature1 > .row, .midFeature2, .midFeature2 > .row, .midFeature3, .midFeature3 > .row  {
    width: 100%;
    float: left;
    position: relative;
}
.midFeature1 > .row > .left-single-line {
    background-image: url("../img/line-icon.png");
    background-repeat: no-repeat;
    background-size: 19px auto;
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    background-position: left center;
    left: 0;
    top: 25%;
}
.midFeature1 > .row > .left-arrow-right1 {
    background-image: url("../img/arrow-right-icon.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 5%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: right center;
    left: 15px;
    top: 22%;
}
.midFeature1 > .row > .right-single-line {
    background-image: url("../img/line-icon.png");
    background-repeat: no-repeat;
    background-size: 19px auto;
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    background-position: right center;
    left: 0;
    top: 25%;
}
.midFeature1 > .row > .right-arrow-left1 {
    background-image: url("../img/arrow-left-icon.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 5%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: left center;
    right: 15px;
    top: 22%;
}
.midFeature1 > .row > .feature2 {
    width: 50%;
    float: left;
    text-align: center;
}
.midFeature1 > .row .feature2 > .row {
    width: 60%;
    padding: 25px 25px;
    /*border: 2px dashed #332;*/
    margin: 0 auto;
/*    max-height: 260px;*/
    overflow: hidden;
    min-height: 260px;
}
.midFeature1 > .row .feature2 > .row .img-icon {
    width: unset;
    margin: 0 auto;
}
.midFeature1 > .row .feature2 > .row .img-icon img {
    width: 45%;
}
.midFeature1 > .row .feature2 > .row .feat-content {
    width: 100%;
    float: left;
    /*margin-top:20px;*/
}
.midFeature1 > .row > .middle-arrow-left1 {
    background-image: url("../img/arrow-right-icon.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 5%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: right center;
    right: 44%;
    top: 22%;
}
.midFeature1 > .row > .middle-single-line {
    background-image: url("../img/line-icon.png");
    background-repeat: no-repeat;
    background-size: 19px auto;
    width: 100%;
    float: left;
    height: 96%;
    position: absolute;
    background-position: center center;
    left: 0;
    bottom: 50px;
}
.midFeature1 > .row > .middle-arrow-right1 {
    background-image: url("../img/arrow-left-icon.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 5%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: left center;
    left: 44%;
    top: 22%;
}
.midFeature2 > .row > .left-single-line2 {
    background-image: url("../img/line-icon.png");
    background-repeat: no-repeat;
    background-size: 19px auto;
    width: 100%;
    float: left;
    height: 96%;
    position: absolute;
    background-position: left center;
    left: 0;
    top: 26%;
}
.midFeature2 > .row > .left-arrow-right2 {
    background-image: url("../img/arrow-right-icon.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 5%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: right center;
    left: 15px;
    top: 18%;
}
.midFeature2 > .row > .right-single-line2 {
    background-image: url("../img/line-icon.png");
    background-repeat: no-repeat;
    background-size: 19px auto;
    width: 100%;
    float: left;
    height: 96%;
    position: absolute;
    background-position: right center;
    left: 0;
    top: 26%;
}
.midFeature2 > .row > .right-arrow-left2 {
    background-image: url("../img/arrow-left-icon.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 6%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: left center;
    right: 15px;
    top: 18%;
}
.midFeature2 > .row > .feature2 {
    width: 50%;
    float: left;
    text-align: center;
}
.midFeature2 > .row .feature2 > .row {
    width: 60%;
    padding: 25px 25px;
    /*border: 2px dashed #332;*/
    margin: 0 auto;
/*    max-height: 270px;*/
    overflow: hidden;
    min-height: 270px;
}
.midFeature2 > .row  .feature2 > .row .img-icon {
    width: 120px;
    margin: 0 auto;
}
.midFeature2 > .row .feature2 > .row .img-icon img {
    width: 59%;
}
.midFeature2 > .row .feature2 > .row .feat-content {
    width: 100%;
    float: left;
    /*margin-top: 20px;*/
}
.midFeature2 > .row > .middle-arrow-left2 {
    background-image: url("../img/arrow-right-icon.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 5%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: right center;
    right: 44%;
    top: 18%;
}
.midFeature2 > .row > .middle-single-line2 {
    background-image: url("../img/line-icon.png");
    background-repeat: no-repeat;
    background-size: 19px auto;
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    background-position: center center;
    left: 0;
    bottom: 50px;
}
.midFeature2 > .row > .middle-arrow-right2 {
    background-image: url("../img/arrow-left-icon.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 5%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: left center;
    left: 44%;
    top: 18%;
}
.midFeature3 > .row > .left-arrow-right2 {
    background-image: url(../img/arrow-right-icon.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 31%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: right center;
    left: 10px;
    top: 19%;
}
.midFeature3 > .row > .right-arrow-left2 {
    background-image: url(../img/arrow-left-icon.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 30%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: left center;
    right: 7px;
    top: 19%;
}
.midFeature3 > .row > .feature2 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.midFeature3 > .row .feature2 > .row {
    width: 60%;
    padding: 25px 25px;
    /*border: 2px dashed #332;*/
    margin: 0 auto;
/*    max-height: 300px;*/
    overflow: hidden;
    min-height: 300px;
}
.midFeature3 > .row  .feature2 > .row .img-icon {
    width: 120px;
    margin: 0 auto;
}
.midFeature3 > .row .feature2 > .row .img-icon img {
    width: 59%;
}
.midFeature3 > .row .feature2 > .row .feat-content {
    width: 100%;
    float: left;
}
.lower1-feature, .lower1-feature > .row {
    width: 100%;
    float: left;
    position: relative;
}
.lower1-feature > .row > .right-single-line2 {
    background-image: url(../img/line-icon.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    width: 19px;
    float: left;
    height: 332%;
    position: absolute;
    background-position: right bottom;
    right: 5%;
    bottom: 51%;
}
.lower1-feature > .row > .arrow-left {
    background-image: url("../img/arrow-left-icon.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 5%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: left center;
    left: 30%;
    top: 45%;
}
.lower1-feature > .row > .arrow-left2 {
    background-image: url("../img/arrow-left-icon.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 30%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: left center;
    right: 6%;
    top: 45%;
}
.lower1-feature > .row > .arrow-down {
    background-image: url("../img/arrow-down-icon.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 19px;
    float: left;
    height: 14%;
    position: absolute;
    background-position: bottom center;
    left: 49%;
    top: -6%;
}
.lower1-feature > .row > .feature2 {
    width: 33.33%;
    float: left;
    text-align: center;
    padding-top: 30px;
}
.lower1-feature > .row .feature2 > .row {
    width: 70%;
    padding: 30px 25px;
    /*border: 2px dashed #332;*/
    margin: 0 auto;
/*    max-height: 290px;*/
    overflow: hidden;
    min-height: 270px;
}
.lower1-feature > .row  .feature2 > .row .img-icon {
    width: unset;
    margin: 0 auto;
}
.lower1-feature > .row .feature2 > .row .img-icon img {
    width: 50%;
}
.lower1-feature > .row .feature2 > .row .feat-content {
    width: 100%;
    float: left;
}
.lower2-feature {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.lower2-feature > .row {
    width: 100%;
    float: left;
}
.lower2-feature > .row > .feature2 {
    width: 18.81%;
    float: left;
    padding: 3%;
    text-align: center;
    border: 1px solid #333;
}
.lower2-feature > .row .feature2 > .row {
    width: 100%;
    /*padding: 25px 25px;*/
    /*border: 1px solid #333;*/
    margin: 0 auto;
    max-height: 270px;
    overflow: hidden;
    min-height: 270px;
}
.lower2-feature > .row  .feature2 > .row .img-icon {
    width: 120px;
    margin: 0 auto;
}
.lower2-feature > .row .feature2 > .row .img-icon img {
    width: 100%;
}
.lower2-feature > .row .feature2 > .row .feat-content {
    width: 100%;
    float: left;
}
.lms-pricing {
    width: 100%;
    float: left;
    margin-top: 50px;
    background-image: url("../../img/pricing-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.lms-pricing .row {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}
.lms-pricing .row .basic-table {
    width: 32%;
    float: left;
    margin-right: 2%;
    background: #fff;
    margin-top: 8%;
    margin-bottom: 8%;
}
.lms-pricing .row .basic-table:last-child{
    margin-right: 0;
}
.lms-pricing .row .basic-table .title {
    background: #f68e56;
    padding: 20px 0;
    width: 100%;
    float: left;
}
.lms-pricing .row .basic-table .title h1 {
   
    font-size: 36px;
    color: #fff;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: 700;
}
.lms-pricing .row .basic-table .title h5 {
   
    font-size: 28px;
    color: #fff;
    /*line-height: normal;*/
    letter-spacing: 1px;
    font-weight: 100;
}
.lms-pricing .row .basic-table .details {
    width: 70%;
    float: left;
    padding: 10% 15%;
}
.lms-pricing .row .basic-table .details {
    width: 
}
.lms-pricing .row .basic-table .details h1 {
   
    font-size: 60px;
    color: #4b6075;
    line-height: 56px;
    letter-spacing: 1px;
    font-weight: 900;
    /*background-image: url("../img/rupee-icon.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: auto 78%;*/
    /*background-position: left center;*/
}
.lms-pricing .row .basic-table .details h1 span .fa {
    font-size: 55px;
    color: #333;
    margin-right: 10px;
}
.lms-pricing .row .basic-table .details h5 {
   
    font-size: 28px;
    color: #333;
    /*line-height: normal;*/
    letter-spacing: 1px;
    font-weight: 100;
    margin-bottom: 30px;
}
.lms-pricing .row .basic-table .details p {
   
    font-size: 14px;
    color: #333;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 100;
    margin-bottom: 30px;
}
.lms-pricing .row .basic-table .details a {
   
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    background: #4b6075;
    padding: 12px 10%;
    text-decoration: none;
    border-radius: 5px;
    width: 80%;
    float: left;
    /*margin: 0 19%;*/
}
.lms-faq {
    /*width: 90%;*/
    float: left;
    padding: 5% 5%;
    background: #f5f5f5;
    position: relative;
}
.lms-faq .questions {
    width: 100%;
    float: left;
}
.lms-faq .questions h1 {
   
    font-size: 40px;
    color: #333;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 100;
    margin-bottom: 25px;
}
.lms-faq .questions p {
   
    font-size: 16px;
    color: #333;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 100;
    margin-bottom: 25px;
}
.lms-faq .controllers {
    /*position: absolute;*/
    float: left;
    /*bottom: 8%;*/
    /*left: 50%;*/
    width: 100%;
    text-align: center;
}
.lms-faq .controllers > .dots {
    width: 10px;
    height: 10px;
    border: 2px solid #333;
    border-radius: 100%;
    margin: 2px;
    /*float: left;*/
    text-align: center;
    display: inline-block;
}
.lms-contact-from {
    width: 100%;
    float: left;
}
.lms-contact-from > .row {
    width: 90%;
    float: left;
    padding: 3% 5%;
    display: flex;
    justify-content: center !important;
}
/*.form-row{
    display: flex;
    width: 90%;
    float: left;
    padding: 3% 5%;
    justify-content: center !important;

}*/
.lms-contact-from > .row .form-section {
    width: 64%;
    float: left;
    padding-left: 5%;
    border-left: 1px solid rgba(0,0,0,0.3);
}
.lms-contact-from > .row .contact-details {
    width: 100%;
    float: left;
    margin-bottom: 5%;
}
.lms-contact-from > .row .contact-details:last-child {
    margin-bottom: 0;
}
.lms-contact-from > .row .contact {
    width: 25%;
    float: left;
    padding-right: 5%;
}
.lms-contact-from > .row .contact-details p {
   
    font-size: 18px;
    color: #333;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 100;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}
.lms-contact-from > .row .contact-details .call-detail, .lms-contact-from > .row .contact-details .mail-detail  {
    width: 40px;
    height: 40px;
    border: 1px solid #333;
    float: left;
    margin-right: 15px;
    text-align: center;
    border-radius: 100%;
}
.lms-contact-from > .row .contact-details .call-detail .fa, .lms-contact-from > .row .contact-details .mail-detail .fa {
    font-size: 20px;
    height: 40px;
    vertical-align: middle;
    display: table-cell;
    width: 40px;
    color: #333;
}
.form-section h1 {
   
    font-size: 32px;
    color: #333;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 100;
    margin-bottom: 25px;
}
.form-section .form-group {
    width: 31.33%;
    float: left;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    margin-bottom: 15px;
    margin-right: 2%;
}
.form-section .form-group input {
   
    font-size: 14px;
    color: #333;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 100;
    padding: 10px 15px 10px 5px;
    border: none;
}
.form-section .messagebox, .form-section .messagebox > input {
    width: 100%;
    margin-right: 0;
}
.form-section .btn {
   
    font-weight: 500;
    letter-spacing: 1px;
    background: #f68e56;
    padding: 10px 12px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    /*float: right;*/
    width: 20%;
    margin-top: 2%;
}
.lms-footer {
    width: 90%;
    float: left;
    background: #4b6075;
    padding: 1% 5%;
}
.lms-footer .row {
    width: 100%;
    float: left;
}
.lms-footer .row .copyright {
    width: 50%;
    float: left;
    text-align: left;
    margin-top: 14px;
}
.lms-footer .row .copyright h5 {
   
    font-size: 12px;
    color: #fff;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 500;
}
.lms-footer .row .social-icons {
    width: 50%;
    float: left;
    text-align: right;
}
.lms-footer .row .social-icons span {
    font-family: social;
    font-size: 30px;
    color: #fff;
    margin-right: 10px;
}
.lms-footer .row .social-icons span:last-child{
    margin-right: 0;
}
/*======================== features section for responsive view css start =================================*/
@media screen and (min-width: 1025px) and (max-width: 1365px){
    .top-header > .row .login-details {margin-top: 15px;}
    .top-header > .row .login-details ul {width: 79%;}
    .lower2-feature > .row > .feature2 {width: 32.7%;/*18.7%;*/}
    .lms-pricing {background-size: auto 100%; }
    .lms-pricing .row {width: 85%;}
    .lms-contact-from > .row .contact {width: 30%;}
    .lms-contact-from > .row .form-section {width: 59%;}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    .top-header > .row {padding: 3% 5%;}
    .top-header > .row .site-logo {width: 23%;}
    .top-header > .row .login-details {width: 77%; margin-top: 3%}
    .top-header > .row .login-details ul {width: 71%;}
    .upper-feature > .row .feature1 > .row .img-icon, .upper-feature > .row .feature2 > .row .img-icon {width: 100px;}
    .feature1 > .row .feat-content a h1, .feature2 > .row .feat-content a h1 {font-size: 18px;}
    .midFeature1 > .row .feature2 > .row .img-icon, .midFeature2 > .row .feature2 > .row .img-icon, .lower1-feature > .row .feature2 > .row .img-icon {width: 85px;}
    .feature1 > .row .feat-content p, .feature2 > .row .feat-content p {font-size: 12px;}
    .upper-feature > .row > .arrow-right {left: 33%;}
    .upper-feature > .row > .arrow-left {right: 33%;}
    .lower2-feature > .row > .feature2 {width: 26%; margin: 0 1% 1% 0;}
    .lower2-feature > .row .feature2 > .row {width: auto; min-height: 290px;}
    .lms-pricing {background-size: auto 100%;}
    .lms-pricing .row {width: 85%;}
    .lms-pricing .row .basic-table .title h1 {font-size: 28px;}
    .lms-pricing .row .basic-table .title h5, .lms-pricing .row .basic-table .details h5 {font-size: 20px;}
    .lms-pricing .row .basic-table .details h1 {font-size: 42px; background-size: auto 60%;}
    .lms-pricing .row .basic-table .details h1 span .fa {font-size: 37px;}
    .lms-faq .questions h1 {font-size: 32px;}
    .lms-contact-from > .row .contact {width: 40%;}
    .lms-contact-from > .row .form-section {width: 50%;}
    .form-section .form-group {width: 100%;}
    .form-section .btn {width: 30%;}
}


@media screen and (min-width: 320px) and (max-width: 767px){
    .top-header > .row {padding: 5% 5%;}
    .top-header > .row .site-logo {width: 70%; padding: 0 15%;}
    .top-header > .row .login-details{width: 100%;}
    .top-header > .row .login-details ul {width: 100%; text-align: center; margin-right: 0; margin-bottom: 15px;}
    .top-header > .row .login-details .login {float: left;}
    .top-header > .row .login-details .contact {margin: 0; float: right;}
    .top-header > .row .login-details .tryLink {text-align: center; float: left; width: 80%; padding: 3% 10%;}
    .lms-featuresMidSection > .row > .lms-about h1 {font-size: 20px;}
    .lms-featuresMidSection > .row > .lms-about p {font-size: 14px;}
    .lower2-feature > .row > .feature2 {width: 90%; padding: 5%;}
    .feature1 > .row .feat-content a h1, .feature2 > .row .feat-content a h1 {font-size: 20px;}
    .feature1 > .row .feat-content p, .feature2 > .row .feat-content p {font-size: 12px;}
    .lms-pricing {background-size: auto 100%; background-position: 65%;}
    .lms-pricing .row .basic-table {width: 100%; margin-right: 0;}
    .lms-pricing .row .basic-table .title h1 {font-size: 28px;}
    .lms-pricing .row .basic-table .title h5, .lms-pricing .row .basic-table .details h5 {font-size: 20px;}
    .lms-pricing .row .basic-table .details h1 {font-size: 42px; background-size: auto 60%;}
    .lms-pricing .row .basic-table .details h1 span .fa {font-size: 37px;}
    .lms-faq .questions h1 {font-size: 20px;}
    .lms-faq .questions p {font-size: 12px;}
    .lms-contact-from > .row {padding: 5%;}
    .lms-contact-from > .row .contact, .lms-contact-from > .row .form-section {width: 100%; padding: 0; border: none;}
    .lms-contact-from > .row .contact {margin-bottom: 10%;}
    .form-section .form-group {width: 100%;}
    .form-section h1 {margin-bottom: 2%;}
    .form-section .btn {width: auto;}
    .form-section .messagebox, .form-section .messagebox > input {padding: 2% 1%;}
.upper-feature-responsive {
    width: 100%;
    float: left;
}
.upper-feature-responsive > .row {
    width: 100%;
    float: left;
    position: relative;
}
.upper-feature-responsive > .row .feature1 {
    width: 44%;
    padding: 15px 15px;
/*    border: 1px dashed #332;*/
    max-height: 280px;
    overflow: hidden;
    min-height: 280px;
    float: left;
    margin: 0 3%;
}
.upper-feature-responsive > .row .feature2  {
    width: 47.5%;
    padding: 15px 15px;
    /*border: 1px dashed #332;*/
    max-height: 260px;
    overflow: hidden;
    min-height: 260px;
    float: left;
    margin: 0 1%;
}
.upper-feature-responsive > .feature2 {
    width: 50%;
    padding: 15px 15px;
    /*border: 1px dashed #332;*/
    max-height: 225px;
    overflow: hidden;
    min-height: 225px;
    /*float: left;*/
    margin: 0 auto;
}
.upper-feature-responsive > .row .feature1 .img-icon, .upper-feature-responsive > .row .feature2 .img-icon, .upper-feature-responsive > .feature2 .img-icon {
    width: 80px;
    margin: 0 auto;
}
.upper-feature-responsive > .row .feature1 .img-icon img, .upper-feature-responsive > .row .feature2 .img-icon img, .upper-feature-responsive > .feature2 .img-icon img {
    width: 100%;
    float: left;
}
.upper-feature-responsive > .row .feature1 > .feat-content, .upper-feature-responsive > .row .feature2 > .feat-content, .upper-feature-responsive > .feature2 > .feat-content {
    width: 100%;
    float: left;
    margin-top: 10px;
    text-align: center;
}
.feature1 > .feat-content a, .feature2 > .feat-content a {
    text-decoration: none;
}
.feature1 > .feat-content a h1, .feature2 > .feat-content a h1 {
   
    font-size: 20px;
    color: #333;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 5px;
}
.feature1 > .feat-content p, .feature2 >.feat-content p {
   
    font-size: 9px;
    color: rgba(0,0,0,0.5);
    line-height: normal;
    letter-spacing: 1px;
}
.sep-arrows {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 8%;
}
.res-arrow1 {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.single-line {
    background-image: url(../img/lineH-icon.png);
    background-repeat: no-repeat;
    background-size: auto 136%;
    width: 100%;
    float: left;
    height: 10px;
    background-position: unset;
}
.arrow-down {
    background-image: url("../img/arrow-down-icon.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 10px;
    float: left;
    height: 30px;
    position: relative;
    background-position: center bottom;
    left: 48%;
}
.arrow-down-left {
    background-image: url("../img/arrow-down-icon.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 10px;
    float: left;
    height: 30px;
    position: absolute;
    background-position: center bottom;
    left: 22%;
    top: 8px;
}
.arrow-down-right {
    background-image: url("../img/arrow-down-icon.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 10px;
    float: left;
    height: 30px;
    position: absolute;
    background-position: center bottom;
    right: 22%;
    top: 8px;
}
@media screen and (min-width:480px) and (max-width:767px) {
    .top-header > .row .site-logo {width: 50%; padding: 0 25%;}
    .upper-feature-responsive > .row .feature1 {width: 39.6%;}
    .upper-feature-responsive > .row .feature2 {width: 40.1%;}
    .feature1 > .feat-content p, .feature2 > .feat-content p { font-size:12px;}
}
@media screen and (min-width:580px) and (max-width:767px) {
    .upper-feature-responsive > .row .feature1 {width: 41%;}
    .lower2-feature > .row > .feature2 {width: 38.5%; margin: 0.5% 0.5%;}
    .lower2-feature > .row .feature2 > .row {width: auto;}
    .lms-pricing .row {width: 50%;}
    .lms-faq .questions p {font-size: 14px;}
}
}


.row1{
    width: 80%;
    margin: 0 auto;
    padding: 0% 0 !important;
}
#about .row1{
    display: flex;
    width:100%;
}
.menu-top,.menu-top1{
    display:flex;
    justify-content: space-evenly;
}
.row1 img,.menu-bottom img,.menu-top img, .menu-top1 img{
    width:37% !important;
    padding-top:15px;
}
.menu-top p,.menu-top1{
    text-align: center;
    font-size:15px !important;
}
.menu-top .col-md0, .menu-top1 .col-md0{
    max-width: 16.666667%;
    margin-top:1px !important;
   padding-top: 10px !important;
    padding-bottom: 20px;
}
.menu-top1,.menu-bottom {
  /*  background:#0a99db;*/
    justify-content: space-evenly;
}
.menu-top1 a:hover{
    text-decoration:none;

}
.menu-top1 p{
    color:black;
    padding-bottom: 10px;
   /* font-size: 17px;*/
}
.row1 p{
    font-size:17px !important;
    font-family:open sans;
}
.sub-menu1,.sub-menu2,.sub-menu3,.sub-menu4,.sub-menu5,.sub-menu6,.sub-menu7,.sub-menu8,.sub-menu9,.sub-menu10,.sub-menu11,.sub-menu12,.sub-menu13{
    display:none;
    cursor: pointer;
    padding-bottom:10px;
    left:-100%;
    position: relative;
}
/*.sub-menu5,.sub-menu7,.sub-menu11,.sub-menu12{
    right:-100%;
    position: relative;
}
.sub-menu1,.sub-menu2,.sub-menu3,.sub-menu4,.sub-menu6,.sub-menu9,.sub-menu8,.sub-menu10,.sub-menu13{
    left:-100%;
    position: relative;
}*/
.menu1:hover,.menu2:hover,.menu3:hover,.menu4:hover,.menu5:hover,.menu6:hover,.menu7:hover,.menu8:hover,.menu8:hover,.menu9:hover,.menu10:hover,.menu11:hover,.menu12:hover,.menu13:hover{
    cursor: pointer;
    color:black ;
}
.menu8 img,.menu9 img,.menu10 img,.menu11 img,.menu12 img,.menu13 img{
    width:32% !important;
}

.menu1,.menu2,.menu3,.menu4,.menu5,.menu6,.menu7,.menu8,.menu8,.menu9,.menu10,.menu11,.menu12,.menu13{
    transition: 0.2s ease-in-out;
    text-align: center;
    border: 1px solid #dcd4d4;
    border-bottom: 0px;
    padding-bottom: 20px;
    padding-top:10px;
    /*box-shadow: 0px 0px 40px #EFEFEF inset;*/
}

/* css for content page start from here*/
 
.main-div1 h1{
   
    font-size: 27px;
    color: #4b6075;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 15px;
   /* font-weight: 100;*/
    padding-top:20px;
}
.main-div1 p{
   
    font-size: 19px;
    color: #333;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 300;
    padding-bottom: 25px;
}
.main-div1 hr{
    margin-bottom: 20px;
    margin-top:15px;
}
.menu-top1 .child:hover{
   /* background:#0a99db;   */
}
.menu-top1 .child:hover p{
    color:white;
}
h4.heading {
    font-weight: bold;
    color: #4b6075;
    font-size:20px;
    line-height: 1.1;
   
    padding-bottom: 5px;
}
.main-div{
    margin-top: 3rem;
}
span.second_clr{
    color:#ff8200;
}
.menu14{
    visibility:hidden;
}
.child a{
    text-decoration: none;
}

.caribbean{background:#05cba3;}
.brtpink{background:#f25b8e;}
.green{background:#b0c400;}
.pink{background:pink;}
.tangerine{background:#e1c046;}
.viking{background:#5ed4cd;}
.fern{background:#74b654;}
.cornflower{background:#f89f44;}
.caribbean2{background:#05cba3;}
.brtpink2{background:#f25b8e;}
.green2{background:#b0c400;}
.tangerine2{background:#e1c046;}
.viking2{background:#5ed4cd;}

.custom-menu{
    width:100% !important;
}
.container.content1{
    padding:0 10% 0 10%;
}
.lead{
    margin-top:20px;
}
.main-image-menu1{
    display:block;
}
.main-image-menu2{
    display:none;
}
@media screen and (min-width:1600px) and (max-width:1920px){
    .menu1, .menu2, .menu3, .menu4, .menu5, .menu6, .menu7, .menu8, .menu8, .menu9, .menu10, .menu11, .menu12, .menu13 {
    max-width: 100%;
    width: 100%;
}
.menu-top .col-md0, .menu-top1 .col-md0 {
    max-width: 16.666667%;
    width:100%;
}
.top-header > .row .login-details .tryLink {
    font-size: 21px !important;
    padding: 16px !important;
}
.menu-bar {
 padding: 30px 5%;
}
.top-header > .row .login-details ul li:last-child {
    font-size: 30px !important;
}
.top-header > .row .login-details ul li, .top-header > .row .login-details ul li a {
    font-size:30px !important;
}
.menu-bar > ul li a {
    font-size: 30px !important;
    padding: 16px 25px;
}
.menu-bar > ul >.sepLine {
    height: 35px !important;
}
.lms-featuresMidSection > .row > .lms-about h1 {
    font-size: 50px !important;
}
.lms-featuresMidSection > .row > .lms-about p {
    font-size: 30px !important;
}
.row1 p {
    font-size: 30px !important;
}
.upper-feature > .row .feature1 > .row {
    width: 70% !important;
    max-height: 400px !important;
    min-height: 400px !important;
}
.feature1 > .row .feat-content p, .feature2 > .row .feat-content p {
    font-size: 21px !important;
}
.lower2-feature > .row .feature2 > .row {
    max-height: 300px;
    min-height: 300px;
}
.lms-pricing .row .basic-table .details {
    padding: 15% 15%;
}
.lms-pricing .row .basic-table .details p {
    font-size: 26px;
}
.lms-pricing .row .basic-table .details a {
    font-size: 22px;
}
.lms-pricing .row .basic-table .title h1 {
    font-size: 40px !important;
    line-height: 62px !important;
}
.lms-faq .questions h1 {
    font-size: 50px !important;
}
.lms-faq .questions p {
    font-size: 30px !important;
}
.lms-faq .controllers > .dots {
    width: 20px;
    height: 20px;
    border: 4px solid #333;
}

.lms-contact-from > .row .contact-details .call-detail, .lms-contact-from > .row .contact-details .mail-detail {
    width: 60px;
    height: 60px;
    border: 2px solid #333;
}
.lms-contact-from > .row .contact-details .call-detail .fa, .lms-contact-from > .row .contact-details .mail-detail .fa {
    font-size: 36px;
    height: 60px;
    width: 60px;
    color: #333;
}
.lms-contact-from > .row .contact-details p {
    font-size: 30px;
}
.form-section h1 {
    font-size: 50px;
}
.form-section .form-group {
    width: 100%;
}
.form-section .form-group input {
    font-size: 30px;
}
.lms-contact-from > .row .contact {
    width: 35%;
}
.lms-contact-from > .row .form-section {
    width: 54%;
}
.form-section .btn {
    padding: 20px 12px;
    font-size: 27px;
    width: 20%;
}
.lms-footer .row .copyright h5 {
    font-size: 25px;
}
.lms-footer .row .social-icons span {
    font-size: 40px !important;
}
.top-header > .row {
    padding: 3% 5% !important;
}
.main-div1 h1 {
    font-size: 35px !important;
}
h4.heading {
    font-size: 30px !important;
        margin-top: 40px;
}
.main-div1 p {
    font-size: 30px !important;
}

}


@media screen and (min-width:1365px) and (max-width:1440px){
    .menu1, .menu2, .menu3, .menu4, .menu5, .menu6, .menu7, .menu8, .menu8, .menu9, .menu10, .menu11, .menu12, .menu13 {
    max-width: 100%;
    width: 100%;
}
    .menu-top .col-md0, .menu-top1 .col-md0 {
    max-width: 16.666667%;
    width:100%;
}
.top-header > .row {
    padding: 2% 5%;
}
.menu-bar > ul li a {
    font-size:20px;
}
.lms-featuresMidSection > .row > .lms-about h1 {
    font-size: 40px;
}
.lms-featuresMidSection > .row > .lms-about p {
    font-size: 22px;
}
.row1 p {
    font-size: 20px !important;
}
.feature1 > .row .feat-content p, .feature2 > .row .feat-content p {
    font-size: 0.875rem;
}
.lms-pricing .row .basic-table .details p {
    font-size: 19px;
}
.lms-faq .questions p {
    font-size: 18px;
}
.form-section .form-group {
    width: 100%;
}
.form-section .form-group input {
    font-size: 18px;
}
.lms-footer .row .copyright h5 {
    font-size: 16px;
}
.lms-faq .questions h1 {
    font-size: 38px;
}
}

@media screen and (max-width:1024px){
    .main-div1 p {
    /*padding-bottom: 0px !important;*/
}
   .main-div1 h1 {
    margin-bottom: 0 !important;
}

}
@media screen and (max-width:768px){
    .main-div1 h1{font-size: 24px !important;}
     h4.heading{font-size: 17px !important;}
    .main-div1 p{font-size: 17px !important;}
    .lms-footer .row .copyright h5 {font-size: 10px;}
}

@media screen and (max-width:736px){
.lms-footer .row .copyright {
    width: 60% !important;
}
.lms-footer .row .social-icons {
    width: 40% !important;
}
}

@media screen and (max-width:414px){
    .main-image-menu2{display:block;}
    .main-image-menu1{display:none;}
    .menu1,.menu2,.menu3,.menu4,.menu5,.menu6,.menu7,.menu8,.menu9,.menu10,.menu11,.menu12,.menu13,.menu14{width:50%; padding: 5px 0 5px 0 !important;}
    .menu1 img,.menu2 img,.menu3 img,.menu4 img,.menu5 img,.menu6 img,.menu7 img,.menu8 img,.menu9 img,.menu10 img,.menu11 img,.menu12 img,.menu13 img{width:20% !important; padding: 5px 0 5px 0 !important;}
    .child>a>img{width:100% !important;}
     h4.heading{font-size: 17px !important;}
    .main-div1 p{font-size: 14px !important;}
    .main-div1 h1{font-size: 20px !important;}
    .child>a>img {width: 40% !important;}
    .row1 p {font-size: 13px !important;}
    .menu-top .col-md0, .menu-top1 .col-md0 {max-width: 25%;margin-top: 1px !important;padding: 0px 10px !important;}
    .menu12{border-bottom:1px solid #d1d1d1;}
    .menu13{border-right:1px solid #d1d1d1;}
    .lms-footer .row .social-icons {width: 100% !important;text-align: center !important; margin-top: 2px; margin-bottom: 2px;}
    .lms-footer .row .copyright {width: 100% !important; text-align: left !important; margin-top: 14px !important;}

    .img2 img, .img3 img, .img4 img,.img5 img,.img6 img,.img7 img,.img7 img,.img8 img,.img9 img,.img10 img,.img11 img,.img12 img,.img13 img,.img14 img,.img15 img,.img16 img,.img17 img,.img18 img,.img19 img,.img20 img,.img21 img {
    background-size: 100px !important;
    width: 150px !important;
    opacity: .1 !important;
    margin: 0 auto !important;
    margin-bottom: 03% !important;
    display: flex !important;
    height: 77px !important;
}
   .img1 img {
    background-size: 100px !important;
    width: 138px !important;
    opacity: .1 !important;
    margin: 0 auto !important;
    margin-bottom: -19% !important;
    display: flex !important;
    height: 45px !important;
    vertical-align: middle !important;
    margin-top: 36px !important;
}
}

@media screen and (max-width:375px){
    .lms-footer .row .copyright h5 {
       font-size: 9px !important;
}

}
.lms2{
    margin-bottom:20px;
}
/*.rm-link{
    color:#fff;
}*/
/*   */

/*.lead-section{background:#fff;}
.follow-sec{background:#f2f2f2;}
.dealer-sec{background:#fff;}
.payment-sec{background:#f2f2f2;}
.sales-sec{background:#fff;}
.salesf-sec{background:#f2f2f2;}
.quote-sec{background:#fff;}
.complaint-sec{background:#f2f2f2;}
.report-sec{background:#fff;}
.email-sec{background:#f2f2f2;}
.purchase-sec{background:#fff;}
.cate-sec{background:#f2f2f2;}
.product-sec{background:#fff;}
*/
/*.lead-section,.follow-sec,.dealer-sec,.payment-sec,.sales-sec,.quote-sec,.salesf-sec,.report-sec,.email-sec,.purchase-sec,.cate-sec,.product-sec,.complaint-sec{
    padding:5px 10%;
}*/
.feat-content p a {
color: rgba(0,0,0,0.5);
    font-size: 0.875rem;
}
.feat-content p a:hover{
    color: #736F6E;
    cursor: pointer;
}
/*.img1{
   background-image: url("../img/lead-icon.png");
   background-position: center;
   background-blend-mode: lighten;
   background-repeat: no-repeat;
   background-size: cover;
   
   
}*/
/*.img1 img,.img2 img{
   background-size: 100px;
    width: 150px;
    opacity: .1;
    margin: 0 auto;
    margin-bottom: -8%;
    display: flex;
    height: 77px;
}
.img5 img,.img6 img,.img7 img,.img8 img,.img9 img,.img10 img,.img11 img, .img12 img,.img13 img,.img14 img,.img15 img,.img16 img,.img17 img,.img18 img,.img19 img,.img20 img,.img21 img{
    background-size: 100px;
    width: 115px;
    opacity: .1;
    margin: 0 auto;
    margin-bottom: -7%;
    display: flex;
    height: 77px;
}*/

@media screen and (max-width: 768px){
    .img1 img{
    background-size: 100px;
    width: 138px;
    opacity: .1;
    margin: 0 auto;
    margin-bottom: -19%;
    display: flex;
    height: 101px;
    vertical-align: middle !important;
    margin-top: 36px;
}
.img2 img,.img3 img,.img4 img{
    background-size: 100px;
    width: 150px;
    opacity: .1;
    margin: 0 auto;
    margin-bottom: -13%;
    display: flex;
    height: 77px;
}
.img5 img,.img6 img,.img7 img,.img7 img,.img8 img,.img9 img,.img10 img,.img11 img,.img12 img,.img13 img,.img14 img,.img15 img,.img16 img,.img17 img,.img18 img,.img19 img,.img20 img,.img21 img{
    background-size: 100px;
    width: 150px;
    opacity: .1;
    margin: 0 auto;
    margin-bottom: -13%;
    display: flex;
    height: 77px;

}
.main-div1 h1{
    margin-bottom:20px !important;
}
}
.feat-content p{
    text-align: left;
    margin-top: 5px;
}

.features-link {
    margin-top: 10px !important;
}
.features-link a {
    padding-top:30px;
    color:#f68e56;
    font-size: 19px;
}


.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px!important;
}
.f-list > .row:nth-child(even) {
    background: #f2f2f2;
}

.feature-img-div {
    /*text-align: center;*/
    /*display: block;*/
    /*vertical-align: middle;*/
    /*margin: auto;*/
    padding: 10px;
    /*background-color: #c0c0c0;*/
} 
.feature-img-div > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /*margin: auto;*/
} 
 .f-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding: 25px 0px 25px 0px;
 }
 .lower2-feature button{
    color: white;
    background:#f68e56;
    outline: none;
    padding: 9px;
    border-radius: 20px;
    border:none;
    cursor: pointer;
}






body {
    line-height: unset;
    color: unset;
    font-weight: unset;
    font-size: unset;
}



/*faq page css*/
.faq-card{margin-top:15px;}

.faq-section-title h2 {
    font-family: 'Inter-Medium';
  
    color: #2f2f2f;
    /* font-size: 30px; */
    /* word-spacing: 2.5px; */
    font-display: swap;
    /* letter-spacing: 0.5px; */
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0a071b;
    font-size: 48px;
    line-height: 56px;
    font-weight: 900;
    text-align: center;
    letter-spacing: -0.02em;
}
#faq-accordion button{background: unset !important;}

button.btn.btn-link.faq-question {
    text-decoration: none;
}

.icon-sec {
    display: flex;
}

div#accordion {
    margin-top: 12px;
}
.faq-body {
    background: #f8f7fc;
}


.faq-section {
    padding: 60px 3%;
    background-color: #f8f7fc;
}
.faq-container {
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
}
.title-wrap-centre {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 620px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.title-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0a071b;
    font-size: 48px;
    line-height: 56px;
    font-weight: 900;
    text-align: center;
    letter-spacing: -0.02em;
}
.faq-wrapper {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
}
.faq-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}
.faq-question {
    padding: unset;
    border-radius: 6px;
    background-color: #fff;
    text-decoration: none;
}






.faq-text {
    font-size: 45px !important;
    color: #fff !important;
    font-family: rubik !important;
    font-weight: 700 !important;
    padding-top: 100px;
    margin-bottom: 30px;
}


#home-section .container {
    padding-left: 20px;
    padding-right: 20px;
}

#faq-accordion .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff; */
    background-clip: border-box;
     border: unset; 
    border-radius: 0.25rem;
}
.card-header {
    padding: 20px 32px;
    /* border-radius: 6px !important; */
    background-color: #fff;
    text-decoration: none;
    box-shadow: 1px 1px 13px 0px #f7f5f5;
    border: none;
}
.card.card-active .card-header {
    padding: 20px 32px;
    /*border-radius: 6px !important;*/
    background-color: #000;
    text-decoration: none;
    border: none;
}
.card.card-active .faq-question {
   color:#fff;
   background: #000;

}
.card.card-active .faq-icon svg {
   color:#fff;
   /*background: #000;*/
   
}

.card.card-active .collapse.show {
    background: #000;
    color: #fff;
    opacity:0.9;
}

.faq-question {
    color: #0a071b;
    font-size: 15px;
    font-family: 'Inter-Medium';
    font-weight: 100;
    line-height: 32px;
    letter-spacing: -0.02em;
}
.faq-question a {
    font-family: 'Poppins-semibold';
    color: #303030;
    font-size: 17px;
    text-decoration: none;
}
.faq-answer {
    font-family: 'Poppins-medium';
    color: #b4b5b6;
    font-size: 13px;
    line-height: 20px;
}
.faq-icon svg {
    color: #0a071b;
    /* font-family: 'Poppins-semibold'; */
    /* font-size: 20px; */
    font-weight: 100;
}


.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 1.25rem;
}
.faq-answer {
    font-family: 'Inter-Medium';
    /*color: #b4b5b6;*/
    font-size: 13px;
    line-height: 20px;
    /* border-left: 2px solid #feb205; */
    margin: 25px 0px;
}

.minus{display:none;}
.plus{display: block;}
.faq-icon.faq-active .minus{display:block;}
.faq-icon.faq-active .plus{display: none;}

.minus1{display:none;}
.plus1{display: block;}
.faq-icon.faq-active .minus1{display:block;}
.faq-icon.faq-active .plus1{display: none;}

.padding-section{padding-right:10px 0px !important;}
.end-feature-section .price-feature-section{padding: 10px 0px;}


@media screen and (max-width:768px){

  .faq-section-title h2 {
    font-size: 35px;
    line-height: 46px;
 
  }
  
  .faq-text {
    font-size: 35px !important;
    color: #fff !important;
    font-family: rubik !important;
    font-weight: 700 !important;
    padding-top: 100px;
    margin-bottom: 20px;
  }

}



@media screen and (max-width: 577px){
  .faq-text {
    font-size: 25px !important;
    color: #fff !important;
    font-family: rubik !important;
    font-weight: 700 !important;
    padding-top: 100px;
    margin-bottom: 30px;
  }
  .faq-section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}





/*ankush price page*/


.offer-desc {
    font-size: 13px;
    color: #4e4d79;
    margin: unset;
    font-family: 'poppins';
    font-weight: 600;
    margin-top: 5px;
    min-height: 20px;
}

.free-offer {
    color: #f29111;
}

.price-subhead {
    font-family: Poppins;
    text-transform: capitalize;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 600;
    font-style: normal;
    color: #4c89fb;
    font-size: 18px;
    font-display: swap;
}

.card-select {
    /* background: #00a99b; */
    /* color: #fff; */
    height: 40px;
    box-shadow: 1px 1px 13px 4px #e5e4e4;
    font-size: 14px;
    
}

/*
.card-select select {
    width: 268px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 34px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
    -webkit-appearance: none;
    
}
*/
.em-bar-main {
    margin: 18px 0 30px;
}
.em-bar.em-bar-big {
    height: 5px;
    width: 90px;
    background: #aec6ef;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
@keyframes MOVE-BG{
  from {left: 0;}
  to {left:88px;}
}
.em-bar.em-bar-big:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #0C5ADB;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}




.custom-plan {
    font-family: poppins;
    font-size: 16px;
}
.custom-plan a{
    text-decoration: none;
}
/*
.custom-plan a {
    text-decoration: none;
    background: #7971eb;
    padding: 12px 24px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0px 0px 22px 2px #797eec5c;
}
*/
.custom-plan a {
    text-decoration: none;
    background: #1e2852;
    padding: 14px 28px;
    border-radius: 5px;
    word-spacing: 0.5px;
    color: #fff;
    box-shadow: 0px 0px 22px 2px #797eec5c;
    transition: all 0.4s;
    letter-spacing: 0.5px;
}
.custom-plan a:hover {
    text-decoration: none;
    color: #1e2852;
    padding: 12px 24px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 22px 2px #797eec5c;
    
}
.nav-active {
    border-bottom: 2px solid #17a2b8;
    /* padding-bottom: 9px; */
}
.pricing-text {
    font-size: 55px !important;
    color: #fff !important;
    font-family: rubik !important;
    font-weight: 700 !important;
    padding-top: 100px;
}
.pricing-banner hr {
    width: 7%;
    height: 1px;
    color: #f6941d;
    background: #3ab6d4;
    margin: auto;
    margin-top: 20px;
}

.#hrms_pricepage .slide-1 {
  background-size: cover;
  background-position: center; }
#hrms_pricepage .slide-1:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: unset;
    opacity: unset;
    border-bottom-right-radius: 0px; }
#hrms_pricepage .intro-section, #hrms_pricepage .intro-section .container > .row {
    height: unset;
    min-height: 500px;
    }

.slide-price{width: 100%; height: auto !important; background-repeat: no-repeat; }

#basic .user-column {
    border-right: 2px dashed #712faa;
}
#advance .user-column {
    border-right: 2px dashed #f6941d;
}
#premium .user-column {
    border-right: 2px dashed #1e2852;
}
.text-purple{color:#712faa !important;}
.text-orange{color:#f6941d !important;}
.text-darkblue{color:#1e2852 !important;}

.user-row p {
    margin-bottom: 0px;
    padding: 6px 0px;
}
.user-column {
    border-right: 2px dashed #00a99b;
}
.user-price {
    font-size: 19px;
    font-family: poppins;
    font-weight: 300;
}
.user {
    color: #8d8d8d;
    padding-left: 3px;
}
.user-no {
    font-size: 16px;
    font-family: poppins;
    font-weight: 300;
}
.user-row {
    /* padding: 10px 18px; */
    width: 90%;
    margin: auto !important;
    padding: 0px 0px;
}
.user-row hr {
    width: 100%;
    height: 1px;
    /* color: #d5dbd9; */
    background: #ebecec;
    margin: 15px 0px;
    /* border: 1px solid #000; */
}
.price-due {
    display: flex;
    align-items: center;
    font-family: poppins;
    justify-content: center;
    padding: 20px 10px 10px;
}
.lite-clock {
    font-size: 25px;
    color: #00a99b;
    margin-right: 5px;
}
.timw-span {
    font-size: 18px;
    color: #081030;
    font-weight: 300;
}
.pricing-body {
    background: #e2e7f5;
}
.pricing-card {
    background: #fff;
    border-radius: 10px;
    /* padding: 30px 20px; */
    width: 100%;
    margin: auto;
    transition: 0.4s all !important;
    overflow: hidden;
}
.annual-amount {
    font-size: 17px;
    font-weight: 600;
    color: #ea4c89;
    text-align: center;
}
span.plan-type {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    /* background: #0063fe; */
    padding: 4px 40px;
    border-radius: 4px;
    transform: translate(0px, 30px);
} 
span.plan-price {
    font-size: 38px;
    color: #081131;
    font-weight: bold;
}
span.currency-factor {
    color: #081131;
    font-weight: bold;
    font-size: 25px;
    padding-right: 5px;
}
span.plan-duration {
    color: #081131;
    font-weight: bold;
    font-size: 16px;
    padding-left: 5px;
}  
.price-section {
    display: flex;
    margin-top: 20px;
    text-align: center !important;
    justify-content: center;
}
.price-feature-section p {
    color: #333333;
    line-height: 15px;
    font-size: 13px;
    font-weight: 400;
    font-family: poppins;
    word-spacing: 2px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: flex-start;
    padding: 8px 6px;
    margin-bottom: 5px;
}
.price-feature-section p > svg {
    width: 2em;
    padding-right: 0px;
    font-size: 16px;
    margin-right: 10px;
}
.plan-button.btn {
    text-transform: unset;
    text-align: center;
    /* width: 100%; */
    background: #333333;
    box-shadow: 1px 1px 11px 3px #dfdbdb;
    border-radius: 15px;
    color: #fff;
    font-family: poppins;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 28px;
}
.price-feature-section {
    /* margin-top: 25px; */
    padding: 10px 15px;
    min-height: 100px;
}
.price-card-start {
    padding: 10px 15px 20px;
    /* background: #f7f9ff; */
    border-radius: 15px 15px 0px 0px;
}
.row.mx-0.px-0.px-md-5.price-card-row {
    width: 100%;
    margin: auto !important;
}

.chhose-plan {
    padding: 0px 15px 25px;
    text-align: center;
}

  .btn-pill1:hover {
    border-radius: 4px;
    color:#1a1a1a; background: transparent; border:2px solid #1a1a1a;}
    .btn-pill1 {
    border-radius: 4px;
    background-color: #1a1a1a;
    border: 2px solid #1a1a1a;
    color: #fff;
    font-weight: 400 !important;
    }
/*
.pricing-card:hover {
    background: #081030;
    border-radius: 15px;
    padding: 30px 20px;
    width: 100%;
    margin: auto;
}
.pricing-card:hover .plan-duration, .currency-factor, .plan-price {
color:#fff;
}

*/
.end-feature-section {
    background-color: #ffffff;
    /* min-height: 520px; */
    border-radius: 5px;
     transition: all 0.5s;   
}
.end-feature-section.list-active {
    background: #333333;
     transition: all 0.5s;   
}
.end-feature-section1.list-active {
    background: #333333;
}
.end-feature-section2.list-active {
    background: #333333;
}
.end-feature-section.list-active .price-feature-section p {
    color: #ffffff;
  
}
.end-feature-section1.list-active .price-feature-section p {
    color: #ffffff;
  
}.end-feature-section2.list-active .price-feature-section p {
    color: #ffffff;
  
}
.pricing-card.price-active{background: ;  transition: all 0.5s;   transform: scale(1.1);
}


.pricing-card.price-active  .end-feature-section.list-active {transition: all 0.5s ;}

/*.pricing-card.price-active .plan-duration {
    color:#fff;
}
.pricing-card.price-active .currency-factor {
    color:#fff;
}
.pricing-card.price-active .plan-price {
    color:#fff;
}
.pricing-card.price-active .price-card-start {
    padding: 20px 15px 30px;
    background: #162148;
    border-radius: 15px 15px 0px 0px;
}
.pricing-card.price-active .price-feature-section p {
    color: #f0f0f2;
    font-size: 15px;
    word-spacing: 3px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    padding: 6px 0px;
}
.pricing-card.price-active .plan-button.btn {
    text-transform: unset;
    text-align: center;
    width: 100%;
    background: #28335a;
    box-shadow: 1px 1px 11px 3px #050505;
    border-radius: 20px;
    padding: 12px 0px;
    font-size: 13px;
    color: #fff;
}
*/
 

.price-section-title h2 {
    font-family: 'Inter-Medium';
  
    color: #2f2f2f;
    /* font-size: 30px; */
    /* word-spacing: 2.5px; */
    font-display: swap;
    /* letter-spacing: 0.5px; */
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0a071b;
    font-size: 48px;
    line-height: 56px;
    font-weight: 900;
    text-align: center;
    letter-spacing: -0.02em;
  letter-spacing: 0.5px;
} 

.modal-content {
    width: 100%;
    margin: auto;
}

.mart-popup > .form-box {
    padding: 0px;
    background: #fff;
    border-radius: 7px;
    width: 100%;
    margin: auto;
}

.modal-lg {
    max-width: 900px;
}


ul.ks-cboxtags {
  list-style: none;
/*  padding: 20px;*/
}
  ul.ks-cboxtags li {
    display: block; }
    ul.ks-cboxtags li label {
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.9);
      border: 1px solid rgba(0, 0, 0, 0.1);
      color: rgba(0, 0, 0, 0.8);
      font-size: 16px;
      border-radius: 4px;
      white-space: nowrap;
      margin: 0 0 10px 0;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      display: block; }

ul.ks-cboxtags li label {
  padding: 10px 20px;
  cursor: pointer; }
ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 24px;
    padding: 0;
    margin-right: 15px;
    content: "\25EF";
    color: rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: absolute;
    right: 40px;
    margin-top: -5px;
}
  ul.ks-cboxtags li label span {
    background: #f9e090;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 30px;
    color: #fff;
    margin-left: 10px; }

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\2713";
    -webkit-transform: rotate(
-360deg
);
    -ms-transform: rotate(-360deg);
    transform: rotate(
-360deg
);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    color: #fff;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 1px solid #1a1a1a;
    background-color: #1a1a1a;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
  ul.ks-cboxtags li input[type="checkbox"]:checked + label span {
    background: #fff;
    color: #000; }

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute; }

ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0; }

.end-feature-section {
    display: flex;
    /* justify-content: center; */
    padding: 10px 10px;
    min-height: 900px;
}
.mid-border{    border-right: 2px solid #ddd;
    border-left: 2px solid #ddd;}


.feature-select {
    font-family: poppins;
    /* font-weight: bold; */
    font-weight: 200;
    font-size: 20px;
    color: #081131;
    margin: 30px 0px 15px;
}

.why-choose-us-box {
  -webkit-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.2); }
.custom-icon-wrap.custom-icon-light h3 {
    color: #081131;
    font-size: 1rem;
    line-height: inherit;
    word-spacing: 2px;
    letter-spacing: 0.5px;
    font-family: raleway;
}
.why-choose-us-box {
    -webkit-box-shadow: 0 5px 50px -10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 50px -10px rgb(0 0 0 / 20%);
    width: 80%;
    margin: auto;
    padding: 25px 20px;
}
.addon-head {
    margin-bottom: 15px;
    font-family: raleway;
    color: #081131;
    font-weight: 600;
}

.why-choose-us-box hr {
    height: 2px;
    background: #f14266;
    width: 21%;
    /* justify-content: end; */
    /* align-items: initial; */
    margin: unset;
    margin-bottom: 20px;
}

.addon-check {
    /* padding-right: 15px; */
    margin-right: 12px;
    font-size: 17px;
    color: #f14266;
}

.padding-section{padding-right:10px 0px !important;}
.end-feature-section .price-feature-section{padding: 10px 0px;}



/*pricing car media queries*/

@media screen and (max-width:1200px){
    .user-no {
    font-size: 15px;
/*    font-weight: 600;*/
    }
    .user-price {
    font-size: 15px;
/*    font-weight: 600;*/
    }
    .timw-span {
    font-size: 16px;
    color: #081030;
/*    font-weight: 600;*/
    }
    .lite-clock {
    font-size: 20px;
    color: #00a99b;
    margin-right: 5px;
    }

}

@media screen and (max-width:1100px){
    .offer-desc {
    font-size: 11px;
    color: #4e4d79;
    margin: unset;
    font-family: 'poppins';
    font-weight: 600;
    margin-top: 5px;
    min-height: 20px;
    }
    #hrms_pricepage .intro-section, #hrms_pricepage .intro-section .container > .row {
    height: unset;
    min-height: 430px;
    }  
    .plan-button.btn {
    text-transform: unset;
    text-align: center;
    /* width: 100%; */
    background: #333333;
    box-shadow: 1px 1px 11px 3px #dfdbdb;
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
    padding: 10px 25px; 
    }

.price-feature-section p {
    color: #333333;
    line-height: 15px;
    font-size: 13px;
    /*font-weight: 600;*/
    font-family: system-ui;
    /* word-spacing: 0px; */
    letter-spacing: 0.5px;
    display: flex;
    align-items: flex-start;
    padding: 8px 6px;
    margin-bottom: 5px;
}
}

@media screen and (max-width:1030px){
    .card-select {
    /* background: #00a99b; */
    /* color: #fff; */
    height: 32px;
    box-shadow: 1px 1px 13px 4px #e5e4e4;
    font-size: 11px;
    }
    .offer-desc {
    font-size: 10.5px;
    color: #4e4d79;
    margin: unset;
    font-family: 'poppins';
    font-weight: 600;
    margin-top: 5px;
    min-height: 20px;
  }
    ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 24px;
    padding: 0;
    margin-right: 15px;
    content: "\25EF";
    color: rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: absolute;
    right: 16px;
    margin-top: -5px;
    }
    .end-feature-section {
    display: flex;
    /* justify-content: center; */
    padding: 10px 10px;
    min-height: 1040px;
    }
    .price-feature-section p {
    color: #333333;
    line-height: 15px;
    font-size: 12px;
    /*font-weight: 600;*/
    font-family: poppins;
    /* word-spacing: 0px; */
    letter-spacing: 0.5px;
    display: flex;
    align-items: flex-start;
    padding: 8px 6px;
    margin-bottom: 5px;
    }
    .end-feature-section {
    display: flex;
    /* justify-content: center; */
    padding: 10px 10px;
    min-height: 1046px;
  }
  
    .custom-plan a {
    text-decoration: none;
    background: #1e2852;
    padding: 12px 24px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0px 0px 22px 2px #797eec5c;
    transition: all 0.4s;
    }
    .custom-plan {
    font-family: poppins;
    font-size: 13px;
    }
}


@media screen and (max-width:1000px){
    #hrms_pricepage .intro-section, #hrms_pricepage .intro-section .container > .row {
    height: unset;
    min-height: 390px;
    } 
    .user-price {
    font-size: 13px;
/*    font-weight: 600;*/
    }
    
    .user-no {
    font-size: 13px;
/*    font-weight: 600;*/
    }
    .price-due {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px 0px;
    }
    .chhose-plan {
    padding: 0px 15px 20px;
    text-align: center;
    }
    .plan-button.btn {
    text-transform: unset;
    text-align: center;
    /* width: 100%; */
    background: #333333;
    box-shadow: 1px 1px 11px 3px #dfdbdb;
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
    padding: 8px 18px;
    }
    .price-feature-section p {
    color: #333333;
    line-height: 15px;
    font-size: 12px;
    /*font-weight: 600;*/
    font-family: poppins;
    /* word-spacing: 0px; */
    letter-spacing: 0.5px;
    display: flex;
    align-items: flex-start;
    padding: 5px 0px;
    margin-bottom: 5px;
    }
    .price-feature-section p > svg {
    width: 2em;
    padding-right: 0px;
    font-size: 13px;
    margin-right: 10px;
    }
    .end-feature-section {
    display: flex;
    /* justify-content: center; */
    padding: 10px 10px;
    min-height: 755px;
  }
  .price-subhead {
    font-family: Poppins;
    text-transform: capitalize;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 600;
    font-style: normal;
    color: #4c89fb;
    font-size: 16px;
    font-display: swap;
  }
  
}

@media screen and (max-width:900px){
  .offer-desc {
    font-size: 9px;
    color: #4e4d79;
    margin: unset;
    font-family: 'poppins';
    font-weight: 600;
    margin-top: 10px;
    min-height: 20px;
  }
  .card-select {
    /* background: #00a99b; */
    /* color: #fff; */
    height: 30px;
    box-shadow: 1px 1px 13px 4px #e5e4e4;
    font-size: 10px;
    width: 67% !important;
}
    .user-no {
    font-size: 12px;
/*    font-weight: 600;*/
    }
    .user-price {
    font-size: 12px;
/*    font-weight: 600;*/
    }
    .timw-span {
    font-size: 15px;
    color: #081030;
/*    font-weight: 600;*/
    }
    .lite-clock {
    font-size: 18px;
    color: #00a99b;
    margin-right: 5px;
    }
    span.plan-type {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    /* background: #0063fe; */
    padding: 4px 40px;
    border-radius: 4px;
    transform: translate(0px, 20px);
    }
    .plan-button.btn {
    text-transform: unset;
    text-align: center;
    /* width: 100%; */
    background: #333333;
    box-shadow: 1px 1px 11px 3px #dfdbdb;
    border-radius: 15px;
    color: #fff;
    font-size: 11px;
    padding: 8px 18px;
  }
    .price-feature-section p {
    
    font-size: 11px;

    }
    .price-feature-section p > svg {
    width: 2em;
    padding-right: 0px;
    font-size: 13px;
    margin-right: 10px;
  }
  .end-feature-section {
    display: flex;
    /* justify-content: center; */
    padding: 10px 10px;
    min-height: 920px;
  }
  .modal-content {
    width: 90%;
    margin: auto;
  }
}

@media screen and (max-width:800px){
    .price-section-title h2 {
    font-family: 'Inter-Medium';
    color: #2f2f2f;
    /* font-size: 30px; */
    /* word-spacing: 2.5px; */
    font-display: swap;
    /* letter-spacing: 0.5px; */
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0a071b;
    font-size: 39px;
    line-height: 51px;
    font-weight: 900;
    text-align: center;
    letter-spacing: -0.02em;
  }
    .price-card-row .pl-md-5, .px-md-5 {
    padding-left: 1rem !important;
    }
    .price-card-row .pr-md-5, .px-md-5 {
    padding-right: 1rem !important;
    }
    .user-price {
    font-size: 11px;
/*    font-weight: 600;*/
    }
    .user-no {
    font-size: 11px;
/*    font-weight: 600;*/
    }
    .timw-span {
    font-size: 14px;
    color: #081030;
/*    font-weight: 600;*/
    }
    .lite-clock {
    font-size: 17px;
    color: #00a99b;
    margin-right: 5px;
    }
    .plan-button.btn {
    text-transform: unset;
    text-align: center;
    /* width: 100%; */
    background: #333333;
    box-shadow: 1px 1px 11px 3px #dfdbdb;
    border-radius: 15px;
    color: #fff;
    font-size: 11px;
    padding: 8px 18px;
    }
    span.plan-type {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    /* background: #0063fe; */
    padding: 4px 40px;
    border-radius: 4px;
    transform: translate(0px, 20px);
    }
    .end-feature-section {
    display: flex;
    /* justify-content: center; */
    padding: 10px 10px;
    min-height: 943px;
    }
    #recaptcha2{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
    #recaptcha3{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0; }
    
    }
@media screen and (max-width: 780px){
  .end-feature-section {
    display: flex;
    /* justify-content: center; */
    padding: 10px 10px;
    min-height: 980px;
  }
  .card-select {
    /* background: #00a99b; */
    /* color: #fff; */
    height: 30px;
    box-shadow: 1px 1px 13px 4px #e5e4e4;
    font-size: 10px;
    width: 65% !important;
  }
}

@media screen and (max-width:767px){
   .card-select {
    /* background: #00a99b; */
    /* color: #fff; */
    height: 30px;
    box-shadow: 1px 1px 13px 4px #e5e4e4;
    font-size: 13px;
    width: 50% !important;
    }  
    .offer-desc {
    font-size: 12px;
    color: #4e4d79;
    /*margin: unset;*/
    font-family: 'poppins';
    font-weight: 600;
    margin: 12px 0px;
    min-height: unset;
  }   
   .popup-custom-form .h4 {
    font-size: 24px;
    }
    .feature-select {
    font-size: 18px;
    }
  .price-feature-section p {
    font-size: 14px;
    }    
  .form-control {
    height: 38px;
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  .mart-popup .pl-md-5, .px-md-5 {
    padding-left: 1rem !important;
  }
  .mart-popup .pr-md-5, .px-md-5 {
    padding-right: 1rem !important;
  }
.btn {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    padding: 10px 20px;
  }
.faq-question{padding:unset !important;}
 .end-feature-section1 {
    min-height: 330px !important; 
  }
 .end-feature-section2 {
    min-height: 800px !important;
}
  .end-feature-section {
    display: flex;
    /* justify-content: center; */
    padding: 10px 10px;
    min-height: unset;
    }
    .row.mx-0.px-0.px-md-5.price-card-row {
    width: 80%;
    margin: auto !important;
    }
    span.plan-type {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    /* background: #0063fe; */
    padding: 4px 40px;
    border-radius: 4px;
    transform: translate(0px, 20px);
    }
    .timw-span {
    font-size: 16px;
    color: #081030;
/*    font-weight: 600;*/
    }
    .lite-clock {
    font-size: 19px;
    color: #00a99b;
    margin-right: 5px;
    }
    .user-no {
    font-size: 16px;
/*    font-weight: 600;*/
    }
    .user-price {
    font-size: 15px;
/*    font-weight: 600;*/
    }
    .plan-button.btn {
    text-transform: unset;
    text-align: center;
    /* width: 100%; */
    background: #333333;
    box-shadow: 1px 1px 11px 3px #dfdbdb;
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
    padding: 10px 25px;
    }
}

@media screen and (max-width:680px){
    .price-section-title h2 {
    font-size: 20px;
    }
    
    .pricing-text {
    font-size: 40px !important;
    color: #fff !important;
    font-family: rubik !important;
    font-weight: 700 !important;
    }
     #hrms_pricepage .intro-section, #hrms_pricepage .intro-section .container > .row {
    height: unset;
    min-height: 360px !important;
    }
    .row.mx-0.px-0.px-md-5.price-card-row {
    width: 90%;
    margin: auto !important;
    }
    .user-no {
    font-size: 14px;
/*    font-weight: 600;*/
    }
    .user-price {
    font-size: 14px;
/*    font-weight: 600;*/
    }
    .plan-button.btn {
    text-transform: unset;
    text-align: center;
    /* width: 100%; */
    background: #333333;
    box-shadow: 1px 1px 11px 3px #dfdbdb;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    padding: 10px 25px;
    }
}
@media screen and (max-width: 630px){
  .end-feature-section2 {
    min-height: 870px !important;
  }
}

@media screen and (max-width:576px){
  .price-subhead {
    font-family: Poppins;
    text-transform: capitalize;
    line-height: 14px;
    letter-spacing: 0;
    font-weight: 600;
    font-style: normal;
    color: #4c89fb;
    font-size: 12px;
    font-display: swap;
    }
 
  .price-section-title h2 {
    font-size: 19px;
  }
  .card-select {
    /* background: #00a99b; */
    /* color: #fff; */
    height: 40px !important;
    box-shadow: 1px 1px 13px 4px #e5e4e4;
    font-size: 13px;
    width: 50% !important;
  }
  .offer-desc {
    font-size: 14px;
    color: #4e4d79;
    /* margin: unset; */
    font-family: 'poppins';
    font-weight: 600;
    margin: 12px 0px;
    min-height: unset;
}
 .popup-custom-form .h4 {
    font-size: 20px;
  }
 .feature-select {
    font-size: 17px;
    }    
  .pricing-banner hr {
    width: 14%;
    height: 1px;
    color: #f6941d;
    background: #3ab6d4;
    margin: auto;
    margin-top: 20px;
    }    
  ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
    margin: 0 0 10px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: block;
    }
    ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 24px;
    padding: 0;
    margin-right: 15px;
    content: "\25EF";
    color: rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: absolute;
    right: 5px;
    margin-top: -5px;
    }
    .price-feature-section p {
    color: #333333;
    line-height: 15px;
    font-size: 15px;
    /*font-weight: 600;*/
    font-family: poppins;
    /* word-spacing: 0px; */
    letter-spacing: 0.5px;
    display: flex;
    align-items: flex-start;
    padding: 10px 0px;
    margin-bottom: 5px;
    }
    .price-feature-section p > svg {
    width: 2em;
    padding-right: 0px;
    font-size: 17px;
    margin-right: 10px;
    }
    .end-feature-section {
    display: flex;
    /* justify-content: center; */
    padding: 20px 20px;
    min-height: unset;
    }
    .end-feature-section1 {
    min-height: unset !important; 
    }
    .end-feature-section2 {
    min-height: unset !important;
    }
    .timw-span {
    font-size: 20px;
    color: #081030;
/*    font-weight: 600;*/
    }
    span.plan-type {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    /* background: #0063fe; */
    padding: 4px 40px;
    border-radius: 4px;
    transform: translate(0px, 44px);
    }
    .user-no {
    font-size: 16px;
/*    font-weight: 600;*/
    }
    .user-price {
    font-size: 16px;
/*    font-weight: 600;*/
    }
    .plan-button.btn {
    text-transform: unset;
    text-align: center;
    /* width: 100%; */
    background: #333333;
    box-shadow: 1px 1px 11px 3px #dfdbdb;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    padding: 12px 30px;
    }
    .g-recaptcha2 {width:100px !important;}
    #recaptcha2{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
    #recaptcha3{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}

}
@media screen and (max-width: 450px){
  .price-section-title h2 {
    font-size: 18px;
    line-height: 34px;

  }
  
}

@media screen and (max-width:400px){
  .price-subhead {
    font-family: Poppins;
    text-transform: capitalize;
    line-height: 14px;
    letter-spacing: 0;
    font-weight: 600;
    font-style: normal;
    color: #4c89fb;
    font-size: 11px;
    font-display: swap;
    }
    .price-section-title h2 {
    font-size: 16px;
    }
 
    .custom-plan {
    font-family: poppins;
    font-size: 12px;
    }
    #hrms_pricepage .intro-section, #hrms_pricepage .intro-section .container > .row {
    height: unset;
    min-height: 335px !important;
    }
    .user-price {
    font-size: 15px;
/*    font-weight: 600;*/
    }
    .user-no {
    font-size: 15px;
/*    font-weight: 600;*/
    }
    .timw-span {
    font-size: 18px;
    color: #081030;
/*    font-weight: 600;*/
    }
    span.plan-type {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    /* background: #0063fe; */
    padding: 4px 40px;
    border-radius: 4px;
    transform: translate(0px, 25px);
    }
    .price-feature-section p {
    color: #333333;
    line-height: 16px;
    font-size: 13px;
    /*font-weight: 600;*/
    font-family: poppins;
    /* word-spacing: 0px; */
    letter-spacing: 0.5px;
    display: flex;
    align-items: flex-start;
    padding: 10px 0px;
    margin-bottom: 5px;
    }
    .price-feature-section p > svg {
    width: 2em;
    padding-right: 0px;
    font-size: 15px;
    margin-right: 10px;
    }
    .price-feature-section p {
    color: #333333;
    line-height: 16px;
    font-size: 13px;
    /*font-weight: 600;*/
    font-family: poppins;
    /* word-spacing: 0px; */
    letter-spacing: 0.5px;
    display: flex;
    align-items: flex-start;
    padding: 6px 0px;
    margin-bottom: 5px;
    }
    .rc-anchor-normal {
    height: 74px;
    width: 100px !important;
    }
}
    
/*ankush css*/


  .mobile-menu {
    position: fixed;
    top: 0px;
    right: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    padding-left: 10px;
    z-index: 9999999;
    transition: all 0.5s;
    padding-bottom: 80px;
    overflow-y: scroll;
    display: none;
    }
.site-mobile-menu {
    width: 300px;
    display: none;}

.dropdown-colapse{border:2px solid #f2f2f2;}
.mobile-close:before {
    content: "\e5cd";
    font-size: 34px;
}
.navbar-nav{position: relative;}
.dropdown-menu{position: absolute;}
.mobile-menu{position: fixed; top:0px; right:-300px; width:300px; height:100%; background:#fff; padding-left:10px; z-index:9999999; transition: all 0.5s; }
.mobile-menu li{list-style-type: none; padding-top:10px;}
.mobile-menu a{text-decoration: none; color:#666; font-size:16px; }
.g-recaptcha{width:200px !important;}
.rc-anchor-normal {
    height: 74px;
    width: 292px !important;
}
.welcome-text {
    color: rgb(0,0,0,0.5);
    line-height: 1.4rem;
}
.managerto {
    color: #0a0d39;
    font-family: 'DM Sans-medium';
    margin-top: 40px;
    font-size: 2.25rem;
    font-weight: 00;
}
.managers-section hr{width:15%; height:5px; margin-top:25px; background-color:  #00EAA1; margin:auto; 
}
/*.icon-menu::before{content:"\2630";}*/
.span-color{color:#00EAA1 !important;}
.crm_end_card a{text-decoration: none !important;}
.crm_mid_card a{text-decoration: none !important;}

.crm_end_card hr {
    width: 50%;
    border: 1px solid #00EAA1;
    margin-bottom: 10px;
    border-radius: 20px;
    margin-top: 10px;
}
.crm_mid_card hr {
    width: 40%;
    border: 1px solid #00EAA1;
    margin: unset;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 20px;
}
.text-violet{color:#0a0d39 !important;}
.crm_card{z-index:3;}
.feat-content{z-index:-1;}
.bg-color{background-color: #f4f6fa;  z-index:-33;}
.frame_pos{position: relative;}
.frame{position: absolute; top:0px; left:0px; z-index: 0 !important;}
.frame_pos1{position: relative;}
.frame1{position: absolute; top:0px; left:0px; z-index: 0;}

/*.border-pink{border: 4px solid #ff7589; border-radius: 22px;}
.border-yellow{border: 4px solid #ffac3d; border-radius: 22px;}
.border-blue{border: 4px solid #185b8f; border-radius: 22px;}*/
.text-pink{color:#ff7589 !important;}
.text-yellow{color:#00eaa1 !important;}
.text-blue{color:#185b8f !important;}
.crm_end_card {
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 0 15px rgb(60 83 245 / 34%);
    min-height: 460px;
}
.crm_end_card p {
    color: rgba(0,0,0,0.5);
    font-family: work Sans;
    line-height: 1.3rem;
}
.crm_end_card h5 {
    margin-top: 10px;
    min-height: 50px;
    color: #0a0d39;
    font-family: DM Sans-Medium;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: left;
}
.cust_border {
    border-bottom: 2px solid #00eaa4;
    padding-bottom: 10px;
}
.crm_mid_card {
    padding: 20px 25px;
    background-color: #ffffff;
    border-radius: 11px;
    min-height: 340px;
    transition: 0.5s all;
    box-shadow: -4px 4px 11px #92a8f9;
}
.crm_mid_card:hover{transform:scale(1.1);}

#crm_mid img {
    width: 40% !important;
    padding-top: 20px;
    padding-bottom: 10px;
}
#crm_mid h4 {
    color: #0b0e3a;
    margin-top: 10px;
    font-family: 'DM Sans-medium';
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}
#crm_mid a {
    color: rgba(0,0,0,0.5);
    font-family: 'Work Sans-Medium';
    line-height: 1.3rem;
}
#crm_mid p {
    font-size: 0.875rem;
}
#crm_end img {
    width: 40% !important;
    padding-top: 20px;
    padding-bottom: 10px;
}
#crm_end h4 {
    color: #0b0e3a;
    margin-top: 10px;
    font-family: 'DM Sans-medium';
    font-size: 1.5rem;
    margin-bottom: unset;
}
#crm_end a {
    color: rgba(0,0,0,0.5);
    font-family: 'Work Sans-Medium';
}
#crm_end p {
    font-size: 0.875rem;
}
#upper_feature .crm_card {
    width: 100%;
    min-height: 350px !important;
    padding-top: 25px;
    padding-right: 35px;
    padding-left: 35px;
}
.feature2 .crm_card {
    padding-top: 23px;
    padding-left: 25px;
    padding-right: 25px;
}

/*.midFeature1 > .row > img{width:80% !important;}*/
.lower1-feature{margin-top:20px;}
.upper-feature-responsive > .crm_card > p{min-height:400px;}
.crm_card {
    /*background: #f7f7f7;
    padding: 20px 10px;
    border-radius: 22px;*/
     /*box-shadow: 0 0 23px rgb(0 0 0 / 10%); */
   /* box-shadow: -15px 10px 10px 0px rgb(181 176 176 / 96%);
    border: unset;*/
    min-height: 325px;
    /*background-image: url(../img/crm_back.png);*/

} 
.crm_card1 {
    background: white;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%)!important;
    

}
.crm_card p {
    font-size: 14px;
    line-height: 16px !important;
    
}
.feat-content{min-height:140px;}
/*.upper-feature-responsive > .feat-content{margin-top:20px;}*/

#checklist a{ font-size: 18px; color:#565656; }
#checklist h3{color:#3f3d56;}
.check_btn{ width:auto; height:auto; padding: 0px 14px; background-image:url('../img/plus.png');  cursor: pointer; background-repeat: no-repeat;}
.show_hidepara{display: block !important;}
.togg_back{background-image: url('../img/minus.png');}

.request_btn {
    /* text-transform: uppercase; */
    /* font-size: 12px; */
    /* font-weight: 900; */
    padding: 16px 24px;
    background-color: #0a0d39;
    color: #fff;
    border: 2px solid #0a0d39;
    border-radius: 4px;
    margin-bottom: 30px;
    transition: 0.5s all;
    cursor: pointer;
    font-family: Work Sans;
}

.request_btn:hover {
    /* text-transform: uppercase; */
    /* font-size: 12px; */
    /* font-weight: 900; */
     padding: 16px 24px;
    background-color: transparent;
    color: #0a0d39;
    border: 2px solid #0a0d39;
    border-radius: 4px;
    font-family: Work Sans;
}


.cust-color{color:#3ab6d4!important;}
.bg_component{width:100%; height:auto; padding-top:100px; padding-bottom:100px; background-image: url('../images/component.png'); background-attachment: fixed; background-position: center;  background-repeat:no-repeat; color:#fff;}
.ftco-section {
  padding: 7em 0;
  position: relative; }
.heading-section {
  position: relative; }
  .heading-section .subheading {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    color: #17b978; }
  .heading-section h2 {
    font-size: 50px;
    font-weight: 700; }
    .heading-section h2 span {
      font-weight: 400; }
#navi {
  top: 180px;
  position: -webkit-sticky;
  position: sticky;
  margin: 0; }
#navi ul {
  margin: 0;
  padding: 0; }
#navi li {
  font-weight: 700;
  list-style: none;
  margin-bottom: 15px ; }
#navi li a {
  color: #263b5e; }
#navi li a.current {
  color: #17b978;
  margin-left: 20px;
  position: relative; }
#navi li a.current:after {
  position: absolute;
  top: 50%;
  left: 04px;
  width: 20px;
  height: 2px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #17b978; }
.page {
  width: 100%;
  margin-bottom: 7em;
  border-radius: 5px;
  padding: 30px; }
.page .heading {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px; }

.customPrevBtn,.customNextBtn{background-color:#3ab6d4; border:unset;}
.customPrevBtn:hover,.customNextBtn:hover{background-color:#319db7; border:unset;}
.owl-carousel p{min-height: 230px; font-size: 15px;}
.owl-carousel h3{min-height: 40px; }
.site-navbar li a{font-size:16px;}
.site-navigation > a {color:#000;  }
.head_social{margin-right: 10px;}
.footer-section a {color:#fff !important; font-size: 16px; opacity:0.8; }
.footer-section li:hover a{color:#319db7 !important;  }
.footer_icons a:hover{color:#fff !important; opacity: 1;}
.site-logo {
    width: auto;
    height: auto;
    background-image: url(../img/logo.png);
    padding: 24px 94px;
    background-repeat: no-repeat;
    background-size: contain;
}
.site-navbar{background-color:#fff ; opacity: 0.9; padding-top:20px; padding-bottom:20px;}
/*.footer-section{background-color:#2f2f2f;}*/





@media screen and (max-width:1440px) and (min-width:1390px) {
    .upper-feature > .row .feature1 > .row {
    width: 75%;
    padding: 20px 20px;
    /* border: 2px dashed #332; */
    margin: 0 auto;
    /* max-height: 310px; */
    overflow: hidden;
    min-height: 310px;
    }
}

@media screen and (max-width:1300px){
  .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    padding: 5px 10px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
  }
  .site-navbar .site-navigation .site-menu > li > a {
    padding: 5px 10px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
  }
  .site-navbar .site-navigation .site-menu .active {
    color: #3ab6d4;
    display: inline-block;
    padding: 5px 10px;
  }
  #upper_feature .crm_card {
    width: 100%;
    min-height: 350px !important;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .feature1 > .row .feat-content a h1, .feature2 > .row .feat-content a h1 {
    font-size: 22px;
    color: #00eaa1;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .upper-feature > .row .feature1 > .row .img-icon img, .upper-feature > .row .feature2 > .row .img-icon img {
    width: 40%;
  }

}

@media screen and (max-width: 1220px){
.site-navbar li a {
    font-size: 15px;
  }  
.crm_mid_card {
    padding: 20px 25px;
    background-color: #ffffff;
    border-radius: 11px;
    min-height: 340px;
    transition: 0.5s all;
    box-shadow: -4px 4px 11px #92a8f9;
}    
.site-logo {
    width: auto;
    height: auto;
    background-image: url(../img/logo.png);
    padding: 24px 70px;
    background-repeat: no-repeat;
    background-size: contain;
}
.sticky-wrapper.is-sticky .site-logo {
    width: auto;
    height: auto;
    background-image: url(../img/logo.png);
    padding: 24px 60px;
    background-repeat: no-repeat;
    background-size: contain;
}
    .upper-feature > .row .feature1 > .row .img-icon img, .upper-feature > .row .feature2 > .row .img-icon img {
    width: 45%;
    }
   #upper_feature .crm_card {
    width: 100%;
    min-height: 350px !important;
    padding-top: 24px;
    padding-right: 25px;
    padding-left: 25px;
    }
    .feature1 > .row .feat-content a h1, .feature2 > .row .feat-content a h1 {
        font-size: 21px;
        color: #00eaa1;
        line-height: normal;
        letter-spacing: 1px;
        font-weight: 700;
        margin-bottom: 5px;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }
   .feature1 > .row .feat-content p, .feature2 > .row .feat-content p {
    font-size: 12px;
    color: rgba(0,0,0,0.5);
    line-height: normal;
    letter-spacing: unset;
    text-align: left;
    line-height: 1rem;
    }
    .feat-content p a {
    color: rgba(0,0,0,0.5);
    font-size: 12px;
    }
    .midFeature2 > .row .feature2 > .row .img-icon {
    width: 100px;
    margin: 0 auto;
    }
    .feature2 .crm_card {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    }
    .midFeature3 > .row .feature2 > .row .img-icon img {
    width: 50%;
    }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    padding: 5px 10px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
    }
    .site-navbar .site-navigation .site-menu > li > a {
    padding: 5px 10px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
    }
}


@media screen and (max-width:1110px){
    /*body{background: black;}*/
.lower1-feature > .row .feature2 > .row .img-icon img {
width: 40%;
}
.upper-feature > .row .feature1 > .row .img-icon img, .upper-feature > .row .feature2 > .row .img-icon img {
    width: 40%;
}
.midFeature1 > .row .feature2 > .row .img-icon img {
    width: 40%;
}    
.form-box {
    padding: 20px;
    width: 90%;
    background: #fff;
    border-radius: 7px;
}
#crm_end img {
    width: 40% !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.crm_end_card {
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 0 15px rgb(60 83 245 / 34%);
    min-height: 460px;
}
#crm_end p {
    font-size: 0.800rem;
}
.crm_end_card h5 {
    margin-top: 10px;
    min-height: 50px;
    color: #0a0d39;
    font-family: DM Sans-Medium;
    font-weight: 500;
    font-size: 1.1rem;
    text-align: left;
}    
.crm_mid_card {
    padding: 10px 15px;
    background-color: #ffffff;
    border-radius: 11px;
    min-height: 340px;
    transition: 0.5s all;
    box-shadow: -4px 4px 11px #92a8f9;
}
    
#crm_mid a {
    color: rgba(0,0,0,0.5);
    font-family: 'Work Sans-Medium';
    line-height: 1.1rem;
}    
    
.site-navbar li a {
    font-size: 14px;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    padding: 5px 5px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
}  
.feature1 > .row .feat-content p, .feature2 > .row .feat-content p {
    font-size: 12px;
    color: rgba(0,0,0,0.5);
    line-height: normal;
    letter-spacing: unset;
    text-align: left;
    line-height: 0.9rem !important;
    margin-bottom: 10px;
    }
    .lms-featuresMidSection > .row > .lms-about {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 26px;
    color: #0b0e3a;
    /* text-align: center; */
    /* margin-bottom: 50px; */
    font-family: 'Work Sans';
    /* margin-top: 15px; */
    }
    .feature2 .crm_card {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    }
   .site-navbar .site-navigation .site-menu .active {
    color: #3ab6d4;
    display: inline-block;
    padding: 5px 0px;
  }
    .site-navbar .site-navigation .site-menu > li > a {
    padding: 5px 5px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
}
}

@media screen and (max-width: 1030px)
{
.site-navbar .site-navigation .site-menu .active {
    color: #3ab6d4;
    display: inline-block;
    padding: 5px 0px;
  }
  .site-navbar .site-navigation .site-menu > li > a {
    padding: 5px 5px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
  }
  .site-logo {
    width: auto;
    height: auto;
    background-image: url(../img/logo.png);
    padding: 24px 60px;
    background-repeat: no-repeat;
    background-size: contain;
  }  
#upper_feature .crm_card {
    width: 100%;
    min-height: 350px !important;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
}
.site-navbar li a {
    font-size: 13px !important;
}
.site-navbar .site-navigation .site-menu > li > a {
    padding: 5px 5px;
    color: #000;
    display: inline-block;
    text-decoration: none !important;
}
.feature2 .crm_card {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 310px;
}
.feature1 > .row .feat-content a h1, .feature2 > .row .feat-content a h1 {
    font-size: 18px;
    color: #00eaa1;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.feature2 > .row {
    width: 70%;
    padding: 25px 25px;
    /* border: 2px dashed #332; */
    margin: 0 auto;
    /* max-height: 290px; */
    overflow: hidden;
    min-height: 270px;
}
.midFeature3 > .row .feature2 > .row {
    width: 60%;
    padding-bottom: 0px;
    /* padding: 0px 25px 0px; */
    padding-top: 20px;
    /* border: 2px dashed #332; */
    margin: 0 auto;
    /* max-height: 300px; */
    overflow: hidden;
    min-height: 300px;
    padding-right: 20px;
    padding-left: 20px;
}
.lower1-feature {
     margin-top: unset;
    }
.lower1-feature > .row .feature2 > .row {
    width: 70%;
    padding: 24px 25px;
    /* border: 2px dashed #332; */
    margin: 0 auto;
    /* max-height: 290px; */
    overflow: hidden;
    min-height: 270px;
}
.lower1-feature > .row > .right-single-line2 {
    background-image: url(../img/line-icon.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    width: 19px;
    float: left;
    height: 346%;
    position: absolute;
    background-position: right bottom;
    right: 5%;
    bottom: 51%;
}
.midFeature1 > .row > .middle-single-line {
    background-image: url(../img/line-icon.png);
    background-repeat: no-repeat;
    background-size: 19px auto;
    width: 100%;
    float: left;
    height: 112%;
    position: absolute;
    background-position: center center;
    left: 0;
    bottom: 50px;
}
.container {
    max-width: 100%;
    padding: 0px 30px 0px 30px;
}

}
@media screen and (max-width: 991px){
  .mobile-menu {
    position: fixed;
    top: 0px;
    right: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    padding-left: 10px;
    z-index: 9999999;
    transition: all 0.5s;
    padding-bottom: 80px;
    overflow-y: scroll;
    display: block;
    }    
  .site-mobile-menu {
    width: 300px;
    display: none;}
    }

@media screen and (max-width:930px){
    .container {
    max-width: 100%;
    padding: 0px 20px 0px 20px;
    }
    #upper_feature .crm_card {
    width: 100%;
    min-height: 350px !important;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    }
   .upper-feature > .row .feature1 > .row .img-icon img, .upper-feature > .row .feature2 > .row .img-icon img {
    width: 45%;
    }
    .midFeature1 > .row .feature2 > .row .img-icon img {
    width: 45%;
    }
    .midFeature2 > .row .feature2 > .row .img-icon img {
    width: 45%;
    }
    .midFeature3 > .row .feature2 > .row .img-icon img {
    width: 45%;
    }
    .lower1-feature > .row .feature2 > .row .img-icon img {
    width: 45%;
    }
    .lms-featuresMidSection {
    width: 90%;
    /* float: left; */
    margin: auto;
    }
    .upper-feature > .row .feature1 > .row {
    width: 75%;
    padding: 20px 20px;
    /* border: 2px dashed #332; */
    margin: 0 auto;
    /* max-height: 310px; */
    overflow: hidden;
    min-height: 310px;
    }
    #upper_feature .crm_card {
    width: 100%;
    min-height: 280px !important;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    }
    .lower1-feature > .row > .right-single-line2 {
    background-image: url(../img/line-icon.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    width: 19px;
    float: left;
    height: 340%;
    position: absolute;
    background-position: right bottom;
    right: 5%;
    bottom: 51%;
    }
    .midFeature1 > .row > .middle-single-line {
    background-image: url(../img/line-icon.png);
    background-repeat: no-repeat;
    background-size: 19px auto;
    width: 100%;
    float: left;
    height: 108%;
    position: absolute;
    background-position: center center;
    left: 0;
    bottom: 50px;
    }
}

@media screen and (max-width:830px)
{   
    .midFeature1 > .row > .middle-arrow-right1 {
    background-image: url(../img/arrow-left-icon.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 7%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: left center;
    left: 41%;
    top: 22%;
    }
    .midFeature1 > .row > .right-arrow-left1 {
    background-image: url(../img/arrow-left-icon.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 7%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: left center;
    right: 11px;
    top: 22%;
    }
    .midFeature1 > .row > .middle-arrow-left1 {
    background-image: url(../img/arrow-right-icon.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 7%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: right center;
    right: 41%;
    top: 22%;
    }
    .midFeature1 > .row > .left-arrow-right1 {
    background-image: url(../img/arrow-right-icon.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 7%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: right center;
    left: 15px;
    top: 22%;
    }
    .midFeature2 > .row > .left-arrow-right2 {
    background-image: url(../img/arrow-right-icon.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 7%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: right center;
    left: 15px;
    top: 18%;
    }
    .midFeature2 > .row > .right-arrow-left2 {
    background-image: url(../img/arrow-left-icon.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 7%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: left center;
    right: 15px;
    top: 18%;
    }
    .midFeature2 > .row > .middle-arrow-right2 {
    background-image: url(../img/arrow-left-icon.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 7%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: left center;
    left: 42%;
    top: 18%;
    }
    .midFeature2 > .row > .middle-arrow-left2 {
    background-image: url(../img/arrow-right-icon.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 7%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: right center;
    right: 42%;
    top: 18%;
    }
    .footer-section p {
    font-size: 15px;
    color: #fff;
    opacity: 0.8;
    }
    .container {
    max-width: 100%;
    padding: 0px 30px 0px 30px;
    }   
     #captcha{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
    .managerto {
    color: #0a0d39;
    font-family: 'DM Sans-medium';
    margin-top: 40px;
    font-size: 26px;
    font-weight: 00;
    }
    .lms-about h3, .h3 {
    font-size: 24px;
    font-family: 'DM Sans' !important;
    font-weight: 600;
    padding-bottom: 20px;
    }
    .lms-about h2 {
    font-size: 28px;
    font-family: 'DM Sans' !important;
    color: #000;
    font-weight: 600;
    }
    .midFeature3 > .row .feature2 > .row .img-icon img {
    width: 40%;
    }
    .feat-content-last {
    padding-left: 10px;
    }
    .feature2 .crm_card {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 310px;
    }
    .mobp_container{margin-top:100px;}
    .mobilepad{padding-left:20px !important; padding-right: 20px !important;}

    #hrms_page p{font-size:13px;}
    #hrms_page h4, .h4 {font-size: 18px;}
    #hrms_page .mt-4 {margin-top:20px;}
    #hrms_page h2, .h2 {
    font-size: 21px;
}
    #hrms_page h5, .h5 {
    font-size: 13px;
}
    .lms-featuresMidSection {
    width: 85%; 
    /* float: left; */
    margin: auto;
}
    
    .middle-feature .crm_card{min-height: 270px !important;}

    .midFeature2 > .row .feature2 > .row {
    width: 65%;
    padding: 25px 25px;
    /* border: 2px dashed #332; */
    margin: 0 auto;
    /* max-height: 270px; */
    overflow: hidden;
    min-height: 270px;
    }
    .lower1-feature > .row .feature2 > .row {
    width: 75%;
    padding: 24px 25px;
    /* border: 2px dashed #332; */
    margin: 0 auto;
    /* max-height: 290px; */
    overflow: hidden;
    min-height: 270px;
    }
    .upper-feature > .row .feature1 > .row {
    width: 80%;
    padding: 20px 20px;
    /* border: 2px dashed #332; */
    margin: 0 auto;
    /* max-height: 310px; */
    overflow: hidden;
    min-height: 310px;
    }
    .lower1-feature > .row .feature2 > .row {
    width: 75%;
    padding: 12px 13px;
    /* border: 2px dashed #332; */
    margin: 0 auto;
    /* max-height: 290px; */
    overflow: hidden;
    min-height: 270px;
    }
    .lms-featuresMidSection {
    width: 90%;
    /* float: left; */
    margin: auto;
    }
    .lower1-feature > .row > .right-single-line2 {
    background-image: url(../img/line-icon.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    width: 19px;
    float: left;
    height: 330%;
    position: absolute;
    background-position: right bottom;
    right: 5%;
    bottom: 51%;
    }
   #upper_feature .crm_card {
    width: 100%;
    min-height: 280px !important;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
    .feature1 > .row .feat-content a h1, .feature2 > .row .feat-content a h1 {
    font-size: 21px;
    color: #00eaa1;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;


}
.feature1 > .row .feat-content p, .feature2 > .row .feat-content p {
    font-size: 12px;
    color: rgba(0,0,0,0.5);
    line-height: normal;
    letter-spacing: unset;
    text-align: left;
    line-height: 0.9rem !important;
    margin-bottom: 0px;
}
  .feature1 > .row .feat-content a h1, .feature2 > .row .feat-content a h1 {
    font-size: 18px;
    color: #00eaa1;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    }
    .lower1-feature > .row .feature2 > .row .img-icon img {
    width: 50%;
    }
.upper-feature > .row .feature1 > .row .img-icon img, .upper-feature > .row .feature2 > .row .img-icon img {
    width: 40%;
}
.feat-content p a {
color: rgba(0,0,0,0.5);
    font-size: 11px;
}
.midFeature1 > .row .feature2 > .row .img-icon img {
    width: 45%;
}
.midFeature2 > .row .feature2 > .row .img-icon img {
    width: 45%;
}
.crm_mid_card {
    padding: 20px 25px;
    background-color: #ffffff;
    border-radius: 11px;
    min-height: 335px;
    transition: 0.5s all;
    box-shadow: -4px 4px 11px #92a8f9;
}
#crm_end p {
    font-size: 0.8rem;
}
.crm_end_card {
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 0 15px rgb(60 83 245 / 34%);
    min-height: 425px;
}

}
@media screen and (max-width:767px){
    .footer-section h3 {
    font-size: .9rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
    color: #3ab6d4;
    margin-bottom: 1.5rem;
    font-weight: 900;
    margin-top: 1.2rem;
    }
    .intro-section, .intro-section .container > .row {
    height: 100vh;
    min-height: 1300px;
    }
    .mobpadm{padding-left: 30px !important; padding-right: 30px !important;}
   .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    }
    .form-box {
    padding: 20px;
    width: 80%;
    background: #fff;
    border-radius: 7px;
    margin: auto;
    }
}

@media screen and (max-width:740px){
    .lower1-feature > .row .feature2 > .row .img-icon img {
    width: 35%;
    }
    .upper-feature > .row .feature1 > .row .img-icon img, .upper-feature > .row .feature2 > .row .img-icon img {
    width: 35%;
    }
    .upper-feature > .row > .arrow-right {
    background-image: url(../img/arrow-right-icon.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 6%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: right center;
    left: 31%;
    top: 39%;
    }
    .upper-feature > .row > .arrow-left {
    background-image: url(../img/arrow-left-icon.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 6%;
    float: left;
    height: 19px;
    position: absolute;
    background-position: left center;
    right: 31%;
    top: 39%;
    }
    .midFeature1 > .row .feature2 > .row .img-icon img {
    width: 35%;
    }
}

@media screen and (max-width:720px){
    
    .feature2 .crm_card {
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    min-height: 310px;
    }
    .feature_crm h1{ font-size:18px !important;}
    .feat-content > a > h1{   
    font-size: 20px;
    color: #333;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 20px;}
    .upper-feature-responsive > .row .feature1 {
    width: 44%;
    padding: 15px 15px;
     border: 1px dashed #332; 
    max-height: 300px;
    overflow: hidden;
    min-height: 280px;
    float: left;
    margin: 0 3%;
}
.upper-feature-responsive > .feature2 {
    width: 50%;
    padding: 15px 15px;
    /* border: 1px dashed #332; */
    max-height: 225px;
    overflow: hidden;
    min-height: 242px;
    /* float: left; */
    margin: 0 auto;
}
.upper-feature-responsive > .feature2 {
    width: 50%;
    padding: 15px 15px;
    /* border: 1px dashed #332; */
    max-height: 225px;
    overflow: hidden;
    min-height: 300px;
    /* float: left; */
    margin: 0 auto;
}
.upper-feature-responsive > .row .feature1 .img-icon, .upper-feature-responsive > .row .feature2 .img-icon, .upper-feature-responsive > .feature2 .img-icon {
    width: 60px;
    margin: 0 auto;
}
.feature1 > .feat-content a h1, .feature2 > .feat-content a h1 {
    font-size: 22px;
    color: #333;
    line-height: normal;
    letter-spacing: 0px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}
.upper-feature-responsive > .row .feature1 {
    width: 44%;
    padding: 15px 15px;
     border: unset; 
    max-height: 300px;
    overflow: hidden;
    min-height: 280px;
    float: left;
    margin: 0 3%;
}
.upper-feature-responsive > .row .feature1 {
    width: 43%;
    /* padding: 10px 10px; */
    padding-top: 57px;
    border: unset;
    max-height: unset;
    overflow: hidden;
    min-height: 400px;
    float: left;
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 35px;
}
    .lms-featuresMidSection {
    width: 76%;
    /* float: left; */
    margin: auto;
    }
    .feat-content p a {
    color: rgba(0,0,0,0.5);
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 1rem;
    }
 .upper-feature-responsive > .row .feature1 > .feat-content, .upper-feature-responsive > .row .feature2 > .feat-content, .upper-feature-responsive > .feature2 > .feat-content {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: left;
    padding-right: 35px;
    padding-left: 35px;
    font-family: 'Work Sans';
    }
  .feature1 > .feat-content p, .feature2 >.feat-content p {
    color: rgba(0,0,0,0.5);
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    font-size: 13px;
    margin-bottom: 8px;
    font-family: 'Work Sans-Medium';
    }
.crm_card p {
    font-size: 10px;
    line-height: 8px !important;
    text-align: left;
    margin-bottom: 5px;
}
.feat-content > a > h1 {
    font-size: 20px;
    color: #333;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 20px !important;
    padding-top: 0px;
}
.upper-feature-responsive > .row .feature1 .img-icon img, .upper-feature-responsive > .row .feature2 .img-icon img, .upper-feature-responsive > .feature2 .img-icon img {
    width: 100%;
    float: left;
}
.upper-feature-responsive > .row .feature2 {
    width: 41%;
    padding: 55px 20px;
    /* border: 1px dashed #332; */
    max-height: 260px;
    overflow: hidden;
    min-height: 400px;
    float: left;
    margin: auto;
}
.upper-feature-responsive > .feature2 {
    width: 41%;
    padding: 29px 15px;
    /* border: 1px dashed #332; */
    max-height: 225px;
    overflow: hidden;
    min-height: 400px;
    /* float: left; */
    margin: 0 auto;
}
.feature2demo {
    width: 55%;
    padding: 50px 15px !important;
    /* border: 1px dashed #332; */
    max-height: 225px;
    overflow: hidden;
    min-height: 300px;
    /* float: left; */
    margin: 0 auto;
}
.crm_card{z-index:3 !important;}

.frame {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1 !important;
}

.bg-color{background-color: #f4f6fa;  z-index:0;}




}


@media screen and (max-width:680px){
    
  
}


@media screen and (max-width:630px){
    .feature1 > .feat-content a h1, .feature2 > .feat-content a h1 {
    font-size: 22px;
    color: #333;
    line-height: normal;
    letter-spacing: 0px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 20px;
    }
   .upper-feature-responsive > .row .feature1 > .feat-content, .upper-feature-responsive > .row .feature2 > .feat-content, .upper-feature-responsive > .feature2 > .feat-content {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: center;
    padding-right: 35px;
    padding-left: 40px;
    font-family: 'Work Sans';
    }
    
    .feature1 > .feat-content a h1, .feature2 > .feat-content a h1 {
    font-size: 20px;
    color: #333;
    line-height: normal;
    letter-spacing: 0px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
    }
    .upper-feature-responsive > .row .feature1 {
    width: 43%;
    /* padding: 10px 10px; */
    padding-top: 45px;
    border: unset;
    max-height: unset;
    overflow: hidden;
    min-height: 400px;
    float: left;
    margin: 0 auto;
    padding-left: unset;
    padding-right: unset;
    }
    .feature2 .crm_card {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 310px;
    }
    .mobile-middle {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: left;
    padding-right: 25px !important;
    padding-left: 25px !important;
    font-family: 'Work Sans';
}


@media screen and (max-width:576px)
{
/*    body{background-color: aqua;}*/
    .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    }    
    .mobile-menu {
    position: fixed;
    top: 0px;
    right: -300px;
    width: 230px;
    height: 100%;
    background: #fff;
    padding-left: 10px;
    z-index: 9999999;
    transition: all 0.5s;
    padding-bottom: 80px;
    overflow-y: scroll;
    }
    .mobpadm {
    padding-left: 20px !important;
    padding-right: 20px !important;
    }
    #captcha{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
  .lower1-feature .crm_card{min-height: 350px !important;}
  .midFeature3 > .row .feature2 > .row .img-icon img {
    width: 80%;
  }
 .feature1 > .feat-content a h1, .feature2 > .feat-content a h1 {
   
    font-size: 20px;
    color: #333;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 20px;
 }
 .feature1 > .feat-content p, .feature2 >.feat-content p {
   
    font-size: 13px;
    color: rgba(0,0,0,0.5);
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
 }


    .site-logo {
    width: auto;
    height: auto;
    background-image: url(../img/logo.png);
    padding: 19px 65px;
    background-repeat: no-repeat;
    background-size: contain;
}
    .sticky-wrapper.is-sticky .site-logo {
    width: auto;
    height: auto;
    background-image: url(../img/logo.png);
    padding: 19px 65px !important;
    background-repeat: no-repeat;
    background-size: contain;
}
    .site-logo {
    position: relative;
    font-weight: 900;
    font-size: 1.3rem;
    top: 0px;
}
    .mobp_container{margin-top:100px;}
    .mobilepad{padding-left:20px !important; padding-right: 20px !important;}
    #hrms_page p {font-size: 15px;}
    #hrms_page h4 {font-size: 20px;}
    #hrms_page h2 {
    font-size: 24px;}
    #hrms_page h5 {font-size: 16px;}
    .form-box {
    padding: 20px;
    background: #fff;
    border-radius: 7px;
    }
    .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 15px;}
    .form-control {
    height: 40px;}
    #hrms_page .btn {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    padding: 10px 20px;
    }
    .btn.btn-pill {
    border-radius: 4px;
    color: #3ab6d4;
    background: transparent;
    border: 2px solid #3ab6d4;
    font-size: 11px !important;
}


#crm_mid h4 {
    font-size: 1.25rem;
    width: 80%;
    margin-bottom: 1.25rem;
    color: #0b0e3a !important;
}
    .crm_end_card{padding:10px; background-color:#fff; border-radius:6px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            min-height: 380px;
}


.crm_end_card p {
    color: #02020294;
    font-family: work Sans;
    text-align: left;
}
.crm_end_card {
    margin-right: unset;
    margin-left: unset;
    width: 80%;
    margin: auto;
    padding: 20px 30px;
}
.crm_end_card h5 {
    margin-top: 10px;
    min-height: 50px;
    color: #0a0d39;
    font-family: DM Sans-Medium;
    font-weight: 500;
    font-size: 1.25rem;
    text-align: left;
}
.crm_end_card h5{margin-top:20px; min-height:20px;}
#crm_mid img{width:50% !important;}
#crm_mid h4{ color:#000; margin-top:10px;} 
#crm_mid a {
    color: rgba(0,0,0,0.5);
}
#crm_mid p {
    font-size: 16px;
     margin-top: unset; 
}
#crm_end img{width:50% !important;}
#crm_end h4{ color:#000; margin-top:10px;} 
#crm_end a{color:#1a1b1a;}
#crm_end p {
    font-size: 15px;
    margin-top: 20px;
}
#upper_feature .crm_card{min-height: 420px !important;}
/*.midFeature1 > .row > img{width:80% !important;}*/
.lower1-feature{margin-top:20px;}
.upper-feature-responsive > .crm_card > p{min-height:400px;}
.crm_card {
    background: white;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    

}
    
    
    
/*    .lms-featuresMidSection{width:100%; justify-content:center}    */
.crm_mid_card {
    width: 80%;
    padding: 20px 25px;
    background-color: unset;
    border-radius: 6px;
    min-height: 350px;
    transition: 0.5s all;
    margin-left: 20px;
    margin-right: 20px;
    margin: auto;
}
    .crm_mid_card:hover{transform:scale(1.1);}
    
    #crm_mid img {
    width: 40% !important;
    }
    #crm_mid h4{ color:unset; margin-top:unset;} 
    .lms-featuresMidSection > .row > .lms-about{
   
    font-size: 15px;
  
}
 #crm_end img {
    width: 40% !important;
    }
    #crm_end h4{ color:#000; margin-top:10px;} 
    .lms-featuresMidSection > .row > .lms-about{
   
    font-size: 15px;
  
}
    .lms-featuresMidSection > .row > .lms-about h3{
   font-size: 22px;
}
   
.crm_card {
    background: unset;
    padding: unset;
    border-radius: unset;
    box-shadow: unset;
    text-align: left;
}
.crm_card1 {
    background: white;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    

}
.crm_card p {
    font-size: 14px;
    line-height: 20px !important;
    text-align:center;
    
}
    .feature_crm h1{ font-size:18px !important;}
    .feat-content > a > h1{   
    font-size: 20px;
    color: #333;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 20px;}
    .upper-feature-responsive > .row .feature1 {
    width: 44%;
    padding: 15px 15px;
     border: 1px dashed #332; 
    max-height: 300px;
    overflow: hidden;
    min-height: 280px;
    float: left;
    margin: 0 3%;
}
.upper-feature-responsive > .feature2 {
    width: 50%;
    padding: 15px 15px;
    /* border: 1px dashed #332; */
    max-height: 225px;
    overflow: hidden;
    min-height: 242px;
    /* float: left; */
    margin: 0 auto;
}
.upper-feature-responsive > .feature2 {
    width: 50%;
    padding: 15px 15px;
    /* border: 1px dashed #332; */
    max-height: 225px;
    overflow: hidden;
    min-height: 300px;
    /* float: left; */
    margin: 0 auto;
}
.upper-feature-responsive > .row .feature1 .img-icon, .upper-feature-responsive > .row .feature2 .img-icon, .upper-feature-responsive > .feature2 .img-icon {
    width: 50px;
    margin: 0 auto;
}
.feature1 > .feat-content a h1, .feature2 > .feat-content a h1 {
    font-size: 19px;
    color: #333;
    line-height: normal;
    letter-spacing: 0px;
    font-weight: 700;
    margin-bottom: 9px;
    margin-top: 10px;
}
.upper-feature-responsive > .row .feature1 {
    width: 44%;
    padding: 15px 15px;
     border: unset; 
    max-height: 300px;
    overflow: hidden;
    min-height: 280px;
    float: left;
    margin: 0 3%;
}
    .upper-feature-responsive > .row .feature1 {
    width: 48%;
    /* padding: 11px 10px; */
    padding-top: 35px;
    border: unset;
    max-height: unset;
    overflow: hidden;
    min-height: 300px;
    float: left;
    margin: 0 auto;
    }
    .lms-featuresMidSection {
    width: 76%;
    /* float: left; */
    margin: auto;
    }
   .feat-content p a {
    color: rgba(0,0,0,0.5);
    font-size: 12px;
    margin-bottom: 0px;
    line-height: .9rem;
    }
   .upper-feature-responsive > .row .feature1 > .feat-content, .upper-feature-responsive > .row .feature2 > .feat-content, .upper-feature-responsive > .feature2 > .feat-content {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: center;
    padding-right: 25px;
    padding-left: 25px;
    font-family: 'Work Sans';
}
   .feature1 > .feat-content p, .feature2 >.feat-content p {
    font-size: 11px;
    color: rgba(0,0,0,0.5);
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    font-size: 12px;
    margin-bottom: 8px;
    font-family: 'Work Sans-Medium';
    }
    .crm_card p {
    font-size: 12px;
    line-height: 8px !important;
    text-align: left;
    margin-bottom: 5px;
    }
 .feat-content > a > h1 {
    font-size: 19px;
    color: #333;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 9px;
    /* margin-top: 49px !important; */
    }
.upper-feature-responsive > .row .feature1 .img-icon img, .upper-feature-responsive > .row .feature2 .img-icon img, .upper-feature-responsive > .feature2 .img-icon img {
    width: 100%;
    float: left;
}
.upper-feature-responsive > .row .feature2 {
    width: 48%;
    padding: 43px 15px;
    /* border: 1px dashed #332; */
    max-height: unset;
    overflow: hidden;
    min-height: 320px;
    float: left;
    margin: auto;
}
.upper-feature-responsive > .feature2 {
    width: 48%;
    padding: 29px 15px;
    /* border: 1px dashed #332; */
    max-height: unset;
    overflow: hidden;
    min-height: 320px;
    /* float: left; */
    margin: 0 auto;
}
.feature2demo {
    width: 55%;
    padding: 50px 15px !important;
    /* border: 1px dashed #332; */
    max-height: 225px;
    overflow: hidden;
    min-height: 300px;
    /* float: left; */
    margin: 0 auto;
}
.crm_card{z-index:3 !important;}

.frame {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bg-color{background-color: #f4f6fa;  z-index:0;}

/*    .feature1{padding:20px !important;}*/
  
.manageio_head h2 {font-size: 24px;}
    .manageio_head h2 {
    font-size: 21px;
    }
    .lms-featuresMidSection > .row > .lms-about h3 {
    font-size: 18px;
    }

    }   
    
    @media screen and (max-width:450px){
    .form-box {
    padding: 20px;
    background: #fff;
    border-radius: 7px;
    width: 100%;
    }    
    .intro-section, .intro-section .container > .row {
    height: 100vh;
    min-height: 1170px;
    }    
    .feature1 > .feat-content a h1, .feature2 > .feat-content a h1 {
    font-size: 18px;
    color: #333;
    line-height: normal;
    letter-spacing: 0px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
    }
    .feat-content > a > h1 {
    font-size: 20px;
    color: #333;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 10px !important;
    padding-top: 0px;
    }
   .upper-feature-responsive > .row .feature1 > .feat-content, .upper-feature-responsive > .row .feature2 > .feat-content, .upper-feature-responsive > .feature2 > .feat-content {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    font-family: 'Work Sans';
    }
    .upper-feature-responsive > .row .feature1 {
    width: 48%;
    /* padding: 11px 10px; */
    padding-top: 30px;
    border: unset;
    max-height: unset;
    overflow: hidden;
    min-height: 300px;
    float: left;
    margin: 0 auto;
    }
    .upper-feature-responsive > .row .feature1 .img-icon img, .upper-feature-responsive > .row .feature2 .img-icon img, .upper-feature-responsive > .feature2 .img-icon img {
    width: 85%;
    float: left;
    }
    .feat-content p a {
    color: rgba(0,0,0,0.5);
    font-size: 11px;
    margin-bottom: 0px;
    line-height: .8rem;
    }    
      .rc-anchor-normal {
    height: 75px;
    width: 293px !important;
    }     
    }

    @media screen and (max-width:400px){
    .form-box {
    padding: 20px;
    width: 100%;
    background: #fff;
    border-radius: 7px;
        } 
   .feature1 > .feat-content a h1, .feature2 > .feat-content a h1 {
    font-size: 18px;
    color: #333;
    line-height: normal;
    letter-spacing: 0px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 5px !important;
    }
    .lms-featuresMidSection > .row > .lms-about {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 23px;
    color: #0b0e3a;
    /* text-align: center; */
    /* margin-bottom: 50px; */
    font-family: 'Work Sans';
    /* margin-top: 15px; */
    }
    .manageio_head h2 {
    font-size: 21px;
    }
    .lms-featuresMidSection > .row > .lms-about h3 {
    font-size: 18px;
    }
    .upper-feature-responsive > .feature2 {
    width: 48%;
    padding: 29px 15px;
    /* border: 1px dashed #332; */
    max-height: unset;
    overflow: hidden;
    min-height: 290px;
    /* float: left; */
    margin: 0 auto;
    }    
    .mobile-middle {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: left;
    padding-right: 15px !important;
    padding-left: 15px !important;
    font-family: 'Work Sans';
        }    
    .feat-content p a {
    color: rgba(0,0,0,0.5);
    font-size: 10px;
    margin-bottom: 0px;
    line-height: .8rem;
    }
    .feature1 > .feat-content p, .feature2 >.feat-content p {
    font-size: 11px;
    color: rgba(0,0,0,0.5);
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    font-size: 10px;
    margin-bottom: 5px;
    }
    .upper-feature-responsive > .row .feature1 {
    width: 48%;
    /* padding: 11px 10px; */
    padding-top: 26px;
    border: unset;
    max-height: 300px;
    overflow: hidden;
    min-height: 280px;
    float: left;
    margin: 0 auto;
    }
  .upper-feature-responsive > .row .feature1 > .feat-content, .upper-feature-responsive > .row .feature2 > .feat-content, .upper-feature-responsive > .feature2 > .feat-content {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    }
    .follow-head{padding-top: 30px !important;}
  .feat-content > a > h1 {
    font-size: 18px;
    color: #333;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 1px !important;
    padding-top: 0px;
    }
  .feature2 .crm_card {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 250px;
    }
    .upper-feature-responsive > .row .feature2 {
    width: 48%;
    padding: 35px 10 px;
    /* border: 1px dashed #332; */
    max-height: unset;
    overflow: hidden;
    min-height: 250px;
    float: left;
    margin: auto;
    }    
    
}





