.accordion-button:not(.collapsed), .fbox-light .fbox-icon i, .fbox-light .fbox-icon img {
    color: #fff !important
}

.larger-font, .montserrat-font {
    font-family: Montserrat, sans-serif !important
}

.red-color {
    color: #ab1e2d !important
}

.lighter-red-bg {
    background-color: rgba(171, 30, 45, .9) !important
}

.accordion-button:not(.collapsed), .i-bordered:hover, .red-bg, .red-btn {
    background-color: #ab1e2d !important
}

.blue-bg {
    background-color: #34495e !important
}

.wa-green {
    color: #25d366 !important
}

.larger-font {
    font-size: 25px !important;
    text-transform: none !important
}

.bigger-pill, .larger-font-2 {
    font-size: 17px !important
}

.larger-font-3 {
    font-size: 1.24rem !important
}

.larger-font-4 {
    font-size: 1.2rem !important
}

.larger-font-5 {
    font-size: 1.5rem !important
}

.larger-font-6 {
    font-size: 1.45rem !important
}

.larger-font-7 {
    font-size: 1.7rem !important
}

.larger-font-8 {
    font-size: 1.05rem !important
}

.larger-font-9 {
    font-size: 1.35rem !important
}

.reduced-mt {
    margin-top: -16px !important
}

.reduced-mt-2 {
    margin-top: -5px !important
}

.reduced-mt-3 {
    margin-top: -45px !important
}

.reduced-mt-4 {
    margin-top: -20px !important
}

.reduced-mt-5 {
    margin-top: -10px !important
}

.reduced-mb {
    margin-bottom: -50px !important
}

.reduced-mb-2 {
    margin-bottom: -35px !important
}

.reduced-mb-3 {
    margin-bottom: -20px !important
}

.custom-table-width {
    width: 50% !important
}

.brown-btn {
    background-color: #5e0811 !important;
    border-color: #5e0811 !important
}

.table > :not(:first-child) {
    border-top: 0
}

.mid-align {
    vertical-align: middle !important
}

@media (min-width: 768px) and (max-width: 990px) {
    .mr-caption {
        margin-right: -150px !important
    }
}

@media (min-width: 990px) and (max-width: 991.9px) {
    .mr-caption-2 {
        margin-right: -150px !important
    }
}

input[readonly] {
    cursor: text !important;
    background-color: #fff !important
}

.i-bordered:hover {
    border-color: #ab1e2d !important
}

:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 transparent !important
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important
}

.alert-div-content {
    display: inline-block !important
}

.alert-default {
    background-color: #f2f2f2 !important;
    border-color: #eaeaea !important;
    color: #737272 !important
}

.caption-secondary {
    background-color: #198754 !important
}

.fbox-effect-1 .fbox-icon-1 i::after {
    box-shadow: 0 0 0 2px #ab1e2d !important
}

.body-text-color {
    color: #555 !important
}

@media only screen and (min-width: 767.98px) and (max-width: 1199.98px) {
    .hide-div {
        display: none !important
    }
}

@media only screen and (min-width: 991.98px) and (max-width: 1199.98px) {
    .hide-div-2 {
        display: none !important
    }

    .header-float-left {
        float: left !important
    }

    .show-div {
        display: block !important
    }
}

@media only screen and (min-width: 1200px) {
    .hide-div-3 {
        display: none !important
    }

    .show-div-2 {
        display: block !important
    }
}

@media only screen and (max-width: 992px) {
    .hide-div-4 {
        display: none !important
    }

    .show-div-3 {
        display: block !important
    }
}

@media only screen and (min-width: 992px) {
    .article-container {
        width: 75% !important
    }
}

.custom-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.pricing-price {
    font-size: 2.8rem !important;
}

.blue-color {
    color: #34495e !important;
}

.responsive-map-container {
    position: relative;
    width: 100%;
    height: 400px; /* Default: md and below */
    overflow: hidden;
}

.responsive-map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* lg and above (≥ 992px) */
@media (min-width: 992px) {
    .responsive-map-container {
        height: 600px;
    }
}

#topBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 88px; /* Place the button at the bottom of the page */
    right: 23px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(52, 73, 94, 0.8); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 12px 20px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#topBtn:hover {
    background-color: rgba(52, 73, 94, 0.8);
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

html, body {
    scroll-behavior: smooth !important;
    width: auto !important;
    overflow-x: hidden !important;
}

.col-padding {
    padding-top: 40px; /* reduce from the default */
    padding-bottom: 0;
}