﻿.margin-right{margin-right: 10px;}
.margin-left{margin-left: 10px;}

.mycheckbox20 input[type='checkbox'] { height: 25px; width: 20px; } 
.mycheckbox25 input[type='checkbox'] { height: 25px; width: 25px; } 
.mycheckbox30 input[type='checkbox'] { height: 25px; width: 30px; } 

/*Prograss Bar Style  CSS End------------------>*/
/*fixedheader Style  CSS Strat------------------>*/

@media screen and (min-width: 1367px) and (max-width: 2400px)
{
    .hometitle
    {
      font-size: 70px; color: #fbfbfb; font-weight: 800; text-shadow:3px 3px 0px #1d1919, 5px 4px 0px rgba(0,0,0,0.15);
    }
    /* hide it elsewhere */
}
@media screen and (min-width: 400px) and (max-width: 1366px)
{
    .hometitle
    {
     font-size: 50px; color: #fbfbfb; font-weight: 800; text-shadow:3px 3px 0px #1d1919, 5px 4px 0px rgba(0,0,0,0.15);
    }
}
@media screen and (min-width: 100px) and (max-width: 1024px)
{
     .hometitle
    {
       font-size: 20px; color: #fbfbfb; font-weight: 800; text-shadow:3px 3px 0px #1d1919, 5px 4px 0px rgba(0,0,0,0.15);
    }
    /* hide it elsewhere */
}

