body{
    font-family: 'Lato', sans-serif;
    background: #F2F2F2;
}
.container{
    max-width: 1300px;
}
h1{
    font-size: 55px;
    font-weight: 700;
}
h2{
    font-size: 36px;
    font-weight: 700;
}
h3{
    font-size: 20px;
    font-weight: 400;
}
p{
    font-size: 18px;
    font-weight: 400;
}

/* <!-- Header Style Start --> */

header{
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(20px);
    padding: 20px;
}
header .logo{
    max-width: 193px;
}
header .menu a {
    color: #000;
    font-size: 18.689px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}
header .menu .header-button{
    border-radius: 10px;
    background: #B6502E;
    border: none;
    color: #E9EFF7;
    font-size: 18.689px;
    font-weight: 700;
    line-height: 1.3;
    padding: 11px 33px;
    margin-left: 43px;
}
/* <!-- Header Style End --> */
/* <!-- Banner Style Start --> */

.banner-2{
    background-image: url(../images/banner-images.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 200px 0px 104px 0px;
}
.banner-2 .banner-text h1 {
    color: #FFF;
    font-size: 55.103px;
    font-weight: 700;
    line-height: 1.1;
    max-width: 577px;
    margin: auto;
    text-align: center;
}
.banner-2 .banner-text p {
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 550px;
    margin: 33px auto;
    text-align: center;
}
.banner-text .free-quote  {
    border-radius: 10px;
    background: #B6502E;
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 22.68px;
    font-weight: 700;
    display: inline-block;
    line-height: 1.3;
    text-decoration: none;
    padding: 18px 19px;
    border: none;
}

/* <!-- Banner Style End --> */
/* <!-- Cost Style Start --> */
.cost{
    padding-top: 64px;
    position: relative;
}
.cost .sec-car {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
}
.cost .cost-heading {
    padding-bottom: 50px;
}
.cost .cost-heading h2{
    background: linear-gradient(90deg, #FF7000 -7.75%, #B6502E 63.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    line-height: 1.3;
}
.cost .cost-heading p{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6; 
    max-width: 603px;
    margin: auto;
}
.cost .cost-col {
    padding-left: 80px;
}
.cost .cost-list {
    display: flex;
    align-items: center;
}

.cost .cost-list {
    padding-bottom: 14px;
}
.cost .list-discribtion{
    padding-left: 14px;
}
.cost .list-discribtion h4 {
    color: #000;
    font-size: 23.875px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0px;
}
.cost .list-discribtion p {
    color: #747474;
    font-size: 17.427px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0px;
}
.cost .list-discribtion p span {
    font-size: 20px;
}
/* <!-- Cost Style End --> */
/* <!-- Car ownership Style Start --> */
.car-ownership{
    background-image: url(../images/car-ownership.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 162px 20px 173px;
    margin-top: 64px;
}
.car-ownership .car-ownership-heading h2 {
    color: #FFF;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    max-width: 1100px;
    margin: auto;
}
.car-ownership .button-car-ownership {
    border-radius: 10px;
    background: #B6502E;
    border: none;
    color: #FFF;
    text-align: center;
    font-size: 22.68px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.3;
    padding: 18px 19px;
    display: inline-block;
}
/* <!-- Car ownership Style End --> */
/* <!-- Month to month Style Start --> */
.month-to-month {
    margin: -101px 0px 100px;
}
.month-to-month .month-box {
    border-radius: 10px;
    background: var(--White, #FFF);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 30px;
    display: flex;
    height: 100%;
}
.month-to-month .boxes{
    max-width: 1140px;
    margin: auto;
}
.month-to-month .month-description {
    padding-left: 17px;
}
.month-to-month .month-description h3 {
    color:  #232233;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.month-to-month .month-description p {
    color:  #475569;
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    margin: 0;
}
/* <!-- Month to month Style End --> */
/* <!-- Faq Style Start --> */
.faq-2 {
    padding: 40px 20px 100px;
}
.faq-2 .faq-heading h2{
    background: linear-gradient(90deg, #FF7000 -7.75%, #B6502E 63.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 70px;
}
.faq-2 .faq-bg{
    background-image: url(../images/faq-img.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}
.faq-2 .accordion-item {
    background: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 10px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 11px;
    overflow: hidden;
}
.faq-2 .accordion-button {
    padding: 30px;
    color:  #0F172A;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.18px;
    box-shadow: none;
}
.faq-2 .accordion-body {
    padding: 30px;
    padding-top: 0px;
    color: #484848;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.16px;
}

.faq-2 .accordion-button:not(.collapsed) {
    color: #0F172A; 
    background-color: transparent;
   box-shadow: none;
}
.accordion-button:not(.collapsed)::after{
    transform: rotate(0deg);
    filter: brightness(0);
}
.faq-2 .faq-modal {
    border-radius: 10px;
    background: var(--White, #FFF);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
    border: none;
    width: 100%;
    color: #B6502E;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.2px;
    position: relative;
    padding: 30px;
    text-align: left;
}
.faq-2 .faq-modal .fa {
    position: absolute;
    right: 25px;
    top: 35px;
}
/* <!-- Faq Style End --> */
/* <!-- Footer Style Start --> */
.footer-2{
    background-image: url(../images/footer-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 192px 20px 48px;
}
.footer-2 .footer-cta {
    max-width: 650px;
    margin: 0 auto 150px;
}
.footer-2 .footer-cta p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.footer-2 .footer-cta-describtion h2{
    color: var(--White, #FEFEFE);
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.4px;
}
.footer-2 .button-modal {
    border-radius: 12.168px;
    border: 1.217px solid  #CBD5E1;
    background: #FFF;
    color: #243340;
    font-size: 19.469px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.195px;
    padding: 16px 24px;
    margin-right: 25px;
}
.footer-2 .button-modal:hover {
    background: #FFF;
    color: #243340;
}
.footer-2 .button-footer {
    border-radius: 12.168px;
    background: #B6502E;
    box-shadow: 0px 1.217px 2.434px 0px rgba(15, 23, 42, 0.06);
    color:  #FFF;
    font-size: 19.469px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.195px;
    border: none;
    padding: 16px 24px;
    margin-left: 25px;
}
.footer-2 .button-footer:hover {
    background: #B6502E;
    color:  #FFF;
}
.footer-2 .footer-menu{
    margin-top: 56px;
}
.footer-2 .footer-menu a{
    color: var(--White, #FEFEFE);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7; 
    letter-spacing: -0.16px;
    padding-right: 32px;
    text-decoration: none;
}
.footer-2 .footer-menu span{
    color: var(--White, #FEFEFE);
    text-align: end;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; 
    letter-spacing: -0.16px;
}

/* <!-- Footer Style End --> */

/* Modaal Style Start */
.modal-dialog {
    max-width: 617px;
}
.modal-header {
    border: none;
}
.modal-body {
    padding: 0px 44px 48px 44px;
}
.modal-content {
    border-radius: 10px;
    background: var(--White, #FEFEFE);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
}
.modal-body h2 {
    background: linear-gradient(90deg, #FF7000 -7.75%, #B6502E 63.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin: 0;
}
.modal-body p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.2px;
    text-align: center;
    margin: 35px 0px;
}
.modal-body a {
    border-radius: 8.375px;
    background: #B6502E;
    box-shadow: 0px 0.837px 1.675px 0px rgba(15, 23, 42, 0.06);
    color: var(--generic-white, #FFF);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3; 
    letter-spacing: -0.24px;
    padding: 9px 13px;
    text-decoration: none;
}
/* Modaal Style End */

@media (max-width:1240px){
    .cost .sec-car {
        max-width: 60%;
    }
}
@media (max-width:1024px){
    .cost .cost-col {
        padding-left: 45px;
    }
    .faq-2 {
        padding: 50px 0px 100px 10px;
    }
    .footer-2 {
        background-position: center left;
    }
}
@media (max-width:992px){
    .car-ownership .car-ownership-heading h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 18px;
    }
    .cost .sec-car {
        max-width: 70%;
    }
    .thank-you .good-by h2 {
        font-size: 32px;
    }
    .footer-2 .menu {
        text-align: center;
        padding-bottom: 20px !important;
        padding: 0;
    }
    .footer-2 .all-right {
        text-align: center !important;
        border-top: 1px solid #ffffff5e;
        padding-top: 20px;
    }
    .footer-2 {
        padding: 192px 20px 30px;
    }
    .cost .cost-bg {
        height: 300px;
    }
    .month-to-month .month-box {
        margin-bottom: 20px;
        height: auto;
        padding: 30px 20px;
    }
}
@media (max-width:767px){

    .footer-2 .footer-cta p {
        font-size: 18px;
    }
    .footer-2 .footer-menu a {
        padding-right: 10px;
        padding-left: 10px;
    }
    .footer-2 .menu {
        padding-bottom: 10px !important;
    }
    .footer-2 {
        padding: 70px 20px 20px;
    }
    .cost .sec-car {
        max-width: 90%;
    }
    .banner-2 .banner-text h1 {
        font-size: 50.103px;
    }
    .banner-2 {
        padding: 200px 20px 104px 20px;
    }
    .banner-2 .banner-text p {
        font-size: 20px;
    }
    .banner-text .free-quote {
        font-size: 20px;
    }
    .cost .list-discribtion p {
        font-size: 16.427px;
    }
    .cost .list-discribtion h4 {
        font-size: 20.875px;
    }
    .car-ownership {
        padding: 100px 10px 173px;
    }
    .cost .cost-heading h2{
        font-size: 32px;
    }
    .faq-2 .accordion-button {
        padding: 20px;
        font-size: 17px;
        line-height: 1.5;
    }
    .faq-2 .accordion-body {
        padding: 0 20px 20px;
    }
    .faq-2 .faq-heading h2{
        font-size: 32px;
        margin-bottom: 40px;
    }
    .faq-2 {
        padding: 0 0 50px 0;
    }
    .accordion-button::after {
        width: 1rem;
        height: 1rem;
        background-size: 1rem;
    }
    .faq-accordion {
        padding: 0 10px;
    }
    .faq-bg {
        height: 431px;
    }
    .faq-2 .faq-modal {
        font-size: 18px;
        padding: 20px;
        padding-right: 50px;
    }
    .faq-2 .faq-modal .fa {
        top: 24px;
    }
    .car-ownership .car-ownership-heading h2{
        font-size: 28px;
    }
    .car-ownership .button-car-ownership {
        font-size: 20.68px;
    }
   
    .cost .cost-col {
        padding-left: 40px;
    }
    .month-to-month {
        margin: -101px 0px 60px;
    }
    .footer-2 .footer-cta {
        margin-bottom: 100px;
    }
    .footer-2 .footer-logo {
        text-align: center;
        padding-bottom: 40px;
    }
    .footer-2 .social-icon {
        text-align: center !important;
    }
    .footer-2 .footer-cta-describtion h2{
        font-size: 32px;
    }
    .footer-2 .button-modal {
        width: 100%;
    }
    .footer-2 .button-footer {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
    .form-footer {
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .modal.show .modal-dialog {
        transform: none;
        padding: 20px;
    }
    .modal-body h2{
        font-size: 30px;
    }
    .modal-body p {
        font-size: 18px;
    }
    .modal-body a {
        font-size: 22px;
    }
    .modal-body {
        padding: 0px 30px 30px 30px;
    }
    .modal-header{
        padding: 13px 20px;
    }
    header {
        padding: 20px 0;
    }
    header .menu .header-button {
        margin-left: 20px;
    }
}
@media (max-width:600px){
    .cost {
        padding: 50px 15px;
    }
    .cost .cost-col {
        padding-left: 15px;
    }
    .cost .cost-bg {
        height: 250px;
    }
    .banner-2 .banner-text h1 {
        font-size: 44.103px;
    }
}
@media (max-width:540px){
    header .menu .header-button {
        font-size: 14.689px;
        padding: 12px 20px;
        margin-left: 10px;
    }
    .cost .sec-car {
        max-width: 100%;
    }
    header .menu a {
        font-size: 16.689px;
    }
    .banner-2 .banner-text h1 {
        font-size: 32.103px;
        max-width: 300px;
    }
    .banner-2 .banner-text p {
        font-size: 18px;
    }
    .banner-text .free-quote {
        font-size: 18px;
    }
    .cost .cost-heading p {
        font-size: 16px;
    }
    .footer-2 .footer-cta-describtion h2,
    .repair-cost .repair-heading h2{
        font-size: 30px;
    }
    .car-ownership .car-ownership-heading h2 {
        font-size: 28px;
    }
    .cost .cost-heading h2 {
        font-size: 28px;
    } 
    .car-ownership .car-ownership-heading h2 {
        font-size: 28px;
    }
    .car-ownership .button-car-ownership {
        font-size: 18.68px;
    }
    .faq-heading {
        padding: 0 10px;
    }
    .faq-2 .faq-heading h2 {
        font-size: 24px;
    }
    .faq-bg {
        height: 350px;
    }
    .footer-2 .footer-cta-describtion h2 {
        font-size: 30px;
    }
    .cost .cost-bg {
        height: 230px;
    }
}
@media (max-width: 490px){
    header .menu .header-button {
        font-size: 16px;
        position: absolute;
        bottom: -37px;
        width: 100%;
        left: 0;
        margin: 0;
        border-radius: 0;
    }
    header .logo {
        max-width: 160px;
        width: 160px;
    }
    header .menu a {
        font-size: 16px;
    }
    header {
        padding: 16px 0;
    }
    .footer-2 .footer-cta {
        margin-bottom: 70px;
    }
    .footer-2 .social-icon a {
        padding: 10px 12px !important;
    }
  
}
@media (max-width:400px){
    .cost .cost-col {
        padding-left: 8px;
    }
    header .menu a {
        font-size: 14px;
    }
    header .menu .header-button {
        font-size: 13px;
    }
    .cost .list-discribtion h4 {
        font-size: 18.875px;
    }
    .cost .list-discribtion p span {
        font-size: 18px;
    }
    .cost .cost-bg {
        height: 160px;
    }
    .cost .cost-heading h2 {
        font-size: 26px;
    }
    .car-ownership .car-ownership-heading h2 {
        font-size: 26px;
    }
    .faq-2 .faq-heading h2 {
        margin-bottom: 50px;
    }
    .faq-bg {
        height: 300px;
    }
    .footer-2 .footer-cta-describtion h2 {
        font-size: 28px;
    }
    .banner-2 .banner-text h1 {
        font-size: 30.103px;
    }
    .banner-2 .banner-text p {
        font-size: 17px;
    }
    .banner-text .free-quote {
        font-size: 16px;
    }
    .month-to-month .month-description p {
        font-size: 15px;
    }
    .month-to-month .month-description h3{
        font-size: 18px;
    }

    .modal-body a {
        font-size: 20px;
    }
    .modal-body.text-center a img {
        width: 25px;
    }
}
