* {
    
    text-decoration: none;
}







.start-banner, .QuotePortal-Banner {
  margin: 0 !important;
  padding: 0 !important;
}

.banner-content h1,
.QuotePortal-Banner h3 {
  margin: 0 !important; /* Remove default margins */
}


/*Index Page */
html{ 
    overflow-x: hidden;
    margin:0;
    padding:0;
    width:100%;
}
body{
    overflow:none;
    margin:0;
    padding:0;
    width:100%;
}

.header-banner{ 
    background-size: cover;
    background-position: center;
    background-image: url('../img/newbackground.svg');

}
.mobileBanner{ 
    background-size: cover;
    background-position: center;
    background-image: url('../img/mobilebackground.svg');
    min-height: 100vh;
}
.QuotePortal-Banner{ 
  margin:0;

    min-height: 85vh;
}
.EnrollPortal-Banner{ 
  margin:0;

    min-height: 85vh;
}
.AdministerPortal-Banner{ 
  margin:0;

    min-height: 85vh;
}
.Header-Portal-Img{ 
    margin-top:150px;
}

  .MissionStatement{
   font-size:15px;
  }
  
  .carrierbanner{
      position: relative;
      height: 250px;
      width: 100%;
      margin-bottom: 30px;
      background:none;
      overflow:hidden;
    }

.carrierbanner img{
      top: 0px;
      height:125px;
      width: 270px;
      position: absolute;
      margin-top:50px;
      background:none;
}
.index-banner {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Align to the left */
}

.start-banner{ 
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 100px;
}
.Portal-header{ 
text-align: center; 
margin-top:25px;
padding-left:5%;
padding-right:5%;
}
.Portal-text{ 
text-align: center; 
margin-top:25px;
padding-left:5%;
padding-right:5%;

}

.index-banner h2 {
    font-family: 'Italiana', serif;
    font-size: 55px;
    font-weight: 100;
    line-height: 65px;
    color: #4F7942;
    text-align: left; /* Align text to the left */
}

.banner-content {
    text-align: center;
    padding-left: 25px;
    margin-right: 0;
    max-width: 75%; /* Limit the width for text */
    margin-top:125px;
}
.svg-img {
    object-fit: contain; 
    width: 100%; 
}

#altimgphone{
  display:none;
}
.index-banner h1 {
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    font-weight: 100;
    line-height: 38px;
    color: black;
    text-align: center;
}

.quote-button {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    padding: 15px 25px;
    font-size: 30px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #8424E3;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
    opacity: 0;
    animation: fadeIn 0.5s linear 0.5s forwards;
    margin-top: 15px; /* Add margin to separate the button from the text */
}

.quote-button:hover {
    background-color: #DFC5FE;
}

