/* Your custom styles */

.headTop {
  /* border-bottom: 2px solid #58545400;
    background: #0a080840; */
  color: #2b84da;
  background-color: white;
}

.col-4 {
  height: 120px;
}
.col-3n {
  height: 120px;
}
body {
  font-family: sans-serif;
}

.header {
  height: 100px;
}
.container {
  background-color: #f7f7f7;
  padding: 10px;
  height: 100%;
}

.frnchflag {
  /* background-image: url('../img/canada.svg'); */
}

.card-block p {
  text-align: justify;
}

h5 {
  font-size: 14px !important;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.form-control {
  padding: 0 !important;
}

@media (max-width: 576px) {
  /* .col-4{
        height: 90px !important;
    } */

  .col-4 {
    height: 80px !important;
  }
  .col-3n {
    height: 80px !important;
  }
  .container {
    max-width: 100% !important;
  }
  .header {
    height: 60px;
  }
  .table td {
    font-size: 12px;
  }

  .card-block {
    font-size: 14px;
  }

  h5 {
    font-size: 14px !important;
  }
}

@media (max-width: 992px) {
  .col-4 {
    height: 80px !important;
  }
  .col-3n {
    height: 80px !important;
  }
  .container {
    max-width: 100% !important;
  }
  .header {
    height: 80px;
  }
  .table td {
    font-size: 12px;
  }

  .card-block {
    font-size: 14px;
  }

  h5 {
    font-size: 14px !important;
  }
}
