﻿body {
    /*  font-family: 'Poppins', sans-serif;*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    font-family: Lama Sans;
    font-style: normal;
    font-weight: normal;
}
span{
    line-height:45px;
}
p{
    line-height:45px;
}
/* Hide number input spinners */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
/*--------------------------------------faq---------------------------------------------------------*/

.faq-drawer {
    margin-bottom: 30px;
}

.faq-drawer__content-wrapper {
    text-align: justify;
    font-size: 1.25em;
    line-height: 1.4em;
    margin-left: 5%;
    margin-right: 3%;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.faq-drawer__title {
    transition: all 0.25s ease-out;
    background-color: rgb(242 242 242);
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Lama Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(6, 6, 6, 1);
    line-height: 52px;
    height: 70px;
    transition: all 0.25s ease-out;
}

    .faq-drawer__title::after {
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: " ";
        display: inline-block;
        float: right;
        height: 10px;
        position: relative;
        right: 20px;
        top: 2px;
        transform: rotate(135deg);
        transition: 0.35s ease-in-out;
        vertical-align: top;
        width: 10px;
        color: #590b25;
    }

    /* OPTIONAL HOVER STATE */
    .faq-drawer__title:hover {
        color: #4E4B52;
    }

.faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
    max-height: 350px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

.faq-drawer input[type="checkbox"] {
    display: none;
}

.faq-drawer__content p {
    font-size: 15px;
}
.faq h2 {
    font-weight: bold;
    font-size: 44px;
    color: #590b25;
    letter-spacing: 0.9px;
    text-align: center;
    margin-bottom: 4%;
}
/*--------------------------------------faq---------------------------------------------------------*/

@media (max-width: 768px) {
  
    .faq-item {
        line-height: 22px;
        font-size: 12px;
    }

    .faq h2 {
        font-size: 30px;
    }


    .faq-drawer__title {
        line-height: 22px;
        font-size: 12px;
        padding-left: 3%;
    }

    .faq {
        padding: 0px 9%;
    }
    .faq-drawer__title::after {
        margin-left: 9%;
    }
    .leftfaq{
        display:none;
    }
    .homepage_main_head h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .bnr-lft h2 {
        font-size: 25px;
    }
    .third_party_insurance_cnt1_txt h5 {
        font-size: 18px;
    }
        .homepage_main_head h2 span {
            font-size: 25px !important;

        }
    .quote_sec_head h3 {
        color: #590b25;
    }
    .what_offer_section {
       padding-top:0px;
    }
    .vehicle_step_section {
        padding: 20px 0;
    }
    .how_to_claim_sec {
        padding: 0px 0;
    }
    .quote_sec {
        margin-bottom: 0px;
    }
}

