html {
  scroll-behavior: smooth;
 
}
body{
    overflow-x: hidden;
    word-break: break-word;
  font-family: poppins, arial, helvetica, sans-serif;
}

:root {
  --width: 90%;
  --max-width: 1500px;
  --color:#16519F;
  --fcolor:#ea031a;
}

::-webkit-scrollbar {
    width: 8px; 
}

::-webkit-scrollbar-thumb {
    background-color: var(--fcolor); 
 
}

.bg-primary,.btn-primary{
    background-color: var(--color);
    border-color: var(--color);
}
@font-face {
  font-family: "poppins";
  font-weight: normal;
  src: url(https://omo-oss-file.thefastfile.com/portal-saas/pg2024032914373722588/cms/file/poppins-regular.ttf);
}

@media only screen and (min-width: 769px) {
#c_grid-116273709439191{
        transition: all 0.3s;
        position: sticky;
        z-index: 9;
        width: 100%;
        top: 0px;
}
}
@media only screen and (max-width: 768px) {
  :root {
    --width: 95%;
  }
  .service_icon {
    color: #fff;
    margin-top: 0px;
    padding-right: 0px;
  }
  .swiper-wrapper {
    padding-bottom: 0px;
  }
    .pl_service {
        bottom: 100px;
    }
}

.pl_service4 > .item_con.clearfix{
display:none;
}

.pl_service4 .service_item{
  background: var(--color);
  border-radius:4px;
  width:50px;
  height:50px;
  min-width: 50px;
  max-width: 50px;
  padding-left: 50px;
}
.pl_service4 .item_con{
  height:50px;
}
.pl_service4 .service_icon{
  width:50px;
  height:50px;
}
.pl_service4 .service_icon .icon{
  margin: 10px 16px 0 10px;
}
.pl_service4 .service_value{
  padding: 4px 20px 10px 0;
}