.social-icons .social-inner-wrap li a.fa-google,
.social-icons .social-inner-wrap li a.fa-google:hover {
	background: #dd4b39;
}

@media (min-width:1025px) {
	.module-44 .ry-footer-copyright .ry-container {
		display: flex;
	}
	.ry-footer-copyright .ry-left {
		width: 60%;
	}
}

@media (min-width:992px) {
	.ry-footer-copyright .ry-left .span-2 {
		line-height: 12px;
		margin-top: 6px;
	}

	div.module-44 .ry-footer-copyright .ry-right .powered {
		align-items: flex-end;
	}

	div.module-44 .ry-footer-copyright .ry-right .powered p {
		line-height: 22px;
	}
}
@media (max-width:991px) {
	div.module-44 .ry-container .ry-left .span-2 {
		display: block;
		line-height: 14px;
	}
}


.ry-sticky-menu {
  /* -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; */
  /* transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; */
  }
  .ry-sticky-menu.fixed {
    position: fixed !important;
    z-index: 99999;
    background: rgba(255,255,255, 0.9);
    padding: 20px 0 25px;
    }
    .ry-sticky-menu.fixed .ry-menu .ry-nav li.primary {
      -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      /* padding: 0; */
      }
    .ry-sticky-menu.fixed .ry-menu .ry-nav li .dropdown-menu.hover {
      top: 30px; }

      .module-43 .ry-left img {
    max-width: 400px;
    width: 100%;
    transition: all .3s;
}

body.default .module-43 {
    position: absolute;
    background: rgba(255,255,255, 0.6);
}


.cta-wrap{
  overflow:hidden;
}
.cta-wrap:before {
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    z-index: 999;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
}
.cta-wrap:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.cta-wrap:hover:before {
    border-color: #3e4c67;
}

.cta-wrap#cta-01:hover:before , .cta-wrap#cta-05:hover:before {
    border-color: rgba(255,255,255,.5);
}
.col-lg-6.doctor-wrap .doctors-link.ry-btn.ry-btn-primary.team-btn {
    color: #559f61 !important;
    border: 1px solid #559f61 !important;
}

@media(max-width:1440px){
  .ry-section.module-70 .ry-content-wrap{
    transform: scale(.7);
  }
}

/* Meet the doctor - 09/30/21 */
.col-xs-12.col-lg-12.doctor-wrap.aos-init.aos-animate {
    margin: auto;
}