@font-face {
  font-family: "Mulish Regular";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Mulish-Regular.ttf) format("truetype");
  font-display: swap; }
@font-face {
  font-family: "Mulish Medium";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Mulish-Medium.ttf) format("truetype");
  font-display: swap; }
@font-face {
  font-family: "Mulish SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Mulish-SemiBold.ttf) format("truetype");
  font-display: swap; }
@font-face {
  font-family: "Mulish Bold";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Mulish-Bold.ttf) format("truetype");
  font-display: swap; }
@font-face {
  font-family: "Mulish ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Mulish-ExtraBold.ttf) format("truetype");
  font-display: swap; }
@font-face {
  font-family: "Mulish Black";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Mulish-Black.ttf) format("truetype");
  font-display: swap; }
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

a {
  text-decoration: none; }

body {
  font-family: "Mulish Regular", sans-serif; }

@keyframes fadeIn {
  from {
    opacity: 0;
    /* Start with element hidden */ }
  to {
    opacity: 1;
    /* Fully visible */ } }
@keyframes slideDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0); } }
.container {
  max-width: 1200px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  padding-top: 0 !important; }

.site .site-content-contain .site-content {
  padding-top: 75px;
  padding-bottom: 0 !important; }
  @media screen and (max-width: 1024px) {
    .site .site-content-contain .site-content {
      padding-top: 66px; } }

.error404 .section-404 {
  padding: 80px 0;
  background-color: #f5fdff; }
  @media screen and (max-width: 991px) {
    .error404 .section-404 {
      padding: 50px 0; } }
  .error404 .section-404 .box-main-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center; }
    .error404 .section-404 .box-main-content .img-404 {
      margin-bottom: 20px; }
    .error404 .section-404 .box-main-content h2 {
      font-size: 40px;
      color: #2a2f38;
      font-family: "Mulish Black";
      margin-bottom: 6px; }
      @media screen and (max-width: 767px) {
        .error404 .section-404 .box-main-content h2 {
          font-size: 32px; } }
    .error404 .section-404 .box-main-content p {
      color: #4d5565;
      font-size: 16px;
      font-family: "Mulish Medium";
      margin-bottom: 0; }
    .error404 .section-404 .box-main-content .btn-backhome {
      display: inline-block;
      margin-top: 40px;
      padding: 10px 18px;
      color: #ffffff;
      font-size: 18px;
      font-family: "Mulish ExtraBold";
      background: #0086d7;
      border-radius: 8px;
      max-width: 330px;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .error404 .section-404 .box-main-content .btn-backhome {
          margin-top: 30px; } }
      .error404 .section-404 .box-main-content .btn-backhome i {
        margin-left: 10px; }

section.section-cta-footer {
  position: relative; }
  section.section-cta-footer .box-banner-background {
    position: relative; }
    section.section-cta-footer .box-banner-background img {
      width: 100%;
      height: auto; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        section.section-cta-footer .box-banner-background img {
          height: 440px;
          object-fit: cover; } }
  section.section-cta-footer .container .box-content-main {
    max-width: 525px;
    position: absolute;
    top: 35%;
    z-index: 30; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      section.section-cta-footer .container .box-content-main {
        max-width: 450px;
        top: 35%;
        left: 5%; } }
    @media screen and (max-width: 767px) {
      section.section-cta-footer .container .box-content-main {
        max-width: 204px;
        min-width: 204px;
        top: 20%;
        left: 24px; } }
    section.section-cta-footer .container .box-content-main .box-title h2 {
      font-family: "Mulish ExtraBold";
      color: #ffffff;
      text-align: left;
      font-size: 40px;
      margin-bottom: 0 !important; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        section.section-cta-footer .container .box-content-main .box-title h2 {
          font-size: 32px; } }
      @media screen and (max-width: 767px) {
        section.section-cta-footer .container .box-content-main .box-title h2 {
          font-size: 28px; } }
      section.section-cta-footer .container .box-content-main .box-title h2 span {
        display: block;
        font-style: italic;
        font-family: "Mulish Black"; }
    section.section-cta-footer .container .box-content-main .box-vector {
      position: absolute;
      top: 50px;
      left: -40px; }
      @media screen and (max-width: 767px) {
        section.section-cta-footer .container .box-content-main .box-vector {
          top: 45px;
          left: -10px; } }
      section.section-cta-footer .container .box-content-main .box-vector svg {
        width: 100%;
        height: auto; }
    section.section-cta-footer .container .box-content-main button {
      margin-top: 20px;
      background: none;
      padding: 0; }
      section.section-cta-footer .container .box-content-main button a.link-contact {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        border-radius: 8px;
        background: #ffcb13;
        color: #2a2f38;
        font-family: "Mulish ExtraBold";
        min-width: 220px;
        position: relative;
        z-index: 1;
        overflow: hidden; }
        @media screen and (max-width: 767px) {
          section.section-cta-footer .container .box-content-main button a.link-contact {
            font-size: 14px;
            min-width: 190px; } }
        section.section-cta-footer .container .box-content-main button a.link-contact i {
          margin-left: 10px; }
        section.section-cta-footer .container .box-content-main button a.link-contact::after {
          content: "";
          position: absolute;
          display: block;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 0;
          height: 100%;
          background: #0086d7;
          z-index: -1;
          transition: all 0.3s ease; }
        section.section-cta-footer .container .box-content-main button a.link-contact:hover {
          color: #ffffff; }
          section.section-cta-footer .container .box-content-main button a.link-contact:hover::after {
            width: 100%;
            transition: all 0.3s ease-out; }
    section.section-cta-footer .container .box-content-main .desc {
      color: #ffffff;
      font-size: 24px;
      font-family: "Mulish SemiBold";
      margin: 20px 0 0; }
      @media screen and (max-width: 767px) {
        section.section-cta-footer .container .box-content-main .desc {
          font-size: 16px; } }

#breadcrumbs {
  color: #000000;
  font-family: "Mulish Medium";
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    #breadcrumbs {
      font-size: 18px; } }

