/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


p.entry-title {
    font-size: 30px !important;
	font-weight: 700;
}
.fontawesome-icon.icon-hover-animation-pulsate {
    position: relative;
    border-radius: 14px;
}
p.clr {
    margin-bottom: 0 !important;
    color: #f0da69;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}

.t3s {
    text-shadow: 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.gr{
    width: 50px !important;
    border: 2px solid #aaa7a0 !important;
    border-radius: 42px !important;
    padding: 3px !important;
    background: #ffffff !important;
}

.get-directions-btn{
	color: #F0DA69;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}
.get-directions-btn i {
	margin-left: 13px;   }
.btn{
	color: #20265B;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}
.btn i {
	margin-left: 13px;   }
.bg-img {
    border-radius: 0px 0px 100px 100px;
}
.footer-shape2 {
       position: absolute;
    right: -147px;
    bottom: -96px;
    z-index: -1;
}
.footer-shape1 {
	  position: relative;
   right: 170px;
    bottom: 358px;
    z-index: -1;
}
#wrapper #main .fullwidth-box .fusion-row {
    padding-left: 0;
    padding-right: 0;
    z-index: 9999;
}
.phone-box {
    display: flex;
    align-items: center;
    font-size: 25px;
    color: #1a1a40;
    gap: 12px;
    max-width: fit-content;
}

.phone-box .icon {
  background: #eef2ff; 
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-box .icon i {
  color: #1a1a40;
  font-size: 22px;
}

.phone-box .number {
  font-weight: 600;
	color:#20265B

}

.dentistry-box {
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: -319px;
    position: absolute;
    z-index: 999;
    left: 57px;
	border-radius:30px;
    padding: 16px 105px 18px 47px;
}

.dentistry-box h3 {
  font-size: 22px;
  font-weight: 600;
  color: #20265b;
}

.dentistry-box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.dentistry-box ul li {
  font-size: 16px;
  color: #333;
  margin: 4px 0;
  padding-left: 28px;
  position: relative;
}

.dentistry-box ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #f0da69;
  font-size: 14px;
}

/* View More */
.dentistry-box .view-more {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  color: #f0da69;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.dentistry-box .view-more:hover {
  opacity: 0.7;
}
.cta {
    position: fixed;
    color: #fff;
    bottom: -10px;
    left: 0;
    margin: 20px;
    border-radius: 45px;
    width: 52px;
    height: 52px;
    text-align: center;
    padding-top: 1px;
    background: #fff;
    border: 2px solid #fff;
    z-index: 9999;
    font-size: 23px;
}
.cta-call {
    position: fixed;
    color: #fff;
    bottom: -11px;
    right: 0;
    margin: 35px;
    border-radius: 32px;
    width: 52px;
    height: 52px;
    text-align: center;
    padding-top: 9px;
    background-color: #4c8f01;
    border: 2px solid #fff;
    z-index: 9999;
    margin-bottom: 14px !important;
}

@media (max-width: 768px) {

  .dentistry-box {
    max-width: 85%;
        padding: 20px;
        left: 51px;
        margin-top: -292px;
  }
  .dentistry-box ul li {
    font-size: 15px;
    padding-left: 22px;
  }
	.clr{
		font-size:12px !important;
	}
	.fusion-title.fusion-title-highlight .fusion-highlighted-text-wrapper {
    font-size: 18px;
}
	.width-100 .fusion-fullwidth, .width-100 .nonhundred-percent-fullwidth {
    margin-left: -44px !important;
    margin-right: -44px !important;
}
h3{
font-size:17px !important;}
	.phone-box .number {
		font-size:19px;
	}
}