.liveupdates{
    width:40%;
    float:right;
    background-color:rgb(240, 240, 240);
    padding:10px;
    border-radius:10px;
}

.worldnews{
    width:55%;
    display:inline-block;
    position:relative;
    margin:auto;
    float:left;
}
.featureddata{
    float:left;
    width:50%;
}
.featuredphoto{
    float:right;
    width:50%;
}
.updatecontent{
    overflow: scroll;
    max-height:70vh;
    overflow-x: hidden;
}
@media screen and (max-width:1000px){
.liveupdates{
    width:100%;
    background-color:rgb(240, 240, 240);
    padding:10px;
    border-radius:10px;
    margin-bottom:30px;

    

}
.newspages{
    display:none;
    visibility:none;
}
.updatecontent{
    overflow: scroll;
    max-height:50vh;
}
.worldnews{
    width:100%;
    display:inline-block;

}
.featureddata{

    width:100%;
}
.featuredphoto{

    width:100%;
}
}


.searchbar1{
width:30%; 
max-width:100%;
}
@media screen and (max-width:1000px){
.searchbar1{
    width:100%; 
    max-width:100%;
    margin-top:50px;
    display:none;
}
}
