footer{
  margin-top: 40px;
}

.card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card {
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 2px;
  background-clip: padding-box;
}
.card span.card-title {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.card .card-image {
  position: relative;
  overflow: hidden;
}

.card .card-image img {
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  position: relative;
  z-index: 0;
}

.card .card-image span.card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
}

.card .card-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}

.card .card-content p {
  margin: 0;
  color: inherit;
}

.card .card-content span.card-title {
  line-height: 48px;
}

.card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px;
}

.card .card-action a {
  color: #ffab40;
  margin-right: 16px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.card .card-action a:hover {
  color: #ffd8a6;
  text-decoration: none;
}

body{
  font-family: 'Open Sans', sans-serif;
}

a{
  color:#000;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.content-wrap {
  position: relative;
  padding: 15px 17px;
}

.f-open{
  font-family: 'Open Sans', sans-serif;
}

.txt-black{
  color: #212121;
}

.txt-red{
  color: #F44336;
}

.txt-blue{
  color: #01579B;
}

.txt-light-blue{
  color: #304FFE;
}

.txt-dark-blue{
  color: #002f6c;
}

.ml-2{
  margin-left: 10px;
}

.ml-3{
  margin-left: 15px;
}

.ml-4{
  margin-left: 20px;
}

.mt-1{
  margin-top: 5px;
}

.mt-2{
  margin-top: 10px;
}

.mt-3{
  margin-top: 15px;
}

.mt-4{
  margin-top: 20px;
}

.mt-5{
  margin-top: 25px;
}

.mb-1{
  margin-bottom: 5px !important;
}

.mb-2{
  margin-bottom: 10px !important;
}

.mb-3{
  margin-bottom: 15px !important;
}

.mb-4{
  margin-bottom: 20px !important;
}

.mb-5{
  margin-bottom: 25px !important;
}

.fs-14{
  font-size: 14px;
}

.fs-15{
  font-size: 15px;
}

.fs-16{
  font-size: 16px;
}

.fs-17{
  font-size: 17px;
}

.fs-18{
  font-size: 18px;
}

.fs-19{
  font-size: 19px;
}

.fs-20{
  font-size: 20px;
}

.checkbox-style-3-label{
  text-transform: none;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}

.error .tata-title{
  color: #FFFFFF;
}

.tata-title{
  color: #2b2b2b;
}

.radio label{
  text-transform: none !important;
}

.hide-element{
  display: none;
}

.btn-shadwon{
  box-shadow: 0 8px 16px rgb(148 179 218 / 50%);
}

.btn-primary {
  color: #ffffff;
  background-color: #0067b9;
  border-color: #0067b9;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #339bed;
  border-color: #339bed;
}

.text-primary{
  color: #0067b9;
}

.text-question-option{
  transition: all .3s,visibility 0s;
}

.text-question-option:hover, .text-question-option:active {
  transition: all .3s,visibility 0s;
  color: #002f6c;
}

.radio input[type="radio"],:checked ~ .text-question-option {
  color: #002f6c;
}