.quote-button:active {
    background-color: #DFC5FE;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}
.fas {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: black;
  border-radius: 15px;
  
}


.fas:hover {color:#add8e6;}

.fas:active {
  color: #add8e6;
  
  transform: translateY(4px);
}
.h2{
  margin-left:0px;
  margin-right:0px;
  font-family: 'Jost', sans-serif;
  padding-left:0px;
 padding-right:0px;

}
.education_icon {
    color: green;
    display: inline-block;
    text-align: center;
}

.education_icon1{
    color:black;
    display: inline-block;
    text-align:center;
}
.education_text {
    text-align: center;

    font-size:20px;
    font-weight:200;

    
}
.my-group{
  text-align:center;
  xxborder:1px solid red;
  padding:5px 10px;
  display:inline-block;
  
  
}
.my-group1{
  xxborder:1px solid red;
  padding:5px 10px;
  display:inline-block;
  padding-left:2%;
  padding-right:2%;
 
}
.education_sub_text{
 max-width:410px;
 font-size:14px;
 font-weight:300;
 font-family: 'Jost', sans-serif;

}
.h3{
  font-family: 'Jost', sans-serif;
  font-weight:200;
}
.top_categories {overflow:hidden;}

.shopper{
 font-family: 'Jost', sans-serif;
}


.heading{
 font-weight: 500; 
 text-align:center;
 margin-right:0;
 padding-right:0;
}



@keyframes fadeIn{
  from { opacity:0; }
  to { opacity:1; }
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .index-banner h1 {
    font-size:25px;
}

.quote-button {
  margin-bottom:25px;
 font-size:15px;
}
}
@media screen and (min-width: 1951px){
  .Portal-startHeader{
    text-align:center; 
    font-size:50px; 
    font-weight:500; 
    margin-top:25px; 
    color:Black; 
    padding-top:1em; 

  }
  .LargeScreenHeader{ 
    font-size:32px;
  }
  .LargeScreenContentAngledText{ 
    font-size:25px;
  }
  .banner-content {
    padding-left: 95px;
    max-width: 85%; /* Limit the width for text */
    margin-top:275px;
}
.svg-img {
  height: 700px; 
  object-fit: contain; 
  width: 100%; 
}
.svg-mobile-img {
  height: 700px; 
  object-fit: contain; 
  width: 100%; 
}
.Portal-header{ 
  font-size:36px; 

}
.Portal-text{ 
  font-size:24px; 

}
}

@media screen and (min-width: 1601px) and (max-width: 1950px){
  .Portal-startHeader{
    text-align:center; 
    font-size:45px; 
    font-weight:500; 
    margin-top:25px; 
    color:Black; 
    padding-top:1em; 

  }
  .Portal-header{ 
    font-size:36px; 

  }
  .Portal-text{ 
    font-size:22px; 

  }
  .LargeScreenHeader{ 
    font-size:32px;
  }
  .LargeScreenContentAngledText{ 
    font-size:25px;
  }
  .banner-content {
    padding-left: 95px;
    max-width: 85%; /* Limit the width for text */
    margin-top:250px;
}
.svg-img {
  height: 550px; 
  object-fit: contain; 
  width: 100%; 
}
.svg-mobile-img {
  height: 550px; 
  object-fit: contain; 
  width: 100%; 
}


}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .Portal-startHeader{
    text-align:center; 
    font-size:40px; 
    font-weight:500; 
    margin-top:55px; 
    color:Black; 
    padding-top:1em; 

  }
  .Portal-header{ 
    font-size:36px; 

  }
  .Portal-text{ 
    font-size:20px; 

  }
  .svg-img {
    height: 450px; 
    object-fit: contain; 
    width: 100%; 
}
.svg-mobile-img {
  height: 450px; 
  object-fit: contain; 
  width: 100%; 
}

.LargeScreenHeader{ 
    font-size:30px;
  }
  .LargeScreenContentAngledText{ 
    font-size:22px;
  }
}
@media screen and (min-width: 1201px){
  
.QuotePortal-Banner{ 
  margin:0;
background: linear-gradient(to right, white 50%, #9B6AD7  50%);
    min-height: 75vh;
}
.EnrollPortal-Banner{ 
  margin:0;
background: linear-gradient(to left, white 50%, #9B6AD7 50%);
    min-height: 75vh;
}
.AdministerPortal-Banner{ 
  margin:0;
background: linear-gradient(to right, white 50%, #9B6AD7 50%);
    min-height: 75vh;
}
.Portal-header{
  color:white;
}

  .start-banner{ 
    background-image: url('../img/backgroundsite.svg');
  }
  

  .videoad{ 
    height:800px;
  }
  #LargeScreenContentAngled{ 
    display:inline-block;
    margin-right:50px;
  }
  #SmallScreenContentAngled{ 
    display:none;
  }
  .ContentAngled {
      background-size: cover;
      background-position: center;
      margin-top: 0px;
      margin-bottom: 5em;
      padding-bottom: 5em;
      overflow-x: hidden;
      width: 100%;
      min-height: 100vh;
       background-image: url('../img/backgroundsitedd.svg');
  }
    .index-banner {
    background-image: url('../img/backgroundsite.svg');
    }
 .wrapper1{
  display:none;
  }
.wrapper2{
  display:none;
  }
 .wrapper3{
  display:none;
 }
  .MissionStatement{
  margin-left:15%;
  margin-right:15%;
  margin-top:35px;
  font-family: 'Jost', sans-serif;
 }
 .shopper{
  display:flex;
  flex-direction:row;
  justify-content:center;
  margin-top:2em;
  color:black;
  padding-bottom:25px;
 }
 .shoppertext{
  display:inline-block;
  margin-right:50px;

 }
 .shopperimg{
  display:inline-block;
  margin-right:15px;
  margin-left:100px;
  margin-top:50px;
 }
 .mobile-IMG{
  display:none;
 }
  
}

@media screen and (min-width: 675px) and (max-width:1200px){
  .Portal-header{
    color:black;
  }
  .svg-mobile-img {
    height: 525px; 
    object-fit: contain; 
    width: 100%; 
  }
  .Portal-startHeader{
    text-align:center; 
    font-size:35px; 
    font-weight:500; 
    margin-top:55px; 
    color:white; 
    padding-top:1em; 

  }
  .Portal-header{ 
    font-size:30px; 

  }
  .Portal-text{ 
    font-size:18px; 

  }
  .svg-img {
    height: 325px; 
    object-fit: contain; 
    width: 100%; 

}
  .start-banner{ 
    background-image: url('../img/backgroundsite.svg');
    min-height:75vh;
  }

  .LargeScreenHeader{ 
    font-size:25px;
  }
  .LargeScreenContentAngledText{ 
    font-size:16px;
  }
  .videoad{ 
    height:450px;
  }
  #LargeScreenContentAngled{ 
    display:inline-block;
    margin-right:50px;
  }
  #SmallScreenContentAngled{ 
    display:none;
  }

    .ContentAngled {
      background-size: cover;
      background-position: center;
      margin-top: 0px;
      margin-bottom: 5em;
      padding-bottom: 5em;
      overflow-x: hidden;
      width: 100%;
      min-height: 100vh;
  background-image: url('../img/backgroundsitedd.svg');
    }
    .index-banner {
    background-image: url('../img/backgroundsite.svg');
    }
 .QuotePortal-Banner{ 
  margin:0;
background:  #9B6AD7;
    min-height: 75vh;
}
.EnrollPortal-Banner{ 
  margin:0;
background:  #9B6AD7;
    min-height: 75vh;
}
.AdministerPortal-Banner{ 
  margin:0;
background:  #9B6AD7;
    min-height: 75vh;
}
 .wrapper{
  display:none;
  }
  .wrapper2{
  display:none;
  }
  .wrapper3{
  display:none;
 }
  .MissionStatement{
  margin-left:10%;
  margin-right:10%;
  margin-top:35px;
  font-family:  'Jost', sans-serif;
 }
 .shopper{
  display:flex;
  flex-direction:row;
  justify-content:center;
  margin-top:2em;
  color:black;
  padding-bottom:25px;
 }
 .shoppertext{
  display:inline-block;
  margin-right:50px;
  margin-left:15px;
 }
 .shopperimg{
  display:inline-block;
  margin-right:15px;
  margin-left:75px;
  margin-top:50px;
 }
 .mobile-IMG{
  display:none;
 }
 .quote-button {
    font-size: 20px;
    padding: 10px 20px;
    margin-top: 15px; /* Add margin to separate the button from the text */
 }
  
}
@media screen and (max-width:674px){
  .Portal-header{
    color:black;
  }
  .Portal-startHeader{
    text-align:center; 
    font-size:32px; 
    font-weight:500; 
    margin-top:55px; 
    color:white; 
    padding-top:1em; 

  }
  .Portal-header{ 
    font-size:28px; 
  }
  .Portal-text{ 
    font-size:18px; 
  }
  .svg-img {
    height: 300px; 
    object-fit: contain; 
    width: 100%; 
}
.svg-mobile-img {
  height: 350px; 
  object-fit: contain; 
  width: 100%; 
}
  .start-banner{ 
    background-size: cover;
    background-position: center;
    background-color:#9B6AD7;
    min-height: 75vh;

}

  .videoad{ 
    height:300px;
  }

  .education_text{
    display:inline-block;
  }
  #LargeScreenContentAngled{ 
    display:none;
  }
  #SmallScreenContentAngled{ 
    display:inline-block;
    text-align: center;
  }
  .index-banner {

    background: linear-gradient(to bottom, #C4A4EE, #9B6AD7);
  }
  .mobile-IMG{
    display:block;
    margin-left:auto;
    margin-right:auto;
    height:auto;
  }
  #altimgphone{
  display:inline-block;
 
}
  .banner-content{ 
    max-width: 100%;
  }

 body{
  overflow-x:hidden;
 }
 .wrapper1{
  display:none;
  }
  .wrapper{
  display:none;
  }
 .wrapper3{
  display:none;
 }
  .MissionStatement{
  margin-top:35px;
  margin-left:10%;
  margin-right:10%;
  font-family: 'Jost', sans-serif;
 }
 .shopper{
  display:flex;
  flex-direction:column-reverse;
  justify-content:center;
  margin-top:2em;
  color:black;
  padding-bottom:25px;
 }
 .shoppertext{
  display:block;
  margin-left:15px;
  margin-right:15px;
 }
 .shopperimg{
  display:block;
  padding-bottom:35px;
  text-align:center;
 }
}
@media screen and (min-width: 0px) and (max-width:399px){

 body{
  overflow-x:hidden;
 }
 .wrapper1{
  display:none;
  }
  .wrapper{
  display:none;
  }
 .wrapper2{
  display:none;
 }
 .MissionStatement{
  margin-left:10%;
  margin-right:10%;
  margin-top:35px;
  font-family: 'Jost', sans-serif;
 }
 .shopper{
  display:flex;
  flex-direction:column-reverse;
  justify-content:center;
  margin-top:2em;
  color:black;
  padding-bottom:25px;
 }
 .shoppertext{
  display:block;
  margin-left:15px;
  margin-right:15px;
 }
 .shopperimg{
  display:block;
  padding-bottom:35px;
  text-align:center;
 }
  
}


    
.index-links div {
    margin: 16px 16px 0;
    width: calc(100% - 20px);
    height: 100px;
    background-color: #f2f2f2;
    
    
}

