/***************** solapur Fest Floating button ********************/

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
    width: 15px;
}

 .enquiry
{
    background: #dbab32;
    color: white;
    padding: 10px 10px 10px 10px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari 3-8 */
    transform: rotate(0deg);

    position: fixed;
    right: 0px;
    top: 300px;
    //bottom: 0px;
    z-index: 9999;
    //font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    //border-radius: 10px 10px 0px 0px;
    border-radius:5px;
    //border-top: 4px solid red;
    //border-left: 4px solid red;
    //border-right: 4px solid red;
    font-weight: bold;

}

.enquiry:hover
{
    color: white;
}
/*.enquiry:hover
{
    
    color: white;
    padding: 10px 10px 10px 10px;
    -ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg); 
    transform: rotate(-90deg);

    position: fixed;
    right: 0px;
    top: 300px;
    //bottom: 0px;
    z-index: 9999;
    //font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    //border-radius: 10px 10px 0px 0px;
    
    border-radius: 50%;

    //border-top: 4px solid red;
    //border-left: 4px solid red;
    //border-right: 4px solid red;

}
*/


.home-bnr
{
    background: url(../images/bg/solapur-foundation-banner.jpg) no-repeat; 
    background-size: 100%;
}

@media (max-width: 768px)
{
    .home-bnr
    {
        background: url(../images/bg/solapur-foundation-banner.jpg) no-repeat;
        //background-position: 100% 100%;
        background-size: 100%;
        height: 150px; 
       
    }

}



.top-bnr
{
    background: url(../images/bg/top-banner.jpg) no-repeat; 
    background-size: 100%;
}

@media (max-width: 768px)
{
    .top-bnr
    {
        background: url(../images/bg/top-banner.jpg) no-repeat; 
        height: 200px;
    }

}

