/* Profile CSS */
@media only screen and (max-width:576px)
{
    .PI svg
    {
        width: 15px;
    }
    .PI h5
    {
        font-size: 10px !important;
    }    
}

#profilelink
{
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 0px;
    padding-bottom: 10px;
    text-decoration: none;
    color: #a49dff;
    font-weight: 400;
    font-size: 16px;
}

.profile
{
    margin-top: 150px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px;
    background-color: #f1f1ff;
}

.profile img
{
    width: 250px;
    height: 260px;
}

.profile .vimg img
{
    width: 20px;
    height: 20px;
    box-shadow: none;
}

.profile .vimg p
{
    font-size: 14px;
    margin-top: 0px;
    margin-left: 5px;
}

.profile h2
{
    font-size: 18px;
    color: #625f59;
}

.profile h3 
{
    font-size: 16px;
    letter-spacing: 1px;
    color: #8f8f8f;
    margin-bottom: 10px;
    margin-top: 15px;
}


#btnprofile {
    color: #a49dff;
    background-color: transparent;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
    border-color: #a49dff;
    padding: 4px 10px 4px 10px;
    text-decoration: none;
}


#btnprofile2
{
    color: white;
    background-color: #a49dff;
    border-radius: 4px;
    padding: 4px 10px 6px 10px;
    text-decoration: none;
}

.procard
{
    width:800px;
    height: 620px;
    background-color: white;
    display: block;
    border-radius: 8px;
    box-shadow: 2px 0px 8px -5px #a49dff;
}

.procard2
{
    width:800px;
    height: 250px;
    background-color: white;
    display: block;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 2px -1px 8px -7px #a49dff;
    padding: 30px;
}

.procard3
{
    width:800px;
    height: 500px;
    background-color: white;
    display: block;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 2px -1px 8px -7px #a49dff;
    padding: 30px;
}

.procard2 h1
{
    display: inline-flex;
    padding-bottom: 0px;
}

.procard2 h1 p
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    padding-top: 2px;
    padding-left: 10px;
}

.procard3 h1
{
    display: inline-flex;
    padding-bottom: 0px;
}

.procard3 h1 p
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    padding-top: 2px;
    padding-left: 10px;
}

.procard3 img
{
    margin-top: 30px;
    width: 70px;
    height: 70px;
}

.txts p
{
    margin-top: 15px;
    margin-left: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #2196F3;
}

.procard2 h2
{
    display: inline-flex;
    padding-bottom: 0px;
}

.procard2 h5
{
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-top: 5px;
}

.procard2 h6
{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 500;
    padding-top: 20px;
    color: #595959;
    letter-spacing: 1px;
}

.procard2 img
{
    width: 25px;
    height: 25px;
    margin-top: 15px;
}

@media only screen and (max-width: 991px) 
{
    .procard
    {
        width: 650px;
        height: 650px;
        background-color: white;
        display: block;
        border-radius: 8px;
    }
    .profile img
    {
        width: 150px;
        height: 160px;
    }
    .procard h1
    {
        font-size: 25px;
    }
    .profile .vimg img
    {
        width: 16px;
        height: 16px;
        box-shadow: none;
    }

    .profile .vimg p
    {
        font-size: 14px;
        margin-top: 0px;
        margin-left: 5px;
    }

    .profile h2
    {
        font-size: 16px;
        color: #625f59;
    }

    .profile h3 
    {
        font-size: 12px;
        letter-spacing: 1px;
        color: #8f8f8f;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    
    .procard2
    {
        width: 100%;
    }
    
    .procard3
    {
        width: 100%;
    }
    
    .procard2 img
    {
        width: 25px;
        height: 25px;
    }
    .procard3 img
    {
        margin-top: 10px;
        width: 90px;
        height: 90px;
    }
}



.inform
{
    padding-left: 50px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.inform h4
{
    font-size: 18px;    
    display: flex;
}

.inform h4 p
{
    padding-top: 5px;
}

#svginfo
{
    background-color: #2196F3;
    padding: 5px;
    border-radius: 15px;
}

.rate 
{
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    border-color: #f4a150;
    color: #f4a150;
    margin-top: 13px;
}

.rate:hover
{
    background-color: #f4a150;
    border-color: #f4a150;
    color: #f1f1ff;
}

.tbp2 a
{
    margin-right: 20px;
    text-decoration:none;
    border: 1px solid #f4a150;
    transition: 0.5s;

}

.tbp h6
{
    color: cadetblue;
    font-weight: normal;
    font-family: sans-serif;
    letter-spacing: 1px;
}

@media only screen and (max-width: 768px) 
{

    .procard
    {
        width: 100%;
        height: 650px;

    }
    .profile
    {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .procard2
    {
        width: 100%;
    }
    .procard3
    {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) 
{
    .procard 
    {
        width: 100%;
        height: 840px;
    }
    .procard2
    {
        padding: 10px;
    }
    .procard3
    {
        height: 870px;
    }
    .txts
    {
        padding: 0px;
    }
    .procard3 img
    {
        width: 110px;
        height: 110px;
        margin-left: 50px;
    }
    .txts p
    {
        margin-left: 50px;
    }
    #profilelink
    {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .inform
    {
        padding-left: 10px;
    }
}


/* Profile CSS End */ 




