@charset "UTF-8";
/*
 * Bootstrap imports
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.ph0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pv0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.padding-left-45 {
  padding-left: 45px !important;
}

.padding-right-45 {
  padding-right: 45px !important;
}

.ph45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pv45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.ph50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-top-65 {
  margin-top: 65px !important;
}

.margin-right-65 {
  margin-right: 65px !important;
}

.margin-left-65 {
  margin-left: 65px !important;
}

.padding-left-65 {
  padding-left: 65px !important;
}

.padding-right-65 {
  padding-right: 65px !important;
}

.ph65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.pv65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

body {
  background-color: #F5F5F5;
  font-size: 14px;
  min-width: 320px;
  color: #000000;
}

body.single-post .content-side, body.page-template-default .content-side {
  font-size: 1.6rem;
}

body.single-post .content-side .wp-block-image, body.page-template-default .content-side .wp-block-image {
  margin-bottom: 30px;
}

body.single-post .content-side ul,
body.single-post .content-side ol, body.page-template-default .content-side ul,
body.page-template-default .content-side ol {
  margin-bottom: 30px;
}

body.single-post .content-side ul li,
body.single-post .content-side ol li, body.page-template-default .content-side ul li,
body.page-template-default .content-side ol li {
  line-height: normal;
  margin-bottom: 10px;
}

body.single-post .content-side ol > li, body.page-template-default .content-side ol > li {
  margin: 0;
  padding: 0 0 10px 2em;
  list-style-type: none;
  counter-increment: item;
  position: relative;
}

body.single-post .content-side ol > li::before, body.page-template-default .content-side ol > li::before {
  display: inline-block;
  width: 1em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 5px;
  color: #000000;
}

body.single-post .content-side a, body.page-template-default .content-side a {
  color: #ec1c24;
}

body.single-post .content-side a:hover, body.page-template-default .content-side a:hover {
  color: #000000;
}

@media (max-width: 767px) {
  body.single-post .content-side a:hover, body.page-template-default .content-side a:hover {
    color: #ec1c24;
  }
}

@media (max-width: 575px) {
  body p {
    font-size: 1.4rem !important;
    line-height: 2.4rem;
  }
  body h1 {
    font-size: 3rem !important;
  }
  body h2,
  body .h2 {
    font-size: 2.5rem !important;
    line-height: 3rem;
  }
  body h3 {
    font-size: 2.2rem !important;
  }
  body h4,
  body .h4 {
    font-size: 1.8rem !important;
  }
  body h5 {
    font-size: 1.6rem !important;
    line-height: 2rem !important;
  }
  body h6 {
    font-size: 1.6rem !important;
  }
  body .small-heading {
    font-size: 1.4rem !important;
  }
  body .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
}

a,
.btn-link {
  color: #ec1c24;
  text-decoration: none;
}

a:hover,
.btn-link:hover {
  color: #000000;
}

@media (max-width: 767px) {
  a:hover,
  .btn-link:hover {
    color: #ec1c24;
  }
}

.black-hover {
  color: #ec1c24;
}

.black-hover:hover {
  color: #000000;
}

@media (max-width: 767px) {
  .black-hover:hover {
    color: #ec1c24;
  }
}

.red-hover {
  color: #000000;
}

.red-hover:hover {
  color: #ec1c24;
}

.box-shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.outline-none {
  outline: none !important;
}

.svg-red-hover-color {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.svg-red-hover-color:hover svg path {
  color: #ec1c24;
  fill: #ec1c24;
}

.min-fullHeight {
  min-height: 100%;
}

.bg-red-hover-color {
  background-color: #000000;
}

.bg-red-hover-color:hover {
  background-color: #ec1c24;
}

.rotate-hover {
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}

.rotate-hover:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

ul li,
ol li {
  line-height: 3rem;
}

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px !important;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.text-wrap-pre {
  white-space: pre;
}

.overflow-unset {
  overflow: unset !important;
}

.outline-none {
  outline: none !important;
}

.family-fontAwesome {
  font-family: 'FontAwesome';
}

.outline-none:focus {
  border-color: #ced4da !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: inherit;
  text-decoration: none;
  background-color: inherit;
}

.shadow-none:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.after-none::after {
  content: '';
  display: none !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-350 {
  max-width: 350px;
}

.w-300 {
  max-width: 300px;
}

.w-250 {
  max-width: 250px;
}

.w-230 {
  width: 230px;
}

.w-225 {
  max-width: 250px;
}

.w-200 {
  max-width: 200px;
}

.w-150 {
  max-width: 150px;
}

.w-100-px {
  width: 100px;
}

.w-95-px {
  width: 95px;
}

.w-90-px {
  width: 90px;
}

.w-85-px {
  width: 85px;
}

.w-80-px {
  width: 80px;
}

.w-75-px {
  width: 75px;
}

.w-70-px {
  width: 70px;
}

.w-65-px {
  width: 65px;
}

.w-60-px {
  width: 60px;
}

.w-55-px {
  width: 55px;
}

.w-50-px {
  width: 50px;
}

.w-45-px {
  width: 45px;
}

.w-40-px {
  width: 40px;
}

.w-35-px {
  width: 35px;
}

.w-30-px {
  width: 30px;
}

.w-25-px {
  width: 25px;
}

.w-20-px {
  width: 20px;
}

.w-18-px {
  width: 15px;
}

.w-15-px {
  width: 15px;
}

.w-12-px {
  width: 12px;
}

.w-10-px {
  width: 10px;
}

.l-height-26 {
  line-height: 26px;
}

.l-height-25 {
  line-height: 25px;
}

.l-height-24 {
  line-height: 24px;
}

.l-height-22 {
  line-height: 22px;
}

.l-height-21 {
  line-height: 21px;
}

.l-height-18 {
  line-height: 18.75px;
}

.l-height-14 {
  line-height: 1.4rem;
}

.l-height-16 {
  line-height: 1.6rem;
}

.l-height-12 {
  line-height: 1.2rem;
}

.l-height-11 {
  line-height: 1.1;
}

.l-height-normal {
  line-height: normal;
}

.lg-screen-max-width {
  max-width: 2000px;
}

.no-bg-color {
  background-color: transparent !important;
}

.cursor-pointer {
  cursor: pointer;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 99;
}

a:focus {
  color: #ec1c24;
}

.text-color-white {
  color: #ffffff !important;
}

a:focus,
input:focus,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #000000;
}

a {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

a:visited, a:focus, a:hover {
  text-decoration: none;
  outline: none;
}

strong {
  font-weight: 600;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

input:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #000000;
}

::-moz-selection {
  color: #ffffff;
  background: #ec1c24;
}

::selection {
  color: #ffffff;
  background: #ec1c24;
}

.fullHeight {
  height: 100%;
}

.font-size-xl {
  font-size: 2.4rem;
}

.border-bottom-red {
  border-bottom-color: #ec1c24 !important;
}

@media (min-width: 1201px) and (max-width: 1366px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1420px) and (max-width: 1920px) {
  .container {
    max-width: 1480px;
    width: 100%;
  }
}

h1 {
  font-size: 4.2rem;
}

h2 {
  font-size: 3.3rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

p {
  font-size: 1.4rem;
  margin-bottom: 20px;
  line-height: 2.4rem;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.small-heading {
  color: #ec1c24;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 1.4rem;
}

.family-poppins {
  font-family: "Poppins", sans-serif !important;
}

html::-webkit-scrollbar {
  width: 5px;
}

html::-webkit-scrollbar-thumb {
  background: #ec1c24;
  border-radius: 10px;
}

html::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #e1e1e1;
  box-shadow: inset 0 0 5px #e1e1e1;
  border-radius: 10px;
}

#header:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn.flebo.in/assets/images/flebo-img.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  z-index: 0;
}

@media (max-width: 1200px) {
  #header:before {
    background-position: 100% 90%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #header:before {
    background-position: 100% 80%;
  }
}

@media (max-width: 767px) {
  #header:before {
    background-image: url("https://cdn.flebo.in/assets/images/flebo-mob-img.png");
    background-position: 100% 90%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #header .mob--menu {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  #header .mob--menu {
    margin-top: 8px;
  }
}

.header-top {
  border-radius: 10px 0 0 10px;
}

.header-top .call-to-book-text {
  line-height: 1.1rem;
}

.header-top .call-to-book-number {
  letter-spacing: 1px;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* END ANIMATED X */
