﻿
@media (min-width: 992px)
{
    .paracontrol
    {
        padding: 12px 14px;
    }

    .boxcontrol
    {
        background-color: white;
        height: 200Px;
    }

    #AboutusMarquee
    {
        height: 409px;
    }

    #CharityMarquee
    {
        height: 425px;
    }

    #SilverMansion
    {
        height: 440px;
    }

    #DharmashalaMarquee
    {
        height: 520px;
    }

    #BhojanshalaMarquee
    {
        height: 480px;
    }

    #NewsMarquee
    {
        height: 400px;
    }

    #ForgotPassword
    {
        margin-bottom: 73px;
    }

    #UpdateProfileSuccess
    {
        height: 333px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px)
{
    .boxcontrol
    {
        background-color: white;
        height: 150Px;
    }

    #AboutusMarquee
    {
        height: 250px;
    }

    #CharityMarquee
    {
        height: 250px;
    }

    #SilverMansion
    {
        height: 250px;
    }

    #DharmashalaMarquee
    {
        height: 250px;
    }

    #BhojanshalaMarquee
    {
        height: 250px;
    }

    #NewsMarquee
    {
        height: 250px;
    }
    #UpdateProfileSuccess
    {
        height: 233px;
    }
}

@media screen and (max-width: 768px) and (min-width: 480px)
{
    .boxcontrol
    {
        background-color: white;
        /*height: 100Px;*/
        overflow: auto;
    }

    #AboutusMarquee
    {
        height: 200px;
    }

    #CharityMarquee
    {
        height: 200px;
    }

    #SilverMansion
    {
        height: 200px;
    }

    #DharmashalaMarquee
    {
        height: 200px;
    }

    #BhojanshalaMarquee
    {
        height: 200px;
    }

    #NewsMarquee
    {
        height: 200px;
    }
    #UpdateProfileSuccess
    {
        height: 170px;
    }
}

@media screen and (max-width: 480px) and (min-width: 320px)
{
    .boxcontrol
    {
        background-color: white;
        overflow: auto;
        /*height: 50Px;*/
    }

    #AboutusMarquee
    {
        height: 180px;
    }

    #CharityMarquee
    {
        height: 180px;
    }

    #SilverMansion
    {
        height: 180px;
    }

    #DharmashalaMarquee
    {
        height: 180px;
    }

    #BhojanshalaMarquee
    {
        height: 180px;
    }

    #NewsMarquee
    {
        height: 180px;
    }
}

@media screen and (max-width: 320px)
{
    #CharityMarquee
    {
        height: 150px;
    }

    #AboutusMarquee
    {
        height: 150px;
    }

    #SilverMansion
    {
        height: 150px;
    }

    #DharmashalaMarquee
    {
        height: 150px;
    }

    #BhojanshalaMarquee
    {
        height: 150px;
    }

    #NewsMarquee
    {
        height: 150px;
    }
}



.headercontrol
{
    background-color: #b00606;
    color: white;
    height: 32px;
    line-height: 33px;
    padding-left: 1em;
    display: block;
    margin-top: 1em;
    margin-bottom: 0;
}

.labelcolorcontrol
{
    color: #080808;
}

.Album
{
    margin: 36px 2px;
}

.Newscontainer
{
    padding: 9px 4px 0px 29px;
    overflow: auto;
    background-color: white;
}
