
    .slideshow-container {
  
  position: relative;
  
}




/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.inactive {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.img_dash
 {
    width: 94%;
    height: 100%;
}

.bonds_box{
    display:grid;
    grid-template-columns: 1fr 1fr;
}

.bonds_box h6{
  color:white;   
}

.dash_main{
        padding-left: 10px;
        transition: all 0.5s ease-in-out;
}

.user_dashboard{
      padding-left: 69px;
  padding-right: 69px;

}

.dash_main:hover{
      transform: scale(1.03);
     background: #5c7f92 !important;
     
}
.right_arr,i{
     transition: all 0.5s ease-in-out;
}
.dash_main:hover .right_arr{
    background:#2f4157!important;
    
}
.dash_main:hover .right_arr i{
    color:white!important;
    
}