@font-face {
  font-family: "TahomaRegularfont";

  src: url("../fonts/TahomaRegularfont.eot");

  src: url("../fonts/TahomaRegularfont.eot") format("embedded-opentype"),
    url("../fonts/TahomaRegularfont.woff2") format("woff2"),
    url("../fonts/TahomaRegularfont.woff") format("woff"),
    url("../fonts/TahomaRegularfont.ttf") format("truetype"),
    url("../fonts/TahomaRegularfont.svg#TahomaRegularfont") format("svg");
}

html {
  height: 100%;
}

html,body
 {
  position: relative;
  font-size: 14px;
  font-family: "TahomaRegularfont";
  /*height: 100%;
  min-height: 100%;*/
}

.wrapper{
  height: auto;
  min-height: 100%;
}

.header-bottom h3 {
  color: #fff;
}

body:after {
  content: "";
  display: block;
  height: 306px;
}

.dataTables_wrapper{
    margin: 0 auto;
}

.main-header .navbar.navbar-expand-md.menu-top {
  padding: 39px 0;

  width: 100%;

  position: relative;

  margin: 0 auto;

  max-width: 700px;
}

.navbar-nav.menu-left {
  float: left;

  width: 50%;
}

.navbar-nav.menu-right {
  float: right;

  width: 50%;

  text-align: left;

  padding-left: 100px;

  display: inline-block;
}

.main-header {
  background: radial-gradient(
    50% 2351.02% at 50% 50%,
    #0055a5 0%,
    #001a33 100%
  );

  padding-top: 15px;
}

a.logo {
  position: absolute;

  top: 0;

  left: 50%;

  margin-left: -40px;

  width: 25%;

  height: 25%;
}

a.logo img {
  width: 100px;

  height: auto;
}

.navbar-nav.menu-left li.nav-item .nav-link {
  padding: 0 20px;

  font-family: "TahomaRegularfont";

  font-size: 18px;

  line-height: 22px;

  text-align: center;

  color: #dcc500;

  position: relative;
}

.navbar-nav.menu-right li.nav-item .nav-link {
  padding: 0 20px;

  font-family: "TahomaRegularfont";

  font-size: 18px;

  line-height: 22px;

  text-align: center;

  color: #dcc500;

  position: relative;
}

.navbar-nav.menu-left li.nav-item .nav-link::after {
  position: absolute;

  bottom: -5px;

  left: 0;

  width: 0;

  height: 2px;

  display: block;

  content: "";

  background: #dcc500;

  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;
}

.navbar-nav.menu-left li.nav-item .nav-link:hover::after {
  width: 100%;
}

.navbar-nav.menu-right li.nav-item .nav-link::after {
  position: absolute;

  bottom: -5px;

  left: 0;

  width: 0;

  height: 2px;

  display: block;

  content: "";

  background: #dcc500;

  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;
}

.navbar-nav.menu-right li.nav-item .nav-link:hover::after {
  width: 100%;
}

.navbar-nav.menu-right li.nav-item {
  display: inline-block;
}

.logo-mobile {
  display: none;
}

.header-bottom {
  text-align: center;

  display: inline-block;

  width: 100%;

  padding: 35px 0 60px;
}

.header-bottom h2 {
  font-family: Georgia;

  font-size: 48px;

  line-height: 55px;

  text-align: center;

  color: #ffffff;
}

.header-bottom h5 {
  font-family: "TahomaRegularfont";

  font-size: 18px;

  line-height: 22px;

  text-align: center;

  color: #ffffff;

  letter-spacing: 0.2px;
}

.middle-section {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.page-title {
  text-align: center;
  padding: 20px 0;
}

.contact-info {
  background: #fff;

  overflow: hidden;
}

.contact-info-right {
  width: 50vw;

  float: left;

}

.contact-info-left {
  padding: 60px 0 45px;

  text-align: center;
}

.contact-info-left-inner h3 {
  font-family: Georgia;

  font-size: 20px;

  line-height: 20px;

  color: #001a33;

  margin-bottom: 25px;
}

.address-bottom p {
  font-family: "TahomaRegularfont";

  font-size: 16px;

  text-align: center;

  color: #001a33;

  margin-top: 30px;
}

.contact-info-select select.form-control {
  font-family: "TahomaRegularfont";

  font-size: 11px;

  line-height: 20px;

  color: #001a33;

  border-left: medium none;

  border-right: medium none;

  border-bottom: 1px solid #dcc500;

  border-top: medium none;

  border-radius: 0;

  box-shadow: 0 0 1px 0 rgba(111, 111, 111, 0.5);

  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);

  -webkit-appearance: none;

  appearance: none;

  -moz-appearance: none;

  background-image: url("../images/arrow-down.png");

  background-repeat: no-repeat;

  background-position: 97% 50%;

  padding-top: 0;

  height: 32px !important;

  padding-bottom: 0;
}

.contact-info-select {
  max-width: 45%;

  margin: 0 auto;
}

