@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
}

.insurance_para {
    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: 20px;
    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;
}


a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 20px;
}

a:hover {
    text-decoration: none !important;
    color: #a840d8;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    color: #4a4a4a;
}
ul {
    padding: 0;
}

h1 {
    font-size: 54px;
    font-weight: 400;
}
h3 {
    font-size: 30px;
    font-weight: 500;
}

h4 {
    font-size: 24px;
    font-weight: 400;
}

h5 {
    font-size: 20px;
    font-weight: 400;
}

.car-brands-header{
    margin-top: 100px;
}
section {
    padding-top:80px;
    align-items: center;
    text-align: center;
}


.btn,
.btn:focus {
    box-shadow: none;
    outline: none;
    border: none;
}

.btn-panda {
    background-color: #a840d8;
    padding: 15px 20px;
    border-radius: 6px;
    color: #ffffff;
    transition: 0.2s;
    font-size: 15px;
    letter-spacing: 1.5px;
    box-shadow: 0px 0px 10px 0px #4e4e4e61;
    text-transform: uppercase;
}

.btn-panda:hover {
    background-color: #8b35b3;
    color: #ffffff;
}
.btn-panda:active {
    background-color: #8b35b3;
    border: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px 2px #4e4e4e31;
    transform: scale(0.996);
}
.btn-panda-outline {
    background-color: none !important;
    padding: 10px 20px;
    border: 1px solid #a840d8;
    border-radius: 6px;
    color: #a840d8;
    transition: 0.2s;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.btn-panda-outline:hover {
    background-color: #a840d8;
    color: #ffffff;
}
.btn-panda-outline:active {
    background-color: #8b35b3;
    color: #ffffff;
}

.container-fluid {
    padding: 0px;
}
/* Nabvar */

.navstyle {
    position: fixed;
    justify-content: space-around;
    top: 0;
    min-height: 72px;
    width: 100%;
    padding: 0px 3%;
    background-color: #fff;
    z-index: 1500;
  transition: transform 1s ease 0s;
}
.navstyle .hamburger {
    display: none;
    width: 90%;
    max-width: 50px;
    z-index: 7000;
    transition: .3s ease;
}
.navstyle .hamburger:active path {
    stroke: #e5e5e5;
}
.navstyle .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0px;
    transform: translate(-50%,65px);
    transition: transform 0.2s ease 0s;
    z-index: 1;
}
.navstyle .navbutton {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.navstyle .navbutton .btn-panda-outline {
    font-size: 12px !important;
    font-weight: 800;
}
.navstyle .navbar-brand #logo {
    width: 160px;
}
.navstyle li {
    padding-left: .2rem;
    padding-right: .2rem;
}
.navstyle .btn-panda-outline #short-text {
    display: none;
}
.navstyle .lang_text {
    font-size: 16px;
}
.hamburger-menu {
    visibility: hidden;
    position: fixed;
    border-bottom: #e0e0e0 SOLID 1px;
    padding-top: 100px;
    top: -700px;
    left: 0px;
    width: 100%;
    height: auto;
    transition: 0.5s cubic-bezier(1, 0, 0, 1);
    box-shadow: 0px 0px 20px 5px #dfdfdf8c;
}
.change {
    top: 0px;
    background-color: #e2d6d6;
    z-index: 2;
}
.hamburger-menu #menu-txt li {
    position: relative;
    display: block;
    padding: 20px 25px;
    transition: width 0.25s ease;
}
.hamburger-menu #menu-txt li::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f6f6f6;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
}
.hamburger-menu #menu-txt li:hover::after {
    width: 100%;
}
.hamburger-menu #menu-txt li:active {
    background-color: #a840d8;
    color: #fff;
}
.hamburger-menu #lang {
    margin: 25px 25px;
    float: right;
}
.hamburger-menu li a {
    font-size: 20px;
    color: #a840d8;
}

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

}
.car-brands-header h4 {
    font-weight: 800;
    margin-bottom: 30px;
    color: #585859;
}
.car-brands-header p {
    font-size: 18px;
}
.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;
}
.footer {
    background-color: #1a1a1a !important;
    color: #fff;
    padding-bottom: 50px;
}

