
.insurence-area{
    padding: 80px 0;
}

.insu-box{
    background-color: #F7F5F9;
    border: 2px solid #CC0023;
    padding: 50px 30px;
    box-shadow: 1px 1px 8px #8f8d8de3;
    text-align: center;
}

#cars-1, #fname {
    width: 100%;
    height: 50px;
    border: 1px solid #424242;
    padding: 10px;
    font-size: 15px;
    font-family: "Oxygen", sans-serif;
    color: #474341;
    background-color: transparent;
}

.insu-box h2{
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    color: #333333;
    text-align: left;
    margin-bottom: 15px;
    text-align: left;
}
.insu-area {
    width: 100%;
}
.cc{
    margin-top: 40px;
}
.insu-area-2{
    margin-bottom: 50px;
}

.button-2 p{
    color: #fff;
    background-color: #222222;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid red;
    border-radius: 20px 0;
    padding: 8px 20px;
}

.button-2{
    background-color: #CC0023;
    padding: 8px 20px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
}


.in-to p {
    color: #444444;
    font-family: "Oxygen", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-top: 20px;
}


.in-to p span {
    color: #000000;
    font-weight: 600;
}

.in-to{
    text-align: center;
    margin-bottom: 50px;
}























