

html {
    font-family: "Assistant", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    vertical-align: middle;
}

.gift-card-fields .form-header .form-row {
    margin-bottom: 16px;
    flex-basis: 118px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

/* ------ end normalize css ------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    height: auto;
      overflow-x: hidden;
}

::selection {
    background-color: #262527;
    color: #fff;
}

::-moz-selection {
    background-color: #262527;
    color: #fff;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input,
button,
select,
textarea {
    font-family: "Assistant", sans-serif;
    font-size: inherit;
    line-height: inherit;
}

a {
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    color:#2785e7;
    font-weight: 400;
}

a:hover {
    color: #000;
}
.widget-article a, .widget-article a:link, .widget-html a, .widget-html a:link{
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    color: #5C7FB3;
    font-weight: 700; 
    /*text-decoration: underline;*/
}
a:hover , a:link:hover{
    color: #000;
}
.widget-html a, .widget-html a:link{
     text-decoration: underline;
}
.widget-html a:hover, .widget-html a:active, .widget-html a:visited {
    text-decoration: underline;
}
.widget-article a {
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    color: #5C7FB3;
    font-weight: 700;	
}

.widget-html a.primary-btn {
     text-decoration: none;   
}
.widget-article a:hover {
    color:#021334;
  text-decoration: underline;
}

.widget-storeLogo img {
    max-height: 100%;
    max-width: 100%;
}

body>.header {
    -webkit-box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
}
.body {
    padding-top: 70px; 
}
img {
    max-width: 100%;
    vertical-align: middle;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "aller", sans-serif;
    font-weight: 300;
}

h1,
h2,
h3 {
    padding-bottom: 0;
    color: #000;
    font-family: "aller", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 40px;
    margin-bottom: 15px;
    padding-bottom: 0;
line-height: 134%;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 20px;
}

p {
    color: #000;
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 15px;
}

.heading-title1 {
    color: #000;
    font-family: "aller", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px 0;
    line-height: 59px;
}

ul, ol {
    margin-bottom: 20px;
    padding: 0 0 0 25px;
}

ul li,
ol li {
    position: relative;
    margin: 0;
    padding: 0 0 10px 0px;
    list-style-type: none;
    color: #000;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Assistant", sans-serif;
    position: relative;
}

ol li {
    list-style-type: decimal;
}

ul li::after {
    content: "";
    height: 6px;
    width: 6px;
    background-color: #000;
    position: absolute;
    left: -20px;
    top: 9px;
    border-radius: 50%;
}
ul.quicklinks li:after{
    height: 6px;
    width: 6px;
    position: absolute;
    left: -25px;
    top: -1px;
    border-radius: 50%;
    content: "→"; 
    background-color: transparent;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}

table,
th,
td {
    border: 1px solid #ebebeb;
    padding: 12px;
    text-align: left;
    color: #898b90;
    font-size: 16px;
}

table th {
    font-weight: 600;
}

body input[type="submit"], body input[type="button"], body button, body .button, body a.button, body.widget-snippet button, body.widget-snippet .button, body.widget-snippet a.button {
    color: #fff;
    text-align: center;
    font-family: "Assistant", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #5c7fb3;
	min-width: 215px;
    height: 50px;
    padding: 10px 20px;
    display: inline-block;
    background: #5c7fb3;
    text-decoration: none;
}

.add-to-compare-button:hover,
.add-to-wish-list:hover,
.remove-from-compare-button:hover,
.add-to-wish-list.disabled:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover,
body button:hover,
body .button:hover,
body a.button:hover {
    background: #fff;
    color: #5c7fb3;
    border-color: #5c7fb3;
}

body input[type="submit"][disabled],
body input[type="button"][disabled],
body button[disabled],
body .button.disabled,
body a.button.disabled,
body input[type="submit"][disabled]:hover,
body input[type="button"][disabled]:hover,
body button[disabled]:hover,
body .button.disabled:hover,
body a.button.disabled:hover {
    background: #5c7fb3 none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    color: #fff;
}

body input[type="submit"][disabled],
body input[type="button"][disabled], 
body button[disabled],
body .button.disabled,
body a.button.disabled,
body input[type="submit"][disabled]:hover,
body input[type="button"][disabled]:hover,
body button[disabled]:hover,
body .button.disabled:hover,
body a.button.disabled:hover {
    background: #bfbfbf none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    color: #818181;
}


a.primary-btn,
.primary-btn,
body.widget-snippet a.primary-btn,
body.widget-snippet .primary-btn {
    color: #A68CF1;
    text-align: center;
    font-family: "Assistant", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6.5px;
    text-transform: uppercase;
    border: 1px solid #A68CF1;
    min-width: 233px;
    height: 41px;
    padding: 10px 20px;
    display: inline-block;
text-decoration: none;
}

a.primary-btn.small,
.primary-btn.small,
body.widget-snippet a.primary-btn.small,
body.widget-snippet .primary-btn.small {
    min-width: 128px;
}

a.primary-btn.white,
.primary-btn.white,
body.widget-snippet a.primary-btn.white,
body.widget-snippet .primary-btn.white {
    border: 1px solid #fff;
    color: #fff;
}

a.primary-btn:hover,
a.primary-btn:focus,
.primary-btn:hover,
.primary-btn:focus {
    Background: #A68CF1;
    color: #fff;
}

a.primary-btn.white:hover, .primary-btn.white:focus {
    Background: #A68CF1;
    color: #fff;
    border-color: #A68CF1;

}

.widget.widget-image.header-logo {
    margin: 0 auto;
    text-align: center;
}
.widget.widget-article.request-appraisal.proman {
    padding-bottom: 160px;
}

/*form element desgin*/
.form-row {
    margin: 0 0 20px 0;
}

input[type="text"],
input[type="password"],
textarea,
select {
    border: 1px solid #000;
    box-sizing: border-box;
    height: 40px;
    padding: 5px 10px;
    margin: 0;
    width: 350px;
    border: 0;
}

.gift-card-fields .form-content .form-row>label {
    display: block;
    text-transform: capitalize;
    width: auto;
    line-height: normal;
    opacity: 0.8;
    margin: 0;
    color: #000;
    font-family: "Assistant", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.14px;
}

input[type='checkbox'] {
    accent-color: black;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #c7c7c7;
    height: 40px;
    border-width: 1px;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    background: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    background-position-x: right;
    background-size: auto;
    background-position-x: calc(100% - 8px);
    background-size: 12px;
    margin: 0;
    border-bottom: 1px solid #000;
}

.message-block.error-message, .message-block.error {
    border: 0;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    background-color: #fddad8;
    color: #e31b0e;
}

.message-block.info-message,
.message-block.success {
    background-color: #d5f4d5;
    border: 0 solid #c2e7c2;
    color: #008000;
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
}

table th {
    font-weight: 600;
    background: rgba(159, 159, 159, 0.1);
    color: #000;
    font-size: 16px;
}

textarea {
    height: 150px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 0;
}

code,
table,
th,
td,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
input[type="submit"],
input,
input[type="text"],
textarea,
select,
input[type="password"],
address,
input[type="file"],
input[type="hidden"],
button,
input[type="image"],
blockquote {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: "Assistant", sans-serif;
    line-height: 25px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus,
.store-credit-request-form textarea:focus {
    border-bottom: 1px solid #262527;
}

input[type="password"],
input[type="text"],
.widget-form input[type=text],
.widget-form textarea,
.widget-form .form-row select {
    width: 100%;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    height: 46px;
    border-width: 1px;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    border: 1px solid #c6ccd6;
    background-color: #FFF;
         color: #757575;
}
input[type="text"].validation-error, input[type="password"].validation-error {
    background-color: #fff;
	border-color:#f00;
}

.widget-form textarea {
    height: 130px;
}

.widget-form .form-row {
    padding-bottom: 26px;
}
.form-row label {
    color: #383D48;
    font-size: 16px;
}

.errorlist.after .message-block {
    color: #f00;
    font-weight: 500;
    letter-spacing: 0;
    margin: 3px 0 0;
}

/*.errorlist.after {
    font-size: 12px;
    line-height: 14px;
    min-width: auto;
    position: absolute;
}*/
.confirm-password.form-tag-as-form .errorlist.after {
    position: relative;
    left: inherit;
}
select.error-field-error.inline-error,
select.validation-error,
textarea.error-field-error.inline-error,
textarea.validation-error {
    background-color: transparent;
    border: 1px solid #f00 !important;
}

input[type="checkbox"]+span,
input[type="radio"]+span {
    margin-right: 20px;
}

.widget>.widget-title {
    color: #272727;
    font-family: "aller", sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.widget-form .sub-form-row {
    display: table;
}


.widget-form .form-row input[type="radio"],
.widget-form .form-row input[type="checkbox"] {
    height: auto;
}

.widget-form button.Zebra_DatePicker_Icon {
    cursor: pointer;
    background: none;
}

.Zebra_DatePicker_Icon_Wrapper:after {
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 7px;
}

.widget-form .form-row>label,
.widget-form .sub-form-row span {
    width: 280px;
}

.widget-form .radio-checkbox-row {
    margin-top: -24px;
    padding-left: 205px;
}

.widget-form .sub-form-row>* {
    float: left;
}

.widget-form .sub-form-row span {
    margin-top: 5px;
    width: 200px;
    font-size: 14px;
}

.widget-form .sub-form-row input+span {
    clear: left;
}

.widget-form .sub-form-row input {
    margin: 7px 0;
}

.widget-form .radio-checkbox-row .radio,
.widget-form .radio-checkbox-row .checkbox {
    margin: 7px 0;
}

.widget-form .form-row .sub-form-row label {
    width: 202px;
}

.widget-form .sub-form-row {
    margin: 20px 0 0;
}

.widget-form .sub-form-row>label {
    margin-top: 14px;
}
form.custom-form.contact-form-template.form-template {
    max-width: 935px;
    margin: 0 auto;
}

.page-contact .widget.widget-form,  .widget.widget-form.page-contact {
    background: #f4f5f7;
    padding: 90px 0;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     color: #757575;
font-size: 16px;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
     color: #757575;
font-size: 16px;
}

:-ms-input-placeholder {
    /* IE 10+ */
     color: #757575;
font-size: 16px;
}

:-moz-placeholder {
    /* Firefox 18- */
     color: #757575;
	   font-size: 16px;
}
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     color: #757575;
	font-size: 16px;
}
textarea:-moz-placeholder {
    /* Firefox 18- */
     color: #757575;
	   font-size: 16px;
}
select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     color: #757575;
	font-size: 16px;
}
select:-moz-placeholder {
    /* Firefox 18- */
     color: #757575;
	   font-size: 16px;
}

.widget-form .form-row.text.top-text {
    text-align: center;
}
.widget-form .form-row.text.top-text h2 {
    font-weight:300;
    padding-bottom:8px;
}
.widget-form .form-row.text.top-text p {
    color: #383D48;
    margin-bottom: 0;
    font-size: 1.8rem;
    font-family: "Assistant", sans-serif;
    font-weight: 300;
}

.page-heading, .widget-pageHeading {
    padding: 135px 0;
    text-align: left;
    background: url(/template/8bd7a52b/images/page-banner.jpg) no-repeat;
    background-size: cover;
    margin: 0 0 90px 0 !important;
    background-position-x: center;
    min-height: 400px;
}
.page-heading h1, .widget.widget-pageHeading h1 {
    font-size: 50px;
    font-weight: 300;
    font-family: "aller",sans-serif;
    color: #fff;
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
    position: absolute;
    line-height: 110px;
    padding-bottom: 20px;
    left: 310px;
    transform: translateY(-60%);
    top: 205px;
}
.widget.widget-pageHeading h2{
	font-size: 50px;
	font-weight: 300;
    font-family: "aller", sans-serif ;
	color: #fff;
	max-width: 1280px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	line-height: 110px;
	padding-bottom: 40px;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,-20px,0);
      opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}

 .widget.widget-pageHeading, .widget.widget-snippet section.inner-banner, .widget.widget-snippet section.inner-banner-fluid,
