.rd-navbar-classic.rd-navbar-static {
    background-image: url("images/header-ptn.jpg") !important;
}
.preloader.loader {
    display: flex !important;
}
.box-image-position {
    border-radius: 25px 25px 0 0;

}
.box-image-static, 
.box-image-position {
    opacity: 0.9;
}
.booking-form {
    justify-content: center;
}
@media (min-width: 992px) {
    .booking-form > div:nth-child(1) {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 992px) {
.booking-form > div:nth-child(2) {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 992px) {
.booking-form > div:nth-child(3) {
    flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 992px) {
    .booking-form > div:nth-child(4) {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.contact-info {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin: 0;
    width: 100%;
    margin-bottom: 30px;
}
.contact-info div {
    width: 33%;
}
.contact-info div:nth-child(2) {
    display: flex;
    justify-content: center;
}
.contact-info div:nth-child(3) {
    padding-top: 20px;
    white-space: nowrap;
}
#ui-to-top {
    background: url(../images/scroll.png);
    height: 77px;
    width: 50px;
}
#ui-to-top::before {
    display: none;
}
.fa {
    font-style: normal;
}
.booking-form > div:nth-child(2)::before {
    border: none;
}
.contact-info > div:nth-child(3) > div {
    display: flex;
    justify-content: flex-start;
    padding: 0;
}
.contact-info > div:nth-child(3) > div > i {
    margin-right: 5px;
}
.section-lg.bg-default {
    padding-bottom: 70px;
    padding-top: 40px;
    margin-top: -50px;
}
.g-map {
    border: 1px solid transparent;
    border-radius: 25px;
    overflow: hidden;
    width: 99%;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}
.footer-minimal {
    margin-top: -7px;
}
.contact-info > div:nth-child(1) > div {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.contact-info > div:nth-child(1) > div i {
    margin-right: 5px;
}
.contact-info > div:nth-child(1) > div {
    text-indent: 20px;
}
.contact-info > div:nth-child(1) {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    margin-top: 20px;
}
.contact-info > div:nth-child(1) > div:nth-child(3) {
    padding: 0;
}
.contact-info > div:nth-child(1) > div {
    width: 190px;
}
#covid-protocol > h2 {
    margin-bottom: 10px;
}
.sponsors {
    background-color: #f9f9f9;
}
.sponsors > div {
    display: flex;
    justify-content: space-between;
}
.sp-carrusel > ul {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 150px;
    margin: auto;
    margin-top: -220px;
}
.sp-carrusel ul > li {
    width: 25%;
    list-style-type: none;
    position: absolute;
    top: 0;
    padding: 20px;
    height: 200px; 
    opacity: 0;
    padding-top: 40px;
    text-align: center;
    transition: 1s opacity; 
}
.sp-carrusel .active {
    opacity: 1;
}
.sp-carrusel strong { 
    color: black;
    font-weight: 700;
    font-size: 60px; 
    line-height: 100px; 
}
.sp-carrusel img {
    width: 300px !important;
    height: 72px !important;
    max-width: 300px;
}
.sp-carrusel {
    position: relative;
    width: 100%;
    margin-top: 90px;
}
.category_ {
    height: 230px !important;
    min-height: 230px !important;
}
.category-page-wrapper {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 1200px) {
    .category-products {
        max-width: 1660px;
        margin-bottom: 40px;
    }
}
.text-align-right {
    text-align: right;
}
.product-list {
    display: flex;
    justify-content: space-between;
}
.product-list > div {
    width: 240px;
}
.product-list-title {
    font-size: 30px;
    margin: 20px 0 0;
    text-align: center;
    height: 45px;
}
.category-products .text-align-right {
    font-size: 24px;
}
.text-align-right .list-categories a:hover {
    color: #b92727;
}
.product-list .product-detail p {
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.product-list .product-detail h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    font-size: 21px;
}
.store .productpage-title {
    font-size: 24px;
    margin-bottom: 10px;
}
.store .product_info {
    margin: 10px 0;
}
.store .product_info {
    margin: 10px 0;
    font-size: 16px;
}
.store .product_info i {
    color: #41a4519e;
    width: 16px;
    text-align: center;
    margin-right: 4px;
}
.store .product_info label {
    font-weight: 500;
}
.row.general-products {
    display: flex;
    justify-content: flex-start;
    margin: 30px 0;
    width: 100%;
}
.text-align-center {
    text-align: center;
}
.gp-second-list {
    margin-bottom: 0 !important;
}
.italic {
    font-style: italic;
}
.category-products .italic h2 {
    font-style: normal;
}
.margin-top-50 {
    margin-top: 50px !important;
}
@-webkit-keyframes slide_in {
    0% {
      top: -400px;
      opacity: 0;
    }
    100% {
      opacity: 1;
      top: 0px;
    }
  }
  @keyframes slide_in {
    0% {
      top: -400px;
      opacity: 0;
    }
    100% {
      opacity: 1;
      top: 0px;
    }
  }
  @-webkit-keyframes slide_out {
    0% {
      top: 0;
      opacity: 1;
    }
    100% {
      top: -400px;
      opacity: 0;
    }
  }
  @keyframes slide_out {
    0% {
      top: 0;
      opacity: 1;
    }
    100% {
      top: -400px;
      opacity: 0;
    }
  }
  #product-list-carrusel {
    background: #eee;
    font-family: "Tahoma";
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
  }
  #product-list-carrusel #scene {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 90%;
    height: 400px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    box-shadow: none;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
    overflow: hidden;
    margin: auto;
    margin-top: 300px;
  }
  #product-list-carrusel #scene #left-zone {
    background: #fff;
    height: 75%;
    flex-grow: 0;
    display: flex;
    width: 350px;
    align-items: center;
    justify-content: left;
  }
  #product-list-carrusel #scene #left-zone .list {
    display: flex;
    list-style: none;
    align-content: stretch;
    flex-direction: column;
    flex-grow: 1;
    margin: 0;
    padding: 0;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio] {
    display: none;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio] ~ label {
    display: block;
    opacity: 0.5;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio] ~ label:first-letter {
    text-transform: uppercase;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio] ~ label:hover {
    opacity: 0.75;
    cursor: pointer;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio] ~ label.label_strawberry:before {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-image: url("../images/apple.png");
    background-position: center;
    background-size: 75% 75%;
    background-repeat: no-repeat;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio] ~ label.label_banana:before {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-image: url("../images/others.png");
    background-position: center;
    background-size: 75% 75%;
    background-repeat: no-repeat;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio] ~ label.label_apple:before {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-image: url("../images/carrot.png");
    background-position: center;
    background-size: 75% 75%;
    background-repeat: no-repeat;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio] ~ label.label_orange:before {
    content: " ";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/9636-200.png");
    background-position: center;
    background-size: 75% 75%;
    background-repeat: no-repeat;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio] ~ .content {
    position: absolute;
    left: 350px;
    top: -400px;
    width: 100%;
    height: 400px;
    -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s;
    -webkit-animation-name: slide_out;
            animation-name: slide_out;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio] ~ .content.content_strawberry .picto {
    height: 100px;
    width: 100px;
    background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/83067-200.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio] ~ .content.content_strawberry h1 {
    color: #D64541;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio] ~ .content.content_banana .picto {
    height: 100px;
    width: 100px;
    background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/53209-200.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio] ~ .content.content_banana h1 {
    color: #F5D76E;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio] ~ .content.content_apple .picto {
    height: 100px;
    width: 100px;
    background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/14333-200.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio] ~ .content.content_apple h1 {
    color: #00B16A;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio] ~ .content.content_orange .picto {
    height: 100px;
    width: 100px;
    background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/9636-200.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio] ~ .content.content_orange h1 {
    color: #F27935;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio] ~ .content h1:first-letter {
    text-transform: uppercase;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio] ~ .content p {
    max-width: 50%;
    text-align: center;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio]:checked ~ label {
    opacity: 1;
    -webkit-animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
            animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .label_strawberry,
  .label_apple,
  .label_banana {
    font-size: 24px;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio]:checked ~ label.label_strawberry {
    color: #D64541;
    border-right: solid 4px #D64541;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio]:checked ~ label.label_banana {
    color: #F5D76E;
    border-right: solid 4px #F5D76E;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio]:checked ~ label.label_apple {
    color: #00B16A;
    border-right: solid 4px #00B16A;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio]:checked ~ label.label_orange {
    color: #F27935;
    border-right: solid 4px #F27935;
  }
  #product-list-carrusel #scene #left-zone .list li.item input[type=radio]:checked ~ .content {
    -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s;
    -webkit-animation-name: slide_in;
            animation-name: slide_in;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
            animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  #product-list-carrusel #scene #middle-border {
    background-color: #eee;
    height: 75%;
    flex-grow: 1;
    max-width: 2px;
    z-index: 0;
  }
  #product-list-carrusel #scene #right-zone {
    background: #fff;
    height: 100%;
    flex-grow: 3;
  }
  .products-footer {
    margin-top: 550px;
  }
