.contact-2-mdjhd {
    padding: 60px 0 0 0;
}

.contact-2-main-mdjhd {
    gap: 16px;
}

.contact-2-content-box-mdjhd {
    width: 47%;
}

.contact-2-form-box-mdjhd {
    width: 50%;
}

.contact-2-submit-btn-mdjhd {
    max-width: 100%;
}

.contact-2-cb-inner-mdjhd {
    gap: 25px;
    padding: 32px;
    border-radius: 4px;
    background-color: #F7F9FC;
}

.contact-2-lsb-mdjhd {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-2-main-db-mdjhd {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.contact-2-title-mdjhd {
    font-weight: 600;
    letter-spacing: -1.2px;
    line-height: 1.3;
}

.contact-2-desc-mdjhd {
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #1C1C20ab;
}

.zip-search-form-mdjhd {
     display: flex;
     align-items: stretch;
     /* border-radius: 4px; */
     /* border: 1px solid #ced0db; */
     gap: 8px;
}


.zip-input-field-mdjhd {
     display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 16px;
    max-width: 235px;
    width: 100%;
    border-radius: 4px; 
    border: 1px solid #ced0db;
}

.contact-2-zip-search-input-mdjhd {
    border: none;
    outline: 0;
    font-family: 'Myriad Pro',sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #8c909d
}

.contact-2-zip-submit-btn-mdjhd {
    min-height: 59px;
    padding: 10px;
    x_max-width: 165px;
    border: 1px solid #1e4488;
    background-color: #1e4488;
    border-radius: 4px;
    width: 100%;
    color: #fff;
    font-family: 'Raleway',sans-serif;
    font-size: 16px;
    x_line-height: 1.17;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s;
	gap: 10px;
	
}

.contact-2-zip-submit-btn-mdjhd:hover {
    background-color: transparent;
    color: #1e4488;
    transition: all .5s
}

.contact-2-zip-submit-btn-mdjhd:hover svg path {
    stroke: #1e4488;
    transition: all 0.5s;
}

.contact-2-sin-key-mdjhd, .contact-2-sin-value-mdjhd {
    font-family: "Inter Tight", sans-serif;
}


.contact-2-mdbox-mdjhd {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.contact-2-details-box-mdjhd {
    gap: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid #0000004d;
}

.contact-2-h2-title-mdjhd {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: -0.96px;
    color: #1C1C20;
}

.contact-2-dbox-title-mdjhd {
    padding-bottom: 4px;
}

.contact-2-sin-key-mdjhd {
    max-width: 80px;
}

/*.zip-input-field-mdjhd svg {*/
/*    width: 16px;*/
/*    height: auto;*/
/*}*/

/*.zip-input-field-mdjhd svg {*/
/*    fill: #000000;*/
/*}*/


.contact-2-social-box-mdjhd {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: #FFFFFF;
    border-radius: 4px
}

.contact2-btn-subtitle-mdjhd {
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #1c1c20;
    text-align: center;
}

.contact-2-btn-box-mdjhd {
    padding-bottom:0;
    gap: 8px;
}


.contact-2-btn-mdjhd {
    background-color: #F7FBE6;
    color: #1c1c20;
    max-width: 100%;
    flex-wrap: wrap;
}

.contact-2-h3-title-mdjhd {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.96px;
}

.contact-2-btn-title-mdjhd {
    padding-bottom: 8px;
}


.contact-2-fb-inner-mdjhd {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 32px;
    border-radius: 4px;
    background-color: #F7F9FC;
}


.contact-2-form-title-mdjhd {
    padding-bottom: 8px;
}

.contact-2-form-desc-mdjhd {
    font-family: 'Inter Tight', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #1C1C20;
}

.contact-2-ztbox-mdjhd {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-2-tbox-title-mdjhd {
    padding-top: 14px;
}

.contact-2-smdesc-mdjhd {
    font-family: 'Inter Tight', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #1C1C20AB;
}

.contact-2-smdesc-mdjhd a {
    color: #1c1c20ab;
    text-decoration: underline;
}

.contact-2-notice-box-mdjhd {
    padding: 14px 24px;
    background-color: #F7F9FC;
    border-radius: 4px;
}

.contact-2-notice-mdjhd {
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6;
    color: #1C1C20ab;
}

.contact-2-advisor-box-mdjhd {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 23px 0;
    border-top: 1px solid #1c1c204d;
    border-bottom: 1px solid #1c1c204d;
}

.contact-2-advisor-ibox-mdjhd {
    width: 64px;
    height: 64px;
}

.contact-2-advisor-name-mdjhd {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.6;
    color: #1c1c20b3;
}




#contact_2_form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 14px;
    justify-content: space-between;
    
}

#contact_2_form input, #contact_2_form textarea  {
    outline: none;
    border: none;
    height: 100%;
    width: 100%;
    font-family: 'Raleway',sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #8c909d!important;
    font-variant-numeric: lining-nums proportional-nums;
    
}


#contact_2_form .contact-fn-box-mdjhd, #contact_2_form .contact-ln-box-mdjhd {
    max-width: 48.5%;
}

#contact_2_form .contact-input-box-mdjhd {
    background-color: #ffffff;
}

.contact-2-message-box-mdjhd {
    height: 185px;
}

.contact-2-privacy-box-mdjhd {
    /* align-items: center!important; */
    justify-content: center;
    width: 100%;
}

