.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 992px) {
  .mb-0-res {
    margin-bottom: 0 !important;
  }
}

.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 992px) {
  .plr-0-res {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 1.4em;
  }
}

@media (max-width: 480px) {
  .parallax-text h4 {
    font-size: 1.2em;
  }
}

#contact-recaptcha, .g-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

#quote-recaptcha, .g-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.show-res {
  display: none;
}
@media (max-width: 992px) {
  .show-res {
    display: block;
  }
}

@media (max-width: 992px) {
  .hide-res {
    display: none;
  }
}

@media (max-width: 992px) {
  .mb-15-res {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 1200px) {
  .mb-15-res-two {
    margin-bottom: 15px !important;
  }
}

#quoteModal .modal-header {
  background: #48165e;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#quoteModal .modal-header h4 {
  color: #fff;
  font-size: 1.2em;
}
#quoteModal .modal-header .close {
  color: #fff;
  opacity: 1;
  transition: all 0.3s ease;
  box-shadow: none;
  outline: none;
  margin-top: -1px;
}
#quoteModal .modal-header .close span {
  color: #fff;
  font-size: 26px;
}
#quoteModal .modal-header .close:hover {
  opacity: 0.9;
}
#quoteModal .modal-content {
  border: none;
  border-radius: 7px;
}
@media (max-width: 992px) {
  #quoteModal .modal-dialog {
    margin: 15px;
  }
}
#quoteModal .modal-body {
  background: #48165e;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#quoteModal .form-group {
  margin-bottom: 15px;
}
#quoteModal .quote-modal-btn {
  font-size: 16px;
  transition: all 0.3s ease;
  background: #fff;
  color: #48165e;
  border: solid 1px #fff;
}
#quoteModal .quote-modal-btn:hover {
  background: #48165e;
  color: #fff;
  border: solid 1px #fff;
}
@media (max-width: 480px) {
  #quoteModal .quote-modal-btn {
    width: 100%;
    max-width: 100%;
  }
}
#quoteModal label {
  color: #fff;
}
#quoteModal .form-group-recaptcha {
  margin-bottom: 0;
}
#quoteModal .form-control {
  height: auto;
  font-size: 16px;
  border-radius: 3px;
  border: none;
  color: #000;
}

.module, .module-sm, .module-xs {
  padding: 15px;
}
@media (max-width: 992px) {
  .module, .module-sm, .module-xs {
    padding: 15px 0;
  }
}

.d-grid {
  display: grid;
}

.d-align-center {
  align-self: center;
}

.d-align-center-two {
  align-self: center;
  justify-self: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .parallax {
    background-attachment: scroll !important;
  }
}

