﻿@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.ttf); }

body {
  font-family: Montserrat;
  font-weight: 400;
  min-height: 100vh; }

#wrapper {
  color: #37474F; }

#main-content {
  padding: 50px 70px 75px 70px;
  width: 100%; }

h2 {
  color: #E55218;
  font-weight: bold; }

/* TOP MENU */
@media (min-width: 992px) {
  #top-menu {
    padding: 0;
    padding-right: 60px;
    height: 120px; }
  #top-menu-navigation li {
    margin-top: 5px;
    line-height: 60px;
    /*padding-left: 50px;
        padding-right: 50px;*/
    font-weight: 500; }
  #top-menu-navigation .top-menu-active a {
    border-bottom: 5px solid #E55218; }
  #top-menu .navbar-nav {
    margin: auto; } }

@media (min-width: 1600px) {
  #top-menu-navigation li {
    margin-top: 5px;
    line-height: 60px;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 500; } }

#top-menu {
  z-index: 1000;
  background-color: #fff; }

#top-menu-logo {
  margin-left: 120px; }

#top-menu #loginLink {
  color: #fff; }

#secondary-top-menu .navbar-nav {
  margin: auto; }

#login a {
  color: #E55218;
  font-size: 16px; }

#login .dropdown a {
  color: #15625F; }

#top-menu-navigation li a {
  color: #1E1E1E;
  font-weight: bold; }

#language-selector {
  margin-left: 20px; }

/* SIDE MENU */
.side-menu {
  padding-top: 30px;
  background-color: #FDFDFD;
  color: #15625F;
  text-decoration: none; }

.side-menu ul li {
  padding-top: 10px;
  padding-bottom: 10px; }

.side-menu a {
  color: #15625F;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  text-decoration: none; }

.side-menu a img {
  height: 50px;
  padding-right: 5px; }

.side-menu a i {
  padding-right: 5px; }

.side-menu ul li ul li:not(:last-child) {
  border-bottom: 2px solid #dee2e6; }

.side-menu ul li:not(:last-child) {
  border-bottom: 2px solid #dee2e6; }

.side-menu .side-menu-active a {
  color: #E55218;
  font-weight: bold; }

.side-menu .side-menu-disabled a {
  color: #dee2e6;
  cursor: not-allowed; }

.side-menu ul li ul {
  padding-top: 10px;
  padding-left: 20px; }

.side-menu ul li ul li {
  padding-top: 0px;
  padding-bottom: 0px; }

.no-transition {
  transition: none !important; }

/* NOTIFICATION */
#notification-wrapper {
  display: none;
  position: absolute;
  right: 0;
  margin: 10px;
  padding: 20px;
  z-index: 1000;
  border: 1px solid #dee2e6;
  box-shadow: 0.25rem rgba(0, 0, 0, 0.075) !important;
  background-color: #fff; }

#notification-wrapper.toggled {
  display: block;
  width: 320px; }

#notification-close {
  float: right;
  position: relative;
  top: -13px;
  right: -10px;
  color: #E55218; }

#notification-content {
  margin-top: 25px; }

#messages-notification-wrapper {
    display: none;
    position: absolute;
    right: 0;
    margin: 10px;
    padding: 20px;
    z-index: 1000;
    border: 1px solid #dee2e6;
    box-shadow: 0.25rem rgba(0, 0, 0, 0.075) !important;
    background-color: #fff;
}

#messages-notification-wrapper.toggled {
    display: block;
    width: 320px;
}

#messages-notification-close {
    float: right;
    position: relative;
    top: -13px;
    right: -10px;
    color: #E55218;
}

.notification {
  font-size: 14px;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden; }

.notification .icon-container {
  float: left;
  width: 20px; }

.notification .data-container {
  float: left;
  width: 240px; }

.notification .data-container div {
  margin-bottom: 10px; }

.notification .data-container div.date {
  font-size: 12px; }

