.set{
    margin-left: 12px;
    margin-right: -18px;
}
.pb-87{
    padding-bottom: 87px;
}
.w-146{
    width: 146px!important;
}
.m-82{
    margin-left: 82px;
}
.special{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 54px;
    background-color: var(--agrion-base);
    border-radius: 50%;
    font-size: 16px;
    color: var(--agrion-white);
    top: 4px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.pl{
  padding-left: 411px;

}
@media(max-width:767px){
    .pl{
            padding-left: 0px!important;
    }
}









@media (min-width: 768px) {
  .call {
    width: 50px;
    height: 50px;
    background-color: #068616;
    border-radius: 50%;
    position: fixed;
    left: 10%;
    bottom: 25%;
    transform: translate(-50%, -50%);
    z-index: 999999;
  }
  .whats-app-btn {
    width: 50px;
    height: 50px;
    background-color: #068616;
    border-radius: 50%;
    position: fixed;
    left: 10%;
    bottom: 10%;
    transform: translate(-50%, -50%);
    z-index: 999999;
  }
}
@media (max-width: 768px) {
  .call {
    width: 50px;
    height: 50px;
    background-color: #068616;
    border-radius: 50%;
    position: fixed;
    left: 15%;
    bottom: 25%;
    transform: translate(-50%, -50%);
    z-index: 999999;
  }
  .whats-app-btn {
    width: 50px;
    height: 50px;
    background-color: #068616;
    border-radius: 50%;
    position: fixed;
    left: 15%;
    bottom: 10%;
    transform: translate(-50%, -50%);
    z-index: 999999;
  }
}
.call:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #068616;
  border-radius: 50%;
  animation: animate 2s linear infinite;
}
.call:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #068616;
  border-radius: 50%;
  animation: animate 2s 1s linear infinite;
}
.whats-app-btn:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #ffffff;
  border-radius: 50%;
  animation: animate 2s linear infinite;
}
.whats-app-btn:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #068616;
  border-radius: 50%;
  animation: animate 2s 1s linear infinite;
}
@keyframes animate {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.call .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 35px;
  color: #fff;
  max-width: 40px;
  transform: translate(-50%, -50%);
}
.call .fa:before {
  animation: call 2s linear infinite;
}
@keyframes call {
  50% {
    transform: rotate(50deg) scale(1);
  }
  100% {
    transform: rotate(100deg) scale(1);
  }
}
a.enquiry_btn {
  background: #000000;
  color: #fff;
  font-weight: 500;
  margin-top: 20px;
  padding: 12px;
}
select.form-control.fjhfss.ccompetition {
  box-shadow: 1px 1px 5px 0px #e8e8e8;
}
textarea.form-control.dfasd {
  box-shadow: 1px 1px 5px 0px #e8e8e8;
}
p.inquiry-bbtnskj {
  margin-top: 14px;
}

.whatsapp {
  position: fixed;
  left: 22px;
  bottom: 20px;
  /* bottom: 100px;
    left: 22px; */
  z-index: 99;
}

.whatsapp:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #ffffff;
  border-radius: 50%;
  animation: animate 2s linear infinite;
}

.whatsapp:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #00e676;
  border-radius: 50%;
  animation: animate 2s 1s linear infinite;
}






.w-60{
    width: 86%;
}

.end{
    text-align: end;
}


@media(max-width:767px){
    .end{
    text-align: center!important;
    margin-top: -125px;
    margin-left: 64px;
}
    .w-60{
    width: 50%;
}
}