@charset "utf-8";
/*----------intial declartaion of css----------*/

* { padding: 0; margin: 0; list-style: none; }
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; }
html { -webkit-text-size-adjust: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
q { quotes: none }
q:before, q:after { content: ''; content: none }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -0.5em; }
sub { bottom: -0.25em }
nav ul, nav ol { list-style: none; list-style-image: none; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; }
textarea { overflow: auto; vertical-align: top }
table { border-collapse: collapse; border-spacing: 0 }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: none; cursor: pointer; }
/* remember to define focus styles! */

:focus { outline: 0; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
a { text-decoration: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border: 0 none; border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
img { border: 0 none; max-width: 100%; }
a { outline: none; cursor: pointer; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
/* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }
.clear { clear: both; }
img { max-width: 100%; }
/* For modern browsers */ 

.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
.cf { *zoom:1;
}
/****************************************************************************************************************/
/********************************************* Common CSS *******************************************************/
/****************************************************************************************************************/ 
p { font-size: 16px; color: #343233; line-height: 30px; font-weight: 400; font-family: 'Open Sans'; padding: 0 0 20px 0; }
h1, .h1 { font-size: 50px; margin: 0 0 20px 0; color: #222222; font-family: 'Open Sans'; font-weight: 400; }
h2, .h2 { font-size: 40px; margin: 0 0 20px 0; color: #222222; font-family: 'Open Sans'; font-weight: 400; }
h3, .h3 { font-size: 34px; margin: 0 0 20px 0; color: #222222; font-family: 'Open Sans'; font-weight: 400; }
h4, .h4 { font-size: 30px; margin: 0 0 20px 0; color: #222222; font-family: 'Open Sans'; font-weight: 400; }
h5, .h5 { font-size: 26px; margin: 0 0 20px 0; color: #222222; font-family: 'Open Sans'; font-weight: 400; }
h6, .h6 { font-size: 22px; margin: 0 0 20px 0; color: #222222; font-family: 'Open Sans'; font-weight: 400; }
span.h1, span.h2, span.h3, span.h4, span.h5, span.h6 { display: block }
body { font-size: 16px; color: #222222; line-height: 30px; font-weight: 400; font-family: 'Open Sans'; }
/****************************************************************************************************************/
.noscript { background: #000; color: #fff; float: left; font-size: 20px; left: 0; margin: 0 auto; min-height: 50px; padding: 10px 0; position: fixed; right: 0; text-align: center; bottom: 0; width: 100%; z-index: 999 }
.noscript p { margin-bottom: 0; color: #fff }
.noscript p i { color: #f90; margin-right: 10px; font-size: 20px; vertical-align: middle }
img { max-width: 100%; height: auto }
::selection { background: #558d4c; color: #FFF }
::-moz-selection {
 background:#558d4c;
 color:#FFF;
}
::-webkit-selection {
 background:#558d4c;
 color:#FFF;
}
.mc { margin-left: auto; margin-right: auto }
.mt0 { margin-top: 0 }
.mt5 { margin-top: 5px }
.mt10 { margin-top: 10px }
.mt15 { margin-top: 15px }
.mt20 { margin-top: 20px }
.mt25 { margin-top: 25px }
.mt30 { margin-top: 30px }
.mb0 { margin-bottom: 0 }
.mb5 { margin-bottom: 5px }
.mb10 { margin-bottom: 10px }
.mb15 { margin-bottom: 15px }
.mb20 { margin-bottom: 20px }
.mb25 { margin-bottom: 25px }
.mb30 { margin-bottom: 30px }
.ml0 { margin-left: 0 }
.ml5 { margin-left: 5px }
.ml10 { margin-left: 10px }
.ml15 { margin-left: 15px }
.ml20 { margin-left: 20px }
.ml25 { margin-left: 25px }
.ml30 { margin-left: 30px }
.mr0 { margin-right: 0 }
.mr5 { margin-right: 5px }
.mr10 { margin-right: 10px }
.mr15 { margin-right: 15px }
.mr20 { margin-right: 20px }
.mr25 { margin-right: 25px }
.mr30 { margin-right: 30px }
.pt0 { padding-top: 0 }
.pt5 { padding-top: 5px }
.pt10 { padding-top: 10px }
.pt15 { padding-top: 15px }
.pt20 { padding-top: 20px }
.pt25 { padding-top: 25px }
.pt30 { padding-top: 30px }
.pb0 { padding-bottom: 0 }
.pb5 { padding-bottom: 5px }
.pb10 { padding-bottom: 10px }
.pb15 { padding-bottom: 15px }
.pb20 { padding-bottom: 20px }
.pb25 { padding-bottom: 25px }
.pb30 { padding-bottom: 30px }
.pl0 { padding-left: 0 }
.pl5 { padding-left: 5px }
.pl10 { padding-left: 10px }
.pl15 { padding-left: 15px }
.pl20 { padding-left: 20px }
.pl25 { padding-left: 25px }
.pl30 { padding-left: 30px }
.pr0 { padding-right: 0 }
.pr5 { padding-right: 5px }
.pr10 { padding-right: 10px }
.pr15 { padding-right: 15px }
.pr20 { padding-right: 20px }
.pr25 { padding-right: 25px }
.pr30 { padding-right: 30px }
.flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; flex-wrap : wrap; }
.inline-flex { display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: -inline-flex; flex-wrap : wrap; }
.flex-ac { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; }
.flex-jc { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; justify-content: center; }
.flex-js { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; }
.flex-center { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; justify-content: center; }
.flex-ac-js { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.flex-as-js { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
.list-style-none { list-style-type: none; padding: 0; margin: 0; }
.container { width: 100%; max-width: 1200px; padding: 0 15px; }
.alignleft { float: left; margin: 0 30px 20px 0; max-width: 40%; }
.alignright { float: right; margin: 0 0 20px 30px; max-width: 40%; }
.aligncenter { float: none; display: block; margin: 0 auto 30px auto }
::-webkit-input-placeholder {
 color: inherit;
 opacity: 1;
}
:-moz-placeholder {
 color: inherit;
 opacity: 1;
}
::-moz-placeholder {
 color: inherit;
 opacity: 1;
}
:-ms-input-placeholder {
 color: inherit;
 opacity: 1;
}
::placeholder {
 color: inherit;
 opacity: 1;
}
/****************************************************************************************************************/ 
/************************************* header section styles goes here ******************************************/
/****************************************************************************************************************/
.site-main { overflow: hidden; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.site-main > header { position: fixed; top: 0; left: 0; right: 0; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; z-index: 9999; background: #fff; -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.75); -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.75); box-shadow: 0 0 5px 0 rgba(0,0,0,.75); }
.top_header { background: #558d4c; float: left; width: 100%; }
.left_header_contact { float: left; margin: 10px 0 0 0; }
.left_header_contact svg { width: 25px; height: auto; }
.left_header_contact ul li { display: inline-block; margin: 0 25px 0 0; position: relative; color: #fff; }
.left_header_contact ul li:before { position: absolute; right: -15px; top: 5px; content: ""; background: #fff; height: 20px; width: 1px; }
.left_header_contact ul li:last-child:before { display: none; }
.left_header_contact ul li a { color: #fff; font-size: 16px; }
.left_header_contact ul li i { font-size: 20px; vertical-align: middle; }
.left_header_contact ul li i.fa-phone { transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); -o-transform: rotate(135deg); }
.left_header_contact ul li span.txt_mail { margin: 0 0 0 10px; }
.right_header_contact { float: right; }
.right_header_contact a { background: #ecdd5e; width: 220px; height: 50px; line-height: 50px; text-align: center; color: #343233; font-family: 'Open Sans'; font-size: 16px; display: inline-block; text-transform: uppercase; }
.logo { float: left; padding: 13px 0 11px; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.logo img { -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.bottom_header { float: left; width: 100%; }
.header-navigation { float: left; padding: 36px 0 0 0; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.header_call { float: right; padding: 10px 0 0 20px; }
.header_call a { color: #558d4c; font-size: 16px; font-family: 'Open Sans'; position: relative; }
.header_call a:before { position: absolute; left: 0; bottom: 0; background: #558d4c; width: 100%; height: 1px; content: ""; }
.header_right { float: right; padding: 0 0 0 0; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.banner { padding: 168px 0 0 0; }
#slider1 { position: relative; }
#slider1 li:before { position: absolute; top: 0; left: 0; right: 0; content: ""; background: rgba(52,50,51,0.30); width: 100%; height: 100%; z-index: 1; }
/**************************************** Home Contact Form section *****************************************************/
.home_cnt_form { padding: 0 0 0; background: #f4f4f4; max-width: 1500px; margin: 0 auto; box-shadow: 0px 30px 32px -30px rgba(0,0,0,0.20); -webkit-box-shadow: 0px 30px 32px -30px rgba(0,0,0,0.20); -moz-box-shadow: 0px 30px 32px -30px rgba(0,0,0,0.20); }
.home_cnt_form .middle_banner_img { padding: 0 0; position: relative; background: #f4f4f4; box-shadow: 0px 30px 32px -30px rgba(0,0,0,0.20); -webkit-box-shadow: 0px 30px 32px -30px rgba(0,0,0,0.20); -moz-box-shadow: 0px 30px 32px -30px rgba(0,0,0,0.20); }
.home_cnt_form .contact-form { padding: 25px 0 40px 0; background: #f4f4f4; /*margin: -97px auto 0;*/ position: relative; }
.home_cnt_form .contact-form h3, .home_cnt_form .contact-form span { color: #343233; font-size: 40px; margin: 0 0 32px; font-family: 'Open Sans'; display: block; }
.form_cta { position: absolute; right: 0; top: -20px; }
.form_cta i.fa-phone { color: #fff200; transform: rotate(133deg); position: relative; left: -15px; -moz-transform: rotate(133deg); -ms-transform: rotate(133deg); -o-transform: rotate(133deg); -webkit-transform: rotate(133deg); vertical-align: middle }
.form_cta a { width: 470px; height: 60px; vertical-align: middle; display: inline-block; background: #0c7f40; text-align: center; line-height: 50px; }
.form_cta span { color: #fff; vertical-align: middle; display: inline-block; margin: 0 14px 0 0; font-size: 18px; }
.home_cnt_form .contact-form form { margin: 0 0 0 0; }
.home_cnt_form .contact-form .form-group { margin: 0 0 0 0; }
.home_cnt_form .contact-form .form-control { background-color: none; background: none; background-image: none; border: 1px solid #999999 !important; border-left: none; border-right: none; border-top: none; border-radius: 0; box-shadow: none; color: #222222 !important; display: block; font-size: 16px; height: 50px; line-height: 1.42857; padding: 0 20px; }
.home_cnt_form .contact-form .form-control:focus { border-color: #558d4c !important; }
#home_cnt_form { margin: -97px auto 0; }
 .home_cnt_form .contact-form input::-webkit-input-placeholder, .home_cnt_form .contact-form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:#222222;
 opacity:1;
}
 .home_cnt_form .contact-form input:-moz-placeholder, .home_cnt_form .contact-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:#222222;
 opacity:1;
}
 .home_cnt_form .contact-form input::-moz-placeholder, .home_cnt_form .contact-form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:#222222;
 opacity:1;
}
 .home_cnt_form .contact-form form input:-ms-input-placeholder, .home_cnt_form .contact-form form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#222222;
 opacity:1;
}
.home_cnt_form .contact-form .captcha_box { height: auto; margin: 8px 0 30px; padding: 0 0 0 0px; position: relative; float: left; width: 48%; }
.home_cnt_form .contact-form .submit-btn { display: inline-block; text-align: center; line-height: 50px; min-width: 100%; position: relative; z-index: 1; color: #343233; font-family: 'Open Sans'; font-size: 16px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; vertical-align: top; padding: 0; border-radius: 0; margin: 0; overflow: hidden; background: #ecdd5e; text-transform: uppercase; }
.home_cnt_form .contact-form .submit-btn:focus { background: #343233; }
.home_cnt_form .contact-form .required-field { font-size: 14px; color: #626362; text-align: center; margin-top: 0; float: left; line-height: 30px; }
.contact_us_02 .contact-form .required-field span { color: #fff; }
.home_cnt_form .contact-form .select_box { position: relative; }
.home_cnt_form .contact-form .select_box select { -moz-appearance: none; box-shadow: none; -webkit-appearance: none; -ms-appearance: none; -o-appearance: none; -ms-appearance: none; cursor: pointer; }
.home_cnt_form .contact-form .select_box select option { padding: 10px 0px; font-size: 14px; display: block; color: #000 }
.home_cnt_form .contact-form .select_arrow i { color: #333333; font-size: 25px; margin: 0; pointer-events: none; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); z-index: 1; }
/****************************************************************************************************************/
/************************************* header section styles goes ends ******************************************/
/****************************************************************************************************************/


/****************************************************************************************************************/
/************************************* midd section styles goes here ********************************************/
/****************************************************************************************************************/
section#hl_testimonials { float: left; width: 100%; margin: 0 auto 10px; display: flex; }
/********************************* Services section **********************************************/
.hl_services { padding: 74px 0 85px }
.hl_services .container { max-width: 1260px; }
.hl_services .col-xl-4 { padding: 0 25px; }
.center_title { text-align: center; position: relative; }
.center_title h2 { position: relative; }
.center_title h2:before { position: absolute; left: 50%; bottom: -31px; transform: translateX(-50%); background: url(https://www.easywaymoves.com.au/wp-content/uploads/2023/02/title_btm_pattern1.png) no-repeat; width: 271px; height: 22px; content: ""; }
.center_title span { position: relative; font-size: 40px; margin: 0 0 20px 0; color: #222222; font-family: 'Open Sans'; font-weight: 400; }
.center_title span:before { position: absolute; left: 50%; bottom: -31px; transform: translateX(-50%); background: url(https://www.easywaymoves.com.au/wp-content/uploads/2023/02/title_btm_pattern1.png) no-repeat; width: 271px; height: 22px; content: ""; }
.services_main_blocks { margin: 30px 0 0 0; float: left; width: 100%; }
.services_blocks .services_box .serv_hvr::before { background: rgba(85, 141, 76, 0.9) none repeat scroll 0 0; bottom: 0; content: ""; height: 100%; left: 0; opacity: 0; position: absolute; right: 0; top: 0; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; width: 100%; z-index: 10; }
.services_blocks .services_box .serv_hvr { overflow: hidden; position: relative; }
.services_blocks .services_box { display: block; margin-bottom: 50px; }
.services_blocks .services_box img { width: 100% }
.services_blocks .services_box .serv_txt { bottom: 25px; left: 20px; position: absolute; right: 35px; top: auto; transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); -webkit-transform: translateY(100%); transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; z-index: 50; padding: 0 }
.services_blocks .services_box .serv_txt h3 { color: #fff; font-size: 24px; position: relative; margin: 0 0 30px; opacity: 0 }
.services_blocks .services_box .serv_txt h3:before { position: absolute; left: -20px; bottom: -16px; content: ""; width: 280px; height: 2px; background: #ecdd5e; }
.services_blocks .services_box .serv_txt p { color: #fff; font-size: 16px; padding: 0 0 10px }
.serv_title { position: absolute; bottom: 0; }
.serv_title h3 { color: #fff; font-size: 18px; text-align: left; position: relative; padding: 0 19px; z-index: 999; margin: 0 0 15px }
.services_blocks figure { margin: 0 0 0 }
.services_blocks:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ""; background: rgba(0,0,0,0.5); z-index: 9; }
.services_blocks { position: relative; }
.services_blocks:hover { -webkit-box-shadow: 0px 0px 15px 2px rgba(85, 85, 85, 0.75); -moz-box-shadow: 0px 0px 15px 2px rgba(85, 85, 85, 0.75); box-shadow: 0px 0px 15px 2px rgba(85, 85, 85, 0.75); }
.hl_services_box_main { margin: 70px 0 0 0; }
.btn_view_all { text-align: center; position: relative; margin: -17px 0 0 0; }
.btn_view_all a { text-transform: uppercase; font-family: 'Open Sans'; font-weight: 600; color: #222; font-size: 18px; position: relative; }
.btn_view_all a:before { position: absolute; left: 50%; bottom: -12px; transform: translateX(-50%); content: ""; width: 100%; height: 5px; background: #558d4c }
/**************************************** Middle Banner section *****************************************/
.middle_banner { max-width: 1500px; position: relative; z-index: 1; margin: 0 auto; padding: 53px 0 68px; text-align: left; display: block; background-size: 100% !important; }
.middle_banner:before { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; background: rgba(0,0,0,0.10) }
.middle_banner_main { text-align: left; position: relative; }
.middle_banner_main h3 { color: #fff; line-height: 60px; margin: 0 0 15px 0; font-size: 40px; color: #222222; }
.middle_banner_main h3 span.txt_color { color: #558d4c; font-family: 'Open Sans'; text-transform: uppercase; }
.middle_banner_main p { color: #222; padding: 0 0 34px 0; font-size: 16px; }
.middle_banner_main a { display: inline-block; text-align: center; line-height: 50px; min-width: 220px; position: relative; z-index: 1; color: #fff; font-family: 'Open Sans'; font-size: 16px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; vertical-align: top; padding: 0; border-radius: 0; margin: 0 16px 0 0; overflow: hidden; background: #558d4c; text-transform: uppercase; }
.middle_banner_main a.bg_black { background: #ecdd5e; color: #343233; }
/**************************************** About Us section *****************************************/
.hl_about { padding: 67px 0 83px 0; }
.hl_about_img { padding: 43px 0 0 0; float: right; width: 450px; padding: 10px 0 10px 9px; }
.hl_about_txt { /*padding: 0 0 0 20px; height: 440px;*/ padding: 0; }
.hl_about h1 { padding: 40px 0 0 0; }
.hl_about h1 { font-size: 36px; line-height: normal; position: relative; margin: 0 0 45px }
.hl_about h1:before { position: absolute; left: 0; bottom: -31px; background: url(https://www.easywaymoves.com.au/wp-content/uploads/2023/02/title_btm_pattern1.png) no-repeat; width: 271px; height: 22px; content: ""; }
.hl_about_txt h2 { font-size: 34px; line-height: normal; position: relative; margin: 0 0 45px }
.hl_about_txt h2:before { position: absolute; left: 0; bottom: -31px; background: url(https://www.easywaymoves.com.au/wp-content/uploads/2023/02/title_btm_pattern1.png) no-repeat; width: 271px; height: 22px; content: ""; }
.hl_about_txt p { padding: 0 0 20px 0 }
.hl_about_txt a.read_more { display: none; text-transform: uppercase; font-family: 'Open Sans'; font-weight: 600; color: #222; font-size: 18px; position: relative }
.hl_about_txt a.read_more:before { position: absolute; left: 50%; bottom: -12px; transform: translateX(-50%); content: ""; width: 100%; height: 5px; background: #ea9714 }
.hl_about_txt ul { list-style-type: none; margin: 10px 0 30px; padding: 0 0 0 0px; }
.hl_about_txt ul.two_column { column-count: 2 }
.hl_about_txt ul.three_column { column-count: 3 }
.hl_about_txt ul li { line-height: 26px; padding: 0 0 10px 20px; position: relative; }
.hl_about_txt ul li:before { position: absolute; top: 10px; left: 0; content: ""; background: #558d4c; width: 8px; height: 8px; }
.hl_about_txt ul li a { color: #558d4c;    font-family: 'Open Sans'; }
.hl_about_txt ul li a:hover { color: #222222; }
.home_cnt_form .contact-form .form-group span { margin: 0 }
.home_cnt_form .contact-form .form-group span.wpcf7-spinner { position: absolute; }
/**************************************** Why Choose Us section *****************************************/
.hl_why_choose_us { background: #f4f4f4; padding: 75px 0 70px 0; }
.hl_why_choose_us .center_title h2, .hl_why_choose_us .center_title span { margin: 0 0 63px; display: inline-block; }
.hl_why_choose_us .center_title p { padding: 0 110px }
.hl_why_choose_box_main { text-align: center; margin: 35px 0 0 0; }
.hl_why_choose_box { }
.hl_why_choose_box.color_blue .icon_box { width: 120px; height: 120px; border-radius: 50%; margin: 0 auto 37px; border: 15px solid rgba(85,141,76,0.70); display: flex; justify-content: center; align-items: center; }
.hl_why_choose_box.color_yellow .icon_box { width: 120px; height: 120px; border-radius: 50%; margin: 0 auto 37px; border: 15px solid rgba(236,221,94,0.70); display: flex; justify-content: center; align-items: center; }
.hl_why_choose_box.color_blue .icon_box svg { fill: #558d4c; }
.hl_why_choose_box.color_yellow .icon_box svg { fill: #343233; }
.hl_why_choose_box .txt_box p { padding: 0 20px }
.hl_why_choose_box.color_blue .txt_box h3 { font-size: 18px; color: #558d4c; margin: 0 0 30px }
.hl_why_choose_box.color_yellow .txt_box h3 { font-size: 18px; color: #343233; margin: 0 0 30px }
/**************************************** Testimonials section *****************************************/
.hl_testimonials { max-width: 1500px; background: #e3e1e2; position: relative; margin: 80px auto; z-index: 0; padding: 0 0 0; float: left; width: 100%; text-align: center; }
.hl_testimonials:before { position: absolute; left: 0; top: 0; content: ""; /*background: url(../images/testimonials_img.jpg) no-repeat;*/ background: url(https://www.easywaymoves.com.au/wp-content/uploads/2023/04/testimonial-min.jpg) no-repeat; width: 1500px; height: 520px; z-index: -1; }
.hl_testimonials h2, .hl_testimonials span.test_title { display: inherit; text-align: right; padding: 75px 0 0 0; position: relative; font-size: 40px; margin: 0 0 20px 0; color: #222222; font-family: 'Open Sans'; font-weight: 400; }
.hl_testimonials h2:before, .hl_testimonials span.test_title:before { position: absolute; right: 305px; bottom: -30px; background: url(https://www.easywaymoves.com.au/wp-content/uploads/2023/02/title_btm_pattern1.png) no-repeat; width: 271px; height: 22px; content: ""; }
.hl_testimonials_carousel { padding: 0 0 84px; float: right; max-width: 520px; margin: 39px 36px 0 0; }
.hl_testimonials_carousel i { font-size: 50px; color: rgba(85, 141, 76, 0.50); position: absolute; top: 5px; z-index: -1; left: 5px; }
.hl_testimonials_carousel span.client_name { text-transform: uppercase; font-family: 'Open Sans'; font-weight: 600; color: #558d4c; font-size: 18px; position: relative; display: block; margin: 15px 0 0; }
/*.hl_testimonials_carousel span.client_name:before { position: absolute; left: 0; bottom: 0; content: ""; width: 124px; height: 5px; background: #558d4c }*/
.hl_testimonials_carousel .owl-dot { display: inline-block; width: 10px; height: 10px; margin: 0 10px 0px 0; border-radius: 0; background: #558d4c; }
.hl_testimonials_carousel .owl-dot.active { background: #ecdd5e; }
section#home_cnt_form.bottomform { margin: 50px 0 0; float: left; width: 100%; }
/**************************************** Latest News section *****************************************/
.hl_latest_news { float: left; width: 100%; padding: 72px 0 85px 0; }
.hl_latest_news .container { max-width: 1510px; padding: 0; }
.hl_latest_news .center_title h2 { position: relative; text-align: center }
.hl_latest_news .center_title h2:before { position: absolute; bottom: -30px; background: url(../images/title_btm_pattern.png) no-repeat; width: 271px; height: 22px; content: ""; }
.news_img { }
.hl_latest_news_carousel { padding: 50px 0 0 0; }
.news_block_main { position: relative; margin: 0 0 30px; }
.news_img { position: relative }
.news_img span { font-family: 'Open Sans'; font-weight: 600; opacity: 0; color: #fff; text-align: center; display: block; text-transform: uppercase; font-size: 18px; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 99; }
.news_img span:before { position: absolute; left: 0; bottom: 0; content: ""; width: 100%; height: 5px; background: #343233 }
.news_desc { text-align: center; padding: 15px 0 0; }
.inner-page .news_desc h3 { font-size: 22px; min-height: 60px; color: #222222; font-size: 24px; margin: 0 0 27px; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; }
.news_desc p { color: #222222; font-size: 16px; }
.news_img::before { background: rgba(195, 40, 46, 0.8) none repeat scroll 0 0; bottom: 0; content: ""; height: 100%; left: 0; opacity: 0; position: absolute; right: 0; top: 0; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; width: 100%; z-index: 10; }
.hl_latest_news .btn_view_all { margin: 5px 0 0 0; }
.hl_latest_news_carousel .owl-nav .owl-prev { background: url(../images/carousel_prev_arrow-01.png) no-repeat; width: 16px; height: 28px; top: 50%; transform: translateY(-50%); position: absolute; margin: 11px 0 0 0; left: -105px; }
.hl_latest_news_carousel .owl-nav .owl-next { background: url(../images/carousel_next_arrow-01.png) no-repeat; width: 16px; height: 28px; top: 50%; transform: translateY(-50%); position: absolute; right: -105px; margin: 11px 0 0 0 }
/**************************************** Home Contact Form section *****************************************************/
.home_cnt_form_01 { padding: 0 0 0; float: left; width: 100%; }
.home_cnt_form_01 { position: relative; z-index: 1; margin: 0 auto; padding: 79px 0 34px; text-align: left; display: block; }
.home_cnt_form_01:before { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; background: rgba(52,50,51,0.60) }
.home_cnt_form_01 .middle_banner_img { padding: 0; position: relative; }
.home_cnt_form_01 .contact-form { padding: 40px 0 0; max-width: 770px; margin: 0 auto; }
.home_cnt_form_01 .title_txt h2 { position: relative; margin: 0 0 32px 0; color: #fff; letter-spacing: 0.2em; font-size: 40px; }
.home_cnt_form_01 .title_txt span { position: relative; margin: 0 0 22px 0; color: #fff; font-size: 40px; display: block; }
.home_cnt_form_01 .title_txt p { color: #fff; padding: 40px 0 0; }
.home_cnt_form_01 .title_txt span:before { position: absolute; left: 50%; bottom: -40px; background: url(https://www.easywaymoves.com.au/wp-content/uploads/2023/02/title_btm_pattern.png) no-repeat; width: 271px; height: 22px; content: ""; transform: translateX(-50%); }
.home_cnt_form_01 .contact-form h2:before { display: none; }
.home_cnt_form_01 .contact-form .form-group { margin-bottom: 30px; }
.home_cnt_form_01 .contact-form textarea.form-control { height: 119px !important; resize: none; padding: 13px 20px; margin: 0 0 0; }
.home_cnt_form_01 .contact-form .form-control { background-color: none; background: none;font-family: 'Open Sans'; background-image: none; border: 1px solid #dddddd !important; border-left: none; border-right: none; border-top: none; border-radius: 0; box-shadow: none; color: #dddddd !important; display: block; font-size: 16px; height: 50px; line-height: 1.42857; padding: 0 20px 0; width: 100%; }
.home_cnt_form_01 .contact-form .form-control:focus { border-color: #558d4c !important; }
.home_cnt_form_01 .contact-form-main h2 { padding: 20px 0 0; font-size: 30px; color: #fff; }
 .home_cnt_form_01 .contact-form input::-webkit-input-placeholder, .home_cnt_form_01 .contact-form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:#dddddd;
 opacity:1;
}
 .home_cnt_form_01 .contact-form input:-moz-placeholder, .home_cnt_form_01 .contact-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:#dddddd;
 opacity:1;
}
 .home_cnt_form_01 .contact-form input::-moz-placeholder, .home_cnt_form_01 .contact-form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:#dddddd;
 opacity:1;
}
 .home_cnt_form_01 .contact-form form input:-ms-input-placeholder, .home_cnt_form_01 .contact-form form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#dddddd;
 opacity:1;
}
.home_cnt_form_01 .contact-form .captcha_box { height: auto; margin: 8px 0 30px; padding: 0 0 0 0px; position: relative; float: left; width: 48%; }
.home_cnt_form_01 .contact-form .submit_btn_box { position: relative; text-align: center; display: table; margin: 0 auto 0 }
.home_cnt_form_01 .contact-form .submit-btn { font-family: 'Open Sans'; display: inline-block; text-align: center; line-height: 50px; min-width: 220px; position: relative; z-index: 1; color: #343233; font-size: 16px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; vertical-align: top; padding: 0; border-radius: 0; margin: 0; overflow: hidden; background: #ecdd5e; text-transform: uppercase; }
.home_cnt_form_01 .contact-form .submit-btn:focus { background: #fff; color: #222; }
.home_cnt_form_01 .contact-form .required-field { font-size: 14px; color: #626362; text-align: center; margin-top: 0; float: left; line-height: 30px; }
.home_cnt_form_01 .contact_us_02 .contact-form .required-field span { color: #fff; }
.home_cnt_form_01 .contact-form .select_box { position: relative; }
.home_cnt_form_01 .contact-form .select_box select { -moz-appearance: none; box-shadow: none; -webkit-appearance: none; -ms-appearance: none; -o-appearance: none; -ms-appearance: none; cursor: pointer; }
.home_cnt_form_01 .contact-form .select_box select option { padding: 10px 15px; font-size: 14px; display: block; color: #000 }
.home_cnt_form_01 .contact-form .select_arrow i { color: #fff; font-size: 25px; margin: 0; pointer-events: none; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); z-index: 1; }
/****************************************************************************************************************/
/************************************* midd section styles goes ends ********************************************/
/****************************************************************************************************************/


/****************************************************************************************************************/
/************************************* Footer section styles goes here ******************************************/
/****************************************************************************************************************/
.theme-footer { margin: 72px 0 0 0; }
.footer-title { color: #558d4c; font-size: 18px; margin: 0 0 0 0; display: inline-block; vertical-align: top; position: relative; line-height: 32px; }
.quick-links ul { list-style-type: none; padding: 0; margin: 22px 0 0 0; color: #333; font-size: 16px; line-height: 2; }
.quick-links ul li { position: relative; padding: 0; }
.quick-links ul li + li { margin-top: 4px; }
.quick-links ul li a, #main_locate li a{ color: #333; position: relative; }
.quick-links ul li a:before, #main_locate li a:before { content: ""; display: block; position: absolute; left: 0; bottom: 50%; width: 100%; height: 1px; background: #333; opacity: 0; }
.quick-links ul li.selected a, #main_locate li.selected a { color: #558d4c; }
.address_details { margin: 0 0 0 0; }
.contact_details ul { margin: 22px 0 0 0 }
.address_details span { display: block; text-decoration: underline }
.address_details p { line-height: 40px; color: #333; padding: 0 }
.address_details a { display: block; line-height: 42px; color: #333; }
.theme-footer-top { padding: 0 0 65px; }
.theme-footer-bottom { background: #558d4c; float: left; width: 100%; }
.copyright { float: left; }
.copyright p { padding: 10px 0 0 0;color:#fff; }
.copyright a {color: #222222;}
.copyright a:hover {color: #558d4c;}
.footer_social { float: right; }
.footer_social ul li { display: inline-block; margin: 0 0 0 5px; }
.footer_social ul li a { display: inline-block; width: 50px; height: 50px; background: #558d4c; display: flex; justify-content: center; align-items: center; }
.footer_social ul li i { color: #fff; font-size: 18px; }
#toTop { background: #558d4c; bottom: 80px; cursor: pointer; height: 54px; position: fixed; right: 20px; width: 54px; z-index: 99; border-radius: 0; }
.top-btn .fa-sort-up { color: #fff; font-size: 28px !important; margin: 3px 0 0; }
.top-btn > div { color: #fff; font-size: 15px; margin: -16px 0 0; text-transform: uppercase; }
/****************************************************************************************************************/
/************************************* Footer section styles ends here ******************************************/
/****************************************************************************************************************/


/******************************************************************************************************************************/
/************************************************* Inner Banner style *********************************************************/
/******************************************************************************************************************************/
.container-main.inner-page { padding: 168px 0 0 0; }
.page-heading { display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; align-items: center; position: relative; margin-bottom: 0; height: auto; background-position: center center; min-height: 400px; min-width: 100%; max-width: 100%; background-size: cover; z-index: 0; }
.page-heading.no_banner { min-height: 300px; }
.page-heading:before { content: ""; display: block; width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: absolute; left: 0; top: 0; z-index: 0; opacity: 1 }
.page_heading_main { text-align: center; position: relative; padding: 10px 0; margin: 0 !important }
.inner-page .page-heading h1, .inner-page .page-heading .h1 { margin: 0 }
/*.page_heading_main:before { position: absolute; left: 50%; top: 0; content: ""; background: rgba(5,63,159,0.5); width: 500px; height: 100%; margin: 0 auto; transform: translateX(-50%); }*/

.page-heading h1, .page-heading .h1 { color: #fff; font-size: 50px;font-size: 40px; margin: 0 auto 0; position: relative; z-index: 1; line-height: 80px; display: block; padding: 0; border-radius: 0; text-align: center; }
.content-area .button.button_border { min-width: auto }
.page-heading .container { margin-top: -50px; }
.inner-page ul.breadcrumb li:before { display: none; }
.inner-page ul.breadcrumb { background: none; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; padding: 0; margin: 5px 0 0 0; justify-content: center; font-size: 14px; }
.inner-page ul.breadcrumb li + li:before { content: "|"; display: inline-block !important; width: auto; height: auto; vertical-align: middle; margin: 0 10px; top: -3px; position: relative; background: transparent; line-height: 30px; font-size: 14px; color: #fff; left: 0; padding: 0; }
.inner-page ul.breadcrumb li a { color: #fff; line-height: 30px; font-family: 'Open Sans'; }
.inner-page ul.breadcrumb li.selected { color: #558d4c; font-family: 'Open Sans'; }
.inner-page ul.breadcrumb li { line-height: 30px; padding: 0; margin: 0 !important; font-weight: 500; font-size: 16px; }
.inner-banner .breadcrumb li+li { padding: 0 0 0 26px; }
.inner-banner .breadcrumb li.active { color: #558d4c; }
.inner-banner .breadcrumb li a:hover { color: #558d4c; }
/****************************************************************************************************************************/
/************************************************ inner page section style **************************************************/
/****************************************************************************************************************************/
#inner-page { }
.inner-page, .content-area { padding: 50px 0; }
.inner-page h1 { font-size: 40px; margin: 0 0 15px 0; line-height: normal; }
.inner-page h2 { font-size: 30px; margin: 0 0 15px 0; line-height: normal; }
.inner-page h3 { font-size: 26px; margin: 0 0 15px 0; line-height: normal; }
.inner-page h4 { font-size: 22px; margin: 0 0 15px 0; line-height: normal; }
.inner-page h5 { font-size: 20px; margin: 0 0 15px 0; line-height: normal; }
.inner-page ul { list-style-type: none; margin: 0 0 20px; padding: 0 0 0 20px; }
.inner-page ul li { line-height: 26px; padding: 0 0 0 0; position: relative; }
.inner-page ul li:before { position: absolute; top: 7px; left: -20px; content: ""; background: #558d4c; width: 8px; height: 8px; }
.inner-page p { padding: 0 0 20px 0; }
.inner-page a { color: #558d4c; font-family: 'Open Sans';    font-weight: 600;    text-decoration: underline }
.inner-page a:hover { color: #222; }
.img-block { text-align: center; }
.inner_service span { font-size: 35px; }
.inner-page .alignleft { float: left; margin: 0 15px 5px 0; }
.inner-page .alignright { float: right; margin: 0 0px 10px 15px; }
.post-template-blog_inner .inner-page .alignright { float: right; margin: 10px 0px 10px 15px; width:36%; }
.inner-page .alignnone { margin: 20px 0; float: none; }
.inner-page .txt_link { color: #000; font-weight: bold; }
.inner-page ul.two_column { column-count: 2 }
.inner-page ul.three_column { column-count: 3 }
.inner-page span.highlight { display: block; margin: 0 0; color: #3374c1; font-size: 24px; font-family: 'Play-Bold'; }
.inner-page .pricpolicy_box_main ul { padding: 0 0 0 0px; }
.inner-page .pricpolicy_box_main ul li { padding: 0 0 10px 20px; }
.inner-page .pricpolicy_box_main ul li:before { position: absolute; top: 7px; left: 0; content: ""; background: #558d4c; width: 8px; height: 8px; }
blockquote { padding: 15px; background-color: #f5f5f5; border: 1px solid #343233; }
/****************************************************************************************************************************/
/************************************************ Contact page style **************************************************/
/****************************************************************************************************************************/
.contact_page { padding: 50px 0 0; }
.contact_page .contact-form h2 { color: #303030; text-align: left; position: relative; margin: 0 0 10px 0 }
.contact_page .contact-form h2:before { display: none; }
.contact_page .contact-form .form-group { margin-bottom: 25px; }
.contact_page .contact-form textarea.form-control { height: 140px !important; resize: none; padding: 13px 20px; }
.contact_page .contact-form .form-control { background-color: #fff; background-image: none; border: 1px solid #595959 !important; border-left: none; border-right: none; border-top: none; border-radius: 0; box-shadow: none; color: #303030; display: block; font-size: 16px; height: 50px; line-height: 1.42857; padding: 10px 19px; width: 100%; }
.contact_page .contact-form .form-control:focus { border-color: #558d4c !important; box-shadow: 0 0 5px #558d4c; }
.contact_page .contact-form-main h2 { padding: 20px 0 0; font-size: 30px; color: #303030; }
 .contact_page .contact-form input::-webkit-input-placeholder, .contact_page .contact-form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:#303030;
 opacity:1;
}
 .contact_page .contact-form input:-moz-placeholder, .contact_page .contact-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:#303030;
 opacity:1;
}
 .contact_page .contact-form input::-moz-placeholder, .contact_page .contact-form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:#303030;
 opacity:1;
}
 .contact_page .contact-form form input:-ms-input-placeholder, .contact_page .contact-form form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#303030;
 opacity:1;
}
.contact_page .contact-form .form-group .captcha_box { height: auto; margin: 0 0 20px; padding: 0 0 0 0px; position: relative; }
.contact_page .contact-form .submit_btn_box { text-align: center; margin: 0 auto; display: table; }
.contact_page .contact-form .submit-btn { width: 200px; height: 50px; line-height: 50px; text-align: center; display: inline-block; color: #fff; text-transform: uppercase; font-size: 16px; font-family: 'Open Sans'; border-radius: 0; margin: 7px 0 0 0; background: #558d4c; float: right; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.contact_page .contact-form .submit-btn:focus { background: #343233; color: #fff; }
.contact_page .contact-form .submit-btn:hover { background: #343233; color: #fff; }
.contact_map iframe { border: 2px solid #231f20 }
.contact_page .contact-form .select_box { position: relative; }
.contact_page .contact-form .select_box select { -moz-appearance: none; box-shadow: none; -webkit-appearance: none; -ms-appearance: none; -o-appearance: none; -ms-appearance: none; cursor: pointer; }
.contact_page .contact-form .select_box select option { padding: 10px 15px; font-size: 14px; display: block; color: #000 }
.contact_page .contact-form .select_arrow i { color: #222; font-size: 25px; margin: 0; pointer-events: none; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); z-index: 1; }
.contact_main .main_title { margin: 0 0 33px 0; }
.contact_main form .button { margin: 18px 0 0 0; }
.contact_icon_box_main { margin: 30px 0 0 0; padding: 76px 0; text-align: center; background: #efefef; }
.contact_icon_box_main .main_title { margin: 0 0 44px 0; font-size: 40px; }
.contact_icon_box_main .about_icon_box .about_icon { height: 160px; width: 160px; margin: 0 auto 19px auto; }
.contact_icon_box_main .about_icon_box .about_icon:before { height: auto; width: auto; left: 15px; top: 15px; right: 15px; bottom: 15px; }
.contact_icon_box_main .about_icon_box .about_icon:after { height: auto; width: auto; left: 28px; right: 28px; top: 28px; bottom: 28px; }
.contact_icon_box_main .about_icon_box p { margin: 0; padding: 0 }
.contact_icon_box_main .about_icon_box { }
.contact_icon_box_main .about_icon_box ul { margin: 14px 0 0 0; padding: 0 }
.contact_icon_box_main .about_icon_box ul > li { display: inline-block; padding: 0 0; }
.contact_icon_box_main .about_icon_box ul > li:before { display: none; }
.contact_icon_box_main .about_icon_box ul > li a svg { height: 25px; width: 25px; }
.contact_icon_box_main .about_icon_box ul > li+li { margin: 0 0 0 15px; }
.contact_icon_box_main .about_icon_box .about_icon.call svg { height: 47px; width: 47px; }
.about_icon_box { }
.about_icon_box .about_icon { display: block; margin: 0 auto 10px auto; height: 100px; width: 100px; padding: 0 0; position: relative; background: rgb(85 141 76 / 0.1); border-radius: 50%; }
.about_icon_box .about_icon:before { content: ""; position: absolute; top: 10px; left: 0; margin: 0 auto; height: 83px; width: 83px; padding: 0 0; right: 0; background: rgb(85 141 76 / 0.3); border-radius: 50%; }
.about_icon_box .about_icon:after { content: ""; position: absolute; top: 17px; left: 0; margin: 0 auto; height: 67px; width: 67px; padding: 0 0; right: 0; background: rgb(85 141 76 / 1); border-radius: 50%; }
.about_icon_box .about_icon svg { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); z-index: 1; fill: #fff; }
.contact_icon_box_main .about_icon_box span { font-family: 'Open Sans'; font-weight: 600; }
.contact-form .main_title { text-align: center; font-size: 40px; margin: 0 0 30px }
/****************************************************************************************************************************/
/************************************************ FAQ page style **************************************************/
/****************************************************************************************************************************/
.accordion-group { border-bottom: 1px solid #999; }
.accordion { position: relative; border-top: 1px solid #999; }
.accordion-button { color: #333 !important; line-height: 26px; font-size: 18px; display: block; padding-right: 30px; text-transform: uppercase; }
.accordion-button.active { color: #558d4c !important }
.faq-title { display: inline-block; position: relative; z-index: 1; padding: 20px 0; }
.accordion-button .icon { display: block; height: 17px; width: 17px; position: absolute; right: 0; top: 24px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.accordion-button .icon:before, .accordion-button .icon:after { content: ""; position: absolute; left: 0; top: 7px; width: 17px; height: 3px; background: #606060; }
.accordion-button .icon:after { width: 3px; height: 17px; top: 0; left: 7px; }
.accordion-content { display: none; padding: 0 0 20px 0; }
.accordion + .accordion { }
.accordion-button.active { }
.accordion-button.active .icon:after { -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.accordion-button.active + .accordion-content { border-color: #e82471; }
.accordion-content.show { display: block; }
.accordion-content > *:first-child { margin-top: 0; }
/****************************************************************************************************************************/
/******************************************* testimonial page section style **************************************************/
/****************************************************************************************************************************/
.testimonialpage_main .testimonial_text p { font-size: 16px; line-height: 30px; text-align: justify; }
.testimonialpage_main .testimonial_name { color: #558d4c; font-family: 'Open Sans'; font-weight: 600; font-size: 18px; font-weight: 400; padding: 0 0 0; text-transform: uppercase; }
.testimonialpage_main i { color: #558d4c; font-size: 60px; left: 0; position: absolute; top: 3px; }
.testimonialpage_main::before { background: #558d4c; bottom: 38px; content: ""; left: 75px; position: absolute; top: 8px; width: 2px; }
.testimonialpage_main { border-bottom: 1px solid #558d4c; margin-bottom: 30px; padding: 0 0 30px 95px; position: relative; }
.testimonialpage_main:last-child { border: none; }
/****************************************************************************************************************************/
/******************************************* Services page section style **************************************************/
/****************************************************************************************************************************/
.services_page .hl_services_box_main { margin: 0; }
.services_carousel_main { margin: 50px 0 0 0; float: left; width: 100%; }
.services_carousel_main h2 { text-align: center }
.services_carousel .owl-nav { vertical-align: top; margin-top: 0; text-align: center; }
.services_carousel .owl-nav .owl-prev { background: url(../images/carousel_prev_arrow-01.png) no-repeat; width: 16px; height: 28px; top: 50%; transform: translateY(-50%); position: absolute; margin: -30px 0 0 0; left: -65px; }
.services_carousel .owl-nav .owl-next { background: url(../images/carousel_next_arrow-01.png) no-repeat; width: 16px; height: 28px; top: 50%; transform: translateY(-50%); position: absolute; right: -60px; margin: -30px 0 0 0 }
/****************************************************************************************************************************/
/************************************************ Pagination style **************************************************/
/****************************************************************************************************************************/
.inner-page .my_pagination { text-align: center; padding: 0 0 40px 0; float: left; width: 100%;    display: flex; flex-wrap: wrap;justify-content: center; }
.inner-page .my_pagination .pagination .wp-pagenavi { display: inline-block; vertical-align: top }
.inner-page .my_pagination .pagination .wp-pagenavi span.current { background: #0b74b9; color: #fff }
.inner-page .my_pagination .pagination .wp-pagenavi span, .my_pagination .wp-pagenavi a { display: block; width: 40px; height: 40px; border: 1px solid #0b74b9; line-height: 40px; color: #303030; font-weight: 400; float: left; margin: 0; padding: 0 }
.inner-page .my_pagination .pagination .wp-pagenavi a + span, .my_pagination .wp-pagenavi a + a, .my_pagination .wp-pagenavi span + a { border-left: 0 }
.inner-page .my_pagination .pagination .wp-pagenavi .nextpostslink, .my_pagination .wp-pagenavi .previouspostslink { font-size: 22px; line-height: 34px }
.inner-page .my_pagination .pagination li { padding: 0; float: left; }
.inner-page .my_pagination .pagination li:before { display: none !important }
.inner-page .my_pagination .pagination li a {display:inline-block; text-decoration:none; border-radius: 0; -webkit-border-radius: 0; color: #fff; padding: 0; height: 40px; width: 40px; line-height: 40px; background: #002381; margin: 0; border: none; font-size: 20px; }
.inner-page .my_pagination .pagination { margin: 0; padding: 0; vertical-align: top }
.inner-page .my_pagination .pagination li.disabled a { pointer-events: none }
.inner-page .my_pagination .pagination li.selected a { background: #ff005c; pointer-events: none; color: #fff }
.inner-page .my_pagination .pagination li:first-child a, .inner-page .my_pagination .pagination li:last-child a { line-height: 36px; font-size: 26px }
.inner-page .my_pagination .pagination li+li { margin-left: 3px }
.inner-page .my_pagination .pagination li a svg path {
    fill: #fff;
}

/****************************************************************************************************************************/
/************************************************ Form Error style **************************************************/
/****************************************************************************************************************************/
div .wpcf7-form label.error { padding: 0 5px; margin: 0; z-index: 2; font-size: 12px; line-height: 20px; background: #f00; position: absolute; color: #fff; font-weight: normal; }
div .wpcf7-form label.error { top: 100%; left: 0 }
div .wpcf7-form label.error:before { background: #f00; transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); position: absolute; top: -3px; left: 7px; display: block; width: 5px; content: ""; height: 5px; }
.wpcf7 .ajax-loader { position: absolute !important; right: 20px; top: 12px; margin: 0 !important; z-index: 9; }
.contact_page .contact-form .wpcf7 .ajax-loader { position: absolute !important; right: 39%; top: 20px; margin: 0 !important; z-index: 9; }
.wpcf7-form-control-wrap { position: relative; display: block; }
div.wpcf7-response-output { margin: 10px 0 0 !important; padding: 0.2em 1em; float: left; width: 100%; background: #fff; text-align: center; position: relative; }
.contact_page .contact-form { padding: 30px 0 30px 0; }
/****************************************************************************************************************************/
/************************************************ Locations page style **************************************************/
/****************************************************************************************************************************/
.inner-page .ser-locat { }
.inner-page .ser-locat a { background: #558d4c; color: #fff; display: block; line-height: normal; margin: 0 0 15px; padding: 13px 10px; text-align: center; width: 100%; font-size: 18px; border-radius: 0; font-family: 'Open Sans'; }
.inner-page .ser-locat a:hover { background: #343233; }
/****************************************************************************************************************************/
/********************************************* Sidebar page style **************************************************/
/****************************************************************************************************************************/
.sidebar { }
.sidebar ul { padding: 0; margin: 0 }
.sidebar ul li { padding: 0 }
.sidebar ul li:before { display: none }
.sidebar ul ul li:before { display: none }
.sidebar ul li a { display: block; position: relative; font-size: 16px; color: #000; padding: 10px 15px; background: #efefef; border-left: 5px solid #558d4c; z-index: 1; font-family: 'Open Sans'; }
.sidebar ul li a:before { content: ""; position: absolute; left: -5px; top: 0; background: #ea9714; z-index: -1; border: 1px solid #558d4c; border-left: 5px solid #558d4c; right: 0; height: 100%; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; opacity: 0 }
.sidebar ul li+li { margin-top: 5px }
.sidebar ul li.selected a:before { opacity: 1 }
.sidebar .title { display: block; color: #FFF; font-size: 25px; margin-bottom: 10px; padding: 10px; background: #676767; text-align: center; font-family: 'Open Sans'; }
.sidebar+.sidebar { margin-top: 30px }
.sidebar ul li.selected a { color: #fff; background: #558d4c; }
.sidebar ul li.active a { color: #fff; background: #558d4c; }
.sidebar ul li a:hover { color: #fff; background: #558d4c; }
.service_detail_content .main_title { font-size: 25px; margin: 0 0 20px; }
section.content-area.services_page { padding: 50px 0 0 0; }
/****************************************************************************************************************************/
/********************************************* request-quote page style **************************************************/
/****************************************************************************************************************************/
.super-form-363 { position: relative; }
.super-form-363 .super-multipart-progress-bar { background-color: #558d4c !important; }
.super-form-363 .super-multipart-steps .super-multipart-step.super-active .super-multipart-step-wrapper { background-color: #558d4c !important; }
.super-form-363 .super-multipart-steps .super-multipart-step:before { display: none; }
.super-form.super-initialized { margin: 70px auto 30px !important; max-width: 600px; text-align: center; display: table; }
/*.super-shortcode.super-field.super-dropdown.super-ungrouped { width: 31%; margin: 0 13px 20px; }*/
/*.super-multipart .super-button { float: none !important; clear: inherit; margin-right: 0; text-align: center; margin: 0 auto !important; display: table !important; }*/
.super-field-size-medium .super-dropdown-ui .super-item:before, .super-field-size-medium .super-dropdown-ui .super-item:after { display: none !important }
.super-checkbox .super-field-wrapper label:before { left: 0; top: 50% !important; transform: translate(9px, -50%); margin-top: 0 !important; }
.super-form-363 .super-checkbox .super-field-wrapper label:before { border-color: #558d4c !important; }
.super-form-363 .super-checkbox .super-field-wrapper label.super-active:before { background-color: #558d4c; }
.super-field-size-medium .super-checkbox.display-vertical .super-field-wrapper label:after { left: 13px !important; top: 0px !important; bottom: 0px; margin: auto !important; }
div .super-field-size-medium .super-checkbox .super-field-wrapper label:before, div .super-field-size-medium .super-checkbox .super-field-wrapper label:after { width: 22px; height: 22px; }
.super-form-363 .super-field .super-label, .super-form-363 .super-field .super-group-title { text-align: left !important }
.display-vertical .super-field-wrapper { float: left; position: relative; margin-bottom: 0px; }
.super-form-363 .super-checkbox.display-vertical .super-field-wrapper label { font-size: 12px !important; border: 1px solid #cdcdcd; margin: 0 0 10px !important; padding: 9px 40px !important; width: 100% !important; }
.super-checkbox .super-field-wrapper label:after { content: ""; background: url(//www.mrductcleaning.com.au/wp-content/themes/mrductcleaning/assets/css/../images/tick-sign.svg); background-size: 14px; height: 14px !important; width: 14px !important; background-position: center; }
.super-form-363 .super-radio .super-field-wrapper label:after, .super-form-363 .super-checkbox .super-field-wrapper label:after { background-color: #558d4c !important; }
.super-button-medium.super-type-flat .super-button-wrap { padding: 12px 41px 12px 41px !important; background-color: #558d4c !important; }
.super-button-medium.super-type-flat .super-button-wrap:hover { background-color: #222 !important; }
.pricecontent_box_main { padding: 50px 0; }
.pricecontent_box_main .center_title { }
.pricecontent_box_main .center_title h1 span { }
.pricecontent_main { margin-top: 50px; text-align: center; }
.pricecontent_main p { }
.pricetable_section { }
.pricetable_section .col-sm-6 { }
.pricetable_section .col-sm-6:before { content: ""; background: #262626; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; }
.pricetable_section section { text-align: center; }
.pricetable_section .plan-title { font-weight: 400; font-size: 20px; margin: 13px 0 9px 0; }
.pricetable_section .plan-cost .plan-price { font-weight: 700; font-size: 25px; }
.pricetable_section .plan-cost .plan-type { }
.pricetable_section .plan-features { padding: 0 0 0 10px;}
.pricetable_section .plan-features li { }
.pricetable_section .plan-features li + li { margin-top: 7px; }
.pricetable_section .plan-features li:before { left: -17px; }
.pricetable_section .plan-features li.special-tag { }
.pricetable_section .plan-select { text-align: center; margin: 30px 0 0 0; position: relative; padding: 30px 0; }
.pricetable_section .plan-select .bg_black { display: inline-block; background: #558d4c; color: #fff; text-align: center; line-height: 50px; position: relative; z-index: 1; padding: 0 20px; color: #fff; font-family: 'Open Sans'; font-size: 16px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; vertical-align: top; border-radius: 0; margin: 0 16px 0 0; overflow: hidden; text-transform: uppercase; }
.pricetable_section .plan-select .bg_black:hover { background: #343233; color: #fff; }
.removalist_section { padding: 80px 0 50px 0; }
.removalist_section .center_title { }
.removalist_section .removalist_box_main { margin-top: 60px; }
.removalist_img_main { }
.removalist_img_main img { }
.removalist_content { }
.removalist_content ul.list-features { }
.removalist_content ul.list-features li + li { margin-top: 25px; }
.removalist_content ul.list-features li i, .removalist_content ul.list-features li svg { position: absolute; width: 50px; right: 0; height: 50px; fill: #558d4c; }
.removalist_content ul.list-features li .list-features__inner { }
.removalist_content ul.list-features li .list-features__title { font-size: 16px; margin: 0 0 5px 0; font-weight: 600; }
.removalist_content ul.list-features li .list-features__description { }
.removalist_content ul.list-features li .list-features__description { font-size: 12px; line-height: 20px; }
.pricpolicy_section { padding: 30px 0 60px 0; }
.pricepagemain .center_title { }
.pricepagemain .center_title span { display: block; font-size: 60%; margin:0 0 40px;}
.pricepagemain .center_title span.small_txt {    padding: 5px 0 0;}
.pricpolicy_section .center_title { }
.pricpolicy_section .center_title span { }
.pricpolicy_section .pricpolicy_box_main { margin-top: 53px; }
.pricpolicy_section .pricpolicy_box_main p { }
.pricpolicy_section .pricpolicy_box_main p a { }
.pricetable_section .row { margin: 0; }
.pricetable_section .row [class*="col-"] { padding: 15px 15px 0 15px; }
.pricetable_section .row .col-sm-6 { border-right: 1px solid #171717; }
.pricetable_section .row .col-sm-6:last-child { border-right: 0; }
.pricetable_section * { color: #fff; }
.pricetable_section section .plan-cost { border-bottom: 1px solid #333; padding-bottom: 15px; margin-bottom: 20px; }
.pricetable_section .plan-select:before { content: ""; background: #1e1e1e; position: absolute; left: -15px; right: -15px; top: 0; bottom: 0; z-index: -1; }
.removalist_content ul.list-features li:before { display: none; }
.removalist_content ul.list-features li { text-align: right; padding: 0 70px 0 0; }
.removalist_section .removalist_box_main .row { align-items: center; }
.stickybutton { position: fixed; right: -66px; z-index: 9999; top: 50%; transform: translateY(-50%) rotate(-90deg); }
.stickybutton .home_scroll { display: inline-block; text-align: center; line-height: 50px; min-width: 100%; position: relative; z-index: 1; color: #343233; font-family: 'Open Sans'; font-size: 16px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; vertical-align: top; padding: 0 20px; border-radius: 0; margin: 0; overflow: hidden; background: #ecdd5e; text-transform: uppercase; }
.stickybutton .home_scroll:hover { background: #343233;color: #fff;}
.viewinmobile { display: none !important }
.locations { padding: 60px 0; }
#horizontalTab h2 { font-size: 24px; }
#horizontalTab span { font-size: 24px; margin: 0 0 20px 0; font-family: 'Open Sans'; font-weight: 400; display: block; color:#222222; }
#horizontalTab span:hover {  color:#558d4c; }
#horizontalTab { padding: 40px 0 0; }
.locations { background-color: #f5f5f5; }
.locations section { padding: 30px 0; }
.tab_content_main ul { column-count: 4; margin-bottom: 0px; }
.tab_content_main ul li { margin-bottom: 10px; }
.tab_content_main ul li a { color: #333333; font-size: 16px; font-family: 'Open Sans'; }
.tab_content_main ul li a:hover { color: #558d4c; }
.panel_tabs_main { padding-bottom: 20px; }
.locations .center_title span { display: inline-block; padding: 0 0 15px; }
.home-office-relocation-page { margin: 0 0 40px; }
/****************************************************************************************************************************/
/********************************************* Sitemap style **************************************************/
/****************************************************************************************************************************/
.content-area.sitemap_page { padding: 50px 0 0 0; }
.content-area.sitemap_page ul { list-style-type: none; margin: 0 0 10px; padding: 0 0 0 20px; }
.content-area.sitemap_page ul ul { padding: 10px 0 0 20px; margin: 0 0 0; }
.content-area.sitemap_page ul li { line-height: 26px; padding: 0 0 10px 20px; position: relative; }
.content-area.sitemap_page ul li a { color: #222; }
.content-area.sitemap_page ul li a:hover { color: #558d4c; }
.content-area.sitemap_page ul li:before { position: absolute; top: 8px; left: 0; content: ""; background: #558d4c; width: 8px; height: 8px; }


.wpcf7-spinner { position: absolute;    top: 13px;}



.package_bx {border-bottom: 4px solid #fff;padding: 20px 0 0;text-align: center;position:relative;background:#efefef; border-radius: 10px;}
/*.package_bx:after{    content: ""; position: absolute; left: 20px;    bottom: -34px;   background: url(../images/shadow.png) no-repeat bottom; height: 32px;   width: 326px;  z-index: 1; }*/
.package_bx_head h4 {    color: #242424;  font-size: 17px;  padding: 0;    font-weight: 700;margin:0;}
.package_bx_head {  width: 100%;   }
.package_area { margin-top: 30px; margin-bottom: 40px;    width: 100%;    display: inline-flex;}
.package_img{ position: absolute;    top: -80px; left: 50%; transform: translate(-50%, -50px); }
.package_bx h3 span { font-size: 18px;}
.package_bx h5{ color: #e32875; font-size: 22px; border-bottom: 1px solid #e32875; margin: 0 20px 20px;}
.package_bx_body { padding-bottom:15px; }
.summary_bx{color:#fff; text-align: left; padding: 15px 10px 0;}
.summary_bx h6{    color: #014ea6; font-size: 22px; margin: 0 0 10px; font-weight: 600; }
.summary_bx p{color:#d2d2d2;     font-size: 16px; line-height: 1.6;margin: 0 0 20px; }
.summary_bx ul{color:#fff; margin: 0;padding: 0;}
.location_inner_page .summary_bx ul li, .page-template-location-details-new .summary_bx ul li{color: #242424; position: relative; padding: 0 0 7px 20px; font-size: 15px; margin:0; }
.summary_bx ul li:before{    content:"";position: absolute; top: 6px; left: 0;     height: 15px;  width: 15px; background:url(https://www.easywaymoves.com.au/wp-content/uploads/2024/09/tick.png);  background-size: 100%; }
.summary_bx ul li:last-child{ padding-bottom:0; }
.package_bx h3 { color: #fff; font-size:28px; font-weight: 600;line-height: 1.2;  padding: 10px 10px; margin: 0 -10px 0px; background: #558d4c; border-radius: 10px 25px;}
.package_bx_footer ul{text-align:left;     margin: 0 0 20px;}
.package_bx_footer ul li{color:#fff;position:relative;     padding: 0 0 20px 20px;}
.package_bx_footer ul li:before{ content:"";position: absolute; top: 3px; left: 0; height:15px; width:15px; background:url(../images/list.png);border-radius:50%; }
.package_bx_footer ul li:last-child{ padding-bottom:0; }
.package_bx_footer { padding: 20px; margin: 0px 0 0; padding-top: 0;}
.package_bx_footer .btn { background: #ecdd5e; color: #000; font-size: 13px; font-weight: 600; padding: 4px 15px; text-decoration: none;}
.package_bx_footer .btn:hover {     background: #343233; color: #fff; }
.package_bx_body a { font-size: 21px; font-weight: 600;    color: #242424;}
.cta_btn p {
    margin: 0;
    padding: 0;
}

.location_inner_page ol{    margin: 0 0 15px;}

.page-template-location_inner .center_title h2 span, .page-template-location-details-new  .center_title h2 span{    display: block;  font-size: 60%; margin: 0 0 40px;}
.page-template-location_inner .center_title .small_txt, .page-template-location-details-new .center_title .small_txt{display: block; font-size: 60%;margin: 0 0 40px;}
.page-template-location_inner .pricecontent_box_main, .page-template-location-details-new .pricecontent_box_main{     padding: 25px 0; background: #f1f2f3; margin: 14px 0 25px; display: inline-block; width: 100%;    box-shadow: 0 30px 32px -30px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 30px 32px -30px rgba(0, 0, 0, .2);}

.cta_btn{    display: inline-flex;     margin: 15px 0px 25px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background-color: #111111;
    padding:15px 20px;
}
.cta_btn h3{color:#fff; margin:0;padding:0;font-size:24px;    line-height: 30px;}
.cta_btn a{display: inline-block;    text-decoration: none;

    text-align: center;
    line-height: 50px;
    min-width: 220px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 16px;
    transition: all .5s ease;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    vertical-align: top;
    padding: 0;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
    background: #558d4c;
    text-transform: uppercase;
    font-weight: 500;}

.cta_btn a:hover{background:#ecdd5e;color:#000; }

.multi_btn {
    /*background: #ccc;*/
    padding: 0px;
    text-align: center;
        margin: 15px 0 35px;
    display: inline-block;
    width: 100%;
}
.multi_btn a + a {
    margin: 0 0 0 10px;
}
.multi_btn a{ display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    min-width: 220px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 16px;
    transition: all .5s ease;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    vertical-align: top;
    padding: 0;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
    background: #558d4c;
    text-transform: uppercase;
    font-weight: 500;}



.multi_btn a:hover{background: #ecdd5e; color:#000;}

.last_para {    margin: 10px 0 0;
    background: #f1f2f3;
    padding: 20px;
}
.location_inner_page ul li, .location_inner_page ol li, .page-template-location-details-new ul li, .page-template-location-details-new ol li {
    margin-bottom: 10px;
}

.last_para a{    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    min-width: 220px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 16px;
    transition: all .5s ease;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    vertical-align: top;
    padding: 0;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
    background: #558d4c;
    text-transform: uppercase;
    font-weight: 500;}
    
.last_para a:hover{    background: #ecdd5e;color:#000;}
.location_inner_page .alignright {    max-width: 35%;}
.location_inner_page .alignleft {    max-width: 34%;}


.for_mob{ display:none;}
.location_inner_page { padding-bottom: 0;}




/*Blog Page */

 .blog_page {padding: 68px 0 60px 0; } 
 .blog_main {} 
 .blog_main .my_pagination {margin: 0 auto; } 
 .blog_detail_main h2 {font-size: 30px; text-align: left; margin: 0; padding: 0; } 
 .blog_page .blogs-filters {margin-bottom: 77px; } 
 .blog_box {display: block; overflow: hidden; margin: 0 0 45px 0;     border: 1px solid #e5e5e5;    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;} 
 .blog_box .blog_box_img {display: block; overflow: hidden; padding-bottom: 68.95%; position: relative; z-index: 1; border-radius: 0px; } 
 .blog_box .blog_box_img:before {content: ""; position: absolute; left: 0; top: 100%; right: 0; height: 100%; background: #558d4c; opacity: 0.7; z-index: 1; border-radius: 0px } 
 .blog_box .blog_box_img:after {content: ""; position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); background: url(../images/plus.png) no-repeat; height: 27px; width: 27px; z-index: 1; opacity: 0 } 
 .blog_box .blog_box_img img {position: absolute;width:100%; left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); } 
 .blog_box figcaption {  padding: 20px;  } 
 .blog_box figcaption .date {font-size: 16px;width: 100%; font-weight: 700; color: #222222; display: inline-block; letter-spacing: 0.04em; line-height: 36px; } 
 .blog_box figcaption h4, .blog_box figcaption .h4 {    font-size: 23px;margin: 7px 0 5px 0; text-decoration: none; display: inline-block;overflow: hidden; } 
 .blog_detail_page {padding: 68px 0 0 0; }


 .blog_row .blog_col .blog_main_box {display: flex; flex-wrap: wrap; } 
 .blog_row .blog_col:nth-child(even) .blog_main_box .read_more_btn {top: auto; bottom: 0; } 
.blog_box p { line-height: 1.6; margin: 0 0 0;}

.page-template-blog_listing #home_cnt_form, .page-template-blog_inner #home_cnt_form{ display: none;}
.page-template-blog_inner #home_cnt_form.bottomform{ display: block;}
.page-template-blog_inner .blog_inner_page strong {  font-weight: 500; letter-spacing: 0;}
.blog_inner_page ol li {    margin: 0 0 15px;}
.blog_inner_page ol li strong{    display: block; font-size: 16px; font-weight: 500; line-height: 36px;    letter-spacing: 0;}
.page-template-blog_inner ol li a{ font-size: 14px;}
.blog_inner_page ol li a { font-size: 14px;}
.page-template-blog_listing .inner-page .my_pagination .pagination li a {  background: #558d4c;}
span.h1{ font-size: 40px;}



.page-template-removalists_burwood_new .pricecontent_box_main { padding: 25px 0; background: #f1f2f3; margin: 14px 0 25px; display: inline-block; width: 100%; box-shadow: 0 30px 32px -30px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 30px 32px -30px rgba(0, 0, 0, .2);}
.page-template-removalists_burwood_new .summary_bx ul li { color: #242424; position: relative; padding: 0 0 7px 20px;font-size: 16px; margin: 0;}
.nw_cta{ padding: 25px; background: #f1f2f3; margin: 14px 0 25px; display: inline-block; width: 100%; box-shadow: 0 30px 32px -30px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 30px 32px -30px rgba(0, 0, 0, .2);border-radius: 10px; border: 1px solid #e7e6e6;}
.nw_cta h2{}
.nw_cta p{}
.nw_cta_content{ width: 80%;}
.nw_cta a{ display: inline-block; text-decoration: none;text-align: center; line-height: 50px; min-width: 220px; position: relative; z-index: 1; color: #fff; font-family: 'Open Sans'; font-size: 16px; transition: all .5s ease; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; -webkit-transition: .5s; vertical-align: top; padding: 0; border-radius: 0; margin: 0; overflow: hidden; background: #558d4c; text-transform: uppercase; font-weight: 500;}
.nw_cta a:hover { background: #ecdd5e;color: #000;}
.nw_cta_inner{ display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: space-between;}
.nw_cta_content p{ margin: 0; padding: 0;}




.pagination {display: flex; flex-wrap: wrap; justify-content: center;}
.pagination li:before{display:none;}
.page-template-blog_listing .inner-page .my_pagination .pagination li.selected a { background: #ecdd5e;}




















