

body{
    background-color: #F4F9FF;
    height: 100vh;
    background-image: url('../new-home-bg-2.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 25%;
    overflow: hidden;
}
nav{
    background-color: #fff;
}
.nav-link{
    color: #455A80 !important;
    font-weight: 500 !important;
}

.waves-effect{
    font-weight: 700 !important;

}

.image-div{
    background-image: url('../new-home-bg-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    min-height: 72vh;
    max-height: 75vh;
}

.welcome-text{
    color: #455A80;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.text-div{
    padding: 4rem;
}

.stat-div, .divider, .logo-div{

    padding: 0 2rem;

}

.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    font-size: 1rem;
    margin-top: 0.5rem;
}

hr {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #C8DFFE;
    
  }

  .navbar-toggler{
      border: none !important;
  }
  .navbar-toggler:focus{
      outline: none;
  }

  .bot-btn-div{
      margin-left: 10px;
      display: inline;
  }

  .bot-social-logo{
    margin-left: 8px;
    height: 40px;
    width: auto;
    
  }

  .bottom-logo-img{
      height: 2.5rem;
  }


/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 

    .bot-btn-div{
        margin-left: 0;
        margin-top: 1rem;
        display: block;
    }
  

    .image-div{
        margin-top: 0.5rem;
        min-height: 22vh;
        max-height: 30vh;
    }
    .welcome-text{
        font-size: 0.7rem;
    }

    .text-div{
        text-align: center;
        padding: 1rem;;
    }
    body{
        min-height: 100vh;
        background-image: url('../mob_bottom_high.png');
        background-size: 20%;
        background-position: bottom center;
        
    }

    .stat-div{

        padding: 0;
        text-align: center;
    
    }

    .divider{
        display: none;
    }

    .logo-div{
        text-align: center;
        margin-bottom: 3rem;
        margin-top: 0.5rem;
    }




}


/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    .divider{
        display: none;
    }
    body{
        background-size: 100px;
        
    }
    .bot-btn-div{
        margin-left: 0;
        margin-top: 10px;
        display: block;
    }
 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .divider{
        display: none;
    }
    body{
        background-size: 100px;
        
    }
  }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
  
   
 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  

 
}