.inner_hero {
    padding-bottom: 10em !important;
}

.otherpages {
    padding-bottom: 4em !important;
    background: #F1F8FF !important;
    padding-top: 7em !important;
}

.contact-over-box .card-body {
    padding: 3em;

}


.contact-over-box .card {
    margin-bottom: 3em !important;
    border: none;
    border-radius: 10px;
    background: var(--white);
    width: 50%;
    margin: auto;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    position: relative;
}
.contact-over-box .card-body label {
    font-size: 12px;
    font-weight: 600;
}
.contact-over-box .card-body .form-control {
    border: 1px solid #d3cece;
    font-size: var(--font-16-size);
    border-radius: 1px;
    padding: 8px;
    box-shadow: none;
}

.contact-over-box .card::before {
    height: 300px;
    width: 300px;
    border-radius: 30px;
    z-index: -1;
    /* left: -1px; */
    right: -20px;
    bottom: 0px;
    top: -20px;
    position: absolute;
    content: "";
    background: var(--theme-primary-color);
    background: -webkit-linear-gradient(left, var(--theme-primary-color) 0%, var(--theme-secondary-color) 51%, var(--theme-primary-color) 100%);
    background: linear-gradient(to right, var(--theme-primary-color) 0%, var(--theme-secondary-color) 51%, var(--theme-primary-color) 100%);
    border-color: transparent;
    background-size: 200% auto;
}

.contact-over-box .card::after {
    height: 300px;
    width: 300px;
    border-radius: 30px;
    z-index: -1;
     left: -20px;
    /*right: -20px;*/
    bottom: -20px;
    /*top: -20px;*/
    position: absolute;
    content: "";
    background: var(--theme-primary-color);
    background: -webkit-linear-gradient(left, var(--theme-primary-color) 0%, var(--theme-secondary-color) 51%, var(--theme-primary-color) 100%);
    background: linear-gradient(to right, var(--theme-primary-color) 0%, var(--theme-secondary-color) 51%, var(--theme-primary-color) 100%);
    border-color: transparent;
    background-size: 200% auto;
}
@media only screen and (max-width: 990px) and (min-width: 200px) {
.contact-over-box .card {
    width: 80%;
}
}
