@charset "UTF-8";

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Didact Gothic', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #323232;
}

body {
    background-color: #f4f2f3;
}

body.front {
    background-color: #fff;
}

body.printbg {
    background-color: #fff !important;
}

header.active_menu {
    margin-top: 40px;
}

main {
    padding-bottom: 80px;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: 0;
}

a,
a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
    color: inherit;
}

a,
button {
    cursor: pointer;
}

a:hover {
    color: #79c193;
}

a,
.fa,
.fab {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

ul,
li {
    list-style: none;
}

button {
    border-width: 0;
}

button:focus {
    outline: 0;
}

a:focus {
    outline: 0;
}

h1,
h2,
h3,
h4 {
    font-family: -apple-system, BlinkMacSystemFont, 'Didact Gothic', sans-serif;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 0;
    outline-offset: 0;
}

img {
    max-width: 100%;
}

.container {
    padding-right: 25px;
    padding-left: 25px;
}

.revealOnScroll {
    opacity: 0;
}

.revealOnScroll.fix {
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .hide-sm {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@-webkit-keyframes fadeInUp1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp1 {
    -webkit-animation-name: fadeInUp1;
    animation-name: fadeInUp1;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated2 {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select.form-control {
    cursor: pointer;
    border: solid 1px #90c9a5;
}

.btn-prm,
.btn-prm-ghost,
.btn-scd {
    cursor: pointer;
    padding: 8px 30px;
    border-radius: 2px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-scd {
    margin-top: 1rem;
    outline: 0;
    border: 2px solid #245a71;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    color: #fff;
    background: #245a71;
}

.btn-scd:link,
.btn-scd:visited {
    background-color: #245a71;
    color: #fff;
}

.btn-scd:hover,
.btn-scd:active {
    border: 2px solid #245a71;
    background-color: #fff;
    color: #245a71;
}

.btn-prm {
    margin-top: 1rem;
    outline: 0;
    border: 2px solid #79c193;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    color: #fff;
    background: #79c193;
    font-size: 19px;
}

.btn-prm:link,
.btn-prm:visited {
    background-color: #79c193;
    color: #fff;
}

.btn-prm:hover,
.btn-prm:active {
    border: 2px solid #79c193;
    background-color: #fff;
    color: #79c193;
}

.btn-cancel {
    background-color: #ffa500;
    color: #fff;
}

.btn-prm-ghost {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 1% 3%;
    line-height: 25px;
    outline: 2px solid #79c193;
    -webkit-transition: background-color 0.2s, outline 0.2s, color 0.2s;
    transition: background-color 0.2s, outline 0.2s, color 0.2s;
}

.btn-prm-ghost:link,
.btn-prm-ghost:visited {
    background-color: #79c193;
    color: #fff;
}

.btn-prm-ghost:hover,
.btn-prm-ghost:active {
    outline: 2px solid #79c193;
    background-color: #fff;
    color: #79c193;
}

.checkbox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
}

.btn-more {
    display: inline-block;
}

.actionButtons {
    text-align: center;
}

.actionButtons .actionButton {
    display: inline-block !important;
    width: 25%;
    margin: 20px 20px !important;
    cursor: pointer;
}

.print-receipt-action {
    cursor: pointer;
}

/***** Breadcrumb *****/
section.breadcrumb-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
    width: 100%;
    display: block;
    background-color: #245a71;
    background-image: -webkit-gradient(linear, left top, right top, from(#245a71), to(#92cba6));
    background-image: -webkit-linear-gradient(left, #245a71, #92cba6);
    background-image: -o-linear-gradient(left, #245a71, #92cba6);
    background-image: linear-gradient(to right, #245a71, #92cba6);
    z-index: -1;
}

section.breadcrumb-container .breadcrumb-wrapper {
    padding: 100px 0 70px 0;
}

section.breadcrumb-container .page-title {
    color: #fff;
    font-size: 2rem;
    line-height: 40px;
}

section.breadcrumb-container .breadcrumb {
    background-color: transparent;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-radius: 0;
    display: none;
}

section.breadcrumb-container .breadcrumb .breadcrumb-item {
    position: relative;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    line-height: 30px;
    height: 30px;
    margin: 0 15px 0 0;
}

section.breadcrumb-container .breadcrumb .breadcrumb-item a {
    display: block;
    width: 100%;
    height: 100%;
}

section.breadcrumb-container .breadcrumb .divider {
    position: relative;
}

section.breadcrumb-container .icon-container {
    float: right;
    padding: 25px 0;
}

section.breadcrumb-container .icon-container .icon {
    position: relative;
}

section.breadcrumb-container .icon-container .icon img {
    height: 250px;
}

/***** Header *****/
body.admin .header-items-container {
    padding: 0;
}

@media only screen and (max-width: 1200px) {
    header {
        height: auto;
    }
}

header .header-items-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .inline-item {
    display: inline-block;
}

header .header-item.logo .logo {
    display: block;
    width: 100%;
    margin: 40px 0;
}

header .header-item.logo .logo a {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 480px) {
    header .header-item.logo .logo a {
        text-align: center;
    }
}

@media only screen and (max-width: 1200px) {
    header .logo-container {
        max-width: 25%;
    }
}

@media only screen and (max-width: 1024px) {
    header .logo-container {
        max-width: 50%;
    }
}

header .logo {
    position: relative;
}

header .logo a {
    position: relative;
}

header .logo a img {
    position: relative;
}

/***** Footer *****/
.section-footer {
    height: 105px;
    background-color: #245a71;
    background-image: -webkit-gradient(linear, left top, right top, from(#245a71), to(#92cba6));
    background-image: -webkit-linear-gradient(left, #245a71, #92cba6);
    background-image: -o-linear-gradient(left, #245a71, #92cba6);
    background-image: linear-gradient(to right, #245a71, #92cba6);
    color: #fff;
}

.section-footer .container {
    height: 100%;
}

.section-footer .row {
    height: 100%;
}

.section-footer .wrapper {
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
    .section-footer .wrapper {
        top: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
    }
}

.section-footer .footer-item {
    height: 100%;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .section-footer .footer-item {
        display: table;
        width: 100%;
    }
}

.section-footer .icon {
    display: inline-block;
    float: left;
    max-height: 50px;
    width: 47px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-footer .icon i {
    font-size: 2.5rem;
}

@media only screen and (max-width: 768px) {
    .section-footer .icon {
        display: none;
    }
}

.section-footer .text {
    line-height: 25px;
    padding-left: 75px;
}

.section-footer .text a {
    display: inline-block;
}

.section-footer .text a:hover {
    color: #fff;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .section-footer .text {
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .section-footer {
        height: auto;
        display: table;
        width: 100%;
        padding: 20px 0;
    }
}

.section-web-experts {
    text-align: center;
    background-color: #292929;
    color: #fff;
}

.section-web-experts .copy-item {
    display: inline-block;
    margin-right: 10px;
    line-height: 30px;
    padding: 15px 0;
}

.section-web-experts .copy-item:last-child {
    margin-right: 0;
}

.section-web-experts .copy-item a {
    position: relative;
}

.section-web-experts .copy-item img {
    position: relative;
}

/***** base footer_front *****/
.section-footer.footer-front {
    height: auto;
    padding: 50px 0;
}

@media only screen and (max-width: 768px) {
    .section-footer.footer-front .col-sm-12 {
        margin-bottom: 20px;
    }

    .section-footer.footer-front .col-sm-12:last-child {
        margin-bottom: 0;
    }
}

.section-footer.footer-front .menu-item .svg-container.style2 {
    display: none;
}

.section-footer.footer-front .support .support-item i {
    font-size: 30px;
    position: relative;
    top: 2px;
}

.section-footer.footer-front .footer-logo {
    position: relative;
}

.section-footer.footer-front .footer-logo img {
    position: absolute;
    left: -70px;
    top: 8px;
    max-width: 40px;
    display: none;
}

@media only screen and (max-width: 768px) {
    .section-footer.footer-front .footer-logo img {
        display: block;
        position: relative;
        top: 0;
        lefT: 0;
    }
}

.section-footer.footer-front .column-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    .section-footer.footer-front .column-title {
        width: 100%;
        text-align: center;
    }
}

.section-footer.footer-front .menu-item:last-child {
    display: none;
}

@media only screen and (max-width: 768px) {
    .section-footer.footer-front .menu-item a {
        width: 100%;
        text-align: center;
        display: block;
    }
}

.section-footer.footer-front .menu-item a .svg-container svg {
    width: 13px;
    margin-top: 2px;
}

.section-footer.footer-front a {
    position: relative;
    display: table;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

@media only screen and (max-width: 768px) {
    .section-footer.footer-front a {
        width: 100%;
        text-align: center;
        display: block;
    }
}

.section-footer.footer-front a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

@media only screen and (max-width: 768px) {
    .section-footer.footer-front a:after {
        display: none;
    }
}

.section-footer.footer-front a:hover {
    opacity: 0.9;
    color: #fff;
}

.section-footer.footer-front a:hover:after {
    width: 100%;
}

.section-footer.footer-front a .text-link {
    display: table-cell;
    vertical-align: middle;
    padding-top: 2px;
}

@media only screen and (max-width: 768px) {
    .section-footer.footer-front a .text-link {
        width: 100%;
        text-align: center;
        display: block;
    }
}

.section-footer.footer-front a .text-link.btn-prm {
    border: 0;
    background: transparent;
    padding: 0;
}

.section-footer.footer-front a .text-link.btn-prm:hover {
    color: #fff;
}

.section-footer.footer-front a .svg-container {
    top: 3px;
    position: relative;
    padding-right: 5px;
}

.section-footer.footer-front a .svg-container svg {
    width: 20px;
    height: auto;
}

.section-footer.footer-front a .svg-container svg path {
    fill: #fff;
}

.section-footer.footer-front .social .social-item {
    text-align: center;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .section-footer.footer-front .social .social-item a {
        display: inline;
    }
}

.section-footer.footer-front .social a:hover svg path,
.section-footer.footer-front .social a:hover svg circle,
.section-footer.footer-front .social a:hover svg rect {
    fill: #79c193;
}

.section-footer.footer-front .social a:after {
    display: none;
}

.section-footer.footer-front .social a .svg-container {
    width: auto;
    padding-right: 12px;
}

@media only screen and (max-width: 768px) {
    .section-footer.footer-front .social a .svg-container {
        padding-right: 0px;
    }
}

.section-footer.footer-front .social a .svg-container svg {
    height: 30px;
    width: auto;
}

.front .section-web-experts {
    padding: 0;
}

.section-web-experts .copy-item {
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
    line-height: 30px;
    padding: 15px 0;
}

.section-web-experts .copy-item a {
    text-decoration: underline;
}

@media only screen and (max-width: 991px) {
    .section-web-experts .copy-item {
        display: none;
    }

    .section-web-experts .copy-item:last-child {
        margin-right: 0;
        display: block;
    }
}

/*-----------------*/
/* base pagination */
/*---------------*/
ul.pagination {
    display: inline-table;
}

ul.pagination li.page-item {
    display: inline-table;
    padding: 5px;
    margin: 7px;
}

/*-----------------*/
/* base utilities */
/*---------------*/
.txt-c {
    text-align: center;
}

.mrg {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.mrg-auto {
    margin-left: auto;
    margin-right: auto;
}

.div-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.abs-pos {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.abs-img-box {
    position: relative;
    height: 30rem;
}

.abs-img-box>img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (min-width: 1200px) {
    .sec-pad {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media only screen and (max-width: 1200px) {
    .sec-pad {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .sec-pad {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .sec-pad-std {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media only screen and (max-width: 1200px) {
    .sec-pad-std {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .sec-pad-std {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

@media only screen and (min-width: 1201px) {
    .hide-lg-up {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .hide-md-up {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .hide-sm-up {
        display: none !important;
    }
}

@media only screen and (min-width: 581px) {
    .hide-xxs-up {
        display: none !important;
    }
}

@media only screen and (max-width: 1200px) {
    .hide-lg {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .hide-md {
        display: none !important;
    }

    .col-md-mrg div[class^="col-"]:not(:last-child) {
        margin-bottom: 2rem;
    }

    .txt-c-md {
        text-align: center !important;
    }
}

@media only screen and (max-width: 768px) {
    .hide-sm {
        display: none !important;
    }
}

@media only screen and (max-width: 580px) {
    .mrg-auto-xxs {
        margin-left: auto;
        margin-right: auto;
    }

    .hide-xxs {
        display: none !important;
    }

    .txt-c-xxs {
        text-align: center !important;
    }
}

.clr-prm {
    color: #79c193 !important;
}

.clr-scd {
    color: #79c193 !important;
}

.clr-white {
    color: #fff !important;
}

.bg-light {
    background-color: clr-grey !important;
}

/* MAYBE USED */
.img-overflow-p {
    overflow: hidden;
    position: relative;
}

.img-overflow {
    width: 100% !important;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.img-responsive-16by9 {
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.fa-facebook:hover,
.fa-facebook:active {
    color: #3b5998;
}

.fa-twitter:hover,
.fa-twitter:active {
    color: #00acee;
}

.fa-linkedin-in:hover,
.fa-linkedin-in:active {
    color: #0077B5;
}

.fa-youtube:hover,
.fa-youtube:active {
    color: #ff0000;
}

.addOpacity {
    opacity: 1;
}

.removeOpacity {
    opacity: 0;
}

.addColor,
.removeColor,
.removeOpacity {
    transition: opacity .35s ease-in-out;
}

.addOpacity {
    transition: opacity .35s linear .5s;
}

.addColor {
    opacity: .33;
}

.removeColor,
.addOpacity {
    opacity: 1 !important;
}

.removeOpacity {
    opacity: 0 !important;
}

.modal-dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

@media only screen and (min-width: 576px) {
    .modal-dialog {
        min-height: calc(100% - (1.75rem * 2));
    }
}

.modal-body .bootbox-input {
    border: 1px solid #ececec !important;
    width: 100%;
    padding: 10px 15px;
    border-radius: 3px;
    background: rgba(36, 90, 113, 0.05);
}

.modal-content button.close {
    padding: 7px 10px;
    font-size: 42px;
}

.modal-title {
    color: #245a71;
}

.modal-footer .btn {
    outline: none;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    box-shadow: 2px 2px 9px #0000004d;
    font-weight: 600;
    padding: 8px 20px;
}

.modal-footer .btn.btn-primary:hover {
    background: #245a71;
    border-color: #245a71;
}

.modal-footer .btn.btn-success {
    background: #79c193;
    border-color: #79c193;
}

.modal-footer .btn.btn-success:hover {
    background: #245a71;
    border-color: #245a71;
}

/*------------------*/
/* base all-pages */
/*----------------*/
.white-bg {
    background: #fff;
}

.margin-top1 {
    margin-top: 1rem;
}

.margin-top40 {
    margin-top: 40px;
}

.margin-top50 {
    margin-top: 50px;
}

.margin-top60 {
    margin-top: 60px;
}

.nofollow {
    cursor: default;
}

.warning {
    font-size: 1.2rem;
}

.delete-success {
    position: fixed;
    bottom: 0;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 500px;
    text-align: center;
    font-size: 1.1rem;
    z-index: 9999999999999;
}

.action-message-success {
    position: fixed;
    bottom: 0;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 600px;
    text-align: center;
    font-size: 1.1rem;
    z-index: 9999999999999;
    border: 5px solid #8ddb28;
}

.g-recaptcha>div {
    margin: auto;
}

@media only screen and (max-width: 410px) {
    .g-recaptcha>div {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

label.captcha-error {
    text-align: center;
    display: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    font-style: normal;
    color: #cc0000;
    width: 100%;
}

.action-message-warning {
    border: 5px solid #ffa500 !important;
}

.bb-alert {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 15px;
    background: white;
    border: none;
    color: #245a71;
    border-radius: 5px;
}

.bb-alert:before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f06a";
    display: block;
    position: absolute;
    left: 10px;
    font-size: 30px;
    color: #adabab;
    top: 12px;
}

.page-loader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 99999999999999999;
}

.page-loader-container .page-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.page-loader-container .page-loader svg {
    height: 140px;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

body.admin main {
    padding-bottom: 40px;
}

@media (min-width: 1200px) {

    body.admin .container,
    body.printbg .container {
        max-width: 1340px;
    }
}

@media (max-width: 991px) {

    body.admin .container,
    body.printbg .container {
        max-width: 100%;
    }

    body.admin .container.main,
    body.printbg .container.main {
        margin: 0;
        padding: 0;
    }

    body.admin .container.main .row.main,
    body.printbg .container.main .row.main {
        margin: 0;
    }
}

section.main .xbox {
    width: 100%;
}

section.main .xbox .reservations-container-loader {
    display: block;
    text-align: center;
    width: 100%;
}

.clear {
    clear: both;
}

.overlap {
    margin-top: -117px;
}

@media only screen and (max-width: 1200px) {
    .overlap {
        margin-top: 0;
    }
}

#owl-profile.owl-carousel .owl-nav {
    text-align: center;
    margin-left: .75rem;
}

#owl-profile.owl-carousel .owl-nav .owl-prev,
#owl-profile.owl-carousel .owl-nav .owl-next {
    display: inline-block;
}

#owl-profile.owl-carousel .owl-nav .owl-prev.disabled,
#owl-profile.owl-carousel .owl-nav .owl-next.disabled {
    display: none;
}

#owl-profile.owl-carousel .owl-nav svg {
    width: 3rem;
    height: 3rem;
    stroke: rgba(121, 193, 147, 0.75);
}

#owl-profile.owl-carousel .owl-nav svg:hover {
    stroke: #79c193;
}

@media only screen and (max-width: 768px) {
    #owl-profile.owl-carousel .owl-nav svg {
        width: 3.5rem;
        height: 3.5rem;
    }
}

#owl-home-rooms .owl-prev,
#owl-home-rooms .owl-next {
    margin-right: 1.5rem;
}

.section-profile .owl-nav svg,
#owl-area .owl-nav svg,
.section-home-gallery #owl-home-gallery .owl-nav svg {
    stroke: rgba(255, 255, 255, 0.8) !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 5px !important;
}

.section-profile .owl-nav svg:hover,
#owl-area .owl-nav svg:hover,
.section-home-gallery #owl-home-gallery .owl-nav svg:hover {
    stroke: #fff !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.all-galleries #owl-all-galleries .owl-nav [class*=owl-],
#owl-profile .owl-nav [class*=owl-],
#owl-area .owl-nav [class*=owl-],
.section-home-services #owl-home-services .owl-nav [class*=owl-],
.section-home-gallery #owl-home-gallery .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin-top: -1.5rem;
}

@media only screen and (max-width: 768px) {

    .all-galleries #owl-all-galleries .owl-nav [class*=owl-],
    #owl-profile .owl-nav [class*=owl-],
    #owl-area .owl-nav [class*=owl-],
    .section-home-services #owl-home-services .owl-nav [class*=owl-],
    .section-home-gallery #owl-home-gallery .owl-nav [class*=owl-] {
        margin-top: -1.75rem;
    }
}

#owl-home-services,
.all-galleries #owl-all-galleries {
    width: 90%;
    margin: auto;
}

@media only screen and (max-width: 768px) {

    #owl-home-services,
    .all-galleries #owl-all-galleries {
        width: 80%;
    }
}

.section-home-services #owl-home-services .owl-nav .owl-prev,
.all-galleries #owl-all-galleries .owl-nav .owl-prev {
    left: calc(-5% - 10px);
}

@media only screen and (max-width: 768px) {

    .section-home-services #owl-home-services .owl-nav .owl-prev,
    .all-galleries #owl-all-galleries .owl-nav .owl-prev {
        left: calc(-10% - 10px);
    }
}

.section-home-services #owl-home-services .owl-nav .owl-next,
.all-galleries #owl-all-galleries .owl-nav .owl-next {
    right: calc(-5% - 10px);
}

@media only screen and (max-width: 768px) {

    .section-home-services #owl-home-services .owl-nav .owl-next,
    .all-galleries #owl-all-galleries .owl-nav .owl-next {
        right: calc(-10% - 10px);
    }
}

.section-home-gallery #owl-home-gallery .owl-nav .owl-prev,
#owl-profile .owl-nav .owl-prev,
#owl-area .owl-nav .owl-prev {
    left: 1%;
}

.section-home-gallery #owl-home-gallery .owl-nav .owl-next,
#owl-profile .owl-nav .owl-next,
#owl-area .owl-nav .owl-next {
    right: 1%;
}

.section-acc-gallery .owl-carousel .owl-dots {
    display: inline-block;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    text-align: center;
}

.section-acc-gallery .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 5rem;
    height: .4rem;
    background: #d1c9cd;
}

@media only screen and (max-width: 992px) {
    .section-acc-gallery .owl-carousel .owl-dots .owl-dot {
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
    }
}

.section-acc-gallery .owl-carousel .owl-dots .owl-dot:not(:last-child) {
    margin-right: 1rem;
}

.section-acc-gallery .owl-carousel .owl-dots .owl-dot:hover,
.section-acc-gallery .owl-carousel .owl-dots .owl-dot:active {
    background: #ae9fa7;
}

.section-acc-gallery .owl-carousel .owl-dots .owl-dot.active {
    background: #4ba26b;
}

.section-area .owl-carousel .owl-dots,
.section-facility .owl-carousel .owl-dots,
.section-offer .owl-carousel .owl-dots {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-top: -3rem;
}

@media only screen and (min-width: 992px) {

    .section-area .owl-carousel .owl-dots,
    .section-facility .owl-carousel .owl-dots,
    .section-offer .owl-carousel .owl-dots {
        left: 50%;
        top: 50%;
        transform: translate(-50%);
    }
}

.section-area .owl-carousel .owl-dots .owl-dot,
.section-facility .owl-carousel .owl-dots .owl-dot,
.section-offer .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: rgba(209, 201, 205, 0.6);
}

.section-area .owl-carousel .owl-dots .owl-dot:not(:last-child),
.section-facility .owl-carousel .owl-dots .owl-dot:not(:last-child),
.section-offer .owl-carousel .owl-dots .owl-dot:not(:last-child) {
    margin-right: 1rem;
}

.section-area .owl-carousel .owl-dots .owl-dot:hover,
.section-area .owl-carousel .owl-dots .owl-dot:active,
.section-facility .owl-carousel .owl-dots .owl-dot:hover,
.section-facility .owl-carousel .owl-dots .owl-dot:active,
.section-offer .owl-carousel .owl-dots .owl-dot:hover,
.section-offer .owl-carousel .owl-dots .owl-dot:active {
    background: #ae9fa7;
}

.section-area .owl-carousel .owl-dots .owl-dot.active,
.section-facility .owl-carousel .owl-dots .owl-dot.active,
.section-offer .owl-carousel .owl-dots .owl-dot.active {
    background: #4ba26b;
}

.owl-carousel .owl-item img {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
    .no-home .owl-carousel .img-overflow-p {
        height: 50rem !important;
    }
}

@media only screen and (max-width: 600px) {
    .no-home .owl-carousel .img-overflow-p {
        height: 42rem !important;
    }
}

@media only screen and (max-width: 480px) {
    .no-home .owl-carousel .img-overflow-p {
        height: 35rem !important;
    }
}

.loader-wrap {
    padding-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.loader {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

#loader-1:before,
#loader-1:after,
#loader-2:before,
#loader-2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px solid transparent;
    border-top-color: #79c193;
    left: 0;
}

#loader-1:before,
#loader-2:before {
    z-index: 100;
    animation: spin 1s infinite;
}

#loader-1:after,
#loader-2:after {
    border: 5px solid #ccc;
}

label.error,
label.customError {
    color: #cc0000 !important;
    font-weight: 600;
    bottom: -20px !important;
    font-size: 14px;
    width: 100% !important;
}

.mandatory {
    color: #cc0000;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #79c193;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

.animateMe {
    opacity: 0;
}

.animateMe .animated {
    opacity: 1;
}

.ui-datepicker {
    width: 400px !important;
}

@media only screen and (max-width: 992px) {
    .ui-datepicker {
        max-width: 90% !important;
    }
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    padding: 10px !important;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px !important;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
    margin-right: 8px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: .5em !important;
}

.image-drop-area {
    display: table;
    width: 100%;
}

.bootbox .modal-body {
    max-height: 400px;
    overflow-y: auto;
}

.textnotbreak {
    white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
    .textnotbreak {
        white-space: normal;
    }
}

@media only screen and (max-width: 1200px) {
    .dataTables_wrapper .dataTables_filter {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .dataTables_wrapper .dataTables_filter {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .dataTables_wrapper .dataTables_filter:last-child {
        width: 50%;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .dropify-infos-inner {
        padding: 15px 0 15px 0 !important;
    }
}

.pending-reservations-popup {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    max-width: 80%;
    text-align: center;
    font-weight: bold;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.pending-reservations-popup .close-icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 7px;
    cursor: pointer;
}

.pending-reservations-popup .close-icon i {
    position: relative;
}

.pending-reservations-popup .close-icon:hover i {
    opacity: 0.8;
}

.pending-reservations-popup i {
    display: block;
    width: 100%;
}

.pending-reservations-popup a {
    display: block;
    width: 100%;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: underline;
}

/*-------------------------*/
/* components home-slider */
/*-----------------------*/
@media only screen and (min-width: 768px) {
    section.section-home-slider {
        height: 100vh;
    }
}

@media only screen and (max-width: 768px) {
    section.section-home-slider {
        height: 60vh;
    }
}

@media only screen and (max-width: 380px) {
    section.section-home-slider {
        height: 80vh;
    }
}

section.section-home-slider .slick-slider {
    position: relative;
}

section.section-home-slider .slick-slider .slide-photo {
    opacity: 0;
    transition: opacity .35s ease;
}

@media only screen and (min-width: 768px) {
    section.section-home-slider .slick-slider .slide-photo {
        height: 100vh;
    }
}

@media only screen and (max-width: 768px) {
    section.section-home-slider .slick-slider .slide-photo {
        height: 60vh;
    }
}

@media only screen and (max-width: 380px) {
    section.section-home-slider .slick-slider .slide-photo {
        height: 80vh;
    }
}

section.section-home-slider .slick-slider .slide-desc {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 80%;
}

@media only screen and (max-width: 768px) {
    section.section-home-slider .slick-slider .slide-desc {
        top: 50%;
    }
}

section.section-home-slider .slick-slider .slide-desc p,
section.section-home-slider .slick-slider .slide-desc h2 {
    opacity: 0;
    transition: opacity .35s ease;
    text-shadow: 0px 3px 4px #000000;
}

section.section-home-slider .slick-slider .slide-desc p {
    text-transform: uppercase;
    font-size: 1.8rem;
}

@media only screen and (max-width: 580px) {
    section.section-home-slider .slick-slider .slide-desc p {
        font-size: 1.6rem;
    }
}

section.section-home-slider .slick-slider .slide-desc h2 {
    font-size: 4.8rem;
}

@media only screen and (max-width: 580px) {
    section.section-home-slider .slick-slider .slide-desc h2 {
        font-size: 3.6rem;
    }
}

#js-slick.slick-initialized .slide-photo {
    opacity: 1;
}

#js-slick.slick-initialized p,
#js-slick.slick-initialized h2 {
    opacity: 1;
}

#js-slick.slick-initialized~.lds-ellipsis {
    display: none;
}

.slick-list,
.slick-track {
    height: 100%;
}

section.section-home-slider {
    overflow: hidden;
}

section.section-home-slider .slick-slider .slick-dots {
    padding: 1rem 0;
    text-align: center;
    margin-left: 1.5rem;
    transform: translateY(-7rem);
}

section.section-home-slider .slick-slider .slick-dots li {
    display: inline-block;
    margin-right: 2rem;
}

section.section-home-slider .slick-slider .slick-dots button {
    width: 7rem;
    height: .5rem;
    padding: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
    text-indent: -9999px;
    -webkit-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

section.section-home-slider .slick-slider .slick-dots li.slick-active button {
    background-color: rgba(255, 255, 255, 0.95);
}

/*-------------------------*/
/* components home_page */
/*-----------------------*/
/*-------------------------*/
/* components additional_features */
/*-----------------------*/
section.additional-features {
    display: block;
    width: 100%;
}

section.additional-features .action .button {
    float: none;
    margin: auto;
    display: block;
    cursor: pointer;
}

/*-------------------------*/
/* components dashboard */
/*-----------------------*/
.chart-1 {
    /*height: 276px;*/
}

.chart-1 svg {
    width: 100%;
}

.upload_file .btn-prm {
    float: none !important;
    display: block !important;
    margin: 26px auto 0 auto !important;
}

.upload_file label {
    display: inline-block;
    margin-right: 15px;
}

.upload_file select {
    display: inline-block;
}

.upload_file .form-group {
    display: table;
    width: 100%;
}

.upload_file .form-group label {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}

@media only screen and (max-width: 480px) {
    .upload_file .form-group label {
        display: table;
        width: 100%;
    }
}

.upload_file .form-group select {
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 480px) {
    .upload_file .form-group select {
        display: table;
        width: 100%;
    }
}

section.dashboard table tfoot tr th {
    line-height: 0 !important;
    height: 0 !important;
    padding: 0 0 0 0 !important;
}

section.dashboard table tfoot tr th.hidden-cell {
    line-height: 0 !important;
    height: 0 !important;
    padding: 0 0 0 0 !important;
}

section.dashboard .block {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
    background-color: #fff;
}

section.dashboard .block-wrapper {
    display: block;
    width: 100%;
    background: #fff;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.5);
}

section.dashboard .block-wrapper .block {
    width: 50%;
    background: transparent;
    float: left;
}

section.dashboard .block-wrapper .block section.box {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 1200px) {
    section.dashboard .block-wrapper .block section.box {
        background: #fff;
        -webkit-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.5);
    }
}

@media only screen and (max-width: 1200px) {
    section.dashboard .block-wrapper .block {
        width: 100%;
        padding: 0 0 0 0 !important;
    }
}

section.dashboard .block-wrapper .block:nth-child(2n) {
    padding-left: 20px;
}

section.dashboard .block-wrapper .block:nth-child(2n+1) {
    padding-right: 20px;
}

@media only screen and (max-width: 1200px) {
    section.dashboard .block-wrapper {
        background: transparent;
    }
}

section.box {
    display: block;
    padding: 40px 30px;
    margin: 0 0 0 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    min-height: 400px;
}

@media only screen and (max-width: 991px) {
    section.box {
        padding: 20px 15px;
    }
}

section.box .wrapper {
    display: inline-block;
    width: 100%;
}

section.box .title {
    display: block;
    font-size: 1.8rem;
    line-height: 35px;
    margin: 0px 0 40px 0;
    letter-spacing: -0.4px;
    color: #245a71;
}

section.box .button {
    position: relative;
    display: table;
    width: 100%;
}

section.box .button.see-all {
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    section.box .button.see-all a {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

section.box .btn-prm {
    display: block;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: white;
    padding: 10px 20px;
    background: #245a71;
    border-color: #214e61;
    border-radius: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

section.box .btn-prm:hover {
    background: #ffaa45;
    border-color: #ffaa45;
    color: #245a71;
}

.reservations-container-loader {
    text-align: center;
}

.reservations-container-loader svg {
    max-height: 90px;
}

section.box {
    display: block;
}

section.box .btn-prm {
    float: right;
}

.dropify-wrapper .dropify-message p {
    font-family: 'Didact Gothic', sans-serif;
}

.chart-1 tspan {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 13px;
}

.morris-hover.morris-default-style {
    font-family: 'Open Sans', sans-serif;
    background: #245a71;
    letter-spacing: -0.3px;
}

.morris-hover.morris-default-style i {
    font-style: normal;
    font-weight: normal;
}

.morris-hover.morris-default-style .morris-hover-point {
    font-weight: 600;
}

/*-------------------------*/
/* components datatables */
/*-----------------------*/
table.dataTable.display {
    color: #353535;
}

table.dataTable.display thead tr th {
    font-weight: 600;
    color: #245a71;
    letter-spacing: 0.6px;
    font-size: 14px;
    line-height: 19px;
}

@media only screen and (min-width: 1300px) {
    table.dataTable.display thead tr th.cell-1 {
        min-width: 30px !important;
    }
}

@media only screen and (min-width: 1300px) {
    table.dataTable.display thead tr th.cell-2 {
        min-width: 75px !important;
    }
}

@media only screen and (min-width: 1300px) {
    table.dataTable.display thead tr th.cell-3 {
        min-width: 75px !important;
    }
}

@media only screen and (min-width: 1300px) {
    table.dataTable.display thead tr th.cell-4 {
        min-width: 90px !important;
    }
}

@media only screen and (min-width: 1300px) {
    table.dataTable.display thead tr th.cell-5 {
        min-width: 169px !important;
    }
}

@media only screen and (min-width: 1300px) {
    table.dataTable.display thead tr th.cell-6 {
        min-width: 171px !important;
    }
}

@media only screen and (min-width: 1300px) {
    table.dataTable.display thead tr th.cell-7 {
        min-width: 130px !important;
    }
}

@media only screen and (min-width: 1300px) {
    table.dataTable.display thead tr th.cell-8 {
        min-width: 107px !important;
    }
}

@media only screen and (min-width: 1300px) {
    table.dataTable.display thead tr th.cell-9 {
        min-width: 90px !important;
    }
}

@media only screen and (min-width: 1300px) {
    table.dataTable.display thead tr th.cell-10 {
        min-width: 0 !important;
    }
}

table.dataTable.display thead tr th.reports-actions {
    min-width: 250px;
}

@media only screen and (max-width: 991px) {
    table.dataTable.display thead tr {
        display: block !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 991px) {
    table.dataTable.display thead {
        display: block !important;
        width: 100% !important;
        top: -999999999999999px !important;
        left: -999999999999999px !important;
        position: fixed;
    }
}

table.dataTable.display tbody tr.active-options {
    background-color: #245a71 !important;
    box-shadow: 0px 3px 5px #00000073;
}

table.dataTable.display tbody tr.active-options td {
    color: white;
}

table.dataTable.display tbody tr.reservations-settings {
    background-color: #cad9de40 !important;
}

@media only screen and (max-width: 991px) {
    table.dataTable.display tbody tr.reservations-settings {
        background-color: #245a71 !important;
        padding-top: 0;
    }
}

table.dataTable.display tbody tr.reservations-settings td {
    border-bottom: solid 2px white;
}

@media only screen and (max-width: 991px) {
    table.dataTable.display tbody tr.reservations-settings td {
        padding-top: 0;
        border-bottom: none;
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    table.dataTable.display tbody tr td {
        display: block !important;
        height: auto;
        min-height: 30px !important;
        line-height: 30px !important;
    }
}

@media only screen and (max-width: 991px) {
    table.dataTable.display tbody tr {
        display: block !important;
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 991px) {
    table.dataTable.display tbody {
        display: block !important;
    }
}

@media only screen and (max-width: 991px) {
    table.dataTable.display tfoot tr th {
        display: block !important;
    }
}

@media only screen and (max-width: 991px) {
    table.dataTable.display tfoot tr {
        display: block !important;
    }
}

@media only screen and (max-width: 991px) {
    table.dataTable.display tfoot {
        display: block !important;
        width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        top: -999999999999999px !important;
        left: -999999999999999px !important;
        position: fixed;
    }
}

table.dataTable.display tbody tr.odd {
    background-color: rgba(36, 90, 113, 0.05);
}

table.dataTable.display tbody tr td {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 17px 0;
    line-height: 20px;
    letter-spacing: 0.3px;
    font-size: 17px;
}

.overnight-receipt-table .total_amount_cell {
    display: none;
}

.dataTable tbody tr.receiptActiontablerow td.rec-gname,
.dataTable tbody tr.receiptMyDataPendingActiontablerow td.rec-gname {
    line-height: 1;
}

@media only screen and (min-width: 1300px) {

    .dataTable tbody tr.receiptActiontablerow td.rec-gname,
    .dataTable tbody tr.receiptMyDataPendingActiontablerow td.rec-gname {
        min-width: 170px;
    }
}

@media only screen and (min-width: 1300px) {

    .dataTable tbody tr.receiptActiontablerow td.rec-gnum,
    .dataTable tbody tr.receiptMyDataPendingActiontablerow td.rec-gnum {
        min-width: 75px;
    }
}

.dataTables_wrapper .top-filters {
    display: flex;
    margin-bottom: 20px;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .dataTables_wrapper .top-filters {
        flex-direction: column;
    }
}

.dataTables_wrapper .top-filters .dataTables_filter {
    float: none;
    display: flex;
    width: auto;
    flex: 1 1 auto;
}

@media only screen and (max-width: 991px) {
    .dataTables_wrapper .top-filters .dataTables_filter {
        flex: none;
        width: 100%;
    }

    .dataTables_wrapper .top-filters .dataTables_filter label {
        padding: 0 !important;
    }
}

section.pending-reservations table.dataTable.display tbody tr.odd {
    background-color: rgba(255, 231, 231, 0.3);
}

.dataTables_info .highlight {
    color: #79c193;
}

.dataTables_paginate .paginate_button {
    color: #79c193;
}

.dataTables_paginate .paginate_button i {
    color: #79c193;
}

.dataTables_paginate .paginate_button:not(.disabled):hover {
    color: #fff;
    background-color: #79c193;
}

.dataTables_paginate .paginate_button:not(.disabled):hover i {
    color: #fff;
}

.dataTables_paginate .paginate_button.current {
    color: #fff !important;
    background-color: #79c193 !important;
    line-height: 39px;
    font-weight: bold;
}

.paginate_button {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50% !important;
}

.paginate_button.previous,
.paginate_button.next {
    width: auto !important;
    border-radius: 2px !important;
    padding: 0 15px !important;
}

.paginate_button.first i,
.paginate_button.last i {
    line-height: 45px;
}

.dataTables_wrapper .dataTables_paginate {
    margin-top: 20px;
}

table.dataTable.display .status span {
    border-radius: 7px;
    color: #fff;
    padding: 3px;
    display: inline-block;
    width: 100%;
}

table.dataTable.display .ongoing span {
    background-color: #f8c627 !important;
}

table.dataTable.display .completed span {
    background-color: #03b28b !important;
}

table.dataTable.display .canceled span {
    background-color: transparent !important;
}

table.dataTable.display .reservations-settings {
    position: relative !important;
}

table.dataTable.display .reservations-settings td {
    border-top: 0;
}

@media only screen and (max-width: 991px) {
    table.dataTable.display .reservations-settings td {
        width: 100%;
    }
}

table.dataTable.display .reservations-settings .options {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    display: block;
    float: none;
    position: relative;
}

table.dataTable.display .reservations-settings .options .option {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    background: white;
    cursor: pointer;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    box-shadow: 2px 2px 9px #0000004d;
}

@media only screen and (max-width: 1215px) {
    table.dataTable.display .reservations-settings .options .option {
        margin: 10px 15px;
    }
}

table.dataTable.display .reservations-settings .options .option a {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

table.dataTable.display .reservations-settings .options .option:hover {
    background: #ffaa45 !important;
}

table.dataTable.display .reservations-settings .options .option:hover span {
    color: white;
}

table.dataTable.display .reservations-settings .options .option .svg-icon-container {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}

table.dataTable.display .reservations-settings .options .option svg {
    height: 20px;
    width: auto;
}

table.dataTable.display .reservations-settings .options .option svg path {
    fill: #245a71;
}

@media only screen and (max-width: 991px) {
    table.dataTable.display .reservations-settings .options .option svg {
        display: inline-block;
    }
}

table.dataTable.display .reservations-settings .options .option i {
    font-size: 1.5rem;
    padding-right: 10px;
    line-height: 30px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    table.dataTable.display .reservations-settings .options .option i {
        display: inline-block;
    }
}

table.dataTable.display .reservations-settings .options .option span {
    display: inline-block;
    line-height: 44px;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    color: #245a71;
    white-space: nowrap;
}

@media only screen and (max-width: 991px) {
    table.dataTable.display .reservations-settings .options .option span {
        display: inline-block;
    }
}

@media only screen and (max-width: 991px) {
    table.dataTable.display .reservations-settings .options .option {
        display: block !important;
        max-width: 100% !important;
        margin: 0 0 15px 0;
        top: 0;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        font-size: 12px;
        letter-spacing: 0;
    }

    table.dataTable.display .reservations-settings .options .option span {
        line-height: 16px !important;
        padding: 13px;
        white-space: normal;
    }

    table.dataTable.display .reservations-settings .options .option .svg-icon-container {
        display: none !important;
    }
}

table.dataTable.display .reservations-settings .options .option.cancel-reservation {
    background: #ff6732;
}

table.dataTable.display .reservations-settings .options .option.save-receipt .save-receipt-action,
table.dataTable.display .reservations-settings .options .option.save-receipt .save-invoice-action {
    padding: 0 20px;
}

table.dataTable.display .reservations-settings .options .option.print-receipt .print-receipt-action {
    padding: 0 20px;
}

table.dataTable.display .reservations-settings .options .option.cancel-receipt {
    background: #ffa500;
    border: 2px solid #ffa500 !important;
    padding: 0 0 0 0;
    position: relative;
    top: -2px;
}

table.dataTable.display .reservations-settings .options .option.cancel-receipt i,
table.dataTable.display .reservations-settings .options .option.cancel-receipt span {
    line-height: 40px;
    color: white;
}

table.dataTable.display .reservations-settings .options .option.cancel-receipt svg {
    position: relative;
    top: -1px;
}

table.dataTable.display .reservations-settings .options .option.cancel-receipt svg path {
    fill: white;
}

table.dataTable.display .reservations-settings .options .option.cancel-receipt:hover {
    background: #fff !important;
    color: #ffa500 !important;
    border-color: white !important;
}

table.dataTable.display .reservations-settings .options .option.cancel-receipt:hover svg path {
    fill: #ffa500 !important;
}

table.dataTable.display .reservations-settings .options .option.cancel-receipt:hover i,
table.dataTable.display .reservations-settings .options .option.cancel-receipt:hover span {
    color: #ffa500 !important;
}

table.dataTable.display .reservations-settings .options .option.cancel-receipt .cancel-receipt-action {
    padding: 0 20px;
}

table.dataTable.display .reservations-settings .options .option.submit-to-mydata .submit-to-mydata-action {
    padding: 0 20px;
}

table.dataTable.display .reservations-settings .options .option.send-receipt-via-email .send-receipt-via-email-action {
    padding: 0 20px;
}

table.dataTable.display .reservations-settings .options .option.delete-reservation,
table.dataTable.display .reservations-settings .options .option.delete-and-cancel {
    background: #d2231e;
    padding: 0 20px;
    border: 2px solid #d2231e !important;
}

table.dataTable.display .reservations-settings .options .option.delete-reservation i,
table.dataTable.display .reservations-settings .options .option.delete-reservation span,
table.dataTable.display .reservations-settings .options .option.delete-and-cancel i,
table.dataTable.display .reservations-settings .options .option.delete-and-cancel span {
    line-height: 40px;
    color: white;
}

table.dataTable.display .reservations-settings .options .option.delete-reservation svg path,
table.dataTable.display .reservations-settings .options .option.delete-and-cancel svg path {
    fill: white !important;
}

table.dataTable.display .reservations-settings .options .option.delete-reservation:hover,
table.dataTable.display .reservations-settings .options .option.delete-and-cancel:hover {
    background: #fff !important;
    border-color: white !important;
    color: #d2231e !important;
}

table.dataTable.display .reservations-settings .options .option.delete-reservation:hover svg path,
table.dataTable.display .reservations-settings .options .option.delete-and-cancel:hover svg path {
    fill: #d2231e !important;
}

table.dataTable.display .reservations-settings .options .option.delete-reservation:hover i,
table.dataTable.display .reservations-settings .options .option.delete-reservation:hover span,
table.dataTable.display .reservations-settings .options .option.delete-and-cancel:hover i,
table.dataTable.display .reservations-settings .options .option.delete-and-cancel:hover span {
    color: #d2231e !important;
}

table.dataTable.display .reservations-settings .options .option.delete-receipt {
    background: #d2231e;
    border: 2px solid #d2231e !important;
    padding: 0 0 0 0;
    position: relative;
    top: -2px;
}

table.dataTable.display .reservations-settings .options .option.delete-receipt i,
table.dataTable.display .reservations-settings .options .option.delete-receipt span {
    line-height: 40px;
    color: white;
}

table.dataTable.display .reservations-settings .options .option.delete-receipt svg path {
    fill: white;
}

table.dataTable.display .reservations-settings .options .option.delete-receipt:hover {
    background: #fff !important;
    color: #d2231e !important;
    border-color: white !important;
}

table.dataTable.display .reservations-settings .options .option.delete-receipt:hover svg path {
    fill: #d2231e !important;
}

table.dataTable.display .reservations-settings .options .option.delete-receipt:hover i,
table.dataTable.display .reservations-settings .options .option.delete-receipt:hover span {
    color: #d2231e !important;
}

table.dataTable.display .reservations-settings .options .option.delete-receipt .delete-receipt-action {
    padding: 0 20px;
}

.dataTable .actions .action {
    display: inline-block;
    margin: 0 10px;
}

.dataTable .actions .action:hover i {
    color: #79c193;
}

.dataTable .actions i {
    font-size: 1.5rem;
}

.dataTable .print-data-month i {
    color: #245a71;
}

.dataTable .xls-report-totals i {
    color: #245a71;
}

.dataTable .pdf-data-month i {
    color: #ff0000;
}

.dataTable .email-data-month i {
    color: #245a71;
}

.dataTable .hotebeds-report i {
    color: #003057;
}

.tablerow.receiptActiontablerow.canceled,
.tablerow.receiptMyDataPendingActiontablerow.canceled {
    background-color: rgba(226, 24, 20, 0.75) !important;
    background-image: url(../images/line-bg.png);
}

.tablerow.receiptActiontablerow.canceled .cancel-tag,
.tablerow.receiptMyDataPendingActiontablerow.canceled .cancel-tag {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 0 0 0;
    margin-top: 18px;
    height: 53px;
    line-height: 53px;
}

@media only screen and (max-width: 1024px) {

    .tablerow.receiptActiontablerow.canceled .cancel-tag,
    .tablerow.receiptMyDataPendingActiontablerow.canceled .cancel-tag {
        display: none !important;
    }
}

.tablerow.receiptActiontablerow.canceled .cancel-tag .text span,
.tablerow.receiptMyDataPendingActiontablerow.canceled .cancel-tag .text span {
    width: auto;
    background: #245a71 !important;
    display: inline-block;
    padding: 3px 20px;
    line-height: 30px;
    border-radius: 3px;
    font-size: 1.1rem;
    color: white;
    font-weight: bold;
}

.tablerow.receiptActiontablerow.active-options.canceled .cancel-tag,
.tablerow.receiptMyDataPendingActiontablerow.active-options.canceled .cancel-tag {
    display: none;
}

.tablerow.receiptActiontablerow.canceled:hover,
.tablerow.receiptActiontablerow.active-options.canceled,
.tablerow.receiptMyDataPendingActiontablerow.canceled:hover,
.tablerow.receiptMyDataPendingActiontablerow.active-options.canceled {
    background-color: rgba(226, 24, 20, 0.75) !important;
}

.dataTable .hidden-cell {
    height: 52px !important;
    line-height: 52px !important;
    padding: 0 0 0 0 !important;
    max-width: 0px;
    display: block;
    min-width: 0px;
    width: 0px;
}

.tablerow.receiptActiontablerow.canceled .option.cancel-receipt,
.tablerow.receiptMyDataPendingActiontablerow.canceled .option.cancel-receipt {
    display: none !important;
}

@media only screen and (max-width: 1215px) {

    .receiptActiontablerow .reservations-settings,
    .receiptMyDataPendingActiontablerow .reservations-settings {
        height: 100px;
    }
}

@media only screen and (max-width: 1215px) {

    .receiptActiontablerow .reservations-settings td .options,
    .receiptMyDataPendingActiontablerow .reservations-settings td .options {
        height: 100px;
    }
}

@media only screen and (max-width: 1215px) {

    .receiptActiontablerow .reservations-settings td .options .option,
    .receiptMyDataPendingActiontablerow .reservations-settings td .options .option {
        height: 44px;
    }
}

@media only screen and (max-width: 991px) {

    .display.dataTable tr.receiptActiontablerow.tablerow td.hidden-cell,
    .display.dataTable tr.receiptMyDataPendingActiontablerow.tablerow td.hidden-cell {
        height: 0 !important;
        padding: 0 0 0 0 !important;
        min-height: 0 !important;
        line-height: 0 !important;
        max-height: 0 !important;
    }
}

.display.dataTable tr.reservations-settings td .options .option {
    display: inline-table;
    width: auto;
    margin: 10px;
    max-width: 80%;
}

.display.dataTable tr.reservations-settings td .options .option a {
    display: table;
    width: auto;
    margin: auto;
}

.display.dataTable tr.reservations-settings td .options .option>div {
    display: table;
    width: auto;
    margin: auto;
}

table.dataTable.display tbody tr.actiontablerowCompleted {
    /*background-color: #c4f485 !important;*/
}

table.dataTable.display tbody tr.actiontablerowCompleted .billed span {
    position: relative;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}

table.dataTable.display tbody tr.actiontablerowCompleted .billed span:after {
    font-family: FontAwesome;
    content: '\f00c';
    position: absolute;
    color: #ffffff;
    background: #91caa6;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    left: -37px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
}

@media only screen and (max-width: 1200px) {
    table.dataTable.display tbody tr.actiontablerowCompleted .billed span:after {
        left: -55px;
    }
}

@media only screen and (max-width: 9910px) {
    table.dataTable.display tbody tr.actiontablerowCompleted .billed span:after {
        display: none;
    }
}

table.dataTable.display tbody tr.actiontablerowCompleted .billed span:before {
    content: "Τιμολογήθηκε";
    display: block;
    position: absolute;
    left: -80px;
    top: -35px;
    background: #245a71;
    color: white;
    padding: 5px 8px;
    border-radius: 3px;
    font-size: 14px;
    visibility: hidden;
}

table.dataTable.display tbody tr.actiontablerowCompleted:hover {
    /*background-color: #8ddb28 !important;*/
}

#reports-data-month-totals tbody tr:nth-child(2n + 1) {
    background-color: rgba(36, 90, 113, 0.05);
}

.ui-widget.ui-widget-content {
    border: 1px solid #ececec !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    padding: 10px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 47%;
    background: white;
    border: solid 1px #ececec;
    border-radius: 3px;
    font-size: 14px !important;
    cursor: pointer;
    font-weight: 600;
    color: #464646;
    font-family: 'Didact Gothic', sans-serif;
    width: 40% !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 11px !important;
}

.ui-datepicker .ui-widget {
    font-family: 'Didact Gothic', sans-serif;
    background: #2e3641;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.ui-datepicker {
    padding: 0;
}

.ui-datepicker .ui-datepicker-header {
    border: none;
    background: #f4f7f8;
    font-weight: normal;
    font-size: 15px;
}

.ui-datepicker-header .ui-state-hover {
    background: transparent;
    border-color: transparent;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.ui-datepicker .ui-datepicker-title {
    margin-top: .4em;
    margin-bottom: .3em;
    color: #e9f0f4;
    min-height: 45px;
    color: #484848;
    font-family: 'Didact Gothic', sans-serif;
    line-height: 41px !important;
    font-weight: 600;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    top: .9em;
    border: none;
}

.ui-datepicker .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}

.ui-datepicker .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}

.ui-datepicker table {
    margin: 0;
}

.ui-datepicker th {
    padding: 1em 0;
    font-weight: normal;
    border: none;
    border-top: 1px solid #3a414d;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 15px;
    color: #525252;
}

.ui-datepicker td {
    background: none;
    border: none;
    padding: 0;
    font-family: 'Didact Gothic', sans-serif;
    border: solid 1px #f3f3f3 !important;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    background: #f3f3f3;
    border: none !important;
}

.ui-datepicker td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    padding: .5em;
    margin: 0;
    font-weight: normal;
    color: #245a71;
    font-size: 16px;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 600;
}

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
    background: #245a71;
    color: white;
}

.ui-datepicker .ui-state-disabled {
    opacity: 1;
}

.ui-datepicker .ui-state-disabled .ui-state-default {
    color: #fba49e;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background: none !important;
    border: none !important;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    background: none !important;
}

.ui-datepicker .ui-datepicker-next:after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 7px;
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #4a4a4a;
    border-left: 2px solid #4a4a4a;
    transform: rotate(135deg);
}

.ui-datepicker .ui-datepicker-prev:after {
    content: "";
    display: block;
    position: absolute;
    left: 13px;
    top: 7px;
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #4a4a4a;
    border-left: 2px solid #4a4a4a;
    transform: rotate(-45deg);
}

@media only screen and (max-width: 991px) {
    .box.reservations .reservations-container {
        padding: 0;
    }

    table.dataTable.display tbody tr td:nth-of-type(1):before,
    table.dataTable.display tbody tr td:nth-of-type(2):before,
    table.dataTable.display tbody tr td:nth-of-type(3):before,
    table.dataTable.display tbody tr td:nth-of-type(4):before,
    table.dataTable.display tbody tr td:nth-of-type(5):before,
    table.dataTable.display tbody tr td:nth-of-type(6):before,
    table.dataTable.display tbody tr td:nth-of-type(7):before,
    table.dataTable.display tbody tr td:nth-of-type(8):before,
    table.dataTable.display tbody tr td:nth-of-type(9):before {
        left: 0;
        padding: 0;
        width: 140px !important;
        min-width: 140px;
        position: relative !important;
        top: 0;
        display: flex;
        float: left;
    }

    table.dataTable.display tbody tr td {
        padding-top: 5px;
        display: flex !important;
    }

    table.dataTable.display tbody tr td span {
        position: relative;
        display: flex;
        float: left;
        width: calc(100% - 140px);
    }

    table.dataTable.display tbody tr.reservations-settings td span {
        display: inline;
        width: auto;
        float: none;
    }

    body.admin .reservations table tbody tr {
        background: #fbfbfb !important;
        margin-bottom: 20px;
        border: solid 1px #e8e8e8;
        border-radius: 3px;
    }

    body.admin .reservations table tbody tr.active-options {
        border: none;
        margin-bottom: 0;
        border-radius: 0;
    }

    body.admin .reservations table tbody tr.reservations-settings {
        border-radius: 0px;
        border: none;
    }

    body.admin table.dataTable.display tbody tr td {
        padding-top: 10px !important;
        width: 100% !important;
        padding-left: 0px !important;
        line-height: 23px !important;
        padding-bottom: 10px;
        border-bottom: solid 1px #f4f2f3;
        font-size: 16px !important;
        align-items: center;
    }

    body.admin table.dataTable.display tbody tr td div.billed,
    body.admin table.dataTable.display tbody tr td div {
        display: inline-block !important;
    }

    body.admin table.dataTable.display tbody tr td:last-child,
    body.admin table.dataTable.display tbody tr td:not(.hidden-cell):last-child {
        border-bottom: none !important;
    }

    .dropify-wrapper.touch-fallback {
        height: 190px !important;
    }

    .dropify-wrapper.touch-fallback .dropify-clear {
        color: white;
        right: auto;
        width: 95%;
    }

    .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p,
    .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner .dropify-filename-inner {
        color: black !important;
        font-size: 13px !important;
    }

    .dropify-wrapper.touch-fallback .dropify-preview {
        position: absolute;
        padding: 10px;
    }

    section.box.reservations .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    section.box.reservations .container .reports-container {
        padding: 0;
    }

    section.box.reservations .container .row {
        margin: 0;
    }

    .paginate_button.previous,
    .paginate_button.next {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    body.admin table.dataTable.display tbody tr.reservations-settings td {
        padding-top: 10px !important;
    }

    body.admin.modal-open,
    body.admin.modal-open .modal {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 1200px) {

    .reportsFilesTable.dataTable thead,
    .reportsFilesTable.dataTable tfoot {
        display: none;
    }

    .reportsFilesTable.dataTable body {
        display: block !important;
    }

    .reportsFilesTable.dataTable tr {
        min-width: 320px;
        background: #fbfbfb !important;
        margin-bottom: 20px;
        border: solid 1px #e8e8e8;
        border-radius: 3px;
        display: block !important;
        padding: 10px 20px;
        display: block !important;
    }

    .reportsFilesTable.dataTable td {
        padding-top: 10px !important;
        width: 100% !important;
        padding-left: 0px !important;
        line-height: 33px !important;
        padding-bottom: 10px !important;
        border-bottom: solid 1px #f4f2f3;
        font-size: 16px !important;
        display: flex !important;
        font-weight: 600;
        align-items: flex-start;
    }

    .reportsFilesTable.dataTable td:last-child {
        border-bottom: none;
    }

    .reportsFilesTable.dataTable td:last-child:before {
        top: 15px !important;
    }

    .reportsFilesTable.dataTable td .fas.fa-minus {
        display: none;
    }

    .reportsFilesTable.dataTable td div {
        display: inline-block !important;
    }

    .reportsFilesTable.dataTable td:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        white-space: normal !important;
        line-height: 15px;
        text-align: left;
        font-weight: normal;
        left: 0;
        padding: 0;
        width: 250px !important;
        min-width: 140px;
        position: relative !important;
        top: 0;
        display: flex;
        float: left;
    }
}

@media only screen and (max-width: 991px) {
    .reportsFilesTable.dataTable td:before {
        width: 140px !important;
    }
}

@media only screen and (max-width: 991px) {
    .reportsTotalsTable.dataTable tr {
        min-width: 320px;
    }

    .reportsTotalsTable.dataTable td {
        font-weight: 600;
    }

    .reportsTotalsTable.dataTable td:before {
        font-weight: normal;
        top: 6px !important;
        min-width: 170px !important;
    }
}

/*-------------------------*/
/* components login_page */
/*-----------------------*/
.front.login .breadcrumb-wrapper .breadcrumb {
    display: none;
}

section.login {
    width: 100%;
    height: 100%;
    padding-top: 0 !important;
}

section.login .languages {
    text-align: center;
    padding: 35px 0 70px 0;
    display: block;
}

section.login .languages a {
    display: inline-block;
    margin: 0 10px;
}

section.login .languages a svg {
    width: 30px;
}

@media only screen and (max-width: 992px) {
    section.login .languages a svg {
        width: 50px;
    }
}

section.login .wrapper {
    width: 100%;
    height: 100%;
}

section.login .wrapper form {
    position: relative;
    display: block;
    width: 550px;
    max-width: 90%;
    max-height: 80%;
    margin: auto;
    padding: 50px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

@media only screen and (max-width: 480px) {
    section.login .wrapper form {
        padding: 20px;
    }
}

section.login .wrapper form .container {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    position: relative;
}

section.login .wrapper form .container .text {
    text-align: center;
}

section.login .wrapper form .container label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.1rem;
    font-weight: 600;
}

section.login .wrapper form .container input {
    box-shadow: none;
    border: 1px solid #ececec !important;
    width: 100%;
    padding: 10px 15px;
    height: auto !important;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    cursor: pointer;
    background: rgba(36, 90, 113, 0.05);
    font-size: 15px;
    margin-bottom: 20px;
}

section.login .wrapper form .container input:focus {
    border-color: #79c193;
}

section.login .wrapper form .container button {
    width: 100%;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: white;
    padding: 10px 20px;
    background: #245a71;
    border-color: #245a71;
    border-radius: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

section.login .wrapper form .container button:hover {
    background: #ffaa45;
    border-color: #ffaa45;
    color: #245a71;
}

section.login .wrapper form .container a {
    opacity: 0.7;
}

section.login .wrapper form .container a:hover {
    opacity: 1;
    text-decoration: underline !important;
}

section.login .wrapper form .container .forgot-password {
    font-size: 0.95rem;
    display: inline-block;
    margin-top: 13px;
}

section.login .wrapper form .container .remember-me label {
    font-size: 0.95rem;
    font-weight: normal;
}

/*-------------------------*/
/* components signup_page */
/*-----------------------*/
button,
a.btn-prm {
    -webkit-appearance: none;
}

body.sticky-enabled {
    padding-top: 125px;
}

.custom-settings-container {
    display: block;
    width: 100%;
}

.custom-settings-container .field {
    width: 46%;
    display: inline-block;
    float: left;
}

.custom-settings-container .field:nth-child(2n) {
    margin: 0 0 0 4%;
}

.custom-settings-container .field:nth-child(2n+1) {
    margin: 0 4% 0 0;
}

.custom-settings-container .field .ready {
    background: #f4f2f3;
    color: #323232;
}

.custom-settings-container .settings {
    min-height: initial !important;
}

.custom-settings-container .settings a {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
}

.matching-container label.error {
    position: relative !important;
    width: 100% !important;
    display: table !important;
    float: none !important;
    top: 0 !important;
    text-align: center !important;
    font-size: 1.2rem !important;
    height: auto !important;
}

.matching-container label.error span {
    display: block;
    padding: 0 0 20px 0;
}

section.custom-form {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 992px) {
    section.custom-form {
        padding-left: 0;
        padding-right: 0;
    }
}

section.custom-form form {
    position: relative;
}

section.custom-form label {
    display: inline-block;
    width: 30%;
    float: left;
    padding: 10px 10px 10px 0;
    line-height: 25px;
    height: 50px;
    margin: 0 0 0 0;
}

@media only screen and (max-width: 480px) {
    section.custom-form label {
        width: 100% !important;
    }
}

section.custom-form input[type="text"],
section.custom-form input[type="password"],
section.custom-form select {
    display: inline-block !important;
    width: 70% !important;
    float: left !important;
    display: block !important;
    box-shadow: none;
    border: 1px solid #ececec !important;
    width: 100%;
    padding: 10px 15px;
    height: auto !important;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    background: rgba(36, 90, 113, 0.05);
}

@media only screen and (max-width: 480px) {

    section.custom-form input[type="text"],
    section.custom-form input[type="password"],
    section.custom-form select {
        width: 100% !important;
    }
}

section.custom-form select {
    height: auto !important;
}

section.custom-form .content-comment {
    display: block;
    width: 100%;
    float: left;
    font-style: italic;
    font-size: 14px;
    color: gray;
    margin-top: 15px;
}

section.custom-form .box {
    width: 49%;
    float: left;
}

@media only screen and (max-width: 992px) {
    section.custom-form .box {
        width: 100% !important;
    }

    section.custom-form .box.margin-top40:first-child {
        margin-top: 0;
    }
}

section.custom-form .box .title {
    font-size: 1.15rem;
    margin-bottom: 15px;
}

section.custom-form .box .details {
    position: relative;
}

section.custom-form .box .details .field {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    section.custom-form .box .details .field {
        margin-bottom: 20px;
    }
}

section.custom-form .box .details .field .dropzone {
    width: 70%;
    display: inline-block;
    border: 3px solid #eee;
    padding: 15px;
    text-align: center;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

section.custom-form .box .details .field .dropzone:hover {
    border-color: #79c193;
}

section.custom-form .box .details .field .dropzone:hover .text {
    color: #79c193;
}

section.custom-form .box .details .flag-wrapper {
    position: relative;
    width: 70%;
    display: inline-block;
    float: right;
    margin-bottom: 5px;
}

@media only screen and (max-width: 480px) {
    section.custom-form .box .details .flag-wrapper {
        width: 100% !important;
    }
}

section.custom-form .box .details .flag-wrapper label {
    width: 100%;
}

section.custom-form .box .details .flag-wrapper label.error {
    top: 98px !important;
}

section.custom-form .box .details .flag-wrapper input {
    width: 100% !important;
}

@media only screen and (max-width: 575px) {
    section.custom-form .box .details .primary-value {
        margin-bottom: 10px !important;
    }
}

section.custom-form .box .details .flag-container {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.custom-form .box .details .flag-container svg {
    width: 25px;
    height: auto;
}

section.custom-form .box .details .showHidePass {
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
    padding: 10px 0;
}

section.custom-form .box .details .showHidePass i {
    line-height: 25px;
}

section.custom-form .box .details .showHidePass:hover i {
    color: #79c193;
}

section.custom-form .left-box {
    margin-left: 0;
    margin-right: 1%;
    clear: left;
}

section.custom-form .right-box {
    margin-left: 1%;
    margin-right: 0;
    clear: right;
}

section.custom-form .settings {
    position: relative;
    min-height: 280px;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    section.custom-form .settings {
        text-align: left;
    }
}

section.custom-form .settings .icon {
    display: table-cell;
    vertical-align: middle;
}

section.custom-form .settings .icon i {
    font-size: 35px;
}

section.custom-form .settings .desc {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

section.custom-form .settings .text {
    min-height: 110px;
    position: relative;
    display: table;
    width: 100%;
}

section.custom-form .settings .text .info {
    display: table-cell;
    vertical-align: middle;
}

section.custom-form .settings a {
    display: table;
    width: auto;
    margin: 20px auto 0 auto;
    height: 63px;
}

section.custom-form .custom-settings:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;
    background: #245a71;
}

@media only screen and (max-width: 991px) {
    section.custom-form .custom-settings:after {
        display: none;
    }
}

section.custom-form .wizard .steps ul li {
    width: 33.333%;
    display: inline-block;
    float: left !important;
}

@media only screen and (max-width: 992px) {
    section.custom-form .wizard .steps ul li {
        width: 100%;
    }
}

section.custom-form .custom-control-input.offer-control-input-option {
    left: 0;
}

.signup.custom-form {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: -100px;
    background-color: #f4f2f3;
}

.personalDetailsForm .column {
    float: left;
}

.personalDetailsForm .column .box .title {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0;
    padding-bottom: 15px;
    width: 100%;
}

.personalDetailsForm .column .box .details .field label.error {
    position: relative;
    top: 0 !important;
    line-height: 100% !important;
    padding-top: 5px;
}

.personalDetailsForm .column .box .details .field .input-container {
    position: relative;
}

.personalDetailsForm .column .box .details .field .input-container input[type="text"],
.personalDetailsForm .column .box .details .field .input-container input[type="password"],
.personalDetailsForm .column .box .details .field .input-container input[type="search"],
.personalDetailsForm .column .box .details .field .input-container .front .field-container input[type="date"],
.personalDetailsForm .column .box .details .field .input-container input[type="datetime-local"],
.personalDetailsForm .column .box .details .field .input-container input[type="email"] {
    position: relative;
}

.personalDetailsForm .column .box .details .field .input-container input::placeholder {
    color: gray;
}

.personalDetailsForm .column .box .details .field .input-container .captcha-error {
    display: none;
    color: #cc0000;
}

.personalDetailsForm .column .box .details .field label.input-label {
    padding-top: 0;
    line-height: 1;
}

.personalDetailsForm .column .free-trial .floating-bg-image {
    display: none;
}

.personalDetailsForm .column .free-trial .offer {
    max-width: 100% !important;
    border: 1px solid transparent;
    padding: 20px 0 20px 0 !important;
    box-shadow: none !important;
    background: none !important;
}

@media only screen and (max-width: 991px) {
    .personalDetailsForm .column .free-trial .offer {
        width: 100%;
        float: left;
        max-width: 100% !important;
        margin-left: -10px !important;
    }
}

.personalDetailsForm .column .free-trial .offer .solutions {
    display: none;
}

.personalDetailsForm .column .free-trial .offer .price-container {
    padding: 0 0 0 0;
    display: block;
    line-height: 1;
}

.personalDetailsForm .column .free-trial .offer .price-container .price {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.personalDetailsForm .column .free-trial .offer .price-container .price-text {
    margin-bottom: 10px !important;
}

@media only screen and (min-width: 550px) {
    .personalDetailsForm .column .free-trial .offer .price-container .price-text {
        max-width: 67%;
    }
}

@media only screen and (min-width: 800px) {
    .personalDetailsForm .column .free-trial .offer .price-container .price-text {
        max-width: 75%;
    }
}

.personalDetailsForm .column .free-trial .offer .custom-control {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    top: 0;
    left: 0;
}

.personalDetailsForm .column .free-trial .offer .custom-control-input:active~.custom-control-label::before {
    background-color: transparent;
}

.personalDetailsForm .column .free-trial .offer .custom-control-input:checked~.custom-control-label::before,
.personalDetailsForm .column .free-trial .offer .custom-control-label.offer-control-label.active::before {
    background-color: transparent;
}

.personalDetailsForm .column .free-trial .offer .custom-control-input:checked~.custom-control-label::after,
.personalDetailsForm .column .free-trial .offer .custom-control-label.offer-control-label.active::after {
    background-image: none;
    color: white;
    content: "\f00c";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 15px;
    right: unset;
    width: 28px;
    height: 28px;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #245a71;
    border-radius: 50%;
    line-height: 28px;
}

.personalDetailsForm .column .free-trial .offer .custom-control-input:not(:checked)~.custom-control-label::after,
.personalDetailsForm .column .free-trial .offer .custom-control-label.offer-control-label::after {
    background-image: none;
    content: "";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 15px;
    right: unset;
    width: 28px;
    height: 28px;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #dee2e6;
    border-radius: 50%;
    line-height: 28px;
}

.personalDetailsForm .column .free-trial .offer .custom-control-input:not(:checked)~.custom-control-label:after {
    border: solid 2px #dee2e6;
    background: none;
}

.personalDetailsForm .column .free-trial .offer .custom-control-label:before {
    display: none;
}

.personalDetailsForm .column .free-trial .offer .custom-control-label {
    position: absolute !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 100% !important;
    display: block !important;
    padding: 0 0 0 0 !important;
    cursor: pointer;
    z-index: 1;
}

.personalDetailsForm .column .free-trial .free-trial-details {
    border: 0;
    box-shadow: none;
    padding: 0 0 0 0;
}

.personalDetailsForm .column .free-trial .free-trial-details .box-wrapper .box {
    width: 100%;
    padding: 0 0 0 0;
    margin-bottom: 20px;
    /*&:last-child
						{
							margin-bottom: 0;
						}*/
}

.personalDetailsForm .column .free-trial .free-trial-details .box-wrapper .box label,
.personalDetailsForm .column .free-trial .free-trial-details .box-wrapper .box input {
    outline: none !important;
}

.personalDetailsForm .column.fields {
    width: 100%;
    margin-right: 8%;
}

.personalDetailsForm .column.plans {
    width: 100%;
    margin-right: 8%;
}

.personalDetailsForm .column.plans .general.free-trial .container {
    padding-left: 15px;
    padding-right: 15px;
}

.personalDetailsForm .column.payment {
    width: 100%;
}

.personalDetailsForm .column.payment .button-container {
    margin-top: 0;
    text-align: center;
}

.personalDetailsForm section {
    padding: 40px 0 0 0 !important;
    display: table;
    width: 100%;
}

.personalDetailsForm h2 {
    text-align: center;
}

.personalDetailsForm .choose-plan {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.personalDetailsForm .free-trial {
    background: transparent !important;
    padding-top: 0 !important;
}

.personalDetailsForm .custom-radio-style-1 .custom-control {
    padding-left: 1.7rem;
    margin-bottom: 15px;
}

.personalDetailsForm .custom-radio-style-1 .custom-control input {
    width: 0 !important;
    height: 0 !important;
}

.personalDetailsForm .custom-radio-style-1 .custom-control label {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
}

.personalDetailsForm .bank-transfer-item {
    margin-bottom: 15px;
}

.personalDetailsForm .bank-transfer-item .text {
    margin-right: 10px;
}

.personalDetailsForm .checkbox-container {
    display: table;
    width: 100%;
    margin: auto;
}

.personalDetailsForm .checkbox-container .checkbox {
    border-radius: 3px !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
    position: absolute !important;
    left: 0 !important;
    top: 3px !important;
    float: none;
}

.personalDetailsForm .checkbox-container label.input-label {
    padding-left: 2rem !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    line-height: 1.5rem !important;
    top: 0 !important;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    float: none !important;
    vertical-align: middle !important;
}

.personalDetailsForm .checkbox-container label.error {
    display: table !important;
    width: inherit !important;
    max-width: inherit;
    position: relative;
    top: 0 !important;
}

section.custom-form .signupForm input,
section.custom-form .signupForm select {
    width: 100% !important;
}

section.custom-form .signupForm .button-container {
    margin-top: 20px;
}

section.custom-form .signupForm .button-container button {
    display: block;
    margin: auto;
    width: 300px;
    max-width: 90%;
}

section.custom-form .signupForm .showHidePass {
    right: 20px !important;
}

@media only screen and (max-width: 992px) {

    section.custom-form .signupForm .left-box,
    section.custom-form .signupForm .right-box {
        margin-left: 0;
        margin-right: 0;
    }
}

.signupForm .input-container {
    position: relative;
    display: table;
    width: 100%;
}

.signupForm label.error {
    position: absolute;
    left: 0;
    top: 100% !important;
    line-height: 20px;
    height: auto;
    padding: 0 0 0 0;
}

.signupForm label {
    width: 100% !important;
    height: auto !important;
}

.signupForm .flag-wrapper {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.signup.custom-form.business-form {
    margin-top: -115px;
}

@media only screen and (max-width: 1200px) {
    .signup.custom-form.business-form {
        margin-top: 0;
    }
}

section.custom-form .businessDetailsForm .box .details .flag-wrapper label.error {
    top: 100% !important;
    white-space: nowrap;
}

.businessDetailsForm {
    padding-bottom: 80px;
}

.businessDetailsForm section {
    padding-top: 0 !important;
}

.businessDetailsForm .section-title {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.businessDetailsForm .success-form-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.businessDetailsForm .success-form-message i {
    display: inline-block;
    margin: 0 0 0 0;
    font-size: 55px;
    color: #79c193;
    max-width: 55px;
}

.businessDetailsForm .success-form-message span {
    display: inline-block;
    max-width: unset;
    margin: 0 0 0 25px;
}

.front .personalDetailsForm .free-trial {
    background: #fff;
}

@media only screen and (max-width: 992px) {
    .wizard .actions ul li {
        width: 90% !important;
        display: block !important;
        margin: 0 auto 15px auto !important;
    }
}

@media only screen and (max-width: 992px) {
    .wizard .actions ul {
        width: 100% !important;
    }
}

.signupForm .box-container {
    display: table;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .signup.custom-form.checkout .container.main-checkout-container {
        max-width: 100%;
    }
}

.signup.custom-form.checkout .checkout-inner {
    padding: 30px !important;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-bottom: 70px;
}

.signup.custom-form.checkout .checkout-inner h3 {
    display: block;
    font-size: 1.8rem;
    line-height: 35px;
    margin: 0px 0 55px 0;
    letter-spacing: -0.4px;
    color: #245a71;
    font-family: -apple-system, BlinkMacSystemFont, 'Didact Gothic', sans-serif;
    font-weight: 400;
}

.signup.custom-form.checkout .checkout-inner .column.fields .title {
    margin-bottom: 20px;
    display: none;
    margin-top: 0;
}

.signup.custom-form.checkout .checkout-inner .column.fields .title.main {
    display: block;
    color: #7cb59b;
    font-weight: 600;
    font-size: 1.25rem;
    margin-top: 40px;
}

.signup.custom-form.checkout .checkout-inner .column.fields .title:before {
    content: "2";
    display: inline-block;
    background: #90c9a5;
    text-align: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    color: white;
    line-height: 38px;
    font-size: 19px;
    margin-right: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    top: -2px;
}

.signup.custom-form.checkout .checkout-inner .column.fields .box#choose-document-type {
    margin-top: 10px;
}

.signup.custom-form.checkout .checkout-inner .column.fields .box#choose-document-type,
.signup.custom-form.checkout .checkout-inner .column.fields .box#customer-invoice-details {
    width: 100%;
}

.signup.custom-form.checkout .checkout-inner .column.plans .price-container .price.plans,
.signup.custom-form.checkout .checkout-inner .column.plans .price-container .price-text.plans {
    display: none;
}

.signup.custom-form.checkout .checkout-inner .column.plans .price-container .price.checkout,
.signup.custom-form.checkout .checkout-inner .column.plans .price-container .price-text.checkout {
    display: block !important;
}

.signup.custom-form.checkout .checkout-inner .column.plans .box {
    width: 100%;
}

.signup.custom-form.checkout .checkout-inner .column.plans .box .title.invoice-type:before {
    display: none !important;
}

.signup.custom-form.checkout .checkout-inner .column.plans .details.invoice {
    width: 100%;
    float: left;
}

.signup.custom-form.checkout .checkout-inner .column.plans .details.invoice .box {
    width: 49%;
}

.signup.custom-form.checkout .checkout-inner .column.plans .box .title {
    margin-bottom: 10px;
    color: #7cb59b;
    font-weight: 600;
}

.signup.custom-form.checkout .checkout-inner .column.plans .box .title.invoice-type {
    margin-top: 30px;
    margin-bottom: 0px;
}

.signup.custom-form.checkout .checkout-inner .column.plans .box .title:before {
    content: "1";
    display: inline-block;
    background: #90c9a5;
    text-align: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    color: white;
    line-height: 38px;
    font-size: 19px;
    margin-right: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    top: -2px;
}

.signup.custom-form.checkout .checkout-inner .column.plans .box .free-trial .container {
    max-width: 100%;
}

.signup.custom-form.checkout .checkout-inner .column.plans .box .free-trial .offer .price-container {
    text-align: left;
    padding-left: 60px;
}

.signup.custom-form.checkout .checkout-inner .column.plans .box .free-trial .offer .price-container .price {
    max-width: 100%;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    font-size: 22px !important;
    margin-bottom: 10px !important;
    letter-spacing: 0.3px;
}

.signup.custom-form.checkout .checkout-inner .column.plans .box .free-trial .offer .price-container .price-text {
    font-size: 1rem;
    margin-bottom: 0 !important;
    color: gray;
    letter-spacing: 0.3px;
}

@media only screen and (max-width: 550px) {
    .signup.custom-form.checkout .checkout-inner .column.plans .box .free-trial .offer .price-container .price-text {
        margin-bottom: 10px !important;
    }
}

.signup.custom-form.checkout .checkout-inner .column.plans .box .free-trial .offer .price-container .price-text .vat {
    display: none;
}

.signup.custom-form.checkout .checkout-inner .column.plans .box .free-trial .offer .price-container .price.info.checkout {
    position: absolute;
    right: 15px;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 550px) {
    .signup.custom-form.checkout .checkout-inner .column.plans .box .free-trial .offer .price-container .price.info.checkout {
        position: relative;
        right: unset;
        top: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        margin-bottom: 0 !important;
    }
}

.signup.custom-form.checkout .checkout-inner .column.plans .box .free-trial-details .box.box-right .price {
    line-height: 1 !important;
}

@media only screen and (max-width: 1200px) {
    .signup.custom-form.checkout .checkout-inner .column.plans .box .free-trial-details .box.box-right .price {
        font-size: 24px !important;
        line-height: 28px !important;
    }
}

.signup.custom-form.checkout .checkout-inner .column.plans #choose-document-type .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #245a71;
}

.signup.custom-form.checkout .checkout-inner .column.payment .bank-items {
    background: #f4f7f8;
    padding: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    border-radius: 2px;
}

.signup.custom-form.checkout .checkout-inner .column.payment .bank-items .bank-transfer-item {
    margin-bottom: 10px;
}

.signup.custom-form.checkout .checkout-inner .column.payment .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #245a71;
}

.signup.custom-form.checkout .checkout-inner .column.payment .captcha-error {
    text-align: center;
    line-height: 20px;
    margin-left: 0;
    display: none;
    padding-top: 0;
    color: #cc0000;
}

.signup.custom-form.checkout .checkout-inner .column.payment .g-recaptcha {
    margin-top: 10px;
}

.signup.custom-form.checkout .checkout-inner .column.payment .title {
    margin-bottom: 20px;
    color: #7cb59b;
    font-weight: 600;
}

.signup.custom-form.checkout .checkout-inner .column.payment .title:before {
    content: "3";
    display: inline-block;
    background: #90c9a5;
    text-align: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    color: white;
    line-height: 38px;
    font-size: 19px;
    margin-right: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    top: -2px;
}

.signup.custom-form.checkout .checkout-inner .column.payment .checkbox-container {
    font-weight: normal;
    font-size: 16px;
    width: 100%;
    float: left;
}

.signup.custom-form.checkout .checkout-inner .column.payment .checkbox-container .checkbox {
    position: absolute;
    left: 15px;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    top: -2px;
    border: 2px solid #cccccc;
}

.signup.custom-form.checkout .checkout-inner .column.payment .checkbox-container label {
    top: 0;
    transform: none;
    padding: 0;
    padding-left: 27px;
    font-size: 15px;
    line-height: 22px;
}

.signup.custom-form.checkout .checkout-inner .column.payment .checkbox-container .checkbox:checked {
    background-color: #245a71;
}

.signup.custom-form.checkout .checkout-inner .column.payment .checkbox-container a {
    text-decoration: underline;
}

.signup.custom-form.checkout .checkout-inner .column.payment .button-container .btn-prm {
    background-color: #245a71;
    border-color: transparent;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    padding: 12px 20px;
    display: inline-block;
}

@media only screen and (max-width: 1200px) {
    .signup.custom-form.checkout .checkout-inner .column.payment .button-container .btn-prm {
        float: none;
        width: 100%;
        text-align: center;
        font-size: 15px;
    }
}

.signup.custom-form.checkout .checkout-inner .column.payment .button-container .btn-prm:hover,
.signup.custom-form.checkout .checkout-inner .column.payment .button-container .btn-prm:focus {
    background: #ffaa45;
    border-color: #ffaa45;
    color: #245a71;
}

@media only screen and (max-width: 1200px) {
    .signup.custom-form.checkout .checkout-inner {
        margin-top: 0px;
    }

    .signup.custom-form.checkout .checkout-inner .column.fields .title,
    .signup.custom-form.checkout .checkout-inner .column.plans .title,
    .signup.custom-form.checkout .checkout-inner .column.payment .title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {

    .signup.custom-form.checkout .checkout-inner .column.fields,
    .signup.custom-form.checkout .checkout-inner .column.plans,
    .signup.custom-form.checkout .checkout-inner .column.payment {
        width: 100%;
        margin: 0;
    }
}

.checkout-inner .column.payment .box {
    width: 100%;
    float: none;
}

.checkout-inner .column.payment .box label {
    width: 100%;
}

.checkout-inner .column.payment .box label i {
    position: relative;
    font-size: 25px;
    color: #245a71;
}

.details.checkout-action-container .custom-control-label::before,
.details.checkout-action-container .custom-control-label::after {
    top: 0px;
}

.details.checkout-action-container label {
    margin-left: 10px;
    height: auto;
}

@media only screen and (max-width: 1200px) {

    .checkout-left,
    .checkout-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .general.general-2.checkout-header {
        padding-bottom: 80px !important;
    }
}

.general.general-2.checkout-header h1 {
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 2.3rem;
    font-size: 2rem;
    color: #245a71;
    padding-bottom: 70px;
}

@media only screen and (max-width: 1200px) {
    .checkout-left .checkout-inner {
        margin-bottom: 30px !important;
    }
}

.checkout-inner .choose-plan .custom-radio .custom-control-input:checked~.custom-control-label {
    border: solid 2px #245a71;
    border-radius: 5px;
    background: #90c9a51c;
}

.checkout-inner .choose-plan .custom-radio .custom-control-input~.custom-control-label {
    border: solid 2px #dee2e6;
    border-radius: 5px;
}

.checkout-inner .choose-plan .custom-radio .custom-control-input~.custom-control-label:hover {
    background: #90c9a51c;
}

.checkout-inner .totals {
    padding: 30px;
    background: #f4f7f8;
    margin-bottom: 15px;
    border-radius: 3px;
    display: none;
}

.checkout-inner .totals .total-container {
    letter-spacing: 0.3px;
    font-size: 16px;
    margin-bottom: 1rem;
    display: table;
    width: 100%;
}

.checkout-inner .totals .total-container .totals-title {
    max-width: 77%;
    display: inline-block;
    float: left;
}

@media only screen and (max-width: 400px) {
    .checkout-inner .totals .total-container .totals-title {
        width: 100%;
        max-width: 100%;
    }
}

.checkout-inner .totals .total-container span {
    float: right;
    color: #676767;
}

@media only screen and (max-width: 400px) {
    .checkout-inner .totals .total-container span {
        width: 100%;
        max-width: 100%;
    }
}

.checkout-inner .totals .total-container i {
    margin-left: 5px;
    color: gray;
    cursor: pointer;
    opacity: 0.7;
}

.checkout-inner .totals .total-container i:hover {
    opacity: 1;
}

.checkout-inner .totals .discount-totals .totals-title b {
    color: #cc0000;
}

.checkout-inner .totals .discount-totals span {
    color: #cc0000;
}

.checkout-inner .totals .last .total-container {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    border-top: 1px solid #dde1e2;
    padding-top: 15px;
    color: #245a71;
}

@media only screen and (max-width: 400px) {
    .checkout-inner .totals .last .total-container .totals-title {
        max-width: initial;
        width: auto;
    }
}

@media only screen and (max-width: 400px) {
    .checkout-inner .totals .last .total-container span {
        max-width: initial;
        width: auto;
    }
}

.checkout-inner .totals .last span {
    color: #245a71;
}

.tooltip .tooltip-inner {
    background-color: #245a71;
}

.tooltip .arrow:before {
    border-top-color: #245a71;
}

#paypal-button-container {
    text-align: center;
}

.checkout-message .checkout-inner .msg-img {
    margin-top: 40px;
}

.checkout-message .checkout-inner .msg-text h3 {
    margin-bottom: 10px !important;
}

.checkout-message .checkout-inner .msg-buttons {
    margin-top: 20px;
    margin-bottom: 50px;
}

.checkout-message .checkout-inner .msg-buttons .btn-prm {
    background-color: #245a71;
    border-color: transparent;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    width: auto;
    text-align: center;
    margin-top: 15px;
    padding: 12px 20px;
    display: inline-block;
    min-width: 250px;
}

.checkout-message .checkout-inner .msg-buttons .btn-prm:hover {
    background: #ffaa45;
    border-color: #ffaa45;
    color: #245a71;
}

.checkout-message .checkout-inner .msg-buttons .btn-prm i {
    margin-right: 10px;
}

#paypal-marks-container .paypal-marks {
    display: none !important;
}

@media only screen and (max-width: 1200px) {
    .front .general.checkout-header {
        padding-bottom: 60px !important;
        padding-top: 30px !important;
    }
}

.front .checkout .extra-services .custom-title {
    font-size: 1.2rem;
    color: #245a71;
    font-weight: bold;
    margin-bottom: 15px;
}

.front .checkout .extra-services label {
    font-weight: normal !important;
    cursor: pointer;
}

.front .checkout .custom-service {
    border: solid 2px #dee2e6;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

.front .checkout .custom-service .checkbox-container {
    width: auto !important;
    display: inline-block;
}

.front .checkout .custom-service .cost {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    color: #245a71;
    font-weight: bold;
    font-size: 1.2rem;
}

.front .checkout .custom-service .checkbox {
    top: 0 !important;
}

.front .checkout .custom-service .more-accounts {
    padding-left: 2rem;
}

.front .checkout .custom-service .more-accounts label {
    width: auto !important;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.front .checkout .custom-service .more-accounts input {
    width: 100px !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    margin-left: 15px;
}

/*-------------------------*/
/* components upload_file */
/*-----------------------*/
section.upload_file .loader-container {
    display: none;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

section.upload_file .loader-container svg {
    max-height: 90px;
}

section.upload_file .dropify-wrapper label.error {
    position: absolute;
    margin: 0 auto 0 auto;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.4);
}

section.upload_file .block {
    display: block;
    width: 100%;
    background-color: #fff;
}

section.upload_file label {
    vertical-align: top !important;
}

section.upload_file label.error {
    display: block;
    width: 100%;
    margin-top: 10px;
}

section.upload_file form {
    display: table;
    width: 100%;
    margin: auto;
    max-width: 800px;
}

section.upload_file form select {
    box-shadow: none;
    border: 1px solid #ececec !important;
    width: 100%;
    padding: 10px 15px;
    height: auto !important;
    margin: 10px 0 0 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    cursor: pointer;
    background: rgba(36, 90, 113, 0.05);
}

section.upload_file form select:focus {
    background: rgba(36, 90, 113, 0.05);
}

@media only screen and (max-width: 991px) {
    .excelInputForm .form-container {
        padding: 15px 30px;
    }
}

.duplicates_modal {
    position: relative;
}

.duplicates_modal .title {
    display: block;
    width: 100%;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.duplicates_modal .column-titles {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.duplicates_modal .column-titles .column-title {
    width: 50%;
    float: left;
    font-size: 1.1rem;
    font-style: italic;
}

.duplicates_modal .dup-radio-container {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.duplicates_modal .dup-radio-container .custom-radio {
    width: 50%;
    float: left;
    padding: 0 0 0 0;
}

.duplicates_modal .dup-radio-container .custom-radio .custom-control-input {
    position: relative;
    width: 0;
    height: 0;
}

.duplicates_modal .dup-radio-container .custom-radio label {
    width: 100%;
    display: block;
    margin: 0 0 0 0;
}

.duplicates_modal .dup-radio-container .custom-radio label .label-container {
    border: 2px solid transparent;
    padding: 5px;
    display: block;
    width: 100%;
}

.duplicates_modal .dup-radio-container .custom-radio label:before,
.duplicates_modal .dup-radio-container .custom-radio label:after {
    display: none;
}

.duplicates_modal .dup-radio-container .custom-radio label .dup-value {
    display: block;
    width: 100%;
    padding: 0 2%;
}

.duplicates_modal .dup-radio-container .custom-radio label .highlight {
    background-color: #ffff00;
}

.duplicates_modal .dup-radio-container .custom-radio label.active .label-container {
    border-color: #79c193;
}

.duplicates_modal .res-container {
    display: table;
    width: 100%;
}

.duplicates_modal .res-container .res-container-item {
    float: left;
    width: 50%;
}

.duplicates_modal .res-container .res-container-item .dup-value {
    width: 100%;
    display: block;
    padding: 0 2%;
}

/*-------------------------*/
/* components reservations */
/*-----------------------*/
section.pending-reservations {
    position: relative;
    background: #fff;
}

.pending_reservations .block {
    display: block;
    width: 100%;
}

/*-------------------------*/
/* components reservation */
/*-----------------------*/
.edit-reservation .full-width {
    width: 100%;
}

.edit-reservation .success-form-message {
    margin-bottom: 40px !important;
}

.edit-reservation form {
    max-width: 100% !important;
}

.edit-reservation .custom-table-customer .field {
    width: 20% !important;
}

.edit-reservation .field {
    width: 20% !important;
}

.edit-reservation .field.comments {
    width: 100% !important;
}

.edit-reservation .custom-table-invoice .field {
    width: 33.333333% !important;
}

.edit-reservation .custom-table-invoice .field:nth-child(3) .field-content {
    padding: 0 0 0 0 !important;
}

.edit-reservation button {
    float: none !important;
    display: inline-block !important;
    max-width: 80% !important;
    min-width: 350px;
}

.edit-reservation .btn-prm {
    float: none !important;
    display: inline-block !important;
    max-width: 80% !important;
    min-width: 350px;
}

/*-------------------------*/
/* components reservations */
/*-----------------------*/
section.box .title.load-content {
    display: flex;
    width: auto;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 10px;
    cursor: pointer;
    float: none;
    background: none !important;
    border: none;
    color: #2f6577;
    box-shadow: none;
    text-transform: none;
    font-size: 15px;
    border-radius: 0;
}

@media only screen and (max-width: 991px) {
    section.box .title.load-content {
        flex: none;
        width: 100%;
    }
}

section.box .title.load-content.active-button {
    background: #245a71 !important;
    color: white;
}

section.box .title.load-content:not(.active-button):hover {
    background: #245a71 !important;
    color: white;
}

section.box .title.load-content.expired .bubble {
    display: none;
    background: #fb291f;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    width: 21px;
    text-align: center;
    height: 21px;
    line-height: 22px;
    margin-left: 4px;
}

.all-reservations {
    margin-bottom: 40px;
}

section.reservations {
    position: relative;
}

section.reservations .title-wrapper {
    display: flex;
    width: 100%;
    text-align: center;
    background: #f4f2f3;
    border-radius: 3px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    section.reservations .title-wrapper {
        flex-direction: column;
    }
}

section.reservations #reservations-container-loader,
section.reservations #all-reservations-container-loader {
    position: relative;
    text-align: center;
    min-height: 400px;
}

section.reservations #reservations-container-loader svg,
section.reservations #all-reservations-container-loader svg {
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

section.reservations .reservation-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0;
    line-height: 40px;
}

section.reservations .radio-wrapper {
    border: none;
    margin-top: -29px;
    padding-bottom: 40px;
    padding: 20px;
}

section.reservations .radio-wrapper .radio-item-wrapper {
    display: inline-block;
    margin-right: 20px;
}

section.reservations .radio-wrapper .radio-item-wrapper .custom-control-label {
    color: #245a71;
}

.dataTables_wrapper .dataTables_filter label {
    width: 100%;
    color: #245a71;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    text-align: left;
}

.dataTables_wrapper .dataTables_filter:first-child label {
    padding-right: 10%;
}

.dataTables_wrapper .dataTables_filter:last-child label {
    padding-left: 10%;
}

.dataTables_wrapper .dataTables_filter label input,
.dataTables_wrapper .dataTables_filter label select {
    box-shadow: none;
    border: 1px solid #ececec !important;
    width: 100%;
    padding: 10px 15px;
    margin: 10px 0 0 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    cursor: pointer;
    background: rgba(36, 90, 113, 0.05);
}

.dataTables_wrapper .dataTables_filter label input[type="search"] {
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: 15px center;
    font-size: 16px;
}

.dataTables_wrapper .dataTables_filter label input.datepicker {
    background-image: url("../images/calendar.png");
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: 15px center;
    font-size: 16px;
}

/*-------------------------*/
/* components new_receipt */
/*-----------------------*/
section.receipt .select-fields-container .field-container {
    display: table;
    width: 70%;
    position: relative;
}

section.receipt .select-fields-container .field-container select {
    width: 100% !important;
}

section.receipt .field-error-container .field {
    margin-bottom: 45px !important;
}

@media only screen and (max-width: 768px) {
    section.receipt .field-error-container .field {
        margin-bottom: 55px !important;
    }
}

section.receipt .field {
    position: relative;
}

section.receipt .field.document-settings {
    margin-bottom: 15px;
}

section.receipt .field.document-settings:last-child {
    margin-bottom: 0;
}

section.receipt label.error {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100% !important;
    margin-top: 3px;
    padding: 5px 0 !important;
    height: auto;
    line-height: 100% !important;
}

section.receipt input.error,
section.receipt select.error {
    background: #fbe3e4 !important;
    border: 1px solid #fbc2c4 !important;
    color: #8a1f11 !important;
}

section.receipt .infobox .item {
    margin-bottom: 5px;
}

section.receipt .infobox {
    display: table;
    width: 100%;
}

section.receipt .infobox .field-container {
    display: table;
    width: 100%;
    position: relative;
}

section.receipt .infobox .field.comments {
    width: 100% !important;
}

section.receipt .infobox .field.comments .field-content {
    padding: 0;
}

section.receipt .infobox .field.comments textarea {
    height: 150px !important;
}

section.receipt .infobox .field {
    display: inline-table;
    vertical-align: middle;
    width: 20%;
    margin-bottom: 5px;
    position: relative;
    float: left;
}

section.receipt .infobox .field:last-child .field-content {
    padding: 0 0 0 0 !important;
}

@media only screen and (max-width: 1200px) {
    section.receipt .infobox .field:last-child .field-content {
        padding: 0 20px 0 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    section.receipt .infobox .field:last-child .field-content {
        padding: 0 0 0 0 !important;
    }
}

section.receipt .infobox .field .field-content {
    display: table;
    width: 100%;
    padding: 0 20px 0 0;
}

@media only screen and (max-width: 768px) {
    section.receipt .infobox .field .field-content {
        padding: 0 0 0 0;
    }
}

section.receipt .infobox .field label {
    display: block !important;
    width: 100% !important;
}

section.receipt .infobox .field label span {
    color: red;
}

@media only screen and (max-width: 480px) {
    section.receipt .infobox .field label {
        width: 100% !important;
        padding: 15px 5% 15px 5% !important;
    }
}

section.receipt .infobox .field label .label-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.receipt .infobox .field input:not(.checkbox),
section.receipt .infobox .field select {
    display: block !important;
    width: 100% !important;
    box-shadow: none;
    border: 1px solid #ececec !important;
    width: 100%;
    padding: 10px 15px;
    height: 45px !important;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    cursor: pointer;
    background: rgba(36, 90, 113, 0.05);
    border-top: 0 !important;
    line-height: 23px;
}

@media only screen and (max-width: 480px) {

    section.receipt .infobox .field input:not(.checkbox),
    section.receipt .infobox .field select {
        width: 100% !important;
        padding: 15px 5% 15px 5% !important;
    }
}

section.receipt .infobox .field textarea {
    display: block !important;
    width: 100% !important;
    box-shadow: none;
    border: 1px solid #ececec !important;
    width: 100%;
    padding: 10px 15px;
    height: auto !important;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    background: rgba(36, 90, 113, 0.05);
}

@media only screen and (max-width: 1200px) {
    section.receipt .infobox .field {
        width: 33.333% !important;
    }
}

@media only screen and (max-width: 992px) {
    section.receipt .infobox .field {
        width: 50% !important;
    }
}

@media only screen and (max-width: 768px) {
    section.receipt .infobox .field {
        width: 100% !important;
    }
}

section.receipt .custom-table-customer .field {
    width: 25%;
}

@media only screen and (max-width: 1200px) {
    section.receipt .custom-table-customer .field {
        width: 33.333% !important;
    }
}

@media only screen and (max-width: 992px) {
    section.receipt .custom-table-customer .field {
        width: 50% !important;
    }
}

@media only screen and (max-width: 768px) {
    section.receipt .custom-table-customer .field {
        width: 100% !important;
    }
}

section.receipt .custom-table-payment .field {
    width: 16.666%;
}

@media only screen and (max-width: 1200px) {
    section.receipt .custom-table-payment .field {
        width: 50% !important;
    }
}

@media only screen and (max-width: 768px) {
    section.receipt .custom-table-payment .field {
        width: 100% !important;
    }
}

section.receipt .custom-table-payment .date-content {
    width: 15%;
}

section.receipt .custom-table-payment .description-content {
    width: 35%;
}

section.receipt .custom-table-invoice .field {
    width: 33.333333%;
}

section.receipt .custom-table-invoice .field:nth-child(3) .field-content {
    padding: 0 0 0 0 !important;
}

@media only screen and (max-width: 1200px) {
    section.receipt .custom-table-invoice .field:nth-child(3) .field-content {
        padding: 0 20px 0 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    section.receipt .custom-table-invoice .field:nth-child(3) .field-content {
        padding: 0 0 0 0 !important;
    }
}

@media only screen and (max-width: 992px) {
    section.receipt .custom-table-invoice .field {
        width: 50% !important;
    }
}

@media only screen and (max-width: 768px) {
    section.receipt .custom-table-invoice .field {
        width: 100% !important;
    }
}

section.receipt .details .block {
    display: table;
    width: 100%;
}

section.receipt .details .box {
    width: 50%;
}

@media only screen and (max-width: 576px) {
    section.receipt .details .box {
        width: 100% !important;
    }
}

@media only screen and (max-width: 991px) {
    section.receipt .details .box {
        padding: 0;
    }
}

section.receipt .field {
    display: table;
    width: 100%;
}

section.receipt .value {
    display: inline-block;
    width: 70%;
    float: left;
    padding: 10px 10px 10px 0;
    line-height: 25px;
    height: 50px;
    margin: 0 0 0 0;
}

section.receipt .infotable {
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

section.receipt .infotable .content-item {
    position: relative;
}

section.receipt .infotable .field {
    width: 100%;
    height: 100%;
}

section.receipt .infotable .header .header-wrapper {
    background-color: #f4f2f3;
}

section.receipt .infotable .header .header-item {
    font-weight: normal;
}

section.receipt .infotable .header .header-item span {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

section.receipt .infotable .header-item,
section.receipt .infotable .content-item {
    padding: 0;
    width: 20%;
    display: inline-block;
    float: left;
}

section.receipt .infotable .description {
    width: 40%;
}

section.receipt .infotable input {
    width: 100% !important;
    padding: 5px 0 5px 0 !important;
    text-align: center;
    border: 0 !important;
}

section.receipt .infotable textarea {
    text-align: center;
    border: 0;
    width: 100%;
    resize: none;
}

section.receipt form {
    display: table;
    width: 100%;
    margin: auto;
    max-width: 800px;
}

.new_receipt_form {
    max-width: 100% !important;
}

.new_receipt_form label {
    line-height: 20px !important;
}

.new_receipt_form .heading-title {
    font-size: 23px !important;
    border-bottom: solid 1px #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
}

.new_receipt_form button {
    float: none !important;
    max-width: initial !important;
    margin: auto;
    width: 350px;
}

@media only screen and (max-width: 576px) {
    .new_receipt_form button {
        width: 90% !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
}

.new_receipt_form .toggle-invoice {
    margin-top: 0;
}

@media only screen and (max-width: 768px) {
    .new_receipt_form .toggle-invoice label {
        width: 100%;
    }

    .new_receipt_form .toggle-invoice .field-container {
        width: 100% !important;
    }
}

.new_receipt_form .dynamic-content .dynamic-field {
    line-height: 12px;
    padding: 15px 15px 15px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.new_receipt_form .infobox .field.dynamic-content {
    display: none;
}

.new_receipt_form .infobox .field.dynamic-content.showField {
    display: inline-table;
}

.update_receipt_form .edit-invoice-details .field {
    width: 33.333% !important;
}

@media only screen and (max-width: 768px) {
    section.receipt .infobox .field label.error {
        padding: 5px 0 !important;
    }
}

@media only screen and (max-width: 576px) {
    .toggle-invoice {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 576px) {
    .toggle-invoice .custom-table-toggle label {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .toggle-invoice .custom-table-toggle .field-container {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    section.receipt .select-fields-container .field-container {
        width: 100%;
    }
}

section.receipt .textarea-container .comments {
    width: 100%;
}

section.custom-form .field label {
    font-weight: 600;
    color: #245a71;
}

section.custom-form select {
    box-shadow: none;
    border: 1px solid #ececec !important;
    width: 100%;
    padding: 10px 15px;
    height: 45px !important;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    cursor: pointer;
    background: rgba(36, 90, 113, 0.05);
}

/*-------------------------*/
/* components profile */
/*-----------------------*/
section.profile .showHidePass {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 16px;
}

section.profile .showHidePass:hover i {
    color: #79c193;
}

section.profile .field-content {
    display: table;
    width: 100%;
}

section.profile .field-content label {
    display: inline-table;
    vertical-align: middle;
    width: 40%;
    float: none;
}

@media only screen and (max-width: 768px) {
    section.profile .field-content label {
        width: 100%;
        height: auto !important;
    }
}

section.profile .field-content .field-container {
    display: inline-table;
    vertical-align: middle;
    width: 60%;
    float: none;
    padding: 0 0 0 0;
    position: relative;
}

@media only screen and (max-width: 768px) {
    section.profile .field-content .field-container {
        width: 100%;
    }
}

section.profile .field-content .field-container input {
    display: block !important;
    width: 100% !important;
    box-shadow: none;
    border: 1px solid #ececec !important;
    width: 100%;
    padding: 10px 15px;
    height: auto !important;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    background: rgba(36, 90, 113, 0.05);
    border-top: 0 !important;
}

section.profile .select-fields-container {
    position: relative;
}

section.profile .select-fields-container select {
    width: 100% !important;
}

section.profile .field-container {
    display: inline-block;
    width: 70%;
    float: left;
    padding: 10px 10px 10px 0;
    margin: 0 0 0 0;
}

section.profile .field {
    position: relative;
    margin-bottom: 10px;
}

section.profile label.error {
    width: 100% !important;
    padding: 10px 0px 0 0;
    color: Red;
}

section.profile .details .block {
    display: table;
    width: 100%;
}

section.profile .details .block button {
    width: auto;
}

@media only screen and (max-width: 768px) {
    section.profile .details .block button {
        float: none !important;
        margin: auto;
    }
}

section.profile .details .box {
    position: relative;
}

section.profile .details .box:first-child {
    margin-top: 0;
}

@media only screen and (max-width: 576px) {
    section.profile .details .box {
        width: 100%;
    }
}

section.profile .details .fields-container {
    max-width: 90%;
    width: 700px;
}

@media only screen and (max-width: 992px) {
    section.profile .details .fields-container {
        width: 90% !important;
    }
}

@media only screen and (max-width: 768px) {
    section.profile .details .fields-container {
        width: 100% !important;
        max-width: 100% !important;
    }
}

section.profile .field {
    display: table;
    width: 100%;
}

section.profile form {
    display: table;
    width: 100%;
    margin: auto;
}

section.profile .infobox.fields-container {
    width: 100%;
    max-width: 100%;
}

section.profile .infobox {
    display: table;
    width: 100%;
}

section.profile .infobox .field-container {
    display: table;
    width: 100%;
    position: relative;
}

section.profile .infobox .field {
    display: inline-table;
    vertical-align: middle;
    width: auto !important;
    margin-right: 20px;
    margin-bottom: 5px;
    position: relative;
}

@media only screen and (max-width: 992px) {
    section.profile .infobox .field {
        width: 100%;
    }
}

section.profile .infobox .field span {
    display: block !important;
    width: 100% !important;
    border-bottom: none !important;
    border-bottom: none !important;
    padding: 15px 0 !important;
    font-size: 20px;
}

section.profile .infobox .field:last-child .field-content {
    padding: 0 0 0 0 !important;
}

section.profile .infobox .field .field-content {
    display: table;
    width: 100%;
    padding: 0 5px 0 0;
}

@media only screen and (max-width: 992px) {
    section.profile .infobox .field .field-content {
        padding: 0 0 0 0 !important;
    }
}

section.profile .infobox .field label {
    display: block !important;
    width: 100% !important;
}

section.profile .infobox .field label .label-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
    section.profile .infobox .field label .label-container {
        top: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        padding: 10px 0;
    }
}

section.profile .infobox .field label:not(.error) {
    border-bottom: solid 1px #eeeeee;
}

section.profile .infobox .field input {
    display: block !important;
    width: 100% !important;
    border-bottom: none !important;
    padding: 15px 15px 15px 15px !important;
    background: rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 768px) {
    section.profile button {
        min-width: 70% !important;
    }
}

@media only screen and (max-width: 480px) {
    section.profile button {
        min-width: 90% !important;
    }
}

section.profile i {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 34px;
    color: #245a71;
}

section.profile .document-settings .block-wrapper {
    width: 100%;
}

section.profile .document-settings .preview-container {
    display: inline-block;
    margin-right: 25px;
}

section.profile .document-settings .preview-container .preview-title {
    display: block;
    color: #245a71;
    padding-bottom: 10px;
}

section.profile .document-settings .preview-container a {
    display: block;
}

section.profile .document-settings .preview-container img {
    display: block;
    border: 1px solid #eeeeee;
}

section.profile .document-settings .excel-settings .box.full-width {
    width: 100% !important;
}

.profile_form {
    max-width: 100% !important;
}

.profile_form label {
    line-height: 20px !important;
}

.profile_form .heading-title {
    font-size: 1rem !important;
    font-weight: bold !important;
}

.profile_form button {
    float: left !important;
    margin-top: 0;
}

.hotel_profile section {
    display: table;
    width: 100%;
}

.hotel_profile .basic-info {
    position: relative;
    /*&:after{
      content: ''; 
      position: absolute; 
      top: 0;
      right: -1px;
      width: 1px; 
      height: 100%;
      background: $clr-grey-2;
    }*/
}

.hotel_profile .basic-info .box {
    margin: 0 4% 0 0;
}

@media only screen and (max-width: 992px) {
    .hotel_profile .basic-info .box {
        margin: 0 0 0 0;
    }
}

.hotel_profile .tax-info .box {
    margin: 0 0 0 4%;
}

@media only screen and (max-width: 992px) {
    .hotel_profile .tax-info .box {
        margin: 0 0 0 0;
    }
}

.hotel_profile .block-wrapper.submit {
    width: 100% !important;
    padding: 0;
    margin-top: 15px;
}

.hotel_profile .block-wrapper.excel-settings {
    margin-bottom: 40px;
}

.hotel_profile .block-wrapper.excel-settings .back-container {
    margin-bottom: 50px;
}

.hotel_profile .block-wrapper.excel-settings .back-container .btn-prm {
    width: auto !important;
    margin-top: 30px !important;
}

.hotel_profile .block-wrapper.excel-settings .text .info {
    font-size: 17px;
}

.hotel_profile .block-wrapper.excel-settings .btn-prm {
    height: auto;
    background: white;
    color: #245a71;
}

@media only screen and (max-width: 991px) {
    .hotel_profile .block-wrapper.excel-settings .btn-prm {
        display: block;
        float: left !important;
        width: auto;
    }
}

.hotel_profile .block-wrapper.excel-settings .btn-prm:hover {
    background: #ffaa45;
}

.hotel_profile .block-wrapper.excel-settings .btn-prm .icon i {
    font-size: 20px;
    margin-right: 10px;
}

.hotel_profile .block-wrapper.excel-settings .btn-prm .desc {
    padding: 0;
}

.hotel_profile .block-wrapper.excel-settings .title {
    display: block;
    margin-top: 50px;
    line-height: 28px;
    font-size: 24px;
    margin-bottom: 0;
    letter-spacing: -0.4px;
    color: #245a71;
}

.hotel_profile .block-wrapper.excel-settings .matching-container .field {
    width: 46%;
}

@media only screen and (max-width: 992px) {
    .hotel_profile .block-wrapper.excel-settings .matching-container .field {
        width: 100% !important;
        margin: 0 0 15px 0 !important;
    }
}

.hotel_profile .block-wrapper.excel-settings .matching-container a {
    width: 400px !important;
    max-width: 90% !important;
    min-width: 250px;
}

@media only screen and (max-width: 992px) {
    .hotel_profile .block-wrapper.excel-settings .matching-container a {
        width: 90% !important;
    }
}

.hotel_profile .block-wrapper.excel-settings section .box {
    width: 49% !important;
}

@media only screen and (max-width: 992px) {
    .hotel_profile .block-wrapper.excel-settings section .box {
        width: 100% !important;
        margin: 0 0 15px 0 !important;
    }
}

.hotel_profile .block-wrapper.excel-settings a {
    float: none !important;
}

.hotel_profile .block-wrapper {
    width: 50%;
    display: inline-table;
    float: left;
}

@media only screen and (max-width: 992px) {
    .hotel_profile .block-wrapper {
        width: 100%;
    }
}

.hotel_profile .block-wrapper section {
    position: relative;
}

.hotel_profile .block-wrapper section .box {
    display: table;
    width: 96% !important;
}

@media only screen and (max-width: 992px) {
    .hotel_profile .block-wrapper section .box {
        width: 100% !important;
    }
}

.hotel_profile .block-wrapper section .box .title {
    font-size: 20px;
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 25px;
    padding-bottom: 15px;
    color: black;
}

.hotel_profile .display-info {
    width: 100% !important;
    margin: 30px 0 30px 0;
}

@media only screen and (max-width: 992px) {
    .hotel_profile .display-info .field {
        width: 100% !important;
    }
}

.hotel_profile .file-drop-area {
    width: 100% !important;
    margin-bottom: 40px;
}

.hotel_profile .excel-settings {
    width: 100% !important;
}

.hotel_profile .excel-settings .custom-settings-container {
    display: table;
}

.hotel_profile .block-wrapper:not(.excel-settings) label.error {
    padding-left: 30% !important;
}

.hotel_profile button.btn-prm {
    margin-top: 0;
}

@media only screen and (max-width: 991px) {
    .hotel_profile button.btn-prm {
        float: none;
        margin: auto;
    }
}

.hotel_profile .dropify-wrapper .dropify-clear {
    background: red;
    border-color: red;
    border-radius: 30px;
}

.hotel_profile .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: white;
}

.field.image-drop-area.hotel-info .dropify-wrapper {
    margin-top: 30px;
}

.master-title {
    margin-bottom: 40px !important;
}

.block-wrapper-container {
    display: table;
    width: 100%;
}

.profile-container .title.login-info-title {
    font-size: 1.8rem !important;
    line-height: 28px;
    margin: 20px 0 40px 0;
    letter-spacing: -0.4px;
    color: #245a71;
}

.profile-container .block-wrapper .title,
.profile-container .hotel_profile .title {
    font-size: 24px;
    margin-bottom: 0;
}

/*-------------------------*/
/* components support */
/*-----------------------*/
.support .title.inner {
    max-width: 700px;
    width: 700px;
    padding: 0 0 0 0;
    margin: 40px auto;
    font-size: 1.1rem;
    font-weight: bold;
}

@media only screen and (max-width: 992px) {
    .support .title.inner {
        max-width: 90%;
        width: 90%;
    }
}

.support .title.inner.history {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 0 0 0;
    margin: 0px auto 40px auto;
    font-size: 1.1rem;
    font-weight: bold;
}

.support .submit.block {
    display: block !important;
    max-width: 700px !important;
    width: 700px !important;
    margin: auto !important;
    padding: 0 0 0 0 !important;
}

.support .submit.block button {
    width: 80%;
    margin-left: 20% !important;
    margin-bottom: 0 !important;
}

.support .field {
    margin-bottom: 30px;
}

.support .field label {
    width: 20% !important;
    vertical-align: top !important;
}

.support textarea {
    display: block;
    width: 100%;
    height: 165px;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.support section {
    display: block;
    width: 100%;
}

.support section.timeline {
    width: 100% !important;
    max-width: 100% !important;
}

.timeline {
    position: relative;
    list-style: none;
    margin: 0 auto;
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #e9edf2;
}

.timeline>li {
    position: relative;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .timeline>li {
        margin-bottom: 40px;
    }

    .timeline>li .timeline-badge {
        right: 0;
        left: unset !important;
    }
}

@media only screen and (max-width: 991px) {
    .timeline>li.timeline-inverted .timeline-badge {
        left: 25px !important;
    }
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    float: left;
    position: relative;
    width: calc(50% - 40px);
    padding: 20px;
    border: 1px solid rgba(120, 130, 140, 0.13);
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background: #f4f2f33b;
}

.timeline>li>.timeline-panel .text-muted {
    color: #a0a0a0 !important;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 991px) {
    .timeline>li>.timeline-panel {
        width: calc(100% - 50px) !important;
    }
}

.timeline>li>.timeline-panel:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -8px;
    border-top: 8px solid transparent;
    border-right: 0 solid rgba(120, 130, 140, 0.13);
    border-bottom: 8px solid transparent;
    border-left: 8px solid rgba(120, 130, 140, 0.13);
}

.timeline>li>.timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -7px;
    border-top: 7px solid transparent;
    border-right: 0 solid #ffffff;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ffffff;
}

.timeline>li>.timeline-badge {
    z-index: 10;
    position: absolute;
    top: 15px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    color: #fff;
    overflow: hidden;
}

.timeline>li>.timeline-badge i {
    font-size: 25px;
    line-height: 42px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    width: calc(50% - 30px);
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -8px;
    border-right-width: 8px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -7px;
    border-right-width: 7px;
    border-left-width: 0;
}

.timeline-badge.primary {
    background-color: #745af2;
}

.timeline-badge.success {
    background-color: #79c193;
}

.timeline-badge.warning {
    background-color: #245a71;
}

.timeline-badge.danger {
    background-color: #ef5350;
}

.timeline-badge.info {
    background-color: #398bf7;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-weight: 400;
    text-transform: unset;
    font-size: 21px;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
    color: #245a71;
}

.timeline-body>p+p {
    margin-top: 5px;
}

/*******************
Horizontal Timeline page
******************/
.cd-horizontal-timeline .events a {
    padding-bottom: 6px;
    color: #398bf7;
}

.cd-horizontal-timeline .filling-line,
.cd-horizontal-timeline .events a.selected::after {
    background: #398bf7;
}

.cd-horizontal-timeline .events a.selected::after {
    border-color: #398bf7;
}

.cd-horizontal-timeline .mt-40 {
    margin-top: 40px !important;
}

@media only screen and (max-width: 992px) {
    .support .fields-container .field-content label {
        width: 100% !important;
    }
}

@media only screen and (max-width: 992px) {
    .support .fields-container .field-content .field-container {
        width: 100% !important;
    }
}

@media only screen and (max-width: 992px) {
    .support .submit.block {
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (max-width: 992px) {
    .support .submit.block button {
        width: 90% !important;
        margin: 0 auto 0 auto !important;
        max-width: 90% !important;
        float: none !important;
        display: block !important;
    }
}

section.support.list .titles.row {
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    section.support.list .titles.row {
        display: none;
    }
}

section.support.list .titles.row .col.number {
    max-width: 55px;
}

section.support.list .titles.row span {
    font-weight: 600;
    color: #255b71;
}

section.support.list .titles.row .col.status {
    text-align: right;
}

section.support.list .titles.row .col.item-title {
    min-width: 150px;
}

section.support.list .item.link:hover {
    color: #255b71;
}

section.support.list .item.link:hover .item.row {
    background: #f4f2f33b;
}

section.support.list .item.row {
    padding: 20px 0px;
    border-radius: 7px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(120, 130, 140, 0.13);
    margin-bottom: 10px;
    position: relative;
}

section.support.list .item.row:after {
    width: 4px;
    position: absolute;
    right: 0px;
    height: 100%;
    top: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

section.support.list .item.row.open:after {
    content: "";
    background: green;
}

section.support.list .item.row.pending:after {
    content: "";
    background: orange;
}

section.support.list .item.row.closed:after {
    content: "";
    background: red;
}

section.support.list .item.row .col.number {
    max-width: 55px;
}

section.support.list .item.row .col.date {
    color: gray;
    font-size: 15px;
}

section.support.list .item.row .col.item-title {
    min-width: 150px;
}

section.support.list .item.row .col.status {
    font-size: 15px;
    text-align: right;
}

@media only screen and (max-width: 768px) {
    section.support.list .item.row .col.status {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding-top: 20px;
    }
}

section.support.list .item.row .col .open {
    font-style: normal;
    color: green;
}

section.support.list .item.row .col .closed {
    font-style: normal;
    color: red;
}

section.support.list .item.row .col .pending {
    font-style: normal;
    color: orange;
}

section.support.list .button-box a {
    float: none;
    width: auto;
    display: inline-block;
    margin-top: 20px;
}

.support-wrap {
    margin-bottom: 50px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.support-wrap section.custom-form {
    height: auto;
}

.support-wrap .box {
    box-shadow: none;
    min-height: auto;
}

.tickets-container .col.main {
    padding: 0;
}

.tickets-container .col.main .card-body {
    padding: 0;
}

.ticket-header {
    border-bottom: solid 1px #eeeeee;
    background: #fcfcfc;
}

@media only screen and (max-width: 991px) {
    .ticket-header .col.status {
        max-width: 100%;
        text-align: left !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.ticket-header .header-status {
    letter-spacing: 0.3px;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 600;
}

.ticket-header .header-status:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: relative;
    top: 1px;
}

.ticket-header .header-status span {
    color: black;
}

.ticket-header .header-status.open {
    color: green;
}

.ticket-header .header-status.open:after {
    background: green;
}

.ticket-header .header-status.closed {
    color: red;
}

.ticket-header .header-status.closed:after {
    background: red;
}

.ticket-header .header-status.pending {
    color: orange;
}

.ticket-header .header-status.pending:after {
    background: orange;
}

.ticket-header .ticket-date {
    color: #a0a0a0 !important;
    letter-spacing: 0.3px;
    font-size: 15px;
    margin-top: 10px;
}

.ticket-header .title.main-title {
    margin-bottom: 0;
}

.ticket-header .col {
    padding: 0;
}

.form.support {
    padding-top: 0;
}

@media only screen and (max-width: 991px) {
    .form.support .profile.fields-container {
        width: 100% !important;
    }
}

.form.support .submit.col {
    padding: 0;
    text-align: center;
    margin-top: 15px;
}

.form.support .submit.col .btn-prm {
    float: right !important;
    display: inline-block;
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
    .form.support .submit.col .btn-prm {
        width: 100% !important;
        float: none !important;
        margin: auto !important;
        margin-bottom: 20px !important;
    }
}

.form.support .submit.col .btn-prm.cancel {
    margin-top: 0;
    margin-right: 20px;
    background: gray;
    border-color: gray;
}

.form.support .title.main-title {
    margin-bottom: 10px;
}

.form.support .profile-container {
    width: 100%;
}

.form.support .profile-container .block .fields-container {
    max-width: 100%;
    width: 100%;
}

.form.support .profile-container .block .fields-container .field-container {
    max-width: 100%;
    width: 100%;
}

.form.support .profile-container .block .fields-container .field-container textarea,
.form.support .profile-container .block .fields-container .field-container input {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background: #f4f2f33b;
}

.form.support .profile-container .block .fields-container .field-container input {
    margin-top: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 15px;
}

/*-------------------------*/
/* components printable */
/*-----------------------*/
@page {
    size: A4;
}

@page {
    width: 210mm;
    height: 296mm;
    size: portrait;
}

@page {
    margin: 0;
}

body {
    margin: 0;
}

.sheet {
    margin: 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    page-break-after: always;
    background-color: #fff !important;
    margin-bottom: 40px !important;
}

/** Paper sizes **/
.A3.sheet {
    width: 297mm;
    height: 419mm;
}

.A3.landscape.sheet {
    width: 420mm;
    height: 296mm;
}

.A4.sheet {
    width: 210mm;
    height: 296mm;
}

.A4.container-sheet {
    width: 210mm;
    height: auto;
    margin: auto;
}

.A4.landscape.sheet {
    width: 297mm;
    height: 209mm;
}

.A5.sheet {
    width: 148mm;
    height: 209mm;
}

.A5.landscape.sheet {
    width: 210mm;
    height: 147mm;
}

.letter.sheet {
    width: 216mm;
    height: 279mm;
}

.letter.landscape.sheet {
    width: 280mm;
    height: 215mm;
}

.legal.sheet {
    width: 216mm;
    height: 356mm;
}

.legal.landscape.sheet {
    width: 357mm;
    height: 215mm;
}

.print-bg {
    background-color: #fff !important;
    padding-top: 3mm;
    padding-bottom: 3mm;
    display: block;
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background: white;
    padding: 35px;
}

.printButton {
    margin: 20px auto 0px auto;
    display: block;
    min-width: 250px;
}

/** Padding area **/
.sheet.padding-10mm {
    padding: 10mm;
}

.sheet.padding-15mm {
    padding: 15mm;
}

.sheet.padding-20mm {
    padding: 20mm;
}

.sheet.padding-25mm {
    padding: 25mm;
}

/** For screen preview **/
@media screen {
    page {
        background-color: #fff !important;
    }

    .sheet {
        background: white;
        box-shadow: 0 0.5mm 2mm rgba(0, 0, 0, 0.3);
        margin: 5mm auto;
    }
}

/** Fix for Chrome issue #273306 **/
@media print {
    .A3.landscape {
        width: 420mm;
    }

    .A3,
    .A4.landscape {
        width: 297mm;
    }

    .A4,
    .A5.landscape {
        width: 210mm;
    }

    .A4.sheet {
        width: 210mm;
        height: 296mm;
    }

    .A4.sheet.invoice_template {
        width: 210mm;
        height: 296mm;
    }

    .A5 {
        width: 148mm;
    }

    .letter,
    .legal {
        width: 216mm;
    }

    .letter.landscape {
        width: 280mm;
    }

    .legal.landscape {
        width: 357mm;
    }
}

.actionButtons .actionButton {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/*-------------------------*/
/* components receipt */
/*-----------------------*/
#final-receipt {
    padding: 0 0 0 0;
    display: block;
    width: 100%;
}

#final-receipt-2 {
    padding: 0 0 0 0;
    display: block;
    width: 100%;
}

.receipt .actionButtons .save-and-print,
.receipt .actionButtons .save-and-return-action,
.receipt .actionButtons .actionButton {
    background: #79c193;
    border-color: #79c193;
}

.receipt .actionButtons .save-and-print:hover,
.receipt .actionButtons .save-and-return-action:hover,
.receipt .actionButtons .actionButton:hover {
    background: #245a71;
    border-color: #245a71;
    color: white;
}

.receipt .actionButtons .actionButton.goBack {
    background-color: #6c757d;
    border-color: #6c757d;
}

.receipt .actionButtons .actionButton.goBack:hover {
    background: #245a71;
    border-color: #245a71;
    color: white;
}

.receipt .actionButtons .actionButton {
    width: 20%;
    min-width: 255px;
}

@media only screen and (max-width: 991px) {
    .receipt .actionButtons .actionButton {
        width: 100%;
        margin: 0 auto !important;
        box-sizing: border-box;
        margin-bottom: 25px !important;
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 991px) {
    .actionButtons .actionButton {
        width: 100%;
        box-sizing: border-box;
        margin: 0 !important;
        margin-bottom: 25px !important;
    }

    .show_receipt .print-bg {
        padding: 20px;
        padding-top: 25px;
    }

    .sheet.A4 {
        height: auto !important;
    }

    .sheet.A4 page {
        height: auto !important;
    }

    .sheet.A4 table {
        height: auto !important;
        zoom: 0.93;
    }
}

@media only screen and (max-width: 768px) {
    .sheet.A4 table {
        zoom: 0.88;
    }
}

@media only screen and (max-width: 650px) {
    .sheet.A4 table {
        zoom: 0.7;
    }
}

/* pages s-contact */
/*----------------*/
section.section-contact .section-description {
    text-align: center;
}

section.section-contact .bg {
    position: relative;
}

section.section-contact .bg .floating-bg-image {
    position: absolute;
}

@media only screen and (max-width: 1200px) {
    section.section-contact .bg .floating-bg-image {
        display: none;
    }
}

section.section-contact .bg .floating-bg-image.img1 {
    left: 0;
    bottom: 10px;
}

section.section-contact .bg .floating-bg-image.img2 {
    right: 0;
    bottom: 10px;
}

section.section-contact ::placeholder {
    color: #79c193;
}

section.section-contact .form-control:focus {
    border-color: #79c193;
}

section.section-contact .input-group {
    display: table;
}

section.section-contact form .input-group-addon {
    color: #79c193;
    border-radius: 0;
    font-size: 1.8rem;
    background: #fff;
    border: 1px solid #ccc;
    border-right: 0;
}

@media only screen and (max-width: 768px) {
    section.section-contact form .cont {
        margin-bottom: 1.5rem;
    }
}

section.section-contact form input.form-control {
    height: 50px !important;
}

section.section-contact form .btn-wrap {
    text-align: center;
}

section.section-contact a {
    text-decoration: underline;
}

section.section-contact a:hover,
section.section-contact a:active {
    color: #79c193;
}

.success-wrap {
    width: 100%;
    max-width: 1070px;
    background: #fff;
    display: table;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 100px;
}

.success-wrap .text {
    font-size: 18px;
}

.success-wrap.front {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 55px 40px;
}

#ContactFormFailure,
#ContactFormSuccess,
.success-form-message {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 24px;
    padding: 1.5rem !important;
    line-height: 30px;
}

#ContactFormSuccess,
#ContactFormFailure,
.success-form-message {
    margin: auto;
}

#ContactFormSuccess i,
#ContactFormFailure i,
.success-form-message i {
    display: block;
    margin: auto;
    font-size: 55px;
    color: #79c193;
    margin-bottom: 20px;
}

#ContactFormSuccess span,
#ContactFormFailure span,
.success-form-message span {
    font-size: 1.2rem;
    font-weight: 600;
    max-width: 510px;
    margin: auto;
    display: inline-block;
}

.success-form-message .btn-prm {
    max-width: 280px !important;
}

.success-form-message .btn-prm.second {
    background: white;
    color: #245a71;
}

.section-product #ContactFormSuccess {
    width: auto;
}

@media only screen and (min-width: 992px) {
    .section-product #ContactFormSuccess {
        width: 50%;
        float: none;
        margin: auto;
    }
}

@media only screen and (max-width: 992px) {
    .section-product #ContactFormSuccess {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 60%;
    }
}

@media only screen and (max-width: 768px) {
    .section-product #ContactFormSuccess {
        max-width: 80%;
    }
}

@media only screen and (max-width: 480px) {
    .section-product #ContactFormSuccess {
        max-width: 95%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
    .success-wrap {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .success-wrap {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 768px) {
    .success-wrap #ContactFormSuccess {
        float: none;
    }
}

.page-contact input[type='checkbox'] {
    -webkit-appearance: none;
    width: 23px;
    height: 23px;
    background: white;
    border: 2px solid #555;
    vertical-align: middle;
    margin-top: -4px;
}

.page-contact input[type='checkbox']:checked {
    background: #79c193;
}

.page-contact .contact-text {
    margin-bottom: 2rem;
}

.page-contact button {
    color: #fff;
    background-color: #79c193;
    margin-top: 2rem;
}

.checkbox {
    -webkit-appearance: none;
    /*hides the default checkbox*/
    position: relative;
    transition: 0.10s;
    border: 1px solid #ccc;
    text-align: center;
    font-weight: 600;
    color: white;
    outline: none;
    line-height: 20px;
}

.checkbox:checked {
    background-color: #0E9700;
}

.checkbox:checked:before {
    content: '\2713';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.cookie #adsCheckbox:hover {
    cursor: pointer;
    opacity: 0.8;
}

.g-rec-wrap {
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}

.g-rec-wrap .g-recaptcha {
    display: inline-block;
}

/*---------------------*/
/* layout menu menu_1 */
/*-------------------*/
.menu-pad {
    padding-bottom: 5.5rem;
}

@media only screen and (min-width: 993px) {
    .menu-pad {
        padding-bottom: 11.6rem;
    }
}

section.section-menu {
    position: relative;
    width: 100%;
    display: block;
    background: #fff;
}

section.section-menu .menu ul,
section.section-menu .menu li {
    display: inline-block;
}

section.section-menu .menu li {
    margin-right: 10px;
}

section.section-menu .top-line {
    padding-top: 10px;
    width: 100%;
    text-align: right;
    height: 30px;
}

section.section-menu .top-line .social,
section.section-menu .top-line .langs {
    display: inline-block;
}

section.section-menu .top-line .social {
    vertical-align: middle;
}

section.section-menu .top-line .social span:not(:first-child) {
    margin-left: 5px;
}

section.section-menu .top-line .social a {
    display: inline-block;
    line-height: 25px;
    height: 25px;
}

section.section-menu .top-line .langs {
    margin-left: 1.5rem;
}

section.section-menu .top-line .langs a:last-of-type {
    margin-left: 5px;
}

section.section-menu .top-line .fa,
section.section-menu .top-line .fab {
    font-size: 1.5rem;
    line-height: 25px;
}

section.section-menu .logo {
    display: inline-block;
}

section.section-menu nav {
    position: relative;
}

section.section-menu nav>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    section.section-menu nav>ul>li>a {
        padding: 0 4px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1040px) {
    section.section-menu nav>ul>li>a {
        font-size: 1.4rem;
        padding: 0 3px;
    }
}

section.section-menu nav ul li {
    width: 16.6666666666666%;
    padding: 0 0 0 0;
    display: table-cell;
    vertical-align: middle;
    border-bottom: 4px solid #eee;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
}

section.section-menu nav ul li:hover {
    border-color: #ffaa45 !important;
}

section.section-menu nav ul li a {
    float: left;
}

section.section-menu nav ul li i {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 34px;
    color: #245a71;
}

section.section-menu nav ul li span {
    display: inline-block;
    width: 100%;
    float: left;
    color: #245a71;
    font-weight: 400;
    margin-top: 5px;
    font-weight: 600;
}

section.section-menu nav ul li.active,
section.section-menu nav ul li:hover {
    border-color: #79c193 !important;
    background: #f9f9f9;
}

section.section-menu nav ul li.active i,
section.section-menu nav ul li.active span,
section.section-menu nav ul li:hover i,
section.section-menu nav ul li:hover span {
    color: #245a71;
    font-weight: 600;
}

section.section-menu nav ul li.receipt a {
    color: #245a71;
    font-weight: bold;
}

section.section-menu nav>ul>li>a:hover {
    color: #79c193;
}

section.section-menu nav a {
    padding: 1.55em 30px;
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.show-inherit {
    display: inherit;
}

.mobile-nav.admin li a {
    text-align: left;
    padding-left: 20px;
    font-size: 20px;
}

.mobile-nav.admin li a i {
    font-size: 22px;
    position: relative;
    top: 2px;
    right: 10px;
    background: #245a71;
    border-radius: 50%;
    padding: 8px;
    color: white;
}

.mobile-nav.admin li a.sub {
    background: #6eab84;
    margin-bottom: 0;
    padding: 5px 25px;
    font-size: 18px;
}

.mobile-nav.admin li.active a {
    color: #245a71;
    font-weight: 600;
}

.mobile-nav.admin li.sep {
    display: block;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}

.mobile-nav.admin li.logout i {
    right: 0;
    left: 5px;
    background: none;
    padding: 0;
    font-size: 22px;
}

/*----------------------------*/
/* layout menu mobile_menu_1 */
/*--------------------------*/
section.section-m-menu {
    position: initial;
    top: 0;
    width: auto;
    z-index: 1000;
    z-index: 0;
}

@media only screen and (max-width: 1200px) {
    section.section-m-menu {
        padding: 0 !important;
    }
}

section.section-m-menu .mainwrap {
    margin: auto;
}

section.section-m-menu .mainwrap>div {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 5.5rem;
}

@media only screen and (max-width: 480px) {
    section.section-m-menu .mainwrap>div {
        height: auto;
    }
}

section.section-m-menu .mainwrap>div.m-logo div:first-of-type {
    margin-left: 2rem;
}

section.section-m-menu .mainwrap>div.m-logo div:last-of-type {
    justify-content: flex-end;
    margin-right: 2rem;
}

section.section-m-menu .mainwrap .m-logo {
    justify-content: flex-start;
}

section.section-m-menu .mainwrap .m-logo img {
    max-height: 3.5rem;
    max-width: 100%;
    margin-left: 1.5rem;
}

.btn-menu {
    display: block;
    float: right;
    border: 0;
    width: 40px;
    height: 25px;
    background-color: transparent;
    cursor: pointer;
    display: block;
    position: relative;
}

.btn-menu .text {
    display: block;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
}

.btn-menu .bar {
    top: 10px;
    left: 0;
    display: block;
    position: absolute;
    width: 40px;
    height: 5px;
    background-color: #245a71;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-menu .bar:before,
.btn-menu .bar:after {
    position: absolute;
    content: '';
    left: 0;
}

.btn-menu .bar:before {
    top: 10px;
}

.btn-menu .bar:after {
    top: -10px;
}

.btn-menu .bar:before,
.btn-menu .bar:after {
    display: block;
    position: absolute;
    width: 40px;
    height: 5px;
    background-color: #245a71;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.show_menu .btn-menu:focus {
    outline: none;
}

.show .btn-menu .bar {
    background-color: transparent;
}

.show .btn-menu .bar:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.show .btn-menu .bar:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-nav {
    height: 100%;
    padding: 15px 0;
    margin: 0 0 0 0;
    overflow: auto;
    position: fixed;
    top: 0;
    left: -200%;
    width: 50%;
    background-color: #79c193;
    border: 1px solid #4ba26b;
    border-top: none;
    border-bottom: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9999999999;
}

@media only screen and (max-width: 768px) {
    .mobile-nav {
        left: 0;
        top: -110%;
        opacity: 0;
        width: 100%;
    }
}

.mobile-nav a {
    color: #fff;
    font-size: 1.2rem;
    display: block;
    line-height: 40px;
    text-align: center;
}

.mobile-nav>div:last-of-type {
    text-transform: lowercase;
}

.mobile-nav>div:last-of-type a {
    font-weight: 300;
    text-indent: 0;
}

.mobile-nav>.m-social div a {
    font-size: 2.2rem;
}

.mobile-nav .dd {
    padding-left: 5px;
}

.mobile-nav .dd+ul {
    height: 0;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}

.mobile-nav .dd+ul a {
    color: #000;
}

.mobile-nav .dd+ul a:hover,
.mobile-nav .dd+ul a:focus,
.mobile-nav .dd+ul a:active {
    background-color: #79c193;
    color: #fff;
}

.mobile-nav .dd:after {
    content: '\25BC';
    display: inline-block;
    margin-left: 5px;
    transform: translateY(-3px);
    font-size: 9px;
}

.mobile-nav .toggle_menu {
    display: table;
    width: 100%;
    text-align: center;
}

.mobile-nav .toggle_menu button {
    line-height: 60px;
    float: none;
    margin: 15px auto 0 auto;
}

.mobile-nav .hotels {
    margin-bottom: 0;
}

.mobile-nav .hotels a {
    margin-bottom: 0;
}

.mobile-nav .hotels ul {
    margin-bottom: 15px;
}

.mobile-nav .choose_hotel_action {
    text-align: left;
    padding-left: 56px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 20px;
    color: #fff;
}

.mobile-nav.show {
    left: 0;
}

@media only screen and (max-width: 768px) {
    .mobile-nav.show {
        top: 0;
        opacity: 1;
    }
}

.m-lang {
    overflow: hidden;
    transition: all .35s ease-in-out;
}

.m-lang:hover #m-lang-trigger,
.m-lang:focus #m-lang-trigger,
.m-lang:active #m-lang-trigger {
    transform: translateX(-700%);
}

.m-lang:hover #m-myDropdown,
.m-lang:focus #m-myDropdown,
.m-lang:active #m-myDropdown {
    transform: translateX(0);
}

.m-lang #m-lang-trigger {
    transform: translateX(280%);
    transition: all .35s ease-in-out;
}

.m-lang #m-lang-trigger i {
    font-size: 2.2rem;
    color: #fff;
}

.m-lang #m-myDropdown {
    transition: transform .35s ease-in-out;
    transform: translateX(700%);
}

.m-lang #m-myDropdown a {
    display: inline-block;
}

.m-lang #m-myDropdown a img {
    width: 4rem;
}

.m-lang #m-myDropdown a img:first-child {
    margin-right: 1rem;
}

@media only screen and (max-width: 400px) {
    .m-lang #m-myDropdown a img:first-child {
        margin-right: .5rem;
    }
}

@media only screen and (max-width: 400px) {
    .m-lang #m-myDropdown a img {
        width: 3rem;
    }
}

/*---------------------*/
/* layout menu options */
/*-------------------*/
@keyframes ring {
    0% {
        transform: rotate(0deg);
    }

    5% {
        transform: rotate(45deg);
    }

    15% {
        transform: rotate(-40deg);
    }

    25% {
        transform: rotate(20deg);
    }

    35% {
        transform: rotate(-15deg);
    }

    45% {
        transform: rotate(10deg);
    }

    55% {
        transform: rotate(-5deg);
    }

    60% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.dropdown-menu-arrow {
    top: -17px;
    right: 15px;
    width: 0;
    height: 0;
    position: absolute;
}

.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 7px 8px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;
}

.dropdown-menu-arrow:after {
    bottom: -18px;
    right: -8px;
    border-bottom-color: #fff;
}

.dropdown-menu-arrow:before {
    bottom: -17px;
    right: -8px;
}

.dropdown-menu.show {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 3px;
    margin-top: 15px;
}

.options {
    position: relative;
    float: right;
}

.options.show .header-notifications i {
    color: #245a71;
}

.options .header-mydata {
    padding-right: 43px !important;
    margin-right: 30px !important;
}

.options .header-help,
.options .header-mydata {
    float: left;
    position: relative;
    padding-right: 35px;
    margin-right: 60px;
    top: 6px;
}

.options .header-help a:hover i,
.options .header-help a:hover span,
.options .header-mydata a:hover i,
.options .header-mydata a:hover span {
    color: #245a71;
}

.options .header-help span,
.options .header-mydata span {
    color: #245a71;
    font-size: 16px;
    font-weight: 600;
}

.options .header-help i,
.options .header-mydata i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #79c193;
}

.options .hotel-select {
    margin-left: 0px !important;
    margin-right: 25px;
}

.options .hotel-select .dropdown-item {
    text-align: center;
}

.options .hotel-select .profile-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.options .hotel-select .profile-details-item {
    padding-right: 5px;
}

.options .hotel-select i {
    position: relative;
    font-size: 30px;
    line-height: 35px;
    color: #79c193;
}

.options .hotel-select span {
    /*line-height: 35px;*/
}

.options .header-notifications {
    position: relative;
    padding-right: 30px;
    top: 6px;
    right: 30px;
    cursor: pointer;
    float: left;
}

.options .header-notifications:after {
    display: none;
}

.options .header-notifications:hover i,
.options .header-notifications:hover span {
    color: #245a71;
}

.options .header-notifications span.pending_num {
    color: #fb291f;
}

.options .header-notifications .dropdown-menu a {
    color: #245a71;
}

.options .header-notifications .dropdown-menu a:hover,
.options .header-notifications .dropdown-menu a:focus {
    background: none;
}

.options .header-notifications a {
    display: block;
    width: 100%;
    color: #828282;
    font-size: 15px;
}

.options .header-notifications span {
    color: #245a71;
    font-size: 16px;
    font-weight: 600;
}

.options .header-notifications i {
    position: absolute;
    right: 0;
    top: -4px;
    font-size: 30px;
    color: #79c193;
    transform-origin: 50% 0em;
}

.options .header-notifications i.active {
    animation-name: ring;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.options .header-notifications .bell-container {
    display: inline-block;
}

.options .header-notifications .bell-container .dot {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fb291f;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    width: 23px;
    text-align: center;
    height: 23px;
    border: solid 2px #f4f2f3;
    display: none;
}

.options .nav-item.dropdown {
    float: left;
}

.options .nav-item.dropdown.show .user-icon svg path {
    fill: #245a71;
}

.options .nav-item.dropdown .dropdown-menu.show {
    width: 220px;
    margin-top: 10px;
}

.options .nav-item.dropdown .dropdown-menu span.seperator {
    border-top: solid 1px #f1f1f1;
    display: inline-block;
    width: 100%;
    margin-top: 8px;
}

.options .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    color: #545454;
    text-align: center;
}

.options .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background: none;
}

.options .nav-item.dropdown .dropdown-menu .dropdown-item i {
    font-size: 21px;
    position: relative;
    color: #245a71;
    top: 2px;
}

.options .dropdown {
    cursor: pointer;
}

.options .dropdown .profile-details {
    position: relative;
    width: 100%;
    text-align: right;
}

.options .dropdown .profile-details:after {
    display: none;
}

.options .dropdown .profile-details:hover .user-icon svg path {
    fill: #245a71;
}

.options .dropdown .profile-details .profile-details-item {
    display: inline-table;
    vertical-align: middle;
    max-width: 300px;
}

.options .dropdown .profile-details .profile-details-item span {
    font-size: 16px;
    color: #245a71;
    font-weight: 600;
}

.options .dropdown .profile-details .user-icon {
    position: relative;
    margin-left: 2px;
}

.options .dropdown .profile-details .user-icon svg {
    height: 35px;
}

.options .dropdown .profile-details .user-icon svg path {
    fill: #79c193;
}

.options .dropdown .profile-details .arrow-icon {
    position: relative;
}

.options .dropdown .profile-details .arrow-icon svg {
    height: 20px;
}

.options .dropdown .profile-details .arrow-icon svg path {
    fill: #245a71;
}

.options .dropdown .dropdown-menu {
    display: block;
    width: auto;
    padding: 0 0 0 0;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    margin: 3px 0 0 0;
    left: initial;
    right: 0;
    text-align: right;
}

.options .dropdown .dropdown-menu ul.option-list {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    width: 100%;
    display: block;
}

.options .dropdown .dropdown-menu ul.option-list li {
    display: block;
    padding: 0 0 0 0;
}

.options .dropdown .dropdown-menu ul.option-list li a {
    display: block;
    padding: 0px 15px 0px 15px;
    line-height: 40px;
    font-size: 16px;
}

.options .dropdown .dropdown-menu ul.option-list li a:hover {
    color: #fff;
    background: #79c193;
}

.options .dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 1200px) {

    .options .header-notifications span,
    .options .header-help span,
    .options .nav-item.dropdown {
        display: none;
    }

    .dropdown-menu-arrow {
        display: block !important;
    }

    .options .header-notifications span.pending_num {
        display: inline !important;
    }

    .header-items-container .options {
        position: absolute;
        right: 80px;
        top: 41%;
    }

    .header-items-container .options .header-notifications {
        position: absolute;
        right: 0;
        top: 0;
        height: 20px;
        width: 25px;
    }

    .header-items-container .options .header-help {
        position: absolute;
        right: 70px;
        top: 0;
        margin-right: 0;
        height: 20px;
        width: 25px;
    }
}

@media only screen and (max-width: 650px) {
    .header-items-container .options .header-help {
        display: none;
    }
}

.admin .section-web-experts .copy-item {
    font-size: 13px;
}

.admin .section-web-experts .copy-item a {
    text-decoration: underline;
}

@media only screen and (max-width: 991px) {
    .section-web-experts .copy-item {
        display: none;
    }

    .section-web-experts .copy-item:last-child {
        margin-right: 0;
        display: block;
    }
}

/*-------------------------*/
/* front contact */
/*-----------------------*/
.front .section-contact {
    position: relative;
}

.front .section-contact .section-description {
    margin-bottom: 35px;
}

.front .section-contact .section-title {
    text-align: center;
}

.front .section-contact .bg {
    position: absolute;
    width: 100%;
    height: 500px;
    background: #d4ebdb !important;
    left: 0;
    top: 0;
}

.front .section-contact .bg.message-success {
    height: 100% !important;
}

@media only screen and (max-width: 1200px) {
    .front .section-contact .contact-wrap {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.front .section-contact .ContactForm {
    width: 100%;
    max-width: 1070px;
    background: #fff;
    display: table;
    margin: auto;
    padding: 55px 40px;
    margin-top: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.front .section-contact .ContactForm .form-control {
    font-size: 15px;
}

.front .section-contact .ContactForm .checkbox-container {
    position: relative;
}

.front .section-contact .ContactForm .checkbox-container .input-label {
    position: absolute;
    top: -5px !important;
    left: 41px;
    font-weight: 400;
}

.front .section-contact .ContactForm label.input-label {
    font-weight: 600;
}

.front .section-contact .ContactForm .field-success:after {
    right: -15px;
    border-radius: 50%;
    padding: 5px;
    background: #d4ebdb;
    height: 25px;
    line-height: 15px;
    font-size: 13px;
    width: 25px;
    text-align: center;
    color: #245a71;
}

.front .section-contact .ContactForm label.error {
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    font-style: normal;
}

.front .section-contact .ContactForm .checkbox {
    border-radius: 3px;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 0;
    top: -5px;
}

.front .section-contact .ContactForm .checkbox:checked {
    background-color: #79c193;
}

.front .section-contact .ContactForm .form-wrapper {
    max-width: 700px;
    width: 100%;
    display: table;
    margin: auto;
}

.front .section-contact .ContactForm .form-wrapper .field-container {
    margin-bottom: 30px;
}

.front .section-contact .ContactForm .form-wrapper .field-container.text-area label {
    top: 0;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
}

.front .section-contact .ContactForm .form-wrapper label.error,
.front .section-contact .ContactForm .form-wrapper label.customError {
    margin-bottom: 0;
}

/*-------------------------*/
/* front general */
/*-----------------------*/
@media only screen and (max-width: 991px) {
    body.front .container {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    body.front .container {
        max-width: 1600px;
    }
}

body,
html {
    overflow-x: hidden;
}

.front {
    font-size: 17px;
}

.front main {
    padding: 0;
}

.front section {
    padding: 80px 0;
}

@media only screen and (max-width: 991px) {
    .front section {
        padding: 40px 0;
    }
}

.front section .section-title {
    color: #245a71;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 120%;
    margin-bottom: 15px;
    margin-top: 10px;
}

.front section .section-title h2,
.front section .section-title h3 {
    font-size: 2rem;
    line-height: 120%;
    font-weight: bold;
}

.section-title h4 {
    font-size: 1.7rem;
}

.general-container.general-container--agencies-sliders {
    margin-top: 48px;
}


@media only screen and (max-width: 991px) {

    .front section .section-title h2,
    .front section .section-title h3 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 991px) {
    .front section .section-title {
        font-size: 1.9rem;
        text-align: center;
    }
}

.front section .section-title.page-title {
    margin-bottom: 40px;
}

.front section .section-description {
    color: #292929;
    line-height: 140%;
    font-size: 1.2rem;
    margin-bottom: 25px;
}

.front section .section-description.big {
    font-size: 21px;
    font-weight: 600;
}

.front section .section-description.big h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
}

@media only screen and (max-width: 768px) {
    .front section .section-description {
        text-align: center;
    }
}

.front .text-container {
    width: 100%;
    display: block;
}

.front .field-container .required-field {
    color: #cc0000;
}

.front .field-container label.input-label {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.front .field-container input[type="text"],
.front .field-container input[type="password"],
.front .field-container input[type="search"],
.front .field-container input[type="date"],
.front .field-container input[type="datetime-local"],
.front .field-container input[type="email"] {
    width: 100%;
    padding: 10px 15px;
    background: rgba(36, 90, 113, 0.05);
    font-size: 15px;
    border: 1px solid #ececec !important;
    border-radius: 3px;
}

.front .field-container textarea:focus,
.front .field-container input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.front .field-container .field-success:after {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #28a745;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.front .field-container .checkbox-container.field-success:after {
    display: none;
}

.front .field-container .checkbox-container label {
    display: inline-block !important;
}

.front ::-webkit-input-placeholder {
    color: #292929;
}

.front :-ms-input-placeholder {
    color: #292929;
}

.front ::placeholder {
    color: #292929;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.front .slick-dots {
    bottom: -50px;
}

.front .slick-dots li button:before {
    background: #174f63;
    color: white;
}

.front .slick-dots li.slick-active button:before {
    color: white;
}

/*-------------------------*/
/* front header_front */
/*-----------------------*/
.mobile-nav {
    border-right: none;
    padding-top: 45px;
    box-shadow: 8px 0px 20px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.mobile-nav li .mobile-lang {
    margin-top: 25px;
    text-align: center;
    display: none;
}

.mobile-nav li .mobile-lang a {
    display: inline;
}

.mobile-nav li .mobile-lang a svg {
    width: 40px;
    display: inline;
    margin: 0 8px;
}

.mobile-nav li.login {
    border-top: solid #ffffff36 1px;
    padding-top: 20px;
    max-width: 400px;
    margin: auto;
}

.mobile-nav li.login svg {
    width: 15px;
}

.mobile-nav li.login svg path {
    fill: white;
}

.mobile-nav li.toggle_menu {
    display: none !important;
    position: absolute;
    display: block;
    top: 35px;
    right: 10px;
    width: auto;
}

@media only screen and (max-width: 1200px) {
    .mobile-nav li.toggle_menu {
        display: block !important;
    }
}

.mobile-nav li a {
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.mobile-nav li a.mob_btn {
    background: #245a71;
    max-width: 210px;
    margin: auto;
    border-radius: 3px;
    padding: 3px 0px;
    font-size: 19px;
    margin-bottom: 15px;
}

.mobile-nav li a.mob_btn.style2 {
    background: #ffaa45;
    color: #234847;
    font-weight: 600;
}

.mobile-nav li a.mob_btn:hover {
    color: white;
    background: #163f50;
}

.mobile-nav li a:hover {
    color: #245a71;
}

.front header.sticky {
    position: fixed;
    top: 0;
    z-index: 900;
    background: white;
    width: 100%;
    max-width: 100%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1200px) {
    .front header.sticky {
        position: relative;
    }
}

.front header.sticky .header-item.logo .logo {
    margin: 20px 0;
}

.front header .top-bar {
    padding: 0;
    float: right;
    border-bottom: solid 1px #d4ebdb;
    max-width: 700px;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

@media only screen and (max-width: 1200px) {
    .front header .top-bar {
        display: none !important;
    }
}

.front header .top-bar .main-menu {
    margin-right: 10px;
}

.front header .top-bar .main-menu .lang-trigger {
    position: relative;
    top: -2px;
    cursor: pointer;
    right: 10px;
    display: none;
}

.front header .top-bar .main-menu i.fa-globe {
    color: #438483;
}

.front header .top-bar .main-menu i.fa-chevron-down {
    font-size: 12px;
    position: relative;
    top: -2px;
    color: #245a71;
}

.front header .top-bar .main-menu i.fa-chevron-down.rotate {
    transform: rotate(180deg);
}

.front header .top-bar .main-menu .lang-trigger #LangDropdown svg {
    width: 23px;
    position: absolute;
    left: 7px;
    display: inline;
}

.front header .top-bar .main-menu .lang-trigger #LangDropdown {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 125px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: left;
    top: 28px;
    right: -5px;
    border-radius: 2px;
}

.front header .top-bar .main-menu .lang-trigger #LangDropdown a {
    color: #354A53;
    background-color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    font-weight: 600;
    font-size: 15px;
    transition: all .35s ease;
    padding-left: 36px;
}

.front header .top-bar .main-menu .lang-trigger #LangDropdown a:hover {
    background: #438483;
    color: white;
}

.front header .top-bar .main-menu.left {
    float: left;
}

.front header .top-bar .main-menu.right {
    float: right;
    margin-right: 0;
}

.front header .top-bar .main-menu .menu-item .svg-container i {
    color: #438483;
}

.front header .top-bar .main-menu .menu-item.login a .text-link {
    color: white !important;
}

.front header .top-bar .main-menu .menu-item.login a .text-link {
    font-weight: normal !important;
}

.front header .top-bar .main-menu .menu-item a .text-link {
    font-size: 1rem !important;
}

.front header .top-bar .main-menu .menu-item.login a svg path {
    fill: white !important;
}

.front header .top-bar .main-menu .menu-item.login i {
    color: white;
    font-size: 15px;
}

.front header .top-bar .main-menu .menu-item.login {
    background: #438483;
    padding: 5px 12px;
    border-radius: 3px;
}

.front header .top-bar .main-menu .menu-item.login:hover {
    background: #6aa293;
}

.front header .top-bar .main-menu .menu-item.login:after,
.front header .top-bar .main-menu .menu-item.lang:after {
    display: none !important;
}

.front header .top-bar .main-menu .menu-item.lang {
    margin-left: 0 !important;
}

.front header .logo {
    width: 306px;
}

.front header .main-menu .main-menu-container {
    float: right;
}

.front header .main-menu .main-menu-container nav.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .front header .main-menu .main-menu-container nav.main-menu {
        display: none;
    }
}

.front header .main-menu .main-menu-container nav.main-menu .menu-item {
    margin: 0 10px;
    position: relative;
    text-align: center;
}

.front header .main-menu .main-menu-container nav.main-menu .menu-item a {
    display: table;
    width: 100%;
}

.front header .main-menu .main-menu-container nav.main-menu .menu-item a .text-link {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.1rem;
    color: #245a71;
    font-weight: 600;
}

.front header .main-menu .main-menu-container nav.main-menu .menu-item a .text-link.btn-prm {
    background: #ffaa45;
    color: #234847;
    border-color: #ffaa45;
    font-weight: 600;
}

.front header .main-menu .main-menu-container nav.main-menu .menu-item a .text-link.btn-prm:hover {
    background: #234847;
    border-color: #234847;
    color: white;
}

.front header .main-menu .main-menu-container nav.main-menu .menu-item .svg-container {
    width: 20px;
    padding-right: 5px;
    display: table-cell;
    vertical-align: middle;
}

.front header .main-menu .main-menu-container nav.main-menu .menu-item .svg-container svg {
    width: 15px;
    height: auto;
}

.front header .main-menu .main-menu-container nav.main-menu .menu-item .svg-container svg path {
    fill: #79c193;
}

.front header .main-menu .main-menu-container nav.main-menu .menu-item:last-child {
    margin-right: 0;
}

.front header .main-menu .main-menu-container nav.main-menu .style1:after {
    content: '';
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    height: 1px;
    position: absolute;
    background: #245a71;
    left: 0;
    bottom: -1px;
    width: 0;
}

.front header .main-menu .main-menu-container nav.main-menu .style1:hover:after {
    width: 100%;
}

.front header .main-menu .main-menu-container nav.main-menu .style1.active:after {
    width: 100%;
}

.front header .main-menu .main-menu-container nav.main-menu .style2 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.front header .main-menu .main-menu-container nav.main-menu .style2 a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.front header .main-menu .main-menu-container nav.main-menu .style2 a .text-link {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    padding: 5px 15px;
    font-weight: 400;
}

.front header .main-menu .main-menu-container nav.main-menu .style2:hover {
    background: transparent;
}

.front header .main-menu .main-menu-container nav.main-menu .style2:hover .text-link {
    color: #79c193;
}

/*-------------------------*/
/* front section_faq */
/*-----------------------*/
.front .faq {
    background: #d4ebdb;
    padding-top: 40px;
    padding-bottom: 80px;
    overflow: hidden;
}

.front .faq.style-2 .container {
    border-top: 0;
}

.front .faq.style-2 .section-title {
    margin-bottom: 30px;
}

.front .faq .container {
    border-top: solid 1px #bdd4c4;
    padding-top: 40px;
}

.front .faq .section-title {
    margin-top: 20px;
    margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
    .front .faq .section-title {
        margin-top: 0;
        margin-bottom: 50px;
    }
}

.front .faq .section-title h3 {
    font-weight: 600;
    position: relative;
    width: auto;
    display: inline;
    font-size: 2rem;
}

@media only screen and (max-width: 768px) {
    .front .faq .section-title h3 {
        width: 100%;
        text-align: center;
        display: block;
        font-size: 1.8rem;
    }
}

.front .faq .section-title h3 img {
    position: absolute;
    right: -70px;
    top: -20px;
    max-width: 60px;
}

@media only screen and (max-width: 768px) {
    .front .faq .section-title h3 img {
        position: relative;
        right: -20px;
        top: -10px;
        max-width: 40px;
    }
}

.front .faq .faq-container {
    display: table;
    width: 100%;
}

.front .faq .faq-container .general-container.right {
    text-align: center;
}

.front .faq .faq-container .col-md-6 .faq-item:first-child .question {
    padding-top: 0;
}

.front .faq .faq-container .faq-item {
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.front .faq .faq-container .faq-item.active .question {
    color: #245a71;
}

.front .faq .faq-container .faq-item .question {
    width: 100%;
    padding: 10px 50px 10px 0;
    margin-bottom: 5px;
    position: relative;
    display: table;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    font-size: 1.2rem;
}

.front .faq .faq-container .faq-item .question:hover {
    color: #245a71;
}

.front .faq .faq-container .faq-item .question:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    position: absolute;
    right: 0;
}

.front .faq .faq-container .faq-item .answer {
    -webkit-transition: 0.25s ease all;
    -o-transition: 0.25s ease all;
    transition: 0.25s ease all;
    max-height: 0;
    height: 0;
    overflow: hidden;
}

.front .faq .faq-container .faq-item .answer * {
    font-size: 1.1rem !important;
    font-family: "Didact Gothic", "Open Sans", sans-serif !important;
    color: #323232 !important;
}

.front .faq .faq-container .faq-item.active .question {
    margin-bottom: 0;
}

.front .faq .faq-container .faq-item.active .question:before {
    content: "\f068";
}

.front .faq .faq-container .faq-item.active .answer {
    margin-bottom: 10px;
    margin-top: 15px;
    max-height: unset;
    height: auto;
    max-height: 500px;
}

/*-------------------------*/
/* front section_faq_2 */
/*-----------------------*/
@media only screen and (max-width: 991px) {

    .front .faq.style-2 .section-title,
    .front .faq.style-2 .section-description {
        text-align: center;
    }
}

.front .faq.style-2 .image .general-container {
    text-align: center;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .front .faq.style-2 .image .general-container {
        position: relative;
        top: 0;
        left: unset;
        transform: none;
        margin-top: 70px;
    }
}

.front .faq.style-2 .section-description {
    margin-bottom: 50px;
}

.front .faq.style-2 .contact-us {
    display: table;
    width: 100%;
    margin-top: 4rem;
}

.front .faq.style-2 .contact-us .text-container {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
    .front .faq.style-2 .contact-us .text-container {
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
}

.front .faq.style-2 .contact-us .button-container {
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    .front .faq.style-2 .contact-us .button-container {
        display: block;
        width: 100%;
    }
}

.front .faq.style-2 .contact-us .button-container a {
    display: block;
    margin: 0 0 0 0;
    text-align: center;
}

/*-------------------------*/
/* front section_free_trial */
/*-----------------------*/
.front .free-trial.sec-style {
    background: #fff;
}

.front .free-trial.sec-style .half-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(50% + 40px);
    width: 100%;
    background: #d4ebdb;
}

.front .free-plan .vat {
    opacity: 0;
}

@media only screen and (max-width: 769px) {
    .front .free-plan .vat {
        height: 0 !important;
        margin-bottom: 0 !important;
    }
}

.front .free-trial {
    background: #d4ebdb;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 40px;
    position: relative;
}

.front .free-trial .updated .free-trial-details .box-wrapper .wrapper {
    width: 50%;
    float: left;
}

@media only screen and (max-width: 1200px) {
    .front .free-trial .updated .free-trial-details .box-wrapper .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 768px) {
    .front .free-trial .updated .free-trial-details .box-wrapper .wrapper {
        display: block;
        width: 100%;
        float: none;
    }
}

.front .free-trial .updated .free-trial-details .box-wrapper .box {
    width: 50%;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    .front .free-trial .updated .free-trial-details .box-wrapper .box {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media only screen and (max-width: 768px) {
    .front .free-trial .updated .free-trial-details .box-wrapper .box {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .front .free-trial .updated .free-trial-details .box-wrapper .box {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .front .free-trial .container {
        max-width: 100%;
    }
}

.front .free-trial .main {
    padding-left: 0;
    padding-right: 0;
}

.front .free-trial .floating-bg-image.img1 {
    left: -100px;
    bottom: 0px;
    position: absolute;
    max-width: 330px;
}

@media only screen and (max-width: 1200px) {
    .front .free-trial .floating-bg-image.img1 {
        display: none;
    }
}

@media only screen and (max-width: 1600px) {
    .front .free-trial .floating-bg-image.img1 img {
        width: 270px;
    }
}

.front .free-trial .floating-bg-image.img2 {
    right: -100px;
    bottom: 0px;
    position: absolute;
    max-width: 330px;
}

@media only screen and (max-width: 1200px) {
    .front .free-trial .floating-bg-image.img2 {
        display: none;
    }
}

@media only screen and (max-width: 1600px) {
    .front .free-trial .floating-bg-image.img2 img {
        width: 270px;
    }
}

.front .free-trial .section-title {
    margin: 50px 0;
}

.front .free-trial .trial-wrap {
    position: relative;
    z-index: 300;
    /*max-width: 1200px;*/
    margin: auto;
}

.front .free-trial .trial-wrap .light-bg {
    position: absolute;
    right: 0;
    bottom: -230px;
    z-index: 100;
}

@media only screen and (max-width: 768px) {
    .front .free-trial .trial-wrap .light-bg {
        display: none;
    }
}

.front .free-trial .free-trial-details {
    padding: 50px 40px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    position: relative;
    z-index: 300;
}

@media only screen and (max-width: 768px) {
    .front .free-trial .free-trial-details {
        padding: 40px 25px;
    }
}

.front .free-trial .free-trial-details .section-description {
    max-width: 550px;
    margin: auto;
    padding-bottom: 20px;
}

.front .free-trial .free-trial-details .box-wrapper {
    width: 100%;
    display: table;
}

.front .free-trial .free-trial-details .box-wrapper .box {
    width: 50%;
    float: left;
    padding: 20px;
}

@media only screen and (max-width: 768px) {
    .front .free-trial .free-trial-details .box-wrapper .box {
        padding: 0;
        margin-bottom: 30px;
        /*&:first-child
				{
					margin-bottom: 0;
				}*/
    }
}

@media only screen and (max-width: 991px) {
    .front .free-trial .free-trial-details .box-wrapper .box {
        width: 100%;
    }
}

.front .free-trial .free-trial-details .box-wrapper .box.box-left.suggested .offer {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.23) !important;
}

.front .free-trial .free-trial-details .box-wrapper .box.box-left.suggested .btn-prm {
    background: #ffaa45 !important;
    color: #234847 !important;
    border-color: #ffaa45 !important;
    font-weight: 600 !important;
}

.front .free-trial .free-trial-details .box-wrapper .box.box-left.suggested .btn-prm:hover {
    background: white !important;
    border-color: #245a71 !important;
}

.front .free-trial .free-trial-details .box-wrapper .box.box-right .price {
    font-size: 2.2rem !important;
    max-width: 200px;
    margin: auto;
    /*line-height: 40px !important;*/
    color: #79c193;
}

.front .free-trial .free-trial-details .box-wrapper .box.box-right .btn-prm {
    background: #245a71;
    border-color: #245a71;
}

.front .free-trial .free-trial-details .box-wrapper .box.box-right .btn-prm:hover {
    background: white;
    color: #234847;
}

.front .free-trial .free-trial-details .box-wrapper .box.box-left .btn-prm {
    background: #245a71;
    border-color: #245a71;
}

.front .free-trial .free-trial-details .box-wrapper .box.box-left .btn-prm:hover {
    background: white;
    color: #234847;
}

.front .free-trial .free-trial-details .box-wrapper .box .offer {
    background: #f7f7f7;
    max-width: 485px;
    margin: auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 40px 5%;
    position: relative;
    height: 100%;
}

.front .free-trial .free-plan .pricing-box--voucher-img {
    display: none;
}

.front .free-trial .box {
    position: relative;
}

.front .free-trial .box .pricing-box--voucher-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

@media screen and (max-width:1530px) {
    .front .free-trial .box .pricing-box--voucher-img {
        width: 85px;
        height: auto;
    }
}

@media screen and (max-width:1368px) {
    .front .free-trial .box .pricing-box--voucher-img {
        width: 75px;
        height: auto;
    }
}

@media screen and (max-width:1200px) {
    .front .free-trial .box .pricing-box--voucher-img {
        width: 100px;
        height: auto;
    }
}

@media screen and (max-width:768px) {
    .front .free-trial .box .pricing-box--voucher-img {
        top: -20px;
        right: 20px;
    }
}

@media screen and (max-width:576px) {
    .front .free-trial .box .pricing-box--voucher-img {
        top: -20px;
        right: -20px;
        width: 80px;
        height: auto;
    }
}

.front .free-trial .free-trial-details .box-wrapper .box .offer .price-container .price.plans.fix {
    font-size: 3.3rem !important;
    line-height: 3.3rem;
}

.front .free-trial .free-trial-details .box-wrapper .box .offer .price-container .price {
    font-size: 2.2rem;
    color: #245a71;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}

.front .free-trial .free-trial-details .box-wrapper .box .offer .price-container .price-text {
    font-size: 1.2rem;
    color: #292929;
    margin-bottom: 15px;
    font-weight: 600;
}

.front .free-trial .free-trial-details .box-wrapper .box .offer .button-container a {
    display: block;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.front .free-trial .free-trial-details .box-wrapper .box .offer .vat {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    color: #ababab;
    margin-bottom: 15px;
}

.front .free-trial .free-trial-details .box-wrapper .box .title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 25px;
    color: #245a71;
    text-align: left;
}

.front .free-trial .free-trial-details .box-wrapper .box .solutions {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
}

.front .free-trial .free-trial-details .box-wrapper .box .solutions.pricebox {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    max-width: 350px;
    margin: auto;
    /*border-top: solid 1px #e2e2e2;*/
    padding-top: 25px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .front .free-trial .free-trial-details .box-wrapper .box .solutions.pricebox {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .front .free-trial .free-trial-details .box-wrapper .box .solutions {
        column-count: 1;
    }
}

.front .free-trial .free-trial-details .box-wrapper .box .solutions .solution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
}

.front .free-trial .free-trial-details .box-wrapper .box .solutions .solution .icon-container {
    width: 20px;
    margin-right: 15px;
    background: #ececec;
    border-radius: 50%;
}

.front .free-trial .free-trial-details .box-wrapper .box .solutions .solution .icon-container svg {
    width: 20px;
    height: auto;
}

.front .free-trial .free-trial-details .box-wrapper .box .solutions .solution .icon-container svg path {
    fill: #245a71;
}

.front .free-trial .free-trial-details .box-wrapper .box .solutions .solution .text-container {
    text-align: left;
    line-height: 23px;
}

/*-------------------------*/
/* front section_general_1 */
/*-----------------------*/
@media only screen and (max-width: 991px) {
    .front .general-1 {
        padding-bottom: 80px;
    }

    .front .general-1 .col-md-7,
    .front .general-1 .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .front .general-1 {
        padding-top: 0px;
        padding-bottom: 0;
    }
}

.front .general-1 .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.front .general-1 .section-title h1 {
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 2.6rem;
    font-size: 2.2rem;
}

.front .general-1 .section-title h1.home span.sep {
    display: block;
    width: 100%;
    padding: 4px 0;
}

@media only screen and (max-width: 768px) {
    .front .general-1 .section-title h1 {
        line-height: 35px;
        font-size: 1.8rem;
    }
}

.front .general-1 .section-description h3 {
    font-weight: 600;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .front .general-1 .section-description h3 {
        font-size: 20px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 1200px) {
    .front .general-1 .section-description h3 br {
        display: none;
    }
}

.front .general-1 .sign-up-now .field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .front .general-1 .sign-up-now .field-container {
        display: block;
    }
}

.front .general-1 .sign-up-now .field-container .field.input {
    width: 60%;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .front .general-1 .sign-up-now .field-container .field.input input {
        text-align: center;
    }
}

.front .general-1 .sign-up-now .field-container .field.input input::placeholder {
    color: Gray;
}

@media only screen and (max-width: 1200px) {
    .front .general-1 .sign-up-now .field-container .field.input {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .front .general-1 .sign-up-now .field-container .field.input {
        width: 100%;
    }
}

.front .general-1 .sign-up-now .field-container .field.input label.error,
.front .general-1 .sign-up-now .field-container .field.input label.customError {
    padding-top: 10px;
    margin-bottom: 0;
    position: absolute;
    bottom: -25px;
    left: 0;
    line-height: 15px;
}

.front .general-1 .sign-up-now .field-container .field.button {
    width: 40%;
}

@media only screen and (max-width: 1200px) {
    .front .general-1 .sign-up-now .field-container .field.button {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .front .general-1 .sign-up-now .field-container .field.button {
        width: 100%;
    }
}

.front .general-1 .sign-up-now .field-container button {
    width: 85%;
    margin: 0 0 0 15%;
}

@media only screen and (max-width: 768px) {
    .front .general-1 .sign-up-now .field-container button {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }
}

.front .general-1 form.field-error {
    margin-bottom: 25px;
}

.front .general-1 .text-container {
    padding-top: 15px;
}

.front .general-1 .text-container span {
    display: inline-block;
}

.front .general-1 .text-container a {
    display: inline-block;
    color: #79c193;
    text-decoration: underline;
}

.front .general-1 .svg-container {
    animation-duration: 1s;
}

.front .box-container {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .front .box-container:nth-child(3) {
        display: none;
    }
}

.front .box-container .image-container {
    width: 100%;
}

.front .box-container .image-container .svg-container {
    width: 100%;
}

.front .box-container .image-container .svg-container svg {
    height: 430px;
    width: auto;
    display: block;
    margin: auto;
    float: right;
}

@media only screen and (max-width: 1200px) {
    .front .box-container .image-container .svg-container svg {
        max-width: 360px;
    }
}

@media only screen and (max-width: 991px) {
    .front .box-container .image-container .svg-container svg {
        width: 320px;
        margin: auto;
        display: block;
        float: none;
    }
}

@media only screen and (max-width: 768px) {
    .front .box-container .image-container .svg-container svg {
        margin-top: -20px;
    }
}

/*-------------------------*/
/* front section_general_2 */
/*-----------------------*/
.front .general-2 {
    position: relative;
    background: #d4ebdb !important;
}

.front .general-2 .image-container .svg-container svg {
    height: 510px;
    float: none;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .front .general-2 .image-container .svg-container svg {
        height: auto;
        width: 100%;
        margin-bottom: 50px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .front .general-2 {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 20px;
        padding-bottom: 0px;
    }
}

.front .general-2 .field-container input {
    background: white;
}

.front .general-2 .section-title {
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .front .general-2 .section-title {
        text-align: center;
    }
}

.front .general-2 .small-bg {
    background: #b8dec5;
    position: absolute;
    width: 100%;
    height: 20%;
    left: 0;
    bottom: 0;
}

/*-------------------------*/
/* front section_general_3 */
/*-----------------------*/
.front .general-3 {
    position: relative;
}

@media only screen and (max-width: 991px) {
    .front .general-3 {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
    }
}

.front .general-3 .section-title {
    margin-bottom: 25px;
}

.front .general-3 .row {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

/*-------------------------*/
/* front section_general_4 */
/*-----------------------*/
.front .general-4 {
    position: relative;
    background: #d4ebdb !important;
}

.front .general-4 .section-description {
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .front .general-4 {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
    }

    .front .general-4 .section-description {
        margin: 40px 0;
    }
}

.front .general-4 .section-title {
    margin-bottom: 25px;
}

.front .general-4 .row {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.front .general-4 .actions-preview {
    display: table;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .front .general-4 .actions-preview {
        text-align: left;
        max-width: 210px;
        margin: auto;
    }
}

.front .general-4 .actions-preview .action-preview-item {
    width: 50%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 35px;
}

@media only screen and (max-width: 991px) {
    .front .general-4 .actions-preview .action-preview-item {
        width: 100%;
        padding-left: 0px !important;
    }
}

.front .general-4 .actions-preview .action-preview-item:nth-child(2n) {
    padding-left: 10px;
}

.front .general-4 .actions-preview .action-preview-item:nth-child(2n+1) {
    padding-right: 10px;
}

.front .general-4 .actions-preview .action-preview-item .svg-container {
    width: 25px;
    margin-right: 25px;
}

.front .general-4 .actions-preview .action-preview-item .svg-container svg {
    width: 35px;
    height: auto;
    max-height: 25px;
}

.front .general-4 .actions-preview .action-preview-item .text-container {
    padding: 0 0 0 0;
}

.front .general-4 .actions-preview .action-preview-item {
    font-weight: 600;
}

.front .general-4 .actions-preview .action-preview-item.edit svg path,
.front .general-4 .actions-preview .action-preview-item.email svg path,
.front .general-4 .actions-preview .action-preview-item.print svg path {
    fill: #245a71;
}

.front .general-4 .actions-preview .action-preview-item.cancel svg path {
    fill: #ffa500;
}

.front .general-4 .actions-preview .action-preview-item.pdf svg path {
    fill: #ff0000;
}

.front .general-4 .actions-preview .action-preview-item.delete svg path {
    fill: #d2231e;
}

/*-------------------------*/
/* front section_general_5 */
/*-----------------------*/
.front .general-5 {
    position: relative;
}

@media only screen and (max-width: 991px) {
    .front .general-5 {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
    }
}

.front .general-5 .section-title {
    margin-bottom: 25px;
}

.front .general-5 .row {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

/*-------------------------*/
/* front section_general_6 */
/*-----------------------*/
.front .general-6 {
    position: relative;
}

@media only screen and (max-width: 991px) {
    .front .general-6 {
        text-align: center;
        padding-bottom: 50px;
    }
}

.front .general-6 .section-title {
    margin-bottom: 25px;
}

.front .general-6 .row {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

/*-------------------------*/
/* front section_general_7 */
/*-----------------------*/
.front .general-7 {
    position: relative;
    background: #d4ebdb !important;
}

@media only screen and (max-width: 991px) {
    .front .general-7 {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
    }
}

.front .general-7 .section-title.sec {
    margin-bottom: 40px;
}

.front .general-7 .row {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

/*-------------------------*/
/* front section_integrated_agencies */
/*-----------------------*/
.front .integrated-agencies {
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .front .integrated-agencies {
        padding: 80px 0;
    }
}

.front .integrated-agencies .section-description.big {
    max-width: 820px;
    margin: auto;
}

.front .integrated-agencies .slick-container {
    /*max-width: 800px;*/
    margin: auto;
    /* padding-top: 25px; */
}

.front .integrated-agencies .agencies-homepage-slick {
    margin-top: 40px;
}

.agencies-homepage-slick:not(.agencies-homepage-slick--last) {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 40px;
}

@media screen and (max-width:1200px) {
    .front .integrated-agencies .agencies-homepage-slick:not(.agencies-homepage-slick--last) {
        padding-bottom: 60px;
    }
}

@media screen and (max-width:576px) {
    .front .integrated-agencies .agencies-homepage-slick {
        margin-top: 20px;
    }

    .front .integrated-agencies .slick-container .slick .slick-item .item-container .wrapper {
        padding: 0 10px !important;
    }
}

.front .integrated-agencies .slick-container .slick {
    position: relative;
}

.front .integrated-agencies .slick-container .slick .slick-item {
    max-width: 250px !important;
    width: auto !important;
}

.front .integrated-agencies .slick-container .slick .slick-item .item-container .wrapper {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.front .integrated-agencies .slick-container .slick .slick-item .item-container img {
    max-height: 100%;
}

/*-------------------------*/
/*Front Section Voucher Start */
/*-------------------------*/
.voucher-page {
    background: #d4ebdb;
}

.voucher-page h1 {
    font-size: 2rem;
    line-height: 120%;
    font-weight: bold;
}

@media screen and (max-width:991px) {
    .voucher-page h1 {
        font-size: 1.8rem;
    }
}

.how-it-works {
    position: relative;
    overflow: hidden;
    /* margin-top: -420px; */
}

.how-it-works.offset {
    padding-bottom: unset;
    margin-bottom: -400px;
}

.how-it-works-container {
    background: #fff;
    box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.05), 2px 8px 16px 0px rgba(0, 0, 0, 0.10);
}

.how-it-works__desc {
    /* margin-bottom: 48px; */
}

.how-it-works__steps-wrapper {
    display: flex;
    flex-direction: column;
}

.how-it-works__circle {
    position: absolute;
    top: 0;
    right: 0;
}

.how-it-works__step {
    display: flex;
    align-items: center;
    position: relative;
}

.how-it-works__step:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.how-it-works__step:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.how-it-works__step-number {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.40;
    margin-right: 20px;
    width: 37px;
    color: rgb(36, 90, 113);
}

.how-it-works__step-text {
    font-weight: 800;
}

.how-it-works__img {
    margin-bottom: -85px;
}

.how-it-works__img-wrapper {
    height: 100%;
}

.how-it-works__img-wrapper img {
    max-width: 100%;
    height: 100%;
}

@media screen and (max-width:991px) {
    .how-it-works__desc {
        text-align: center;
    }

    .how-it-works__step {
        justify-content: center;
    }

    .how-it-works-col-text-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.general.free-trial.free-trial--offset {
    padding-top: 440px;
}

@media screen and (max-width:1200px) {
    .general.free-trial.free-trial--offset {
        padding-top: 420px;
    }
}

@media screen and (max-width:991px) {
    .general.free-trial.free-trial--offset {
        padding-top: 380px;
    }
}

/*-------------------------*/
/*Front Section Voucher End */
/*-------------------------*/

/*-------------------------*/
/* front section_our_services */
/*-----------------------*/
.front .our-services {
    position: relative;
}

.front .our-services .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.front .our-services .section-title {
    margin-bottom: 40px;
}

.front .our-services .slick-item {
    outline: none;
    cursor: grab;
}

.front .our-services .slick-item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .front .our-services .slick-item .title {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.front .our-services .slick-item .title .svg-container {
    margin-right: 15px;
}

@media only screen and (max-width: 991px) {
    .front .our-services .slick-item .title .svg-container {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.front .our-services .slick-item .title .svg-container svg {
    height: 50px;
    width: auto;
}

.front .our-services .slick-item .title .text-container {
    font-weight: bold;
    font-size: 1.3rem;
}

@media only screen and (max-width: 991px) {
    .front .our-services .slick-item .title .text-container {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.front .our-services .slick-item .description {
    font-size: 1.2rem;
}

@media only screen and (max-width: 991px) {
    .front .our-services .slick-item .description {
        text-align: center;
    }
}

/*-------------------------*/
/* front section_quick_and_easy */
/*-----------------------*/
.front .quick-and-easy {
    background: #d4ebdb;
    position: relative;
    min-height: 820px;
}

.front .quick-and-easy .quick-container {
    max-width: 1330px;
}

@media only screen and (max-width: 991px) {
    .front .quick-and-easy .quick-bottom {
        display: none;
    }

    .front .quick-and-easy .quick-top {
        flex: 100%;
        max-width: 100%;
    }

    .front .quick-and-easy .section-description {
        text-align: center;
    }
}

.front .quick-and-easy.product {
    min-height: 900px;
}

@media only screen and (max-width: 991px) {
    .front .quick-and-easy.product {
        min-height: 730px;
    }
}

.front .quick-and-easy .section-title.sec {
    text-align: center;
    margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    .front .quick-and-easy .section-title.sec {
        margin-bottom: 20px;
    }
}

.front .quick-and-easy .floating-bg-image {
    position: absolute;
}

.front .quick-and-easy .floating-bg-image.img1 {
    left: 0;
    bottom: 0;
    max-width: 330px;
}

@media only screen and (max-width: 767px) {
    .front .quick-and-easy .floating-bg-image.img1 {
        display: none;
    }
}

@media only screen and (max-width: 1600px) {
    .front .quick-and-easy .floating-bg-image.img1 img {
        width: 225px;
    }
}

.front .quick-and-easy .floating-bg-image.img2 {
    right: 0;
    bottom: -80px;
}

.front .quick-and-easy .floating-bg-image.img2 img {
    width: 320px;
}

@media only screen and (max-width: 767px) {
    .front .quick-and-easy .floating-bg-image.img2 {
        left: 50%;
        transform: translateX(-50%);
        right: unset;
    }
}

@media only screen and (max-width: 1600px) {
    .front .quick-and-easy .floating-bg-image.img2 img {
        width: 210px;
    }
}

.front .quick-and-easy .screenshot-container {
    min-height: 400px;
}

@media only screen and (max-width: 490px) {
    .front .quick-and-easy .screenshot-container {
        min-height: 320px;
    }
}

@media only screen and (max-width: 991px) {
    .front .quick-and-easy .screenshot-container {
        margin-bottom: 35%;
    }
}

.front .quick-and-easy .screenshot-container .screenshot-el {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
    position: absolute;
    top: 0px;
    left: 0;
}

.front .quick-and-easy .screenshot-container .screenshot-el .title-mobile {
    display: none;
}

@media only screen and (max-width: 991px) {
    .front .quick-and-easy .screenshot-container .screenshot-el {
        position: relative;
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .front .quick-and-easy .screenshot-container .screenshot-el .title-mobile {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 18px;
        padding-top: 10px;
        line-height: 23px;
    }
}

.front .quick-and-easy .screenshot-container .screenshot-el img {
    display: block;
    width: 100%;
}

.front .quick-and-easy .screenshot-container .screenshot-el.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.front .quick-and-easy .action-container {
    background: rgba(212, 235, 219, 0.9);
}

.front .quick-and-easy .action-container .action-el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding: 7px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    background: transparent;
    cursor: pointer;
    color: gray;
    border-radius: 3px;
}

.front .quick-and-easy .action-container .action-el:nth-child(3) .icon-container svg,
.front .quick-and-easy .action-container .action-el:nth-child(2) .icon-container svg {
    max-height: 40px;
}

.front .quick-and-easy .action-container .action-el .icon-container {
    width: 40px;
    min-width: 40px;
    margin-right: 30px;
}

.front .quick-and-easy .action-container .action-el .icon-container .svg-container {
    width: 40px;
}

.front .quick-and-easy .action-container .action-el .icon-container .svg-container svg {
    width: 40px;
    height: auto;
    fill: gray;
}

.front .quick-and-easy .action-container .action-el .icon-container img {
    width: 40px;
    height: auto;
}

.front .quick-and-easy .action-container .action-el .title {
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    .front .quick-and-easy .action-container .action-el .title {
        font-size: 16px;
        line-height: 21px;
    }
}

.front .quick-and-easy .action-container .action-el:hover {
    border-color: #a3d4b4;
}

.front .quick-and-easy .action-container .action-el.active {
    background: #a3d4b4;
    color: #292929;
}

.front .quick-and-easy .action-container .action-el.active .icon-container .svg-container svg {
    fill: #292929;
}

/*-------------------------*/
/* front section_run_your_business_easily */
/*-----------------------*/
.front .run-business {
    padding-top: 60px;
    padding-bottom: 80px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .front .run-business.general-1 {
        margin-top: 70px;
    }
}

.front .run-business .section-title {
    margin-bottom: 60px;
}

.front .run-business form {
    max-width: 720px;
    margin: auto;
    display: block;
}

.front .run-business form input::placeholder {
    color: gray;
}

/*-------------------------*/
/* front section_trusted_partners */
/*-----------------------*/
.front .trusted-partners.customers .section-description {
    margin-bottom: 40px;
}

.front .trusted-partners {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .front .trusted-partners {
        padding-bottom: 20px;
    }
}

.front .trusted-partners .section-title {
    margin-bottom: 60px;
}

.front .trusted-partners .slick-partners .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.front .trusted-partners .slick-partners .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.front .trusted-partners .slick-partners .slick-item .item-container .wrapper {
    /*height: 150px;*/
    width: 100%;
    position: relative;
}

.front .trusted-partners .slick-partners .slick-item .item-container .wrapper img {
    max-height: 100%;
    width: auto;
    display: block;
    margin: auto;
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*-------------------------*/
/* front welcome_page */
/*-----------------------*/
#ghost section.section-why-ukraine {
    position: relative;
    height: 55rem;
}

@supports (background-attachment: fixed) {
    #ghost section.section-why-ukraine {
        background-attachment: fixed;
    }
}

#ghost .abs-pos {
    opacity: 0;
}

@media only screen and (max-width: 1200px) {
    #ghost .abs-pos {
        min-width: 85%;
    }
}

@media only screen and (max-width: 580px) {
    #ghost .abs-pos {
        min-width: 95%;
    }
}

#ghost .abs-pos .h3-box h3 {
    color: #fff;
}

#ghost .abs-pos .h3-box .t-divide {
    background-color: #fff;
}

#ghost .abs-pos .desc {
    margin-top: 2.5rem;
}

@media only screen and (min-width: 1200px) {
    #ghost .abs-pos .desc {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

#ghost .abs-pos a.btn-more {
    border: 1px solid #79c193;
    margin-top: 4rem;
}



.espa-section {
    padding: 40px 0
}

.espa-section img {
    max-height: 85px;
    max-width: 100%;
    height: auto;
    display: block;
}

.espa-section p {
    text-align: center;
    max-width: 800px;
    color: #7c7c7c;
    margin: 0 auto;
}

.espa-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .espa-img-wrapper {
        flex-direction: column;
    }


    .espa-section img {
        max-height: 70px;
    }

    .espa-section p {
        font-size: 14px;
    }
}