body {
    font-family: "Outfit-Regular", sans-serif !important;
  }
  
  * {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
  }
  
  /*  Basic Css  */
  
  ul,
  ol {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  a,
  a:hover,
  a:focus {
    text-decoration: none;
  }
  
  /********************Padding Top*****************/
  .padding-top-5 {
    padding-top: 5px;
  }
  
  .padding-top-10 {
    padding-top: 10px;
  }
  
  .padding-top-15 {
    padding-top: 15px;
  }
  
  .padding-top-20 {
    padding-top: 20px;
  }
  
  .padding-top-25 {
    padding-top: 25px;
  }
  
  .padding-top-30 {
    padding-top: 30px;
  }
  
  .padding-top-35 {
    padding-top: 35px;
  }
  
  .padding-top-40 {
    padding-top: 40px;
  }
  
  /********************Padding Bottom*****************/
  .padding-bottom-5 {
    padding-bottom: 5px;
  }
  
  .padding-bottom-10 {
    padding-bottom: 10px;
  }
  
  .padding-bottom-15 {
    padding-bottom: 15px;
  }
  
  .padding-bottom-20 {
    padding-bottom: 20px;
  }
  
  .padding-bottom-25 {
    padding-bottom: 25px;
  }
  
  .padding-bottom-30 {
    padding-bottom: 30px;
  }
  
  .padding-bottom-35 {
    padding-bottom: 35px;
  }
  
  .padding-bottom-40 {
    padding-bottom: 40px;
  }
  
  /* #Progress with back to top
  ================================================== */
  :root {
    --red: #da2c4d;
    --yellow: #f8ab37;
    --green: #2ecc71;
    --white: #ffffff;
    --grey-light: #f2f7f9;
    --grey: #ecedf3;
    --black: #080808;
    --black-blue: #1f2029;
    --black-blue-light: #353746;
    --black-blue-light-2: #404255;
    --black-blue-light-3: #4b4d64;
    --black-light: #424455;
  }
  
  .progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px #ea1e63;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    bottom: 86px;
    background: #fff;
  }
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .progress-wrap::after {
    position: absolute;
    content: "\f004";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #ea1e63;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    animation: heartbeat 1s infinite;
  }
  
  .progress-wrap:hover::after {
    opacity: 1;
  }
  
  .progress-wrap:hover::before {
    opacity: 1;
  }
  
  .progress-wrap svg path {
    fill: none;
  }
  
  .progress-wrap svg.progress-circle path {
    stroke: var(--grey);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  @keyframes heartbeat {
    0% {
      transform: scale(0.75);
    }
  
    20% {
      transform: scale(1);
    }
  
    40% {
      transform: scale(0.75);
    }
  
    60% {
      transform: scale(1);
    }
  
    80% {
      transform: scale(0.75);
    }
  
    100% {
      transform: scale(0.75);
    }
  }
  
  /* #Progress with back to top */
  
  .margin-top-2 {
    margin-top: 2px;
  }
  
  .margin-top-3 {
    margin-top: 3px;
  }
  
  .margin-top-4 {
    margin-top: 4px;
  }
  
  .margin-top-5 {
    margin-top: 5px;
  }
  
  .margin-top-10 {
    margin-top: 10px;
  }
  
  .margin-top-15 {
    margin-top: 15px;
  }
  
  .margin-top-20 {
    margin-top: 20px;
  }
  
  .margin-top-25 {
    margin-top: 25px;
  }
  
  .margin-top-30 {
    margin-top: 30px;
  }
  
  .margin-top-35 {
    margin-top: 35px;
  }
  
  .margin-top-40 {
    margin-top: 40px;
  }
  
  .margin-top-50 {
    margin-top: 50px;
  }
  
  .margin-top-60 {
    margin-top: 60px;
  }
  
  .margin-top-70 {
    margin-top: 70px;
  }
  
  .margin-top-80 {
    margin-top: 80px;
  }
  
  .margin-top-90 {
    margin-top: 90px;
  }
  
  .margin-top-100 {
    margin-top: 100px;
  }
  
  .margin-bottom-5 {
    margin-bottom: 5px;
  }
  
  .margin-bottom-10 {
    margin-bottom: 10px;
  }
  
  .margin-bottom-15 {
    margin-bottom: 15px;
  }
  
  .margin-bottom-20 {
    margin-bottom: 20px;
  }
  
  .margin-bottom-25 {
    margin-bottom: 25px;
  }
  
  .margin-bottom-30 {
    margin-bottom: 30px;
  }
  
  .margin-bottom-35 {
    margin-bottom: 35px;
  }
  
  .margin-bottom-40 {
    margin-bottom: 40px;
  }
  
  ::selection {
    background-color: #ea1e63;
    color: rgb(255, 255, 255);
  }
  
  /*  Basic Css Ends  */
  
  /*  Font Family  */
  
  /**** Start webkit scrollbar ******/
  div::-webkit-scrollbar {
    width: 6px;
  }
  
  div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba #313131;
    border-radius: 12px;
  }
  
  ::-webkit-scrollbar {
    width: 4px;
  }
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #000;
    border-radius: 0px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #ea1e63;
    border-radius: 0px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #313131;
  }
  
  /**** END webkit scrollbar ******/
  @font-face {
    font-family: "Philosopher-Bold";
    src: url("../css/font/Philosopher-Bold.ttf");
  }
  
  @font-face {
    font-family: "Outfit-Light";
    src: url("../css/font/Outfit-Light.ttf");
  }
  
  @font-face {
    font-family: "Outfit-Regular";
    src: url("../css/font/Outfit-Regular.ttf");
  }
  
  @font-face {
    font-family: "Outfit-SemiBold";
    src: url("../css/font/Outfit-SemiBold.ttf");
  }
  
  @font-face {
    font-family: "Outfit-Medium";
    src: url("../css/font/Outfit-Medium.ttf");
  }
  /*  Font Family Ends  */
  
  
