body {
    background-color: white;
    background-image: none;
}

@media only screen and (min-width: 992px) {
    .left-col {
        width: 25%;
        float: left;
        height: 100%;
        position: fixed;
        background-position: center;
        background-size: cover;
    }

    .right-col {
        float: right;
        width: 75%;
        display: inline-block;
        padding: 40px 30px;
    }

    .price {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .left-col {
        width: 100%;
        height: 165px;
        background-position: center;
        float: left;
        position: fixed;
        z-index: 999;
    }

    .price {
        display: flex;
        width: 100%;
        height: 30px;
        float: left;
        position: fixed;
        z-index: 1000;
        color: #FFFFFF;
        background-color: #1e4169;
    }

    .right-col {
        float: left;
        width: 100%;
        display: inline-block;
        padding: 40px 30px;
        margin-top: 145px;
    }
}

@media only screen and (max-width: 768px) {
    .service-item img {
        max-height: 40px !important;
        width: auto;
    }

    .service-item {
        min-height: 100px !important;
        padding: 0 5px !important;
    }

    .right-col {
        padding: 40px 10px !important;
    }

    p.item-desc {
        font-size: 12px !important;
        width: 100%;
        margin: 0 !important;
    }
}

@media only screen and (max-width: 420px) {
    p.item-desc {
        font-size: 9px !important;
        width: 100%;
        margin: 0 !important;
    }
}

.service-item {
    float: left;
    width: 32.5%;
    border: 3px solid #1e416973;
    padding: 0 15px;
    border-radius: 5px;
    margin: 0.2% 0.2%;
    min-height: 130px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item img {
    max-height: 70px;
    width: auto;
    margin: 0 auto;
}

.services-list {
    width: 100%;
    float: left;
    margin: 15px auto;
}

.service-item:hover {
    cursor: pointer;
    background-color: #6ec3ed4d;
    transition: 0.3s;
    box-shadow: 1px 1px 15px #77a9c1a6;
}

.service-active {
    cursor: pointer;
    background-color: #6ec3ed4d !important;
    transition: 0.3s;
    box-shadow: 1px 1px 15px #77a9c1a6 !important;
}

.select2-container {
    width: 100% !important;
}

.section {
    padding-bottom: 15px;
    width: 100%;
    float: left;
}

.fc .fc-toolbar-title {
    font-size: 1.1em !important;
    margin: 0;
    background-color: #1e4169;
    color: #fff;
    padding: 10px 5px;
    border-radius: 5px;
    text-transform: capitalize;
}

.fc a {
    color: #1e4169 !important;
}

.fc .fc-button-primary {
    background-color: #1e4169 !important;
}

.btn.btn-primary {
    color: #fff;
    background-color: #1e4169;
    border-color: #1e4169;
    width: 100%;
}

.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary:focus:not(.btn-text),
.btn.btn-primary.focus:not(.btn-text) {
    color: #FFFFFF;
    background-color: #4686d5;
    border-color: #4686d5;
}

.btn.btn-primary.btn-shadow-hover:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary.btn-shadow-hover:focus:not(.btn-text),
.btn.btn-primary.btn-shadow-hover.focus:not(.btn-text) {
    -webkit-box-shadow: 0px 9px 16px 0px #4686d561 !important;
    box-shadow: 0px 9px 16px 0px #4686d561 !important;
}

.btn.btn-primary.disabled,
.btn.btn-primary:disabled {
    color: #FFFFFF;
    background-color: #1e4169;
    border-color: #1e4169;
}

.input-group-text {
    width: 40px;
}

body {
    overflow-x: unset !important;
}

.bootstrap-touchspin .input-group-btn .btn {
    color: white;
}

.bootstrap-touchspin .input-group-text {
    width: 100%;
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 1 !important;
}

.fc .fc-day-past .fc-daygrid-day-top {
    opacity: 0.3 !important;
}

.checkbox>input:checked~span {
    background-color: #1e4169;
}

.text-aprilia,
.text-aprilia:hover {
    color: #4686d5;
}

.area-item {
    border: 3px solid #1e416973;
    padding: 0 15px;
    border-radius: 5px;
    margin: 0.2% 0.2%;
    min-height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.area-item:hover {
    cursor: pointer;
    background-color: #6ec3ed4d;
    transition: 0.3s;
    box-shadow: 1px 1px 15px #77a9c1a6;
}

.area-active {
    cursor: pointer;
    background-color: #6ec3ed4d !important;
    transition: 0.3s;
    box-shadow: 1px 1px 15px #77a9c1a6 !important;
}

.input-group .select2-selection.select2-selection--single {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.select2-results__option[aria-disabled="true"] {
    display: none;
}
