/*******************************************************************************
Add your styles here
 *******************************************************************************/
@media only screen and (max-width: 1036px){
    .show-hid-content, .close-contact, .showform{
        display:block !important;
    }
    .btn{
        padding: 14px 20px 13px 20px;
    }
}

@media (max-width:540px){
    .logo-holder{
        max-width: 255px;
        margin-right: 0px;
        padding-right: 20px;
    }
    .logo-holder img{
        max-width: 100%;
        height: auto !important;
    }
    footer{
        padding:0px;
        height:70px;
    }
    .policy-box{
        display:block !important;
        line-height: 18px;
        padding-top: 8px;
    }
    .wrapper-inner{
        margin-bottom: 50px;
    }
}