.tile {
    width: calc(25% - 10px); /* 5 columns on desktop, adjust as needed */
    margin-bottom: 20px;
    box-sizing: border-box;
}
.tile.yellowcolor
{
  width: calc(100% - 10px);
}
@media (max-width: 766px) {
    /* Adjust styles for mobile view */
    .tile.yellowcolor
{
  width: calc(100% - 10px) !important;
}
    .tile {
        width: calc(50% - 10px) !important; /* 2 columns on mobile, adjust as needed */
    }
    .weserveheading {
        margin-bottom: 8px;
        margin-top: 8px;
        margin-left: 3px !important;
        font-family: initial;
        font-size: 11px;
        margin-left: 0px;
      }
      .centercontent {
        margin-left: 0px !important;
      }
      .weservepara {
        font-size: 7px !important;
        padding-right: 0px !important;
      }
      .img27 {
        width: 20px !important ;
        height: 20px !important;
    }
    .icon-box {
        width: 35px !important;
        height: 35px !important;
    }
    .tile {
        width: calc(50% - 10px);
        /* width: 162px; */
    }

}
.centercontent {
    margin-left: 70px;
  }

.whychoose_container{
    position: relative;
    padding-bottom: 100px;
    }
.whychooseus_container{
    display: flex;
    flex-wrap: wrap;


    }
input[type="radio"] {
        display:none;
    }
.label_why {
        width: 18%;
        text-align: center;
        color: #222222;
        padding: 0.5%;
        /* margin: 0.5%;
          margin-bottom: 0.5%; */
        margin-bottom: 30px;
        cursor: pointer;
        position: relative;
        border-bottom: 1px solid rgb(0 146 255);
    }
input[type="radio"]:checked + label {
  border-bottom: 2px solid rgb(0 146 255);
  padding-bottom: 9px;
  background-color: rgb(0 146 255);
  border-radius: 10px;
  /* position: absolute; */
  content: "";
  /* width: 100%; */
  height: 0%;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 5px 5px 0px 0;
  padding-top: 9px;
  color: #ffffff;
    }
input[type="radio"][id="bluecolor"]:checked + .label_why:before {

  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  border-radius: 3px;
  background-color: transparent;
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="radio"][id="bluecolor"]:checked ~ .redcolor, input[type="radio"][id="bluecolor"]:checked ~ .greencolor, input[type="radio"][id="bluecolor"]:checked ~ .yellowcolor {
    width:0;
    height:0;
    padding:0;
    margin:0;
     opacity:0;
display: none;
  }

input[type="radio"][id="redcolor"]:checked ~ .bluecolor, input[type="radio"][id="redcolor"]:checked ~ .greencolor, input[type="radio"][id="redcolor"]:checked ~ .yellowcolor {
    width:0;
    height:0;
    padding:0;
    margin:0;
     opacity:0;
display: none;

  }

input[type="radio"][id="greencolor"]:checked ~ .bluecolor, input[type="radio"][id="greencolor"]:checked ~ .redcolor, input[type="radio"][id="greencolor"]:checked ~ .yellowcolor {
    width:0;
    height:0;
    padding:0;
    margin:0;
     opacity:0;
display: none;
  }
input[type="radio"][id="yellowcolor"]:checked ~ .redcolor, input[type="radio"][id="yellowcolor"]:checked ~ .bluecolor, input[type="radio"][id="yellowcolor"]:checked ~ .greencolor {
    width:0;
    height:0;
    padding:0;
    margin:0;
     opacity:0;
display: none;
  }

.tile {
    width: calc(25% - 10px);
    /* width: 270px; */
    /* height: 150px; */
    /* float: left; */
    /* transition: all 1s; */
    /* margin: 0.5%; */
    padding: 0.5%;
    /* display: flex; */
}
.icon-box {
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    padding: 8px;
    border-radius: 6px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.10);
  }
.img27 {
    width: 35px;
    height: 35px;
  }
.icon-box-container{
    display: flex;
  }
.greencolor {

  /* border: 2px solid #09e066; */
  border: 2px solid #09e06600;
  border-radius: 5px;
}
.bluecolor {

    /* border: 2px solid #66f; */
    border: 2px solid rgba(102, 102, 255, 0);
    border-radius: 5px;
}
.redcolor {

    /* border: 2px solid #f00; */
    border: 2px solid rgba(255, 0, 0, 0);
    border-radius: 5px;
}
.yellowcolor {

    /* border: 2px solid rgb(174, 172, 11); */
    border: 2px solid rgba(174, 171, 11, 0);
    border-radius: 5px;
}
.weservepara {
  font-size: 10px;
  margin-top: 10px;
  text-align: justify;
  padding-right: 30px;
  }
.weserveheading {
    margin-bottom: 8px;
    margin-top: 8px;
    margin-left: 20px;
    font-family: 'Nunito', sans-serif;
  }



#servePagination {
    padding: 0px 59px;
  }

.quotes_divider_indus .header_text{
    display: flex;
  }
@media (max-width:500px) {
    .tile {
        width: calc(50% - 10px);
        /* width: 162px; */
        height: 120px;
        margin: 0.5%;
        padding: 1.5%;;

    }
    .weserveheading {
    font-size: 8px;
    margin-left: 4px !important;
    margin-top: 14px;
    }
}

.backgroundcolor {
    background-color: #d1eeec;
  }