.footer #info p {
    font-size: 14px;
    color: #9e9e9e;
}
.footer li {
    list-style: none;
    padding: 6px 0px;
}
.footer p.h4 {

    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px !important;
    padding: 0px !important;
}
.footer p {
    font-size: 15px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer #FormControlSelect1 {
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: black;
    color: #fff;
    padding: 0 5px;
}
.footer .social a {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}
.footer .social a div {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background-color: #a840d8;
}
.footer .social p {
    margin-bottom:0px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.footer a {
    color: #fff;
    font-size: 15px;
}
.footer a:hover {
    color: #a840d8;
}

.footer .social div:hover {
    transition: 0.5s cubic-bezier(1, 0, 0, 1);
}
.footer .social #fb:hover {
    background-color: #3b5998;
}

.footer .social #ig:hover {
    background-color: #fbad50;
}
.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;
    }
}
.navstyle{
  padding:0 !important;
}

.navbar-nav .nav-link {
  font-size: 16px;
}

@media only screen and (max-width: 1250px) {
    .navstyle .navbar-nav {
        display: none;
        text-align: left;
    }
  .navstyle .menucontainer {
    position: relative;
    background-color: #fff;
  }
}

@media only screen and (max-width: 1250px){
  .navstyle .menucontainer .hamburger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    cursor: pointer;
    z-index: 7000;
  }

  .navstyle .language {
      display: none;
  }
    .navstyle .hamburger-menu {
        visibility: visible;
    }
}
@media only screen and (min-width: 768px) {
#footer_compare {
    padding-left: 30px;
    padding-top: 30px;
}

.accordion{
    padding-left: 1rem;
    padding-right: 1rem;
}

#footer_compare ul {
    margin-right: auto;
    margin-left: 0;
}


}



@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-content{
    display:flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
.hero-contents{
    display:flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;

}
  .main-heading{
    font-size: 40px;
    line-height: 48px;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    font-weight: 700;
}
  .hero-content .h2{
      font-size:40px;
      font-weight: 700;
      line-height: 48px;

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

@media (max-width: 567px) {
  .hero-content .h2{
    font-size: 32px;
  }
.main-heading{
    font-size: 32px;
    line-height: 40px;
}
}
.subtext {
    font-size: 14px !important;
    color: #9e9e9e;
}
@media only screen and (max-width: 1024px) {
    .navstyle .navbar-brand #logo {
        width: 130px;
    }
    .navstyle .navbar-brand {
        transform: translate(-50%, 0px);
    }
}



@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: 1300px) {

    .navstyle {
        padding-left: 2%;
        padding-right: 2%;
    }
    .navstyle .navbar-brand #logo {
        width: 150px;
        transition: 0.2s;
    }
    .navstyle .menucontainer {
        position: relative;
        background-color: #fff;
    }
    .navstyle .btn-panda-outline #short-text {
        display: inline;
    }
    .navstyle .btn-panda-outline #full-text {
        display: none;
    }
    h2 {
        font-size: xx-large;
    }
    p {
        font-size: large;
    }
    .footer ul {
        padding: 0;
    }
}

@media only screen and (max-width: 1100px) {
    .navstyle .menucontainer .hamburger {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        cursor: pointer;
        z-index: 7000;
    }

}

 @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;
    }

    .navstyle .navbar-brand {
        transform: translate(-50% 0px);
    }
   }

@media only screen and (max-width: 650px) {
    .navbar .navbutton .btn-panda-outline {
        display: none;
    }
}


/* 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;
    }
    section{
      }
      #footer{
        margin-left: 0rem !important;
        margin-right: 0rem !important;
      }
.car-brands-header .hero-content{
    margin-top: 20px;
    margin-bottom: 20px;
}
.main-section{
    padding-top: 0px !important;
}


.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;
}
.btn-panda{
      padding: 10px 15px;

}
.car-brands-header p{
    text-align: center;
}

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

.feature-content {
        padding: 10px 0;
}


.hero-content p{
        font-size: 18px;
        width: 100% ;
}

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

