h1, h2 {
    padding-bottom: 35px;
}
form h5 {
    margin-bottom: 30px;
    text-transform: uppercase;
}
h6 {
    font-weight: bold;
}
a {
    color: #fff;
}

#giftTotal {
    font-size: 2em;
    font-weight: bold;
}

.col-sm-6 {
    display: table;
    min-height: 650px;
}
#recipient-details .col-sm-6, #purchaser-details .col-sm-6, #payment-details .col-sm-6, #recipient-details .col-sm-12,
#purchaser-details .col-sm-12, #payment-details .col-sm-12, #purchaser-details .col-sm-2, #purchaser-details .col-sm-4,
#payment-details .col-sm-2, #payment-details .col-sm-4 {
    min-height: auto !important;
    margin-bottom: 25px;
}
.col-sm-6 div {
    padding: 50px;
}
.footer .col-sm-6 {
    min-height: 200px;
}
.footer p {
    padding: 90px 0 0 90px;
}

.bg-black {
    color: #fff;
}
.bg-black.footer a {
    color: #fff;
}
.bg-gray, .footer a {
    color: #4d4d4e;
}
.bg-gray {
    background-color: #181819;
}
.bg-gray .col-sm-6 {
    min-height: 90px;
    padding: 45px;
}
.bg-dn {
    background-color: #d1d3d4;
}

.center-content {
    margin: 0 auto;
}

.btn-dn {
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    padding: 15px 25px;
    border: 1px solid #fff !important;
    border-radius: 0;
    transition: all 200ms;
    margin: 35px 0;
}
.btn-dn:hover {
    background-color: #000;
    color: #fff;
}
.btn-b {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    margin-right: 10px !important;
    text-transform: none !important;
}
.btn-b:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.box-1, .box-2, .box-3 {
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 475px;
}
.box-1 {
    background-image: url("/img/Demetrius-15.jpg");
}
.box-2 {
    background-image: url("/img/Demetrius-31.jpg");
}
.box-3 {
    background-image: url("/img/Demetrius-37.jpg");
}

.box-bg-1, .box-bg-3, .box-bg-4 {
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: center center;
}
.box-bg-1 {
    background-image: url('/img/img1.webp');
}
.box-bg-3 {
    background-image: url('/img/img3.webp');
}
.box-bg-4 {
    background-image: url('/img/DN-Giftbox.webp');
}
@media (max-width: 768px) {
    .box-bg-1, .box-bg-3, .box-bg-4 {
        background-size: 60% auto !important;
    }
    .box-1 {
        background-position: right center !important;
    }
    .box-2, .box-3, .box-4 {
        background-position: center center !important;
    }
    .bg-gray .col-sm-6, .footer p {
        padding: 0 !important;
    }
    .btn-b {
        margin-bottom: 20px !important;
    }
    .faq-accordion {
        width: 95% !important;
    }
    .faq-accordion:after {
        margin-right: -15px;
    }
}

/* Style the buttons that are used to open and close the accordion panel */
.faq-accordion {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    padding: 18px 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .faq-accordion:hover {
    /*background-color: #ccc;*/
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    /*padding: 0 18px;*/
    /*background-color: white;*/
    max-height: 0;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    transition: max-height 0.2s ease-out;
}
.faq-accordion:after {
    content: '\002B'; /* Unicode character for "plus" sign (+) */
    font-size: 20px;
    color: #fff;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212"; /* Unicode character for "minus" sign (-) */
}