.example {
    display: flex;
    border: 2px solid #8EC8DB !important;
    max-width: 500px !important;
    border-radius: 3px;
    margin-top:20px;
    margin-bottom: 30px !important;
}

.example input{
    margin:0 !important;
    border: 1px solid transparent !important;
    padding-left:10px !important;
font-family: 'Raleway', sans-serif;
}

.example button{
    width:40px !important;
    background-color: transparent !important;
    margin:0 !important;
    padding:0 !important;
}


.example button i{
    font-size:20px !important;
    margin:0 !important;
    padding:0 !important;
    color: #28589F;
}

.example button i:hover{
    color: white;
}

button#searchsubmit {
    z-index:2;
    background-color:white;
}

button#searchsubmit i{
    z-index:2;
    background-color:white;
    padding: 8px 9px !important;
}

button#searchsubmit i:hover{
    z-index:2;
    background-color:#081A2F;
    color: #28589F;
}

/* International boat shipping FAQ style */

.spb_accordion .spb_accordion_section > h4 a{
    color: #081a2f !important;
    opacity: 1 !important;
    font-weight: 500 !important;
}

.spb_accordion .spb_accordion_section > h4 {
    color: #081a2f  !important;
    opacity: 1 !important;
    font-weight: 500 !important;
}

/* International boat shipping FAQ style ends*/

/* Footer contact buttons styling */

.bottom-contact a{
    display:flex;
    align-items:center;
    gap: 10px;
}

.bottom-contact {
    margin-top: 5px;
    margin-bottom: 38px;
}

/* Footer contact buttons styling ends*/

/* Contact Us for Shipping Needs styling for contact icons */
.contact-info .sf-icon-box.sf-icon-box-left-icon.sf-animation.sf-icon-.has-image.none.sf-animate {
    padding-left: 0;
    padding-top: 0px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    column-gap: 13px;
    margin-bottom: 0;
}
.contact-info span.sf-icon.image-display.sf-icon-float-none {
    max-width: 30px;
    line-height: 1;
    max-height: 46px;
    margin-bottom: 0;
}
.contact-info .sf-icon-box-content-wrap {
    margin-left: 0px !important;
    height: auto;
}
.contact-info .sf-icon-box-content a {
    color: #081a2f;
}

.gform_wrapper form.contact-page-from {
    max-width: 900px;
    margin: 0 auto;
    border: 9px solid #428bca;
    padding: 48px 68px;
}

.contact-page-from li.in-row {
    display: inline-flex;
    flex-direction: column;
    width: 50%;
}

.contact-page-from input,
.contact-page-from select,
.contact-page-from textarea {
    margin-bottom: 5px !important;
	border-color: #428bca;
}

.contact-page-from .gfield_label {
	color: #164997;
	font-weight: 900;
    font-size: 17px;
	font-family: 'Lato', sans-serif;
}

.contact-page-from #field_5_5 {
	display: flex;
	flex-direction: column;
	position: relative;
}

.contact-page-from #field_5_5 .ginput_container_textarea {
	order: 2;
}

.contact-page-from .gfield_required {
    font-size: 20px;
    line-height: 1;
    color: red;
}

.contact-page-from .gfield_description {
    padding-top: 0px !important;
    font-size: 1em !important;
    color: #428bca !important;
}

.contact-page-from input[type='submit'].button {
	background: transparent;
	background-color: #164997;
	color: #fff;
	font-family: 'Lato', sans-serif;
}

/*captcha field*/
.contact-page-from #field_5_6 {
    text-align: center;
}

.contact-page-from .gform_footer {
    text-align: center;
}

@media (max-width: 768px) {
	.contact-page-from li.in-row {
		width: 100%;
	}
	.gform_wrapper form.contact-page-from {
		padding: 38px;
	}
}

@media (max-width: 425px) {
    .gform_wrapper form.contact-page-from {
		padding: 16px;
	}
	.contact-page-from input[type='submit'].button {
		width: 50%;
		padding: 10px;
    }
}
/* END Contact Us for Shipping Needs styling for contact icons */
