body {
     font-family: "Instrument Sans", sans-serif;
     font-weight: 400;
     font-style: normal;
     overflow-x: hidden;
 }


.Video-heading{
    text-align: left;
    text-transform: none;
    font-family: "Instrument Sans", sans-serif;
    font-size: 20px;
    line-height: 1.5;


}

.tou-card{
    padding:30px;
    margin-top:30px;
    margin-bottom:30px;
}

.headerBgColor{
    background-color:  rgb(240, 173, 3) !important;
    margin-top: 58px;
    color:#ffffff;
}


.tou-link{
    color: #29377f;
    font-family: "Instrument Sans", sans-serif;
    border-bottom: 1px dashed;
    text-decoration: none;
}
.tou-link:hover{
    color: #29377f;
    border-bottom: none;
    text-decoration: underline;
}
.tou-content{
    color: #29377f;
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 8px;
}


.pp-heading1{
    color: #29377f;
    font-family: "Instrument Sans", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 5px;
    font-weight: bold;
}

.BgColor-Row2{
background-image: linear-gradient(#f2f2f2 100%);
}


.tou-heading1{
    color: #29377f;
    font-family: "Instrument Sans", sans-serif;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align:center;
    font-weight: bold;
}
.tou-heading2{
    color: #29377f;
    font-family: "Instrument Sans", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align:center;
    font-weight: bold;
}
.tou-heading3{
    color: #29377f;
    font-family: "Instrument Sans", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: bold;
}
.tou-heading4{
    color: #29377f;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Instrument Sans", sans-serif;
    font-weight: bold;
}

.tou-list-number ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Instrument Sans", sans-serif;
}

.tou-list-number ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
  color: #29377f;
}

.tou-list-number ol > li:before {
  content: counters(item, ".") "";
  display: table-cell;
  padding-right: 0.6em;
     
}

.tou-list-number li ol > li {
  margin: 10px;
}


.tou-list-alpha ol {
  list-style-type: none;
  counter-reset: list;
  margin: 0;
  padding: 0;
  
}

.tou-list-alpha ol > li {
  display: table;
  counter-increment: list;
  margin-bottom: 0.6em;
}

.tou-list-alpha ol > li:before {
  content: counter(list, lower-alpha) ") ";
  display: table-cell;
  padding-right: 0.6em;    
}

.tou-list-alpha li ol > li {
  margin: 10px;
}


.apha-list-margin{
    margin-left: 39px !important;

}