.elementor-8984 .elementor-element.elementor-element-d97957d .wgl-background-text{z-index:0;}body.elementor-page-8984 #main.site-main{z-index:0;}/* Start custom CSS for html, class: .elementor-element-39114fc */.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  background-color:#fff;
  padding: 30px 40px;
  max-height: 500px;
  overflow-y: scroll;
  padding-top: 0;
  padding-bottom: 0
}

.card .fixedd {
       position: sticky;
       top: 0;
    height: 60px;
    background: #fff;
    width: 100%;
    padding-top: 20px;
    z-index: 9999;
    text-align: center !important;
}

.card .bottomfixedd {
       position: sticky;
       bottom: 0;
    height: 60px; 
      background: #fff;
  z-index: 9999;
    text-align: center !important;
}

.mt-40 {
    margin-top: 60px;
}

.card h4
{
    text-align: left;
    color: #FC9200;
    margin-bottom: 20px;
}
.card h3
{
    text-align: left;

    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bolder;
    color: rgb(129, 130, 133);
}
.subhead
{
    font-size: 14px;
    font-weight: bolder;
    color: rgb(129, 130, 133);
}
.card p, li
{
    text-align: left;
    margin-bottom: 20px;
}
.wgl-button.btn-size-lg
{
    width: 100%;
    border-radius: 0;
    color: #fff;
    background-color: #fc9200;
}

::-webkit-scrollbar {
            width: 7px;
        }
      
        /* Track */
        ::-webkit-scrollbar-track {
            background: white;
            border-radius: 5px;
        }
      
        /* Handle */
        ::-webkit-scrollbar-thumb {
            background:#CCCCCC;
            border-radius: 5px;
        }
      
        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #CCCCCC;
        }/* End custom CSS */