body {
  display: none
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

/* Define rumble animations */
@keyframes rumble-before {

  0%,
  100% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.97);
  }

  75% {
    transform: scale(1.03);
  }
}

@keyframes rumble-after {

  0%,
  100% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.03);
  }

  75% {
    transform: scale(0.97);
  }
}

.hicon {
  width: 60px;
  height: 60px;
  font-size: 60px;
  vertical-align: text-bottom;
}

.header-fix {
  position: sticky;
  top: 0;
  z-index: 10;
}

.nav-link:hover .mdi {
  transition: all 0.65s;
  transform: rotateY(360deg);
}

.dslet {
  background-position: center;
  transition: background 0.8s;
  height: 190px;
  /*color: #444 !important;*/
  /*background: #fff !important;*/
}

.dslet:hover {
  /*color: #206bc4 !important;
  background: #d2e1f3 !important;*/
}

.fontb22 {
  font-size: 22px;
  font-weight: 700;
}

.dslet:hover .mdi {
  transition: all 0.65s;
  transform: rotateY(360deg);
}

.navbar-brand-image:hover {
  animation: rumble-before .7s linear;
}

.dataTables_wrapper thead .sorting {
  position: relative
}

.dataTables_wrapper thead .sorting:after {
  position: absolute;
  right: 0;
  bottom: 5px
}

.dataTables_wrapper thead .sorting:before {
  position: absolute;
  right: 0;
  top: 5px
}

.dataTables_wrapper thead .sorting_desc {
  position: relative
}

.dataTables_wrapper thead .sorting_desc:after {
  position: absolute;
  right: 0;
  bottom: 5px
}

.dataTables_wrapper thead .sorting_asc {
  position: relative
}

.dataTables_wrapper thead .sorting_asc:after {
  position: absolute;
  right: 0;
  top: 5px
}

.dataTables_wrapper .table,
.dataTables_wrapper .text-wrap table,
.text-wrap .dataTables_wrapper table {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  border-bottom: 1px solid rgba(0, 40, 100, 0.12)
}

.dataTables_wrapper .dataTables_length {
  margin: 1rem 1.5rem;
  float: left
}

.dataTables_wrapper .dataTables_length select {
  width: auto;
  display: inline-block;
  margin: 0 .2rem
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  margin: 1rem 1.5rem;
  text-align: right;
  color: #495057
}

.dataTables_wrapper .dataTables_filter input {
  width: auto;
  margin-left: .2rem;
  display: inline-block
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  margin: 1rem 1.5rem
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin: 0 .2rem;
  color: #fff
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  margin: 1rem 1.5rem;
  color: #495057;
  line-height: 38px
}

.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
  display: none
}

.only-timepicker .datepicker--time {
  border-top: none
}

.closex {
  position: absolute;
  cursor: pointer;
  right: 25px;
  margin-top: -16px;
  font-size: 30px;
  color: #777
}

.closex:hover {
  color: #000;
}

.editx {
  position: absolute;
  cursor: pointer;
  right: 56px;
  margin-top: -16px;
  font-size: 30px;
}

.switchx {
  position: absolute;
  cursor: pointer;
  right: 87px;
  margin-top: -16px;
  font-size: 30px;
}

.taskicon {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 1px solid rgba(134, 140, 151, 0.24);
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  background-color: #f1f3f8;
  width: 150px;
  height: 150px;
  cursor: pointer
}

.cropImgPanel {
  width: 150px;
  height: 40px;
  background-color: #f1f3f8;
  border: 1px solid rgba(110, 117, 130, 0.2);
  cursor: pointer;
  text-align: center;
  line-height: 38px;
}

.cardHead {
  font-weight: 700;
  font-size: 16px;
  color: #206bc4;
  line-height: 36px;
  margin-left: 1rem !important;
}

