
body, html {
  width: 100%;
  height: 100%
}
body, h1, h2, h3, h4, h5, h6 {
  font-family: lato, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 700
}
@keyframes bgWhiteToRed {
  from {background-color: #fff;}
  to {background-color: #143f90;}
}
@keyframes colorBlackToWhite {
  from {color: #212529;}
  to {color: #fff;}
}
@keyframes colorBlackToRed {
  from {color: #212529;}
  to {color: #143f90;}
}
.h1, h1 {
    font-size: 1.25rem;
}
.h2, h2 {
    font-size: 1.05rem;
}
.h3, h3 {
    font-size: 0.9rem;
}
.buttons .btn-lg {
    padding: 15px 12px 5px 12px;
    width: 100%;
}
.btn-default {
    color: #ffffff;
    background-color: #143f90;
    border-color: #ccc;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.buttons .btn-lg span.network-name {
    display: block;
    margin: 10px 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
}
.hero img{max-width: 100%;}
.copyright {
    line-height: 100%;
    display: inline;
    align-self: center;
}
.lay_list.soc-ic a {
    color: #212529;
    text-decoration: none;
    font-size: 19px;
    background: #fff;
    border-radius: 21px;
    padding: 5px;
    text-align: center;
    margin: 0 2px;
    display: inline-block;
    width: 38px;
}
.lay_list.soc-ic a:hover {
    background: #143f90;
    color: #fff;
    animation: bgWhiteToRed 1s infinite alternate, colorBlackToWhite 1s infinite alternate;
    
}
a.tel {
    color: #212529;
    font-size: 1.3em;
    text-decoration: none;
}
a.tel:hover {
    color:#143f90;
    animation: colorBlackToRed 1s infinite alternate;
}
header.logoAndTactical {
    border-bottom: 1px solid #ccc;
}
.logoSec{    filter: grayscale(100%);}

.logoSec:hover{    filter: grayscale(0);}
.btn-primary {
    color: #fff;
    background-color: #143f90;
    border-color: #5371ad;
}
.btn-primary:hover {
    color: #fff;
    background-color: #212529;
    border-color: #525658;
}
.ui-datepicker {
    width: 20em;
    max-width: 100%;
}
.ui-widget-header {
    background: #6c757d;
    color: #ffffff;
    font-weight: 300;
}
.ui-datepicker th {
    font-weight: normal;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .6em;
}
.cal i.bi {
    position: absolute;
    right: 13px;
    top: 55%;
}




ul.ui-timepicker-viewport {
    text-align: left;
    border: none;
}
.ui-widget.ui-widget-content {
    border: none;
    background: #ced4da;
}
.ui-timepicker-viewport li.ui-menu-item {
        width: 20% !important;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    border: 1px solid #ced4da;
    border-collapse: collapse;
    border-width: 1px 1px 0 0;
    background: #fff;
}
.ui-timepicker-standard a, .ui-timepicker-standard a:hover {
    border: none;
    color: #282c30;
    display: block;
    padding: .5em .4em;
    text-decoration: none;
}
.ui-timepicker-standard a:hover {
    background: #143f90;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
}
.cal p.text-warning {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    background: #212529;
}
li.ui-menu-item.disabled {
    background: #ccc;
    cursor: not-allowed;
}
.ui-timepicker-standard a.disabled:hover {
    background: #ccc;
    cursor: not-allowed;
}
section.main {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
.overlay.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background: rgb(4 4 4 / 65%);
    z-index: 10;
    height: 100%;
}
.overlay .container {
    height: 100%; position: relative;
}
.overlay .container .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center; width: 100%;
}
.overlay .container .content p.icon {
    color: red;
    font-size: 64px;-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #dc5057;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
}
.ui-dialog .ui-dialog-buttonpane button:last-child {
    background: #ffc107;
    color: black;
}
div#dialog-confirm i.bi.bi-calendar2-x {
    display: block;
    color: #dc5057;
    font-size: 32px;
    text-align: center;
    float: left;
    margin-right: 15px;
}
.floatingNav .list-group {
flex-direction: row;}
.floatingNav {
    position: fixed;
    bottom: 0;
    width: 100%; 
}
.floatingNav li{
    
    width: 20%;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s;
}
.floatingNav  a.btn.btn-default{
    border-radius: 0;
    border-bottom: none; border-left: none;
}

.floatingNav li span{display: none}
.floatingNav li:hover {
    max-width: 409px;
}
.grecaptcha-badge {
    bottom: 90px !important;
}
.copyright a {
    display: block;
    color: #000;
    text-decoration: none;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
@media (min-width: 1024px){
    .ui-datepicker {
    width: 25em;
}
    
    .floatingNav .list-group {
flex-direction: column;border-radius: 0;}
    .floatingNav {
        bottom: auto;
    top: 50%;
    transform: translateY(-50%);width: auto; 
}
    .floatingNav li{
    width: auto;
    max-width: 53px;
}
.floatingNav li:last-child a.btn.btn-default{border-bottom: 1px solid #ccc;}
    .floatingNav li span{display: inline-block}
.h1, h1 {
    font-size: 2rem;
}
.h2, h2 {
    font-size: 1.75rem;
}
.h3, h3 {
    font-size: 1.5rem;
}
}

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1024px;
}}
/*Mobile App Banner CSS*/
.hero {
  position: relative;
}
.hero img {
  max-width: 100%;
  width: 100%;
}
.download-button {
  position: absolute;
  bottom: 6.5rem;
  left: 8.0rem;
}
.download-button img {
  width: 170px;
  padding: 0 3px;
}
img.qr-code {
  width: 95px;
}
@media (max-width: 575.98px) {
  .download-button {
    bottom: 2.2rem;
    left: 2.7rem;
  }
  .download-button img {
    width: 70px;
  }
}
/* Small devices (phones, landscape) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .download-button {
    bottom: 6.5rem;
    left: 8.0rem;
  }
}
/* Medium devices (tablets) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .download-button {
    bottom: 4.5rem;
    left: 5.6rem;
  }
  .download-button img {
    width: 125px;
  }
}
/* Large devices (desktops) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .download-button {
    bottom: 6.0rem;
    left: 7.5rem;
  }
}
/* Extra large devices (large desktops) */
@media (min-width: 1200px) {
  .download-button {
    bottom: 6.5rem;
    left: 8.0rem;
  }
}