/* ========================== */
/* START OF MAIN CSS */
/* ========================== */
/* COLORS */
/*********** table images ***************/
/*********** circle-btn-width ************/
/*... auszug slider .....*/
/*********** privacy policy ************/
/************ unsere-section ****************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap");
@import url(line-awesome.min.css);
@import url(fontello.css);
/* FONTS */
/**/
/*********** button fonts *****************/
/********** auszug slider **************/
/********* utility headings ************/
/************* Gradient Mixin *****************/
/************ circle button dimensions ***************/
/***************** font-weight ***********************/
/************ common property mixins ***************/
/************* extends rules ****************/
/*************** unsere-section *******************/
/**/
/* ========================== */
/* START OF RESET CSS */
/* ========================== */
* {
  outline: none !important; }

a {
  text-decoration: none !important; }

/*::-webkit-scrollbar{
	width:0;
}*/
.main-website-wraper {
  min-height: calc(100vh - 161px); }

.main-website {
  overflow: hidden; }

body {
  font-size: 14px;
  font-family: "Sen", sans-serif;
  font-weight: 400;
  background: #f3f3f9;
  color: #606770;
  line-height: 1.8; }
  @media screen and (min-width: 992px) {
    body {
      font-size: 14px; } }

.white-bg {
  background: #fff; }

figure {
  margin-bottom: 0; }

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

ol {
  list-style: decimal inside; }

.btn {
  white-space: normal; }

a, a:hover, a:visited {
  color: #008aea; }

::selection {
  background-color: #008aea;
  color: #fff; }

::-moz-selection {
  background-color: #008aea;
  color: #fff; }

/* overlay */
/* scrollup */
.scrollup {
  position: fixed;
  bottom: -50px;
  border-radius: 50%;
  right: 15px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background-color: #ffeeea;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.scrollup.active {
  bottom: 25px;
  display: block !important; }

.scrollup i {
  font-size: 10px;
  color: #008aea;
  line-height: 50px; }

/* modal */
.modal-backdrop.show {
  opacity: 0.77; }

/* grecaptcha-badge */
.grecaptcha-badge {
  opacity: 0;
  visibility: hidden; }

/* ========================== */
/* END OF RESET CSS */
/* ========================== */
@media (min-width: 1300px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px; } }
.curser-pointer {
  cursor: pointer; }

.section {
  padding: 50px 0; }

.overflow-visible {
  overflow: visible !important;
  z-index: 1; }

.bg-white {
  background: #fff; }

.text-color-white {
  color: #fff !important; }

.site-color {
  color: #008aea !important; }

a.site-color:hover {
  color: #000 !important; }

.black-color {
  color: #000 !important; }

.success-text {
  color: #78be21 !important; }

.border-top-1 {
  border-top: 1px solid #E4E6EB; }

.head-50 {
  font-size: 26px;
  line-height: 0.92;
  font-weight: 600;
  color: #606770; }
  @media screen and (min-width: 768px) {
    .head-50 {
      font-size: 30px;
      line-height: 0.92; } }
  @media screen and (min-width: 992px) {
    .head-50 {
      font-size: 40px;
      line-height: 0.92; } }
  @media screen and (min-width: 1200px) {
    .head-50 {
      font-size: 50px;
      line-height: 0.92; } }

.head-40 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
  color: #606770; }
  @media screen and (min-width: 768px) {
    .head-40 {
      font-size: 30px;
      line-height: 1.2; } }
  @media screen and (min-width: 992px) {
    .head-40 {
      font-size: 36px;
      line-height: 1.2; } }
  @media screen and (min-width: 1200px) {
    .head-40 {
      font-size: 40px;
      line-height: 1.2; } }

.head-title {
  font-size: 24px;
  line-height: 30px;
  color: #1f1f1f;
  font-weight: bold;
  margin-bottom: 0px; }
  @media screen and (min-width: 768px) {
    .head-title {
      font-size: 30px;
      line-height: 40px; } }
  @media screen and (min-width: 1200px) {
    .head-title {
      font-size: 32px;
      line-height: 46px; } }
  .head-title span {
    color: #008aea; }

.head-sub-title {
  color: #606770;
  font-weight: 400;
  font-family: "Sen", sans-serif;
  line-height: 24px;
  font-size: 15px; }
  @media screen and (min-width: 992px) {
    .head-sub-title {
      font-size: 15px; } }
  .head-sub-title span {
    color: #008aea;
    font-weight: 600; }
  .head-sub-title a {
    color: #008aea;
    font-weight: 600; }
    .head-sub-title a:hover {
      color: #00caea; }

.head-sub-heading {
  color: #307fe2;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px; }
  @media screen and (min-width: 992px) {
    .head-sub-heading {
      font-size: 14px; } }

.head-title-holder {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .head-title-holder {
      margin-bottom: 30px; } }
  .head-title-holder .head-sub-heading {
    margin-bottom: 17px; }
  .head-title-holder.max-w447 {
    max-width: 447px; }

.form-inner-heading-holder {
  margin-bottom: 22px; }

.form-inner-heading {
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5; }
  @media screen and (min-width: 992px) {
    .form-inner-heading {
      font-size: 16px;
      line-height: 1.6; } }
  @media screen and (min-width: 1601px) {
    .form-inner-heading {
      font-size: 16px;
      line-height: 1.6; } }
  .form-inner-heading .edit-text {
    font-size: 12px; }
    @media screen and (min-width: 992px) {
      .form-inner-heading .edit-text {
        font-size: 12px; } }

.sub-headingText {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  line-height: 1.2;
  color: #5C7577; }
  @media screen and (min-width: 992px) {
    .sub-headingText {
      font-size: 16px;
      line-height: 1.6; } }
  @media screen and (min-width: 1601px) {
    .sub-headingText {
      font-size: 16px;
      line-height: 1.6; } }

.head3-title {
  font-size: 24px;
  font-weight: bold;
  color: #5C7577;
  position: relative; }
  @media screen and (min-width: 576px) {
    .head3-title {
      font-size: 30px; } }
  @media screen and (min-width: 768px) {
    .head3-title {
      font-size: 36px; } }
  @media screen and (min-width: 1200px) {
    .head3-title {
      font-size: 36px; } }
  .head3-title.head3-title-after {
    padding-right: 40px;
    display: inline-block; }
    .head3-title.head3-title-after:after {
      content: "";
      position: absolute;
      bottom: 2px;
      right: 0;
      background: #38C26F;
      width: 35px;
      height: 4px; }

.head4-title {
  font-size: 15px;
  font-weight: 600;
  color: #000; }
  @media screen and (min-width: 768px) {
    .head4-title {
      font-size: 16px; } }
  @media screen and (min-width: 992px) {
    .head4-title {
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    .head4-title {
      font-size: 20px; } }

.font-16-black {
  font-size: 16px;
  line-height: 1.5;
  color: #000; }
  @media screen and (min-width: 992px) {
    .font-16-black {
      font-size: 16px;
      line-height: 1.6; } }
  @media screen and (min-width: 1601px) {
    .font-16-black {
      font-size: 16px;
      line-height: 1.6; } }

.font-12 {
  font-size: 12px; }
  @media screen and (min-width: 992px) {
    .font-12 {
      font-size: 12px; } }

.font-13 {
  font-size: 13px; }
  @media screen and (min-width: 992px) {
    .font-13 {
      font-size: 13px; } }
  @media screen and (min-width: 1601px) {
    .font-13 {
      font-size: 13px; } }

.font-15 {
  font-size: 15px; }
  @media screen and (min-width: 992px) {
    .font-15 {
      font-size: 15px; } }

.font-14 {
  font-size: 14px; }
  @media screen and (min-width: 992px) {
    .font-14 {
      font-size: 14px; } }

.font-16 {
  font-size: 16px;
  line-height: 1.5; }
  @media screen and (min-width: 992px) {
    .font-16 {
      font-size: 16px;
      line-height: 1.6; } }
  @media screen and (min-width: 1601px) {
    .font-16 {
      font-size: 16px;
      line-height: 1.6; } }

.font-18 {
  font-size: 17px; }
  @media screen and (min-width: 992px) {
    .font-18 {
      font-size: 18px; } }
  @media screen and (min-width: 1601px) {
    .font-18 {
      font-size: 18px; } }

.font-13-light {
  font-size: 13px;
  color: #1f1f1f !important; }
  @media screen and (min-width: 992px) {
    .font-13-light {
      font-size: 13px; } }
  @media screen and (min-width: 1601px) {
    .font-13-light {
      font-size: 13px; } }

.font-title-16 {
  font-size: 16px;
  line-height: 1.5;
  color: #1f1f1f;
  font-weight: 600; }
  @media screen and (min-width: 992px) {
    .font-title-16 {
      font-size: 16px;
      line-height: 1.6; } }
  @media screen and (min-width: 1601px) {
    .font-title-16 {
      font-size: 16px;
      line-height: 1.6; } }

.font-title-14 {
  font-size: 14px;
  color: #606770;
  font-weight: 600; }
  @media screen and (min-width: 992px) {
    .font-title-14 {
      font-size: 14px; } }

.head6-title {
  font-size: 13px;
  color: #606770;
  font-weight: 600; }
  @media screen and (min-width: 992px) {
    .head6-title {
      font-size: 13px; } }
  @media screen and (min-width: 1601px) {
    .head6-title {
      font-size: 13px; } }

.font-12-title {
  font-size: 12px;
  color: #000;
  font-weight: 600; }
  @media screen and (min-width: 992px) {
    .font-12-title {
      font-size: 12px; } }

.font-title-13 {
  font-size: 13px;
  color: #606770;
  font-weight: 600; }
  @media screen and (min-width: 992px) {
    .font-title-13 {
      font-size: 13px; } }
  @media screen and (min-width: 1601px) {
    .font-title-13 {
      font-size: 13px; } }

.font-title-15 {
  font-size: 15px;
  color: #1f1f1f;
  font-weight: 600; }
  @media screen and (min-width: 992px) {
    .font-title-15 {
      font-size: 15px; } }

.font-title-18 {
  font-size: 17px;
  color: #000;
  font-weight: 600; }
  @media screen and (min-width: 992px) {
    .font-title-18 {
      font-size: 18px; } }
  @media screen and (min-width: 1601px) {
    .font-title-18 {
      font-size: 18px; } }

.font-title-20 {
  font-size: 18px;
  color: #000;
  font-weight: 600; }
  @media screen and (min-width: 992px) {
    .font-title-20 {
      font-size: 20px; } }
  @media screen and (min-width: 1601px) {
    .font-title-20 {
      font-size: 20px; } }

.font-title-24 {
  font-size: 18px;
  color: #606770;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .font-title-24 {
      font-size: 24px; } }
  @media screen and (min-width: 992px) {
    .font-title-24 {
      font-size: 24px; } }

.font-title-30 {
  font-size: 30px;
  color: #606770;
  color: #000;
  font-weight: 600; }

.section-com-py-100 {
  padding-top: 80px;
  padding-bottom: 80px; }

.row-mx-8.row {
  margin-left: -8px;
  margin-right: -8px; }
  .row-mx-8.row .col-12 {
    padding-left: 8px;
    padding-right: 8px; }

.row-mx-5.row {
  margin-left: -5px;
  margin-right: -5px; }
  .row-mx-5.row .col-12, .row-mx-5.row .col-6 {
    padding-left: 5px;
    padding-right: 5px; }

.row-mx-12.row {
  margin-left: -12px;
  margin-right: -12px; }
  .row-mx-12.row .col-12 {
    padding-left: 12px;
    padding-right: 12px; }

.row-mx-10 {
  margin-left: -10px;
  margin-right: -10px; }
  .row-mx-10 .col-12 {
    padding-left: 10px;
    padding-right: 10px; }

.main-menu-open .body-hidden-add {
  overflow: hidden;
  height: 100vh; }

.section-Ypad {
  padding: 80px 0; }
  @media screen and (max-width: 991px) {
    .section-Ypad {
      padding: 40px 0; } }

.section-Ypadsmall {
  padding: 40px 0 80px; }
  @media screen and (max-width: 991px) {
    .section-Ypadsmall {
      padding: 40px 0; } }

.px-35 {
  padding-left: 35px;
  padding-right: 35px; }
  @media screen and (max-width: 1199px) {
    .px-35 {
      padding-left: 0px;
      padding-right: 0px; } }

.px-50 {
  padding-left: 50px;
  padding-right: 50px; }
  @media screen and (max-width: 1199px) {
    .px-50 {
      padding-left: 15px;
      padding-right: 15px; } }

.mt-50 {
  margin-top: 50px; }
  @media screen and (max-width: 991px) {
    .mt-50 {
      margin-top: 40px; } }

.mt-60 {
  margin-top: 60px; }
  @media screen and (max-width: 991px) {
    .mt-60 {
      margin-top: 40px; } }

.mb-60 {
  margin-bottom: 60px; }
  @media screen and (max-width: 991px) {
    .mb-60 {
      margin-bottom: 40px; } }

.mt-20 {
  margin-top: 20px; }
  @media screen and (max-width: 991px) {
    .mt-20 {
      margin-top: 15px; } }

.mb-30 {
  margin-bottom: 30px !important; }
  @media screen and (max-width: 991px) {
    .mb-30 {
      margin-bottom: 20px !important; } }

.mb-20 {
  margin-bottom: 30px !important; }
  @media screen and (max-width: 991px) {
    .mb-20 {
      margin-bottom: 20px !important; } }

.mb-32 {
  margin-bottom: 32px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mt-40 {
  margin-top: 40px; }
  @media screen and (max-width: 991px) {
    .mt-40 {
      margin-top: 30px; } }

.mt-30 {
  margin-top: 30px; }
  @media screen and (max-width: 991px) {
    .mt-30 {
      margin-top: 20px; } }

.mb-50 {
  margin-bottom: 50px; }

.pt-10 {
  padding-top: 10px; }

.px-10 {
  padding-left: 10px;
  padding-right: 10px; }

.px-20 {
  padding-left: 20px;
  padding-right: 20px; }

.mr-20 {
  margin-right: 20px; }

.p-20 {
  padding: 20px; }

.my-10 {
  margin-bottom: 10px;
  margin-top: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-8 {
  margin-bottom: 8px !important; }

.mb-16 {
  margin-bottom: 16px !important; }

/* font-weight */
.letter-spacing--9 {
  letter-spacing: -9px; }

.letter-spacing--8 {
  letter-spacing: -8px; }

.letter-spacing--7 {
  letter-spacing: -7px; }

.letter-spacing--6 {
  letter-spacing: -6px; }

.letter-spacing--5 {
  letter-spacing: -5px; }

.letter-spacing--4 {
  letter-spacing: -4px; }

.letter-spacing--3 {
  letter-spacing: -3px; }

.letter-spacing--2 {
  letter-spacing: -2px; }

.letter-spacing--1 {
  letter-spacing: -1px; }

.letter-spacing-0 {
  letter-spacing: 0px; }

.letter-spacing-1 {
  letter-spacing: 1px; }

.letter-spacing-2 {
  letter-spacing: 2px; }

.letter-spacing-3 {
  letter-spacing: 3px; }

.letter-spacing-4 {
  letter-spacing: 4px; }

.letter-spacing-5 {
  letter-spacing: 5px; }

.letter-spacing-6 {
  letter-spacing: 6px; }

.letter-spacing-7 {
  letter-spacing: 7px; }

.letter-spacing-8 {
  letter-spacing: 8px; }

.letter-spacing-9 {
  letter-spacing: 9px; }

.z-index--9 {
  z-index: -9; }

.z-index--8 {
  z-index: -8; }

.z-index--7 {
  z-index: -7; }

.z-index--6 {
  z-index: -6; }

.z-index--5 {
  z-index: -5; }

.z-index--4 {
  z-index: -4; }

.z-index--3 {
  z-index: -3; }

.z-index--2 {
  z-index: -2; }

.z-index--1 {
  z-index: -1; }

.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; }

/* --------------btn----------------- */
.btn-list {
  display: flex;
  flex-wrap: wrap; }
  .btn-list li {
    margin-right: 20px; }
    .btn-list li:last-child {
      margin-right: 0px !important; }

.btn-list-10 {
  display: flex;
  flex-wrap: wrap; }
  .btn-list-10 li {
    margin-right: 10px; }
    .btn-list-10 li:last-child {
      margin-right: 0px !important; }

.btn-list-0 {
  display: flex;
  flex-wrap: wrap; }

.list-dot {
  padding-left: 18px; }
  .list-dot li {
    list-style: disc;
    line-height: 1.86;
    margin-bottom: 3px; }

.loder-holder-div {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1019;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center; }

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 12px;
  height: 12px;
  background: #008aea;
  border-radius: 50%;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }

.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s; }

.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s; }

.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0; }

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 25px;
    width: 25px; }
  50% {
    top: 24px;
    height: 18px;
    width: 18px; }
  100% {
    top: 24px;
    height: 16px;
    width: 16px; } }
.dropdown-menu {
  padding-top: 5px;
  padding-bottom: 5px; }
  .dropdown-menu a.dropdown-item {
    font-weight: 600;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 992px) {
      .dropdown-menu a.dropdown-item {
        font-size: 13px; } }
    @media screen and (min-width: 1601px) {
      .dropdown-menu a.dropdown-item {
        font-size: 13px; } }
    .dropdown-menu a.dropdown-item:hover {
      background-color: transparent;
      color: #008aea; }
  .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    background-color: transparent;
    color: #008aea; }

.tooltip-inner {
  background-color: #000 !important; }

.custom-table.table thead th {
  border-bottom-width: 0px; }

.custom-table.table td, .custom-table.table th {
  border-top: 0px; }

.custom-table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 138, 234, 0.05); }

.main-website-wraper .card {
  border: none;
  padding: 10px; }

.btn {
  padding: 6px 20px 7px 20px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-family: "Sen", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  cursor: pointer;
  text-transform: initial;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  background: #E4E6EB;
  color: #1f1f1f; }
  .btn:hover, .btn:visited {
    box-shadow: none !important; }
  .btn.btn-36 {
    padding: 9px 15px 9px 15px; }
  .btn.btn-55 {
    height: 55px;
    font-size: 17px;
    font-weight: bold;
    padding: 14px 20px; }
    @media screen and (min-width: 992px) {
      .btn.btn-55 {
        font-size: 18px; } }
    @media screen and (min-width: 1601px) {
      .btn.btn-55 {
        font-size: 18px; } }
  .btn.btn-42 {
    height: 42px;
    line-height: 30px; }
  .btn.btn-45 {
    height: 45px;
    line-height: 34px; }
  .btn.btn-red {
    background-color: #d8263e;
    color: #fff; }
    .btn.btn-red.btn-shadow {
      box-shadow: 0 4px 12px rgba(255, 58, 72, 0.52); }
    .btn.btn-red:hover, .btn.btn-red:visited {
      color: #fff; }
  .btn.btn-icon {
    padding: 5px 10px 4px 10px;
    font-size: 18px; }
  .btn.site-btn {
    background-color: #008aea;
    color: #fff; }
  .btn.view-btn {
    background-color: #008aea;
    color: #fff;
    font-size: 12px; }
  .btn.site-btnbggray {
    background: #707070;
    color: #fff; }
  .btn.site-btn-gray {
    background: #E4E6EB;
    color: #1f1f1f; }
  .btn.btn-link {
    padding: 0;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #008aea; }
    .btn.btn-link:hover {
      color: #00caea;
      background: transparent; }
    .btn.btn-link i {
      font-size: 10px;
      margin-left: 15px; }
  .btn.btn-link-mini {
    padding: 0;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #008aea; }
    .btn.btn-link-mini:hover {
      color: #00caea;
      background: transparent; }
    .btn.btn-link-mini i {
      font-size: 10px;
      margin-left: 15px; }
  .btn.btn-bordered {
    background-color: transparent;
    border: 1px solid;
    color: #008aea; }
    .btn.btn-bordered.btn-bordered-red {
      border-color: #008aea; }
    .btn.btn-bordered:hover {
      background-color: #008aea;
      color: #fff; }
  .btn.btn-bg {
    background: #008aea;
    color: #fff; }
    .btn.btn-bg:hover {
      color: #fff;
      background: #00caea; }
    .btn.btn-bg.max-342 {
      max-width: 342px;
      width: 100%; }
    .btn.btn-bg.px-54 {
      padding-left: 54px;
      padding-right: 54px; }
    .btn.btn-bg.h-55 {
      padding: 20px 41px;
      border-radius: 28px; }
    .btn.btn-bg.h-45 {
      padding: 15px 41px;
      border-radius: 28px; }
  .btn.btn-bg-white {
    background-color: #fff;
    color: #008aea;
    padding-right: 33px;
    padding-left: 33px; }
    .btn.btn-bg-white:hover {
      background-color: #008aea;
      color: #fff; }
  .btn.no-radius {
    border-radius: 0; }
  .btn.hover-effect:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  .btn:focus {
    box-shadow: initial; }
  .btn.btn-round {
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 0px;
    border-radius: 50%;
    font-size: 22px;
    border: 1px solid #E4E6EB;
    background: transparent;
    color: #1f1f1f; }
    .btn.btn-round:hover {
      background: #008aea;
      color: #1f1f1f; }
  .btn.mx-100 {
    min-width: 100px; }
  .btn.bg-transparent {
    background: transparent; }
    .btn.bg-transparent i {
      font-size: 18px; }

.text-btn {
  text-transform: uppercase;
  font-weight: 600;
  color: #008aea;
  transition: 0.2s all; }

a.back-btn {
  color: #008aea;
  cursor: pointer;
  transition: 0.2s all;
  font-size: 18px;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    a.back-btn {
      font-size: 24px; } }
  @media screen and (min-width: 992px) {
    a.back-btn {
      font-size: 24px; } }
  a.back-btn:hover {
    color: #008aea; }

.max-374 {
  max-width: 374px; }

/* ====================== */
/* START OF HEADER */
/* ====================== */
.navbar {
  padding-right: 0 !important;
  padding-left: 0px !important; }

header {
  position: relative;
  z-index: 3;
  background: #008aea; }
  header .container-fluid {
    max-width: 1360px; }
  header.single-header .navbar-brand {
    width: 110px;
    padding-right: 0px;
    margin-right: 0px; }
    header.single-header .navbar-brand:before {
      display: none; }
  @media (min-width: 1200px) {
    header.wraper-header {
      padding-left: 35px;
      padding-right: 35px; } }
  header.wraper-header.not-top {
    position: fixed;
    box-shadow: 2px 5px 8px rgba(23, 122, 249, 0.25);
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media (min-width: 992px) {
      header.wraper-header.not-top {
        animation: slide-down 0.3s; } }
    header.wraper-header.not-top .navbar {
      padding: 15px 0px; }
      @media (max-width: 991px) {
        header.wraper-header.not-top .navbar {
          padding: 13px 0; } }
  header #sidebarCollapse {
    padding-right: 0;
    padding-left: 0px;
    width: 40px;
    background: #fff; }
    header #sidebarCollapse img {
      width: 24px; }
  header .navbar {
    box-shadow: none;
    padding: 18px 0;
    padding-right: 0 !important;
    padding-left: 0px !important; }
    @media (max-width: 991px) {
      header .navbar {
        padding: 10px 0; } }
    @media (max-width: 991px) {
      header .navbar #sidebar {
        position: fixed;
        right: -100%;
        top: 0;
        bottom: 0;
        transition: 0.5s all;
        width: 100%;
        z-index: 991;
        background: #fff; } }
    header .navbar #sidebar.active {
      right: 0px;
      transition: 0.5s all;
      box-shadow: none; }
      @media (max-width: 991px) {
        header .navbar #sidebar.active {
          height: 100%;
          overflow: auto; } }
    header .navbar .navbar-nav {
      align-items: center; }
      @media (max-width: 991px) {
        header .navbar .navbar-nav {
          margin-top: 20px; } }
      header .navbar .navbar-nav .nav-item {
        padding: 0 17px; }
        @media (max-width: 1199px) {
          header .navbar .navbar-nav .nav-item {
            padding: 0 10px; } }
        header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
          padding-right: 15px; }
        header .navbar .navbar-nav .nav-item.active > a {
          color: #fff; }
          @media (max-width: 991px) {
            header .navbar .navbar-nav .nav-item.active > a {
              color: #008aea; }
              header .navbar .navbar-nav .nav-item.active > a::before {
                background: #008aea; } }
          header .navbar .navbar-nav .nav-item.active > a::before {
            width: 6px;
            height: 6px; }
        @media (min-width: 992px) {
          header .navbar .navbar-nav .nav-item:last-child {
            padding-right: 0px; } }
        header .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle.nav-link {
          padding-right: 15px; }
      header .navbar .navbar-nav .nav-link {
        transition: 0.2s all;
        cursor: pointer;
        font-family: "Sen", sans-serif;
        font-weight: 600;
        position: relative;
        font-size: 16px;
        color: #fff;
        padding: 0 0px; }
        @media (max-width: 991px) {
          header .navbar .navbar-nav .nav-link {
            color: #008aea; } }
        header .navbar .navbar-nav .nav-link::before {
          content: "";
          width: 0px;
          height: 0px;
          background: #fff;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -7px;
          margin: auto;
          transition: 0.1s all;
          transform: rotate(45deg); }
          @media (max-width: 991px) {
            header .navbar .navbar-nav .nav-link::before {
              left: -14px;
              right: auto;
              bottom: 10px; } }
        header .navbar .navbar-nav .nav-link:hover {
          transition: 0.2s all; }
          header .navbar .navbar-nav .nav-link:hover::before {
            width: 6px;
            height: 6px; }
    header .navbar .rightmenu-navbar .nav-item {
      padding: 0 10px; }
      @media (max-width: 991px) {
        header .navbar .rightmenu-navbar .nav-item:last-child {
          display: none; } }
    header .navbar .rightmenu-navbar .dropdown {
      padding-right: 13px; }
    header .navbar .rightmenu-navbar .nav-link, header .navbar .rightmenu-navbar a {
      font-family: "Sen", sans-serif;
      color: #606770; }
      header .navbar .rightmenu-navbar .nav-link:hover, header .navbar .rightmenu-navbar a:hover {
        transition: 0.2s all;
        color: #008aea; }
    header .navbar .rightmenu-navbar .btn.btn-bg {
      color: #fff; }
    header .navbar .rightmenu-navbar i {
      color: #606770;
      font-size: 17px; }
      header .navbar .rightmenu-navbar i.icon-category {
        font-size: 20px; }
    @media (max-width: 991px) {
      header .navbar .rightmenu-navbar .search-btn, header .navbar .rightmenu-navbar .category-btn {
        display: none; } }
    header .navbar .dropdown-item {
      white-space: normal; }
    header .navbar .dropdown-menu {
      min-width: 190px;
      max-width: 200px;
      background: #fff;
      border: none;
      border-radius: 15px;
      box-shadow: 2px 5px 8px rgba(23, 122, 249, 0.25);
      max-height: 320px;
      overflow-y: auto; }
      @media (max-width: 991px) {
        header .navbar .dropdown-menu {
          box-shadow: none; } }
      header .navbar .dropdown-menu a {
        color: #606770;
        text-transform: uppercase;
        white-space: inherit; }
        header .navbar .dropdown-menu a:hover {
          color: #008aea; }
    header .navbar .hamburger-lang-holder .category-dropdown, header .navbar .rightmenu-navbar .category-dropdown {
      box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.15);
      padding: 15px 0; }
      header .navbar .hamburger-lang-holder .category-dropdown li a, header .navbar .rightmenu-navbar .category-dropdown li a {
        padding: 0 20px 0 55px;
        position: relative; }
        header .navbar .hamburger-lang-holder .category-dropdown li a i, header .navbar .rightmenu-navbar .category-dropdown li a i {
          position: absolute;
          left: 15px;
          font-size: 18px;
          color: #008aea;
          margin-right: 10px; }
          header .navbar .hamburger-lang-holder .category-dropdown li a i.icon-accessories, header .navbar .rightmenu-navbar .category-dropdown li a i.icon-accessories {
            font-size: 14px; }
  header .navbar-brand {
    max-width: 130px;
    max-height: 41px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase; }
  header .hamburger-lang-holder {
    display: none;
    width: 50px;
    justify-content: space-between;
    margin-left: 22px; }
    @media (max-width: 991px) {
      header .hamburger-lang-holder {
        width: 40px;
        display: flex; } }

.dropdown-toggle::after {
  display: none; }

.lang-dropdown a.dropdown-toggle:after {
  content: '\e828';
  font-family: 'fontello';
  border: none;
  font-size: 5px;
  top: 0;
  right: 0px;
  bottom: 0;
  margin: auto;
  height: 7px;
  width: 9px;
  position: absolute;
  display: block; }
  @media (max-width: 992px) {
    .lang-dropdown a.dropdown-toggle:after {
      bottom: auto;
      top: 5px; } }
.lang-dropdown img {
  width: 20px;
  height: 20px; }
.lang-dropdown .dropdown-menu li.wpml-ls-current-language a {
  color: #008aea; }
.lang-dropdown .dropdown-menu li a {
  display: block;
  padding: 0 30px;
  color: #008aea;
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  line-height: 36px;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms; }
  .lang-dropdown .dropdown-menu li a:hover {
    color: #008aea; }
  @media (max-width: 992px) {
    .lang-dropdown .dropdown-menu li a {
      padding: 0 15px; } }

.down-arrow {
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 3px; }
  .down-arrow:after {
    position: absolute;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border: 1.5px solid;
    border-color: transparent #5C7577 #5C7577 transparent;
    content: "";
    top: 1px; }

@media (min-width: 992px) {
  .lang-dropdown .dropdown-menu, .nav-item.dropdown .dropdown-menu {
    top: 30px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease; }

  .lang-dropdown:hover .dropdown-menu, .nav-item.dropdown:hover .dropdown-menu {
    top: 105%;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease; }

  header .dropdown-menu a.dropdown-item {
    font-size: 12px; } }
@media (max-width: 991px) {
  .navbar-toggler.collapsed {
    background: transparent; }

  .navbar-collapse {
    position: fixed;
    top: 54px;
    z-index: 2;
    left: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
    background: #fff;
    height: 100vh; }

  .navbar-collapse.collapsing {
    height: 100vh !important;
    margin-right: 50%;
    transition: all 0.3s ease;
    display: block; }

  header #navbarCollapse .navbar-collapse.collapsing {
    height: 100vh !important; }

  .navbar-collapse.show {
    left: 0;
    height: 100vh; }

  header .collapse:not(.show) {
    display: block !important;
    transition: all 0.3s ease; }

  header .navbar .navbar-nav .nav-item {
    width: 100%;
    padding: 0px 12px;
    margin-bottom: 16px; }
    header .navbar .navbar-nav .nav-item > a {
      width: auto;
      display: inline-block;
      font-size: 14px; }
    header .navbar .navbar-nav .nav-item .dropdown-menu a.dropdown-item {
      font-weight: 600; } }
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-60%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.hamburger-lang-holder i {
  color: #606770;
  font-size: 17px; }
  .hamburger-lang-holder i.icon-category {
    font-size: 20px; }

.search-open {
  transition: all 0.5s ease;
  width: 100%;
  background-color: #fff;
  z-index: -2; }
  .search-open.active {
    top: 70px;
    opacity: 1;
    visibility: visible;
    z-index: 99; }
  .search-open .search-open-inner {
    position: relative; }
  .search-open .form-control {
    padding-left: 15px;
    font-size: 15px;
    color: #606770;
    box-shadow: none;
    height: 46px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: transparent; }
  .search-open .form-control::-webkit-input-placeholder {
    color: #606770;
    opacity: 1; }
  .search-open .form-control::-moz-placeholder {
    color: #606770;
    opacity: 1; }
  .search-open .cros {
    font-size: 28px;
    position: absolute;
    background: #008aea;
    color: #fff;
    font-weight: 300;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    right: 0px;
    top: 3px;
    padding: 0;
    line-height: 40px;
    cursor: pointer; }
    .search-open .cros:hover {
      background: #e5dad7; }
    @media screen and (max-width: 575px) {
      .search-open .cros {
        right: 15px; } }
  .search-open:before {
    content: "";
    opacity: 0.6;
    display: block;
    position: absolute;
    left: 45px;
    top: 28px;
    background: url(../images/icon/ic-search.svg) no-repeat;
    width: 20px;
    height: 20px; }
    @media screen and (max-width: 575px) {
      .search-open:before {
        left: 30px; } }

.ic-cross {
  color: #008aea; }

.siteSideBar-close-btn i {
  font-size: 16px; }

.category-menu-list {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.5s ease;
  top: 70px;
  right: -250px;
  position: fixed;
  width: 100%;
  background: #fff;
  width: 200px;
  min-height: 150px;
  height: auto;
  z-index: 3;
  box-shadow: 2px 5px 8px rgba(23, 122, 249, 0.25);
  border-bottom-left-radius: 14px;
  border-top-left-radius: 14px; }
  .category-menu-list.active {
    right: 0; }
  .category-menu-list ul li {
    padding: 3px 20px; }
    .category-menu-list ul li a {
      color: #606770;
      display: block; }
      .category-menu-list ul li a i {
        font-size: 20px;
        color: #008aea;
        margin-right: 10px; }
      .category-menu-list ul li a:hover {
        color: #008aea; }

/* ====================== */
/* START OF FOOTER */
/* ====================== */
/*======================= footer =======================*/
footer.footer {
  background: #fafafa;
  padding: 35px 0 35px;
  background-size: cover;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    footer.footer {
      padding: 45px 0 35px; } }
  footer.footer p {
    color: #9198a1;
    font-size: 14px;
    margin-bottom: 0; }
    footer.footer p span {
      color: #008aea; }

/* ====================== */
/* END OF FOOTER */
/* ====================== */
/* ========================== */
/* START OF HOME PAGE CSS */
/* ========================== */
/** Generated by FG **/
.custom-table .check-style {
  display: block;
  margin-bottom: 2px;
  margin-right: 0; }

nav.tab-details-nav {
  margin-bottom: 15px; }
  nav.tab-details-nav > ul {
    border-bottom: 0; }
    nav.tab-details-nav > ul a.nav-link {
      color: #272727;
      border-radius: 5px;
      letter-spacing: 0.5px;
      border: none;
      padding-left: 20px;
      padding-right: 20px;
      font-weight: 600;
      font-size: 15px; }
    nav.tab-details-nav > ul .nav-item.active a.nav-link {
      background: #f8fcff;
      border-radius: 5px;
      position: relative;
      color: #008aea; }

.reading-details-wraper {
  background: #f8fcff;
  padding: 20px;
  border-radius: 4px; }
  .reading-details-wraper p {
    margin-bottom: 0; }
  .reading-details-wraper .one-line-p {
    display: flex;
    flex-wrap: wrap; }
    .reading-details-wraper .one-line-p p {
      display: flex;
      margin-bottom: 0px;
      margin-right: 10px; }
      .reading-details-wraper .one-line-p p span {
        color: #000;
        padding-left: 5px; }

.form-one-line {
  display: flex;
  flex-wrap: wrap; }
  .form-one-line .form-wrap {
    width: 130px;
    margin-right: 10px; }

.room-layout-border {
  border: 1px solid #E4E6EB;
  width: 100%;
  height: 400px;
  background: #fff;
  border-radius: 10px; }

.document-img {
  max-width: 40px; }

.uploaded-file {
  background: #d3e4f1;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
  min-height: 185px; }
  .uploaded-file img {
    max-height: 160px; }

.roomelayout {
  border: 1px solid #d3e4f1;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
  min-height: 250px; }

.filter-div .site-btn-gray {
  width: 100px; }

/*Calender*/
.max-height-comments {
  max-height: 400px; }

.job-details-section .media {
  padding: 30px;
  width: 100%;
  border-radius: 10px;
  background: #f8fcff;
  margin-bottom: 20px; }
  .job-details-section .media h5 {
    color: #000;
    font-weight: 600; }
  .job-details-section .media p {
    margin-bottom: 0;
    font-size: 15px; }
    .job-details-section .media p span {
      font-weight: 500; }
  .job-details-section .media .pdfbtn {
    padding: 6px 15px 5px;
    color: #008aea;
    font-size: 27px; }
  .job-details-section .media .add-picture {
    max-width: 200px; }
    .job-details-section .media .add-picture img {
      border-radius: 10px;
      object-fit: cover;
      max-height: 150px;
      width: 100%; }

.bottom-row {
  width: 100%; }
  .bottom-row .smInfo-list-holder {
    width: 100%;
    margin-top: 10px; }
    .bottom-row .smInfo-list-holder .list-item {
      margin: 10px 0;
      margin-right: 20px;
      background: #ffffff;
      border: 1px solid rgba(173, 197, 238, 0.4);
      box-sizing: border-box;
      border-radius: 8px;
      padding: 10px 15px; }
      @media screen and (max-width: 767px) {
        .bottom-row .smInfo-list-holder .list-item {
          margin-right: 0;
          width: 100%; } }
      .bottom-row .smInfo-list-holder .list-item:first-child {
        margin-left: 0; }
      .bottom-row .smInfo-list-holder .list-item.time-list-item img {
        top: 2px;
        width: 20px; }
      .bottom-row .smInfo-list-holder .list-item img {
        width: 20px;
        height: 20px;
        object-fit: contain;
        position: relative; }
      .bottom-row .smInfo-list-holder .list-item .infoText {
        padding-left: 20px;
        margin-left: 15px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3;
        display: inline-block;
        position: relative;
        border-left: 1px solid rgba(173, 197, 238, 0.4); }
        .bottom-row .smInfo-list-holder .list-item .infoText .fw-bold {
          font-weight: 700; }
        .bottom-row .smInfo-list-holder .list-item .infoText:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          width: 0;
          height: 0;
          border-bottom: solid 7px transparent;
          border-left: solid 7px rgba(173, 197, 238, 0.4);
          border-right: solid 7px transparent;
          border-top: solid 7px transparent;
          transform: translateY(-50%); }
        .bottom-row .smInfo-list-holder .list-item .infoText:after {
          content: "";
          position: absolute;
          top: 50%;
          left: -1px;
          width: 0;
          height: 0;
          border-bottom: solid 7px transparent;
          border-left: solid 7px #ffffff;
          border-right: solid 7px transparent;
          border-top: solid 7px transparent;
          transform: translateY(-50%); }
        @media screen and (max-width: 991px) {
          .bottom-row .smInfo-list-holder .list-item .infoText {
            font-size: 13px; } }

/* -------------- checkbox----------------- */
.check-style {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #606770;
  min-height: 20px; }
  @media screen and (min-width: 992px) {
    .check-style {
      font-size: 13px; } }
  @media screen and (min-width: 1601px) {
    .check-style {
      font-size: 13px; } }

.check-style input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #E4E6EB; }

.check-style input:checked ~ .checkmark {
  color: #fff;
  border-color: #008aea;
  background: #008aea; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.check-style input:checked ~ .checkmark:after {
  display: block; }

.check-style .checkmark:after {
  top: 4.5px;
  left: 4px;
  right: 0px;
  bottom: 2.5px;
  width: 10px;
  height: 5px;
  transform: rotate(-45deg);
  border: 1.5px solid;
  border-color: transparent transparent #fff #fff; }

.check-style a {
  color: #008aea; }
  .check-style a:hover {
    color: #606770; }

.check-style.radio-btn input[type=radio]:checked ~ .checkmark {
  background: #fff;
  border-color: #E4E6EB; }
.check-style.radio-btn input[type=radio] ~ .checkmark {
  border-radius: 50%; }
.check-style.radio-btn input[type=radio] ~ .checkmark:after {
  width: 12px;
  height: 12px;
  border-color: #008aea;
  border-radius: 50%;
  background: #008aea;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.radio-list .radio-btn {
  margin-right: 30px; }
  .radio-list .radio-btn:last-child {
    margin-right: 0px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px;
  margin-bottom: 0; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  border: 1px solid #606770;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: #008aea;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

/* The switch - the box around the slider */
.switch input:checked ~ .slider:before {
  background-color: #78be21; }

select.form-control {
  height: 48px !important;
  font-size: 14px;
  border: 1px solid #bbbbbb;
  font-weight: normal;
  color: #606770;
  background: #fff url(../images/ic-select-box-down-arrow.png) no-repeat 95% center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-control, .form-control:focus {
  box-shadow: none;
  outline: none; }

.form-control:focus {
  border-color: #bbbbbb; }

.form-label .required-icon {
  color: #d8263e; }

.required-icon {
  color: #d8263e; }

.login-form .form-wrap {
  margin-bottom: 20px;
  position: relative; }
  .login-form .form-wrap .form-control {
    height: 48px; }
  .login-form .form-wrap textarea.form-control {
    height: auto; }
  .login-form .form-wrap .form-control::placeholder {
    color: #606770; }
.login-form .form-control {
  font-size: 14px;
  color: #9198a1;
  padding-left: 15px;
  padding-right: 15px;
  height: 45px;
  border-color: #E4E6EB;
  border-radius: 10px;
  background-color: #fff; }
  @media screen and (min-width: 992px) {
    .login-form .form-control {
      font-size: 14px; } }
.login-form .form-label {
  margin-bottom: 0;
  font-size: 13px; }
  @media screen and (min-width: 992px) {
    .login-form .form-label {
      font-size: 13px; } }
  @media screen and (min-width: 1601px) {
    .login-form .form-label {
      font-size: 13px; } }
.login-form textarea.form-control {
  height: auto; }
.login-form .form-control::placeholder {
  color: #606770; }

.mobile-wrap {
  position: relative;
  padding-left: 78px; }
  .mobile-wrap .form-control.code-no {
    position: absolute;
    width: 78px;
    left: 0;
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-position: 82%; }
  .mobile-wrap .form-outline .form-control ~ .form-notch .form-notch-leading {
    border-radius: 0px;
    border-left: none; }
  .mobile-wrap:before {
    position: absolute;
    content: "";
    left: 78px;
    width: 1px;
    height: 25px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: #bbbbbb; }

.custom-form-control .select-holder .select2-container.select2-container--default .select2-container .select2-selection--single {
  color: #9198a1; }
.custom-form-control .select-holder .select2-container .select2-selection--multiple {
  border-radius: 10px;
  height: 48px;
  border-color: #E4E6EB;
  padding-top: 5px;
  padding-bottom: 5px; }
.custom-form-control .select-holder .select2-container .select2-selection--single {
  border-radius: 10px;
  height: 48px;
  border-color: #E4E6EB;
  padding-right: 30px;
  padding-top: 9px;
  padding-bottom: 9px; }
.custom-form-control .select-holder .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  color: #606770; }
.custom-form-control .select-holder .select2-container.select2-container--default.select2-container--above .select2-selection--single .select2-selection__rendered,
.custom-form-control .select-holder .select2-container.select2-container--default.select2-container--below .select2-selection--single .select2-selection__rendered,
.custom-form-control .select-holder .select2-container.select2-container--default.select2-container--above .select2-selection--multiple .select2-selection__rendered,
.custom-form-control .select-holder .select2-container.select2-container--default.select2-container--below .select2-selection--multiple .select2-selection__rendered {
  color: #9198a1; }
.custom-form-control .select-holder .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px; }
.custom-form-control .select-holder .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 15px;
  width: 20px;
  bottom: 0;
  margin: auto; }
.custom-form-control .select-holder.mini-select {
  min-width: 110px; }
  .custom-form-control .select-holder.mini-select .select2-container .select2-selection--single {
    border-radius: 4px;
    height: 34px;
    padding-top: 2px;
    padding-bottom: 2px; }
  .custom-form-control .select-holder.mini-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 8px; }
  .custom-form-control .select-holder.mini-select .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 10px;
  height: 10px;
  border: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__arrow b::before,
  .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    content: '\e828';
    font-family: "fontello";
    color: #606770;
    position: absolute;
    top: -3px;
    bottom: 0;
    right: 0;
    font-size: 5px; }

.required-holder .select2-selection__rendered:after {
  content: ' *';
  color: #d8263e; }
.required-holder .select2-container.select2-container--default.select2-container--above .select2-selection--single .select2-selection__rendered:after,
.required-holder .select2-container.select2-container--default.select2-container--below .select2-selection--single .select2-selection__rendered:after {
  display: none; }
.required-holder .select2-container.select2-container--default.select2-container--above .select2-selection--multiple .select2-selection__rendered:after,
.required-holder .select2-container.select2-container--default.select2-container--below .select2-selection--multiple .select2-selection__rendered:after {
  display: none; }

.search-holder {
  width: 198px;
  position: relative; }
  .search-holder .form-control {
    font-size: 14px;
    height: 35px !important;
    border-radius: 30px !important;
    padding-left: 40px !important; }
  .search-holder .search-btn {
    position: absolute;
    left: 8px;
    top: 7px;
    padding: 0px; }
    .search-holder .search-btn i {
      color: #b1b3b3;
      font-size: 17px; }
  .search-holder .form-control::placeholder {
    color: #b1b3b3; }

.max-200 {
  width: 200px;
  max-width: 200px; }

.file-upload {
  position: relative;
  padding: 9px 15px;
  font-weight: bold;
  background: #008aea;
  border-radius: 4px;
  height: 48px;
  font-size: 16px;
  color: #fff;
  text-align: center; }
  .file-upload input[type='file'] {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0px; }
  .file-upload p {
    margin-bottom: 0px;
    color: #E4E6EB; }
    .file-upload p span {
      color: #008aea;
      font-family: "Sen", sans-serif; }
  .file-upload .font-title-16 {
    margin-bottom: 0; }
  .file-upload .upload-icon {
    margin-bottom: 18px; }

.select-dat {
  position: relative; }

.select-dat:before, .select-dat:before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0px;
  right: 10px;
  width: 15px;
  height: 16px;
  background: url(../images/icon/calendar.png) no-repeat; }

.disabled-mode .check-style {
  cursor: default; }
.disabled-mode .select2-container--default.select2-container--disabled .select2-selection--single,
.disabled-mode .form-outline .form-control:disabled, .disabled-mode .form-control:disabled, .disabled-mode .form-control[readonly] {
  background-color: transparent !important; }

.login-form label.error, .login-form span.error {
  position: absolute;
  margin-bottom: 0px;
  left: 0;
  color: #d8263e;
  bottom: -19px;
  left: 0;
  font-size: 11px; }
.login-form .check-style label.error {
  bottom: -16px; }

.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #aaa !important; }

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa !important; }

.login-form .search-form-holder .form-wrap .form-control, .login-form .search-form-holder .form-wrap select.form-control {
  height: 42px !important; }

.btn.btn-link-mini i.la-question-circle, .btn.btn-link-mini i.la-exclamation {
  font-size: 20px; }

.cash-divd p {
  margin-bottom: 2px !important;
  font-size: 13px;
  color: #606770; }

.toggle-slider-holder .filter-holder.mCustomScrollbar {
  max-height: 135px; }

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle; }
  .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle; }

.select2-results__option[aria-selected=true]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #008aea;
  border: 0;
  display: inline-block;
  padding-left: 3px; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727; }

.select2-container--default .select2-selection--multiple {
  margin-bottom: 10px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #008aea; }

.select2-container--default .select2-selection--multiple {
  border-width: 1px; }

.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px; }

.select2-selection .select2-selection--multiple:after {
  content: 'hhghgh'; }

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
  display: none; }

.select-icon .placeholder {
  display: none; }

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
  display: none !important;
  /* content: "" !important; */ }

.select-icon .select2-search--dropdown {
  display: none; }

.select2-container .select2-search--inline .select2-search__field {
  padding-left: 15px; }

.select2-dropdown {
  z-index: 999999; }

.login-form .continue-text {
  position: relative;
  text-align: center; }
  .login-form .continue-text:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 4px;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin-bottom: auto;
    margin-top: auto;
    background: #bbbbbb; }
  .login-form .continue-text p {
    background: #fff;
    color: #1f1f1f;
    margin-bottom: 0px;
    position: relative;
    display: inline-flex;
    padding: 0 25px; }
.login-form .social-btn-list {
  margin-top: 30px; }
  .login-form .social-btn-list .social-btn {
    padding: 10px 53px;
    border: 1px solid #bbbbbb;
    background: #fff;
    border-radius: 38px;
    display: block; }
    .login-form .social-btn-list .social-btn img {
      width: 36px;
      height: 36px; }
    @media screen and (max-width: 991px) {
      .login-form .social-btn-list .social-btn {
        padding: 8px 40px; } }
  .login-form .social-btn-list li {
    margin-right: 32px; }
    @media screen and (max-width: 991px) {
      .login-form .social-btn-list li {
        margin-right: 20px; } }

.login-section {
  min-height: 100vh;
  display: flex;
  position: relative;
  z-index: 1; }
  .login-section .login-center-wraper {
    max-width: 460px;
    z-index: 1;
    margin-top: 150px; }
    @media screen and (max-width: 1366px) {
      .login-section .login-center-wraper {
        margin-top: 150px; } }
    @media screen and (max-width: 991px) {
      .login-section .login-center-wraper {
        margin-left: auto;
        margin-right: auto; } }
    .login-section .login-center-wraper .btn {
      font-weight: normal;
      font-family: "Sen", sans-serif; }
  .login-section .logo-holder {
    font-size: #fff;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 5px; }
  .login-section .login-center-inner {
    background: #fff;
    padding: 30px 40px 30px;
    width: 100%;
    border-radius: 4px; }
  .login-section .max-320.head-sub-title {
    max-width: 320px; }

/* password-holder */
.password-holder {
  position: relative; }
  .password-holder button.eye_showHide {
    border: none;
    position: absolute;
    display: flex;
    align-items: center;
    top: 39px;
    color: #666666 !important;
    outline: none;
    right: 0;
    margin-top: 0px;
    background: transparent !important;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer; }
    .password-holder button.eye_showHide .eye-off {
      display: none; }
    .password-holder button.eye_showHide.eyeon .eye-on {
      display: none; }
    .password-holder button.eye_showHide.eyeon .eye-off {
      display: block; }

.forgot-password .font-13-light:hover {
  color: #008aea !important; }

.auth-one-bg {
  background-image: url(../images/auth-one-bg.jpg);
  background-position: center; }

.auth-one-bg-position {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 380px; }

.auth-one-bg .bg-overlay {
  background: -webkit-gradient(linear, left top, right top, from(#008aea), to(#00caea));
  background: linear-gradient(to right, #008aea, #00caea);
  opacity: .95; }

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: .7;
  background-color: #000; }

.auth-one-bg .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  pointer-events: none; }

.auth-one-bg .shape > svg {
  width: 100%;
  height: auto;
  fill: #f3f3f9; }

.auth-page-wrapper .auth-page-content {
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
  width: 100%; }

.particles-js-canvas-el {
  position: relative; }

.custom-modal .modal-content {
  padding: 0;
  border-radius: 15px;
  box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.15); }
  .custom-modal .modal-content .close {
    position: absolute;
    right: 15px;
    top: 10px; }
.custom-modal .modal-body {
  padding: 40px 57px; }
  .custom-modal .modal-body p {
    text-align: center; }
  .custom-modal .modal-body .p-holder {
    text-align: center;
    max-width: 265px;
    margin-bottom: 40px; }

.heading-div {
  border-radius: 15px;
  padding: 15px 20px; }
  .heading-div .font-title-16 {
    margin-bottom: 0px; }

.custom-modal .modal-body {
  padding: 40px 30px; }
  .custom-modal .modal-body .p-holder {
    margin-bottom: 30px;
    max-width: 245px; }
  .custom-modal .modal-body .list-dot li {
    font-size: 14px; }
    @media screen and (min-width: 992px) {
      .custom-modal .modal-body .list-dot li {
        font-size: 14px; } }
@media (min-width: 767px) {
  .custom-modal .modal-dialog {
    max-width: 650px; } }

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: rgba(52, 40, 104, 0.05); }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: auto;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title, .fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px 1px 0 1px !important;
  padding: 0;
  border-color: #eee;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
  background: #ffffff; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  padding: .5rem .5rem; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #ffffff;
  color: #5d5386;
  position: relative;
  /* default BACKGROUND color */ }

.fc-event:before,
.fc-event-dot:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 100%;
  border-left: 3px solid #5d5386;
  border-bottom: 3px solid #5d5386;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px; }

.fc-event .fc-title {
  font-weight: 500; }

.fc-event i {
  font-size: 26px;
  margin-right: 8px;
  vertical-align: middle; }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  color: #2c304d;
  position: relative;
  z-index: 2;
  padding: 8px; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #5d5386; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
  padding-right: 15px; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 237px; }

.fc button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: auto;
  padding: 0 1rem;
  font-size: 1rem;
  white-space: nowrap;
  cursor: pointer; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 700; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
  color: rgba(52, 40, 104, 0.8);
  font-size: 15px;
  font-weight: 400; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1;
  background: #fff; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  padding: 10px;
  /* each cell is responsible for its top border */ }

.fc-agendaDay-view .fc-time-grid .fc-slats td {
  background: #ffffff; }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }

.fc th.fc-day-header {
  padding: 11px 7px;
  font-size: 16px;
  font-weight: 400; }

.fc-day.fc-today {
  background: rgba(52, 40, 104, 0.03); }

.fc-day.alert-info {
  background: rgba(52, 40, 104, 0.03); }

.datepicker {
  z-index: 123456; }

.calendar-div .card {
  border: 0;
  background: transparent; }
.calendar-div h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  color: #002147;
  margin-bottom: 20px; }
.calendar-div .btn {
  font-size: 15px !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.5px;
  font-family: 'Nunito', sans-serif;
  box-shadow: none !important;
  border: 0;
  padding: 10px 20px !important; }
.calendar-div .btn:focus {
  box-shadow: none; }
.calendar-div .btn.btn-primary {
  background: #008aea;
  color: #ffffff; }
.calendar-div .btn-primary:not(:disabled):not(.disabled).active {
  background: #0066ff; }
.calendar-div .modal-body h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  color: #002147;
  margin-bottom: 20px; }
.calendar-div .modal-body .form-control {
  box-shadow: none;
  height: 50px; }

/* related product */
.related-product {
  padding: 80px 0; }
  .related-product .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }
  .related-product ul {
    padding: 0;
    margin: 0; }
    .related-product ul li {
      margin-bottom: 30px;
      list-style-type: none; }
      .related-product ul li h3 {
        font-weight: 700;
        font-size: 24px;
        padding: 20px 0; }
      .related-product ul li a {
        font-weight: 600;
        color: #3b484a;
        text-align: center; }
        .related-product ul li a img {
          max-width: 100%;
          display: block; }
  .related-product .related-box {
    max-width: 400px;
    margin: 0 auto; }
  .related-product .download-btn {
    padding: 15px;
    display: inline-flex;
    align-items: center; }
  .related-product .download-btn .fa {
    font-size: 40px;
    margin-right: 10px; }

.usertype-section {
  padding: 150px 0 100px; }
  .usertype-section .head-title-holder .head-title {
    margin-bottom: 10px; }

.user-row {
  max-width: 460px;
  margin: auto;
  background: #fff;
  padding: 30px 40px 30px;
  width: 100%;
  border-radius: 4px; }

.plan-section .price-holder {
  max-width: 600px; }
@media only screen and (min-width: 1200px) {
  .plan-section .user-left {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .plan-section .user-right {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%; } }

/* Create three columns of equal width */
.price-holder {
  width: 100%;
  max-width: 330px;
  margin: 30px 0 0;
  padding: 53px 0 60px 1px;
  border-radius: 4px;
  position: relative;
  background: #e8fcff; }
  @media only screen and (max-width: 440px) {
    .price-holder {
      max-width: 100%; } }
  .price-holder .icon-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto; }
    .price-holder .icon-holder i {
      position: absolute;
      font-size: 25px;
      color: #00caea; }
  .price-holder .header-holder {
    text-align: center;
    border-bottom: dashed 1px #e5e5e5;
    padding: 0 15px 33px; }
    .price-holder .header-holder .head-sub-heading {
      margin-bottom: 27px;
      color: #00caea;
      letter-spacing: initial;
      font-family: "Sen", sans-serif; }
    .price-holder .header-holder .head-title span {
      height: 38px;
      font-size: 14px;
      padding-left: 2px;
      color: #fff;
      font-family: "Sen", sans-serif; }
    .price-holder .header-holder .select-user {
      width: 180px;
      margin: 0 auto; }
    .price-holder .header-holder select.form-control {
      height: 38px !important;
      border-color: #ffffff;
      background-image: url(../images/ic-select-box-down-arrow-white.png);
      font-weight: normal;
      background-size: 8px;
      color: #fff;
      font-size: 14px; }
      .price-holder .header-holder select.form-control:focus {
        background-color: transparent; }
      .price-holder .header-holder select.form-control option {
        color: #606770; }
  .price-holder .footer-holder {
    padding: 10px;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0; }
    .price-holder .footer-holder .btn {
      color: #00caea;
      border-color: #00caea;
      font-size: 14px; }
      .price-holder .footer-holder .btn:hover {
        color: #fff;
        background: #00caea; }
  .price-holder.vip {
    background: #008aea;
    color: #fff; }
    .price-holder.vip .head-sub-heading, .price-holder.vip .head-title, .price-holder.vip .head-sub-heading {
      color: #fff; }
    .price-holder.vip .btn {
      color: #008aea; }
      .price-holder.vip .btn:hover {
        color: #fff;
        background: #008aea; }
    .price-holder.vip .icon-holder i {
      color: #008aea; }

.price {
  list-style-type: none;
  margin: 0;
  padding: 45px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .price li {
    padding: 7px 0;
    text-align: left; }
  @media only screen and (max-width: 1199px) {
    .price {
      padding: 25px 15px; }
      .price li {
        padding: 8px 0; } }

/* Add shadows on hover */
.plan-section .price-holder {
  background: #fff;
  box-shadow: none;
  padding-top: 30px;
  padding-bottom: 110px;
  margin: 0 0;
  border: solid 1px #e1d8d6;
  border-radius: 10px; }
  .plan-section .price-holder .head-title {
    color: #191c1f;
    font-size: 50px; }
    .plan-section .price-holder .head-title sup {
      top: -1.3em;
      font-size: 18px; }
    .plan-section .price-holder .head-title sub {
      bottom: 0em;
      font-size: 22px; }
  .plan-section .price-holder .header-holder {
    padding-bottom: 50px;
    position: relative; }
    .plan-section .price-holder .header-holder ul {
      display: flex;
      justify-content: center;
      position: absolute;
      bottom: 13px;
      margin: 0 auto;
      left: 0;
      right: 0; }
      .plan-section .price-holder .header-holder ul li {
        margin: 0 3px; }
        .plan-section .price-holder .header-holder ul li .btn {
          height: 24px;
          box-shadow: none;
          color: #606770;
          border-radius: 8.5px;
          padding: 0 10px 2px;
          font-family: "Sen", sans-serif;
          border: solid 1px #eee4df; }
          .plan-section .price-holder .header-holder ul li .btn.active {
            background: #008aea;
            color: #fff; }
          .plan-section .price-holder .header-holder ul li .btn:hover {
            background: #008aea;
            color: #fff; }
  .plan-section .price-holder:hover {
    border: solid 1px #78be21; }
  .plan-section .price-holder.vip {
    background: #fff;
    color: #606770; }
    .plan-section .price-holder.vip .head-title {
      color: #191c1f; }
  .plan-section .price-holder.active {
    border: solid 1px #78be21; }
    .plan-section .price-holder.active .footer-holder .btn.btn-bg {
      background-color: #78be21;
      color: #fff; }
  .plan-section .price-holder .head-sub-heading {
    display: inline-block;
    background: #00caea;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    padding: 9px 15px 8px 15px;
    letter-spacing: 1px;
    margin-bottom: 10px; }
  .plan-section .price-holder .footer-holder {
    text-align: center; }
    .plan-section .price-holder .footer-holder .btn.btn-bg {
      border-radius: 10px;
      box-shadow: none;
      background-color: #f7fcf1;
      color: #78be21; }
      .plan-section .price-holder .footer-holder .btn.btn-bg:hover {
        background-color: #78be21;
        color: #fff; }
    .plan-section .price-holder .footer-holder .btn.btn-link-mini {
      font-size: 12px;
      color: #008aea;
      margin-bottom: 15px; }
      .plan-section .price-holder .footer-holder .btn.btn-link-mini:hover {
        background: transparent; }
.plan-section .price {
  padding: 40px 30px; }
  .plan-section .price li {
    padding-left: 20px;
    position: relative; }
    .plan-section .price li:before {
      content: "";
      width: 10px;
      height: 5px;
      border: solid 1.5px;
      position: absolute;
      left: 0;
      border-color: transparent transparent #606770 #606770;
      transform: rotate(-45deg);
      top: 20px; }

/* ========================== */
/* END OF MAIN CSS */
/* ========================== */

/*# sourceMappingURL=style.css.map */