.navbar-toggle {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #ec1c24 !important;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px 3px 3px 0;
  border: none;
  outline: none;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle .icon-bar {
  background-color: #ffffff !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggle.collapsed {
  text-align: left;
  border-color: #ec1c24;
}

.navbar-toggle.collapsed:hover:hover {
  background-color: transparent;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  width: 16px;
  margin-right: 6px;
}

#mob-slideNav {
  position: fixed;
  top: 0;
  left: -310px;
  width: 300px;
  background-color: #ffffff;
  height: 100%;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding-top: 10px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

#mob-slideNav.showNav, #mob-slideNav.in {
  left: 0;
  display: inline-block;
}

#mob-slideNav > ul {
  list-style: none;
  margin: 10px 20px;
  padding: 0;
}

#mob-slideNav > ul > li {
  margin-bottom: 10px;
}

#mob-slideNav > ul > li a {
  display: block;
  color: #000000;
  font-size: 1.6rem;
  position: relative;
  padding: 0;
}

#mob-slideNav > ul > li a.active, #mob-slideNav > ul > li a:hover {
  color: #ec1c24;
}

#mob-slideNav > ul > li a.dropdown-toggle::after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  right: 0;
  top: 5px;
  width: 10px;
  height: 20px;
  border: 0;
  display: block;
  line-height: 24px;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#mob-slideNav > ul ul.dropdown-menu {
  position: static !important;
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-transform: unset !important;
          transform: unset !important;
  width: 100%;
}

#mob-slideNav > ul ul.dropdown-menu li:hover {
  background-color: transparent;
}

#mob-slideNav > ul ul.dropdown-menu li:hover > a {
  color: #ec1c24;
}

#mob-slideNav .red_scrollbar {
  max-height: 100%;
}

#mob-slideNav .navbar-toggle {
  position: absolute;
  top: -10px;
  right: 0;
  left: auto;
}

#mob-slideNav .navbar-toggle .icon-bar {
  background-color: #ec1c24;
}

.test-search-bar .red_scrollbar {
  overflow-x: hidden;
  max-height: 119px;
  overflow-y: auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .test-search-bar .red_scrollbar {
    max-height: 160px;
  }
}

@media (max-width: 767px) {
  .test-search-bar .red_scrollbar {
    max-height: 160px;
  }
}

@media (max-width: 767px) {
  .test-search-bar .box-border {
    border: 2px solid #ccc;
    padding: 10px 0px;
    margin: 0px;
    border-radius: 2px;
  }
}

.test-search-bar .test-name {
  max-width: 245px;
}

@media (max-width: 767px) {
  .test-search-bar .test-name {
    max-width: 100%;
    width: 100%;
    margin-right: 0px !important;
  }
  .test-search-bar .test-name .text-truncate {
    width: 100%;
  }
}

.test-search-bar .cross-icon {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  height: 22px;
  width: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.test-search-bar .cross-icon:hover {
  background-color: #ec1c24 !important;
}

.test-search-bar .cross-icon > span {
  margin: 0 auto;
  line-height: 18px;
}

.flebo-logo span {
  position: absolute;
  bottom: 2px;
  width: 59%;
  border-bottom: 1px solid #ed1c24;
  left: 32px;
  padding: 6px 0;
  z-index: 2;
}

.flebo-logo svg {
  width: 160px;
}

#mob-slideNav {
  overflow: hidden;
}

