
@import url(//fonts.googleapis.com/earlyaccess/notonaskharabic.css);
.UrduFont {font-family: 'Noto Naskh Arabic', serif;}

.ithumb1 {
    height: 30vh;
    width: 100%;
    object-fit: cover;
}
.ithumb2{
   height: 10vh;
    width: 100%;
    object-fit: cover; // here 
}
.ithumb5{
   height: 50vh;
    width: 100%;
    object-fit: cover; // here 
}
 #data {
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }

    #data:hover{
    overflow: visible; 
    position: absolute;
    white-space: normal; 
    width: auto;
    background-color:#FFF;
    }

 #data2 {
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }

    #data2:hover{
    overflow: visible; 
    position: absolute;
    z-index:20;
    white-space: normal; 
    width: auto;
    background-color:#FFF;
    }


#description:p,h2,h1,h3,h4,h5,h6 {margin-top: 10vh;}
    
.md-outline.select-wrapper+label {
top: .5em !important;
z-index: 2 !important;
}
.eng{font-family:Arial;}