.contact-info-right-inner {
  padding: 60px 0;

  text-align: center;

  max-width: 540px;
}

.contact-info-right-inner h3 {
  font-family: Georgia;

  font-size: 20px;

  line-height: 20px;

  color: #001a33;

  margin-bottom: 25px;
}

.contact-info-right-inner label {
  font-family: "TahomaRegularfont";

  font-size: 16px;

  line-height: 17px;

  width: 170px;

  color: #001a33;

  vertical-align: middle;

  margin-bottom: 0;

  text-align: left;
}

/* Create a custom checkbox */
.dt-checkboxes,
input[type="checkbox"] {
  height: 20px;
  width: 20px;
  background-color: #dcc500;
}

/* On mouse-over, add a grey background color */
:hover input ~ .dt-checkboxes {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
input:checked ~ .dt-checkboxes {
  background-color: #dcc500;
}

/* Create the dt-checkboxes/indicator (hidden when not checked) */
.dt-checkboxes:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the dt-checkboxes when checked */
input:checked ~ .dt-checkboxes:after {
  display: block;
}

/* Style the dt-checkboxes/indicator */
.dt-checkboxes:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-group input.form-control,
.form-group select.form-control {
  font-family: "TahomaRegularfont";

  font-size: 11px;

  line-height: 20px;

  color: #001a33;

  border-left: medium none;

  border-right: medium none;

  border-bottom: 1px solid #dcc500;

  border-top: medium none;

  border-radius: 0;

  box-shadow: 0 0 1px 0 rgba(111, 111, 111, 0.5);

  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);

  padding-top: 0;

  height: 39px !important;

  padding-bottom: 0;

  display: inline-block;
}

textarea.form-control {
  font-family: "TahomaRegularfont";

  font-size: 11px;

  line-height: 20px;

  color: #001a33;

  border-left: medium none;

  border-right: medium none;

  border-bottom: 1px solid #dcc500;

  border-top: medium none;

  border-radius: 0;

  box-shadow: 0 0 1px 0 rgba(111, 111, 111, 0.5);

  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);

  padding-top: 0;

  /*height: 39px !important;*/

  padding-bottom: 0;

  display: inline-block;
}

.form-group select.form-control {
  background-image: url("../images/arrow-down.png");

  background-repeat: no-repeat;

  background-position: 95% 50%;
}

input.btn {
  font-family: "TahomaRegularfont";

  font-size: 14px;

  line-height: 14px;

  text-align: center;

  width: 100px;

  color: #ffffff;

  background: #0055a5;

  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07);

  border-radius: 2px;

  height: 30px;

  border: 1px solid #0055a5;

  transition: all 0.3s ease-in-out;

  -webkit-transition: all 0.3s ease-in-out;

  cursor: pointer;

  margin-top: 15px;
}

input.btn:focus {
  outline: none;
}

input.btn:hover {
  color: #001a33;

  background: #dcc500;

  border: 1px solid #dcc500;
}

#totals {
  font-size: 24px;
  margin-bottom: 10px;
}

#totals .amount {
  float: right;
}

#total {
  color: red;
}

.footer-section {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 306px;
  background: #001a33;
  padding: 30px 0 0 0;
}

.footer-section-inner h2 {
  font-family: Georgia;

  font-size: 15px;

  line-height: 18px;

  text-align: center;

  color: #e6e6e6;

  margin-bottom: 20px;

  opacity: 0.9;
}

.footer-section-inner ul {
  list-style: none outside none;

  margin: 0;

  padding: 0;
}

.footer-section-inner1 ul {
  list-style: none outside none;

  margin: 0;

  padding: 0;
}

.footer-section-inner li {
  display: block;

  margin-bottom: 20px;

  color: #e6e6e6;

  font-family: "TahomaRegularfont";

  font-size: 13px;

  line-height: 25px;

  text-align: center;

  opacity: 0.9;
}

.footer-section-inner1 li {
  display: block;

  margin-bottom: 0;

  color: #e6e6e6;

  font-family: "TahomaRegularfont";

  font-size: 13px;

  line-height: 25px;

  text-align: center;

  opacity: 0.9;
}

.footer-section-inner li span {
  font-family: "TahomaRegularfont";

  font-size: 11px;

  line-height: 12px;

  text-align: center;

  color: #e6e6e6;

  display: block;
}

.footer-section-inner1 li span {
  font-family: "TahomaRegularfont";

  font-size: 11px;

  line-height: 25px;

  text-align: center;

  color: #e6e6e6;

  display: block;
}

.footer-section-inner1 h2 {
  font-family: Georgia;

  font-size: 15px;

  line-height: 18px;

  text-align: center;

  color: #e6e6e6;

  margin-bottom: 15px;

  opacity: 0.9;
}

.footer-section-bottom {
  text-align: center;

  margin-top: 60px;
}