.contact-2-sub-box-mdjhd {
    justify-content: center;
    width: 100%;
}

.contact-2-sub-box-mdjhd label {
    text-align: center
}

.contact-2-map-tbox-mdjhd {
    width: 100%;
}

.contact-2-map-box-mdjhd {
    max-width: 100%;
}

.contact-2-map-title-mdjhd {
    padding-bottom: 30px;
}

/*.contact-2-failed-zdbox-mdjhd {*/
/*    display: none;*/
/*}*/

/*.contact-2-found-zdbox-mdjhd {*/
/*    display: none;*/
/*}*/

/*.contact-2-different-zdbox-mdjhd {*/
/*     display: none;*/
/*}*/


@media (max-width: 1024px) {
    .contact-2-mdjhd {
        padding: 48px 0 0 0;
    }
    
    .contact-2-cb-inner-mdjhd {
        gap: 20px;
        padding: 28px;
    }
    
    .zip-input-field-mdjhd {
        max-width: 60%;
    }
    
    .contact-2-zip-submit-btn-mdjhd{
        max-width: 40%;
        gap: 16px;
    }
	
	#contact_2_form .contact-fn-box-mdjhd, #contact_2_form .contact-ln-box-mdjhd {
		max-width: 100%;
	}
	
	.zip-input-field-mdjhd {
        max-width: 100%;
    }
    
	.contact-2-zip-submit-btn-mdjhd {
		max-width: 100%;
	}

	.zip-search-form-mdjhd {
		flex-direction: column;
	}

	.contact-2-privacy-box-mdjhd {
		justify-content: start;
	}

	.contact-2-sub-box-mdjhd {
		justify-content: flex-start;
	}

	.contact-2-sub-box-mdjhd label {
		text-align: left;
	}
}

@media (max-width: 992px) {
    
    .contact-2-main-mdjhd {
        flex-direction: column;
        gap: 32px;
    }
    
    .contact-2-content-box-mdjhd {
        width: 100%;
    }
    
    .contact-2-form-box-mdjhd {
        width: 100%;
    }
    
    .contact-2-h2-title-mdjhd {
        font-size: 28px;
    }
    
    .contact-2-main-db-mdjhd {
        padding: 28px;
        gap: 12px;
    }
    
    .contact-2-tbox-title-mdjhd {
        padding-top: 10px;
    }
    
    .contact-2-lsb-mdjhd {
        gap: 20px;
    }
    
    .contact-2-mdbox-mdjhd {
        padding: 20px;
        gap: 20px;
    }
    
    .contact-2-details-box-mdjhd {
        gap: 10px;
        padding-bottom: 20px;
    }
    
    .contact-2-social-box-mdjhd {
        gap: 20px;
    }
    
    .contact-2-map-title-mdjhd {
        padding-bottom: 20px;
    }
    
    .contact-2-advisor-box-mdjhd {
        padding: 20px 0;
    }
    
    .contact-2-notice-box-mdjhd {
        padding: 12px 20px;
    }
    
    .contact-2-ztbox-mdjhd svg {
        width: 64px;
        height: auto;
    }
	
	.contact-2-btn-mdjhd {
		max-width: 50%x;
	}

	.contact-2-submit-btn-mdjhd {
		max-width: 100%;
	}


	.contact-2-sb-box-mdjhd {
		justify-content: start;
	}

	.contact2-btn-subtitle-mdjhd {
		text-align: left;
	}
	
	.zip-input-field-mdjhd {
        max-width: 60%;
    }
    
	.contact-2-zip-submit-btn-mdjhd {
		max-width: 40%;
	}

	.zip-search-form-mdjhd {
		flex-direction: row;
	}
	.contact-2-title-mdjhd {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
    .contact-2-message-box-mdjhd {
        height: 120px;
    }
    
    #contact_2_form .contact-fn-box-mdjhd, #contact_2_form .contact-ln-box-mdjhd {
        max-width: 100%;
    }
    
    #contact_2_form {
        gap: 12px;
    }
    
    .contact-2-fb-inner-mdjhd {
        gap: 16px;
        padding: 22px;
    }
    
    .contact-2-details-box-mdjhd {
        padding-bottom: 16px;
        
    }
    
    .contact-2-cb-inner-mdjhd {
        gap: 16px;
        padding: 22px;
    }
    .zip-input-field-mdjhd {
        max-width: 100%;
    }
    
    .contact-2-zip-submit-btn-mdjhd {
        max-width: 100%;
    }
    
    .zip-search-form-mdjhd {
        flex-direction: column;
    }
    
    .contact-2-main-db-mdjhd {
        padding: 22px;
        gap: 10px;
    }
    
    .contact-2-mdbox-mdjhd {
        /* padding: 16px; */
        gap: 16px;
    }
    .contact-2-h2-title-mdjhd {
        font-size: 22px;
    }
    
    .contact-2-map-title-mdjhd {
        padding-bottom: 16px;
    }
    
    .contact-2-advisor-name-mdjhd {
        font-size: 20px;
    }
    
    .contact-2-ztbox-mdjhd {
        gap: 4px;
    }
    
    .contact-2-ztbox-mdjhd svg {
        width: 48px;
        height: auto;
    }
    
    .contact-2-zip-submit-btn-mdjhd{
        min-height: 43px;
    }
    
    .zip-input-field-mdjhd {
        padding: 11px 13px;
    }
	
	.contact-2-submit-btn-mdjhd {
		max-width: 100%;
	}
}