@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
html,body {
    overflow-x: hidden;
}

body, p{
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
    color: #4a4a4a;
    line-height: 30px;
}
.btn-link {
    font-weight: 400;
    text-decoration: none !important;
    margin-top: 20px;
}
.btn-link i{
    background-color: #a840d8;
    color: #fff;
    border-radius: 50px;
    margin-left:5px
}

.car_brand__section3_paragraph {
    text-align: center !important;
}

.card ul{
    padding: 0 17px;
    margin-top: 10px;
}

.feature-content{
    padding:0 20px;
    text-align:justify;
}
.feature-content h3{
    font-size: 1.25rem;
    font-weight: 700;
}

.c-heading {
    text-align: center;
}
.collapse .card-body a{
    font-size: 20px;
  }
  .collapse .card-body li{
    font-size: 20px;
  }
.card{
    transition: none;
    border-radius: 10px !important;
}
.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;

}
.card-header h2 {
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
    color: #4a4a4a;
    line-height: 30px;
    flex-grow: 1;
    margin: 0;
    text-align: left;
}
.card{
    border-radius: 8px;
}
.compare-img{
    width: 60px;
    height: 60px;
    margin-top: 25px;
}

.hero-flex h6{
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
}
ul li{
  text-align: justify;
  hyphens: auto;
  font-size: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #4a4a4a;
  }
  .collapse {
    padding: 0;
    transition: none !important;

  }
  .collapse.show {
    padding: 0.8rem 0.8rem;
  }
  .card-body {
    width: 95%;
    padding: 0.8rem 1.2rem;
    font-size: 20px;
    text-align: justify;
    line-height: 30px;
    color: #4a4a4a;
    hyphens: auto;

  }
.car-brands-header .text-left{
    margin-bottom: 40px;
    width: 98%;
}
.honda_logo{
    width: 150px;
    display: flex;
    align-items: center;
    margin: 0px auto;
}

.car-brands-header {
    margin-top: 100px;
}

.car-brands-header .h2 {
    color: #585859;

}
.car-brands-header h4 {
    font-weight: 800;
    margin-bottom: 30px;
    color: #585859;
}
.car-brands-header .rows {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    width: 70%;
}
.car-brands-header .contents a {
    display: inline-block;
}
p.h6{
    font-size: 24px;
    font-weight: 700;
    color: #4a4a4a;
    line-height: 36px;
}
.social{
  width:max-content !important;
}

@media only screen and (max-width: 425px) {
  .car-brands-header .contents .btn-panda {
    font-size: 16px;
  }
  .testimonial .slider {
    padding: 0px 0px 50px 0px;
  }
}

@media only screen and (min-width: 768px) {
  .accordion{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 425px) {
  .contents h1{
    font-size:32px;
    font-weight:700;
  }
}

#container-img {
    position: relative;
    width: 280px;
    height: 331.5px;
}
.hero-flex,.car-brands-header .hero-flex{
    text-align:left;
    max-width:1080px;
    margin-left:auto;
    margin-right:auto;

}
.hero-contents{
    display:flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;

}
.car-brands-header .contents .btn-panda, .homeheader .btn-panda {
    display: inline-block;
}

.subtext {
    font-size: 14px !important;
    color: #9e9e9e;
}


@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .car-brands-header{
    padding-left: 2rem;
    padding-right:2rem;
  }
  #footer{
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  #footer{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  #footer ul li{
    text-align: left !important;
  }
  #footer #info{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .coverage-content{
    max-width: 100% ;
  }
}

@media (max-width: 768px) {
  .car-brands-header{
    margin-top: 120px;
  }
  .card-header {
    flex-direction: row;
    align-items: center;

  }
  .card-header h2 {
    font-size: 20px;
  }
}

 @media only screen and (max-width: 850px) {
    section {
        justify-content: center;
        align-items: center;
        text-align: center !important;
    }
 }
@media only screen and (max-width: 600px) {

    .footer .row {
        padding: 0 20px;
    }
    .footer ul {
        padding-left: 0;
    }

   }

/* tesla */
.main_logo{
    width: 170px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}


.coverage-content{
  max-width: 75%;
  margin: 0 auto !important;
}
.coverage-content p{
  margin-top: 20px;
}
.btn-load{
  background-color: none;
    padding: 15px 20px;
    border-radius: 6px;
    color: #000000;
    border: 1px solid #4e4e4e61;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1.5px;
 }
 .car-image{
    margin: 0 auto !important;
 }
 .comp-price{
  color: #a840d8;
 }
 .comp-price:hover{
  color: #a840d8;
 }
 @media(max-width:767px){
   .car_insurance{
     padding-left: 1rem;
     padding-right: 1rem;
   }
   .car-brands-header{
     padding-left: 1.5rem;
     padding-right: 1.5rem;
   }
   #footer{
     margin-left: 0rem !important;
     margin-right: 0rem !important;
   }
   .car-brands-header .hero-content{
     margin-top: 20px;
     margin-bottom: 20px;
   }

   .coverage-content{
     max-width: 100%;
   }
   .hero-product{
     text-align: center;
   }
   .image-container.middle{
     margin: inherit;
     margin-bottom: 10px;
   }
   p{
     font-size: 20px;
     text-align: justify;
     hyphens: auto;
   }

   .card img{
     width:50px;
     height: 50px;
   }
   .car-brands-header p{
     text-align: center;
   }

   .col-md-12{
     flex-direction: column;
   }

   .feature-content {
     padding: 10px 0;
   }
}
.lexus_logo{
    width: 200px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
