
    .home-search-id-sec {
        text-align: center;
    }

    .home-search-id-sec #searchid {
        width: 100%;
        border-radius: 20px;
        line-height: 40px;
        border: 1px solid #c3c3c3;
        padding-left: 15px;
    }

    .home-search-id-sec p {
        margin: 0;
        font-weight: normal;
        font-size: 1.5rem;
    }

    .home-search-id-submit input {
        background: transparent;
        border: 1px solid #c3c3c3;
        border-radius: 20px;
        width: 90px;
        padding-left: 25px;
        line-height: 25px;
        float: right;
        margin-right: 15px;
        margin-top: -36px;
        position: relative;
        color: #8f8f8f;
    }

    .home-search-id-submit .fa-search {
        float: right;
        margin-right: 80px;
        margin-top: -31px;
        position: relative;
        color: #c3c3c3;
    }

    .modal-top-section {
        padding-bottom: 15px;
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 13px;
    }

    
    #searchInfoModal .modal-top-section {
    padding-bottom: 0px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0px;
    }

    .modal-top-section h2 {
        font-size: 20px;
        margin: 10px 0 0 10px;
        padding: 0;
    }

    .qs-advance-search {
        width: 300px;
        background: #f2f3ff; 
        float: right;
        line-height: 75px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        text-decoration: underline;
        text-decoration-color: #1b30c9;
        text-underline-offset: 5px;
        text-decoration-thickness: 2px;
        cursor: pointer;
    }
    .modal-body {
        padding: 0;
    }

    .qs-advance-search a i {
        font-size: 25px;
        background-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
        padding: 5px 7px;
        border-radius: 20px;
        color: #fff;
        margin-left: 10px;
    }
    .qs-advance-search a {
        /* color: inherit; */
        color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    }

    .qs-advance-search a:hover {
        /* color: inherit;  */
        color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    }
    .modal-top-section .col-1 button {
        float: right;
    }
    @media screen and (max-width:991px) {
    #searchInfoModal {
      display: none !important;
    }
  }
