/*!
 * Project_Name: Themezy Insurance Template
 * Author: Themezy
 * Email: info@themezy.com
 * URL: http://themezy.com
 */
/*=========================================== 
 * Importing CSS Libraries
 *===========================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; 
  padding: 0;
  display: none;
  justify-content: center;}

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: "Red Hat Display", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, "PingFang HK", "Microsoft JhengHei";
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

/*
 * Global Styles
 */
body {
  color: #768089;
  font-family: "Red Hat Display", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, "PingFang HK", "Microsoft JhengHei";
  font-size: 16px;
  font-weight: 300;
  line-height: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 0 20px; }

hr {
  border: none;
  border-bottom: 1px solid #777; }

ul, ol {
  margin: 0;
  padding-left: 0; }

a {
  text-decoration: none;
  color: #f0a500; }

address {
  font-style: normal; }

p {
  margin-top: 0; }

form input, form textarea, form select {
  outline: none;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
form textarea {
  resize: vertical; }

/*
 * Reusable Components Style
 */
.button, form input[type="submit"], form button, form input[type="reset"] {
  border: none;
  color: white;
  background: #ff6c2f;
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: .3s ease;
          transition: .3s ease; }
  .button:hover, form input[type="submit"]:hover, form button:hover, form input[type="reset"]:hover, .button:focus, form input[type="submit"]:focus, form button:focus, form input[type="reset"]:focus {
    background: #ff6c2f; }

.map {
  min-height: 450px; }

  .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    zoom: 1;
  }
  
  .container:after {
    content: " ";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
  }
  
  /* Base mobile styles: this affects all screen sizes initially */
  @media (min-width: 320px) {
    .container {
      width: 130%; /* Continue full width for small devices */
    }
  }

  @media (min-width: 360px) {
    .container {
      width: 100%; /* Makes the container full width for smaller devices */
    }
  }
  
  @media (min-width: 768px) {
    .container {
      width: 750px; /* Specific width for tablets and above */
    }
  }
  
  @media (min-width: 992px) {
    .container {
      width: 970px; /* Specific width for small desktops */
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      width: 1170px; /* Specific width for large desktops */
    }
  }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  zoom: 1; }
  .container-fluid:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  zoom: 1; }
  .row:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*
 * Header Styles
 */
.site-header .top-header {
  padding: 20px 0; }

.site-header .bottom-header {
  background-color: #ff6c2f;
  zoom: 1;
  padding: 20px 0; }
  .site-header .bottom-header:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
    
  @media screen and (max-width: 640px) {
    .site-header .bottom-header .social-links {
      display: none; } }

#branding {
  float: inherit; }
  #branding .logo, #branding .logo-text {
    display: inline-block;
    vertical-align: middle; }
  #branding .logo {
    margin-right: 10px; 
    width: 28%;}
  #branding .site-title {
    margin-bottom: 0;
    font-size: 20px;
    font-size: 1.25em; }
    #branding .site-title a {
      color: #768089; }

      @media (min-width: 480px) {
        #branding .logo {
          width: 80px; /* Slightly larger logo for slightly larger screens */
        }
      }
      
      @media (min-width: 768px) {
        #branding {
          justify-content: start; /* Align items to the start on larger screens */
        }
      
        #branding .logo {
          width: 100px; /* Further increase the size of the logo on tablets and desktops */
        }
      
        #branding .logo-text {
          display: inline; /* Back to inline for larger screens */
        }
      }
      
      @media (min-width: 992px) {
        #branding .logo {
          width: 140px; /* Larger logo for wide screens */
        }
      }

/* Ensuring the container is flex to align children inline */
.right-section {
  display: flex;
  align-items: center;  /* Aligns items vertically in the center */
  justify-content: space-between; /* Adjust this as per your design */
}


/* Ensures that all children in right-section inherit color and vertical alignment */
.right-section .phone, 
.right-section .language-links, 
.right-section a {
  display: inline-flex;
  align-items: center; /* Ensures vertical centering */
  color: #4A3933; /* Forces inheritance of the color from the parent */
  text-decoration: none; /* Optional: removes underline from links */

  /*font-size: 1.1em; /* Larger font size; adjust as needed */
}

.right-section .phone .icon {
  margin-right: 8px; /* Adjust space between the icon and the number */
  width: auto; /* Use 'auto' to maintain the image aspect ratio */
  height: 30px; /* Adjust icon height to fit your design */
}
/* Specific styles for the language links container */
.right-section .language-links {
  margin-left: 20px; /* Adds space between phone and language links */
}


/* Styling the separator to ensure it matches the link colors */
.right-section .language-links span {
  color: inherit; /* Ensures the separator '|' inherits the same color */
  padding: 0 5px; /* Adds padding around the separator for better spacing */
}

/* Assuming that .right-section contains both the phone and language links */

@media screen and (max-width: 768px) {
  .right-section {
    display: flex;
    flex-wrap: nowrap; /* Prevents wrapping, so items stay in a single line */
    align-items: center;
    justify-content: flex-end; /* Aligns items to the right; adjust as necessary */
  }

  .right-section .phone,
  .right-section .language-links {
    display: flex;
    align-items: center;
  }

  /* Ensure language links and phone number are displayed inline */
  .right-section .phone .icon,
  .right-section .language-links {
    margin-right: 10px; /* Add some space between the phone icon and the language links */
  }

  .right-section .language-links span {
    display: inline; /* Make sure separator is displayed */
  }
  
  /* Adjust the order if necessary */

  .right-section .phone {
    order: 1;
  }
  .right-section .language-links {
    order: 2;
  }
}

