.pt-50{
    padding-top: 50px;
}
.pt-70{
    padding-top: 70px;
}
.pt-80{
    padding-top: 80px;
}
.pt-90{
    padding-top: 90px;
}
.pt-100{
    padding-top: 100px;
}
.pb-70{
    padding-bottom: 70px;
}
.pb-80{
    padding-bottom: 80px;
}
.pb-90{
    padding-bottom: 90px;
}
.pl-0{
    padding-left: 0px !important;
}
.fs-18{
    font-size: 18px;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
}
.fs-18{
    font-size: 18px;
}
.text-darkblue{
    color: #375E9F;
}
.text-lightblue{
    color: #47AAD5;
}
.text-justify{
    text-align: justify;
}
.bg-gradient{
    background: rgb(55,94,159) !important;
    background: linear-gradient(90deg, rgba(55,94,159,1) 0%, rgba(70,167,214,1) 35%) !important;
}
.bg-darkblue{
    background-color: #375E9F;
}
.bg-lightblue{
    background-color: #47AAD5;
}
.hvrclass a:hover {
    color: #47AAD5 !important;
}
.ftrhvrclass a:hover {
    color: #3cc4ff !important;
}
.iconwidth{
    width: 25px;
}
.ftrlogowidth{
    width: 150px;
}
.responsive-map2 {
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    height: 0;
}
.responsive-map2 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.copycolor{
    color: #fff370;
}
.box-shadow{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.blue-box-shadow{
    box-shadow: rgb(7 64 152) 0px 5px 15px !important;
}
.ctamtbclass{
    margin-top: 70px;
    margin-bottom: 70px;
}

.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: #26b8ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .pulse::before {
    content: "";
    position: absolute;
    border: 2px solid #26b8ff;
    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 #26b8ff;
    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;
  }
  .fs-25{
    font-size: 25px;
  }

  @media only screen and (min-width: 280px) and (max-width: 767px) {
    .mblnoneclass{
        display: none !important;
    }
    .mbltopptb{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .mblptfifty{
        padding-top: 50px;
    }
    .mblptforty{
        padding-top: 40px;
    }
    .process-style01 .process-image {
        margin-bottom: 40px;
    }
    .mbltxtcntr{
        text-align: center;
    }
    .mblpbforty{
        padding-bottom: 40px;
    }
    .mblpbfifty{
        padding-bottom: 50px;
    }
    .mblmbten{
        margin-bottom: 10px;
    }
    .mblmbtwenty{
        margin-bottom: 20px;
    }
    .mblmtstart{
        margin-top: 1rem;
    }
    .footer-style-01 .top-inner .logos {
        padding: 15px 5px 15px 5px !important;
    }
    .mblpbtwenty{
        padding-bottom: 20px;
    }
  }