﻿@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {


    .preeloader {
        display: none !important;
    }


    .welcome_slides {
        background: url(../landing_page/img/scr-img/phone-01.png) no-repeat center;
        display: block;
        width: 233px;
        height: 500px;
        background-size: 100%;
    }

    .welcome_slides .single-shot {
        display: none;
    }

    .section-heading .reflection-text i, .section-heading .reflection-text .one {
        display: none;
    }

    .section-heading .reflection-text .two {
        width: 120px;
        margin-right: -60px;
    }

    .single-feature div .fa {
        display: none;
    }

    .single-feature .feature-link {
        box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.15) !important;
        padding: 22px 19px;
    }


    #features .images-slider {
        background: url(../landing_page/img/scr-img/phone-02.png) no-repeat center;
        background-size: 71%;
        background-position-x: center;
        background-position-y: 10px;
        height: 630px;

    }

    #showcase .service-xs-box i {
        border-radius: 100px;
        width: 20px;
        height: 20px;
        margin-top: 7px;
    }

    #screenshot > .container:first-child {
        background: url(../images/screen_shot.jpg) no-repeat center;
        background-size: 80%;
        background-position-x: center;
        background-position-y: 140px;

    }

    .footer-social-icon {
        display: none;
    }

    .footer-contact-area .col-md-4 .info-top i {
        display: none;
    }


}



