*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
  }
  body {
    font-family: "Roboto", sans-serif;
    font-size:15px;
    overflow-y:scroll !important
  
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  h1, h2, h3, h4, h5, h6{
    font-family:"Raleway", sans-serif
  }
  .form-control:focus, button:focus{
    box-shadow:none !important;
   
  }
 .navbar-nav li a:hover{
  color:#f62459 !important
 }
  #navbarNav ul li a{
    font-size:11px;
    color:#000 ;
    font-weight:500
  }
  .navbar{
    min-height:50px;
    padding:25px 0;
    
  }
.navbar-toggler{
    border:1px solid transparent !important
}
.navbar-light .navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 48, 100, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-nav .nav-link.active {
    border-bottom: 2px dotted #f62459 !important;
    color: #f62459 !important;
  }
  .starting-heading h4{
    color:rgba(11, 93, 120, 1);
    position:relative;
  }
  .starting-heading h4:before{
    content: "";
    width: 50px;
    height: 2px;
    
    background-color:rgba(246, 65, 111, 1);
    
    position: absolute;
    bottom: -2px;
    left: 0; 
  }
  .tabbs{
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.07);
    margin-top:79px;
    padding:22px;
   
    
  }
  .chatbots-main{
   height:491px;
    overflow-y: scroll; 
    scroll-behavior: smooth; 
    scrollbar-width:none
  }
  .searchh{
  border-radius:32px 0 0 32px ;
  background-color:rgba(161, 161, 161, 0.2);
  /* padding: 14px 17px 13px 33px; */
  }
  .search-button{
    background-color: rgba(194, 194, 194, 1) !important;
    border-radius: 0 32px 32px 0;
    /* padding:14px 22px 13px 22px */
  }
   .nav-link:hover svg{
      fill:red!important
  }
  .tabbs .nav-link{
    gap:10px
  }
  .chatbots{
    color:rgba(0, 0, 0, 1)
  }
  .chatbots:hover, .chatbots.active{
    background-color: #f62459 !important;
    color:white;
  }
  .chatbots:hover .img1{
display:none !important;
  }
  .chatbots.active .img1{
    display:none !important
  }
  .chatbots:hover .img-2{
display:block !important;
  }
  .chatbots.active .img-2{
    display:block !important
  }
.cases{
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color:rgba(0, 0, 0, 1) !important;
    position:relative;
    font-weight:500;
    font-size:15px
    
}
.nav-link.cases.active{
    color:#f62459 !important
}

.use-cases ul li :hover{
    color: #f62459 !important;
}
.nav-link.cases::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #f62459;
    
    bottom: 5px;
    left: 0;
    transition: width 0.3s ease;
    animation: go 2s 
}

.nav-link.cases.active::before {
    width:calc(100% - 16px)
}

.nav-link.cases.ps-0::before {
    left: 0;
    right: 100%;
}

.nav-link.cases.ps-0.active::before {
    left: 0;
    right: auto;
}
/* .nav-link.cases:before{
    content:'';
    position:absolute;
    width:0%;
    height:2px;
    background-color:#f62459;
    bottom:5px;
    left:0;
    opacity:1;
    visibility: visible;
    transition:.15s all ease-out
} */
.loan{
    background:url('../../images/screenshots/two-wheeler-loan.png');
    position:relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    min-height: 317px;

}
.loan-heading{
    /* position:absolute;
    top:0;
    left:0 */
    background-color:rgba(255, 48, 100, 0.9);
    border-radius: 0 0 100px 100px;
    padding:10px
}
.loan-content {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding-top: 12px;
  padding-bottom: 40px;
  margin-top: 150px !important;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  
}
.loan-content span{
    color:rgba(0, 0, 0, 1)
}
.etxt{
    background-color: rgba(255, 48, 100, 1);
    position:absolute;
    bottom:16px;
    width:auto;
    left:0;
    right:0;
    border-radius:0 0 15px 15px;
   
}
.etxt:hover{
  cursor:pointer;
}
.image-text, .graphics{
    transition:0.2s ease-in-out
}
.etxt:hover .graphics{
    transform:scale(1.09)

}
.etxt:hover .image-text{
    transform:scale(1.06)
}
.image-text{
    gap:7px
}
.stick-button{
  position:fixed;
  bottom:17px
}
.filterbutton{
  background-color: #0b5d80 !important;
  height:50px;
  width:50px;
  box-shadow:0 0 6px 1px rgba(0,0,0,.25) !important
}
.closeround{
  background-color: rgba(194, 194, 194, 1); 
  height:40px; width:40px;
   border-radius:50px;
  
}
.innertabs{
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
 
}
.usecases-heading{
  color: #fff;
  width: 135px;
  font-weight: 500;
  background-color: rgba(11, 93, 120, 1);
  display: inline;
  padding: 6px 6px 6px 24px !important;
  clip-path: polygon(0% 0%, 100% 0%, 85% 50%, 100% 100%, 0% 100%);
  margin-left: -8px;
  top: 10px;
}
.innertabs:after{
  
    content: "";
    position: absolute;
    top: 44px;
    left: -8px;
    border-left: 5px solid transparent;
    border-right: 5px solid rgba(11, 93, 120, 0.9);
    border-top: 5px solid rgba(11, 93, 120, 0.9);
    border-bottom: 5px solid transparent;
}
.x-gap > li {
  margin-right: 25px; /* Adjust the value to control the horizontal gap */
}

/* Override margin for the last item to remove the extra gap */
.x-gap > li:last-child {
  margin-right: 0;
}


img.icon-white{
  filter: brightness(0) invert(1);
}

.chatbots:hover img{
   filter: brightness(0) invert(1);
}


@media(min-width:1400px){

.mt-lg-8{
  margin-top:150px !important;
}}
@media (min-width:1400px) and (max-width:2500px){
  .x-gap > li {
    margin-right: 55px; /* Adjust the value to control the horizontal gap */
  }
  
  /* Override margin for the last item to remove the extra gap */
  .x-gap > li:last-child {
    margin-right: 0;
  }
}