.why-conte{
width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.why-sec .row .col-md-6:first-child {
    display: flex;
    justify-content: flex-end;
}
.why-sec {
        position: relative;
}
.why-sec .site-heading.text-center p{
        max-width: 75%;
    margin: auto;
}
.left-img{
        width: 100%;
    display: flex;
    align-items: end;
}
/*.left-img img{*/
/*    width: 99%;*/
/*    margin-top: 57px;*/
/*}*/
.rty-conte{
    min-height: auto;
    max-height: max-content;
}

.wy-cont{
  display: flex;
    gap: 25px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.temp11-icon {
       background: #138249;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.temp11-icon img {
    filter: brightness(0) invert(1);
    transition: 0.3s;
}

.wy-cont .serv-lists p{
    margin:0;
}

/*.rty-conte h4{*/
/*     font-size: 16px;*/
/*    font-weight: 700;*/
/*}*/
.feature-list {
    list-style: none;
    padding: 0;
   margin: 27px;
}

.feature-list li {
    position: relative;
    padding-left: 35px; 
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
}

.feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url("https://india.rexel.co.in/images/svg/check-mark.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.our-ser{
    padding: 4.5rem 0 4.5rem;
}
.services-crd .row{
    row-gap: 25px;
    
}


.our-ser-box {
    overflow: hidden;
}

.our-ser-box .img-crd {
    overflow: hidden;
}

.our-ser-box .img-crd img {
    transition: transform 0.4s ease;
    width: 100%;
}

.our-ser-box:hover .img-crd img {
    transform: scale(1.08); 
}

.serv-conte h4{
    font-size: 18px;
    font-weight: 600;
}

.serv-conte p{
    margin:0;
}

.serv-conte{
 padding: 15px;
    text-align: justify;
    background-color: #f0f4f8;
    height: 100%;
}

.feature-section {
      padding: 60px 0;
    background: #f0f4f8;
    position: relative;
}
.feature-section p{
    max-width:75%;
    margin:auto;
}


.fetu-sect .row{
    row-gap: 25px;
}

.feature-section .feature-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.feature-box:hover .icon-circle img{
        filter: brightness(0) invert(1);
    transition: 0.3s;
}
.feature-section .icon-circle {
    position: relative;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px #00000012;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-right: 20px;*/
    overflow: hidden;
    background: #fff;
    transition: all 0.4s ease-in-out;
}
.feature-section .icon-circle::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #138249;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.4s ease-in-out;
    z-index: 0;
}
.feature-section .icon-circle img {
    position: relative;
    z-index: 2;
    transition: filter 0.4s ease-in-out;
}
.feature-box:hover .icon-circle::before {
    transform: scale(1);
}


.feature-section .feature-box h5 {
       font-size: 16px;
    text-align: left;
    margin: 0;
    line-height: 1.6;
    max-width: 65%;
}



.loc-why .cta-cont{
    background-color: #15293a;
  clip-path: polygon(100% 0, 100% 100%, calc(1rem * 5) 100%, 0 calc(100% - calc(1rem * 5)), 0 0);
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 5rem 5rem;
    position: relative;
}

.loc-why .cta-cont .blk-content{
    align-items: center;
    gap: 2.4rem;
    position: relative;
}
.loc-why .reach-btn{
    display:flex;
    gap: 1rem;
    
}

.loc-why {
        position: relative;
    padding: 3rem 0 3rem;
}


.reach-btn .btn-default {
        font-size: 12px;
            padding: 17px 58px 17px 24px;
            text-transform: uppercase;
}
.blk-content p {
    margin:0;
}
.areas-sec {
    position:relative;
    padding:4rem 0 4rem;
}

.areas-sec .area-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 25px 0;
    gap: 20px;
    max-width: fit-content;

}

.area-list li {
       gap: 20px;
    display: flex;
    position: relative;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
     min-width: 200px; 
    height: 37px;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    width: 15%;
}


.area-list i{
    color: #138249;
    z-index: 2;
    font-size: 20px;
    position: relative;
     left: 11px; 
}

.area-list li p {
   color: #000;
    font-size: 18px;
    margin: 0 2rem 0 0;
}

.nw-fld label{
    color:unset !important;
    font-size: 15px;
}


.nw-fld {
        margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    padding: 12px 15px;
    border-radius: 5px;
}


.nw-label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
}


.nw-fld div {
    display: inline-block;   
    margin-right: 20px;      
}


.nw-fld input[type="radio"] {
    margin-right: 6px;       
    cursor: pointer;
}


.nw-fld label {
    cursor: pointer;
    font-size: 14px;
    color: #333;
}


@media (max-width:767px) {
    .areas-tab .area-list li {
     min-width: unset;
    flex: 0 0 32%;
 }
 
 .areas-sec .area-list {
     justify-content: space-evenly;
 }
}