.header-bar svg {
    width: 1.2rem;
    position: relative;
    left: 01rem;
    top: 1.2rem;
}

.header-bar{
    display: block;
}

.header {
    background-color: #121111;
    height: 4rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 0;
}

.search-box svg {
    width: 1rem;
    position: relative;
    top: -0.2rem;
}

.search {
    position: relative;
    top: 0.5rem;
    right: 1rem;
}

.search-box {
    position: relative;
    top: 0.49rem;
    right: 0.5rem;
    border: 1px solid #3a3a3a;
    height: 2.21rem;
    right: 0.7rem;
    border-radius: 2px;
    background-color: #0a0a0a;
    border-right: none;
    padding: 0.2rem 0.4rem;
}

.search input {
    border: 1px solid #3a3a3a;
    height: 2.2rem;
    font-family: "Lexend Deca", sans-serif;
    outline: none;
    border-radius: 0px 2px 2px 2px;
    color: #95b6d0;
    background-color: #0a0a0a;
    border-left: none;
    padding: 0.2rem 0.5rem;

}

.india {
    background-color: #2d2d2d;
    color: white;
    width: 14rem;
    position: relative;
    top: 4rem;
    float: left;
    left: -11rem;
    padding: 0.3rem 1rem;
    font-size: 15px;
    font-family: "Lexend Deca", sans-serif;
    display: none;
}

.india-state {
    column-count: 2;
    column-gap: 4rem;
    background-color: #2d2d2d;
    padding: 0.9rem;
    position: relative;
    left: -25rem;
    top: 6.1rem;
    width: 14rem;
    font-size: 14px;
    font-family: "Lexend Deca", sans-serif;
    display: none;
}

.wb {
    padding: 0.2rem;
}

.wb:hover {
    background-color: #4597ee;
}

.phone{
    display: none;
    top: 50%;
}

.logo-img img {
    width: 100px;
    top: -2.6rem;
    position: relative;
    left: 3rem;
  }

@media screen and (max-width:768px) {
    #search {
        display: none;
    }

    .search-box {
        background-color: #121111;
        border: none;
    }

    .search-box svg {
        width: 1.2rem;
    }

    .search-in-p {
        width: 89%;
        border: 1px solid #3a3a3a;
        font-size: 14px;
        height: 2.2rem;
        font-family: "Lexend Deca", sans-serif;
        outline: none;
        border-radius: 0px 2px 2px 2px;
        color: #95b6d0;
        background-color: #0a0a0a;
        border-left: none;
        padding: 0.2rem 0.5rem;
    }

    .p-search svg {
        width: 1rem;
        position: relative;
        top: -0.2rem;
    }

    .searchform {
        display: flex;
        position: relative;
        left: 0.2rem;
    }

    .p-search {
        position: relative;
        left: 0.2rem;
        border: 1px solid #3a3a3a;
        height: 2.21rem;
        border-radius: 2px;
        background-color: #0a0a0a;
        border-right: none;
        padding: 0.2rem 0.5rem;
    }

}

@media screen and (max-width:487px) {
    .search-in-p input{
        font-size: 13px;
    }
}