
.research-inner{
    padding:2rem;
    margin:1rem 0 5rem 0;
    background: #e6e6e6;
    border-radius:10px;
    position:relative;
}

.research{position:relative;}

.research-inner::after{
    position: absolute;
    content: '';
    top: 40px;
    left: 40px;
    height: 100%;
    z-index: -1;
    width: 100%;
    background: #f58d47;
    border-radius: 10px;
}

.flexo{
    display: flex
;
    align-items: flex-start;
    justify-content: center;
    gap:10px;
    margin-bottom:1rem;
}

.fea-content h4{
    font-size: 22px;
        line-height: 26px;
        font-weight: 700;
}

.fea-content p{
        font-size: 15px;
    line-height: 20px;
}

.circle{
    height: 200px;
    left: 128px;
    top: 33px;
    width: 200px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    animation: pulse 4s infinite ease-in-out;
    background: #f58d47;
}

.video-iframe{
    height: 400px;
    width: 
    250px;
    display: grid;
    place-items: center;
}

.video-iframe iframe{
    height: 100%;
    width: 100%;
    overflow: hidden;

    border-radius:10px;
}

.difference.video{
    padding: 0 0 70px 0;
    position:relative;
}

.difference.video .slider-navigation{
position: absolute;
    display: flex
;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    justify-content: space-between;
    width: 96%;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
}

.inner-main{
    position:relative;
    overflow:hidden;
    height:600px;
}

.inner-main img{    object-fit: cover; aspect-ratio: 4/5;}

.re-sale .container-fluid{
    margin:0!important;
    padding: 0!important
    ;
}

.inner-main::after{
z-index: 1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0005;
}

.inner-main h4{
    position:absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width:100%;
    color:#fff;
    z-index: 2;
    font-weight: 600;
    transform: translate(-50% , -50%);
}

.inner-main a{
    position: absolute;
    top: 52%;
    left: 50%;
    text-align: center;
    width: 100%;
    color: #fff;
    display: inline-block;
    padding-top: 1rem;
    margin-top: 3rem;
    z-index: 2;
    font-weight: 600;
    transform: translate(-50%, -50%);
}

.inner-main .line{
            position:absolute;
    top: 56%;
    left: 50%;
    text-align: center;

height:2px;
background-color: orange;
width:60px;
    z-index: 2;
    font-weight: 600;
    transform: translate(-50% , -50%);
}