.widget.widget-breadcrumb.team-member{
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.widget.widget-breadcrumb {
      -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
      animation-name: fadeInNew;
    -webkit-animation-name: fadeInNew;
}

@keyframes fadeInNew {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.widget-pageHeading.team-member {
		background: url(/template/8bd7a52b/images/team-members.jpg) no-repeat;
		padding: 120px 0;
}
.widget-pageHeading.team-member h1, .widget.widget-breadcrumb.team-member {
		text-align: center;
transform: unset;
    left: unset;
    max-width: 100%;
}

.widget-pageHeading.team-member:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgb(2 19 52 / 88%);
	position: absolute;
	top: 0;
	left: 0;
}
.page-contact .widget-pageHeading {
		background: url(/template/8bd7a52b/images/contact-banner.jpg) no-repeat;
        background-position-x: center;
  background-size: cover;
}
.widget.widget-html.widget-pageHeading h1 p {
    color: #fff;
    font-family: "Assistant", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 100px;
    max-width: 690px;
}
.widget.widget-html.widget-pageHeading h1 {
  color: #fff;
  animation: fadeInRight 1s ease-in-out;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-300px);
  }
  to {
    opacity: 1;
  }
}
.widget-pageHeading.request {
	background:#021334;
	padding: 85px 0;
}
.widget.widget-html.widget-pageHeading.request h1 p {
    margin: 0 0 40px;
}
.widget.widget-breadcrumb.request {
    top: 70%;
}
form.custom-form.contact-form-template.form-template.request-form {
    width: 560px;
    padding: 50px;
    background: #f4f5f7;
    position: absolute;
    top: -240px;
    right: 0;
    z-index:1;
	-webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
}
form.custom-form.contact-form-template.form-template.request-form .form-row.btn-row button.submit-button {
    border: 2px solid #021334;
    background: #021334;
    max-width: 100%;
    width: 100%;
    text-transform:capitalize;
    font-size:18px
}
form.custom-form.contact-form-template.form-template.request-form .form-row.btn-row button.submit-button:hover {
    background: transparent;
    color:#021334;
}
form.custom-form.contact-form-template.form-template.enquire {
    top: -215px;
}
form.custom-form.request-form h2{
    margin:0;
}
.widget.widget-article.request-appraisal .article-content {
     max-width:680px;
     margin-right:auto;
 }
 .widget.widget-article.request-appraisal .article-content h1 {
    font-size:35px; 
	    line-height: 50px;
 }
.widget.widget-article.request-appraisal .article-content h2 {
font-size:28px;
    line-height: 40px;   
 }
.widget.widget-article.request-appraisal .article-content h3 {
   font-size:26px; 
    line-height:36px;
 }
.widget.widget-article.request-appraisal .article-content h4 {
      font-size:22px; 
    line-height: 26px; 	  
 }
.widget.widget-article.request-appraisal .article-content h5 {
   font-size:18px; 
    line-height: 24px;    
 }
/*********************************/
.page-contact section.area-specialists {
    padding-top:0;
}
.page-contact section.area-specialists h2.title-content{
    display:none;
}
.widget.widget-html h2 {
    max-width: 1050px;
    margin: 0 auto 25px;
    text-align: center;
    font-size: 37.4px;
    font-family: "aller", sans-serif;
    font-weight: 300;
}
/*********************************/

.breadcrumb-item .separator {
    font-size: 0px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: 26px;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 18px;
}

span.breadcrumb-item {
    color: #fff;
}

.breadcrumb-item .separator::after {
    content: '/';
    color: #c0cddf;
    font-size: 15px;
    line-height: 10px;
    font-family: "aller", sans-serif;
    width: 5px;
    height: 8px;
    background: url('/template/8bd7a52b/images/breadcumb-separator.svg');
}

.breadcrumb-item.root .icon {
    background: none;
    display: inline-block;
    padding: 0px;
    width: auto;
    height: auto;
}
.breadcrumb-item.root .icon::before {
    content:url('/template/8bd7a52b/images/home.svg');
    margin-right: 5px;
    display:inline-block ;
}
.breadcrumb-item.root .icon::after {
    content: 'Home';
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-family: "aller", sans-serif;
    margin-right: 0;
}

.breadcrumb-item.root .icon::after {
    color: #c0cddf;
}

.breadcrumb-item .label {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "aller", sans-serif ;
    opacity: 0.6;
}

.breadcrumb-item.current {
    color: #c0cddf;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-family: "aller", sans-serif;
}

.widget.widget-breadcrumb.page-breadcrumb {
    position: absolute;
    right: 260px;
    top: 41%;
    z-index: 1;
}

.widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item .separator::after,
.widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item.root .icon::after,
.widget.widget-breadcrumb.page-breadcrumb span.breadcrumb-item {
    color: #fff;
}

.widget.widget-breadcrumb.page-breadcrumb span.breadcrumb-item .icon:hover::after {
    color: #fff;
}

.widget.widget-breadcrumb {
    width: 100%;
    text-align: left;
    z-index: 9;
    max-width: 1280px;
    margin: 0 auto 0;
    position: absolute;
    top: 62%;
    left: 310px;
    transform: translateY(-60%);
}
.page-property-management .widget.widget-breadcrumb {
    top: 73%;

}
/*====== End Fixed-width-layout ======*/
/*========= main menu ========= */
.widget-navigation.main-menu .nav-wrapper.horizontal {
    text-align: right;
}
.widget-navigation .navigation-item.has-child {
    position: relative;
    -webkit-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;
    transition: all 0.5s ease 0s;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child > a span {
    position: relative;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
    opacity:0.9;
    content: '\f106';
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child:hover > a{
    opacity:0.9;
}
.widget-navigation .navigation-item {
    padding: 0 17px;
}
.widget-navigation .navigation-item:first-of-type{
    padding-left: 0;
}
.widget-navigation .navigation-item:last-of-type{
        padding-right: 0;
}

.widget-navigation .navigation-item.request-appraisal a{
    padding:12px 12px;
    background-color: #5C7FB3;
    color: #FFFFFF;
    border:2px solid #5C7FB3;
}
.widget-navigation .navigation-item.request-appraisal a:hover,
.widget-navigation .navigation-item.request-appraisal.active a:hover{
    background-color: transparent;
    color: #5C7FB3;
}
.widget-navigation .navigation-item.request-appraisal.active a{
    color: #FFFFFF;
}
.widget-navigation .navigation-item a {
    font-size: 16px;
    padding: 0 0 20px;
    line-height: 20px;
    text-decoration: none;
    position: relative;
    font-family: "aller", sans-serif ;
    font-weight: 300;
    color: #021334;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 1.4545454545rem;
}
.widget-navigation .navigation-item:first-child a {
    padding-left: 0;
}

.widget-navigation .navigation-item a span {
    position: relative;
}

.widget-navigation>.navigation-item.active a span {
   font-weight:600;
    color:#5c7fb3;
}
.widget-navigation .navigation-item a:hover span::before {
    height: 5px;
}
.widget-navigation .navigation-item.has-child a span::before {
    display: none;
}
.widget-navigation .navigation-item.active a{
    color: #000;
    font-weight: 500;
}
.widget-navigation .navigation-item a:hover{
        opacity:0.9;
}
.widget-navigation .navigation-item-child-container .navigation-item.last a, .widget-navigation .navigation-item-child-container .navigation-item.last a:hover {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    content: '\f107';
    display: inline-block;
    color: #000;
    font-size: 15px;
    font-family: "FontAwesome";
    margin-left: 7px;
}
.widget-navigation .nav-wrapper.horizontal>.navigation-item.active>a:before, .widget-navigation .nav-wrapper.horizontal>.navigation-item:focus>a:before, .widget-navigation .nav-wrapper.horizontal>.navigation-item:hover>a:before {
    left: 0;
    right: 0;
}
.widget-navigation .nav-wrapper.horizontal>.navigation-item.has-child a:before {
    display: none
}
/** Sub Menu **/
.main-menu .navigation-item .navigation-item-child-container {
    text-align: left;
    margin: 0;
    width: 250px;
    position: absolute;
    left: 50%;
    height: auto;
    padding: 0;
    top: 40px;
    background: #fff;
    box-shadow: 0 3px 20px 4px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
}
.main-menu .navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: #fff transparent #fff transparent;
    border-width: 0px 10px 10px 10px;
    border-style: solid;
    transform: translateX(-50%);
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin-right: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    margin: 0;
    font-size: 16px;
    color: #000;
    padding: 14px 20px;
    text-transform: capitalize;
    font-weight: 300;
    font-family: "aller", sans-serif;
    text-align: center;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
    display: none;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    display: block;
    position: relative;
    border-bottom: 1px #ECECEC solid;
    color: #000;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
    border: none;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    color: #fff;
    background: #5C7FB3;
}
/*end:menu*/




/* ============================================== Start Footer Design ==============================================*/
 
body > .footer {
    position: relative;
background-color: #021334;
} 
body > .footer::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='18' viewBox='0 0 20 18'%3E%3Cdefs%3E%3CclipPath id='clip-swatch_1'%3E%3Crect width='20' height='18'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='swatch_1' data-name='swatch – 1' clip-path='url(%23clip-swatch_1)'%3E%3Ccircle id='Ellipse_12' data-name='Ellipse 12' cx='4.5' cy='4.5' r='4.5' transform='translate(6 5)' fill='%235c7fb3' opacity='0.23'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 100%;
    height: 46px;
    background-size:16px;
}
body > .footer .widget-title {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 10px;
    font-style: normal;
    text-align: left;
    font-family: "aller", sans-serif;
    line-height: 28px;
    letter-spacing: 0.02em;
    font-size: 2.1rem;
}
body > .footer  .navigation-item{
    padding:0;
}
body > .footer .navigation-item a {
    border-bottom: none;
    display: block;
    padding: 0 0 10px;
    color: #C6CCD6;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 300;
    transition: all 300ms ease-out 0s;
    line-height: 30px;
    text-transform: capitalize;
}
body > .footer .navigation-item a:hover{
    opacity:0.9;
    text-decoration:underline
}
.page-content>.v-split-container>.v-split {
    margin: auto;
    width: 1300px;
}

/********************************************/
.owlCarousel.widget.widget-gallery {
    background:#021334;
}
.owlCarousel.widget.widget-gallery .owl-carousel.owl-loaded {
    padding:90px 0;
}
.owlCarousel.widget.widget-gallery .owl-carousel.owl-loaded .article-item .article-content{
    max-width:930px;
    margin:0 auto;	
	 padding: 0;
}
.owlCarousel.widget.widget-gallery .owl-carousel .owl-item .item  .article-title {
    display:none;
}
.owlCarousel.widget.widget-gallery .owl-carousel .owl-item .item .article-content h3{
    color:#fff;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 3rem;
    font-family: "aller", sans-serif;
}
.owlCarousel.widget.widget-gallery .owl-carousel .owl-item .item .article-content p{
    color:#fff;
    font-family: "Assistant", sans-serif;
    font-size: 1.785rem;
    line-height: 2.975rem;
    font-weight: 300;
    opacity:0.85
}
.owlCarousel.widget.widget-gallery .owl-carousel .owl-item .item .article-content h6{
    color:#fff;
    font-size: 1.6rem;
    font-family: "aller", sans-serif;
    font-weight: 300;
    font-style:italic;
        opacity:0.85
}
.owlCarousel.widget.widget-gallery .owl-controls {
	position: relative;
}
.owlCarousel.widget.widget-gallery .owl-controls {
	position: relative;
	max-width: 980px;
	margin: auto;
}
.owlCarousel.widget.widget-gallery .owl-nav {
	margin-left: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 0 34px;
}
.owlCarousel.widget.widget-gallery.client-testimonial .owl-nav {
    padding: 40px 34px 0;
}