.notification a {
  color: #E55218; }

.notification .notification-dismiss {
  display: none;
  float: right;
  color: #E55218; }

.notification:hover .notification-dismiss {
  display: block; }

#notification-wrapper .notification:not(:last-child) {
  border-bottom: 1px solid #ecf0f1; }

.notification-count {
    width: min-content;
}

.notification-count a {
  color: #7b8a8b;
  text-decoration: none; }

.notification-count a.fa-bell-o {
  position: relative;
  font-size: 1.3rem;
  color: #15625F;
  cursor: pointer; }

.notification-count a.fa-bell-o {
  position: relative;
  font-size: 1.3rem;
  color: #15625F;
  cursor: pointer; }

.notification-count a.fa-envelope-o{
    position: relative;
    font-size: 1.3rem;
    color: #15625F;
    cursor: pointer;
    margin-top:20px;
}
.notification-count span.fa-circle {
  position: absolute;
  font-size: 1em;
  top: -8px;
  right: -8px;
  color: #E55218; }

.notification-count span.num {
  position: absolute;
  font-size: 0.6em;
  top: -4px;
  right: -3px;
  color: #fff; }

/* LOGIN, REGISTER */
#socialLoginList button {
  border: none;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 16px; }

#socialLoginList .divider {
  margin-left: 15px;
  margin-right: 15px; }

#socialLoginList #Facebook {
  border: 1px solid #546E7A;
  background: #fff; }

#socialLoginList #Google {
  border: 1px solid #546E7A;
  background: #fff; }

.validation-summary-valid {
  display: none; }

.d-flex.justify-content-end .btn {
  margin-left: 5px; }

.breadcrumb {
  background-color: transparent; }

/* PROFILE */
.profile-card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  background-color: white;
  margin: 5px;
  padding: 15px; }

.profile-card label {
  font-weight: normal; }

.profile-card-header h5 {
  font-weight: bold; }

.profile-image {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: auto;
  box-shadow: 0 0 0 7px #FFF, 0 0 0 9px #37474F;
  margin-top: 20px;
  margin-bottom: 10px;
  z-index: -1; }

.profile-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.profile-card .profile-card-header:not(:last-child) {
  border-bottom: 3px solid #ecf0f1;
  margin-bottom: 15px;
  padding-top: 15px; }

.profileIsPublicCheckbox {
  float: right; }

.profile-data {
  font-weight: bold; }

.skype-chat-button {
  max-height: 70px; }

/* CONTENT CARD */
.content-card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  background-color: white;
  padding: 15px; }

.content-card-header h5 {
  font-weight: bold; }

.content-card .content-card-header:not(:last-child) {
  border-bottom: 3px solid #ecf0f1;
  margin-bottom: 15px;
  padding-top: 15px; }

/* MESSAGE */
.message-body {
  background-color: #ecf0f1;
  padding: 15px;
  border-radius: 4px;
  min-height: 100px; }

.message-image {
  padding: 10px; }

.message-image div {
  position: relative;
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin: auto; }

.message-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.message-isunread td {
  font-weight: bold; }

/* COACH SEARCH */
.coachSearch-CoachImage {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: auto;
  box-shadow: 0 0 0 7px #FFF, 0 0 0 9px #37474F;
  margin: 5px; }

.coachSearch-CoachImage img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* GENERAL */
label {
  font-weight: bold; }

/* TABLES */
/* BUTTONS */
.btn-search {
  margin-top: 32px; }

.title {
  padding: 0px 0px 50px 10px !important; }

.title h2 {
  font-family: Montserrat !important; }

.profile label {
  font-weight: normal !important; }

.profile .row {
  padding: 5px 0px 5px 0px !important; }

.btn-circle {
  width: 45px !important;
  height: 40px !important; }

