@font-face {
  font-family: "gotham-bold";
  src: url("../fonts/gotham-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "gotham-book";
  src: url("../fonts/gotham-book.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "gotham-light";
  src: url("../fonts/gotham-light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "gotham-medium";
  src: url("../fonts/gotham-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}

* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: "gotham-light";
}
header {
  background-color: black;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1000;
}

/*main-carousel_section*/

.main-section {
  background-image: url(../assets/main-image.png);
  background-position: center center;
  background-position: top;
  background-size: cover;
  object-fit: contain;
  height: 95vh;
  margin-top: 60px;
}
.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-container p {
  padding-bottom: 0px;
  margin-top: 22px;
  font-weight: bolder;
  font-family: "gotham-bold";
}

.slogan-index {
  color: white;
  position: relative;
  bottom: 160px;
  left: 14rem;
  font-size: 1.5rem;
  z-index: 100;
  width: 70%;
}

.slogan-container {
  color: white;
  position: relative;
  bottom: 91px;
  left: 19rem;
  width: 500px;
  font-size: 1.5rem;
  z-index: 100;
}
.slogan-container h1 {
  font-size: 3rem;
  font-family: "gotham-bold";
}
.slogan-container p {
  font-weight: bold;
}
.mobile-content {
  display: none;
}
.slogan-index h1 {
  font-size: 3.8rem;
  font-family: "gotham-bold";
  text-shadow: 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.slogan-index p {
  font-family: "gotham-bold";
  text-shadow: 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.main-button__container {
  display: none;
}
.index-slogan__container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85vh;
}
.index-slogan__container form {
  width: 45%;
  background: rgb(52 73 96 / 53%);
  padding: 14px;
  border-radius: 5px;
  align-self: flex-end;
  margin-right: 15px;
}
.index-slogan__container label {
  text-shadow: 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.index-slogan__container input {
  width: 600px;
}
.subscribe-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-top: 3px;
}
.hero-form {
  font-size: 0.7rem !important;
  text-shadow: none !important;
  font-family: "gotham-light";
}
.hero-form a {
  color: white;
}
.checkhero {
  width: 20px !important;
  margin-right: 15px !important;
}
.slogan-button {
  border-radius: 20px;
  margin: 10px;
  outline: none;
  border: none;
  padding: 10px;
  font-family: "gotham-bold";
  color: #0068fc;
}
.slogan-button:hover {
  color: black !important;
}
.index-slogan__container form .select-container {
  width: 84%;
}
.index-slogan__container form select {
  width: 100%;
  height: 30px;
}

/*landing-quote__section*/
.index-main {
  background-image: url(../assets/index.png);
  background-position: end;
  background-size: cover;
  background-repeat: no-repeat;
  height: 95vh;
}
.index-bg-line {
  position: relative;
  top: 68px;
  width: 83%;
}

.logo {
  width: 100%;
}

.menu-nav {
  width: 95%;
}

.collapse {
  justify-content: end;
}
.navbar-brand {
  width: 33%;
}
.navbar-toggler {
  border: 2px solid white;
  margin-left: 10px;
}

.nav-link {
  color: white;
  font-weight: 300;
  margin: 0px 10px;
  font-size: 13px;
}
.nav-link:hover {
  color: #0068fc;
  font-weight: bold;
}
.call-us-btn a {
  font-size: 0.6rem!important;
}
.navbar-expand-lg .navbar-nav {
    align-items: center !important;
}
.quote {
  background-color: white;
  font-weight: bold;
  font-family: "gotham-bold";
  color: black;
  letter-spacing: 0px;
  text-align: center;
  padding: 6px 15px !important;
  border-radius: 25px;
  text-decoration: none;
  font-size: 13px;
}

a:hover {
  color: #0068fc !important;
}
.mobile-quote {
  display: none;
}
.main-slogan__container {
  margin-top: 45px;
  height: 76vh;
}

/*QUOTE SECTION*/
.quote-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  position: sticky;
  top: 0px;
  background-color: #0068fc;
}
.quote-bg {
  background-color: #0069ff;
}
.quote-tips_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  justify-items: center;
}

.quote-tip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  color: white;
}
.quote-tip h4 {
  text-align: center;
  font-family: "gotham-book";
  font-weight: bold;
  font-size: 1.1rem;
}
.quote-tip p {
  text-align: center;
  padding: 0px 5rem;
  margin-top: 20px;
}
.quote-img {
  width: 12%;
  margin-bottom: 12px;
}
.first-quote {
  padding: 50px;
}
.label-container {
  display: flex;
  justify-content: space-evenly;
}
.label-container input {
  width: 400px;
  height: 50px;
  margin: 10px 0px;
  border-radius: 20px;
  border: none;
  outline: none;
  padding: 15px;
}
.label-container label {
  color: white;
}
.form-container {
  width: 100%;
  display: flex;
}
.form-container p {
  font-family: "gotham-book";
  font-weight: bold;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: white;
  padding: 0px 30px;
}
.refered-container {
  display: flex;
  justify-content: center;
}
.refered-container input {
  width: 780px;
  border-radius: 20px;
  outline: none;
  border: none;
  height: 100px;
  padding: 15px;
}
.form-paragraph a .refered-container {
  color: white;
}

.form-paragraph {
  display: flex;
  justify-content: center;
}
.form-paragraph a {
  color: black;
  font-size: 14px;
  font-family: "gotham-bold";
  font-weight: 100;
  text-align: left;
  margin: 30px 0px;
}
.form-paragraph a:hover {
  color: white !important;
}
.form-section {
  display: flex;
  justify-content: center;
  background: #0069ff;
  padding: 30px 50px;
}
.form-contact__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mailing spam {
  color: white;
  margin-left: 2px;
  position: relative;
  bottom: 3px;
}
.mailing input {
  color: white;
}
.button-container {
  display: flex;
  justify-content: center;
}
.button-container input {
  width: 200px;
  background: white;
  color: black;
  font-family: "gotham-medium";
  border-radius: 20px;
  padding: 10px 0px;
  border: none;
  outline: none;
}

.partner-button {
  background-color: white;
  font-family: "gotham-bold";
  border-radius: 20px;
  padding: 10px;
  border: none;
  outline: none;
  color: #0068fc;
  width: 150px;
}
.partner-button:hover {
  color: #393939;
  background-color: #94bdf6;
}
.contact {
  background: #0068fc;
}
.bi-arrow-down-short {
  font-size: 1.5rem;
  color: white;
  animation: drop-down 1s ease infinite;
}
@keyframes drop-down {
  0% {
    transform: translateY(10px);
  }
  25% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
  }
}
.icon-container {
  display: flex;
  justify-content: center;
  position: relative;
  top: 438px;
}
.contact-message__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 300px;
  color: white;
  padding: 0px 200px;
  text-align: center;
  font-size: 3rem;
}