.index-links div h3{
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100px;
    color: #111;
    text-align:center;
}
    
.carrierbanner{
      background:none;
    }

.carrierbanner img{
      background:none;
}

/** FAQ **/
.banners{
    width:100%;
    background:#fff;
    height: calc(100vh - 100px);
    background-size: cover;
}

@media only screen and (min-width: 900px) {
    .wrapper{
        width:900px;
        margin:0 auto;
        
    }

    .index-links{
        padding-bottom: 20px;
        overflow: hidden;
        font-family:Geneva;
    }
    
    .index-links div{
        margin: 20px 10px 0;
        height: 230px;
        background-color: #f2f2f2;
        float:left;

    
    }
    .index-boxlink-square {
        width: calc(25% - 20px) !important;
    }
    .index-boxlink-rectangle {
        width: calc(50% - 20px) !important;
    }
    .index-links div h3{
   
        line-height: 170px;
    }
    
}

/*Footer*/

footer{
    width: calc(100% - 80px);
    padding: 40px 40px;
    background-color: #111;
    margin-top: 20px;
    overflow: hidden;
    
}

footer ul {
    width:fit-content;
    float: left;
    padding-left: 20px;
    
    
}
footer ul li{
    display: block;
    list-style: none;
    
    
}
footer ul li a{
    font-family: Geneva;
    font-size: 13px;
    color:#fff;
    line-height: 40px;
}
.footer-links-blog {
    display: none;
}