@media screen and (max-width: 480px) {
  .right-section {
    justify-content: space-between; /* This will put some space between items */
  }

  /* Adjust the font size for smaller screens */
  .right-section a {
    font-size: 0.9em; 
  }
}



.main-navigation {
  float: left; }
  .main-navigation .menu-toggle {
    border: none;
    background: none;
    color: white;
    font-size: 20px;
    font-size: 1.25em;
    display: none;
    outline: none; }
    @media screen and (max-width: 990px) {
      .main-navigation .menu-toggle {
        display: block; } }
    @media screen and (min-width: 991px) {
      .main-navigation .menu-toggle {
        display: none; } }
  .main-navigation .menu {
    list-style: none;
    display: inline-block;
    margin-top: 5px; }
    @media screen and (max-width: 990px) {
      .main-navigation .menu {
        display: none; } }
    @media screen and (min-width: 991px) {
      .main-navigation .menu {
        display: block; } }
    .main-navigation .menu li {
      display: inline-block; }
      .main-navigation .menu li a {
        color: white;
        padding: 0 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        -webkit-transition: .3s ease;
                transition: .3s ease; }
        .main-navigation .menu li a:hover {
          color: #4A3933; }
      .main-navigation .menu li.current-menu-item a {
        color: #4A3933; }
  

  
.social-links {
  float: right; }

  .social-links a {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    text-align: center;
    line-height: 1.8;
    color: white;
    margin-left: 5px;
    display: inline-block;
    -webkit-transition: .3s ease;
            transition: .3s ease; }
    .social-links a:hover {
      color: #4A3933;
      border-color: #4A3933; }

.mobile-navigation {
  clear: both;
  display: none; }
  @media screen and (min-width: 991px) {
    .mobile-navigation {
      display: none !important; } }
  .mobile-navigation .menu {
    list-style: none; }
    .mobile-navigation .menu a {
      padding: 20px 0;
      display: block;
      color: white; }
    .mobile-navigation .menu .current-menu-item a {
      color: #4A3933; }

.breadcrumbs {
  background-color: #f1f1f1;
  padding: 20px 0;
  font-size: 14px;
  font-size: 0.875em; 
}
  .breadcrumbs a {
    margin-right: 10px;}
    .breadcrumbs a:after {
      content: " ";
      width: 7px;
      height: 5px;
      background: url(images/arrow.png) no-repeat;
      display: inline-block;
      margin-left: 10px; }


/* Base container for layout management */
.hero-and-form {
  position: relative; /* Needed for absolute positioning of children */
}

/* Hero slider styles */
.hero-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Hero slider styles */
.hero-slider .slides li {
  position: relative; /* Needed for absolute positioning of form */
  display: flex;
  justify-content: flex-start; /* Align to the start on large screens */
  align-items: center;
  min-height: 700px; /* Adjust height for larger screens if needed */
  background-size: cover;
  background-position: center;
}

/* Form content styles for large screens */
.form-content {
  position: absolute; /* Overlay form on the slider */
  top: 50%; /* Center vertically */
  left: 20%; /* Place to the left */
  transform: translateY(-50%); /* Offset by half its height for perfect centering */
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%; /* Adjust width as needed */
  max-width: 500px;
  z-index: 2;
}


/* Styling for the tabs */
#tabs {
  padding: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ff6c2f; /* Semi-transparent for visibility */
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 4px;
  font-size: 12px;
  margin: 5px;
}

.tab img {
  margin-bottom: 8px;
  width: 50px;
  height: 50px;
}

.tab.active, .tab:hover {
  background-color: #FFE000;
  color: #4A3933;
}

/* Form element styling */
form h2 {
  color: #4A3933;
  text-align: center;
}

form select, form input[type="number"], form input[type="date"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ff6c2f;
  border-radius: 4px;
  color: #4A3933; /* Brownish placeholder text */
}

form button {
  width: 100%;
  background-color: #ff6c2f;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}

form button:hover {
  background-color: #E6C800;
}

/* Responsive adjustments for tablet devices like iPads */
@media (min-width: 768px) and (max-width: 1024px) {
  /* This targets tablet devices like iPads */
  .hero-slider .slides li {
    min-height: 400px; /* Adjust if you need more height for the slider */
  }
  
  .form-content {
    width: 70%; /* Increase the width of the form on tablets */
    margin-top: -50px; /* Adjust position as needed */
    left: 15%; /* Center form horizontally; adjust as necessary */
    transform: translateY(-50%);
    padding: 30px; /* Give more space inside the form */
  }

  /* Adjust the form width if necessary for landscape view */
  @media (orientation: landscape) {
    .form-content {
      width: 50%; /* You can increase or decrease this as needed */
    }
  }
}

@media (max-width: 767px) {
  /* Styles for mobile devices */
  .hero-and-form {
    flex-direction: column; /* Stack slider and form */
  }

  .hero-slider .slides li {
    min-height: 300px; /* Reduce height for smaller devices */
  }

  .form-content {
    width: 90%; /* Make the form take more screen width on smaller devices */
    margin-top: 20px; /* Space between the slider and form */
    padding: 20px; /* Padding inside the form */
  }
}

@media (max-width: 480px) {
  /* Further adjustments for very small screens */
  .form-content {
    width: 95%; /* Allow the form to fill the screen more */
  }
}

@media (max-width: 991px) {
  .hero-slider .slides li {
    min-height: 400px; /* Adjust for medium screens */
  }

  .form-content {
    position: static; /* Revert to normal document flow */
    width: auto; /* Take up necessary space */
    max-width: 500px; /* Maintain max-width */
    margin: 20px auto; /* Center within the available space */
    padding: 20px; /* Keep padding consistent */
    transform: none; /* Remove transform */
  }
}

@media (max-width: 768px) {
  .hero-slider .slides li {
    min-height: 300px; /* Adjust for smaller screens */
  }

  .form-content {
    width: 90%; /* Allow some margin on the sides */
  }
}

@media (max-width: 480px) {
  .hero-slider .slides li {
    min-height: 200px; /* Further adjust for very small screens */
  }

  .form-content {
    width: 95%; /* Use most of the screen width */
  }
}

        
.fullwidth-block {
  padding: 50px 0; }

.section-title, .section-subtitle {
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  display: block; }

.section-title {
  font-size: 48px;
  font-size: 3em; 
  color: #ff6c2f;}

.section-subtitle {
  font-size: 30px;
  font-size: 1.875em;
  color: #ff6c2f;
  margin-top: -50px;
  margin-bottom: 50px; }

  .section-sub {
    font-size: 30px;
    font-size: 1.875em;
    color: #ff6c2f; }

  .insurance-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centers the items horizontally */
    gap: 20px; /* Adds space between the items */
  }
  
  .insurance-category {
    background: #f8f8f8; /* Light grey background, similar to the image */
    border-radius: 10px; /* Rounded corners */
    padding: 20px; /* Spacing inside each category */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Subtle shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for hover */
    text-align: center; /* Center the text */
    width: 100%; /* Use full width of the column */
    margin-bottom: 20px; /* Space at the bottom of each category */
  }
  
  .insurance-category img {
    width: 90px; /* Fixed width for images, adjust as needed */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 10px; /* Space between the image and the title */
  }
  
  .category-title {
    color: #ff6c2f; /* Dark text color */
    font-size: 14px; /* Font size for titles */
    margin: 0; /* Remove default margins */
  }
  
  /* Hover effects */
  .insurance-category:hover {
    transform: translateY(-5px); /* Slightly raise the tile */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Stronger shadow on hover */
  }
  
  /* Responsive adjustments for smaller screens */
  @media (max-width: 991px) {
    .col-md-2 {
      flex: 0 0 33.333333%; /* 3 columns for medium screens */
      max-width: 33.333333%; /* 3 columns for medium screens */
    }
  }
  
  @media (max-width: 767px) {
    .col-md-2, .col-sm-4 {
      flex: 0 0 50%; /* 2 columns for small screens */
      max-width: 50%; /* 2 columns for small screens */
    }
  }
  
  @media (max-width: 575px) {
    .col-md-2, .col-sm-4, .col-xs-6 {
      flex: 0 0 100%; /* 1 column for extra small screens */
      max-width: 100%; /* 1 column for extra small screens */
    }
  }
  
  .feature {
    margin-bottom: 30px;
    text-align: center;
  }
  
  .feature-image {
    width: 350px;; /* Ensures image is responsive and doesn't stretch */
    height: auto; /* Maintains aspect ratio */
    margin-bottom: 20px; /* Space between the image and the title */
  }

  .feature-image-big {
    width: 400px;; /* Ensures image is responsive and doesn't stretch */
    height: 250px; /* Maintains aspect ratio */
    margin-bottom: 20px; /* Space between the image and the title */
  }
  
  .feature .feature-title {
    font-size: 1.25em;
    margin-bottom: 20px;
    color: #ff6c2f;
    font-weight: 400;
  }

.about-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  zoom: 1; }

  .about-container:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }


.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.offer {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden; }
  .offer .caption {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    width: 100%;
    padding: 20px; }
  .offer.caption-top .caption {
    top: 0; }
  .offer.caption-bottom .caption {
    bottom: 0; }
  .offer img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto; }
  .offer .offer-title {
    margin: 0; }

.news-list {
  margin-top: 50px; }

.news figure {
  margin-bottom: 20px;
  overflow: hidden; }
  .news figure img {
    display: block;
    max-width: 100%;
    width: 100%; }
.news .date {
  font-size: 14px;
  font-size: 0.875em; }
  .news .date img {
    margin-right: 10px; }
.news .entry-title {
  font-size: 16px;
  font-size: 1em;
  font-weight: 300; }
  .news .entry-title a {
    color: #768089;
    -webkit-transition: .3s ease;
            transition: .3s ease; }
    .news .entry-title a:hover {
      color: #f0a500; }
    .news .entry-title a:after {
      content: " ";
      display: inline-block;
      margin-left: 10px;
      width: 10px;
      height: 7px;
      background: url("images/arrow-blue.png"); }

.testimonial-slider {
  color: white;
  position: relative;
  padding-bottom: 50px; }
  .testimonial-slider .slides {
    list-style: none;
    zoom: 1; }
    .testimonial-slider .slides:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
  .testimonial-slider blockquote {
    font-size: 30px;
    font-size: 1.875em;
    text-align: center; }
    .testimonial-slider blockquote cite {
      font-size: 15px;
      font-size: 0.9375rem;
      text-transform: uppercase;
      margin-top: 30px;
      display: block;
      font-style: normal; }
  .testimonial-slider .flex-control-nav {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    list-style: none;
    z-index: 99; }
    .testimonial-slider .flex-control-nav li {
      display: inline-block;
      margin: 0 5px; }
      .testimonial-slider .flex-control-nav li a {
        overflow: hidden;
        text-indent: -9999px;
        background: #4795cd;
        border-radius: 50%;
        display: block;
        width: 15px;
        height: 15px;
        cursor: pointer; }
        .testimonial-slider .flex-control-nav li a.flex-active {
          background-color: white; }

          .partners {
            background-color: #f9f9f9; /* Light grey background */
            border-radius: 20px; /* Rounded corners */
            padding: 30px; /* Padding around the logos */
            display: flex; /* Enables flexbox */
            flex-wrap: wrap; /* Allows items to wrap to the next line */
            justify-content: space-around; /* Distributes space around items */
            align-items: center; /* Vertically aligns items in the middle */
            gap: 20px; /* Space between logos */
            box-shadow: 0 4px 20px rgba(0,0,0,0.1); /* Subtle shadow */
          }
          
          .partners img {
            max-width: 250px; /* Increased maximum width for each logo */
            height: auto; /* To maintain aspect ratio without specifying height */
            opacity: 0.8; /* Logos are often shown with reduced opacity to ensure uniformity */
            transition: opacity 0.3s ease; /* Transition for hover effect */
            margin: 10px; /* Adds some space around each logo */
          }
          
          /* If you want a consistent height for all logos instead, you can specify a fixed height */
          .partners img {
            max-width: 250px; /* Maximum width for each logo, or you could use width instead if you prefer */
            max-height: 100px; /* Maximum height for each logo */
            object-fit: contain; /* Ensures the image is fully visible, may add letterboxing */
            opacity: 0.8;
            transition: opacity 0.3s ease;
            margin: 10px; /* Adjust margin to your preference */
          }

          /* Additional styling for smaller logos */
          .partners img.small-logo {
            max-width: 170px; /* Smaller maximum width for tiny logos */
            max-height: 100px; /* Smaller maximum height for tiny logos */
          }

          
          .partners img:hover {
            opacity: 1; /* Full opacity on hover */
          }
          
          /* Adjustments for responsiveness */
          @media (max-width: 768px) {
            .partners {
              justify-content: center; /* Center logos on smaller screens */
            }
            .partners img {
              max-width: 100px; /* Smaller logos on smaller screens */
            }
            .partners img.small-logo {
              max-width: 100px; /* Smaller logos on smaller screens */
            }
          }
          
          @media (max-width: 480px) {
            .partners {
              padding: 20px; /* Less padding on very small screens */
            }
          }

          
          .contact-section {
            padding: 50px 0;
          }
          
          .contact-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
          }
          
          .contact-content {
            display: flex;
            justify-content: center;
            align-items: flex-start;
          }
          
          .contact-image {
            flex-basis: 40%;
            text-align: center; /* Center the image if it doesn't take full width of the div */
          }
          
          .mailbox-icon {
            max-width: 100%; /* Use 100% of the parent container, or adjust as necessary */
            height: auto;
          }
          
          .contact-info {
            flex-basis: 40%;
            padding-left: 50px; /* Space between the image and contact details */
            margin-top:10%
          }
          
          .contact-details {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
          }
          
          .contact-icon {
            width: 50px; /* Adjust size as necessary */
            height: auto;
            margin-right: 20px;
          }
          
          .contact-details p {
            font-size: 18px;
            color: #ff6c2f;
            margin: 0;
      
          }
          
          @media (max-width: 768px) {
            .contact-content {
              flex-direction: column;
              
            }
          
            .contact-image {
              flex-basis: auto; /* Allow the image container to adjust its size */
              margin-top:5%
            }
          
            .contact-info {
              padding-left: 0; /* Remove the padding on smaller screens */
            }
          }
          





.page {
  padding: 20px 0; }
  .page .entry-title {
    font-size: 48px;
    font-size: 3em;
    font-weight: 300; }
  .page p {
    line-height: 2; }
  .page .row {
    margin: 25px -15px; }

  .banner-container {
      position: relative; /* Needed for absolute positioning the text */
      background-color: #fde4ac;
      border-radius: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;
      width: 80%; /* Adjust as per your design requirements */
      max-width: 1150px; /* Maximum width */
      margin: auto; /* Center the container in the middle of the parent element */
      overflow: hidden; /* Prevents content from spilling outside the border-radius */
  }

  .centered-image {
    max-width: 100%; /* Ensures the image is responsive and does not overflow its container */
    width: 15%;
    height: auto; /* Maintain the aspect ratio of the image */
    border-radius: 15px; /* Apply border-radius if you want to round the corners of the image as well */
    opacity: 0.5; /* Only the image is semi-transparent */
    z-index: 1; /* Ensures the image is below the text */
  }
  
  .banner-container p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers the text element */
    color: #4A3933;
    font-size: 42px;
    font-weight: bold;
    margin: 0; /* Removes the default margin to help with centering */
    z-index: 2; /* Ensures the text is above the image */
  }

  .banner-container p, .banner-container .small {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #4A3933;
    font-size: 36px; /* Default font size */
    font-weight: bold;
    margin: 0;
    z-index: 2;
  }
  
  .banner-centered-image {
    max-width: 100%;
    width: 30%;
    height: auto; /* Maintain the aspect ratio of the image */
    border-radius: 15px; /* Apply border-radius if you want to round the corners of the image as well */
    opacity: 0.5; /* Only the image is semi-transparent */
    z-index: 1; /* Ensures the image is below the text */
  }

  /* Responsive adjustments */
@media (max-width: 768px) {
  .centered-image, .banner-centered-image {
    width: 50%; /* Increase the width on smaller screens */
  }
  
  .banner-container p, .banner-container .small {
    font-size: 24px; /* Smaller font size for smaller screens */
  }
}

@media (max-width: 480px) {
  .centered-image, .banner-centered-image {
    width: 70%; /* Further increase the width for very small screens */
  }
  
  .banner-container p, .banner-container .small {
    font-size: 18px; /* Even smaller font size for very small screens */
  }
}


.image-about-container {
  display: flex;
  flex-wrap: wrap; /* Allows images to wrap on smaller screens */
  gap: 20px; /* Spacing between images */
  justify-content: center; /* Centers images */
  margin-bottom: 30px;
}

.image-about-container img {
  flex: 1; /* Flexible grow to fill available space */
  width: 5%;
  border-radius: 8px; /* Rounded corners for images */
  box-shadow: 0 4px 8px rgba(0,0,0,0.15); /* Shadow for depth */
}


.bigger {
  font-size: 18px; /* Larger font size for emphasis */
  line-height: 1.8; /* Increased line height for better readability */
  font-weight: bold; /* Bold font to make it stand out */
  color: #333; /* Darker color for emphasis */
  margin-bottom: 20px; /* Adequate space below the paragraph */
  text-shadow: 0 1px 2px rgba(0,0,0,0.1); /* Subtle shadow for better focus */
}




.features {
  zoom: 1;
  margin: 0 -15px;
  position: relative;
  z-index: 1; }
  .features p .features desc {
    color:#4A3933
  }
  .features:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .features:after {
    content: " ";
    height: 50px;
    top: 50px;
    left: 15px;
    right: 15px;
    position: absolute;
    background: url(images/dotted.png) repeat-x;
    z-index: -1; }
    
    @media screen and (max-width: 768px) {
      .features:after {
        display: none; } }
  .features .feature-numbered {
    width: 25%;
    float: left;
    padding: 15px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .features .feature-numbered {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      .features .feature-numbered {
        width: 100%; } }
    .features .feature-numbered .num {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      border: 2px solid #f0a500;
      color: #f0a500;
      text-align: center;
      font-size: 36px;
      font-size: 2.25em;
      line-height: 1.8;
      font-weight: 400;
      margin: 0 auto 20px;
      background-color: white;
      box-shadow: 0 0 0 10px white; }
    .features .feature-numbered .feature-title {
      font-size: 20px;
      font-size: 1.25em;
      color: #f0a500;
      font-weight: 400; }

.insurance-item {
  width: 33.3333%;
  padding: 15px; }
  @media screen and (max-width: 990px) {
    .insurance-item {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .insurance-item {
      width: 100%; } }
  .insurance-item .insurance-icon {
    font-size: 48px;
    font-size: 3em;
    color: #f0a500;
    margin-bottom: 20px; }
  .insurance-item .insurance-content {
    background: #f1f1f1;
    border-radius: 3px;
    padding: 30px;
    text-align: center; }
  .insurance-item .insurance-title {
    font-size: 36px;
    font-size: 2.25em;
    font-weight: 300;
    color: #f0a500; }




.pagination {
  text-align: center;
  margin-top: 40px; }
  .pagination span, .pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 1.8;
    -webkit-transition: .3s ease;
            transition: .3s ease; }
  .pagination span.current, .pagination a:hover {
    background-color: #f0a500;
    color: white;
    border: 1px solid #f0a500; }
  .pagination a {
    border: 1px solid #ccc;
    color: #768089; }

.arrow-list {
  list-style: none;
  margin-bottom: 30px; }
  .arrow-list li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px; }
    .arrow-list li:before {
      content: " ";
      width: 7px;
      height: 5px;
      background: url(images/arrow.png) no-repeat;
      display: block;
      position: absolute;
      top: 10px;
      left: 0; }

.boxed-feature {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 30px; }
  .boxed-feature i, .boxed-feature .feature-desc {
    display: inline-block;
    vertical-align: middle; }
  .boxed-feature i {
    font-size: 48px;
    font-size: 3em;
    color: #f0a500;
    margin-right: 20px;
    margin-top: -10px; }
  .boxed-feature .feature-title {
    margin-bottom: 0;
    font-weight: 300; }

.contact-form input:not([type="submit"]), .contact-form textarea {
  width: 100%;
  margin-bottom: 10px;
  -webkit-transition: .3s ease;
          transition: .3s ease; }
  .contact-form input:not([type="submit"]):focus, .contact-form input:not([type="submit"]):hover, .contact-form textarea:focus, .contact-form textarea:hover {
    border-color: #f0a500; }
.contact-form textarea {
  min-height: 150px;
  margin-bottom: 20px; }

/*
 * Footer Styles
 */
 .site-footer {
  border-top: 1px solid #ccc;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #4A3933;
  background-color: white;
}

.site-footer .widget-area .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: start;
  max-width: 1500px; /* Maximum width of the container */
  width: 100%; /* Full width for responsiveness */
  margin: 0 auto; /* Centering the container */
}

.site-footer .widget-area a {
  color: #4A3933;
  text-decoration: none; /* Removing underline from links */
}

.site-footer .widget-area .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px; /* Space between widgets */
}

.site-footer .widget-area .widget {
  font-size: 1rem;
  margin-bottom: 20px;

}

.site-footer .widget-area .col-xs-12.col-sm-4.col-md-2,
.site-footer .widget-area .col-xs-12.col-sm-4.col-md-4 {
  flex: 1; /* Allow columns to grow */
  min-width: 200px; /* Minimum width to prevent wrapping */
  max-width: 350px; /* Maximum width for consistency */
  margin-bottom: 30px; /* Space between columns when they wrap */
}

.site-footer .widget-title {
  color: #ff6c2f;
  margin: 10px 0; /* More space around the widget title */
}

.site-footer .widget-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.site-footer .widget-area ul li a {
  padding: 5px 0; /* Reduced vertical padding for each link */
}

.site-footer .widget-area .social-link a {
  font-size: 1.5rem; /* Larger size for social icons */
  color: #4A3933; /* Color for social icons */
  margin: 0 10px; /* Space between social icons */
}

.site-footer .widget-area .payment-methods {
  display: flex; /* Aligns children in a row */
  flex-wrap: nowrap; /* Prevents them from wrapping */
  gap: 10px; /* Adjust the gap to your liking */
}

.site-footer .widget-area .payment-methods img {
  width: 50px; /* Or any other size that fits all images in one line */
  height: auto; /* Keeps the aspect ratio of the images */
  margin: 0; /* Removes default margins, adjust if needed */
}

.site-footer .bottom-footer {
  background-color: #ff6c2f;
  text-align: center;
  padding: 30px 0;
  color: white;
}

/* Responsive adjustments */
.site-footer .footer-navigation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;

}

.site-footer .footer-navigation a {
  color: white;
  padding: 10px 15px; /* Increase padding to 15px on left and right for more space */
  text-decoration: none;
  display: inline-block; /* Inline-block for horizontal alignment */
}


.site-footer .colophon {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .site-footer .widget-area .container,
  .site-footer .widget-area .row,
  .site-footer .widget-area {
    flex-direction: column;
  }

  .site-footer .widget-area .col-xs-12.col-sm-4.col-md-2,
  .site-footer .widget-area .col-xs-12.col-sm-4.col-md-4 {
    width: 100%;
    max-width: none; /* Removing max-width on smaller screens */
  }
  
  .site-footer .widget-area .social-link a {
    margin: 0 5px; /* Adjust margin for smaller screens if necessary */
  }

  .site-footer .widget-area .payment-methods img {
    margin: 0 5px; /* Adjust margin for smaller screens if necessary */
  }
}

@media (max-width: 768px) {
  .site-footer .widget-area .widget {
    margin-bottom: 0px; /* Even less space between sections on small screens */
  }
  
  .site-footer .widget-area ul li a {
    padding: 3px 0; /* Further reduced vertical padding for each link on small screens */
  }

  /* Additional responsive adjustments might be needed depending on other content */
}

/* Remove separators and stack links for smaller screens */
@media (max-width: 768px) {
  .site-footer .footer-navigation {
    flex-direction: column;
    align-items: center;
  }

  .site-footer .footer-navigation a:not(:last-child)::after {
    content: none; /* Remove separators */
  }

  .site-footer .footer-navigation a {
    padding: 5px 0;
  }
}

/* Remove extra white space beneath the footer */
.site-footer {
  padding-bottom: 0; /* Adjust or remove padding if needed */
}

/* Ensure no extra margin or padding at the bottom of the navigation list */
.site-footer .footer-navigation {
  margin-bottom: 0;
}

.detail-form-content {
  background-color: #ffffff; /* Change as per your actual color */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 79, 248, 0.1); /* Gives a subtle shadow around the form */
  margin-top: 20px; /* Centers the form in the middle of the page */
  max-width: 1200px; /* Maximum width */
}

/* Detailed Form styles */


.detail-form-content {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 79, 248, 0.1);
  margin: 20px auto;
  box-sizing: border-box;
  max-width: 1200px; /* Adjusted for larger screens but constrained for smaller devices */
}

/* Label styles for clarity and emphasis */
.detail-form-content label {
  font-weight: bold;
  margin-bottom: 8px;
  color: #ff6c2f;
  display: block; /* Ensure labels are block for better structure */
}


.detail-form-content select, 
.detail-form-content input[type="number"]{
  padding: 10px;
  margin-bottom: 16px;
  border: 1px solid #ccc; /* Border color */
  border-radius: 4px;
  
}

/* Common styles for all input types for consistency */
.detail-form-content input[type="text"],
.detail-form-content input[type="email"],
.detail-form-content input[type="tel"],
.detail-form-content input[type="number"],
.detail-form-content select {
  width: 100%;
  padding: 12px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box; /* Include padding and border in the width */
}

.detail-form-content input[type="checkbox"] {
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px; /* Or adjust the width as needed */
  height: 20px; /* Or adjust the height as needed */
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px; 
  /* Removed the transform scale for base styling */
}



/* Styles for checkbox when hovered or checked */
.detail-form-content input[type="checkbox"]:hover,
.detail-form-content input[type="checkbox"]:checked {
  border-color: #ff6c2f; /* Orange border for emphasis */
  background-color: #ff6c2f; /* Orange background when checked */
}

/* Custom checkmark for checked state using pseudo-elements */
.detail-form-content input[type="checkbox"]:checked:after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px; /* Size of the checkmark */
}


