/* Style for scrollbar */
::-webkit-scrollbar {
    width: 5px; /* Width of the scrollbar */
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the track */
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; /* Color of the handle */
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color of the handle on hover */
  }
.loan_calculator .container {
    max-width: 900px;
}

span.slide {
    display: block;
    height: 78px;
}

.equal-height {
    display: flex;
    flex-wrap: wrap;
    /* Allow items to wrap to next line */
}
.error {
    font-size: 10px;
    color: #ff0000;
}
.equal-height .box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /* Stretch items vertically */
}

.equal-height .cs_figure {
    flex-grow: 1;
}

.efficiency {
    margin-top: 5em;
}

.efficiency li {
    min-height: 200px;
    margin-top: 2em;
    list-style: none;
}
.grants h3 {
    font-size: 22px;
    font-weight: 900;
    color: #000;
    margin-bottom: 1em;
    letter-spacing: 1px;
}
.grants ul {
    margin-left: 2em;
}
.efficiency h3 {
    font-size: 22px;
    font-weight: 900;
    color: #000;
    margin-bottom: 1em;
    letter-spacing: 1px;
}

.row.efficiency .order-md-1 {
    text-align: right !important;
}

.offer {
    background: #00aeef3d;
    text-align: center;
    margin: 2em;
    padding: 3em;
    box-shadow: 0 0 5px 0 #000;
    border-radius: 10px;
}

.offers h4 {
    font-weight: 800;
    color: #000;
    margin: 16px 0;
    font-size: 24px;
}

.offers p {
    color: #6F6F6F;
    font-size: 16px;
}

.testimonial {
    background-image: url(/public/front/images/testi.png);
    background-color: #00AEEF;
    min-height: 383px;
    background-repeat: no-repeat;
    position: relative;
    padding: 4em;
}

.testicontent {
    position: relative;
    top: -12em;
}


.our_features .container {
    max-width: 1000px;
}

.efficiency h3 {
    position: relative;
}



.efficiency .order-md-1 h3::after {
    right: 0;
}

.efficiency .order-md-3 h3::after {
    left: 0;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.rightfxg {
    width: 70%;
}
.rightcenter {
    text-align: right;
}
.titlebg {
    background-image: url('/public/front/images/aboutbg.svg') !important;
}
.calculator {
    background-image: url('/public/front/images/calculator.png') !important;
}
.titlebg p {
    color: #000 !important;
    font-weight: 600 !important;
}
.contact_us {
    background-image: url('/public/front/images/contact.png') !important;
}
.mission {
    background-image: url(/public/front/images/mission.svg) !important;
    background-color: #005676;
    padding: 78px;
    border-radius: 10px;
}
.inner_small {
    max-width: 650px;
    margin: 0 auto;
}
p {
    margin-bottom: 16px;
}
.tips_area {
    background: #cceffc;
}

.hero_sec.csn_her_sec.calculator .le_hero {
    padding: 80px 0px 150px;
}
.loan_calculators a {
    margin-top: 17px;
    margin-left: 18px;
}
.cs_button.small a, .cs_button.small a span {
    height: 41px !important;
}

[type='submit'] {
    background: #613B97;
    width: 100%;
    margin-top: 13px;
    border: none;
    padding: 10px;
}



/* ANEGT PAGE */
#searchInput {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

#agentList {
    margin-top: 2em;
}
.agentlist li {
    list-style: none;
    padding: 10px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-bottom: 11px;
    box-shadow: 0px 0px 10px 0px #afafaf61;
    cursor: pointer;
}


.contactpage .form-control {
    padding: 10px;
    margin-bottom: 1em;
}
.contactpage {
    padding: 2em;
    box-shadow: 0 0 4px 0 #c1baba;
    border-radius: 10px;
}
#agentList img {
    float: left;
}
#agentList {
    color: #000;
    max-height: 933px;
    overflow: auto;
}
#agentList p {
    margin-top: 10px;
}
#agentList h1 {
    color: #000;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .row.efficiency .order-md-1 {
        text-align: left !important;
    }
    .efficiency .order-md-1 h3::after {
        left: 0;
    }
    .rightcenter {
        text-align: center;
    }
}