.fs-25{
    font-size: 25px;
}
.pt-30{
    padding-top: 30px;
}
.pt-70{
    padding-top: 70px;
}
.pb-30{
    padding-bottom: 30px;
}
.text-red{
    color: #D41819;
}
.text-blue{
    color: #2801d8 !important;
}
.bg-blue{
    background-color: #2801d8;
}
.bg-red{
    background-color: #D41819;
}
.bg-gray{
    background-color: #F2F7FD;
}
.bg-darkblack{
    background-color: #060024;
}
.text-justify{
    text-align: justify;
}
.logowidth{
    width: 120px;
}
.cptniconwidth{
    width: 25px;
}
.iconwidth{
    width: 60px;
}
.srvciconwidth{
    width: 80px;
}
.clockiconwidth{
    width: 40px;
}
.blue-box-shadow{
    box-shadow: rgb(90 54 253) 0px 6px 24px 0px;
}
.purple-box-shadow{
    box-shadow: rgb(6 0 36) 0px 6px 24px 0px;
}
.red-box-shadow{
    box-shadow: rgb(212 24 25) 0px 6px 24px 0px;
}
.b-radius-20{
    border-radius: 20px;
}
.fw-500{
    font-weight: 700;
}
.ctaiconwidth{
    width: 50px;
}
.callbutton {
    position: fixed;
    bottom: 85px;
    z-index: 99;
    left: 30px;
  }
  
  .content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }
  
  .pulse {
    height: 50px;
    width: 50px;
    background-color: #2801d8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .pulse::before {
    content: "";
    position: absolute;
    border: 2px solid #2801d8;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
  }
  
  @keyframes pulse{
    0% {
      transform: scale(0.5);
      opacity: 0;
  }
  50% {
      transform: scale(1);
      opacity: 1;
  }
  100% {
      transform: scale(1.3);
      opacity: 0;
  }
  }
  
  .pulse::after {
    content: "";
    position: absolute;
    border: 2px solid #2801d8;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
  }
  
  .whatsapp {
    position: fixed;
    right: 30px;
    bottom: 85px;
    background: transparent;
    z-index: 1001;
  }
  
  .pulse1 {
    /* background-color: #091e3e; */
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
  }
  
  .whatsapp-button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    position: relative;
    background-color: #24cc63;
    color: #fff;
    /* cursor: pointer; */
    box-shadow: 0 0 0 0 #24cc63;
  }
  
  .pulse1::before {
    content: "";
    position: absolute;
    border: 2px solid #24cc63;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
  }
  
  .pulse1::after {
    content: "";
    position: absolute;
    border: 2px solid #24cc63;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
  }
  .mblappbgnone {
    background: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 20px !important;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
    .logowidth {
        width: 100px;
    }
    .psychology__wrapper {
        margin-bottom: 15px;
    }
    .about-us__content h2 {
        font-size: 28px;
        line-height: 1.4;
        font-weight: 500;
    }
    .mblpttwenty{
        padding-top: 20px;
    }
    .mblpbforty{
        padding-bottom: 40px;
    }
    .clockiconwidth {
        width: 30px;
    }
    .slider-text ul li {
        display: inline-block;
        white-space: nowrap;
        font-weight: 400;
        font-size: 22px;
        line-height: 44px;
        position: relative;
        letter-spacing: -0.779467px;
        color: var(--rr-common-white);
    }
    .mblmtzero{
        margin-top: 0px !important;
    }
    .mblptforty{
        padding-top: 40px !important;
    }
    .mblmbzero{
        margin-bottom: 0px !important;
    }
    .mblmbfive{
        margin-bottom: 5px;
    }
    .mblmtten{
        margin-top: 10px !important;
    }
    .mblmtthirty{
        margin-top: 30px !important;
    }
    .mblmtforty{
        margin-top: 40px !important;
    }
    .mblmtfifty{
        margin-top: 50px !important;
    }
    .clients-testimonial-2__slider__arrow-prev, .clients-testimonial-2__slider__arrow-next {
        width: 40px !important;
        height: 40px !important;
        background-color: rgb(40 1 216) !important; 
        border-radius: 500px !important;
        color: #fff !important;
      }
    .clients-testimonial-2__item-content p {
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 15px !important;
    }
    .clients-testimonial-2__item {
        margin-top: 10px !important;
        padding-top: 50px;
        padding-left: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
    }
    .mblpbzero{
        padding-bottom: 0px !important;
    }
    .footer__cta-item {
        border-radius: 20px;
        overflow: hidden;
        padding: 30px 40px;
        /* padding-right: 70px; */
        gap: 20px;
        position: relative;
        z-index: 99;
    }
    .mblstart{
        display: flex !important;
        justify-content: start !important;
    }
    .footer__widget-title h4 {
        margin-bottom: 10px;
        position: relative;
        z-index: 10;
        font-family: var(--rr-ff-heading);
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 33px;
        text-transform: capitalize;
        color: var(--rr-heading-primary);
    }
    .mblmttwenty{
        margin-top: 20px !important;
    }
    .mblcnter{
        display: flex !important;
        justify-content: center !important;
    }
    .mbltxtcntr{
        text-align: center;
    }
    .footer__bottom {
        padding: 15px 0 !important;
    }
    #scroll-percentage {
        height: 50px;
        width: 50px;
    }
    .mblptzero{
        padding-top: 0px !important;
    }
    .mblmtminusforty{
        margin-top: -40px !important;
    }
    .mblptfifty{
        padding-top: 50px !important;
    }
    .mblpbfifty{
        padding-bottom: 50px !important;
    }
    .pricing-appointment__contact-item__wrap {
        gap: 25px !important;
    }
    .ftrfullmap{
        width: 100%;
    }
}