@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@200;300;400;500;600;700;800&family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400&display=swap");
/* header  */ /* Service wrapper */ /* consultations */
/* Testimonials start here */ /* faqs-section-area */ /* Contact Us Css */
/* Site footer csss code  */ /* inner page quotation-hero */
/* responsive css */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #606060;
  font-size: 16px;
  font-family: "Red Hat Display", sans-serif;
}

h1 {
  color: #050a52;
  margin: 0 auto;
}

h2 {
  color: #050a52;
  margin: 0 auto;
}

h3 {
  color: #050a52;
  margin: 0 auto;
}

h4 {
  color: #050a52;
  margin: 0 auto;
}

h5 {
  color: #050a52;
  margin: 0 auto;
}

h6 {
  color: #050a52;
  margin: 0 auto;
}

ul {
  margin: 0;
}

p {
  margin: 0;
}

label {
  margin: 0;
}

.navbar {
  height: auto;
  background-color: #fff !important;
  box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
  padding: 1rem 24px;
  z-index: 1;
  padding: 1rem;
}

.navbar-brand.logo img {
  height: 50px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 20px;
  color: #2b2135;
  font-weight: 500;
  padding: 0 1.5rem;
}

.btn {
  border-radius: 3px;
}

.btn-accent {
  background-color: #062899;
  color: #f2f2f2;
}
.btn-accent a {
  color: #fff;
  text-decoration: none;
}
.btn-accent:hover {
  background-color: #062899;
  color: #f2f2f2;
}
.site-hero {
  position: relative;
}
.site-hero .insurance-type {
  position: absolute;
  width: 30%;
  inset: auto 0px 0px auto;
  /* height: 200px; */
  /* background-color: rgb(255, 255, 255); */
  z-index: 99;
  transform: translateY(-50%);
  left: auto;
  right: 12%;
  top: 50%;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 2fr;
  border-radius: 10px 10px 0 0;
  /* box-shadow: 0 0 6px #fad3d3; */
}
.site-hero .insurance-type ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: center;
  align-items: center;
  gap: 1.25rem;
  padding-left: 0;
  margin-left: 0;
}
.site-hero .insurance-type ul > li {
  width: auto;
  height: 150px;
  display: flex;
  text-align: center;
  align-items: center;
  min-width: 180px;
  justify-content: center;
  border: 1px solid #1b43c7;
  background: #062899;
  border-radius: 1.5rem;
}
.site-hero .insurance-type ul > li a {
  text-decoration: none;
}
.site-hero .insurance-type ul > li a:hover {
  color: #fff;
}
.site-hero .insurance-type ul > li a:visited {
  color: #fff;
}
.site-hero .insurance-type ul > li h3 {
  font-size: 1.2em;
  margin-top: 1.25em;
  color: #fff;
}

.heading {
  font-size: 56px;
  color: #ec0a0a;
  font-weight: 700;
}

.partner-wraper {
  padding: 70px 0;
  background-color: #fff5f5;
}

.about-wraper {
  padding-top: 70px;
}
.about-wraper .img-holder {
  position: relative;
}
.about-wraper .img-holder .call-us {
  position: absolute;
  left: auto;
  right: -40px;
  top: auto;
  bottom: 20px;
  width: 50%;
  background-color: #f53946;
  padding: 1.5rem;
  border-radius: 10px;
}
.about-wraper .img-holder .call-us h4 {
  color: #f0fff0;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.about-wraper .img-holder .call-us h3 {
  color: #f0fff0;
  margin-bottom: 0;
  font-weight: 700;
}
.about-wraper h3 {
  margin-bottom: 24px;
}

.service-wraper {
  padding: 70px 0;
  background-color: #ffffff;
  padding: 0 2px;
}
.service-wraper h2 {
  font-size: 56px;
  font-weight: 700;
}

.innerbanner {
  position: relative;
}
.innerbanner::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(245, 57, 70, 0.75);
  z-index: 9;
}
.innerbanner .caption {
  position: absolute;
  left: 0;
  top: 35%;
  transform: translateY(-35%);
  width: 100%;
  z-index: 99;
  height: auto;
}
.innerbanner .caption h2 {
  font-size: 90px;
  color: #fff;
  font-weight: 800;
}
.innerbanner .caption h2 span {
  font-size: 152px;
}
.innerbanner .caption h4 {
  color: #050a52;
  font-size: 30px;
}
.innerbanner .caption p {
  color: #fff;
  font-size: 18px;
  line-height: 1.8em;
}

