body
{
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}
section
{
    width: 100%;
    float: left;
}
.container
{
    width: 387px;
    margin: auto;
    min-height: 634px;
    background-color:  #2f488d;


}
.bg
{
    background-image: url(bg.png);
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    height: 298px;
    background-size: cover;
    background-position: top;
}

.header
{
    width: 100%;
    float: left;
    

}
.header img
{
    float: left;
    width: 20%;
    margin-left: 36px;
    margin-top: 20px;
}
.header h1
{
    color:white;
    margin-left: 20px;
    margin-top: 23px;
    width: 20%;
    float: left;
    line-height: 30px;
    font-size: 30px;
}
button.pqr {
    float: left;
   
    background: none;
    border: 1px solid black;
     margin-top: 10px; 
    color: white;
    background: orange;
  

}
.photo
{
    float: left;
    width: 100%;
}
.photo h1
{
    width: 43%;
    float: left;
    margin-top: 52px;
    padding-left: 20px;
    color: white;
    line-height: 30px;
    
}
.photo img
{
    width: 200px;
    border-radius: 56%;
    margin-top: 25px;
    float: right;
    height: 200px;
    margin-right: 95px;
}
.content1

{
    width: 100%;
    float: left;
}
.menu
{
    float: left;
    width: 100%;
    margin-top: 15%;
}
.content1 ul
{
    
        float: left;
        width: 90%;
        margin: 0px
}
.content1 ul li
{
    list-style: none;
    padding-bottom: 15px;
}
.content1 ul li a p
{
    margin-left: 10px;
    float: right;
}
.content1 ul li a i
{
    color: white;
    background-color: orange;
    border-radius: 34px;
    padding: 10px;
    margin-right: 31px;
}
.menu a
{
    color: white;
    display: flex;
    font-size: 13px;
    text-decoration: none;

}
i.fa.fa-map-marker.abc {
    height: 15px;
    width: 10px;
}
.footer
{
    padding-left: 20px;
    width: 95%;
    float: left;
}
 
button
{
    background-color: orange;
    border: none;
    border-radius: 10px;
    padding: 8px 8px;
    color: white;
    
    float: left;
    margin: 4px;
}



@media only screen and (max-width: 419px) 
{
    .menu ul {
        padding: 0px;
        padding-left: 26px;
        width: 88%;
    }

}
@media only screen and (max-width: 380px) 
    { button
        {
            padding: 8px 6px;
        }
        .container {
            width: 100%;
        }

    }