/* HEADER */

div#body_wrapper header{

min-height:auto;
}

/* TOP BAR */

div#body_wrapper header > div#header_sub{

flex-direction:column;
align-items:center;

gap:10px;

padding:10px 14px;
}

/* ROWS */

div#body_wrapper header > div#header_sub > div{

width:100%;

justify-content:center;
align-items:center;

flex-wrap:wrap;

gap:8px;

text-align:center;
}

div#body_wrapper header > div#header_sub > div:nth-child(2){

padding:0;
}

/* TEXT */

div#body_wrapper header > div#header_sub > div p{

font-size:11px;
line-height:1.5;
}

/* MENU */

div#body_wrapper header > div#header_sub > div ul{

justify-content:center;

flex-wrap:wrap;

gap:8px;
}

div#body_wrapper header > div#header_sub > div ul li a{

font-size:11px;
}

/* CLIENT LOGIN */

div#client_sign{

justify-content:center;
}

div#client_sign a{

font-size:11px;
}

div#client_sign svg{

width:18px;
height:18px;

margin:-1px 0 0 0;
}

/*========================
LOGO / NAV
=========================*/

div#logo_menu_div{

flex-direction:column;
align-items:center;

gap:16px;

padding:18px 14px;
}

/* LOGO */

div#logo_menu_div figure{

width:170px;
margin:0 auto;
}

div#logo_menu_div figure img{

width:100%;
display:block;
}

/* NAV */

div#logo_menu_div nav{

width:100%;

padding:0;
margin:0;
}

div#logo_menu_div nav ul{
width:100%;
justify-content:center;
align-items:center;
flex-wrap:nowrap;
gap:11px;
padding:0;
}

div#logo_menu_div nav ul li a{
font-size:11px;
}

/* GET IN TOUCH */
div#intouch_div{
position:relative;
top:auto;
right:auto;
width:150px;
height:42px;
margin:8px auto 0 auto;
border-radius:6px;
}

div#intouch_div a{
padding:10px 0 0 0;
font-size:12px;
}




/* HERO */

#contact_hero{

height:460px;
background-position:center right;
}

#contact_hero_content{

width:94%;
}

#contact_hero_content>div{

max-width:100%;
}

.contact_tag{

padding:8px 14px;

font-size:10px;

margin-bottom:18px;
}

#contact_hero_content h2{

font-size:30px;
line-height:1.08;

margin-bottom:16px;
}

#contact_hero_content p{

font-size:13px;
line-height:1.8;

margin-bottom:24px;
}

/* HERO ACTIONS */

.contact_hero_actions{

display:flex;

width:100%;

flex-direction:row;
align-items:stretch;

justify-content:space-between;

flex-wrap:nowrap;

gap:12px;
}

.contact_hero_actions a{

flex:1 1 0;

display:flex;
justify-content:center;
align-items:center;

width:auto;

height:50px;

padding:0 14px;

font-size:12px;
}

/* SECTION */

#contact_form_section{

padding:60px 0;
}

#contact_section_header{

width:94%;

margin-bottom:38px;
}

#contact_section_header h2{

font-size:30px;
line-height:1.12;
}

#contact_section_header p{

font-size:14px;
line-height:1.8;
}

/* LAYOUT */

#contact_layout{
width:94%;
justify-content:center;
flex-direction:column;
gap:24px;
}

/* FORM */

#contact_form_wrap{

padding:24px 16px;

border-radius:24px;
}

#contact_form_wrap h3{

font-size:28px;

margin-bottom:10px;
}

#contact_form_wrap>p{

font-size:13px;

margin-bottom:24px;
}

#contact_form{

gap:16px;
}

.contact_row{

flex-direction:column;

gap:14px;
}

#contact_form label{

font-size:12px;

margin-bottom:6px;
}

#contact_form input{

height:50px;

padding:0 14px;

border-radius:14px;

font-size:13px;
}

#contact_form textarea{

height:140px;

padding:14px;

border-radius:14px;

font-size:13px;
}

#contact_form input[type="submit"]{

height:52px;

font-size:12px;
letter-spacing:.6px;
}

/* INFO */

#contact_info_wrap{
width:100%;
gap:14px;
justify-content:center;
}

.contact_info_card{
padding:18px;
width:100%;
border-radius:22px;
gap:12px;
align-items:center;
}

.contact_icon{
width:46px;
height:46px;

border-radius:14px;
}

.contact_icon svg{

width:18px;
height:18px;
}

.contact_info_card h4{

font-size:20px;

margin-bottom:6px;
}

.contact_info_card p{

font-size:13px;
line-height:1.7;
}

/* TRUST */

#contact_trust_strip{

padding:50px 6%;

flex-direction:column;

gap:28px;
}

.trust_item{

min-width:100%;
}

.trust_icon{

width:58px;
height:58px;

border-radius:18px;

margin-bottom:16px;
}

.trust_icon svg{

width:22px;
height:22px;
}

.trust_item h4{

font-size:22px;

margin-bottom:8px;
}

.trust_item p{

font-size:13px;
}

/* CTA */

#contact_cta{

padding:70px 0;
}

#contact_cta_content{

width:94%;
}

#contact_cta_content h2{

font-size:28px;
line-height:1.12;

margin:18px 0;
}

#contact_cta_content p{

font-size:14px;
line-height:1.8;

margin-bottom:24px;
}

#contact_cta_actions{

flex-direction:column;

gap:12px;
}

#contact_cta_actions a{

width:100%;

height:50px;

font-size:12px;
}