.absolute{
    left:13%;
    top:38%
}

.welcome-text h1{
    font-size:250% !important;
    letter-spacing:0
}

.btn-more{
    margin:2% 0
}

.margin-top-20{
    margin-top:7%
}

.scanport-absolute-play-icon{
    position:absolute;
    width:120px;
    top:42%;
    left:43%
}


@media only screen and (max-width:1200px){
    .scanport-absolute-play-icon {
        width: 100px;
        top: 39%;
        left: 38%
    }

    .welcome-text h1 {
        font-size: 180% !important
    }

    .service-top-padding-style {
        padding: 7% 5% 4% 0
    }


    .absulute{
        width:42%;
        top:5%;
        left:7.5%
    }
}

@media only screen and (max-width:991px){
    .blog-image{
        flex:0 0 100%;
        max-width:100%
    }

    .blog-details {
        flex: 0 0 100%;
        max-width: 100%
    }
}