.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 992px) {
  .plr-0-res {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.pl-0 {
  padding-left: 0;
}

.module-hero {
  padding: 0;
  height: 100%;
  min-height: calc(100vh - 87px);
  display: grid;
}
@media (max-width: 1600px) {
  .module-hero {
    min-height: calc(100vh - 76px);
  }
}
@media (max-width: 1366px) {
  .module-hero {
    min-height: calc(100vh - 64px);
  }
}
@media (max-width: 992px) {
  .module-hero {
    padding: 0;
    min-height: calc(100vh - 53px);
  }
}

.hero-caption {
  display: grid;
  width: 100%;
  padding: 15px;
}
.hero-caption .container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}
.hero-caption .container .row {
  align-self: center;
}
.hero-caption .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.hero-caption .hero-text {
  display: grid;
}
.hero-caption h2, .hero-caption h1 {
  align-self: center;
  margin-bottom: 0 !important;
  font-size: 4em;
  text-shadow: 2px 2px 0px #131313;
}
@media (max-width: 1366px) {
  .hero-caption h2, .hero-caption h1 {
    font-size: 3.5em;
  }
}
@media (max-width: 992px) {
  .hero-caption h2, .hero-caption h1 {
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  .hero-caption h2, .hero-caption h1 {
    font-size: 1.6em;
  }
}

.call-to-action {
  background-color: #48155e;
  color: white;
  font-size: 36px;
  padding: 30px 15px;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1200px) {
  .call-to-action {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .call-to-action {
    padding: 15px;
  }
}
.call-to-action .left {
  justify-self: right;
}
@media (min-width: 1200px) {
  .call-to-action .left {
    line-height: 55px;
  }
}
@media (max-width: 1200px) {
  .call-to-action .left {
    justify-self: center;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .call-to-action .left {
    text-align: center;
    text-align: center;
    line-height: 33px;
  }
}
@media (max-width: 992px) {
  .call-to-action .left {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .call-to-action .left {
    font-size: 25px;
  }
}
.call-to-action .left span {
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 3px 3px 1px #2f0e3e;
}
@media (max-width: 480px) {
  .call-to-action .left span {
    font-size: 23px;
    line-height: 29px;
  }
}
.call-to-action .right {
  justify-self: center;
  align-self: center;
}
@media (max-width: 1200px) {
  .call-to-action .right {
    justify-self: center;
  }
}
@media (max-width: 480px) {
  .call-to-action .right {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .call-to-action .right a {
    font-size: 18px;
    padding: 9px 15px;
    line-height: 29px;
  }
}
@media (max-width: 480px) {
  .call-to-action .right a {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  header {
    max-height: 100%;
    position: fixed;
    overflow-y: auto;
    width: 100%;
  }
}
@media (max-width: 992px) {
  header .nav-container {
    padding-left: 10px;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  header .main-nav-toggle {
    padding: 15px;
    margin-right: 0;
    margin-top: 0;
    margin-right: 2px;
  }
}
@media (max-width: 992px) {
  header .main-nav {
    position: relative;
    background: #fff;
    max-height: 100%;
    left: 0;
    top: auto;
  }
}
@media (max-width: 992px) {
  header .inner-nav {
    padding: 0 0 10px;
  }
}
@media (max-width: 992px) {
  header .inner-brand {
    padding: 5px 0;
  }
}
@media (max-width: 992px) {
  header .main-nav-toggle {
    margin-left: 0;
    border: none;
    margin-top: 1px;
  }
}
@media (max-width: 992px) {
  header .nav-icon-toggle span {
    background: #153b5e;
    height: 2px;
  }
}

.nav-container {
  padding-left: 15px;
  padding-right: 15px;
}

.inner-nav {
  padding-top: 15px;
  padding-bottom: 0;
}
@media (max-width: 1600px) {
  .inner-nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .header-small .inner-brand {
    height: auto;
  }
}

.header-small .inner-nav > li > a, .header-small .main-nav-toggle, .header-small .menu-extras .menu-item a {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 1366px) {
  .header.header-transparent .inner-nav > li > a {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .header.header-transparent .inner-nav > li > a {
    font-size: 16px;
  }
}

@media (max-width: 1600px) {
  .header-small .inner-nav > li > a, .header-small .main-nav-toggle, .header-small .menu-extras .menu-item a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}
@media (max-width: 1600px) and (max-width: 992px) {
  .header-small .inner-nav > li > a, .header-small .main-nav-toggle, .header-small .menu-extras .menu-item a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1366px) {
  .header-small .inner-nav > li > a, .header-small .main-nav-toggle, .header-small .menu-extras .menu-item a {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .header-small .inner-nav > li > a, .header-small .main-nav-toggle, .header-small .menu-extras .menu-item a {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .header-small .inner-nav > li > a {
    padding: 14px 0;
  }
}

@media (max-width: 992px) {
  .header.header-transparent .inner-nav > li > a {
    padding: 14px 0;
    padding-left: 5px;
  }
}

.inner-header img {
  max-width: 243px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .inner-header img {
    padding: 5px 5px 5px 0;
  }
}
@media (max-width: 1600px) {
  .inner-header img {
    max-width: 210px;
    width: 210px;
  }
}
@media (max-width: 1366px) {
  .inner-header img {
    max-width: 170px;
    width: 170px;
  }
}
@media (max-width: 992px) {
  .inner-header img {
    max-width: 133px;
    width: 100%;
  }
}

@media (max-width: 1600px) {
  .inner-brand {
    height: auto;
  }
}

.header {
  box-shadow: none;
  border-bottom: solid 1px #e8e8e8;
}

.phone-nav a {
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .phone-nav a {
    padding-left: 0 !important;
  }
}
.phone-nav a:hover {
  opacity: 0.9;
}

@media (max-width: 992px) {
  .has-submenu > a:after {
    right: 15px;
    margin-top: -10px;
    font-size: 16px;
  }
}

.menu-item a {
  transition: all 0.3s ease;
}
.menu-item a:hover {
  opacity: 0.9;
}

.inner-nav {
  padding-top: 13px;
}
@media (max-width: 1600px) {
  .inner-nav {
    padding-top: 18px;
  }
}
@media (max-width: 1366px) {
  .inner-nav {
    padding-top: 12px;
  }
}
.inner-nav li a {
  transition: all 0.3s ease;
}
.inner-nav li a:hover {
  opacity: 0.9;
}
@media (max-width: 1600px) {
  .inner-nav li a {
    font-size: 16px;
    padding: 10px 10px;
  }
}

.submenu li a, .submenu-title {
  padding: 15px;
}
@media (max-width: 1366px) {
  .submenu li a, .submenu-title {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .submenu li a, .submenu-title {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .submenu-open > .submenu {
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  .nav-icon-toggle span:nth-child(1) {
    top: 2px;
  }
}

@media (max-width: 992px) {
  .submenu-open > .submenu {
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  .nav-icon-toggle span:nth-child(2) {
    top: 9.4px;
  }
}

@media (max-width: 992px) {
  .inner-nav > li {
    padding-left: 5px;
  }
}

@media (max-width: 992px) {
  .main-nav.in {
    padding-right: 10px;
  }
}

@media (max-width: 992px) {
  .phone-nav {
    width: 100%;
    max-width: 150px;
    text-align: center;
    background: #153A5E;
    border-radius: 30px;
    margin-top: 10px;
    color: #fff !important;
  }
}

.header-fixed {
  top: 0;
}

@media (max-width: 992px) {
  .nav-space-home {
    height: 53px;
  }
}

.nav-space {
  height: 87px;
}
@media (max-width: 1600px) {
  .nav-space {
    height: 76px;
  }
}
@media (max-width: 1366px) {
  .nav-space {
    height: 64px;
  }
}
@media (max-width: 992px) {
  .nav-space {
    height: 53px;
    background: #fff;
  }
}

#scrollTop {
  position: absolute;
  bottom: 10px;
  right: 15px;
  border-radius: 6px;
  border: 2px solid #fff;
  padding: 1px 13px;
  font-size: 18px;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  #scrollTop {
    padding: 2px 13px;
    display: block;
  }
}
#scrollTop:hover {
  border: 2px solid #909090;
  background: #909090;
  opacity: 1;
}
#scrollTop:hover i {
  color: #fff;
}

.scroll-top-text {
  position: absolute;
  bottom: 20px;
  right: 68px;
  font-size: 12px;
  text-transform: uppercase;
  color: #909090;
  transition: all 0.3s ease;
}
.scroll-top-text:hover {
  color: #fff;
}
@media (max-width: 1600px) {
  .scroll-top-text {
    font-size: 7.5px;
    font-weight: bold;
  }
}
@media (max-width: 1200px) {
  .scroll-top-text {
    bottom: 54px;
    right: 15px;
  }
}

.footer {
  padding: 15px 0 0;
}
.footer .footer-container {
  padding-left: 0;
  padding-right: 0;
}
.footer .footer-logo {
  width: 100%;
}
@media (min-width: 992px) {
  .footer .footer-logo {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .footer .footer-logo {
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
  }
}
.footer .widget {
  margin: 0;
}
.footer .bottom-line:after {
  margin: 10px auto 10px 0;
}
.footer p {
  margin-bottom: 0;
}
.footer a {
  text-decoration: none;
}
.footer .copyright {
  padding: 15px;
}
.footer .copyright p {
  margin-bottom: 0;
}
.footer .disclosures-list, .footer address {
  font-size: 20px;
}
@media (max-width: 992px) {
  .footer .disclosures-list, .footer address {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .footer .disclosures-list {
    margin-bottom: 15px;
  }
}
.footer .footer-title {
  font-size: 20px;
  margin-bottom: 0;
  letter-spacing: 1px;
  margin-right: -1px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .footer .footer-title {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .footer .row-footer {
    padding-bottom: 10px;
    max-width: 1020px;
    margin: 0 auto !important;
    display: block;
  }
}
@media (max-width: 992px) {
  .footer address p {
    line-height: 29px;
    margin-bottom: 7px;
  }
}
.footer .fa-globe {
  margin-right: 3px;
}
.footer .fa-phone {
  margin-right: 5px;
}
.footer .fa-fax {
  margin-right: 3px;
}

.home-page .btn-learn-home {
  white-space: inherit;
}
.home-page .hero-caption {
  display: grid;
  width: 100%;
}
.home-page .down-arrow-home {
  cursor: pointer;
}
.home-page #banner-text-second {
  margin: 0 !important;
}
@media (max-width: 992px) {
  .home-page #banner-text-second {
    font-size: 2.6em;
  }
}
@media (max-width: 768px) {
  .home-page #banner-text-second {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .home-page #banner-text-second {
    font-size: 1.6em;
  }
}
.home-page .text-xxxxl {
  font-size: 40px;
  margin: 0 !important;
}
@media (max-width: 992px) {
  .home-page .text-xxxxl {
    font-size: 2.6em;
  }
}
@media (max-width: 768px) {
  .home-page .text-xxxxl {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .home-page .text-xxxxl {
    font-size: 1.6em;
  }
}
.home-page .module-hero {
  height: 100%;
  min-height: 100vh;
  padding: 0;
  background-size: cover !important;
}
@media (max-width: 992px) {
  .home-page .module-hero {
    padding: 0;
    min-height: calc(100vh - 53px);
  }
}
.home-page #banner-button {
  margin-top: 15px;
}
.home-page #banner-button p {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #353535;
}
@media (max-width: 992px) {
  .home-page #banner-button p {
    font-size: 14px;
  }
}
.home-page .btn-lg {
  font-size: 16px;
}
.home-page .down-arrow {
  position: absolute;
  display: block;
  bottom: 15px;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: 0 !important;
  line-height: 30px;
}
@media (max-width: 992px) {
  .home-page .down-arrow {
    font-size: 50px;
    position: relative;
    align-self: end;
    animation: none;
    display: block !important;
    margin-top: 15px !important;
  }
}
@media (max-width: 768px) {
  .home-page .down-arrow {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .home-page .down-arrow {
    font-size: 35px;
  }
}
.home-page .container-hero {
  width: 100%;
  padding: 15px;
}
@media (max-width: 992px) {
  .home-page .container-hero {
    align-self: end;
  }
}
.home-page #hero {
  display: grid;
  grid-template-columns: 1fr;
}
.home-page #about-section .space-icon {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.home-page #about-section .space-icon img {
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .home-page #about-section .space-icon img {
    max-width: 80px;
  }
}
.home-page #about-section .space-line {
  margin-top: 0;
  margin-bottom: 0;
}
.home-page .about-section {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
@media (max-width: 992px) {
  .home-page .about-section {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.home-page .about-section .aviation-background-home {
  background: url("../images/aviation-owners-insurance.jpg") no-repeat center/cover;
}
@media (max-width: 992px) {
  .home-page .about-section .aviation-background-home {
    background: none;
  }
}
.home-page .about-section .marine-image-home {
  background: url("../images/marine-and-boat-owners-insurance.jpg") no-repeat center/cover;
  padding: 0;
}
@media (max-width: 992px) {
  .home-page .about-section .marine-image-home {
    background: none;
  }
}
.home-page .about-section .module-header {
  margin: 0;
  align-self: center;
}
.home-page .about-section .module-header h1 {
  text-align: left;
  margin-top: 0 !important;
}
.home-page .about-section .left-boat {
  padding: 15px 15px 0;
}
@media (max-width: 992px) {
  .home-page .about-section .left-boat img {
    margin-bottom: 10px;
    border-radius: 12px;
  }
}
.home-page .about-section .right {
  padding: 15px;
}
@media (max-width: 992px) {
  .home-page .about-section .right img {
    margin-bottom: 10px;
    border-radius: 12px;
  }
}
.home-page .about-section p {
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 1600px) {
  .home-page .about-section p {
    font-size: 1.1em;
  }
}
@media (max-width: 1200px) {
  .home-page .about-section p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .home-page .about-section p {
    margin-bottom: 15px;
  }
}
.home-page .boat-divider img {
  display: block;
  width: 100%;
  max-width: 200px !important;
  margin: 20px auto 15px !important;
}
@media (max-width: 992px) {
  .home-page .boat-divider img {
    max-width: 130px !important;
    margin: 15px auto !important;
    padding-top: 15px;
  }
}
.home-page .marine-title {
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left;
}
@media (max-width: 992px) {
  .home-page .boat-image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
  }
}
.home-page .text-boat-home {
  margin-bottom: 0 !important;
}
@media (max-width: 992px) {
  .home-page .marine-image-home {
    padding: 15px 15px 0 !important;
  }
}
.home-page #services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media (max-width: 1200px) {
  .home-page #services {
    grid-template-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
    grid-gap: 0;
  }
}
.home-page #services .box-icon, .home-page #services .box-icon-left, .home-page #services .box-icon-right {
  padding: 15px;
}
.home-page #services .index-icons {
  height: auto;
  width: 100%;
  max-width: 150px;
  border-radius: 0 30px 10px;
  border: none;
  margin-bottom: 15px;
  margin-top: 5px;
}
.home-page #services .box-icon {
  display: grid;
  border: none;
  background: #153b5e;
  color: #fff;
  border-radius: 6px;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .home-page #services .box-icon {
    min-height: 430px;
  }
}
@media (max-width: 1200px) {
  .home-page #services .box-icon {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .home-page #services .box-icon {
    max-width: 100%;
  }
}
.home-page #services .box-icon:hover {
  box-shadow: 3px 3px 5px #c7c7c7;
  transform: scale(1.02);
  background: #48165e;
}
.home-page #services .box-icon .divider-line strong {
  display: block;
  font-size: 1.4em;
}
@media (max-width: 992px) {
  .home-page #services .box-icon .divider-line strong {
    display: block;
    text-align: center;
    font-size: 1.2em;
  }
}
.home-page #services .box-icon .divider-line:after {
  margin: 15px auto;
  background: #c7c7c7;
  opacity: 1;
}
.home-page #services .no-line-bottom:after {
  display: none;
}
.home-page #services h4 {
  margin-bottom: 15px;
  color: #fff;
}
@media (min-width: 992px) {
  .home-page #services h4 {
    font-size: 2.3em;
  }
}
.home-page #services .text-color {
  color: #c7c7c7;
}
.home-page #services ul {
  margin-bottom: 0;
}
.home-page #services .left-box, .home-page #services .center-box, .home-page #services .right-box {
  display: grid;
}
.home-page #services .center-content {
  align-self: center;
}
.home-page .membership-section {
  padding: 15px 0;
}
@media (max-width: 992px) {
  .home-page .membership-section {
    padding: 15px;
  }
}
.home-page .membership-section .module-header {
  margin: 0;
}
.home-page .carousel-memberships .membership-images img {
  max-width: 150px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .home-page .carousel-memberships .membership-images img {
    max-width: 200px;
  }
}
.home-page .carousel-memberships .owl-nav {
  display: none !important;
}
.home-page .col-md-12, .home-page .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.home-page .testimonial {
  background: url("../images/24-7-aviation-insurance.jpg") no-repeat center/cover;
  margin: 0;
  display: grid;
  min-height: 300px;
}
@media (max-width: 992px) {
  .home-page .testimonial {
    min-height: 200px;
  }
}
.home-page .testimonial .parallax-text {
  align-self: center;
  padding: 15px;
}
.home-page .testimonial p {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  font-size: 30px;
  text-align: center;
  padding: 15px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 992px) {
  .home-page .testimonial p {
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .home-page .testimonial p {
    font-size: 25px;
    padding: 17px 15px 20px;
  }
}
@media (max-width: 768px) {
  .home-page .testimonial p {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .home-page .testimonial p {
    font-size: 18px;
    line-height: 26px;
    padding: 15px;
  }
}

.about-page h1 {
  margin: 15px 0;
}
@media (max-width: 992px) {
  .about-page h1 {
    margin: 0 0 15px;
  }
}
@media (max-width: 480px) {
  .about-page h1 {
    text-align: left;
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  .about-page .about {
    padding-left: 0;
    padding-right: 0;
  }
}
.about-page .module-header {
  margin: 0;
}
.about-page .lead {
  text-align: left;
}
@media (max-width: 992px) {
  .about-page .lead {
    font-size: 16px;
  }
}
.about-page .cta-button {
  display: block;
  width: 100%;
  max-width: 180px;
  text-align: center;
  padding: 15px 15px;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.about-page .cta-button:hover {
  background: #153A5E;
  color: #fff;
  opacity: 0.9;
}
@media (max-width: 480px) {
  .about-page .cta-button {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .about-page .about-icon {
    width: 30%;
    height: auto;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .about-page .about-icon {
    width: 100%;
    max-width: 130px;
  }
}

.our-clients .services-section {
  display: grid;
}
.our-clients .services-section .content {
  display: grid;
  align-self: center;
  justify-self: center;
  justify-content: center;
  width: 100%;
  max-width: 1170px;
}
.our-clients .services-section .content h4 {
  font-weight: bold;
}
@media (max-width: 480px) {
  .our-clients .services-section .content h4 {
    line-height: 30px;
    text-align: center;
  }
}
.our-clients .services-section .content .box-icon-left {
  padding: 15px;
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 20px;
}
@media (max-width: 992px) {
  .our-clients .services-section .content .box-icon-left {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 0 15px 15px;
    margin-bottom: 20px;
  }
  .our-clients .services-section .content .box-icon-left:last-child {
    margin-bottom: 0;
  }
}
.our-clients .services-section .content .box-icon-left .icon-box-icon {
  margin-left: 0;
  position: relative;
  align-self: center;
  height: auto;
  width: 100%;
  top: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .our-clients .services-section .content .box-icon-left .icon-box-icon img {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  .our-clients .services-section .content .box-icon-left .icon-box-icon img {
    max-width: 150px;
  }
}
.our-clients .cta-button {
  display: block;
  text-align: center;
  margin: 15px auto;
  padding: 15px;
  width: 100%;
  max-width: 200px;
}
@media (max-width: 480px) {
  .our-clients .cta-button {
    max-width: 100%;
  }
}

.services-page {
  padding: 0;
}
.services-page .fa-ul {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .services-page .fa-ul {
    margin-left: 25px;
  }
}
.services-page .fa-li {
  top: 1px;
  color: #088aa0;
}
.services-page ul li {
  position: relative;
  letter-spacing: 2px;
  font-size: 19px !important;
  margin-bottom: 9px;
  line-height: 31px;
}
@media (max-width: 1200px) {
  .services-page ul li {
    font-size: 18px !important;
    margin-bottom: 5px;
  }
  .services-page ul li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .services-page ul li {
    font-size: 16px !important;
    line-height: 28px;
  }
}
.services-page p {
  margin-bottom: 0;
  padding: 15px;
}
@media (max-width: 992px) {
  .services-page p {
    margin-bottom: 0;
    padding: 15px;
    font-size: 20px;
    line-height: 35px;
  }
}
@media (max-width: 480px) {
  .services-page p {
    font-size: 16px;
    line-height: 25px;
  }
}
.services-page .bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 15px;
}
@media (max-width: 1200px) {
  .services-page .bottom {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 768px) {
  .services-page .bottom {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}
.services-page .bottom .center-section {
  align-self: center;
}
@media (max-width: 1200px) {
  .services-page .bottom .center-section {
    grid-area: 3/1;
    grid-column: 1/-1;
    margin-bottom: 0;
    margin-top: 15px;
    border-top: solid 1px whitesmoke;
    padding-top: 15px;
  }
}
.services-page .bottom img {
  margin: 0 auto;
  width: 100%;
  align-self: center;
  max-width: 300px;
}
@media (max-width: 480px) {
  .services-page .bottom img {
    max-width: 100%;
  }
}
.services-page .boat-services .fa-ship {
  color: #5b7191;
}

.resources .hero-caption {
  background-image: url("../images/private-jet-aircraft-insurance2.jpg") !important;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: calc(100vh - 87px);
  display: grid;
  padding: 15px;
}
@media (max-width: 1600px) {
  .resources .hero-caption {
    min-height: calc(100vh - 76px);
  }
}
@media (max-width: 1366px) {
  .resources .hero-caption {
    min-height: calc(100vh - 64px);
  }
}
@media (max-width: 992px) {
  .resources .hero-caption {
    padding: 0;
    min-height: calc(100vh - 53px);
  }
}
.resources .hero-caption .banner-top {
  align-self: center;
  display: grid;
}
.resources .hero-caption h1 {
  padding: 0;
  color: #fff;
  width: 100%;
}
@media (max-width: 768px) {
  .resources .module {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.resources .module h4 {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .resources .module h4 {
    font-weight: bold;
  }
}
.resources .module .feature {
  margin: 0;
  display: grid;
}
.resources .module .feature h4 {
  align-self: center;
  min-height: 60px;
  display: grid;
  align-items: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 16px;
  text-shadow: 2px 2px 1px #e4e4e4;
}
@media (max-width: 480px) {
  .resources .module .feature h4 {
    text-shadow: none;
    min-height: auto;
  }
}
.resources .module .feature img {
  width: 100%;
  margin: 0;
  border: solid 1px #f3f3f3;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 0 1px #c1c1c1;
  transition: all 0.3s ease;
}
.resources .module .feature img:hover {
  box-shadow: 5px 5px 10px #e4e4e4;
}
.resources .module .btn-link {
  background: #153b5e !important;
  width: 100%;
  height: 100%;
  padding: 15px !important;
  border-radius: 12px;
  color: #fff !important;
  border: solid 2px #153b5e !important;
  transition: all 0.3s ease;
  font-size: 16px;
}
.resources .module .btn-link:hover {
  opacity: 0.9;
}
.resources .module .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px 15px;
  padding: 15px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .resources .module .content {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 15px;
  }
}
@media (max-width: 992px) {
  .resources .module .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .resources .module .content {
    grid-template-columns: 1fr;
    letter-spacing: 2px;
  }
}
@media (max-width: 1200px) {
  .claim-page .claims-page {
    padding: 0 !important;
  }
}
.claim-page .background-blue {
  padding-bottom: 15px;
}
@media (max-width: 1200px) {
  .claim-page .background-blue {
    padding: 15px 0;
  }
}
.claim-page h1 {
  text-align: center;
}
@media (max-width: 1200px) {
  .claim-page h1 {
    margin-bottom: 15px;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .claim-page h1 {
    font-size: 2em;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .claim-page h1 {
    font-size: 1.4em;
    line-height: 30px;
    text-align: left;
  }
}
.claim-page p {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .claim-page p {
    font-size: 16px;
  }
}
.claim-page p:last-child {
  margin-bottom: 0;
}
.claim-page a {
  color: #4a771b;
  font-weight: bold;
}
.claim-page span {
  text-align: center;
}
@media (min-width: 1200px) {
  .claim-page .plane-image, .claim-page .plane-image2 {
    height: auto;
    width: 100%;
    max-width: 180px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 1200px) {
  .claim-page .plane-image, .claim-page .plane-image2 {
    height: auto;
    width: 100%;
    max-width: 250px;
    margin: 20px auto;
  }
}
@media (max-width: 480px) {
  .claim-page .plane-image, .claim-page .plane-image2 {
    max-width: 150px;
  }
}
@media (max-width: 1200px) {
  .claim-page .col-tips {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }
}

.contact-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 15px;
  background: url("../images/insurance-for-aircraft-owners.jpg") no-repeat center/cover;
  grid-gap: 50px;
  height: 100%;
  min-height: calc(100vh - 87px);
}
@media (max-width: 1600px) {
  .contact-page {
    min-height: calc(100vh - 76px);
  }
}
@media (max-width: 1366px) {
  .contact-page {
    min-height: calc(100vh - 64px);
  }
}
@media (max-width: 992px) {
  .contact-page {
    padding: 0;
    min-height: calc(100vh - 53px);
    padding: 15px;
    display: block;
  }
}
.contact-page .col-contact-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  float: none;
}
.contact-page .contact-form {
  padding-bottom: 15px;
  display: grid;
  justify-content: left;
  max-width: 500px;
}
@media (min-width: 992px) {
  .contact-page .contact-form {
    max-height: 630px;
    align-self: center;
  }
}
@media (max-width: 992px) {
  .contact-page .contact-form {
    display: grid;
    justify-content: left;
    max-width: 100%;
    margin-top: 15px;
    max-height: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .contact-page .contact-form {
    justify-content: center;
    display: block;
    max-width: 100%;
    margin-top: 15px;
  }
}
.contact-page .left-section {
  justify-content: right;
  justify-self: right;
  align-items: center;
  align-self: center;
  background: rgba(255, 255, 255, 0.97);
  padding: 15px;
  border-radius: 6px;
  max-width: 390px;
  width: 100%;
}
@media (min-width: 992px) {
  .contact-page .left-section {
    padding: 20px;
    border-radius: 12px;
  }
}
@media (max-width: 992px) {
  .contact-page .left-section {
    justify-content: center;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .contact-page .left-section {
    text-align: left;
  }
}
.contact-page #contactForm {
  background: rgba(21, 58, 94, 0.95);
  height: 100%;
  color: #fff;
  padding: 15px;
  border-radius: 6px;
}
@media (max-width: 992px) {
  .contact-page #contactForm {
    background: #153A5E;
  }
}
.contact-page #contactForm h2 {
  color: #fff;
  margin: 5px 0 15px;
  font-size: 32px;
  border-bottom: solid 1px #fff;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  .contact-page #contactForm h2 {
    margin: 2px 0 10px;
    font-size: 2em;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .contact-page #contactForm h2 {
    font-size: 1.4em;
    text-align: left;
    line-height: 30px;
  }
}
.contact-page #contactForm .btn-dark {
  background-color: #ffffff;
  color: #153A5E;
  border-radius: 50px;
  font-size: 16px;
  border: solid 1px #fff;
  outline: none;
  box-shadow: none;
  margin-top: 5px;
}
.contact-page #contactForm .btn-dark:hover {
  background-color: #153A5E;
  color: #fff;
}
@media (max-width: 480px) {
  .contact-page #contactForm .btn-dark {
    width: 100%;
  }
}
.contact-page #contactForm label {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: unset;
  border: 0;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}
.contact-page #contactForm input, .contact-page #contactForm textarea {
  height: auto;
  font-size: 16px;
  margin: 0;
  border: none;
  color: #000;
}
.contact-page #contactForm .form-group {
  margin-bottom: 0;
}
.contact-page #contactForm .form-control {
  border-radius: 3px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .contact-page #contactForm .form-group-two {
    width: 50%;
    float: left;
    padding-left: 0;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .contact-page #contactForm .form-group-three {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .contact-page #contactForm .from-group-four {
    width: 100%;
    float: left;
  }
}
.contact-page .btn-submit {
  display: block;
  width: 100%;
  max-width: 190px;
  text-align: center;
}
@media (max-width: 480px) {
  .contact-page .btn-submit {
    max-width: 100%;
  }
}
.contact-page address {
  margin-bottom: 0;
}
.contact-page .divider-line:after {
  display: none;
  content: none;
}
.contact-page .contact-icons {
  font-size: 17px;
  color: #48155e;
  font-weight: bold;
  margin-right: 3px;
}
.contact-page address p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .contact-page address p {
    text-align: left;
  }
}
.contact-page address p:last-child {
  margin-bottom: 0;
}
.contact-page a {
  transition: all 0.3s ease;
}
.contact-page a:hover {
  opacity: 0.6;
}
.contact-page .top-divider {
  border-top: 3px solid #15385a;
  border-radius: 130px;
  max-width: 30px;
  margin: 0 0 15px;
}
@media (max-width: 992px) {
  .contact-page .top-divider {
    margin: 15px auto;
  }
}
@media (max-width: 480px) {
  .contact-page .top-divider {
    border-top: 3px solid #eeeeee;
    border-radius: 130px;
    max-width: 100%;
  }
}
.contact-page .contact-icon-phone {
  margin-right: 5px;
}
.contact-page .contact-icon-fax {
  margin-right: 5px;
}