.footer-sm {
    width: 50px;
    float:right;
    
    
}

.footer-sm img{
    width:100%;
    margin-bottom: 10px;
    
}
@media only screen and (min-width: 900px) {
    .footer-links-blog {
        display: inline-block;
        color:#fff;
    }
    footer ul {
        padding-right: 30px;
    }   
    footer ul li p{
        font-family: Arial;
        font-size: 13px;
        color:#fff;
        line-height: 40px;
        text-transform: uppercase;
    }
}
    
    
    
            
 /*Header Info */ 


   .header {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 999;
     background-color: transparent;
     height: 100px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 0 20px;
     transition: transform 0.3s; 
   }
   
   .header-logo {
     display: flex;
     align-items: center;
     padding: 10px 20px; /* Add padding to the top and left */
   }
   
   .header-logo img {
     height: 60px;
     width: auto;
     margin-right: 10px; /* Adjust margin as needed */
   }
   
   .header-brand {
     font-size: 35px;
     color: #111;
     text-align: left;
   }
   
   .header-brand h2 {
     font-family: 'Jost', sans-serif;
     text-decoration: none;
     margin: 0;
   }
   
   #headermenu{
     cursor: pointer;
     color: #111;
     font-size: 2rem;
     padding: 10px 20px; /* Add padding to the right and top */
   }
   
   /* Existing styles */
   .header-nav {
     display: none;
     list-style: none;
     margin: 0;
     padding: 0;
     position: absolute;
     top: 80px; /* Adjust the top position */
     background: white;
     padding: 0; /* Reduce the top and bottom padding */
     z-index: 1000;
     border: 1px solid #ccc; /* Add a border to the menu */
     border-top: none; /* Remove top border to avoid double borders */
     border-radius: 0 0 10px 10px; /* Add rounded corners to the bottom */
     overflow: hidden; /* Hide overflow content */
     width: 25%; /* Set the default width to 50% */
     right: 0;
   }
   
   /* Add a media query for iPhone-sized screens */
   @media screen and (max-width: 450px) { /* 375px is the width of an iPhone in portrait mode */
     .header-nav {
       width: 100%; /* Set width to 100% for iPhone-sized screens */
     }
   }
   .header-nav ul {
    list-style: none;
    padding: 10px 0; /* Add padding for top and bottom */
    margin: 0;
}
   /* Existing styles */
   .header-nav li {
     padding: 0;
   }
   
   .header-nav a {
    display: block;
    padding: 10px 20px; /* Increase padding for better spacing */
    font-size: 15px;
    color: #111;
    text-transform: uppercase;
    text-decoration: none;
    border-top: 1px solid #ccc;
    border-radius: 0;
}
.header-nav ul li:first-child a {
  border-top: none;
}
   
