
.rowPart {
    display: flex;
}
.evLeftSide {
    width: 50%;
    display: flex;
    align-items: center;
}
.evRightSide {
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}
.evLeft h2 {
    font-size: 22px;
}
.evFormBox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.evFormBox form {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 30px;
    width: 337px;
}
.evInput input,
.evInput select{
    background: #464646;
    border: 1px solid #464646;
    padding: 7px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    color:#fff;
}
.evInput input::placeholder {
    color: #fff;
}
.evInput select{
    color: #fff;
}
.efForm h4 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.efForm {
    padding: 70px;
}
.evSubmit button {
    background:  #88BE4C;
    color: #fff;
    width: 100%;
    height: 40px;
    border: 1px solid  #88BE4C;
    border-radius: 10px;
}
.evLeft {
    padding-left: 100px;
    padding-right: 100px;
}
.evLeft h1 {
    font-weight: 600;
    font-size: 35px;
}
.evLeftImg img {
    width: 85%;
}
.evLeft p {
    margin: 0;
}
.benifits {
    padding-top: 40px;
    padding-bottom: 40px;
}
.dyk_content {
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 90px;
}
.who_cont p {
    font-size: 18px;
}
#endToEnd {
    background: #f3f4f6;
    padding: 40px 0px;
}
#evCommit {
    padding: 40px 0px;
}
.benifitTitle h4 {
    font-size: 16px;
    font-weight: bold;
}
div#inputBox2 {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.benifitsBox {
    background: #d4e1f7;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.site-heading.text-center {
    margin-bottom: 30px;
}
.benifitIcon {
    margin-bottom: 10px;
}
.benifitTitle p {
    text-align: justify;
    font-size: 15px;
    line-height: normal;
    margin: 0;
}
.smallFontHe {
    font-size: 25px;
}
span.highlightC {
    color: #88be4c;
}
.moreBTN {
    margin-top: 20px;
}
.moreBTN a {
    background: #29305a;
    color: #fff;
    padding: 9px 30px;
    font-size: 15px;
    text-decoration: none;
    border-radius: 10px;
}
.devider {
    position: absolute;
    width: 2px;
    background: #000000;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px!important;
}
.swiper-slide {
    padding: 15px;
}
.benifitIcon img {
    width: 100%;
    height: 195px;
    object-fit: cover;
}

label.zf-labelName {
    color: #919191;
    font-size: 14px;
}
.benifitContent {
    padding: 10px;
}