*{
    font-family: Arial, Helvetica, sans-serif;
}
#kheadk{
    display: flex;
    margin-top: 10px;
}

#kkundan{
    margin-top:-0px;
    margin-left: 45px;
}
#kheadk>p:nth-child(1){
  font-size: 16px;
  line-height :20px;
  color: #2f3337;
  margin-top: -9px;
  margin-left: 45px;

  
}
#kheadk>p:nth-child(2){
    margin-right: 20px;
    font-size: 12px;
    line-height :20px;
    color: #2f3337;
    margin: -9px 0px 0px 10px;
  
}
#kmain{
    display: flex;
    gap: 40px;
    /* border: 1px solid black; */
    margin:auto;
    width: 95%;
    margin-top:20px;

    
}
#kbox1{
    /* border: 1px solid blue; */
    width: 25%;

   
}
#kbox1>p:nth-child(2){
    border: 1px solid;
    border-radius:50px;
    width: 35%;
    padding: 10px;
 
}
#kbox2{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 20px;
    /* border: 1px solid red; */
    width: 73%;
    height: auto;

    
}
.innerbox{ 
    border: 1px solid lightgrey;
    height:450px;
    /* margin:10px; */
}
.innerbox>img{
   height:75%;
   width: 100%;
}

#ksort{ 
    display: flex;
    justify-content: flex-end;
}
#koption{
    padding: 10px;
    height: 40px;
    width: 200px;
    border-radius: 5px;
    margin-right: 38px;

}
#ksort>label{
    margin:10px 20px; 
   
}
#klist{ 
display: grid;
grid-template-columns: repeat(1, 1fr)
;
    /* border: 1px solid aqua; */
    height: 500px;
   
    overflow-y: scroll;
    
 
}
.filter-list{ 
      font-weight: bold;
      font-size:15px;
      border-left: none;
      border-top: 1px solid grey;
      border-bottom: 1px solid lightgrey;
      height:50px;
    
}
@media all and (min-width: 320px) and (max-width: 767px) {
  .roy{
   display: none;
  }
}


@media all and (min-width: 768px) and (max-width: 1024px){
   .roy{
       display: none;
   }
}
.innerbox>h3,p{
margin:  5px 20px 5px 10px;
}
.star{
    padding-left: 10px;
}
.innerbox>h3{
    font-size: 16px;
    font-weight: 700;
}
.innerbox.p{
   font-size: small;
   color: red;

}
.star>img{
    height:12px;
    padding-top: 5px;

}
.para{ 
    font-size:14px;
   padding-top: 8px;
}
*{
    margin: 0%;
    padding: 0%;
  }
  .footer {
    width: 100%;
    margin: auto;
    background-color: rgb(94, 93, 93);
  }
  
  #vfoot {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 30px;
    width: 85%;
    height: auto;
  
  }
  .vfooter{
    text-decoration: none;
    color: white;
  }
  
  
  #vfoot>div {
   
    width: 95%;
    margin: auto;
    color: rgb(227, 234, 240);
    margin-top: 20%;
    margin-left: 30%;
    margin-bottom: 20%;
    font-size: 15px;
  }
  
  #vfoot>div>div {
    line-height: 40px;
    font-size: 14px;
    color: white;
  }
  
  #vfoot>div>div:hover {
    cursor: pointer;
   
  }
  
  .social {
    display: flex;
  }
  #vlast{
    width: 100%;
    margin-top: 3%;   
    background-color: rgb(51, 50, 50);
    display: flex;
  }
  #vlast1{    
    color: white;
    margin: auto;  
    width: 75%;
    margin-left: 5%;
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 14px;
    cursor: pointer;
    
  
  
  }
  #vPrivacy {
    margin: auto;
    width: 100%;
    display: flex;  
    margin-left: 20%;
    margin-top: 3%;
    font-size: 14px;
    
  }
  #vPrivacy>div{
    color: white;
    margin-left: 1%;
    margin-right: 2%;
    cursor: pointer;
    
  }
  #vflag{
    width: 5%;
    margin: right 100%;;
  }
  #vflag>img{
    width: 100%;
  }

  
@media all and (min-width: 320px) and (max-width: 767px) {
    #kbox1{
        display:none;
    
       
    } 
    #kbox2{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 20px;
      
    
        
    }
}


@media all and (min-width: 768px) and (max-width: 1024px){

    #kbox1{
       display: none;
    
       
    }
    #kbox2{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        gap: 20px;
        /* border: 1px solid red; */
     
    
        
    }
}