#mob-slideNav .navbar-nav {
  border-bottom: 1px solid #d5d5d5;
}

#mob-slideNav .navbar-nav + .tab-content {
  height: 78vh;
  margin-top: 10px;
}

#mob-slideNav a.nav-item {
  padding: 8px 10px;
  font-size: 14px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #000000;
  border-bottom: 1px solid #d5d5d5;
}

#mob-slideNav a.nav-item.active {
  border-color: #ec1c24;
  color: #ec1c24;
  border-bottom: #ffffff;
}

#mob-slideNav ul.nav {
  margin-top: 20px;
}

#mob-slideNav ul.nav li a {
  border-bottom: 1px solid #d5d5d5;
  color: #000000;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
}

#mob-slideNav ul.nav li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #ec1c24;
  width: 0px;
}

#mob-slideNav ul.nav li a.active::after {
  width: 8px;
}

#mob-slideNav ul.nav li a:hover {
  color: #ec1c24;
}

#mob-slideNav ul.nav li a:hover::after {
  width: 8px;
}

.Admin-Navbar .Res-Nav {
  padding: 0px;
  margin-top: 20px;
  max-width: 100%;
}

.Admin-Navbar .Res-Nav #leftsideMenu .list-group {
  border-radius: 0px !important;
  border: 0px !important;
}

.Admin-Navbar .Res-Nav #leftsideMenu .list-group button {
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding-left: 20px;
  font-family: "Roboto", sans-serif;
  color: #000000;
  border-bottom: 1px solid #d5d5d5 !important;
  border: 0px;
  margin-bottom: 1px;
  line-height: 24px;
}

.offer-modal .modal-dialog .modal-content {
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .xs-float-button #footer {
    padding-bottom: 80px;
  }
}

@font-face {
  font-family: "customicon";
  src: url("../fonts/customicon/customicon.eot?g9k6m4");
  src: url("../fonts/customicon/customicon.eot?g9k6m4#iefix") format("embedded-opentype"), url("../fonts/customicon/customicon.ttf?g9k6m4") format("truetype"), url("../fonts/customicon/customicon.woff?g9k6m4") format("woff"), url("../fonts/customicon/customicon.svg?g9k6m4#customicon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "customicon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "";
}

.icon-follow-up:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-file-upload:before {
  content: "";
}

.icon-patient:before {
  content: "";
}

.icon-nursing:before {
  content: "";
}

.icon-calendar-3:before {
  content: "";
}

.icon-procedure:before {
  content: "";
}

.icon-lab:before {
  content: "";
}

.icon-doctor:before {
  content: "";
}

.icon-tick:before {
  content: "";
}

.icon-calendar-4:before {
  content: "";
}

.icon-waiting:before {
  content: "";
}

.icon-docs:before {
  content: "";
}

.icon-invoice:before {
  content: "";
}

.icon-prescription:before {
  content: "";
}

.icon-medical-report:before {
  content: "";
}

.icon-tele-consultation:before {
  content: "";
}

.icon-calendar-1:before {
  content: "";
}

.icon-calendar-2:before {
  content: "";
}

.icon-call-center:before {
  content: "";
}

.icon-logout:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-down-filled-triangular-arrow:before {
  content: "";
}

.icon-call:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-photo-camera:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.calendar {
  width: 280px;
  height: 330px;
}

.calendar-modal {
  display: none;
  position: absolute;
  background: #fdfdfd;
  border: 1px solid #e8e8e8;
}

.calendar-modal .view {
  -webkit-box-shadow: 1px 2px 3px #ddd;
          box-shadow: 1px 2px 3px #ddd;
}

.calendar-inner {
  position: relative;
  z-index: 1;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.calendar-views {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.calendar .view {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  *overflow: hidden;
  -webkit-transition: .6s;
  transition: .6s;
}

.calendar-d .view-month,
.calendar-m .view-date {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  visibility: hidden;
  z-index: 1;
}

.calendar-d .view-date,
.calendar-m .view-month {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  visibility: visible;
  z-index: 2;
}

.calendar-ct,
.calendar-hd,
.calendar-views .week,
.calendar-views .days {
  overflow: hidden;
}

.calendar-views {
  width: 100%;
}

.calendar .view,
.calendar-display,
.calendar-arrow .prev,
.calendar .date-items li {
  float: left;
}

.calendar-arrow,
.calendar-arrow .next {
  float: right;
}

.calendar-ct {
  height: 280px;
}

.calendar-hd {
  padding: 0;
  height: 30px;
  line-height: 30px;
}

.calendar-display {
  font-size: 28px;
  /*text-indent: 10px;*/
}

.view-month .calendar-hd {
  padding: 10px;
}

.calendar-arrow span {
  position: relative;
  color: #ffffff !important;
}

.calendar-arrow span.prev::before,
.calendar-arrow span.next::before {
  font-family: "FontAwesome" !important;
  font-size: 1.5rem;
  content: "\f054";
  color: #E62E2D;
  background-image: none;
  position: absolute;
  top: 5px;
  -webkit-transition: ease 0.2s all;
  transition: ease 0.2s all;
}

.calendar-arrow span.prev::before {
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.calendar-arrow span.prev:hover::before,
.calendar-arrow span.next:hover::before {
  color: #000000;
}

.calendar-arrow,
.calendar-display {
  color: #ddd;
}

.calendar li[disabled] {
  color: #bbb;
}

.calendar li.old[disabled],
.calendar li.new[disabled] {
  color: #eee;
}

.calendar-display .m,
.calendar-views .week,
.calendar-display:hover,
.calendar-arrow span:hover {
  color: #888;
}

.calendar-views .days .old,
.calendar-views .days .new {
  color: #ccc;
}

.calendar-arrow span,
.calendar-views .days li[data-calendar-day],
.calendar-views .view-month li[data-calendar-month] {
  cursor: pointer;
}

.calendar li[disabled] {
  cursor: not-allowed;
}

.calendar-arrow {
  width: 50px;
  margin-right: 10px;
}

.calendar-arrow span {
  font: 500 26px sans-serif;
}

.calendar ol li {
  position: relative;
  float: left;
  text-align: center;
  /*border-radius: 50%;*/
}

.calendar .week li,
.calendar .days li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}

.calendar .week li {
  font-size: 0.7em;
  font-weight: 600;
}

.calendar .days li {
  font-size: 0.9em;
  border-radius: 50%;
}

.calendar-arrow,
.calendar-display {
  font-size: 18px;
  line-height: normal;
}

.calendar-display, .calendar-display .m {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: #000000;
}

.calendar .month-items li {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
}

.calendar .days li[data-calendar-day]:hover,
.calendar .view-month li[data-calendar-month]:hover {
  background: #eee;
}

.calendar .calendar-views .now {
  color: #fff;
  background: #E12025 !important;
  border-radius: 50%;
}

.calendar .calendar-views .selected {
  border: 1px solid #E12025;
  color: #E12025;
  background: #ffffff !important;
}

.calendar .calendar-views .dot {
  position: absolute;
  left: 50%;
  bottom: 4px;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  background: #E12025;
  border-radius: 50%;
}

.calendar-views .now .dot {
  background: #fff;
}

.calendar .date-items {
  width: 300%;
  margin-left: -100%;
}

.calendar-label {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  padding: 5px 10px;
  line-height: 22px;
  color: #fff;
  background: #000;
  border-radius: 3px;
  opacity: .7;
  filter: alpha(opacity=70);
}

.calendar-label i {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 0;
  height: 0;
  margin-left: -3px;
  border: 6px solid transparent;
  border-top-color: #000;
}

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/poppins/Poppins-Regular.ttf");
}

@font-face {
  font-family: Poppins-Medium;
  src: url("../fonts/poppins/Poppins-Medium.ttf");
}

@font-face {
  font-family: Poppins-Bold;
  src: url("../fonts/poppins/Poppins-Bold.ttf");
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url("../fonts/poppins/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: Montserrat-Bold;
  src: url("../fonts/montserrat/Montserrat-Bold.ttf");
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url("../fonts/montserrat/Montserrat-SemiBold.ttf");
}

@font-face {
  font-family: Montserrat-Regular;
  src: url("../fonts/montserrat/Montserrat-Regular.ttf");
}

/*//////////////////////////////////////////////////////////////////
  [ RESTYLE TAG ]*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #999999;
}

input:-moz-placeholder {
  color: #999999;
}

input::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder {
  color: #999999;
}

textarea::-webkit-input-placeholder {
  color: #999999;
}

textarea:-moz-placeholder {
  color: #999999;
}

textarea::-moz-placeholder {
  color: #999999;
}

textarea:-ms-input-placeholder {
  color: #999999;
}

label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

/*//////////////////////////////////////////////////////////////////
  [ utility ]*/
/*==================================================================
  [ Text ]*/
.txt1 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
}

.txt2 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  line-height: 1.4;
  color: #999999;
}

/*==================================================================
  [ Size ]*/
.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}

