.hero-content-padding {
    padding: 10em 2em 3em 4em;
}

.pt-12 {
    padding-top: 5em;
}

.hero-heading {
    font-size: 60px;
    font-weight: 600;
    color: black;
}

.form-img {
    width: 100%;
    height: auto;
    margin-top: -63px;
    object-fit: cover;
}

.lucida-font {
    font-family: 'Lucida Typewriter';
    letter-spacing: 0px;
}

.card_preview h6 {
    font-size: 15px;
    font-weight: 400;
}

.card_preview h4 {
    font-size: 14px;
    font-weight: 400;
}

.card_preview h5 {
    font-size: 12px;
    font-weight: 300;
}


/* .home-search .input-group{
    border: 3px solid blue;
    border-radius: 30px;
} */

.home-search input {
    border: 3px solid blue;
    border-radius: 30px;
}

.home-search .input-group-text {
    background-color: #044099 !important;
    border-radius: 30px;
}

.gif-image img {
    width: 100%;
}

.card-list-icon li svg {
    margin-right: 8px;
}

.card-btn {
    background-color: #044099;
    color: white;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 30px;
}

.accordion-item {
    background-color: #F2F9FF;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px;
}

.accordion-header {
    background-color: #F2F9FF;
}

.accordion-button {
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    color: #000000 !important;
}

.footer {
    list-style: none;
    text-decoration: none;
    text-align: center;
}

.footer li a {
    text-decoration: none;
}

.social-links {
    list-style: none;
    text-decoration: none;
}

.carousel-caption {
    text-align: left;
}

.carousel-mask {
    background-color: grey;
    opacity: 0.9;
}

.p-form {
    padding-left: 5rem;
    padding-right: 5rem;
}

.form-group img {
    position: absolute;
    top: 10px;
    left: 12px;
    /* font-size: 22px; */
    z-index: 9999;
}

.icon-input-field .form-control {
    padding-left: 45px !important;
    background-color: #f1f1f1;
}

.input-group {
    margin-left: 0px !important;
    border-radius: 0.25rem;
}

.blue-btn {
    background-color: #044099;
    color: white;
    font-weight: 600;
    font-size: 18px;
}

.custom-card-shadow {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    border-radius: 20px;
}

.blue-outline-btn {
    border: 2px solid #044099;
    color: #044099;
}


/* .user-form input {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
} */


/* .user-form textarea {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
} */

.total hr {
    margin: 5px 0px !important;
}


/* .input-box-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px, rgb(0 0 0 / 10%) 0px 2px 4px 0px, rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
} */

.allButFooter {
    min-height: calc(100vh - 40vh);
}

@media screen and (min-width: 800px) {
    .builder-div-fixed {
        position: fixed;
        width: inherit !important;
        max-width: 28% !important;
    }
}