.find_sec {margin-top: -80px;}
.find_bg {background-color: #fff;border-radius: 10px;box-shadow: 0px 1px 80px 5px rgba(0, 0, 0, 0.3);padding:40px 60px 40px 30px;}
.find_btn button {text-wrap: nowrap; background-color: #EC281C;font-weight: 700;font-family: "Outfit";color: #fff;padding: 15px 40px; border-radius: 7px;text-align: center;width: 100%;max-width: 223px;}
.find_btn {display: flex;justify-content: end;}
.find_content {border-right: 1px solid rgba(199, 200, 215, 0.9);display: flex;flex-direction: column;align-items: center;}
.find_heading p {color: #888888;font-size: 14px;}
.find_heading p img {margin-right: 10px;width: 23px;height: 22px;object-fit: contain;}
.find_dropdown option {font-weight: 500;color: #121212;}
.find_dropdown select {border: none;font-weight: 600;min-width: 55%;text-transform:capitalize;}
.find_dropdown .form-select:focus {box-shadow: none;}
.find_dropdown input {border: none;font-weight: 600;color: #121212;padding-inline: 0;}
.find_dropdown input:focus {box-shadow: none;}

@media only screen and (max-width:1200px){
    .find_btn {padding-left: 0;}
}
@media only screen and (max-width:991px){
    .fc_2 {border-right: none;}
    .find_btn {display: flex;justify-content: center;margin-top: 10px;}
    .find_content {margin-block: 15px;}
}
@media only screen and (max-width:575px){
    .find_bg {padding: 40px 30px 40px 30px;}
    .find_sec {margin-top: -50px;}
    .find_dropdown {width: 100%;}
}