html {
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: Montserrat, sans-serif;
    overflow-x: hidden;
    color: #333;
    font-size: 16px;
    position: relative;
}
.page-loader {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998;
    background: #0190d1;
    background: -moz-linear-gradient(-45deg, #0190d1 0, #933695 100%);
    background: -webkit-linear-gradient(-45deg, #0190d1 0, #933695 100%);
    background: linear-gradient(135deg, #0190d1 0, #933695 100%);
}
.loader {
    position: absolute;
    width: 220px;
    height: 220px;
    top: 50%;
    left: 50%;
    margin: -110px 0 0 -110px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.loader svg {
    fill: #fff;
    width: 200px;
    height: 220px;
    margin: 0 auto;
    display: block;
    overflow: visible;
    -webkit-filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.5));
}
.no-overflow {
    overflow: hidden;
}
.no-overflow-x {
    overflow-x: hidden;
}
.valign {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.text-center > .img-responsive {
    display: inline-block;
}
.block-center {
    margin-left: auto;
    margin-right: auto;
}
.page-section {
    padding: 100px 0;
    position: relative;
}
.page-section-half {
    padding: 50px 0;
    overflow: hidden;
}
.initial-section {
    padding-top: 204px;
}
.initial-section-half {
    padding-top: 154px;
}
.client-dashboard {
    background: #fbfbfb;
}
.dashboard-sidebar-container {
    width: 215px;
    float: left;
}
.dashboard-content {
    float: left;
    width: 100%;
    padding-left: 215px;
    padding-top: 100px;
}
.add-top {
    margin-top: 100px !important;
}
.add-bottom {
    margin-bottom: 100px !important;
}
.add-top-medium {
    margin-top: 30px !important;
}
.add-bottom-medium {
    margin-bottom: 30px !important;
}
.add-both-medium {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.add-top-small {
    margin-top: 15px !important;
}
.add-bottom-small {
    margin-bottom: 15px !important;
}
.add-both-small {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.add-top-tiny {
    margin-top: 10px !important;
}
.add-bottom-tiny {
    margin-bottom: 10px !important;
}
.add-both-tiny {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.pad-top {
    padding-top: 100px;
}
.pad-top-fixed {
    padding-top: 100px;
}
.pad-bottom {
    padding-bottom: 100px;
}
.pad-top-small {
    padding-top: 50px;
}
.pad-bottom-small {
    padding-bottom: 50px;
}
.pad-both-small {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.remove-top {
    margin-top: 0 !important;
}
.remove-bottom {
    margin-bottom: 0 !important;
}
.remove-pad-top {
    padding-top: 0 !important;
}
.remove-pad-bottom {
    padding-bottom: 0 !important;
}
.remove-lr-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.remove-pad {
    padding: 0 !important;
}
.remove-bottom-child > * {
    margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
    .md-add-top-medium {
        margin-top: 30px !important;
    }
    .md-add-bottom-medium {
        margin-bottom: 30px !important;
    }
    .md-add-both-medium {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .md-add-top-small {
        margin-top: 15px !important;
    }
    .md-add-bottom-small {
        margin-bottom: 15px !important;
    }
    .md-add-both-small {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
}
@media (max-width: 991px) {
    .sm-add-top-medium {
        margin-top: 30px !important;
    }
    .sm-add-bottom-medium {
        margin-bottom: 30px !important;
    }
    .sm-add-both-medium {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .sm-add-top-small {
        margin-top: 15px !important;
    }
    .sm-add-bottom-small {
        margin-bottom: 15px !important;
    }
    .sm-add-both-small {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
}
@media (max-width: 767px) {
    .xs-add-bottom-medium {
        margin-bottom: 30px !important;
    }
    .xs-add-both-medium {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .xs-add-top-small {
        margin-top: 15px !important;
    }
    .xs-add-bottom-small {
        margin-bottom: 15px !important;
    }
    .xs-add-both-small {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .xs-remove-top {
        margin-top: 0;
    }
    .xs-remove-bottom {
        margin-bottom: 0 !important;
    }
    .xs-remove-pad-top {
        padding-top: 0;
    }
    .xs-remove-pad-bottom {
        padding-bottom: 0 !important;
    }
    .xs-remove-lr-pad {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
a {
    text-decoration: none;
    transition: all 0.4s linear;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
}
.h1,
.h2,
h1,
h2 {
    font-size: 56px;
    margin-bottom: 30px;
}
.dashboard-content h1,
h1.dashboard-title {
    font-size: 50px;
    margin-bottom: 15px;
}
.h2.medium,
h2.medium {
    font-size: 42px;
}
.h2.small,
h2.small {
    font-size: 24px;
    margin-bottom: 15px;
}
.h3,
h3 {
    font-size: 24px;
}
.h4,
h4 {
    font-size: 20px;
}
.h5,
h5 {
    font-size: 18px;
}
.h6,
h6 {
    font-size: 16px;
}
.sub-heading {
    color: #999;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    text-transform: uppercase;
}
p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0 0 15px;
}
.lead {
    font-size: 24px;
    font-weight: 300;
    color: #222;
    margin-bottom: 30px;
}
.small p,
p.small {
    font-size: 16px;
}
b,
strong {
    font-weight: 600;
}
.text-light {
    font-weight: 300;
}
.text-underlined {
    border-bottom: 2px solid #fff;
    display: inline-block;
}
.link-underlined {
    border-bottom: 3px solid #fff;
}
.large {
    font-size: 22px;
}
blockquote p {
    font-size: 18px;
    font-style: italic;
    color: #555;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
    margin-top: 30px;
}
.wysiwyg h2 {
    font-size: 36px;
}
.wysiwyg h3 {
    font-size: 24px;
}
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
    font-size: 20px;
}
.wysiwyg p {
    font-size: 18px;
}
.wysiwyg .lead {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 1.6em;
}
.wysiwyg ul {
    margin-bottom: 15px;
    list-style: none;
    padding: 0 0 0 10px;
}
.wysiwyg ul > li {
    font-size: 17px;
    color: #333;
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 4px;
}
.wysiwyg ul > li:before {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    color: #999;
    position: absolute;
    left: 0.2em;
}
.wysiwyg ol {
    margin: 0 0 15px;
    padding: 0;
    counter-reset: item;
}
.wysiwyg ol > li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item;
    font-size: 17px;
    color: #333;
    margin-bottom: 6px;
    line-height: 1.4em;
}
.wysiwyg ol > li:before {
    display: inline-block;
    width: 2em;
    padding-right: 0.5em;
    font-weight: 700;
    text-align: right;
    content: counter(item) ".";
    color: #999;
}
.wysiwyg ol[type="a"] > li:before {
    display: inline-block;
    width: 2em;
    padding-right: 0.5em;
    font-weight: 700;
    text-align: right;
    content: counter(item, lower-latin) ")";
    color: #999;
}
.wysiwyg ol > li ol,
.wysiwyg ol > li ul,
.wysiwyg ul > li ol,
.wysiwyg ul > li ul {
    margin-top: 5px;
}
.wysiwyg img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    margin: 30px auto 30px;
}
.wysiwyg .alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.wysiwyg .alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.wysiwyg .aligncenter {
    margin: auto;
}
.wysiwyg > :last-child {
    margin-bottom: 0;
}
.table {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
}
.table-responsive {
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.1);
}
.table-responsive .table {
    max-width: none;
}
.table > tbody > tr {
    background: #fff;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
    padding: 10px 15px;
    font-size: 14px;
}
.table > thead > tr > th {
    padding: 12px 15px;
    border-bottom: 1px solid #70738c;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 600;
    background: #70738c;
    color: #fff;
}
.table > thead > tr > th a {
    color: #fff;
}
.sort-icon {
    color: #999;
}
.table__tag {
    margin: 2px 0;
    padding: 2px 6px;
    background: #dcdcdc;
    display: inline-block;
    border-radius: 4px;
}
.sortable-chosen {
    background: #eee;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.sortable-drag {
    background: #fff;
    border-radius: 10px;
}
.sortable-handle {
    background: 0 0;
    border: none;
    color: #999;
    font-size: 20px;
    padding: 0;
}
.sortable-handle:active {
    color: #0190d1;
}
.table > tbody > tr > td.col-for-sortable,
.table > thead > tr > th.col-for-sortable {
    text-align: center;
    width: 50px;
}
.services-category + .services-category {
    margin-top: 15px;
}
.services-category > .header {
    padding: 15px 15px;
}
.services-category > .header .name {
    float: left;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}
.services-category > .header .name .fa {
    margin-right: 5px;
}
.services-category > .header .action-box {
    float: right;
}
.services-category > .header .action-box form {
    display: inline-block;
}
.category-sortable-handle {
    background: 0 0;
    border: none;
    color: #999;
    padding: 0;
}
.category-sortable-handle:active {
    color: #0190d1;
}
.btn {
    -webkit-font-smoothing: antialiased;
    border-radius: 21px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 11px 29px;
    transition: all 0.4s ease-in-out;
}
.btn:focus,
.btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline-offset: 0;
}
.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group-xs > .btn,
.btn-xs {
    font-size: 12px;
}
.btn-primary.btn-xs,
.btn-white.btn-xs {
    padding: 6px 12px;
}
.btn-outline-blue.btn-xs,
.btn-outline-purple.btn-xs,
.btn-outline-red.btn-xs,
.btn-outline-white.btn-xs {
    padding: 2px 8px;
}
.btn .fa-chevron-right {
    font-size: 14px;
    margin-left: 5px;
}
.btn-xs:not(.btn-circle) .fa-chevron-right {
    font-size: 12px;
    margin-left: 5px;
}
.opposite-btns .left,
.opposite-buttons .left {
    float: left;
}
.opposite-btns .right,
.opposite-buttons .right {
    float: right;
}
.btn-group .btn {
    border-radius: 10px;
}
.btn-group > .btn.active {
    color: #fff;
    border: none;
    padding: 11px 26px;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #0190d1 0, #933695 100%);
}
.btn-row .btn + .btn {
    margin-left: 5px;
}
.btn-primary {
    background: #0190d1;
    border: none;
    color: #fff;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    background-color: #00a3ef;
    color: #fff;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background: #0190d1;
    border: 2px solid #0190d1;
}
.btn-white {
    background: #fff;
    border: 2px solid #fff;
    color: #0190d1;
}
.btn-white.active,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open .dropdown-toggle.btn-white {
    background-color: #00a3ef;
    border-color: #00a3ef;
    color: #fff;
}
.btn-outline-white {
    background: 0 0;
    padding: 9px 25px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}
.btn-outline-white.active,
.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white:hover,
.open .dropdown-toggle.btn-outline-blue {
    background-color: #fff;
    border-color: #fff;
    color: #00a3ef;
}
.btn-outline-blue {
    background: 0 0;
    padding: 9px 25px;
    border: 2px solid rgba(0, 143, 209, 0.5);
    color: #0190d1;
}
.btn-cicrle.btn-outline-blue {
    line-height: 40px;
}
.btn-outline-blue.active,
.btn-outline-blue:active,
.btn-outline-blue:focus,
.btn-outline-blue:hover,
.open .dropdown-toggle.btn-outline-blue {
    background-color: #0190d1;
    border-color: #0190d1;
    color: #fff;
}
.btn-outline-purple {
    background: 0 0;
    padding: 9px 25px;
    border: 2px solid rgba(147, 54, 148, 0.5);
    color: #933695;
}
.btn-outline-purple.active,
.btn-outline-purple:active,
.btn-outline-purple:focus,
.btn-outline-purple:hover,
.open .dropdown-toggle.btn-outline-purple {
    background-color: #933695;
    border-color: #933695;
    color: #fff;
}
.btn-outline-red {
    background: 0 0;
    padding: 9px 25px;
    border: 2px solid rgba(199, 46, 53, 0.5);
    color: #c72e35;
}
.btn-outline-red.active,
.btn-outline-red:active,
.btn-outline-red:focus,
.btn-outline-red:hover,
.open .dropdown-toggle.btn-outline-red {
    background-color: #c72e35;
    border-color: #c72e35;
    color: #fff;
}
.btn-dropdown {
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 10px 25px;
    background: #eee;
}
.btn-circle {
    -webkit-font-smoothing: antialiased;
    border-radius: 21px;
    font-weight: 600;
    font-size: 16px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    padding: 0 !important;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    text-align: center;
}
.btn-circle.btn-xs {
    border-radius: 15px;
    font-weight: 600;
    font-size: 14px;
    width: 30px;
    height: 30px;
}
.btn-circle.btn-primary.btn-xs,
.btn-circle.btn-white.btn-xs {
    line-height: 30px;
}
.btn-circle.btn-outline-blue.btn-xs,
.btn-circle.btn-outline-purple.btn-xs,
.btn-circle.btn-outline-red.btn-xs,
.btn-circle.btn-outline-white.btn-xs {
    line-height: 26px;
}
.text-button {
    background: 0 0;
    border: none;
    padding: 0;
    color: #0190d1;
}
.text-button.warning {
    color: #c72e35;
}
.feedback-btn {
    position: fixed;
    right: 15px;
    bottom: 0;
    -webkit-font-smoothing: antialiased;
    border-radius: 10px 10px 0 0;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 8px 25px;
    transition: all 0.4s ease-in-out;
    background: #0190d1;
    border: none;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    z-index: 100;
}
.feedback-btn:focus,
.feedback-btn:hover {
    background-color: #00a3ef;
}
form p {
    font-size: 16px;
    color: #666;
}
form p.small {
    font-size: 14px;
}
form p.xs {
    font-size: 13px;
}
.form-control {
    box-shadow: none;
    font-size: 16px;
    height: 42px;
    box-sizing: border-box;
    transition: all 0.2s linear;
    border-color: #ccc;
    background: #fff;
    border-radius: 4px;
    -webkit-appearance: none;
}
.form-control:focus,
textarea:focus {
    border: solid 1px #3973b8;
    box-shadow: inset 0 0 0 1px #3973b8 !important;
    color: #000;
    box-shadow: none;
    transition: all 0.2s linear;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    color: #999;
}
label {
    letter-spacing: 0.05em;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
label .fa {
    color: #999;
}
textarea {
    resize: none;
}
fieldset {
    margin-top: 30px;
}
legend {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    padding-bottom: 5px;
}
.card-dashboard legend {
    font-size: 20px;
}
.form-separator {
    text-align: center;
    margin: 15px 0 15px;
    position: relative;
}
.form-separator > div {
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
    position: relative;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: normal;
    font-weight: 600;
}
.form-separator:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #ccc;
}
input:-webkit-autofill {
    background-color: #fff;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    background-color: #fff !important;
}
.input-group input.form-control.validation-password:focus {
    z-index: 0;
}
.time-multi-input.input-group .form-control {
    text-align: center;
    width: 80px;
}
.time-multi-input .input-group-addon {
    width: auto;
}
.input-group-btn > .btn {
    padding: 10px 15px;
    border-radius: 4px;
}
.input-group-addon {
    border-radius: 4px;
    background: #ccc;
}
.form-control-feedback {
    width: 30px;
    height: 42px;
    line-height: 42px;
}
.has-float-label .form-control-feedback,
.has-float-label .form-control:placeholder-shown:not(:focus) + .form-control-feedback {
    font-size: 14px;
    top: 0;
    opacity: 1;
}
.has-float-label {
    display: block;
    position: relative;
}
.has-float-label label,
.has-float-label > span {
    position: absolute;
    cursor: text;
    font-size: 75%;
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    top: -0.5em;
    left: 12px;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
}
.has-float-label label::after,
.has-float-label > span::after {
    content: " ";
    display: block;
    position: absolute;
    background: #fff;
    height: 2px;
    top: 50%;
    left: -0.2em;
    right: -0.2em;
    z-index: -1;
}
.has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.has-float-label .form-control::-moz-placeholder {
    opacity: 1;
    transition: all 0.2s;
}
.has-float-label .form-control:-ms-input-placeholder {
    opacity: 1;
    transition: all 0.2s;
}
.has-float-label .form-control::placeholder {
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
    opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
    opacity: 0;
}
.has-float-label .form-control.phone:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 1;
}
.has-float-label .form-control.phone:placeholder-shown:not(:focus)::-moz-placeholder {
    opacity: 1;
}
.has-float-label .form-control.phone:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 1;
}
.has-float-label .form-control.phone:placeholder-shown:not(:focus)::placeholder {
    opacity: 1;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 150%;
    opacity: 0.5;
    top: 0.3em;
    font-weight: 400;
}
.input-group .has-float-label {
    display: table-cell;
}
.input-group .has-float-label .form-control {
    border-radius: 4px;
}
.input-group .has-float-label:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group .has-float-label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
}
.has-float-label label,
.has-float-label > span {
    font-size: 85%;
}
.multi-control-group.has-feedback .form-control {
    padding-right: 12px;
}
.has-feedback .form-control {
    padding-right: 28px;
}
.input-group.has-feedback .form-control {
    padding-right: 12px;
}
.has-feedback label ~ .form-control-feedback {
    top: 26px;
}
.has-error .form-control {
    border-color: #e20500;
    box-shadow: none;
}
.has-error .form-control-feedback {
    color: #e20500;
}
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #e20500;
}
.has-error .input-group-addon {
    color: #fff;
    border-color: #e20500;
    background-color: #e30500;
}
.has-success .form-control {
    box-shadow: none;
    border-color: #00c624;
}
.has-success .input-group-addon {
    color: #fff;
    border-color: #00c624;
    background-color: #00c624;
}
.select2-container .select2-selection--single {
    height: 42px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.select2-container .select2-selection--multiple {
    min-height: 42px;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    border-radius: 2px;
    margin-top: 7px;
    padding: 2px 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 4px;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 9px;
}
.has-error .select2-container--default .select2-selection--multiple,
.has-error .select2-container--default .select2-selection--single {
    border: 1px solid #e20500;
}
.has-success .select2-container--default .select2-selection--multiple,
.has-success .select2-container--default .select2-selection--single {
    border: 1px solid #00c624;
}
.pretty {
    font-size: 14px;
}
.pretty:not(.p-switch) {
    line-height: 1.2em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
.pretty:not(.p-switch) input {
    top: -0.25em;
    height: calc(100% + 0.5em);
}
.pretty:not(.p-switch) .state label {
    font-size: inherit;
    text-indent: 0;
    padding-left: 2.2em;
    white-space: normal;
}
.pretty:not(.p-switch) .state label:after,
.pretty:not(.p-switch) .state label:before {
    width: calc(1.5em + 2px);
    height: calc(1.5em + 2px);
    top: calc((0% - (100% - 1.5em)) - 30%);
}
.pretty label a {
    position: relative;
    z-index: 2;
}
.pretty.p-round .state label:after,
.pretty.p-round .state label:before {
    top: -0.25em;
}
.pretty.p-icon .state .icon {
    font-size: 1.2em;
    width: calc(1.25em + 2px);
    height: calc(1.25em + 2px);
    top: -0.2em;
}
.pretty input:checked ~ .state.p-success label:after,
.pretty input:checked ~ .state.p-success label:before {
    border-color: #5cb85c !important;
}
.pretty.p-bigger {
    margin-top: 0.45em;
    margin-bottom: 0.5em;
}
.pretty.p-bigger .state label {
    padding-left: 2.6em;
}
.pretty.p-bigger .state label:after,
.pretty.p-bigger .state label:before {
    width: calc(1.6em + 2px);
    height: calc(1.6em + 2px);
    top: -0.35em;
}
.pretty.p-icon.p-bigger .icon {
    font-size: 1.5em !important;
    width: calc(1.28em + 2px);
    height: calc(1.28em + 2px);
    top: -0.25em !important;
}
.pretty.has-error label,
.pretty.has-error label a {
    color: #e20500;
}
.pass-graybar {
    margin-top: 5px;
}
.multi-control-group .input-group-addon:not(.last-addon) {
    border-right-width: 0;
}
.multi-control-group .input-group-addon:not(.first-addon) {
    border-left-width: 0;
}
.multi-control-group .input-group-addon + .input-group-addon {
    border-left-width: 1px;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 16px;
    top: 14px;
    font-weight: 400;
}
.bootstrap-touchspin-down {
    padding: 9px 20px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.bootstrap-touchspin-up {
    padding: 9px 20px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.tooltip {
    font-size: 15px;
}
.tooltip-inner {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2), 0 3px 8px -4px rgba(0, 0, 0, 0.3);
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
}
.alert + .alert {
    margin-top: -15px;
}
.alert a:focus,
.alert a:hover {
    text-decoration: none;
}
.alert .fa {
    margin-right: 2px;
}
.alert-danger {
    color: #fff;
    background: linear-gradient(135deg, #af0f0f 0, #de1313 100%);
}
.alert-danger a {
    color: #fff;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
}
.alert-small {
    padding: 8px 15px;
}
.sweet-overlay {
    background-color: rgba(0, 0, 0, 0.8);
}
.sweet-alert {
    border-radius: 20px;
}
.parallax {
    width: 100%;
    margin: 0;
    background-attachment: fixed;
    background-size: cover;
    background-position-x: 50%;
    background-repeat: no-repeat;
}
.parallax-mobile {
    background-position: 50% 0 !important;
    background-attachment: scroll !important;
}
.full-bg {
    width: 100%;
    margin: 0;
    background-size: cover;
    background-position-x: 50%;
}
.bg-woman-using-computer-gradient {
    background-image: url(../img/bg-woman-using-computer-gradient.jpg);
}
.bg-package {
    background-image: url(../img/bg-package.jpg);
}
.bg-writing {
    background-image: url(../img/bg-writing.jpg);
}
.bg-table {
    background-image: url(../img/bg-table.jpg);
}
.bg-blog-listing {
    background-image: url(../img/blog-listing-bg.jpg);
}
.test-bg {
    background-image: url(https://unsplash.it/1500/1000);
}
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.divider {
    display: block;
    height: 2px;
    width: 30px;
    background: #8747a0;
    margin: -15px auto 15px;
}
.divider-full-thin {
    display: block;
    height: 1px;
    width: 100%;
    background: #eee;
    margin: 50px auto;
}
.modal-divider {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-bottom: 15px;
}
.venue-map {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}
.iziToast {
    font-family: Montserrat, sans-serif;
}
@media only screen and (min-width: 568px) {
    .iziToast {
        border-radius: 6px;
    }
    .iziToast::after {
        border-radius: 6px;
        box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.25);
    }
}
.iziToast > .iziToast-body > .iziToast-icon {
    color: #fff;
}
.iziToast > .iziToast-body > strong {
    color: #fff;
}
.iziToast > .iziToast-body > p {
    color: #fff;
}
iziToast.iziToast-color-blue {
    background: linear-gradient(135deg, #0190d1 0, #933695 100%);
}
.iziToast.iziToast-color-green {
    background: linear-gradient(135deg, #0190d1 0, #00c624 100%);
}
.iziToast.iziToast-color-red {
    background: linear-gradient(135deg, #933695 0, #f70000 98%);
}
.iziToast > .iziToast-progressbar {
    right: 0;
    bottom: 4px;
    margin: auto;
    width: 96%;
}
.iziToast > .iziToast-progressbar > div {
    height: 2px;
    border-radius: 2px;
}
.venue-header {
    position: relative;
    padding-bottom: 50px;
}
.venue-header:before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.venue-header:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}
.venue-header .container {
    z-index: 1;
    position: relative;
}
.venue-header h1 {
    font-size: 48px;
    margin-bottom: 20px;
    position: relative;
}
.venue-header .lead {
    margin-bottom: 0;
}
.venue-header h1:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: linear-gradient(to right, #0091d3 0, #9a258f 100%);
    position: absolute;
    bottom: -10px;
    left: -15px;
}
.venue-header .category {
    display: inline-block;
    padding: 3px 12px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.venue-header .category:focus,
.venue-header .category:hover {
    text-decoration: none;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}
.venue-header .profile-pic {
    border-radius: 10px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}
.venue-header #jarallax-container-0 > div {
    filter: blur(5px);
}
.action-bar {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    padding: 10px 10px;
    position: relative;
    z-index: 1;
}
.action-bar a {
    font-weight: 600;
    color: #333;
}
.action-bar a:focus,
.action-bar a:hover {
    text-decoration: none;
    font-weight: 600;
}
.action-bar a.back-btn .fa {
    color: #999;
}
.action-bar button {
    border: none;
    background: 0 0;
    padding: 0;
    font-weight: 600;
}
.action-bar button .fa {
    color: #ef0094;
    margin-right: 2px;
}
.action-bar .favourites-btn:focus,
.action-bar .favourites-btn:hover {
    color: #000;
}
.contact-data > li + li {
    margin-top: 12px;
}
.contact-data.fa-ul {
    margin-left: 35px;
    margin-bottom: 0;
}
.contact-data > li .fa-li {
    left: -35px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    top: -3px;
    background: #666;
    color: #fff;
    line-height: 26px;
    font-size: 14px;
}
.venue-gallery a {
    position: relative;
    display: block;
    float: left;
    width: calc(100% / 3 - 10px);
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1), 0 3px 8px -4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.4s linear;
    z-index: 0;
}
.venue-gallery a:after {
    font-family: fontAwesome;
    content: "\f00e";
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    border-radius: 10px;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s linear;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.venue-gallery a:hover {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.venue-gallery a:hover:after {
    opacity: 1;
}
.opening-hours > tbody > tr:first-child > td {
    border-top: none;
}
.opening-hours > tbody > tr > td:nth-child(2) {
    text-align: right;
}
.opening-hours .closed,
.opening-hours .end,
.opening-hours .start {
    font-weight: 700;
}
.opening-hours .end,
.opening-hours .start {
    display: inline-block;
    width: 45px;
}
.opening-hours .start {
    text-align: right;
}
.opening-hours .end {
    text-align: left;
}
.opening-hours .fa {
    display: inline-block;
    margin: 0 15px;
    color: #999;
}
.pagination {
    margin: 10px 0 0;
    border-radius: 2px;
}
.pagination > li > a,
.pagination > li > span {
    padding: 8px 16px;
    line-height: normal;
    color: #666;
    background-color: #efefef;
    border: none;
    margin-left: 0;
    margin: 0 4px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 2px;
    transition: all 0.4s ease-in-out;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    margin-right: 0;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #333;
    background-color: #ddd;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #00addc;
    cursor: default;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #999;
    background-color: #efefef;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.navbar-default .navbar-nav > .active > a:focus {
    border: none !important;
}
.navbar {
    border: 0;
    margin: 0;
    transition: all 0.2s ease-in-out;
    background: 0 0;
}
.navbar-nav {
    margin: 0;
}
.navbar .container .navbar-header .navbar-brand,
.navbar .container-fluid .navbar-header .navbar-brand {
    line-height: 0;
    padding: 20px 0 24px;
    height: 100%;
    transition: all 0.2s ease-in-out;
}
.navbar-logo {
    margin-left: 15px;
    transition: all 0.2s ease-in-out;
}
.navbar-logo svg {
    display: block;
    width: 234px;
    height: 60px;
    overflow: visible;
    transition: all 0.2s ease-in-out;
}
.visblee-logo-calendar {
    fill: url(#visbleeGradient);
}
.visblee-logo-check {
    fill: #fff;
}
.navbar-logo:hover .visblee-logo-check {
    animation: jello 1s;
}
.navbar-default .navbar-nav > li > a {
    padding: 4px 0 2px;
    margin: 38px 12px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    color: #777;
    transition: all 0.25s ease;
    position: relative;
}
.navbar-default .navbar-nav > li > a i {
    color: #0190d1;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #000;
}
.navbar-default .navbar-nav > li > a:after {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 0;
    background: 0 0;
    transition: width 0.5s ease, background-color 0.5s ease;
    bottom: -2px;
    left: 0;
    right: 0;
    position: absolute;
}
.navbar-default .navbar-nav > li > a:focus:after,
.navbar-default .navbar-nav > li > a:hover:after {
    width: 100%;
    background: #c00029;
    background: linear-gradient(to right, #0091d3 0, #9a258f 100%);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #000;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:focus:after,
.navbar-default .navbar-nav > .active > a:hover:after {
    width: 100%;
    background: #c00029;
    background: linear-gradient(to right, #0091d3 0, #9a258f 100%);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #000;
    border-color: #c00029;
}
.navbar-default .navbar-nav > li > a .badge {
    position: absolute;
    z-index: 1;
    right: -12px;
    top: -8px;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.navbar-default .navbar-nav > li > a .badge-red {
    background: red;
}
.navbar-default .navbar-nav > li > a .badge-green {
    background: #00c624;
}
.navbar.sticky {
    background: rgba(255, 255, 255, 0.95);
    transition: all 0.2s ease-in-out;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1), 0 3px 8px -4px rgba(0, 0, 0, 0.2);
}
.navbar.sticky .container .navbar-header .navbar-brand,
.navbar.sticky .container-fluid .navbar-header .navbar-brand {
    padding: 10px 0 12px;
    height: 100%;
}
.navbar.sticky .navbar-logo svg {
    width: 156px;
    height: 40px;
}
.navbar.sticky .navbar-nav > li > a {
    margin: 18px 12px 0;
    font-size: 16px;
}
.navbar-phone-nr {
    margin-left: 30px !important;
}
.navbar-phone-nr:after {
    content: none !important;
}
.navbar-phone-nr .fa {
    color: #048dcf;
}
.mobile-call {
    position: absolute;
    top: 16px;
    left: 5px;
    margin: 0;
    padding: 0 10px;
    font-size: 24px;
    color: #999;
}
.navbar-default .dropdown-menu {
    padding: 10px 0;
    font-size: 17px;
    background-color: #2c2e3e;
    border: none;
    border-radius: 4px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.navbar-default .dropdown-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 20px solid #2c2e3e;
}
.dropdown-menu .divider {
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
}
.navbar-default .dropdown-menu > li > a {
    padding: 6px 20px;
    color: #eee;
    letter-spacing: 0.02em;
    font-weight: 500;
}
.navbar-default .dropdown-menu > li > a:focus,
.navbar-default .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}
.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:focus,
.navbar-default .dropdown-menu > .active > a:hover {
    background-color: transparent;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 12px;
    }
}
.navbar-default .dropdown-menu > li.active > a {
    background: linear-gradient(135deg, #0190d1 0, #933695 100%);
}
.navbar-toggle {
    position: absolute;
    top: 14px;
    right: 5px;
    margin: 0;
    border: 0;
    border-radius: 0;
    transition: margin 0.2s ease-in-out;
    padding: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #999;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #999;
}
.navbar.sticky .navbar-toggle {
    margin-top: 12px;
    margin-bottom: 12px;
    transition: margin 0.2s ease-in-out;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}
.navbar-toggle .icon-bar {
    position: relative;
    transition: all 0.5s ease-in-out;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
    box-shadow: none;
}
.navbar-dashboard {
    background: rgba(255, 255, 255, 0.95);
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #eee;
}
.navbar-dashboard.sticky {
    border-bottom: 1px solid rgba(255, 255, 255, 0.95);
}
.navbar-dashboard .container .navbar-header .navbar-brand,
.navbar-dashboard .container-fluid .navbar-header .navbar-brand {
    padding: 10px 0 12px;
    height: 100%;
}
.navbar-dashboard .navbar-logo svg {
    width: 156px;
    height: 40px;
}
.navbar-dashboard .navbar-nav > li > a {
    margin: 18px 12px 0;
    font-size: 16px;
}
.footer {
    background: 0 0;
    padding-top: 60px;
}
.footer-item {
    text-align: center;
    color: #000;
    font-size: 20px;
}
.footer-item .footer-icon {
    display: block;
    margin: 0 auto 10px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    font-size: 40px;
    color: #fff;
    transition: all 0.4s linear;
    background: linear-gradient(135deg, #0091d3 0, #9a258f 100%);
}
.footer-item a {
    display: inline-block;
    color: #000;
}
.footer-item a:after {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 0;
    background: 0 0;
    transition: width 0.5s ease, background-color 0.5s ease;
    bottom: -2px;
    left: 0;
    right: 0;
    position: absolute;
}
.footer-item a:focus:after,
.footer-item a:hover:after {
    width: 50px;
    background: linear-gradient(to right, #0091d3 0, #9a258f 100%);
}
.footer-item a:focus,
.footer-item a:hover {
    color: #000;
    text-decoration: none;
}
.footer-item a:focus .footer-icon,
.footer-item a:hover .footer-icon {
    box-shadow: 0 10px 20px rgba(0, 143, 209, 0.3);
}
.sub-footer {
    font-size: 13px;
    text-align: center;
    padding: 25px 0 25px;
    color: #999;
    line-height: 1.8em;
}
.sub-footer .left {
    float: left;
}
.sub-footer .right {
    float: right;
}
.sub-footer a {
    color: #999;
}
.footer-extended {
    padding: 50px 0;
    border-top: 1px solid #eee;
    font-size: 15px;
}
.footer-extended__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 15px;
    color: #000;
}
.footer-extended p {
    font-size: 15px;
    color: #666;
}
.footer-extended ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-extended ul > li + li {
    margin-top: 5px;
}
.footer-extended ul > li > a {
    color: #666;
}
.footer-extended .fa-ul {
    padding-left: 2em;
}
.footer-extended ul > li > .fa {
    color: #ccc;
}
.sub-footer-extended {
    font-size: 13px;
    color: #999;
    padding: 15px 0 30px;
}
.sub-footer-extended a {
    color: #999;
}
.sub-footer-extended__content {
    display: flex;
    justify-content: space-between;
}
.sub-footer-extended__item {
    flex: 0 1 auto;
}
.sub-footer-extended__item--links a {
    margin-left: 15px;
}
.sub-footer-extended__item--links a:first-child {
    margin-left: 0;
}
.slim {
    border-radius: 10px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1), 0 3px 8px -4px rgba(0, 0, 0, 0.2);
}
.vue-dropzone {
    border-radius: 10px;
    margin-bottom: 15px;
}
.gallery-manager .gallery-img {
    width: calc(20% - 30px);
    float: left;
    position: relative;
    margin: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1), 0 3px 8px -4px rgba(0, 0, 0, 0.2);
    transition: all 0.4s linear;
}
.gallery-manager .gallery-img:focus,
.gallery-manager .gallery-img:hover {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.gallery-manager .gallery-img .delete {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    border: none;
    background: #c72e35;
    color: #fff;
    width: 26px;
    height: 26px;
    font-size: 14px;
    border-radius: 50%;
    z-index: 2;
}
.gallery-manager .gallery-img .delete .fa {
    line-height: 26px;
}
.gallery-manager img {
    width: 100%;
}
.gallery-manager .gallery-img:after {
    font-family: fontAwesome;
    content: "\f047";
    cursor: move;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s linear;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.gallery-manager .gallery-img:hover:after {
    opacity: 1;
}
.intro {
    position: relative;
    overflow: hidden;
    height: 100vh;
    max-height: 1000px;
    padding-top: 104px;
    width: 100%;
    background-size: cover;
    background-position-x: 50%;
    background-repeat: no-repeat;
    background-image: url(../img/bg-intro.jpg);
}
.intro .container {
    height: 100%;
    position: relative;
}
.intro .content {
    width: 50%;
    z-index: 1;
}
.intro h1 {
    font-size: 84px;
    font-weight: 800;
    letter-spacing: 0.02em;
    margin: 0;
}
.intro p {
    margin: 30px 0 20px;
    font-size: 24px;
    font-weight: 300;
    color: #222;
}
.intro-woman {
    position: absolute;
    right: 70px;
    bottom: 0;
    height: 660px;
}
.intro-search {
    position: relative;
    overflow: hidden;
    padding-top: 154px;
    height: 100vh;
    min-height: 680px;
    margin: auto;
    background-size: cover;
    background-position-x: 50%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ccc;
}
.intro-search .img-user-girl,
.intro-search .img-user-guy {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
    position: absolute;
    z-index: -1;
}
.intro-search .img-user-girl {
    bottom: 0;
    right: -215px;
    height: 660px;
}
.intro-search .img-user-guy {
    bottom: -80px;
    left: -250px;
}
.intro-search .container {
    height: 100%;
    position: relative;
    text-align: center;
}
.intro-search .search-panel {
    text-align: left;
    margin: auto;
    background: rgba(43, 45, 61, 0.9);
    padding: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 2;
    display: inline-block;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.intro-search .search-panel .btn {
    margin-left: 10px;
}
#mainSearchInput {
    width: 300px;
}
.intro-features {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    padding: 20px 0;
    border-radius: 15px 15px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.intro-feature {
    text-align: center;
    color: #777;
    padding: 0 15px;
}
.intro-feature .fa {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
    background: linear-gradient(135deg, #0091d3 0, #9a258f 100%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.intro-feature .title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #000;
}
.intro-feature .owl-dots {
    line-height: 0;
}
.blog-item-large {
    margin-bottom: 50px;
}
.blog-item-large img {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.blog-item-large .content {
    margin-top: 20px;
    padding-left: 15px;
}
.blog-item-large h1 {
    position: relative;
    font-size: 42px;
}
.blog-item-large h1 a {
    color: #000;
}
.blog-item-large h1 a:focus,
.blog-item-large h1 a:hover {
    color: #0190d1;
    text-decoration: none;
}
.blog-item-large h1:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: linear-gradient(to right, #0091d3 0, #9a258f 100%);
    position: absolute;
    bottom: -15px;
    left: -15px;
}
.blog-item-large .date {
    color: #999;
    letter-spacing: 0.03em;
}
.blog-item {
    margin-top: 50px;
}
.blog-item img {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}
.blog-item h1 {
    font-size: 26px;
    margin-bottom: 15px;
}
.blog-item h1 a {
    color: #000;
}
.blog-item h1 a:focus,
.blog-item h1 a:hover {
    color: #0190d1;
    text-decoration: none;
}
.blog-item .date {
    color: #999;
    letter-spacing: 0.03em;
}
.blog-article .date {
    text-align: center;
    color: #999;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
}
.blog-article .blog-main-img,
.blog-article .video-container {
    margin-bottom: 50px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.blog-pager {
    margin-top: 50px;
}
.blog-pager a {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    max-width: 300px;
}
.blog-pager a:focus,
.blog-pager a:hover {
    text-decoration: none;
}
.blog-pager a .fa {
    color: #048dcf;
    font-size: 36px;
}
.blog-pager a.left {
    float: left;
}
.blog-pager a.right {
    float: right;
    text-align: right;
}
.registration-feature {
    margin-top: 30px;
}
.registration-feature .fa {
    text-align: center;
    display: block;
    margin: 0 0 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    font-size: 30px;
    color: #fff;
    transition: all 0.4s linear;
    background: #83cfea;
}
.registration-feature .title {
    font-weight: 600;
    margin-bottom: 2px;
    color: #000;
    font-size: 20px;
}
.registration-feature p {
    font-size: 16px;
    margin-bottom: 0;
    color: #666;
}
.card {
    display: block;
}
.card .card-body {
    padding: 30px;
}
.card-simple {
    position: relative;
    text-align: center;
    border-radius: 20px;
    padding: 30px 30px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.card-simple .fa {
    margin-bottom: 10px;
}
.card-simple .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
.card-simple p {
    margin-bottom: 0;
    font-size: 16px;
    color: #666;
}
.card-simple .svg-icon {
    width: 150px;
    margin-bottom: 10px;
    fill: #999;
}
.card-simple .svg-img {
    height: 120px;
    margin-bottom: 15px;
}
.card-dashboard {
    border-radius: 10px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05), 0 3px 8px -4px rgba(0, 0, 0, 0.1);
}
.card-dashboard .card-header {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}
.card-dashboard__card-label {
    padding: 6px 15px;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    white-space: nowrap;
    border-radius: 4px;
    background: #5cb85c;
    display: inline-block;
    float: right;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.card-dashboard .card-header .fa {
    color: #ccc;
}
.card-dashboard .card-header:after {
    content: none;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background: linear-gradient(135deg, #0190d1 0, #933695 100%);
}
.card-dashboard .card-body {
    padding: 30px;
}
.card-dashboard .card-body--thin {
    padding: 30px 0;
}
.card-dashboard .card-body p:not(.lead) {
    font-size: 16px;
    color: #666;
}
.card-dashboard .card-footer {
    padding: 0 30px 30px;
}
.card-overview {
    padding: 30px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
    background: #2c2e3e;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1), 0 3px 8px -4px rgba(0, 0, 0, 0.2);
}
.card-overview .count {
    font-size: 54px;
    font-weight: 300;
    line-height: 1em;
}
.card-overview.card-upcoming {
    background: linear-gradient(135deg, #0190d1 0, #933695 100%);
}
.card-overview.card-successful {
    background: linear-gradient(135deg, #0190d1 0, #00c624 100%);
}
.card-overview.card-failed {
    background: linear-gradient(135deg, #933695 0, #f70000 98%);
}


.card-venue {
    display: block;
    position: relative;
    margin: 15px 0 0 0;
    color: #fff;
    border-radius: 12px;
    background-color: #2c2e3e;

    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.card-main:focus,
.card-main:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.card-venue .h1,
.card-venue .h2,
.card-venue h1,
.card-venue h2 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #fff;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.card-venue__sub-heading {
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-weight: 700;
}
.card-venue img {
    position: relative;
    border-radius: 10px 10px 0 0;
    transition: all 0.4s linear;
}
.card-venue .card-inside {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px 10px;
    /*border-radius: 0 0 10px 10px;*/
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
}
.card-venue .card-footere {
    color:black;

    bottom: 0;
    left: 0;
    width: 100%;

    border-radius: 10px;
    z-index: 9;
    background: white;
}
.card-venue:focus img,
.card-venue:hover img {
    opacity: 0.8;
}
.card-venue .location {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #000;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 14px;
    letter-spacing: 0.02em;
}
.card-venue .location .fa {
    color: #666;
}
.venue-card-small {
    display: block;
    position: relative;
    color: #fff;
    border-radius: 12px;
    background-color: #2c2e3e;
}
.venue-card-small:focus,
.venue-card-small:hover {
    color: #fff;
    text-decoration: none;
}
.venue-card-small__title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
}
.venue-card-small__img {
    position: relative;
    border-radius: 10px;
    opacity: 0.5;
    transition: all 0.4s linear;
}
.venue-card-small__card-inside {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px 10px;
    border-radius: 0 0 10px 10px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
}
.venue-card-small:focus .venue-card-small__img,
.venue-card-small:hover .venue-card-small__img {
    opacity: 0.8;
}
.venue-card-small .location {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #000;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 0.02em;
}
.venue-card-small .location .fa {
    color: #666;
}
.card-date {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, #0190d1 0, #933695 100%);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1), 0 3px 8px -4px rgba(0, 0, 0, 0.2);
}
.card-date:focus,
.card-date:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.card-date .card-header {
    padding: 10px 15px 10px;
}
.card-date .card-body {
    font-size: 18px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.25);
}
.card-date .date {
    float: left;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.card-date .timeframe {
    float: right;
    font-size: 17px;
}
.card-date .timeframe .fa {
    color: rgba(255, 255, 255, 0.75);
}
.card-date .service {
    font-weight: 600;
}
.card-date .details {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
}
.card-date .details > li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.card-date .details > li + li {
    margin-left: 15px;
}
.card-date.pending {
    opacity: 0.5;
}
.rating-card {
    padding: 25px;
    background: #f9f9f9;
    border-radius: 8px;
}
.rating-card__rating {
    float: left;
    font-size: 20px;
    color: #e3c900;
}
.rating-card__date {
    float: right;
    color: #999;
}
.rating-card p {
    font-size: 15px;
    margin-top: 10px;
}
.rating-card__name {
    font-weight: 600;
    font-size: 14px;
}
.rating-card .fa-star,
.rating-card .fa-star-half-empty {
    margin-left: 1px;
    margin-right: 1px;
}
.venue-profile-stars {
    white-space: nowrap;
}
.rating-star {
    color: #e3c900;
    margin-left: 2px;
    margin-right: 2px;
}
.rate {
    display: inline-block;
    border: 0;
}
.rate > input {
    display: none;
}
.rate > label {
    float: right;
    color: #ccc;
}
.rate.has-error > label {
    color: #bd0000 !important;
}
.rate > label:before {
    display: inline-block;
    font-size: 4rem;
    padding: 0.3rem 0.2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 ";
}
.rate .half:before {
    content: "\f089 ";
    position: absolute;
    padding-right: 0;
}
.rate > input:checked ~ label,
.rate > label:hover,
.rate > label:hover ~ label {
    color: #e3c900;
}
.rate > input:checked + label:hover,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #e3c900;
}
.business-service-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.business-service-list > li {
    border-radius: 10px;
    background: #f3f3f3;
    display: table;
    width: 100%;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1), 0 3px 8px -4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.business-service-list > li + li {
    margin-top: 10px;
}
.business-service-list > li .inside {
    padding: 12px 15px;
    background: linear-gradient(135deg, #0190d1 0, #933695 100%);
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #fff;
}
.business-service-list > li .content {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
}
.business-service-list > li .content-long {
    display: table-cell;
    vertical-align: middle;
    width: 75%;
}
.business-service-list > li .content-long:focus,
.business-service-list > li .content-long:hover,
.business-service-list > li .content:focus,
.business-service-list > li .content:hover {
    text-decoration: none;
}
.business-service-list > li .price {
    width: 15%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    color: #fff;
    line-height: normal;
}
.business-service-list > li .price:focus,
.business-service-list > li .price:hover {
    color: #fff;
    text-decoration: none;
}
.business-service-list > li .time {
    width: 20%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: normal;
}
.business-service-list > li .side {
    display: table-cell;
    vertical-align: middle;
    width: 130px;
    text-align: right;
}
.business-service-list .service-name {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.business-service-list .service-name:focus,
.business-service-list .service-name:hover {
    text-decoration: none;
}
.business-service-list .service-name span {
    font-weight: 300;
    color: #ddd;
}
.business-service-list .service-short-desc {
    font-size: 15px;
    color: #ddd;
    line-height: 1.2em;
    margin-top: 2px;
    display: block;
}
.business-service-list .details {
    padding: 20px 15px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2);
}
.business-service-list .wysiwyg ol > li,
.business-service-list .wysiwyg p,
.business-service-list .wysiwyg ul > li {
    font-size: 15px;
}
.sub-service-list {
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
}
.sub-service-list > li + li {
    margin-top: 5px;
}
.sub-service-list--item,
.sub-service-list--item__selected {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    position: relative;
    padding: 12px 15px;
    color: #fff;
    justify-content: space-between;
    border-radius: 10px;
    font-size: 15px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #0190d1 0, #933695 100%);
}
.sub-service-list--item__selected {
    margin-top: 15px;
}
.sub-service-list--item:focus,
.sub-service-list--item:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
}
.sub-service-list--name {
    flex: 1 0 55%;
    -webkit-box-flex: 1 0 55%;
    -webkit-flex: 1 0 55%;
    -ms-flex: 1 0 55%;
}
.sub-service-list--duration {
    flex: 1 0 15%;
    -webkit-box-flex: 1 0 15%;
    -webkit-flex: 1 0 15%;
    -ms-flex: 1 0 15%;
}
.sub-service-list--price {
    font-weight: 600;
    flex: 1 0 15%;
    -webkit-box-flex: 1 0 15%;
    -webkit-flex: 1 0 15%;
    -ms-flex: 1 0 15%;
}
.sub-service-list--btn,
.sub-service-list--btn__close {
    flex: 0 0 21px;
    -webkit-box-flex: 0 0 21px;
    -webkit-flex: 0 0 21px;
    -ms-flex: 0 0 21px;
    width: 21px;
    height: 21px;
    background: #fff;
    color: #0190d1;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    padding: 0;
    border: 0;
    font-size: 11px;
    transition: all 0.4s ease-in-out;
}
.sub-service-list--item:focus .sub-service-list--btn,
.sub-service-list--item:hover .sub-service-list--btn {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
    background: #0190d1;
    color: #fff;
}
.sub-service-list--btn__close:focus,
.sub-service-list--btn__close:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
    background: #0190d1;
    color: #fff;
}
.sub-service-list--btn .fa-chevron-right {
    line-height: 23px;
    text-indent: 1px;
}
.client-sub-service {
    display: grid;
    grid-template-columns: 18px 6fr 2fr 2fr 2fr 30px;
    grid-column-gap: 15px;
    padding: 15px 30px;
    align-items: center;
}
.client-sub-service .form-group {
    margin-bottom: 0;
}
.dash-service-pricing {
    display: grid;
    grid-template-columns: 18px 3fr 1fr 30px;
    grid-column-gap: 15px;
    padding: 15px 30px;
    align-items: center;
}
.dash-service-pricing .form-group {
    margin-bottom: 0;
}
.dash-service-pricing__footer {
    padding: 0 30px;
}
.service-pricing-table > tbody > tr > td,
.service-pricing-table > tbody > tr > th {
    padding: 8px 0;
}
.service-pricing-table > tbody > tr:first-child > td,
.service-pricing-table > tbody > tr:first-child > th {
    border: none;
}
.old-terms-swither {
    text-align: center;
    margin: -15px auto 15px;
}
.calendar .calendar-terms {
    position: relative;
}
.calendar .calendar-terms:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2px;
    height: 100%;
    background: #efefef;
}
.calendar .single-day-segment {
    text-align: center;
    background: #fff;
}
.calendar .day-segment-name {
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
    letter-spacing: 0.1em;
}
.calendar .time {
    background: #eee;
    color: #0190d1;
    border-radius: 10px;
    display: inline-block;
    padding: 8px 5px;
    width: calc(33.33% - 10px);
    margin: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
}
.calendar .time.overtime {
    background: #ffd994;
}
.calendar .time:focus,
.calendar .time:hover {
    text-decoration: none;
    color: #fff;
    background: #0190d1;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    z-index: 1;
    font-weight: 900;
}
.calendar .time.active {
    color: #fff;
    font-weight: 700;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #0190d1 0, #933695 100%);
}
.calendar .calendar-full,
.calendar-empty {
    text-align: center;
    color: #999;
}
.calendar .calendar-full .fa,
.calendar-empty .fa {
    display: block;
    font-size: 70px;
    margin-bottom: 15px;
    color: #ccc;
}
.calendar-col {
    padding: 40px 15px 20px 15px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-left: -1px;
    background: -moz-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.client-calendar-title {
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
    color: #333;
    letter-spacing: 0.1em;
    font-weight: 600;
    position: relative;
}
.client-calendar-title > .fa {
    display: block;
    margin-bottom: 5px;
    color: #999;
    font-size: 18px;
}
.client-calendar-title .move-left,
.client-calendar-title .move-right {
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 43px;
    background: #933695;
    color: #fff;
    padding: 0 5px;
    border-radius: 4px;
    line-height: 43px;
    font-size: 12px;
}
.client-calendar-title .move-left {
    left: 0;
}
.client-calendar-title .move-right {
    right: 0;
}
.date-calendar {
    position: relative;
    margin: 30px auto 30px;
    text-align: center;
}
.dashboard-date-calendar {
    max-width: 500px;
}
.cal-next-month,
.cal-previous-month {
    position: absolute;
    padding: 10px;
    height: 100%;
    background: 0 0;
    border: none;
    color: #933695;
    font-size: 22px;
    transition: all 0.4s linear;
}
.cal-previous-month {
    top: 0;
    left: 0;
    border-right: 1px solid #eee;
}
.cal-previous-month:hover {
    background: #933694;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}
.cal-next-month {
    top: 0;
    right: 0;
    border-left: 1px solid #eee;
}
.cal-next-month:hover {
    background: #933694;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}
.cal-current-month {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: 800;
    letter-spacing: 0.05em;
}
.cal-current-month:focus,
.cal-current-month:hover {
    text-decoration: none;
    background: #0190d1;
    color: #fff;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}
.calendar-grid {
    text-align: center;
    width: 350px;
    margin: 0 auto;
}
.calendar-heading {
    display: inline-block;
    padding: 0 10px;
    margin: 2px;
    width: 40px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.calendar-item {
    background: #eee;
    color: #0190d1;
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
    width: 40px;
    height: 40px;
    margin: 2px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.calendar-item:focus,
.calendar-item:hover {
    text-decoration: #fff;
    color: #fff;
    box-shadow: inset 0 0 0 40px #0190d1, 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.calendar-item.active {
    text-decoration: none;
    color: #fff;
    z-index: 1;
    font-weight: 900;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #0190d1 0, #933695 100%);
}
.calendar-item.disabled,
.calendar-item.disabled:focus,
.calendar-item.disabled:hover {
    color: #ccc;
    cursor: not-allowed;
    background: #f4f4f4;
    box-shadow: none;
}
.calendar-item.disabled:after {
    position: absolute;
    content: "";
    background: #c00;
    display: block;
    width: 80%;
    height: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 1.5px;
}
.client-calendar {
    border-top: 2px solid #eee;
    position: relative;
    margin-top: 50px;
}
.owl-upper-nav {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    z-index: 2;
}
.owl-upper-nav .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-upper-nav .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 18px;
    margin: 0 5px;
    background: #666;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    width: 40px;
    height: 32px;
    line-height: 34px;
    transition: all 0.4s linear;
}
.owl-upper-nav .owl-nav [class*="owl-"]:focus,
.owl-upper-nav .owl-nav [class*="owl-"]:hover {
    background: #777;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}
.owl-upper-nav .owl-nav .disabled,
.owl-upper-nav .owl-nav .disabled:focus,
.owl-upper-nav .owl-nav .disabled:hover {
    background: #eee;
    color: #fff;
    cursor: not-allowed;
    box-shadow: none;
}
.client-calendar .tool-btn {
    color: #fff;
    font-size: 18px;
    margin: 0 5px;
    background: #666;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    width: 40px;
    height: 32px;
    line-height: 34px;
    transition: all 0.4s linear;
}
.client-calendar .tool-btn:focus,
.client-calendar .tool-btn:hover {
    background: #777;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}
.calendar-entry {
    position: relative;
    display: block;
    color: #000;
    border-radius: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1), 0 3px 8px -4px rgba(0, 0, 0, 0.2);
}
.calendar-entry-header {
    position: relative;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 600;
    background: #333;
    background: #0190d1;
    background: -moz-linear-gradient(-45deg, #0190d1 0, #933695 100%);
    background: -webkit-linear-gradient(-45deg, #0190d1 0, #933695 100%);
    background: linear-gradient(135deg, #0190d1 0, #933695 100%);
}
.calendar-entry-status {
    position: absolute;
    top: 5px;
    right: 10px;
}
.calendar-entry-body {
    border-radius: 0 0 10px 10px;
    background: #fff;
    padding: 10px 15px;
    font-size: 15px;
}
.calendar-entry-body ul {
    padding: 0;
    margin: 5px 0 0 0;
    list-style: none;
}
.calendar-entry-body ul > li + li {
    margin-top: 3px;
}
.calendar-entry-body .fa {
    color: #999;
}
.calendar-entry:focus,
.calendar-entry:hover {
    text-decoration: none;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.past .calendar-entry-header {
    background: #666;
    background: -moz-linear-gradient(-45deg, #666 0, #ccc 100%);
    background: -webkit-linear-gradient(-45deg, #666 0, #ccc 100%);
    background: linear-gradient(135deg, #666 0, #ccc 100%);
}
.successful .calendar-entry-header {
    background: #0190d1;
    background: -moz-linear-gradient(-45deg, #0190d1 0, #00c624 100%);
    background: -webkit-linear-gradient(-45deg, #0190d1 0, #00c624 100%);
    background: linear-gradient(135deg, #0190d1 0, #00c624 100%);
}
.failed .calendar-entry-header {
    background: #933695;
    background: -moz-linear-gradient(-45deg, #933695 0, #f70000 98%);
    background: -webkit-linear-gradient(-45deg, #933695 0, #f70000 98%);
    background: linear-gradient(135deg, #933695 0, #f70000 98%);
}
.calendar-entry.pending {
    opacity: 0.5;
}
.reservationtable-date {
    color: #666;
}
.reservationtable-timeframe {
    display: block;
    font-weight: 700;
    color: #000;
    font-size: 16px;
}
.reservations-filter {
    margin-bottom: 30px;
    padding: 15px 15px 5px;
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.1);
    border-radius: 10px;
    background: #fff;
}
.shift-week-range {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.shift-week-number {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.shift-row {
    border-top: 1px solid #eee;
    padding: 10px 0;
    position: relative;
}
.shift-row:last-child {
    border-bottom: 1px solid #eee;
}
.shift-row .day-col {
    flex: 0 0 20%;
}
.shift-row .shift-col {
    flex: 0 0 20%;
}
.shift-row .add-col {
    background: #fff;
}
.shift-row__add-time {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.shift-row .form-group {
    margin-bottom: 0;
    float: left;
}
.sidebar-card {
    margin-bottom: 30px;
}
.sidebar-card .header {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.1;
    color: #000;
}
.sidebar-card .header .fa {
    color: #999;
}
.dashboard-sidebar {
    width: 215px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 104px 15px 15px 15px;
    overflow-x: hidden;
    overflow-y: auto;
    background: linear-gradient(to right, rgba(204, 204, 204, 0.65) 0, rgba(0, 0, 0, 0) 100%);
}
.dashboard-sidebar-menu a {
    display: block;
    font-size: 16px;
    padding: 8px 10px 8px 10px;
    color: #333;
    font-weight: 400;
    border-radius: 10px;
}
.dashboard-sidebar-menu a span {
    display: inline-block;
    position: relative;
    vertical-align: text-bottom;
}
.dashboard-sidebar-menu a .fa {
    position: relative;
    font-size: 24px;
    margin-right: 5px;
    color: #0277ab;
}
.dashboard-sidebar-menu a .fa .badge {
    position: absolute;
    z-index: 1;
    right: -5px;
    top: -8px;
    background: red;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.dashboard-sidebar-menu a:focus,
.dashboard-sidebar-menu a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.05);
}
.dashboard-sidebar-menu a.active {
    background: linear-gradient(135deg, #0190d1 0, #933695 100%);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}
.dashboard-sidebar-menu a.active .fa {
    color: #fff;
}
.dashboard-sidebar-menu a + a {
    margin-top: 5px;
}
.large-panel {
    border-radius: 20px;
    padding: 50px 50px;
    background: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.accordeon-panel {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 15px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.15);
}
.accordeon-panel:last-child {
    margin-bottom: 0;
}
.accordeon-panel-heading h2 {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
}
.accordeon-panel-heading .panel-title a {
    display: block;
    padding: 15px 30px;
    text-decoration: none;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #fff;
    background: #469dbb;
    background: -moz-linear-gradient(-45deg, #469dbb 0, #0078a1 100%);
    background: -webkit-linear-gradient(-45deg, #469dbb 0, #0078a1 100%);
    background: linear-gradient(135deg, #469dbb 0, #0078a1 100%);
}
.accordeon-panel .panel-title a:focus,
.accordeon-panel .panel-title a:hover {
    opacity: 0.8;
}
.accordeon-panel .panel-heading + .panel-collapse > .list-group,
.accordeon-panel .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.accordeon-panel .panel-body {
    padding: 30px;
    background: #fff;
}
.accordeon-panel p {
    font-size: 17px;
}
.accordeon-panel .accordion-toggle:before {
    font-family: FontAwesome;
    content: "\f106";
    float: right;
    color: #fff;
}
.accordeon-panel .accordion-toggle.collapsed:before {
    content: "\f107";
}
.help-accordeon {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.help-accordeon .accordeon-heading {
    display: block;
    padding: 15px;
    text-decoration: none;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #666;
    background: #eee;
}
.help-accordeon .accordeon-heading:not(.collapsed) {
    color: #333;
}
.help-accordeon .accordeon-heading:before {
    font-family: FontAwesome;
    content: "\f106";
    float: right;
    color: #999;
}
.help-accordeon .accordeon-heading.collapsed:before {
    content: "\f107";
}
.help-accordeon .accordeon-body {
    background: #eee;
    padding: 15px;
    border-top: 1px solid #eee;
}
.help-accordeon .accordeon-body.wysiwyg p {
    font-size: 15px;
}
.service-category {
    margin-bottom: 15px;
    padding: 18px 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
}
.service-category__header {
    padding: 0 0;
    font-size: 30px;
    display: block;
    position: relative;
}
.service-category__header:focus,
.service-category__header:hover {
    text-decoration: none;
}
.service-category__title {
    font-size: 24px;
    font-weight: 700;
    color: #0277ab;
    margin-bottom: 0;
    padding-right: 40px;
}
.service-category__header a {
    display: block;
    padding-right: 45px;
}
.service-category__header p {
    margin: 5px 0 0;
    font-size: 15px;
    padding-right: 45px;
    line-height: 1.5em;
}
.service-category__header:before {
    font-family: FontAwesome;
    content: "\f107";
    color: #fff;
    background: linear-gradient(135deg, #0190d1 0, #933695 100%);
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-indent: 2px;
    text-align: center;
    border-radius: 12px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 24px;
    transition: 0.2s all ease-in-out;
}
.service-category__header.collapsed:before {
    content: "\f105";
}
.service-category__header:focus:before,
.service-category__header:hover:before {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}
.service-category__body {
    margin-top: 15px;
}
.model-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05), 0 3px 8px -4px rgba(0, 0, 0, 0.1);
}
.model-card__body {
    padding: 30px;
}
.model-card__label {
    color: #999;
    font-weight: 600;
    font-size: 18px;
}
.model-card__heading {
    font-size: 32px;
    margin-bottom: 0;
}
.model-card__lead {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.model-card__model {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.model-card__icon {
    height: 70px;
    margin-right: 15px;
}
.model-card__list {
    margin-bottom: 25px;
}
.model-card__list > li {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.model-card__list > li:last-child {
    border-bottom: none;
}
.model-card__list .fa-li {
    color: #00a651;
}
.model-card__price {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #000;
    text-align: center;
}
.model-card__price-desc {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.model-card__price-desc:not(a) {
    color: #999;
}
.fee-calc {
    text-align: center;
    max-width: 400px;
    margin: 55px auto 0;
}
.fee-calc__price {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    text-align: center;
}
.fee-calc__helper {
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
}
.noUi-target {
    background: #eee;
    border: none;
    box-shadow: none;
}
.noUi-horizontal {
    height: 10px;
}
.noUi-horizontal .noUi-handle {
    width: 26px;
    height: 26px;
    top: -8px;
}
.noUi-handle {
    border: none;
    border-radius: 50%;
    box-shadow: none;
    background: #0190d1;
    background: -moz-linear-gradient(-45deg, #0190d1 0, #933695 100%);
    background: -webkit-linear-gradient(-45deg, #0190d1 0, #933695 100%);
    background: linear-gradient(135deg, #0190d1 0, #933695 100%);
}
.noUi-tooltip {
    padding: 5px 8px 3px;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
}
.noUi-handle:after,
.noUi-handle:before {
    content: none;
}
.recommend-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
.recommend-icon svg {
    display: block;
    margin: 0 auto;
    width: 220px;
    fill: #ccc;
}
.recommend-bubble {
    fill: url(#SVGID_recommendBubble);
}
.gift-icon svg {
    display: block;
    margin: 0 auto 30px;
    height: 160px;
}
.img-rounded {
    border-radius: 2px;
}
.well {
    padding: 20px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.well.form-well {
    padding-bottom: 5px;
}
.nav-tabs > li > a {
    border: none;
}
.nav-tabs > li > a:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: linear-gradient(135deg, #0190d1 0, #933695 100%);
    opacity: 0.8;
    position: absolute;
    left: 0;
    bottom: -4px;
    border-radius: 0 0 4px 4px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #000;
    font-weight: 600;
    cursor: default;
    background-color: transparent;
    border: none;
}
.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:focus:after,
.nav-tabs > li.active > a:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: linear-gradient(135deg, #0190d1 0, #933695 100%);
    position: absolute;
    left: 0;
    bottom: -4px;
    border-radius: 0 0 4px 4px;
}
.nav-tabs > li > a .fa {
    margin-right: 2px;
    color: #999;
}
.nav-pills-registration {
    display: inline-block;
}
.nav-pills-registration > li {
    margin: 0 5px;
}
.nav-pills-registration > li a {
    width: 260px;
    color: #333;
    padding: 0;
}
.nav-pills-registration .svg-icon {
    height: 60px;
    margin-bottom: 10px;
}
.nav-pills-registration .inside {
    padding: 8px 5px;
    border-radius: 10px;
    transition: all 0.4s linear;
}
.nav-pills-registration .title {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0190d1;
    transition: all 0.4s linear;
}
.nav-pills-registration > li > a:focus,
.nav-pills-registration > li > a:hover {
    background-color: transparent;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background: 0 0;
}
.nav-pills > li > a:focus .inside,
.nav-pills > li > a:hover .inside {
    color: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    background: #0190d1;
}
.nav-pills > li.active .inside,
.nav-pills > li.active a:focus .inside,
.nav-pills > li.active a:hover .inside {
    color: #fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #0091d3 0, #9a258f 100%);
}
.nav-pills > li.active .title,
.nav-pills > li > a:focus .title,
.nav-pills > li > a:hover .title {
    color: #fff;
}
.deep-shadow {
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.2);
}
.text-white,
.text-white p {
    color: #fff;
}
.text-white .lead {
    color: #fff;
}
.text-dark-grey {
    color: #666;
}
.text-grey {
    color: #999;
}
.text-light-grey {
    color: #ccc;
}
.text-green {
    color: #093;
}
.text-orange {
    color: #ce7c00;
}
.text-red,
.text-red a {
    color: #e20500 !important;
}
.bg-white {
    background: #fff;
}
.bg-light-grey {
    background: #f4f4f4;
}
.bg-dark-blue {
    background: #0f1c37;
}
.bg-visblee-grad {
    background: linear-gradient(135deg, #0091d3 0, #9a258f 100%);
}
.purple-fill {
    fill: #9a258f;
}
.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.8);
}
.swal2-modal {
    font-family: Montserrat, sans-serif;
    border-radius: 20px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.swal2-modal .swal2-title {
    color: #000;
}
.swal2-modal .swal2-content {
    font-weight: 400;
}
.swal2-buttonswrapper .btn {
    margin: 0 5px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.8;
}
.modal-mask {
    transition: opacity 0.3s ease;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-wrapper {
    margin: 10px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-main-icon {
    display: block;
    margin: 0 auto 30px;
    width: 200px;
}
@media (min-width: 768px) {
    .modal-wrapper {
        width: 600px;
        margin: 30px auto;
    }
}
@media (min-width: 992px) {
    .modal-sm {
        width: 450px;
        margin: 30px auto;
    }
    .modal-lg {
        width: 1170px;
        margin: 30px auto;
    }
}
.modal-container {
    background-color: #fff;
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.modal-header {
    padding: 20px 30px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(to right, #0091d3 0, #9a258f 100%);
}
.modal-header button.close {
    width: 30px;
    height: 30px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    float: right;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    transition: all 0.4s linear;
    margin-top: 2px;
}
.modal-header button.close:focus,
.modal-header button.close:hover {
    border: none;
    box-shadow: inset 0 0 0 30px #fff;
    color: #933695;
}
.modal-header .title {
    color: #fff;
    font-size: 24px;
}
.modal-body {
    padding: 30px 30px 30px;
}
.modal-enter {
    opacity: 0;
}
.modal-leave-active {
    opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.modal-body .service-short-desc {
    font-size: 15px;
    color: #999;
}
.modal-body .details {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
}
.modal-body .details > li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.modal-body .details > li + li {
    margin-left: 15px;
}
.modal-body .details > li .fa {
    color: #999;
}
.modal-body .price {
    font-size: 15px;
    color: #999;
}
.webkit-tiltjs-fix {
    display: block;
    -webkit-transform: translateZ(0);
}
.tt-hint,
.tt-query,
.typeahead {
    outline: 0;
    height: 42px;
    width: 100% !important;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 42px;
    border: 2px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.typeahead {
    background-color: #fff;
}
.typeahead:focus {
    border: 2px solid #0097cf;
}
.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
    color: #999;
}
.tt-menu {
    width: 422px;
    height: 300px;
    overflow: scroll;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}
.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}
.tt-suggestion p {
    margin: 0;
}
.twitter-typeahead .type-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}
.twitter-typeahead {
    width: 100%;
}
.pass-graybar {
    height: 3px;
    background-color: #ccc;
    width: 100%;
    position: relative;
}
.pass-colorbar {
    height: 3px;
    background-color: #90ee90;
    position: absolute;
    top: 0;
    left: 0;
}
.pass-percent,
.pass-text {
    font-size: 1em;
}
.pass-percent {
    margin-right: 5px;
}
[v-cloak] {
    display: none;
}
.services-table {
    min-height: 75px;
}
.services-table tbody:before {
    content: "";
}
.mce-tinymce {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.mce-top-part::before {
    content: none !important;
}
#jquery-cookie-law-script,
#jquery-cookie-law-script * {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
#jquery-cookie-law-script {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: none;
    width: 100%;
    border-color: #202226;
    border-style: solid;
    border-top-width: 1px;
    background: rgba(50, 58, 69, 0.7);
    color: #f1f1f3;
    font-size: 12px;
}
#jquery-cookie-law-script.light {
    color: #1a1a1a;
    background: #fff;
    border-color: rgba(223, 223, 223, 0.85);
}
#jquery-cookie-law-script.top {
    top: 0;
    bottom: auto;
    border-top-width: 0;
    border-bottom-width: 1px;
}
#jquery-cookie-law-script.absolute {
    position: absolute;
}
#jquery-cookie-law-script a {
    color: #3b89c7;
    white-space: nowrap;
}
#jquery-cookie-law-script #cookie-law-container-box {
    background: rgba(32, 34, 38, 0.8);
    backface-visibility: hidden;
}
#jquery-cookie-law-script.light #cookie-law-container-box {
    background: #f9fafc;
    backface-visibility: hidden;
}
#jquery-cookie-law-script #cookie-law-container {
    padding: 10px 15px;
    max-width: 1170px;
    margin: 0 auto;
}
#jquery-cookie-law-script #cookie-law-message {
    float: left;
    text-align: left;
}
@media (max-width: 991px) {
    #jquery-cookie-law-script #cookie-law-message {
        width: 85%;
    }
}
@media (max-width: 480px) {
    #jquery-cookie-law-script #cookie-law-message {
        width: 75%;
    }
}
#jquery-cookie-law-script a.cookie-law-button {
    padding: 4px 8px;
    text-decoration: none;
    border-radius: 50px;
    transition: 0.25s;
    box-shadow: none;
    background: #0190d1;
    border: none;
    color: #fff;
}
#jquery-cookie-law-script a.cookie-law-button:focus,
#jquery-cookie-law-script a.cookie-law-button:hover {
    background-color: #00a3ef;
    color: #fff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
#jquery-cookie-law-script #cookie-law-more-info {
    display: none;
    background: rgba(50, 58, 69, 0.8);
    text-align: justify;
}
#jquery-cookie-law-script.light #cookie-law-more-info {
    background: #eaedf1;
    border-top: 1px solid #f0f2f5;
}
#jquery-cookie-law-script #cookie-law-info-container {
    padding: 10px 20px;
}
#jquery-cookie-law-script #cookie-law-more-text {
    width: 85%;
}
#jquery-cookie-law-script #cookie-law-more-text-close {
    float: right;
    padding: 1px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}
#jquery-cookie-law-script.light #cookie-law-more-text-close {
    color: #3b89c7;
}
.fb_dialog {
    z-index: 1000 !important;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.iti__hide {
    display: none;
}
.iti__v-hide {
    visibility: hidden;
}
.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}
.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}
.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555;
}
.iti__country-list {
    position: absolute;
    z-index: 9999;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
}
@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal;
    }
}
.iti__flag-box {
    display: inline-block;
    width: 20px;
}
.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.iti__country {
    padding: 5px 10px;
    outline: 0;
}
.iti__dial-code {
    color: #999;
}
.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti__country-name,
.iti__dial-code,
.iti__flag-box {
    vertical-align: middle;
}
.iti__country-name,
.iti__flag-box {
    margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
}
.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}
.iti--container:hover {
    cursor: pointer;
}
.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}
.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%;
}
.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em;
}
.iti__flag {
    width: 20px;
}
.iti__flag.iti__be {
    width: 18px;
}
.iti__flag.iti__ch {
    width: 15px;
}
.iti__flag.iti__mc {
    width: 19px;
}
.iti__flag.iti__ne {
    width: 18px;
}
.iti__flag.iti__np {
    width: 13px;
}
.iti__flag.iti__va {
    width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px;
    }
}
.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0;
}
.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0;
}
.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0;
}
.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0;
}
.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0;
}
.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0;
}
.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0;
}
.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0;
}
.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0;
}
.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0;
}
.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0;
}
.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0;
}
.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0;
}
.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0;
}
.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0;
}
.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0;
}
.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0;
}
.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0;
}
.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0;
}
.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0;
}
.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0;
}
.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0;
}
.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0;
}
.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0;
}
.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0;
}
.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0;
}
.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0;
}
.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0;
}
.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0;
}
.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0;
}
.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0;
}
.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0;
}
.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0;
}
.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0;
}
.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0;
}
.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0;
}
.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0;
}
.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0;
}
.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0;
}
.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0;
}
.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0;
}
.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0;
}
.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0;
}
.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0;
}
.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0;
}
.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0;
}
.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0;
}
.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0;
}
.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0;
}
.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0;
}
.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0;
}
.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0;
}
.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0;
}
.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0;
}
.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0;
}
.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0;
}
.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0;
}
.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0;
}
.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0;
}
.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0;
}
.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0;
}
.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0;
}
.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0;
}
.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0;
}
.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0;
}
.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0;
}
.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0;
}
.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0;
}
.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0;
}
.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0;
}
.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0;
}
.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0;
}
.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0;
}
.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0;
}
.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0;
}
.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0;
}
.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0;
}
.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0;
}
.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0;
}
.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0;
}
.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0;
}
.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0;
}
.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0;
}
.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0;
}
.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0;
}
.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0;
}
.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0;
}
.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0;
}
.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0;
}
.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0;
}
.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0;
}
.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0;
}
.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0;
}
.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0;
}
.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0;
}
.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0;
}
.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0;
}
.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0;
}
.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0;
}
.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0;
}
.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0;
}
.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0;
}
.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0;
}
.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0;
}
.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0;
}
.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0;
}
.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0;
}
.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0;
}
.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0;
}
.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0;
}
.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0;
}
.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0;
}
.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0;
}
.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0;
}
.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0;
}
.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0;
}
.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0;
}
.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0;
}
.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0;
}
.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0;
}
.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0;
}
.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0;
}
.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0;
}
.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0;
}
.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0;
}
.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0;
}
.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0;
}
.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0;
}
.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0;
}
.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0;
}
.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0;
}
.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0;
}
.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0;
}
.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0;
}
.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0;
}
.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0;
}
.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0;
}
.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0;
}
.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0;
}
.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0;
}
.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0;
}
.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0;
}
.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0;
}
.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0;
}
.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0;
}
.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0;
}
.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0;
}
.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0;
}
.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0;
}
.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0;
}
.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0;
}
.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0;
}
.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0;
}
.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0;
}
.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0;
}
.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0;
}
.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0;
}
.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0;
}
.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0;
}
.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0;
}
.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0;
}
.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0;
}
.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0;
}
.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0;
}
.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0;
}
.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0;
}
.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0;
}
.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0;
}
.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0;
}
.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0;
}
.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0;
}
.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0;
}
.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0;
}
.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0;
}
.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0;
}
.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0;
}
.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0;
}
.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0;
}
.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0;
}
.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0;
}
.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0;
}
.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0;
}
.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0;
}
.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0;
}
.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0;
}
.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0;
}
.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0;
}
.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0;
}
.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0;
}
.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0;
}
.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0;
}
.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0;
}
.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0;
}
.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0;
}
.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0;
}
.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0;
}
.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0;
}
.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0;
}
.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0;
}
.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0;
}
.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0;
}
.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0;
}
.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0;
}
.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0;
}
.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0;
}
.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0;
}
.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0;
}
.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0;
}
.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0;
}
.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0;
}
.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0;
}
.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0;
}
.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0;
}
.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0;
}
.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0;
}
.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0;
}
.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0;
}
.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0;
}
.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0;
}
.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0;
}
.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0;
}
.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0;
}
.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0;
}
.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0;
}
.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0;
}
.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0;
}
.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0;
}
.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0;
}
.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0;
}
.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0;
}
.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0;
}
.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0;
}
.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0;
}
.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0;
}
.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0;
}
.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0;
}
.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0;
}
.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0;
}
.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0;
}
.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0;
}
.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0;
}
.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0;
}
.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0;
}
.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0;
}
.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0;
}
.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0;
}
.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0;
}
.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0;
}
.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0;
}
.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0;
}
.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0;
}
.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0;
}
.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0;
}
.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0;
}
.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0;
}
.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0;
}
.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0;
}
.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0;
}
.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../img/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url(../img/flags@2x.png);
    }
}
.iti__flag.iti__np {
    background-color: transparent;
}
@media (max-width: 1199px) {
    .text-center-md {
        text-align: center !important;
    }
    .blog-item-large .content {
        margin-top: 0;
    }
    .blog-item-large h1 {
        font-size: 38px;
    }
    .client-sub-service {
        grid-template-columns: 18px 6fr 2fr 2fr 2fr 30px;
    }
    .model-card__lead {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .page-section {
        padding: 80px 0;
    }
    .page-section-half {
        padding: 40px 0;
    }
    .add-top {
        margin-top: 80px !important;
    }
    .add-bottom {
        margin-bottom: 80px !important;
    }
    .navbar-fixed-top(.navbar-dashboard) {
    position: relative;
}
    .sub-footer-extended__content {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .sub-footer-extended__legal,
    .sub-footer-extended__links {
        flex: 0 1 50%;
    }
    .sub-footer-extended__item--links a:first-child {
        margin-left: 15px;
    }
    .sub-footer-extended__item--creator {
        margin-top: 5px;
    }
    .blog-item-large {
        margin-bottom: 30px;
    }
    .blog-item-large img {
        margin-bottom: 30px;
    }
    .blog-item-large .content {
        padding-left: 0;
    }
    .business-service-list {
        margin-bottom: 30px;
    }
    .intro-search {
        padding: 120px 0 50px 0;
        height: auto;
        min-height: auto;
    }
    .intro-search .img-user-girl,
    .intro-search .img-user-guy {
        opacity: 0.5;
    }
    .intro-search .img-user-girl {
        right: -240px;
    }
    .intro-search .img-user-guy {
        left: -280px;
    }
    .intro-features {
        bottom: auto;
        margin-top: 30px;
        position: relative;
    }
    .intro-feature {
        font-size: 15px;
    }
    .card-simple {
        padding: 30px 15px;
    }
    .card-simple .svg-img {
        height: 80px;
    }
    .iosBugFixCaret .modal-open {
        position: fixed;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .model-card__price {
        font-size: 24px;
    }
    .model-card__price-desc {
        margin-bottom: 0;
    }
    .fee-calc {
        text-align: center;
        max-width: 400px;
        margin: 55px auto 0;
    }
    .fee-calc__price {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .xs-text-center {
        text-align: center !important;
    }
    .xs-no-valign {
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .page-section {
        padding: 60px 0;
    }
    .page-section-half {
        padding: 30px 0;
    }
    .dashboard-content {
        padding-left: 0;
    }
    .add-top {
        margin-top: 60px !important;
    }
    .add-bottom {
        margin-bottom: 60px !important;
    }
    h1,
    h2 {
        font-size: 42px;
        margin-bottom: 30px;
    }
    .lead {
        font-size: 24px;
        font-weight: 300;
        margin-bottom: 30px;
    }
    .wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3,
    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6 {
        margin-top: 30px;
    }
    .wysiwyg h2 {
        font-size: 28px;
    }
    .wysiwyg h3 {
        font-size: 22px;
    }
    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6 {
        font-size: 20px;
    }
    .wysiwyg p {
        font-size: 18px;
    }
    .wysiwyg .lead {
        font-size: 22px;
        line-height: 1.4em;
    }
    .btn-row .btn + .btn {
        margin: 5px 0;
    }
    .opposite-buttons {
        text-align: center;
    }
    .opposite-buttons .left {
        float: none;
    }
    .opposite-buttons .right {
        float: none;
        margin-top: 5px;
    }
    .navbar-fixed-top {
        position: relative;
        background: 0 0;
    }
    .navbar .container .navbar-header .navbar-brand,
    .navbar .container-fluid .navbar-header .navbar-brand {
        float: none;
        text-align: center;
        line-height: 0;
        padding: 10px 0 12px;
    }
    .navbar-brand a {
        display: inline-block;
    }
    .navbar-logo svg {
        width: 164px;
        height: 42px;
    }
    .navbar-collapse {
        text-align: center;
    }
    .navbar-default .navbar-nav > li > a {
        color: #888;
        font-size: 28px;
        text-align: center;
        padding: 5px 0;
        margin: 0 0 10px;
        text-transform: none;
        border-bottom: none;
        display: inline-block;
    }
    .footer-item + .footer-item {
        margin-top: 15px;
    }
    .footer-item .footer-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 26px;
    }
    .footer-extended {
        text-align: center;
    }
    .footer-extended__item {
        margin-bottom: 30px;
    }
    .footer-extended__item:last-child {
        margin-bottom: 0;
    }
    .footer-extended__title {
        margin-bottom: 5px;
    }
    .footer-extended .fa-ul {
        padding: 0;
    }
    .footer-extended ul > li > .fa {
        display: none;
    }
    .sub-footer-extended__item--links {
        margin-top: 5px;
    }
    .large-panel {
        padding: 30px 15px;
    }
    .modal-header {
        padding: 15px 10px;
    }
    .modal-body {
        padding: 30px 10px;
    }
    .venue-header {
        position: relative;
        padding-bottom: 50px;
    }
    .venue-header .category {
        margin-top: 30px;
    }
    .venue-header h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .venue-header .lead {
        font-size: 20px;
    }
    .blog-item-large h1 {
        font-size: 28px;
    }
    .blog-item-large .sub-heading {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .blog-item-large p {
        font-size: 16px;
    }
    .blog-item-large .date {
        font-size: 14px;
    }
    .blog-item h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .blog-item p {
        font-size: 16px;
    }
    .blog-item .date {
        font-size: 14px;
    }
    .blog-article h1 {
        font-size: 32px;
    }
    .blog-article .date {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .blog-article .blog-main-img,
    .blog-article .video-container {
        margin-bottom: 30px;
    }
    .blog-pager {
        margin-top: 30px;
    }
    .blog-pager a {
        font-size: 15px;
        max-width: none;
        width: 50%;
        display: block;
        padding: 5px;
        border-radius: 8px;
    }
    .blog-pager a:focus,
    .blog-pager a:hover {
        background: #eee;
    }
    .blog-pager a:focus .fa,
    .blog-pager a:hover .fa {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .blog-pager a.left {
        text-align: center;
    }
    .blog-pager a.right {
        float: left;
        text-align: center;
    }
    .calendar .calendar-full .fa,
    .calendar-empty .fa {
        font-size: 50px;
    }
    .date-calendar {
        margin: 30px auto 30px;
    }
    .cal-next-month,
    .cal-previous-month {
        position: relative;
        font-size: 18px;
    }
    .calendar-grid {
        width: 100%;
        max-width: 275px;
    }
    .calendar-heading {
        padding: 0;
        width: 35px;
    }
    .calendar-item {
        padding: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .calendar .calendar-terms:before {
        content: none;
    }
    .calendar .day-segment + .day-segment {
        margin-top: 15px;
    }
    .calendar .single-day-segment {
        background: 0 0;
    }
    .intro-search {
        padding: 30px 0;
    }
    .intro-search h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .intro-search .search-panel {
        width: 100%;
    }
    .intro-search .search-panel .btn {
        display: block;
        width: 100%;
        margin: 0;
    }
    #mainSearchInput {
        width: 100%;
    }
    .suggested-categories {
        white-space: nowrap;
        overflow: scroll;
        margin: 0 -15px;
        padding: 0 15px 30px 15px;
    }
    .tt-menu {
        width: 100%;
    }
    .intro-features {
        margin-top: 0;
    }
    .dashboard-sidebar {
        position: relative;
        z-index: 0;
        display: block;
        padding: 15px;
        background: #f3f3f3;
        width: 100%;
    }
    .business-service-list > li .inside {
        display: block;
        text-align: center;
    }
    .business-service-list > li .content,
    .business-service-list > li .content-long {
        display: block;
        width: 100%;
        text-align: left;
    }
    .business-service-list > li .price,
    .business-service-list > li .time {
        display: inline-block;
        width: 45%;
        text-align: center;
        margin: 5px 0 7px;
        background: rgba(0, 0, 0, 0.2);
        padding: 4px 0;
        border-radius: 4px;
    }
    .business-service-list > li .price > div,
    .business-service-list > li .time > div {
        display: inline-block;
    }
    .business-service-list > li .side {
        display: block;
        width: 100%;
    }
    .sub-service-list--item,
    .sub-service-list--item__selected {
        flex-wrap: wrap;
        padding: 8px 45px 8px 12px;
    }
    .sub-service-list--name {
        flex: 1 0 100%;
        -webkit-box-flex: 1 0 100%;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        margin-bottom: 3px;
    }
    .sub-service-list--duration {
        flex: 1 0 50%;
        -webkit-box-flex: 1 0 50%;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
    }
    .sub-service-list--price {
        font-weight: 600;
        flex: 1 0 50%;
    }
    .sub-service-list--btn,
    .sub-service-list--btn__close {
        flex: none;
        -webkit-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .card-dashboard .card-header {
        font-size: 20px;
        font-weight: 600;
        padding: 15px 30px;
        border-bottom: 1px solid #eee;
    }
    .card-dashboard .card-header {
        color: #000;
        font-size: 20px;
        font-weight: 600;
        padding: 10px 15px;
    }
    .card-dashboard .card-body {
        padding: 15px;
    }
    .registration-feature {
        text-align: center;
    }
    .registration-feature {
        margin-top: 30px;
    }
    .registration-feature .fa {
        margin: 0 auto 10px;
    }
    .nav-pills-registration > li {
        margin: 0 auto 15px;
        display: block;
        width: 100%;
    }
    .nav-pills-registration > li:last-child {
        margin: 0 auto;
    }
    .nav-pills-registration > li a {
        margin: auto;
    }
    .model-card__wrap {
        margin-bottom: 30px;
    }
    .model-card__body {
        padding: 30px 15px;
    }
    .model-card__heading {
        font-size: 38px;
    }
    .model-card__lead {
        font-size: 20px;
    }
    .model-card__icon {
        height: 66px;
    }
    .model-card__price {
        font-size: 22px;
    }
    .fee-calc {
        max-width: 250px;
    }
    .fee-calc__price {
        font-size: 22px;
    }
}

.badges {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 6px;
    border: 1px solid transparent;
    min-width: 10px;
    line-height: 1;
    color: #0190d1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 99999px;
    margin-left: 10px;
}

.badges-visblee{color:#0190d1;background-color:#0190d1}

.badge-outlineds{
    border-color: #0190d1;
    color: #0190d1
}

