/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {

  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
  display: flex !important;
}

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    overflow-y: auto;
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
}

/*# sourceMappingURL=style.css.map */
.engine {
  position: absolute;
  text-indent: -2400px;
  text-align: center;
  padding: 0;
  top: 0;
  left: -2400px;
}

.navbar-toggleable-sm .navbar-collapse {
  display: -ms-flexbox;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.apology-modal {background-color: #2d96cd !important;}
.apology-modal img{ width: 316px;background-color: #fff;}
.apology-modal p{
 /* line-height: 30px; */
 /* font-weight: 500; */
 font-size: 18px;
 color: #fff;
 margin-top: 16px;
}
.apology-modal .wd-red-btn{width: 138px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 100px !important;
 padding: 5px !important;}
 #customerInfo .error{margin: 0;}
 #customerInfo #optout-error{display: block}

 @media (max-width: 991px) {
  .policy-start-date{display: block !important}
    .policy-start-date .input-bgchange,.policy-start-date #satrtDateLabel{
        width: 100% !important;
        background: transparent !important;
        border: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 8px;
        height: auto;
      }
      .policy-start-date .position-relative{margin-left: 0 !important;width: 50% !important}
}

@media (max-width:572px){
  .policy-start-date .position-relative{margin-left: 0 !important;width: 100% !important}
}

.left-column .wd-card{border-radius: 8px;border: 1px solid #0c0c0c;font-weight: 500;box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.1);}
.middle-column .wd-card{border-radius: 8px;border: 1px solid #00AEEF;margin-left:20px;box-shadow: 3px 5px 4px 3px rgba(0,0,0,0.1);}
.right-column .wd-card{border-radius: 8px;border: 1px solid #979CA5;margin-left:20px;box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.1);}
.left-column{width: 20%;font-size: 17px;font-family:'Roboto', sans-serif;font-weight: 500;}
.right-column{width: 40%;font-size: 15px;font-family:'Roboto', sans-serif;font-weight: 300;}
.middle-column{width: 40%;font-size: 16px;font-family:'Roboto', sans-serif;font-weight: 500;}
/* .middle-column{scale: 1.025;} */
.left-column .wd-card-header{background-color: #000;font-size: 25px;}
.middle-column .wd-card-header{background-color: #00AEEF;}
.right-column .wd-card-header{background-color: #979CA5;font-size: 25px;}
.right-column .wd-card{background-color: #F1F1F1;color: #000}
.middle-column .wd-card{background-color: #ECF8FE;color: #00AEEF}
.left-column .wd-card{background-color: #fff;color: #000;}
.left-column .wd-card-header,.middle-column .wd-card-header,.right-column .wd-card-header{color: #fff;border-radius: 7px 7px 0px 0;font-weight: 700;
    padding: 6px 16px;min-height: 60px;display: flex;align-items: center;justify-content: center;
    text-align: center; font-family: 'Bree Serif', serif; }
    .right-column .wd-card div p:last-child,.left-column .wd-card div p:last-child,.middle-column .wd-card div p:last-child{border-radius: 0px 0px 7px 7px;}
.left-column p,.right-column p,.middle-column p {
    display: flex;
    margin: 0;
    min-height: 108px;
    align-items: center;
    padding: 4px 16px;
    justify-content: center;
   
}

.left-column p:not(:last-child){border-bottom: 1px solid #000;}
.right-column p:not(:last-child){border-bottom: 1px solid #979CA5;}
.middle-column p:not(:last-child){border-bottom: 1px solid #00AEEF;}
/* compare table modile */
.compare-table-mobile {border-radius: 8px;border-bottom: 1px solid rgba(0,0,0,.125);box-shadow: 0px 0px 13px 3px rgba(0,0,0,0.1);}
.compare-table-mobile .table-header{background-color: #000;border-radius: 8px 8px 0 0;padding: 5px 12px;color: #fff;font-size: 28px;font-weight: 800;}
.compare-table-mobile .table-header h3{font-size: 25px;margin: 10px;text-align: center;font-family: 'Bree Serif', serif;font-weight: bold}
  .compare-table-mobile  .card {
    border: 0;
  }
  
  .compare-table-mobile .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
  }
  .compare-table-mobile .card .card-header .btn-header-link {
    color: #000;
    display: block;
    text-align: center;
    border: 1px solid #00AEEF;
    padding: 20px;
    background-color: #fff;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 17px !important;
    font-weight: 500;
    margin: 0;
    padding-right: 36px;
    position: relative;

  }
  .compare-table-mobile .card .card-header .collapsed {
    color: #000;
    display: block;
    text-align: center;
    border: 1px solid #000;
    padding: 20px;
    padding-right: 36px;
    position: relative;
  }
  
  .compare-table-mobile .card-body .media img{
    width: 24px;
  }
  
  .compare-table-mobile .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    border-radius: 50%;
    border: 1px solid;
    line-height: 12px;
    padding: 3px 3.4px;
    font-size: 18px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  /* .compare-table-mobile .card:nth-child(even) .card-header .btn-header-link.collapsed {
    background: #fff;
    color: #000;
  } */
  /* .compare-table-mobile .card:nth-child(odd) .card-header .btn-header-link.collapsed{
    background: #fff;
  } */
  .compare-table-mobile .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
  }
  
  .compare-table-mobile .card .collapsing .card-body .desc-text {
    border: 1px solid #979CA5;
    padding:20px;
  }
  
  .compare-table-mobile .card .collapse {
    border: 0;
  }
  .compare-table-mobile .card .card-body {padding: 0;font-size: 14px;font-weight: 500;color: #000;}
  .compare-table-mobile .card .collapse.show .desc-text{
    border: 1px solid #00AEEF;
    padding:20px;
    color: #000;
  }
  .compare-table-mobile .card .collapse.show .desc-text:last-child{margin-bottom: 5px;}
  .compare-table-mobile .card-body .desc-text:nth-child(2){border-radius: 0 0 8px 8px;font-size: 13px}
  .compare-table-mobile .wd-logo{max-width: 220px; display: block; margin: auto;}
  .compare-table-mobile h5{font-family: 'Bree Serif', serif;font-size: 16px;font-weight: bold;text-align: center;}
  /* .compare-table-mobile .media-body{text-align: center;} */
.golderrormsg{    width: 100%;
    height: 100%;position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;}
  .compare-table-mobile .card .card-body .desc-text:nth-child(1){background-color: #ECF8FE;color: #000;font-family: 'Roboto', sans-serif;font-weight: 500;font-size: 16px;}
  .compare-table-mobile .card .card-body .desc-text:nth-child(2){background-color: #F1F1F1;font-family: 'Roboto', sans-serif;font-weight: 300;font-size: 15px;}
@media (max-width:368px){
    .tabs-table .tabs-content .tab .wrap-table{
      width: 100%;overflow-x: auto;
    }
    .tabs-table .tabs-content table th:nth-child(2){width: 105px}
    .tabs-table .tabs-content table th:nth-child(2) p{margin: 0;font-size: 16px !important;}
    
  }
  @media (max-width:390px){
    .header-menu-sec img {
        width: 200px;
    }
    header.fixed-top + div,header.fixed-top + iframe {
        margin-top: 50px;
    }
  }

  /* @media (max-width:992px) and (min-width:888px){
      .left-column p,.right-column p,.middle-column p{min-height: 150px;}
  } */
  @media (min-width:992px){
    .compare-table-data{ display: flex;margin-top: 16px;}
    .compare-table-mobile{display: none;}
  }
  @media (max-width:991.9px){
    .compare-table{overflow-x: auto;display: none;}
    .compare-table-data{width: 888px;    margin: 20px 0; }
    .compare-table-mobile{display: block;}
  }
  @media (max-width:1200px) and (min-width:992px){
    .left-column p,.right-column p,.middle-column p{min-height: 140px;}
  }
.cta-button:hover{color:#1b394e;background-color:#fff;border-color:#1b394e}

.cta-button-primary{
  color: #fff;
  background: #00aeef !important;
  margin-right: 10px;
  -webkit-appearance: none;
  border-radius: 50px;
}
.cta-button-primary:hover{color:#616161 !important; background:#fff !important;}
  .cta-button{
  font-family: Antenna-light 
  ;
  /* min-width: 15.625rem; */
  width: auto;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  display:inline-block;   color: #fff !important;
  background: #00aeef !important;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
  font-size: 22px;
  font-weight: 200;
  position: relative;
  margin-top: .46875rem;
  margin-right: 10px;
  margin-left: 0;
  margin-bottom: .46875rem;
  padding: .9375rem 2.5rem;
  border: 1px solid #00aeef;
  text-decoration: none;
  text-align: center
}

.cta-btn-font{
font-family: 'Poppins' !important;
}
/* Unique styles from legacy style.css */
.bg-lightblue {
    background-color: #eaf7fd;
}

.bg-secondary2 {
    background-color: #d1f0fc;
}

.pricing-ddl .dropdown-toggle{
  background: transparent !important;
    color: #1b394e !important;
    padding: 0  !important;
    margin: 0;
    font-weight: 600;
    border: navajowhite;
    width: 55px;
    text-align: left !important;
    cursor: pointer;
    position: relative;
    justify-content: left;
}
.excess-ddl{ background-color: #f7f7f7;display: inline-block;}
.pricing-ddl .dropdown-toggle::after{
  margin-left: 0;
  position: absolute;
  top: 10px;
  right: 0px;
}
.pricing-ddl .dropdown-menu .dropdown-item{cursor: pointer;font-weight: 500;color: #111B57}
.pricing-ddl .dropdown-menu .dropdown-item:hover{background-color:#00aeef !important;;color: #fff;}
.policy-sec{    align-self: start;}

.form-control{
  height: calc(1.5em + .75rem + 2px) !important;
}
.card-title{
    margin-bottom: 12px !important;
}