﻿.book-now {
    font-size: 16px;
    font-family: "Barlow";
    color: rgb(255, 193, 7) !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    height: 40px;
    display: inline-block;
}

.base {
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-card {
    height: auto;
}

.section .container {
    margin-top: 35px;
    margin-right: 35px;
}

.file-upload-button {
    width: 134px;
    height: 36px;
    background: #ffc107;
    text-align: center;
    color: #ffffff;
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    line-height: 36px;
    border-radius: 4px;
    border-color: transparent;
}

input[type="file"] {
    display: block;
}

.imageThumb {
    max-height: 75px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
}

.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
}

    .remove:hover {
        background: white;
        color: black;
    }

#loading {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('/Content/assets/img/loader.gif') no-repeat center center;
    z-index: 9999;
    display: none;
}