.main {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.container-fluid {
  background-color: #ffffff;
}
.logo {
  width: 19rem;
  height: 8rem;
  margin-top: 1rem;
}
.btn-success {
  color: #ffffff;
  background-color: #0b3a72;
  border-color: #ffffff;
}

.callbtn {
  padding: 8px;
  color: white;
  display: block;
  text-align: center;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 150px;
}

.callbtn svg {
  width: 16px;
  height: auto;
  margin-right: 4px;
}

.call-btn span {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.call-btn span div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 5px;
}

#content {
  margin-top: 1rem;
  background: #5678624a;
  padding: 6px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.content1 {
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  text-align: center;
}
#calling-number {
  background: #ffffff;
  border-radius: 5px;
  margin-left: 10px;
  color: white;
  padding: 3px;
}

h1.h2-title {
    font-size: 16px;
    font-weight:bold;
    font-family: 'Poppins', sans-serif;
    text-align: left;

}
h3.h3-title {
    font-size: 16px;
    font-weight:bold;
    font-family: 'Poppins', sans-serif;
    text-align: left;

}
p.h4-title {
    font-size: 16px;
    /*font-weight:bold;*/
    font-family: 'Poppins', sans-serif;
    text-align: left;

}


.c_call_time {
  position: absolute;
  right: 41px;

  margin-bottom: 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  text-align: center;
}

@media screen and (min-width: 100px) and (max-width: 800px) {
  .c_call_time {
    display: none;
  }
}


.page-content {
  position: relative; /* Ensure the overlay is positioned relative to this container */
  background: url(images/bg2.jpg) rgb(100 84 68 / 78%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 2rem 5rem 2rem;
  z-index: 1; /* Ensure the content appears above the overlay */
}

.page-content::before {
  content: ""; /* Required for the pseudo-element */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* The overlay color */
  z-index: -1; /* Ensure the overlay is below the content */
}


.banner-section {
  background: url(images/bg2.jpg) rgb(204 139 26 / 70%);
  /* background-image: url(https://nimblefinance.obamacaresignuponline.com/images/11.jpg); */
  padding: 60px 0px;
  /* min-height: 710px;
  max-height: 470px; */
  position: relative;
  /* display: block; */
  width: 100%;
  height: 100%;
  background-size: cover;
  max-width: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 300px) and (max-width: 425px) {
  .banner-section {
    background: url(images/bg2.jpg) rgb(204 139 26 / 70%);
    /* background-image: url(https://nimblefinance.obamacaresignuponline.com/images/11.jpg); */
    /*background-image: url(./images/ss.png);*/
    position: relative;
    /* display: block; */
    /* width: 100%;
    height: 100%; */
    background-size: cover;
    max-width: 100%;
    background-repeat: no-repeat;
  }
}
.text1 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
  /* align-items: center; */
  /* text-align: center; */
  /* font-family: "ROBOTO"; */
}
@media screen and (min-width: 100px) and (max-width: 500px) {
  .text1 {
    /*color: #052b61;*/
    color: #ffffff;
    /* font-family: "Poppins", sans-serif; */
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    align-items: center;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 2rem;
    /* background-color: #1534b15e; */
    /* padding: 15px 1px; */
  }
}

.about1 {
  font-weight: 400;
}
@media screen and (min-width: 300px) and (max-width: 450px) {
  .about1 {
    font-size: 25px;
    margin-top: 3rem;
  }
}

section.address {
  padding: 40px 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #212529;
  text-align: left;
}

section.address a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  color: #202124;
}

.card.card-body {
  border: none;
  color: #757575;
}

footer {
  text-align: center;
  font-size: 13px;
  padding: 15px 0;
  color: #555;
  border-top: 1px solid #aaa;
}

.address .btn {
  font-weight: 700;
  padding: 0;
}

.address .btn:focus,
.address .btn:focus-visible {
  border: none;
}

.address .btn svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.copyright-text {
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  padding: 10px;
  color: #555;
}

.footer-links {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 20px;
  text-align: center;
  color: #555;
}

.footer-links a {
  font-family: Roboto Slab, sans-serif;
  text-decoration: none;
  margin: 0 5px;
  font-weight: 700;
  color: #165e96;
  font-size: 14px;
  line-height: 1.5;
}

