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;
}
@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: #fff;
  --black: #000000;
  --cyan_blue: #1f343a;
  --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: var(--fonts);
}
body {
  margin: auto;
  padding: 0px;
}
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;
}
#wrapper {
  width: auto;
  height: auto;
}
/*============================================ Page PreLoader Start ============================================*/
.pree_loading_GglMM {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999999999;
  display: inline-block;
  overflow: hidden;
  background: var(--white);
}
.loading_GglMM {
  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_GglMM div {
  box-sizing: content-box;
}

.loading_GglMM div {
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: loading_GglMM 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loading_GglMM div:nth-child(1) {
  border-color: var(--golden_dark);
  animation-delay: 0s;
}
.loading_GglMM div:nth-child(2) {
  border-color: var(--golden_dark2);
  animation-delay: -0.5s;
}
@keyframes loading_GglMM {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
/*============================================ Header Start !!*/
.heade_text_GglMM {
  background: var(--white);
  padding: 20px 15px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 6px 6px 0px;
  position: relative;
  text-align: center;
}
.heade_text_GglMM img {
  display: inline-block;
}
/*======================================== Home Page Banner Start ===========================================*/
.life_GglM {
  background: url(images/banner_life_GglM.webp) no-repeat center bottom;
  padding-bottom: 100px;
}
.medicare_GglM {
  background: url(images/banner_medicare_GglM.webp) no-repeat center bottom;
  padding-bottom: 100px;
}
.auto_GglM {
  background: url(images/banner_auto_GglM.webp) no-repeat center bottom;
  padding-bottom: 100px;
}
.banner_GglM {
  max-width: 480px;
  margin: auto;
  padding: 10px;
  padding-bottom: 50px;
}
.banner_GglM h1 {
  font-family: var(--fonts);
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--golden_dark1);
  padding-top: 30px;
}
.banner_GglM 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_GglM 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);
}
.medicare_GglM h1 {
  font-size: 35px;
}
.medicare_GglM h4 {
  font-size: 21px;
}
.banner_GglM h4 img {
  display: block;
  margin: auto;
  margin-top: 10px;
}
.zip_form_GglM {
  max-width: 545px;
  margin: auto;
  padding-top: 20px;
  position: relative;
}
img.arrow_GglM {
  position: absolute;
  right: 18px;
  top: -30px;
}
.zip_form_GglM input[type="tel"] {
  border: 2px solid var(--golden_dark1);
  font-size: 43px;
  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_GglM input[type="tel"]::-webkit-input-placeholder {
  color: #5b5b5b;
  font-family: var(--fonts) !important;
  font-size: 23px;
}
.zip_form_GglM input[type="tel"]:-moz-placeholder {
  color: #5b5b5b;
  font-family: var(--fonts) !important;
  font-size: 23px;
}
.zip_form_GglM input[type="tel"]::-moz-placeholder {
  color: #5b5b5b;
  font-family: var(--fonts) !important;
  font-size: 23px;
}
.zip_form_GglM input[type="tel"]:-ms-input-placeholder {
  color: #5b5b5b;
  font-family: var(--fonts) !important;
  font-size: 23px;
}

.zip_form_GglM input[type="tel"]:focus::-moz-placeholder {
  opacity: 0;
}
.zip_form_GglM input[type="tel"]:focus:-ms-input-placeholder {
  opacity: 0;
}
.zip_form_GglM input[type="tel"]:focus::-webkit-input-placeholder {
  opacity: 0;
}
.zip_form_GglM 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_GglM button[type="submit"]:hover,
.zip_form_GglM button[type="submit"]:focus {
  outline: none !important;
  background: var(--golden);
}

.compare_GglM {
  text-align: center;
  padding-top: 40px;
  max-width: 780px;
  margin: auto;
}
ul.compare_GglM {
  margin-bottom: 0px;
}
ul.compare_GglM 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);
  display: none;
}
.dis_GglM {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0px;
}
.dis_GglM p {
  text-align: left;
  padding-left: 15px;
}
/*============================================== Footer Container Start ===============================================*/
.footer_container_GglM {
  padding: 50px 10px;
  text-align: center;
}
.who_what_GglM {
  font-family: var(--fonts);
  font-size: 24px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--gray);
}
.who_what_GglM img {
  display: block;
  margin: auto;
  padding-top: 10px;
}
.who_dis_GglM {
  max-width: 454px;
  margin: auto;
  padding-top: 15px;
}
.who_dis_GglM 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_GglM 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_GglM a:hover {
  background: #735007;
  color: #e6bf89;
}
.who_dis_GglM p strong {
  font-weight: 700;
}
.footer_navigation_GglM {
  padding-top: 30px;
}
.footer_navigation_GglM p,
.footer_navigation_GglM p a {
  color: var(--gray);
  font-size: 13px;
  font-weight: normal;
  font-family: var(--fonts);
  text-align: center;
  padding-top: 5px;
}
.footer_navigation_GglM p a {
  text-decoration: underline !important;
}
.th_footer_GglM {
  color: var(--gray);
  font-size: 14px;
  font-weight: normal;
  font-family: var(--fonts);
  text-align: center;
  padding: 15px;
}
.clear {
  clear: both;
}

.clear {
  clear: both;
}