/*==================================================================
  [ Background ]*/
.bg1 {
  background: #3b5998;
}

.bg2 {
  background: #1da1f2;
}

.bg3 {
  background: #cd201f;
}

/*//////////////////////////////////////////////////////////////////
  [ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2f2f2;
}

.wrap-login100 {
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*==================================================================
  [ login more ]*/
.login100-more {
  width: calc(100% - 560px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

/*==================================================================
  [ Form ]*/
.login100-form {
  width: 560px;
  min-height: 100vh;
  display: block;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 4px 20px 0 black;
  box-shadow: 0 4px 20px 0 black;
}

.login100-form-title {
  width: 100%;
  display: block;
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}

/*------------------------------------------------------------------
  [ Input ]*/
.wrap-input100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 80px;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-bottom: 10px;
}

.label-input100 {
  font-family: Montserrat-Regular;
  font-size: 18px;
  color: #999999;
  line-height: 1.2;
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-left: 24px;
  left: 0;
  top: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Montserrat-Regular;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding: 0 26px;
}

input.input100 {
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/
.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #ec1c24;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.eff-focus-selection {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.input100:focus {
  height: 48px;
}

.input100:focus + .focus-input100 + .label-input100 {
  top: 14px;
  font-size: 13px;
}

.has-val {
  height: 48px !important;
}

.has-val + .focus-input100 + .label-input100 {
  top: 14px;
  font-size: 13px;
}

/*==================================================================
  [ Restyle Checkbox ]*/
.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #999999;
  line-height: 1.4;
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #ec1c24;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #ec1c24;
}

/*------------------------------------------------------------------
  [ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login100-form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #ec1c24;
  font-family: Montserrat-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #333333;
}

/*------------------------------------------------------------------
  [ Responsive ]*/
