@media screen and (max-width: 991px) {
}

@media screen and (max-width: 575px) {
  .form-section .logo img {
    width: 80px;
  }
  .form-block label {
    font-size: 14px;
  }
  .form-section h3 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0px;
    color: var(--sky);
  }
  .form-block {
    margin-top: 14px;
  }
  .form-block .form-control {
    font-size: 14px;
  }
  .btn-blue,
  .btn-border2,
  .btn-border {
    font-size: 14px;
    padding: 6px 10px;
  }
  .form-section {
    padding: 20px;
  }
  footer a,
  footer p {
    font-size: 12px;
  }
  footer .footer-block {
    padding: 0 10px;
  }

  .update-flg {
    margin-top: 10px;
  }
  .update-flg h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .update-flg i {
    padding-left: 0;
  }
  .update-flg p {
    font-size: 14px;
  }
  .radio-button-label h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .info-blk p {
    font-size: 12px;
    line-height: 20px;
  }

  .form-button-div {
    flex-direction: column-reverse;
  }
  .form-button-div .btn-border2 {
    width: 100%;
    margin-top: 10px;
  }
  .nav-tabs .nav-link {
    font-size: 14px;
    padding: 6px;
  }
  .page-content h5 {
    font-size: 18px;
  }
  .form-section p {
    font-size: 14px;
    line-height: 22px;
  }
  .form-block small {
    font-size: 12px;
  }
  .drop-title {
    color: var(--sky) !important;
    font-size: 14px !important;
  }
  #select2-multiselectCity-results .city-name,
  #select2-multiselectCity-container .select2-selection__choice .city-name {
    font-size: 12px;
  }
  #select2-multiselectCity-results .select2-results__option {
    padding: 6px;
  }
  body {
    font-size: 14px;
  }
  .page-content .page-table .page-table-title h6 {
    font-family: var(--font-regular);
    font-size: 14px;
  }
}


@media screen and (max-width: 991px) {
  .info-blk {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 260px;
    border-radius: 4px;
    background-color: var(--sky);
    position: absolute;
    left: 0;
    z-index: 99;
    top: 56px;
    display: none;
    right: 0;
  }
}

@media screen and (max-width: 575px) {
  .form-section .logo img {
    width: 80px;
  }
  .form-block label {
    font-size: 14px;
  }
  .form-section h3 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0px;
    color: var(--sky);
  }
  .form-block {
    margin-top: 14px;
  }
  .form-block .form-control {
    font-size: 14px;
  }
  .btn-blue {
    font-size: 14px;
  }
  .form-section {
    padding: 20px;
  }
  footer a,
  footer p {
    font-size: 12px;
  }
  footer .footer-block {
    padding: 0 10px;
  }

  .update-flg {
    margin-top: 10px;
  }
  .update-flg h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .update-flg i {
    padding-left: 0;
  }
  .update-flg p {
    font-size: 14px;
  }
  .radio-button-label h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .info-blk p {
    font-size: 12px;
    line-height: 20px;
  }
  .locations-blk a {
    font-size: 13px;
  }
  .locations-blk .btn-update {
    font-size: 14px;
  }
  .current-flag-card h4 {
    font-size: 18px;
  }
  .current-flag-card p {
    font-size: 14px;
    line-height: normal;
  }

  .form-block
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 14px;
  }
  .flag-name {
    font-size: 14px;
  }
  .flag-dec {
    margin-top: 5px;
    font-size: 13px;
    font-family: var(--font-regular);
    line-height: 20px;
  }
  .select2-results__options {
    padding-right: 4px;
  }
  .select2-dropdown {
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .info-blk {
    width: 180px;
  }
}
