/*****************************[Do not update - Radix]***************************************/
#InfoTab > ul {
  display: flex;
}
#InfoTab .nav-tabs > li a:hover{
    color: #17b1ff;
}
#InfoTab .nav-tabs > li:nth-child(1) a{
    padding-left: 0;
  margin-left: 0;
}
#InfoTab .nav-tabs > li a{
    border:none !important;
    margin-bottom:0;
    position:relative;
    margin: 0 1.5rem;
    padding: .5rem 0;
    color: #666;
  font-family: "Manrope",sans-serif;
  font-weight: 500;
    font-size: 1.25rem;
    text-transform: capitalize;
}
#InfoTab .nav-tabs > li a:after{
    content: "";
  position: absolute;
  display: block;
  height: 1.5px;
  left: 0;
  width: 0;
  background-color: #17b1ff;
  bottom: 0;
  transition: ease .5s all;
 
}
#InfoTab .nav-tabs > li a.active:after,#InfoTab .nav-tabs > li a:hover:after{
    width:100%;
}
#InfoTab .nav-tabs > li a.active{
 color: #17b1ff;
}

/*****************************[Do not update - Radix]***************************************/

#instructions_comments_user{
    margin-top:45px;
}

  
  @media only screen and (min-width: 1248px) {
  body .page-header h1, body .page-header .h1 {
    font-size: 40px;
   
  }
}

@media only screen and (min-width: 992px) {
  .custom_dropdown #pills-tabContent .card .card-body a strong {
    font-size: 16px;
  }
}

/*.custom_dropdown #pills-tabContent .card .card-body > ul > li a:hover.all-product::after {*/
/*  transform: rotate(unset);*/
/*}*/