				.bd1{
					margin-bottom:30px;
					width: 100%;
					height: 40px;
					overflow: hidden;
					border-radius:25px ;
				   }
				.bd2{
					height: 100%;
					width: 30%;
					float: right;			
				}
				.bd3{
					height: 100%;
					width: 70%;
					float: left;
					opacity: 0.6;
				}
			
				#t28{
					text-align:center ;
					border: 0px;
					width: 100%;
					height: 100%;
					font-size: 20px;
					padding-left:25px;
					padding-right:25px;
					color: black;
					font-weight:900;
				}
				
				#dl{
					background-color: #4e6ef2;
					color: #FFF;
					font-size: 25px;
					font-weight:900;
					border: 0px;
					width: 100%;
					height: 100%;
				}
				#dl:hover{
					color: #7FFF00;
					font-size: 30px;
				}
				#bdyx{         cursor: pointer;
    width:120px;
    height: 44px;
    line-height: 45px;

    background-color: #4e6ef2;
    font-size: 1rem;
    color: #fff;
    box-shadow: none;
    font-weight: 400;
    border: none;
                
}
        .highlight {
            background-color: #ffeb3b;
            padding: 0 2px;
            border-radius: 2px;
        }
        
        .search-container {
            margin-bottom: 30px;
        }
        
        .search-box {
            display: flex;
            width: 100%;
        }
        
        .search-input {
            flex: 1;
            padding: 10px 15px;
            font-size: 16px;
            border: 2px solid #4e6ef2;
            border-radius: 25px 0 0 25px;
            outline: none;
        }
        
        .search-button {
            padding: 10px 20px;
            background-color: #4e6ef2;
            color: white;
            border: none;
            border-radius: 0 25px 25px 0;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
        }
        
        .search-button:hover {
            background-color: #3a58d0;
        }
#kw{
      max-width: 500px;
height: 44px;
width: 70%;

       font-size: 1rem;
    border: 2px solid #c4c7ce;
    box-shadow: none;
    background: #fff;
    color: #222;
    overflow: hidden;
    
    
}
#kw:focus {
    border-color: #000;

    
}
#dbbd{text-align: center;

}

#bdyx:hover {
    background-color: #333;
}