.content_banana .row.general-products > div {
    padding-top: 80px;
}
.local-product-title {
    font-family: "Poppins", sans-serif;
    line-height: 1.66667;
    font-weight: 300;
    color: #41A451;
}
.carousel {
  display: block;
  font-size: 0;
  border-radius: 8px;
  padding: 8px;
  width: 70%;
  height: 300px;
  margin: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  background: white;
  transform: translateZ(0);
  height: 300px;
  -webkit-overflow-scrolling: touch;
  /* for tablets */
}
.touch .carousel {
  overflow: auto;
}
.carousel[data-at*=left] > .wrap::before {
  opacity: 1;
  text-indent: -50px;
}
.carousel[data-at*=right] > .wrap::after {
  opacity: 1;
  text-indent: -50px;
}
.carousel::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 4;
  bottom: -4px;
  left: 0;
  background: #41A451;
  height: 4px;
  border-radius: 4px;
  opacity: 0;
  width: var(--scrollWidth, 0);
  left: var(--scrollLleft, 0);
  transition: opacity 0.2s, bottom 0.2s;
}
.carousel:hover::after {
  opacity: 1;
  bottom: -10px;
}
.carousel > .wrap {
  overflow: hidden;
  border-radius: 4px;
  height: 285px;
}
.carousel > .wrap::before, .carousel > .wrap::after {
  content: "‹";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 50px;
  font-size: 80px;
  text-indent: -30px;
  line-height: 200px;
  font-family: monospace;
  color: #555;
  font-weight: bold;
  border-radius: 8px;
  pointer-events: none;
  transition: 0.2s ease-out;
  background: linear-gradient(to right, white 20%, transparent);
}
.carousel > .wrap::after {
  transform: rotate(180deg);
  left: auto;
  right: 0;
}
.carousel > .wrap > ul {
  list-style: none;
  white-space: nowrap;
  height: 200px;
}
.carousel > .wrap > ul > li {
  display: inline-block;
  vertical-align: middle;
  height: 285px;
  margin: 0 0 0 5px;
  position: relative;
  overflow: visible;
  transition: 0.25s ease-out;
}
.carousel > .wrap > ul > li:first-child {
  margin: 0;
}
.carousel > .wrap > ul > li > img {
  display: block;
  height: 100%;
  margin: auto;
  position: relative;
  z-index: 3;
  transition: 1s ease;
}
.foot-gallery {
  margin-top: 80px;
}
.carousel > .wrap::before {
  content: "<";
}
.carousel > .wrap::after {
  content: ">";
  transform: rotate(360deg);
  right: -100px;
}
.gallery-title {
  text-align: center;
  margin: 30px 0;
}
.gallery-title h2 {
  color: #323232 !important;
  width: 450px;
  margin: auto;
  border-radius: 25px;
  box-shadow: 0px 3px #9a9a9a2e;
}
.carousel > .wrap > ul > li > img:hover {
  transform: scale(1.3);
  cursor: zoom-in;
}
#covid-protocol li, #covid-protocol p {
  font-size: 17px;
}
.disabled-text {
  color: #5e615e;
}
.row.general-products > div > div:hover {
  font-size: 17px;
  color: #93c79c;
}
.carrusel-about-us {
  max-width: 100%;
}
.carrusel-about-us .sp-carrusel {
  margin-top: 230px;
}
.foot-about-us {
  margin-top: -70px;
}
.our-team-cards {
  display: flex;
  justify-content: space-around;
}
.our-team-card {
  max-width: 30%;
  transition: transform .2s;
}
.our-team-card:hover {
  transform: scale(1.1);
}
.justify-content-center {
  justify-content: center;
}
.our-team-title {
  font-size: 38px;
  margin-bottom: 20px;
}
section.section.section-lg.bg-white.our-team {
  padding-top: 50px;
  padding-bottom: 80px;
}
.our-team-card .text-align-center {
  margin-top: 10px;
  margin-bottom: -10px
}

