@charset "UTF-8";
/*
Theme Name: Brothers Gutters
Author: Webdesign 309
Author URI: http://www.webdesign309.com/
Description: We are a full service webdesign and development company delivering high end design and development solution for our clients and delivering best solutions to attract more visibility and customization to your website.

Version: 2.0.0

Tags: peoria web development, chicago web development, custom wordpress development, advertising agency solutions, florida webdesign, chicago webdesign, illinois webdesign, custom webdesign development

*/
/*
--------------------------------------------------------------*/
/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */


/* @font-face { font-family: 'Acumin-Pro'; src: url('font/AcuminPro-Bold.eot'); src: url('font/AcuminPro-Bold.eot?#iefix') format('embedded-opentype'), url('font/AcuminPro-Bold.woff2') format('woff2'), url('font/AcuminPro-Bold.woff') format('woff'), url('font/AcuminPro-Bold.ttf') format('truetype'), url('font/AcuminPro-Bold.svg#AcuminPro-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; } */
/* @font-face { font-family: 'AcuminPro-Regular'; src: url('AcuminPro-Regular.eot'); src: url('AcuminPro-Regular.eot?#iefix') format('embedded-opentype'), url('AcuminPro-Regular.woff2') format('woff2'), url('AcuminPro-Regular.woff') format('woff'), url('AcuminPro-Regular.ttf') format('truetype'), url('AcuminPro-Regular.svg#AcuminPro-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; } */
@font-face { font-family: 'Zilla-Slab'; src: url('font/ZillaSlab-Regular.eot'); src: url('font/ZillaSlab-Regular.eot?#iefix') format('embedded-opentype'), url('font/ZillaSlab-Regular.woff2') format('woff2'), url('font/ZillaSlab-Regular.woff') format('woff'), url('font/ZillaSlab-Regular.ttf') format('truetype'), url('font/ZillaSlab-Regular.svg#ZillaSlab-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Zilla-Slab-bold'; src: url('font/ZillaSlab-Bold.eot'); src: url('font/ZillaSlab-Bold.eot?#iefix') format('embedded-opentype'), url('font/ZillaSlab-Bold.woff2') format('woff2'), url('font/ZillaSlab-Bold.woff') format('woff'), url('font/ZillaSlab-Bold.ttf') format('truetype'), url('font/ZillaSlab-Bold.svg#ZillaSlab-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }

@font-face {
  font-family: 'Acumin-Pro-reg';
  src: url('font/AcuminPro-Regular.eot');
  src: url('font/AcuminPro-Regular.eot?#iefix') format('embedded-opentype'),
      url('font/AcuminPro-Regular.woff2') format('woff2'),
      url('font/AcuminPro-Regular.woff') format('woff'),
      url('font/AcuminPro-Regular.ttf') format('truetype'),
      url('font/AcuminPro-Regular.svg#AcuminPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Acumin-Pro-btn';
  src: url('font/AcuminPro-Bold.eot');
  src: url('font/AcuminPro-Bold.eot?#iefix') format('embedded-opentype'),
      url('font/AcuminPro-Bold.woff2') format('woff2'),
      url('font/AcuminPro-Bold.woff') format('woff'),
      url('font/AcuminPro-Bold.ttf') format('truetype'),
      url('font/AcuminPro-Bold.svg#AcuminPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --body-color: rgba(28, 29, 33, 0.8);
  --primary-color: #265095;
  --secondery-color:#DDEAF7;
  --third-color:#5696D6;
  --fourth-color:#304F7A;
  --white-color: rgba(255, 255, 255, 1);
  --black-color: rgb(0, 0, 0);
  --footer-color: #19294C;
  --btn-color: #F48306;


  --body-font: 'Acumin-Pro-reg';
  --btn-font: 'Acumin-Pro-btn';
  --heading-font:'Zilla-Slab-bold';
}


*:focus {
  outline: none;
}

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address, small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label, input, textarea, option, .nobox { background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }

blockquote { quotes: none; }
br { height: 0; }
ul, ol, dl, li { margin: 0; padding: 0; list-style-type: none; }
ul, ol { margin: 0 0 0 0px; }
html, body { appearance: none; -webkit-appearance: none; border: none; -webkit-text-size-adjust: none; }


/* 2. Define Base Typography
------------------------------------------------------------------------------*/
body { padding: 0; margin: 0; font-family: var(--body-font); font-size: 18px; color: var(--body-color); line-height: 28px; box-sizing: border-box; overflow-x: hidden; }
section { overflow: hidden; }
*, *:after, *:before { box-sizing: border-box; }

/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 { margin: 0; color: var(--header); line-height: 1.2; font-weight: normal; font-family: var(--heading-font); text-transform: capitalize; }

/* Specific Header Settings */
h1, .h1 { font-size: 48px; }
h2, .h2 { font-size: 40px; }
h3, .h3 { font-size: 35px; }
h4, .h4 { font-size: 32px; }
h5, .h5 { font-size: 30px; }
h6, .h6 { font-size: 25px; }
p { word-wrap: break-word; margin-bottom: 24px; font-size: 16px; line-height: 25px; }


/* Other Typo */
strong { font-weight: bold; }
hr { border: 0 #000 solid; border-top-width: 1px; clear: both; height: 0; }
ol { list-style: decimal; }
ul { list-style: disc; }


/* Remove border around linked images */
img { max-width: 100%; border: 0; border-style: none; height: auto; }

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a { text-decoration: none; transition: 0.5s; display: inline-block; font-size: 16px; line-height: 25px; }
a:hover { color: var(--header); }
/* 5. Forms
------------------------------------------------------------------------------*/
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] { font-family:var(--btn-font); font-weight: normal; margin: 0 0 0 0; padding: 16px 24px; border-radius: 8px; background-color: var(--btn-color); border: 0; display: inline-block; vertical-align: middle; letter-spacing: 2%; font-size: 22px; color: #1C1D21; line-height: 100%; position: relative; outline: none; box-shadow: none; text-align: center; text-decoration: none; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; overflow: hidden; position: relative; z-index: 0; cursor: pointer; text-transform: capitalize; }

.button::after, a.button::after{ content: ''; position: absolute; width: 100%; height: 100%; background-color: var(--btn-color); right: 0; top: 0; transition: all 0.3s; z-index: -1; }
.button:hover::after, a.button:hover::after{ width: 0; }

.button:hover, a.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background-color:var(--footer-color);color: var(--white-color); }

input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea { color: #1C1D21; padding: 19px 25px; background: rgba(255, 255, 255, 1); font-family: var(--body-font); font-size: 18px; letter-spacing: 0; width: 100%; filter: alpha(opacity=100); border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; line-height: 18px; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; outline: none !important; width: 100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; resize: none; caret-color: var(--btn-color); }

textarea { padding: 21px 25px; min-height: 143px; background: rgba(255, 255, 255, 1); overflow-y: auto; resize: vertical; }

input[type="submit"]:hover{ color: var(--red-color); }

input::-webkit-input-placeholder { color:#1C1D21; opacity: 0.8;}
input:-moz-placeholder { color:#1C1D21; opacity: 0,8;}
input::-moz-placeholder { color:#1C1D21; opacity: 0.8;}
input:-ms-input-placeholder { color:#1C1D21; opacity: 0.8;}
textarea::-webkit-input-placeholder { color:#1C1D21; opacity: 0.8;}
textarea:-moz-placeholder { color:#1C1D21; opacity: 0.8;}
textarea::-moz-placeholder { color:#1C1D21; opacity: 0.8;}
textarea:-ms-input-placeholder { color:#1C1D21; opacity: 0.8;}

/* container */
.container { max-width: 1500px; width: 100%; padding: 0 50px; margin: 0 auto; }
.col1 { width: 100%; }
.col2 { width: 50% !important; }
.col3 { width: 33.33%; }
.col4 { width: 25%; }

.d-flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.justify-content-start { justify-content: flex-start; }
.justify-content-center { justify-content: center; }
.justify-content-end { justify-content: flex-end; } 
.justify-content-between { justify-content: space-between; }
.align-items-start { align-items: flex-start; }
.align-items-center { align-items: center; }
.align-items-end { align-items: flex-end; }
.row-reverse { flex-direction: row-reverse; }
.text-center { text-align: center; } 
.text-left { text-align: left; }
.text-right { text-align: right; }

svg path, svg circle { transition: 0.5s; }
.white-btn{ border-color: var(--white-color) !important; color: var(--header) !important; }
.white-btn::after{ background-color: var(--white-color) !important; }
.white-btn:hover{ color: var(--white-color) !important; }
.black-btn:hover{ color: var(--header) !important; }

/* header css */
header { box-shadow: 4px 0 4px 0 #00000040; } 
header .header_inr { padding: 16px 0; }
header .header_logo_img { line-height: 0; }
.header_logo_img a{ line-height: 0; }
.header_btn { line-height: 0; }
/* header css */

/* banner css */
section.banner{position: relative;}
.banner .banner_img { line-height: 0; position: relative; }
.banner .banner_img img{ width: 100%;}
.banner .banner_text { max-width: 834px; width: 100%; position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; }
.banner .banner_text h1{padding: 0 0 24px; color: var(--white-color);}
.banner .banner_text p{ color: var(--white-color);}
section.banner::before{z-index: 1; content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: linear-gradient(270deg, rgba(25, 41, 76, 0) 24.72%, #19294C 63.31%);
}
/* banner css */

/* banner_dtl css */
section.banner_dtl{background-color: var(--primary-color); }
.banner_dtl .banner_dtl_inr { padding: 80px 0; }
.banner_dtl .banner_dtl_inr h2{ color: var(--white-color); padding: 0 0 24px; }
.banner_dtl .banner_dtl_inr > p{ color: var(--white-color); padding-bottom: 16px; }
.banner_dtl .banner_dtl_inr .dtl_box { flex-direction: row; flex-wrap: wrap; gap: 24px 30px; }
.banner_dtl .banner_dtl_inr .dtl_box .dtl-box_item { max-width: 48.92%; width: 100%; background-color: rgba(255, 255, 255, 0.10); }
.banner_dtl .banner_dtl_inr .dtl_box .dtl-box_item p{margin: 0 0 0 46px; padding: 16px 0; position: relative; color: var(--white-color);}
.banner_dtl .banner_dtl_inr .dtl_box .dtl-box_item p::before { content: ''; position: absolute; top: 50%; left: -30px; transform: translateY(-50%); width: 14px; height: 14px; border-radius: 50%; background-color: var(--white-color); }
.banner_dtl .banner_dtl_inr p:last-child{ padding:40px 0 0; margin-bottom: 0;}
/* banner_dtl css */

/*service css */
.service .service_inr{ padding: 100px 0;}
.service .service_heading h2{color: var(--black-color);}
.service .service_heading p{color: var(--black-color); padding: 24px 0 16px;}
.service .service_item { flex-wrap: wrap; flex-direction: row; gap: 30px; }
.service .service_item_dtl { max-width: 48%; width: 100%; gap: 30px; }
.service .service_item_img { max-width: 100px; width: 100%; line-height: 0; }
.service .service_item_text h4{color: var(--black-color); padding: 0 0 16px; }
.service .service_item_text p{color: var(--black-color) ; }
/*service css */

/* system */
section.system { background-color: var(--secondery-color);}
.system .system_inr { gap: 149px; padding: 80px 0; }
.system .system_inr .system_img { max-width: 50%; width: 100%; line-height: 0; }
.system .system_inr .system_img img{width: 100%;     border-radius: 8px; }
.system .system_inr .system_text{max-width: 50%; width: 100%;}
.system .system_inr .system_text h2{padding: 0 0 24px;}
.system .system_inr .system_text p:last-child{margin:0;}
/* system */

/* gutters */
section.gutters { background-color:var(--third-color);}
.gutters .gutters_inr { padding: 80px 0; text-align: center; }
.gutters .gutters_inr h2 { padding: 0 0 24px; color: var(--white-color);}
.gutters .gutters_inr p{ color: var(--white-color); margin: 0;}
/* gutters */

/* form */
section.form{ background-color: var(--fourth-color);}
.form .form_inr { padding: 80px 0; gap: 149px; }
.form .form_inr .form_text {max-width: 40%; width: 100%;}
.form .form_inr .form_input { max-width: 60%; width: 100%; background-color: var(--secondery-color); padding: 40px; border-radius: 8px; }
.form .form_inr .form_text h2{color: var(--white-color);  }
.form .form_inr .form_text p{color: var(--white-color);  padding: 24px 0 0 ; margin: 0; }
.form .form_input .name { display: flex; align-items: center; gap: 30px; }
.form .form_input input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea { border: 0; border-radius: 8px !important; padding: 14px 16px; }
.form .form_input input[type="submit"] { margin: 15px 0 0; }
/* form */

/* copy_right */
section.copy_right{background-color: var(--footer-color); }
.copy_right_inr { padding: 16px 0; text-align: center; }
.copy_right_inr p{ padding:0; margin: 0; color: var(--white-color); }

.form_text a, .form .form_input input[type="submit"]:hover, .copy_right_inr a{ color:#F48306; ; }
.form_text a:hover, .copy_right_inr a:hover{color: var(--white-color);  }
input.wpcf7-not-valid{ border: 1px solid #dc3232 !important; }
span.wpcf7-not-valid-tip{ display: none; }
.recaptcha span.wpcf7-not-valid-tip{ display: block; font-size: 16px; }
.submit-recaptcha { padding-top: 15px; }
.button:after, a.button::after{ display: none; }
.wpcf7 form .wpcf7-response-output{ text-align: center; }
/* copy_right */

.contact-btn { padding-left: 44px !important; background-image: url(images/new-icon.png); background-size: 25px; background-position: 11px; background-repeat: no-repeat; }

/* mahima (1-4-25) */
.form .form_input .name{gap: 20px; }
.form_input form {display: flex; flex-wrap: wrap; gap: 23px;}
.form .form_input .email {max-width: 48%; width: 100%; padding: 0;}
.form_input form .wpcf7-form-control-wrap, .form_input form .wpcf7-form-control-wrap textarea {width: 100%;}
.submit-recaptcha { padding-top: 0; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output { width: 100%; }
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  
}
 .form .form_input input[type="submit"]:hover{
  color: var(--white-color);
}

/* sahal update 09-apr-2025 */
section#contact_us { font-size: 16px; line-height: 22px;}
.form .form_input .chk_box > label { float: left; max-width: 100%; width: 100%; padding: 0 0 10px; display: block; font-size: 18px;}
.form .form_input .chk_box {color: #000; }
.form .form_input .chk_box span.wpcf7-validates-as-required .wpcf7-list-item { margin: 0 40px 10px 30px; position: relative; }
.form .form_input .chk_box span.wpcf7-not-valid-tip{ display: block !important; }
.form .form_input input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea { border: 0; border-radius: 8px !important; padding: 14px 16px; font-size: 16px; }
.form .form_input input[type="checkbox"]{display: none; }
.form .form_input .chk_box span.wpcf7-validates-as-required span.wpcf7-list-item-label::before { content: ''; -webkit-appearance: none; background-color: transparent; border: 1px solid rgba(0, 0, 0, .15); width: 18px; height: 18px; border-radius: 5px; display: inline-block; position: absolute; left: -30px; top: 0; /* transform: translateY(-50%); */ cursor: pointer; }
.form .form_input .chk_box span.wpcf7-validates-as-required input:checked+span.wpcf7-list-item-label::after { content: ''; display: block; position: absolute; top: 2px; left: -24px; width: 6px; height: 10px; border: solid #19294C; border-width: 0 2px 2px 0; transform: rotate(45deg); }
/* sahal update 09-apr-2025 */

/* media file css */

@media(max-width:1510px){
  h1, .h1 { font-size: 46px; }
  h2, .h2 { font-size: 38px; }
  h4, .h4 { font-size: 30px; }
  .banner_dtl .banner_dtl_inr .dtl_box .dtl-box_item { max-width: 47.92%;}
  .form .form_inr .form_input{ padding: 35px; }
  .form_input form {
 
    gap: 21px;
}
}

@media(max-width:1360px){
  h2, .h2 { font-size: 36px; }
  .banner_dtl .banner_dtl_inr, .service .service_inr, .system .system_inr, .gutters .gutters_inr, .form .form_inr{ padding: 60px 0; }
  .system .system_inr { gap: 50px;}
  .banner_dtl .banner_dtl_inr h2 { padding: 0px 0 20px; }
  .banner_dtl .banner_dtl_inr > p { padding-bottom: 0; }
  .service .service_heading p {  padding: 18px 0 13px; }
  .service .service_item_dtl, .form .form_inr{ gap: 20px; } 
  .form .form_input .name{ gap: 18px; }
  .form_input form {
 
    gap: 19px;
}
.form .form_input .email {
  max-width: 48.3%;
  
}
}

@media(max-width:1199px){
  .button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"]{ padding: 14px 20px;     font-size: 18px; line-height: 26px; }
  .contact-btn{ background-size: 20px; background-position: 11px; padding-left: 37px !important;}
  .banner .banner_text { max-width: 834px; width: 100%; position: relative; top: auto; transform: none; z-index: 1; padding: 40px 0 15px;}
  .banner .banner_img { line-height: 0; position: absolute; width: 100%; top: 0; left: 0;  height: 100%;}
  .banner .banner_img img{ width: 100%; height: 100%; object-fit: cover; }
  h1, .h1 { font-size: 39px; }
  h2, .h2 { font-size: 34px; }
  .banner .banner_text h1, .gutters .gutters_inr h2{ padding: 0 0 20px; }
  .banner_dtl .banner_dtl_inr, .service .service_inr, .system .system_inr, .gutters .gutters_inr, .form .form_inr { padding: 50px 0; }
  .banner_dtl .banner_dtl_inr h2 { padding: 0px 0 15px; }
  .banner_dtl .banner_dtl_inr .dtl_box { gap: 18px 30px; align-items: inherit; }
  .banner_dtl .banner_dtl_inr p:last-child { padding: 20px 0 0; margin-bottom: 0; }
  .service .service_heading p { padding: 15px 0 13px; }
  .system .system_inr{ align-items: inherit; }
  .system_img img{ height: 100%; width: 100%; }
  .form .form_inr .form_input {
    max-width: 50%; padding: 30px; }
    .form .form_inr .form_text { max-width: 50%;}

    .form_input form { gap: 15px; }
    .form .form_input .email {
      max-width: 48%;
  }
}

@media(max-width:991px){
  .banner_dtl .banner_dtl_inr .dtl_box { gap: 15px 20px;}
  .banner_dtl .banner_dtl_inr, .service .service_inr, .system .system_inr, .gutters .gutters_inr, .form .form_inr { padding: 40px 0; }
  h1, .h1 { font-size: 36px; }
  h2, .h2 { font-size: 32px; }
  h4, .h4 { font-size: 25px; }
  .service .service_item_text h4{ padding-bottom: 12px; }
  .banner .banner_text h1, .gutters .gutters_inr h2 { padding: 0 0 15px; }
  .service .service_item { gap: 20px; }
  p { word-wrap: break-word; margin-bottom: 15px; font-size: 16px; line-height: 26px; }
  .system .system_inr { gap: 30px; }
  .system .system_inr .system_text h2 { padding: 0 0 15px; }
  .form .form_inr{ flex-wrap: wrap; }
  .form .form_inr .form_input { max-width: 100%; padding: 30px;
} .form .form_inr .form_text { max-width: 100%; }
.form .form_input .name { width: 100%; }
.form .form_input .email { max-width: 48.6%; }
.form_input form {
  gap: 16px;
}
}

@media(max-width:767px){
  .container { max-width: 100%; width: 100%; padding: 0 30px; margin: 0 auto; } 
  .button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] { padding: 11px 13px; font-size: 16px; line-height: 22px; }
  .banner .banner_text{ padding: 28px 0 15px; max-width: 100%; }
  h1, .h1 { font-size: 32px; }
  h2, .h2 { font-size: 28px; }
  .banner_dtl .banner_dtl_inr .dtl_box .dtl-box_item { max-width: 100%; padding: 0 20px 0 0; }
  .banner_dtl .banner_dtl_inr .dtl_box { gap: 15px 0px; }
  .service .service_heading p { padding: 10px 0 8px; }
  .service .service_item_dtl { max-width: 100%;}
  .service .service_item_img { max-width: 50px;}
  .system .system_inr { gap: 20px; flex-wrap: wrap; }
  .system .system_inr .system_img, .system .system_inr .system_text { max-width: 100%; width: 100%; }
  .banner_dtl .banner_dtl_inr, .service .service_inr, .system .system_inr, .gutters .gutters_inr, .form .form_inr { padding: 35px 0; }
  .form .form_inr .form_text p{ padding: 15px 0 0; }
  .form .form_input input[type="submit"] { margin: 10px 0 0; }
  .wpcf7 form .wpcf7-response-output { text-align: center; font-size: 15px; margin: 2% 0 0; }
  .form .form_inr .form_input {padding: 20px; }
  .submit-recaptcha { padding-top: 0; }
  .wpcf7-form-control-wrap { position: relative; width: 100%; }
  .form .form_input .name {flex-wrap: wrap; gap: 15px;}
  .form .form_input .email { max-width: 100%; }
}

@media(max-width:499px){
  h1, .h1 { font-size: 27px; }
  .container {  padding: 0px 25px; }
  h2, .h2 { font-size: 25px; }
  h4, .h4 { font-size: 22px; }
  .service .service_item_text h4 { padding-bottom: 8px; }
  .gutters .gutters_inr{ text-align: left; }
  .form .form_input .name { gap: 15px; flex-wrap: wrap; }
  .form .form_input input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea { font-size: 15px; }
  .recaptcha { position: relative; display: block; }
  .recaptcha div{ width: 100%; }
  .recaptcha iframe { transform: scale(0.75); position: absolute;left: -40px; }
  .contact-btn{ padding: 0 !important; width: 44px; height: 44px; font-size: 0 !important; background-position: center; background-size: 20px; }
  .service .service_item_dtl { max-width: 100%; gap: 0; flex-direction: column; }
  .service .service_item_img { max-width: 60px; margin: 0 0 14px; } 
}

@media(max-width:350px){
  .contact-btn { width: 34px; height: 34px;}
  .button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] { padding: 8px 13px; font-size: 15px; line-height: 20px; }
  header .header_inr { padding: 13px 0; }

  .recaptcha span.wpcf7-not-valid-tip {font-size: 14px; line-height: 15px; }
}

