.fafdfads{
  margin-top: 166px;
  font-size: 30px;
}
.loader{
  transform: unset !important;
}


#submit{
  border-radius: 20px;
}

.p-padd{
  font-size: 16px;
    line-height: 28px;
}
.testimonial-con .testimonial_wrapper{
  width: 100%;
}

.ev-head{
  font-size: 32px;
}
.footer-img{
  background-image: url('../images/evmiles/Footer.png');
}
.for-p-none{
  padding-left: 5px !important;
}
.dfdfdf{
  font-size: 23px;
  font-weight: 500;
}
.py-511 :where(#pills-home-tab,#pills-profile-tab)
{
  color: #ffffff;
}
.py-511 :where(.nav-pills .nav-link)
{
  color: #000000;
  font-size: 20px;
  padding: 10px !important;
    border: 0 !important;
    background: #F0F0F0 !important;
    border-radius: .25rem;
   
}
.py-511 :where(.nav-pills .nav-link.active){
  background-color: #00A651 !important;
  padding: 10px !important;
  border: none !important;
  font-weight: 700;
}


.responsive .slide {
    height: auto;
  }
  
    @keyframes blink {
   0% {
     opacity: 1;
   }
   50% {
     opacity: 0;
   }
   100% {
     opacity: 1;
   }
  }
  
  .dot {
   font-size: 24px;
   animation: blink 1s infinite;
  }
  
  .dot:nth-child(1) {
   animation-delay: 0s;
  }
  
  .dot:nth-child(2) {
   animation-delay: 0.3s;
  }
  
  .dot:nth-child(3) {
   animation-delay: 0.6s;
  }
  @media (max-width:426px) {
   .loader {
  position: absolute;
  top: 50%;
  left: 59%;
  /* transform: translate(-50%, -50%); */
  transform-origin: center;
  transition: opacity .2s, transform .2s;
  }
  }



  .carousel-control-prev {
    left: -18px;
}
  /*--------------------------------------------------------------
21.0 whatsapp icon
--------------------------------------------------------------*/
  .float-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 31px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }

  .my-float-whatsapp {
    margin-top: 16px;
  }

  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    color: #fff;
    /* background-color: #007bff; */
    border: 5px solid black;
    padding: 0px;
  }

  #floating-button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    position: fixed;
    bottom: 30px;
    right: 33px;
    cursor: pointer;
    box-shadow: 0px 2px 5px #666;
  }

  .plus {
    color: #dc4a4f;
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 55px;
    font-size: 38px;
    font-family: "Roboto";
    font-weight: 300;
    animation: plus-out 0.3s;
    transition: all 0.3s;
  }

  #container-floating {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 30px;
    right: 30px;
    z-index: 50px;
    z-index: 100;
  }
  .fs-51{
    font-size: 20px;
    line-height: 42px;

  }
  .aboutpage-con .about_content h2{
    margin-bottom: 3px;
  }

  #container-floating.is-opened .plus {
    animation: plus-in 0.15s linear;
    animation-fill-mode: forwards;
  }

  /* .close {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 65px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: close-out 0.3s;
} */
  #container-floating.is-opened .close {
    animation: close-in 0.2s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
  }

  @keyframes close-in {
    from {
      opacity: 0;
      transform: rotateZ(-70deg);
    }

    to {
      opacity: 1;
      transform: rotateZ(0deg);
    }
  }

  @keyframes close-out {
    from {
      opacity: 1;
      transform: rotateZ(0deg);
    }

    to {
      opacity: 0;
      transform: rotateZ(-70deg);
    }
  }

  @keyframes plus-in {
    from {
      opacity: 1;
      transform: rotateZ(0deg);
    }

    to {
      opacity: 0;
      transform: rotateZ(180deg);
    }
  }

  @keyframes plus-out {
    from {
      opacity: 0;
      transform: rotateZ(180deg);
    }

    to {
      opacity: 1;
      transform: rotateZ(0deg);
    }
  }

  .nds {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: fixed;
    z-index: 300;
    transform: scale(0);
    transition: width 0.25s;
    cursor: pointer;
  }

  .nd1 {
    background: #d3a411;
    right: 40px;
    bottom: 100px;
    animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
    animation-fill-mode: forwards;
  }

  .nd2 {
    background: #3c80f6;
    right: 40px;
    bottom: 150px;
    animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
    animation-fill-mode: forwards;
  }

  .nd3 {
    background: #ba68c8;
    right: 40px;
    bottom: 200px;
    animation-delay: 0.1s;
    animation: bounce-out-nds 0.1s linear;
    animation-fill-mode: forwards;
  }

  .nd4 {
    background: #d3a411;
    right: 40px;
    bottom: 250px;
    animation-delay: 0.08s;
    animation: bounce-out-nds 0.1s linear;
    animation-fill-mode: forwards;
  }

  @keyframes bounce-nds {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  @keyframes bounce-out-nds {
    from {
      opacity: 1;
      transform: scale(1);
    }

    to {
      opacity: 0;
      transform: scale(0);
    }
  }

  #container-floating.is-opened .nds {
    animation: bounce-nds 0.1s linear;
    animation-fill-mode: forwards;
  }

  #container-floating.is-opened .nd2 {
    animation-delay: 0.08s;
  }

  #container-floating.is-opened .nd3 {
    animation-delay: 0.15s;
  }

  #container-floating.is-opened .nd4 {
    animation-delay: 0.2s;
  }

  .reminder {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    line-height: 40px;
  }