.profile-image {
  border-color: #37474F !important; }

.switch-label {
  font-size: 12px !important;
  color: #425159 !important;
  padding: 0px 20px 0px 0px !important; }

.switch-container {
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  padding: 34px 0px 0px 0px; }

.switch-title-container {
  -ms-flex: 0 0 180px;
  flex: 0 0 180px; }

.image-input {
  width: 50px !important;
  height: 50px !important;
  overflow: hidden;
  padding: 50px 0px 0px 0px;
  border: 0px solid #e55218;
  background-color: #e55218 !important;
  border-radius: 25px;
  background-image: url(../images/pencil-alt-solid.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
  margin-top: -35px;
  display: block; }

.uppercase {
  text-transform: uppercase !important;
  color: #15625F !important; }

.coaching-table-container {
  border: 1px solid #15625F;
  border-radius: 18px !important;
  -moz-border-radius: 18px !important;
  -webkit-border-radius: 18px !important;
  background-color: #FFF;
  padding: 0px !important; }

.coaching-table-container table {
  margin: 0px 0px 0px 0px !important;
  width: 100% !important; }

.coaching-table-container table th {
  border: 0px !important;
  color: #FFF !important;
  border-left: 1px solid #FFF !important;
  padding: 0px !important; }

.coaching-table-container table th {
  padding: 10px !important;
  background-color: #15625F; }

.coaching-table-container table th:first-child {
  background-color: #15625F;
  border: 1px solid #15625F;
  border-top-left-radius: 15px !important;
  -moz-border-top-left-radius: 15px !important;
  -webkit-border-top-left-radius: 15px !important; }

.coaching-table-container table th:last-child {
  background-color: #15625F;
  border: 1px solid #15625F;
  border-radius: 0px 15px 0px 0px !important;
  -moz-border-radius: 0px 15px 0px 0px !important;
  -webkit-border-radius: 0px 15px 0px 0px !important; }

.coaching-table-container table tr th:first-child {
  border: 0px !important;
  border-left: 0px !important; }

.coaching-table-container table tbody tr {
  background-color: transparent !important; }

h5 {
  color: #e55218 !important; }

/*TABS*/
.nav-tabs-localize {
  width: 100%; }

.tab-content {
  margin-bottom: 1rem;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6; }

#registerLink {
  text-decoration: underline; }

.text-underline {
  text-decoration: underline;
  padding: 0px 25px 0px 0px;
  font-weight: bold; }

.login-span-main {
  color: #37474F;
  font-weight: bold; }

.login-span-sub {
  color: #000; }

.message-body .cke_bottom {
  display: none; }

.message-body .cke_top {
  display: none; }

.message-body .cke_reset {
  background-color: #ecf0f1 !important;
  border: 0px !important; }

.dashboard-table-margin {
  padding-top: 30px; }

.main-title {
  color: #1e1e1e;
  text-align: center;
  font-size: 40px;
  padding: 60px 0px 50px 0px;
  font-weight: bold; }

.lane-content-container {
  background-color: #15625F;
  padding: 20px 0px 20px 0px; }

.lane-content-container h3 {
  color: #fefefe; }

.lane-content .image-title {
  float: none !important; }

.lane-content-container .btn {
  background-color: #ce4a16;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-top: auto;
  margin-bottom: auto; }

.lane-content img {
  float: right; }

.lane-image {
  clear: both; }

.type-selector-content {
  line-height: normal;
  padding: 10px 0px 10px 0px;
  text-align: center; }

.type-selector-content span {
  padding: 0px 15px 0px 15px;
  color: #6f858f;
  font-size: 36px;
  font-weight: normal; }

.type-selector-content a {
  font-family: Montserrat;
  font-weight: normal;
  color: #1e1e1e;
  min-width: 200px; }

.type-selector-content .selector-active {
  font-weight: bold;
  color: #E55218; }

.main-content {
  max-width: 1250px;
  margin: auto; }

.main-content button {
  color: #FFF;
  border: 0px;
  clear: both;
  font-weight: bold;
  border-radius: 10px;
  font-size: 16px;
  padding: 5px 10px 5px 10px;
  background-color: #E55218; }

.main-content h2 {
  color: #1e1e1e;
  font-weight: bold;
  font-size: 40px;
  padding: 60px 0px 60px 0px; }

.main-content .left-content {
  float: left;
  padding: 20px 40px 80px 0px;
  width: 50%; }

.main-content .right-content {
  float: left;
  padding: 20px 0px 80px 70px;
  width: 50%; }

.main-content a {
  font-weight: bold;
  text-decoration: underline; }

.sub-right-content {
  width: 1250px;
  clear: both;
  margin: auto; }

.sub-right-content h3 {
  color: #E55218;
  font-size: 40px;
  padding: 40px 0px 50px 0px; }

.sub-right-content p {
  color: #37474f;
  font-size: 16px; }

.sub-right-content .left-content {
  float: left;
  width: 60%;
  padding: 0px 0px 60px 0px; }

.sub-right-content .right-content {
  float: left;
  width: 40%;
  text-align: center;
  padding: 15px 40px 0px 80px; }

.sub-left-content {
  width: 1250px;
  clear: both;
  margin: auto; }

.sub-left-content h3 {
  color: #E55218;
  font-size: 40px;
  padding: 40px 0px 50px 0px; }

.sub-left-content p {
  color: #37474f;
  font-size: 16px; }

.sub-left-content .left-content {
  float: left;
  width: 40%;
  text-align: center;
  padding: 15px 60px 0px 60px; }

.sub-left-content .right-content {
  float: left;
  width: 60%;
  text-align: right;
  padding: 0px 0px 60px 0px; }

.center-content {
  clear: both;
  text-align: center;
  padding: 100px 0px 30px 0px; }

.center-content a {
  font-weight: bold;
  text-decoration: underline; }

.center-content button {
  color: #FFF;
  border: 0px;
  clear: both;
  font-weight: bold;
  border-radius: 10px;
  font-size: 16px;
  padding: 5px 10px 5px 10px;
  background-color: #E55218; }

.mobile-img {
  margin-top: -160px; }

.spacer {
  height: 120px;
  clear: both; }

.store-icon {
  text-align: center;
  padding: 60px 0px 0px 0px; }

.dataTables_wrapper {
  width: 100%; }

.messages-container {
  padding: 30px 0px 0px 25px; }

.sub-menu-container {
  padding: 0px 0px 0px 10px; }

#messages th {
  border: 0px !important;
  background-color: #FFF; }

.messages-container {
  min-width: 630px;
  padding: 40px 60px 0px 30px; }

.messages-container .coaching-table-container {
  border: 1px solid #15625F;
  background-color: #FFF;
  min-height: 100px; }

.messages-container thead tr th {
  display: none; }

.message-img {
  width: 50px;
  height: 50px; }

.message-img-container {
  padding: 20px 0px 0px 0px;
  float: left; }

.message-item {
  padding: 0px 0px 0px 25px; }

.message-item-right {
  float: left;
  min-width: 470px;
  max-width: 500px;
  padding: 0px 0px 0px 25px; }

.message-item-right span {
  float: right;
  padding: 0px 20px 0px 0px; }

.message-item-right b {
  font-size: 14px !important; }

.message-item-right p {
  padding: 5px 0px 0px 0px;
  margin: 0px; }

.message-container-content {
  clear: both;
  margin: 40px 0px 0px 0px;
  padding: 20px 20px 40px 20px;
  border: 1px solid #6b818c;
  height: 80%;
  border-radius: 20px; }

.message-container-info {
  float: left;
  width: 100%; }

.message-container-button {
  width: 135px;
  float: right; }

.message-container-info-label {
  float: left;
  width: 90px; }

.message-detail-container {
  margin-top: 39px; }

.message-container-details {
  border-bottom: 1px solid #6b818c; }

.message-container-info-value {
  background-color: antiquewhite;
  float: left; }

.message-container-selectmessage {
  clear: both;
  margin: 40px 0px 0px 0px;
  padding: 20px 20px 40px 20px;
  border: 1px solid #6b818c;
  height: 80%;
  border-radius: 20px; }

.message-container-selectmessage-content {
  text-align: center;
  position: relative;
  top: 50%;
  margin-top: -10px; }

.messages-container .table.dataTable td, table.dataTable th {
  padding: 0.20rem; }

.messages-container .table.dataTable > tbody > tr:first-child > td {
  border-top: 0px solid #15625F; }

.common-btn {
  width: 65px;
  height: 65px; }

.clear {
  clear: both; }

.from-val {
  width: 95%;
  float: left;
  color: #FFF !important;
  font-size: 14px !important;
  border-radius: 10px 10px 0px 0px;
  padding: 5px 5px 5px 15px;
  background-color: #15625F;
  line-height: 0.9; }

.sub-val {
  line-height: 0.9;
  width: 95%;
  float: left;
  color: #FFF !important;
  font-size: 14px !important;
  border-radius: 0px 0px 10px 10px;
  padding: 5px 5px 5px 15px;
  background-color: #15625F; }

.flex-fixed-width-item-135 {
  flex: 0 0 135px; }

.flex-fixed-width-item-100 {
  flex: 0 0 100px; }

.min-width-340 {
  min-width: 340px; }

.parallax-window {
  min-height: 400px;
  background-color: #fff; }

.first-section h1 {
  font-family: 'Poppins', sans-serif;
  color: #15625F !important;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5em;
  text-shadow: 0em 0.3em 1.4em rgba(0, 0, 0, 0.24);
  padding: 10vw 0vw 0vw 20px; }

.first-section h2 {
  text-align: justify;
  font-size: 23px;
  padding: 0vw 10vw 0vw 20px;
  font-weight: bold !important;
  color: #15625F !important; }

.first-section p {
  text-align: justify;
  line-height: 2em;
  padding: 0vw 20px 0vw 20px; }

.try-container {
  padding: 5vw 0vw 0vw 0vw; }

.first-section a:hover {
  text-decoration: none; }

.secound-section img {
  padding: 1vw 5vw 0vw 0vw; }

.secound-section h2 {
  font-family: 'Poppins', sans-serif;
  color: #15625F !important;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5em;
  text-shadow: 0em 0.3em 1.4em rgba(0, 0, 0, 0.24);
  padding: 0vw 4vw 0vw 4vw; }

.secound-section h3 {
  color: #E55218 !important;
  font-weight: 900;
  font-size: 20px;
  padding: 0vw 4vw 0vw 4vw; }

.secound-section ul {
  list-style: none;
  padding: 0vw 4vw 0vw 5vw; }

.secound-section ul li::before {
  content: "\2022";
  color: #E55218 !important;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

.secound-section p {
  text-align: justify;
  line-height: 1.7em;
  padding: 0vw 4vw 0vw 4vw; }

.fourth-section h2 {
  font-family: 'Poppins', sans-serif;
  color: #15625F !important;
  font-weight: 600;
  font-size: 2vw;
  line-height: 1.5em;
  text-shadow: 0em 0.3em 1.4em rgba(0, 0, 0, 0.24);
  padding: 1vw 0vw 0vw 0vw; }

.fourth-section p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px; }

.fourth-section img {
  padding: 50px 0px 0px 0px; }

.fourth-section {
  padding: 0px 0px 80px 0px; }

.fourth-section h4 {
  font-family: 'Poppins', sans-serif;
  color: #37474f !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  padding: 1vw 0vw 0vw 0vw;
  text-transform: uppercase; }

.third-section {
  background-color: #15625F;
  padding: 40px;
  color: #FFF; }

.third-section h2 {
  font-family: 'Poppins', sans-serif;
  color: white !important;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.5em; }

.third-section p {
  font-size: 15px; }

.third-section input {
  color: #FFF;
  background-color: #15625F;
  border: 1px solid #FFF;
  width: 100%;
  padding: 10px; }

.third-section button {
  color: #15625F;
  background-color: #FFF;
  border: 1px solid #FFF;
  width: 100%;
  padding: 10px; }

.fifth-section {
  background-color: #15625F;
  padding: 40px;
  color: #FFF; }

.fifth-section p {
  color: #FFF !important;
  font-family: 'Poppins', sans-serif;
  text-align: justify;
  padding: 0px 0px 40px 0px;
  line-height: 2em;
  font-size: 15px; }

.fifth-section .container {
  max-width: 920px !important; }

.fifth-section h3 {
  font-family: 'Poppins', sans-serif;
  color: #E55218 !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
  padding: 1vw 0vw 0vw 0vw; }

.fifth-section h2 {
  font-family: 'Poppins', sans-serif;
  color: #FFF !important;
  font-weight: 600;
  font-size: 1.6vw;
  line-height: 1.5em;
  text-shadow: 0em 0.3em 1.4em rgba(0, 0, 0, 0.24);
  padding: 1vw 0vw 0vw 0vw; }

.fifth-section-bg {
  background-image: url("../images/software-15.png");
  background-size: cover;
  height: 870px; }

.index-button {
  display: inline-block;
  padding: 16px 32px 16px 32px;
  border-radius: 100px;
  background-color: #E55218; }

.index-button a {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #FFF !important;
  letter-spacing: 2px; }

.sixth-section {
  padding: 80px 0px 80px 0px;
  display: none; }

.sixth-section .testimonials-container {
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  padding: 30px;
  background-color: #f5f5f5;
  text-align: left;
  font-family: 'Poppins', sans-serif; }

.sixth-section .testimonials-container p {
  margin: 0px !important; }

.testimonials-img {
  background-image: url(../images/portrait-square-04.jpg);
  display: block;
  float: left;
  position: relative;
  width: 90px;
  height: 90px;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border-radius: 90px; }

.seventh-section {
  padding: 50px 0px 50px 0px; }

.seventh-section a {
  padding: 16px 32px 16px 32px;
  background-color: #E55218;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  border-radius: 100px;
  color: #FFF !important;
  letter-spacing: 2px; }

#coach-container input {
  background-color: #eee;
  color: #999;
  border: none !important;
  padding: 20px !important;
  font-size: 14px;
  margin: 20px !important;
  width: 400px !important; }

#coach-container h2 {
  font-family: 'Poppins', sans-serif;
  color: #37474f !important;
  font-weight: 600;
  font-size: 1.5vw;
  line-height: 1.5em;
  text-shadow: 0em 0.3em 1.4em rgba(0, 0, 0, 0.24);
  padding: 0vw 0vw 2vw 0vw; }

#coach-container p {
  color: #ff885a !important;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px; }

#coach-container a {
  box-shadow: 0px 20px 71px -14px #091c4f;
  padding: 16px 32px 16px 32px;
  background-color: #E55218;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  border-radius: 100px;
  color: #FFF;
  letter-spacing: 2px; }

/* FOOTER */
footer {
  width: 100%;
  background-color: #15625F;
  color: #f8f9fa;
  text-align: center; }

footer .links a {
  font-size: 10px;
  color: #fff; }

footer .versioninfo {
  font-size: 8px; }

.main-content-left {
  text-align: right; }

.main-content-right {
  text-align: left;
  padding: 60px 0px 0px 50px; }

.price {
  padding: 60px 0px 0px 0px;
  color: #000 !important; }

.seventh-section h2 {
  font-family: 'Poppins', sans-serif;
  color: #15625F !important;
  font-weight: 600;
  font-size: 2vw;
  line-height: 1.5em;
  text-shadow: 0em 0.3em 1.4em rgba(0, 0, 0, 0.24);
  padding: 1vw 0vw 0vw 0vw; }

.seventh-section h4 {
  color: #FFF !important;
  font-weight: 600;
  font-size: 18px; }

.seventh-section p {
  color: #000 !important;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 2px; }

.price-container {
  background-color: #efefef;
  text-align: center;
  padding: 0px 0px 60px 0px;
  z-index: 10;
  border-radius: 0 0 20px 20px;
  margin-bottom: 60px; }

.price-center {
  background-color: #E55218;
  text-align: center;
  padding: 0px 0px 60px 0px;
  margin: -40px 0px 20px 0px;
  border: 1px solid #FFF;
  z-index: 100;
  border-radius: 0 0 20px 20px; }

.price-container .price-header {
  padding: 30px 0px 20px 0px !important;
  background-color: #bfbfbf;
  box-shadow: 0px 2px 10px 0px #b0b0b0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px; }

.price-center .price-header {
  padding: 30px 0px 20px 0px !important;
  box-shadow: 0px 2px 10px 0px #4a494a;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px; }

.price a {
  box-shadow: none !important;
  border: 2px solid #FFF !important;
  font-weight: normal !important;
  letter-spacing: 1px;
  font-size: 20px !important;
  padding: 10px 20px 10px 20px !important; }

.price-content {
  padding: 20px 0px 0px 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px; }

.price-detail {
  padding: 0px 0px 0px 0px; }

.price-detail p {
  padding: 20px 0px 50px 0px;
  margin: 0px 50px 0px 50px;
  border-top: 1px solid #bfbfbf;
  text-transform: none;
  letter-spacing: normal !important; }

.price-value {
  color: #969696 !important;
  /*font-size: 45px;*/
  font-size: 30px;
  font-weight: 600; }

.price-center .price-value {
  color: #FFF !important;
  /*font-size: 45px;*/
  font-size: 30px;
  font-weight: 600; }

.price-period {
  text-transform: none !important; }

.price-center .price-period {
  color: #FFF !important; }

.price-center .price-currency {
  color: #FFF !important; }

.price-currency {
  text-transform: none !important;
  position: relative;
  top: -24px;
  margin: 12px 0px 0px -18px; }

.price-detail a:hover {
  text-decoration: none; }

.pricing .pricing-title h2 {
  color: #E55218 !important;
  font-weight: 700; }

.pricing .pricing-title p {
  text-transform: initial; }

.pricing a {
  padding: 16px 32px 16px 32px;
  background-color: #E55218;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  border-radius: 100px;
  color: #FFF !important;
  letter-spacing: 2px; }

.pricing h2 {
  font-family: 'Poppins', sans-serif;
  color: #15625F !important;
  font-weight: 600;
  font-size: 2vw;
  line-height: 1.5em;
  text-shadow: 0em 0.3em 1.4em rgba(0, 0, 0, 0.24);
  padding: 1vw 0vw 0vw 0vw; }

.pricing h4 {
  color: #FFF !important;
  font-weight: 600;
  font-size: 18px; }

.pricing p {
  color: #000 !important;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 2px; }

.pricing .price-detail {
  margin: 0px 25px 0px 25px;
  border-top: 1px solid #bfbfbf;
  text-transform: none;
  letter-spacing: normal !important; }

.pricing .price-detail ul {
  text-align: left;
  margin-bottom: 40px; }

.pricing .price-center .price-detail ul {
  margin-bottom: 90px; }

.pricing ul {
  padding: 0 5px 0 15px;
  line-height: 2.5em; }

.pricing ul li {
  color: #E55218 !important; }

.pricing ul li span {
  color: #000 !important;
  padding-left: 5px; }

.pricing .price-center ul li {
  color: #fff !important; }

@media (max-width: 576px) {
  .type-selector-content a {
    display: block;
    padding: 10px 0px 10px 0px; }
  .type-selector-content span {
    display: none; }
  .main-content-left img {
    width: 100%; }
  .main-content-right {
    padding: 20px 10px 0px 10px;
    text-align: center; }
  .content-card-center {
    text-align: center;
    padding-bottom: 40px; }
  .content-card-img {
    padding-bottom: 40px; }
  .content-card-center img {
    float: none !important; }
  #secondary-top-menu ul li:nth-child(even) {
    display: none; }
  #secondary-top-menu .navbar-nav {
    margin: initial; }
  .login-container li {
    float: left; }
  .navbar-nav {
    display: block; }
  #login {
    width: 100%;
    padding-top: 1rem; }
  .first-section h1 {
    font-size: 35px !important; }
  .main-content-mobile p {
    margin-bottom: 0px; }
  .mcm-1 {
    padding-top: 5vw !important; }
  #socialLoginList button {
    margin-top: 0px; }
  footer .mb-5 {
    margin-bottom: 6rem !important; }
  .purchase-in-progress h2 {
    font-size: 28px !important; }
  .contact-address-block h2 {
    padding-top: 5vw; } }

@media (max-width: 768px) {
  #top-menu-logo {
    margin: auto !important; }
  .first-section h1 {
    padding: 5vw 0vw 0vw 20px; }
  .content-card-img {
    padding-bottom: 40px; }
  .content-card-center img {
    float: right; }
  .content-card-center {
    padding-bottom: 40px; }
  .mobile-img {
    margin-top: 0px !important;
    width: 100%; }
  .spacer {
    display: none; }
  #main-content {
    padding: 0px 0px 0px 0px !important; }
  h2 {
    font-size: 32px !important; }
  .first-section h2 {
    font-size: 18px !important; }
  .main-content-mobile {
    padding: 10px 10px 10px 10px; } }

@media (max-width: 992px) {
  .side-menu-mobile {
    display: normal;
    background-color: #FFF !important;
    box-shadow: none !important; }
  .side-menu-main {
    display: none; }
  .secound-section img {
    padding: 0; }
  .parallax-window {
    background-image: none !important; } }

@media (min-width: 992px) {
  footer {
    text-align: right; }
  .side-menu-mobile {
    display: none; }
  .side-menu-main {
    display: normal; }
  .contact-address-map {
    margin-bottom: -75px;
    margin-top: -50px; }
  .first-section {
    height: 1000px; }
  .parallax-window {
    background: transparent; } }

@media (max-width: 1000px) {
  .first-section h1 {
    font-size: 40px !important; } }

.contact-address-block h2 {
  margin-bottom: 40px; }

.contact-section h3 {
  font-size: 1.2rem;
  font-weight: bold; }

.contact-section a {
  color: #37474F; }

.contact-section img {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.contact-section-border {
  border-top: 1px solid grey;
  margin: 20px 0 20px 0; }

.contact-address-map iframe {
  width: 100%;
  height: 100%; }

.color-orange {
  color: #E55218; }

.color-black {
  color: #000; }

.vertical-center {
  margin-top: auto;
  margin-bottom: auto; }

.gradient-green {
  background-image: linear-gradient(#124644, #15625F); }

.text-description {
  font-size: 13px; }

.shadowed-box {
  box-shadow: 10px 10px 30px #EEEEEE;
  border-radius: 10px;
  padding: 30px; }

.service-index-first-section {
  padding: 40px;
  color: #FFF; }

.vertical-spacer-x1 {
  margin-bottom: 20px; }

.vertical-spacer-x2 {
  margin-bottom: 40px; }

.vertical-spacer-x3 {
  margin-bottom: 60px; }

.vertical-spacer-x4 {
  margin-bottom: 80px; }

.service-index-first-section h2 {
  font-family: 'Poppins', sans-serif;
  color: white !important;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.5em; }

.service-index-first-section p {
  font-size: 15px; }

.service-index-first-section button {
  color: #15625F;
  background-color: #FFF;
  border: 1px solid #FFF;
  width: 100%;
  padding: 10px; }

.service-index-second-section {
  padding: 40px;
  color: #FFF;
  background-color: #EFEFEF; }

.service-index-second-section h3 {
  color: #15625F; }

.service-client-first-section h2 {
  color: #37474F !important;
  font-size: 18px !important;
  padding-bottom: 1em;
  font-weight: 800; }

.service-client-first-section h3 {
  font-weight: 1000;
  font-size: 24px !important; }

.service-client-first-section button {
  color: #15625F;
  background-color: #FFF;
  border: 1px solid #FFF;
  width: 100%;
  padding: 10px; }

.service-client-second-section {
  padding: 40px;
  color: #FFF;
  background-color: #EFEFEF; }

.service-client-second-section h2 {
  color: #15625F; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #15625F;
  border-radius: .25rem; }

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  content: "";
  border-right-color: #15625F; }

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  margin-left: 0px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #15625F; }

.tooltip .tooltip-inner {
  background-color: #15625F; }

.tooltip-info {
  cursor: pointer; }

.responsive-icon {
  background-color: #4e73df;
  content: '' !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f055';
  top: 17px;
  left: 6px;
  color: #15625F; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  content: '\f056'; }

.table .child ul {
  width: 100%; }

.table .child ul li .dtr-title {
  float: left;
  text-align: left; }

.table .child {
  padding-bottom: 0px !important; }

.table .child ul li {
  text-align: right; }

#dashboard-page .dataTables_info {
  display: none; }

#dashboard-page h5 {
  padding-top: 10px; }

.side-menu-main {
  min-width: 240px; }

.select2-container--bootstrap4 .select2-selection {
  border: 1px solid #15625F;
  border-radius: 0.7rem; }

/*[type=text] {
    border-top-left-radius: 0.7rem !important;
    border-bottom-left-radius: 0.7rem !important;
}*/
.select2-container--default .select2-selection--single {
  padding: 6px;
  height: 37px;
  width: 148px;
  font-size: 1.2em;
  position: relative; }

.select2-selection__arrow {
  /*width: 40px;*/
  color: #15625F;
  font-size: 1.3em;
  margin: 4px 18px;
  /*position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;*/ }

.select2-selection__clear {
  transform: scale(1.75, 1.75);
  padding: 0px 20px; }

/* TERMS AND CONDITIONS */
.terms-conditions-h3 {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 20px 0 20px 0; }

.terms-conditions-h4 {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 5px 0 5px 0; }

#terms-conditions-container {
  text-align: justify; }

.terms-conditions-definitions-table-definition {
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 5px; }

.terms-conditions-definitions-table-description {
  vertical-align: top; }

#terms-conditions-documents-table {
  width: 100%;
  max-width: 1000px;
  margin: auto; }

#terms-conditions-documents-table,
#terms-conditions-documents-table th,
#terms-conditions-documents-table td {
  border: 1px solid black;
  border-collapse: collapse; }

#terms-conditions-documents-table th, #terms-conditions-documents-table td {
  padding: 25px 4px 25px 4px;
  vertical-align: top;
  text-align: left; }

#terms-conditions-documents-table th, #terms-conditions-documents-table tr:first-child td {
  text-align: center; }

.terms-conditions-documents-table-contents-text {
  font-weight: bold;
  padding-left: 10px; }

#terms-conditions-appendix-table td:first-child {
  padding-right: 10px; }

#terms-conditions-appendix-header {
  text-align: center;
  margin-top: 100px; }

.file-info-modal {
  max-width: 80% !important;
  width: 70%;
  word-break: break-all; }

@media (max-width: 576px) {
  .file-info-modal {
    max-width: none !important;
    width: 90%; }
  .file-info-modal .modal-footer {
    flex-wrap: wrap; }
  .file-info-modal .modal-footer div {
    width: 100%;
    margin: 5px;
    text-align: center; } }

.preview-document {
  height: 400px; }
