﻿a:hover,
a:focus {
    color: #4ACCD1
}

.circled {
    background: #4ACCD1
}

.con1>div,
.con2>div,
.con3>div {
    background-color: #4ACCD1
}

.scrollup:hover {
    background: #4ACCD1
}

.btn-skin {
    background-color: #4ACCD1;
    border-color: #4ACCD1
}

.top-area {
    background-color: #f7f7f7 !important;
    background-repeat: repeat-x
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
    color: #3fbbc0
}

.navbar-custom.top-nav-collapse .nav li a:hover,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li.active a,
.navbar-custom.top-nav-collapse .nav li.active a {
    color: #3fbbc0
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #4ACCD1
}

.bg-skin {
    background: #4ACCD1
}

.highlight-color {
    background-color: #4ACCD1
}

.color {
    color: #4ACCD1
}

.pricing-content.featured h2,
.pricing-content.featured .price-bottom {
    background-color: #3fbbc0
}

.pricing-content.featured h3 {
    background: #4ACCD1
}

.cbp-l-grid-team-name {
    color: #3fbbc0
}

.cbp-l-filters-button .cbp-filter-counter {
    background-color: #4ACCD1
}

.cbp-l-filters-alignLeft .cbp-filter-item-active {
    background-color: #4ACCD1;
    border: 1px solid #4ACCD1
}

.cbp-l-filters-dropdownWrap {
    background: #4ACCD1
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    background-color: #4ACCD1;
    border-color: #4ACCD1
}

.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
    background-color: #4ACCD1
}

.cbp-l-caption-buttonLeft:hover,
.cbp-l-caption-buttonRight:hover {
    background-color: #3fbbc0
}

.form-control:focus {
    border-color: #3fbbc0
}



.ara {
    display: block;
    position: fixed;
    bottom: 20px;
    /*right: calc(50% + 10px  ); */
    right: calc(50% - 105px  ); 
    height: 52px;
    line-height: 44px;
    padding: 0px 15px;
    width: 210px;
    background-color: #aa0000;
    color: #fff;
    z-index: 99;
    font-size: 20px;
    border: none;
    border-radius: 10px;
    text-align: center;
    z-index: 9999;
  }
  
  .ara:hover {
    color: #fff;
    background-color: #500101;
  }
  
  .ara i {
    padding-right: 10px;
  }
  .ara span,   .whatsapp span {
    vertical-align: middle;
  }
  
  
  .whatsapp {
    display: block;
    position: fixed;
    bottom: 20px;
    right: calc(50% - 180px);
    height: 52px;
    line-height: 44px;
    padding: 0px 15px;
    width: 180px;
    background-color: #00aa0c;
    color: #fff;
    z-index: 99;
    font-size: 20px;
    border: 1px solid #00aa0c;
    border-radius: 10px;
    text-align: center;
    z-index: 9999;
  }
  
  .whatsapp:hover {
    color: #fff;
    background-color: #015e07;
  }
  
  .whatsapp i {
    padding-right: 10px;
  }

  
  @media (max-width: 768px) {
    .whatsapp { 
        font-size: 16px; 
        width: 155px;
        padding: 2px 6px; 
        right: calc(50% - 155px);
    }
  
    .ara {  
        font-size: 16px; 
        right: calc(50% - 78px  ); 
        width: 156px;
        padding: 2px 6px; 
    
    }
   
  }

  

  /*
  @media (max-width: 768px) {
    .whatsapp {
        height: 60px;
        line-height: 54px;
        width: fit-content; 
        left: 90px;
        font-size: 18px;
        border-radius: 10px;
    text-align: center;
    }
  
    .ara {
        display: block;
        height: 60px;
        line-height: 54px;
        width: fit-content;
        left: 15px;
        bottom: 20px;
        font-size: 18px;
        border-radius: 10px;
    
    }
  
    .ara span, .whatsapp span { display:none; }
  
    .ara i, .whatsapp i { text-align: center; font-size: 34px; padding:0px; line-height: 60px; }
    
  }*/

  .cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;
    background-color: #000000e1;
  }
  
  .cookie-consent-banner__inner {      
    margin: 0 auto;
    padding: 20px;
  }
   
   
  .cookie-consent-banner__header { 
    font-weight: bold;
    font-size: 16px; 
    color: white;
  }
  
  .cookie-consent-banner__description {
    font-weight: normal;
    color: #e7e7e7;
    font-size: 16px;
    line-height: 24px;
    display: contents;
  }
  
  .cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 6px 6px;
      
    border-radius: 2px;
    
    background-color: #7cc576;
     
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px; 
    margin-left: 15px;
  }
  
  .cookie-consent-banner__cta--secondary {  
    border: 2px solid #7cc576;
    background-color: transparent;
    color: #7cc576;
  }
  
  .cookie-consent-banner__cta:hover {
    background-color: white;
    color: #7cc576;
  }
  
  .cookie-consent-banner__cta--secondary:hover {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
  }
   


  .cookie-consent-banner.hidden {
    display: none;
  }

  
  
  @media (max-width: 768px) { 
   
  
  .cookie-consent-banner__description { 
    font-size: 14px;
    line-height: normal; 
    display: block;
  }
  
  
  .cookie-consent-banner__cta {
    margin-left: 0;
    margin-right: 15px;
    margin-top: 10px;
    width:max-content ;
    min-width: auto;
    padding: 5px 10px;
  }
  
  }

  

  