
p {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    color: #7a7a7a;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 14px;
}
.el-banner {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-position: 100% 8%;
    background-size: cover;
}
.el-banner h1 {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 33px;
    line-height: 1.2em;
    z-index: 1;
}
.el-wd-m {
    max-width: 1133px;
    margin: 0 auto;
}
.el-wd-mb {
    max-width: 1340px;
    margin: 0 auto;
}
.el-banner::before {
    content: "";
    background-color: #0F2F73;
    opacity: 0.63;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.el-flex-cont {
    display: flex;
}
.el-fl-inv {
    flex-direction: row-reverse;
}
.el-fl-col {
    flex-direction: column;
}
.el-fl-center {
    align-items: center;
}
.el-fl-jsc {
    justify-content: center;
}
.el-fl-jsp {
    justify-content: space-between;
}
.el-fl-50 {
    flex-basis: 50%;
}
.el-fl-33 {
    flex-basis: 33%;
}
.fl-gap10 {
    gap: 10px;
}
.fl-gap17 {
    gap: 17px;
}
.fl-gap35 {
    gap: 35px;
}
.el-mrg-t {
    margin-top: 40px;
}
.el-mrg-b20 {
    margin-bottom: 20px!important;
}
.el-b-title {
    color: #1D366A;
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.7em;
}
.el-m-title {
    color: #1D366A;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
}
.feats {
    padding: 20px 10px 10px 60px;
}
.feats i {
    color: #FF7E18;
    font-size: 29px;
}
.feats p {
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #1D366A;
}
.feats > div {
    margin-bottom: 20px;
}
.bx-img {
    max-height: 350px;
    width: 100%;
}
.el-bx-box {
    padding: 20px 0px 7px 0px;
}
.bx-text {
    padding: 10px 10px 10px 60px;
}
.bx-text ul {
    color: #7a7a7a;
}
.checks {
    margin-top: 40px;
    margin-bottom: 40px;
}
.el-check h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #000;

}
.el-check span {
    font-size: 24px;
    padding: 15px;
    border-width: 0px 0px 0px 0px;
    border-radius: 13px 13px 13px 13px;
    color: #FF7E18;
    border-color: #FF7E18;
    background-color: #FFA70124;
}
.el-data-box {
    margin-bottom: 40px;
}
.el-data-box i {
    font-size: 39px;
    color: #FF7E18;
}
.el-data-wrapper {
    padding: 20px 10px 10px 60px;
}
.el-why-box img {
    width: 90px;
}
.el-why-box h4 {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-top: 36px;
}
.el-why-box span {
    background-color: #00A82726;
    border-radius: 22px 22px 22px 22px;
    display: inline-block;
}
.el-why-box {
    box-shadow: 0px -1px 24px 0px rgba(0, 0, 0, 0.16);
    margin: 0px 20px 0px 0px;
    padding: 34px 50px 0px 50px;
    background-color: #F8F8F9;
    border-radius: 16px;
}
.el-why path {
    stroke: #25A24D;
    stroke-width: 5px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: #fff;
}
.el-why .black {
    color: #000;
}
span.el-line {
    position: relative;
}
.el-why-wrapper {
    margin-top: 50px;
}
span.el-line svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible;
}
.el-property-mng label {
    display: none;
}

.el-property-mng .gform_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}
.el-property-mng .gform_fields .gfield {
    flex-basis: calc(50% - 15px);
}
.el-property-mng .gform_fields .gfield input {
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px 8px 8px 8px;
    outline: none;
    border: 1px solid #69727d;
    color: #1f2124;
    padding: 8px 16px;
}
.el-property-mng input[type="submit"] {
    border-radius: 26px 26px 26px 26px;
    min-height: 40px;
    font-size: 15px;
    padding: 12px 24px;
    background-color: #FF7E18;
    outline: none;
    border: 1px solid #FF7E18;
    width: 100%;
    color: #fff;
}
.el-gr-form {
    padding: 21px;
}
.el-form-wrapper {
    padding: 70px 0;
}
.el-form-wrapper img {
    max-height: 420px;
}
.el-contact-form .el-cnt-form-wrapper  {
    max-width: 450px;
}
.el-contact-form .gform_fields > div {
    margin-bottom: 10px;
}
.el-contact-form label {
    font-size : 16px;
    font-weight: 400;
    line-height: 16px;
}
.el-contact-form .gform_fields textarea {
    max-height: 120px;
}
.el-contact-form .gform_fields input,.el-contact-form .gform_fields textarea {
    width: 100%;
    color: #1A1A1A;
    padding: 16px 8px;
}
.el-contact-form .gform_fields input,
.el-contact-form .gform_fields textarea{
    border:none;
    border-bottom: 2px solid #6DAFE3;
    background-color: #E9E9E924;
}
.el-cnt-info i {
    font-size:30px;
    color: #0B92C4;
    margin-right: 20px;
    width: 20px
}

.el-cnt-info p,.el-cnt-info a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.el-table-header {
    background-color: #5596CB;
    color: #ffffff;
    padding: 20px 20px 20px 20px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}
.el-table-body {
    padding: 20px;
}
.el-table-body > div {
    border-bottom: solid #e3e3e3 1px;
}

.el-table-body p {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000;
}
.el-table-body {
    border: solid #c2c2c2 1px;
}
.el-cnt-table {
    max-width: 480px;
    margin-top: 20px;
}
.el-table-footer {
    border: 1px #c2c2c2 solid;
    border-top: none;
    background-color: #f5f5f5;
    padding: 20px 20px 20px 20px;
    color: #8d8d8d;
    border-radius: 0px 0px 10px 10px;
}
.el-contact-form {
    padding: 20px 0;
}

.el-contact-form input[type=submit] {
    background-color: #FF7E18;
    color: #ffffff;
    font-size: 21px;
    border-radius: 22px 22px 22px 22px;
    width: 100%;
    border: none;
}
.el-map {
    padding: 53px 0px
}
.el-map iframe {
    width: 100%;
}
@media all and (max-width:767px) {
    .el-wd-m,.el-wd-mb {
        padding: 0 15px;
    }
    .el-fl-50 {
        flex-basis: 100%;
    }

    .el-bx-box,.el-flex-cont {
        flex-wrap: wrap;
    }
    .el-form-wrapper img {
        width: 100%;
    }
}
@media all and (max-width:425px) {
    .el-fl-33 {
        flex-basis: 100%;
    }
}
