/* Start custom CSS */.get_started
{
width:80%;
background:#ffffff;
padding: 40px 25px 30px 25px;
box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 50%);
border-radius: 4px;
}
.get_started .gform_title {
    color: #111111;
    font-size: 24px !important;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 8px !important;
}
.sellboatform .sellfiled 
{
    margin-top:0px !important;
}
.sellboatform .sellfiled select {
    margin-bottom: 0px !important;
    border-radius: 4px;
    /* background: #f6f7f8; */
    padding: 11px 12px 11px 12px !important;
    height: 45px;
    max-width: 100%;
    width: 100% !important;
    border: solid 1px #cfd0d1;
}
.sellboatform .sellfiled input 
{
    margin-bottom: 0px !important;
    border-radius: 4px;
    /* background: #f6f7f8; */
    padding: 11px 12px 11px 12px !important;
    height: 45px;
    max-width: 100%;
    width: 100% !important;
    border: solid 1px #cfd0d1;
}
.sellboatform input[type="submit"]{
        width: 100% !important;
    max-width: 100%;
    background: #FD7622 !important;
    border:2px solid #FD7622 !important;
    color: #ffffff !important;
    text-transform: capitalize;
    border: none;
    font-size: 17px !important;
    border-radius: 4px;
    /* height: 45px; */
    padding: 19px 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Roboto", Sans-serif;
}
.sellboatform input[type="submit"]:hover 
{
    background: #FD7622;
    opacity: 0.9;
    color: #ffffff;
}/* End custom CSS */