.page-template-page-price #breadcrumbs,
.page-template-page-service #breadcrumbs,
.page-template-page-about-us #breadcrumbs,
.page-template-page-about-doctor #breadcrumbs,
.single-bac-si #breadcrumbs,
.page-template-page-testimonial #breadcrumbs {
  background: none;
  color: #ffff;
  padding: 0;
  border-radius: 0; }
  @media screen and (max-width: 767px) {
    .page-template-page-price #breadcrumbs,
    .page-template-page-service #breadcrumbs,
    .page-template-page-about-us #breadcrumbs,
    .page-template-page-about-doctor #breadcrumbs,
    .single-bac-si #breadcrumbs,
    .page-template-page-testimonial #breadcrumbs {
      margin-bottom: 5px; } }
  .page-template-page-price #breadcrumbs a,
  .page-template-page-service #breadcrumbs a,
  .page-template-page-about-us #breadcrumbs a,
  .page-template-page-about-doctor #breadcrumbs a,
  .single-bac-si #breadcrumbs a,
  .page-template-page-testimonial #breadcrumbs a {
    color: #ffffff;
    display: inline-block; }

@media screen and (max-width: 767px) {
  .page-template-page-contact #breadcrumbs {
    margin: 0;
    padding: 10px 12px;
    background: none; } }

.page-template-page-archivement #breadcrumbs,
.page-template-page-photo-customer #breadcrumbs {
  background: none;
  border-radius: 0;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .page-template-page-archivement #breadcrumbs,
    .page-template-page-photo-customer #breadcrumbs {
      margin-bottom: 5px; } }

.page-template-page-thankyou .section-thankyou {
  padding: 100px 0; }
  @media screen and (max-width: 991px) {
    .page-template-page-thankyou .section-thankyou {
      padding: 50px 0; } }
  @media screen and (max-width: 767px) {
    .page-template-page-thankyou .section-thankyou {
      padding: 30px 0; } }
  .page-template-page-thankyou .section-thankyou .row {
    align-items: center; }
  @media screen and (max-width: 767px) {
    .page-template-page-thankyou .section-thankyou .box-image {
      margin-bottom: 20px; } }
  .page-template-page-thankyou .section-thankyou .box-image img {
    width: 100%;
    height: auto;
    object-fit: cover; }
  .page-template-page-thankyou .section-thankyou .box-content {
    padding-left: 70px; }
    @media screen and (max-width: 767px) {
      .page-template-page-thankyou .section-thankyou .box-content {
        padding-left: 0; } }
    .page-template-page-thankyou .section-thankyou .box-content p {
      color: #2a2f38;
      font-family: "Mulish Regular";
      font-size: 18px;
      margin-bottom: 20px; }
    .page-template-page-thankyou .section-thankyou .box-content .btn-back {
      display: inline-block;
      border-radius: 8px;
      padding: 10px 18px;
      text-align: center;
      background: #0086d7;
      font-size: 18px;
      font-family: "Mulish ExtraBold";
      color: #ffffff;
      overflow: hidden;
      max-width: 200px;
      width: 100%; }
      .page-template-page-thankyou .section-thankyou .box-content .btn-back i {
        margin-left: 10px; }

