@charset "utf-8";
.contactouch-sec { width: 100%; padding: 100px 0; }
.getoucheading h2 { font-size: 52px; color: #ffffff; margin: 0 0 20px; font-family: 'Maqin Larisa Display'; } 
.getoucheading p { font-family: "calibri", sans-serif; font-size: 17px; margin: 0 0 15px; color: #ffffff; } 
.commenform .nf-form-layout { font-family: "calibri", sans-serif; }
.commenform .form-group { margin: 0 0 20px; } 
.commenform .nf-form-layout label { font-weight: 400; font-size: 16px; }
.commenform .nf-form-layout .nf-field .ninja-forms-field, .commenform .form-group .form-control { background: #313131; border: 1px solid #313131; border-radius: 0; font-size: 18px; color: #ffffff; padding: 10px 15px; font-family: "calibri", sans-serif; }
.commenform .form-group .form-control::-ms-input-placeholder { color: rgba(255,255,255,0.64); } 
.commenform .form-group .form-control::placeholder { color: rgba(255,255,255,0.64); }
.form-group-check { display: flex; align-items: flex-start; margin: 0 0 40px; }
.form-group-check label { font-size: 14px; color: #ffffff; font-family: "calibri", sans-serif; }
.form-group-check input[type="checkbox" i] { width: 18px; height: 18px; min-width:18px; margin-top:2px; margin-right:10px; }
.contactmap { position: relative; width: 90%; height: 465px; margin-left: auto; padding: 30px 30px 0px 0px; }
.contactmap:before { content: ''; width: calc(100% - 30px); height: calc(100% - 30px); background: #1B6D74; border-radius: 2px; position: absolute; right: 0; top: 0; z-index: -1; }
.contactmap iframe { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.contact-row .col-md-6 { margin: 13px 0; }
.contactcol { width: 100%; height: 100%; display: inline-block; background: rgba(49,50,50,0.7); border: 2px solid #fff; padding: 20px 20px; } 
.contactcol h6 { font-size: 18px; color: #F36C21; font-weight: 700; font-family: "calibri", sans-serif; margin: 0; } 
.contactcol p { font-size: 18px; color: #ffffff; font-weight: 400; font-family: "calibri", sans-serif; line-height: 1.3; margin: 0; }
.contactaddress.contactcol { background: #ffffff; display: flex; align-items: center; align-content: center; }
.contactaddress.contactcol p {color: #212121;padding-left: 15px;} 

.commenform .nf-form-layout .nf-field .checkbox-wrap label { cursor: pointer; }


/*-------------------------------- Responsive Media Query --------------------------------*/
@media (max-width: 991px){
.contactouch-sec { padding: 50px 0; }
.form-group-check { margin: 0 0 20px; }
.contactmap { width: 100%; height: 300px; margin: 30px 0 0; padding: 15px 15px 0px 0px; }

}


@media (max-width: 480px){
.getoucheading h2 { font-size: 32px; }


}