.dropbtn {
    background-color: #7CCC86;
    color:#fff;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    
}
.search-container {
    width: 100%;
    
}
.search-container1 {
    width: 90%;
}
.search {
    padding: 4px;
    border-radius: 35px;
}
.search-1 {
    position: relative;
}

.search-5 {
    position: relative;
}

.search-1 input {
    height: 45px;
    border: none;
    width: 100%;
    padding-left: 35px;
    border-right: 1px solid #C6C6C6;
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
}

.search-1 input:hover {
    background-color: rgb(247, 247, 247);
}
.search-1 input:focus {
    border: 0;
    outline: 0;
    border-right: 1px solid #00000025;
}
.search-2 input:hover {
    background-color: rgb(247, 247, 247);
}
.search-2 input:focus {
    border-color: none;
    outline: none;
    border:none;
}
.search-1 svg {
    position: absolute;
    font-size: 12px;
    color: #eee;
    width: 14px;
    top: 30%;
}

.search-5 svg {
    position: absolute;
    font-size: 12px;
    color: #eee;
    width: 20px;
    top: 34%;
}
.search-2 i {
    font-size: 17px;
    color: #fff;
    line-height: 0;
}
.search-2 i {
    position: absolute;
    top: 15px;
    left: 5px;
    font-size: 12px;
    color: #eee;
    width: 15px;
}
.search-3 input:hover {
    background-color: rgb(247, 247, 247);
}
.search-3 input:focus {
    outline: none;
    border:none;  
}
.search-1 img {
    position: absolute;
    top: 27%;
    left: 2%;
    font-size: 12px;
    color: #eee;
    width: 15px;
}

.search-5 img {
    position: absolute;
    top: 32%;
    left: 2%;
    font-size: 12px;
    color: #eee;
    width: 15px;
}

.search-5 input {
    height: 45px;
    border: none;
    width: 100%;
    padding-left: 40px !important;
    border-right: 1px solid #C6C6C6;
}

.search-5 input:hover {
    background-color: rgb(247, 247, 247);
}
.search-5 input:focus {
    border: 0;
    outline: 0;
    border-right: 1px solid #00000025;
}
.search-3 {
    position: relative;
    border-radius: 20px;
}
.search-3 input {
    height: 45px;
    border: none;
    width: 100%;
    padding-left: 30px;
    border-right: 1px solid #c6c6c6;
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
}
.search-3 input:focus {
    border-color: none;
    outline: none
}
.search-3 img {
    position: absolute;
    top: 27%;
    left: 3%;
    font-size: 12px;
    color: #eee;
    width: 20px;
}
::placeholder {
    font-size: 12px;
    color: #434343;
    opacity: 1;
}
.search-2 {
    position: relative;
    width: 100%;
    border: none;
    border-radius: 20px;
}
.search-2 input {
    height: 45px;
    border: none;
    width: 100%;
    padding-left: 35px;
    padding-right: 19px;
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px; 
}
.search-2 input:focus {
    border-color: none;
    outline: none
}
.search-2 i {
    font-size: 17px;
    color: #fff;
    line-height: 0;
}
.search-2 img {
    position: absolute;
    top: 30%;
    left: 2%;
    font-size: 12px;
    color: #eee;
    width: 15px;
}
.search-2 button {
    position: absolute;
    right: 2%;
    top: 6%;
    border: none;
    height: 40px;
    background-color: #fff;
    width: 40px;
    border-radius: 20px
}

#message-icon {
    color: #fff;
}
#navbar-margin-bottom1 {
    margin-bottom: 3%;
}
#icons-div {
    background-color: #7CCC86;
    text-align: center;
    border-radius: 37px;
}
.dropdown-content {
    position: absolute;
    right: 7%;
    display: none;
    background-color: white;
    width: 12% !important;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-top: 4vh;
    border-radius: 8px;
    text-align: left;
}
.notification-dropdown {
    position: absolute;
    right: 7%;
    display: none;
    background-color: white;
    width: 380px !important;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-top: 4vh;
    border-radius: 8px;
    text-align: left;
}
.title-span {
    font-size: 14px !important;
    color: #000 !important;
}
.span-down {
    font-size: 12px !important;
    color: #7B7B7B !important;
    line-height: 1.5 !important;
}
.dropdown-content a {
    color: black !important;
    padding: 10% 10%;
    text-decoration: none;
    display: block;
    border-radius: 8px;

}.dropdown-content a:hover {
    background-color: #e4ece4;

}
.thisContainerBGColor {
    background-color:  #fff;
    color: #7CCC86;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    z-index: 2 !important;
}
h6 {
    font-weight: normal;
}

@media (max-width: 978px) { 
    .search-2 input:hover {
        background-color: #fff;
    }
}