.footer-section-bottom span {
  display: block;

  text-align: center;

  margin-top: 13px;

  font-family: "TahomaRegularfont";

  font-size: 7px;

  line-height: 7px;

  letter-spacing: 0.5px;

  color: #e6e6e6;

  opacity: 0.9;
}

/* Responsive */

@media (max-width: 767px) {
  .header-bottom h2 {
    font-size: 35px;

    line-height: 40px;
  }

  body:after {
    display: none;
  }
  .faqs .btn-link {
    white-space: inherit;
  }

  .header-bottom h5 {
    font-size: 16px;

    line-height: 20px;
  }

  .logo-mobile {
    display: block;

    position: absolute;

    top: 0;

    left: 50%;

    margin-left: -40px;
  }

  .main-header .navbar.navbar-expand-md.menu-top {
    padding: 0 0 10px;

    max-width: inherit;
  }

  .main-header .navbar-toggler-icon {
    width: auto;

    height: auto;

    color: #fff;

    font-size: 30px;
  }

  .logo-mobile img {
    width: 80px;
  }

  a:focus {
    outline: none;
  }

  a.logo {
    display: none;
  }

  .main-header {
    position: relative;
  }

  .main-header button.navbar-toggler {
    position: absolute;

    right: 15px;

    padding: 0;

    border: medium none;

    line-height: inherit;

    top: 18px;
  }

  button:focus {
    outline: none;
  }

  .menu-top .navbar-collapse {
    overflow: auto;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    background-color: #fff;

    padding: 0;

    height: 100%;

    transform: translateX(100%);

    -webkit-transform: translateX(100%);

    transition: transform 0.5s ease;

    -webkit-transition: transform 0.5s ease;

    z-index: 9999;
  }

  .menu-top .collapse.show {
    display: block;

    transform: translateX(0%);

    -webkit-transform: translateX(0%);

    background-color: #fff;

    z-index: 9999;
  }

  .menu-top .navbar-toggler.top_close {
    top: 18px;
  }

  .navbar-toggler.top_close i.fa.fa-close {
    font-size: 30px;

    color: #0055a5;

    opacity: 1;

    margin-top: 20px;
  }

  .header-bottom {
    padding: 110px 0 60px;
  }

  .menu-top .collapse.show a.logo {
    display: block;

    position: inherit;

    left: 15px;

    top: 15px;

    margin-left: 0;
  }

  .menu-top .collapse.show a.logo img {
    width: 80px;
  }

  .navbar-nav.menu-left {
    float: left;

    width: 100%;

    border-top: 1px solid #ccc;

    margin-top: 110px;
  }

  .navbar-nav.menu-right {
    float: left;

    width: 100%;

    padding-left: 0;
  }

  .navbar-nav.menu-left li.nav-item .nav-link {
    padding: 10px 15px;

    border-bottom: 1px solid #0055a5;

    color: #0055a5;

    text-align: left;
  }

  .navbar-nav.menu-right li.nav-item .nav-link {
    padding: 10px 15px;

    border-bottom: 1px solid #0055a5;

    color: #0055a5;

    text-align: left;
  }

  .navbar-nav.menu-right li.nav-item {
    display: block;
  }

  .contact-info-select {
    max-width: 200px;
  }

  .contact-info-right {
    width: 100%;

    padding-left: 15px;

    padding-right: 15px;
  }

  .contact-info-right-inner {
    max-width: inherit;

    padding: 30px 0;
  }

  .footer-section-inner {
    border-bottom: 1px solid #fff;

    margin-bottom: 20px;
  }

  .footer-section-inner1 {
    border-bottom: 1px solid #fff;

    margin-bottom: 20px;

    padding-bottom: 20px;
  }

  .footer-section-bottom {
    margin-top: 20px;
  }

  .footer-section {
    padding: 35px 0 30px;
    position: inherit;
    height: auto;
  }

  .footer-section-inner ul {
    display: inline-block;

    width: 100%;
  }

  .footer-section-inner li {
    display: inherit;

    float: left;

    width: 50%;
  }

  .footer-section-inner li:nth-child(3) {
    width: 100%;
  }

  .footer-section-inner1.footer-section-inner2 {
    border-bottom: medium none;

    margin-bottom: 0;

    padding-bottom: 0;
  }

  .contact-info .col-md-6:last-child {
    padding-left: 0;

    padding-right: 0;
  }
}

.homepage + .footer-section {
  /*   position: absolute;
        bottom: 0;
        left: 0;
        right: 0; */
}

.contact-info-right {
  min-height: calc(100vh - 568px);
}

#record-data{
  width: 250px;
  margin: 0 auto;
  position: relative;z-index: 99
}
#record-data ul{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;

}
#record-data ul li{
  padding: 10px;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.contact-info{
  overflow: unset;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-info-right-inner {
    max-width: 330px;
  }

  .contact-info-left {
    padding: 60px 0 30px;
  }

  .contact-info-select {
    max-width: 60%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer-section {
    position: inherit;
    height: auto;
  }
  body::after {
    display: none;
  }
}
