@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;
}

input {
    color: #E60013;
}

::placeholder {
    color: #DDD;
}

.extendedwarranty-overley {
    background: linear-gradient(358deg, rgba(95, 139, 186, 0.50) -8.61%, rgba(95, 139, 186, 0.56) 48.91%, rgba(217, 217, 217, 0.00) 123.86%) !important;
}

.warenty-service-heading-svg::after {
    content: "EXTENDED WARRANTY" !important;
}

.benefits-image {
    background-image: url(../../extendedwarrantyimage/benifits-image.jpg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}

.benefits-svg {
    position: relative;
  
}
.benefits-svg-inner svg{
    position: relative;
}
.benefits-svg-inner::after {
    content: "BENIFITS OF EXTENDED WARRANTY";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-family: Oswald;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.7px;
    width: 100%;
    text-align: center;
}

.benefits-top{
    padding-top: 80px;
    padding-bottom: 80px;
}

.warrenty-image{
    position: relative;
    text-align: center;
}

.warrenty-image-absolute{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.warnty-ab-h6 h6{
    color: #222;
    text-align: center;
    font-family: Outfit;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 100% */
    letter-spacing: 1.1px;
    padding-top: 30px;
    position: relative;
    
}

.warnty-ab-h6 h6::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
   border-bottom: 5px solid #E60013;
   bottom: -20%;
   width: 40%;
}

.warnty-ab-p p{
    color: #444;
text-align: center;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
letter-spacing: 0.8px;
padding-top: 45px;
}

.waranty-con{
    padding-bottom: 70px;
}

.benefits-image-overley{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #FFF -21.16%, rgba(255, 255, 255, 0.80) 124.79%);

}
.warrenty-image{
    transition: all ease 0.4s;
}
.warrenty-image:hover{
    box-shadow: 0 0 50px #E60013;
    background:#e6001394;
    border-radius: 40px;
    margin-top: -20px;
}