.owlCarousel.widget.widget-gallery .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	font-family: monospace;
	background: transparent;
	    opacity: 0.6;
}
.owlCarousel.widget.widget-gallery .owl-prev:before {
    content: "";
    background: url(/template/8bd7a52b/images/left-arrow-slide.png) no-repeat center;
    width: 56px;
    height: 34px;
    position: absolute;
    opacity: 0.90;
    left: -34px;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-size: 10px;
}
.owlCarousel.widget.widget-gallery .owl-prev:hover:before {
		    opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.owlCarousel.widget.widget-gallery .owl-next:before {
	content: "";
	background: url(/template/8bd7a52b/images/right-arrow-slide.png) no-repeat center;
	width: 56px;
    height: 35px;
    position: absolute;
    opacity: 0.90;
    right: -34px;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-size: 10px;
}
.owlCarousel.widget.widget-gallery .owl-next:hover:before {
	    opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.owlCarousel.widget.widget-gallery .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
		    opacity: 1;
	background-color: transparent !important;
}
.owlCarousel.widget.widget-gallery .owl-prev {
	float: left;
	width: 56px;
	height: 28px;
	position: relative;
	margin: 0 !important;
}
.owlCarousel.widget.widget-gallery .owl-next {
	float: left;
	width: 56px;
	height: 28px;
	position: relative;
	margin: 0 0 0 20px !important;
}
/*****************************************/
/*********blog***********/
.widget-blogPost .blog-post-content, .blog-posts {
    display: flex;
    flex-wrap: wrap;
    max-width: 1328px;
    margin:0 auto;
}

.blog-post-item {
    width: calc(100%/3 - 28px);
    margin: 0 14px 35px;
    background: #F5F5F5;
    padding-bottom: 0;
    border-bottom: 0;
    position:relative;
}
.blog-post-item .post-description:after{
    position:absolute;
    content:"";
    bottom:0px;
    left:0;
    width: 100%;
    height:0;
    background:#f5f5f5;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.post.post-list-view-width, .category.post-list-view-width{
    overflow:hidden;
    width: 100%;
    padding: 0;
}
.post.post-list-view-width img, .category.post-list-view img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
    padding-bottom: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.blog-post-item:hover .post.post-list-view-width img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.blog-post-item .post-description {
    padding: 27px 35px;
    height: 320px;
    display:flex;
    flex-direction: column;
}
.blog-post-item .post-description .title {
    order: 2;
    font-size: 18px;
    font-weight: 700;
    color: #062a45;
    line-height: 24px;
    padding-bottom: 5px;
    margin-top: 8px;
}
.blog-post-item .post-description .title a{
font-weight: 500;
    color: #062a45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 2.64rem;
    line-height: 3.3rem;
    font-family: "aller", sans-serif;
    text-decoration: none;
}
.blog-post-item .post-description .blog-post-info{
    order:3;
}
.blog-post-item .post-description .blog-post-info span{
    font-size: 16px;
    font-weight: 500;
    color: #062a45;
    line-height: 30px;
    opacity: unset;
}
.blog-post-item .post-description .content{
    order: 2;
    color: #021828;
    line-height: 24px;
    opacity: 0.8;
    font-size: 1.6rem;
    font-family: "Assistant", sans-serif;
    font-weight: 400;
}
.blog-post-item:hover .post-description {
    background:#efefef;
}
.blog-post-item:hover .post-description .title,
.blog-post-item:hover .post-description .title a{
    color: #062a45;
}
.blog-post-item:hover .post-description .content{
    color: #062a45;
    opacity:0.8;
}
.blog-post-item:hover .post-description .blog-post-info span {
    color: #062a45;
    opacity: unset;
}
.blog-post-info span.categories, .blog-post-info span.date {
    background: transparent;
    padding: 0;
    color: #fff;
    margin: 0;
}
.blog-post-item .post-description>a {
    display: none;
}
.blog-post-info span.categories, .blog-post-info span.date {
    background: transparent;
    padding: 0;
    color: #fff;
    margin: 0;
}
.blog-post-item .post-description>a {
    display: none;
}

.blog-post-details .title {
    font-size: 42px;
    font-weight: 800;
    color: #062A45;
    line-height: 56px;
    margin: 0;
    max-width: 950px;
}
.blog-post-details .blog-post-info span.date{
    font-size: 20px;
    font-weight: 600;
    color: #828282;
    line-height: 26px;
    margin:10px 0;
    display:block;
}
.blog-post-details .blog-post-info{
    margin: 0 0 40px;
}
.blog-post-details .image img, .blog-post-details .content figure img {
    width:100%
}
.blog-post-details .content figure {
    margin: 5px 0 20px;
    display: block;
    width: 100%;
}
.blog-category-details > .title {
    font-weight: 800;
    font-size: 42px;
    padding: 10px 0 44px;
    color: #062A45;
}
.blog-post-details .social-media-share-bar .social-media-share{
    margin:0 12px 0 0;
    vertical-align: middle;
}
.blog-post-details .social-media-share a.facebook-share-icon::after {
    margin-top: 1px;
}
.blog-post-details ol {
    padding: 0 0 0 15px;
}
.blog-post-details .social-media-share>a span.at-icon-wrapper, .blog-post-details .social-media-share  a.facebook-share-icon, .blog-post-details .social-media-share a.twitter-share-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50%;
    text-align: center;
    padding: 3px;
}
.widget-blogPost .blog-post-content .footer, .blog-posts .footer {
    width: 100%;
    text-align: center;
}
.page-blog-post .body{
background-color: #F4F5F7;
}
.blog-post-content .footer {
   margin:0 auto 80px
}
.blog-post-content .footer .pagination{
    float:unset;
}
/*---------- Pagination Start------------*/

.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
	background-color: transparent;
	padding: 24px 0 80px;
  }
  .product-view .footer {
	border-bottom: 0;
  }
  .pagination {
	  margin:0 auto 15px;
      width: 100%;
      text-align: center;
  }
  span.pagination-literal-status {
    font-family: 'Avenir Next LT Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  color: #262527;
  float: left;
      display: none;
  }
.pagination span {
    border: none;
    cursor: pointer;
    margin: 0 5px;
    width: 36px;
    box-shadow: none;
    display: inline-block;
    color: #262527;
    font-size: 18px;
    background: transparent;
    border-radius: 50%;
    height: 36px;
    line-height: 40px;
    padding: 0 5px;
    font-weight: 400;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: center;
}
  .pagination span.page-number.current {
	  color: #262527;
	  background: transparent;
	  border: 0;
	  font-weight: 600;
    position:relative;
  }
  .pagination span.page-number.current:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 14px;
    height: 2px;
    background: #262527;
    transform: translateX(-50%)
}
  .pagination span.first,
  .pagination span.last {
	  display: none;
  }
.pagination span.next {
    position: relative;
    margin: 0 0 0 10px;
    padding: 0;
    background: transparent;
    height: 25px;
    width: 42px;
    font-size: 0;
}


.pagination span.next:after {
    content: "\00f105";
    right: 12px;
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 28px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pagination span.prev {
    position: relative;
    margin: 0 4px 0 0;
    padding: 0;
    background: transparent;
    height: 25px;
    width: 42px;
    color: #262527;
    font-size: 0;
}
.pagination span.prev:after {
    content: "\00f104";
    right: 12px;
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 28px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
  .page-search-result .page-content .footer select.per-page-count {
	  margin: 0;
	  height: 35px;
  }
  
  .pagination span:hover {
	  background: transparent;
	  color: #262527;
      	  font-weight: 600;
  }
  .pagination span.prev,
  .pagination span.next {
	  background: transparent;
  }
  
  .pagination span.prev.disabled:before,
  .pagination span.next.disabled:before {
	  color: #a1a1a1;
  }
  .chosen-container .chosen-results .chosen-result {
	  color: #262527;
	  font-weight: 400;
	  letter-spacing: 0.5px;
  }
  .review-show-panel .pagination {
	  width: auto;
	  float: right;
	  margin-top: 14px;
  }
  /*---------- Pagination End ------------*/
/*****************************/
.blog-post-details {
    max-width: 1300px;
    margin: 0 auto 0;
    background: #fff;
    padding: 50px 0;
    box-shadow: 0px -50px 24px 0px rgba(0, 0, 0, 0.04);
}
.blog-post-details .post-description {
    display: flex;
    flex-direction: column;
}
.blog-post-details .content {
    display: block;
    padding-bottom: 20px;
    max-width: 1050px;
    margin: 0 auto;
    order: 4;
}
.blog-post-details .title {
    font-weight: 400;
    font-size: 38px;
    line-height: 47px;
    color: #262527;
    margin: 0 auto;
    max-width: 910px;
    text-align: center;
    order: 1;
    padding: 0 0 10px;
}
.blog-post-details .image {
    order: 3;
}
.blog-post-details .image img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.blog-post-details .blog-post-info span.date {
    color: #262527;
    margin: 0;
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
.blog-post-details .blog-post-info {
    margin: 0 auto 35px;
    order: 1;
    text-align: center;
}
.blog-post-details .image img, .blog-post-details .content figure img {
    height: auto;
    width: auto;
}
.blog-post-details .content pre {
    font-size: 16px;
    line-height: 26px;
	font-family: "Assistant", sans-serif;
}
.blog-post-details .content figure {
    margin: 5px 0 20px;
    display: block;
    width: 100%;
}
.blog-category-details > .title {
    font-weight: 600;
    font-size: 42px;
    padding: 10px 0 44px;
    color: #262527;
	display: none;
}
.blog-post-details .social-media-share-bar {
    order: 5;
    max-width: 1050px;
    margin: 0 auto 90px;
    text-align: left;
    width: 100%;
    padding-left: 100px;
    position: relative;
}
.blog-post-details .social-media-share-bar .social-media-share{
    margin:0 12px 0 0;
    vertical-align: middle;
}
.blog-post-item .post-description > a {
    order: 4;
    background: #262527;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    width: 144px;
    height: 45px;
    line-height: 46px;
}
.blog-post-item:hover .post-description > a {
    background: #000;
}
.blog-post-details .content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.blog-post-details .comment-post-panel {
    order: 6;
}
.blog-post-details .content h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 46px;
}

.blog-post-details .content h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
}

.blog-post-details .content h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
}

.blog-post-details .content h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.blog-post-details .content h5, .blog-post-details .content h6 {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
}
.blog-post-details .content h2 strong, .blog-post-details .content h3 strong, .blog-post-details .content h4 strong, .blog-post-details .content h5 strong, .blog-post-details .content h6 strong{
    font-weight: 400;
}
.blog-post-details .social-media-share>a span.at-icon-wrapper svg.at-icon {
    padding: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #262527 !important;
}
.blog-post-details .social-media-share>a span.at-icon-wrapper {
    position: relative;
}
 
