
.search-wrapper {
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    background-color: #fff;
}

input {
    /* border-radius: 12px; */
    color: #62646A;
    font-size: 18px;
    width: 98%;
    padding: 16px 40px 16px 20px;
    border: none;
    position: relative;
    border-radius: 12px;

}

input:focus {
    border-radius: 12px;
    /* border: 2px solid  #62646A; */
    outline: none;
}

.search-wrapper span {
    display: inline-block;
    margin: 0px 0px 0px -33px;
    position: relative;
}

.recent-search {
    background-color: #ffffff81;
    padding: 8px 14px;
    border-radius: 40px;
    margin: 0px 5px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.support-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
}

.support-cards-wrapper .support-card {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
    padding: 60px 15px;
    border-radius: 16px;
    border: 1px solid #d8d8d8f5;
}
.support-contact-us-btn{
    background-color: #060912;
    border-radius: 16px;
    padding: 12px 16px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px ;
    display: block;
    max-width: 170px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.support-contact-us-btn:hover{
    text-decoration: none;
    color: #fff;
}

@media only screen and (max-width:991px) {
    .support-cards-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width:768px) {
    .support-cards-wrapper {
        padding-left: 20px !important;
        padding-right: 20px !important;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width:580px) {
    .support-cards-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

}

/* section css  */