/* Reset the appearance when the checkbox is unchecked */
.detail-form-content input[type="checkbox"]:not(:checked) {
  background-color: #fff; /* Back to white background */
  border-color: #ccc; /* Reset border to default */
}

/* Reset pseudo-element for unchecked state */
.detail-form-content input[type="checkbox"]:not(:checked):after {
  content: none; /* No content for the unchecked state */
}

.detail-form-content p {
  color: #4A3933;
  font-size: 18px; /* Size of the checkmark */
  margin-bottom: 5px; /* Adds spacing between checkbox options */
  font-weight:bold;
}

/* General style for the options container */
.options div {
  margin-bottom: 10px; /* Maintain spacing between checkbox groups for clarity */
}

/* Enhanced checkbox styles for better usability */
.options input[type="checkbox"] {
  cursor: pointer;
  transform: scale(1.5); /* Increase scale for easier interaction on small screens */
  margin-right: 10px; /* Slightly more space to prevent touching adjacent elements */
  vertical-align: middle; /* Align with the middle of text labels */
  margin-bottom: 10px; /* Slightly more space to prevent touching adjacent elements */
}


/* Styles for labels associated with checkboxes */
.options label {
  font-size: 16px; /* Larger font for easier reading on small screens */
  margin-right: 20px; /* Reduce right margin to fit smaller screens better */
  cursor: pointer; /* Indicate that the label is interactive */
  display: inline-block; /* Keep label on the same line as the checkbox */
}

