body {
    background-color: #f7f9fb;
    height: auto;
    font-family: "Ubuntu",sans-serif;
    overflow-x: hidden;
}
.relfont {
    font-family: "Raleway",sans-serif !important;
}
.btn{
    outline: none;
}
.dnone{
    display: none;
}
.dblock{
    display: block;
}
.dcol{
    padding: 0px 0px;
}
.drow{
    padding: 8px 0px;
}
.dbrow {
    padding: 15px 0px;
}
.ladjcol{
    padding: 0px 0px 0px 15px;
}
.smlabel{
    font-size: 13px;
    letter-spacing: 0.7px;
    color: #043458;
    text-shadow: 0 0 #043458;
    font-weight: normal;
}


.formbody .adv_txtbox, .formbody .input_addon{
    border: none;
    border-radius: 0px !important;
    border-bottom: 1px solid #ccc;
    color: #555;
    font-size: 13px;
    padding: 10px 8px 5px 8px;
    background-color: transparent;
    box-shadow: none;
    height: 37px;
}
.formbody .btn_underline {
    background-color: #164c88;
    display: inline-block;
    height: 2px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 99;
    left: 0%;
    margin-top: 1px;
    position: absolute;
    top: 35px;
    width: 100%;
}
.adv_txtbox:focus+.btn_underline {
    transform: scale(1);
}
.formbody .has-error .adv_txtbox{
    border-color: #BE4B49 !important;
}
.formbody .btn_iconlabel{
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 0.8px;
    color: #fff;
    text-transform: uppercase;
    background: none;
    background-color: #164c88;
    margin-right: 10px;
    box-shadow: none;
    outline: 0;
    position: relative;
    padding-left: 36px;
    max-width: 200px;
    font-weight: normal;
    border: 1px solid #164c88;
    min-width: 90px;
}
.formbody .btn_iconlabel i {
    position: absolute;
    left: 0px;
    top: 1px;
}
.ajaxloader_ctn{
    top: 25%;
    position: absolute;
    width: 100%;
    height: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}
.checkbox-inline{
    padding: 6px 20px 6px 10px;
}
.modal {
  text-align: center;
  padding: 0!important;
}


.wavesWrap{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}   

@media screen and (min-width:768px) and (max-width:1600px){
    .amodel .amodel_logdialog{
        min-width: 710px;
        }
    }
    .amodel .amodel_content{
        border-radius: 0px;
    }
    .amodel .amodel_header{
        border-bottom: none;
        padding: 10px 0px 0px 0px;
        position: relative;
    }
    .amodel .amodel_header .close,
    .amodel .amodel_body .close{
        
        position: absolute;
        top: 6px;
        right: 5px;
        color: red;
        margin-top: 2px;
        margin-right: 6px;
        outline: 0;
    }
    .amodel_header .htitle{
        color: #043458;
        font-size: 14px;
        font-weight: 600;
        line-height: 13px;
        padding-bottom: 13px;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        border-bottom: 2px solid #164c88;
        display: block;
        margin: 16px 0px 0px 0px;
    }

    .amodel_header .title_image{
        width: 40px;
        height: 45px;
        margin: 0px auto 7px;
    }
    .amodel .amodel_body{
        padding: 10px 10px 10px 10px;
        max-height: 540px;
        overflow-y: auto;
    }
    .amodel .amodel_footer{
        padding: 0px;
        border: none;
    }
    .modal {
      text-align: center;
      padding: 0!important;
    }
    .modal:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -4px;
    }   
    .modal-dialog {
      display: inline-block;
      text-align: left;
      vertical-align: middle;
    }
    .error_modal .amodel_header {
        position: relative;
        padding: 10px 5px 0px 5px;
        border-bottom: none;
    }