@media (max-width: 992px) {
  .login100-form {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .login100-more {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .login100-form {
    width: 100%;
  }
  .login100-more {
    display: none;
  }
}

@media (max-width: 576px) {
  .login100-form {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
  }
}

/*------------------------------------------------------------------
  [ Alert validate ]*/
.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  z-index: 100;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  z-index: 110;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/*==================================================================
  [ Social ]*/
.login100-form-social-item {
  width: 36px;
  height: 36px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
}

.login100-form-social-item:hover {
  background: #333333;
  color: #fff;
}

.left-sidebar {
  max-width: 300px;
  border-radius: 0 10px 10px 0;
}

@media (max-width: 767px) {
  .left-sidebar {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 9999;
    height: 100%;
    overflow: auto;
    border-radius: 0;
  }
  .left-sidebar.active {
    left: 0;
  }
  .left-sidebar .navbar-toggle {
    top: 0;
    left: auto;
    right: 0;
    padding: 0 8px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .left-sidebar {
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 9999;
    height: 100%;
    overflow: auto;
    border-radius: 0;
  }
  .left-sidebar.active {
    left: 0;
  }
  .left-sidebar .navbar-toggle {
    top: 0;
    left: auto;
    right: 0;
    padding: 0 8px;
  }
}

.left-sidebar + div {
  width: calc(100% - 300px);
}

.left-sidebar #bookingCalendar {
  width: 100% !important;
}

.left-sidebar #bookingCalendar .calendar-inner, .left-sidebar #bookingCalendar .view {
  width: 100% !important;
}

.left-sidebar .user-img .icon-photo-camera {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.left-sidebar .user-name {
  font-size: 2rem;
}

.left-sidebar .user-info li {
  position: relative;
  padding-left: 23px;
  line-height: normal;
  margin-top: 10px;
}

.left-sidebar .user-info li span {
  position: absolute;
  top: 2px;
  left: 0;
}

.left-sidebar .user-info li a {
  color: #ffffff;
}

.left-sidebar .heading {
  font-size: 2rem;
}

.left-sidebar ul.arrow-list li {
  position: relative;
  padding-left: 20px;
  line-height: normal;
  margin-bottom: 12px;
}

.left-sidebar ul.arrow-list li:last-child {
  margin-bottom: 0;
}

.left-sidebar ul.arrow-list li::before {
  content: "\e91d";
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "customicon";
  color: #ffffff;
  font-size: 1.2rem;
}

.left-sidebar .health-card {
  min-height: 150px;
  background: url(../images/card-icon.png) no-repeat center center;
}

.left-sidebar .health-card .card-logo {
  font-size: 0.9rem;
  color: #ec1c24;
}

.left-sidebar .health-card .card-logo img {
  height: 27px;
}

.left-sidebar .health-card .card-username {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

.left-sidebar .health-card .card-number {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  letter-spacing: 3px;
}

.left-sidebar .health-card .card-dob {
  font-size: 1rem;
}

.sp-formField {
  position: relative;
}

.sp-formField .form-control {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.4rem;
  border-bottom-color: #C4C4C4 !important;
}

.sp-formField input.btn-white {
  background-color: #ffffff;
}

.sp-formField input.btn-white:hover {
  background-color: transparent;
}

.sp-formField .form-control + span.label,
.sp-formField .form-control + span + span.label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  color: #000000;
  font-weight: 500;
  font-size: 1.6rem;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  padding: 0;
}

@media (max-width: 767px) and (orientation: landscape) {
  .sp-formField .form-control + span.label,
  .sp-formField .form-control + span + span.label {
    font-size: 1.5rem !important;
  }
}

.sp-formField.sp-selected .form-control + span.label,
.sp-formField.sp-selected .form-control + span + span.label,
.sp-formField .form-control:focus + span.label,
.sp-formField .form-control.ng-not-empty + span.label,
.sp-formField .form-control:focus + span + span.label,
.sp-formField .form-control.ng-not-empty + span + span.label {
  top: -15px;
  font-size: 12px;
  z-index: 2;
}

.custom_checkbox label {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #525252;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom_checkbox label input:checked ~ .checkmark {
  border-color: #ec1c24;
  background-color: #ec1c24;
}

.custom_checkbox label input:checked ~ .checkmark::after {
  font-size: 12px;
  color: #ffffff;
  display: block;
}

.custom_checkbox label .checkmark {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #666666;
}

.custom_checkbox label .checkmark:after {
  content: "\e904";
  font-family: "customicon";
  top: 0;
  left: 2px;
  position: absolute;
  color: #ec1c24;
  display: none;
}

.sp-disabledformField {
  opacity: 0.5;
  pointer-events: none;
}

.sp-formField .readonly {
  opacity: 0.5;
}

.zoom-h-img {
  overflow: hidden;
  position: relative;
}

.zoom-h-img img {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
}

.pointer-none {
  pointer-events: none;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.checkbox-disable, [disabled] {
  pointer-events: none;
  opacity: 0.7;
  color: #666666;
}

.progress-bar-5, .progress-bar-4, .progress-bar-3 {
  height: 6px;
  background-color: #F0F0F0;
}

.progress-bar-5 .progress-bar, .progress-bar-4 .progress-bar, .progress-bar-3 .progress-bar {
  background-color: #388E3C;
}

.progress-bar-2 {
  background-color: #F0F0F0;
  height: 6px;
}

.progress-bar-2 .progress-bar {
  background-color: #FF9F00;
}

.progress-bar-1 {
  background-color: #F0F0F0;
  height: 6px;
}

.progress-bar-1 .progress-bar {
  background-color: #FF6161;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-name: loader;
  animation-name: loader;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  margin: 0 auto;
  width: 4px;
  height: 20px;
  background: #ec1c24;
  overflow: visible;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.loader-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
}

.loader.loader-gray:after, .loader.loader-gray::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 20px;
  content: '';
  background: #ffffff;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-name: loader;
  animation-name: loader;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}

.loader.loader-gray:after {
  margin: -10px 0 0 6px;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-transform: scale(1, 0.5);
          transform: scale(1, 0.5);
}

.loader.loader-gray:before {
  margin: -10px 0 0 -10px;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-transform: scale(1, 0.5);
          transform: scale(1, 0.5);
  background-color: #ffffff;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(1, 0.5);
    opacity: .2;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes loader {
  0% {
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    opacity: .2;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

.mob--menu {
  display: inline-block;
  z-index: 10;
  left: 0;
  top: 0px;
  width: auto;
  position: fixed;
}

.table-responsive .table thead th {
  white-space: nowrap;
}

.box-shadow {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.box-white {
  background-color: #ffffff;
}

.color-grey {
  color: #666666;
}

.zoom-h-img {
  display: block;
}

.zoom-h-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 400px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -600px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -600px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.fullHeight {
  height: 100%;
}

.btn-dark {
  background-color: #000000;
  border-color: #000000;
  font-size: 1.4rem;
}

.btn-dark:hover {
  background-color: #ec1c24;
  border-color: #ec1c24;
}

.mob-nav {
  background-color: #f8f8f8;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mob-nav a {
  font-size: 0.8rem;
  color: #000000;
  padding-bottom: 5px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .mob-nav a {
    padding-left: 0;
    padding-right: 0;
  }
}

.mob-nav a.active, .mob-nav a:hover {
  color: #ffffff;
  background-color: #77cdd6;
}

.mob-nav a.active svg path,
.mob-nav a.active svg g, .mob-nav a:hover svg path,
.mob-nav a:hover svg g {
  fill: #ffffff;
  stroke: #ffffff;
}

.mob-nav a span {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.mob-nav a .counter-number {
  border-radius: 20px;
  min-width: 20px;
  color: #ffffff;
  background-color: #ec1c24;
  height: 20px;
  position: absolute;
  top: 4px;
  right: 20%;
  font-size: 1.3rem;
}

.btn-gold {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: #ec1c24;
  color: #ffffff;
}

.btn-gold:hover, .btn-gold:focus, .btn-gold:active {
  background-color: #000000;
  color: #ffffff;
}

.modal-backdrop.show {
  background-color: #8A8C8E;
  opacity: 0.85;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.mt--5 {
  margin-top: -5px;
}

.mt--8 {
  margin-top: -8px;
}

.top--5 {
  top: -5px;
}

.top--10 {
  top: -10px;
}

.border-color-black {
  border-color: #000000 !important;
}

.border-color-primary {
  border-color: #ec1c24 !important;
}

.border-top-dash {
  border-top: 1px dashed #000000;
}

.border-bottom-solid {
  border-bottom: 1px solid #666666;
}

.border-top-white {
  border-top-color: #ffffff !important;
}

.btn-black-holo {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  border: 1px #000000 solid;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.6rem;
}

.btn-black-holo:hover {
  background-color: #000000;
  color: #ffffff;
}

/* // ========== */
.custom_radio_checkbox {
  min-height: 28px;
}

.custom_radio_checkbox label {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #525252;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_radio_checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom_radio_checkbox label input:checked ~ .checkmark:after {
  display: block;
  background-color: #ec1c24;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.custom_radio_checkbox label input:checked ~ .checkmark {
  border-color: #ec1c24;
}

.custom_radio_checkbox label .checkmark {
  position: absolute;
  top: 3px;
  left: 1px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #666666;
}

.custom_radio_checkbox label .checkmark:after {
  content: '';
  border-radius: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  left: -1px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background-color: transparent;
}

.top-bottom-0 {
  top: 0;
  bottom: 0;
}

.right-0 {
  right: 0;
}

.column-2-listing {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

[disabled] {
  pointer-events: none;
}

.font-hindi {
  font-family: 'k010' !important;
}

.bg-light-grey {
  background-color: #F5F5F5;
}

.bg-grey {
  background-color: #666666;
}

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

.bg-white {
  background-color: #ffffff;
}

.bg-exlight-grey {
  background-color: #C4C4C4;
}

.bg-light-yellow {
  background-color: #FFF3CD;
}

.bg-primarycolor {
  background-color: #ec1c24;
}

.text-lightgrey {
  color: #C4C4C4;
}

.text-rblue-link {
  color: #27178A;
}

.text-rblue-link:hover {
  color: #000000;
}

.text-grey {
  color: #666666;
}

.text-red {
  color: red;
}

.text-lightred {
  color: #e31019b5;
}

.text-green {
  color: #4BAE4F;
}

.text-yellow {
  color: #FFB200;
}

.text-lightgreen {
  color: #3CC753;
}

.text-semilight-grey {
  color: #C4C4C4;
}

.text-black {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

.text-primary-color {
  color: #ec1c24;
}

.text-primary-link {
  color: #ec1c24;
}

.text-primary-link:hover {
  color: #000000;
}

@media (max-width: 767px) {
  .text-primary-link:hover {
    color: #ec1c24;
  }
}

.rounded-5 {
  border-radius: 5px !important;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-tr-10 {
  border-top-right-radius: 10px;
}

.rounded-tr-15 {
  border-top-right-radius: 15px;
}

.rounded-tr-20 {
  border-top-right-radius: 20px;
}

.rounded-br-10 {
  border-bottom-right-radius: 10px;
}

.rounded-br-15 {
  border-bottom-right-radius: 15px;
}

.rounded-br-20 {
  border-bottom-right-radius: 20px;
}

.font-light {
  font-weight: 300 !important;
}

.font-regular {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semiBold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.h-100-vh {
  height: 100vh;
  min-height: 650px;
}

.h-80-vh {
  height: 80vh;
  min-height: 650px;
}

.m-w-100 {
  min-width: 100px;
}

.m-w-120 {
  min-width: 120px;
}

.m-w-140 {
  min-width: 140px;
}

.m-w-200 {
  min-width: 200px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 0.2;
}

.opacity-2 {
  opacity: 0.4;
}

.opacity-3 {
  opacity: 0.6;
}

.opacity-4 {
  opacity: 0.8;
}

.opacity-5 {
  opacity: 1;
}

.font-size-35 {
  font-size: 3.5rem !important;
}

.font-size-30 {
  font-size: 3rem !important;
}

.font-size-28 {
  font-size: 2.8rem !important;
}

.font-size-26 {
  font-size: 2.6rem;
}

.font-size-25 {
  font-size: 2.5rem;
}

.font-size-24 {
  font-size: 2.4rem;
}

.font-size-22 {
  font-size: 2.2rem;
}

.font-size-20 {
  font-size: 2rem;
}

.font-size-18 {
  font-size: 1.8rem !important;
}

.font-size-16 {
  font-size: 1.6rem;
}

.font-size-15 {
  font-size: 1.5rem !important;
}

.font-size-14 {
  font-size: 1.4rem !important;
}

.font-size-13 {
  font-size: 1.3rem !important;
}

.font-size-12 {
  font-size: 1.2rem !important;
}

.font-size-11 {
  font-size: 1.1rem;
}

.font-size-10 {
  font-size: 1rem !important;
}

.font-size-5 {
  font-size: 5px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-40 {
  padding-top: 40px;
}

.ml-min-1 {
  margin-left: -1px;
}

.ml-min-2 {
  margin-left: -2px;
}

.ml-min-3 {
  margin-left: -3px;
}

.ml-min-4 {
  margin-left: -4px;
}

.ml-min-5 {
  margin-left: -5px;
}

.mr-min-1 {
  margin-right: -1px;
}

.mr-min-2 {
  margin-right: -2px;
}

.mr-min-3 {
  margin-right: -3px;
}

.mr-min-4 {
  margin-right: -4px;
}

.mr-min-5 {
  margin-right: -5px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 1px;
}

.top-2 {
  top: 2px;
}

.top-3 {
  top: 3px;
}

.top-4 {
  top: 4px;
}

.top-5 {
  top: 5px;
}

.top-6 {
  top: 6px;
}

.top-7 {
  top: 7px;
}

.top-8 {
  top: 8px;
}

.top-9 {
  top: 9px;
}

.top-10 {
  top: 10px;
}

.top-15 {
  top: 15px;
}

.top-20 {
  top: 20px;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 1px;
}

.right-2 {
  right: 2px;
}

.right-3 {
  right: 3px;
}

.right-4 {
  right: 4px;
}

.right-5 {
  right: 5px;
}

.right-6 {
  right: 6px;
}

.right-7 {
  right: 7px;
}

.right-8 {
  right: 8px;
}

.right-9 {
  right: 9px;
}

.right-10 {
  right: 10px;
}

.right-15 {
  right: 15px;
}

.right-20 {
  right: 20px;
}

.top-min-0 {
  top: -0px;
}

.top-min-1 {
  top: -1px;
}

.top-min-2 {
  top: -2px;
}

.top-min-3 {
  top: -3px;
}

.top-min-4 {
  top: -4px;
}

.top-min-5 {
  top: -5px;
}

.top-min-15 {
  top: -15px !important;
}

.dropdown-menu.end {
  right: 0 !important;
  left: auto !important;
}

.input-shadow {
  background: rgba(0, 0, 0, 0.3) !important;
}

.data-table tbody td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.data-table .booking-status {
  position: relative;
}

.data-table .booking-status::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ec1c24;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
}

.data-table .booking-status.completed::before {
  border-color: #4BAE4F;
  background-color: #4BAE4F;
}

.data-table .select-patientInfo {
  top: 0;
  left: 0;
}

.status {
  font-size: 1rem;
}

.status .status-icon {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  border: 2px solid #C4C4C4;
  width: 35px;
  height: 35px;
  line-height: 30px;
  color: #000000;
  font-size: 1.5rem;
}

.status.pending .status-icon {
  border-color: #FFB200;
  color: #FFB200;
}

.status .status-label {
  line-height: 1rem;
  font-weight: 500;
}

.status:hover .status-icon {
  background-color: #C4C4C4;
}

.status:hover.pending .status-icon {
  color: #ffffff;
  background-color: #FFB200;
}

.status.active .status-icon {
  border-color: #ec1c24;
  color: #ec1c24;
  position: relative;
}

.status.active .status-icon::after {
  content: "\e904";
  position: absolute;
  top: -5px;
  right: -5px;
  font-family: "customicon";
  width: 15px;
  height: 15px;
  font-size: 0.8rem;
  line-height: 8px;
  padding: 4px;
  border-radius: 50%;
  background-color: #4BAE4F;
  color: #ffffff;
}

.status.active:hover .status-icon {
  background-color: #ec1c24;
  color: #ffffff;
}

.select2-container--bootstrap-5 {
  z-index: 9999;
}

.select2-container--bootstrap-5 .select2-selection {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #C4C4C4;
  border-radius: 0;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #C4C4C4;
  border-radius: 0;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
  height: 30px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
  height: 30px;
  width: 100% !important;
  font-size: 1.4rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  font-size: 1.4rem;
  border-radius: 5px;
  line-height: normal;
  white-space: break-spaces;
  font-weight: 500;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 8px;
}

.select2-container--bootstrap-5 .select2-dropdown {
  border: 1px solid #C4C4C4 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-radius: 5px !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  font-size: 1.4rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  background-color: #ec1c24;
}

#test_search_detail {
  border-radius: 5px;
  border: 1px solid #ced4da;
  padding: 15px;
  margin: 12px 3px;
}

#test_search_detail p {
  border-bottom: 1px solid #ced4da;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: normal;
  color: #000;
  position: relative;
}

#test_search_detail p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

#test_search_detail p span {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  float: right;
}

#test_search_detail p span img {
  width: 18px;
}

#test_search_detail p:hover {
  color: #ec1c24;
}

.Pathology_Tests_Box .Icon {
  width: 20px;
  text-align: left;
}

.Pathology_Tests_Box .Icon.info-icon img {
  width: 11px;
  position: relative;
  top: -5px;
}

.Pathology_Tests_Box .Icon img {
  width: 12px;
  position: relative;
}

.Pathology_Tests_Box span .content {
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

div[role="tooltip"] {
  font-size: 12px !important;
  line-height: normal !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  font-size: 1.6rem;
}

.select2-selection--single-white ~ .select2-container--bootstrap-5 .select2-selection {
  font-size: 1.6rem;
  background: transparent;
  padding-left: 0;
  border-radius: 0;
  border-bottom-color: #ffffff;
}

.select2-selection--single-white ~ .select2-container--bootstrap-5 .select2-selection .select2-selection__rendered {
  font-weight: 600;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.select2-selection--single-white ~ .select2-container--bootstrap-5 .select2-selection .select2-selection__arrow {
  position: absolute;
  top: 6px;
  right: 5px;
}

.select2-selection--single-white ~ .select2-container--bootstrap-5 .select2-selection .select2-selection__arrow::before {
  content: "\f0d7";
  font-family: "FontAwesome";
  color: #ffffff;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
}

.login-page .login-bg {
  background: url(../images/login-bg.jpg) no-repeat center center;
  background-size: cover;
}

.btn {
  position: relative;
  border: 1px transparent solid;
  font-size: 1.7rem;
  font-weight: 500;
  overflow: hidden;
  border-radius: 5px;
}

.btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.btn span {
  position: relative;
  z-index: 1;
}

.btn-white {
  color: #ec1c24;
  border-color: #ffffff;
}

.btn-white::after {
  background-color: #ffffff;
}

.btn-white:hover {
  color: #ec1c24 !important;
}

@media (max-width: 767px) {
  .btn-white:hover {
    color: #ec1c24 !important;
  }
}

.btn-white:hover::after {
  top: -100%;
}

@media (max-width: 767px) {
  .btn-white:hover::after {
    top: 0;
  }
}

.btn-white-holo {
  color: #ffffff;
  border-color: #ffffff;
  border-radius: 5px;
}

.btn-white-holo::after {
  background-color: #ffffff;
  top: -100%;
}

.btn-white-holo:hover {
  color: #ec1c24 !important;
}

@media (max-width: 767px) {
  .btn-white-holo:hover {
    color: #ffffff !important;
  }
}

.btn-white-holo:hover::after {
  top: 0;
}

@media (max-width: 767px) {
  .btn-white-holo:hover::after {
    top: -100%;
  }
}

.btn-black {
  color: #ffffff;
  border-color: #000000;
}

.btn-black::after {
  background-color: #000000;
}

.btn-black:hover {
  color: #000000 !important;
}

@media (max-width: 767px) {
  .btn-black:hover {
    color: #ffffff;
  }
}

.btn-black:hover::after {
  top: -100%;
}

@media (max-width: 767px) {
  .btn-black:hover::after {
    top: 0;
  }
}

.btn-grey {
  color: #ffffff;
  border-color: #C4C4C4;
}

.btn-grey::after {
  background-color: #C4C4C4;
}

.btn-grey:hover {
  color: #C4C4C4 !important;
}

@media (max-width: 767px) {
  .btn-grey:hover {
    color: #ffffff;
  }
}

.btn-grey:hover::after {
  top: -100%;
}

@media (max-width: 767px) {
  .btn-grey:hover::after {
    top: 0;
  }
}

.btn-grey-holo {
  color: #C4C4C4;
  border-color: #C4C4C4;
}

.btn-grey-holo::after {
  background-color: #C4C4C4;
  top: -100%;
}

.btn-grey-holo:hover, .btn-grey-holo:focus {
  color: #000000 !important;
}

@media (max-width: 767px) {
  .btn-grey-holo:hover, .btn-grey-holo:focus {
    color: #C4C4C4 !important;
  }
}

.btn-grey-holo:hover::after, .btn-grey-holo:focus::after {
  top: 0;
}

@media (max-width: 767px) {
  .btn-grey-holo:hover::after, .btn-grey-holo:focus::after {
    top: -100%;
  }
}

.btn-grey-disabled {
  pointer-events: none;
  color: #C4C4C4 !important;
  border-color: #C4C4C4 !important;
}

.btn-grey-disabled::after {
  background-color: #F5F5F5 !important;
}

.btn-red {
  color: #ffffff;
  border-color: #ec1c24;
  background-color: #ec1c24;
}

.btn-red::after {
  background-color: #ec1c24;
}

.btn-red:hover, .btn-red:focus {
  background-color: transparent;
  color: #ec1c24 !important;
}

@media (max-width: 767px) {
  .btn-red:hover, .btn-red:focus {
    color: #ffffff !important;
    background-color: #ec1c24;
  }
}

.btn-red:hover::after, .btn-red:focus::after {
  top: -100%;
}

@media (max-width: 767px) {
  .btn-red:hover::after, .btn-red:focus::after {
    top: 0;
  }
}

.btn-red-holo {
  color: #ec1c24;
  border-color: #ec1c24;
}

.btn-red-holo::after {
  background-color: #ec1c24;
  top: -100%;
}

.btn-red-holo:hover, .btn-red-holo:focus {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .btn-red-holo:hover, .btn-red-holo:focus {
    color: #ec1c24 !important;
  }
}

.btn-red-holo:hover::after, .btn-red-holo:focus::after {
  top: 0;
}

@media (max-width: 767px) {
  .btn-red-holo:hover::after, .btn-red-holo:focus::after {
    top: -100%;
  }
}

.btn-green {
  color: #ffffff;
  border-color: #4BAE4F;
  background-color: #4BAE4F;
}

.btn-green::after {
  background-color: #4BAE4F;
}

.btn-green:hover, .btn-green:focus {
  background-color: transparent;
  color: #4BAE4F !important;
}

@media (max-width: 767px) {
  .btn-green:hover, .btn-green:focus {
    color: #ffffff !important;
    background-color: #4BAE4F;
  }
}

.btn-green:hover::after, .btn-green:focus::after {
  top: -100%;
}

@media (max-width: 767px) {
  .btn-green:hover::after, .btn-green:focus::after {
    top: 0;
  }
}

.btn-green-holo {
  color: #4BAE4F;
  border-color: #4BAE4F;
}

.btn-green-holo::after {
  background-color: #4BAE4F;
  top: -100%;
}

.btn-green-holo:hover, .btn-green-holo:focus {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .btn-green-holo:hover, .btn-green-holo:focus {
    color: #4BAE4F !important;
  }
}

.btn-green-holo:hover::after, .btn-green-holo:focus::after {
  top: 0;
}

@media (max-width: 767px) {
  .btn-green-holo:hover::after, .btn-green-holo:focus::after {
    top: -100%;
  }
}

.btn-disabled {
  pointer-events: none;
}
/*# sourceMappingURL=style.css.map */