.close-btn { position: relative; z-index: 9999;}
        .search-area { z-index: 9999; position: fixed; display: none; content: ''; top:0; left:0;  background: rgba(255, 255, 255, 0.95); width:100%; height:100%;}
        .form-btn { margin-top: 40%; font-family: 'Poppins', sans-serif; }
        .form-btn input { height:60px; background: transparent; font-size: 28px; color: black; }
        .form-btn input:focus { background: transparent; outline: none; box-shadow: none; border-color:#ced4da; color: black;}
        .brd-left-none { border-left: none !important;}
        .form-btn .form-control { border-right:none !important;}
        .border-bottom { border: none; border-bottom: solid 1px #ced4da; border-radius: 0px;}
        .form-btn input::placeholder { color: black; font-weight: normal;}
        .form-btn i { font-size: 30px;}
        .btn-outline-light {color: grey;}
