body {
  font-size: 15px;
  font-family: 'opensans-regular'
}

:root {
  --pink: #EC619A;
  --white: #ffffff;
  --approved: #DD5E3B;
  --settle: #568647;
  --due: #D19B23;
  --approved-light: #F3653D;
}

@font-face {
  font-family: 'opensans-regular';
  src: url(../fonts/opensans-regular.eot);
  src: url(../fonts/opensans-regular.eot?#iefix);
  src: url(../fonts/opensans-regular.woff2) format("woff2"), url(../fonts/opensans-regular.woff) format("woff"), url(../fonts/opensans-regular.otf) format("embedded-opentype"), url(../fonts/opensans-regular.ttf) format("truetype"), url(../fonts/opensans-regular.svg) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'opensans-semibold';
  src: url(../fonts/opensans-semibold.eot);
  src: url(../fonts/opensans-semibold.woff2) format("woff2"), url(../fonts/opensans-semibold.woff) format("woff"), url(../fonts/opensans-semibold.ttf) format("truetype"), url(../fonts/opensans-semibold.svg#opensans-semibold) format("svg"), url(../fonts/opensans-semibold.eot?#iefix) format("embedded-opentype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'opensans-bold';
  src: url(../fonts/opensans-bold.eot);
  src: url(../fonts/opensans-bold.eot?#iefix);
  src: url(../fonts/opensans-bold.woff2) format("woff2"), url(../fonts/opensans-bold.woff) format("woff"), url(../fonts/opensans-bold.otf) format("embedded-opentype"), url(../fonts/opensans-bold.ttf) format("truetype"), url(../fonts/opensans-bold.svg) format("svg")
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url(../fonts/Montserrat-Light.eot);
  src: url(../fonts/Montserrat-Light.eot?#iefix);
  src: url(../fonts/Montserrat-Light.otf) format("embedded-opentype"), url(../fonts/Montserrat-Light.ttf) format("truetype"), url(../fonts/Montserrat-Light.svg) format("svg"), url(../fonts/Montserrat-Light.woff) format("woff")
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url(../fonts/Montserrat-Medium.eot);
  src: url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium.ttf) format("truetype"), url(../fonts/Montserrat-Medium.svg#Montserrat-Medium) format("svg"), url(../fonts/Montserrat-Medium.eot?#iefix) format("embedded-opentype");
  font-weight: 400;
  font-style: normal
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: .5s;
  padding-top: 100px
}

.sidenav a {
  padding: 10px 8px 10px 0;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  display: block;
  transition: .3s
}

.sidenav a:hover {
  color: #00aeac;
  background: #fff
}

.sidenav .submenu {
  margin-bottom: 12px
}

.sidenav .submenu a {
  padding: 4px 8px 4px 0
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px
}

.sidenav .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  font-family: 'opensans-semibold'
}

.sidenav .navbar-nav .nav-link.active {
  color: #F3653D
}

.sidenav .navbar-nav {
  margin-left: 0;
  padding-left: 55px
}

.sidenav a.get_started {
  font-size: 25px;
  font-family: 'opensans-regular'
}

.sidenav .navbar-nav .dropdown-menu {
  margin-bottom: 27px;
  display: block
}

.sidenav .dropdown-item:hover {
  color: #16181b
}

.sidenav .dropdown:hover .dropdown-menu {
  width: 100%
}

.row {
  margin-left: -5px;
  margin-right: -5px
}

a:focus,
a:hover {
  outline: 0;
  border: 0;
  transition: all .5s ease-in-out
}

.dropdown:hover .dropdown-menu {
  display: block
}

.nav-item .dropdown-menu {
  margin-top: 0;
  width: 120px;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 0 15px 5px rgba(221, 226, 231, 0.8);
  float: right
}

.fa-caret-up {
  position: absolute;
  top: -23px;
  left: 30px;
  display: block;
  color: #fff;
  font-size: 35px
}

.dropdown-toggle::after {
  display: none
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'opensans-bold'
}

select::-ms-expand {
  display: none
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px
}

header {
  background-color: #fff !important
}

.navbar {
  padding: 8px .5rem 0px .5rem;
  transition: all .5s linear
}

.bg-dark {
  background-color: #fff !important
}

.navbar-nav {
  margin-left: 3em
}

.navbar-brand {
  margin-right: 0;
  width: 80%;
  margin-left: 5px
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  padding: 4px 16px 18px;
  font-size: 15px;
  font-family: 'opensans-semibold'
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #00aeac
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #00aeac
}

.navbar-light .navbar-toggler {
  border-color: transparent
}

a.get_started {
  font-family: 'opensans-regular';
  font-size: 13px
}

.navbar-light .navbar-nav .nav-link.login {
  color: #00aeac;
  border: 1px solid #00aeac;
  border-radius: 25px;
  font-size: 15px;
  margin-left: 15px;
  padding: 4px 20px;
  font-family: 'opensans-semibold'
}

.navbar-light .navbar-nav .nav-link.login:hover {
  color: #fff;
  border: 1px solid #00aeac;
  background: #00aeac
}

.navbar-toggler {
  padding: .25rem
}

.dropdown-menu a {
  color: #000
}

.dropdown-menu a h4:hover {
  color: #00aeac
}

.menu_icon {
  width: 50px;
  float: left
}

.menu_content {
  width: 80%;
  float: left
}

.menu_content h4 {
  font-size: 18px;
  margin-bottom: 5px
}

.menu_content p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 40px
}

.mtop {
  margin-top: 12px
}

.sticky {
  background: #fff !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2)
}

.navbar.sticky {
  padding: 5px
}

.navbar.sticky .navbar-nav {
  padding-top: 5px
}

.navbar.sticky img {
  height: 30px
}

.sticky a.get_started {
  color: #00aeac;
  border: 1px solid #00aeac;
  border-radius: 5px;
  text-transform: none;
  font-family: 'opensans-regular' !important;
  font-size: 13px;
  margin-left: 15px;
  padding: 4px 16px !important
}

.sticky a.get_started:hover {
  color: #fff !important;
  border: 1px solid #00aeac;
  background: #00aeac
}

.sticky a.get_started {
  display: none
}

a.nav-link.get-started-dark {
  background: #00aeac;
  color: #fff !important;
  border: 1px solid #00aeac;
  border-radius: 5px;
  font-family: 'opensans-bold';
  font-size: 15px !important;
  margin-left: 15px;
  padding: 4px 16px !important
}

a.nav-link.get-started-dark:hover {
  opacity: .8
}

.create a {
  color: #007bff;
  text-decoration: underline;
  background-color: transparent
}

.create a:hover {
  text-decoration: none
}

.bannersection {
  background-color: #fff;
  padding: 55px 0 80px;
  position: relative
}

.bannersection.home {
  background: url(../images/home-band.png) no-repeat center bottom;
  min-height: 578px;
  -webkit-box-shadow: inset 0 7px 3px -3px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: inset 0 7px 3px -3px rgba(50, 50, 50, 0.15);
  box-shadow: inset 0 7px 3px -3px rgba(50, 50, 50, 0.15)
}

.bannersection h1 {
  font-size: 26px;
  color: #666;
  margin-bottom: 20px
}

.bannersection p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px
}

.bannersection .btn-primary {
  font-size: 13px;
  padding: 10px 9px;
  background: #00aeac;
  border: 1px solid #00aeac;
  font-family: 'opensans-bold'
}

.bannersection .btn-primary:hover {
  opacity: .8
}

.bannersection .btn-tr {
  font-size: 13px;
  padding: 10px 9px;
  background: transparent;
  font-family: 'opensans-bold';
  color: #666;
  border: 1px solid #666;
  margin-left: 8px
}

.bannersection .btn-tr:hover {
  border: 1px solid #00aeac;
  color: #00aeac;
  border-color: #00aeac
}

.nocredit {
  display: block;
  font-size: 13px;
  padding-top: 13px;
  color: #666
}

.img-width {
  max-width: 80%
}

.getting_started {
  padding: 0 !important;
  background: linear-gradient(to right, #0092f6, #013173);
  color: #fff;
  height: auto;
  position: relative;
  overflow: hidden
}

.halftopbg {
  padding: 100px 0 80px;
  background: url(../images/circle_bg.svg) no-repeat center top;
  width: 100%;
  background-size: 100%;
  background-attachment: fixed
}

.getting_started h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px
}

.getting_started h3 span {
  font-family: 'opensans-regular'
}

.getting_started p {
  font-family: 'Montserrat-Light';
  font-size: 20px;
  max-width: 680px;
  text-align: center;
  margin-bottom: 40px
}

.getting_started .caption {
  font-family: 'opensans-bold';
  font-size: 18px;
  text-align: center
}

.getting_started .caption a {
  text-decoration: underline;
  color: #fff;
  font-family: 'opensans-regular'
}

.getting_started .caption a:hover {
  text-decoration: none
}

.getting_started .formsec {
  max-width: 950px
}

.getting_started input[type="text"],
.getting_started input[type="email"],
.getting_started input[type="number"] {
  background: #fff;
  border-radius: 5px;
  padding: 14px 20px 14px 40px;
  width: 100%;
  border: 0;
  margin-bottom: 30px;
  height: 50px
}

.getting_started button[type="submit"] {
  color: #fff;
  background: #00aeac;
  box-shadow: 0 3px 5px 3px rgba(1, 49, 115, 0.2);
  font-size: 17px;
  border-radius: 5px;
  padding: 14px 25px;
  border: 1px solid #00aeac;
  font-family: 'opensans-bold';
  margin-bottom: 50px;
  width: 100%
}

.getting_started button[type="submit"]:hover {
  opacity: .8;
  cursor: pointer
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0
}

.getting_started a.btn,
.nptw-contnet a.btn {
  color: #fff;
  background: #00aeac;
  box-shadow: 0 3px 5px 3px rgba(1, 49, 115, 0.2);
  font-size: 17px;
  border-radius: 5px;
  padding: 14px 25px;
  border: 1px solid #00aeac;
  font-family: 'opensans-bold';
  margin-bottom: 50px;
  width: 100%
}

.getting_started a.btn:hover {
  opacity: .8;
  cursor: pointer
}

input[type=number] {
  -moz-appearance: textfield
}

.name {
  content: "\f007";
  position: relative;
  display: block;
  font-size: 14px
}

.email {
  content: "\f0e0";
  position: relative;
  display: block;
  font-size: 14px
}

.phone {
  content: "\f095";
  position: relative;
  display: block;
  font-size: 14px
}

.formsec i {
  position: absolute;
  color: #999;
  z-index: 1;
  font-size: 16px;
  top: 2px
}

.icon {
  padding: 14px;
  min-width: 40px
}

.fa-user {
  color: #999
}

.blog_sec {
  padding: 70px 0;
  background: #f2f5f9
}

.blog_sec h2 {
  font-size: 20px;
  margin-bottom: 28px;
  text-align: center;
  margin-bottom: 50px
}

.blog_sec h2 a {
  color: #212529
}

.blog_sec .col-xl-12 {
  margin-bottom: 30px
}

.blog_col {
  background: #fff;
  transition: all .5s ease-in-out;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px
}

.blog_col:hover {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all .5s ease-in-out;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px
}

.blog_col .caption {
  padding: 40px 30px;
  color: #000;
  text-align: left
}

.blog_col .caption p {
  font-size: 15px;
  line-height: 23px;
  text-decoration: none
}

.blog_col .caption h3 {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 17px;
  font-family: 'opensans-bold' !important;
  color: #333;
  text-decoration: none
}

.blog_sec a:hover {
  text-decoration: none
}

.bg_overflow {
  overflow: hidden;
  position: relative
}

.blog_image {
  min-height: 185px;
  position: relative;
  transform: scale(1);
  height: 150px;
  transition: all .5s ease-in-out;
  overflow: hidden
}

.blog_col:hover .blog_image {
  transform: scale(1.1);
  transition: all .5s ease-in-out;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px
}

.blog_col .readmore {
  color: #00aeac;
  font-size: 15px;
  text-decoration: none
}

.blog_col .readmore:hover {
  text-decoration: none
}

.blog1 {
  background: url(../images/near-miss-reporting.jpg) no-repeat 0 0 / cover;
  overflow: hidden
}

.blog2 {
  background: url(../images/digitized-permit-to-work-system.jpg) no-repeat 0 0 / cover;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px
}

.blog3 {
  background: url(../images/occupational-health-and-safety.jpg) no-repeat 0 0 / cover;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px
}

.copyright {
  line-height: 23px
}

.copyright a {
  display: inline-block;
  padding: 0 8px
}

.copyright b {
  display: block;
  font-weight: 400
}

.socials {
  margin: 10px 5px
}

a.social {
  font-size: 17px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  font-family: "Font Awesome\ 5 Brands";
  width: 36px;
  height: 36px;
  color: #4bc3c3;
  text-align: center;
  line-height: 36px;
  padding: 0;
  font-weight: 600;
  display: inline-block;
  margin: 0 5px
}

a.social:hover {
  background: #00aeac;
  color: #fff;
  border: 1px solid #fff
}

.bannerdemo .inner h2 {
  font-size: 20px;
  text-align: center
}

.bannerdemo {
  background-color: #ecf1f6;
  padding: 100px 0;
  text-align: center;
  position: relative
}

.bannerdemo h1 {
  font-size: 26px;
  color: #000;
  margin-bottom: 20px
}

.bannerdemo p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px
}

.bannerdemot {
  background-color: #ecf1f6;
  padding: 100px 0;
  position: relative;
  text-align: center
}

.bannerdemot h1 {
  font-size: 26px;
  color: #000;
  margin-bottom: 20px
}

.bannerdemot p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px
}

.requestform {
  position: relative;
  margin-top: -60px;
  padding: 58px 15px;
  max-width: 775px;
  background: #fff;
  box-shadow: 0 5px 20px 5px rgba(243, 243, 243, 0.9);
  margin-bottom: 100px
}

.requestform input,
.requestform select {
  border-radius: 5px;
  padding: 12px 9px;
  width: 100%;
  border: 1px solid #b7b7b7;
  margin-bottom: 32px;
  color: #666;
  height: 50px
}

.requestform select {
  padding: 12px 5px
}

.requestform input[type="checkbox"] {
  width: auto;
  height: auto
}

.requestform label.checkbox {
  margin-left: 21px
}

.requestform button[type="submit"] {
  color: #fff;
  background: #00aeac;
  font-size: 15px;
  border-radius: 5px;
  padding: 14px 25px;
  border: 1px solid #00aeac;
  font-family: 'opensans-bold';
  margin-bottom: 50px;
  width: 100%;
  margin-top: 50px
}

.requestform button[type="submit"]:hover {
  opacity: .8
}

.requestform input:focus {
  border: 1px solid #00aeac;
  border-radius: 5px
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  line-height: 1
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group>.dropdown-toggle,
.input-prepend .btn-group>.dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.input-group-addon,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  min-width: 20px;
  padding: 12px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #b8adb8;
  border-left: 0
}

.input-group-addon.bdr {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px
}

.form-control[readonly] {
  background-color: #fff;
  opacity: 1
}

.form-control {
  font-size: 14px
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format("svg")
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  line-height: 1
}

.glyphicon-asterisk:before {
  content: "\2a"
}

.glyphicon-plus:before {
  content: "\2b"
}

.glyphicon-euro:before {
  content: "\20ac"
}

.glyphicon-minus:before {
  content: "\2212"
}

.glyphicon-cloud:before {
  content: "\2601"
}

.glyphicon-envelope:before {
  content: "\2709"
}

.glyphicon-pencil:before {
  content: "\270f"
}

.glyphicon-glass:before {
  content: "\e001"
}

.glyphicon-music:before {
  content: "\e002"
}

.glyphicon-search:before {
  content: "\e003"
}

.glyphicon-heart:before {
  content: "\e005"
}

.glyphicon-star:before {
  content: "\e006"
}

.glyphicon-star-empty:before {
  content: "\e007"
}

.glyphicon-user:before {
  content: "\e008"
}

.glyphicon-film:before {
  content: "\e009"
}

.glyphicon-th-large:before {
  content: "\e010"
}

.glyphicon-th:before {
  content: "\e011"
}

.glyphicon-th-list:before {
  content: "\e012"
}

.glyphicon-ok:before {
  content: "\e013"
}

.glyphicon-remove:before {
  content: "\e014"
}

.glyphicon-zoom-in:before {
  content: "\e015"
}

.glyphicon-zoom-out:before {
  content: "\e016"
}

.glyphicon-off:before {
  content: "\e017"
}

.glyphicon-signal:before {
  content: "\e018"
}

.glyphicon-cog:before {
  content: "\e019"
}

.glyphicon-trash:before {
  content: "\e020"
}

.glyphicon-home:before {
  content: "\e021"
}

.glyphicon-file:before {
  content: "\e022"
}

.glyphicon-time:before {
  content: "\e023"
}

.glyphicon-road:before {
  content: "\e024"
}

.glyphicon-download-alt:before {
  content: "\e025"
}

.glyphicon-download:before {
  content: "\e026"
}

.glyphicon-upload:before {
  content: "\e027"
}

.glyphicon-inbox:before {
  content: "\e028"
}

.glyphicon-play-circle:before {
  content: "\e029"
}

.glyphicon-repeat:before {
  content: "\e030"
}

.glyphicon-refresh:before {
  content: "\e031"
}

.glyphicon-list-alt:before {
  content: "\e032"
}

.glyphicon-flag:before {
  content: "\e034"
}

.glyphicon-headphones:before {
  content: "\e035"
}

.glyphicon-volume-off:before {
  content: "\e036"
}

.glyphicon-volume-down:before {
  content: "\e037"
}

.glyphicon-volume-up:before {
  content: "\e038"
}

.glyphicon-qrcode:before {
  content: "\e039"
}

.glyphicon-barcode:before {
  content: "\e040"
}

.glyphicon-tag:before {
  content: "\e041"
}

.glyphicon-tags:before {
  content: "\e042"
}

.glyphicon-book:before {
  content: "\e043"
}

.glyphicon-print:before {
  content: "\e045"
}

.glyphicon-font:before {
  content: "\e047"
}

.glyphicon-bold:before {
  content: "\e048"
}

.glyphicon-italic:before {
  content: "\e049"
}

.glyphicon-text-height:before {
  content: "\e050"
}

.glyphicon-text-width:before {
  content: "\e051"
}

.glyphicon-align-left:before {
  content: "\e052"
}

.glyphicon-align-center:before {
  content: "\e053"
}

.glyphicon-align-right:before {
  content: "\e054"
}

.glyphicon-align-justify:before {
  content: "\e055"
}

.glyphicon-list:before {
  content: "\e056"
}

.glyphicon-indent-left:before {
  content: "\e057"
}

.glyphicon-indent-right:before {
  content: "\e058"
}

.glyphicon-facetime-video:before {
  content: "\e059"
}

.glyphicon-picture:before {
  content: "\e060"
}

.glyphicon-map-marker:before {
  content: "\e062"
}

.glyphicon-adjust:before {
  content: "\e063"
}

.glyphicon-tint:before {
  content: "\e064"
}

.glyphicon-edit:before {
  content: "\e065"
}

.glyphicon-share:before {
  content: "\e066"
}

.glyphicon-check:before {
  content: "\e067"
}

.glyphicon-move:before {
  content: "\e068"
}

.glyphicon-step-backward:before {
  content: "\e069"
}

.glyphicon-fast-backward:before {
  content: "\e070"
}

.glyphicon-backward:before {
  content: "\e071"
}

.glyphicon-play:before {
  content: "\e072"
}

.glyphicon-pause:before {
  content: "\e073"
}

.glyphicon-stop:before {
  content: "\e074"
}

.glyphicon-forward:before {
  content: "\e075"
}

.glyphicon-fast-forward:before {
  content: "\e076"
}

.glyphicon-step-forward:before {
  content: "\e077"
}

.glyphicon-eject:before {
  content: "\e078"
}

.glyphicon-chevron-left:before {
  content: "\e079"
}

.glyphicon-chevron-right:before {
  content: "\e080"
}

.glyphicon-plus-sign:before {
  content: "\e081"
}

.glyphicon-minus-sign:before {
  content: "\e082"
}

.glyphicon-remove-sign:before {
  content: "\e083"
}

.glyphicon-ok-sign:before {
  content: "\e084"
}

.glyphicon-question-sign:before {
  content: "\e085"
}

.glyphicon-info-sign:before {
  content: "\e086"
}

.glyphicon-screenshot:before {
  content: "\e087"
}

