
.terms_and_conditions .header_block {
  padding: 50px 0;
}
.terms_and_conditions .header_block h3 {
  text-transform: uppercase;
  font-family: latobold;
  letter-spacing: 6px;
  font-size: 28px;
}
.terms_and_conditions .header_block span {
  font-size: 12px;
  word-spacing: 3px;
  font-family: latoregular;
  color: #b9b9b9;
}
.information_block h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: latobold;
  letter-spacing: 2px;
  word-spacing: 2px;
  padding-bottom: 5px;
}
.information_block p {
  font-size: 15px;
  font-family: latoregular;
  text-align: justify;
}



.terms_and_conditions h3{
  font-family: 'latobold';
}
.terms_and_conditions h4 {
  font-family: 'latobold';
}
.terms_and_conditions p{
  columns: #000;
}


/* Privacy-Policy Css */
.policy_menus ul li a {
  border: 1px solid #ededed;
  border-radius: 0px;
  background: #ededed;
  color: #000;
}
.policy_menus ul li.active a, .policy_menus ul li.active a:hover,.policy_menus ul li.active a:focus {
  background: #21bfad;
  border: 1px solid #21bfad;
}
.policy_contents .information_block h4 {
  padding: 20px 0px;
}
.policy_contents .information_block h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: latobold;
  letter-spacing: 2px;
  word-spacing: 2px;
  padding: 15px 0 0px 0;
}