

.bg-gray {
    background-color: #f7f7f7; 
}


.search-wrapper {
    position: relative;
    margin-top: 20px;
}

.search-input {
    width: 100%;
    padding: 10px 40px 10px 10px; 
    border: 1px solid #ccc;
    border-radius: 5px !important;
    height: 43px !important;
}

.search-button {
    position: absolute;
    right: 10px; 
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none; 
}

.search-button:hover {
    background: transparent; 
    border: 0;
}

.search-button svg {
    width: 24px; 
    height: 24px;
}

.search-div label, h2 {
    font-size: 24px;
    font-weight: bold;
}
h1 span{
    font-size: 36px;
}
.icon-box {
    width: 62.81px;
    height: 64.84px;
    border-radius: 8px;
    background: #E5EFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;  
}

p {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;  
}
.box-icon p {
    width: 50%;
    margin: 0 auto;
    font-weight: bold;
}

#form input, select {
    height: 43px;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
}
#form textarea{
    border-radius: 4px;
    border: 1px solid #E6E6E6;
}
#form input[type="submit"] {
    padding: 12px 24px 12px 24px;
    border-radius: 8px;
    width: 170px;
}
#form span{
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 600px) {
    .box-icon p{
        width: 100%;
    }
}