.blog-post-details .social-media-share a svg,
.blog-post-details .social-media-share a span{
    width: 34px !important;
    height: 34px !important;
    background-color: #262527 !important;
    border-color: #262527 !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-post-details .social-media-share>a span.at-icon-wrapper svg.at-icon {
    fill: #fff !important;
}
.blog-post-details .social-media-share a.facebook-share-icon:hover, .blog-post-details .social-media-share a.twitter-share-icon:hover {
    background-color: #5c7fb3 !important;
    border-color: #5c7fb3 !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-post-details .social-media-share a.facebook-share-icon:hover::after,
.blog-post-details .social-media-share a.twitter-share-icon:hover::after {
    color:#000 !important;
}
.blog-post-details .social-media-share a:hover svg,
.blog-post-details .social-media-share a:hover span{
    background-color: #5c7fb3 !important;
    border-color: #5c7fb3 !important;
}
.blog-post-details .social-media-share a:hover svg,
.blog-post-details .social-media-share a:hover span{
    background-color: #5c7fb3 !important;
    border-color: #5c7fb3 !important;
    fill: #000 !important;
}
.blog-post-details .social-media-share>a:hover span.at-icon-wrapper svg.at-icon {
    fill: #000 !important;
}
.blog-post-details .social-media-share-bar:before {
    content: "SHARE :";
    position: absolute;
    left: 0;
    top: 16px;
    color: #262527;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.blog-post-details .image.blog-post-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center;
}
.widget-navigation.blog-cat {
    display: flex;
    max-width: 1300px;
    margin: 0 auto 30px;
    justify-content: center;
}
.widget-navigation.blog-cat .navigation-item{
       padding:0; 
}
.widget-navigation.blog-cat .navigation-item a{
    padding: 6px 12px;
    margin: 0;
    font-size:1.6rem;
    text-transform:capitalize;
}
.widget-navigation.blog-cat .navigation-item a:hover{
    color:#5c7fb3;
    text-decoration:underline;
}

.widget-navigation.blog-cat .widget-title {
      font-size:1.8rem;
    font-weight:400
}
/*********END blog***********/
/********* Subscrib***********/
 .widget.widget-newsletter.subscribe {
     max-width: 690px;
     position:absolute;
     top: 38%;
     right: 100px;
     background:#fff;
     padding: 30px 30px 10px;
 }

 .widget.widget-newsletter.subscribe .widget-title {
     font-size: 16px;
     font-weight: 300;
     font-family: "Assistant", sans-serif;
 }
 .widget.widget-newsletter.subscribe .form-row label {
    display:none;
}
.widget.widget-pageHeading.subscribe-area {
    display:block;
    height: 100%;
    margin: 0 !important;
    background: url(/template/8bd7a52b/images/subscribe.jpg) no-repeat;
    background-size: cover;
}
.widget.widget-pageHeading.subscribe-area:after {
    content:"";
    position: absolute;
    background-color:rgb(2,19,52,0.8);
    left:0;
    top:0;
    bottom:0;
    width:100%;
    height:100%;
   }
   .widget.widget-pageHeading.subscribe-area h1 {
    padding-left: 310px;
    line-height: 160px;
    color: #fff;
    z-index: 1;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
}

.widget.widget-breadcrumb.subscribe-area {
    top: 32%;
    max-width: 485px;
}
.form-row.button-container button.newsletter-subscription.submit-button {
    width: 100%;
    background: #021334;
    border-color: #021334;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 300;
}
.form-row.button-container button.newsletter-subscription.submit-button:hover {
    border-color: #021334;
    background:transparent;
    color:  #021334;
}
 body.page-subscribe .footer {
    position: relative;
    background-color: #021334;
    margin-top: -4px;
}
/*********END Subscrib***********/
/*start: tab section css */

.widget.widget-tabAccordion {
    max-width: 1300px;
    margin: 0 auto;
}

.widget.widget-tabAccordion .tab-accordion-accordion.accordion-panel {
    max-width: 950px;
    padding: 0 0 70px;
}

.widget.widget-html.faq-title {
    padding: 0;
    margin: 0 auto;
    text-align: left;
    max-width: 1300px;
}
.widget.widget-html.faq-title h2 {
    margin: 0 auto 10px;
    font-size: 37.4px;
    font-family: "aller", sans-serif;
    font-weight: 300;
    text-align: left;
    max-width: 100%;
}
.widget-html.faq-title * {
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.widget.widget-tabAccordion {
    margin: 0 auto;
}

.widget.widget-tabAccordion .widget-title {
    color: #101828;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    padding: 0;
    margin: 32px 0 0;
}

.widget.widget-tabAccordion:first-of-type .widget-title {
    margin: 0;
}

.accordion-panel .label-bar .toggle-icon {
    right: 18px;
    left: auto;
    top: 18px;
}

.accordion-panel .accordion-item.collapsed:first-of-type {
    display: block;
}

.accordion-panel .label-bar {
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 2px;
    height: auto;
    padding: 15px 40px 15px 20px;
    white-space: nowrap;
    margin: 0 0 10px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    position: relative;
    cursor: pointer;
    border: 1px solid #c8c7c7;
}

 

.accordion-panel .label-bar.expanded {
    border-radius: 0;
    box-sizing: unset;
    box-shadow: unset;
    height: auto;
    position: relative;
    cursor: pointer;
    border: 1px solid #c8c7c7;
    margin-bottom: 0;
    outline: none;
    background-color: #F4F5F7;
    color: #383D48;
    text-align: left;
    text-decoration: none;
    border-bottom: 0;
}

.accordion-panel .accordion-item.expanded {
    background: #FFFFFF;
    box-sizing: border-box;
    color: #000;
    margin: 0 0 20px;
    padding: 20px;
    border: 1px solid #c8c7c7;
    border-top: 0;
}

.accordion-panel .label-bar .toggle-icon {
    height: 34px;
    width: 34px;
    background-image: url(/template/8bd7a52b/images/faq-arrow.svg);
    right: 0;
    left: auto;
    top: inherit;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
    position: absolute;
    bottom: 2px;
    background-size: 12px;
}

.form-row.filter-profile-select .accordion-panel .label-bar .toggle-icon {
    bottom: 22px;
}


.page-product .accordion-panel .accordion-item.expanded {
    padding: 20px;
    margin: 0;
}

.page-product .accordion-panel .accordion-item span.title {
    padding: 7px 18px;
    background: #F8F8F8;
    margin: 0 5px 8px 0;
    display: inline-block;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
}

.page-product .accordion-panel .product-accordion.product-tag-why-people-love-it .accordion-item span.title {
    padding: 7px 18px 7px 46px;
    background: url('/template/8bd7a52b/images/circle-list-icon.svg') no-repeat left center;
    margin: 0 0px 6px 0;
    display: block;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.82;
    color: #000;
}

.product-widget.widget-accordionView span.description h2 {
    font-size: 24px;
}

.product-widget.widget-accordionView span.description h2,
.product-widget.widget-accordionView span.description h3,
.product-widget.widget-accordionView span.description h4,
.product-widget.widget-accordionView span.description h5,
.product-widget.widget-accordionView span.description h6 {
    margin-top: 30px;
      line-height: 157%;
}

.product-widget.widget-accordionView span.description h3 {
    font-size: 22px;
}

.product-widget.widget-accordionView span.description h4,
.product-widget.widget-accordionView span.description h5,
.product-widget.widget-accordionView span.description h6 {
    font-size: 20px;
}

.product-widget.widget-accordionView .accordion-item span.title {
    display: none;
}

.accordion-panel .label-bar {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.product-widget.widget-productTag .accordion-panel {
    padding: 0 0 0;
}

.product-accordion:last-child .accordion-item.expanded{
    border-bottom: 0;
}
/*.product-widget.widget-productTag .accordion-panel>div:last-child .accordion-item.expanded {
    padding-bottom: 20px;
}*/

.accordion-panel .label-bar:hover {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.accordion-panel .label-bar.expanded .toggle-icon {
    background-position: 8px 12px;
    transform: rotate(90deg);
    width: 44px;
}

.accordion-panel .accordion-item.expanded .wc-tab-accordion-widget p {
    padding: 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px;
}

.accordion-panel .accordion-item.expanded .wc-tab-accordion-widget p:last-of-type {
    margin: 0;
}


.accordion-panel .accordion-item.collapsed {
    padding: 20px;
    border: 1px solid #c8c7c7;
    border-top: 0;
    margin: 0 0 15px;
}
.accordion-panel .accordion-item.expanded .wc-tab-accordion-widget p a {
    color: #000;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.accordion-panel .accordion-item.expanded .wc-tab-accordion-widget p a:hover {
    opacity: 0.5;
    text-decoration: underline;
}

.accordion-panel .accordion-item.collapsed p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #262527;
}

.page-faq .page-content {
    padding: 0 0 100px;
}

/*end: tab section css */
.widget.widget-snippet .empty-snippet-content-state:empty{
    margin: 0;
    padding: 0;
}
.widget.widget-snippet h3 {
    font-size: 28px;
}
.widget.widget-snippet h4 {
    font-size: 24px;
}
.widget.widget-snippet h2 {
    font-size: 40px;
}
.widget.widget-snippet h5 {
    font-size: 20px;
}
.widget.widget-snippet h6 {
    font-size: 18px;
}
.widget.widget-html.home-selling-costs {
    margin: 120px 0 30px;
    display: block;
    max-width: 990px;
}
.widget.widget-html.home-selling-costs h3 {
    font-size: 28px;
}
.widget.widget-article.request-appraisal.promans {
    padding-bottom: 20px;
}
.enquire-form form.custom-form.contact-form-template.form-template.request-form.enquire-2 .double-input-row .form-row {
    width: 100%;
}
.footer-enquire form.custom-form.contact-form-template.form-template.request-form.enquire.enquire-2{
	top:0;
	position: relative;
	width: 100%;
	max-width: 850px;
	background: transparent;
	padding:0;
	box-shadow:none;
}
.footer-enquire{
	background: #f4f5f7;
	padding: 30px 0 100px;
}
.footer-enquire form.custom-form.contact-form-template.form-template.request-form.enquire.enquire-2 .form-row.text.top-text{
	display:none;
}
.footer-enquire form.custom-form.contact-form-template.form-template.request-form.enquire.enquire-2 button.submit-button {
    max-width: 200px;
}
.footer-enquire-content {
    background: #f4f5f7;
    padding: 30px 0 10px;
}
.footer-enquire-content .html-widget-element-content {
    max-width: 990px;
    margin: 0 auto;
    text-align: center;
}
.widget.widget-snippet a{
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    color: #2785e7;
    font-weight: 400;
    text-decoration: underline;
}
.widget.widget-snippet a:hover{
opacity: 0.9;
color: #0d0d0e;
}
.widget-snippet .proman-area .proman-text-content h5 {
    margin-top: 20px;
    margin-bottom: 5px;
}
.widget-snippet .img-content {
    margin: 10px auto 0;
  padding: 0;
}
.widget-snippet section.inner-banner .text-content,
.widget-snippet section.inner-banner-fluid .text-content {
    width: 100%;
    position: relative;
    right: unset;
    bottom: unset;
    align-content: center;
    height: 100%;
    max-width: 880px;
    padding-left: 310px;
	top: unset;
    left: unset;
}
.footer .widget-navigation .navigation-item.active a {
    color:#C6CCD6;
    font-weight: 500;
}
.page-privacy .article-content h2,
.page-terms .article-content h2 {
    font-size: 27px;
    margin-bottom: 8px;
}
.page-privacy .article-content h3,
.page-terms .article-content h3 {
    font-size: 22px;
    margin-bottom: 8px;
}
.widget-snippet .inner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.widget-snippet section.inner-banner-fluid .title-content {
    margin-top: -80px;
}
div#spltr-C7F11DF7-3A95-4677-8570-14604559BC43 {
    display:flex;
}
.page-subscribe .widget.widget-image {
    height:100%;
}
.page-subscribe .widget.widget-image img{
    height:100%;
    object-fit:cover;
    width: 100%;
}
.page-subscribe .footer .widget.widget-image img {
    object-fit: contain;
}
/****** Start Banner Gallery ********/

.banner-img-gallery .owl-carousel{
    padding: 0;
    margin: 0 auto;
}
.owlCarousel.banner-img-gallery {
    background: #fff;
}
.owlCarousel.banner-img-gallery .item {
    max-width: 100%;
    padding: 20px;
}
.owlCarousel.banner-img-gallery{
    background: #fff; 
    padding: 0;
}
.owlCarousel.banner-img-gallery .owl-carousel.owl-loaded {
    padding: 80px 0;
}
.owlCarousel.banner-img-gallery .owl-carousel {
    max-width: 1600px;
    margin: auto;
}
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-controls {
    position: relative;
    max-width: 100%;
    margin: auto;
    margin: 15px 0 0;
}
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-item img {
    height: 500px;
    object-fit: cover;
}
.owlCarousel.widget.widget-gallery.banner-img-gallery  .banner-image-gallery {
    position: relative;
}
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-item .item a.text-item {
    background-color: rgba(2, 19, 52, 0.85);
    transition: background-color 200ms ease-in-out;
    padding: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-item .item a.text-item:hover {
    background-color: #021334;
    transition: background-color 200ms ease-in-out;
}
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-item .item .image-item figure {
    margin: 0;
}
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-item .item a.text-item .left-item h3 {
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "aller", sans-serif;
    line-height: 33px;
    margin: 0;
    padding: 0;
}
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-item .item a.text-item .left-item p{
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    font-family: "Assistant", sans-serif;
    padding: 0;
    margin: 0;
}

.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-item .item a.text-item .right-item {
    width: 120px;
    height: 120px;
    background-color: #5C7FB3;
    border-radius: 100%;
    position: relative;
    margin: -65px 0 0;
}
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-item .item a.text-item .right-item p {
    font-size: 28px;
    border: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 31px;
    font-family: "Assistant", sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    text-align: center;
}
.owlCarousel.widget.widget-gallery.banner-img-gallery {
    background-color: #F4F5F7;
}
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #000;
    opacity: unset;
}
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-next::before{
    background: url('/template/8bd7a52b/images/banner-left-arrow.svg') no-repeat;
    background-size: auto;
    opacity: unset;
    right: -20px;
    top:6px;
    background-size: 10px;
    width: 20px;
    height: 20px;
}
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-prev::before {
    background: url('/template/8bd7a52b/images/banner-left-arrow.svg') no-repeat;
    background-size: auto;
    background-size: auto;
    opacity: unset;
    left: -20px;
    top: 6px;
    background-size: 10px;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
}
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-prev:hover:before,
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-next:hover:before{
    color:#79797a;
}
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-theme .owl-controls .owl-nav [class*="owl-prev"]:hover,
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-theme .owl-controls .owl-nav [class*="owl-next"]:hover {
    color:#79797a !important;
}
.widget-snippet .container-thankyou:last-child {
    background: url(/template/eed0c814/images/thank-image.jpg);
    object-fit: cover;
	background-position: center;
}

.agent-details-form {
    background: #F4F5F7;
    padding: 100px 20px 120px 20px;
    margin-top: 0;
}
.widget-snippet section.team {
    margin: 0 0 80px;
}
.property-agent-details-page .agent-sold-list-info {
    padding-bottom: 0;
}
.property-agent-details-page .agent-sale-list-info {
    margin: 0 0 100px;
}
.property-agent-details-page .agent-current-list-info {
    margin: 0 0 120px;
}
#webcommander-page.page-rental-appraisal .widget-snippet section.inner-banner-fluid .title-content{
      margin-top: -80px !important;
}
  .responsive.page-property-management .title-content, .page-request-appraisal .widget-snippet section.inner-banner-fluid .title-content {
      margin-top: -40px !important;
}
/* Resposnive */

@media only screen and (max-width:1800px) {
.widget-snippet section.inner-banner .text-content,
.widget-snippet section.inner-banner-fluid .text-content   {
    padding-left: 255px;
}
.widget.widget-breadcrumb {
    left: 255px;
}
.widget.widget-pageHeading.subscribe-area h1 {
    padding-left: 255px;
    line-height: 1;
}
.widget-snippet .container-thankyou, .widget-snippet .body-update-page .market-update-title {
    padding: 150px 50px 150px 270px;
}
.page-heading h1, .widget.widget-pageHeading h1 { 
    left: 255px;
}
}
@media only screen and (max-width:1700px) {
.widget-snippet section.inner-banner .text-content,
.widget-snippet section.inner-banner-fluid .text-content  {
    padding-left: 210px;
}
.widget.widget-breadcrumb {
    left: 210px;
}
.widget.widget-pageHeading.subscribe-area h1 {
    padding-left: 210px;
}
.widget-snippet .container-thankyou, .widget-snippet .body-update-page .market-update-title {
    padding: 150px 50px 150px 220px;
}
}
@media only screen and (max-width:1600px) {
    .page-heading h1, .widget.widget-pageHeading h1 { 
        left: 80px;
    }
.widget-snippet section.inner-banner .text-content,
.widget-snippet section.inner-banner-fluid .text-content  {
    padding-left: 80px;
}
.widget.widget-breadcrumb {
    left:80px;
}
.widget.widget-newsletter.subscribe {
    max-width: 750px;
}
.widget.widget-pageHeading.subscribe-area h1 {
    padding-left: 80px;
}
.widget-snippet .container-thankyou, .widget-snippet .body-update-page .market-update-title {
    padding: 150px 50px 150px 170px;
}
}

@media screen and (max-width: 1500px) {
.widget-snippet section.inner-banner-fluid .inner-content {
    flex: 0 0 50%;
    max-width: 50%;
}
.owlCarousel.banner-img-gallery .owl-carousel {
    max-width: 100%;
}
    .owlCarousel.widget.widget-gallery.banner-img-gallery {
        padding: 0 20px;
    }
.owlCarousel.banner-img-gallery .item {
    padding: 10px;
}
    .widget-snippet .container-thankyou, .widget-snippet .body-update-page .market-update-title {
        padding: 150px 50px 150px 120px;
    }
    .privacy-policy .article-content {
        padding: 0 30px;
    }
}



@media screen and (max-width: 1440px) {
 .widget-snippet .img-content .pm-content {
    padding: 60px 0 0 100px;
}
.widget-snippet section.inner-banner-fluid .text-content {
        padding-left: 80px;
    }
.widget-snippet section.inner-banner-fluid .title-content {
        padding: 0 0 50px;
    }

.widget-snippet section.inner-banner .text-content .title-content h1,
.widget-snippet section.inner-banner-fluid .text-content .title-content h1 {
    line-height: 44px;
    font-size: 38px;
	padding: 0 10px 0 0;
}
.widget-snippet section.inner-banner-fluid .title-content {
    margin-top: 0;
}
.widget.widget-newsletter.subscribe {
    max-width: 655px;
}
    .widget-snippet .container-thankyou, .widget-snippet .body-update-page .market-update-title {
        padding: 150px 50px 150px 80px;
    }
    .wc-site-popup.popup .content iframe{
        width: 968px;
    }
#webcommander-page.page-rental-appraisal .widget-snippet section.inner-banner-fluid .title-content {
    margin-top: -20px !important;
}
}
@media screen and (max-width: 1366px) {
    .page-heading h1, .widget.widget-pageHeading h1 { 
        left: 30px;
    }
    .responsive .header > .widget-container, .responsive .footer > .widget-container {
        width: 100%;
        max-width: 1280px;
    }

    .widget-snippet .text-content, .widget-snippet section.inner-banner-fluid .text-content {
        max-width: 580px;
    }

    .widget.widget-snippet .button-content a {
        padding: 12px 25px;
        font-size: 14px;
    }

    .widget-snippet .living-content, .widget-snippet .modern-living .title-content {
        max-width: 1100px;
    }

    .widget-snippet .living-content-area {
        left: 0;
    }

    .widget-snippet .living-content.two .living-content-area {
        right: 0;
    }

    .responsive .page-content > .v-split-container > .v-split {
        width: 100%;
    }

    .widget.widget-article.request-appraisal .article-content {
        max-width: 600px;
        padding-left: 30px;
    }

    form.custom-form.contact-form-template.form-template.request-form {
        right: 30px;
    }

    .widget-snippet .proman-area, .widget-snippet .img-content {
        max-width: 100%;
        padding: 0 30px;
    }

    .widget-snippet .img-content .inright.wow.market-img {
        width: 45%;
    }

    .widget-snippet .img-content .inright.wow.market-img img {
        float: right;
    }

    .widget-snippet .inner-banner .text-content {
        right: 5%;
    }

    .widget.widget-breadcrumb {
        max-width: 650px;
        transform: unset;
        left: 5%;
    }

    .widget-snippet .cook-area .cook-text-content,
    .widget-snippet .agents-area .agents-text-content,
    .widget-snippet .costs-area .costs-text-content {
        padding: 40px 30px;
        max-width: 100%;
    }

    .widget.widget-html.home-selling-costs, .widget.widget-tabAccordion {
        padding: 0 30px;
    }
   .widget.widget-tabAccordion {
        padding: 0 30px;
        max-width: 100%;
    }

    .widget.widget-html.home-selling-costs {
        margin: 90px 0 30px;
}
    .widget-snippet .img-content .help-content {
        padding: 0 0 0 90px;
    }

    .widget-snippet section.agents-content,
    .widget-snippet section.costs-content {
        margin: 30px auto 20px;
    }

    .widget-snippet section.cook-content{
        margin: 30px auto 70px;
    }

.page-heading, .widget-pageHeading {
    padding: 100px 30px;
}
    .page-heading h1, .widget.widget-pageHeading h1 {
        max-width: 100%;
        padding: 0 0 20px;
    }
    .widget-snippet .text-row {
        padding: 0 30px 50px;
        max-width: 100%;
    }
    .widget.widget-html.faq-title {
        padding: 0 30px;
        max-width: 100%;
    }
.page-rental-providers .widget.widget-html.faq-title {
        padding: 0;
    }
.widget.widget-snippet h2 {
    font-size: 30px;
    line-height: 43px;
}
    .blog-post-details {
        max-width: 100%;
        margin: 0 30px;
    }
    .widget-snippet .growth-content {
        padding: 30px;
        max-width: 100%;
    }

.widget-snippet section.inner-banner .text-content,
.widget-snippet section.inner-banner-fluid .text-content {
    padding-left: 30px;
}
.widget.widget-breadcrumb {
    left:30px;
}
    .widget.widget-pageHeading.subscribe-area h1 {
        padding-left: 0;
    }
	.widget.widget-pageHeading.subscribe-area {
    padding: 70px 30px;
}
.widget.widget-breadcrumb.subscribe-area {
    top: 22%;
}
.widget.widget-newsletter.subscribe {
    top: 30%;
    max-width: 645px;
    right: auto;
    left: 30px;
}

	.widget-snippet .container-thankyou .img-content {
    padding: 0;
}
    .widget-snippet .container-thankyou .img-content img{
        width:80px;
    }
    .wc-site-popup.popup .content iframe {
        width: 915px;
    }
    .widget.widget-snippet .team-area {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
}
@media screen and (max-width: 1280px) {
    .responsive .header > .widget-container, .responsive .footer > .widget-container { 
    max-width:1210px;
}
    .widget.widget-newsletter.subscribe {
        max-width: 590px;
    }
	.widget.widget-pageHeading.subscribe-area {
        height: 800px;
    }
	    .widget.widget-breadcrumb.subscribe-area {
        top: 23%;
    }
	
 
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-item img {
    height: 420px;
}
    .wc-site-popup.popup .content iframe {
        width: 855px;
    }
    .page-rental-providers .widget.widget-html.faq-title {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1024px) {
    .page-heading h1, .widget.widget-pageHeading h1 { 
        left: inherit;
        position: relative;
        top: inherit;
        transform: inherit;
    }
    .page-heading, .widget-pageHeading { 
        min-height: inherit;
    }
    .widget-snippet .container-thankyou, .widget-snippet .body-update-page .market-update-title {
        padding: 70px 20px 100px 20px;
    }
    .privacy-policy .article-content {
        padding: 0 20px;
    }
    .widget.widget-snippet section.team {
        margin: 80px 0 70px;
    }
    .widget.widget-snippet section.team p.team-content {
        font-size: 20px;
        max-width: 100%;
        margin: 0 auto 35px;
        line-height: 31px;
    }
    .widget.widget-snippet .team-area {
        padding: 0 10px;
    }
    .widget.widget-snippet .member {
        width: calc(100% / 3 - 20px);
        margin: 0 10px 40px;
    }
.widget-snippet .text-content {
    max-width: 460px;
    bottom: 110px;
    right: 50px;
}
.widget.widget-snippet .button-content a {
    padding: 12px;
}
    .responsive section.area-specialists h2.title-content {
        max-width: 100%;
        margin: 0 auto 30px;
        font-size: 35px;
        padding: 0 20px;
    }
    .widget-snippet .living-content, .widget-snippet .modern-living .title-content {
        max-width: 100%;
        margin: 0 20px;
    }
.widget-snippet .text-content .title-content h1 {
    line-height: 46px;
    font-size: 32px;
}
.widget-snippet section.est-and-you .est-text-area {
    padding: 50px;
}
    form.custom-form.contact-form-template.form-template.request-form {
        width: 470px;
        padding: 30px;
        right: 20px;
        top: -160px;
    }

.responsive .wow.living-content.two {
        padding-bottom: 20px;
    }
.widget.widget-article.request-appraisal .article-content {
    max-width: 500px;
    padding-left: 20px;
}
.widget-snippet .proman-area, .widget-snippet .img-content {
    padding: 0 20px;
}
.widget-snippet section.inner-banner .text-content, .widget-snippet section.inner-banner-fluid .text-content {
    max-width: 565px;
}
.widget.widget-article.request-appraisal .article-content h2 {
    font-size: 22px;
    line-height: 36px;
}
    .widget-snippet section.inner-banner-fluid {
        min-height: 300px;
    }
    .widget-form .form-row.text.top-text h2 {
        font-size: 35px;
    }

.widget.widget-breadcrumb {
        top: 62%;
		left: 20px;
}
    .widget.widget-tabAccordion .tab-accordion-accordion.accordion-panel {
        max-width: 100%;
        padding: 0 0 50px;
    }
   .responsive section.help-costs-content {
        padding: 80px 0 70px;
    }
.widget-snippet section.pm-footer-content {
    padding: 60px 0;
}
.widget-snippet .img-content .pm-content {
    padding: 0 0 0 50px;
}
.widget.widget-snippet h3 {
    line-height: 36px;
    margin-top: 20px;
}
.widget-snippet .cook-area .cook-text-content, .widget-snippet .agents-area .agents-text-content, .widget-snippet .costs-area .costs-text-content {
    padding: 60px 20px;
}
.widget.widget-html.home-selling-costs, .widget.widget-tabAccordion {
    padding: 0 20px;
    max-width: 100%;
}
    .widget.widget-html.home-selling-costs {
        margin: 50px 0 30px;
    }
section.help-costs-content {
    padding: 40px 0;
}
.widget.widget-snippet h3 {
    line-height: 37px;
    margin-top: 10px;
    font-size: 27px;
}
.widget-snippet .img-content .help-content {
    padding: 0 0 0 50px;
}
.widget.widget-html h2 {
    margin: 0 auto 30px;
    font-size: 35px;
}
.widget-snippet section.inner-banner {
    margin-bottom: 50px;
    min-height: 340px;
}
.page-heading h1, .widget.widget-pageHeading h1 {
        font-size: 33px;
        line-height: 46px;
        padding-bottom: 10px;
}
    .page-heading, .widget-pageHeading {
        padding: 100px 20px;
    }
    .widget-snippet .text-row {
        padding: 0 20px 20px;
    }
.widget.widget-html.faq-title {
    padding: 0 20px;
}
    .page-rental-providers .widget.widget-html.faq-title {
        padding: 0 20px;
    }
.widget-navigation.blog-cat {
    padding: 0 20px;
}
.blog-post-details .content {
    padding: 0 25px 20px;
}
.blog-post-details .social-media-share-bar:before {
    left: 30px;
    top: 7px;
}
.blog-post-details .social-media-share-bar {
    margin: 0 auto 20px;
    padding-left: 100px;
}

    .widget-snippet section.inner-banner .text-content, .widget-snippet section.inner-banner-fluid .text-content {
        padding-left: 20px;
    }

.widget-snippet section.inner-banner .text-content .title-content h1,
.widget-snippet section.inner-banner-fluid .text-content .title-content h1{
        line-height: 34px;
        font-size: 30px;
    }
    .widget-snippet section.inner-banner .text-content .title-content p, .widget-snippet section.inner-banner-fluid .text-content .title-content p {
        font-size: 16px;
        line-height: 26px;
        padding: 10px 0 20px;
    }
    .property-manage-form form.custom-form.contact-form-template.form-template.request-form {
        top: -300px;
    }
    .responsive .proman-area .proman-text-content h5 {
        font-size: 20px;
    }
.widget.widget-snippet section.inner-banner .text-content {
        max-width: 475px;
    }
.widget.widget-pageHeading.subscribe-area {
        padding: 50px 20px;
    }
    .widget.widget-newsletter.subscribe {
        left: 20px;
        max-width: 520px;
    }
    .widget.widget-newsletter.subscribe {
        max-width: 370px;
    }
	/*** start header main menu **/
    .header .widget.widget-navigation.main-menu {
        background: none;
    }
    .header .widget.widget-navigation.main-menu .menu-title {
        position: absolute;
        right: 20px;
        top: -27px;
        z-index: 1;
        left: auto;
    }
    .header .widget.widget-navigation.main-menu.header .menu-title {
        right: 150px;
    }
    .header .widget.widget-navigation.main-menu{
        width: 100%;
    }
    .header .widget-navigation.main-menu .menu-button em {
        background-color:#000;
    }
    .header .widget.widget-navigation.main-menu .nav-wrapper.horizontal {
        text-align: left;
        overflow: auto;
        margin: 0;
        background: #ffffff;
        box-shadow: 12px 12px 15px 0 rgba(0, 0, 0, .1);
        z-index: 99;
        max-width: 100%;
        height: 100vh;
        padding-bottom: 100px;
        border-top: 1px solid #eaeaea;
        left: 0;
        top: 25px;
        width: 100%;
    }
    .header .widget.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover span::before {
        color: #262527;
    }
    .header .widget.widget-navigation.main-menu .horizontal .navigation-item > .navigation-item-child-container.open {
        display: block;
        box-shadow: unset;
        border-bottom: 1px solid rgba(0, 0, 0, 0.002);
    }
    .responsive-navigation .navigation-item.has-child .child-opener {
        top: 5px;
    }
    .header .widget.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container {
        background: #ceefe6;
        box-shadow: none;
        box-sizing: border-box;
        display: none;
        height: auto !important;
        padding: 0;
        position: static;
        width: 100%;
        transform: translateX(0%);
    }
    .header .widget.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
        display: none;
    }
    .header .widget.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span {
        color: #071d49 !important;
    }
    .header .widget.widget-navigation.main-menu .navigation-item .navigation-item-child-container .navigation-item {
        margin: 0;
        padding: 0;
        border: none;
    }
    .header .widget.widget-navigation.main-menu .navigation-item.active a::before {
        display: none;
    }
    .header .widget.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
        border-bottom: none;
    }
    .header .widget.widget-navigation.main-menu .horizontal .navigation-item:first-child a::after, .widget.widget-navigation.main-menu .horizontal .navigation-item a::after {
        left: 0;
        height: 1px;
        width: 100%;
        margin-left: 0;
    }
    .header .widget.widget-navigation.main-menu .navigation-item .navigation-item-child-container a:hover, .header .widget.widget-navigation.main-menu .navigation-item .navigation-item-child-container a:focus {
        color: rgba(255, 255, 255, 0.6);
    }
    .header .widget-navigation.main-menu .horizontal .navigation-item.has-child::before {
        display: none;
    }
    .header .responsive-navigation.main-menu .navigation-item.has-child .child-opener.close::before {
        content: "\f068";
        font-family: fontawesome;
    }

    .header .widget.widget-navigation.main-menu .horizontal .navigation-item a {
        text-align: left;
        padding: 18px 20px;
    }
    .header .widget.widget-navigation.main-menu .nav-wrapper .navigation-item {
        background-color: transparent;
        padding: 0;
    }
    .header .widget.widget-navigation.main-menu .nav-wrapper .navigation-item a,
    .header .widget.widget-navigation.main-menu .navigation-item.has-child a{
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        color:#262527;
        line-height: 20px;
        padding: 15px 20px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin: 0;
    }
    .header .widget.widget-navigation.main-menu .horizontal .navigation-item > .navigation-item-child-container.open .navigation-item a {
        padding-left: 30px;
        font-size: 16px;
        border-bottom: 1px solid #e6e6e6;
    }
    .header .widget.widget-navigation.main-menu .horizontal .navigation-item > .navigation-item-child-container.open .navigation-item:last-child a {
        border-bottom:0;
    }
    .header .widget.widget-navigation.main-menu .horizontal .navigation-item > .navigation-item-child-container .navigation-item > .navigation-item-child-container.open .navigation-item a {
        padding-left: 45px;
        font-size: 15px;
    }
    .header .widget.widget-navigation.main-menu .horizontal .navigation-item > .navigation-item-child-container .navigation-item > .navigation-item-child-container.open .navigation-item a {
        padding-left: 60px;
        font-size: 15px;
    }
    .header .widget.widget-navigation.main-menu .horizontal .navigation-item a:hover {
        color: #071d49;
    }
    .header .widget.widget-navigation.main-menu .horizontal .navigation-item a:focus {
        color: #fff;
        background-color: #262527;
    }
    .header .widget.widget-navigation.main-menu .horizontal .navigation-item a:hover {
        color: #071d49;
    }

    .header .widget.widget-navigation.main-menu .horizontal .navigation-item a:focus {
        color: #071d49;
        background-color: #f4f4f4;
    }
    .header .widget.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
        color: #071d49;
        background-color: #f4f4f4;
    }
    .header .main-menu .menu-button em {
        background-color: #262527;
    }
    .widget-navigation .navigation-item.active a {
        font-weight: 300;
    }
    .header .responsive-navigation.main-menu .navigation-item.has-child .child-opener {
        position: absolute;
        right: 20px;
        top: 3px;
        width: 50px;
    }
    .header .widget.widget-navigation.main-menu .navigation-item.has-child .child-opener::before {
        color: #000;
        display: block;
        font-family: "FontAwesome";
        font-size: 22px;
        vertical-align: middle;
        cursor: pointer;
        padding: 10px 20px;
        text-align: right;
    }
    .header .widget.widget-navigation.main-menu .responsive-navigation .navigation-item.has-child .child-opener.close::before {
        content: "\f068";
    }
    .header .widget.widget-navigation.main-menu .horizontal > .has-child > a span::after {
        display: none !important;
    }
    .header .widget.widget-navigation.main-menu .responsive-navigation .navigation-item.has-child .child-opener::before {
        content: "\f107";
    }
    .header .widget.widget-navigation.main-menu .responsive-navigation .navigation-item.has-child .child-opener.close::before {
        content: "\f106";
    }
    .header .widget.widget-navigation.main-menu .navigation-item .navigation-item-child-container::before {
        display: none;
    }
    .header .widget.widget-navigation.main-menu .navigation-item .navigation-item-child-container {
        margin: 0;
        border-radius: 0;
    }
    .header .widget.widget-navigation.main-menu .navigation-item-child-container .navigation-item.first a::before {
        display: none !important;
    }
    .header .widget.widget-navigation.main-menu .navigation-item.active a::after {
        display: none;
    }
  

    .header .widget.widget-navigation.main-menu div.horizontal > .has-child > .navigation-item-child-container {
        left: unset;
        top: unset;
        width: 100%;
        transform: unset;
        position: relative;
        background: #f4f4f4;
    }
    .header .widget-navigation.main-menu .navigation-item {
        padding: 0;
    }
    .header .widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item a::before {
        display: none;
    }
    .header .widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a {
        color: #071d49;
        background: #fff;
    }
    .header .widget.widget-navigation.main-menu .nav-wrapper .navigation-item.contact a:hover {
        background-color: #150c06;
    }
    .widget-navigation .nav-wrapper > .navigation-item a:hover:after{
        display:none;
    }