@media (max-width: 390px) {
  /* Adjust label styles on small screens */
  .options label {
    font-size: 14px; /* Smaller font size for small screens */
    margin-right: 15px; /* Reduced space between label and checkbox */
  }

  .options label.small {
    font-size: 12px; /* Even smaller font size for 'small' labels */
  }

  /* Style adjustments for the checkbox for better handling on small screens */
  .options input[type="checkbox"] {
    cursor: pointer;
    transform: scale(1.5); /* Increase scale for easier interaction on small screens */
    margin-right: 10px; /* Slightly more space to prevent touching adjacent elements */
    vertical-align: middle; /* Align with the middle of text labels */
  }

  /* Adjustments for the overall options container */
  .options {
    justify-content: space-between; /* Space out items when they wrap onto multiple lines */
    padding: 10px 0; /* Padding to ensure there's space inside the container */
  }
}


@media (max-width: 375px) {
  /* Adjust label styles on small screens */
  .options label {
    font-size: 14px; /* Smaller font size for small screens */
    margin-right: 5px; /* Reduced space between label and checkbox */
  }

  .options label.small {
    font-size: 12px; /* Even smaller font size for 'small' labels */
  }

  /* Style adjustments for the checkbox for better handling on small screens */
  .options input[type="checkbox"] {
    cursor: pointer;
    transform: scale(1.5); /* Increase scale for easier interaction on small screens */
    margin-right: 10px; /* Slightly more space to prevent touching adjacent elements */
    vertical-align: middle; /* Align with the middle of text labels */
  }

  /* Adjustments for the overall options container */
  .options {
    justify-content: space-between; /* Space out items when they wrap onto multiple lines */
    padding: 10px 0; /* Padding to ensure there's space inside the container */
  }
}

