@font-face {

    font-family: Outfit;
    src: url(/font/outfit/Outfit-Medium.ttf);

    font-family: Oswald;
    src: url(/font/Oswald/Oswald-Medium.ttf);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

h6 {
    margin-bottom: 0px !important;
}

ul {

    margin-bottom: 0px !important;
    padding-left: 0px !important;

}

ul li {
    list-style-type: none;

}

a {
    text-decoration: none !important;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.insurancerenewal-overley {
    background: linear-gradient(358deg, rgba(230, 0, 19, 0.01) -8.61%, rgba(230, 0, 19, 0.45) 48.91%, rgba(217, 217, 217, 0.00) 123.86%) !important;
}

.suzuki-bg {
    background-image: url(../../insurancerenewalimage/second-bg.jpg);
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}

.insurance-h1{
    height: 80px;
    overflow: hidden;
}

.suzuki-bike-svg svg {
    position: relative;
}


.suzuki-bike-svg svg::after {
    content: "What’s Covered in Suzuki Bike Insurance";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #004EA2;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.5px;
    width: 100%;
    text-align: center;
}

.susuki-box {
    border: 2px solid #000;
    background: #FFF;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0px;
}

.suzuki-box-h6 h6 {
    color: #222;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.2px;
    padding-top: 20px;
}

.suzuki-box-p p {
    color: #444;
    font-family: Outfit;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.85px;
    padding-top: 15px;
}

.suzuki-row {
    margin-bottom: 15px;
    
}

.suzuki-box-h6-end {
    padding-top: 22px;
}

.suzuki-con{
    padding-top: 90px;
    padding-bottom: 70px;
}

.in-top{
    padding-top: 80px;
}
.susuki-box{
    transition: all ease 0.4s;
}
.susuki-box:hover{
    background-color: #FFBB00;
    box-shadow: 0 0 50px #000;
    
} 