.widget-navigation .navigation-item.request-appraisal a{
    padding:12px 12px;
    background-color: #ffffff;
    color: #262527;
    border:0px solid #5C7FB3;
}
.widget-navigation .navigation-item.request-appraisal a:hover,
.widget-navigation .navigation-item.request-appraisal.active a:hover{
    background-color: transparent;
    color: #262527;
}
.widget-navigation .navigation-item.request-appraisal.active a{
    color: #262527;
}


    .owlCarousel.widget.widget-gallery .owl-carousel.owl-loaded .article-item .article-content {
        max-width: 100%;
    }
    .owlCarousel.widget.widget-gallery.banner-img-gallery {
        padding: 0 10px;
    }
    .owlCarousel.widget.widget-gallery .owl-carousel.owl-loaded {
        padding: 80px 0;
    }
}

@media screen and (max-width: 991px) {
    .widget.widget-pageHeading.subscribe-area {
        height: 730px;
    }
    .widget.widget-snippet section.team {
        margin: 70px 0 55px;
    }
    .widget.widget-snippet .member {
        width: calc(100% / 2 - 20px);
    }
    .widget.widget-snippet section.team p.team-content {
        padding: 0 20px;
    }
    .widget.widget-html h2 {
        font-size: 32px;
    }
    .responsive section.help-costs-content {
        padding: 80px 0 50px;
    }
    .widget-snippet section.cook-content {
        margin: 25px auto 60px;
    }
    .responsive section.area-specialists h2.title-content {
        font-size: 32px;
    }
.widget-snippet section.footer-copyright p {
    text-align: center;
}
    .owlCarousel.widget.widget-gallery.client-testimonial .owl-carousel.owl-loaded .article-item .article-content {
        max-width: 100%;
        padding: 0 20px;
    }
.widget-snippet section.footer-copyright p b.web {
    float: unset;
}
body > .body {
    padding: 74px 0 0;
}

    .widget-snippet section.area-specialists .section-specialists, .widget-snippet .living-content, .widget-snippet .modern-living .title-content {
        max-width: 100%;
    }
.widget-snippet .text-content {
    max-width: 340px;
}
.widget-snippet .text-content .title-content h1 {
    line-height: 32px;
    font-size: 24px;
}
    .widget.widget-snippet .button-content a {
        padding: 5px 7px;
        font-size: 13px;
        width: calc(100%/2 - 0px);
        text-align: center;
    }
.widget.widget-snippet .button-content {
    margin-top: 20px;
    flex-wrap: wrap;
}
    .widget.widget-snippet .button-content a:nth-of-type(1),
    .widget.widget-snippet .button-content a:nth-of-type(3){
        margin-right: -1px;
    }
    .widget.widget-snippet .button-content a:nth-of-type(1),
    .widget.widget-snippet .button-content a:nth-of-type(2){
        margin-bottom: -1px;
    }
    .widget-snippet section.est-and-you .est-text-area {
        padding: 60px 30px 80px;
    }
.widget.widget-snippet .living-content-area h2 {
    font-size: 30px;
}
.widget.widget-snippet .living-img {
    max-width: 700px;
}
.widget.widget-snippet .living-content-area h3 {
    font-size: 20px;
}
.widget.widget-snippet .living-content-area p {
    font-size: 1.7rem;
}
.widget.widget-snippet .living-content-area {
    max-width: 380px;
    padding: 20px 20px;
}
.widget.widget-snippet .est-content-area {
    margin: 40px auto 0;
}
.owlCarousel.widget.widget-gallery .owl-carousel.owl-loaded {
    padding: 10px 0 50px;
}

.owlCarousel.widget.widget-gallery.banner-img-gallery {
        padding: 0 10px;
    }
.widget-snippet section.inner-banner .text-content, .widget-snippet section.inner-banner-fluid .text-content {
        max-width: 410px;
    }
.widget-snippet section.inner-banner {
        min-height: 300px;
    }
.widget.widget-snippet section.inner-banner .text-content {
        max-width: 425px;
    }
.widget-snippet section.inner-banner .text-content .title-content h1, 
.widget-snippet section.inner-banner-fluid .text-content .title-content h1{
    line-height: 40px;
    font-size: 33px;
    padding: 0;
    margin: 0;
    }
.widget-snippet section.inner-banner .text-content .title-content p,
.widget-snippet section.inner-banner-fluid .text-content .title-content p {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 0 30px 0;
    }
	
.widget-snippet section.inner-banner-fluid .inner-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
.widget-snippet section.inner-banner-fluid .text-content {
        max-width: 100%;
    }
.widget-snippet section.inner-banner-fluid .title-content {
        padding: 0;
    }
	.page-heading h1, .widget.widget-pageHeading h1 {
        font-size: 33px;
    }
.widget.widget-newsletter.subscribe {
    padding: 25px 25px 10px;
}
.widget-snippet section.home-banner {
    min-height: auto;
}
.widget-snippet section.home-banner .text-content {
    bottom: 0;
}
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-item .item a.text-item .right-item {
    width: 80px;
    height: 80px;
    min-height: 80px;
    min-width: 80px;
}
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-item .item a.text-item .right-item p {
    font-size: 16px;
	    line-height: 22px;
}
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-item .item a.text-item .left-item h3 {
    font-size: 20px;
    line-height: 26px;
}
    .widget.widget-snippet section.area-specialists h2.title-content {
        margin: 0 auto 15px;
    }

.widget-snippet .market-update-title {
    width: 90%;
}
    .owlCarousel.widget.widget-gallery .owl-carousel.owl-loaded {
        padding: 70px 0;
    }
    .single-popup-video .video-edi svg {
        width: 70px;
        height: 70px;
    }
     #webcommander-page.page-rental-appraisal .widget-snippet section.inner-banner-fluid .title-content {
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 767px) {
    .page-property-management .widget.widget-snippet section.inner-banner .text-content {
        max-width: 100%;
    }
  .responsive.page-property-management .title-content, .page-request-appraisal .widget-snippet section.inner-banner-fluid .title-content {
    margin-top: 0px !important;
   max-width: 100%;
}  


    .privacy-policy .article-content {
        padding: 0 15px;
    }
	.widget-pageHeading.request {
    padding: 30px 0;
}
.widget-snippet section.home-banner .banner-inner-content {
    flex-direction: column-reverse;
}
    .widget-snippet section.home-banner .text-content {
        bottom: unset;
        top: unset;
        transform: unset;
        left: unset;
    }
    .owlCarousel.widget.widget-gallery {
        padding: 0 15px;
    }
    .owlCarousel.banner-img-gallery {
        margin: 0;
    }
    .owlCarousel.widget.widget-gallery.banner-img-gallery .owl-nav {
        padding: 0 20px 0;
    }
    .owlCarousel.widget.widget-gallery .owl-carousel.owl-loaded {
        padding: 20px 0 50px;
    }
    .owlCarousel.widget.widget-gallery .owl-carousel .owl-item .item .article-content p {
        font-size: 1.7rem;
        line-height: 2.65rem;
    }
    .owlCarousel.widget.widget-gallery .owl-nav {
        padding: 0 24px 0 15px;
    }
    .widget.widget-snippet section.one-video .video-area {
        margin: 55px auto 40px;
        padding: 0 15px;
    }
    .upcoming-auction-button.active {
        height: 45px;
    }
    .widget.widget-snippet section.one-video .video-area iframe {
        height: 210px;
    }
    .widget.widget-snippet .section-specialists {
        flex-direction: column;
    }
    .widget.widget-snippet .right-specialists img {
        width: 100%;
    }
    .widget.widget-snippet .left-specialists {
        padding: 15px 15px 20px;
    }
    .widget.widget-snippet section.area-specialists {
        padding: 40px 15px;
    }
    .widget.widget-snippet section.area-specialists h2.title-content {
        margin: 0 auto 15px;
        text-align: center;
        font-size: 28px;
    }
    body.respsonive .widget.widget-snippet h3.spec-title {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .widget-snippet section.est-and-you .est-text-area {
        padding: 0 15px;
        width: 100%;
    }
    .widget.widget-snippet .est-text-area h2 {
        margin: 30px 0 12px;
        font-size: 28px;
    }
    .widget.widget-snippet .est-text-area a {
        padding: 8px 10px;
        margin-bottom: 50px;
    }
    .widget-snippet section.est-and-you .est-img {
        padding: 30px 20px;
        width: 100%;
    }
    .widget-snippet svg:not(:root) {
        width: 40px;
    }
    .widget-snippet a.render-site-popup {
        width: 70px;
        height: 70px;
    }
    .footer .widget, body > .footer .widget-title, .widget-snippet .follow-us .social-link ul {
        text-align: center;
        justify-content: center;
    }
    .widget-snippet section.footer-copyright p, .widget-snippet section.footer-copyright a{
        font-size: 1.4rem;
    }
    .widget-snippet .living-content-area {
        transform: unset;
        top: unset;
        padding: 20px;
        position: relative;
    }
    .widget-snippet .living-content-area .living-content-area h3 {
        font-size: 20px;
    }
    .widget-snippet .modern-living h2.title-content {
        font-size: 30px;
    }
    .widget-snippet .modern-living .living-content {
        padding: 20px 0;
    }
    .widget-snippet section.modern-living {
        padding: 0 15px;
    }
    .widget-snippet .modern-living h2.title-content {
        font-size: 24px;
    }
    .widget-snippet .living-content a {
        text-decoration: none;
    }
    .widget.widget-snippet .est-content-area {
        flex-direction: column;
    }
    .widget-snippet .living-content.two a {
        flex-direction: column-reverse;
        display: flex;
    }
    .widget-snippet section.home-banner {
        flex-direction: column-reverse;
    }
    .widget-snippet .banner-content {
        max-width: 100%;
        padding: 50px 15px 60px;
    }
    .widget.widget-snippet .text-content {
        bottom: unset;
        right: unset;
        width: 100%;
        max-width: 100%;
        position: relative;
    }
    .widget.widget-snippet .banner-img {
        width: 100%;
        flex: 1 1 100%;
    }
    .widget-snippet .text-content .title-content h1 {
        font-size: 28px;
        margin: 0;
        line-height: 40px;
    }
    .owlCarousel.widget.widget-gallery.banner-img-gallery {
           padding: 0 5px;
       }

    body > .footer .navigation-item a {
        line-height: 20px;

    }
    .widget-snippet section.inner-banner {
        min-height: auto;
    }
		.widget-snippet section.inner-banner .inner-img {
	        display: none;
}
	.widget-snippet section.inner-banner .inner-content {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 35px 10px;
		text-align: center;
	}
    .widget-snippet section.inner-banner .text-content .title-content p {
        padding: 10px 0 0;
        margin: 0;
    }
    .widget-snippet section.inner-banner .text-content .title-content h1 {
        line-height: 38px;
        font-size: 30px;
        padding: 0;
    }
.widget-snippet section.inner-banner .text-content {
        padding-left: 0;
    }
	.widget-snippet section.inner-banner-fluid .text-content {
        max-width: 100%;
        text-align: center;
        padding: 30px 10px 0;
    }
	.widget-snippet section.inner-banner-fluid {
        min-height: auto;
    }
	.page-heading, .widget-pageHeading,
.page-contact .widget-pageHeading	{
    padding:30px 10px;
    background-position-x: left;
	margin: 0 0 40px 0 !important;
	background-size: unset;
	}
    .page-heading h1, .widget.widget-pageHeading h1 {
        text-align: center;
        font-size: 30px;
    }
    .page-team .widget.widget-breadcrumb {
        top: 56%;
    }
    div#spltr-C7F11DF7-3A95-4677-8570-14604559BC43 {
    flex-direction: column;
}
div#spltr-C7F11DF7-3A95-4677-8570-14604559BC43 > div{
    width:100%;
}
    .widget.widget-pageHeading.subscribe-area h1 {
        line-height: 30px;
    }
