
.warranty-con{
    text-align: center;
    margin-bottom: 40px;
}

.war img{
    margin-bottom: 50px;
}

.warranty-con p {
    color: #474341;
    font-size: 18px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    line-height: 30px;
    width: 70%;
    margin: 0 auto;
}

.warranty-con p span{
    color:#000000;
    font-weight:600;
}
.warrenty-text{
    display: flex;
    justify-content: space-between;
}
.war-area {
    width: 30%;
    background-color: #FFEBEB;
    text-align: center;
    padding: 30px 30px;
    box-shadow: 1px 1px 19px #a7a7a7 inset;
    transition: all ease 0.4s;
}
.war-area:hover {
    background-color: #c2f2fa;
}
.war-area h1{
    color:#222222;
    font-size:24px ;
    font-weight:600 ;
    font-family: "Lato", sans-serif;
    margin-bottom: 20px;
}
.war-area p{
    color:#474341;
    font-size:16px ;
    font-weight:400 ;
    font-family: "Montserrat", sans-serif;
}
.war-bot{
    background-color: #E2EAFD;
    padding: 70px 0;
}

.bot-head h1{
    color:#E60013 ;
    font-size:16px ;
    font-weight:700 ;
    font-family: "Lato", sans-serif;
    position: relative;
    margin-bottom: 50px;
}

.bot-head h1::after {
    position: absolute;
    width: 382px;
    height: 1px;
    background-color: #E60013;
    content: '';
    top: 92%;
    left: 0%;
}
.warranty{
    padding: 40px 0 80px;
}

/* end warrenty */
.tvs{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}
.tv-top{
    padding-left: 8px;
    margin-bottom: 20px;
}
.tvs-bot{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tvs-area {
    width: 23%;
    text-align: center;
    border: 10px solid #003487;
    padding: 37px 20px;
    border-radius: 100%;
    transition: all ease 0.4s;
}
.tvs-area:hover {
    border: 10px solid #efbd80;
    background-color: #fe75754d;
    transform: translateY(-20px);
}

.tvs-area-2{
    margin-top: 50px;
}
.tv-text{
    color:#474341;
    font-size:20px ;
    font-weight:600 ;
    font-family: "Lato", sans-serif;
    margin-top: 10px;
}
.tv-bot p{
    color:#474341;
    font-size:16px ;
    font-weight:400 ;
    font-family: "Lato", sans-serif; 
    text-align: center;
}
















































