.page-template-default .site .site-content-contain .site-content .content-area .site-main .entry-content {
  float: none !important;
  width: 100% !important; }

.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 0 4px 0 rgba(179, 179, 179, 0.5); }
  @media screen and (max-width: 1024px) {
    .site-header {
      z-index: 9999999; } }
  .site-header.site-header-fixed {
    position: fixed;
    animation-name: slideDown;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s; }
  .site-header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0; }
    .site-header .header-wrapper .site-logo .custom-logo-link {
      padding-right: 0; }
      .site-header .header-wrapper .site-logo .custom-logo-link img {
        max-width: 113px; }
        @media screen and (max-width: 1024px) {
          .site-header .header-wrapper .site-logo .custom-logo-link img {
            max-width: 83px; } }
    .site-header .header-wrapper .site-navigation {
      margin: 0 12px; }
      @media screen and (max-width: 1024px) {
        .site-header .header-wrapper .site-navigation {
          margin: 0; } }
      .site-header .header-wrapper .site-navigation .main-navigation.toggled-on .menu-toggle img {
        display: none; }
      .site-header .header-wrapper .site-navigation .main-navigation.toggled-on .menu-main-menu-container {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
      .site-header .header-wrapper .site-navigation .main-navigation .menu-toggle {
        background: none;
        padding: 0;
        margin: 0; }
        @media screen and (max-width: 1024px) {
          .site-header .header-wrapper .site-navigation .main-navigation .menu-toggle i.icon.icon-close {
            margin: 0;
            position: fixed;
            z-index: 9999991;
            top: 10px;
            right: 10px;
            color: #000;
            font-size: 25px; } }
      @media screen and (max-width: 1024px) {
        .site-header .header-wrapper .site-navigation .main-navigation .menu-main-menu-container {
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: #fff;
          -webkit-transform: translateX(110%);
          transform: translateX(110%);
          transition: all 0.3s;
          overflow-y: scroll;
          z-index: 999999; } }
      @media screen and (max-width: 1024px) {
        .site-header .header-wrapper .site-navigation .main-navigation .menu-main-menu-container #top-menu {
          padding: 50px 15px; } }
      .site-header .header-wrapper .site-navigation .main-navigation .menu-main-menu-container #top-menu li:hover {
        background: none; }
        .site-header .header-wrapper .site-navigation .main-navigation .menu-main-menu-container #top-menu li:hover a {
          color: #2260d3; }
      @media screen and (max-width: 1024px) {
        .site-header .header-wrapper .site-navigation .main-navigation .menu-main-menu-container #top-menu li .dropdown-toggle {
          background: none; }
          .site-header .header-wrapper .site-navigation .main-navigation .menu-main-menu-container #top-menu li .dropdown-toggle::after {
            display: none; } }
      .site-header .header-wrapper .site-navigation .main-navigation .menu-main-menu-container #top-menu li a {
        font-size: 14px;
        padding: 12px;
        color: #2a2f38;
        font-family: "Mulish Bold"; }
      .site-header .header-wrapper .site-navigation .main-navigation .menu-main-menu-container #top-menu li .sub-menu li:hover {
        background: none; }
        .site-header .header-wrapper .site-navigation .main-navigation .menu-main-menu-container #top-menu li .sub-menu li:hover a {
          color: #2260d3; }
      .site-header .header-wrapper .site-navigation .main-navigation .menu-main-menu-container #top-menu li .sub-menu li a {
        color: #2a2f38; }
    .site-header .header-wrapper .cta-contact {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      border-radius: 8px;
      background: #ffcb13;
      color: #2a2f38;
      font-family: "Mulish ExtraBold";
      min-width: 154px;
      position: relative;
      z-index: 1;
      overflow: hidden; }
      .site-header .header-wrapper .cta-contact::after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 100%;
        background: #0086d7;
        z-index: -1;
        transition: all 0.3s ease; }
      .site-header .header-wrapper .cta-contact:hover {
        color: #ffffff; }
        .site-header .header-wrapper .cta-contact:hover::after {
          width: 100%;
          transition: all 0.3s ease-out; }
      .site-header .header-wrapper .cta-contact i {
        margin-left: 10px; }
      @media screen and (max-width: 1024px) {
        .site-header .header-wrapper .cta-contact {
          display: none; } }
    .site-header .header-wrapper .btn-mobile {
      display: none; }
      @media screen and (max-width: 1024px) {
        .site-header .header-wrapper .btn-mobile {
          display: block;
          min-width: auto;
          padding: 6px 12px; } }

#breadcrumbs span > span a {
  font-family: "Mulish Bold";
  color: #000000; }

.site-footer {
  margin: 0;
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    .site-footer {
      padding: 30px 0; } }
  @media screen and (max-width: 767px) {
    .site-footer .box-footer {
      margin-bottom: 30px; } }
  .site-footer .box-footer.box-info .logo-footer {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .site-footer .box-footer.box-info .logo-footer {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .site-footer .box-footer.box-info .logo-footer img {
        max-width: 140px; } }
    @media screen and (max-width: 767px) {
      .site-footer .box-footer.box-info .logo-footer {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    @media screen and (min-width: 768px) {
      .site-footer .box-footer.box-info .logo-footer .social-links.mobile {
        display: none; } }
  .site-footer .box-footer.box-info .box-intro h3 {
    font-size: 16px;
    font-family: "Mulish Bold";
    padding-top: 0;
    color: #272b2f; }
  .site-footer .box-footer.box-info .box-intro p {
    font-size: 14px;
    color: #272b2f;
    font-family: "Mulish Medium"; }
  @media screen and (max-width: 767px) {
    .site-footer .box-footer.box-info .box-contact {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .site-footer .box-footer.box-info .box-contact p {
    font-size: 16px;
    color: #525560;
    font-family: "Mulish Bold";
    margin-bottom: 10px; }
    .site-footer .box-footer.box-info .box-contact p a {
      color: #525560; }
    .site-footer .box-footer.box-info .box-contact p i {
      color: #22bfef;
      margin-right: 10px; }
  .site-footer .box-footer.box-info .social-links {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    @media screen and (max-width: 767px) {
      .site-footer .box-footer.box-info .social-links {
        margin: 0; }
        .site-footer .box-footer.box-info .social-links.desktop {
          display: none; } }
    .site-footer .box-footer.box-info .social-links li {
      display: inline-block;
      margin-right: 15px; }
      .site-footer .box-footer.box-info .social-links li a {
        color: #989fb0;
        font-size: 32px; }
  .site-footer .box-footer.box-info .copy-right {
    color: #525560;
    font-size: 14px;
    font-family: "Mulish Medium"; }
    @media screen and (max-width: 1024px) {
      .site-footer .box-footer.box-info .copy-right {
        display: none; } }
  .site-footer .box-footer h3 {
    color: #5e697c;
    font-size: 16px;
    font-family: "Mulish Bold";
    margin-bottom: 16px; }
  .site-footer .box-footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .site-footer .box-footer.box-branch ul li {
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #edeef2; }
    .site-footer .box-footer.box-branch ul li:last-child {
      padding: 0;
      margin: 0;
      border: none; }
    .site-footer .box-footer.box-branch ul li h3 {
      font-size: 16px;
      font-family: "Mulish Bold";
      color: #2a2f38;
      margin-bottom: 4px; }
      .site-footer .box-footer.box-branch ul li h3 i {
        color: #22bfef;
        margin-right: 10px; }
    .site-footer .box-footer.box-branch ul li p {
      font-size: 14px;
      color: #272b2f;
      font-family: "Mulish Medium";
      margin-bottom: 0; }
  .site-footer .box-footer.box-service ul li {
    margin-bottom: 20px; }
    .site-footer .box-footer.box-service ul li:last-child {
      margin-bottom: 0; }
    .site-footer .box-footer.box-service ul li a {
      font-size: 16px;
      color: #2a2f38;
      font-family: "Mulish SemiBold"; }
  .site-footer .copy-right-mb {
    color: #525560;
    font-size: 14px;
    font-family: "Mulish Medium";
    text-align: center; }
    .site-footer .copy-right-mb p {
      margin: 0; }
    @media screen and (min-width: 1025px) {
      .site-footer .copy-right-mb {
        display: none; } }
  .site-footer .footer-bottom {
    border-top: 1px solid #d9d9d9;
    padding-top: 25px;
    margin-top: 25px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .site-footer .footer-bottom {
        margin-top: 0; } }
  .site-footer .footer-bottom .text-desc {
    margin: 0 50px; }
  .site-footer .footer-bottom p {
    font-family: "Mulish Regular";
    margin-bottom: 15px;
    color: #000; }
  @media screen and (max-width: 991px) {
    .site-footer .footer-bottom .text-desc {
      margin: 0; } }
  @media screen and (max-width: 767px) {
    .site-footer .footer-bottom .text-desc {
      text-align: left; } }
  .site-footer .box-logo {
    display: flex;
    align-items: center;
    margin-top: 10px; }

#return-to-top {
  z-index: 99;
  position: fixed;
  bottom: 22%;
  background: #22bfef;
  width: 37px;
  height: 37px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none; }
  @media screen and (min-width: 768px) {
    #return-to-top {
      right: 20px; } }
  @media screen and (max-width: 1024px) {
    #return-to-top {
      bottom: 22%;
      right: 10px; } }
  #return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 10px;
    top: 7px;
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #return-to-top:hover {
    background-color: #ffcb13; }

.button-action-mobile {
  display: flex;
  justify-content: space-around;
  background: #ffffff;
  position: fixed;
  bottom: 0;
  z-index: 999999;
  width: 100%;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .button-action-mobile {
      display: none; } }
  .button-action-mobile .button-call-all {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffcb13;
    border-radius: 50px 0 0 50px;
    padding: 5px 0; }
    .button-action-mobile .button-call-all img {
      width: 40px; }
    .button-action-mobile .button-call-all .button-form-call-mobile {
      background: none;
      outline: none;
      color: #2a2f38;
      border: none;
      font-size: 14px;
      font-family: "Mulish Bold";
      padding: 0 6px; }
      .button-action-mobile .button-call-all .button-form-call-mobile p {
        color: #2a2f38;
        font-size: 14px;
        font-family: "Mulish Bold";
        margin-bottom: 0;
        line-height: 1.2;
        text-transform: capitalize; }
        @media screen and (max-width: 360px) {
          .button-action-mobile .button-call-all .button-form-call-mobile p {
            font-size: 12px; } }
      @media screen and (max-width: 360px) {
        .button-action-mobile .button-call-all .button-form-call-mobile {
          font-size: 12px; } }
  .button-action-mobile .gap {
    height: 50px;
    border: 1px solid #fff; }
  .button-action-mobile .button-mess-all {
    width: 50%; }
    .button-action-mobile .button-mess-all .button-mess-allpage {
      display: flex;
      align-items: center;
      color: #2a2f38;
      justify-content: center; }
      .button-action-mobile .button-mess-all .button-mess-allpage p {
        margin-bottom: 0;
        margin-left: 10px;
        line-height: 1.2;
        font-family: "Mulish Bold";
        text-align: center;
        font-size: 14px;
        text-transform: capitalize; }
        @media screen and (max-width: 360px) {
          .button-action-mobile .button-mess-all .button-mess-allpage p {
            font-size: 12px; } }

.mess-button-desktop {
  z-index: 9999;
  position: fixed;
  border-radius: 8px;
  bottom: 120px;
  right: 68px;
  background-color: #ffcb13; }
  @media screen and (max-width: 767px) {
    .mess-button-desktop {
      display: none; } }
  .mess-button-desktop .mess-wrapper {
    display: flex;
    align-items: center;
    padding: 0px 5px; }
    .mess-button-desktop .mess-wrapper .box-image {
      width: 40px;
      margin-right: 4px;
      border-radius: 50%;
      background-color: #ffffff;
      padding: 5px; }
    .mess-button-desktop .mess-wrapper p {
      margin-bottom: 0;
      line-height: 1.2;
      font-family: "Mulish Bold";
      text-align: center;
      font-size: 14px;
      text-transform: capitalize;
      color: #2a2f38; }

.quick-call-button {
  z-index: 9999;
  position: fixed;
  border-radius: 50px;
  bottom: 120px;
  right: 68px; }
  @media screen and (min-width: 768px) {
    .quick-call-button {
      display: none; } }
  .quick-call-button .call-now-button {
    position: relative; }
    .quick-call-button .call-now-button #quickcallbutton {
      width: 50px;
      height: 50px;
      position: absolute;
      left: 0;
      right: auto;
      bottom: 0;
      top: 0; }
      .quick-call-button .call-now-button #quickcallbutton .quick-alo-ph-circle.active {
        width: 130px;
        height: 130px;
        top: -40px;
        left: -40px;
        position: absolute;
        background-color: transparent;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid rgba(30, 30, 30, 0.4);
        opacity: 1;
        -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
        -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
        -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
        -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
        animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
      .quick-call-button .call-now-button #quickcallbutton .quick-alo-ph-circle-fill.active {
        width: 80px;
        height: 80px;
        top: -15px;
        left: -15px;
        position: absolute;
        background-color: #38aefa;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: 1;
        -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
        -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
        -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
        -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
        animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
      .quick-call-button .call-now-button #quickcallbutton .quick-alo-ph-img-circle {
        background-color: #38aefa; }
        .quick-call-button .call-now-button #quickcallbutton .quick-alo-ph-img-circle.shake {
          width: 50px;
          height: 50px;
          top: 0;
          left: 0;
          position: absolute;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          border-radius: 100%;
          border: 2px solid transparent;
          opacity: 1;
          background-image: url(/wp-content/uploads/2024/05/quick-call-button.png);
          background-repeat: no-repeat;
          background-position: center center;
          -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
          -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
          -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
          -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
          animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
          -webkit-transform-origin: 50% 50%;
          -moz-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
          -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.popup-register {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .popup-register .popup-content {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    padding: 25px 30px;
    box-shadow: -50px -50px 0 -100px rgba(2, 2, 2, 0);
    width: 35%;
    top: 8%;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 1024px) {
      .popup-register .popup-content {
        width: 50%;
        top: 10%; } }
    @media screen and (max-width: 767px) {
      .popup-register .popup-content {
        width: 90%;
        top: 8%; } }
    @media screen and (max-width: 390px) {
      .popup-register .popup-content {
        padding: 20px; } }
    .popup-register .popup-content .close-popup {
      width: 26px;
      height: 26px;
      color: #686868;
      border: 1px solid #686868;
      border-radius: 50%;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 7px;
      right: 7px;
      cursor: pointer; }
    .popup-register .popup-content .popup-heading {
      margin-bottom: 15px;
      text-align: center; }
      .popup-register .popup-content .popup-heading h3 {
        font-size: 26px;
        font-family: "Mulish Bold";
        color: #2a2f38;
        margin-bottom: 10px; }
        @media screen and (max-width: 390px) {
          .popup-register .popup-content .popup-heading h3 {
            font-size: 24px; } }
      .popup-register .popup-content .popup-heading p {
        font-size: 16px;
        font-family: "Mulish Regular";
        color: #2a2f38;
        margin-bottom: 10px; }
        @media screen and (max-width: 390px) {
          .popup-register .popup-content .popup-heading p {
            font-size: 14px; } }
      .popup-register .popup-content .popup-heading h4 {
        font-size: 20px;
        font-family: "Mulish SemiBold";
        color: #2a2f38;
        margin-bottom: 10px; }
        @media screen and (max-width: 390px) {
          .popup-register .popup-content .popup-heading h4 {
            font-size: 18px; } }
      .popup-register .popup-content .popup-heading .btn-contact {
        display: inline-block;
        padding: 10px 40px;
        font-size: 18px;
        color: #2a2f38;
        background-color: #ffcb13;
        font-family: "Mulish ExtraBold";
        border-radius: 8px;
        text-align: center; }
        .popup-register .popup-content .popup-heading .btn-contact i {
          margin-right: 10px; }
        @media screen and (max-width: 390px) {
          .popup-register .popup-content .popup-heading .btn-contact {
            font-size: 16px; } }
    .popup-register .popup-content .popup-form .form-group {
      margin-bottom: 10px; }
      .popup-register .popup-content .popup-form .form-group input,
      .popup-register .popup-content .popup-form .form-group textarea {
        padding: 8px 12px;
        border-radius: 8px;
        width: 100%; }
      .popup-register .popup-content .popup-form .form-group button {
        width: 100%;
        font-size: 18px;
        color: #2a2f38;
        background-color: #ffcb13;
        font-family: "Mulish ExtraBold";
        border-radius: 8px;
        text-align: center;
        padding: 10px; }
        @media screen and (max-width: 390px) {
          .popup-register .popup-content .popup-form .form-group button {
            font-size: 16px; } }

@keyframes quick-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1; } }
@keyframes quick-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); } }
@keyframes quick-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2; }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; } }

/*# sourceMappingURL=style.css.map */
