body .w1yjvx0j #appointment .checkbox-custom:checked + .checkbox-custom-label span {
    color: #fff !important;
    background: black !important;
}
.button-banner {
    cursor: pointer;
} 
.button-banner:hover {
    text-decoration:none;
} 
body .w1yjvx0j #appointment .checkbox-custom-label span {
    background: #2a8db8 !important;
    color: #fff;
}
body .w1yjvx0j .confirm a, body .w1yjvx0j button.confirm {
    color: #fff;
    background: #2a8db8 !important;
}
body #navigation .builder-dynamic-rmm.style ul ul li a {
    color: #000000 !important; 
}
body .wf1p86w #navigation .navbar.builder-dynamic-fixed { 
    z-index: 99 !important;
}
body .wf1p86w #navigation .menu-mobile .booknow { 
    color: #000; 
}
.button-banner { 
    text-transform: uppercase !important;
}
ul.top_side_social { 
    padding-right: 20px;
}


body .wf1p86w #navigation .navbar.builder-dynamic-fixed .navbar-brand img {
    height: 80px!important;
    top: -5px;
}

li.sppb-text-left a .fa {
    transition: transform 0.5s ease-in-out;
}
li.sppb-text-left a:hover .fa {
    transform: rotate(360deg);
}

body .wf1p86w #navigation .navbar-fixed-top { 
    height: 20vh; 
}

ul.top_side_social {
    padding: 0;
    background: black !important;
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: flex-end;
}

.wf1p86w #navigation .menu .menumain {
    box-shadow: none;
    height: 50px;
    margin-top: 40px !important;
}

ul.top_side_social li {
    display: inline-block;
    margin: 0 4px !important;
}
.body  #navigation .navbar-fixed-top { 
    height: 20vh; 
}

 ul.top_side_social li a {
    color: #fff;
    width: 25px;
    font-size: 10px;
    margin: 10px 0;
    display: flex;
    border: 2px solid #fff;
    height: 25px !important;
    border-radius: 50%;
    /* height: 20px !important; */
    align-items: center;
    justify-content: center;
}


ul.side_social li {
    list-style: none;
}
ul.side_social {
    position: absolute;
    bottom: 0;
    z-index: 99;
}
ul.side_social li a {
    color: #fff;
    width: 35px;
    margin: 10px 0;
    display: flex;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 35px;
    align-items: center;
    justify-content: center;
}

ul.top_side_social li {
    display: inline-block; 
}

ul.top_side_social li {
    list-style: none;
}

.banner-div { 
    position: relative;
}

 body .banner-img img { 
    object-position: center bottom;
}

 body .navbar-brand > img { 
    height: 80px !important;
    margin-top: 10px;
}


.form-call-wrapper * {
      font-size: 17px;
      transition: 0.5s;
      color: white;
    }
  .form-call-wrapper .form-call-btn:hover {
      color: #fff !important;
    }
 
    .form-call-wrapper .form-call-btn:hover {
      color: #fff !important;
    }
 
 
    .form-call-wrapper * {
      font-size: 17px;
      transition: 0.5s;
      color: white;
    }
 
    .form-call-wrapper {
      position: fixed;
      bottom: 25px;
      left: 25px;
      width: 80px;
      height: 80px;
      text-align: center;
      font-size: 10px;
      line-height: 25px;
      -webkit-font-smoothing: antialiased;
      z-index: 9;
      cursor: pointer;
    }
 
    .form-call-wrapper:after,
    .form-call-wrapper:before {
      content: "";
      border-radius: 100%;
      position: fixed;
      bottom: 30px;
      left: 60px;
      width: 70px;
      height: 70px;
      transform-origin: center center;
      box-sizing: border-box;
      z-index: 9;
      transition: 0.5s;
    }
 
    .form-call-wrapper:after {
      background: #c0d5e4;
      animation: lexprofitBackAnim 3s linear infinite;
    }
 
    .form-call-wrapper:before {
      border: 1px solid #fff;
      animation: lexprofitBorderAnim 3s -0.5s linear infinite;
    }
 
    .form-call-wrapper .form-call-btn {
      z-index: 10;
      position: fixed;
      background: linear-gradient(60deg, #2a8db8 0%, #2a8db8 100%);
      border-radius: 100%;
      width: 90px;
      height: 90px;
      bottom: 20px;
      left: 50px;
      padding-top: 15px;
    }
 
    .form-call-wrapper:hover .form-call-btn {
      background-color: #bbb;
    }
 
    .form-call-wrapper:hover:after {
      background-color: #aaa;
    }
 
    .form-call-wrapper:hover:before {
      border-color: #aaa;
    }
 
    .form-call-wrapper:hover .form-call-btn {
      animation: lexprofitBoundingAnim 1s linear infinite;
    }
 
    /* * Animations */
    @keyframes lexprofitBackAnim {
      0% {
        transform: scaleX(0.7) scaleY(0.7);
      }
 
      25% {
        transform: scaleX(1.2) scaleY(1.2);
      }
 
      50% {
        transform: scaleX(1.5) scaleY(1.5);
      }
 
      65% {
        transform: scaleX(1.2) scaleY(1.2);
        opacity: 0.7;
      }
 
      100% {
        transform: scaleX(0.7) scaleY(0.7);
        opacity: 0;
      }
    }
 
    @keyframes lexprofitBorderAnim {
      0% {
        transform: scaleX(1) scaleY(1);
      }
 
      50% {
        transform: scaleX(1.5) scaleY(1.5);
      }
 
      100% {
        transform: scaleX(2) scaleY(2);
        opacity: 0;
      }
    }
 
    @keyframes lexprofitBoundingAnim {
      0% {
        transform: rotate(0deg);
      }
 
      15% {
        transform: rotate(15deg);
      }
 
      30% {
        transform: rotate(0deg);
      }
 
      45% {
        transform: rotate(-15deg);
      }
 
      60% {
        transform: rotate(0deg);
      }
    } 


   @media only screen and (max-width: 700px){

     .mobile-cta-wrapper {
    position: absolute;
    top: 54px;
    right: 70px;
}
     .mobile-cta-wrapper a {
    font-size: 21px;
    margin: 10px;
    color: #fff;
}
     .w1yjvx0j #appointment .g-recaptcha {
    margin-left: -5px !important;
}
     .w1yjvx0j #appointment .modal-content .g-recaptcha iframe {
    margin-left: 0 !important;
}
     .w1yjvx0j #appointment .modal-content.height {
    width: 100% !important;
    margin: 100px 0 !important;
}
   }
   @media only screen and (max-width: 820px),
        only screen and (max-device-width: 1024px) and (min-device-width: 768px),
        only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
          body  #navigation .builder-dynamic-rmm.style ul li a , ul.header-rt.pull-right.visible-xs .fa{color: #000000 !important;}
          body .wf1p86w #navigation .navbar.builder-dynamic-fixed .navbar-brand img {
    height: 43px!important;
    top: -5px;
}

body .wf1p86w #navigation .navbar-fixed-top {
    height: 95px !important;
    background: #2a8db8ff;
}

          body .navbar-brand > img { 
    margin-top: 0px !important;
            height:40px !important;
}


          /* a.btn.booknow.tel {
    margin-bottom: 10px !important;
} */

          ul.side_social { 
    bottom: auto !important; 
    top: 70px !important;
    left: -20px !important;
}
 
      }
body .navbar.navbar-default.navigation.navbar-fixed-top.top-nav-collapse.builder-dynamic-fixed img {
    height: 80px;
    margin-top: -8px;
}
