div#banner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    background-color:white;
    cursor:pointer;
    width:100%;
    padding:10px;
}

div#banner .banner-text p {
    color: #dd1a00 !important;
     font-weight:bold;
}

p#banner-first {
    font-size: 18px;
    margin: 5px 0px;
}

p#banner-sec {
    font-size: 19px;
    margin: 5px 0px;
}

p#banner-third {
    font-size: 20px;
    margin: 5px 0px;
}

p#banner-fourth {
    font-size: 23px;
    margin: 5px 0px;
   
}

.banner-text {
    line-height: 27px !important;
font-family: tahoma;
}

.top-menu{
	width: 100%;
  height:100%;
}