.glyphicon-remove-circle:before {
  content: "\e088"
}

.glyphicon-ok-circle:before {
  content: "\e089"
}

.glyphicon-ban-circle:before {
  content: "\e090"
}

.glyphicon-arrow-left:before {
  content: "\e091"
}

.glyphicon-arrow-right:before {
  content: "\e092"
}

.glyphicon-arrow-up:before {
  content: "\e093"
}

.glyphicon-arrow-down:before {
  content: "\e094"
}

.glyphicon-share-alt:before {
  content: "\e095"
}

.glyphicon-resize-full:before {
  content: "\e096"
}

.glyphicon-resize-small:before {
  content: "\e097"
}

.glyphicon-exclamation-sign:before {
  content: "\e101"
}

.glyphicon-gift:before {
  content: "\e102"
}

.glyphicon-leaf:before {
  content: "\e103"
}

.glyphicon-eye-open:before {
  content: "\e105"
}

.glyphicon-eye-close:before {
  content: "\e106"
}

.glyphicon-warning-sign:before {
  content: "\e107"
}

.glyphicon-plane:before {
  content: "\e108"
}

.glyphicon-random:before {
  content: "\e110"
}

.glyphicon-comment:before {
  content: "\e111"
}

.glyphicon-magnet:before {
  content: "\e112"
}

.glyphicon-chevron-up:before {
  content: "\e113"
}

.glyphicon-chevron-down:before {
  content: "\e114"
}

.glyphicon-retweet:before {
  content: "\e115"
}

.glyphicon-shopping-cart:before {
  content: "\e116"
}

.glyphicon-folder-close:before {
  content: "\e117"
}

.glyphicon-folder-open:before {
  content: "\e118"
}

.glyphicon-resize-vertical:before {
  content: "\e119"
}

.glyphicon-resize-horizontal:before {
  content: "\e120"
}

.glyphicon-hdd:before {
  content: "\e121"
}

.glyphicon-bullhorn:before {
  content: "\e122"
}

.glyphicon-certificate:before {
  content: "\e124"
}

.glyphicon-thumbs-up:before {
  content: "\e125"
}

.glyphicon-thumbs-down:before {
  content: "\e126"
}

.glyphicon-hand-right:before {
  content: "\e127"
}

.glyphicon-hand-left:before {
  content: "\e128"
}

.glyphicon-hand-up:before {
  content: "\e129"
}

.glyphicon-hand-down:before {
  content: "\e130"
}

.glyphicon-circle-arrow-right:before {
  content: "\e131"
}

.glyphicon-circle-arrow-left:before {
  content: "\e132"
}

.glyphicon-circle-arrow-up:before {
  content: "\e133"
}

.glyphicon-circle-arrow-down:before {
  content: "\e134"
}

.glyphicon-globe:before {
  content: "\e135"
}

.glyphicon-tasks:before {
  content: "\e137"
}

.glyphicon-filter:before {
  content: "\e138"
}

.glyphicon-fullscreen:before {
  content: "\e140"
}

.glyphicon-dashboard:before {
  content: "\e141"
}

.glyphicon-heart-empty:before {
  content: "\e143"
}

.glyphicon-link:before {
  content: "\e144"
}

.glyphicon-phone:before {
  content: "\e145"
}

.glyphicon-usd:before {
  content: "\e148"
}

.glyphicon-gbp:before {
  content: "\e149"
}

.glyphicon-sort:before {
  content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"
}

.glyphicon-sort-by-order:before {
  content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154"
}

.glyphicon-sort-by-attributes:before {
  content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"
}

.glyphicon-unchecked:before {
  content: "\e157"
}

.glyphicon-expand:before {
  content: "\e158"
}

.glyphicon-collapse-down:before {
  content: "\e159"
}

.glyphicon-collapse-up:before {
  content: "\e160"
}

.glyphicon-log-in:before {
  content: "\e161"
}

.glyphicon-flash:before {
  content: "\e162"
}

.glyphicon-log-out:before {
  content: "\e163"
}

.glyphicon-new-window:before {
  content: "\e164"
}

.glyphicon-record:before {
  content: "\e165"
}

.glyphicon-save:before {
  content: "\e166"
}

.glyphicon-open:before {
  content: "\e167"
}

.glyphicon-saved:before {
  content: "\e168"
}

.glyphicon-import:before {
  content: "\e169"
}

.glyphicon-export:before {
  content: "\e170"
}

.glyphicon-send:before {
  content: "\e171"
}

.glyphicon-floppy-disk:before {
  content: "\e172"
}

.glyphicon-floppy-saved:before {
  content: "\e173"
}

.glyphicon-floppy-remove:before {
  content: "\e174"
}

.glyphicon-floppy-save:before {
  content: "\e175"
}

.glyphicon-floppy-open:before {
  content: "\e176"
}

.glyphicon-credit-card:before {
  content: "\e177"
}

.glyphicon-transfer:before {
  content: "\e178"
}

.glyphicon-cutlery:before {
  content: "\e179"
}

.glyphicon-header:before {
  content: "\e180"
}

.glyphicon-compressed:before {
  content: "\e181"
}

.glyphicon-earphone:before {
  content: "\e182"
}

.glyphicon-phone-alt:before {
  content: "\e183"
}

.glyphicon-tower:before {
  content: "\e184"
}

.glyphicon-stats:before {
  content: "\e185"
}

.glyphicon-sd-video:before {
  content: "\e186"
}

.glyphicon-hd-video:before {
  content: "\e187"
}

.glyphicon-subtitles:before {
  content: "\e188"
}

.glyphicon-sound-stereo:before {
  content: "\e189"
}

.glyphicon-sound-dolby:before {
  content: "\e190"
}

.glyphicon-sound-5-1:before {
  content: "\e191"
}

.glyphicon-sound-6-1:before {
  content: "\e192"
}

.glyphicon-sound-7-1:before {
  content: "\e193"
}

.glyphicon-copyright-mark:before {
  content: "\e194"
}

.glyphicon-registration-mark:before {
  content: "\e195"
}

.glyphicon-cloud-download:before {
  content: "\e197"
}

.glyphicon-cloud-upload:before {
  content: "\e198"
}

.glyphicon-tree-conifer:before {
  content: "\e199"
}

.glyphicon-tree-deciduous:before {
  content: "\e200"
}

.glyphicon-briefcase:before {
  content: "\1f4bc"
}

.glyphicon-calendar:before {
  content: "\1f4c5"
}

.glyphicon-pushpin:before {
  content: "\1f4cc"
}

.glyphicon-paperclip:before {
  content: "\1f4ce"
}

.glyphicon-camera:before {
  content: "\1f4f7"
}

.glyphicon-lock:before {
  content: "\1f512"
}

.glyphicon-bell:before {
  content: "\1f514"
}

.glyphicon-bookmark:before {
  content: "\1f516"
}

.glyphicon-fire:before {
  content: "\1f525"
}

.glyphicon-wrench:before {
  content: "\1f527"
}

.dropdown-menu {
  font-size: 13px
}

section.error-404.not-found {
  padding: 200px 0;
  text-align: center
}

.text_box {
  padding: 10px 10px 10px 20px;
  background-color: #f6f6f6;
  border-radius: 3px;
  border: 1px solid #123773;
  width: 100%
}

.text_area {
  padding: 10px;
  background-color: #f6f6f6;
  border-radius: 3px;
  border: 1px solid #123773;
  width: 100%
}

.sel_box {
  padding: 7px 20px 7px 10px;
  background: #f6f6f6 url(../images/select-arrow.png) no-repeat scroll 95% center;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #999;
  border-radius: 2px;
  height: 37px
}

.srchbx {
  font-family: 'opensans-regular';
  color: #313131;
  border: 1px solid #123773;
  background: #f5f5f5 url(../images/search-icon.png) no-repeat scroll 98% center;
  width: 100%;
  border-radius: 2px;
  padding: 7px 30px 7px 12px;
  transition: all .3s ease 0;
  -webkit-transition: all .3s ease 0
}

.text_box:focus,
.sel_box:focus,
.text_area:focus,
.srchbx:focus {
  border: 1px solid #123773;
  transition: all .3s ease 0;
  color: #123773
}

.btns {
  border: 1px solid #20a9ea;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  padding: 7px 20px;
  text-align: center;
  background: #f8e615;
  text-decoration: none;
  display: inline-block;
  font-family: 'opensans-regular';
  width: 100%;
  background: #20a9ea
}

.btns:hover {
  background: #123773;
  color: #fff;
  border: 1px solid #20a9ea;
  opacity: .8
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button
}

.faqsection {
  background: #ecf1f6;
  padding: 60px 0
}

.faqsection h2 {
  font-size: 25px;
  margin-bottom: 30px;
  line-height: 33px;
  text-align: center;
  color: #000
}

.faqsection .title-sec h1 {
  text-align: center;
  margin: 0;
  padding: 0 0 25px;
  font-size: 30px;
  color: #000;
  line-height: 57px;
  font-weight: 300;
  position: relative
}

.faqsection .title-sec h1:after {
  content: '';
  position: absolute;
  width: 185px;
  height: 4px;
  background: #1173c1;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto
}

.faq-sec {
  margin: 50px 0 30px
}

.panel-group {
  text-align: left
}

.card {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border: 0
}

.card-header>a:before {
  float: left !important;
  width: 25px;
  height: 25px;
  background: url(../images/minus.png) no-repeat 0 8px;
  content: '';
  position: absolute;
  left: 0
}

.card-header>a.collapsed:before {
  float: left !important;
  content: '';
  background: url(../images/plus.png) no-repeat 0 5px
}

.card-header>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
  text-decoration: none
}

.card-header>a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 30px;
  padding-left: 40px;
  font-family: 'opensans-bold'
}

.card-header a.collapsed {
  font-weight: 400;
  color: #333;
  font-family: 'opensans-bold'
}

.panel-group .panel+.panel {
  margin-top: 0
}

.panel-group .panel {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #afafaf;
  box-shadow: none;
  background: transparent
}

.panel-default>.panel-heading {
  color: #333;
  background-color: transparent;
  border-color: transparent;
  padding: 15px 15px 15px 70px;
  position: relative
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  line-height: 30px;
  font-weight: 300;
  border-top-color: #ddd;
  border: none;
  font-size: 17px;
  padding: 10px 15px 15px 70px
}

.panel-default>.panel-heading+.panel-collapse>.panel-body p {
  margin: 0 0 10px
}

.button-row {
  display: block;
  text-align: center;
  margin: 0 0 20px
}

.button-row a {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #1173c1;
  transition: .2s linear;
  border-bottom: 1px solid transparent
}

.button-row a:hover {
  color: #1173c1;
  transition: .2s linear;
  border-bottom: 1px solid #1173c1
}

#myScrollspy {
  padding: 35px;
  display: none
}

.faqsection ul.nav-pills {
  top: 120px;
  position: sticky
}

.faqsection div.col-sm-12 .fcontent {
  height: auto;
  margin-bottom: 40px
}

.faqsection ul.nav-pills a.nav-link {
  color: #000;
  padding: 13px 0;
  border-bottom: 1px solid #ddd
}

.faqsection .nav-pills .nav-link.active,
.faqsection .nav-pills .show>.nav-link {
  background-color: transparent;
  font-family: 'opensans-bold'
}

.faqsection .panel-title>a {
  font-size: 19px
}

.contact-bg,
.contact-list a {
  color: #333
}

.address-bg .phone {
  background: url(../images/phone-green.png) no-repeat left 5px
}

.address-bg .mail {
  background: url(../images/mail-green.png) no-repeat left 5px
}

.address-bg ul {
  list-style: none;
  padding-left: 0;
  margin-top: 16px
}

.contact-list h5 {
  font-size: 18px;
  margin-bottom: 10px
}

.address-bg .phone,
.address-bg .mail {
  font-size: 16px
}

.contact-list {
  margin-bottom: 40px
}

.contact-list span {
  margin-left: 12px
}

.contact-list li {
  display: inline-block
}

.contact-list li a {
  margin-right: 15px
}

.contact-list a.mail {
  color: #00aeac
}

.contact-form form {
  margin-top: 30px
}

.contact-form h5 {
  font-size: 18px
}

.contact-form .form-group {
  margin-bottom: 20px
}

.contact-form select.form-control {
  color: #666;
  background: url(../images/angel-icon.png) no-repeat 96% 17px
}

.contact-form select.custom-select.form-control {
  background: url(../images/angel-icon.png) no-repeat 80% 17px
}

.contact-form p {
  margin-top: 35px;
  color: #666
}

.contact-form button {
  width: 100%;
  background: #00aeac;
  border: none;
  font-family: 'opensans-bold';
  padding: 12px 0
}

.contact-bg {
  margin: 50px 0
}

.contact-form {
  border-top: 1px solid #ddd;
  padding-top: 40px
}

.contact-form .form-control {
  height: 40px;
  border-radius: .15rem;
  border: 1px solid #bababa;
  width: 100%
}

.contact-form textarea.form-control {
  height: 70px
}

.contact-form .form-control:focus {
  border-color: #00aeac;
  box-shadow: none
}

.contact-form p a {
  color: #00aeac
}

.contact-form .custom-select {
  height: 40px;
  color: #666;
  font-size: 15px;
  border: 1px solid #bababa;
  max-width: 78px
}

.moduletable.custom-reponstable .table thead>tr>th {
  color: #6E6D6D;
  font-family: opensans-regular;
  font-weight: 400;
  border-bottom: 1px solid #dee2e6;
  font-size: 14px
}

.custom-reponstable table {
  position: relative;
  width: 100%;
  font-size: 13px
}

.moduletable.custom-reponstable .table tbody>tr>td {
  padding: 20px 8px;
  border-top: 1px solid #ddd
}

.custom-reponstable .table tbody tr:first-child td {
  border-top: 0
}

.businesstd .business {
  float: left;
  width: calc(100% - 40px);
  padding-right: 25px
}

.moduletable select.form-control {
  background-position: 95% 13px;
  font-size: 13px;
  color: #000;
  font-family: Montserrat-Medium
}

.moduletable.custom-reponstable .table tbody>tr.inactiverow>td {
  color: #8B8B8B
}

.inactiverow .businesstd .business h4 {
  color: rgba(0, 0, 0, 0.5)
}

.lblcontainer input:checked~.checkmark:after {
  display: block
}

.lblcontainer {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 0;
  margin-top: 10px;
  float: left;
  width: 40px;
  margin-top: 0
}

.lblcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer
}

.moduletable .lblcontainer input:checked~.checkmark {
  background-color: #fff;
  border: 2px solid #123773
}

.lblcontainer .checkmark:after {
  border: solid #123773;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 11px;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #efefef;
  border: 1px solid #ccc;
  border-radius: 3px
}

.inactiverow .businesstd .business {
  padding-left: 40px
}

.navbar-nav.help {
  margin-left: 0
}

.navbar.bg-dark.helpnav {
  background-color: #fff !important;
  border-bottom: 1px solid #ddd
}

.navbar.helpnav {
  padding: 10px .5rem 5px
}

.navbar.bg-dark.helpnav.sticky .navbar-nav.help {
  margin-left: auto !important
}

.navbar.bg-dark.helpnav.sticky img {
  height: auto
}

.helpsection .helpmenu {
  padding: 50px 30px 50px 50px;
  width: 75%;
  float: left;
  display: none;
  background: #e8f1f9
}

.helpsection .helpscroll {
  height: 80vh;
  overflow: auto;
  scrollbar-color: #999 #ddd;
  scrollbar-width: thin
}

.helpscroll::-webkit-scrollbar {
  width: 10px
}

.helpscroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px
}

.helpscroll::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px
}

.helpscroll::-webkit-scrollbar-thumb:hover {
  background: #555
}

input.middle:focus {
  outline-width: 0
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
  background: none !important
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  background: none !important
}

@media (min-width: 320px) {
  .tab-content .padleft {
    padding-left: 20px
  }

  .tab-content h3 {
    font-size: 19px
  }

  .tab-content p {
    font-size: 17px
  }

  .tab-content.pricing {
    padding: 30px 0 !important
  }

  .epclm1 {
    width: 100%
  }

  .epclm2 {
    width: 100%
  }

  .tab-content ul li {
    font-size: 15px
  }

  .faqsection .card-body {
    font-size: 14px;
    padding: 5px 5px 15px 30px
  }

  .card-header>a {
    font-size: 16px;
    line-height: 24px;
    padding-left: 10px
  }

  .faqsection .fcontent .container {
    padding: 0
  }

  .fcontent h4 {
    font-size: 21px;
    color: #000
  }
}

@media (min-width: 360px) {
  .safetyimg {
    margin-top: -111px
  }
}

@media (min-width: 480px) {
  .safetyimg {
    margin-top: -151px
  }

  .tab-content.pricing {
    padding: 30px 10px !important
  }

  .epclm1 {
    width: 48%;
    margin-right: 4%;
    float: left
  }

  .epclm2 {
    width: 48%;
    float: left
  }

  .pricingnew .pricing_btnrow .btn {
    min-width: 250px
  }
}

@media (min-width: 598px) {
  .bannersection .btn-primary {
    font-size: 15px;
    padding: 16px 25px
  }

  .bannersection .btn-tr {
    font-size: 15px;
    padding: 16px 25px;
    margin-left: 20px
  }

  .container {
    max-width: 100%
  }

  .tab-content h3 {
    font-size: 20px
  }
}

@media (min-width: 768px) {
  .contact-form .form-row .form-group:first-child {
    padding-right: 7.5px
  }

  .contact-form .form-row .form-group:last-child {
    padding-left: 7.5px
  }

  .address-bg .phone,
  .address-bg .mail {
    font-size: 16px
  }

  .contact-form {
    padding: 0 20px 0 40px;
    border-left: 1px solid #ddd;
    border-top: none
  }

  .address-bg {
    margin-left: 20px
  }

  .contact-line {
    margin: 105px 0
  }

  .bannerdemo p {
    font-size: 19px
  }

  .support-bg {
    margin: 80px 0
  }

  .contact-bg {
    margin: 80px 0 120px
  }

  .support-tabs {
    padding: 40px 20px 20px;
    margin-bottom: 40px
  }

  .navbar-brand {
    margin-right: 1.5rem;
    width: auto
  }

  .bannersection {
    padding: 120px 0 180px
  }

  .banner_content {
    padding-right: 15px
  }

  a.social {
    margin: 5px
  }

  .client_logos img {
    margin: 0 20px
  }

  .halfbg {
    width: 83%
  }

  .card-body {
    font-size: 16px
  }

  .pricingsection {
    margin-top: -60px
  }

  .tab-content.pricing {
    padding: 30px !important
  }

  .pricingsection ul.nav-tabs {
    display: flex;
    background-color: #ecf1f6
  }

  .pricingsection .card {
    border: none;
    border-radius: 0
  }

  .pricingsection .card .card-header {
    display: none
  }

  .pricingsection .card .collapse {
    display: block
  }

  .tab-content h3 {
    font-size: 30px
  }

  .tab-content p {
    font-size: 22px
  }

  .tab-content {
    padding: 60px 40px
  }

  .tab-content .padright {
    padding-right: 40px
  }

  .tab-content .padleft {
    padding-left: 40px;
    padding-top: 0
  }

  .pricingsection {
    margin-bottom: 70px
  }

  .fcontent h4 {
    font-size: 22px
  }

  .epclm1 {
    width: 100%;
    margin-right: 0
  }

  .epclm2 {
    width: 100%
  }

  .tab-content ul li {
    font-size: 15px
  }

  .card-header>a {
    font-size: 18px;
    line-height: 30px;
    padding-left: 40px
  }

  .helpsection .helpmenu {
    width: 35%
  }

  .helpsection .helpcontent {
    padding: 65px 70px;
    width: 64%
  }
}

