/* PLACE YOU CUSTOM STYLES IN THIS FILE */
.COLLAPSE{
    margin-bottom: 10px;
}

.btn{
    width: 100%;
    font-size: medium;
    font-weight: 700;
    /* text-transform: lowercase; */
    text-transform: capitalize ;
    text-align: left;
    white-space: normal; 
}


.note{
    font-style: italic;
}

.faq-btn{
  height: 60px;
}

.mini-label{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #1e40af;
    font-weight: bold;
}

.right-icon{
    margin-right: 10px;
}

.nav-logo{
    width: 200px;
}
.help-heading{
    font-size: 2.5rem;
}
#list{
    display: none;
    background: white;
    padding: 15px;
    width: 80%;
    position: absolute;
    font-size: 15px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 51px;
    z-index: 9999;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

/* @media(min-width:994px) and (max-width:1200px){#list{width: 96.9%;}} */
/* @media(max-width:994px){#list{width: 9.9%;}} */


.Ls{
    margin: 10px;
    border-bottom: 1px solid #80808030;
    cursor: pointer;
    white-space: normal;
    font-weight: 600;
    padding-bottom: 5px;
}

.Ls:hover{
    color: skyblue;
}

.form-control{
    width: 80%;
    position: relative;
    /* text-transform: uppercase !important; */
}
.dx-btn{
    width: 20%;
    position: relative;
}




@media(max-width:768px){
    .main-heading{
        font-size: 2rem;       
    }
    .nav-logo{
        width: 150px;
    }
    .mini-label{
       font-size: 17px;
     
    }
    .right-icon{
        margin-right: 5px;
    }
    .dx-nav-logo{
        margin-right: 5px !important;
    }
    .help-heading{
        font-size: 2rem;
    }
   
    
}
@media(max-width:600px){
    .dx-form.dx-form-group-inputs {     
        display: flex;
        flex-direction: column;
    }
    .form-control{
        width: 100%;
        position: relative;
    }
    #list{
        width: 100%;
      
    }
    .dx-btn{
        width: 50%;
        position: relative;    
        align-self: center;
        margin-top: 20px;
    }
    .help-heading{
        font-size: 30px;
    }
    .dx-box-1 {
        padding: 60px 0;
    }
    


}


