@import url('cookienoticepro.style.css');

.btn {
    overflow: hidden;
}
.btn .liquid {
    position: absolute;
    top: -120px;
    width: 190px;
    height: 200px;
    background: transparent;
    transition: 0.5s;
}

.btn:hover .liquid {
    top: -80px;
}

.btn .liquid::before,
.btn .liquid::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 200%;
    transform: translate(-50%, -75%);
    content: "";
}

.btn .liquid::before {
    border-radius: 45%;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 5s linear infinite;
}

.btn .liquid::after {
    border-radius: 40%;
    background: rgba(255, 255, 255, 0.1);
    animation: animate 10s linear infinite;
}

@keyframes animate {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}


.waves {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
    z-index: 10;
  }

  /* Animation */
  
  .parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
  }
  .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
  }
  .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
  }
  .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
  }
  .parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
  }
  @keyframes move-forever {
    0% {
     transform: translate3d(-90px,0,0);
    }
    100% { 
      transform: translate3d(85px,0,0);
    }
  }
  /*Shrinking for mobile*/
  @media (max-width: 768px) {
    .waves {
      height:40px;
      min-height:40px;
    }
  }


  .image-wrapper.bg-overlay-grad::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.63))
  }

  .logo {
    height: 60px;
  }

  @media (max-width: 768px) {
    .logo {
      height: 40px;
    }
  }


    @media (min-width: 991px) {
    .navbar-nav .dropdown-menu {
      margin-top: 1rem !important;
    }
  }

  .icon-list.bullet-c-green.bullet-bg i {
    background-color: #519548;
    color: white;
  }

  .icon-list.bullet-c-green i {
    color: #519548;
  }

  .fs-lg.icon-list.bullet-bg i {
    top: .4rem !important;
  }



  .navbar-nav .tel-btn {
    background-color: #519548;
    border-color: #519548;
  }

  .bg-primary .accordion-wrapper .card-header button::before {
    color: #fff;
  }

  .bg-primary .accordion-item .card-header {
    background: rgba(0,0,0,0.3) !important;
    padding: .5rem !important;
    border-radius: 8px !important;
  }

  .alert-services p:last-child {
    margin: 0;
  }

  @media (max-width: 768px) {

    .icon-list.bullet-bg.why-choose-us i {
        position: relative;
        display: inline-block;
        top: .2rem !important;
        font-size: inherit !important;
        margin-right: 5px;
    }

    .icon-list.bullet-bg.why-choose-us li {
      padding-left: 0;
    }

  }

  .why-choose-us .reviews .image-wrapper.bg-full {
    background-size: cover !important;
  }



  .autoComplete_wrapper {
    display: inline-block;
    position: relative;
    margin: 0 auto;
  }
  
  .autoComplete_wrapper > input {
    height: 3rem;
    width: 100%;
    max-width: 370px;
    margin: 0;
    padding: 0 2rem 0 3.2rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 1rem;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, 0.3);
    outline: none;
    border-radius: 10rem;
    border: 0.05rem solid rgba(14, 78, 173, 0.6);
    background-image: url(../img/icons/search.svg);
    background-size: 1.4rem;
    background-position: left 1.05rem top 0.8rem;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-color: #fff;
    transition: all 0.4s ease; 
    -webkit-transition: all -webkit-transform 0.4s ease;
  }
  
  .autoComplete_wrapper > input::placeholder {
    color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease;
    -webkit-transition: all -webkit-transform 0.3s ease;
  }
  
  .autoComplete_wrapper > input:hover::placeholder {
    color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
    -webkit-transition: all -webkit-transform 0.3s ease;
  }
  
  .autoComplete_wrapper > input:focus::placeholder {
    padding: 0.1rem 0.6rem;
    font-size: 0.95rem;
    color: rgba(0, 0, 0, 0.4);
  }
  
  .autoComplete_wrapper > input:focus::selection {
    background-color: rgba(14, 78, 173, 0.15);
  }
  
  .autoComplete_wrapper > input::selection {
    background-color: rgba(14, 78, 173, 0.15);
    color: #333;
  }
  
  .autoComplete_wrapper > input:hover {
    color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
    -webkit-transition: all -webkit-transform 0.3s ease;
  }
  
  .autoComplete_wrapper > input:focus {
    color: rgba(0, 0, 0, 1);
    border: 0.06rem solid rgba(14, 78, 173, 1);
  }
  
  .autoComplete_wrapper > ul {
    position: absolute;
    max-height: 226px;
    overflow-y: scroll;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: 0.5rem 0 0 0;
    padding: 0;
    z-index: 1;
    list-style: none;
    border-radius: 0.6rem;
    background-color: #fff;
    border: 1px solid rgba(33, 33, 33, 0.07);
    box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
    outline: none;
    transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
  }
  
  .autoComplete_wrapper > ul[hidden],
  .autoComplete_wrapper > ul:empty {
    display: block;
    opacity: 0;
    transform: scale(0);
  }
  
  .autoComplete_wrapper > ul > li {
    margin: 0.3rem;
    padding: 0.3rem 0.5rem;
    text-align: left;
    font-size: 1rem;
    color: #212121;
    border-radius: 0.35rem;
    background-color: rgba(255, 255, 255, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease;
  }
  
  .autoComplete_wrapper > ul > li mark {
    background-color: transparent;
    color: rgba(14, 78, 173, 1);
    font-weight: bold;
  }
  
  .autoComplete_wrapper > ul > li:hover {
    cursor: pointer;
    background-color: rgba(14, 78, 173, 0.15);
  }
  
  .autoComplete_wrapper > ul > li[aria-selected="true"] {
    background-color: rgba(14, 78, 173, 0.15);
  }

  .autoComplete_wrapper mark {
    padding: 0 !important;
  }
  
  @media only screen and (max-width: 600px) {
    .autoComplete_wrapper > input {
      width: 100%;
      max-width: 370px;
    }
  }
  

  .location-search-message {
    display: none;
  }

  #areaSuccess.alert-success {
    border: 1px solid rgba(48, 137, 112, 0.2) !important;
  }

  #areaError.alert-danger {
    border: 1px solid rgba(158, 69, 75, 0.2) !important;
  }

  .form-check-input {
    margin-top: .1rem !important;
  }