*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', Helvetica, sans-serif;
}
.container{
    height: 100%;
}
/* header */
.header{
    
    display: flex;
    justify-content: right;
    align-items: center;
}
.header a{
    margin-top: 6px;
    padding: 15px;
    text-decoration: inherit;
    font-size: 15px;
    color: gray;
}
.header a:hover{
    cursor: pointer;
    text-decoration: underline;
} 

.header img{
    margin-top: 5px;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 50px;
}
.headder image img{
   
}

/* mainbody */
.mainbody{
    display: flex;
    margin-top: 12px;
    flex-direction: column;
}
.mainbody img{
    object-fit: contain;
    justify-content: center;
    margin: auto;
}
.search-input{
    display: flex;
    align-items: center;
    padding:10px 20px;
    border: 1px solid gray;
    width: 75vw;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 560px;
    border-radius: 999px;
    height: 40px;



}
.search-input input{

    flex: 1;
    border: none;
    outline:none ;
}
.search-button{
    margin-top: 20px;
    display: flex;
    justify-content: center;

}
.search-button button{
    color: gray ;
    background-color: #f8f8f8;
    padding:10px 15px;
    margin: 5px;
    border: none;
    outline:none;
    cursor: pointer;
    font-size: 15px;
}
.search-button button:hover{
    border: 1px solid rgb(184, 182, 182);
    border-radius: 8px;
}
.box {
    width: 100%;
    /* border: 2px solid black; */
    padding: 10px;
    margin-top: 10px;
    height: 20px;
    justify-content: center;
    text-align: center;
    margin: auto;


}
.box p{
    
    color: rgb(122, 122, 122) ;
    font-size: 15px;
    
}


/* Footer section strt from here */
.last{
    height: 35px;
    /* margin-top: 280px; */
    background-color:  #f0f0f1;
    font-size: 15px;

    color: #70757a;
    padding-top: 10px;
    border-bottom: 1px solid rgb(209, 206, 206);
    
    /* background-color: rgb(231, 228, 228); */
}
.last p{

    margin-top: -3px;
    /* color: rgb(122, 122, 122) ; */
    font-size: larger;
    padding: 0px 20px;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    
}
body{
    min-height: 100vh;
    display: flex;
    flex-direction:column ;
}
footer{
  
}



.footer{
    padding-top: 6px;
    position: fixed;
    bottom: 0;
    align-items: center;

   background-color:  #f0f0f1;
    font-size: 15px;
    color: #70757a;
    /* height: 40px; */
    /* margin-top: 2px; */
    /* display: flex; */
    width: 100%;
    /* border: 1px solid black; */
    /* background-color: rgb(231, 228, 228); */
    font-family: arial,sans-serif;
    padding: 10px;
}
.bottombar{
    display:flex ;
    padding: 10px;
    padding-top: 10px;
}

.left-ft{
width: 80%;
}
.left-ft ul li{
    
  
    list-style: none;
    padding-left:10px;
    padding-right: 10px;
    
    
    /* background-color: rgb(231, 228, 228); */
    /* color: rgb(122, 122, 122) ; */
    font-size: larger;
    cursor: pointer;
}
.left-ft ul li:hover{
    text-decoration: underline;
}


.right-ft{
    width: 20%;
    /* border: 1px solid black; */
    display: flex;
    justify-content: right;
 
    
}
.right-ft ul li{

    margin-left: 15px;
list-style: none;
padding-left:10px;
padding-right: 10px;

/* background-color: rgb(231, 228, 228); */
/* color: rgb(122, 122, 122) ; */
font-size: larger;
}
.right-ft ul li:hover{
    text-decoration: underline;
}
ul {
    display:flex
}






