body{
  margin:0;
  background-color: #fbfbfb;
  color:black;
}


.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.policy-logo{
    width:8em;
}


.header-nav{
    background-color:white; 
    height: 5em; 
    margin:0px auto 10px; 
    border-radius: 12px; 
    display:flex; 
    align-items: center; 
    padding: 0px 3em; 
    position: relative;
    z-index: 100;
    width:80%;
}

/* Sticky nav clone - hidden initially */
.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 9999;
  display: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Show when scrolled */
.fixed-nav.visible {
  display: flex;
}

.desktop-nav{
    display:flex;
}

#mobile-nav{
    display:none;
    padding:10px 25px;
}


.header-container{
   position: relative;
   padding-top:30px;
   font-size:0.9vw;
   overflow: hidden;
}

.header-text-div{
  position: relative;
  z-index: 1;
  margin:auto;
  display: flex;
  align-items: center;
  height:45em;
  width:80%;
}

.h-text-div{
  margin-top:-20px;
}


 .header-text-div br#mobile-br{
    display:none;
  }

.header-text-div h1{
  font-size:3.7em;
  line-height: 1.1em;
  margin:0.3em 0;
}

.header-sub-text{
  font-size:1.1em;
}

.header-image{
  position:absolute; 
  bottom:0; 
  right:0;  
  margin-right:-50px;
  width:55vw;
  margin-bottom:2px;
}

.header-blur{
  position:absolute; 
  bottom:0; 
  left:0; 
  width:100%;
}

.center-text{
    align-items: center;
    justify-content: center;
    text-align: center;
}


.menu-nav{
    margin-left:5em;
}

.menu-nav > a{
   text-decoration: none;
   color:black;
   margin-right:3em;
}

.menu-nav > a:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #3B8EFF;
    font-weight: 500;
} 

.header-button-div{
    position:absolute; 
    right:0; 
    margin-right:3em; 
    padding:0.5em 2em !important;
    cursor: pointer;
}


.section-container{
  margin:50px auto; 
  width: 80%;
}


/*Mobile header*/

.mobile-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  height:5em;
}

.mobile-header .policy-logo{
  width:100px;
}

.hamburger {
  font-size: 3em;
  cursor: pointer;
  padding: 0.5em;
  user-select: none;
  z-index: 2;
}

/* Dropdown inside header-nav */
.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  z-index: 101;
  margin-top:-10px;
}

.mobile-menu a {
  display: block;
  padding: 1em 25px;
  text-decoration: none;
  color: black;
  border-bottom: 1px solid #eee;
  font-size: 1.5em;
}

/* Show menu when toggled */
.mobile-menu.show {
  max-height: 500px;
  opacity: 1;
  pointer-events: auto;
}



/* Section 1 */
.section1-div{
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  display:flex;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin:auto;
}

.section1-card{
  padding:50px 50px 80px;
  flex-basis:33.333%;
  position: relative;
}

.section1-p{
  font-size:1.15em;
  margin:15px 0;
  color:#655F5F;
}

.section1-arrow{
  width:40px;
  position:absolute;
  bottom:0;
  margin-bottom:50px;
  cursor:pointer;
}


/* three items */
.section1-div::before, .section1-div::after {
  align-self: stretch;
  content: '';
  border: 1px solid #EFEFEF;
  margin:5% 0px;
}
.section1-div .section1-card:first-child {
  order: -1;
}

.section1-div .section1-card:last-child {
  order: 1;
}



/* Section 2 */

.section2-div{
  display:flex;
  padding:40px;
}

.section2-card{
  flex-basis:50%;
}

.section2-img{
  width:80%;
}

.section2-p{
  font-size:1.15em;
  color:#655F5F;
  padding:10px 0;
}

.section2-ul{
  margin:0;
}


/* Section 3 */


.section3-arrow{
 margin-left:10px;
}