.income {
  font-family: "Roboto";
  margin-top: 1rem;
  font-style: normal;
  margin-left: 43px;
  /* text-align: justify; */
  font-weight: 700;
  font-size: 39px;
  line-height: 49px;
  color: #000000;
  max-width: 100%;
}
@media only screen and (max-width: 420px) {
  .income {
    font-size: 27px;
  }
}
.income11 {
  font-size: 39px;
  margin-top: 3rem;
}
@media screen and (min-width: 300px) and (max-width: 450px) {
  .income11 {
    /*font-size: 22px;*/
    /*text-align: justify;*/
    font-size: 26px;
    text-align: left;
    line-height: 36px;
  }
}

.income1 {
  color: #1c75bc;
}

.income_content {
  max-width: 100%;
  font-size: 28px;
  margin-left: 28px;
  text-align: justify;
}
@media screen and (min-width: 300px) and (max-width: 450px) {
  .income_content {
    font-size: 16px;
    text-align: left;
  }
}

.income2 {
  /*font-family: "Roboto";*/
  /*font-family: Roboto, Geneva, Tahoma, sans-serif;*/
  font-style: normal;
  font-size: 28px;
  line-height: 33px;
  font-weight: bold;
}
@media only screen and (max-width: 420px) {
  .income2 {
    font-size: 16px;
  }
}

/* extra code*/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

section.address {
  padding: 40px 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #212529;
  text-align: left;
}

section.address a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  color: #202124;
}

.card.card-body {
  border: none;
  color: #757575;
}

section.survey {
  padding: 15px;
}

.slider-parent h5 {
  font-size: 16px;
}

.img221 {
  width: 35rem;
  height: 25rem;
}
@media screen and (min-width: 300px) and (max-width: 450px) {
  .img221 {
    /* display: none; */
    width: 19rem;
    height: 20rem;
    margin-left: 1rem;
  }
}

h4 {
  margin: 15px;
  text-align: center;
  font-weight: 700;
  margin-top: 35px;
}

.q-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.q-btns .btn {
  padding: 15px;
  min-width: 120px;
  width: 50%;
  margin-right: 15px;
}

.q-btns .btn:last-child {
  margin-right: 0px;
}

.all-survey {
  position: relative;
}

.survey {
  position: relative;
  padding: 15px;
  text-align: center;
  width: 100%;
  background-color: white;
  min-height: 225px;
  top: 0;
}

#survey1 {
  z-index: 3;
}

#survey2 {
  z-index: 2;
}

#survey3 {
  z-index: 1;
}

.callbtn {
  padding: 8px;
  color: white;
  display: block;
  text-align: center;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 150px;
}

.callbtn svg {
  width: 16px;
  height: auto;
  margin-right: 4px;
}

.call-btn span {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.call-btn span div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 5px;
}