.header-nav a:hover {
  background-color: #f2f2f2;
}
   #login a:hover{ 
       background-color:#AF82FF;
   }
   .header-nav a::after {
       content: '→';
     margin-left: 5px;
   }
   
   .show-header {
     transform: translateY(-100%); /* Hide the header by moving it up */
   }
   
   @media screen and (max-width: 900px) {
     .headermenu{
       display: block;
     }
   }

   
   @media only screen and (max-width: 2000px) and (min-width: 900px){
    .header-nav {
      width: 25%;
  }
   
   
   .logoimg{
     height:90px;
     width:auto;
     float:left;
     padding-left:35px;
   }
   .header-login{
       font-family: 'Jost', sans-serif;
       display:none;
      
     }
     .dropdown{
      display:block;
      position:relative;
      margin-right:35px;
      margin-top:10px;
     }
     .mainmenu{
      position:relative;
      margin:0;
     }

     .menubutton{
      padding:0;
      display:flex;
      flex-direction:column;
     }
     .list{
      border:1px solid #ddd;
      margin:0;
      display:none;
      
     }
     .name{
      font-size:30px;
      margin:0;
      padding:0;
      font-weight:300;
    
     
     }
     .flex{
      position:relative;
     }
   }
   @media only screen and (max-width: 900px) and (min-width: 651px){
     .logoimg{
       height:90px;
       width:auto;
       text-align:left;
       margin-right:5px;
       padding-right:5px;
       padding-left:35px;
       padding-top:0px;
       margin-top:0px;
       float:left;
       
     }
     .header-login{
       font-family: 'Jost', sans-serif;
       display:none;
      
     }
   
     .dropdown{
      display:block;
      position:relative;
      margin-right:25px;
      margin-top:10px;
     }
     .mainmenu{
      position:relative;
      margin:0;
     }
     .menuoption{
      width:70px;
      height:25px;
      margin:0;
     }
     .menubutton{
      padding:0;
      display:flex;
      flex-direction:column;
     }
     .list{
      border:1px solid #ddd;
      margin:0;
      display:none;
      
     }
     .name{
      font-size:30px;
      margin:0;
      margin-top:5px;
      padding:0;
      font-weight:300;
     }
     .flex{
      position:relative;
     }
   
   }
    @media only screen and (max-width: 650px) and (min-width: 400px){
     
      .logoimg{
       height:60px;
       width:auto;
       text-align:left;
       margin-right:5px;
       padding-right:5px;
       padding-left:10px;
       padding-top:0px;
       margin-top:0px;
       float:left;
       
     }
     .header-login{
       font-family: 'Jost', sans-serif;
       display:none;
      
     }
   
     .dropdown{
      display:block;
      position:relative;
      margin-right:10px;
      margin-top:10px;
     }
     .mainmenu{
     
      position:relative;
      margin:0;
    
     }
     .menuoption{
      width:70px;
      height:25px;
      margin:0;
     }
     .menubutton{
      padding:0;
      display:flex;
      flex-direction:column;
     }
     .list{
      border:1px solid #ddd;
      margin:0;
      display:none;
      position:relative;
      
     }
     .name{
      font-size:30px;
      margin:0;
      padding:0;
      margin-top:5px;
      font-weight:200;
     }
     .flex{
      position:relative;
     }
   }
    @media only screen and (max-width: 399px) and (min-width: 100px){
     
      .logoimg{
       height:60px;
       width:auto;
       text-align:left;
       margin-right:5px;
       padding-right:5px;
       padding-left:5px;
       padding-top:0px;
       margin-top:0px;
       float:left;
       
     }
  
   
     .dropdown{
      display:block;
      position:relative;
      margin-right:5px;
      margin-top:10px;
     }
     .mainmenu{
     
      position:relative;
      margin:0;
    
     }
     .menuoption{
      width:70px;
      height:25px;
      margin:0;
     }
     .menubutton{
      padding:0;
      display:flex;
      flex-direction:column;
     }
     .list{
      border:1px solid #ddd;
      margin:0;
      display:none;
      position:relative;
      
     }
     .name{
      font-size:25px;
      margin:0;
      padding:0;
      margin-top:8px;
      font-weight:200;
     }
     .flex{
      position:relative;
     }
   }