.benefit-background2 {
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 1)), url('../img/home/benefit.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.challenge-background {
  background-image: url('../img/home/challenge.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.benefit-background {
  background-image: url('../img/home/benefit.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.pricing-background {
  background-image: url('../img/home/pricing.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.hide {
  display: none;
  visibility: hidden
}

.cardclick:hover {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer
}

.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
  display: none
}

.only-timepicker .datepicker--time {
  border-top: none
}

.taskBoxfont {
  font-size: 100px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 25px;
  display: inline-block
}

.font10 {
  font-size: 10px;
}

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px
}

.font16 {
  font-size: 16px
}

.font18 {
  font-size: 18px
}

.font20 {
  font-size: 20px
}

.font22 {
  font-size: 22px
}

.line20 {
  line-height: 20px;
}

.badge-capture {
  min-width: 30px;
  text-align: right;
}

.bage-lg {
  font-size: 14px !important;
  padding-right: 6px !important;
}

.taskInActive {
  color: rgba(168, 174, 183, 0.4) !important;
  background-color: #F5F7FB !important;
  border: 1px solid rgba(168, 174, 183, 0.4) !important
}

.taskBox36 {
  color: #fff;
  background-color: #206bc4;
  border: 1px solid #206bc4;
  text-align: center;
  border-radius: 50px;
  font-size: 22px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  display: inline-block;
  margin-top: 4px;
}

.taskBox36:hover {
  animation: shake 0.4s ease-out;
}

.task36 {
  width: 36px !important;
  height: 36px !important
}

.taskGreen {
  color: #fff !important;
  background-color: #5eba00;
  border: 1px solid #5eba00 !important
}

.taskGray {
  color: #fff !important;
  background-color: #868e96;
  border: 1px solid #868e96 !important
}

.taskRed {
  color: #fff !important;
  background-color: #cd201f;
  border: 1px solid #cd201f !important
}

.recurringTask {
  line-height: 16px;
  margin-left: 8px;
  display: inline-block
}

.taskHead {
  margin-left: 2px
}

.taskDescription {
  font-size: 14px;
  line-height: 16px
}

.taskSnapImg {
  width: 100%;
  min-height: 300px;
  background-color: #858E96;
  border: 1px solid #e9ecf1;
  background-size: cover
}

.pad1440 {
  padding: 14px 40px
}

.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
  display: none
}

.only-timepicker .datepicker--time {
  border-top: none
}

.cardclick:hover {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer
}

.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
  display: none
}

.only-timepicker .datepicker--time {
  border-top: none
}

.taskicon {
  border: 1px solid rgba(134, 140, 151, 0.24);
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  background-color: #f1f3f8;
  width: 75px;
  height: 75px;
  cursor: pointer
}

.taskiconfont {
  font-size: 50px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  display: inline-block
}

.big-switch {
  height: 26px;
  width: 50px !important;
  cursor: pointer
}

.big-switch-text {
  line-height: 32px
}

.hand {
  cursor: pointer
}

table.dataTable.no-footer {
  border-bottom: 1px solid rgba(110, 117, 130, 0.2) !important;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid rgba(110, 117, 130, 0.2) !important;
}

.imgcapture {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  min-height: 400px;
  max-height: 400px;
}

.imgcapture200 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  min-height: 200px;
  max-height: 200px;
}

.mapMarkerLabels {
  text-align: center;
  width: 120px;
  max-width: 200px;
  min-width: 40px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px 4px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background: #545d6d;
  font-size: 11px;
  border-color: #545d6d;
}

.subtitle {
  font-size: 16px;
  font-weight: 550;
  line-height: 34px;
}

.h285 {
  height: 285px;
}

.h340 {
  height: 340px;
}

.h80 {
  height: 80px;
}

.subTitle18b {
  font-size: 18px;
  font-weight: 600;
}

.heroColor {
  color: #206bc4;
}

.heroTitle {
  line-height: 96px;
  font-size: 86px;
  color: #000000;
  font-weight: 900;
}

.heroSubTitle {
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
}

.carouselTitle {
  line-height: 50px;
  font-size: 36px;
  font-weight: 700;
}

.carouselSubTitle {
  font-size: 34px;
  font-weight: 900;
}

.contactEmail {
  font-size: 40px;
  font-weight: 900;
  color: #444444;
}

.contactPhone {
  font-size: 32px;
  font-weight: 900;
  color: #444444;
}

.feature-text h4 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
}

.feature-first .feature-item {
  flex-direction: row-reverse;
  display: flex;
  align-items: flex-start;
  text-align: right;
}

.feature-last .feature-item {
  flex-direction: row;
  display: flex;
  align-items: flex-start;
  text-align: left;
}

.feature-item:not(:last-child) {
  margin-bottom: 6px;
  height: 200px;
}

.feature-icon {
  margin-right: 0;
  margin-left: 20px;
}

.feature-item .feature-icon {
  color: #206bc4;
  margin-right: 20px;
}

.features-grid .feature-item {
  display: flex;
  align-items: flex-start;
}

.features-grid .feature-img {
  margin: 0 6rem;
  max-width: 325px;
}

.carouselBox {
  margin: auto;
  width: 100%;
  min-height: 400px;
}

.multiple_device {
  left: 45%;
  margin: 0 auto;
  max-width: 115vw;
  position: relative;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 115vw;
}

.mh402 {
  min-height: 402px;
}

.gray {
  background-color: #f8f9fa;
}

.modal-dialog iframe {
  margin: 0 auto;
  display: block;
}

.closeLogin {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 30px;
  cursor: pointer;
  color: #6e7582;
}

.bold {
  font-weight: 600;
}

.bottomRight {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* (A) FULL SCREEN WRAPPER */
.loader {
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.2s;
}

/* (B) CENTER LOADING SPINNER */
.loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .heroTitle {
    line-height: 64px;
    font-size: 50px;
  }

  .contactEmail {
    font-size: 30px;
  }

  .contactPhone {
    font-size: 26px;
  }
}