.service-card {
  border-radius: 10px;
  padding: 1.5rem;
  margin-top: 50px;
  box-shadow: 0 0 6px #fad3d3;
  border: 0;
}
.service-card .card-body .icon {
  height: 100px;
}
.service-card .card-body h3 {
  margin-top: 24px;
  font-weight: 500;
}
.service-card .card-body p {
  margin-top: 24px;
  color: #656262;
}

.consultations {
  padding: 70px 0;
}
.consultations h4 {
  margin-bottom: 24px;
}
.consultations h2 {
  margin-bottom: 24px;
}
.consultations p {
  padding-left: 24px;
  line-height: 1.8rem;
  position: relative;
}
.consultations p::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #f53946;
  content: "";
}
.consultations ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.consultations ul > li {
  min-height: 150px;
  border: 0 solid #fff5f5;
  padding: 1.5rem;
  transition: 0.3s;
  box-shadow: rgb(250, 211, 211) -1px -1px 8px 0px;
  border-radius: 10px;
}
.consultations ul > li:first-child {
  border-top: 0;
  border-left: 0;
}
.consultations ul > li:nth-child(2) {
  border-top: 0;
  border-right: 0;
}
.consultations ul > li:nth-child(4) {
  border-top: 0;
  border-right: 0;
}
.consultations ul > li:nth-child(3) {
  border-bottom: 0;
  border-left: 0;
}
.consultations ul > li:nth-child(5) {
  border-bottom: 0;
  border-left: 0;
}
.consultations ul > li:last-child {
  border-bottom: 0;
  border-right: 0;
}
.consultations ul > li div:has(h3) {
  font-weight: 700;
  font-size: 1.75rem;
}
.consultations ul > li:hover {
  border-color: #f53946;
  background-color: #f53946;
  color: #e6e5e5;
}
.consultations ul > li:hover h3 {
  color: #c7c7c9;
}
.consultations ul > li:hover h4 {
  color: #c7c7c9;
}
.consultations ul.call-us {
  display: grid;
  align-items: center;
}
.consultations ul.call-us li {
  min-height: auto;
  border: 0;
  padding-left: 0;
  padding-top: 0;
  box-shadow: none;
}
.consultations ul.call-us li:hover {
  background-color: transparent;
}
.consultations ul.call-us li a {
  text-decoration: none;
  font-size: 1.25rem;
  color: #050a52;
  font-weight: 500;
}

.contact-meta h3 {
  margin-bottom: 0;
  font-weight: 700;
  color: #f53946;
  font-size: 1.75rem;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 18px;
}

.testimonials {
  position: relative;
  padding: 70px 0;
}
.testimonials h4 {
  color: #4d4d4d;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 1rem;
}
.testimonials h3 {
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.8px;
  margin-bottom: 24px;
}
.testimonials .card {
  margin-top: 24px;
  padding: 5px;
  border: 0;
}
.testimonials .card .card-body {
  box-shadow: -1px -1px 8px 0px #fad3d3;
  padding: 24px 1.5rem;
  min-height: 330px;
  display: grid;
  grid-template-rows: subgrid;
}
.testimonials .card .card-body blockquote {
  position: relative;
  display: grid;
  grid-row: 1;
  padding: 1rem;
  padding-left: 2rem;
}
.testimonials .card .card-body blockquote::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  font-size: 29px;
  top: 0;
  color: #eaeaea;
}
.testimonials .card .card-body blockquote p {
  text-align: left;
  grid-row: 2;
}
.testimonials .card .card-body .customer-meta {
  display: grid;
  grid-row: 3;
  align-items: center;
  justify-content: center;
}
.testimonials .card .card-body .customer-meta figure {
  display: flex;
  align-items: center;
}
.testimonials .card .card-body .customer-meta figure img {
  height: 50px;
  width: 50px !important;
}
.testimonials .card .card-body .customer-meta figure figcaption {
  width: 100px;
  margin-left: 1rem;
}
.testimonials .card .card-body .customer-meta figure figcaption h4 {
  color: #959595;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  padding-left: 1rem;
  position: relative;
}
.testimonials .card .card-body .customer-meta figure figcaption h4::before {
  position: absolute;
  left: 0;
  content: "";
  width: 15px;
  height: 4px;
  top: 10px;
  background-color: #000;
}

