html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: Montserrat, sans-serif;
  line-height: 1.75;
  /* margin-bottom: 370px; */
  font-size: 14px;
}

ul {
  margin-bottom: 0;
}

.logo {
  height: 35px;
}

.tableFirstFixedColumn td:first-child {
  width: 300px;
}

.hidden {
  display: none;
}

#literature a {
  color: #1076bc !important;
}

a {
  color: #1076bc;
}

.accordion .card-header:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  float: right;
}

.accordion .card-header.collapsed:after {
  content: "\f105";
}

.accordion .card-header {
  background-color: transparent;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.card {
  border: none;
}

.card-header a strong {
  color: #92c01f;
}

.page-item.active .page-link {
  background-color: #92c01f;
  border-color: #92c01f;
}

.page-link {
  color: #92c01f;
}

.page-link:hover {
  color: #92c01f;
}

.masthead {
  height: 63vh;
  min-height: 63vh;
  color: #fff;
}

.page-head {
  height: 45vh;
  min-height: 45vh;
  color: #fff;
}

.full-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
}

.image-cta {
  height: 55vh;
  min-height: 55vh;
}

.pre-line {
  white-space: pre-line;
}

.stat {
  color: #1076bc;
  font-weight: medium;
  display: block;
  margin-bottom: 0;
  font-size: 2rem;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 370px;
  background-color: #062439;
}

.footer a {
  color: #fff;
  font-weight: 600;
}

.footer a:hover {
  color: #92c01f;
}

.navbar-nav {
  align-items: center;
}

nav li {
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}

nav .list-inline-item:not(:last-child) {
  margin-right: 0;
}

.navbar-nav > li {
  margin-left: 10px;
  margin-right: 10px;
}

.quote-card {
  width: 80%;
}

.top-nav {
  background-color: #062439;
  vertical-align: middle;
}

.top-nav a {
  font-weight: 700;
  color: #fff;
}

.top-nav .active {
  color: #062439;
  background-color: #fff;
}

.top-nav a:hover {
  text-decoration: underline;
}

.w-40 {
  width: 40% !important;
}

.badge-primary {
  background-color: #1076bc;
}

.table th {
  background-color: #1076bc;
  color: #fff;
}

.fa-green {
  color: #92c01f;
}

.contactForm-div .contact {
  padding-bottom: 100px;
}

.contact .heading {
  margin-bottom: 50px;
}

.contactForm input {
  background: #d3d3d3;
  border: none;
}

.contact .heading h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
}

.contact .heading h2 span {
  color: #7035cf;
  font-weight: 300;
}

.contact .heading p {
  font-size: 14px;
  font-weight: 400;
  color: #525f7f;
  line-height: 26px;
  margin: 0;
}

.contact .main {
  background: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.08);
}

.contact .main h3 {
  margin: 0;
  margin-bottom: 20px;
}

.contact .form-control {
  font-size: 13px;
  margin-bottom: 10px;
  background: #f8f8f9;
  border: 0;
  border-radius: 5px;
}

.contact button.btn {
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  background: #062439;
  color: #fff;
}

.contact .main .left {
  padding: 40px 60px;
}

.contact .main .right {
  background: #062439;
  background-size: cover;
  padding: 40px;
  color: #fff;
  height: 100%;
}

.contact .main .right h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact .main .right .info {
  margin-bottom: 35px;
}

.contact .main .right .info i {
  font-size: 25px;
  color: #fff;
}

.contact .main .right .info span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 15px;
}

.contact .main .right .social a {
  text-decoration: none;
  font-size: 30px;
  color: #fff;
  margin-right: 20px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 700;
}

.get-quote-cta {
  background-color: #5ca0e4;
}

.btn-outline-green {
  color: #92c01f;
  border-color: #92c01f;
}

.btn-green {
  background-color: #92c01f;
  color: #fff;
}

.btn-green:hover {
  background-color: transparent;
  border-color: #92c01f;
  color: #92c01f;
}

.btn-blue {
  background-color: #1076bc;
  color: #fff;
}

.btn-blue:hover {
  background-color: transparent;
  border-color: #1076bc;
  color: #1076bc;
}

#claim {
  border: 0;
  padding: 0.2rem 0.75rem;
  margin-top: 0.2rem;
}

a#claim {
  text-decoration: none;
}

.btn-outline-green:hover {
  color: #fff;
  border-color: #92c01f;
  background-color: #92c01f;
}

.img-hover-zoom {
  overflow: hidden;
}

.img-hover-zoom img {
  transition: transform 0.5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.1);
  filter: brightness(80%);
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}

.nav-tabs .nav-link.active {
  background-color: #f7f7f7;
  border-bottom: 3px solid #000;
  border-right: none;
  border-left: none;
  border-top: none;
  color: #000;
}

.nav-tabs a {
  color: #000;
  font-weight: 400;
}

.claim {
  padding: 0;
  background-color: #92c01f;
  border: 2px solid #92c01f;
  border-radius: 4px;
}

.claim a {
  color: #fff;
}

.claim:hover {
  border: 2px solid #92c01f;
  background-color: #fff;
  border-radius: 4px;
}

.claim a:hover {
  color: #92c01f;
}

.appImage {
  width: 50%;
  height: auto;
}

.text-blue {
  color: #1076bc !important;
}

.desk {
  display: none !important;
}

.quick-quote-background {
  background-image: url(/media/eyjlv2fg/quickquote.jpg);
  background-attachment: fixed;
  min-height: 100vh;
}

