.dentist-services ul{
	margin: 0;
	list-style: none;
}
.dentist-services ul li a, .dentist-services ul li a:hover, .dentist-services ul li a:focus {
	color: unset;
}
.dentist-services ul li .wp-block-post-excerpt__excerpt{
	margin-bottom: 0;
}
.dentist-services .br-bordersq{
	z-index:1;
}
.dentist-services .br-bordersq::before, .dentist-services .bl-bordersq::after{
	z-index:-1;
}
.dentist-services .flex-reverse-alternate-posts ul li:nth-child(even) .br-bordersq::before {
    right: 100px;
    width: 90%;
    height: 80%;
}
.dentist-services .service-img{
	position: relative;
}
.dentist-services .flex-reverse-alternate-posts ul li:nth-child(even) .service-content{
    flex-direction: row-reverse;
}
.dentist-services .flex-reverse-alternate-posts ul li:nth-child(even) svg{
	display: none;
}

.dentist-services .flex-reverse-alternate-posts ul li:last-child svg{
	bottom: 40px !important;
}
.dentist-services ul li:first-child .service-content svg{
	bottom: -190px !important;
}
.dentist-services ul li:nth-child(3) .service-content svg{
	bottom: -50px !important;
}


.beyond-basic ul li:nth-child(even) .uagb-container-inner-blocks-wrap {
    flex-direction: row-reverse !important;
}
.beyond-basic ul li:nth-child(even) .uagb-container-inner-blocks-wrap #third-dots2{
	display: none;
}
.beyond-basic ul li:nth-child(even) .uagb-container-inner-blocks-wrap .br-bordersq::before {
	bottom: -30px;
    left: -40px;
    width: 90%;
    height: 75%;
}
.beyond-basic #third-dots2{
	bottom: -60px;
}

/* MEDIA QUERY CSS START */
@media screen and (max-width: 1366px) {
.beyond-basic .br-bordersq::before {
    bottom: 10px;
}
.beyond-basic ul li:nth-child(even) .uagb-container-inner-blocks-wrap .br-bordersq::before {
    bottom: 20px;
    height: 65%;
}
	
}
/* MEDIA QUERY CSS END */