/* Call Button Css */
.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: #c5a061;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 0 #c5a061;
  -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 */
.whatsapp{

    position: fixed;
    right: 2.5%;
    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);}}

.text-justify{
    text-align: justify !important;
}
.color-primary{
color:#c5a061 !important;
}