.globalHeader {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.call-p {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.call-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card.card-body a {
  display: inline;
  font-size: inherit;
}

.processing span::before {
  content: "You could qualify for the low premium plans. CALL NOW and get the coverage you deserve.";
  -webkit-animation: animate 5s;
  animation: animate 5s;
  padding-left: 10px;
}

.processing span {
  white-space: break-spaces;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blockp {
  max-width: 720px;
  margin: 0 auto;
  font-size: 9px;
}

.blockp h2,
h3 {
  font-weight: 700;
  font-size: 9px;
}

/*@-webkit-keyframes animate {*/
/*  0% {*/
/*    content: "Reviewing Your Options";*/
/*  }*/

/*  50% {*/
/*    content: "Matching With Best Option";*/
/*  }*/

/*  75% {*/
/*    content: "Confirming Eligibility";*/
/*  }*/

/*  100% {*/
/*    content: "Congratulations! You qualify for a free health insurance.   ";*/
/*  }*/
/*}*/

/*@keyframes animate {*/
/*  0% {*/
/*    content: "Reviewing Your Options";*/
/*  }*/

/*  50% {*/
/*    content: "Matching With Best Option";*/
/*  }*/

/*  75% {*/
/*    content: "Confirming Eligibility";*/
/*  }*/

/*  100% {*/
/*    content: "Congratulations! You qualify for a free health insurance.    ";*/
/*  }*/
/*}*/

@-webkit-keyframes animate {
  0% {
    content: "Reviewing Your Options";
  }

  /*50% {*/
  /*  content: "";*/
  /*}*/

  75% {
    content: "Confirming Eligibility";
  }

  100% {
    content: "You could qualify for the low premium plans. CALL NOW and get the coverage you deserve.";
  }
}

@keyframes animate {
  0% {
    content: "Reviewing Your Options";
  }

  /*50% {*/
  /*  content: "";*/
  /*}*/

  75% {
    content: "Confirming Eligibility";
  }

  100% {
    content: "You could qualify for the low premium plans. CALL NOW and get the coverage you deserve.";
  }
}

.pr-call .call-btn {
  font-size: 28px;
}

.pr-call .callbtn {
  max-width: unset;
}

.congtxt {
  opacity: 0;
  animation: opct 0s;
  animation-delay: 4s;
  animation-fill-mode: forwards;
  font-size: 24px;
  font-weight: 600;
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

h4.processing {
  margin-top: 0;
  font-weight: 100;
  font-size: 22px;
}

@keyframes opct {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 426px) {
  .main-block img {
    width: 100%;
  }

  .main-block {
    margin: 0 -15px;
  }

  section.address {
    padding: 20px 0;
  }

  .address .btn {
    font-size: 14px;
  }

  .footer-links {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .globalHeader img {
    width: 130px;
  }

  
}

.copyright a {
    color: #002247;
    margin-left: 8px;
  }
.footer-content {
  background-color: #513f2de3;
  color: #fff;
  padding: 3rem 0rem 6rem 0rem;
  border-bottom: 1px solid #323232;
  text-align: justify;
}
.copyright {
  /* background-color: #272727; */
  background-color: #46310dc9;
  color: #ffffff;
  padding: 2rem 0rem 2rem 1rem;
}
h2.h2-title {
  font-size: 16px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.p1-title {
  font-family: "Muli", sans-serif;
  font-size: 17px;
  line-height: 1.65em;
  text-align: justify;
}
.copyright {
  font-family: "Muli", sans-serif;
  font-size: 18px;
}

.f-row {
  margin-right: 31rem;
}

/* changes */
.footer-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
}

.footer-row .footer-column {
  width: 45%;
}



@media (max-width: 576px) {
  div#pb-1 {
    float: none;
  }
}

@media (max-width: 576px) {
  div#lg-2 {
    margin-top: -1.5rem;
  }
  .text {
    padding-top: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  div#lg-1 {
    margin-top: -1.5rem;
  }
  input.btn.btn-primary {
    padding: 0.5rem 1rem 0.5rem 1rem;
    margin-left: 3rem;
    color: black;
    border-color: black;
    background-color: white;
    font-family: "Poppins", sans-serif;
    border-radius: 25px;
  }
  .email-bar {
    padding-left: 1rem;
  }
  h2.h2-title {
    text-align: center;
  }
  .p1-title {
    text-align: justify;
    padding-bottom: 2rem;
  }
  .footer-content {
    background-color: #513f2de3;
    color: #fff;
    padding: 3rem 0rem 0rem 0rem;
    border-bottom: 1px solid #323232;
  }
  .form-control {
    font-size: 14px;
    border-radius: 25px;
    color: #999;
  }
  .copyright {
    /* background-color: #272727; */
    background-color: #46310dc9;
    color: #ffffff;
    padding: 2rem 0rem 2rem 6rem;
  }
  .copyright a {
    color: #002247;
    margin-left: 8px;
  }
  .form {
    /*padding: 4rem 3rem 4rem 3rem;*/
    padding: 2rem 1rem 3rem 1rem;
    margin-left: 0rem;
    background: rgb(106 65 25 / 41%);
  }
  div#pb-1 {
    float: none;
  }
  /* .main {
    display: none;
  }
} */

@media (max-width: 576px) {
  .p1-title {
    text-align: justify;
    padding-bottom: 2rem;
  }
  .p-title {
    text-align: center;
    padding-bottom: 2rem;
  }
  h2.h2-title {
    text-align: center;
  }
  .email-bar {
    padding-left: 1rem;
  }
  .col-2 {
    display: none;
  }
  .col-3 {
    display: none;
  }
  /* changes */
  .footer-row {
    row-gap: 50px;
  }
  .footer-row .footer-column {
    width: 100%;
    text-align: justify;
  }
}

.fa-solid {
  font-size: 0.9rem;
}

/*<!--new style code-->*/

@media (max-width: 360px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .hero-img img {
    width: 40%;
  }
}

@media (max-width: 360px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img {
    width: 50%;
  }
}



@media (max-width: 576px){
.copyright {
    /* background-color: #272727; */
    background-color: #46310dc9;
    color: #ffffff;
    padding: 2rem 3rem 2rem 3rem;;
}

.copyright {
    font-size: 12px;
}
.copyright {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
}
.copyright {
    /* background-color: #272727; */
    background-color: #46310dc9;
    color: #ffffff;
    padding: 2rem 3rem 2rem 3rem;;
}
}
}