@media (min-width: 992px) {
  .address-bg .phone {
    background: url(../images/phone-green.png) no-repeat left 9px
  }

  .address-bg .mail {
    background: url(../images/mail-green.png) no-repeat left 9px
  }

  .address-bg .phone,
  .address-bg .mail {
    font-size: 19px
  }

  .contact-list h5,
  .contact-form h5 {
    font-size: 20px
  }

  .contact-form {
    padding: 0 70px 0 90px
  }

  .address-bg {
    margin-left: 120px
  }

  .support-tabs {
    padding: 53px 30px 20px
  }

  .support-bg .container {
    padding-left: 50px;
    padding-right: 50px
  }

  .row {
    margin-left: -15px;
    margin-right: -15px
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 4px 13px 18px
  }

  .measurable_sec {
    padding: 140px 0 170px
  }

  .measurable_sec h2 {
    font-size: 38px
  }

  .measurable_sec .order_right {
    margin-bottom: 0;
    order: 2
  }

  .client_sec {
    padding: 85px 0 95px
  }

  .client_sec h2 {
    margin-bottom: 55px;
    font-weight: 500
  }

  .client_logos img {
    margin: 0 10px
  }

  .blog_col .caption {
    padding: 40px 30px 40px 50px
  }

  .blog_sec h2 {
    font-size: 30px
  }

  .blog_sec .col-xl-12 {
    margin-bottom: 0
  }

  footer .col-sm-6 {
    margin-bottom: 15px
  }

  .banner_content p.bannercaption {
    font-size: 26px;
    line-height: 36px;
    padding-right: 28px
  }

  .banner_content.inner h1 {
    font-size: 49px
  }

  .incident_reporting {
    padding: 140px 0
  }

  .incident_reporting h2 {
    font-size: 38px;
    line-height: 48px
  }

  .incident_reporting img {
    margin-bottom: 0
  }

  .hereswhat {
    padding: 100px 0
  }

  .hereswhat h2 {
    font-size: 38px;
    line-height: 48px;
    max-width: 74%
  }

  .hereswhat p {
    padding-right: 88px
  }

  .fasteasy {
    padding: 100px 0
  }

  .fasteasy .order_right {
    margin-bottom: 0;
    order: 2
  }

  .fasteasy h2 {
    font-size: 38px;
    margin-bottom: 25px;
    line-height: 40px;
    margin-top: 40px
  }

  .fasteasy h3 {
    font-size: 24px;
    font-family: 'opensans-regular';
    margin-bottom: 20px;
    line-height: 32px
  }

  .key_features {
    padding: 100px 0 136px
  }

  .key_features .list_content {
    max-width: 1025px;
    margin-top: 20px
  }

  .key_features h2 {
    font-size: 38px;
    margin-bottom: 25px;
    line-height: 40px
  }

  .key_features ul li {
    font-size: 20px
  }

  .whycolsection {
    padding: 50px 0 100px
  }

  .whycolsection .icon_sec {
    width: 15%;
    float: left
  }

  .whycolsection .content_sec {
    width: 80%;
    float: left;
    padding-bottom: 50px
  }

  .whycolsection h3 {
    font-size: 22px
  }

  .prebuilt {
    padding: 100px 0 80px
  }

  .prebuilt .caption {
    padding-top: 120px
  }

  .prebuilt h2 {
    font-size: 38px
  }

  .quality_focused {
    padding: 100px 0 80px
  }

  .quality_focused::after {
    bottom: -99px
  }

  .quality_focused h2 {
    font-size: 38px;
    margin-bottom: 30px;
    line-height: 50px;
    max-width: 850px
  }

  .quality_focused p {
    font-size: 22px;
    line-height: 35px;
    max-width: 975px
  }

  .halftopbg {
    background-size: 57%
  }

  .bannerdemo {
    height: 470px;
    padding: 130px 0 0
  }

  .support-pg {
    height: 338px
  }

  .bannerdemo h1 {
    font-size: 49px
  }

  .bannerdemo p {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 30px;
    max-width: 970px
  }

  .requestform {
    padding: 58px 64px
  }

  .tab-content {
    padding: 60px 140px
  }

  .tab-content .padright {
    padding-right: 85px;
    border-right: 1px solid #ddd;
    padding-left: 50px
  }

  .tab-content .padleft {
    padding-left: 100px;
    padding-top: 0
  }

  .tab-content .rupee {
    font-size: 50px
  }

  .tab-content .rupee i {
    font-weight: 400;
    font-size: 14px;
    display: block;
    font-style: normal;
    font-family: 'opensans-regular'
  }

  .faqsection {
    background: #ecf1f6;
    padding: 100px 0
  }

  .faqsection h2 {
    font-size: 38px
  }

  #myScrollspy {
    padding: 35px;
    display: block
  }

  .faqsection .card-body {
    font-size: 14px;
    padding: 5px 0 15px 60px
  }

  .card-body {
    padding-left: 60px
  }

  .tab-content.pricing {
    padding: 20px 10px !important
  }

  .epclm1 {
    width: 48%;
    margin-right: 4%;
    float: left
  }

  .epclm2 {
    width: 48%;
    float: left
  }

  .tab-content ul li {
    font-size: 15px
  }

  .fcontent h4 {
    font-size: 25px
  }

  .have_question {
    text-align: center;
    padding: 35px 20px
  }

  .have_question h4 {
    text-align: center;
    color: #000;
    padding-bottom: 10px
  }

  .have_question p {
    text-align: center;
    font-size: 19px
  }

  .careersection .mailbox.fixedscroll {
    position: relative;
    max-width: 450px
  }

  .bannerprivacy h1 {
    font-size: 49px
  }

  .helpsection .helpmenu {
    width: 24%;
    display: block
  }

  .helpsection .helpcontent {
    width: 60%
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1200px
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 4px 16px 15px
  }

  .bannersection h1 {
    font-size: 37px;
    margin-bottom: 30px
  }
}

.bringing_sec {
  padding: 50px 0;
  background: #f5f5f5;
  padding: 70px 0;
  background: #f2f5f9
}

.bringing_sec h2 {
  font-size: 28px;
  margin-bottom: 35px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
  font-family: 'opensans-regular'
}

.bringing_sec h2 a {
  color: #212529
}

.bringing_sec .col-xl-12 {
  margin-bottom: 30px
}

.bringing_sec .bring_col {
  transition: all .5s ease-in-out;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px
}

.bringing_sec .bring_col .caption {
  padding: 40px 30px;
  color: #000;
  text-align: center
}

.bringing_sec .bring_col .caption p {
  font-size: 15px;
  line-height: 23px;
  text-decoration: none
}

.bringing_sec .bring_col .caption h3 {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 17px;
  font-family: 'opensans-semibold';
  color: #333;
  text-decoration: none
}

.blog_sec a:hover {
  text-decoration: none
}

.bring_image {
  min-height: 185px;
  position: relative;
  height: 150px;
  transition: all .5s ease-in-out;
  overflow: hidden;
  text-align: center;
  padding-top: 20px
}

.bring_col:hover .bring_image {
  transition: all .5s ease-in-out;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px
}

.form_field.fname {
  background: #fafafa url(../images/fname.png) no-repeat 10px center !important
}

.form_field.fcompany {
  background: #fafafa url(../images/fcompany.png) no-repeat 10px center !important
}

.form_field.femail {
  background: #fafafa url(../images/femail.png) no-repeat 10px center !important
}

.form_field.fmobile {
  background: #fafafa url(../images/fmobile.png) no-repeat 10px center !important
}

.form_field.flocation {
  background: #fafafa url(../images/flocation.png) no-repeat 10px center !important
}

.form_field.noicon {
  background: #fafafa !important
}

textarea {
  resize: none;
  height: 100px;
  background-color: #fafafa;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px
}

select {
  background: #fff url(../images/select_arr.png) no-repeat 94% center !important;
  padding-right: 30px
}

select:focus {
  background: #fff url(../images/select_arr.png) no-repeat 94% center !important
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="time"] {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  background: #fff !important
}

input:focus,
.sel_box:focus,
textarea:focus,
.srchbx:focus {
  border: 1px solid #5D5C5C;
  transition: all .3s ease 0
}

input[type="submit"]:focus {
  border: 1px solid #F3653D !important;
  color: #F3653D !important
}

.sbtbtn {
  color: #fff !important;
  border: 1px solid #F8884F;
  font-size: 15px;
  padding: 5px 20px;
  transition: all .5s ease-in-out;
  font-family: 'opensans-bold';
  display: inline-block;
  background: transparent linear-gradient(148deg, #F3653D 0%, #F8884F 0%, #F8854E 0%, #F3653D 100%) 0 0 !important;
  box-shadow: 0 1px 6px #00000029;
  border-radius: 10px;
  margin-bottom: 20px
}

.sbtbtn:hover {
  color: #F3653D !important;
  background: #fff !important;
  text-decoration: none;
  border: 1px solid #F8884F;
}

.sbtbtn.grey {
  background: #818181 !important;
  border: 1px solid transparent;
  margin-right: 10px;
}

.sbtbtn.grey:hover {
  background: #fff !important;
  border: 1px solid #F3653D
}

.search-icon,
.search-icon:focus {
  background: url(../images/icon-search.png) #fff no-repeat 20px center !important;
  border: 1px solid #aaaaab;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 12px !important;
  opacity: 1
}

.loginpg {
  background-image: url(../images/loginbg.png);
  background-size: cover;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.loginpg .loginbox {
  margin: 100px 30px 10px;
  float: right;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  width: 350px;
  border: 1px solid #fcfcfc;
  position: absolute;
  right: 10px
}

.loginpg .loginbox h2 {
  padding: 10px;
  font-size: 25px;
  color: #F3653D;
  font-family: 'opensans-semibold'
}

.loginpg .loginbox h2 span {
  padding: 10px 0;
  font-size: 14px;
  color: #555;
  display: block;
  color: #5D5C5C;
  opacity: .44
}

.loginpg .loginform {
  border: 0 solid #ccc
}

.loginpg .loginform .fmrw {
  text-align: left;
  margin: 20px 0
}

.loginpg .loginform .fmrw .form_label {
  display: block
}

.loginpg .loginform .fmrw input {
  background-color: #fff;
  width: 100%;
  padding: 10px 10px 10px 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  color: #888;
  border-radius: 0
}

.loginpg .loginform .sbtbtn {
  color: #fff !important;
  border: 1px solid #F8884F !important;
  font-size: 16px;
  padding: 7px 20px !important;
  transition: all .5s ease-in-out;
  font-family: 'opensans-bold';
  display: inline-block;
  max-width: 150px;
  margin: 0 auto !important;
  background: transparent linear-gradient(148deg, #F3653D 0%, #F8884F 0%, #F8854E 0%, #F3653D 100%) 0 0 no-repeat padding-box !important;
  box-shadow: 0 1px 6px #00000029;
  border-radius: 8px !important;
  opacity: 1
}

.loginpg .loginform .sbtbtn:hover {
  color: #F3653D !important;
  background: #fff !important;
  text-decoration: none
}

.loginpg .loginform .fmrw input:focus {
  border-bottom: 1px solid #333
}

footer {
  background: #F4F6F8;
  padding: 10px 0;
  font-size: 13px;
  color: #000;
  clear: both;
  border-top: 1px solid #00000029;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10001;
}

footer a {
  color: #e5f4f4;
  display: inline-block;
  padding: 4px 0;
  margin: 0 10px
}

footer a:hover {
  color: #fff;
  text-decoration: underline
}

footer .copyright {
  padding: 5px 10px;
  text-align: left;
  margin: 0;
  border-top: 0
}

footer .copyright b {
  display: inline-block
}

header {
  background-color: #fff !important;
  box-shadow: 0 1px 6px #00000029;
  opacity: 1;
  position: fixed;
  top: 0;
  height: 60px;
  z-index: 101;
  width: 100%
}

header .navbar-brand {
  padding: 0;
  width: 50%;
  text-align: right;
  padding-bottom: 10px;
}

header .back-page {
  background: url(../images/arrow-back.png) no-repeat left center;
  display: inline-block;
  width: 21px;
  height: 21px;
  text-decoration: none;
  margin-bottom: 9px;
}

header .back-page:hover {
  text-decoration: none
}

header .nav-item .dropdown {
  padding: 0;
  padding-bottom: 15px
}

header .navbar-light .navbar-nav .nav-link {
  padding: 0
}

header .dropdown-toggle {
  padding: 0
}

header .fa-caret-down {
  color: #959191;
  margin-left: 5px
}

header .dropdown-toggle img {
  border-radius: 20px
}

header .dropdown-menu {
  border: 0 solid #FFF;
  left: auto;
  right: 0
}

header a.dropdown-item {
  background: #fff;
  padding: 8px 20px;
  border-top: 1px solid #00000029
}

header a.dropdown-item:hover {
  background: #FE639D;
  color: #FFF
}

header .notifiction .fa-bell {
  font-size: 25px;
  color: #959191;
  opacity: 1
}

header .notifiction .nums {
  font-size: 11px;
  background: #FE639D;
  color: #FFF;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 12px;
  font-weight: 400;
  text-align: center
}

header .notifiction {
  margin-right: 25px;
  margin-top: 10px
}

header .notifiction .dropdown-menu {
  /* top:29px; */
  right: -10px;
  left: unset;
  width: 460px;
  box-shadow: 0 5px 7px -1px #c1c1c1;
  padding: 0
}

header .notifiction .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 12px;
  border: 10px solid #343A40;
  border-color: transparent transparent #959191
}

header .notifiction .head {
  padding: 5px 15px;
  border-radius: 3px 3px 0 0;
  background: #959191 !important
}

header .notifiction .footer {
  padding: 5px 15px;
  border-radius: 0 0 3px 3px;
  background: #959191 !important
}

header .notifiction .notification-box {
  padding: 10px 0;
  border-bottom: 1px solid #eee
}

header .notifiction .notification-box:hover {
  background: #eee
}

header .notifiction .notification-box a {
  text-decoration: none
}

header .notifiction .notification-box a:hover {
  text-decoration: none
}

.body_section {
  margin-top: 60px;
  position: relative
}

.mysidebar {
  -ms-flex: 0 0 201px;
  flex: 0 0 201px;
  background: #FFF;
  border-right: 1px solid #F4F6F8;
  padding-left: 0
}

.mysidebar .menuarea {
  padding: 20px 0
}

.mysidebar .menuarea .sidemenu {
  display: inline-block;
  width: 100%;
  padding: 0 0 1px
}

.mysidebar .menuarea .sidemenu a {
  display: inline-block;
  width: 100%;
  padding: 8px 10px 8px 20px;
  color: #5D5C5C;
  text-transform: uppercase;
  opacity: 1
}

.mysidebar .menuarea .sidemenu a:hover {
  color: #FFF;
  background: #5D5C5C;
  text-decoration: none;
  border-radius: 25px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.mysidebar .menuarea .sidemenu a.active {
  color: #FFF;
  background: #5D5C5C;
  text-decoration: none;
  border-radius: 25px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.mysidebar .menuarea .sidemenu.subm {
  padding-left: 20px
}

.mysidebar .menuarea .sidemenu.subm a {
  display: inline-block;
  width: 100%;
  padding: 6px 5px 6px 20px;
  color: #5D5C5C;
  text-transform: capitalize;
  opacity: 1
}

.mysidebar .menuarea .sidemenu.subm a:hover {
  color: #FFF;
  background: #959191;
  text-decoration: none
}

.mysidebar .menuarea .sidemenu.subm a.active {
  color: #FFF;
  background: #959191;
  text-decoration: none
}

.contentclm {
  background: #F4F6F8;
  position: absolute;
  right: 0;
  margin-left: 201px;
  width: auto;
  left: 0;
  top: 0;
  min-height: 550px
}

.contentclm .bodylayout {
  padding: 20px 20px 60px
}

.contentclm .bodylayout h1 {
  font-size: 22px;
  padding-bottom: 15px;
  color: #6D6A6A
}

.contentclm .bodylayout h2 {
  font-size: 18px;
  padding-bottom: 15px
}

.contentclm .bodylayout .filter_area {
  padding: 10px 0 30px;
  color: #5D5C5C;
  font-size: 15px
}

.contentclm .bodylayout .filter_area .col {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px 0 0
}

.contentclm .bodylayout .filter_area .leftcol {
  color: #5D5C5C
}

.contentclm .bodylayout .sortaz {
  padding: 0;
  width: 40px;
  display: inline-block
}

.contentclm .bodylayout .status-col {
  padding: 0 10px;
  width: 140px;
  display: inline-block
}

.contentclm .bodylayout .center-col {
  padding: 0 10px;
  width: 230px;
  display: inline-block
}

.contentclm .bodylayout .bulk-col {
  padding: 0 10px;
  width: 150px;
  display: inline-block
}

.chkbx input {
  display: none
}

.checker {
  background: url(../images/az.png)#fff no-repeat center;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  border: 2px solid #ced4da;
  border-radius: 5px;
  cursor: pointer
}

.chkbx input:checked+.checker {
  border: 2px solid #FE639D
}

.contentclm .bodylayout .displaycount-col {
  width: 260px
}

.contentclm .bodylayout .displaycount-col .dbox {
  background: #FFF 0 0 no-repeat padding-box;
  border: 1px solid #ced4da;
  border-radius: 6px;
  opacity: 1;
  padding: 5px 10px;
  display: flex;
}

.contentclm .bodylayout .view-col {
  padding: 0;
  width: 40px;
  display: inline-block
}

.contentclm .bodylayout .view-col button {
  border-radius: 5px;
  padding: 4px 8px;
  background: #fff !important;
  border: 2px solid #aaaaab;
  color: #5D5C5C
}

.contentclm .bodylayout .view-col button:focus {
  background: #fff
}

.contentclm .bodylayout .searchrw {
  width: 100%;
  text-align: right
}

.contentclm .bodylayout .search-icon {
  background: url(../images/icon-search.png) #fff no-repeat 15px center !important;
  padding: 5px 10px 5px 35px;
  max-width: 290px
}

.contentclm .bodylayout .centers_area {
  padding: 0;
  vertical-align: top;
  display: table;
  width: 100%;
  position: relative
}

.contentclm .bodylayout .centers_area a.centerlink {
  text-decoration: none;
  transition: .5s;
  display: block
}

.contentclm .bodylayout .centers_area a.centerlink:hover {
  text-decoration: none;
  opacity: .8
}

.contentclm .bodylayout .centers_area .ctbox {
  border: 1px solid #fff;
  width: 32%;
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 10px;
  min-height: 130px;
  max-height: 130px;
  background: #FFF 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 12px;
  opacity: 1;
  text-decoration: none;
  vertical-align: top;
  position: relative;
  float: left;
  overflow: hidden;
}

.contentclm .bodylayout #clients .ltview.centers_area  .ctbox {
  min-height: 80px;
  max-height: 80px;
}

.contentclm .bodylayout .centers_area .ctbox:hover {
  border: 1px solid #FE639D;
  text-decoration: none
}

.contentclm .bodylayout .centers_area .ctbox.disable {
  border: #f5f5f5;
  background: #cccccc;
}

.contentclm .bodylayout .centers_area .ctbox.disable:hover {
  border: #f5f5f5;
}

.contentclm .bodylayout .centers_area .ctbox h3 {
  font-size: 14px;
  color: #5D5C5C;
  padding-bottom: 2px;
  /* max-width: 140px;*/
}

.contentclm .bodylayout .centers_area .ctbox figure {
  margin: 0;
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: top
}

.contentclm .bodylayout .centers_area .ctbox figure img {
  width: 100px;
  height: 100px;
  border-radius: 14px
}

.contentclm .bodylayout #clients .ltview.centers_area .ctbox figure img {
  width: 50px;
  height: 50px;
}

.contentclm .bodylayout .centers_area .ctbox .details {
  display: table-cell;
  padding: 0 10px 0 11px;
  vertical-align: top;
  font-size: 14px;
  color: #5D5C5C;
  position: relative;
  width: 100%;
}

.contentclm .bodylayout .centers_area .ctbox .dbox {
  border: 1px solid #000
}

.contentclm .bodylayout .centers_area .ctbox:nth-child(3n+0) {
  margin-right: 0
}

.contentclm .bodylayout span.batch {
  font-size: 10px;
  font-family: 'opensans-semibold';
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  background: #818181;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px 6px
}

.contentclm .bodylayout span.batch.two {
  top: 30px;
}

.contentclm .bodylayout span.batch.three {
  top: 55px;
}

.contentclm .bodylayout .batch.red {
  background: #d62424;
}

.contentclm .bodylayout .batch.pink {
  background: #EC76A2
}

.contentclm .bodylayout .batch.vendayam {
  background: #B7BB46
}

.contentclm .bodylayout .batch.greenlight {
  background: #8FC427;
  text-transform: capitalize
}

.contentclm .bodylayout .addnew {
  position: fixed;
  bottom: 75px;
  right: 35px;
  z-index: 2
}

.contentclm .bodylayout .addnew a.addplus {
  font-size: 35px;
  font-family: 'opensans-semibold';
  border: 2px solid #5D5C5C;
  color: #5D5C5C;
  text-decoration: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 35px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center
}

.contentclm .bodylayout .addnew a.addplus:hover {
  color: #fff;
  background: #5D5C5C
}

.tabssec {
  text-decoration: none
}

.tabssec .nav-tabs .nav-item {
  margin-bottom: -1px
}

.tabssec .nav.nav-tabs {
  border: 0;
  border-radius: 10px !important;
  margin: 20px auto;
  /*max-width:400px */
  max-width: 550px;
}

.tabssec .nav-tabs .nav-item.show .tabssec .nav-link,
.tabssec .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #fff;
  border-color: #09f #dee2e6 #fff;
  background: transparent linear-gradient(180deg, #FFF 0%, #F68E70 0%, #F3653D 100%) 0 0 no-repeat padding-box;
  border: .5px solid #aaaaab;
  opacity: 1
}

.tabssec .nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #fff;
  color: #5D5C5C;
  font-family: 'opensans-bold';
  text-align: center;
  border-color: transparent #aaaaab transparent transparent;
  border: .5px solid #aaaaab
}

.tabssec .nav-link {
  display: block;
  padding: 8px 30px
}

.tabssec .nav-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}

