﻿
.header {
    background: url("../../../../../../Images/Buyers/buyers-checkbooking.jpeg");
    height: 92vh;
    background-position: center 13%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;

}

body .card {
    width: 310px !important;
}

body .field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    right: 12px;
    z-index: 2;
}
.nav-item.active {
    border-bottom: 3px solid #70bf32;
}
.nav-responsive li {
    margin: 0 15px;
}
.buyers-book-card h5 {
    font-size: 18px;
}
.buyers-book-card ::placeholder {
    color: #e4e4e4;
}
.buyers-book-card input {
    border: 1px solid #d5d5d5 !important;
    background: #f7f7f7;
    text-align: center;
}
.logo {
    max-width: 110px;
}

@media only screen and (max-width: 576px) {
    .buyers-book-card .card {
        background: rgba(255,255,255, 0.8) !important;
    }
    .buyers-book-card .title {
           font-size: 17px;
    }
 
}

@media only screen and (max-width: 768px) {
    .row.h-100.buyers-book-card {
        height: auto !important;
    }
}

@media only screen and (max-width: 989px) {
    .nav-responsive li.active {
        background-color: #52a015 !important;
        font-weight: bold;
    }

    .nav-responsive li:hover {
        background-color: #52a015 !important;
        font-weight: bold;
    }

    .nav-responsive li a.nav-link {
        color: #FFF !important;
    }
}
@media only screen and (min-width: 990px) {
    .nav-responsive li.active a {
        color: #70bf32 !important;
        font-weight: bold;
        border-bottom: 3px solid #70bf32;
    }

    .nav-responsive li a.nav-link:hover {
        color: #70bf32 !important;
        font-weight: bold;
        border-bottom: 3px solid #70bf32;
    }

    .nav-responsive li a {
        color: #000000 !important;
    }
}