/* .pt-2 {
  padding-top: 40;
} */

.row {
  padding: 0;
  /* padding-left: 10px; */
  margin: 0;
}

col {
  padding: 0 ;
  margin: 0 ;
}

.bottomBreak {
  margin-top: 30px;
  margin-bottom: 30px;
}
.lightBold {
  font-weight: 500;
}


@media only screen and (max-width: 600px) {
  .colTitle {
    text-align: center;
  }
  .responsivePadding {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .colTitle {
    text-align: center;
  }
  
}

/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {  }

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
li {
  list-style: none;
}
 }

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
  .responsivePadding {
    padding-top: 20px;
  }

 }

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 

 }

/* // X-Large devices (large desktops, less than 1400px) */
/* @media (max-width: 1399.98px) { ... } */



p {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 2px solid;
  padding: 5px 10px;
}

label {
  padding: 0 !important;
}

/* legend {
  background-color: gray;
  color: white;
  padding: 5px 10px;
}