/* General styles for radio group and buttons */
.detail-form-content .van-radio-group {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
}

.detail-form-content .van-radio-group button {
  background-color: #f8f8f8;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px 16px;
  cursor: pointer;
  outline: none;
  font-size: 1em;
  transition: all 0.3s ease; /* Apply transitions to all properties */
  margin-right: 8px; /* Ensure margin is applied to all buttons except last */
}

/* Remove margin for the last button in the group */
.detail-form-content .van-radio-group button:last-child {
  margin-right: 0;
}

/* Hover and focus states for better interaction feedback */
.detail-form-content .van-radio-group button:hover,
.detail-form-content .van-radio-group button:focus {
  background-color: #FFE000; /* Lighten the background on hover/focus */
  color: #ff6c2f; /* Darken text for better contrast */
  border-color: #FFE000; /* Slightly darker border on hover/focus */
}

/* Active state for selected radio buttons */
.detail-form-content .van-radio-group .active {
  background-color: #FFE000; /* Bright yellow for active state */
  color: #ff6c2f; /* Deep blue text for better visibility */
  border-color: #FFE000; /* Same as background for a cleaner look */
}

/* Ensure accessibility: outline on focus */
.detail-form-content .van-radio-group button:focus {
  outline: 2px solid #FFE000; /* Blue outline for better focus visibility */
}
/* The submit button at the bottom of the form */
.detail-form-content button[type="submit"] {
  padding: 10px 15px;
  background-color: #ff6c2f; /* Button background color */
  color: #fff; /* Button text color */
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Hover state for the submit button */
.detail-form-content button[type="submit"]:hover {
  background-color: #ff6c2f; /* Darker shade for hover */
}

/* Specific style for dropdowns and input to match the example image */
.detail-form-content select,.detail-form-content input[type="text"], .detail-form-content input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff; /* Dropdown background color */
  background-image: url('down-arrow-icon-path'); /* Replace with actual path to your down arrow icon */
  background-repeat: no-repeat;
  background-position: right 10px center;
}