.tabssec .nav-tabs .nav-item:last-child .nav-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}

.tab-content {
  padding: 20px 0;
  position: relative
}

.tab-content .padright {
  padding-right: 0;
  border-right: 0 solid #ddd
}

.tab-content p {
  font-size: 22px;
  color: #333
}

.contentclm .fmrw {
  padding-bottom: 10px;
  font-size: 14px
}

.contentclm .fmrw input {
  color: #333
}

.contentclm .fmrw select {
  background: #fff url(../images/select_arr.png) no-repeat 97% center !important
}

.contentclm .fmrw select:focus {
  background: #fff url(../images/select_arr.png) no-repeat 97% center !important
}

.uploadbox {
  width: 170px;
  background: #fff;
  border: #B7B7B7 1px dashed;
  vertical-align: middle;
  height: 120px;
  display: table-cell;
  text-align: center;
  border-radius: 4px;
  position: relative;
  vertical-align: middle;
  text-transform: uppercase;
  overflow: hidden;
  background-image: url(../images/upload-photo.png), url(../images/upload-plus.png);
  background-position: 25px center, right bottom;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  border-radius: 4px;
}

.uploadbox img {
  width: 180px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  overflow: hidden;
  background-size: contain !important;
  width: 100%;
  height: 100%;
  min-width: 100%
}

.uploadbox input[type=file] {
  width: 180px;
  height: 150px;
  font-size: 0;
  cursor: pointer;
  opacity: 0
}

.uploadbox label {
  width: 100%;
  background: transparent;
  margin: 0;
  z-index: 1;
  position: absolute;
  top: 50px;
  left: 0
}

.uploadbox .fa-times {
  position: absolute;
  top: 10px;
  right: 10px;
  color: red;
  z-index: 100;
  cursor: pointer;
  border: 1px solid red;
  border-radius: 12px;
  padding: 4px 6px;
  display: inline-block;
  background: #fff;
}

.uploadnote {
  font-size: 13px;
  padding: 10px 0;
  color: #666
}

.uploadnote i {
  font-size: 17px;
  font-style: normal;
  line-height: 20px;
  vertical-align: text-top
}

.uploadboxtxt {
  width: 170px;
  text-align: center;
  margin: 10px auto 0 0;
  font-family: 'opensans-semibold'
}

.addphoto {
  position: relative;
  margin-top: -42px;
  margin-left: 130px
}

.addphoto .addplus {
  font-size: 30px;
  font-family: 'opensans-semibold';
  border: 2px solid #5D5C5C;
  color: #5D5C5C;
  text-decoration: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 25px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center
}

.contentclm .fmrw h5 {
  font-size: 15px
}

.contentclm .fmrw .rolesclm {
  padding-top: 10px
}

label {
  color: #777;
  text-decoration: none
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: none
}

.contentclm h4 {
  font-size: 17px;
  padding-bottom: 10px
}

.contentclm .createsec {
  padding-top: 25px;
  padding-bottom: 10px
}

.contentclm .create-add {
  text-align: right;
  position: absolute;
  bottom: 30px;
  right: 0
}

.contentclm .create-add a {
  border: 1px solid #818181;
  color: #fff;
  background: #818181;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  box-shadow: 0 1px 6px #00000029;
  border-radius: 8px;
  opacity: 1;
  padding: 5px 15px
}

.contentclm .create-add a:hover {
  text-decoration: none;
  color: #818181;
  background: #fff
}

.contentclm a.addfrom-existing {
  min-height: 80px;
  font-family: 'opensans-semibold';
  color: #5D5C5C;
  display: block;
  text-align: center;
  text-decoration: none
}

.contentclm a.addfrom-existing span {
  font-size: 30px;
  border: 2px solid #5D5C5C;
  color: #5D5C5C;
  text-decoration: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 30px;
  background: #fff;
  display: block;
  text-align: center;
  margin: 10px auto
}

.contentclm .btnliksrow {
  display: block;
  width: 100%;
  margin-bottom: 20px
}

.contentclm .btnliksrow a.link {
  font-family: 'opensans-semibold';
  font-weight: 800;
  color: #5D5C5C;
  font-size: 14px;
  box-shadow: 1px 1px 3px #00000029;
  text-decoration: none;
  border-radius: 15px;
  padding: 5px 20px;
  display: inline-block;
  margin: 0 10px 0 0;
  background: #ECECEC
}

.contentclm .btnliksrow a.link:hover {
  background: #F3653D;
  color: #fff
}

.contentclm .btnliksrow a.link.orange {
  background: #F3653D;
  color: #fff
}

.contentclm .btnliksrow a.link.orange:hover {
  background: #fff;
  color: #F3653D
}

.customtable .table {
  border: #dee2e6 0 solid;
  margin-top: 10px
}

.customtable .table thead {
  background: #fff
}

.customtable .table tbody tr:nth-child(even) {
  background: #fff
}

.customtable .table tbody tr:nth-child(odd) {
  background: #dee2e6
}

.customtable th.action {
  text-decoration: none
}

.customtable td.action a {
  border: 1px solid transparent;
  color: #5D5C5C;
  padding: 1px 5px;
  border-radius: 5px;
  width: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 3px
}

.customtable td.action a:hover {
  border: 1px solid red;
  color: red
}

.contentclm .bodylayout .centers_area .ctbox .details .clm {
  padding: 0;
  display: block;
  font-size: 13px;
  line-height: 20px;
}

.view-col {
  float: none
}

.view-col .chkbx input {
  display: none
}

.view-col .checker {
  background: url(../images/view-list.png)#fff no-repeat center;
  background-size: 16px;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  border: 2px solid #ced4da;
  border-radius: 5px;
  cursor: pointer
}

.view-col .chkbx input:checked+.checker {
  border: 2px solid #ced4da;
  background: url(../images/view-grid.png)#fff no-repeat center !important;
  background-size: 16px !important;
}

.contentclm .bodylayout .centers_area.ltview .ctbox {
  display: block;
  width: 100%;
  height: 100px;
}
.contentclm .bodylayout #clients .centers_area.ltview .ctbox {
  height: 80px;
}

.contentclm .bodylayout .centers_area.ltview .ctbox .details .clm {
  padding: 30px 10px 0 20px;
  display: inline-block
}

.contentclm .bodylayout .centers_area.ltview .ctbox .details h3 {
  padding: 30px 10px 0 20px;
  display: inline-block
}

.contentclm .bodylayout .centers_area .ctbox .actionsrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: none
}

.contentclm .bodylayout .centers_area .ctbox:hover .actionsrow {
  display: block
}

.contentclm .bodylayout .centers_area .ctbox:hover .actionsrow .fa {
  margin: 0 2px;
  color: #777
}

.contentclm .bodylayout .centers_area .ctbox:hover .actionsrow .fa:hover {
  color: #F3653D
}

.deletepopup h4.modal-title {
  font-size: 16px !important
}

.deletepopup .close {
  display: none
}

.deletepopup .modal-header {
  border: 0
}

.deletepopup .btnrw a {
  font-family: 'opensans-semibold';
  font-weight: 800;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 15px;
  padding: 5px 20px;
  display: inline-block;
  margin: 10px;
  background: #5D5C5C;
  border: 1px solid #5c5c5c
}

.deletepopup .btnrw a:hover {
  background: #fff;
  color: #5c5c5c
}

.deletepopup .btnrw a.no {
  background: #EC76A2;
  color: #fff;
  border: 1px solid #EC76A2
}

.deletepopup .btnrw a.no:hover {
  background: #fff;
  color: #EC76A2
}

.programspg .tabssec .nav-tabs .nav-link {
  min-width: 150px
}

.programsarea .prgcol a {
  text-decoration: none;
  color: #fff
}

.programsarea .prgcol a:hover {
  text-decoration: none;
  color: #fff
}

.programsarea .progbox {
  border-radius: 12px;
  min-height: 220px;
  padding: 20px;
  color: #fff;
  margin-bottom: 25px;
  max-height: 220px
}

.programsarea .progbox:hover {
  opacity: .8
}

.programsarea .progbox h3 {
  font-size: 25px
}

.programsarea .progbox p {
  font-size: 19px;
  color: #fff;
  margin: 0;
  padding: 0
}

.programsarea .progbox.green {
  background: #84DE87
}

.programsarea .progbox.orange {
  background: #FEB67B
}

.programsarea .progbox.yellow {
  background: #EFD479
}

.programsarea .progbox.grey {
  background: #BBB
}

.programsarea .progbox.red {
  background: #eb9898
}

.programsarea .progbox .iconrw {
  border: 0
}

.programsarea .progbox .iconrw figure {
  text-align: center;
  margin: 0 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2)
}

.programsarea .progbox .iconrw figure img {
  width: 50px;
  opacity: 1px !important;
  margin: 15px auto
}

.programsarea .progbox .iconrw figure b {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%
}

.programsarea.plisting .progbox {
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px #ddd
}

.programsarea.plisting .progbox img {
  width: 100%;
  transition: transform .5s linear
}

.programsarea.plisting .progbox .content {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  width: 100%;
  padding: 20px;
  left: 0;
  right: 0;
  top: 0;
  font-size: 16px;
  transition: .3s
}

.programsarea.plisting .progbox .content .level {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 2px 10px;
  font-size: 12px;
  font-family: 'opensans-semibold';
  border-radius: 3px
}

.programsarea.plisting .progbox .content .details {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px
}

.programsarea.plisting .progbox .content .details .name {
  float: left;
  font-size: 25px;
  font-family: 'opensans-semibold'
}

.programsarea.plisting .progbox .content .details .days {
  float: right;
  padding-top: 10px
}

.programsarea.plisting .progbox:hover {
  opacity: 1 !important
}

.programsarea.plisting .progbox a:hover img {
  transform: scale(1.1)
}

.programsarea.plisting .progbox:hover .content {
  background: rgba(0, 0, 0, 0.2)
}

.programsarea.plisting .progbox .content .level.level1 {
  background: #8FC427
}

.programsarea.plisting .progbox .content .level.level2 {
  background: #B7BB46
}

.programsarea.plisting .progbox .content .level.level3 {
  background: #EC76A2
}

.programsarea.plisting.ltview .prgcol {
  display: block;
  width: 100%;
  max-width: 100%;
  flex: none
}

.programsarea.plisting .progbox .editsec {
  display: none;
  border: 2px solid #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 5px 10px;
  border-radius: 5px
}

.programsarea.plisting .progbox:hover .editsec {
  display: block
}

.programsarea.plisting .progbox .editsec .fa {
  color: #fff !important;
}

.programsarea.plisting .progbox .editsec .fa:hover {
  color: red
}

.filter_area .cboxcol {
  display: inline-block;
  width: auto
}

.checkbxtxt input {
  display: none
}

.checkbxtxt label {
  cursor: pointer;
  font-size: 13px;
  background: #fff;
  border: 2px #ced4da solid;
  border-radius: 5px;
  opacity: 1;
  padding: 5px 10px;
  margin-right: 2px;
  color: #5D5C5C
}

.checkbxtxt input:checked+label {
  background: #fff;
  border: 2px #FE639D solid
}

.whitebox {
  background: #FFF;
  border: 1px solid #c1c1c1;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 6px;
  margin-bottom: 30px
}

.whitebox.nobox {
  background: none;
  border: 0;
  box-shadow: none;
  margin-bottom: 30px
}

.whitebox.nobox p {
  padding: 10px 25px 0 0
}

.whitebox .pad {
  padding: 15px;
  display: block
}

.whitebox .pad1 {
  padding: 0;
  display: block
}

.whitebox h5 {
  color: #F3653D;
  font-size: 16px;
  font-family: 'opensans-semibold'
}

.whitebox h4 {
  color: #5D5C5C;
  font-size: 17px;
  font-family: 'opensans-semibold';
  display: inline-block
}

.whitebox p {
  color: #5D5C5C;
  font-size: 16px
}

.whitebox .days {
  font-size: 15px;
  color: #5D5C5C
}

.whitebox .clearall {
  float: right;
  color: #5D5C5C;
  font-size: 13px
}

.whitebox .clearall:hover {
  float: right;
  color: #F3653D;
  text-decoration: none
}

.whitebox .filter_items {
  padding-bottom: 20px
}

.whitebox .filter_items .fitem {
  background: #E4E4E4;
  color: #313131;
  display: inline-block;
  padding: 3px 7px;
  font-size: 12px;
  border-radius: 4px;
  margin-right: 5px
}

.whitebox .filter_items .fitem a {
  color: #212529;
  text-decoration: none;
  margin: 0 3px;
  font-family: 'opensans-semibold'
}

.whitebox .txtedit {
  float: right;
  color: #5D5C5C
}

.checkbsec {
  padding: 0 0 20px;
  display: block
}

.checkbsec label {
  padding: 0 0 0 6px
}

.dayssec {
  padding: 0 0 30px
}

.dayssec a {
  border: 2px solid #00000029;
  padding: 10px;
  width: 45px;
  background: #fff;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 1px 2px #00000029;
  border-radius: 5px;
  text-align: center;
  color: #707070
}

.dayssec a:hover,
.dayssec a:active,
.dayssec a:focus,
.dayssec .active {
  border: 2px solid #F3653D
}

.flexer {
  display: flex
}

.contentclm .bodylayout .program-bg .centers_area .ctbox {
  min-height: 168px
}

.previews-nav .slick-slide.slick-current img {
  height: 111px;
  border: 3px solid #B8B8B8;
  margin-top: 0
}

.previews-nav .slick-list {
  min-height: 111px
}

.preview-details .whitebox .pad {
  padding: 38px 35px 25px
}

.contentclm .bodylayout .preview-details .search-icon {
  width: 330px;
  max-width: 330px;
  margin-right: 14px
}

.preview-details .flexer {
  float: right;
  margin: 5px 0 12px
}

.workout-box {
  box-shadow: 0 3px 6px #00000029;
  border: 2px solid #B8B8B8;
  border-radius: 12px;
  padding: 14px 25px 18px;
  margin-bottom: 38px;
  max-height: 250px;
  min-height: 250px;
}

.workout-fig {
  border: .25px solid #B8B8B8;
  width: 100%;
  height: 170px;
  margin: 0 auto;
  margin-bottom: 15px
}

.workout-box:hover {
  border: 2px solid #F3653D;
  box-shadow: 0 3px 6px #00000029
}

.workout-box:active,
.workout-box:focus {
  border: 2px solid #F3653D;
  box-shadow: 0 3px 6px #00000029
}

.workout-box.active {
  border: 2px solid #F3653D;
  box-shadow: 0 3px 6px #00000029;
}

.workout-box h4 {
  text-align: center;
  color: #5D5C5C;
  display: block;
  padding-bottom: 0;
  font-family: 'opensans-bold'
}

.preview-details .sbtbtn {
  padding: 7px 40px;
  margin-bottom: 0;
}

.preview-details .sbtbtn:focus {
  background: #F3653D !important;
  color: #fff !important;
}

.preview-details .whitebox h4 {
  font-size: 15px;
}

.contentclm .bodylayout .program-bg .centers_area .ctbox .details {
  float: left;
  padding: 15px 0 0 25px;
  /* width:330px */
  width: 390px;
}

.contentclm .bodylayout .program-bg .centers_area.ltview .ctbox figure {
  float: right;
  width: 306px;
  height: 125px
}

.contentclm .bodylayout .program-bg .centers_area .ctbox figure {
  float: right;
  width: 250px;
  height: 133px;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 12px;
  margin-top: 5px
}

.contentclm .bodylayout .program-bg .centers_area .ctbox i.fa-times-circle {
  position: absolute;
  right: 8px;
  font-size: 21px;
  color: #5D5C5C;
  cursor: pointer
}

.contentclm .bodylayout .program-bg .view-col {
  float: right
}

.contentclm .bodylayout .program-bg .centers_area .ctbox {
  display: block;
  width: 100%
}

.contentclm .bodylayout .program-bg .centers_area.ltview .ctbox {
  width: 32%;
  display: inline-block
}

.contentclm .bodylayout .program-bg .centers_area .ctbox h3 {
  font-size: 20px;
  color: #5D5C5C;
  margin-bottom: 20px
}

.number-in span {
  cursor: pointer
}

.number-in .minus,
.number-in .plus {
  width: 24px;
  height: 20px;
  padding: 0 0 23px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0;
  line-height: 21px;
}

.program-bg .number-in input {
  height: 34px;
  width: 40px;
  text-align: center;
  color: #F3653D;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  border: none
}

.reps-radio {
  margin: 3px 0 0 40px
}

.rep-det {
  color: #F3653D;
  font-size: 18px
}

.programspg h5 {
  margin-bottom: 16px
}

.contentclm .bodylayout .program-bg .centers_area .ctbox:hover .details i.fa-chevron-circle-down {
  display: block
}

.details i.fa-chevron-circle-down {
  position: absolute;
  right: -40px;
  top: 25px;
  display: none;
  cursor: pointer
}

.breadcrumbs {
  padding: 10px 0 15px;
  color: #6D6A6A;
  font-family: 'opensans-semibold';
  font-size: 14px
}

.breadcrumbs a {
  text-decoration: none;
  color: #6D6A6A;
  font-family: 'opensans-semibold'
}

.breadcrumbs a:hover {
  text-decoration: none;
  color: #333
}

.breadcrumbs .fas {
  color: #5D5C5C;
  opacity: .5;
  font-size: 7px;
  margin: 0 5px;
  vertical-align: middle
}

.form_field2 {
  padding: 10px !important
}

.form_field2.calper {
  background: url(../images/calper-icon.png)#fff no-repeat 7px center !important;
  padding-left: 30px !important
}

.textarea2 {
  background: #fff !important
}

.textarea2:focus {
  background: #fff !important
}

.libsec {
  padding-top: 20px
}

.libsec h4 {
  font-family: 'opensans-bold';
  color: #5D5C5C;
  font-size: 14px;
}

.muscleclm {
  width: 220px;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: top;
  position: relative
}

.muscleclm .musclebox {
  width: 220px;
  height: 220px;
  box-shadow: 0 2px 4px #00000029;
  border-radius: 9px;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
  position: relative
}

.muscleclm .musclebox:hover {
  border: 1px solid #888
}

.muscleclm .musclebox img {
  width: 220px;
  height: 220px;
  border-radius: 9px
}

.muscleclm .muscletxt {
  color: #6D6A6A;
  display: block;
  text-align: center;
  padding: 5px 10px;
  font-size: 15px;
  font-family: 'opensans-semibold'
}

.muscleclm a.mlink {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle
}

.muscleclm a.mlink i {
  font-size: 35px;
  font-family: 'opensans-semibold';
  border: 2px solid #5D5C5C;
  color: #5D5C5C;
  text-decoration: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 35px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-style: normal;
  margin-top: 60px
}

.muscleclm a.mlink:hover {
  text-decoration: none
}

.muscleclm a.mlink b {
  display: block;
  margin-top: 10px;
  color: #6D6A6A
}

.muscleclm .fa.fa-times {
  background: #fff;
  border: 1px solid #000;
  padding: 7px;
  border-radius: 9px
}

.tagclm input {
  display: none
}

.tagclm label {
  cursor: pointer;
  font-size: 12px;
  background: #ECECEC;
  box-shadow: 1px 1px 3px #00000029;
  border-radius: 12px;
  opacity: 1;
  padding: 4px 10px;
  margin-right: 2px;
  color: #5D5C5C
}

