.case-gallery-outer-container{
overflow: hidden;
}
.case-gallery{
padding-top: 30px;
}
.case-gallery.carousel li{
margin-right: 20px;
}
.case-gallery .flex-control-paging{
position: relative;
text-align: center;
bottom: -35px;
padding-bottom: 30px;
}
.case-gallery li img{
border-radius: 10px;
width: 100%;
height: auto;
}
.case-gallery .flex-control-paging li a {
width: 60px;
height: 20px;    
background: url(https://smilecraftgoa.com/wp-content/uploads/2024/09/Group-7.webp) no-repeat;
background-size: 100% 100% !important;
display: block;
cursor: pointer;
text-indent: -9999px;
border-radius: 0;
text-align: center;
border: none !important;
box-shadow: none;
}
.case-gallery  .flex-control-paging li a.flex-active, .case-gallery  .flex-control-paging li a:hover {
background: url(https://smilecraftgoa.com/wp-content/uploads/2024/09/nav-blue.webp);
background-size: 100% 100% !important;
background-repeat: no-repeat;
cursor: pointer;
}
@media only screen and (max-width: 780px) {
.case-gallery-outer-container{
margin-top: 0px !important;
}
.case-gallery{
padding-top: 20px;
}
}