body {
    background: url('../images/back.jpg');
    background-size: cover;
    font-family: 'Segoe', 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif' !important;
    background-position: center;
}

.full-height {
    height: 100vh;
}

.bg-red {
    background-color: #d50000;
    -webkit-box-shadow: 0px 10px 18px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 10px 18px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 10px 18px 0px rgba(50, 50, 50, 0.75);
}

.logo {
    height: 7vh;
    width: auto;
}

.big-card {
    min-height: 500px;
    color: white;
    background-color: rgba(20, 20, 20, 0.9);
    padding: 2rem;
    border-radius: 7px;
    -webkit-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.75);
}

.start {
    background-color: #d50000;
    color: white;
    padding: 0.7rem 1.8rem;
}

.footer {
    width: 100vw;
    color: white;
    background-color: black;
}

.text-header {
    font-size: 1.1rem;
}

.text-medium {
    font-size: 0.9rem;
}

.text-small {
    font-size: 0.7rem;
}


/*slick*/
.slick-dots li button::before {
    color: white !important;
    font-size: 17px !important;
    transition: font-size .1s ease;
}

.slick-dots li button:hover::before {
    font-size: 20px !important;
}


.slick-button-prev {
    left: 0px !important;
}

.slick-button-next {
    right: 0px !important;
}

.slick-button{
    z-index: 999;
    position: absolute;
    top: 100%;
    /* background-color: white;
    border: 0px;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 10px; */
}

.slick-button-prev:hover::before {
    font-size: 28px !important;
}

.slick-button-next:hover::before {
    font-size: 28px !important;
}

.slick-button-next::before,
.slick-button-prev::before {
    font-size: 26px !important;
    transition: font-size .1s ease;
}

.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

/* numberic inputs */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* pay bow button */
body>div:nth-child(2)>div>div>div>div:nth-child(5)>div>form>input[type=submit]:nth-child(18){
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #5eac24;
    border-color: #4cae4c;
    height: 50px;
    width: 100px;
}

body>div:nth-child(2)>div>div>div>div:nth-child(5)>div>form>input[type=submit]:nth-child(18)::after{
    content: "Pay Deposit Now";
}