.tagclm input:checked+label {
  background: #F3653D;
  color: #fff
}

.custompopup .modal-body {
  padding: 25px
}

.custompopup h4.modal-title {
  font-size: 16px
}

.custompopup .fmrw {
  padding-bottom: 15px
}

.librarypg .library-picture {
  margin-bottom: 30px;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 12px;
  background: #fff;
  position: relative;
  width: 100%;
  border-radius: 12px;
  text-align: left;
  min-height: 270px;
  max-height: 270px;
  overflow: hidden;
  /* float: left; width: auto;*/
  max-width: 520px;
}

.librarypg .library-picture img {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  max-height: 270px;
}

.librarypg .calpericon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: url(../images/calper-icon.png)#fff no-repeat 7px center;
  padding: 5px 5px 5px 30px;
  border-radius: 5px;
}

.dayssec h5 {
  display: inline-block
}

.clone {
  float: right;
  margin-top: -10px;
  font-size: 12px
}

.clone a.clonelink {
  border: 1px solid #6D6A6A;
  width: 26px;
  height: 26px;
  background: url(../images/clone-icon.png)#fff no-repeat center center;
  background-size: 16px
}

.clonepopup .modal-dialog {
  max-width: 300px
}

.clonepopup .modal-body {
  padding: 30px
}

.clonepopup .clonetxt {
  padding-top: 5px;
  display: inline-block
}

.clonepopup .btnrow {
  padding-top: 30px
}

.txtedit.wbox {
  background: #fff;
  padding: 3px 7px;
  border: 1px solid #707070;
  border-radius: 4px
}

.addbannerspg {
  padding-top: 30px
}

.contentclm .bodylayout.trialbannerspg {
  padding-top: 30px
}

.contentclm .bodylayout.trialbannerspg h2 {
  padding-bottom: 5px
}

.contentclm .bodylayout.trialbannerspg .filter_area .tagclm {
  padding-top: 30px;
}

.contentclm .bodylayout.trialbannerspg .tagclm label {
  margin-right: 10px;
  margin-right: 10px;
  padding: 4px 15px;
  font-size: 14px
}

