.sideapi .call{
    bottom: 40px;
     animation: call 3s linear infinite;
    right: 20px;
} 
.blogbox{
    padding: 50px 0px;
}
.blogbox .blogtitle{
    text-decoration: none;
    color: var(--black-color);
}
.blogbox .blogtitle h4{
    padding: 10px 0px;
    line-height: 1.4;
}
.blogbox button{
       background: linear-gradient(90deg, #E44B5E 0%, #F9A13A 100%);
    color: var(--white-color);
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 10px;
        border: 0;
}
.blogbox button a{
    text-decoration: none;
    color: var(--white-color);
    border: 0;
}
.blogbox button:hover {
    background: linear-gradient(90deg, #F9A13A 0%, #E44B5E 100%);
    color: var(--white-color);

}
.blogbox .innerbox{
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 10px;
    position: relative;
}

.blogbox .date{
    position: absolute;
    top: 17px;
    left: 5%;
    padding: 3px 6px;
    background-color: #000;
    border-radius: 20px;
    color: var(--white-color);
    font-size: 13px;
}
.blogwrapper{
    padding: 50px 0px;
}
.blogcontent h1 {
    font-size: clamp(20px, 4vw, 32px);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}
.blogcontent h2 {
    font-size: clamp(18px, 4vw, 25px);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}
.blogcontent h3 {
    font-size: clamp(15px, 4vw, 20px);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}
.blogcontent .featureimage{
    height: 400px;
    margin: 20px 0px;
    width:700px;
}
.blogcontent ul li{
    font-size: 15px;
    line-height: 2.1;
}
.blogcontent .featureimage img{
    height: 100%;
    width: 100%;
}
.blogcontent .bg1{
    background-color: #ecbec3;
    padding: 10px;
}
@media (max-width:1000px){
    .blogcontent .featureimage{
   height: 100%;
   width: 100%;
}
.blogcontent .featureimage img{
    height: 100%;
    width: 100%;
}
}
.recenttitle{
    background: linear-gradient(90deg, #E44B5E 0%, #F9A13A 100%);
    color: var(--white-color);
    padding: 5px 10px;
}
.latestblog a{
    text-decoration: none;
    color: var(--black-color);
    padding: 10px 0px;
    transition: .5s;
}
.latestblog a:hover{
    color: #F9A13A;
}
.latestblog a i{
        color: #F9A13A;
}