@font-face {
  font-family: 'roboto';
  src: url('assets/font/roboto-variableFont_wdthwght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: roboto;
  background: #fff;
  color: #000000;
  overflow-x: hidden;
}



html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.top-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.sidebarNavigation
{
  opacity: 0;
  display: none;
}
.bg-decor {
  position: fixed;
  top: 0;
  z-index: 0;
  height: 100vh; 
  width: auto;
  pointer-events: none;
  opacity: 0.5; 
}

.padding{
  padding: 0 140px;
}

.bg-left {
  left: 0;
  max-height: 120vh;
  /* transform: scale(1.5);  */
}


.bg-right {
  right: 0;
  max-height: 120vh;
  transform: scale(1.5); 
}


header {
  padding: 10px 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.header-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left .logo {
  width: 90px;
  height: auto;
}

.nav-links {
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: 500;
}

.nav-links a {
  text-decoration: none;
  color: #333;
 font-size: 16px;
 font-weight: 800;
 text-transform: uppercase;
}



.right {
    display: flex;
    align-items: center;
    gap: 0px;
}

.right a {
    text-decoration: none;
    color:#333;

}

.right a:hover {
    text-decoration: none;
    color:#333;
    
}

.phone {
  font-size: 17px;
    font-weight: 800;
    color: #333;
    font-family: roboto;
    text-transform: uppercase;
}

.videoslide {
  display: flex !important;
  justify-content: space-between !important;
}

.blinking-dot {
  height: 5px;
  width: 5px;
  background-color: #BA2E60;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0px;
  animation: blink 1s infinite;
}

.videocontainer {
    position: relative;
    cursor: pointer;
    width: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    transform: scale(1);
    z-index: 1;
    border: 0px solid #fff;
}

.slick-dots li button:before {
  content: '•';     
  font-size: 20px;
  color: #333;    
}

/* Optional: remove numbers if added somewhere */
.slick-dots li {
  list-style: none;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.connect-link {
  position: relative;
  display: inline-block;
  width: 180px;
  height: auto;
}

.connect-link .hover-img {
  display: none;

  
}

.connect-link:hover .default-img {
  display: none;
}

.connect-link:hover .hover-img {
  display: block;
}

.connect-link img
{
  display: block;
    width: 84%;
    height: auto;
    transition: opacity 0.3s ease;
}



.hero-banner {
  position: relative;
 padding: 0 30px;
}

.hero-bg {
  width: 100%;
  height: auto;
  display: block;
}

.form-overlay {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 2;
  width: 320px;
  max-width: 90%;
}

.hero-form {
  background-color: white;
  padding: 25px;
  border-radius: 25px;
  box-shadow: 1px 33px 51px 2px rgba(0, 0, 0, 0.12)
}

.hero-form label {
  font-weight: 600;
  display: block;
  margin-top: 10px;
}

.hero-form input[type="text"],
.hero-form input[type="tel"],
.hero-form input[type="email"] {
  width: 100%;
  height: 45px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 14px;
  border: 1px solid #cccccc46;
  font-size: 14px;
  background-color:#F6F6F6; 
 box-shadow:  inset 0 3px 5px 0 rgba(0, 0, 0, 0.12);
}

/* Hide native radio */
.custom-radio input[type="radio"] {
  display: none;
}

/* Layout styling */
.custom-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
}


.custom-radio input[type="radio"] {
  display: none;
}


.radio-circle {
  width: 13px;
  height: 13px;
  border: 3px solid #ccc; 
  border-radius: 50%;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.custom-radio input[type="radio"]:checked + .radio-circle {
  border-color: #b60053;
}

.custom-radio input[type="radio"]:checked + .radio-circle::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 50%;
}



.radio-group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  font-weight: normal;
}

.radio-group label {
  font-weight: 400;
  font-size: 14px;
}

.submit-btn {
  margin-top: 15px;
  background: #6a1b9a;
  color: white;
  border: 2px solid #f0c500;
  padding: 10px;
  border-radius: 8px;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
}

.submit-link {
 position: relative;
    display: flex;
    width: 180px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;

    /* position: relative;
    display: flex;
    width: 150px;
    margin: 10px auto 0 auto;
    align-items: center;
    justify-content: center;
    border: 2px solid #e5b82a;
    border-radius: 8px;
    color: #5c3971;
    text-decoration: none;
    font-family: 'roboto';
    font-weight: 800;
    padding: 6px 20px; */

}

/* .submit-link:hover
{
  color: #fff;
  border: 2px solid #e5b82a;
    border-radius: 8px;
    background-color: #5c3971;
} */


.submit-link img {
  display: block;
  width: 80%;
  padding-top: 10px;
  height: auto;
  transition: opacity 0.3s ease;
}

/* Hide hover image by default */
.submit-link .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  left: 50%;
    transform: translateX(-50%);
}

