﻿.head{height:12.9em !important}
.bgnav{background-color:#d3d2d2 !important}
.hright{height:40px;margin-top:20px;padding:10px}
.ddown{border:1px solid #bab8b8; padding:3px 60px 3px 10px; margin-right:17px; color:darkgrey}
* {
    box-sizing: border-box;
}
.menu-border{border:1px solid #bab8b8; border-radius:15px; padding:5px 25px !important; background:#f6fefd; margin-top:12px }
.menu-border:hover{ background:#efa600 !important;color:aliceblue !important; }
.menu-border-selected{border:1px solid #f10082; border-radius:15px; padding:5px 25px !important; background:#f10082; color:aliceblue !important;margin-top:12px }
.menu-border-selected:hover{ background:#f6fefd !important;color:#333 !important }
form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid #cbc8c8;
    float: left;
    width: 80%;
    background: #fff;
    border-right: none;    
    
}
.lis {
            padding: 8px 5px;
			font-weight:bold;
			font-size:15px !important;
            border-bottom: 1px solid #b9b7b7;
        }
form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #fff;
    color: #efa600;
    font-size: 17px;
    border: 1px solid #cbc8c8;
    border-left: none;

    cursor: pointer;
}

form.example button:hover {
    background: #efa600;
    color:#fff;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}

.sendenq{float:right; padding-right:0; text-align:right; padding:10px; background-color:#efa600;color:#fff; font-weight:bold;font-size:18px }
.sendenq:hover{background-color:#ff6a00;color:#fff}

	.banner1 {          
          background-image: linear-gradient(#0b8aea, yellow, red, #5ce647);
            min-height: 220px;
            padding-top: 5em;
        }

 .banner1 h2 {
            text-align: center;
            color: #fff;
            font-size: 45px;
            text-transform: capitalize;
        }

			
		