.servicesArea {
    border: 2px solid #000;
    padding: 12px;
    width: 100%;
}

.secRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.servicesItems {
    width: 49%;
}

.servicesImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.servicesImg {
    border: 2px solid #000;
    background-color: #88cf5c;
    padding-bottom: 5px !important;
    padding: 10px;
}

.servicesCtn {
    padding-left: 8px;
    padding-right: 15px;
}

.servicesCtn h3 {
    color: #53912D;
    font-family: "Montserrat", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.servicesCtn h4 {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 7px;
}

.servicesCtn p {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.mrt-20 {
    margin-top: 20px;
}

.contactArea {
    width: 100%;
}

.contactRow {
    display: flex;
    justify-content: space-between;
}

.contactItems {
    width: 49%;
}

.contactItems h2 {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 27px;
    font-weight: 800;
    line-height: 33px;
}

.paraBrd {
    padding: 0px 0px 0px 20px;
    border-style: solid;
    border-width: 0px 0px 0px 4px;
    border-color: #78B355;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    margin: 20px 0;
}

.contactItems ul {
    margin-bottom: 0;
    padding-left: 0;
}

.contactItems ul li {
    list-style: none;
    display: flex;
    gap: 25px;
    align-items: center;
    line-height: normal;
    margin-bottom: 20px;
}

.contactItems ul li:last-child {
    margin-bottom: 0;
}

.iconBx {
    background-color: #78B355;
    width: 55px;
    min-width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconBx i {
    color: #fff;
    font-size: 25px;
}




.contactTxt span {
    display: block;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    line-height: normal;
}

.contactTxt p {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.contactTxt p a {
    color: #000000;
}

.map {
    margin-top: 25px;
}

.contactRight {
    padding: 10px;
    box-shadow: 0px 0px 3px #000000d6;
}


.formBx {
    background: url(../uploads/2023/09/image-1-min.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px;
    position: relative;
    height: 100%;
}

.formBx::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000d1;
}

.formBxCtn {
    position: relative;
    z-index: 5;
    color: #fff;
}

.formBxCtn span {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 27px;
    font-weight: 800;
    line-height: 33px;
}

.formBxCtn p {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
}

.formBxCtn form input,
.formBxCtn form textarea {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    background-color: #ffffff;
    border-color: #78B355;
    border-width: 0px 0px 3px 0px;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.inputRow {
    display: flex;
    justify-content: space-between;
}

.inputRow input {
    width: 48.5% !important;
}

.formBxCtn form textarea{
    height: 110px;
}

.formBxCtn form button{
    background-color: #78B355;
    color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-style: none;
    border-radius: 1px 1px 1px 1px;
    padding: 10px 15px 10px 15px;
}

.logo img{
    width: 200px !important;
}


@media(max-width:767px){
    .secRow{
        flex-wrap: wrap;
    }
    
    .servicesItems {
    width: 100%;
}


.servicesCtn {
    margin-top: 20px;
}


.contactRow {
    flex-wrap: wrap;
}

.contactItems {
    width: 100%;
}

.contactRight {
    margin-top: 25px;
}

.inputRow {
    flex-wrap: wrap;
}

.inputRow input {
    width: 100% !important;
}
}