.t-justify{
  text-align: justify !important;
}

.nexus{
    color: #046EE4  !important;
}
.modal-img{
    width: 80% !important;
    position: relative !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

/* 
@media only screen  and (min-width: 220px)  and (max-width: 767px){
    .call{ 
      position: fixed;
      left: 4%;
      bottom: 6%;
      height: auto;
      background: transparent;
      z-index: 1001;
    }
  }
  @media only screen  and (min-width: 768px)  {
    .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: #ed1b24;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 0 #ed1b24;
  -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);}}


@media only screen  and (min-width: 220px)  and (max-width: 767px){
.whatsapp{ 
  position: fixed;
  right: 4%;
  bottom: 6%;
  height: auto;
  background: transparent;
  z-index: 1001;
}
}
@media only screen  and (min-width: 768px)  {
  .whatsapp{ 
    position: fixed;
    right: 20px;
    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);}} */