.widget.widget-pageHeading.subscribe-area {
    padding: 50px 10px 10px;
		height:auto;
		}
	.widget.widget-newsletter.subscribe {
        padding: 0 15px 55px;
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        width: 100%;
		background: #2b354c;
    }
.widget.widget-newsletter.subscribe .widget-title {
    padding: 20px 15px;
	background: #fff;
}
.widget.widget-newsletter.subscribe .newsletter {
    background: #fff;
    padding: 15px;
}
.page-subscribe .widget.widget-image img {
    height: 100%;
    object-fit: cover;
    max-height: 250px;
    width: 100%;
}
.page-subscribe .body{
	background: #2b354c;
}
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-item .item a.text-item {
    position: relative;
}
.owlCarousel.widget.widget-gallery.banner-img-gallery .owl-item img {
        height: 150px;
    }
.widget-snippet .container-thankyou:last-child, .widget-snippet .body-update-page .entry-text{
	display:none;
}
.widget-snippet .body-update-page .market-update-title, .widget-snippet .container-thankyou {
    width: 100%;
}
body.responsive .widget-snippet .container-thankyou .img-content {
	    padding: 0;
}
.responsive .widget.widget-snippet .market-update-title h4 {
    font-size: 30px;
    line-height: 40px;
}
    .widget-snippet .body-update-page .market-update-title {
        padding: 40px 15px 70px 15px;
    }
    .owlCarousel.widget.widget-gallery.client-testimonial .owl-carousel.owl-loaded .article-item .article-content {
        padding: 0;
    }
 
}

