﻿body {
}

@media (max-width: 991px) and (min-width: 768px) {
    /*small devices*/
}

@media (max-width: 767px) {
    /*extra small screen*/
    .SharpWebsite_HEader {
        max-height: none;
        overflow: auto;
    }
}

@media (max-width: 767px) {
    /*extra small screen*/
    .SharpWebsite_HEader {
        max-height: none;
        overflow: auto;
    }
}

@media (max-width: 1200px) {
    .Websitecontainer {
        max-width: 95%;
    }
}

@media (max-width: 991px) {
    .input-tabs > ul, .input-tab-content {
        width: 100% !important;
        padding: 0 !important;
    }

    .TextContainer1 > p {
        text-align: justify;
    }

    .Services_Container {
        display: flex;
        flex-direction: column;
    }

        .Services_Container > .ServiceImage {
            order: 1;
        }

        .Services_Container .ServiceText {
            order: 2;
        }

    .Services_Text {
        padding: 15px 0;
    }

    .Services_Image {
    }

    .News_Wrapper .News_Box {
        float: left !important;
    }

    .Date_Wrapper {
        position: relative;
        left: 0;
        display: inline-block;
        float: left;
        margin-right: 15px;
    }

    .Vertical_Break {
        display: none;
    }

    .News_Contents {
        width: 100%;
    }
}
