@charset "UTF-8";
/*
Theme Name: American Eagle Over Head Doors
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: 3.0.0
Tags: peoria web development, chicago web development, custom wordpress development, advertising agency solutions, florida webdesign, chicago webdesign, illinois webdesign, custom webdesign development
*/

@charset "UTF-8";

@font-face { font-family: 'Playfair-144pt-SemiCondensed'; src: url('fonts/Playfair144ptSemiCondensed-Bold.eot'); src: url('fonts/Playfair144ptSemiCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Playfair144ptSemiCondensed-Bold.woff2') format('woff2'), url('fonts/Playfair144ptSemiCondensed-Bold.woff') format('woff'), url('fonts/Playfair144ptSemiCondensed-Bold.ttf') format('truetype'), url('fonts/Playfair144ptSemiCondensed-Bold.svg#Playfair144ptSemiCondensed-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }

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

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

@font-face { font-family: 'Roboto-medium'; src: url('fonts/Roboto-Medium.eot'); src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Medium.woff2') format('woff2'), url('fonts/Roboto-Medium.woff') format('woff'), url('fonts/Roboto-Medium.ttf') format('truetype'), url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }

:root {
--body-color: #000000;
--primary-color: #f6da3b;
--footer-color: #000000;
--black-color: #000000;
--white-color: #FFFFFF;
--btn-color: #000000 ;

--body-font: 'Google-Sans';
--btn-font: 'Google-Sans';
--roboto-bold:'Roboto-Bold';
--heading-font:'Playfair-144pt-SemiCondensed';
--font-medium:'Roboto-medium';
}


*: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: 30px; 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(--body-color); line-height: 1.2; font-weight: normal; font-family: var(--heading-font); text-transform: capitalize; }

/* Specific Header Settings */
h1, .h1 { font-size: 70px; line-height: normal;}
h2, .h2 { font-size: 48px; }
h3, .h3 { font-size: 36px; }
h4, .h4 { font-size: 30px }
h5, .h5 { font-size: 28px; }
h6, .h6 { font-size: 24px; }
p { word-wrap: break-word; margin-bottom: 25px; font-size: 18px; line-height: 30px; }


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; color: var(--primary-color); display: inline-block; font-size: 18px; line-height: 25px; }
a:hover { color: var(--black-color); }

/* 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: 14px 28px; border-radius: 3px; background-color: var(--body-color); border: 1px solid transparent; display: inline-block; vertical-align: middle; letter-spacing: 2%; font-size: 18px; color: var(--white-color); line-height: 1; position: relative; /*outline: 5px solid #45ce27;*/ 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:hover, a.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { color: var(--body-color); background-color: transparent; border-color: var(--body-color); }

input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea { color: var(--body-color); padding: 10px; font-family: var(--body-font); font-size: 18px; letter-spacing: 0; line-height: 1; outline: none ; width: 100%; appearance: none; resize: none; background: #FFFFFF 0% 0% no-repeat padding-box; border: 1px solid #a4a4a4; border-radius: 3px; }


textarea {width: 100%; padding: 10px; min-height: 96px; background: rgba(255, 255, 255, 1); resize: none; margin: 0 0 0px; }

/* input[type="submit"]:hover{ color: var(--red-color); border: 3px solid transparent;} */

input::-webkit-input-placeholder { color: #000000;  }
input:-moz-placeholder { color: #000000;}
input::-moz-placeholder { color: #000000;  }
input:-ms-input-placeholder { color: #000000;  }
textarea::-webkit-input-placeholder { color: #000000;  }
textarea:-moz-placeholder { color: #000000;  }
textarea::-moz-placeholder { color: #000000;  }
textarea:-ms-input-placeholder { color: #000000;  }

/* ul li css */
ul li { position: relative; padding: 6px 8px 6px 18px; }
ul.col-2 li:before, ul.col-3 li:before, ul li:before { position: absolute; content: ""; width: 6px; height: 6px;
   background-color: var(--body-color); top: 15px; left: 0; border-radius: 50%; }

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

.d-flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.flex-column { flex-direction: column; }
.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; }
.gap-100{gap: 100px;}

/* **********--------------------- sub - menu css ----------------------------**************** */


.header-bottom ul.sub-menu li a::after{width: 0 !important;}
.header-bottom ul li ul.sub-menu { padding-left: 0 !important; gap: 0 ; white-space: nowrap; background-color: var(--footer-color); display: block; border-radius: 3px; flex-direction: column; gap: 0; position: absolute; margin: 0; z-index: 3; margin-top: 11px; text-align: center; transform: scaleY(0); transition: all 0.3s ease; transform-origin: top; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(255, 255, 255, 0.3) 0px 3px 7px -3px; }
.header-bottom ul li:hover > ul.sub-menu { transform: scaleY(1); }
.header-bottom ul li ul.sub-menu li a { padding: 7px 15px !important; display: block; min-width: 200px; line-height: normal; border-bottom: solid 1px #ffffff !important; transition: all 0.4s ease-in-out; font-size: 22px; text-align: left; line-height: 30px; color: #fff; }
.header-bottom ul li ul.sub-menu li:last-child a { border-bottom: 0 !important; }
.header-bottom ul li ul.sub-menu li { margin: 0; display: block; }
.header-bottom ul li ul.sub-menu li a:hover { color: var(--btn-color); }
.header-bottom ul li ul.sub-menu li > ul.sub-menu { position: absolute; left: 100%;  top: 12px;  margin: 0; transform: scaleY(0);  transform-origin: top; transition: transform 0.3s ease-in-out; z-index: 9999;  }
.header-bottom ul li ul.sub-menu li > ul.sub-menu li a::before{ width: 100%; }
.header-bottom ul li ul.sub-menu li > ul.sub-menu li.current-menu-item > a{ color: var(--white-color); }
.header-bottom ul li ul.sub-menu li:hover > ul.sub-menu { transform: scaleY(1); }
.header-bottom ul li ul.sub-menu li > ul.sub-menu { visibility: hidden; opacity: 0; }
.header-bottom ul li ul.sub-menu li:hover > ul.sub-menu { visibility: visible; opacity: 1; transform: scaleY(1); transition: transform 0.3s ease, visibility 0s 0s, opacity 0.3s ease-in-out; }
.header-bottom ul li ul.sub-menu li a::after{ right: 10px !important; }
.header-bottom ul li ul.sub-menu li a::before{ display: none; }
.header-bottom ul li ul.sub-menu li{ padding: 0; }
.header-bottom ul li ul.sub-menu li::before{ display: none; }


/* **********--------------------- def-page css ----------------------------**************** */
/* .def-page{padding: 50px 0px 50px;} */
.def-page p:last-child{margin-bottom: 0;}
.def-page p{ color: var(--body-color); font-size: 18px; font-style: normal; font-weight: normal; line-height: 30px;}
.def-page .right-img{float:right; margin:0 0 15px 40px; position: relative; z-index: 0; line-height: 0;}
.def-page .left-img{float:left; margin:0 40px 15px 0; position: relative; line-height: 0;}
.def-page .right-img img{border-radius: 0px; position: relative; border-radius: 8px;}
.def-page .left-img img{border-radius: 0px; position: relative; border-radius: 8px;}
.def-page h2, .def-page h3, .def-page h4, .def-page h5, .def-page h6{ margin: 0 0 15px 0;}


.def-page h2{font-size: 48px; line-height: normal;} 
.def-page h3{font-size: 36px;}
.def-page h4{font-size: 30px;}
.def-page h5{font-size: 28px;} 
.def-page h6{font-size: 24px;}

.def-page ul {margin: 0; padding-bottom: 10px;}
.overflow{ overflow: inherit !important;}
.def-page ul li { list-style: none; text-align: left; color: var(--body-color); /*font-size: 18px; line-height: 30px; */position: relative; padding: 5px 10px 14px 28px; overflow: hidden; }
.def-page ul li:last-of-type{padding-bottom: 5px;}
.def-page ul li:before { content: "";  width: 18px; height: 18px; top: 13px; left: 0; background-image: url(images/checkmark-1.png); background-position: center; background-repeat: no-repeat; background-size: contain; position: absolute; background-color: transparent;   }
.def-page ol{padding-left: 0; padding-bottom: 25px;}
.def-page ol li { list-style-type:none;counter-increment:item;  padding: 5px 0 5px 0;  color: var(--body-color); /* font-size: 18px; */}
.def-page ol li:before {display:inline-block; content: counter(item) "."; color: var(--body-color); padding-right:10px;}
.def-page ul.col-2, .def-page ul.col-3 { overflow: hidden }
.def-page ul.col-2 li {width: 50%;float: left;}
.def-page ul.col-3 li {width: 33.33%;float: left;}
.def-page p {padding-bottom: 0px;}
.privacy-page ol { margin-bottom: 25px;}
.privacy-page ol>li:before { padding-right: 05px;}
.privacy-page .privacy-inner{ padding-left: 0px; margin-bottom: 20px;}
.privacy-page .privacy-inner ul{ margin-top: 05px; }
.privacy-page ul,.privacy-page ol{ margin-left:0px;}
.privacy-page ol li{padding: 5px 0px;}
.pagenotfound {width: 100%;display: block;padding: 80px 0px;text-align: center;}
.pagenotfound h2 {font-size: 50px;font-weight: 600;}
.pagenotfound p{font-size: 24px;}
.thankyou {text-align: center;}
/* .thankyou h3 strong {font-size: 46px;} */
.clearfix:after { clear: both; display: block; visibility: hidden; content: ""; }
.def-page a{ color: var(--primary-color); font-size: 18px; text-decoration: none; transition: 0.5s;}
.def-page a.button{ color: var(--white-color); }
.def-page a.button:hover{text-decoration: none;}
.def-page a:hover{ text-decoration: underline;}
.def-page a.button:hover{color: var(--black-color); }
/* .def-page strong{ font-size: 24px; } */

/* **********--------------------- validation css ----------------------------**************** */
form .input_filed .wpcf7-not-valid-tip{ display: none !important; }
.wpcf7-not-valid{ border: 1px solid #dc3232 !important; }
form .cf7sr-recaptcha .wpcf7-not-valid-tip{ display: block !important; font-size: 15px; }
.submit-captcha { margin-top: -5px; display: flex; /* width: 100%; */ align-items: flex-start; justify-content: flex-start; }
.submit-captcha .input-fild:last-child{ margin-top: 17px; } .wpcf7 form .wpcf7-response-output { margin: 0.5em auto; padding: 0.2em 1em; border: 2px solid #00a0d2;    width: 100%; text-align: center; }

/* header css */
.header_top{background-color: var(--primary-color);}
header { position: sticky; width: 100%; top: 0; z-index: 9 }
.header_left p,.header_right p {margin-bottom: 0;}
.header_top_otr{display: flex; padding: 12px 0; align-items: center; justify-content: space-between;}
a.button.white_btn{color: #000 !important; background-color: #fff !important;}
a:hover.button.white_btn{color: #fff !important; background-color: #000 !important;}
.header_right p a{margin-left: 10px;}

header .header_bottom_otr nav ul li.current-menu-parent > a, header .header_bottom_otr nav ul li.current_page_item a{color: var(--primary-color);}

footer .footer_link ul li.current-menu-item a{color: var(--primary-color);}

.header_bottom{background-color: #000; padding: 23px 0px;}
.header_menu_list nav ul li a{color: #fff;}
.header_menu_list ul{display: flex; gap: 35px; align-items: center; justify-content: center;}
.header_bottom_otr .header_logo a{ width: 220px; height: 220px; position: relative; z-index: 1; border-radius: 50%; overflow: hidden; background: #fff; display: flex; align-items: center; justify-content: center;  box-shadow: 0 10px 25px rgba(0,0,0,0.25);}
.header_bottom_otr .header_logo img{ width: 140px; height: 170px; object-fit: contain; }
.header_menu_list ul li{padding: 0;}
.header_menu_list ul li::before{content: none;}
.header_bottom_otr{display: flex; justify-content: space-between; align-items: center;}
.header_logo{position: absolute; left: 50%; transform: translateX(-50%); top: -10px; }
.header_menu_list nav ul li:hover a,.header_menu_list nav ul li.active a,.footer_link ul li:hover a{color: var(--primary-color);}
.header_menu_list.left_menu { margin-left: 110px; }

.hero_banner { position: relative; }
.hero_img{ position: absolute; top: 0; left: 0; width: 100%; z-index: -1; height: 100%;}
.hero_img img { width: 100%; display: block; height: 100%; object-fit: cover;}
.hero_content { padding: 187px 0 158px; width: 100%; }
.hero_form { background: #fff; padding: 30px; width: 100%; max-width: 40%; margin-left: auto; margin-right: 50px; border-top: 2px solid #000; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
.hero_form .h3 { margin-bottom: 20px; font-size: 30px; }
.form_row { display: flex; gap: 10px; margin-bottom: 10px; }
.hero_form button{border: 1px solid transparent; margin-top: 5px;}
.hero_form button:hover { border: 1px solid #000; } 
form{ display: flex; flex-wrap: wrap; gap: 15px 0; margin: 0 -10px;}
.form_group { width: 50%; display: inline-block; margin-bottom: 0; padding: 0 10px; }
.form_group [type="submit"]{text-transform:uppercase; border: 1px solid transparent;}
.form_group:hover [type="submit"]{border: 1px solid #000;}
.reliable_garage_left a:hover.button{border: 1px solid #000; color: #000;}
.reliable_garage_left a.button{border: 1px solid transparent;}
.header_right a.button.white_btn{font-family: var(--roboto-bold);}
.reliable_garage_left h2 span{font-size: 36px; text-transform: capitalize;}
.reliable_garage_left h2{line-height: 1; }
.reliable_garage_otr{display: flex; justify-content: center; gap: 40px;}
.reliable_garage_left{width: 100%; max-width: 55%;}
.reliable_garage_right{width: 100%; max-width: 45%;}
.reliable_garage_right img{width: 100%; border-radius: 5px;}
.yellow_box{padding: 25px 20px; text-align: center; width: 100%; max-width: 83%; position: relative; font-size: 24px; font-family: var(--heading-font); color: var(--body-color); background-color: var(--primary-color); margin: -50px auto 0; border-radius: 5px;}
.reliable_garage.def-page{padding: 70px 0;}

.our_garage.def-page { background: linear-gradient(rgba(246,246,246,0.9), rgba(246,246,246,0.9)), url("images/overlay.webp") no-repeat center/cover; text-align: center; }
.common_card_in { display: flex; margin: 0 -43.5px; flex-wrap: wrap; justify-content: center; }
.common_card_in .common_card { padding: 15px 43.5px; max-width: 33.33%; width: 100%; border-radius: 5px; }
.common_info_box
 { background-color: #fff; border-radius: 5px; overflow: hidden; text-align: left; height: 100%; display: flex; flex-direction: column; }
.common_img { line-height: 0px;  height: 100%;}
.common_img img { width: 100%; height: 100%; object-fit: cover;}
.common_info_text { padding: 30px; background-color: #fff; height: 100%; display: flex; flex-direction: column; }
.common_info_text p a{color: #000; text-transform: uppercase; font-family: var(--roboto-bold);}
.yellow-section{background-color: var(--primary-color); color: #000; padding: 12px 0; text-align: center;}
.yellow-section h4{color: #000; font-family: var(--roboto-bold); text-transform: uppercase;}
.common_box_section.our_service{padding: 50px 0 20px;}

footer{background-color: #000; padding: 32px 0px;}
.footer_top {padding-bottom: 30px;}
/* .footer_inr{ display: flex; justify-content: space-between;  position: relative;} */
.footer_icons a img{width: 44px; height: 44px; object-fit: cover;}
.footer_icons a{line-height: 0;}
/* .footer_link,.footer_address{max-width: 25%; width: 100%;} */
.footer_link h6,.footer_address h6{color: var(--primary-color); font-size: 18px; font-family: var(--roboto-bold); text-transform: uppercase;}
.footer_link ul li{padding: 3px 0; }
.footer_link ul li a,.footer_link ul li{color: #fff;}
/* .footer_link ul li:hover{color: var(--primary-color);} */
.footer_link ul li::before{content: none;}
.footer_address p{color: #fff;}
.footer_top > div { max-width: 25%; width: 100%;} 
.footer_address ul li{padding: 0; color: #fff;}
.footer_address ul li a{color: #fff;}
.footer_address ul li a:hover{color: var(--primary-color);}
.footer_address ul li span{color: var(--primary-color); font-size: 16px; display: block; line-height: 1;}
.footer_address ul li:before{content: none;}
.footer_bottom{border-top: 1px solid var(--primary-color);}
.footer_copy p{color: #fff; padding-top: 20px; margin-bottom: 0;}
.footer_copy{text-align: center;}
.footer_copy p a{margin: 0 5px; color: var(--white-color);}
.footer_copy p a:hover{color: var(--primary-color);}


/* .about-page{ padding-top: 0; position: relative; } */
.common_grey_sec{ padding: 50px 0; background-color: rgb(246, 246, 246);}
.common_grey_sec h2{ padding-bottom: 8px; }
.common_grey_sec p:last-child,.about-page p:last-child{ margin-bottom: 0; }
.p50{ padding: 50px 0; }
.pb50{padding-bottom: 50px;}
.pt50{padding-top: 50px;}
.p50 .h3{ padding-bottom: 0px; margin-bottom: 0; font-size: 36px; }
.box-inr{ display: flex; justify-content: center; flex-wrap: wrap; gap: 20px 0; margin: 0 -15px; padding:15px 0 30px; }
.box-item{ max-width: 25%; width: 100%; padding: 0 10px; }
.box-item .box-item-box{ width: 100%; }
.box-item .box-item-box .img_box{ width: 190px; height: 190px; overflow: hidden; border-radius: 50%; background-color: #e9e9e9; margin: 0 auto 25px; }
.cta{ background-color: #f6da3b; padding: 50px 0; }
.cta h2{ padding-bottom: 15px; }
.cta ul{ list-style-type: none; padding-bottom: 25px; }
.cta ul li::before{ display: none; }
.cta ul li{ padding-bottom: 5px; }
.cta ul li,.cta ul li a{ font-size: 22px; color: var(--header); font-family: var(--font-medium); color: var(--body-color); }
.cta p:last-child{ margin-bottom: 0; }
.cta ul li a{ text-decoration: underline; }
.cta ul li a:hover{ text-decoration: none; }
.residential ul li{  width: fit-content; margin: 0 auto; }
.common_ul ul{ width: 90%; margin: 0 auto; }

.faq h2{padding-bottom: 20px;}
.fao-inr{ display: flex; flex-wrap: wrap; gap: 24px 50px; }
.accordion-item { max-width: calc(50% - 25px); width: 100%; overflow: hidden; transition: 0.7s ease-in-out; height: min-content; background: transparent; border: 1px solid #000; border-radius: 10px; text-align: left; }
.accordion-header { position: relative; font-size: 18px; cursor: pointer; transition: 0.3s all; opacity: 1; text-align: left; padding: 13px 30px 13px 13px; background: #ffff; border: 0px solid #191919; margin: 0px; border-radius: 6px; line-height: 26px; color: #000; }
.accordion-header::before { content: ""; position: absolute; right: 20px; top: 25px; width: 6px; height: 6px; border-right: 1px solid #191919; border-bottom: 1px solid #191919; transform: translateY(-60%) rotate(45deg); transition: transform 0.3s ease; }
.accordion-content { padding: 0px 30px 0; max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.content-section { padding: 5px 0 0; }
.accordion-item.active .accordion-header::before { transform: translateY(-40%) rotate(-135deg); }
.contact-details-inr,.contact-main{ display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; padding-top: 25px; }
.contact-details-inr .contact-details-item{ max-width: 25%; width: 100%;  }
.contact-details-inr .contact-details-item .contact-details-box{ text-align: left; padding: 20px; background-color: #ffff; border: 1px solid #000; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); border-radius: 10px; }
.contact-details-inr .contact-details-item .contact-details-box img{ width: 50px; height: 50px; margin-bottom: 8px; }
.contact-details-inr .contact-details-item .contact-details-box p{ margin-bottom: 10px; }
.contact-details-inr .contact-details-item .contact-details-box a{ color: #000; text-decoration: underline; }
.contact-details-inr .contact-details-item .contact-details-box a:hover{ text-decoration: none; }
.contact-main > div{ max-width: calc(50% - 15px); width: 100%; }
.contact-main .contact-box{ background-color: #fff; border-radius: 10px; border: 1px solid #000; padding: 25px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }


div#map { width: 100%; height: 506px; }
#loading { display: none; margin: 50px 0px; text-align: center; }
#loading img { width: 100px; }

.word_gallery_main_otr .filters ul{gap: 20px;}
.word_gallery_main_otr .filters ul li{padding: 0;}
.word_gallery_main_otr .filters li::before{content: none;}
.word_gallery_main_otr .filters li.cat_filter { background: #f6da3b; color: #fff; font-size: 18px; display: inline-block; padding: 15px 50px; border-radius: 4px; text-transform: uppercase; font-weight: 600; transition: all .4s ease-in-out; cursor: pointer; }
.word_gallery_main_otr .filters li.active.cat_filter, .word_gallery_main_otr .filters li.cat_filter:hover { background: #000; }

.word_gallery_inr{gap: 20px;}
.word_gallery_inr .word_gallery_col{width: calc(25% - 20px);}

.inner_banner h1{ padding: 70px 0 50px 0; font-size: 55px;}

.category_content{padding: 30px 0 0;}

.pagination.port_pagein { width: 100%; text-align: center; display: flex; justify-content: center; align-items: center; gap: 10px; }
.pagination.port_pagein a:hover, .pagination.port_pagein span.current { border-color: #000; color: #fff; background: var(--primary-color);}
.pagination.port_pagein a, .pagination.port_pagein span { text-decoration: none; border: 1px solid #BFBFBF; padding: 3px 5px; margin: 2px; }
.pagination.port_pagein a, .pagination.port_pagein span { text-decoration: none; border: 1px solid #000; padding: 0; font-size: 18px; color: #000; display: flex; align-items: center; margin: 0; border-radius: 4px; height: 38px; width: 38px; vertical-align: top; transition: all .4s ease-in-out; justify-content: center; }
.word_gallery_inr .word_gallery_col{line-height: 0;}
.word_gallery_col{line-height: 0;     height: 100%; width: 100%; position: relative; }
.word_gallery_inr .word_gallery_col a { position: relative; display: block; }
.word_gallery_img{line-height: 0;}
.word_gallery_inr .word_gallery_col a::after { content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; transform: scale(0); transform-origin: center; background: url(images/zoom.svg) center no-repeat rgba(0, 0, 0, 0.3); background-size: 36px; transition: 0.5s; }
.word_gallery_inr .word_gallery_col a:hover::after { transform: scale(1); }
.full_width_form { width: 100%; text-align: left; }

select{color: var(--body-color); padding: 10px; font-family: var(--body-font); font-size: 18px; letter-spacing: 0; line-height: 1; outline: none; width: 100%; resize: none; background: #FFFFFF 0% 0% no-repeat padding-box; border: 1px solid #a4a4a4; border-radius: 3px;}
.wpcf7-not-valid-tip{display: none;}
.full_width_form{line-height: 0;}
.submit_sec{text-align: left;}

.mfp-close { width: auto !important; padding: 5px 14px !important; height: 45px !important; position: absolute; top: -10px !important; right: 0 !important; background: #fff !important; border-radius: 4px !important; opacity: 1 !important; color: var(--primary-color) !important; text-align: center !important; line-height: 36px !important; }

.mfp-close:hover { background: var(--primary-color) !important; color: #fff !important; }

.mfp-image-holder .mfp-content { max-width: 59% !important; }

.img_box img { width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); will-change: transform; }
.box-item:hover .img_box img { transform: scale(1.15); }


.file_upload_input { display: none; }
.file_upload_button { margin-right: 10px; }
.file_upload_text { color: #666; font-style: italic; }
.file_upload_label { display: inline-block; border: 2px dashed #ccc; padding: 10px; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; width: 100%; }

.contact-map .form_submit_sec{display: flex; gap: 20px;}
.contact-map .form_submit_sec .wpcf7-spinner{position: absolute; margin-top: 12px;}
 .captcha_sec{line-height: normal;}
.contact-map .submit_sec {margin-top: 16px;}
/* .hero_form .form_submit_sec .wpcf7-spinner{margin-top: 12px;} */
.file_upload_sec .wpcf7-not-valid-tip { display: block !important; font-size: 15px; margin-top: 6px;}
.file_upload_sec .wpcf7-not-valid-tip { display: block; }
.full_width_form.file_upload_sec{line-height: normal;}

/* sub css of header */

.header_menu_list ul li { position: relative; }

.header_menu_list ul li > ul.sub-menu { display: block; position: absolute; top: 100%; left: 0; min-width: 220px; margin: 10px 0 0; padding: 0; background: #fff; visibility: hidden; opacity: 0; transform: scaleY(0); transform-origin: top; transition: 0.2s ease-in-out; z-index: 99; box-shadow: 0 10px 20px rgba(0,0,0,0.1); list-style: none; }

.header_menu_list ul li > ul.sub-menu li { border-bottom: 1px solid #eee; }

.header_menu_list ul li > ul.sub-menu li:last-child { border-bottom: none; }

.header_menu_list ul li > ul.sub-menu li a { display: block; padding: 12px 16px; background: #fff; color: var(--body-color, #333); font-size: 18px; text-decoration: none; white-space: nowrap; transition: 0.3s; }

.header_menu_list ul li > ul.sub-menu li a:hover { background: #f5f5f5; color: #e6c300; }
.header_menu_list ul li:hover > ul.sub-menu { visibility: visible; opacity: 1; transform: scaleY(1); }
.header_menu_list ul li > ul.sub-menu li.current-menu-item > a, .header_menu_list ul li > ul.sub-menu li:hover a { color: var(--white-color); background-color: var(--primary-color); }
.header_right ul li a{ color: var(--body-color);}
.header_right ul li:hover a{ color: var(--white-color);}
.header_right ul li{padding: 0; text-align: right;}
.header_right ul li::before{content: none;}
.ft_operation_hours.footer_link ul li{ line-height: 1;}
.ft_operation_hours.footer_link{padding-top: 3px;}
.header_right ul li a{ position: relative; padding-left: 30px; }
.header_right ul li.header_call a::before{ content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 20px; height:20px; background: url(images/tel_icon.svg) no-repeat center; background-size: contain; }
.header_right ul li.header_email a::before{ background: url(images/email_icon.svg) no-repeat center; background-size: contain; content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 20px; height: 20px; }
.header_right ul li.header_email a::before, .header_right ul li.header_call a::before{ transition: filter .3s ease; }
.header_right ul li.header_email a:hover::before, .header_right ul li.header_call a:hover::before{ filter: brightness(0) invert(1); }
.header_logo.mobile,.menu-toggle,.menu-expand{ display: none; }


.content-section p{ padding: 0 0 15px; }

























/* media */
@media(max-width:1366px){
h1, .h1,.def-page h1{ font-size: 60px; line-height: normal;}
h2, .h2,.def-page h2{ font-size: 44px; }
h3, .h3,.def-page h3,.p50 .h3{ font-size: 34px; }
h4, .h4,.def-page h4{ font-size: 28px }
h5, .h5,.def-page h5{ font-size: 26px; }
h6, .h6,.def-page h6{ font-size: 22px; }

.header_bottom_otr .header_logo a { width: 200px; height: 200px;}
.header_bottom_otr .header_logo img { width: 120px; height: 130px;}
.hero_form{ max-width: 50%; }
.hero_content { padding: 100px 0px;}
.reliable_garage.def-page,.our_garage.def-page,.p50,.common_grey_sec,.cta{ padding: 40px 0; }
.common_box_section.our_service{ padding: 40px 0 20px; }
.common_card_in{ margin: 0 -20px; }
.common_card_in .common_card { padding: 0 20px;}
.pb50{ padding-bottom: 40px; }

}

@media(max-width:1199px){
h1, .h1,.def-page h1,.inner_banner h1{ font-size: 50px; line-height: normal;}
h2, .h2,.def-page h2{ font-size: 40px; }
h3, .h3,.def-page h3,.p50 .h3{ font-size: 30px; }
h4, .h4,.def-page h4{ font-size: 24px }
h5, .h5,.def-page h5{ font-size: 22px; }
h6, .h6,.def-page h6{ font-size: 20px; }

p,a,.def-page p,.def-page a,body,.def-page ul li{ font-size: 16px; line-height: 28px; }
.header_menu_list ul{ gap:20px; }
.header_menu_list.left_menu { margin-left: 80px; }
.header_bottom_otr .header_logo a { width: 180px; height: 180px; }
.header_bottom_otr .header_logo img { width: 100px; height: auto; }
.header_bottom {  padding: 15px 0px; }
.header_right ul li a { padding-left: 24px; }
.hero_form { max-width: 60%; margin-right: 0; padding: 25px; }
.hero_content { padding: 80px 0px; }
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"]{ font-size: 16px; padding: 12px 26px; line-height: 24px; }
.reliable_garage_right{ max-width:40%; }
.reliable_garage_left{ max-width:60%; }
.yellow_box{ font-size: 20px; line-height: 25px; max-width: 90%; padding: 17px 17px; }
.common_info_text { padding: 20px;}
.common_card_in { margin: 0 -15px; }
.common_card_in .common_card { padding: 0 15px; }
.box-inr{ padding: 0px 0 30px; }
.footer_address ul li span{ line-height: 24px; }
footer { padding: 30px 0px 20px; }
p,.def-page p{ margin-bottom: 15px; }

 .def-page .left-img,.def-page .right-img{max-width: 50%;}
.privacy-page .privacy-inner ul {margin-top: 0;}
.privacy-page ul, .privacy-page ol {margin-left: 15px;}
.def-page ul {padding-bottom: 10px;}
.privacy-page ol {padding-left: 0px;}
.pagenotfound {padding: 40px 0px;}
.pagenotfound h2 {font-size: 32px;}
.pagenotfound p {font-size: 16px;}
.def-page p {margin-bottom: 15px;}
.def-page ul li{ padding: 2px 8px 9px 28px; }
.inner_banner h1 { padding: 50px 0 50px 0;}


.cta ul li, .cta ul li a { font-size: 18px;}
.cta ul{ padding: 0; }
.accordion-header{ font-size: 16px; line-height: 24px; }
.accordion-content { padding: 0 17px 0; }
.fao-inr {    gap: 15px 30px; }
.accordion-item { max-width: calc(50% - 15px);}
.word_gallery_inr .word_gallery_col { width: calc(33.33% - 20px); }
.contact-details-inr .contact-details-item{ max-width: 48%; }
.common_grey_sec h2 { padding-bottom: 0; }
.faq_page_section h2{ padding-bottom: 12px; }
.contact-map .form_submit_sec { display: flex; gap: 0; flex-wrap: wrap; }
.common_ul ul { width: 100%; margin: 0 auto; }
.contact-details-inr, .contact-main{ gap:15px; }
div#map { width: 100%; height: 100%; }
}

@media(max-width:1023px){
h1, .h1,.def-page h1,.inner_banner h1{ font-size: 45px; line-height: normal;}
h2, .h2,.def-page h2{ font-size: 38px; }
h3, .h3,.def-page h3,.p50 .h3{ font-size: 28px; }

.def-page ul li:before {top:12px;}
.def-page ul.col-3 li{width: 50%;}
.def-page ul {padding-bottom: 15px;}
.def-page ol{padding-left: 0;}
.def-page .left-img{margin: 0px 20px 10px 0; max-width: 50%;}
.def-page .right-img{margin: 0 0 10px 20px; max-width: 50%;}
.privacy-page .privacy-inner ul {margin-top: 0px;}
.privacy-page ol {margin: 0px 0 10px;}
.privacy-page ul, .privacy-page ol {margin-left: 10px;}
.def-page ul {padding-bottom: 10px; margin: 0; }
.privacy-page .privacy-inner {padding-left: 15px;margin-bottom: 0;}
.pagenotfound {padding: 30px 0px;}
.pagenotfound h2 {font-size: 26px;}
.pagenotfound p {font-size: 17px;}

.inner_banner h1 { padding: 40px 0; }


}

@media(max-width:991px){
h1, .h1,.def-page h1,.inner_banner h1{ font-size: 42px; line-height: normal;}
h2, .h2,.def-page h2{ font-size: 37px; }
h3, .h3,.def-page h3,.p50 .h3{ font-size: 27px; }
h4, .h4,.def-page h4{ font-size: 23px  }
h5, .h5,.def-page h5{ font-size: 21px; }
h6, .h6,.def-page h6{ font-size: 20px; }

.reliable_garage_otr { gap: 20px; flex-wrap: wrap; }
.reliable_garage_left { max-width: 100%; }
.reliable_garage_right { max-width: 80%; }
.common_card_in{ margin:0 0; gap:20px 0 }
.common_card_in .common_card { padding: 0; max-width: 100%;}
.common_card_in .common_card .common_info_box{ flex-direction: row;  }
.common_img{ width: 40%;}
.common_info_text{ width:60%; }
.def-page h2, .def-page h3, .def-page h4, .def-page h5, .def-page h6{ margin:0 0 10px; }
.box-item { max-width: 33.33%;}
.footer_top > div { max-width: 50%;}
.footer_top { padding-bottom: 20px; flex-wrap: wrap; gap: 20px 0; }
.ft_operation_hours.footer_link h6{ padding: 0 0 5px; }
.hero_form { max-width: 100%; margin: 0 auto; padding: 25px; }
.hero_content { padding: 60px 0px; }


.header_bottom_otr{position: fixed; top: 0; right: 0; transform: translateX(100%); width: 80%; transform-origin: right center; transition: .3s; height: 100vh; padding: 58px 25px 20px; background-color: var(--black-color); border-left: 4px solid var(--primary-color);  z-index: 9;  overflow-y: scroll; display: block;}
.header_bottom_otr::before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; background-image: url(images/mobile_menu.webp); height: 250px; background-repeat: no-repeat; background-size: contain; background-position: bottom; opacity: 0.5; }

.header_bottom_otr.open { transform: translateX(0); }
.header_menu_list ul{ display: block; }
.header_menu_list.left_menu{ margin: 0; }
.header_logo.mobile{ display:block; left:50px; transform: none;  }
.header_logo.mobile a{ width: 170px; height: 170px; position: relative; z-index: 1; border-radius: 50%; overflow: hidden; background: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25); } 
.header_logo.mobile a img{ width:100px; height: auto; }
.header_top_otr { text-align: right; display: block;}
.header_bottom .header_logo.Desktop{ display: none; }
.menu-toggle { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; gap: 5px; width: 28px; height: 19px; cursor: pointer; margin-left: auto; }
.menu-toggle span { background-color: var(--primary-color); height: 3px; transition: .5s; display: block; margin: 0; padding: 0; width: 100%; position: relative; }
.menu-toggle.active span:first-child { transform: rotate(45deg); top: 7px; width: 100%; background-color: #fff; }
.menu-toggle.active span:nth-child(2) { opacity: 0; visibility: hidden; }
.menu-toggle.active span:nth-child(3) { transform: rotate(-45deg); top: -8px; width: 100%; background-color: #fff; }
.menu-expand { display: block; cursor: pointer; width: 25px; height: 25px; background: #fff; position: absolute; right: 2px; top: 8px; border-radius: 4px; }
.menu-expand::before { content: ''; transition: .2s; position: absolute; width: 8px; height: 8px; border-top: 2px solid var(--black-color); border-left: 2px solid var(--black-color); transform: rotate(224deg); top: 7px; left: 9px; }
.header_bottom_otr ul li { padding: 8px 0; border-bottom: 1px solid #fff; position: relative; }
.header_bottom_otr ul li a{ color: var(--black-color); font-size: 18px; line-height: 30px; }
.menu-expand.menu-clicked::before { transform: rotate(45deg) translateY(-50%); top: 50%; left: 6px; }
.header_bottom_otr ul li>ul.sub-menu { transform: scale(1); transition: none; position: relative; top: auto; left: auto; display: none; opacity: 1; visibility: visible; width: 96%; margin-left: auto; background-color: transparent;  }
.header_menu_list ul li > ul.sub-menu li a{ padding: 0; background-color: transparent; color: var(--white-color); }
.header_menu_list ul li > ul.sub-menu li.current-menu-item > a, .header_menu_list ul li > ul.sub-menu li:hover a{ color: var(--primary-color); background-color: transparent; }
.menu-toggle.active { position: fixed; z-index: 100; top: 25px; right: 30px; }
.header_bottom { height: 49px; }
.fao-inr {    gap: 15px 0; }
.accordion-item { max-width: calc(100% - 0px);}

.mfp-image-holder .mfp-content { max-width: 79% !important; }

.contact-main{ flex-wrap: wrap; }
.contact-main > div { max-width: calc(100% - 0px); width: 100%; }
div#map { width: 100%; height: 500px; }
.contact-details-inr .contact-details-item .contact-details-box p { margin-bottom: 0; }
/* */
}

@media(max-width:767px){
h1, .h1,.def-page h1,.inner_banner h1{ font-size: 38px; line-height: normal;}
h2, .h2,.def-page h2{ font-size: 34px; }
h3, .h3,.def-page h3,.p50 .h3{ font-size: 24px; }
h4, .h4,.def-page h4{ font-size: 20px  }
h5, .h5,.def-page h5{ font-size: 19px; }
h6, .h6,.def-page h6{ font-size: 18px; }

p, a, .def-page p, .def-page a, body,.def-page ul li{ line-height: 24px; }
.container { max-width: 100%; width: 100%; padding: 0 30px; margin: 0 auto; }
.hero_content { padding: 50px 0px; }
.reliable_garage.def-page, .our_garage.def-page,.p50,.common_grey_sec,.cta{ padding: 30px 0; }

.reliable_garage_right { max-width: 100%; }
.common_card_in .common_card .common_info_box { flex-direction: column; }
.common_img,.common_info_text{ width: 100%; }
.box-item { max-width: 100%; }
.common_box_section.our_service { padding: 30px 0 20px; }
.box-item .box-item-box .img_box{ margin-bottom: 15px; }
.box-inr { padding: 0 0 10px; }
.footer_top .footer_icons { max-width: 100%; }
.header_logo.mobile a { width: 150px; height: 150px; }
.header_logo.mobile{ left:30px; }
.header_logo.mobile a img { width: 89px; height: auto; }
.header_right ul li.header_call a,.header_right ul li.header_email a{ font-size: 0; padding: 0; border-radius: 50%; width: 40px; height: 40px; background-position: center; background-color: var(--white-color); }
.header_right ul li.header_call a::before,.header_right ul li.header_email a::before{ left: 50%; transform: translate(-50%, -50%); }
.header_right ul { display: flex; justify-content: flex-end; gap: 10px; }
.header_right ul li a:hover{ background-color: var(--black-color); }
.header_right ul li{ line-height: 0; }
.header_left p{ font-size: 12px; }
input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea{ font-size: 16px; }
.cta ul li, .cta ul li a{ padding: 0; }
.def-page ul.col-2 li{width: 100%;}
.def-page ul.col-3 li{width: 100%;}
.def-page ul li, .def-page ol li { padding: 3px 3px 3px 28px; }
.def-page ol li { padding: 3px 0; }
.def-page ul li:before {top:10px;}
.def-page iframe{max-height:100%; aspect-ratio: 1/0.6; height: auto;}
.def-page .left-img{margin:0px auto 10px;float: none;width: 100%;text-align: center; max-width: 100%;}
.def-page .right-img{margin:0px auto 10px;float: none;width: 100%; text-align: center; max-width: 100%;}
.privacy-page ul, .privacy-page ol {margin-left: 0px;}
.def-page ul {padding-bottom: 10px;margin: 0;}
.privacy-page .privacy-inner {padding-left: 10px;margin-bottom: 0;}
.privacy-page .privacy-inner ul {margin-top: 0;}
.pagenotfound {padding: 20px 0px;}
.pagenotfound h2 {font-size: 22px;}
.pagenotfound p {font-size: 16px;}
.inner_banner h1 { padding: 30px 0; }

.def-page p a.button{ margin-bottom: 3px; }
 .word_gallery_inr .word_gallery_col { width: calc(50% - 10px); }
 .word_gallery_img img{ width: 100%; }
 .word_gallery_main_otr .filters li.cat_filter{ padding: 10px 27px;  font-size: 16px; }
.contact-details-inr .contact-details-item { max-width: 100%; }
.contact-details-inr, .contact-main{ padding-top: 0; }
.privacy-page a{ word-break: break-all; display: inline; }
}

@media(max-width:499px){
h1, .h1,.def-page h1,.inner_banner h1{ font-size: 30px; line-height: normal;}
h2, .h2,.def-page h2{ font-size: 26px; }
h3, .h3,.def-page h3,.p50 .h3{ font-size: 22px; }
.container{ padding: 0 20px; }
.hero_form { padding: 20px; }
.form_group { width: 100%; display: inline-block; margin-bottom: 0; padding: 0 10px; }
.captcha_sec { transform: scale(0.8); left: -26px; position: relative; }
.form_group{ padding: 0; }
form{ margin: 0; }
.hero_form .h3 { margin-bottom: 10px; font-size: 24px; }
.header_bottom_otr{ width: 95%; }
.header_right ul li.header_call a, .header_right ul li.header_email a{ width: 30px; height: 30px; }
.header_right ul li.header_call a::before, .header_right ul li.header_email a::before{ width: 15px; height: 15px; } 
.header_left { width: 100%; text-align: center; }
.header_left p{ line-height: 20px; padding: 0 0 8px; }
.header_logo.mobile { left: 20px; top: auto; bottom: 0; }
.header_logo.mobile a { width: 100px; height: 100px; }
.header_logo.mobile a img { width: 63px; height: auto; }
.header_top_otr{ padding: 12px 0 14px; }
h2 br{ display: none; }
.common_info_text { padding: 15px; }
.def-page h2, .def-page h3, .def-page h4, .def-page h5, .def-page h6 { margin: 0 0 4px; }
.box-item .box-item-box .img_box { width: 200px; height: 200px;}
.header_bottom_otr::before{ opacity: 1; height: 160px; }
.header_menu_list ul li > ul.sub-menu li{ padding: 0 0; }
.header_bottom_otr ul li a,.header_menu_list ul li > ul.sub-menu li a{  font-size: 16px; line-height: 28px; }
.cta ul li, .cta ul li a { font-size: 16px; }
 .word_gallery_inr .word_gallery_col { width: calc(100% - 0px); }

 .form_group { width: 100%; }
 .contact-details-inr .contact-details-item .contact-details-box img { width: 35px; height: 35px; margin-bottom: 2px; }
div#map { width: 100%; height: 350px; }
}

@media(max-width:375px){
    /* .captcha_sec iframe{ transform: scale(0.6); } */
        .footer_top > div { max-width: 100%; }
}