/* Show hover image on hover */
.submit-link:hover .hover-img {
  opacity: 1;
}

.submit-link:hover .default-img {
  opacity: 0;
}


button{
  border: 2px solid #e5b82a;
  color: #5c3971;
  font-size: 18px;
  padding: 8px 35px;
  border-radius: 8px;
  text-transform: uppercase;
  background-color: #fff;
  font-family: roboto;
  font-weight: 700;
  align-items: center;
  cursor: pointer;
}

button:hover {
  background-color: #5c3971;
  color: #fff;
}

.btnnew{
  position: relative;
    display: flex;
    width: 180px;
    margin: 10px auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.vline
{
display: none;
}


.videoslide {
  display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    gap: 20px;
}

.videocontainer,
.videocaption {
  width: 48%;
}

.videocontainer {
  position: relative;
}

.thumb {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.mobilebg{
  display: none;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.videocaption p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.vline2{
  display: none;
}

.floatingButton {
    position: fixed;
    right: -72px;
    z-index: 99999999;
    top: 50%;
    transform: rotate(-90deg);
    float: right;
}

.floatingButton button {
    background-color: #5c3971;
    color: white;
    border: 3px solid #b6b34b;
    padding: 13px 13px;
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 16px;
    width: 190px;
    font-family: roboto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    border-bottom: 0px;
   cursor: pointer;
}

/* Popup Overlay */
.popup-overlay {
 display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 99999999999999999999999;
}

.popup-overlay .form-overlay
{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 320px;
    max-width: 90%;
}





.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

 .form_strip {
  display: none;
}

.form_strip {
 position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0px solid;
    background-color: transparent;
    color: #fff;
    text-align: center;
    z-index: 99999999999999;
}

.form_strip button {
 color: #ffff;
    background-color: #5c3971;
    font-family: roboto;
    font-size: 25px;
    letter-spacing: 1px;
    border: 5px solid #b6b34b;
    width: 100%;
    padding: 15px;
    border-radius: 50px;
}

.footerlogo
{
  display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.footerlogo p
{
  margin-top: 0px;
}



@media (max-width: 768px) {

  .footerlogo
  {
      flex-direction: column;
      gap: 10px;
  }

   .form_strip {
      display: block;
    }
.floatingButton
{
  display: none;
}

  .title span{
    font-size: 28px !important;
  }

  .title h1 {
    font-size: 50px !important;
   
  }
  .videoslide {
  flex-wrap: wrap;
}

  .vline2 {
      display: block;
      width: 60px;
      position: absolute;
      right: 13%;
      top: 15%;
      display:block;
  }

  .vline
  {
      width: 60px;
      position: absolute;
      right: 9%;
      top: 11%;
      display:block
  }

  .form-overlay {
        transform: none;
        margin: 20px auto;
        display: flex;
        justify-content: center;
        z-index: 9999999;
        position: relative;
        left: 0%;
  }

  .top-wrapper {
      z-index: 99999;
  }

  .header-container {
      align-items: center;
  }

  .navMenuBtn {
      cursor: pointer;
      opacity: 1;
      margin-right: 0px;
      display: flex;
      flex-direction: column;
      gap: 5px;
  }


  .bar1,
  .bar2,
  .bar3 {
    width: 25px;
      height: 3px;
      background-color: #000;
      /* margin: 0px 0 4px 0; */
      transition: 0.4s;
      border: 0 solid;

  }

.mobilebg{
  display: block;
}

.mobilebg{
  margin-top: 20px;
          width: 100%;
        height: auto;
}

  .change {
    margin-top: 9px;
  }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 0px);
    transform: rotate(-45deg) translate(-3px, 0px);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-11px, -8px);
    transform: rotate(45deg) translate(-11px, -8px);
  }

  .sidebarNavigation {
    width: 325px;
    height: 100vh;
    max-width: 76%;
    position: fixed;
    right: -536px;
    top: 0;
    z-index: 99999999;
    opacity: 0;
    background-color: #fff;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    will-change: opacity;
    opacity: 1;
    transition: all 0.8s ease-in-out;
     margin-top: 70px;
  }



.sidebarNavigationShow {
    right: 0px;
    transition: all 1s ease-in-out;
    display: block;
   
  }

  .sidebarNavigation ul {
    list-style: none;
    padding: 30px 20px 0px 20px;
  }

  .sidebarNavigation ul li {
    margin: 6% 5% 8% 0%;
    text-align: left;
  }

  .sidebarNavigation ul li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    padding-top: 4px;
  }

  .sidebarNavigation ul li a:hover {
    color: #000;
    transition: all 0.2s ease-in-out;
  }

  .sidebarNavigation ul li.active a {
    color: #000;
  }

  /* .sidebarNavigation ul li {
    margin: 3% 5%;
  } */

  .sidebarNavigation ul li a:not([href]):not([class]){
    color: #ffffff87;
  }

.videocontainer,
  .videocaption {
    width: 100%;
  }

}

  



  




