@font-face {
    font-family: 'futuramedium';
    src: url('fonts/futura_medium_bt-webfont.woff2') format('woff2'),
         url('fonts/futura_medium_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Market';
    src: url('fonts/Market-Regular.woff2') format('woff2'),
        url('fonts/Market-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body {
  font-family: "Lato",sans-serif !important;
  background-color: #FFF !important;
  color: #232323 !important;
  font-size: 14px !important;
}
a{
color: #DB483A;
}
nav#main-nav {
  float: right;
}
.box {
  background: #ffffff;
  margin: 20px;
  box-shadow: none !important;
  border-top: 0 !important;
}
header#header {
    height: 80px !important;
}
.header.header-fixed {
  background: #59B3BE;
}
small {
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-family: "Lato",sans-serif;
  font-weight: 600;
  margin: initial;
}
.page-header-section.style-1.header-section-index {
  padding: 0px !important;
  display: none !important;
}
.skin-green-light .user-panel > .info, .skin-green-light .user-panel > .info > a {
  color: #FFF;
}
.label.label-danger {
  background-color: #FFF0 !important;
}
.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
  background: transparent linear-gradient(270deg, #913026 0%, #DB483A 100%) 0% 0% no-repeat padding-box !important;
  border-radius: 10px;
  border: 0px;
  line-height: 1.5;
}
.box.analytics .bg-orange {
  background-color: #56BDE4 !important;
}
.box.analytics .bg-purple {
  background-color: #60C2DA !important;
}
.main-header .logo .logo-mini {
  display: block !important;
}
.nav-link {
  color: #4D4949 !important;
  font-family: "Futura" !important;
  text-transform: uppercase !important;
  padding: 30px !important;
}
.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
  background: #FFF0 !important;
  color: #F2F850 !important;
}
.main-header{
  box-shadow: 0px 6px 10px #313131;
  background-color: #26283D;
  color: #FFF;
}

.dropdown-menu .user-header p {
  color: #000 !important;
}
.skin-green-light .main-header .navbar {
  background-color: #FFF0;
}
.skin-green-light .main-header .logo {
  background-color: #FFF0;
}
.skin-green-light .main-header .logo:hover {
  background-color: #FFF0;
}
.alert.alert-info.alert-dismissible {
  padding-right: 1rem;
}
.alert.alert-info.alert-dismissible h4 {
  color: #FFF !important;
}
.alert.alert-info.alert-dismissible .close {
  float: right;
  right: 0px;
  top: -10px;
}

.content-wrapper, .right-side{
    background-color: #FFF !important;
}
.main-sidebar {
    background-color: #26283D;
}
.sidebar a{
    color: #FFF;
    text-transform: uppercase;
}
.dropdown.user.user-menu {
    background-color: #FFF0 !important;
}
.footer {
    background-color: #363636;
    padding: 5vh 0;
    position: relative;
    bottom: 0px;
    right: 0px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    color: #707070 !important;
}

.col-xs-12 #content {
  max-width: 100%;
}

/*-user image-*/
.img_preview_upload_files {
  width: 180px;
  border-radius: 50%;
  margin: 10px;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 2px 4px 10px #000;
  border: 4px solid #787877;
  background-color: #fff;
}
.user-panel {
  display: grid;
  color: #FFF;
}
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
  color: #FFF;
}
.user-panel > .info {
  padding: 5px 5px 5px 15px;
  position: relative !important;
  left: 0 !important;
  max-width: 220px;
  float: none !important;
  text-align: center;
  font: normal normal normal 18px/22px Lato;
    line-height: 22px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #FFFFFF !important;
}
.pull-left.info.top-menu-user-panel-names {
  float: none !important;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
/*----forms-----*/
.page-header-section.style-1.header-section-therapist-pre-listing-form{
  background-color: #59B3BE;
}
.content-section-therapist-pre-listing-form h4{
  display: none !important;
}
.box{
  color:#000 !important;
}
.box-title {
  color: #000 !important;
}

/*---subscriptions--*/
.img-pricing {
  max-width: 350px;
}
.col-md-3.princing-col {
  height: auto;
  padding: 20px;
  margin: 30px;
  background-color: #fff;
  border: 0 solid #69727d;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  transition: all .25s;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
.col-md-3.princing-col:hover {
  box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}
.ext-princing h2 {
  color: #DB483A;
}
.btn_business_select_payment.btn-no-anonymous {
  background-color: #DB483A;
  border-color: #DB483A;
  border-radius: 10px !important;
  position: relative;
  padding: 10px 15px;
  margin: 0px;
  height: auto;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-family: "Lato",sans-serif;
}
.btn_business_select_payment.btn-no-anonymous:hover {
  background-color: #FFF;
  border: 2px solid #DB483A;
  color: #DB483A;
}
.btn.btn-default.btn_confirm_subscription, .btn-primary, .btn-default{
  border-radius: 10px !important;
  position: relative;
  padding: 10px 15px;
  margin: 0px;
  height: auto;
  text-align: center;
  color: #FFF;
  border: 1px solid #DB483A !important;
  background-color: #DB483A !important;
  font-size: 18px;
  font-family: "Lato",sans-serif;
}
.btn.btn-default.btn_confirm_subscription:hover, .btn-primary:hover, .btn-default:hover {
  color: #DB483A !important;
  border: 2px solid #DB483A !important;
  background-color: #FFF !important;
}
.btn-info {
  color: #FFF;
  border: 1px solid #DB483A !important;
  background-color: #DB483A !important;
}
.btn-info:hover {
  color: #DB483A !important;
  border: 2px solid #DB483A !important;
  background-color: #FFF !important;
}
.membership_text {
  text-align: left;
  padding: 20px 0;
}
.modal-header {
  display: block;
}
#msg_with_details_to_purchase {
  color: #000;
  margin: 20px 0;
}
.membership_image {
  border-radius: 10px;
  box-shadow: 2px 3px 4px #0005;
}
.content_form_for_user.content_form_1_1, .row.question_slot_row {
  color: #232323;
}