@media only screen and (max-width:360px) {
    
}

@media only screen and (max-width:320px) {

}
/********************/

.property-listing-details__description .header-title {
font-size: 2.64rem;
  font-weight: 700;
}
.property-details-contain-container .property-description h2 {
  font-size: 2rem;
  font-family: "aller", sans-serif !important;
  font-weight: 700;
  margin-bottom: 1.5rem !important;
}
/****** End Banner Gallery ********/

/****** Start Property Fixing ********/
.property-details-contain-container { 
    margin-bottom: 120px;
}
.property-details-contain-container .left-aside .pricing-info .room-details { 
    align-items: baseline;
}
.property-details-contain-container .location iframe {
    border: 0;
    width: 100%; 
    height: 380px;
}

.property-details-contain-container .agent-container .agent-img {
    max-width: 135px;
    width: 100%;
}
.property-details-contain-container .agent-container .agent-item { 
    gap: 15px;
}
.property-details-contain-container .agent-container .agent-info p { 
    word-break: break-all;
    line-height: 17px;
}
.property-details-contain-container .query-form input { 
    font-weight: 400;
}
.property-details-contain-container .query-form input:focus,
.property-details-contain-container .query-form textarea:focus
{
    border: 1px solid #000;
}
.property-details-contain-container .right-box-container .section-title { 
    padding: 0;
    letter-spacing: 0.3px;
}
.property-details-contain-container .right-box-container .action-group a { 
    border-radius: 0; 
}
.property-details-contain-container .query-form .enquire-custom-scroll-design {
    padding: 0;
}
.property-details-contain-container .query-form button { 
    border-radius: 0; 
}
.property-content .details-view a { 
    width: auto;
    height: auto;
    max-width: initial;
    min-width: auto;
}
.property-content .price-agent-option { 
    font-weight: 500;
}
.property-details-contain-container .right-box-container {
    top: 115px;
    position: sticky;
    z-index: 9;
}
/****** End Property Fixing ********/
.property-details-contain-container .query-form .form-group  {
    position:relative;
}

.property-details-contain-container .query-form .form-group  span.required {
    position:absolute;
    top:17px;
    right:15px;
    z-index:8;
    font-size:22px;
    color: red;
}
.property-content {
    justify-content: center;
}
.property-agent-details-page .btn-wrapper {
   text-align: center;
}
 
  .responsive.page-property-management .title-content, .page-request-appraisal .widget-snippet section.inner-banner-fluid .title-content {
  margin-top: 90px;
}
.page-rental-appraisal .widget-snippet section.inner-banner-fluid .title-content {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
.property-details-contain-container {
    gap: 30px;
}
.property-details-contain-container .right-aside {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
}
.property-content .property-list-item {
   width: calc(50% - 13.333px);
}
.widget-propertyListing {
    padding: 60px 15px;
}

}