/* Specific styles for different sections if needed */
.detail-form-content .comprehensive-section {
  display: none; /* Initially hidden, can be shown based on coverage type selection */
}

/* Base styles for the checkbox within .checkbox-group */
.detail-form-content .checkbox-group input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-appearance: none; /* Remove default style on WebKit browsers */
  -moz-appearance: none; /* Remove default style on Mozilla browsers */
  appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  position: relative;
}

/* Style for when the checkbox is checked */
.detail-form-content .checkbox-group input[type="checkbox"]:checked {
  background-color: #ff6c2f; /* Example color when the checkbox is checked */
  border-color: #ff6c2f;
}

/* Create a custom checkmark icon */
.detail-form-content .checkbox-group input[type="checkbox"]:checked:after {
  content: '✔'; /* Checkmark character */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px; /* Adjust size as needed */
}

/* Ensure the checkbox is easily clickable */
.detail-form-content .checkbox-group input[type="checkbox"] {
  padding: 10px; /* Padding for larger clickable area */
}

/* Label alignment with the checkbox */
.detail-form-content .checkbox-group label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 5px; /* Space between the checkbox and the label text */
}

/* Responsive adjustments for devices with maximum width of 320px */
@media (max-width: 320px) {
  .detail-form-content .checkbox-group input[type="checkbox"] {
    transform: scale(1.2); /* Adjust size for small screens */
  }
  .detail-form-content .checkbox-group label {
    font-size: 14px; /* Smaller font size for smaller screens */
  }
}