/*slider*/
.slider-section {
  padding: 30px;
  margin: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slider-section h1 {
  font-size: 3rem;
  color: black;
  font-family: "gotham-bold";
  text-align: center;
}
.slider-section h5 {
  color: #0068fc;
  text-align: center;
  font-family: "gotham-bold";
  font-size: 2rem;
}
.services-card__container {
  display: flex;
  justify-content: center;
}

.card:hover {
  transform: scale(1.03);
}

.card-content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s, transform 0.4s;
}

.card:hover .card-content {
  opacity: 1;
  transform: translateY(0);
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  justify-items: center;
  gap: 25px;
}

.image-item {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  cursor: none;
}
.image-item:hover {
  color: #3b81e4;
}

.image-item h3 {
  text-align: center;
  font-size: 1.3rem;
  font-family: "gotham-bold";
}

.image-item img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
  border-radius: 1rem;
}

.image-item:hover img {
  transform: scale(1.3);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.664);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  opacity: 0;
  transition: opacity 0.4s ease;
  text-align: center;
}

.image-item:hover .overlay {
  opacity: 1;
  cursor: pointer;
}

.overlay h3 {
  margin: 0.5rem 0;
  font-size: 1.5rem;
}

.overlay p {
  margin: 0.25rem 0;
  font-size: 1rem;
}
.overlay h4 {
  margin: 0.25rem 0;
  font-size: 1.5rem;
  font-family: "gotham-bold";
}
.explore-button {
  background-color: #0068fc;
  color: white;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: "gotham-bold";
  font-size: 1rem;
  margin-top: 20px;
}
.explore-button a {
  color: white;
  text-decoration: none;
}
.explore-button a:hover {
  color: black !important;
}
/*testimonials section*/
.testimonial {
  background-color: #e8e8e8;
  padding: 30px;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonial h2 {
  text-align: center;
  font-size: 3rem;
  font-family: "gotham-bold";
}
.testimonials-slogan {
  text-align: center;
  font-size: 1.9rem;
  color: #0069ff;
  font-family: "gotham-medium";
  margin-bottom: 30px;
}
.css-carousel {
  max-width: 900px;
  padding: 1rem 2rem;
  background: #f9f9f9;
  border-radius: 16px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  font-family: "gotham-light";
  text-align: center;
  position: relative;
  align-self: center;
}

.css-carousel input[type="radio"] {
  display: none;
}

.carousel-wrapper {
  position: relative;
  height: 275px;
}

.carousel-slide {
  position: absolute;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 1rem;
}
.carousel-slide p {
  font-size: 0.9rem;
  color: black;
  font-weight: 500;
}

#t-1:checked ~ .carousel-wrapper #slide-1,
#t-2:checked ~ .carousel-wrapper #slide-2,
#t-3:checked ~ .carousel-wrapper #slide-3,
#t-4:checked ~ .carousel-wrapper #slide-4,
#t-5:checked ~ .carousel-wrapper #slide-5,
#t-6:checked ~ .carousel-wrapper #slide-6,
#t-7:checked ~ .carousel-wrapper #slide-7,
#t-8:checked ~ .carousel-wrapper #slide-8 {
  opacity: 1;
  position: relative;
}

.carousel-slide .star {
  width: 120px;
  margin-bottom: 1rem;
}

.testimonial-text {
  font-size: 1.6rem!important;
  font-weight: bold;
  color: #0068fc!important;
  margin-bottom: 1rem;
  font-family: "gotham-bold";
}

.author {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #393939;
  font-family: "gotham-medium";
}

.carousel-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.carousel-nav label {
  width: 14px;
  height: 14px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

#t-1:checked ~ .carousel-nav label[for="t-1"],
#t-2:checked ~ .carousel-nav label[for="t-2"],
#t-3:checked ~ .carousel-nav label[for="t-3"],
#t-4:checked ~ .carousel-nav label[for="t-4"],
#t-5:checked ~ .carousel-nav label[for="t-5"],
#t-6:checked ~ .carousel-nav label[for="t-6"],
#t-7:checked ~ .carousel-nav label[for="t-7"],
#t-8:checked ~ .carousel-nav label[for="t-8"] {
  background: #0068fc;
}

/*team section*/
.team-section {
  background-color: #0069ff;
  color: white;
  font-family: "gotham-bold";
  padding: 100px 150px;
}
.team-section__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}
.team-section__text p {
  font-family: "gotham-book";
  font-size: 1.1rem;
  text-align: center;
  padding: 15px 100px;
}
.team-section__image {
  display: grid;
  grid-template-columns: repeat(3, 25%);
  grid-template-rows: repeat(2, 1fr);
  justify-items: center;
  justify-content: center;
  padding: 10px;
}
.member-container__img {
  width: 200px;
  height: 200px;
}
.member-container__text {
  line-height: 8px;
  text-align: center;
  padding: 10px 0px;
}
.member-container__text p {
  font-family: "gotham-light";
  font-size: 0.7rem;
  line-height: 10px;
}
/* buttons */

