/* Call Button Css */

@media only screen and (min-width: 220px) and (max-width: 767px) {
  .call {

    position: fixed;
    left: 3.5%;
    bottom: 5%;
    height: auto;
    background: transparent;
    z-index: 1001;
  }
}

@media only screen and (min-width: 678px) {
  .call {
    position: fixed;
    left: 2.5%;
    bottom: 15%;
    height: auto;
    background: transparent;
    z-index: 1001;
  }
}

.call-button {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 0px;
  position: relative;
  /* background-color: #fd0000; */
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 0 #0066a3;
  -webkit-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

.call-button:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(188, 132, 32, 0);
  }
}

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

@-webkit-keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(188, 132, 32, 0);
  }
}

@-moz-keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(232, 76, 61, 0);
  }
}

@keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(232, 76, 61, 0);
  }
}


/* Whatsapp Button Css */

@media only screen and (min-width: 220px) and (max-width: 767px) {

  .whatsapp {

    position: fixed;
    right: 2%;
    bottom: 5%;
    height: auto;
    background: transparent;
    z-index: 1001;
  }
}

@media only screen and (min-width: 678px) {

  .whatsapp {

    position: fixed;
    right: 2%;
    bottom: 15%;
    height: auto;
    background: transparent;
    z-index: 1001;
  }
}


.whatsapp-button {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 0px;
  position: relative;
  background-color: #23c15e;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 0 #23c15e;
  -webkit-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

.whatsapp-button:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(188, 132, 32, 0);
  }
}

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

@-webkit-keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(188, 132, 32, 0);
  }
}

@-moz-keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(232, 76, 61, 0);
  }
}

@keyframes pulseText {
  to {
    text-shadow: 0 0 100px rgba(232, 76, 61, 0);
  }
}



.small-title-2 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0px;
  font-family: 'Open Sans', sans-serif;
}

@media only screen and (min-width: 767px) {
  .width-150 {
    width: 150px;
    height: 100;
  }
}