.info-section {
  padding: 100px 0px;
  background: linear-gradient(to right, #fdfdfd, #fcfbf7);
  color: #333;
}

.info-section .container {
  max-width: 1100px;
  margin: 0 auto 60px;
}

.info-section h2 {
  font-size: 40px;
  font-weight: 700;
}

.info-section .underline {
  height: 1px;
  background: #000;
  width: 100%;
  margin-bottom: 20px;
}

.info-section .description {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}




.benefits-section {
  background-color: #BA2E60;
  padding: 30px 20px 0px;
  position: relative;
  z-index: 9999999;
  text-align: center;
}

.benefits-header h2 {
  color: white;
  font-size: 40px;

  font-weight: 700;
}

.benefit-cards-wrapper {
  position: relative;
  top: 50px; 
  z-index: 2;
}

.benefit-cards {
  display: flex;
  justify-content: center;
  gap: 130px;
  flex-wrap: wrap;
}

.benefit-card {
  background-color: #fff;
  padding: 30px 25px;
  border-radius: 25px;
  box-shadow: 0 25px 30px rgba(0, 0, 0, 0.08);
  width: 432px;
  text-align: left;
}

.benefit-card h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  text-align: center;
}

.benefit-card ul {
  list-style: none;
  padding: 0;
}

.benefit-card li {
  font-size: 20px;
    font-weight: 400;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  color: #333;
}

.benefit-card .dot {
  width: 8px;
  height: 8px;
  background: #BA2E60;
  border-radius: 50%;
  margin-right: 10px;
  margin-top:8px;
}


.how-it-works-section {
  position: relative;
  overflow: hidden;
  padding: 80px 20px 100px;
}

.how-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.how-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
    z-index: 999999;
}

.how-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
}

.how-subtitle {
  font-size: 25px;
  font-weight: 600;
  color: #666;
  margin-bottom: 40px;
  display: inline-block;
  padding-bottom: 5px;
}

.how-container p.underline {
  height: 1px;
  background: #000;
  width: 100%;
  margin-bottom: 20px;
}

.how-image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.referrer-section {
  padding: 40px 20px 20px;
  position: relative;
  z-index: 999999;
  max-width: 1200px;
    margin: auto;
}

.how-image-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right; 
}

.step:nth-child(2)::before {
  z-index: 0;
}

.step-percentage::after {
  display: none;
}

.how-image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}