.slick-arrow {
  border-radius: 30px;
  background-color: #fff;
  position: absolute;
  z-index: 4;
  width: 48px;
  height: 48px;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  border: 0;
  cursor: pointer;
}
.slick-arrow:focus {
  outline: 0;
}
.slick-arrow svg {
  width: 12px;
  height: 100%;
  color: rgba(0, 0, 0, 0.7);
}
.slick-prev {
  left: 0px;
}
.slick-next {
  right: 0px;
}
.slick p {
  color: black;
  font-size: 0.9rem;
  padding: 0px;
  font-family: "gotham-light";
}

/*find section*/
/*find section*/
.agent-team-section {
  padding: 60px 20px;
  background-color: #fff;
  font-family: 'Segoe UI', sans-serif;
  color: #000;
}

.agent-team-intro {
  text-align: center;
  margin-bottom: 40px;
}

.agent-team-intro h2 {
  font-size: 3rem;
  color: #0068fc;
  font-family: 'gotham-bold';
}

.agent-team-intro p {
  font-size: 1rem;
  max-width: 900px;
  margin: 10px auto 0;
  color: #333;
}

.agent-team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.agent-card-wrap {
    background-color: #f2f2f2;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 20px;
    width: 100%;
    max-width: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.agent-card-wrap h3 {
  font-size: 1.2rem;
  font-family: "gotham-bold", sans-serif;
  margin-bottom: 10px;
  text-align: center;
}

.agent-bio-wrap {
  overflow: hidden;
}

.agent-float-img {
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 16px 8px 0;
  border-radius: 8px;
  object-fit: cover;
}

.agent-bio-wrap p {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #333;
  margin: 0;
}

.agent-team-contact {
  margin-top: 40px;
  text-align: center;
}

.agent-contact {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.agent-button {
  display: inline-block;
  background-color: #0068fc;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.agent-button:hover {
  background-color: #004bbd;
  color: white;
}
/*map section*/
.map {
  padding-bottom: 95px;
}
.map-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.map-tex__container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  margin-top: 50px;
}
.map-tex__container img {
  width: 35%;
}
.map-tex__container h3 {
  font-size: 3rem;
  color: #0068fc;
  font-family: "gotham-bold";
}
.map-image {
  width: 70%;
}
/*form-quote section*/
.quote-form__section {
  background-color: black;
  height: 95vh;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quote-form__section h2 {
  font-size: 3rem;
  font-family: "gotham-bold";
  margin-bottom: 50px;
}
.quote-form__section h4 {
  font-family: "gotham-bold";
}
.quote-form__section input {
  background-color: black;
  border: none;
  border-bottom: 2px solid white;
  width: 600px;
  color: white;
}
.quote-form__section .black-button {
  background-color: #0068fc;
  color: white;
  outline: none;
  border: none;
  width: 170px;
  margin: 50px 0px;
  padding: 10px;
  border-radius: 25px;
  font-family: "gotham-bold";
}
.quote-form__section .black-button:hover {
  color: black !important;
  background-color: white !important;
}
label {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "gotham-bold";
  cursor: none;
  color: white;
}
.quote-form__section select {
  border-radius: 5px;
  background: black;
  color: white;
  width: 64%;
  padding: 2px;
  font-size: 1.2rem;
  border: 2px solid white;
  margin-left: 5px;
}
.quote-form__section input {
  outline: none;
}

/*difference*/
.difference {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #0069ff;
  padding: 180px 30px;
}
.difference-text {
  margin-left: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.difference-text img {
  width: 575px;
}
.difference p {
  margin-bottom: 0px;
  font-size: 1.5rem;
  color: white;
  width: 70%;
  padding: 10px 90px;
}
.difference h2 {
  font-size: 3.5rem;
  font-family: "gotham-bold";
  z-index: 2;
  color: #0068fc;
}

/*companie-section*/
.companie-section {
  color: white;
  background-color: #919191;
  padding: 65px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.companie-section h4 {
  font-size: 1.8rem;
  font-family: "gotham-book";
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}
.companie-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.companie-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
  gap: 0px;
  width: 38%;
}
.companie-items img {
  width: 50%;
}
.companie-text h2 {
  font-size: 3rem;
  font-family: "gotham-bold";
}

.companie-text {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
.companie-text p {
  font-size: 1.2rem;
}

.companie-button {
  color: #0068fc;
  background-color: white;
  border: none;
  border-radius: 30px;
  padding: 10px 30px;
  font-family: "gotham-bold";
  margin-top: 50px;
}
.companie-button a {
  text-decoration: none;
}
.companie-button a:hover {
  color: black !important;
}
/*contact section*/
.contact-section {
  background-color: #0068fc;
}

footer {
  background-color: black;
  padding: 30px 87px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: white;
  border-top: 1px solid #393939;
}
footer img {
  width: 35%;
}
.data-footer {
  display: flex;
  align-items: baseline;
}
.data-footer div {
  display: flex;
  margin: 0px 24px;
}
.data-footer i {
  margin: 0px 10px;
  color: white;
}
.button-footer {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.link-footer {
  background-color: #0069ff;
  color: white;
  text-align: center;
  font-weight: bold;
  font-family: "gotham-bold";
  padding: 8px 15px;
  width: 138px;
  border-radius: 25px;
  text-decoration: none;
}
.link-footer:hover {
  color: black !important;
}
.call-us_footer {
    background-color: #0068fc;
    color: white;
    font-family: "gotham-bold";
    padding: 2px 30px;
    border-radius: 25px;
    text-decoration: none;
}
.call-us_footer:hover {
  color: black !important;
}
/*credit card form*/
.creditForm-message__container {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.creditForm-message__container iframe {
  margin: 30px 0px;
}
/*contact form*/
.contact-form__main {
  display: flex;
  justify-content: center;
  color: #0069ff;
  margin-top: 100px;
  font-family: "gotham-bold";
  border-bottom: 1px solid #0068fc;
  padding-bottom: 20px;
}

.contact-form {
  padding: 10px;
  margin: 5px;
}
.contact-form h1 {
  font-size: 2.3rem;
  color: black;
  font-family: "gotham-bold";
  text-align: center;
}
.contact-form h5 {
  color: #0068fc;
  text-align: center;
  font-family: "gotham-bold";
  font-size: 1.5rem;
}
.card-form {
  height: 410px;
}
/* private policy*/

.privacy-container {
  padding: 100px 100px 100px 200px;
  background-color: white;
}
.privacy-container h1 {
  font-family: "gotham-bold";
  color: #0068fc;
}
.privacy-container h2 {
  font-family: "gotham-bold";
  color: #0068fc;
}
.privacy-container h3 {
  font-family: "gotham-bold";
  color: #0068fc;
}
.privacy-container h4,
h5 {
  font-family: "gotham-bold";
  color: #0068fc;
}
.privacy-container strong {
  font-family: "gotham-bold";
  font-size: 1.2rem;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.disclaimer-container {
  display: flex;
  align-items: baseline;
  padding: 30px;
  width: 38%;
}
.disclaimer-container input {
  width: 100px !important;
}
.disclaimer-container label {
  font-family: "gotham-light" !important;
  font-size: 0.8rem !important;
}

.checkbox-container {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
  width: 80%;
}
.checkbox-container label {
  font-family: "gotham-light" !important;
  font-size: 0.8rem !important;
}
.checkbox-container label a {
  color: black;
}

/*home insurance hero section*/

.hero-home-insurance {
  margin-top: 65px;
  background-color: #eeeeee;
}
.home-hero_content {
  color: black;
  padding: 25px;
}

.hero-head {
  font-size: 4.3rem;
  font-family: "gotham-bold";
}
.hero-subhead {
  font-size: 1.2rem;
  color: rgb(74, 73, 73);
  font-weight: 600;
  margin-bottom: 50px;
}
.home-button {
  background-color: #0068fc;
  color: white;
  outline: none;
  border: none;
  margin: 20px 0px;
  padding: 15px;
  border-radius: 25px;
  font-family: "gotham-bold";
  text-decoration: none;
}
.home-button a {
  color: white;
  text-decoration: none !important;
  font-size: 1.2rem;
}
.home-button:hover {
  color: black !important;
}
.hero-home-insurance .bg-dark.opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-main p {
  font-size: 1.3rem;
  margin-top: 30px;
}
.card {
  border-radius: 1rem;
  transition: ease-in-out 0.3s;
}
.card-title {
  font-size: 1.2rem;
  font-weight: 600;
}

.text-primary {
  color: #0068fc !important;
}

.bg-light {
  background-color: #e8e8e8 !important;
}

.bg {
  background-color: #f7f7f7;
}
.btn-primary {
  background-color: #0068fc;
  border-color: #0068fc;
  color: #fff;
}

.btn-outline-dark {
  border-color: #393939;
  color: #393939;
}

.btn-outline-dark:hover {
  background-color: #393939;
  color: #fff;
}
.cover-section {
  padding: 30px;
}
.cover-section h2 {
  font-size: 3rem;
  font-family: "gotham-bold";
}
.cover-section i {
  color: black;
  font-size: 30px;
}
.border-danger {
  border: 1px solid #d0d3d7 !important;
  box-shadow: 10px 10px 5px -4px rgba(34, 36, 41, 0.8) !important;
}
.brochure-btn {
  border-radius: 1rem;
  padding: 15px;
  background-color: white;
  color: #0068fc;
  font-family: "gotham-bold";
}
.get-quote-btn {
  color: #0068fc;
  font-size: 1rem;
  font-family: "gotham-bold";
  background-color: white;
  border-radius: 1rem;
  padding: 15px;
  border: 1px solid #0068fc;
}

.get-quote-btn:hover {
  background-color: #0068fc;
  color: white !important;
}
.help-section {
  background-color: #e8e8e8 !important;
}
.covered-section {
  background-color: #0068fc;
}
.covered-section h2 {
  font-size: 3rem;
  font-family: "gotham-bold";
  text-align: center;
  color: white;
}
.notcovered-container h2 {
  font-size: 3rem;
  font-family: "gotham-bold";
  color: #0068fc;
}

/*home insurance hero section*/

.hero-home-insurance {
  margin-top: 65px;
  background-color: #eeeeee;
}
.home-hero_content {
  color: black;
  padding: 25px;
}

.hero-head {
  font-size: 4.3rem;
  font-family: "gotham-bold";
}
.hero-subhead {
  font-size: 1.2rem;
  color: rgb(74, 73, 73);
  font-weight: 600;
  margin-bottom: 50px;
}
.home-button {
  background-color: #0068fc;
  color: white;
  outline: none;
  border: none;
  margin: 20px 0px;
  padding: 15px;
  border-radius: 25px;
  font-family: "gotham-bold";
  text-decoration: none;
}
.home-button a {
  color: white;
  text-decoration: none !important;
  font-size: 1.2rem;
}
.home-button:hover {
  color: black !important;
}
.hero-home-insurance .bg-dark.opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-main p {
  font-size: 1.3rem;
  margin-top: 30px;
}
.card {
  border-radius: 1rem;
  transition: ease-in-out 0.3s;
}
.card-title {
  font-size: 1.2rem;
  font-weight: 600;
}

.text-primary {
  color: #0068fc !important;
}

.bg-light {
  background-color: #e8e8e8 !important;
}

.bg {
  background-color: #f7f7f7;
}
.btn-primary {
  background-color: #0068fc;
  border-color: #0068fc;
  color: #fff;
}

.btn-outline-dark {
  border-color: #393939;
  color: #393939;
}

.btn-outline-dark:hover {
  background-color: #393939;
  color: #fff;
}
.cover-section {
  padding: 30px;
}
.cover-section h2 {
  font-size: 3rem;
  font-family: "gotham-bold";
}
.cover-section i {
  color: black;
  font-size: 30px;
}
.border-danger {
  border: 1px solid #d0d3d7 !important;
  box-shadow: 10px 10px 5px -4px rgba(34, 36, 41, 0.8) !important;
}
.brochure-btn {
  border-radius: 1rem;
  padding: 15px;
  background-color: white;
  color: #0068fc;
  font-family: "gotham-bold";
}
.get-quote-btn {
  color: #0068fc;
  font-size: 1rem;
  font-family: "gotham-bold";
  background-color: white;
  border-radius: 1rem;
  padding: 15px;
  border: 1px solid #0068fc;
  text-decoration: none;
}

.get-quote-btn:hover {
  background-color: #0068fc;
  color: white !important;
}
.help-section {
  background-color: #e8e8e8 !important;
}
.covered-section {
  background-color: #0068fc;
}
.covered-section h2 {
  font-size: 3rem;
  font-family: "gotham-bold";
  text-align: center;
  color: white;
}
.notcovered-container h2 {
  font-size: 3rem;
  font-family: "gotham-bold";
  color: #0068fc;
}

.hero-auto-insurance {
  margin-top: 78px;
  background-color: #eeeeee;
  min-height: 480px;
  overflow: hidden;
}

.hero-auto-insurance .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 480px;
}

.hero-auto-insurance .text-section {
  padding: 40px;
  text-align: left;
}

.hero-auto-insurance .hero-title {
  font-size: 4.3rem;
  font-family: "gotham-bold";
  color: #0069ff;
  text-align: center;
}

.hero-auto-insurance .hero-subtitle {
  font-size: 1.5rem;
  color: black;
  margin: 15px 0;
  font-weight: 500;
  text-align: center;
}

.hero-auto-insurance .hero-cta {
  background-color: #0068fc;
  color: white;
  font-family: "gotham-bold";
  font-size: 1.1rem;
  padding: 14px 30px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
}

.hero-auto-insurance .hero-cta:hover {
  
  color: black !important;
}
.text-section div {
  display: flex;
  justify-content: center;
}
.coverage-options-section {
  background-color: #f5f5f5;
}

.coverage-options-section h2 {
  font-size: 2.5rem;
  font-family: "gotham-bold";
  color: #0068fc;
}

.coverage-card {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.coverage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.coverage-card i {
  font-size: 2rem;
  color: #0068fc;
  margin-bottom: 15px;
}

.coverage-card h5 {
  font-family: "gotham-bold";
  margin-bottom: 10px;
  color: #000;
}

.coverage-card p {
  color: #555;
  font-size: 0.95rem;
}
.why-matters-section {
  background-color: white;
}
.why-matters-section img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.why-matters-section h2 {
  font-size: 2.5rem;
  font-family: "gotham-bold";
  color: #0068fc;
}



/*media queries*/

@media only screen and (min-width: 1400px) and (max-width: 1640px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: end;
  }
  .logo {
    width: 100%;
  }
  /*index*/
  .slogan-index {
    bottom: 120px;
    left: 9rem;
  }
  .slogan-index h1 {
    font-size: 3.2rem;
  }
  .slogan-container {
    top: 6.5rem;
    left: 13.5rem;
  }
  .slogan-container {
    font-size: 1.2rem;
  }

  .label-container label {
    font-size: 1.3rem;
  }
  .label-container input {
    width: 384px;
    height: 39px;
    margin: 10px 6px;
  }

  .index-slogan__container form .select-container {
    width: 100%;
  }
  /*explore further*/

  .slider-section {
    margin-top: 80px;
  }
  .slider-section h1 {
    font-size: 3rem;
  }
  .card {
    margin: 0;
  }
  .card-image {
    width: 250px;
    height: 250px;
  }
  .card p {
    padding: 0px;
  }
  .slider-quote {
    margin: 0;
  }
  .slick {
    width: 260px;
  }
  .slick h4 {
    font-size: 1rem;
    text-align: center;
  }
  .carousel-control-prev-icon {
    width: 2rem;
    height: 4rem;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 2rem;
    height: 4rem;
  }
  /*difference*/
  .difference-text img {
    width: 500px;
  }
  .difference-text p {
    padding: 12px 0px;
    font-size: 1.3rem;
    margin-left: 50px;
  }
  /*testimonials*/
  .testimonial {
   height: 100vh
  }

  .companie-section {
    padding: 54px 20px;
  }
  .companie-items {
    gap: 0px;
    width: 42%;
  }
  .companie-items img {
    width: 60%;
  }
  .companie-text {
    margin-left: 65px;
  }
  .companie-text h2 {
    font-size: 2rem;
  }
  .companie-section h4 {
    margin-bottom: 28px;
  }
  .companie-buttremon {
    margin-top: 25px;
  }
  .nav-link {
    margin: 0px 8px;
    font-size: 0.8rem;
  }
  .map-image {
    width: 50%;
  }
  .quote {
    width: 128px;
  }

  .carousel-main {
    margin-top: 66px;
  }
  .find {
    padding: 50px;
  }
  .find h2 {
    margin-bottom: 10px;
  }
  .find p {
    margin-bottom: 0px;
    font-size: 1.2rem;
  }
  .ken-eig-logo {
    margin-top: 25px;
  }
  .agent-item {
    padding: 14px;
  }
  .disclaimer-container {
    width: 45%;
  }
  .map-image {
    width: 70%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header {
    padding: 10px 0px;
  }
  .logo {
    width: 280px;
  }
  .nav-link {
    font-size: 0.6rem;
  }
  .quote {
    font-size: 0.7rem;
    width: 102px;
  }
  .slogan-index {
    top: 10.3rem;
    left: 12rem;
  }
  .slogan-index h1 {
    font-size: 2.3rem;
  }
  .slogan-container {
    font-size: 1.3rem;
    width: 450px;
    top: 10rem;
    left: 13.5rem;
  }
  .slogan-container h1 {
    font-size: 2.5rem;
  }

  .label-container input {
    width: 300px;
  }
  .refered-container input {
    width: 635px;
  }
  .quote-tips_container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .card-image {
    width: 250px;
    height: 250px;
  }
  .card p {
    width: 100%;
    padding: 0px 10px;
  }
  .agent-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .companie-items {
    gap: 10px;
    width: 40%;
  }
  footer {
    flex-direction: column;
    align-items: center;
  }
  .carousel-main {
    margin-top: 80px;
  }

  .slogan-index p {
    font-size: 1rem;
  }
  .companie-section h4 {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
  .companie-text h2 {
    font-size: 1.8rem;
  }
  .companie-button {
    margin-top: 30px;
  }
  /*difference*/
  .difference-text {
    flex-direction: column;
  }
  .difference-text p {
    padding: 12px 0px;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .main-section {
    margin-top: 63px;
  }
  .logo {
    width: 365px;
  }
  .nav-link {
    margin: 0;
    font-size: 0.7rem;
  }
  .navbar-expand-lg .navbar-collapse {
    width: 100%;
  }
  .nav-item a {
    margin: 0px 3px;
  }
  .carousel-main {
    margin-top: 50px;
  }
  .main-section {
    background-image: url(../assets/main-image-tablet.png);
    margin-top: 45px;
  }
  .index-slogan__container {
    flex-direction: column;
    justify-content: space-around;
  }

  .slogan-index h1 {
    font-size: 3rem;
  }
  .slogan-index p {
    font-size: 1rem;
  }
  .slogan-index {
    top: 7.3rem;
    left: -4rem;
  }

  .slogan-container h1 {
    font-size: 2.3rem;
  }
  .slogan-container {
    font-size: 1.1rem;
    width: 450px;
    top: 6.8rem;
    left: 15.6rem;
  }

  .index-slogan__container form {
    width: 31%;
    margin-right: 12px;
  }
  .index-slogan__container form .select-container {
    width: 58%;
  }
  /*difference*/
  .difference-text {
    flex-direction: column;
  }
  .difference-text p {
    padding: 12px 0px;
    font-size: 1.2rem;
  }

  .label-container {
    justify-content: center;
  }
  .label-container input {
    width: 300px;
  }
  .refered-container input {
    width: 600px;
  }
  .quote-tips_container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  /*carousel*/

  .card {
    width: 35%;
  }

  .card-image {
    width: 250px;
    height: 250px;
  }
  .card p {
    width: 100%;
    padding: 0px;
  }
  .agent-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .mailing {
    padding-left: 20px;
  }
  .companie-section {
    padding: 100px 20px;
  }
  .companie-items {
    gap: 15px;
    width: 50%;
  }

  .companie-text h2 {
    font-size: 3rem;
  }
  .companie-button {
    margin-top: 30px;
  }
  footer {
    flex-direction: column;
    align-items: center;
  }
  footer img {
    width: 15%;
  }
  /*team section*/

  .team-section__text p {
    padding: 15px 0px;
  }
  .member-container__img {
    width: 160px;
    height: 160px;
  }
  .member-container__text p {
    font-size: 0.5rem;
  }
  .member-container__img {
    width: 160px;
    height: 160px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 991px) {
  .menu-nav {
    width: 62%;
  }
  .logo {
    width: 380px !important;
  }
  .carousel-main {
    margin-top: 99px;
  }
  .main-section {
    background-image: url(../assets/main-image-tablet.png);
    margin-top: 55px;
  }

  .slogan-index {
    position: static;
    text-align: center;
    width: 100%;
  }

  .slogan-index h1 {
    font-size: 2.5rem;
  }
  .slogan-index p {
    font-size: 1rem;
  }
  .index-slogan__container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .index-slogan__container form {
    width: 40%;
    align-self: anchor-center;
    justify-self: end;
  }
  .index-slogan__container form .select-container {
    display: block;
    width: 68%;
  }
  .index-slogan__container form .slogan-button {
    font-size: 0.8rem;
    padding: 7px;
  }
  .index-slogan__container input {
    width: 100%;
  }
  .mobile-quote {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*difference*/
  .difference {
    margin-left: 0;
  }
  .difference-text {
    margin-left: 0px;
  }
  .difference-text img {
    width: 450px;
  }
  .difference-text {
    flex-direction: column;
  }
  .difference-text p {
    padding: 12px 0px;
    font-size: 1rem;
  }
  /*landing-quote__section*/

  .index-main {
    background-image: url(../assets/mobile.png);
    background-position: center center;
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .main-slogan__container {
    display: none;
  }
  .navbar-brand {
    display: flex;
    justify-content: center;
  }
  .nav-link {
    font-size: 0.8rem;
  }
  .logo {
    width: 100%;
    margin: 0;
  }
  .quote {
    width: 118px;
    margin: 10px 0px;
    font-size: 0.7rem;
  }
  .mobile-content {
    display: block;
    background-color: #0069ff;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 40vh;
  }
  .mobile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .mobile-slogan__container {
    font-family: "gotham-book";
    font-size: 1.2rem;
    padding: 0px 10px;
    text-align: center;
  }

  .mobile-slogan__container h1 {
    font-size: 2rem;
    font-family: "gotham-bold";
    text-align: center;
  }
  .mobile-slogan__container p {
    text-align: center;
  }
  .first-quote {
    padding: 10px;
  }

  .quote-tip {
    padding: 5px;
  }
  .quote-tip p {
    padding: 0px 5px;
  }
  .quote-tips_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
    justify-items: center;
  }
  .label-container input {
    width: 90%;
    height: 28px;
    margin: 0px 10px;
  }
  .label-container {
    justify-content: center;
  }
  .refered-container input {
    width: 330px;
    height: 28px;
  }
  .form-section {
    padding: 30px 15px;
  }
  .form-container p {
    font-size: 1rem;
    padding: 0px 35px;
  }
  .form-paragraph p {
    font-size: 10px;
    padding: 10px;
    text-align: center;
  }
  .form-paragraph h4 {
    font-size: 1rem;
  }
  .button-container input {
    margin-top: 5px;
    padding: 5px 0px;
  }
  .radio {
    color: white;
  }
  /*carousel*/
  .slider-section {
    padding: 25px;
    margin: 0;
  }
  .slider-section h1 {
    font-size: 2rem
  }
  .slider-section h5 {
    font-size: 1.5rem;
  }
  .carousel-control-prev-icon {
    width: 3rem;
    height: 4rem;
  }
  .carousel-control-next-icon {
    width: 3rem;
    height: 4rem;
  }
  .card {
    width: 60%;
    height: 463px;
  }

  .card-image {
    width: 250px;
    height: 250px;
  }
  .card p {
    padding: 0;
    width: 80%;
    display: flex;
    justify-content: center;
  }
  .find {
    padding: 38px;
  }

  .find p {
    padding: 5px;
    text-align: center;
    font-size: 1.1rem;
  }
  .agent-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .map-container img {
    width: 100%;
  }
  .map-tex__container {
    flex-direction: column;
  }
  .map-tex__container h3 {
    font-size: 2rem;
  }
  .mailing {
    padding-left: 20px;
  }
  /*explore further*/
  .image-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }

  /*testimonials*/
  .testimonial h2{
    font-size: 2rem; 
  }
  .testimonials-slogan{
    font-size: 1.5rem;
  }
  .carousel-wrapper{
    height: 365px;
  }
 .testimonial {
  height: 85vh;
 }
 .testimonial-text {
  font-size: 1.2rem!important;
 }
 .find h2 {
  font-size: 2rem;
 }

 
  /*quote*/
  .quote-form__section input {
    width: 350px;
  }
  .quote-form__section {
    padding: 0px 15px;
    height: 80vh;
  }
  .quote-form__section form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .quote-form__section h4 {
    text-align: center;
  }
  .quote-form__section label {
    font-size: 1rem;
  }
  .quote-form__section select {
    width: 40%;
  }
  .select-container {
    display: flex;
    justify-content: center;
  }
  /*companie*/
  .companie-text {
    margin-left: 0px;
  }
  .companie-section {
    padding: 90px 20px;
    align-items: center;
  }
  .companie-section h4 {
    margin-bottom: 30px;
  }
  .companie-container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .companie-text h2 {
    text-align: center;
    font-size: 1.8rem;
  }
  .companie-text p {
    text-align: center;
  }
  .companie-items {
    gap: 40px;
    width: 50%;
  }
  .companie-items img {
    width: 100%;
  }
  .win-section {
    padding-top: 75px;
  }
  footer {
    flex-direction: column;
    align-items: center;
  }
  .data-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .data-footer p {
    text-align: center;
  }
  .data-footer div {
    margin: 0px 10px;
  }

  footer img {
    width: 60%;
    margin-bottom: 10px;
  }
  .link-footer {
    width: 122px;
  }
  .quote {
    width: 135px;
  }
  .button-footer {
    height: 133px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  /*team section*/
  .team-section {
    padding: 150px;
  }
  .team-section__text p {
    padding: 15px 10px;
    font-size: 1rem;
  }
  .team-section__image {
    grid-template-columns: repeat(2, 25%);
    grid-template-rows: repeat(3, 1fr);
    column-gap: 50px;
  }
  .member-container__img {
    width: 150px;
    height: 150px;
  }
  .member-container__text p {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 300px) and (max-width: 600px) {
  .navbar-brand {
    margin: 0px;
  }
  .logo {
    width: 270px;
  }
  .main-section {
    background-image: url(../assets/main-image-mobile.png);
    height: 105vh;
  }
  .navbar-toggler-icon {
    height: 1em;
    width: 1em;
  }
  .menu-nav {
    padding: 10px 5px;
    width: 90%;
  }
  .nav-link {
    line-height: 0.7;
  }
  .carousel-main {
    margin-top: 75px;
  }

  .slogan-index {
    position: static;
    width: 100%;
    text-align: center;
  }
  .slogan-index h1 {
    font-size: 2rem;
  }
  .slogan-index p {
    font-size: 1rem;
  }

  .index-slogan__container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
  .index-slogan__container form {
    width: 90%;
    align-self: anchor-center;
    justify-self: end;
    margin-right: 0px;
  }
  .index-slogan__container input {
    width: 280px;
  }
  .index-slogan__container form .select-container {
    display: block;
    width: 73%;
    font-size: 1.2rem;
  }
  .index-slogan__container form .slogan-button {
    font-size: 0.8rem;
    padding: 7px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1rem;
    height: 2rem;
  }
  .subscribe-container {
    width: 288px;
  }

  /*difference*/
  .difference {
    margin-left: 0;
    padding: 150px 0px;
  }
  .difference-text {
    margin-left: 0px;
  }
  .difference-text img {
    width: 320px;
  }
  .difference-text {
    flex-direction: column;
  }
  .difference-text p {
    padding: 12px 0px;
    font-size: 1rem;
    text-align: center;
  }

  .companie-container {
    flex-direction: column-reverse;
  }
  .companie-items {
    width: 78%;
  }
  .companie-text h2 {
    font-size: 1.3rem;
    text-align: center;
  }
  .companie-items img {
    width: 92%;
  }

  .agent-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .ken-eig-logo {
    width: 77%;
  }
  .map {
    padding: 95px 5px;
  }
  .map-container img {
    width: 98%;
  }
  .map-tex__container {
    flex-direction: column;
  }
  .map-tex__container h3 {
    font-size: 1rem;
  }
  .quote-form__section input {
    width: 310px;
  }
  /*broker*/
  .slider-section {
    padding: 20px;
  }

  .slider-section h1 {
    font-size: 2.2rem;
  }
  .slider-section h5 {
    font-size: 1.3rem;
  }
  .image-grid {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    gap: 25px;
  }
  .image-item img {
    width: 300px;
  }
  .overlay h4 {
    font-size: 1.2rem;
  }
  .overlay p {
    font-size: 0.8rem;
  }
  .card {
    width: 100%;
  }
  .card p {
    padding: 0px;
  }
  .card-image {
    width: 265px;
    height: 265px;
    border-radius: 5px;
  }
  /*agent*/
  .find h2 {
    font-size: 2.2rem;
  }
  .find p {
    padding: 0px;
    font-size: 1rem;
    text-align: center;
  }
  .slider-quote {
    font-size: 1rem;
  }
  /*testimonial*/

  .win-section {
    background-color: #e8e8e8;
    padding: 120px 0px;
  }
  .win-section h2 {
    font-size: 2.2rem;
  }
  .win-section p {
    font-size: 1.2rem;
  }
  .slick p {
    font-size: 13px;
  }

  /*quote*/
  .quote-tip p {
    padding: 0px;
  }
  .quote-form__section {
    margin-top: 50px;
    height: 100vh;
  }
  .quote-form__section h2 {
    font-size: 1.8rem;
    margin-bottom: 5px;
    margin-top: 40px;
  }
  .quote-form__section form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
  .select-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .quote {
    width: 135px;
    margin: 5px;
  }
  .first-quote {
    padding: 10px;
  }
  .form-container p {
    font-size: 1.2rem;
    color: white;
    margin-bottom: 20px;
  }
  .quote-form__section h4 {
    font-size: 25px;
    text-align: center;
    padding: 5px;
  }
  .quote-tip {
    margin: 0;
    padding: 0;
  }
  .quote-tips_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
    justify-items: center;
  }
  .form-container {
    width: 100%;
    padding: 5px;
    flex-direction: column;
  }
  .label-container input {
    width: 90%;
    height: 28px;
    margin: 0px 10px;
  }
  .refered-container input {
    width: 320px;
    height: 28px;
  }
  .label-container label {
    font-size: 1.2rem;
  }
  .input-container label {
    font-size: 1.2rem;
  }

  /*agents*/
  .index-main {
    background-image: url(../assets/agent-mobile.png);
    background-position: center center;
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
  }
  .slogan-container {
    top: 4.3rem;
    left: -5rem;
    width: 314px;
    font-size: 0.9rem;
    z-index: 100;
  }
  .slogan-container h1 {
    font-size: 2rem;
  }
  .mobile-content {
    display: block;
    background-color: #0069ff;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .main-slogan__container {
    display: none;
  }
  .mobile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .mobile-slogan__container h1 {
    font-size: 2rem;
    font-family: "gotham-bold";
    text-align: center;
  }
  .find {
    padding: 40px 10px;
    margin-top: 80px;
  }
  /*companie*/
  .companie-section h4 {
    font-size: 1.5rem;
  }

  .companie-text {
    margin-left: 0px;
  }
  .companie-text p {
    text-align: justify;
    font-size: 0.9rem;
  }
  /*team section*/

  .team-section {
    padding: 130px 15px;
  }
  .team-section__text p {
    padding: 15px;
  }
  .team-section__image {
    grid-template-columns: repeat(1, 25%);
  }
  /*footer*/
  footer {
    flex-direction: column;
    align-items: center;
    padding: 20px 40px;
  }
  .data-footer {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
  .data-footer p {
    text-align: center;
  }
  .data-footer div {
    margin: 0px 10px;
  }

  footer img {
    width: 70%;
    margin-bottom: 10px;
  }

  footer .quote {
    width: 138px;
  }

  .button-footer {
    height: 133px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .privacy-container {
    padding: 21px;
    margin-top: 20px;
  }
  .disclaimer-container {
    width: 100%;
    margin-top: 30px;
  }
  /*home insurance */
  .hero-home-insurance {
    flex-direction: column;
  }
  /*testimonials*/
  .testimonial{
    height: 100vh;
  }
  .testimonial h2 {
    font-size: 2rem;
    text-align: center;
  }
  .testimonials-slogan{
    font-size: 1.1rem;
  }
  .testimonial-text{
    font-size: 1.1rem!important;
  }
  
.carousel-wrapper{
  height: 491px!important;
}
/*house insurance hero section*/
  .hero-auto-insurance .hero-title {
    font-size: 2.3rem;
  }
  .hero-auto-insurance .hero-cta {
    padding: 8px 20px;
  }
  .cover-section h2 {
    font-size: 2rem;
  }
  .coverage-options-section h2 {
    font-size: 2rem;
  }
  .why-matters-section h2 {
    text-align: center;
    font-size: 2rem;
  }
  .why-matters-section p {
    text-align: center;
  }
  .get-quote-btn {
    font-size: 0.7rem;
  }
}