@media (max-width: 320px) {
  .detail-form-content {
    padding: 10px; /* Reduced padding to use space more efficiently */
    max-width: 100%; /* Allows the form to adapt fully to the device's width */
  }

  .detail-form-content .checkbox-group label {
    font-size: 12px; /* Slightly smaller font to accommodate tight space */
    margin-right: 5px; /* Less space between the checkbox and label */
  }

  .detail-form-content .checkbox-group input[type="checkbox"] {
    margin-right: 5px; /* Less horizontal space to fit more content */
    margin-bottom: 10px; /* Less vertical space to compact the form */
    transform: scale(1.2); /* Adjust scaling for better fit and interaction */
  }
}

.detail-form-content div {
  margin-bottom: 5px; /* Adds space between form field divs */
}

.table-section {
  overflow-x: auto;
}


.table-section table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  min-width: 600px;

}

.table-section th,
.table-section td {
  border: 1px solid #ff6c2f;
  padding: 10px;
  text-align: left;
  white-space: nowrap; /* This prevents text from wrapping */
  width: auto; /* Adjust this as needed to fit content */
}


.table-section th {
  background-color: #f2f2f2;
  color: #ff6c2f;
}



.table-section td input[type="text"],
.table-section td input[type="number"] {
  padding: 8px;
  border: 1px solid #ff6c2f;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}


.table-section input[type="checkbox"] {
  margin-right: 5px;
}


.table-section tfoot td {
  font-weight: bold;
  background-color: #f2f2f2;
}

.table-section tfoot tr:first-child td {
  border-top: 2px solid #000;
}

@media (max-width: 768px) {
  .table-section th,
  .table-section td {
    padding: 5px;
  }

  .table-section input[type="text"],
  .table-section input[type="number"] {
    padding: 6px;
    font-size: 0.8em;
  }

  .table-section input[type="checkbox"] {
    transform: scale(1.3);
  }

  .table-section .checkbox-container label {
    font-size: 0.8em;
  }
}

@media (max-width: 320px) {
  .table-section {
    font-size: 14px;
  }

  .table-section th,
  .table-section td {
    padding: 6px;
  }

  .table-section input[type="text"],
  .table-section input[type="number"] {
    padding: 6px;
    font-size: 0.85em;
  }

  .table-section .checkbox-container {
    gap: 2px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .table-section input[type="checkbox"] {
    transform: scale(1.2);
    margin-right: 4px;
  }

  .table-section .checkbox-container label {
    font-size: 0.85em;
    margin: 0;
  }

  .table-section .checkbox-container input[type="checkbox"] {
    margin-bottom: 4px; /* adds a bit of space below the checkbox */
  }

  /* This will stack the label next to the checkbox */
  .table-section .checkbox-container {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 4px;
  }

  /* Increase the size of input fields and checkboxes for better touch */
  .table-section input[type="text"],
  .table-section input[type="number"],
  .table-section input[type="checkbox"] {
    height: 35px;
  }

  /* Adjust the font size for the labels next to checkboxes */
  .table-section .checkbox-container label {
    font-size: 14px;
  }

  /* Media query for small screens */
@media (max-width: 320px) {
  .detail-form-content {
      padding: 10px; /* Reduced padding for the form container */
  }
  
  .detail-form-content input[type="checkbox"] {
      /* Adjust the scale of the checkbox for small screens */
      transform: scale(1.2); /* Smaller scale to fit within container */
  }

  .detail-form-content input[type="checkbox"] + label {
      margin-left: 5px; /* Adjust label margin to prevent overlap */
  }
  
  /* Additional adjustments for form fields to ensure proper layout */
  .detail-form-content input,
  .detail-form-content select,
  .detail-form-content textarea {
      max-width: calc(100% - 20px); /* Adjust width to prevent overflow */
      box-sizing: border-box; /* Include padding and borders in width */
  }
  
}
  
}





#whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: background-color 0.3s, transform 0.3s; /* Ensure smooth scaling on hover */
}

#whatsapp-float:hover {
  background-color: #128C7E;
  transform: scale(1.1); /* Animate scale on hover */
}