.our-team-card .text-align-center h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.66667;
  font-weight: 600;
  color: rgba(21, 21, 21, 0.8);
}
.default-color {
  color: #41A451;
}
.MainContainerPrice {
  width: 80%;
  display: flex;
  margin: auto;
  justify-content: center;
  padding: 60px 0;
}
.ComboboxContainerOne,
.ComboboxContainerTwo {
  display:inline-block;
  flex-wrap: wrap;
}
.ComboboxContainerOne > label,
.ComboboxContainerTwo > label {
  
  width: 100%;
  font-size: 18px;
}
.ComboboxContainerOne > span,
.ComboboxContainerTwo > span {
  display: none;
}
.CalendarsContainer .FirstContainer,
.CalendarsContainer .SecondContainer {
  display: inline-block;
  flex-wrap: wrap;
}
.CalendarsContainer .FirstContainer > label,
.CalendarsContainer .SecondContainer > label {
  width: 100%;
  font-size: 18px;
}
.MainContainerPrice .ButtonContainer {
  margin-top: 30px;
  text-align: center;
  margin-right: 30px;
}
.MainContainerPrice input,
.MainContainerPrice select {
  width: 218px;
  height: 30px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.66667;
  font-weight: 300;
  color: rgba(21, 21, 21, 0.8);
}
.MainContainerPrice .SelectsContainer, 
.MainContainerPrice .CalendarsContainer {
  width: 200px;
  display: flex;
}
.MainContainerPrice .ComboboxContainerTwo,
.MainContainerPrice .SecondContainer {
  margin-left: 20px;
}
.search-box-main {
  position: relative;
}
#breathing {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-animation: breathing 5s ease-out infinite normal;
  animation: breathing 5s ease-out infinite normal;
}
@keyframes breathing {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
#breathing, #breathing svg {
  width: 120px;
  height: 120px;
}
.ButtonContainer > button {
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid transparent;
  cursor: pointer;
  background-color: #41A451;
  color: white;
  transition: 0.5s;
}
.ButtonContainer > button:hover {
  transform: scale(1.1);
}