.btn{
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 5%;
}

  .button-link {
      display: inline-block;
      width: 251px; 
      height: 50px;  
      background-image: url('assets/enquirenow.png'); 
      background-size: cover;
      background-repeat: no-repeat;
      transition: background-image 0.3s ease;
    }

    .button-link:hover {
      background-image: url('assets/enquirenowcolor.png'); 
    }

    .testimonials-container {
      max-width: 1140px;
      margin: 100px auto;
    }

    .testimonials-heading {
      font-size: 40px;
      font-weight: 700;
      color: #333;
      margin-bottom: 6px;
    }

    .line {
      height: 1px;
      background-color: #888;
      width: 100%;
      margin-bottom: 8px;
    }

    .testimonials-subheading {
      font-size: 25px;
      font-weight: 600;
      color: #333;
      margin-bottom: 30px;
    }

    .testimonial-card {
      background: #fff;
      border-radius: 20px;
      padding: 40px;
      box-shadow: 0 25px 50px rgb(0 0 0 / 15%);
      min-height: 400px;
      position:relative;
      z-index:999999999;
    }

      .logo-section {
      text-align: center;
      padding: 40px 20px 10px;
    }

    .logo-section img {
      max-width: 120px;
      height: auto;
    }

    .divider {
      margin: 20px auto 0;
      width: 100%;
      max-width: 1200px;
      height: 1px;
      background-color: #444;
    }

    .headermob {
      display: none;
    }

  

    .dHide {
      display: none;
    }

   .logo-section p {
      font-size: 20px;
      color: #666;
      margin-top: 10px;
    }

    .hero-bg{
      display: block;
    }

    .hero-bgm{
      display: none;
    }
    
.referee-section {
  position: relative;
  max-width: 1200px;
  margin: auto;
 
}

.title h1 {
  font-size: 60px;
  color: #113840;
  margin-bottom: 0px;
  line-height: 30px;
}
.title span {
  font-weight: 400;
  color: #4d8693;
  font-size: 32px;
}

.step-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
  margin-top: 40px;
  z-index: 1;
}

.step {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgb(255, 255, 255);
  padding: 20px 25px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  border: 2px solid #BA2E60;
  max-width: 358px;
  position: relative;
  z-index: 2;
}

.step::before {
  content: "";
    position: absolute;
    left: -77%;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    height: 2px;
    background: #BA2E60;
    z-index: 0;
}

.step::after {
  content: "";
  position: absolute;
  left: -77%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #BA2E60;
  border-radius: 50%;
  z-index: 1; /* Above the line */
}

.step:nth-child(2)::after{
  display: none;
}

.step:nth-child(3)::after{
  display: none;
}

.referrer-section::after{
   content: "";
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    height: 2px;
    background: #BA2E60;
    z-index: 0;
      transform: rotate3d(1, 1, 3, 155deg);
    left: 30%;
    width: 532px;
    z-index: 0;
}

.referee-section::after{
   content: "";
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    height: 2px;
    background: #BA2E60;
    z-index: 0;
      transform: rotate3d(1, 1, 3, 155deg);
    left: 30%;
    width: 500px;
    z-index: 0;
}



.step-scanner::before {
    transform: rotate3d(1, 1, 3, 155deg);
    left: -45%;
    width: 121%;
    z-index: 0;
    display: none;

}

.step-percentage::before {
  display: none;
}

.step-scanner{
  margin-bottom: 7%;
  margin-left: 47%;
}

.step-mail {
  margin-bottom: 20%;
  
}

.step-percentage{
  margin-left:30%;
}


.icon img {
  width: 80px;
  height: 80px;
}

.icon{
  position: absolute;
  left: -25px;
}

.text-box {
  font-size: 18px;
  line-height: 1.4;
  padding-left: 50px;
  z-index: 0;
}

.background-img {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 100%;
  max-width: 40%;
  z-index: -1;
  opacity: 0.1;
}

