.logo {
    margin-top: 1px;
    max-height: 120px;
}
a {
    text-decoration: none;
}
.bg-img .text-end span {
    font-size: 2em;
    font-weight: 600;
}
.sec-1 p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}
body {
    background-color: #f5f3ef;
    font-family: "Times New Roman",Times,serif;
}
h2 {
    font-size: 24px;
}

.tv {
    width: 100%;
}
.ima-form {
    background-color: #e5ca9f;
    padding: 32px;
    border-radius: 8px;
    position: sticky;
    top: 10%;
}

.form-control {
    font-family: sans-serif;
}
.form-group {
    margin-bottom: 15px;
}
footer.ima-footer {
    background-color: #74613c;
    padding: 30px 0 30px 0;
    color: #ffff;
    font-size: 1em;
    line-height: 1.4em;
}
footer h4 {
    font-size: 18px;
}
footer a {
    text-decoration: none;
    color: #fff;
}
.ima-footer .telephone {
    margin-bottom: 15px;
    line-height: 22px;
}
.start-icon {
    list-style: none;
}
.start-icon li {
    float: left;
    margin-right: 10px;
}
.icons {
    background-color: #36444C;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.sticky {
    position: sticky;
    bottom: 0%;
    z-index: 999;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .form-group {
        margin-bottom: 6px;
    }

    .flip-card {
        height: 8em !important;
    }
}

@media only screen and (max-width: 300px) {

    .flip-card {
        height: 5em !important;
    }
}

@media only screen and (max-width: 800px) {

    .flip-card {
        height: 8em !important;
    }
}