@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

 .fakeimg {
    height: 200px;
    background: #aaa;
  }
  .nav-link{
    color: #0a1e5c;
  }

 .jumbotron1{
    background: #0a1e5c;
    padding: 1rem 2rem;
 }
 .bg-img img{width: 100%;}
  section{position: relative;}
  .container-fluid{width: 100%; margin: 0px; padding: 0px 50px;}
  .services-container .green-circle-btn {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    background-color: #AAFF9C;
    transform: translate(-55%, -17%);
    border: none;
}
.services-container .services-circles-btn {
    width: 77%;
    height: 10px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #C5C5C5;}

    .services-container .red-circle-btn {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    background-color: #FF7E7E;
    border: none;
    left: 32.5%;
    top: -40%;
}
.services-container .blue-circle-btn {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    background-color: #97AEFF;
    border: none;
    left: 64.5%;
    top: -40%;
}
.services-container .yellow-circle-btn {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    background-color: #FFC978;
    border: none;
    left: 98.5%;
    top: -40%;}

    .services-container h2 {
    color: #2A2B33;
    font-size: 40px;
    font-weight: 400;
    font-family: "Poppins";}
    .services-container p {
    color: #3D5469;
    font-size: 16px;
    font-weight: 400;font-family: "Poppins";}
    .services-container .provider-details p {
    color: #8A8A8A;}
    .services-container h4 {
    color: #000000;
    font-size: 24px;
    font-weight: 400;font-family: "Poppins";
}
.landing-join-btn {
    background: #0A1E5C;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 10px;
    padding: 8px 30px;font-family: "Poppins";
}
.text-end {
    text-align: right!important;}
    .card-body h6 {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 400;
    color: #273440;}
    .card-body span {
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 400;
    color: #7A7A7A;}
 /* @media (min-width: 576px)
.jumbotron1 {
    padding: 4rem 0rem !important;} */

    /* Tanisha code */

    .navbar{
      padding: 8px 30px;
    }
    .navbar-nav{
      padding: 8px;
    }
    .navbar .navbar-nav .nav-item .nav-link{
      padding-left: 1.5rem;
      font-family: "Poppins";
      font-weight: 500;
    }
    .textContent h1{
      font-family: "Poppins";
    }

    .textContent h4{
      font-family: "Poppins";
    }


/* INDEX PAGE RESPONSIVE */
.bg-img{
  position: relative;
}
.bg-img img{
  height: 400px;
}
.textContent{ 
  position: absolute;
  text-align: center;
  top: 22%;
  left: 12%;
}
#carding{
  padding: 14px 10px 5px 10px;
}


.small-green-circle-btn{
  display: none;
}

@media only screen and (max-width: 430px){
  .textContent h1{
    font-size: 30px;
  }
  .textContent h4{
    font-size: 20px;
  }
}
@media only screen and (max-width: 350px){
  .textContent h1{
    font-size: 25px;
  }
  .textContent h4{
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px){
  .card-body h6{
    margin-bottom: 0px;
  }
  #carding{
    padding: 14px 5px 5px 5px;
  }
}

@media only screen and (max-width: 767px){
  .card{
    margin-bottom: 20px;
  }
  .card-body h6{
    font-size: 24px;
  }
  .card-body span{
    font-size: 20px;
  }
  #carding{
    padding: 14px 10px 14px 10px;
  }
  .services-container h4{
    font-size: 20px;
  }
  .navbar .navbar-nav .nav-item .nav-link{
    padding-left: 0px;
}
}

@media only screen and (max-width: 576px){
  .bg-img img{
    height: 324px;
  }
  #containing{
    padding: 0px 10px;
  }
  .services-container h4{
    font-size: 14px;
  }
  .small-green-circle-btn{
    display: block;
  }
  .small-green-circle-btn{
    width: 8px;
    height: 8px;
    transform: translate(-71%, 1%);
  }
}