.sameline{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-section img{
display: flex;
}

@media screen and (max-width: 768px) {

  
.step-container{
  width: 100%;

}

.referee-section{
  display: flex;
  flex-direction: column;
}

.step{
   display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 25px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  border: 2px solid #BA2E60;
}

.step-scanner {
    margin-bottom: 21%;
    margin-left: 0%;
}

.step-percentage {
    margin-left: 0%;
}

.text-box {
     padding-left: 0px;
     padding-top:20px
}

.icon {
    position: absolute;
    left: 112px;
    top: -47px;
}

.referee-section::after {
  content: "";
  left: 15%;
  width: 488px;
  transform: rotate3d(1, 1, 3, 96deg);
  display: none;
}

.referrer-section::after {
  content: "";
  left: 25%;
  width: 448px;
  transform: rotate3d(1, 1, 3, 96deg);
  display: none;
}

.step::before {
  display: none;
}

.icon img {
    width: 70px;
    height: 70px;
}

.sameline{
  display: flex;
  flex-direction: column;
}

.hero-bg {
    display: none;
  }

    .hero-bgm{
      display: block;
      width: 100%;
      height: auto;
      margin: 35px auto;
    }

  .benefit-cards {
    flex-direction: column;
    align-items: center;
  }

  .benefit-card {
    width: 90%;
  }

  /* .top-wrapper{
    display: none;
  } */

  .mHide{
    display: none;
  }

  
      .header img.logo {
        height: 60px;
      }

      .headermob{
        display: block;
      }

      .padding{
        padding: 0 35px;
      }

      .benefit-cards{
        gap:35px;
      }

        .headermob{
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }


       .headermob img.logo {
      height: 40px;
    }

    .menu-icon {
      font-size: 28px;
      cursor: pointer;
    }

    .text{
      margin-left: 0px;
    }

    .logo-section img {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0px auto;
}

.title h1{
  display: ruby;

}

.title{
  margin-bottom: 20px;
  width: 100%;
}

.title::after {
  content: "";
  position: absolute;
  display: block;
  width: 74px;
  height: 2px;
  background-color: #BA2E60;
  margin-top: 10px;
  left: 69%;
  top:52px;
  display: none;
}

  .title::before {
  content: "";
  position: absolute;
  display: block;
  width: 74px;
  height: 2px;
  height: 10px;
  width: 10px;
  background-color: #BA2E60;
  margin-top: 10px;
  left: 69%;
  top:52px;
  display: none;
  
}

.submit-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  width: fit-content;
}
.submit-link img {
  display: block;
  width: 80%;
  height: auto;
  transition: opacity 0.3s ease;
}

}

@media screen and (max-width: 375px){

    .title::after {
        content: "";
        position: absolute;
        display: block;
        width: 49px;
        height: 2px;
        background-color: #BA2E60;
        margin-top: 10px;
        left: 75%;
        top: 65px;

}

    .referee-section::after {
        content: "";
        left: 5%;
        width: 469px;
        transform: rotate3d(1, 1, 3, 96deg);
    }

        .title::before {
        content: "";
        position: absolute;
        display: block;
        width: 74px;
        height: 2px;
        height: 10px;
        border-radius: 50%;
        width: 10px;
        background-color: #BA2E60;
        margin-top: 10px;
        left: 73%;
        top: 60px;
    }

    .referrer-section::after {
        content: "";
        left: 14%;
        width: 449px;
        transform: rotate3d(1, 1, 3, 96deg);
        display: none;
    }

}

@media screen and (max-width: 375px){
   .title::after {
        content: "";
        position: absolute;
        display: block;
        width: 49px;
        height: 2px;
        background-color: #BA2E60;
        margin-top: 10px;
        left: 75%;
        top: 65px;
        display: none;

}

    .referee-section::after {
        content: "";
        left: 13%;
        width: 481px;
        transform: rotate3d(1, 1, 3, 96deg);
        display: none;
    }

        .title::before {
        content: "";
        position: absolute;
        display: block;
        width: 74px;
        height: 2px;
        height: 10px;
        border-radius: 50%;
        width: 10px;
        background-color: #BA2E60;
        margin-top: 10px;
        left: 73%;
        top: 60px;
        display: none;

    }

    .referrer-section::after {
        content: "";
        left: 14%;
        width: 449px;
        transform: rotate3d(1, 1, 3, 96deg);
        display: none;
    }
}

.slick-dots{
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1.5rem 0 0 0;
  list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
  }
  
 .slick-dots button {
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #96cbdc;
    border: 1px solid #006788;
    text-indent: 9999px;
    cursor: pointer;
  }
  
 .slick-dots li button {
    display: block !important;
  }
  
 .slick-dots li.slick-active button {
    background-color: #BA2E60;
    border: 1px solid #711938;
  }

  .fancybox-container {
    z-index: 9999299999999!important;
  }

  .ConnectNow
  {
    cursor:pointer
  }

 

  @media screen and (max-width: 1600px){

    .referee-section::after {
        left: 40%;
        width: 550px;
    }

    .referrer-section::after {
        left: 40%;
        width: 600px;
    }

}

@media screen and (max-width: 1440px){

    .referee-section::after {
        left: 35%;
        width: 550px;
    }

    .referrer-section::after {
        left: 35%;
        width: 550px;
    }
}

@media screen and (max-width: 1366px){

    .referee-section::after {
        left: 30%;
        width: 550px;
    }

    .referrer-section::after {
        left: 30%;
        width: 550px;
    }

}