html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.rts-breadcrumb-area {
    height: 300px;
    min-height: 180px;
}

.rts-section-gap {
    padding: 5px 0;
}

.appoinment-area-9 input {
    width: 100%;
    margin-bottom: 20px;
    height: 55px;
    border-radius: 15px;
    background: #F6F6F6;
    border: 1px solid #000;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], textarea 
{
    border:1px solid #000
}
.coverage-hero--hub 
{
    padding-bottom: 150px;
}
.coverage-hero 
{
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #0c3c78 0%, #124f9a 55%, #eff6ff 100%);
}



 

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.coverage-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.coverage-hero .title,
.coverage-hero .breadcrumb-area-inner .title {
  color: #fff;
  line-height: 1.15;
}

.coverage-lead {
  color: rgba(255,255,255,.92);
  font-size: 18px;
  line-height: 1.7;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.coverage-page-section {
  background: #f8fbff;
}

.coverage-content-box,
.coverage-card,
.coverage-side-panel,
.coverage-cta-box {
  background: #fff;
  border: 1px solid #e6eef8;
  border-radius: 20px;
  box-shadow: 0 15px 45px rgba(14, 37, 74, 0.08);
}

.coverage-content-box {
  padding: 36px;
}

.coverage-content-box p:last-child {
  margin-bottom: 0;
}

.coverage-side-panel {
  padding: 30px;
}

.coverage-side-panel h4,
.coverage-card h3,
.coverage-cta-box h2,
.coverage-section-title {
  color: #0c3c78;
}

.coverage-check-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 24px;
}

.coverage-check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
}

.coverage-check-list li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #0d8f55;
}

.coverage-card {
  padding: 28px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.coverage-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(14, 37, 74, 0.12);
}

.coverage-card__tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #0d8f55;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.coverage-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #0c3c78;
  font-weight: 700;
}

.coverage-link:hover {
  color: #0d8f55;
}

.coverage-table-wrapper {
  border: 1px solid #e6eef8;
  border-radius: 18px;
  overflow: hidden;
}

.coverage-table thead th {
  background: #0c3c78;
  color: #fff;
  border-bottom: 0;
  padding: 16px 18px;
}

.coverage-table tbody td {
  padding: 16px 18px;
  background: #fff;
  border-color: #e9eff7;
}

.coverage-note {
  font-size: 14px;
  color: #596579;
}

.coverage-cta-section {
  background: #f8fbff;
}

.coverage-cta-box {
  padding: 40px 32px;
}

@media (max-width: 991.98px) {
  .coverage-hero {
    padding: 90px 0 70px;
  }

  .coverage-content-box,
  .coverage-side-panel,
  .coverage-card,
  .coverage-cta-box {
    padding: 24px;
  }

  .coverage-lead {
    font-size: 16px;
  }
}

/* Custom styled dropdown */
.form-select,
.quote-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #d7dde5;
    border-radius: 6px;
    padding: 10px 38px 10px 12px; /* space for arrow */

    font-size: 14px;
    color: #1f1f25;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.5 7.5l4.5 4.5 4.5-4.5'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

    /* Focus state */
    .form-select:focus,
    .quote-form select:focus {
        outline: none;
        border-color: #0d3b66;
        box-shadow: 0 0 0 3px rgba(13,59,102,.08);
    }


#sizeoverride {
    font-size: 20px !important;
}