.section3-container{
  background-image: url("images/section3-bg.png");
  padding:120px 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section3-header{
  text-align:center;
  width:80%;
  margin:auto;
}


.section3-selection{
  display:flex; 
  gap:15px; 
  width:100%; 
  align-items: center; 
  justify-content: center; 
  margin-top:30px;
}


.selection-btn{
  background-color:gray;
}

.selection-active, .selection-btn:hover {
  background-color: #3B8EFF;
  color: white;
}

.card3{
  height:100%;
  padding:50px 30px;
}

.section3-p{
  font-size:1.15em;
  margin:15px 0 40px;
  color:#655F5F;
}

.carousel{
 margin:4em auto 0 ;
 width: 80%;
}

.carousel-inner{
    padding: 1em 0;
}
.card{
    margin: 0 1em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius:10px ;
}

.carousel-control-prev, .carousel-control-next{
    background-color: #3B8EFF;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev{
  margin-left:-50px !important;
}

.carousel-control-next{
  margin-right:-50px !important;
}

.card .img-wrapper {
  max-width: 100%;
  height: 13em;
  display: flex;
  justify-content: center;
  align-items: center;
}

img{
  max-height: 100%;
}

/*Section 4*/

.section4-card{
  padding:50px 1em 20px;
  flex-basis:25%;
  position: relative;
  text-align: center;
}

.section4-div{
  box-shadow: none;
  background-color: #fbfbfb;
}

.steps-img{
  margin-bottom:30px;
  z-index: 2;
  position: relative;
}


.section4-div > div:nth-child(even) {
  margin-top:200px;
}


#firstImage{
  anchor-name: --link-col1;
}

#secondImage{
  anchor-name: --link-col2;
}

#thirdImage{
  anchor-name: --link-col3;
}

#fourthImage{
  anchor-name: --link-col4;
}




.link {
  z-index: 1;
  position: absolute;
  min-block-size: 2px;
  background-image: linear-gradient(to bottom, black, black), linear-gradient(to right, black, black), linear-gradient(to bottom, black, black);
  background-size: 2px, 50% 2px, 50% 2px;
  background-position: center, top left, bottom right;
  background-repeat: no-repeat;
}

.link--first {
  inset-block-start: anchor(--link-col1 center);
  inset-inline-start: anchor(--link-col1 right);
  inset-inline-end: anchor(--link-col2 left);
  inset-block-end: anchor(--link-col2 center);
}

.link--second {
  inset-block-start: anchor(--link-col2 center);
  inset-inline-start: anchor(--link-col2 right);
  inset-inline-end: anchor(--link-col3 left);
  inset-block-end: anchor(--link-col3 center);
  margin-top: -200px !important;
    height: 200px;
    transform: rotate(180deg) scaleX(-1);
}

.link--third {
  inset-block-start: anchor(--link-col3 center);
  inset-inline-start: anchor(--link-col3 right);
  inset-inline-end: anchor(--link-col4 left);
  inset-block-end: anchor(--link-col4 center);
}



.section4-div::before, .section4-div::after {
  border: 0;
}

.section4-header{
  display:flex;
  width:100%;
  justify-content: space-between;
  align-items: center;
  padding-top:50px;
}


/* Section 5*/


.section5-div{
  background-color: #fbfbfb;
  box-shadow: none;
  gap:4em;
  padding-top:3em;
}

.section5-card{
  flex-basis:50%;
  position: relative;
  background-color: #efefef;
  border-radius: 10px;
  display: flex;
  overflow:hidden;
}

.section5-content{
  padding:50px 0 50px 50px;
  flex-basis:55%;
}

.section5-img{
  flex-basis:45%;
  background-repeat: no-repeat; 
  background-size: cover;
}

.section5-div::before, .section5-div::after {
   content: none;
}


/* Section 6 */

.section6-div{
  box-shadow: none;
  background-color: #fbfbfb;
  padding-top:50px;
}

.section6-header{
  padding-top:60px;
}

.s6-h1{
  font-size:4em;
  font-weight: 600;
  color:#3B8EFF;
}

.section6-img{
  margin-top:-10px;
}


.section6-card{
  text-align: left;
}


.section6-div::before, .section6-div::after {
  border: 0;
}

/* four items */
.section6-div .section6-card:not(:last-child)::after {
  position: absolute;
  width: 2px;
  content: '';
  height:50%;
  background-color: #EFEFEF;
  margin: auto;
  top: 0; 
  bottom: 0; 
  right: 0;
}



