html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
body {
  margin: auto;
  padding: 0px;
  font-family: Verdana, Geneva, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}
label {
  font-weight: normal;
}
ul {
  padding-left: 0px !important;
  margin-left: 0px !important;
}
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap");
:root {
  /* ------ Color */
  --white: #ffffff;
  --black: #000000;
  --cyan_blue: #0e1d32;
  --gray: #4c474c;
  --gray_light: #869791;
  --golden: #c59b42;
  --golden_dark: #735007;
  --golden_dark1: #b38a35;
  --golden_dark2: #42180b;
  --denim: #3f6695;
  --golden_gradient: linear-gradient(
    287.86deg,
    #735007 -129.13%,
    #c59b42 141.03%
  );

  /* -------- Fonts */
  --fonts: "Open Sans", sans-serif;
}
a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-decoration: none !important;
}
a:hover {
  outline: none;
  text-decoration: underline;
}
#wrapper {
  width: auto;
  height: auto;
}
.wrapper_container_Ggl {
  max-width: 1190px;
  height: auto;
  margin: auto;
}
/*============================================ Page PreLoader Start ============================================*/
.pree_loading_Ggl {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999999999;
  display: inline-block;
  overflow: hidden;
  background: var(--white);
}
.loading_Ggl {
  left: 50%;
  top: 50%;
  margin-top: -100px; /* Negative half of height. */
  margin-left: -100px; /* Negative half of width. */
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.loading_Ggl div {
  box-sizing: content-box;
}
.loading_Ggl div {
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: loading_Ggl 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loading_Ggl div:nth-child(1) {
  border-color: var(--golden);
  animation-delay: 0s;
}
.loading_Ggl div:nth-child(2) {
  border-color: var(--cyan_blue);
  animation-delay: -0.5s;
}
@keyframes loading_Ggl {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
/*============================================ Header Start ============================================*/
.header_container_Ggl {
  background: var(--white);
  padding: 20px 15px 20px;
  box-shadow: rgba(14, 30, 37, 0.07) 0px 5px 5px 0px;
  position: relative;
  z-index: 9;
}
.logo_Ggl {
  float: left;
}
.updated_Ggl {
  padding-top: 8px;
  float: right;
  color: var(--golden);
  font-size: 24px;
  font-weight: 400;
  font-family: var(--fonts);
}
.updated_Ggl strong {
  font-weight: 700;
}
/*======================================== Home Page Banner Start ===========================================*/
.life_Ggl {
  background: url(images/banner_life_Ggl.webp) no-repeat center bottom;
  padding-bottom: 100px;
}
.medicare_Ggl {
  background: url(images/banner_medicare_Ggl.webp) no-repeat center top;
  padding-bottom: 100px;
}
.auto_Ggl {
  background: url(images/banner_auto_Ggl.webp) no-repeat center top;
  padding-bottom: 100px;
}
.banner_Ggl h1 {
  font-family: var(--fonts);
  font-size: 62px;
  font-weight: 400;
  line-height: 78px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--golden_dark1);
  padding-top: 54px;
}
.banner_Ggl h3 {
  font-family: var(--fonts);
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--gray);
  padding-top: 30px;
}
.banner_Ggl h4 {
  padding-top: 20px;
  font-family: var(--fonts);
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--gray);
}
.banner_Ggl h4 img {
  vertical-align: -3px;
  padding-left: 10px;
}
.zip_form_Ggl {
  max-width: 545px;
  margin: auto;
  padding-top: 20px;
  position: relative;
}
img.arrow_Ggl {
  position: absolute;
  right: -80px;
  top: -13px;
}
.zip_form_Ggl input[type="tel"] {
  border: 2px solid var(--golden_dark1);
  font-size: 42px;
  font-weight: 700;
  line-height: 86px;
  letter-spacing: 0em;
  text-align: center;
  border-radius: 6px;
  font-family: var(--fonts) !important;
  color: var(--black);
  height: 86px;
}
.zip_form_Ggl input::-moz-placeholder {
  color: #5d5e5e;
  font-size: 23px;
}
.zip_form_Ggl input::-webkit-input-placeholder {
  color: #5d5e5e;
  font-size: 23px;
}
.zip_form_Ggl input:-ms-input-placeholder {
  color: #5d5e5e;
  font-size: 23px;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .zip_form_Ggl input::-moz-placeholder {
    color: #5d5e5e;
    font-size: 23px;
    transform: translateY(-6px);
  }
  .zip_form_Ggl input::-webkit-input-placeholder {
    color: #5d5e5e;
    font-size: 23px;
    transform: translateY(-6px);
  }
  .zip_form_Ggl input:-ms-input-placeholder {
    color: #5d5e5e;
    font-size: 23px;
    transform: translateY(-6px);
  }
}
.zip_form_Ggl input[type="tel"]:focus::-moz-placeholder {
  opacity: 0;
}
.zip_form_Ggl input[type="tel"]:focus:-ms-input-placeholder {
  opacity: 0;
}
.zip_form_Ggl input[type="tel"]:focus::-webkit-input-placeholder {
  opacity: 0;
}
.zip_form_Ggl button[type="submit"] {
  background: var(--denim);
  border: none;
  border-radius: 6px;
  height: 86px !important;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  line-height: 52px;
  color: var(--white);
  font-family: var(--fonts);
  font-weight: 700;
  font-size: 23px;
  outline: none !important;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin-top: 15px;
}
.zip_form_Ggl button[type="submit"]:hover,
.zip_form_Ggl button[type="submit"]:focus {
  outline: none !important;
  background: var(--golden);
}

.compare_Ggl {
  text-align: center;
  padding-top: 40px;
  max-width: 780px;
  margin: auto;
}
.compare_Ggl ul {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
.compare_Ggl ul li {
  text-align: center;
  list-style: none;
  font-family: var(--fonts);
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--gray);
  margin-top: 20px;
}
.compare_Ggl ul li img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
/*============================================== Footer Container Start ===============================================*/
.footer_container_Ggl {
  background: url(images/home/footer_bg_Ggl.webp) no-repeat center top;
  padding: 100px 10px;
  text-align: center;
}
.who_what_Ggl {
  font-family: var(--fonts);
  font-size: 24px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--gray);
}
.who_what_Ggl img {
  vertical-align: -3px;
}
.who_dis_Ggl {
  max-width: 817px;
  margin: auto;
  padding-top: 15px;
}
.who_dis_Ggl p {
  font-family: var(--fonts);
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--gray);
  padding-bottom: 30px;
}
.who_dis_Ggl a {
  background: #e6bf89;
  font-family: var(--fonts);
  font-size: 24px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: center;
  color: #735007;
  border: 1px solid #735007;
  padding: 10px 50px;
  display: inline-block;
  border-radius: 5px;
}
.who_dis_Ggl a:hover {
  background: #735007;
  color: #e6bf89;
}
.who_dis_Ggl p strong {
  font-weight: 700;
}
.footer_navigation_Ggl {
  padding-top: 10px;
}
.footer_navigation_Ggl p,
.footer_navigation_Ggl p a {
  color: var(--gray);
  font-size: 13px;
  font-weight: normal;
  font-family: var(--fonts);
  text-align: center;
  padding-top: 35px;
}
.footer_navigation_Ggl p a {
  text-decoration: underline !important;
}
.th_footer_Ggl {
  color: var(--gray);
  font-size: 14px;
  font-weight: normal;
  font-family: var(--fonts);
  text-align: center;
  padding: 15px;
}
.clear {
  clear: both;
}
