/* cmsms stylesheet: default_all modified: 03/23/26 09:30:38 */
#cookie_popup {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 300px;
    z-index: 99999999;
    box-sizing: border-box;
    padding: 10px;
    color: #ffffff;
    background-color: #000000bf;
    font-size: 80%;
}

#cookie_popup a:link, #cookie_popup a:visited, #cookie_popup span {
color: #ffffff;
transition: color 0.4s;
cursor: pointer;
}

#cookie_popup a:hover, #cookie_popup span:hover {
color: #b4b387;
}

.pp_social {
display: none !important;
}
/* cmsms stylesheet: form modified: 03/23/26 09:30:38 */
form {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    background-color: #f9f9f9;
    margin-bottom: 40px;
}

.formRow {
    display: flex;
    gap: 15px; /* Spacing between the elements */
    margin-bottom: 15px;
}

.formSection {
    flex: 1; /* Ensure equal width for inputs in the same row */
}

.formSection input,
.formSection textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
    height: 60px;
    display:  block;
}

.formSection textarea {
    min-height: 160px;
    resize: vertical;
}

.formSection button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #0e1d82;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.formSection button:hover {
    background-color: #028cd8;
}

/* Responsive Design */
@media (max-width: 740px) {
    .formRow {
        flex-direction: column; /* Stack all elements in a column */
        gap: 10px; /* Adjust spacing for stacked layout */
    }
}
/* cmsms stylesheet: testimonials modified: 03/23/26 09:30:38 */
.inpage_quote {border: 1px solid #cccccc;margin-bottom:  20px;padding: 20px;}

.inpage-quote_credit {
    text-align:  right;
    display:  block;
    font-size: 80%;
}

.back_to_top {
font-size: 75%
}
