.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS */.terms p:first-child {
    margin-bottom:40px !important;
    margin-top:20px;
    font-weight:600;
    letter-spacing: 1px;
    position: relative;
}
.terms p:first-child{
    font-size:18px;
    color:#333;
}
.terms p:nth-child(2){
    padding-bottom: 50px;
    border-bottom:1px dashed #777;
    
    
}
#alphabets ul{
    display: table;
    margin:auto;
}
#alphabets ul li{
    list-style: none;
    float: left;
    margin-left: 10px;
   
    text-align: center;
}
#alphabets ul li a{
    
    padding:5px 10px;
    background:#fff;
    border-radius: 50%;
    transition: all .3s;
    color:#333;
    background:#fff;
  
}
#alphabets ul li a:hover{
    
    
    background:#C9262C;
    transition: all .3s;
    color:#fff;
}/* End custom CSS */