.search-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1500;
}

.search-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 85%);
}

.search-popup label {
    color: white;
}

.search-popup .custom-btn-success {
    width: 100%;
    justify-content: center;
}

.search-form {
    display: block;
    margin: 20em 4em;
    position: relative;
    left: -100%;
}

.form {
    position: relative;
    /*width: 60%;
    margin-right: 20%;*/
    border-bottom: 1px solid;
}

.form input {
    outline: none;
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    border-color: #dad6d5;
    background-color: transparent;
    width: 100%;
    padding: 1em 0;
    color: #dad6d5;
}

.form input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.form input:focus::-moz-placeholder {
    opacity: 0;
}

.form input:-ms-input-placeholder {
    opacity: 0;
}

.form input:focus:-moz-placeholder {
    opacity: 0;
}

.form label {
    position: absolute;
    top: 25%;
    right: 0;
}

.notification-container {
    position: relative;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
}

.notification-container i {
    color: #fff;
}

.notification-counter {
    position: absolute;
    top: -2px;
    right: 12px;

    background-color: rgba(212, 19, 13, 1);
    color: #fff;
    border-radius: 3px;
    padding: 1px 3px;
    font: 8px Verdana;
}

.nav-search form input[type=search] {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    /*font-size: 60px;*/
    text-align: left;
    border: 0;
    outline: 0;
    font-family: Watan-Regular, sans-serif;
    font-size: 33px;
}

.nav-search form button {
    /*position: absolute;
    top: 90%;
    margin-top: 75px;
    background-color: transparent;
    border: unset;
    border: 2px solid #bed747;
    border-radius: 20px;
    width: 233px;
    height: 51px;
    cursor: pointer;
    font-family: Watan-Extra-Bold, sans-serif;
    font-size: 32px;
    color: #bed747;
    line-height: initial;
    right: 45%;*/
}
header .btn-toggle .btn-group {
    flex-wrap: nowrap;
    gap: 0;

}

/*Added by Niyati Lad*/
.nav-search form input[type=search] {
    font-family: 'Baloo Bhaijaan 2', cursive;
    font-size: 1.4rem;
    padding-right: 24px;
}
.form label {
    top: 36%;
}
.searchForm {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 60%;
    margin: 0 auto;
}
.nav-search form button {
    display: inline-flex;
    width: max-content;
}
@media(max-width: 767px) {
    .searchForm {
        width: 100%;
    }
    .nav-search form input[type=search] {
        font-size: 1rem;
    }
    .search-form {
        margin: 20em 2em;
    }
}