/*  Font Family Ends  */

/* ----footer start-- */
.footer-title {
  margin-bottom: 25px;
}
.footer-bg {
  background: white !important;
  padding-top: 35px;
}
.social-icon-footer p {
  font-size: 14.18px;
  color: #afa6a6;
  margin: 0 0 18px;
  display: inline-block;
}
.logo-footer img {
  width: 163px;
  height: 55px;
  object-fit: contain;
}
.p-70 {
  padding-left: 70px;
}
.about-us p {
  color: #474747;
  font-size: 14px;
  font-family: "Outfit-Regular";
  line-height: 26px;
}
.footer-title p {
  color: #1e1e1e;
  font-size: 19px;
  font-family: "Philosopher-Bold";
}
.footer-title p span {
  color: #1e1e1e;
  font-size: 19px;
  font-family: "Outfit-SemiBold";
}
.cms-ul li a {
  color: #474747;
  font-size: 14px;
  font-family: "Outfit-Regular";
  text-decoration: none;
}
.cms-ul li {
  margin-bottom: 15px;
}
.social-icon-footer {
  margin-top: 25px;
}
.social-icon-footer p i {
  font-size: 19px;
  color: #1e1e1e;
}
.social-icon-footer p {
  margin-right: 20px;
}
.copy-rights {
  width: 100%;
  background-color: #1e1e1e;
  margin-top: 30px;
  padding: 9px 0px;
}
.copy-rights h6 {
  color: #ffffff;
  opacity: 0.57;
  font-family: "Outfit-Regular";
  font-size: 13px;
}


.fixd_download-sets{
  background: #d71965;
  padding: 8px 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixd_download-sets .h4{
  margin: 0px;
  color: #fff;
  font-size: 16px;
  font-family: 'Outfit-Medium';
}
.fixd_download-sets .app-imgstc{
    width: 60px;
    height: 50px;
    padding-left: 5px;
}


.sticky_wh_phons{
  position: fixed;
  z-index: 9999;
  bottom: 86px;
  left: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sticky_wh_phons .box_iconsasjf{
  background-color: #FFF;
  border: transparent;
  border-radius: 6px;
  color: #e71b5e;
  box-shadow: inset 0px 1px 3px rgb(255 255 255 / 40%), inset 1px -1px 2px 0px rgb(4 4 4 / 38%);
  outline: none;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}
.sticky_wh_phons .box_iconsasjf.green{
  color: #25D366;
}

@media only screen and (max-device-width: 480px) {
    .sticky_wh_phons{
    left: 18px;
  }
}