﻿body {
    background-color: rgb(0, 0, 0) !important;
}

.nets-box {
    position: relative;
}

.offer-img {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 70px;
}

.booking-title {
    font-size: 30px;
    margin: 11px 0px 15px 20px;
    color: #f2f66f;
    margin-left: 0px;
}

.btn-secondary {
    color: #fff;
    color: #dfdfdf;
    background-color: #343638 !important;
    border-color: #343638 !important;
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
}

input.booking-form {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.booking-form {
    margin-top: 20px;
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #1c1c1c;
    background-clip: padding-box;
    border: 1px solid #4783B0;
    border-radius: 0px;
    border-bottom: 1px solid #1c1c1c !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.gnd-hdbg {
    padding: 5px;
    background-color: #1c1c1c;
    color: #dfdfdf;
    text-decoration-style: none;
}


.gnd-img {
    width: 100%;
    height: 150px;
}

.gnd-imghd {
    color: #dfdfdf;
    font-size: 13px;
}
/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 85px;
    left: 225px;
    width: 25%;
}

/*.offer-img {
    width: 80%;
    height: 50%;
}*/

.back {
    color: #ffff2b;
    font-weight: normal;
    margin-top: 10px;
    font-size: 16px;
    float: right !important;
}

@media (max-width:360px) {
    .bottom-left {
        position: absolute;
        bottom: 36% !important;
        left: 65% !important;
    }

    .gnd-img {
        width: 100%;
    }
}

@media (max-width:375px) {
    .bottom-left {
        position: absolute;
        bottom: 36% !important;
        left: 65% !important;
    }

    .gnd-img {
        width: 100%;
    }
}

@media (max-width:384px) {
    .bottom-left {
        position: absolute;
        bottom: 36% !important;
        left: 65% !important;
    }

    .gnd-img {
        width: 100%;
    }
}

@media (max-width:411px) {
    .bottom-left {
        position: absolute;
        bottom: 34% !important;
        left: 67% !important;
        width: 20% !important;
    }
}

@media (max-width:414px) {
    .bottom-left {
        position: absolute;
        bottom: 34% !important;
        left: 68% !important;
    }
}

@media (max-width:600px) {
    .bottom-left {
        position: absolute;
        bottom: 32%;
        left: 68% !important;
    }

    .gnd-img {
        width: 100%;
    }
}

@media (max-width:768px) {
    .bottom-left {
        position: absolute;
        bottom: 32%;
        left: 40%;
    }
}

@media (max-width:1024px) {
    .bottom-left {
        position: absolute;
        bottom: 32%;
        left: 65%;
        width: 25%;
    }
}
