﻿
.contactus-body-text {
    color: var(--Default-Black, #1C1D1F);
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0px;
}

.body-title-text {
    color: var(--Default-Black, #1C1D1F);
    font-family: var(--public-redesign-font-family);
    word-wrap: break-word;
    font-size: 1.5rem;
    line-height: 29px;
    font-weight: 600;
}

.custom-div {
    background-color: #4f789e;
    border-color: #4f789e;
    color: white;
    border-radius: 6px;
    padding: 8px 20px;
}

.contact-us-card {
    border-radius: none;
    border: none !important;
    box-shadow: 0px 11px rgb(0 0 0 / 0%) !important;
}

.card-header {
    background-color: white !important;
    border-bottom: none;
    color: var(--Default-Black, #1C1D1F);
    font-family: var(--public-redesign-font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.card-icon-bg {
    padding: 1.5rem;
    background: #c9d4e8;
    border-radius: 100px;
    display: inline-flex;
}

.card-img {
    width: 48px;
    height: 48px;
    position: relative;
    border-radius: 100px
}

.card-icon-phone {
    background-image: url(../images/ContactUs/phone.svg);
}

.card-icon-email {
    background-image: url(../images/ContactUs/envelope.svg);
}

.card-icon-mail {
    background-image: url(../images/ContactUs/mailbox.svg);
}

.form-control, .form-select {
    border: 1px solid #DEE2E6;
}

.hint-text-end {
    float: right;
    margin-top: 0.25rem;
}
.custom-text-a{
    text-decoration:none;
}
@media (max-width: 425px) {
    .btn-submit {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .hl-content {
        display: inline !important;
    }
}

.nobullets{
    list-style-type:none;
    padding-left:0;
}
/* Target all icons with class="icon" */
.icon {
    width: 20px; /* Set your desired width */
    height: 20px; /* Set your desired height */
    vertical-align: middle; /* Aligns the icon with the text */
    margin-right: 8px; /* Adds spacing between icon and text */
}

/* Optional: Remove bullet points from the list */
.modules {
    list-style-type: none;
    padding-left: 0;
}
.popuptext{
    font-family: "Bower",Georgia,"Times New Roman",serif,'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif,Verdana, Geneva, Tahoma;
    font-variant-numeric: lining-nums;
}
