#sectionHeader{
    -webkit-box-shadow: -1px -5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -5px 5px 0px rgba(0,0,0,0.75);
box-shadow: -1px -5px 5px 0px rgba(0,0,0,0.75);
margin-top: 15px;
    height: 60px;
    width: 100%;
    padding-top: 10px;
}

.roundedList{
    border-radius: 90px;
    background-color: #1616a3;
    display: inline-block;
    width: 25%;
    text-align: center;
}

#initialSection{
    height: 420px;
   
    margin-top: 20px;
}
#secondSection{
    height: 330px;
    
    margin-top: 20px;
}

#thirdSection{
    height: 440px;
    
    margin-top: 20px;
}

#forthSection{
    height: 530px;
    
    margin-top: 20px;
}

.subSection:not(:last-child){
    border-right: 1px solid grey;
}
.subSection{
    font-size: 15px;
    color: grey;
    height:90%;
}
.activeHead{
    cursor: pointer;
    pointer-events: all;
}
.inactiveHead{
    cursor: not-allowed;
    pointer-events: none;
}
.sectionH4{
    background-color: #daeded;
    color: white;
    text-align: center;
    height: 40px;
    padding-top: 8px;
    font-size: 18px;
    font-weight: bold;
}

.numberCircle {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    /* padding: 8px; */
   
    text-align: center;
    display: inline-grid;
}
.numberCircleEna{
    background: #111827;
    border: 2px solid #111827;
    color: #fff;
    cursor: pointer;
}

.numberCircleDis{
    background: lightgrey;
    border: 2px solid grey;
    color: grey;
    cursor: none;
}

.sectionheading{
    padding-top: 5px;
    background-color: #c9d8f3 !important;
}

.request_custom_fields_20252537558427, .request_custom_fields_20252560975515, .request_custom_fields_20252559110811, .request_custom_fields_20252609409819, .request_custom_fields_20787773158811{
    border-radius: 8px;
    border: 1px solid rgba(209, 213, 219, 1);
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
}
.request_custom_fields_20976536394779, .request_custom_fields_20252583182363, .request_custom_fields_20252613015195{
    margin-top:25px;
}
.request_custom_fields_20252583182363{
    margin-top:-1px !important;
    display: inline-block !important;
}
.activeBorder{
    border-bottom: 2px solid grey;
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
}
.multi-col-2{
    width:48%!important;
    margin-right: 17px;
  }
  .fields_20252555111323{
    float: inline-end !important;
    display: inline-grid !important;
    grid-auto-flow: column !important;
    justify-content: start !important;
  }
  #request_custom_fields_20252555111323{
    width: 50px !important;
  }
  .fields_20252613015195{
    display: inline-block;
    float: inline-start;
  }
  .request_custom_fields_20976737930779{
    padding-left: 15px !important;
  }
