div {
    display: block;
}
#nav {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    background-color: rgb(240,240,240)
}
.bar {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 4px;
    padding-left: 18px;
    min-width: 0;
}
.ga {
    height: 48px;
    vertical-align: middle;
    align-items: center;
    white-space: nowrap;
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
    padding-right: 15px;
    position: relative;
}
.gb_ad {
    margin-bottom: 0px;
    display: inline-block;
    font-size: 20px;
    line-height: 48px;
    overflow: hidden;
    padding-left: 16px;
    position: relative;
    text-overflow: ellipsis;
    top: 2px;
    flex: 1 1 auto;
}
.gb {
    box-sizing: border-box;
    height: 48px;
    line-height: normal;
    padding: 0 4px;
    padding-left: 0;
    padding-right: 5%;
    flex: 0 0 auto;
    justify-content: flex-end;
}
.gc {
    font-family: arial,sans-serif;
    line-height: normal;
    padding-right: 15px;
    display: block;
}
.gd , .gd a{
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
    text-decoration: none;
    line-height: 24px;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    color: black;
}
.gd a:hover{
    opacity: .85;
    text-decoration: underline;
}
.gd a img {
    transition: all 0.5s ease-in-out;
}
.gd a p{
    display: none;
    transition: all 0.5s ease-in-out;
}
.gd a:hover img{
    display: none;
    transition: all 0.5s ease-in-out;
}
.gd a:hover p{
    display: block;
    transition: all 0.5s ease-in-out;
}

#logo {
    flex-shrink: 0;
    min-height: fit-content;
    position: absolute;
}

#logo-image {
    display: block;
    background-image: url("https://www.google.co.in/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png");
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    height: 35px;
    width: 140px;
}


#AS {
    display: inline-block;
    top: 60px;
    padding-left: 40px;
    position: relative;
    font: initial;
    font-size: larger;
    font-weight: normal;
}
h1 , p {
    font-weight: normal;
    font: initial;
}

form input{
    align: left;
    padding-right: 10px;
    width: 470px;
    height: 20px;
    font-size: 12px;
    color: black;
    z-index: 1;
    float:right;
}

#GS {
    background-color: #4d90fe;
    margin-top: 40px;
    height: 30px;
    width: 140px;
    position: relative;
    font-size: 12px;
    color: white;
    border: none;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
    border-bottom-left-radius: calc(5px/2);
    border-bottom-right-radius: calc(5px/2);
    border-top-left-radius: calc(5px/2);
    border-top-right-radius: calc(5px/2);
}
#GS:hover {
    background-color: #357ae8;
    opacity: 1;
}
.br {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(240,240,240);
    opacity: 0.8;
}