#whatsapp-float img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  pointer-events: none; /* Prevent drag of the image */
}

@media (max-width: 768px) {
  #whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
}

@media (max-width: 480px) {
  #whatsapp-float {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 45px;
  }
}

@media (max-width: 375px) {
  #whatsapp-float {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 45px;
  }
}

.error { color: red; }
.input-error { border: 1px solid red; }


    /* Loading Spinner Style */
    .loader {
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #ff6c2f;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1000;
    }


    /* Animation for Spinner */
    @-webkit-keyframes spin {
        0% { -webkit-transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); }
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }


    /* Smaller spinner for smaller devices */
@media (max-width: 768px) {
  .loader {
    width: 60px;
    height: 60px;
    border-width: 8px;
    border-top-color: #ff6c2f; /* Keeps the top border color consistent */
    position: fixed; /* Ensures the loader maintains a fixed position */
    left: 43%; /* Centered horizontally by default */
    top: 50%; /* Centered vertically by default */
    transform: translate(-50%, -50%); /* Adjusts position to ensure true centering */

  }
}

/* Even smaller spinner for mobile phones */
@media (max-width: 480px) {
  .loader {
    width: 60px;
    height: 60px;
    border-width: 8px;
    border-top-color: #ff6c2f; /* Keeps the top border color consistent */
    position: fixed; /* Ensures the loader maintains a fixed position */
    left: 43%; /* Centered horizontally by default */
    top: 50%; /* Centered vertically by default */
    transform: translate(-50%, -50%); /* Adjusts position to ensure true centering */

  }
}

@media (max-width: 375px) {
  .loader {
    width: 60px;
    height: 60px;
    border-width: 8px;
    border-top-color: #ff6c2f; /* Keeps the top border color consistent */
    position: fixed; /* Ensures the loader maintains a fixed position */
    left: 40%; /* Centered horizontally by default */
    top: 50%; /* Centered vertically by default */
    transform: translate(-50%, -50%); /* Adjusts position to ensure true centering */

  }
}
  
.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: white;
  animation: spin 1s ease infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}