﻿@import url(http://fonts.googleapis.com/earlyaccess/notosanskufiarabic.css);

.Products_Container {
    padding: 45px;
    font-family: 'Noto Sans Kufi Arabic', sans-serif;
}

.Products_Container table {
        width: 915px;
}

.Products_Header {
    font-size: 18pt;
    font-weight: bold;
    padding-bottom: 50px;
    color: Black;
    text-align: center;
    text-shadow: -2px 2px LightGray;
}

.Products_Contents {
    border-radius: 5px;
    background-color: white;
    padding: 15px;
}

.Product_LogoTD {
    width: 150px;
    padding-left: 5px;
}

.Products_Logo {
    width: 50px;
}

.Product_ContentsTD {
    vertical-align: top;
}

.Product_Title {
    font-size: 14pt;
    color: black;
    font-weight: bold;
}

.Product_Contents {
    line-height: 25px;
    padding-right: 15px;
    padding-top: 15px;
}

.Home_IconsTD
{
    vertical-align: top; 
    width: 30%;
    text-align: center;
}

.ServiceImageDiv {
    height: 150px;
    vertical-align: middle;
}

.Master_Image2
{
    opacity: 1;   
    max-width: 250px;
    max-height: 150px;
    cursor: default;
}

.Master_Image2:Hover
{
    opacity: 1;    
}

.Service_TitleTD {
    font-family: 'Noto Sans Kufi Arabic', sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
    color: rgb(22,130,54);
    vertical-align: top;
}

.Service_DescriptionTD {
    font-family: 'Noto Sans Kufi Arabic', sans-serif;
    font-size: 12pt;
    text-align: center;
    vertical-align: top;
    padding-top: 15px;
}

@media (max-width: 800px) {
    .Products_Container {
        padding: 0px;
        width: 100%;
    }

    .Products_Container table {
        width: 100%;
    }

    .Products_Header {
        padding-top: 25px;
        padding-bottom: 15px;
        font-size: 12pt;
    }

    .Home_IconsTD
    {
        vertical-align: middle; 
        width: 80%;
        display: block;
    }

    .DisabledOnMobile {
        pointer-events: none;
    } 

    .Service_TitleTD {
        font-size: 12pt;
    }

    .Service_DescriptionTD {
        font-size: 11pt;
        padding-bottom: 15px;
    }

    .ServiceImageDiv {
        height: auto;
    }
}