/*Footer Info */
footer{
    width: 100%;
    padding: 40px 40px;
    background-color: #111;
    margin-top: 20px;
    overflow: hidden;
    
}

footer ul {
    width:fit-content;
    float: left;
    padding-left: 20px;
    
    
}
footer ul li{
    display: block;
    list-style: none;
    
    
}
footer ul li a{
    font-family:  'Jost', sans-serif;
    font-size: 14px;
    color:#fff;
    line-height: 40px;
    text-decoration:none;
}
.footer-links-blog {
    display: none;
}

.footer-sm {
    width: 50px;
    float:right;
    line-height: 25px;
    
}

.footer-sm img{
    width:100%;
    margin-bottom: 10px;
    
}
@media only screen and (min-width: 900px) {
    .footer-links-blog {
        display: inline-block;
        color:#fff;
        
    }
    footer ul {
        padding-right: 30px;
    }   
    footer ul li p{
        font-family:  'Jost', sans-serif;
        font-size: 14px;
        color:#fff;
        line-height: 45px;
        text-transform: uppercase;
    }
}
.btn-shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* You can adjust the shadow's offset, blur, and color */
    transition: box-shadow 0.3s ease-in-out; /* Optional: smooth transition for shadow effect */
  }

  .btn-shadow:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* More pronounced shadow on hover */
  }

            .footer-links-main a{
                font-family:  'Jost', sans-serif;
            }
            .footer-links-blog a{
                font-family:  'Jost', sans-serif;
            }
            .footer-links-blog p{
                font-family:  'Jost', sans-serif;
            }



    