.faqs-section-area {
  padding: 70px 0;
  padding-top: 0;
}

.contact-us {
  padding-bottom: 70px;
}
.contact-us .img-holder {
  position: relative;
}
.contact-us .img-holder .call-us {
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: 50%;
  background-color: #f53946;
  padding: 1.5rem;
  border-radius: 0;
}
.contact-us .img-holder .call-us h4 {
  color: #f0fff0;
}
.contact-us .img-holder .call-us h3 {
  color: #f0fff0;
}

.form-wrapper h5 {
  margin-bottom: 24px;
}
.form-wrapper h2 {
  margin-bottom: 24px;
}
.form-wrapper .form-group {
  margin-bottom: 1rem;
}
.form-wrapper .form-group .form-control {
  border-radius: 0;
  height: auto;
  padding: 1rem;
}

.support-wraper h2 {
  margin-bottom: 24px;
}

.site-footer .desktop {
  padding: 50px 0;
  background-color: #e6e5e5;
}
.site-footer .desktop p {
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 29px;
  zoom: 90%;
  margin-top: 26px;
}
.site-footer .desktop p.copyright-text {
  font-weight: 500;
  text-align: center;
  margin-top: 3rem;
}
.site-footer .desktop h2 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 3rem;
}
.site-footer .desktop ul.important li a {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  color: #000;
}
.site-footer .desktop ul.important li span {
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
}
.site-footer .desktop ul.company-info {
  list-style: none;
}
.site-footer .desktop ul.company-info li {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.site-footer .desktop ul.company-info li a {
  color: #5484ff;
  display: inline-block;
}
.site-footer .desktop ul.company-info li a.email {
  color: #000;
  margin-top: 20px;
}
.site-footer .desktop .social_links {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.site-footer .mobile-footer {
  display: none;
}

.quotation-hero {
  padding: 70px 0px;
  position: relative;
  /* height: calc(100vh - 100px); */
  background: #f53946;
  zoom: 0.7;
  position: relative;
  overflow: auto;
  min-height: 100vh;
}
.quotation-hero > form {
  padding: 1.5rem;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 6px #f2dcdc;
}
.quotation-hero form {
  padding: 1.5rem;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 6px #f2dcdc;
}
.quotation-hero form .form-group {
  margin-bottom: 1rem;
}
.quotation-hero form .form-group .form-control {
  height: auto;
  padding: 1rem;
  background: #faf1f1;
  border-radius: 3px;
}
.quotation-hero form .form-check-label {
  font-size: 1.2rem;
  color: #1b43c7;
}
.quotation-hero h5 {
  margin-bottom: 24px;
}
.quotation-hero h2 {
  margin-bottom: 24px;
  margin-bottom: 0.5rem;
  zoom: 0.7;
}
.quotation-hero h2.heading {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 24px;
  zoom: 0.7;
}
.quotation-hero .insurance-type {
  position: absolute;
  width: 100%;
  inset: auto 0px 0px auto;
  height: 200px;
  z-index: 99;
  transform: translateX(-50%);
  left: 50%;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 3fr;
  border-radius: 10px 10px 0 0;
}
.quotation-hero .insurance-type ul {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
  align-content: space-between;
  align-items: center;
  padding-left: 0;
  margin-left: 0;
  gap: 1.5rem;
}
.quotation-hero .insurance-type ul > li {
  box-shadow: 0 0 6px #fad3d3;
  padding: 1rem;
  background-color: #fff;
  border-radius: 6px;
}
.quotation-hero .insurance-type ul > li a {
  text-decoration: none;
}
.quotation-hero .insurance-type ul > li a:hover {
  color: #5484ff;
}
.quotation-hero .insurance-type ul > li a:visited {
  color: #5484ff;
}
.quotation-hero .insurance-type ul > li h3 {
  color: #f53946;
  font-size: 1.25em;
  margin-top: 1.5em;
}

.contact-body h2 {
  font-size: 2.5em;
}
.contact-body .body {
  padding: 1.5em;
}

.form-group {
  margin-bottom: 1.5em;
}
.form-group .form-control {
  border-radius: 2px;
  height: auto;
  padding: 0.5em 1em;
}

.services .card {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0 6px #fae1e1;
  min-height: 200px;
  margin-bottom: 1.5em;
}
.services .card-body {
  text-align: center;
}
.services .card-body h3 {
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  .site-footer .desktop {
    display: none;
  }
  .site-footer .desktop .footer-logo {
    display: none;
  }
  .site-footer .desktop .social_links {
    justify-content: center;
  }
  .site-footer .mobile-footer {
    background: #f0fff0;
    padding-top: 25px;
    text-align: center;
    display: block;
  }
  .site-footer .mobile-footer .important {
    list-style: disc !important;
  }
  .site-footer .mobile-footer .important li a {
    font-weight: 600;
    color: #000;
    text-align: center;
    font-size: 15px;
  }
  .site-footer .mobile-footer .important li span {
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
  }
  .site-footer .mobile-footer h3 {
    color: #5484ff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .site-footer .mobile-footer .copyright-text {
    font-weight: 500;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 17px;
  }
  .site-footer .mobile-footer .social_links {
    display: none;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .site-footer .mobile-footer .important li {
    display: inline-block;
    position: relative;
    padding: 0 0.5rem;
    padding-left: 15px;
  }
  .site-footer .mobile-footer .important li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    left: 0;
    height: 5px;
    width: 5px;
    line-height: 5px;
    border-radius: 5px;
    background-color: #000;
  }
  .site-footer .mobile-footer .social_links {
    display: flex;
  }
}
@media only screen and (max-width: 576px) {
  body {
    background-color: #e6e5e5;
    padding: 0 1.5em;
  }
  .navbar {
    box-shadow: none;
  }
  .site-hero .insurance-type {
    position: static;
    width: 100%;
    transform: translate(0, 0);
    padding: 1.5em;
    border-radius: 0 0 10px 10px;
    margin-top: 0;
    margin-bottom: 1.5em;
  }
  .site-hero .insurance-type ul {
    gap: 1.5em;
  }
  .site-hero .insurance-type ul > li {
    border-radius: 10px;
    box-shadow: 0 0 0 4px #e5e5e5;
    height: 100px;
    font-size: 1em;
  }
  .site-hero .insurance-type ul > li h3 {
    font-size: 1em;
    margin-top: 0.5em;
  }
  .navbar-brand.logo img {
    height: 30px;
  }
  .heading {
    font-size: 18px;
    text-align: center;
  }
  .service-wraper {
    padding: 1.5em;
    background-color: #f9f59f;
  }
  .service-wraper h2 {
    font-size: 18px;
    text-align: center;
  }
  .about-wraper {
    padding: 1.5em;
    background-color: #f9f59f;
  }
  .about-wraper .img-holder img {
    display: none;
  }
  .about-wraper .img-holder .call-us {
    position: initial;
    width: 100%;
    text-align: center;
  }
  .partner-wraper {
    background-color: #fafafa;
    margin: 1.5em 0;
    border-radius: 10px;
    text-align: center;
    padding: 1.5em;
  }
  .partner-wraper h1 {
    margin-bottom: 1.5em;
  }
}
.contact-wrapper {
  height: calc(100vh - 90px);
  padding-top: 150px;
  display: flex;
  align-items: baseline;
  background-color: #f53946;
}
.contact-wrapper .contact-info {
  background-color: #fff;
  height: calc(100vh - 240px);
  padding: 1.5em;
  border-radius: 10px 0 0 0;
}
.contact-wrapper .contact-info .card {
  border: 0;
  margin-bottom: 1.5em;
}
.contact-wrapper .contact-info .card .card-body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact-wrapper .contact-info .card .card-body .card-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 6;
  background-color: #f53946;
  margin-right: 1.5em;
}
.contact-wrapper .contact-info .card .card-body .card-meta h4 {
  color: #f53946;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.contact-wrapper .contact-info .card .card-body .card-meta p {
  line-height: 24px;
}
.contact-wrapper .mapwraper {
  height: calc(100vh - 240px);
  border-radius: 0 10px 0 0;
}
.contact-wrapper .mapwraper iframe {
  border-radius: 0 10px 0 0;
} /*# sourceMappingURL=style.css.map */
