    .popover-markup .popover{
  width:150%;
}

.popover-markup label{
  padding:0px;
}

.container{
    margin:0px auto;
}

.c-tabs-nav__link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 4px;
    padding: 12px;
    color: #fff;
    background-color: #b3b3b3;
    text-align: center;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.c-tabs-nav__link i {
    margin-bottom: 12px;
    font-size: 22px;
}

.c-tabs-nav__link i, .c-tabs-nav__link span {
    margin: 0;
        margin-bottom: 0px;
    padding: 0;
    line-height: 1;
}

.select2-results__option{
        padding: 4px !important;
}
    /*.booking-form .input-wrapper::before {
    width: 44px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #1e1e1e;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #1e1e1e;
    z-index: 50;
}


.booking-form .input-wrapper {
    border: 1px solid #1e1e1e;
    height: 45px;
    position: relative;
    font-size: 15px;
    background-color: #fff;
}*/

.nav-tabs .nav-link.active{
    background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}

.popover-header{
    font-size: 13px !important;
}

[data-dark-overlay="4"]:after{
    background:unset !important;
}

.header-main .header-top{
    padding: 2px 0 !important;
}

.bwc-footer__top-row{
    border-top: solid 1px #e8e5e5;
    margin: 56px 24px 0;
}

.bwc-footer__social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 1024px;
    margin: 0 auto;
    padding: 16px 0;
}

.bwc .mat-icon-button {
    width: auto;
    min-width: 40px;
    height: auto;
    min-height: 40px;
    padding: 0;
}

.bwc-footer__social .mat-icon-button {
    margin: 0 8px;
}

.mat-icon-button {
    padding: 0;
    min-width: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    line-height: 40px;
    border-radius: 50%;
}

.bwc-footer__social .mat-icon-button .mat-button-wrapper {
    display: inline;
}
.mat-icon-button .mat-button-wrapper bwc-icon:first-child {
    padding-right: 0;
}

.bwc-footer__social .mat-icon-button .mat-button-wrapper bwc-icon {
    font-size: 2.3em;
}

.bwc .mat-icon-button .mat-button-wrapper bwc-icon:last-child {
    padding-left: 0;
}

.bwc .mat-icon-button .mat-button-wrapper bwc-icon:first-child {
    padding-right: 0;
}

.footer-wrapper ul.footer-menu li a{
    font-size: 14px !important;
}

.footer-wrapper ul.footer-menu li + li{
    margin-top: 5px !important;
}

#feedback {
    float: left;
    position: fixed;
    top: calc(50% - 47px);
    right: 0;
}

#feedback a {
    background: #FF4500;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border: 3px solid #fff;
    border-right: 0;
    display: block;
    padding: 20px 12px;
    transition: all .2s ease-in-out;
}

#feedback a:hover {
    padding-right: 20px;
}

/* Desktops and laptops ----------- */
@media(min-width : 1224px) {
        .modal-lg{
            max-width: 900px !important;
        }
}

.ribbon {
    position: absolute;
    top: 5px;
    right: -5px;
    padding: 5px;
}
.ribbon-content{
    position: relative; 
    /*width: 100%; */
    /*height: 100px; */
    /*background: #f1f1f1; */
    /*border: 1px solid #DDD;    */
}
.ribbon.base {
    background: #3498db;
    color: #fff;
    border-right: 5px solid #8bc4ea;
}
.ribbon.light {
    background: #ecf0f1;
    color: #2c3e50;
    border-right: 5px solid #dde4e6;
}
.ribbon.dark {
    background: #131313;
    color: #fff;
    border-right: 5px solid #464646;
}
.ribbon.base-alt {
    background: #9cd70e;
    color: #000;
    border-right: 5px solid #c6f457;
}
.ribbon.red {
    background: #e91b23;
    color: #fff;
    border-right: 5px solid #f2787d;
}
.ribbon.orange {
    background: #ff8a3c;
    color: #000;
    border-right: 5px solid #ffc7a2;
}
.ribbon.yellow {
    background: #ffd800;
    color: #000;
    border-right: 5px solid #ffe866;
}
.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent;
}
.ribbon:before {
    top: 0;
}
.ribbon:after {
    bottom: 0;
}
.ribbon.base:before {
    border-top: 27px solid #3498db;
}
.ribbon.base:after {
    border-bottom: 27px solid #3498db;
}
.ribbon.light:before {
    border-top: 27px solid #ecf0f1;
}
.ribbon.light:after {
    border-bottom: 27px solid #ecf0f1;
}
.ribbon.dark:before {
    border-top: 27px solid #131313;
}
.ribbon.dark:after {
    border-bottom: 27px solid #131313;
}
.ribbon.base-alt:before {
    border-top: 27px solid #9cd70e;
}
.ribbon.base-alt:after {
    border-bottom: 27px solid #9cd70e;
}
.ribbon.red:before {
    border-top: 27px solid #e91b23;
}
.ribbon.red:after {
    border-bottom: 27px solid #e91b23;
}
.ribbon.orange:before {
    border-top: 27px solid #ff8a3c;
}
.ribbon.orange:after {
    border-bottom: 27px solid #ff8a3c;
}
.ribbon.yellow:before {
    border-top: 27px solid #ffd800;
}
.ribbon.yellow:after {
    border-bottom: 27px solid #ffd800;
}
.ribbon span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}



    label.error{
        color: red !important;
        margin: 5px 0 0 0;
    }