/* Responsivensss for frirst screeen from here upto 400px */
@media only screen and (max-width: 400px) {
    /* body{
    background-color: blue;
    } */
    .header a{
        padding: 7px;
        text-decoration: inherit;
        font-size: 10px;
        color: gray;
    }
    .header img{
    
        width: 15px;
    }
    .mainbody img {
      width: 200px;
    }
    .search-input {
        width: 80vw;
    }
    .search-input img{
        width: 7px;
    }
    .search-button{
        margin-top: 15px;
        display: flex;
        justify-content: center;
    
    }

    .search-button button{
        color: gray ;
        background-color: #f8f8f8;
        padding:4px 4px;
        margin: 2px;
        border: none;
        outline:none;
        cursor: pointer;
        font-size: 10px;
    }
    .box {
        width: 100%;
        /* border: 2px solid black; */
        padding: 10px;
        margin-top: -6px;
        height: 20px;
        justify-content: center;
        text-align: center;
        margin: auto;
       
    
    
    }
    .box p{
        margin-top: -7px;
        color: rgb(122, 122, 122) ;
        font-size: 10px;
        
    }
    
    .last{
        /* margin-top: 220px; */
        height: 15px;
        
        background-color: #f0f0f1;
    }
    .last p{
        color: rgb(122, 122, 122) ;
        font-size: 7px;
        margin-top: -8px;
        padding: 0px 10px;
    }
    
    
    .footer{
        /* margin-top: 1px; */
        /* display: flex; */
        width: 100%;
        /* border: 1px solid black; */
        background-color: #f0f0f1;
    }
    
    .left-ft{
    width: 80%;
    }
    .left-ft ul li{
        
      
        list-style: none;
        padding-left:2px;
        padding-right: 2px;
        
        background-color: #f0f0f1;
        color: rgb(122, 122, 122) ;
        font-size: 7px;
    }
    .right-ft{
        width: 20%;
        /* border: 1px solid black; */
        display: flex;
        justify-content: right;
     
        
    }
    .right-ft ul li{
    
        margin-left: 5px;
    list-style: none;
    padding-left:2px;
    padding-right: 2px;
    
    background-color: #f0f0f1;
    color: rgb(122, 122, 122) ;
    font-size: 7px;
    }

    
  }













/* REsponsiveness for second screen  starts from here upto 500px  */


@media (min-width:400px)and (max-width: 500px) {
    /* body{
        background-color: aqua;
    } */
    .header a{
        padding: 10px;
        text-decoration: inherit;
        font-size: 12px;
        color: gray;
    }
    .header img{
    
        width: 20px;
    }
    .mainbody img {
      width: 270px;
    }
    .search-input img{
        width: 10px;
    }
    .search-button{
        margin-top: 16px;
        display: flex;
        justify-content: center;
    
    }
    .search-button button{
        color: gray ;
        background-color: #f8f8f8;
        padding:4px 8px;
        margin: 2px;
        border: none;
        outline:none;
        cursor: pointer;
    }
    .box {
        width: 100%;
        /* border: 2px solid black; */
        padding: 10px;
        margin-top: -8px;
        height: 20px;
        justify-content: center;
        text-align: center;
        margin: auto;
       
    
    
    }
    .box p{
        margin-top: -8px;
        color: rgb(122, 122, 122) ;
        font-size: 13px;
        
    }
    .last{
        /* margin-top: 220px; */
        height: 20px;
        background-color: #f0f0f1;
    }
    .last p{
        margin-top: -5px;
        color: rgb(122, 122, 122) ;
        font-size: xx-small;
        padding: 0px 10px;
    }
    
    
    .footer{
        margin-top: 1px;
        /* display: flex; */
        width: 100%;
        /* border: 1px solid black; */
        background-color: #f0f0f1;
    }
    
    .left-ft{
    width: 80%;
    }
    .left-ft ul li{
        
      
        list-style: none;
        padding-left:6px;
        padding-right: 6px;
        
        background-color:#f0f0f1;
        color: rgb(122, 122, 122) ;
        font-size: xx-small;
    }
    .right-ft{
        width: 20%;
        /* border: 1px solid black; */
        display: flex;
        justify-content: right;
     
        
    }
    .right-ft ul li{
    
        margin-left: 11px;
    list-style: none;
    padding-left:6px;
    padding-right: 6px;
    
    background-color: #f0f0f1;
    color: rgb(122, 122, 122) ;
    font-size: xx-small;
    }
    ul {
        display:flex
    }
    
  }



/* REsponsiveness for third screen  starts from here upto 600px  */