.quick-quote-form .form-control {
  margin-bottom: 10px;
  background: #f8f8f9;
  border: 0;
  border-radius: 5px;
  padding: 10px;
}

#addInsured {
  margin: 32px 0 10px 0;
}

.applicationFormList ul {
  list-style: none;
  padding: 0;
}

.applicationFormList li {
  padding-left: 1.3em;
}

.applicationFormList a {
  color: #1076bc;
}

.applicationFormList a:hover {
  text-decoration: underline;
}

.removeInsured {
  margin-bottom: 12px;
}

#editQuote:hover {
  text-decoration: underline;
  cursor: pointer;
}

#product .btn-green:hover {
  background-color: transparent !important;
  border-color: #92c01f;
  color: #92c01f;
}

#getQuickQuote .btn-green:hover {
  background-color: transparent !important;
  border-color: #92c01f;
  color: #92c01f;
}

.no-space .col {
  padding-right: 5px !important;
  padding-left: 0 !important;
}

.nav-item .nav-link,
.nav-tabs .nav-link {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.card a {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
  -webkit-transition: transform 150ms ease 0s;
  -moz-transition: transform 150ms ease 0s;
  -o-transition: transform 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form-check {
  text-align: left;
}

.now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 "Nucleo Outline";
  font-size: inherit;
  /* speak: none; */
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes nc-icon-spin {
  0% {
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.now-ui-icons.objects_umbrella-13:before {
  content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
  content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
  content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
  content: "\ea4b";
}

.nav-tabs > .nav-item > .nav-link {
  color: #1076bc;
  margin: 0;
  margin-right: 5px;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 14px;
  padding: 11px 23px;
  line-height: 1.5;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

.nav-tabs > .nav-item > .nav-link:hover {
  background-color: #1076bc;
  color: #fff;
}

.nav-tabs .nav-item {
  padding-right: 10px;
  padding-bottom: 15px;
}

.nav-tabs > .nav-item > .nav-link.active {
  background-color: #1076bc;
  color: #fff;
  box-shadow: none;
}

.nav-tabs > .nav-item > .nav-link i.now-ui-icons {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
  color: #fff;
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

legend {
  width: 70% !important;
  font-size: 1rem !important;
}

.card .card-header {
  background-color: transparent;
  border-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.card[data-background-color="orange"] {
  background-color: #f96332;
}

.card[data-background-color="red"] {
  background-color: #ff3636;
}

.card[data-background-color="yellow"] {
  background-color: #ffb236;
}

.card[data-background-color="blue"] {
  background-color: #2ca8ff;
}

.card[data-background-color="green"] {
  background-color: #15b60d;
}

[data-background-color="orange"] {
  background-color: #e95e38;
}

[data-background-color="black"] {
  background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
  color: #fff;
}

[data-background-color]:not([data-background-color="gray"]) p {
  color: #fff;
}

[data-background-color]:not([data-background-color="gray"])
  a:not(.btn):not(.dropdown-item) {
  color: #fff;
}

[data-background-color]:not([data-background-color="gray"])
  .nav-tabs
  > .nav-item
  > .nav-link
  i.now-ui-icons {
  color: #fff;
}

.now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 "Nucleo Outline";
  font-size: inherit;
  /* speak: none; */
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 575.98px) {
  .quickQuoteBg {
    min-height: 100vh;
  }

  .mob {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .top-nav a {
    font-size: 10px;
    padding: 3px;
  }

  .overflow-wrap {
    overflow-wrap: break-word;
  }

  .mob {
    display: none !important;
  }

  .desk {
    display: block !important;
  }

  #nationalityDiv {
    margin-top: 25px;
  }

  #addInsured {
    margin-top: 56px !important;
  }

  .p-5 {
    padding: 1rem !important;
  }

  .navbar-toggler {
    padding: 2px 10px;
  }

  .navbar-nav {
    align-items: flex-start;
    padding-top: 12px;
  }

  .dropdown-item {
    border-bottom: 2px solid #f7f7f7;
  }

  .dropdown-menu {
    border: 0;
  }

  .display-4,
  h2 {
    font-size: 2rem;
  }

  .full-image {
    background-position: left bottom;
    background-size: auto;
  }

  .image-cta a {
    margin: 5px;
    padding: 5px;
  }

  .quote-card {
    width: 100%;
  }

  h5 {
    font-size: 1rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  .additionalImage {
    display: none;
  }

  .py-5 {
    padding: 1.5rem !important;
  }

  .blue-title {
    font-size: 1.5rem !important;
    line-height: 1;
  }

  small p {
    margin-bottom: 0;
  }

  .stat {
    font-size: 1.5rem;
  }

  .literature td {
    display: block;
  }

  #claim {
    padding: 1px 5px;
    margin-top: 0;
  }

  .card-body {
    text-align: center;
  }

  .quick-quote-background {
    min-height: 100vh;
  }

  .nav-tabs {
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }

  .nav-tabs .nav-item > .nav-link {
    margin-bottom: 5px;
  }

  .container-non-responsive {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1080px;
  }

  .y-scroll {
    overflow-y: auto;
  }

  .footer {
    height: 430px;
  }

  .footer a {
    font-size: 12px;
  }

  .footer img {
    height: 32px;
  }
}

@media (max-width: 991.98px) {
  #addInsured {
    margin-top: 56px;
  }

  .nav-tabs {
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }

  .nav-tabs .nav-item > .nav-link {
    margin-bottom: 5px;
  }

  .container-non-responsive {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1080px;
  }

  .y-scroll {
    overflow-y: auto;
  }
}
