
  :root {
    /* fonts */
    --font-open-sans: "Open Sans";
    --body-large-medium: Inter;
    --paragraph: "DM Sans";
    --font-poppins: Poppins;
    --font-thicccboi: THICCCBOI;
    --font-roboto: Roboto;
  
    /* font sizes */
    --font-size-xs: 12px;
    --title-size: 20px;
    --body-large-medium-size: 16px;
    --headline-h3-inter-bold-size: 18px;
    --font-size-21xl: 40px;
    --small-text-size: 14px;
    --font-size-5xl: 24px;
    --font-size-3xl: 22px;
    --font-size-3xs: 10px;
  
    /* Colors */
    --color-white: #fff;
    --neutral-60: #878787;
    --color-gray-100: #142042;
    --black: #1d1e25;
    --neutral-100: #101010;
    --color-gray-200: rgba(255, 255, 255, 0.51);
    --color-orange: #f9b107;
    --soft-grey: #f9faff;
    --soft-grey-2: #f2f4fc;
    --grey: #808d9e;
    --color-lightsteelblue: #cad4ec;
    --color-steelblue: #6d7fa8;
    --color-deepskyblue-100: #07b6e4;
    --color-deepskyblue-200: rgba(7, 182, 228, 0.39);
    --color-black1: #000;
    --color-darkslategray: #222d4a;
  
    /* Gaps */
    --gap-sm: 14px;
    --gap-11xs: 2px;
    --gap-52xl: 71px;
    --gap-5xl: 24px;
    --gap-7xs: 6px;
    --gap-4xl: 23px;
    --gap-167xl: 186px;
    --gap-4xs: 9px;
    --gap-base: 16px;
    --gap-3xs: 10px;
    --gap-14xl: 33px;
  
    /* Paddings */
    --padding-21xl: 40px;
    --padding-0: 0px;
    --padding-11xs: 2px;
    --padding-4xs: 9px;
    --padding-base: 16px;
    --padding-sm: 14px;
    --padding-mini: 15px;
    --padding-3xs: 10px;
  
    /* Border radiuses */
    --br-5xs: 8px;
    --br-xl: 20px;
    --br-12xs-5: 0.5px;
    --br-lg: 18px;
    --br-xs: 12px;
    --br-sm: 14px;
    --br-3xl: 22px;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #222d4a;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  #main {
    transition: margin-left .5s;
    padding: 16px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  
  /*-   active -*/
  .about-child {
    /* position: absolute;
    top: 0;
    left: 0; */
    background-color: var(--color-darkslategray);
    width: 100%;
    height: 96px;
  }
  
  /*--active--*/
  .fa-solidcar-icon {
    position: relative;
    width: 51px;
    height: 51px;
    overflow: hidden;
    flex-shrink: 0;
  }
  /*--active--*/
  .ev-insurance,
  .the-best-insurance {
    position: relative;
    line-height: 54.5px;
    text-transform: uppercase;
    font-weight: 800;
    display: flex;
    align-items: center;
    width: 154px;
    height: 27px;
    flex-shrink: 0;
  }
  /*--active--*/
  .the-best-insurance {
    font-size: var(--font-size-xs);
    color: #a8a9af;
    width: 130px;
    height: 17px;
  }
  
  /*- active-*/
  .ev-insurance-parent,
  .fa-solidcar-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-11xs);
  }
  /*--active--*/
  .fa-solidcar-parent {
    position: absolute;
    top: 26px;
    left: calc(50% - 109px);
    flex-direction: row;
    align-items: flex-start;
    gap: var(--gap-sm);
    font-family: var(--font-open-sans);
  }
  
  /*---active----*/
  .header-child {
    /* top: 100px;
    left: 563px; */
    width: 844px;
    height: 582px;
    object-fit: cover;
  }
  
  /*---active----*/
  .rev-up-your {
    position: relative;
    line-height: 64.5px;
    text-transform: uppercase;
    font-weight: 800;
    display: flex;
    align-items: center;
    width: 100%;
    height: 25px;
    flex-shrink: 0;
  }
  
  .gr-a-quote-wrapper {
    border-radius: var(--br-xs);
    background-color: var(--color-orange);
    width: 124px;
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-3xs);
    box-sizing: border-box;
    font-size: var(--body-large-medium-size);
    color: var(--color-white);
  }
  .frame-parent16 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 26px;
  }
  .about-us-child {
    position: relative;
    width: 760px;
    height: 400px;
    object-fit: cover;
  }
  .about-us {
    position: relative;
    /* top: 1728px;
    left: 119px; */
    margin-top: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 69px;
  }
  .have-a-look {
    position: relative;
    font-size: var(--font-size-21xl);
    letter-spacing: -1px;
    line-height: 115%;
    text-transform: uppercase;
    display: inline-block;
    font-family: var(--font-poppins);
    color: var(--neutral-100);
    width: 548px;
  }
  .group-icon {
    position: relative;
    width: 137.97px;
    height: 63.34px;
  }
  .frame-parent18 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 522px;
    font-size: var(--small-text-size);
    color: var(--color-orange);
    font-family: var(--font-open-sans);
  }
  
  .heading-33 {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-0) var(--padding-4xs) var(--padding-0) var(--padding-0);
  }
  
  .icon {
    position: relative;
    width: 17.28px;
    height: 18px;
    overflow: hidden;
    flex-shrink: 0;
  }
  
  .blogs {
    position: relative;
    /* top: 2352px;
    left: 119px;
    width: 1463px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 25px;
    font-size: var(--headline-h3-inter-bold-size);
    color: var(--color-gray-100);
    font-family: var(--font-poppins);
  }
  .rectangle-icon {
    /* left: 0; */
    object-fit: cover;
  }
  .rectangle-div,
  .rectangle-group,
  .rectangle-icon {
    position: absolute;
    /* top: 0; */
    width: 100%;
    height: 600px;
  }
  .rectangle-div {
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
  }
  .rectangle-group {
    /* left: 0px; */
    width: 100%;
  }
  .lorem-ipsum-is10 {
    position: relative;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  
  .lorem-ipsum-is10 {
    font-size: var(--font-size-21xl);
    line-height: 43.5px;
    font-family: var(--font-poppins);
    color: var(--color-white);
    text-align: center;
    justify-content: center;
    width: 714px;
    /* height: 54px; */
  }
  
  .rakabuming-suhu {
    position: relative;
    top: 0;
    left: 0;
    letter-spacing: -1px;
    line-height: 26px;
    /* width: 103%; */
  }
  .ceo-sans-brothers {
    position: relative;
    /* width: 100%; */
    /* top: 28px; */
    left: 0;
    font-size: var(--small-text-size);
    line-height: 22px;
    color: var(--grey);
  }
  .rakabuming-suhu-parent {
    position: absolute;
    top: 5px;
    left: 80px;
    width: 100%;
    height: 50px;
  }
  
  .it-was-a {
    position: relative;
    font-size: var(--body-large-medium-size);
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
    width: 391px;
  }
  .star-icon {
    position: relative;
    border-radius: var(--br-12xs-5);
    width: 20px;
    height: 20px;
  }
  .group-parent,
  .star-parent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-7xs);
  }
  .group-parent {
    border-radius: var(--br-xl);
    background-color: var(--soft-grey);
    flex-direction: column;
    padding: var(--padding-21xl);
    gap: var(--gap-5xl);
    opacity: 0.9;
  }
  .group-child1 {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
  }
  .savannah-nguyen-parent {
    position: absolute;
    top: 5px;
    left: 80px;
    width: 158px;
    height: 50px;
  }
  .ellipse-parent2 {
    position: relative;
    width: 238px;
    height: 60px;
  }
  .eleanor-pena-parent {
    position: absolute;
    top: 5px;
    left: 80px;
    width: 122px;
    height: 50px;
  }
  .ellipse-parent3 {
    position: relative;
    width: 202px;
    height: 60px;
  }
  .zhafira-azalea-parent {
    position: absolute;
    top: 5px;
    left: 80px;
    width: 124px;
    height: 50px;
  }
  
  
  .frame-parent19,
  .frame-parent20 {
    display: flex;
    justify-content: flex-start;
  }
  .frame-parent20 {
    flex-direction: row;
    align-items: flex-start;
    /* gap: 19px; */
    font-size: var(--title-size);
    color: var(--black);
    font-family: var(--paragraph);
  }
  .frame-parent19 {
    position: relative;
    /* top: 0;
    left: 0; */
    flex-direction: column;
    align-items: center;
    gap: var(--gap-52xl);
  }
  
  .testimonilas {
    position: relative;
    /* top: 3179px; */
    /* left: 0px; */
    width: 100%;
    height: 600px;
  }
  
  .fa-solidcar-group {
    position: relative;
    /* top: 46px;
    left: 120px; */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-sm);
    font-size: var(--title-size);
    font-family: var(--font-open-sans);
  }
  .footer-parent {
    /* position: relative; */
    /* top: 3849px;
    left: 0; */
    width: 1440px;
    height: 491px;
    font-size: var(--body-large-medium-size);
    color: var(--color-white);
    font-family: var(--body-large-medium);
  }
  .home-page {
    /* position: relative; */
    background-color: var(--color-white);
    width: 100%;
    /* height: 4329px;*/
    overflow: hidden; 
    text-align: left;
    font-size: var(--small-text-size);
    color: var(--color-orange);
    font-family: var(--font-open-sans);
  }
  
  .get-start-button{
    width: 175px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #F9B107;
    color: #F9F9FB;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
  
  .redy-get-start{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; 
  }
  
  .subscribe{
    color: #FFF;
    font-family: DM Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */
    letter-spacing: -1px;
    text-transform: uppercase;
  }
  
  .footer-menu-header{
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
  }
  
  .footer-menu-item{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
  }
  
  /* Style for the input container */
  .input-container {
    display: flex;
    align-items: center;
    width: 300px; /* You can adjust the width as needed */
    /* border: 2px solid #000;  */
    border-radius: 5px;
    overflow: hidden;
  }
  
  /* Style for the input box without a border */
  .custom-input {
    flex: 1;
    border: none; /* Remove the border property */
    padding: 10px;
    outline: none;
  }
  
  /* Style for the arrow icon */
  .arrow-icon {
    background-color: #F9B107; /* Background color of the arrow icon container */
    color: #fff; /* Color of the arrow icon */
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .nav-custom{
    color: white !important;
    font-family: Inter !important;
    font-size: 16px !important;
    font-weight: 500 !important;
  }

  .nav-custom:hover{
    color: #f35917 !important;
  }
  
  .service-display{
    display: none;
  }
  
  .custom-slide-card{
    width: 400px;
  }
  
  .custom-card-title{
    color: #142042;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
  }
  
  .custom-card-paragraph{
    color: #6D7FA8;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
  }
  
  .custom-card-footer-text{
    color: #FFF;
    font-family: THICCCBOI;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
    border-radius: 8px;
    background: #142042;
    display: flex;
    padding: 9px 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .custom-card-footer{
    color: #142042;
    font-family: THICCCBOI;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
  }

.footer-header-mobile{
  display: none;
}

.footer-header{
  display: block;
}

.card-img-top{
  height: 300px !important;
}

.post_wrapper{
  padding: 20px;
}

.get-a-quote-wrapper,
.learn-more-wrapper {
  border-radius: var(--br-sm);
  background-color: var(--color-orange);
  width: 204px;
  height: 73px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--padding-3xs);
  box-sizing: border-box;
}
.learn-more-wrapper {
  background-color: var(--color-darkslategray);
}

.display-desktop{
  display: none !important;
}

.item-bg-custom{
  background-color: #0D47A1 !important;
  color: white !important;
}

.item-bg-custom:hover{
  background-color: #530481 !important;
  color: white !important;
}

.slider-custom{
  height:450px;
}


@media only screen and (max-width: 600px) {
  .hide-mobile{
    display: none !important;
  }

  .slider-custom{
    height:250px;
  }

  .display-desktop{
    display: block !important;
  }

    .post_wrapper{
        padding: 0px;
    }

    .image_wrapper{
        margin-top: 10px;
    }
    .footer-header-mobile{
      display: block;
    }

    .footer-header{
      display: none;
    }

  
    .header-child {
        margin-top: 30px;
        width: 300px;
        height: 200px;
        object-fit: cover;
    }
  
    .about-us-child{
        margin-top: 30px;
        width: 400px;
        height: 250px;
        object-fit: cover;
    }
  
    .heading-top{
        margin-top: 10px;
    }
  

    .lorem-ipsum-is {
        width: 463px;
    }
  
    .input-container{
        width: 100%;
    }
  
    .footer-header{
        width: 100%;
        flex-direction: column;
        float: left;
        margin-bottom: 20px;
    }
  
    .get-a-quote-wrapper,
    .learn-more-wrapper {
        border-radius: var(--br-sm);
        background-color: var(--color-orange);
        width: 150px !important;
        height: 53px !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: var(--padding-3xs);
        box-sizing: border-box;
    }
    .learn-more-wrapper {
        background-color: var(--color-darkslategray);
    }
 
  
  }
  