@media (min-width:500px)and (max-width: 600px) {
    /* body{
        background-color: blueviolet;
    } */
    .header a{
        padding: 12px;
        text-decoration: inherit;
        font-size: 14px;
        color: gray;
    }
    .header img{
    
        width: 24px;
    }
    .mainbody img {
      width: 300px;
    }
    .search-input img{
        width: 13px;
    }
    .search-button{
        margin-top: 18px;
        display: flex;
        justify-content: center;
    
    }
    .search-button button{
        color: gray ;
        background-color: #f8f8f8;
        padding:6px 9px;
        margin: 3px;
        border: none;
        outline:none;
        cursor: pointer;
    }
    .box {
        width: 100%;
        /* border: 2px solid black; */
        padding: 12px;
        margin-top: -9px;
        height: 22px;
        justify-content: center;
        text-align: center;
        margin: auto;
        font-size: 15px;
    
    
    }
    .box p{
        margin-top: -10px;
        color: rgb(122, 122, 122) ;
        
    }
    .last{
        /* marg/in-top: 400px; */
        height: 23px;
        background-color: #f0f0f1;
    }
    .last p{
        margin-top: -3px;
        color: rgb(122, 122, 122) ;
        font-size: x-small;
        padding: 0px 13px;
    }
    
    
    .footer{
        margin-top: 1px;
        /* display: flex; */
        width: 100%;
        /* border: 1px solid black; */
        background-color:#f0f0f1;
    }
    
    .left-ft{
    width: 80%;
    }
    .left-ft ul li{
        
      
        list-style: none;
        padding-left:8px;
        padding-right: 8px;
        
        background-color: rgb(231, 228, 228);
        color: rgb(122, 122, 122) ;
        font-size: x-small;
    }
    .right-ft{
        width: 20%;
        /* border: 1px solid black; */
        display: flex;
        justify-content: right;
     
        
    }
    .right-ft ul li{
    
        margin-left: 13px;
    list-style: none;
    padding-left:8px;
    padding-right: 8px;
    
    background-color: rgb(231, 228, 228);
    color: rgb(122, 122, 122) ;
    font-size: x-small;
    }
    ul {
        display:flex
    }
    
  }



  /* REsponsiveness for Frth screen  starts from here upto 800px  */


@media (min-width:600px)and (max-width: 800px) {
    /* body{
        background-color: palevioletred;
    } */
    .header a{
        padding: 14px;
        text-decoration: inherit;
        font-size: 16px;
        color: gray;
    }
    .header img{
    
        width: 28px;
    }
    .mainbody img {
      width: 350px;
    }
    .search-input img{
        width: 15px;
    }
    .search-button{
        margin-top: 20px;
        display: flex;
        justify-content: center;
    
    }
    .search-button button{
        color: gray ;
        background-color: #f8f8f8;
        padding:8px 11px;
        margin: 3px;
        border: none;
        outline:none;
        cursor: pointer;
    }
    .box {
        width: 100%;
        /* border: 2px solid black; */
        padding: 15px;
        margin-top: -10px;
        height: 25px;
        justify-content: center;
        text-align: center;
        margin: auto;
        font-size: 15px;
    
    
    }
    .box p{
        margin-top: -10px;
        color: rgb(122, 122, 122) ;
        
    }
    .last{
        /* margin-top: 220px; */
        height: 28px;
        background-color: #f0f0f1;
    }
    .last p{
        margin-top: -4px;
        color: rgb(122, 122, 122) ;
        font-size: small;
        padding: 0px 12px;
    }
    
    
    .footer{
        margin-top: 1px;
        /* display: flex; */
        width: 100%;
        /* border: 1px solid black; */
        background-color:#f0f0f1;
    }
    
    .left-ft{
    width: 80%;
    }
    .left-ft ul li{
        
      
        list-style: none;
        padding-left:8px;
        padding-right: 8px;
        
        background-color:#f0f0f1;
        color: rgb(122, 122, 122) ;
        font-size: small;
    }
    .right-ft{
        width: 20%;
        /* border: 1px solid black; */
        display: flex;
        justify-content: right;
     
        
    }
    .right-ft ul li{
    
        margin-left: 13px;
    list-style: none;
    padding-left:8px;
    padding-right: 8px;
    
    background-color: #f0f0f1;
    color: rgb(122, 122, 122) ;
    font-size: small;
    }
    ul {
        display:flex
    }
    
  }