.contentclm .bodylayout.trialbannerspg .trialbanners {
  margin-bottom: 25px
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol {
  margin-bottom: 25px
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol .tadbox {
  position: relative;
  background: #FFF;
  color: #5D5C5C;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 12px;
  min-height: 170px;
  max-height: 170px;
  overflow: hidden;
  /* padding:15px; */
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol a {
  text-decoration: none;
  color: #5D5C5C
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol a:hover .tadbox {
  box-shadow: 0 3px 6px #555
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol .tadbox figure {
  /* display:table-cell;width:45%; */
  vertical-align: middle;
  display: table;
  width: 100%;
  text-align: center;
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol .tadbox figure img {
  max-width: 100%;
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol .tadbox .content {
  font-size: 13px;
  display: table-cell;
  width: 55%;
  vertical-align: top
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol .tadbox .content .desc {
  padding-bottom: 15px
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol .tadbox .content .refer {
  position: absolute;
  right: 15px;
  bottom: 50px;
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol .tadbox .content span {
  color: #fff;
  border: 1px solid #F8884F;
  font-size: 14px;
  padding: 5px 15px;
  transition: all .5s ease-in-out;
  font-family: 'opensans-bold';
  display: inline-block;
  background: transparent linear-gradient(148deg, #F3653D 0%, #F8884F 0%, #F8854E 0%, #F3653D 100%) 0 0 !important;
  box-shadow: 0 1px 6px #00000029;
  border-radius: 10px;
  margin-bottom: 20px
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol .tadbox span:hover {
  background: #fff !important;
  color: #F8884F
}

.trialbannerspg .trialbanners.ltview .trbcol {
  display: block;
  width: 100%;
  max-width: 100%;
  flex: none
}

.contentclm .bodylayout.trialbannerspg .trialbanners.ltview .trbcol .tadbox figure {
  /* width:126px; */
  width: auto;
  margin: 0 auto;
}

.contentclm .bodylayout.trialbannerspg .trialbanners.ltview .trbcol .tadbox figure img {
  width: inherit;
  width: 100%;
}

.contentclm .bodylayout.trialbannerspg .trialbanners.ltview .trbcol .tadbox .content {
  width: inherit;
  vertical-align: middle
}

.contentclm .bodylayout.trialbannerspg .trialbanners.ltview .trbcol .tadbox .content .refer {
  bottom: 30%
}

.contentclm .bodylayout.trialbannerspg .trialbanners.ltview .trbcol.tryfree img {
  border-radius: 12px;
  width: auto;
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol.tryfree .tadbox {
  background-color: #fff;
  color: #000;
  background-image: url(../images/vtile-left.png), url(../images/vtile-right.png);
  background-position: bottom left, bottom right;
  background-repeat: repeat-y;
  text-align: center;
  text-transform: uppercase
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol.tryfree .tadbox .col {
  vertical-align: middle;
  padding: 11px
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol.tryfree .tadbox .col1 {
  color: #f3653d
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol.tryfree .tadbox .col2 {
  font-family: 'opensans-semibold';
  font-size: 25px;
  letter-spacing: -1px;
  border-left: 5px solid #F8854E;
  border-right: 5px solid #f3653d;
  padding: 0 10px;
  margin: 0 15px;
  display: block;
  width: auto
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol.tryfree .tadbox .col3 {
  font-family: 'opensans-semibold';
  font-size: 13px
}

.contentclm .bodylayout.trialbannerspg .trialbanners.ltview .trbcol.tryfree .tadbox {
  padding-top: 40px
}

.contentclm .bodylayout.trialbannerspg .trialbanners.ltview .trbcol.tryfree .tadbox .col {
  width: 33%;
  display: table-cell;
  vertical-align: middle
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol.tryfree img {
  border-radius: 12px;
  width: 100%
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol.tryfree .tadbox.nopad {
  padding: 0;
  background: #fff;
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol .actionsrow {
  position: absolute;
  top: 10px;
  right: 30px;
  display: none;
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol a:hover .actionsrow {
  display: block;
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol a:hover .actionsrow .fa {
  cursor: pointer;
  color: #444 !important;
}

.contentclm .bodylayout.trialbannerspg .trialbanners .trbcol a:hover .actionsrow .fa:hover {
  color: #f3653d !important;
}

.contentclm .bodylayout.trialbannerspg .tagclm label {
  min-width: 65px;
  text-align: center
}

.contentclm .bodylayout.trialbannerspg .trialbannerupload {
  max-width: 520px;
}

.contentclm .bodylayout.trialbannerspg .trialbannerupload .uploadbox {
  width: 100%;
  display: table;
  background-position: center center, right 50%
}

.contentclm .bodylayout.trialbannerspg .trialbannerupload .uploadboxtxt {
  padding: 0 10px 15px;
  text-align: center;
  text-transform: none;
  width: inherit
}

.contentclm .bodylayout.trialbannerspg .trialbannerupload .uploadbox input[type=file] {
  width: 100%;
  height: 270px;
}

.uploadbox img {
  width: initial
}

.slick-slide:focus {
  outline: none
}

.star .fa-star {
  color: #ccc
}

.star .fa-star.checked {
  color: #F2F224
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  /* margin-top:13px; */
}

.nav-item.dropdown {
  padding-bottom: 12px;
}

.previews-nav .slick-slide.slick-current.slick-active {
  border: 0 solid #ccc;
  margin-top: 0;
  z-index: 1004
}

.reps-radio label {
  margin-right: 10px;
  padding: 4px 15px;
  font-size: 14px;
}

.reps-radio input {
  display: none
}

.reps-radio label {
  cursor: pointer;
  font-size: 12px;
  background: #fff;
  border-radius: 5px;
  padding: 4px 10px;
  margin-right: 2px;
  color: #5D5C5C;
  border: 1px solid #ddd;
  font-family: 'opensans-semibold';
}

.reps-radio input:checked+label {
  border: 1px solid #F3653D;
  color: #F3653D
}

.checkbsec h6 {
  font-size: 15px;
  font-family: 'opensans-semibold';
  color: #5D5C5C
}

.addpopup h4 {
  font: 20px;
  color: #5D5C5C;
  text-align: center;
  margin-bottom: 20px
}

.addtext h4 {
  font: 17px/21px opensans-semibold;
  color: #5D5C5C;
  text-align: center;
  margin-bottom: 0
}

.cancel-popup {
  width: 50%;
  border: .5px solid #707070;
  font-size: 21px;
  color: #6D6A6A;
  text-transform: uppercase;
  background: #fff;
  padding: 12px 10px;
  border-bottom-left-radius: 5px
}

.cancel-popup:hover {
  color: #fff;
  background: #707070;
  text-decoration: none
}

.add-popup {
  width: 50%;
  display: block;
  float: right;
  font-size: 21px;
  text-transform: uppercase;
  padding: 12px 10px;
  border: 1px solid #F3653D;
  background: transparent linear-gradient(146deg, #F3653D 0%, #F8884F 0%, #F8854E 0%, #F3653D 100%) 0 0 no-repeat padding-box;
  border-bottom-right-radius: 5px;
  color: #fff;
  text-align: center
}

.add-popup:hover {
  color: #F3653D;
  background: #fff no-repeat padding-box;
  border: 1px solid #F3653D;
  text-decoration: none
}

.header-program {
  border-bottom: .2px solid #707070;
  padding: 0 0 7px
}

span.title-program {
  font-size: 14px;
  font-family: 'opensans-bold';
  color: #5D5C5C;
  width: 30%;
  display: inline-block
}

span.time {
  width: 55%;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  font: 13px/18px opensans-bold;
  letter-spacing: -.05px;
  color: #5D5C5C
}

button.edit-program {
  border: none;
  background: transparent url(../images/edit.svg) no-repeat 0 0 / 15px;
  padding: 10px;
  display: inline-block;
  float: right
}

button.add-item {
  border: none;
  background: transparent;
  padding: 0;
  font: 15px/10px opensans-bold;
  color: #5D5C5C;
  transition: .2s linear
}

button.add-item:hover {
  color: #F8884F;
  transition: .2s linear
}

span.plus {
  border: 2px solid #959191;
  display: inline-block;
  padding: 4px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 12px;
  color: #959191;
  font-family: 'opensans-bold'
}

.buttonrow {
  padding: 10px 0
}

.productrow {
  display: flex;
  border-bottom: .2px solid #707070;
  padding: 5px 0
}

.product-left {
  width: 70%
}

.product-right {
  width: 30%;
  float: right
}

.productimage {
  border-radius: 5px;
  display: inline-block;
  width: 60px;
  float: left;
  position: relative;
}

.productimage img {
  width: 45px;
  max-height: 45px;
  border-radius: 5px;
}

.productimage .removeitem {
  position: absolute;
  top: -3px;
  right: 14px;
}

.contentclm .bodylayout .productimage a i.far {
  font-size: 15px;
  color: #ff0000 !important;
  border-radius: 6px !important;
  background: #fff;
}

.productdetail {
  width: calc(100% - 60px);
  float: right
}

.productdetail h6 {
  font-size: 16px;
  font-family: 'opensans-semibold';
  color: #5D5C5C;
  margin-bottom: 0
}

span.count {
  font-size: 14px;
  color: #5D5C5C
}

.product-right .input-group {
  justify-content: flex-end;
  padding: 8px 0
}

.plus-minus-input {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.plus-minus-input .input-group-field {
  text-align: center;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 0;
  min-width: 35px;
  width: 35px;
  border: none;
  font: normal normal bold 12px/10px Open Sans;
  letter-spacing: -.06px;
  color: #6D6A6A
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none
}

.plus-minus-input .input-group-button .circle {
  border-radius: 5px;
  padding: 2px;
  font-size: 8px;
  background: #FFF 0 0 no-repeat padding-box;
  box-shadow: 0 .2px 2px #00000029;
  border: 1px solid #00000029;
  color: #6D6A6A
}

.donebtn {
  color: #fff !important;
  font-size: 15px;
  padding: 5px 20px;
  transition: all .5s ease-in-out;
  font-family: 'opensans-bold';
  display: inline-block;
  background: #5D5C5C 0 0 no-repeat padding-box;
  box-shadow: 0 1px 6px #00000029;
  border-radius: 5px;
  border: none;
  transition: .2s linear;
  margin: 10px 0 0
}

.donebtn:hover {
  transition: .2s linear;
  background: #332e2e 0 0 no-repeat padding-box;
  text-decoration: none
}

.row.grid-block-row,
.row.program-block-row {
  display: block;
}

.workoutbox.fullwidth,
.program-box.fullwidth {
  width: 100%;
  max-width: 100%;
}

/* program diet listing */
.dietlisting .dietpcol {
  margin-bottom: 25px;
  position: relative;
}

.dietlisting .dietpcol .dietbox {
  position: relative;
  background: #F9F0E5;
  color: #5D5C5C;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 12px;
  padding: 15px;
  min-height: 140px;
  overflow: hidden;
}

.dietlisting .dietpcol a {
  text-decoration: none;
  color: #5D5C5C;
}

.dietlisting .dietpcol a:hover .dietbox {
  box-shadow: 0px 3px 6px #555;
}

.dietlisting .dietpcol .dietbox figure {
  display: table-cell;
  width: 70px !important;
  vertical-align: middle;
}

.dietlisting .dietpcol .dietbox figure img {
  max-width: 100%;
  margin-right: 10px;
  margin-left: -15px;
  max-height: 100px;
}

.dietlisting .dietpcol .dietbox .content {
  font-size: 13px;
  display: table-cell;
  width: auto;
  vertical-align: top;
}

.dietlisting .dietpcol .dietbox .content .desc {
  padding: 0px 20px 0px 0px;
}

.dietlisting .dietpcol .dietbox .content .refer {
  position: absolute;
  right: 15px;
  top: 15px;
  border: 2px solid #4BB856;
  width: 20px;
  height: 20px;
}

.dietlisting .dietpcol .dietbox .content .refer span {
  width: 8px;
  height: 8px;
  background: #4BB856;
  display: inline-block;
  margin: 4px 4px;
  border-radius: 50%;
}

.dietlisting .dietpcol .dietbox h4 {
  padding: 0;
  font-size: 15px;
  max-width: 130px;
}

.dietlisting.ltview .col.dietpcol .dietbox {
  padding-top: 40px;
}

.dietlisting.ltview .col.dietpcol {
  display: block;
  width: 100%;
  max-width: 100%;
  flex: none;
}

.dietlisting .dietpcol .actionsrow {
  position: absolute;
  bottom: 10px;
  right: 25px;
  display: none;
}

.dietlisting .dietpcol:hover .actionsrow {
  display: block;
}

/*11/9/2020*/
.float-button {
  display: block;
  float: right;
  width: 300px;
}

.float-button .txtedit {
  float: none
}

.float-button .view-col {
  float: right;
  font-size: 12px;
  color: #5D5C5C
}

.edit-col {
  display: inline-block;
  float: right;
  margin: 0 10px;
  font-size: 12px;
  color: #5D5C5C
}

.float-button .txtedit.wbox {
  padding: 3px 5px;
  border-radius: 4px;
  margin: 1px 0px;
  display: block;
}

.float-button .view-col .checker {
  background: url(../images/view-list.png)#fff no-repeat center;
  background-size: 12px;
  width: 28px;
  height: 28px;
  border: 1px solid #707070;
}

.dayssec .slick-prev,
.dayssec .slick-next {
  color: #444;
}

.slick-prev:before,
.slick-next:before {
  border: 1px solid transparent;
}

.contentclm .bodylayout .program-bg .centers_area .ctbox i.fa-edit {
  position: absolute;
  right: 40px;
  font-size: 19px;
  color: #5D5C5C;
  cursor: pointer;
}

.contentclm .bodylayout a i.fa {
  color: #5D5C5C !important;
}

.contentclm .bodylayout a i.far {
  color: #5D5C5C !important;
}

.contentclm .bodylayout a:hover i.fa {
  color: #F3653D !important;
}

.contentclm .bodylayout a:hover i.far {
  color: #F3653D !important;
}

.contentclm .bodylayout .pagination {
  border: 0;
}

.contentclm .bodylayout .pagination li {
  margin: 2px;
  font-weight: 600;
}

.contentclm .bodylayout .pagination .page-link {
  border: 1px solid #fff;
  background: #FFF 0 0 no-repeat padding-box;
  box-shadow: 0 2px 2px #00000029;
  border-radius: 4px;
  opacity: 1;
  color: #111
}

.contentclm .bodylayout select.hdselbox {
  background: #fff url(../images/select-arrow2.png) no-repeat 94% center !important;
  float: right;
  width: auto;
  background-size: 20px !important;
  padding-right: 30px;
  font-weight: normal;
}

.ngx-pagination li {
  border: 1px solid #fff;
  background: #FFF 0 0 no-repeat padding-box;
  box-shadow: 0 2px 2px #00000029;
  border-radius: 4px;
  opacity: 1;
  color: #111;
}

.ngx-pagination .disabled {
  color: #999;
}

.ngx-pagination .current {
  background: #FE639D !important;
  color: #FFF !important;
}

.reviewbtn {
  font-size: 25px;
  font-family: 'opensans-semibold';
  color: #fff !important;
  background: #BCBCBC;
  border: 1px solid #BCBCBC;
  width: 100%;
  border-radius: 0;
  padding: 15px;
}

.reviewbtn:hover {
  background: #F8884F;
  border: 1px solid #F8884F;
  color: #fff !important;
}

.uploadedvideo {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  position: relative;
}

.uploadedvideo video {
  width: 100%;
  max-width: 100%;
}

.uploadedvideo source {
  width: 100%;
  max-width: 100%;
}

.remove {
  background: #fff !important;
  color: red !important;
  z-index: 100;
  cursor: pointer;
  border: 1px solid red !important;
  border-radius: 12px;
  padding: 4px 6px;
  display: inline-block;
}

/* 14/9/2020 */
.contentclm .bodylayout .centers_area.fullwidth .ctbox {
  width: 100%;
  margin: 0 0px 15px;
  background: none;
  box-shadow: none;
  border: 0;
}

.contentclm .bodylayout .centers_area.fullwidth a.centerlink:hover {
  text-decoration: none;
  opacity: 1;
}

.contentclm .bodylayout .centers_area.fullwidth .ctbox figure {
  margin: 0;
  width: 216px;
  height: 216px;
  display: table-cell;
  vertical-align: top;
}

.contentclm .bodylayout .centers_area.fullwidth .ctbox figure img {
  width: 216px;
  height: 216px;
  border-radius: 14px;
}

.contentclm .bodylayout .centers_area.fullwidth .ctbox h3 {
  font-size: 17px;
}

.contentclm .bodylayout .centers_area.fullwidth .ctbox h4 {
  font-size: 16px;
}

.contentclm .bodylayout .centers_area.fullwidth .ctbox h5 {
  font-size: 15px;
  display: block
}

.contentclm .bodylayout .centers_area.fullwidth .ctbox p {
  font-size: 15px;
  margin: 0;
}

.contentclm .bodylayout .centers_area.fullwidth .ctbox .details {
  width: 100%;
}

.contentclm .bodylayout .centers_area.fullwidth span.batch {
  font-size: 15px;
}

.contentclm .bodylayout .whitebox.centers_area {
  padding: 25px;
  overflow: auto;
  width: 100%;
  display: block;
}

.contentclm .bodylayout .whitebox.centers_area h4 {
  display: block
}

.contentclm .bodylayout .whitebox.centers_area .ctbox {
  width: 49%;
}

.contentclm .bodylayout .whitebox.centers_area .ctbox:last-child {
  margin-right: 0
}

.contentclm .bodylayout .whitebox.centers_area .ctbox .details {
  width: 100%;
}

.time-card {
  font-size: 14px;
  color: #5D5C5C;
  font-family: 'opensans-semibold';
  padding-bottom: 10px;
}

span.issued {
  font-family: 'opensans-regular';
  display: inline-block;
  float: right;
}

.image-row {
  display: flex
}

.images {
  width: 100%;
  box-shadow: 0 1px 3px #00000029;
  border-radius: 8px;
  margin: 0 15px
}

.images figure {
  width: 100%;
  height: 110px;
  margin: 0;
  border-radius: 8px
}

.day-boxes {
  box-shadow: 0 1px 2px #00000029;
  border-radius: 8px;
  padding: 12px;
  margin: 15px 0
}

.day-boxes.green {
  background: #E9F2D6 0 0 no-repeat padding-box
}

.day-boxes.purple {
  background: #D6DAF2 0 0 no-repeat padding-box
}

.detail-row {
  font: 18px/23px opensans-semibold;
  letter-spacing: -.09px;
  color: #5D5C5C;
  margin: 15px 0 0
}

span.excercise-count {
  display: inline-block;
  float: right;
  text-align: center;
  font: 10px/12px opensans-semibold;
  letter-spacing: -.05px;
  color: #5D5C5C
}

.whitebox.centers_area .whitebox .pad {
  padding: 9px 15PX
}

.diet-nav,
.diet-slider {
  position: relative;
  width: 100%
}

.slider-box {
  position: relative;
  width: 100%
}

.slider-box .whitebox {
  margin-right: 5px
}

.date-nav {
  text-align: center
}

.image-row {
  display: flex
}

.images {
  width: 100%;
  box-shadow: 0 1px 3px #00000029;
  border-radius: 8px;
  margin: 0 15px
}

.images figure {
  width: 100%;
  height: 110px;
  margin: 0;
  border-radius: 8px
}

.day-boxes {
  box-shadow: 0 1px 2px #00000029;
  border-radius: 8px;
  padding: 12px;
  margin: 15px 0
}

.day-boxes.green {
  background: #E9F2D6 0 0 no-repeat padding-box
}

.day-boxes.purple {
  background: #D6DAF2 0 0 no-repeat padding-box
}

.detail-row {
  font: 16px/23px opensans-semibold;
  letter-spacing: -.09px;
  color: #5D5C5C;
  margin: 15px 0 0
}

span.excercise-count {
  display: inline-block;
  float: right;
  text-align: center;
  font: 10px/12px opensans-semibold;
  letter-spacing: -.05px;
  color: #5D5C5C
}

.whitebox.centers_area .whitebox .pad {
  padding: 9px 15PX
}

.diet-nav,
.diet-slider,
.history-nav,
.history-slider {
  position: relative;
  width: 100%
}

.diet-nav,
.history-nav {
  margin-bottom: 15px;
}

.slider-box {
  position: relative;
  width: 100%
}

.slider-box .whitebox {
  margin-right: 5px
}

.date-nav {
  text-align: center
}

.whitebox.centers_area.slider_wrapper {
  overflow: unset !important
}

.date-nav {
  font: 15px/21px opensans-semibold;
  color: #5D5C5C;
}

.diet-nav button.slick-prev.slick-arrow,
.diet-nav button.slick-prev.slick-arrow:focus,
.report-nav button.slick-prev.slick-arrow,
.report-nav button.slick-prev.slick-arrow:focus,
.history-nav button.slick-prev.slick-arrow,
.history-nav button.slick-prev.slick-arrow:focus {
  left: 20%;
  background: url(../images/left-arrow.svg) no-repeat center / 12px !important;
  z-index: 9999
}

.diet-nav button.slick-next.slick-arrow,
.diet-nav button.slick-next.slick-arrow:focus,
.report-nav button.slick-next.slick-arrow,
.report-nav button.slick-next.slick-arrow:focus,
.history-nav button.slick-next.slick-arrow,
.history-nav button.slick-next.slick-arrow:focus {
  right: 20%;
  background: url(../images/left-arrow.svg) no-repeat center / 12px !important;
  transform: rotate(180deg);
  top: 0;
  z-index: 9999
}

.diet-nav button.slick-prev.slick-arrow:before,
.diet-nav button.slick-next.slick-arrow:before,
.report-nav button.slick-prev.slick-arrow:before,
.report-nav button.slick-next.slick-arrow:before,
.history-nav button.slick-prev.slick-arrow:before,
.history-nav button.slick-next.slick-arrow:before {
  display: none
}

.detail-row.history-row {
  margin: 0px 0 0px;
  padding: 23px 0 13px;
  border-bottom: 1px solid #5D5C5C;
  font: 16px/23px opensans-semibold;
}

.history .progbox {
  min-height: 170px;
}

.programsarea.plisting.history {
  margin-top: 15px;
}

.programsarea.plisting.history .progbox .content .details .name {
  font-size: 17px;
}

.programsarea.plisting.history .progbox .content .details .days {
  color: #fff;
}

.programsarea.plisting.history .progbox {
  margin-bottom: 15px
}

span.trainer-report {
  font-size: 15px;
  float: right;
  font-family: 'opensans-regular'
}

.updated-date {
  font: 300 14px/31px 'opensans-regular';
  color: #5D5C5C;
}

.whitebox .measurement-inputs h4 {
  font-size: 14px;
  font-family: 'opensans-regular';
  font-weight: 600
}

.whitebox .measurement-card h5 {
  font: 16px/31px opensans-semibold;
  color: #5D5C5C;
  text-align: center;
  margin: 20px 0 30px;
}

.trainer-box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 0.5px solid #818181;
  border-radius: 6px;
  padding: 20px;
  margin: 20px 0;
  display: flex;
}

.trainer-box .ctbox {
  width: 50%;
  overflow: hidden;
}

.trainer-box .ctbox h3 {
  font: 15px/17px opensans-semibold;
  color: #5D5C5C;
  text-align: center;
}

.trainer-box .ctbox h6 {
  font: 13px/15px opensans-semibold;
  color: #5D5C5C;
  text-align: center;
}

.trainer-box .ctbox:last-child {
  margin-left: 20px;
}

.trainer-box .ctbox img {
  width: 100%;
  max-height: 150px;
}

.trainer-box.reviewbox {
  display: block;
}

.trainer-box.reviewbox h3 {
  font: 17px/18px opensans-semibold;
  color: #5D5C5C;
}

.review-last {
  font-size: 14px;
  font-family: 'opensans-regular';
  color: #5D5C5C;
  margin: 0 0 10px
}

.review-last strong {
  padding: 0 10px
}

.diagram {
  position: relative;
  /* box-shadow: 0px 3px 6px #00000029; border-radius: 12px; */
  padding: 15px 15px 0px 15px;
}

.previews-custhumb {
  z-index: 2000;
  position: absolute;
  bottom: 22px;
  left: 15px;
  padding: 20px 0 0px 0;
}

.previews-custhumb div {
  display: inline-block;
  width: 85px;
  height: 50px;
  box-shadow: 0px 3px 6px #00000029;
  border: transparent 3px solid;
  position: relative;
  background: #fff;
}

.previews-custhumb img {
  height: auto;
  margin: 0 auto;
  position: absolute;
  bottom: 5px;
}

.previews-custhumb div.img_active {
  border: 3px solid #c1c1c1;
  transition: width 2s;
  zoom: 1.5;
}

.slidebar {
  width: 100%;
  background-color: #fff;
}

.slidebar input[type="range"] {
  width: 100%;
}

/* The slider itself */
.slidebar input {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 10px;
  /* Specified height */
  background: #d3d3d3;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 0.8;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s;
  /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  border: 2px solid #d3d3d3;
  border-radius: 5px;
}

/* Mouse-over effects */
.slidebar input:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slidebar input::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 18px;
  /* Set a specific slider handle width */
  height: 18px;
  /* Slider handle height */
  background: #F3653D;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
  border: 4px solid #d3d3d3;
  border-radius: 50%;
}

.slidebar input::-moz-range-thumb {
  width: 15px;
  /* Set a specific slider handle width */
  height: 15px;
  /* Slider handle height */
  background: #d3d3d3;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
  border: 4px solid #d3d3d3;
  border-radius: 50%;
}

/* .slidebar input[type="range"]::-moz-range-progress { background-color: #43e5f7 !important; }
.slidebar input[type="range"]::-moz-range-progress { background-color: #43e5f7;  }
.slidebar input[type="range"]::-moz-range-track {   background-color: #9a905d;  }
.slidebar input[type="range"]::-ms-fill-lower { background-color: #43e5f7;  }
.slidebar input[type="range"]::-ms-fill-upper {  background-color: #9a905d; } */
.preview-details .boxrow {
  max-height: 560px;
  overflow-y: auto;
}

.preview-details .boxrow .wcol {
  text-decoration: none;
}

.preview-details .boxrow.ltview .wcol {
  max-width: 100%;
  flex: none;
}

.preview-details .boxrow.ltview .wcol .workout-fig {
  background-size: contain !important;
}

.statusnotes {
  display: block;
  text-align: right;
  padding-bottom: 25px;
}

.statusnotes .clm {
  display: inline-block;
  background: #FFFFFF;
  width: 30%;
  margin-right: 2%;
  text-align: center;
  color: #5D5C5C;
  font-family: 'opensans-semibold';
  font-size: 14px;
}

.statusnotes .clm span {
  border-radius: 15px;
  width: 70px;
  margin: 10px auto;
  border: 1px solid #707070;
  display: flex;
  height: 7px;
}

.statusnotes .clm.booked span {
  border: 1px solid #F3653D;
  background: #F3653D;
}

.statusnotes .clm.available span {
  border: 1px solid #5D5C5C;
  background: #5D5C5C;
}

.timebclm .whitebox {
  padding: 15px;
  float: left;
}

.timebclm .whitebox h3 {
  font-size: 17px;
  color: #5D5C5C;
}

.timebclm .whitebox .days {
  color: #5D5C5C;
  font-size: 14px;
}

.timebclm .whitebox .time {
  margin-top: 10px;
  border: #A7A1A1 1px solid;
  color: #000;
  font-size: 12px;
  display: inline-block;
  width: 23%;
  margin-right: 2%;
  padding: 4px 3px;
  border-radius: 4px;
  cursor: pointer;
  float: left;
}

.timebclm .whitebox .time.grey {
  background: #5D5C5C;
  color: #FFFFFF;
}

.timebclm .whitebox .time.orange {
  background: #F3653D;
  color: #FFFFFF;
}

.timebclm .whitebox .time.white {
  background: #fff;
  color: #707070;
}

.contentclm .bodylayout .whitebox.centers_area .ctbox:nth-child(odd) {
  margin-right: 0 !important;
}

.contentclm .bodylayout .whitebox.centers_area .ctbox:nth-child(even) {
  margin-right: 2% !important;
}

/* .contentclm .bodylayout .whitebox.centers_area .ctbox:last-child(3n+0) { margin-right:0 !important; } */
.product-calories {
  width: 15%;
  float: right;
  text-align: right;
  padding-top: 10px;
}

.contentclm .bodylayout .program-bg .centers_area .ctbox .fa {
  background: #fff;
  border-radius: 5px;
  padding: 5px;
}

.contentclm .bodylayout .program-bg .centers_area .ctbox .fa:hover {
  background: #fff;
}

.contentclm .bodylayout .program-bg .centers_area .ctbox .far {
  background: #fff;
  border-radius: 5px;
  padding: 4px;
}

.contentclm .bodylayout .program-bg .centers_area .ctbox .far:hover {
  background: #fff;
}

.wrapper {
  display: table;
  width: 100%;
  float: left;
  position: relative;
}

.contentclm .bodylayout .norecordrw {
  text-decoration: none;
}

.contentclm .bodylayout .norecordtxt {
  float: left;
  margin-top: -50px;
}

.contentclm .bodylayout .centers_area .ctbox.single {
  width: 100%;
  float: none;
}

.contentclm .bodylayout .centers_area .ctbox .reviewnow {
  position: absolute;
  font-size: 14px;
  bottom: 10px;
  right: 10px;
  background: #F3653D;
  border: #F3653D 1px solid;
  padding: 2px 10px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}

.contentclm .bodylayout .centers_area .ctbox .reviewnow:hover {
  opacity: 0.9;
}

.whitebox .programsarea {
  text-decoration: none;
}

.whitebox .prgcol {
  display: block;
}

.whitebox .programsarea .prgcol a {
  text-decoration: none;
  color: #fff;
}

.whitebox .programsarea .prgcol a:hover {
  text-decoration: none;
  color: #fff
}

.whitebox .programsarea .progbox {
  border-radius: 12px;
  padding: 0px;
  color: #fff;
  margin-bottom: 20px;
  max-height: 116px !important;
  min-height: 116px !important;
}

.whitebox .programsarea .progbox img {
  width: 100%;
}

.whitebox .programsarea .progbox:hover {
  opacity: .8
}

.whitebox .programsarea .progbox h3 {
  font-size: 25px
}

.whitebox .programsarea .progbox p {
  font-size: 19px;
  color: #fff;
  margin: 0;
  padding: 0
}

.whitebox .programsarea .progbox .days {
  color: #fff;
}

.whitebox .programsarea .progbox {
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px #ddd;
  width: 100%;
}

.whitebox .programsarea .progbox img {
  width: 100%;
  transition: transform .5s linear
}

.whitebox .programsarea .progbox .content {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  width: 100%;
  padding: 20px;
  left: 0;
  right: 0;
  top: 0;
  font-size: 16px;
  transition: .3s
}

.whitebox .programsarea .progbox .content .level {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 2px 10px;
  font-size: 12px;
  font-family: 'opensans-semibold';
  border-radius: 3px
}

.whitebox .programsarea .progbox .content .details {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px
}

.whitebox .programsarea .progbox .content .details .name {
  float: left;
  font-size: 17px;
  font-family: 'opensans-semibold'
}

.whitebox .programsarea .progbox .content .details .name i {
  display: block;
  font-size: 14px;
  font-family: 'opensans-regular';
  font-style: normal !important;
  font-weight: normal;
}

.whitebox .programsarea .progbox .content .details .days {
  float: right;
  padding-top: 10px
}

.whitebox .programsarea .progbox:hover {
  opacity: 1 !important
}

.whitebox .programsarea .progbox a:hover img {
  transform: scale(1.1)
}

.whitebox .programsarea .progbox:hover .content {
  background: rgba(0, 0, 0, 0.2)
}

.whitebox .programsarea .progbox .content .level.level1 {
  background: #8FC427
}

.whitebox .programsarea .progbox .content .level.level2 {
  background: #B7BB46
}

.whitebox .programsarea .progbox .content .level.level3 {
  background: #EC76A2
}

.whitebox .programsarea .time-card {
  padding: 15px 0;
  width: 100%;
  border-bottom: 1px solid #5D5C5C;
  margin-bottom: 7px;
  font-family: 'opensans-bold'
}

.whitebox .programsarea .days .fa {
  color: #fff !important;
}

.rightcol .clientbox {
  width: 55px;
  margin: 5px 10px 10px 0;
  float: left;
  font-size: 13px;
}

.rightcol .clientbox figure {
  width: 55px;
  height: 55px;
  overflow: hidden;
  margin-bottom: 5px;
}

.rightcol .clientbox figure img {
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 6px;
}

.attendance {
  text-decoration: none;
}

.attendance h4 {
  display: block;
  text-align: center;
}

.attendance .txt {
  text-align: center;
  margin: 10px 0;
}

.attendance .txt h5 {
  font-size: 15px;
  color: #5D5C5C;
}

.contentclm .bodylayout .attendance h2 {
  font-size: 15px;
  color: #5D5C5C;
}

.attendance .fc-today-button {
  font-size: 14px;
}

.attendance .fc .fc-button {
  padding: 5px;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 1em !important;
}

.fc-view-harness.fc-view-harness-active {
  height: 240px !important;
}

/* .attendance .fc-scrollgrid-sync-table { height: 220px !important; } */
/* .attendance .fc .fc-scrollgrid-liquid { height: 259px !important; } */
.fc table {
  font-size: 14px !important;
}

.fc .fc-daygrid-day-top {
  display: block !important;
  text-align: center !important;
}

th.fc-col-header-cell {
  background: #b7b7b7 !important;
  padding: 5px 0;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 0 !important;
}

.fc .fc-daygrid-day-frame {
  display: grid !important;
  padding-top: 5px !important;
}

.custompopup.rolesdetils {
  text-decoration: none;
}

.custompopup.rolesdetils .modal-dialog {
  max-width: 900px;
}

.custompopup.rolesdetils h5 {
  font-size: 16px;
  margin: 20px 0;
}

.custompopup.rolesdetils h6 {
  font-size: 15px;
  margin: 20px 15px 10px 15px;
  color: #F3653D;
  font-family: 'opensans-bold';
}

.custompopup.rolesdetils .name {
  font-size: 14px;
  font-family: 'opensans-semibold';
  color: #111;
}

.custompopup.rolesdetils .rolerow {
  padding: 5px 0px 2px 0px;
  display: flex;
  background-color: #F4F6F8;
  border-top: 1px solid #fff;
}

.custompopup.rolesdetils .rolerow:last-child {
  background-color: #F4F6F8;
}

.custompopup.rolesdetils .rolerow:nth-child(even) {
  background-color: #fafafa;
}

.custompopup.rolesdetils .rolerow label {
  font-size: 14px;
}

.custompopup.rolesdetils .rolerow .name {
  max-width: 25% !important;
  flex: none;
}

.custompopup.rolesdetils .rolerow .rolesclm {
  max-width: 14% !important;
  flex: none;
}

.custompopup.rolesdetils .rolerow .rolesclm:last-child {
  max-width: 19% !important;
  flex: none;
}

/* coupons start */
.coupons {
  padding: 10px;
  border: 2px solid #dee2e6;
  background: #fff;
  margin-bottom: 30px;
}

.coupons tbody tr {
  background: red;
}

.coupons .tbhd {
  padding: 10px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: 'opensans-semibold';
  color: #111;
}

.coupons a.codelink {
  color: #F3653D;
  text-decoration: underline;
}

.coupons a.codelink:hover {
  color: #333;
  text-decoration: none;
}

.coupons .table tbody tr {
  background: #fff !important;
}

.coupons .btnlins a {
  background: rgba(243, 101, 61, 0.1);
  border: #fff 1px solid;
  border-radius: 14px;
  padding: 5px 10px;
  display: inline-block;
  color: #414141;
  width: 120px;
  text-align: center;
}

.coupons .btnlins a:hover {
  text-decoration: none;
  border: #999 1px solid;
}

.coupons .btnlins a.joined {
  background: rgba(242, 242, 242, 0.7);
}

.coupons .btnlins a.invite {
  background: rgba(243, 101, 61, 0.4);
}

.couponbox {
  margin: 20px auto;
  max-width: 500px;
  position: relative;
}

.couponbox .cardbox {
  background: #F3653D;
  padding: 20px;
  border-radius: 16px;
  height: 200px;
  vertical-align: top;
}

.couponbox .cardbox::before {
  height: 200px;
}

.couponbox .cardbox .clm1 {
  display: inline-block;
  vertical-align: top;
  width: 155px;
  height: 155px;
  text-align: center;
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.couponbox .cardbox .clm1 img {
  margin-left: 0px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.couponbox .cardbox .clm1 span {
  width: 30px;
  height: 30px;
  font-size: 25px;
  margin-top: 0px;
  margin-left: 5px;
  font-family: 'opensans-semibold';
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-top: -75px;
}

.couponbox {}

.couponbox .cardbox .clm2 {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  margin: 0 30px;
  text-align: center;
  /* color: #FFFFFF; */
  color: rgba(255, 255, 255, 0.9)
}

.couponbox .cardbox .clm2 h5 {
  display: block;
  font-size: 21px;
  text-transform: uppercase;
  padding-top: 18px;
}

.couponbox .cardbox .clm2 i {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.couponbox .cardbox .clm2 .days {
  display: block;
  margin-top: 10px;
  font-family: 'opensans-bold';
  font-size: 26px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.3);
  border-top: dashed 1px rgba(255, 255, 255, 0.3);
}

.couponpg .uploadbox {
  background: transparent;
  width: 150px;
  height: 150px;
  border: 0;
  background: url(../images/icon-create-coupon.png) no-repeat center 20px !important;
  background-size: 100px 100px !important;
  display: inherit;
}

.couponpg .uploadbox input[type=file] {
  width: 125px;
  height: 125px;
}

.couponpg .uploadbox img {
  height: 80px;
  width: initial;
}

.couponbox .colorrow {
  margin: 10px 0;
  width: 100%;
  text-align: right;
}

.couponbox .colorrow .txt {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0px 5px;
}

.couponbox .colorrow .clrpick {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 4px 3px;
  cursor: pointer;
}

.couponbox .colorrow .clrpick.orange {
  background: #F3653D;
}

.couponbox .colorrow .clrpick.green {
  background: #1BA148;
}

.couponbox .colorrow .clrpick.blue {
  background: #222FA2;
}

.couponbox .colorrow .clrpick.pink {
  background: #D92C77;
}

.couponpg h6 {
  font-size: 16px;
  font-family: 'opensans-semibold';
  color: #313131;
  padding: 10px 0;
}

.couponpg .fmrw {
  padding-bottom: 15px;
  width: 75%;
}

.couponpg .cbitem select.form-control {
  display: inline;
  width: 90px;
  border: 0 !important;
  padding: 0 10px 0 6px !important;
}

.couponpg .cbitem select.form-control:focus {
  outline: none !important;
  border: 0 !important;
}

.couponpg .whitebox.valuebx {
  text-decoration: none;
}

.couponpg .whitebox.valuebx .fmrw {
  max-width: 250px;
}

.couponpg .activedates .fmrw .clm1 {
  width: 220px;
  padding-right: 50px;
  display: inline-block;
}

.couponpg .regbefore {
  display: inline-block;
  width: auto;
}

.couponpg .regbefore label {
  display: inline-block;
  padding: 5px 15px;
}

.couponpg .regbefore input {
  display: inline-block;
  width: 200px;
}

.couponpg .browse_search {
  width: 350px;
  display: inline-block;
}

.couponpg .browse_search input {
  text-align: right;
  margin-left: 25px;
  background: url(../images/icon-search.png) #fff no-repeat 10px center !important;
  padding: 5px 10px 5px 35px;
}

.couponpg .customereligibility {
  text-decoration: none;
}

.couponpg .customereligibility .cbitem {
  padding-bottom: 10px;
}

.fmrw.nooftime {
  max-width: 200px;
}

.form_field.percent {
  background: url(../images/percent.png) #fff no-repeat 96% center !important;
  /* width: 120px !important;*/
  margin-bottom: 10px;
}

.form_field.rupe {
  background: url(../images/rupee.png) #fff no-repeat 96% center !important;
  /* width: 120px !important; */
}

footer {
  position: relative;
  display: block;
}

/* .contentclm { position: relative; margin-left:0; } 
footer.loginfoot { position: fixed; }
.program_create { width: 100%; float: left; position: relative; } */

.eventdatetime {
  font-size: 17px;
}

.eventdatetime b {
  font-family: 'opensans-bold';
}

.eventdatetime .date {
  padding: 0px 0;
}

.eventdatetime .time {
  padding: 10px 0;
}

.whitebox h6 {
  color: #5D5C5C;
  font-size: 14px;
  font-family: 'opensans-semibold';
  line-height: 21px;
}

.contentclm .bodylayout .centers_area {
  min-height: 350px;
}

.contentclm .bodylayout .centers_area .ctbox a h3 {
  max-width: 150px;
}

/* width restricted for overlap with lebel text right side */
.contentclm .bodylayout .centers_area.ltview .ctbox a h3 {
  max-width: inherit !important;
  min-width: 270px;
}

.contentclm .bodylayout .centers_area.fullwidth .ctbox a h3 {
  max-width: inherit !important;
  min-width: 270px;
}

.dietlisting.ltview .dietpcol .dietbox h4 {
  max-width: inherit !important;
  min-width: 270px;
}

.contentclm .bodylayout .access-denied {
  padding: 20px;
  border: 1px solid #dee2e6;
  background: #fff;
  min-height: 200px;
  font-size: 17px;
}

/* .contentclm .bodylayout .ctbox .refer { position: absolute; right: 15px; top:15px; border:2px solid #4BB856; width: 20px; height:20px; }
.contentclm .bodylayout .ctbox .refer span { width:8px; height:8px; background:#4BB856; display: inline-block; margin:4px 4px; border-radius: 50%; }  */

.restarea {
  text-align: right;
  margin-top: 0px;
}

.restarea input {
  max-width: 60px;
}

.contentclm .bodylayout .centers_area.fullwidth {
  min-height: inherit !important;
}

.contentclm .bodylayout .centers_area.fullwidth .ctbox {
  max-height: inherit !important;
}

.contentclm .bodylayout .createsec .whitebox.centers_area {
  min-height: auto;
}

.prdtseconrow {
  padding: 10px 0;
  text-align: right;
}

.prdtseconrow .clm {
  padding: 3px 10px !important;
  display: inline-block !important;
  font-size: 16px;
}

.prdtseconrow .clm b {
  padding: 3px 0;
  display: inline-block;
}


.contentclm .fmrw select.form-control:disabled {
  background: #ECECEC url(../images/select_arr.png) no-repeat 97% center !important;
  cursor: not-allowed;
  opacity: 0.7;
}

.form-control:disabled {
  background: #ECECEC url(../images/select_arr.png) no-repeat 97% center !important;
  cursor: not-allowed;
  opacity: 0.7;
}

.custompopup.libraryaddnew .modal-dialog {
  max-width: 900px !important;
}

.custompopup.libraryaddnew .modal-body {
  padding-bottom: 15px !important;
  height: 600px;
  overflow: auto;
}

.custompopup.libraryaddnew textarea {
  background: #fff !important;
}

.fmrw.angcalendar {
  position: relative;
}

.fmrw.angcalendar .icon {
  position: absolute;
  right: 5px !important;
  top: -25px !important;
}

.form-control {
  padding: 5px 10px;
  height: 33px;
}

.detail-row.workh {
  padding-bottom: 20px;
  font-size: 17px;
}

.videoarea {
  border: 1px solid #c1c1c1;
  margin-bottom: 30px;
}

.videoarea video {
  width: 100%;
}

.btn.btn-sm {
  color: #fff !important;
  border: 1px solid #F8884F !important;
  font-size: 15px;
  padding: 5px 20px;
  transition: all .5s ease-in-out;
  font-family: 'opensans-bold';
  display: inline-block;
  background: transparent linear-gradient(148deg, #F3653D 0%, #F8884F 0%, #F8854E 0%, #F3653D 100%) 0 0 !important;
  box-shadow: 0 1px 6px #00000029;
  border-radius: 10px !important;
  margin-bottom: 10px;
  cursor: pointer;
}

.btn.btn-sm:hover {
  background: #fff !important;
  color: #F8884F !important;
}

.attendance .fc-day-number.highlight {
  background: #FE639D !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.attendance th.fc-day-header {
  padding: 1px 1px !important;
}

.attendance th.fc-day-header span {
  padding: 5px 3px !important;
}

.attendance .fc-dayGrid-view .fc-body .fc-row {
  min-height: 30px !important;
}

.attendance .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: none !important;
  display: block !important;
  text-align: center !important;
}

.videosection {
  border: 1px solid #c1c1c1;
  margin-bottom: 30px;
  position: relative;
}

.videosection #container {
  text-decoration: none;
}

.videosection #container div {
  width: 100% !important;
  height: auto !important;
}

.videosection #container video {
  width: 100%;
}

.videosection .videoaction {
  position: absolute;
  bottom: 50%;
  left: 50%;
  text-align: center;
}

.videosection .videoaction button {
  font-weight: normal !important;
  border: 1px solid #fff;
  font-size: 15px;
  padding: 3px 8px;
  transition: all .5s ease-in-out;
  display: inline-block;
  background: #F3653D;
  border-radius: 50%;
  margin-bottom: 10px;
  color: #fff;
  font-family: 'opensans-regular';
  font-weight: normal;
  width: 40px;
  height: 40px;
  font-size: 18px;
}

.videosection .videoaction button:hover {
  background: #F3653D !important;
  color: #fff !important
}

.videosection .videoaction button:focus {
  background: #F3653D !important;
  color: #fff !important
}

.videosection .nextvideo {
  position: absolute;
  right: 25px;
  bottom: 25px;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #E4E4E4;
}

.videosection .nextvideo .clmrw {
  width: 200px;
  display: table;
  font-family: 'opensans-semibold';
}

.videosection .nextvideo .clmrw .clm1 {
  width: 110px;
  display: table-cell;
  padding: 5px;
}

.videosection .nextvideo .clmrw .clm1 i {
  display: block;
  font-style: normal;
  color: #FE639D;
}

.videosection .nextvideo .clmrw .clm1 a {
  color: #F8884F;
  text-decoration: none;
}

.videosection .nextvideo .clmrw .clm1 a:hover {
  color: #F8884F;
  text-decoration: underline;
}

.videosection .nextvideo .clmrw .clm2 {
  width: 90px;
  display: table-cell;
  background: #8B8B8B;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
}

.videosection .durationsec {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.videosection .durationsec .drbox {
  font-family: 'opensans-semibold';
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  background: #F3653D;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-radius: 50%;
  background: #F3653D;
  color: #fff;
  font-size: 17px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  /* min-width: 100%; min-height: 100%; */
  font-size: 17px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: pointer;
  ;
  display: block;
}

.servicetaken {
  display: table;
  width: 100%;
}

.servicetaken .strw {
  display: table;
  width: 100%;
  font-size: 13px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.servicetaken .strw b {
  display: block;
}

.servicetaken .strw .stc1 {
  display: table-cell;
  vertical-align: top;
  width: 60%;
}

.servicetaken .strw .stc2 {
  display: table-cell;
  vertical-align: top;
  width: 40%;
  text-align: right;
}

.goalslider {
  padding: 0;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-bottom: 25px;
}

.goalslider .value {
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
}

.goalslider .value.start {
  left: 0;
}

.goalslider .value.end {
  right: 0;
}

.goalslider .value.running {
  left: 50%;
}

.goalslider .slidecontainer::before {
  background: url('../images/goal-icon.png') no-repeat right top;
  width: 20px;
  content: " ";
  position: absolute;
  right: 0px;
  top: 17px;
  height: 25px;
}

.goalslider .slidecontainer {
  width: 100%;
}

.goalslider .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #ececec;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.goalslider .slider:hover {
  opacity: 1;
}

.goalslider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 23px;
  height: 66px;
  border: 0;
  background: url('../images/icon-weight.png') no-repeat;
  cursor: pointer;
}

.goalslider .slider::-moz-range-thumb {
  width: 23px;
  height: 0px;
  border: 0;
  background: url('../images/icon-weight.png') no-repeat;
  cursor: pointer;
}

.goalslider span#demo {}

/* .goalslider input[type='range'] { overflow: hidden;  -webkit-appearance: none; background-color: #9a905d;  }.
.goalslider input[type='range']::-webkit-slider-runnable-track { height: 10px;  -webkit-appearance: none; color: #13bba4; margin-top: -1px; } */
/* .goalslider input[type='range']::-webkit-slider-thumb { width: 10px; -webkit-appearance: none; height: 10px; cursor: ew-resize;  background: #434343;  box-shadow: -80px 0 0 80px #43e5f7; } */

button.afu-upload-btn {
  opacity: 1 !important;
  padding: 5px 20px !important;
  color: #fff !important;
  background: #FE639D !important;
  text-decoration: none;
  border: 1px solid #FE639D !important;
  border-radius: 10px !important;
}

button.afu-upload-btn:hover {
  opacity: 1 !important;
  color: #FE639D !important;
  background: #fff !important;
  border: 1px solid #FE639D !important;
}

.custompopup.libraryaddnew #default.container {
  padding: 0 !important;
}

.constraints-info {
  margin-top: 0 !important;
}

.c-btn {
  border: 1px solid #ced4da !important;
}

.custompopup.libraryaddnew .dropdown-list ul li {
  padding: 5px 10px !important;
}

/* Reports page start */
.reportspg {
  text-decoration: none;
}

.programsarea.subscriptions {
  text-decoration: none;
}

.reportspg .rws {
  display: block;
  width: 100%;
  float: left;
  padding-bottom: 25px;
}

.reportspg .selbcol {
  float: right;
  max-width: 250px;
  width: auto !important
}

.reportspg .selbcol label {
  color: #777;
}

.reportspg .selbcol select {
  padding-right: 30px !important;
}

.reportspg .programsarea .progbox {
  background: #fff;
  color: #5d5c5c;
  border: 1px solid #999;
}

.reportspg .prgcol .fa:hover {
  color: #FE639D !important;
}

.reportspg .programsarea .progbox p {
  color: #5d5c5c;
  font-size: 15px;
}

.reportspg .programsarea .progbox h4 {
  color: #5d5c5c;
  font-size: 25px;
}

.reportspg .programsarea .progbox .frow {
  width: 100%;
  display: block;
}

.reportspg .programsarea .progbox .frow .col1 {
  display: inline-block;
}

.reportspg .programsarea .progbox .frow .col2 {
  float: right;
}

.reportspg .programsarea .progbox .frow2 {
  width: 100%;
  display: block;
  margin-top: 10px;
}

.reportspg .programsarea .progbox .frow2 .col1 {
  display: inline-block;
}

.reportspg .programsarea .progbox .frow2 .col2 {
  float: right;
  color: #1d6320 !important;
  font-weight: 600;
}

.reportspg .programsarea .progbox i.fa-arrow-up {
  font-size: 14px !important;
  color: #1d6320 !important;
}

.reportspg .programsarea .progbox .frow3-chart {
  width: 100%;
  display: block;
}

.reportspg .programsarea .progbox .frow3-chart img {
  max-width: 100%;
  display: block;
  height: auto;
}

.reportspg .programsarea .progbox .amount {
  /* background:url(../images/rupee.png) no-repeat 0 1px; padding: 0px 0 0 18px; background-size:18px; */
  color: #aeaeae;
  font-weight: 600;
}

.reportspg .programsarea .progbox .amount i.fas {
  color: #aeaeae;
  font-size: 12px;
}

.reportspg .programsarea .progbox .red {
  color: #bd4545;
}

.reportspg .programsarea .progbox i.fa.fa-arrow-down {
  color: #bd4545 !important;
}

.reportspg .programsarea .progbox .frow .col2 .clm1 {
  display: inline-block;
  vertical-align: top;
  padding: 0px 0px 5px 5px;
  font-size: 12px;
}

.reportspg .programsarea .progbox .frow .col2 .clm2 {
  display: inline-block;
  vertical-align: top;
  padding: 0px 0px 5px 5px;
}

.reportspg .programsarea .progbox .frow .col2 .clm1 .sbox {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #fbd3c7;
}

.reportspg .programsarea .progbox .frow .col2 .clm1 .sbox.sdplan {
  background: #d62424;
}

.reportspg .programsarea .progbox .frow .col2 .clm1 .sbox.csplan {
  background: #f3653d;
}

.reportspg .programsarea .clientbox {
  background: #fff;
  color: #5d5c5c;
  border: 1px solid #999;
  padding: 20px;
  border-radius: 12px;
}

.reportspg .programsarea .clientbox .hdrw {
  text-decoration: none;
}

.reportspg .programsarea .clientbox .clrfilter {
  text-align: right;
}

.reportspg .programsarea .clientbox .clrfilter a {
  background: url(../images/filter-icon.png) no-repeat 0 0px;
  padding: 0px 0 0 30px;
  background-size: 22px;
  text-decoration: underline;
  color: #777;
}

.reportspg .programsarea .clientbox .clrfilter a:hover {
  text-decoration: none;
}

.reportspg .whitebox {
  padding: 15px;
}

.reportspg .ftboxes .whitebox h6 {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

.reportspg .ftboxes .whitebox {
  padding: 15px 12px;
}

.reportspg .ftboxes .whitebox .cbitem {
  font-size: 12px;
}

.reportspg .ftboxes .whitebox .checkbsec {
  padding: 0;
}

.reportspg .listsec {
  border: 0px solid #999;
}

.reportspg .paginationrw {
  padding-top: 20px;
}

.reportspg .customtable {
  font-size: 14px;
}

.reportspg .tbprice i.fas {
  font-size: 12px;
  color: #555;
}

.reportspg .listinghdrow {
  padding-top: 30px;
  padding-bottom: 10px;
}

.reportspg .listinghdrow a.download {
  margin-top: 20px !important;
  font-weight: 800;
  text-decoration: none;
  color: #999;
}

.reportspg .listinghdrow a.download:hover {
  color: #666;
}

.reportspg .listinghdrow a.download i.fa {
  margin-right: 5px;
}

.reportspg .listinghdrow a.download:hover i.fa {
  color: black !important;
}

.reportspg .listinghdrow .downloadrt {
  margin-top: 35px;
}

/* Reports page end */
.whitebox.signuptxt {
  text-decoration: none;
}

.whitebox.signuptxt b {
  color: #888888;
  font-size: 14px;
}

.whitebox.signuptxt b i {
  color: #f3653d;
  padding-left: 3px;
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
}

.diethistory {
  font-size: 14px;
}

.workouthistory {
  font-size: 14px;
}

.workouthistory .clm1 {
  font-size: 15px;
  padding-right: 0;
}

.workouthistory .clm2 {
  font-size: 14px;
  text-align: center;
  padding-right: 0;
  text-transform: capitalize;
}

.workouthistory .clm3 {
  font-size: 13px;
  text-align: center;
  padding-left: 0px;
  padding-top: 5px;
}

.workouthistory .clm3 i {
  font-size: 12px;
  font-style: normal;
}



/* custom classes screen */
.sort-wrapper.checkbxtxt {
  background: #fff;
  border-radius: 10px;
  padding: 10px 10px 5px;
}

.sortby-line {
  display: flex;
  align-items: center;
  margin: 15px 0 0;
}

.sortby-line .checkbxtxt label {
  margin: 0 0 0 10px;
}

.font-12 {
  font-size: 12px;
}

.left-side-detail {
  width: 60%;
  float: left;
}

.right-side-detail {
  width: 40%;
  float: right;
  text-align: right;
}

.price {
  font-size: 16px;
  font-weight: 500;
}

button.video-call {
  background: var(--pink);
  font-size: 12px;
  color: #fff;
  padding: 5px 7px;
  border-radius: 6px;
}

.video-call {
  background: var(--pink);
  font-size: 12px;
  color: #fff;
  padding: 5px 7px;
  border-radius: 6px;
}
.v-icon {
  color: #fff !important;
  font-size: 15px;
  margin-right: 5px;
}

.contentclm .bodylayout a button.video-call i.fa {
  color: #fff !important;
  font-size: 15px;
  margin-right: 5px;
}

.contentclm .bodylayout a:hover i.fa.static-color {
  color: #5D5C5C !important;
}

.checkbxtxt.popup-checkbox label {
  cursor: pointer;
  font-size: 13px;
  background: #fff;
  border: 2px #ced4da solid;
  border-radius: 5px;
  opacity: 1;
  padding: 5px 10px;
  margin-right: 14px;
  color: #5D5C5C;
  min-width: 92px;
  margin-bottom: 15px;
}

.checkbxtxt.popup-checkbox label:nth-child(16),
.checkbxtxt.popup-checkbox label:nth-child(32) {
  margin-right: 0px;
}

.schedule-wrapper {
  margin: 15px 0;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 13px 17px;
}

.schedule-row {
  display: flex;
  align-items: center;
}

.schedule-row input {
  width: 80%;
}

.schedule-row label {
  font-weight: normal;
  clear: both;
  width: 100%;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.schedule-row .addnew a.addplus {
  font-size: 20px;
  font-family: 'opensans-semibold';
  border: 2px solid #5D5C5C;
  color: #5D5C5C;
  text-decoration: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 21px;
  background: #fff;
  display: inline-block;
  text-align: center;
  margin-top: 25px;
}

.photo-row .upload-image {
  width: 170px;
  border: 1px solid #ccc;
  border-radius: 12px;
  height: 85px;
  display: inline-block;
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  position: relative;
}


.photo-row.imges-row .upload-image {
  width: 155px;
  border-radius: 12px;
  height: 85px;
  display: inline-block;
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  position: relative;
}

.photo-row.imges-row {
  max-height: 500px;
  min-height: 200px;
  overflow-y: auto;
}

.photo-row .upload-image img {
  width: 155px;
  border: 1px solid #ccc;
  border-radius: 12px;
  height: 85px;
  display: inline-block;
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  position: relative;
}

.photo-row a.delete {
  position: absolute;
  top: -8px;
  right: -5px;
  color: red;
  font-size: 16px;
}

.photo-row .upload-image:last-child {
  margin-right: 0px;
}

.photo-row .addnew a.addplus span {
  font-size: 20px;
  font-family: 'opensans-semibold';
  border: 2px solid #5D5C5C;
  color: #5D5C5C;
  text-decoration: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 21px;
  background: #fff;
  display: inline-block;
  text-align: center;
}

.photo-row .addnew a.addplus {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center !important;
  transform: translateY(-50%);
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}

.photo-row .addnew a.addplus:hover span {
  color: var(--pink);
  border-color: var(--pink);
  text-decoration: none;
}

.review-row {
  clear: both;
  padding-top: 15px;
  display: block;
}

.review-list {
  display: flex;
  margin-bottom: 15px;
  cursor: pointer;
}

.review-list.selected .comment-review {
  border: 1px solid var(--pink);
}

.review-popup-row .comment-review {
  width: 100%;
  max-width: 100%;
  border: 1px solid transparent;
}

.image-review {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.image-review img {
  width: 100%;
}

.comment-review {
  width: 100%;
  max-width: 300px;
  background: #F0F0F0;
  border-radius: 12px;
  position: relative;
  padding: 5px 10px;
}

.title-author {
  color: var(--pink);
  font-size: 12px;
}

.comment-author {
  font-size: 13px;
}

.comment-review a.delete {
  position: absolute;
  top: -8px;
  right: -5px;
  color: red;
  font-size: 16px;
}

.upload-review.addbox {
  width: 88%;
  border: 1px solid #ccc;
  border-radius: 12px;
  height: 52px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px 0 0;
}


.upload-review.addbox .addnew a.addplus span {
  font-size: 20px;
  font-family: 'opensans-semibold';
  border: 2px solid #5D5C5C;
  color: #5D5C5C;
  text-decoration: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 21px;
  background: #fff;
  display: inline-block;
  text-align: center;
}

.upload-review.addbox .addnew a.addplus {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center !important;
  transform: translateY(-50%);
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}

.upload-review.addbox .addnew a.addplus:hover span {
  color: var(--pink);
  border-color: var(--pink);
  text-decoration: none;
}

.dispcount {
  margin-left: 0 !important;
  width: 104px;
}

.float-end {
  text-align: right;
}

.title-workouttype {
  display: inline-block;
  font-size: 17px;
  line-height: 17px;
  color: #5D5C5C;
  margin: 0;
  margin-right: 20px;
}

.title-badge.level {
  position: relative;
  padding: 2px 10px;
  font-size: 12px;
  font-family: 'opensans-semibold';
  border-radius: 3px;
  float: right;
  color: #fff;
}

.title-badge.level.level2 {
  background: #B7BB46;
}

.centers_area .detail-wrapper {
  border: 1px solid #ccc;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  padding: 20px;
  background: #FFF 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 12px;
  opacity: 1;
  text-decoration: none;
  position: relative;
}

.contentclm .bodylayout .centers_area .detail-wrapper .ctbox {
  border: 0;
  width: 100%;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  min-height: unset;
  max-height: unset;
  background: transparent;
  box-shadow: unset;
  border-radius: 12px;
  opacity: 1;
  text-decoration: none;
  vertical-align: top;
  position: relative;
  float: none;
  overflow: unset;
}

.contentclm .bodylayout .centers_area .detail-wrapper .ctbox:hover {
  border: 0px solid transparent !important;
  box-shadow: unset;
  text-decoration: none;
}

.contentclm .bodylayout .centers_area .detail-wrapper .ctbox figure img {
  width: 150px;
  height: 160px;
  border-radius: 14px;
}

.contentclm .bodylayout .centers_area .detail-wrapper h1 {
  font-size: 24px;
  padding-bottom: 5px;
  color: #5D5C5C;
}

.contentclm .bodylayout .centers_area .detail-wrapper .ctbox .details .clm {
  padding: 0;
  display: block;
  font-size: 18px;
  line-height: 30px;
}

.contentclm .bodylayout .centers_area .detail-wrapper .ctbox .price {
  font-size: 25px !important;
  font-weight: 700;
}

.contentclm .bodylayout .centers_area .detail-wrapper .ctbox i.fa.fa-rupee-sign.static-color {
  font-size: 21px;
  margin-right: 5px;
}

.photo-row-viewonly .upload-image {
  width: 267px;
  height: 163px;
  display: inline-block;
  float: left;
  border: 1px solid #707070;
  border-radius: 12px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}

.photo-row-viewonly .upload-image img {
  width: 267px;
  height: 163px;
}

.photo-row-viewonly a.bookmark {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  display: block;
  text-align: center;
  padding: 3px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
}

.detail-wrapper .comment-review {
  width: 100%;
  max-width: 100%;
}

.enrolled-wrapper {
  background: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 12px;
  margin-bottom: 25px;
}

.enrolled-head {
  display: block;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}

.header-table {
  width: 33.3%;
  display: block;
  float: left;
  border-right: 1px solid #ccc;
  padding: 8px 23px;
  font-size: 20px;
  color: #5D5C5C;
  font-weight: 700;
}

.header-table:last-child {
  border-right: 0px solid #ccc;
}

.body-table:last-child {
  border-right: 0px solid #ccc;
}

.enrolled-body {
  overflow: auto;
}

.body-table {
  width: 33.3%;
  display: block;
  float: left;
  border-right: 1px solid #ccc;
  padding: 12px 23px;
}

.contentclm .bodylayout .body-table .centers_area {
  min-height: unset;
}

.body-row {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.body-row:last-child {
  border-bottom: 0px solid #ccc;
}

.contentclm .bodylayout .body-table .centers_area .ctbox {
  border: 1px solid #fff;
  width: 100%;
  display: inline-block;
  margin-right: 0%;
  margin-bottom: 0px;
  padding: 10px;
  min-height: 130px;
  max-height: 130px;
  background: #FFF 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 12px;
  opacity: 1;
  text-decoration: none;
  position: relative;
}

.contentclm .bodylayout .body-table .centers_area .ctbox:hover {
  border: 1px solid #fff !important;
  text-decoration: none;
}

.body-table .comment-review {
  width: 100%;
  max-width: 100%;
}

.bookmark-clm {
  width: 50px;
  text-align: right;
}

.photo-row-viewonly a.addplus span {
  font-size: 20px;
  font-family: 'opensans-semibold';
  border: 2px solid #5D5C5C;
  color: #5D5C5C;
  text-decoration: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 21px;
  background: #fff;
  display: inline-block;
  text-align: center;
}

.photo-row-viewonly a.addplus {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center !important;
  transform: translateY(-50%);
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  border: 0 !important;
  background: transparent !important;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}

.photo-row-viewonly a.addplus:hover span {
  color: var(--pink);
  border-color: var(--pink);
  text-decoration: none;
}

button.video-call.floating-right {
  position: absolute;
  top: 30px;
  right: 15px;
  padding: 5px 13px;
}

button.video-call.floating-right i.fa.fa-video {
  margin-right: 10px;
}

.button-row .sbtbtn:first-child {
  margin-right: 15px;
}

ul.transaction-filter-row {
  list-style: none;
  margin: 25px 0 5px;
  padding: 0;
}

ul.transaction-filter-row li {
  display: inline-block;
  margin: 0 5px;
}

li.items-selected-text {
  font-size: 18px;
  font-weight: 700;
}

.chips {
  border-radius: 5px !important;
  font-size: 12px;
  color: #fff !important;
  display: inline-block !important;
  padding: 5px !important;
  width: auto !important;
  line-height: 15px;
  text-decoration: none;
}

.chips:hover {
  color: #fff !important;
  text-decoration: none;
}

.approved {
  background: #568647;
}

.transactions .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

.transactions .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #fff;
  color: #5D5C5C;
  padding: 17px 30px;
  border: 0;
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.transactions .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  float: right;
  border: 1px solid #ccc;
  line-height: 18px;
  font-size: 18px;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 13px;
}

.transactions .card .card-header .btn-header-link.collapsed {
  border-radius: 16px;
}

.transactions .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";

}

.transactions .card .collapsing {
  background: #fff;
  line-height: 30px;
}


.transactions .card .collapse {
  border: 0;
}

.transactions .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #222;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.contentclm .bodylayout .status-col.transaction-col {
  padding: 0 15px;
}

.location_accordion {
  margin: 25px 0px;
}

.transactions.accordion>.card {
  overflow: hidden;
  background: transparent;
  border: none;
  box-shadow: none;
}

.transactions.accordion .card-body {
  padding: 0px 30px 10px;
}

.transactions .btn.focus,
.transactions .btn:focus {
  box-shadow: none;
}

.transactions .table thead th {
  vertical-align: top;
  border-bottom: 2px solid #dee2e6;
  font-size: 14px;
  color: #707070;
}

.transactions .customtable .table tbody tr:nth-child(odd) {
  background: transparent;
}

.transactions .customtable td.action a:hover {
  border: 1px solid transparent;
  color: #F3653D;
}

span.price-floater {
  position: absolute;
  right: 300px;
}

.text-archieve i {
  color: #5D5C5C;
  margin-right: 5px;
}

.text-archieve {
  font-size: 15px;
  color: #5D5C5C;
  font-weight: 700;
}

.pointer-down {
  display: inline-block;
}

.pointer-down:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  border: 1px solid #ccc;
  line-height: 7px;
  font-size: 10px;
  padding: 5px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
}

.error {
  border: 1px solid #ef4023;
}

.transactions.accordion .card .panel-checkbox {
  position: absolute;
  top: 25px;
  left: 10px;
  z-index: 10;
}

span.payment-newline {
  display: block;
}

span.payment-floater {
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  padding: 2px 5px;
  position: absolute;
  right: 50px;
}

.transactions span.paydue {
  font-size: 16px;
  line-height: 25px;
  color: #DD5E3B;
  margin-right: 30px;
  font-family: 'opensans-regular';
}

.transactions span.paymentreceived {
  font-size: 16px;
  line-height: 25px;
  color: #568647;
  margin-right: 30px;
  font-family: 'opensans-regular';
}

.payment-floater.settle-payment-chip {
  background: #DD5E3B;
  color: #fff;
  padding: 0px 10px;
}

.payment-floater.settle-payment {
  color: #DD5E3B;
  font-size: 20px;
  font-family: 'opensans-bold';
}

.payment-floater.received-payment-chip {
  background: #568647;
  color: #fff;
  padding: 0px 10px;
}

.payment-floater.received-payment {
  color: #568647;
  font-size: 20px;
  font-family: 'opensans-bold';
}

.sidecard-wrapper {
  padding: 20px;
}

.sidecard-wrapper h6 {
  font-size: 16px;
  line-height: 22px;
  font-family: 'opensans-bold';
  color: #707070;
}

.sidecard-wrapper p {
  font-size: 12px;
  line-height: 22px;
  font-family: 'opensans-regular';
  color: #707070;
  text-align: center;
}

.sidecard-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidecard-wrapper ul li {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  line-height: 30px;
  color: #5D5C5C;
}

.dashboard-transactions {
  background: #DDDDDD 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px;
  margin: 0 0 25px;
  border-radius: 12px;
  display: flex;
  grid-gap: 15px;
}

.transaction-box {
  background: #fff;
  box-shadow: 2px 2px 8px #00000029;
  border-radius: 12px;
  padding: 25px;
  width: 25%;
  text-align: center;
}

.transaction-box h6 {
  font-family: 'opensans-bold';
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #5D5C5C;
  margin: 0;
}

.transaction-box hr {
  border-color: #707070;
}

.transaction-box .count {
  font-family: 'opensans-bold';
  font-size: 26px;
  line-height: 30px;
}

.transaction-box .box-text {
  font-family: 'opensans-regular';
  font-size: 16px;
  line-height: 18px;
  color: #5D5C5C;
  margin: 15px 0 0;
}

.approvalpopup h6 {
  color: #5D5C5C;
  font-family: 'opensans-bold';
  font-size: 18px;
}

.libraryaddnew h6 {
  color: #5D5C5C;
  font-family: 'opensans-bold';
  font-size: 18px;
}

.approvalpopup.modal .modal-dialog {
  max-width: 550px;
  border-radius: 16px;
}

.approvalpopup.modal .modal-content {
  border-radius: 16px;
}

.checkbox-popup input[type=radio],
.checkbox-popup input[type=checkbox] {
  position: relative;
  top: 3px;
  margin-right: 5px;
  display: inline-block;
}

/* custom classes screen */

@media(max-width:1200px) {
  .mysidebar {
    flex: 0 0 201px
  }

  .contentclm .bodylayout .centers_area .ctbox figure {
    width: 85px
  }

  .contentclm .bodylayout .centers_area .ctbox h3 {
    font-size: 15px
  }
}

@media(max-width:991px) {
  header .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  header .navbar-nav {
    flex-direction: inherit;
    position: relative
  }

  .contentclm .bodylayout .centers_area .ctbox {
    width: 45%;
    margin-right: 4%
  }

  .row {
    margin-right: -15px;
    margin-left: -15px
  }

  .custom-reponstable .table table,
  .custom-reponstable .table thead,
  .custom-reponstable .table tbody,
  .custom-reponstable .table th,
  .custom-reponstable .table td,
  .custom-reponstable .table tr {
    display: block;
    padding-left: 0;
    padding-right: 0
  }

  .custom-reponstable .table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px
  }

  .custom-reponstable .table tr {
    border-bottom: 1px solid #ccc;
    float: left
  }

  .custom-reponstable .table td {
    border: none !important;
    position: relative;
    padding-left: 30% !important;
    white-space: normal;
    text-align: left;
    line-height: 22px
  }

  .custom-reponstable .table td:before {
    position: absolute;
    top: 16px;
    left: 0;
    width: 67%;
    padding-right: 10px;
    text-align: left;
    content: attr(data-title);
    font-weight: 400;
    color: #777
  }

  .custom-reponstable .table tbody>tr.inactiverow>td {
    float: left;
    display: block
  }

  #basic .custom-reponstable .table td {
    padding-left: 0 !important
  }

  .custom-reponstable .table td:before {
    color: #000;
    padding-top: 5px;
    position: relative;
    margin-top: -20px;
    top: 0;
    left: 0
  }

  .custom-reponstable .table td {
    padding-left: 0 !important
  }

  .hereswhat.ptwsoftware p {
    padding-right: 45px
  }

  .hereswhat.ptwsoftware h3 {
    padding-right: 20px
  }
}

@media(max-width:800px) {
  .feature-box .wrapper {
    margin-bottom: 15px
  }

  section.key_features.ptwsoftware img {
    width: auto;
    margin: 0 auto 15px;
    display: block
  }

  section.software-description h3 {
    margin: 0 0 40px;
    font-size: 27px;
    line-height: 40px
  }

  section.software-description p,
  section.software-description.universities p,
  p.universities-para {
    padding: 0 15px
  }

  .software-tab-section .sts-para {
    font-size: 28px;
    line-height: 40px;
    padding: 0 15px
  }

  section.software-description.universities {
    padding: 60px 0
  }
}

@media only screen and (max-width:767px) {
  .rd-img {
    margin-bottom: 20px
  }

  .contact-listings li {
    padding-bottom: 20px
  }

  .key-features h1,
  .compatibility-listing h2 {
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 40px
  }

  .key-features,
  .compatibility-bg,
  .univesity-contact {
    padding: 40px 0
  }

  .universities div#tablist-section .tab-content {
    padding: 50px 0 20px
  }

  .universities .tab-hr {
    margin: 10px 0 40px
  }

  .universities .tab-images img {
    margin-bottom: 20px
  }

  .universities div#tablist-section {
    padding: 20px 0 0
  }

  p.universities-para {
    padding: 0
  }

  .kfeature-box {
    min-height: auto
  }

  .sm-help {
    margin-top: 20px;
    padding-top: 20px
  }

  .sm-main ul,
  .sm-help ul {
    column-count: 1
  }

  .sitemap-bg {
    padding: 50px 0
  }

  .appstore_banner {
    width: auto;
    height: auto;
    margin: 0 auto 30px;
    text-align: center;
    display: block
  }

  section.about_content {
    padding: 40px 0;
    text-align: center
  }

  section.about_content p {
    font-family: 'Montserrat-Light';
    font-size: 24px;
    line-height: 32px;
    color: #000
  }

  .timeline {
    height: calc(100% - 29px)
  }

  img.tab-image.img-responsive {
    width: auto
  }

  section.industrial-icons p {
    font-size: 16px;
    line-height: 25px;
    text-align: center
  }

  section.industrial-icons h1 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 15px
  }

  section.card-features {
    padding: 50px 0;
    background: #f2f2f2
  }

  section.incident-managment-stages {
    padding: 50px 0
  }

  .mb-5,
  .my-5 {
    margin-bottom: 1rem !important
  }

  section.multiple-safety-functions p {
    font-size: 20px;
    line-height: 31px;
    padding: 0
  }

  section.multiple-safety-functions h1 {
    padding: 0;
    font-size: 30px;
    line-height: 40px
  }

  .mb-40 {
    margin-bottom: 30px
  }

  section.multiple-safety-functions {
    background: unset;
    background-color: #123773;
    padding: 50px 0
  }

  .software-tab-section,
  .software-tab-section.universities {
    padding: 40px 0
  }

  .box-sf {
    padding: 0
  }

  div#tablist-section .tab-content .tab-para {
    padding: 0
  }

  div#nav-tab {
    display: block;
    flex-wrap: initial
  }

  div#nav-tab a.tablink {
    display: block;
    line-height: 50px
  }

  .footlins {
    padding-bottom: 15px
  }

  .socials {
    text-align: center;
    margin-top: 20px
  }
}

@media only screen and (max-width: 480px) {
  .univesity-contact h2 {
    font-size: 25px;
    line-height: 38px
  }

  .kfeature-box {
    min-height: 265px;
    padding: 30px 25px
  }

  .compatibility-listing {
    margin: 0
  }

  .rd-img {
    text-align: center
  }

  .compatibility-listing p {
    font-size: 18px
  }

  .compatibility-listing .manage-list li {
    font-size: 16px
  }

  .businesstd .business {
    padding-right: 10px;
    padding-top: 0
  }

  .custom-reponstable .table td:before {
    color: #000;
    padding-top: 5px;
    position: relative;
    margin-top: -20px;
    top: 0;
    left: 0
  }

  .custom-reponstable .table td {
    padding-left: 0 !important
  }

  img.tab-image.img-responsive {
    width: 100%
  }

  section.incident-managment-stages h1 {
    font-size: 30px;
    line-height: 40px
  }

  section.safety_feature_icons h1 {
    font-size: 30px;
    color: #000;
    line-height: 40px
  }

  .bannersection .banner_content.ptwsoftware .btn-primary {
    padding: 8px 25px
  }

  .greyband {
    display: none
  }

  .bannersection h1 {
    font-size: 20px
  }

  .bannersection.home {
    padding: 30px 0 20px;
    min-height: 450px
  }

  .testimonialsec h2 {
    font-size: 22px
  }

  .leadershipteam h4 {
    font-size: 23px
  }

  .aboutintro {
    padding: 30px 0
  }

  .aboutintro h4 {
    font-size: 23px !important
  }

  .aboutvisionsec h4 {
    font-size: 25px
  }

  .aboutvisionsec p {
    font-size: 17px
  }

  .testimonialsec .customertsm p {
    font-size: 18px;
    line-height: 24px
  }

  .testimonialsec .whysource .greentxt {
    font-size: 19px
  }
}

@media only screen and (max-width: 425px) {
  section.about_content p {
    font-size: 20px;
    line-height: 28px
  }

  .hereswhat.ptwsoftware h2 {
    font-size: 22px;
    line-height: 28px
  }

  .feature_image {
    width: 100%;
    margin-right: 0;
    float: none
  }

  .feature_content {
    width: 100%;
    float: left
  }

  .hereswhat.ptwsoftware h3 {
    padding-right: 0
  }

  .hereswhat.ptwsoftware p {
    padding-right: 0
  }

  .pricingnew .totalbox {
    width: 100%
  }

  .pricingnew .pricing_btnrow .btn {
    width: 100%
  }

  section.safety_feature_icons h1 {
    font-size: 24px;
    color: #000;
    line-height: 30px
  }

  section.safety_feature_icons .box_icons {
    width: 100%;
    padding: 25px;
    display: inline-table;
    min-height: auto;
    float: none;
    margin: 10px 0
  }

  .timeline h5.panel-title button {
    font-size: 17px;
    padding: 0
  }

  section.incident-faq h2 {
    font-size: 22px;
    color: #000;
    line-height: 34px
  }

  .panel-title>button {
    font-size: 15px;
    line-height: 24px
  }

  .panel-default>.panel-heading+.panel-collapse>.panel-body {
    font-size: 14px !important;
    line-height: 23px !important
  }

  .contactsec h4 {
    font-size: 18px
  }

  .contactsec .contactaddress {
    font-size: 16px
  }

  .contactsec .phone {
    font-size: 16px
  }

  .contactsec .email {
    font-size: 16px
  }
}

@media only screen and (max-width: 360px) {
  .store-links img {
    max-width: 120px
  }

  .universities .tab-content h5 {
    font-size: 18px
  }
}