@media (min-width: 747px) and (max-width: 1192px)
{


    .navbar-left{
        margin-left: -15px !important;
    }
    .search{
        margin-left: -5px !important;
    }


}

/***********************************************/
@media (min-width: 990px) and (max-width: 1200px)
{





 }

/**********************************************/
@media  (min-width: 768px) and (max-width: 990px)
{

    .partner .row .col-lg-3
    {
        border: white 1px solid;
        border-radius: 5px;

    }






}
/**********************************************/
@media  (min-width: 480px) and (max-width: 768px)
{
    .partner .row .col-lg-3
    {
        border: white 1px solid;
        border-radius: 5px;

    }













}
/************************************************/
@media (max-width: 480px)
{

    .partner .row .col-lg-3
    {
        border: white 1px solid;
        border-radius: 5px;

    }
    .navbar-left{
        margin:0px !important;

    }
    #pprofile input:valid+.validity:after {

        right:3% !important;

    }
    #pprofile input:valid+.validityn:after {

        right:8% !important;

    }
    #pprofile input:valid+.validitya:after {

        right:8% !important;

    }
    #pprofile, #llogin
    {
        width: 300px;
    }





}
/************************************************/
@media  (max-width: 768px)
{
    .navbar-nav li
     {
         float: none !important;
         text-align: center;
     }
    .navbar-nav
    {
        margin: 0px;
    }






}