.thank-you {
  display: grid;
  grid-template-columns: 1fr;
  background: #183f63;
  height: 100%;
  min-height: calc(100vh - 87px);
}
@media (max-width: 1600px) {
  .thank-you {
    min-height: calc(100vh - 76px);
  }
}
@media (max-width: 1366px) {
  .thank-you {
    min-height: calc(100vh - 64px);
  }
}
@media (max-width: 992px) {
  .thank-you {
    padding: 0;
    min-height: calc(100vh - 53px);
  }
}
.thank-you .thank-you-container {
  align-self: center;
  justify-content: center;
  justify-self: center;
  grid-gap: 15px;
  padding: 15px;
}
.thank-you .thank-you-container h1 {
  align-self: end;
  color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .thank-you .thank-you-container h1 {
    font-size: 1.6em;
  }
}
@media (max-width: 480px) {
  .thank-you .thank-you-container h1 {
    font-size: 1.4em;
    line-height: 27px;
  }
}
.thank-you .thank-you-container p {
  align-self: start;
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .thank-you .thank-you-container p {
    font-size: 1.2em;
  }
}
@media (max-width: 480px) {
  .thank-you .thank-you-container p {
    font-size: 1em;
    line-height: 30px;
  }
}

/*# sourceMappingURL=responsive.css.map */