.scrolling-wrapper{
	display: block;
    overflow-x: auto;
    white-space: nowrap;
}
.TableContainer table {
  
  width: 870px;
}
.mainbanner {
  width: 100%;
}
.mainbanner .print_class {
  text-align: right;
}
.mainbanner .print_class button {
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid transparent;
  cursor: pointer;
  background-color: #354e75;
  color: white;
  transition: 0.5s;
  margin: 10px 0;
}
.TableContainer tr {
 
  text-align: center;
}
.data-provided-by {
  text-align: center;
  height: 18px;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 30px;
}
/*************************************************/

.login-modal .modal-body {
  display: flex;
  padding: 0;
  border-radius: 4rem;
  font-family: 'PT Sans', sans-serif;
}
.login-modal .modal-content {
  border-radius: 4rem;
  width: 140%;
  -webkit-box-shadow: -1px -2px 42px -19px rgba(0,0,0,0.74);
  -moz-box-shadow: -1px -2px 42px -19px rgba(0,0,0,0.74);
  box-shadow: -1px -2px 42px -19px rgba(0,0,0,0.74);
}
.login-modal .modal-content h1, .login-modal .modal-content h2, .login-modal .modal-content h3 {
    text-align: center;
}
.login-modal .modal-content h1 {
  font-size: 1.3em;
  text-transform: uppercase;
}

.login-modal .modal-content h2 {
    font-size: 1.1em;
}
.login-modal .modal-content h3 {
  font-size: .8em;
  letter-spacing: 2px;
}
.login-modal form {
    font-size: .8em;
    margin-top: 30px;
}
.login-modal .column {
  flex: 50%;
  padding: 10px;
}

.login-modal .column#main {
  flex: 75%;
  padding: 70px 50px 50px;
  margin-left: 15px;
}

.login-modal #secondary {
  background-color: #41A451; 
  border-radius: 0 4rem 4rem 0;
  text-align: center;
}

.login-modal #main .form-control {
  border-radius: 0;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  line-height: 1.66667;
  font-weight: 300;
}
.login-modal .btn {
  text-transform: uppercase;
  border-radius: .15rem;
  width: 200px;
  padding: .150rem .75rem;
  margin: 30px auto;
  font-family: 'PT Sans', sans-serif;
  letter-spacing: 2px;
}
.login-modal .btn-primary:hover {
  border-color: rgba( 255, 255, 255, 0);
}

.login-modal #main .btn-primary {
  width: 100%;
  border-radius: 5px;
}
.login-modal #secondary .btn-primary {
  background: #f8f9fa4f;
  color: #000;
}
.login-modal .modal-body label {
  margin-bottom: 0;
}

.login-modal .sec-content {
  margin-top: 85%;
}
.login-modal path {
  fill: #41A451;
}
.login-modal {
  position: absolute;
  z-index: 9999;
}
.login-modal #main > h1 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1.66667;
  font-weight: 300;
  color: rgba(21, 21, 21, 0.8);
}
.modal-content {
  height: 430px;
  overflow: hidden;
  width: 640px;
}
.rd-navbar-static .rd-nav-link {
  font-size: 18px;
}
.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
  max-width: 110px;
  max-height: 110px;
}
.vega-map {
  margin-top: 40px;
  width: 70%;
  max-width: 100%;
}
.vega-map-footer {
  margin-top: 60px;
}
.not-found-local {
  font-size: 28px;
  width: 530px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  line-height: 1.66667;
  font-weight: 300;
  color: rgba(21, 21, 21, 0.8);
}
.not-found-back {
  font-size: 18px;
}
.our-team-card p {
  text-align: center;
}


/*====================================*/

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  left:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}