body {
  background-color: #f5f5f5;
  font-family: "Gill Sans", sans-serif;
}

.whiteBg {
  background-color: #fff;
}

.bottomRound {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.backgoundRound {
  /* clip-path: circle(100% at 50% -5%); */
  border-bottom-left-radius: 220% 30%;
  border-bottom-right-radius: 220% 30%;

  box-shadow: 10px 10px;
}


.serviceIcon {
  /* -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url(https://url.of.svg/....svg);
  mask-image: url(https://url.of.svg/....svg); */
  color:#172D73; 
  filter: invert(8%) sepia(100%) saturate(6481%) hue-rotate(225deg) brightness(62%) contrast(100%);
  width: 30%;
  /* height: 120px; */
}

.enquiryFont {
  color:#797979;
}

.redFont {
  color:red !important;
}

.whiteFont {
  color:#fff;
  
}



@media(max-width:768px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

@media (max-width: 575.98px) {}

@media (max-width: 767.98px) {}

@media (max-width: 991.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 1399.98px) {}