/* Common Style starts */
:root {
    --page-primary-bg: #157FEC;
    --page-secondary-bg: #157FEC;
    --text-grey: #434950;
    --tick-icon: url(../images/adult-webcam-img/check-icon.webp);
	--bg-light: #F3FAFF;
}

.page-primary {
    background: var(--page-primary-bg);
}

.page-secondary {
    background: var(--page-secondary-bg);
}

.light-bg {
	background-color: var(--bg-light);
}

.text-grey {
    color: var(--text-grey) !important;
}

.button-primary,
.button-primary:hover {
    color: var(--white-color);
    background: var(--page-primary-bg) !important;
    font-weight: 600 !important;
}

.button-secondary,
.button-secondary:hover {
    color: var(--text-theme) !important;
    background-color: var(--white-color) !important;
}

.button-secondary svg {
    animation: pulso-effect 2s infinite !important;
}

.button svg {
    animation: pulso 2s infinite;
    border-radius: 100px;
}

.link-active {
    color: #000 !important;
    text-decoration: underline;
}

.link-title,
.link-title:hover {
    color: #1E1E1E !important;
    text-decoration: underline !important;
}

h1 {
    color: #1E1E1E !important;
}

h2 {
    color: #171515 !important;
}

@keyframes pulso {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulso-effect {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

span.highlight-text {
    background: var(--page-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*-- Hero --*/
section.hero-section {
    background-image: url(../images/dental-business-img/hero-bg-dental.webp);
    background-repeat: no-repeat;
    background-position: left center;
}
section.our-result-section {
    background-image: url(../images/dental-business-img/bg-dental.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-our-result ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    list-style: none;
    padding: 0;
}
.inner-our-result ul li {
    padding: 0 20px;
    border-right: 1px solid #fff;
}
.inner-our-result ul li:first-child {
	padding-left:0;
}
.inner-our-result ul li:last-child {
	border-right:hidden;
}
.single-ppc-slide {
    border: 1px solid #E6E6E6;
    padding: 50px 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
    height: 100%;
}
.single-ppc-slide:hover {
    box-shadow: 0 0 20px rgba(21, 127, 236, 0.2);
}
div#swiper-ppc .swiper-slide {
    height: auto;
}

div#swiper-ppc .swiper-slide {
  user-select: text !important;
  -webkit-user-select: text !important;
}

div#swiper-ppc .swiper-slide {
  user-select: text !important;
  -webkit-user-select: text !important;
  -ms-user-select: text !important;
}

div#swiper-ppc .swiper-slide * {
  user-select: text !important;
  -webkit-user-select: text !important;
  -ms-user-select: text !important;
}

.btn-swiper div {
    position: static;
}
.btn-swiper div::after {
    display: none;
}
.btn-swiper > div {
    width: 50px;
    height: 50px;
    border: 1px solid var(--page-primary-bg);
    border-radius: 100%;
    transition: all 0.3s ease;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.btn-swiper > div:hover {
	background-color: var(--page-primary-bg);
}
.btn-swiper > div:hover img {
    filter: brightness(100);
}
.btn-swiper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    column-gap: 20px;
}
.ads-section {
    background-image: url(../images/dental-business-img/bg-ad-dental.webp);
    background-position: left center;
    background-size: cover;
    padding: 50px 0 0;
}

.cta--content {
    background-color: var(--white-color);
    border-radius: 10px 10px 0 0;
    padding: 40px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.cta--content p {
    color: #157FEC !important;
}

.step--block {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.inner-pricing-section table tr th {
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    text-align: center;
    height: 120px;
    padding: 10px;
    font-size: 15px;
}
.inner-pricing-section table tr th span {
    width: 100%;
    display: inline-block;
    font-weight: 300;
}
.inner-pricing-section table tr th:nth-child(2) {
    background-color: #CAE4FE;
}
.inner-pricing-section table tr th:nth-child(3) {
    background-color: #FFF8E2;
}
.inner-pricing-section table tr th:last-child {
    background-color: #CBFFE4;
}
.inner-pricing-section table tr td {
    font-size: 17px;
    padding: 20px 20px;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
}
.flex-featured {
    display: flex;
    align-items: center;
    column-gap: 7px;
}
.flex-featured img {
    flex-shrink: 0;
}
.dental-business-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 650px;
    float: right;
    gap: 16px;
}
.single-dental-box {
    padding: 30px;
    text-align: center;
    background-color: #CAE4FE;
	border-radius:10px;
}
.dental-business-boxes .single-dental-box:nth-child(2) {
    background-color: #FFF8E2;
}
.dental-business-boxes .single-dental-box:nth-child(3) {
    background-color: #CBFFE4;
}
.dental-business-boxes .single-dental-box:nth-child(4) {
    background-color: #FFEAEA;
}
.solution-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.solution-boxes > div {
    background-color: #fff;
    border: 1px solid #F5F5F5;
    padding: 30px;
    border-radius: 30px;
}
.white-btn {
	background-color:#fff !important;
	color: var(--page-primary-bg)
}
section.supercharge-section {
    background-color: var(--page-primary-bg);
}

@media (max-width:1199px){
.inner-ads {
    padding: 50px 30px;
}
section.hero-section .row {
    row-gap: 30px;
}
}

@media (max-width:991px) {
.dental-business-boxes {
    max-width: 100%;
    float: none;
}
section.dental-business .row {
    row-gap: 30px;
}
section.supercharge-section .row {
    row-gap: 30px;
}
}

@media (max-width:767px) {
.inner-pricing-section {
    overflow: auto;
}
.solution-boxes {
    grid-template-columns: 1fr;
}
}