.dentistry-services ul{
	margin: 0;
	list-style: none;
}
.dentistry-services ul li h3 a, 
.dentistry-services ul li a, 
.dentistry-services ul li h3 a:hover,
.dentistry-services ul li h3 a:focus{
	color: unset;
}
.dentistry-services ul.wmx-child-links li a{
	font-size: 16px;
}
.dentistry-services ul.wmx-child-links li {
    position: relative;
    padding-left: 30px;
	margin: 5px 0;
}
.dentistry-services ul.wmx-child-links li::before{
	  content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 13px; /* SVG width */
      height: 13px; /* SVG height */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23666" d="M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z"/></svg>');
      background-size: contain;
      background-repeat: no-repeat;
}

/* Beyond The Basic Section Start */
.beyond-basic ul{
	display:flex;
	flex-wrap: wrap;
	gap:1.5em;
}
.beyond-basic ul li{
	width: 46%;
}
/*  */

@media only screen and (max-width:767px){
	.beyond-basic ul li {
       width: 100%;
   }
}