@media screen and (max-width: 991px) {
    .widget-snippet .container-thankyou{
        padding-right: 0;
        max-width: 100%;
    }
    .responsive .container-thankyou .text-content {
        max-width: 100%;
    }
.property-details-contain-container .agent-container {
    gap: 20px;
    padding-top: 5px;
    flex-direction:column
}
    .property-details-contain-container .location, .property-details-contain-container .agents {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px #e6e6ee solid;
}
    .property-details-contain-container .query-form {
    padding: 25px 20px;
    border-radius: 10px;
    margin-top: 50px;
}
    .property-details-contain-container .left-aside .prty-title {
    font-size: 24px;
}
.property-details-contain-container .left-aside .header-title p {
    font-size: 17px;
}
.property-details-contain-container .pricing-info {
    margin: 30px 0 0;
    padding: 40px 0;
     flex-direction: column-reverse;
}
    .property-details-contain-container .pricing-info .price-from {
    border-right: 0;
    padding-right: 0;
    margin-top:30px
}
.property-details-contain-container .pricing-info>div {
    width: 100%;
}
.property-details-contain-container .left-aside .pricing-info .room-details {
    justify-content: flex-start;
    padding-left: 0;
}
.property-details-contain-container .room-details .item{
    width:80px;
    align-items: flex-start;
}
 
    .responsive.page-property-management .title-content {
  margin-top: 50px;
}
  .page-request-appraisal .widget-snippet section.inner-banner-fluid .title-content {
  margin-top: 75px;
}
.page-rental-appraisal .widget-snippet section.inner-banner-fluid .title-content {
  margin-top: 90px;
}
}
@media screen and (max-width: 767px) {
    .property-details-contain-container {
        gap: 0;
        flex-direction: column-reverse;
        margin: 0 0 40px;
    }
    .property-details-contain-container .right-aside {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 30px 0 30px;
}
     .property-details-contain-container .left-aside .prty-title {
    font-size: 22px;
}
.property-details-contain-container .left-aside .header-title p {
    font-size: 16px;
}
.page-content .property-listing-details .property-details-slider .image-preview-box .thumb-image img {
    height: auto;
    margin-top:20px
}
    .property-content .property-list-item {
        width: 100%;
    }
    .widget-snippet .living-content, .widget-snippet .modern-living .title-content {
        max-width: 100%;
        margin: 0;
    }
    .widget.widget-snippet .est-content-area {
        margin: 0 auto;
    }
    .widget.widget-snippet h3 {
        line-height: 35px;
        margin-top: 10px;
        font-size: 25px;
    }
    .widget-snippet .img-content h3 {
        margin-top: 0;
    }
    .widget-snippet .img-content .inright.wow.market-img img {
        float: unset;
        width: 100%;
    }
    .widget-snippet .img-content .inright.wow.market-img {
        width: 100%;
    }
    .widget-snippet section.agents-content, .widget-snippet section.costs-content {
        margin: 0 auto;
    }
    .widget-snippet .agents-area .agents-text-content p:last-of-type {
        margin: 0 auto;
    }
    .responsive section.costs-content .title-content {
        padding: 35px 0;
    }
    .responsive section.proman-content {
        margin: 50px auto;
    }
    .widget-snippet section.pm-footer-content {
        padding: 60px 0 25px;
    }
    .widget-snippet section.inner-banner-fluid .text-content .title-content h1 {
        line-height: 38px;
        font-size: 30px;
    }
    .widget.widget-article.request-appraisal .article-content h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .widget.widget-article.request-appraisal .article-content h3 {
        font-size: 25px;
        line-height: 32px;
        margin: 20px 0 10px;
    }
    .widget.widget-snippet .full-text-content h2 {
        font-size: 27px;
        line-height: 35px;
    }
    .widget-snippet .text-row {
        padding: 0 15px 20px;
    }
    .page-rental-providers .widget.widget-html.faq-title {
        padding: 0 15px;
    }
    .widget.widget-html.faq-title h2 {
        font-size: 32px;
    }
    .accordion-panel .label-bar {
        padding: 15px 40px 15px 15px;
        font-size: 16px;
    }
    .accordion-panel .label-bar .toggle-icon {
        height: 16px;
        width: 12px;
        right: 10px;
        top: 20px;
        background-size: 9px;
    }
    .widget.widget-snippet .team-area .team-members {
        display: block;
    }
    .widget.widget-snippet .member {
        width: 100%;
        margin: 0 0 15px;
    }
    .widget.widget-snippet .team-area {
        padding: 0px 15px;
    }
    .widget.widget-snippet section.team p.team-content {
        padding: 0 15px;
        margin: 0 auto 30px;
        line-height: 26px;
        font-size: 18px;
    }
    .widget-pageHeading.team-member {
        padding: 30px 0 55px;
    }
    .widget.widget-snippet section.team {
        margin: 50px 0 60px;
    }
    .widget-snippet .container-thankyou .img-content img {
        width: 55px;
    }
    .widget-snippet .container-thankyou {
        max-width: 100%;
        padding: 60px 15px;
    }
    .responsive .container-thankyou .text-content {
        left: unset;
    }
    .widget.widget-snippet .container-thankyou .text-content h3 {
        font-size: 30px;
        line-height: 38px;
    }
    .widget.widget-snippet .container-thankyou .text-content h6 {
        font-size: 20px;
        line-height: 25px;
    }
    .widget.widget-snippet .container-thankyou .text-content a {
        padding: 10px 10px;
        margin: 10px 0 0;
    }
.page-sell-with-us .title-content,  .responsive.page-property-management .title-content,
  .page-request-appraisal .widget-snippet section.inner-banner-fluid .title-content{
    margin-top: 0px;
  }
  .page-rental-appraisal .widget-snippet section.inner-banner-fluid .title-content {
    margin-top: 10px;
  }
}
/************************************/



/* Fixing */
@-webkit-keyframes load6 {
    0% {
        box-shadow: -0.11em -0.83em 0 -0.35em #5C7FB3,-0.11em -0.83em 0 -0.38em #5C7FB3,-0.11em -0.83em 0 -0.41em #5C7FB3,-0.11em -0.83em 0 -0.44em #5C7FB3,-0.11em -0.83em 0 -0.47em #5C7FB3
    }

    5%,95% {
        box-shadow: -0.11em -0.83em 0 -0.35em #5C7FB3,-0.11em -0.83em 0 -0.38em #5C7FB3,-0.11em -0.83em 0 -0.41em #5C7FB3,-0.11em -0.83em 0 -0.44em #5C7FB3,-0.11em -0.83em 0 -0.47em #5C7FB3
    }

    30% {
        box-shadow: -0.11em -0.83em 0 -0.35em #5C7FB3,-0.51em -0.66em 0 -0.38em #5C7FB3,-0.75em -0.36em 0 -0.41em #5C7FB3,-0.83em -0.03em 0 -0.44em #5C7FB3,-0.81em .21em 0 -0.47em #5C7FB3
    }

    55% {
        box-shadow: -0.11em -0.83em 0 -0.35em #5C7FB3,-0.29em -0.78em 0 -0.38em #5C7FB3,-0.43em -0.72em 0 -0.41em #5C7FB3,-0.52em -0.65em 0 -0.44em #5C7FB3,-0.57em -0.61em 0 -0.47em #5C7FB3
    }

    to {
        -webkit-transform: rotate(360deg);
        box-shadow: -0.11em -0.83em 0 -0.35em #5C7FB3,-0.11em -0.83em 0 -0.38em #5C7FB3,-0.11em -0.83em 0 -0.41em #5C7FB3,-0.11em -0.83em 0 -0.44em #5C7FB3,-0.11em -0.83em 0 -0.47em #5C7FB3
    }
}

@keyframes load6 {
    0% {
        box-shadow: -0.11em -0.83em 0 -0.35em #5C7FB3,-0.11em -0.83em 0 -0.38em #5C7FB3,-0.11em -0.83em 0 -0.41em #5C7FB3,-0.11em -0.83em 0 -0.44em #5C7FB3,-0.11em -0.83em 0 -0.47em #5C7FB3
    }

    5%,95% {
        box-shadow: -0.11em -0.83em 0 -0.35em #5C7FB3,-0.11em -0.83em 0 -0.38em #5C7FB3,-0.11em -0.83em 0 -0.41em #5C7FB3,-0.11em -0.83em 0 -0.44em #5C7FB3,-0.11em -0.83em 0 -0.47em #5C7FB3
    }

    30% {
        box-shadow: -0.11em -0.83em 0 -0.35em #5C7FB3,-0.51em -0.66em 0 -0.38em #5C7FB3,-0.75em -0.36em 0 -0.41em #5C7FB3,-0.83em -0.03em 0 -0.44em #5C7FB3,-0.81em .21em 0 -0.47em #5C7FB3
    }

    55% {
        box-shadow: -0.11em -0.83em 0 -0.35em #5C7FB3,-0.29em -0.78em 0 -0.38em #5C7FB3,-0.43em -0.72em 0 -0.41em #5C7FB3,-0.52em -0.65em 0 -0.44em #5C7FB3,-0.57em -0.61em 0 -0.47em #5C7FB3
    }

    to {
        transform: rotate(360deg);
        box-shadow: -0.11em -0.83em 0 -0.35em #5C7FB3,-0.11em -0.83em 0 -0.38em #5C7FB3,-0.11em -0.83em 0 -0.41em #5C7FB3,-0.11em -0.83em 0 -0.44em #5C7FB3,-0.11em -0.83em 0 -0.47em #5C7FB3
    }
}
 .left-specialists .address a:hover { 
    color: #5C7FB3; 
}
.left-specialists .address p, .left-specialists .address a { 
    font-weight: 300 !important; 
}
.left-specialists .address p:first-of-type {
    font-weight: 700 !important; 
}
.widget-propertyListing {
  padding: 0 0 100px;
}
.property-list-filter-options h2 {
    margin-top: 0;
}
    .property-list-filter-options {
        margin: 0 auto 50px;
    }
.page-home .property-list-filter-options {
  margin: 100px auto 50px;
}
.property-list-filter-options .filter-container .chosen-container-multi .chosen-choices li:after,
.popup.property-advance-filter .chosen-container-multi .chosen-choices li:after{
    display: none;
}
.filter-container .chosen-container-multi .chosen-choices li.search-choice,
.property-advance-filter.popup .chosen-container-multi .chosen-choices li.search-choice
{
    color: #525252;
    font-size: 14px;
    margin: 6px 4px 2px 0;
}
.property-content .bmui-tab-header-container {
    margin: 50px 0 50px;
}
.site-property-listing-wrapper {
    -ms-flex-pack: start;
    justify-content: start;
}

.header-title .prty-title {
    font-weight: 600;
    color: rgb(2, 19, 52);
}
.header-title .prty-title:last-child {
    font-weight: 500;
    color: rgb(2, 19, 52);
    font-size: 16px;
    opacity: .8;
    text-transform: inherit;
}
.last-section-wrapper {
    color: rgb(2, 19, 52);
}
.no-content-section {
    width: 100%;
    text-align: center;
}
span.no-content-added-text {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 22px;
}
.popup.property-advance-filter.site-popup .title-bar .close:before,
.image-popup-container-for-zoom-preview span.close-button-for-zoom-preview::after{
    display: none;
}
.popup.property-advance-filter.site-popup .title-bar .close,
.image-popup-container-for-zoom-preview span.close-button-for-zoom-preview{
    border-radius: 0;
    position: absolute;
    top: 5px;
    right: 0;
    background: url(/template/8bd7a52b/images/close-icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
    filter: invert(100%);
}
.image-popup-container-for-zoom-preview span.close-button-for-zoom-preview {
    top: -32px;
}
.popup.property-advance-filter.site-popup .title-bar .close:hover,
.image-popup-container-for-zoom-preview span.close-button-for-zoom-preview:hover{
    opacity: 0.7;
}
form.custom-form.contact-form-template.form-template .agent-name {
    display: none;
}
.page-property-management .footer-enquire-content h2{
    text-transform: uppercase;
}
.property-tab-body-wrapper .property-tab-body-footer a {
    border: 2px solid #021334;
    background: #021334;
}
.property-tab-body-wrapper .property-tab-body-footer a:hover {
    border: 2px solid #021334;
    color: #021334;
}
.property-agent-details-page .site-property-listing-wrapper .property-list-item .title a {
    display: inline-block;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 700;
    color: #021334;
    font-size: 21px;
    margin: 15px 0;
}
.property-agent-details-page .site-property-listing-wrapper .property-list-item h4.title{
    margin:0;
}
.widget-form .form-row.text.top-text h2 {
    text-transform: uppercase;
}
.property-agent-details-page h2.agent-related-property-list-title {
    margin: 50px 0 30px;
}
.vertical-separator {
    border-left: 1px solid #bfbfbf;
}
.property-content .inspection-panel .fcmc-spacer {
    height: 15px;
}
.popup.property-advance-filter { 
    height: auto !important;
}
.responsive .left-specialists .address p:first-of-type { 
    width: 63px;
}





.blog-post-details .image { 
    margin-bottom: 50px;
}


.site-agent-listing-wrapper {
    margin-bottom: 60px;
}

.member .profile { 
    align-items: center;
}
.property-content .inspection-panel .inspection-time { 
    color: #000;
}
.popup.property-advance-filter .content { 
    overflow: auto;
    max-height: 538px;
}
.property-list-filter-options .filter-container .chosen-container-multi .chosen-choices, .popup.property-advance-filter .chosen-container-multi .chosen-choices { 
    max-height: 78px;
    overflow: auto;
}
.property-list-item. .preloader {
    z-index: 1;
}

.newsletter.unsubscribe.valid-verify-form {
    max-width: 600px;
    padding: 50px 40px 150px;
    margin: 100px auto;
    background: #f4f5f7;
}
.newsletter.unsubscribe.valid-verify-form textarea {
    border:1px solid #c6ccd6;
    background: #fff;
    padding:10px 15px;
}
.newsletter.unsubscribe.valid-verify-form h3.title {
    margin: 0 0 10px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
}
.newsletter.unsubscribe.valid-verify-form .form-row label {
    color: #383D48;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 10px 0 5px;
}
.newsletter.unsubscribe.valid-verify-form .message {
    font-weight: 300;
    color: #383D48;
    line-height: 24px;
    font-size: 16px;
}
.newsletter.unsubscribe.valid-verify-form button{
    float: left;
}
.newsletter.unsubscribe.valid-verify-form .form-row.button-container label{
    display: none;
}
.page-newsletter-subscription .subscription-list-success {
    border: 1px solid #5c7fb3;
    width: 500px;
    margin: 100px auto;
}
.subscription-list-success .title {
    background-color: #5c7fb3;
    font-size: 30px;
    padding: 15px 12px;
    margin: 0;
}
.subscription-list-success .messess-text {
    font-weight: 600;
    font-size: 18px;
}
.subscription-list-success .help .link {
    color: #5c7fb3;
}
.subscription-list-success .help .link:hover {
    color: #000;
}

/**************************/
.fee .widget.widget-snippet  .follow-us .social-link ul li{
    padding: 5px;
}
.fee .widget.widget-snippet .living-content a {
  display: flex;
    text-decoration: none;
}

.fee .widget.widget-snippet .living-content.one a > .living-content-area{
  margin-left: 55px;
}
.widget-pageHeading.team-member h1 {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
}