/* Section 7 */


.section7-container{
  background-image: url(images/contact-us-bg.jpg);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  display:flex;
  padding:50px;
  border-radius:10px;
  z-index:2;
  position: relative;
}

.section7-text-container{
  flex-basis: 45%;
  color:white;
  padding-right:100px;
}

.section7-logo{
  width:30%;
  text-align: center;
}

.section7-p{
  color:white;
}

.section7-form{
  flex-basis: 65%;
  color:white;
}


.section7-input-container{
  flex-basis:50%;
  padding:0px 20px 20px 20px;
}

.section7-input-container label, .section7-textarea-container label{
  margin-bottom:10px;
  font-weight: 500;
  font-size:1.30em;
}

.section7-input{
  width:100%;
  border-radius:25px;
  padding:13px 23px;
  border:none;
  color:black;

}


.section7-textarea-container{
  padding:0px 20px 20px 20px;
}


.section7-divider{
  display:flex;
}

.section7-form label,input{
  display:flex;
  flex-direction:column;
}


.form-button{
  border:0px;
  margin-top:20px;
  width:30%;
}



.gf{
  color:#655F5F;
}


.bf{
  color:black;
}


.insurance-logo{
  margin-bottom:25px;
  width:60px;
}

.button-div{
    background-color: #3B8EFF; 
    border-radius:25px; 
    color:white; 
    display: flex;
    padding:12px 25px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.button-div:hover{
    color:white;
}


.button2-div{
    background-color: #FFFFFF; 
    border-radius:25px; 
    color:#3B8EFF; 
    display: flex;
    padding:12px 25px;
    display: inline-block;
    border: 1px solid #3B8EFF;
    width:100%;
    text-align: center;
    margin-top:auto;
    cursor: pointer;
    text-decoration: none;
}


.button2-div:hover{
  background-color:#3B8EFF;
  color:white;
}


.button2-div:hover .section3-arrow{
  content:url("images/Vector 1.png");
}

.arrow{
  width:1.5em;
  margin-left:5px;
}


/*Footer*/
.footer-div{
  background-image: url(images/footer-bg.png);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-container{
  z-index: 1;
  width:80%;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin:-200px auto auto auto;
  padding-top:200px;
}

.footer-logo{
  width:11em;
  margin-top:50px;
}


.footer-nav-container{
  padding:40px;
  border-bottom: 1px solid #efefef;
  width:100%;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-text{
  padding:40px;
  text-align: center;
}

.footer-nav{
  margin:0;
}


.footer-nav a, .footer-text{
  color:white;
  text-decoration: none;
  margin:0px 20px;
}


.footer-nav > a:hover{
  color:#69D6FF;
}

.menunav .icon {
  display: none;
}




.topnav {
  overflow: hidden;
  background-color: #333;
  display:none;
  position:absolute;
  top:0;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}



/* Responsive CSS */

@media (max-width: 1400px) {
  .section2-div{
    flex-direction: column;
    padding:0;
  }

  .section2-img{
    width:50%;
    margin:auto;
    display:block;
  }

  #s2-br{
    display:none;
  }

  .section2-card h1{
    text-align: center;
  }

  .carousel-item{
    flex: 0 0 33% !important;
  }

}


@media (max-width: 1300px) {
  .section5-content{
    padding: 20px 0 20px 20px;
  }
}

@media (max-width: 1200px) {
  .steps-img{
    width:80%;
  }

  .section7-container{
    flex-direction: column;
  }

  .section7-text-container{
    text-align: center;
    flex-basis:100%;
    padding-right:0px;
  }

  .section7-form{
    flex-basis:100%;
    text-align: center;
  }

  .form-button{
    width:70%;
  }

  .section5-div{
    gap:2em;
  }

}


@media (max-width: 1050px) {

  .menu-nav a{
    margin-right:1em;
    font-size:1.5em;
  }

  .fixed-nav .menu-nav{
    margin-left:1em;
  }

  .fixed-nav .menu-nav a{
    margin-right:1.5em;
    font-size:1em;
  }

  
}

@media (max-width: 1000px) {

  .carousel-item{
    flex: 0 0 50% !important;
  }

}

@media (max-width: 900px) {
   .section1-div {
    flex-direction: column;
    text-align: center;
  }

  .section1-card {
    flex: 1 1 100%;
    padding: 1.6em 1.3em;
  }

  .section1-arrow {
    position: static;
    display: block;
    margin:1em auto 0 auto;
  }

  .steps-img{
    width:40%;
  }


  .section4-header{
    flex-direction: column;
    text-align: center;
  }


  .section4-header br#steps-br{
    display:none;
  }

  .section4-card{
    padding:30px 1em 10px;
  }

  .section4-div > div:nth-child(even) {
    margin-top: 0px;
  }

   .section5-container{
    width:80%;
  }

  .section5-content{
    padding: 35px 0 35px 35px;
  }

  .section5-div{
    gap:3em;
  }


  .section6-div{
    flex-direction: row;
    flex-wrap: wrap;
  }

  .section6-card{
    text-align: center;
    flex-basis:50%;
  }

  .section6-card:not(:last-child)::after{
    content:none !important;
  }

  .section7-divider{
    flex-direction: column;
  }

  .section5-content{
    text-align: left;
  }
}


@media (max-width: 895px) {


  .menu-nav a{
    margin-right:1em;
    font-size:1.5em;
  }
  
  .fixed-nav .menu-nav{
    margin-left:1em;
  }

  .fixed-nav .menu-nav a{
    margin-right:0.8em;
    font-size:0.9em;
  }

  .fixed-nav .header-nav{
    padding: 0px 1.5em;
  }

  .fixed-nav .header-button-div{
    margin-right:1.5em;
  }
}


@media (min-width: 768px) {
  .carousel-inner {
    display: flex;
  }
  .carousel-item {
    margin-right: 0;
    flex: 0 0 25%;
    display: block;
  }
}






@media screen and (max-width: 768px) {

  #mainNav{
    display:none !important;
  }

  .header-nav{
    display:none !important;
  }

  #mobile-nav{
    display:block;
    width: 100%;
  }

  .header-text-div{
    flex-direction: column;
    height:100%;
  }

  .header-container{
    width:100%;
    font-size:2vw;
  }

  .section1-p{
   font-size:1em;
  }

  .header-text-div h1{
    font-size:4.2em;
  }

  .header-image{
    margin-right:-30px; 
    width:90vw;
    position:static;
  }

  .header-blur{
    margin-bottom:-2px;
  }

  .header-text-div br#desktop-br{
    display:none;
  }

  .header-text-div br#mobile-br{
    display:block;
  }

  .h-text-div{
    padding:40px 0px;
  }

  .h-text-div p, .h-text-div span{
    font-size:1.5em;
  }


  .h-text-div > .button-div{
    font-size:1.5em;
  }

  .star-rating{
    width:10em;
  }

  .header-button-div{
    display:none;
  }

  .section7-input-container{
    padding:0 0 20px 0;
  }

  .section7-textarea-container{
    padding:0 0 20px 0;
  }

  .steps-img{
    width:60%;
  }

  .carousel-control-prev{
    margin-left:-30px !important;
  }

  .carousel-control-next{
    margin-right:-30px !important;
  }  


  .header-text-div{
    padding-top:5em;
  }

  .policy-logo {
    width: 6em;
  }

}



@media screen and (max-width: 600px) {

  .topnav{
    display:block;
  }
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }


  .section1-div {
    width:100%;
  }

  .s2-arrow{
    display:none; 
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .header-container{
    width:100%;
  }

  .menu-nav a:not(:first-child) {display: none;}
  .menu-nav a.icon {
    float: right;
    display: block;
  }


  .menu-nav.responsive {position: relative;}
  .menu-nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .menu-nav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .section6-div{
    padding-top:20px;
  }

  .section7-container{
    padding:50px 20px;
  }

  .form-button{
    width:100%;
  }

  
}

@media screen and (max-width: 444px) {
  .section6-card{
    flex-basis:100%;
  }
}
