a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #d71921; 
}
a,
button {
    border: none;
    outline: 0;
    text-decoration: none;
    background-color: none
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica/Helvetica-Light.woff2') format('woff2'),
        url('../fonts/Helvetica/Helvetica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arketyp Serif';
    src: url('../fonts/ArketypSerif-Text.woff2') format('woff2'),
        url('../fonts/ArketypSerif-Text.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Apercu-Regular;
    src: url(../fonts/Apercu-Regular.otf);
}
@font-face {
    font-family: Apercu-Medium;
    src: url(../fonts/Apercu-Medium.otf);
}
@font-face {
    font-family: Apercu-Bold;
    src: url(../fonts/Apercu-Bold.otf);
}
@font-face {
    font-family: Apercu-Light;
    src: url(../fonts/Apercu-Light.otf);
}
@font-face {
    font-family: 'hagridextrabold';
    src: url('../fonts/hagrid-text-extrabold-trial.ttf') format('truetype');
}
@font-face {
    font-family: testsohne-kraftig;
    src: url(../fonts/testsohne-kraftig.otf);
}
@font-face {
    font-family: HeadingNowTrial-65Medium;
    src: url(../fonts/HeadingNowTrial-65Medium.ttf);
}

@font-face {
    font-family: brandon-grotesque-black;
    src: url(../fonts/brandon-grotesque-black.otf);
}
@font-face {
    font-family: brandon-grotesque-light;
    src: url(../fonts/brandon-grotesque-light.otf);
}
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}
body {
    font-family: 'Helvetica';
    background: #fff; 
}

.agency-property-lisitng{
    padding: 90px 30px;
    padding-bottom: 110px;
    background: #f2f2f2;
}
.agency-property-lisitng .agency-property-lisitng-box{
    padding: 0px 10px;
}
.agency-property-lisitng .agency-property-lisitng-box .agency-property-lisitng-box-inner{
    background: #fff;
}
  .agency-property-lisitng-box-img img{
    width: 100%; 
}
.agency-property-lisitng  .details {
    height: 170px;
    color: #252839;
    padding:   15px;
    position: relative
}


.agency-property-lisitng .meta-pbedroomsqft, .agency-property-lisitng .meta-preceptions, .agency-property-lisitng .meta-pbathrooms, .agency-property-lisitng .meta-pbedroom {
    position: relative;
    padding-left: 20px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    color: #4c4d50;
    font-size: 11px;
    font-weight: 600
}

.agency-property-lisitng .meta-pbedroomsqft, .agency-property-lisitng.meta-preceptions {
    padding-left: 25px
}

.agency-property-lisitng .meta-pbedroom {
    padding-left: 22px
}

.agency-property-lisitng .meta-pbedroom:before, .agency-property-lisitng .meta-pbathrooms:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    font-size: 15px;
    content: "\f2cd";
    font-family: 'FontAwesome';
    color: #a4a4a9;
    font-weight: 200
}

 .agency-property-lisitng .meta-preceptions:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    content: "";
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAADs0lEQVRoge2YsW7iWBiF/4KCYgoKwN5RcPwAlJQUfpStVhaxRtlc0OJsilsMaxRG6zWr1FfCJh7cUHicLd0HnFRTrBjGSDwAD0Bxt8BhiA2GmMxIK/lIpzkWR/czv66lHyBVqlSpUv1PRIjFGsZgaRgDuulez6wYhmWH837f+juuj/rA0hksqQ/0madQoTOwI/kMYvvuCzzrMdzSYzi66YefShWP4exIzpRi+4CQYS4MZRgDquum0O8PhtFnFtkDnItArSxQH4Zb8ti+xxyfC0N5DEdH7IngMafDyLMit72v1/tY1nVTSAJMiMnruilYlvVmDfoFygHUi4GpDzz1QaCfYd03YkrlEXsiJAF+ZHl+xJ4InwuFdR88jXESYF038WrsB1dr4G9j/HLgKWDqA6VfYd33NMZJgEdFDnsMR8fM6dUmMD0WWNdNvDHK9GjgKeANYHos8KjI4Qiw67oZQkw+apIlxGLD+e3tbT4W2IVMMKJhZ6kPbCT/F/JxwC5A5pHl+bBdns/eF3g2nI/fvs3HAhvGwE/gRcw/7CfwYhewx3B+Ai/igBN7B3BybwdO7DCwaBgWCQ4/0XUT73O/P+isLjtrrusmJsRiN4DF4MaldAYTOgW81zPo0Bks6QzmwViv+8bFkugVORIcfjIqcnifPbbU8Rhu+VDk5qMih+8L/LoPAAB6PatqGJbb630sw4EyjIHY7w+G257RKVSpDy79Agf3BS9qa9+4wFUfmJI7YkoH942LJdFjTrf2pUqVKlWqVKlSpfqualw7rKw4S1lx6KZ/f+9UZMWxw7ms3MXujGo3DVbS0FLSEH3mP3+tSBqyI3n3In4H9drCeJiLQjm0qdiC3HaG4fxScWJ3UOfqeS4CpSEqqXVB6qJhOD/roti+V9Nl61O5qdhCEuCm8g+/+u23ndY7rV6W1LqQBFhUz3lJrQu1m9qbuDMfpacxTgTcsrGsOFT+w1nvjJ7GOAmwpF5gSUP07C90FXfmY4HpscDNlo03gOmxwJJ6gXef+NWA3cxqRJ8bYzfbuHbYcI4+2Pk4YIxxRlTP+bB/Jjhbu2mw4fyXDyj/Q4FlxfFf7Laz2AV8piH/pZY0tPiRwIm9Dfgof0/gpuKIl4pDgm/rpNmy8T7L7btOcNnNmy0bN66d9c5I0pB41kVk9W1FE0m9wHut1TvBZTeX1Atcu2mwcWc+Wr+17aqs3LmXrU8H74yaiiPKbWfrzqimoarURe47rX5wn6QhUeqidAeVKlWqnfoPI+YTpbXO0v8AAAAASUVORK5CYII=') no-repeat 0 0
}

.agency-property-lisitng .meta-pbedroomsqft:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    content: "";
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAAFsUlEQVRoge2YwU/bdhTHvxy47QhxWhGTSUzTNO3UTtO0TuLAH8CRQ86oIqZNY1MSlAoLCZtWVRPT2rGdVrsghIDLiB0Q4sYh0kjKJlShSSOh2x/ydoihieNA4rhqtfGkJz3753ylT57zXvQFbuJ/EqauFVVV/SIoPTpHkd4hML0qwxbfDQ8HpgdT18jUtcOgoKkOonMcBgVdZViqhtnDwKAdYDJ1de0XXf+qXz2qg6gOohrW6B/0rVdlWHJy7Xh4pG+9JmCNTD2//kbTvu5H7xK4ketUQ196TcBUYUbX/7j9ZV96LmCNDF3bKBTUb/zquYCJ6tigc/jWawZ2cqN6a9S3XhuwqWtU0LVN0zS/9aPnAUx0jk16D196HsD0lmE3fw+zvvQ8gU1dIzOvbRuG8V2vep7Ajd/0Nv2DnvW8gKsMS9UQu11hRnrWc/+Gt1zgPU9vV2e3XNc9T++WzobYrRZoP9O7GTCffzluaFrC9XqfqKoa9gVcxzjVkXBBn1AdXes1Ax6FR8arDJtwdfvkt+Fo13otwIamTQJAwcgvugbZTqGg3fEBPOncW3S93jv0Hl3ptUzpUGQSAKohdtEFvVO9xXal5wlMRAMFI7/ker0t01S/9wVMGKBzLLmgLfob1+p5ARMw8DYcWXJBW8fhyLV6nsAAYBjGoKlrkmuQlQzj1Q+9AgMAVTBIdUiu8xLVcaWeFzAAVHBnsMKwUusgi5QqzMiVep2ndOfce6PrP3YJ3E3u0Tk66nWc0p0yzO69DY121PMDTKau7r/O538KCJiohn16D0+9noEZlioMu38cYj31fAJrZOjqQUHTfg4EuAF9QDW06fkBdvKgeivSpncJnM/no5d7OJ+fMnVVcNZStnGmkalrZacuO3v71L2ymiCiTXt4imoQnDpLdUSduuzUZef61L2yLgCOw9HoxR4+YiJTldCo4Jxlj8PRaKOOlBt1pOycnbatrAaYKgCAqWkTRl4VDcMYeq2qY41aved8MRld12IAoOtazMirYvP5JXANAtUgAACdYYLOINKfGKK/MEZnEOkMd53nMlRDzKljzplIZ2jRq4RGhUpoVACAI4adOAqxYuX27aHq8MjYUYgVK8PsPQCoMKOZaoiNAUA1xMaOQqzYfH4TN/FfjbRsF0VxMzDPiFP44ow6E5wHFXSkZZsW5NJhUNCcwtOswh9+ttBp2aZGWmuZZ/t9e0acwhOn8BRX+LUHylz/HlTQ8QHYprRsr2ee7vblGV0AcwpPXI5ff5h73J8HFXS4gCkt2xuZp5Zvz6gFuAG9kVAf+/eggg4PYFqQS5tPVvZ8eUZtwApP3KqwGX8178+DCjq8gBvQ9vaTFbtnz8gTWOGJU4Rt7uWj3j2ooKMFdKW05ep0z9O7GXJW4bdc159+ejcDpuTieFqyEq5un8w9s7v2jFq6mhXG49lkwtXtkxl1rnsPKuhogZNKkwCQku3F1i/C3knJVleeUSswP9m4l1xsvh9X+J0HCt+dBxV0eAET0cCCbC25oK2UvHutZ+QFTEQDnCIsuTptPczx13tQQYcXMABMTxuDKdmWXNCltGRf6Rl5AQPAtDE9yClJybWySvGccLUHFXR0mtIdU7L20tJuR8+o85TukDl+L/5K6OxBfXJg2aa0ZO+npZKnZ9QzcCP3uZdz3h7UZwHc6PRBWrLaPCOfwBRX+IPZ1bl2D+pjAafk3ejFHl5YtqbSkiU4uzmbknejzp+RckrejS7Idtn53Kl7ZV0A3M8mohd7OK4IU5ySFDiFp9lVIXs/m4g6z5Wduuxcn370lZWWLCEtWQIApGRrIrVcFPnnxaGU/OtYarkozq8U7zWeszPzK1YMAOZXrFhquSg2n38ATgqckhQAYHZVmOCySXH6OT808+LRGJdNityLR3cBIJ7jM1wuGQMALpeMcdmkyGWT4ozC33hQQcS/m9xWy+Q2JvEAAAAASUVORK5CYII=') no-repeat 0 0
}

.agency-property-lisitng .meta-pbedroom:before {
    content: "\f236"
}

.agency-property-lisitng .meta {
 
    width: 100%;
    border-top: 1px solid #bfbfbf;
    padding: 12px 0px;
    float: left
}

.agency-property-lisitng .meta-right {
    float: right
}

.agency-property-lisitng .meta-ptype {
    float: left;
    padding-left: 25px;
    position: relative;
    line-height: 20px
}

.agency-property-lisitng .meta-ptype:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAAFC0lEQVRoge2YsWvjVhzHfwc+6HDQcG1scxfr/IfckDFjBo8ePLkQv5CrJYiU6RGI5Uy2fLYsKYMOMgaawVEydNAQaA/OjqejU6yUTg0FD80Wwq+DJeXZkc6S42uh8Re+g348fvjj93u/9/gBLLTQ09OB1sodaOohpTQxj3w4gBxewSHa8Oh8NkCil+IOeynu3UwJNK21ZrRbBU1T85TSxIHWyhmaemtoKhpa+yguNDqwhg4UcAB5tCHhwt6iA4hXcBQX+lOay/XSmUI3mVm3ARIXSe6ol+LQdXxoQ1OdEZyKhtYS7mE9x4NGBxx0ANEBxAEIPqznmNAe3EWS+2MCduQkl48L3B8HfGhdU5vNZvO7iMD9McAgD6CJv0GkfL0UN3wAOe6/euk3pbkCuztd13X927kAj1zHS5iaLwIw9lLcn70k90NUYCcasIoHmlqLAOxEBEZ04Iv5Pi8vv4gA6/n2U5rLTYOVDE29iwpsaCoaenvfNM1vQmAlvIK7GMCIDuyjAw/yfXz5euUiyX2IAYy9VOb3XjpTCIFtbRla6yYW7L0ruq4/n4DdQgduYsJ6rmAX/Hy/rKy8vEi/UePBjtxNcYMHjUzX1aKhq9czwo7KW2/vIuIzF7aIDlzPCOt1711EeAYAcJHKvJ8FlvHf3WXu7T1wuyXq7RadOL+O3m5RNz50G5Xpfh8z64beOrNWW3KBRbwEOnF+HbwE6saHbsx0v4+ZdUNm3RIAwMfXr1f66Wy2l8r8ykDU+ulstrvMvfWuqX46m51c102+EfrpbLa/lF0KOsMsiM3E+4amYrv9fhUAQFfVdRY48IyMwFkQm4l7nXvV/V5ngcPyXaQyNgsMADAC5LCX4pyQdeGPkacIbIcAO+41dGZobdPQ1HO29L8AbIcAe6V+hg6YeAXnbOnPCBzm2Xc4xI/Z4SBH2uFPSY5GAg67lgAANE3New1I01S/levtFvHiASahwAPI+w1oAHkmTvz4pAcQmq/76tX3XmP6vLz8wot7sSDb2WzgG2GhhRZa6P8jqdLJ7cjWIaX2XGZaGw0+RxRhbjOyR0mUrTVRtgrb1ZM8pXZCqnRykmzdSrKFUvX0KC70hvLj2katXCD1cp5SmhjB8rdE4XFT4WPPyOYuSbYcSbZQki2UKieCD+s5JnRJ4R2i8DhyWfBgPf/n0FLV6o8BBrliNaXKT5FmUETh+yxgkDcVvllqliLlm7siAcsW7shWfbv689QZVBRg1/Wivj0139w1VtLTXD2dOtMaL+kpO90Qpuabq0TZkiTZuosMLFsoVa19Su3A92pJESSi8HdRgV3vF0z69d+/O1VrS5Ktm1iwrkXZqhSL4zMtovBbROFvYsJ6za1S1IvPw37royXKJ0VJtq5ngb0/0ye74M60iMIXiSJczwbrWdgFd6Y1d0kVSxT3OnTi/DriXoeKex0qVa2h26hM9/uYKemht47S4yUXWCS1MmXPb0nhHVIrU1IrU6LwQ6LwWGrwJqmVKWnwxwzs0Fv3rvbu4RxqruAsiHxqM/H+qHQ7q6M/6HSdBQ7LNwbS4P18fueuCasAAKTGr7PAX49wQk8PWD61A4HvS/1sR7bMHfn0nC39sHykwdtBwF6pbyrCWanBm5sKf86W/tfm9DVth0Oupdl3ONj/3g5vV0/yXgParp74MyhR7hAv/sByJ3QGRerlvN+o6mU/32ZdIH58wpt1ITTfQgtN1z9df3M8OY4tBAAAAABJRU5ErkJggg==') no-repeat 0 0;
    content: ""
}


.agency-property-lisitng  .details .price {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 10px;
    font-size: 25px;
    color: #d71921;
    font-weight: 600;
    line-height: 1.2
}

.agency-property-lisitng  .details .price span {
    display: block;
    font-size: 14px;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #4c4d50
}

.agency-property-lisitng  .details .price span.price_period {
    display: inline-block;
    font-size: 60%;
    vertical-align: baseline
}

.agency-property-lisitng  .details .price .calculate {
    font-size: 16px;
    margin-left: 10px;
    vertical-align: middle
}

.agency-property-lisitng  .details .title {
    color: inherit;
    font-size: 18px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.agency-property-lisitng  .details .title a {
    color: inherit
}

.agency-property-lisitng  .details .title_2 {
    color: inherit;
    font-size: 14px;
    font-weight: inherit;
    margin: 0 0 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.agency-property-lisitng  .details .title_2 a {
    color: inherit
}

.agency-property-lisitng .agency-property-lisitng-heading{
  
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.agency-property-lisitng .agency-property-lisitng-heading h2{
     text-transform: uppercase;
    font-family: futura-stdbook;
    font-size: 32px;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
}
.agency-property-lisitng .agency-property-lisitng-heading  .agency-property-lisitng-cta a{
background: #d71921;
    color: #ffffff;
padding: 15px 30px;
font-size: 16px;
border-radius: 12px;
}
.agency-award-winning{
    width: 53%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    color: #000;
        -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.06);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
    margin-top: -60px;
    display:  block;    border: #dfdcdc solid 1px;
}

.agency-award-winning h2 {
    text-transform: capitalize;
    font-family: futura-stdbook;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 15px;
}
.agency-award-winning ul{
    width: 100%;
    display: inline-block;
}
.agency-award-winning ul li{
float: left;
width:33.33%;
padding: 4px;
} 
.agency-award-winning ul li a{
   border-radius: 0px;
    padding: 5px 10px;
    padding-left: 25px;
    display: inline-block;
    color: #000;
    width: 100%;
    font-size: 14px;
    text-align: left;
    position: relative;
}
.agency-award-winning ul li a:before {
    content: '';
    background: #d71921;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
}
    .agency-award-winning ul li a:after {
   content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 10px;
    position: absolute;
    left: 4px;
    top: 6px;
    color: #fff !important;
}
.agency-award-winning ul li a:hover{
  text-decoration: underline;
    color:#d71921;
}

.agency-about{
padding:120px 40px;
 
}
.agency-about .agency-about-inner{
    width:100%;
    margin:0 auto;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.agency-about .agency-about-inner .agency-about-content{
    width:50%;
    padding-right: 60px;
}

.agency-about .agency-about-inner  .agency-about-img{
 width:50%;
}
.agency-about .agency-about-inner  .agency-about-img img{
 width:100%;
 border-radius: 20px;
     outline: 10px solid #0b0b0b1f;
}
.agency-about .agency-about-inner h2 {
    text-transform: capitalize;
    font-family: futura-stdbook;
    font-size: 38px;
    line-height: 1.4;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    text-rendering: optimizeLegibility;
    font-weight: bold;
    color:#000;
    margin-bottom: 15px;
}

.agency-about .agency-about-inner p{
    font-size: 18px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.70);
    margin-bottom: 15px;
}

.feedagpt-home-banner .feedagpt-home-banner-inner h2.werk-heading{
font-family: 'hagridextrabold' !important;
letter-spacing: -1.5px; 
} 
 .feedagpt-home-banner .feedagpt-home-banner-inner h2.openhouse-heading{
font-family: testsohne-kraftig!important;
}
.feedagpt-home-banner .feedagpt-home-banner-inner h2.werk-heading i{
font-style:normal;
background:url(../images/co-work-union.png) no-repeat;
color:#000;
padding: 4px 10px;
    background-position: 4px 23px;
    padding-bottom: 18px;
  background-size: 100% auto;
}
 .section {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.footers_widget
 {
    background-color: #d71921;
    padding: 40px 0;
    position: relative;
}



.footers_widget .back_to_top {
    z-index: 5;
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -32px;
    width: 64px;
    height: 64px;
    background-color: #fff;
    color: #000;
    border: 0px solid;
    line-height: 56px;
    font-size: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
        text-align: center;
            -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.06);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
    line-height: 1.5;
}

.footers_widget .back_to_top:focus, .footers_widget .back_to_top:hover {
    background-color:#d71921;
    color: #fff
}

.footers_widget .col-sm-4 {
    border-right: 1px solid #fff
}

.footers_widget-logo {
    margin-bottom: 44px;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    font-weight: 900
}

.footers_widget-logo a {
    color: inherit
}

.footers_widget-logo a:focus,.footers_widget-logo a:hover {
    text-decoration: none;
    color: inherit
}

.footers_widget-address {
    color: #fff;
    margin-bottom
: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.footers_widget-address a {
    color: inherit
}

.footers_widget-address a:focus, .footers_widget-address a:hover {
    color: inherit;
    text-decoration: underline
}

.footers_widget-address b {
    font-weight: 700
}

.footers_widget-branch {
    margin-bottom: 15px
}

.footers_widget-branch a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    font-size: 14px
}

.footers_widget-branch a:focus,.footers_widget-branch a:hover {
    color: inherit
}

.footers_widget-social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footers_widget-social li {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.footers_widget-social li a {
    display: block;
    font-size: 18px;
    border: 2px solid;
    color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.footers_widget-social li a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
}

.footers_widget-social li.card-title {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    filter: alpha(opacity=40);
    opacity: 0.4;
    font-weight: 600
}

.footers_widget-nav {
    padding: 70px 15px 30px;
    margin: 0
}

.footers_widget-nav ul {
    list-style: none;
    margin: 0;
}

.footers_widget-nav li {
    margin-bottom: 10px
}

.footers_widget-nav a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    display: inline-block;
}

.footers_widget-nav a:focus,.footers_widget-nav a:hover {
    color: #fff;
    text-decoration: underline
}

.footers_widget-onthemarket {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-left: 20px
}

.footers_widget-onthemarket p {
    margin: 8px 0 20px
}

.footers_widget-onthemarket a {
    color: inherit
}

.footers_new {
    padding: 25px 0 100px
}

.footers_new .copyright {
    min-height: inherit;
    border: 0;
    padding: 0;
    margin: 5px 0 0 10px;
    text-align: center;
}

.footers_new .copyright p {
    margin: 0
}

.footers_new .nav_footer li {
    border: 0;
    padding: 0 10px;
    margin-bottom: 10px;
    border-left: 1px solid #a5b1ba;
}

.footers_new .nav_footer li:first-child {
    border-left: 0
}

.footers_new .nav_footer a {
    text-decoration: underline
}

.nav_footer_logos {
    list-style: none;
    margin: 0
}

.nav_footer_logos.__r {
    text-align: right
}

.nav_footer_logos li {
    display: inline-block;
}

.nav_footer_logos img {
    max-height: 70px;
    width: auto;
    max-width: 100%
}

.nav_footer._V {
    list-style: none;
    margin: 20px 0 30px;
    padding: 0;
}

.nav_footer._V li {
    display: block;
    padding: 0;
    margin-bottom: 10px;
    border: 0
}

/* header css start */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 48px;
    width: 100%;
    z-index: 15;
}
.workin-home-banner .workin-app-store {
  position: absolute;
  bottom: 30px;
  left: 0px !important;
  width: 100%;
  text-align: center;
}
.logo>img {
   /* height: 50px;*/  
}
.abode-uk-web .logo>img {
height: 28px;
}
.logo {
    width: 20%;
}
.btn-area {
    width: 20%;
} 
.header_nav{
    width: 100%;
    border: 0px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px;
    padding: 3px; 
     
}
.link-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.link-area ul {
display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem; 

}
.ham_mob{
    background-color: transparent;
    display: none;
}
.link-area a {
    color: #ffffff;
    font-weight: 500;
}

.link-area a:hover {
    color: #d71921;
}

.main-head .link-area a {
    color: #fff;
}

.main-head .link-area a:hover {
    color: #d71921;
}
.magic_btn{
    width: 100%;
    background: linear-gradient(#F9D171, #ff9fdf);
    opacity: 1 !important;
    color: #000 !important;
    border-radius: 7px;
}
.ham-u {
    background-color: transparent;
    padding: 10px;
    display: none;
}

.btn-area {
   /* display: flex;
    align-items: center;
    gap: 2rem;*/
}

.theme-button { 
    background-color: #d71921;
    color: #fff;
    display: block;
    padding: 15px 20px;
    border-radius: 15px;
float:right;
border: transparent solid 1px;
}

.login {
    color: #fff;
}
.modal-dialog .modal-content {
  border-radius: 25px;
}
.modal-dialog .modal-content .container-popup {
width: 70%;
margin:0px auto;
text-align:center;
}
.modal-dialog .modal-content .container-popup .popup-content {
padding-bottom:30px;
}
.modal-dialog .modal-content .container-popup .popup-content h2 {
  font-size: 42px;
  line-height: 50px;
  text-transform: capitalize;
  font-family: Druk-WideMedium;
  font-weight:normal;
  padding:10px 0px;
  margin:0px;
  color:#000;
  
}
.modal-dialog .modal-content .container-popup .popup-content p {
     font-size: 18px;
  line-height: 28px;
  color: #000;
  padding: 0px 0px 15px 0px;
}
.modal-dialog .modal-content .container-popup .popup-content a {
  background: #e1a730;
  color: #000;
  font-size:22px;
  padding:15px 30px;
  display:inline-block;
  border-radius:40px;
  font-family: Druk-WideMedium;
}
/* header css end */
.Banner_hero_sec {
    width: 100%;
    height: calc(100vh - 110px) ;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 50px;
    overflow: hidden auto;
}

/* main section css */
.card_device{
    max-width: 697px;
    height: 100vh;
    max-height: 530px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #F9D171;
    padding: 30px;
    position: relative;
}
.head_card{
   color: #000;
   font-size: 68px;
   line-height: 1.1;
   font-weight: 400;
   font-family: "Bebas Neue", sans-serif;
}
.para_card{
    color: #00000077;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
}
.card_bottom{
    width: 100%;
}
.filter_frame_area{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.filter_frame_area2{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.filter_frame_area>img {
    width: 470px;
    margin-right: -5rem;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.banner_row{
    display: flex;
    gap: 20px;
}
.filter_frame_area>img:not(:first-child){
    position: absolute;
    right: 0;
}
.filter_frame_area img.active {
    opacity: 1;
}
.filter_frame{
    width: 100%;
    height: 400px;
    position: absolute;
    background-color: red;
}
.first_card_row{
    display: flex;
    gap: 24px;
}
.card_banner_col_left{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.card_banner_col_right{
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}
.More_technologies{
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 20px;
    /* height: 100vh; */
    max-height: 530px;
    max-width: 170px;
    width: 100%;
    overflow: hidden auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.for_mob_row{
    display: none;
    gap: 14px;
}
.More_technologies::-webkit-scrollbar{
    display: none;
}
.More_technologies>h3{
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
}
.card_bottom>a{
    border: 1px solid #000;
    color: #000;
    font-weight: 400;
    padding: 22px 50px;
    border-radius: 18px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    transition: 0.3s ease;
}
.card_bottom>a:hover{
    background: #000;
    color: #fff;
}
.agent_card{
    width: 100%;
    min-height: 115px;
    border-radius: 14px;
    background-color: #d71921;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.agent_card>p{
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.Cotation_cont{
    max-width: 900px;
    width: 100%;
    height: 100vh;
    max-height: 200px;
    background: #25A1B3;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.Cotation_cont>a{
    border: 1px solid #fff;
    color: #fff;
    font-weight: 400;
    padding: 22px 25px;
    border-radius: 18px;
    display: block;
    transition: 0.3s ease;
}
.Cotation_cont>a:hover{
    background: #fff;
    color: #000;
}
.cot_detail{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 620px;
}

.cot_detail>h2{
    color: #fff;
    font-size: 46px;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;

}
.cot_detail>p{
    color: #fff;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 400;
}
.cut_mob {
    width: 400px;
    margin-right: -2rem;
    margin-top: -8rem;
}
.cont_2{
    background: #FBA279;
}
.bg_pink{
    background: #d71921;
}
.gred1{
    background: linear-gradient(#797EF6 , #56C7E7);
}
.gred2{
    background: linear-gradient(#F04393, #C5266F);
}
.gred3{
    background: linear-gradient(#4ADEDE, #27B2EA);
}
.gred4{
    background: linear-gradient(#1AA7Ec, #797EF6);
}
.gred5{
    background: linear-gradient(#3C4CAC, #CE4499);
}
.gred6{
    background: linear-gradient(#250F8D, #363DAC);
}
.gred7{
    background: linear-gradient(#E8A39C, #ED5892);
}
.gred8{
    background: linear-gradient(#F04393, #FBC34A);
}

 /* --------------------------------- dashboard css */
.MainSection {
    width: 100%;
    height: 100dvh;
}
.hide-menu{
    font-size: 14px;
}
.sideBar_U {
    width: 270px;
    height: 100dvh;
    background-color: #000;
}

.sidebar_head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.3rem;
    border-bottom: 1px solid #ffffff27;
    background: #000;
}

.nav_logo>img {
    height: 20px;
}

.nav-close {
    background-color: transparent;
    padding: 2px;
}

.left-sidebar {
    background-color: #000 !important;
}

.topbar {
    background: #EBEBEB !important;
}

#sidebarnav,
.navbar-header {
    background: transparent !important;
}

.sidebar_icon {
    height: 24px;
    margin-right: 5px;
}

.sidebar-item {
    padding: 2px 6px;
}

.sidebar-item>a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ham__u {
    display: none;
}

.navbar-header {
    margin-top: -1.8rem;
}

.Btn_share {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    color: #fff !important;
    font-size: 10px;
    background-color: #000 !important;
    padding: 10px;
    border-radius: 9px;
}

.deshHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, #d71921,#F9D171) !important;
    padding: 12px 35px !important;
}

.Btn_share>img {
    height: 12px;
}

.dash_heading {
    color: #000;
    font-size: 40px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 12px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: .4s;
    transition: .4s;
    border: 0.2px solid #000;
}

.slider:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    left: 1.2px;
    bottom: 1px;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #fff;
}

input:focus+.slider {
    box-shadow: 0 0 1px #fff;
}

input:checked+.slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

/* Rounded sliders */
.slider.round_u {
    border-radius: 34px;
}
.slider.round_u:before {
    border-radius: 50%;
}
.Switch_area {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
}
.date_u {
    font-size: 10px;
    color: #0000007a;
}
.head_rigt {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}
.footer_link{
    display: flex;
    justify-content: space-between;
    padding: 2.5rem;
    background-color: #fff;
}
.footer_link >p{
    color: #0000007e;
    font-size: 16px;
}
.dash_foot_link{
    display: flex;
    align-items: center;
    gap: 2rem;
    background: transparent;
}
.dash_foot_link >a{
    color: #0000007e;
    font-size: 16px;
}
.dash_foot_link>a:hover{
    color: #000;
}
.wrap_u{
    padding: 2rem 2rem 0 !important;
}
.dash_wrap_row_1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
}
.dash_wrap_row_1>h3{
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.para2{
    color: #000;
    line-height: 1.3;
    padding: 1rem 0;
    font-size: 18px;
    font-weight: 400;
}
.prompt_card{
    width: 100%;
    height: 255px;
    overflow: hidden auto;
    border: 1px solid #000;
    border-radius: 10px;
}
.card_head_area{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom:1px solid #000;
    position: sticky;
    top: 0;
}
.card_head_area >h2{
    font-size: 18px;
    color: #000;
}
.prompt_card>textarea{
    width: 100%;
    height: 100vh;
    max-height: 195px;
    border: none;
    outline: none;
    background: transparent;
    /* margin-top: 12px; */
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 16px;
}
.long_promp{
    height: 533px;
    position: relative;
}
.long_promp textarea{
    max-height: 470px;
}
.long_promp .card_head_area{
    background-color: #F9D171;
}
.long_promp h2{
    color: #000 !important;
}
.wrap_u{
    height: calc(100vh - 200px);
    overflow: hidden auto;
}
.askQ {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    border: none;
    border-top: 1px solid #000;
    background: #F5F5F5;
    font-size: 16px;
    font-weight: 300;
}
.head_row_mob{
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #d71921, #F9D171);
    padding: 1.5rem;
}
.head_left{
    display:flex;
    flex-direction: column;
    gap: 12px;
}
.sidebar_mob{
    display: none;
    background: #000 !important;
}
.drop_logo{
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.drop_logo>img{
    height: 50%;
}

.blog-detial{
padding:130px 0px;
}
.blog-detial .blog-detial-inner{
width:70%;
margin:0 auto;
}
.blog-detial .blog-detial-inner ol,.blog-detial .blog-detial-inner ul {
    list-style: inherit;
padding-left: 60px;
  margin: 20px 0px;
}
.blog-detial .blog-detial-inner ol{
list-style: decimal;
}

.blog-detial .blog-detial-inner ol li,.blog-detial .blog-detial-inner ul li{
font-size:18px;
line-height:28px;
color:#000;
margin-bottom:15px; 

}
.blog-detial .blog-detial-inner blockquote {
border: 0px ;
  border-left: 3px solid #000;
  margin:20px 0px;
  padding:0px 15px;
}
.blog-detial .blog-detial-inner h1{
color:#000;
font-size:42px;
line-height:46px;
margin-bottom:25px;
     font-weight: 600;
    font-family: testsohne-kraftig !important;
}
.blog-detial .blog-detial-inner h2{
color:#000;
font-size:26px;
 margin:15px 0px;
    font-family: testsohne-kraftig !important;
}

.blog-detial .blog-detial-inner h4,.blog-detial .blog-detial-inner h5,.blog-detial .blog-detial-inner h3{
color:#000;
font-size:20px;
 
    font-family: testsohne-kraftig !important;
}

.blog-detial .blog-detial-inner p{
font-size:18px;
line-height:28px;
color:#000;
margin:15px 0px;
}

.blog-detial .blog-detial-inner blockquote p{
font-style: italic;
font-size:16px;
line-height:26px;
color:#2d2d2d;
margin:10px 0px;
}
.blog-detial .blog-detial-inner blockquote a,.blog-detial .blog-detial-inner a{
color:#000;
text-decoration: underline;
}
.blog-detial .blog-detial-inner video,.blog-detial .blog-detial-inner iframe{
width:100%;
height:550px; 
}

.product-detail-page{
padding-top:110px; 
}
.product-detail-page h2{
    font-size: 38px;
    line-height: 48px;
    font-family: manropeextrabold;
    color:#000;
}
.woocommerce .product-detail-page div.product p.price, .woocommerce .product-detail-page div.product span.price{
    font-size: 32px;
    color: #000;
    margin: 15px 0px;
    font-family: manropebold;
}

.product-detail-page .shop_attributes{
    display: none;
}

.woocommerce .product-detail-page div.product form.cart .button{
    background: #000;
    color: #fff;
    padding: 20px 30px;
    border-radius: 8px;
}

.woocommerce  .product-detail-page div.product form.cart div.quantity {
    float: left;
    margin: 15px 4px 15px 0;
    width: 100%;
}
.woocommerce  .product-detail-page .quantity .qty {
    width: 5.631em;
    text-align: center;
    border: #bdbdbd solid 1px;
    border-radius: 6px;
    padding: 10px;
}

.product-detail-page .woocommerce-tabs{
display: none;}

.woocommerce-breadcrumb{
    display: none;
}
.woocommerce-product-details__short-description{
    display: none;
}

.product-detail-content p{
    color: #000;
    font-size: 16px;
    line-height: 26px;
}
@media (min-width:1440px) {
.by-author {
   font-size: 20px;
}
.blog-detial .blog-detial-inner h1 {
  color: #000;
  font-size: 52px;
  line-height: 52px;
}
  .blog-detial .blog-detial-inner p {
    font-size: 22px;
    line-height: 32px;  color: #000;
  margin: 20px 0px;
}
.blog-detial .blog-detial-inner blockquote p {
  font-style: italic;
  font-size: 19px;
  line-height: 29px;
}
.blog-detial .blog-detial-inner ol li,.blog-detial .blog-detial-inner ul li{
 font-size: 22px; 
    line-height: 32px;}
}

/* responsive */

@media (min-width: 1580px){
    .agency-about .agency-about-inner h2 {
  font-size: 42px;
}
.agency-about .agency-about-inner p {
  font-size: 21px;
}
.agency-award-winning ul li a {
    border-radius: 0px;
    padding: 8px 15px;
    padding-left: 25px;
   
    width: 100%;
    font-size: 16px;
    text-align: left;
    position: relative;
}
.agency-award-winning ul li a::after {

  font-size: 12px;
  position: absolute;
  left: 4px;
  top: 9px;
  color: #fff !important;
}
.agency-award-winning ul li a::before {
  
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 4px;
}
}
@media (max-width: 1680px){
    .wrap_u {
        height: calc(100vh - 180px);
        min-height: fit-content !important;
    }
    .head_card {
        font-size: 55px;
    }
    .cot_detail {
        max-width: 520px;
    }
    .cot_detail>p ,.para_card{
        font-size: 16px;
        line-height: 1.5;
    }
    .Cotation_cont>a {
        padding: 18px 20px;
        border-radius: 15px;
    }
    .cut_mob {
        margin-top: -4rem;
    }
}
@media (max-width: 1600px){
    .footer_link {
        padding: 2rem;
    }
    .dash_heading {
        font-size: 32px;
    }
    .filter_frame_area>img {
        width: 395px;
    }
    .card_device ,.More_technologies{
        max-height: 420px;
        border-radius: 20px;
    }
    .head_card {
        font-size: 42px;
    }
    .card_bottom>a {
        padding: 16px 35px;
        border-radius: 12px;
    }
    .cot_detail>h2 {
        font-size: 38px;
    }
    .Cotation_cont {
        max-height: 170px;
        padding: 20px;
    }
    .cut_mob {
        width: 295px;
    }
    .wrap_u {
        height: calc(100vh - 165px);
    }
}

@media(max-width:1599px) {
    .prompt_tag {
        font-size: 16px;
    }
}
@media(max-width:1440px) {
    .footer_link >p,.dash_foot_link >a,.askQ ,.prompt_card>textarea , .card_head_area >h2{
        font-size: 14px;
    }
    .para2 {
        font-size: 16px;
    }
    .card_device, .More_technologies {
        padding: 20px;
    }
    .head_card {
        font-size: 36px;
    }
    .cot_detail>p, .para_card {
        font-size: 14px;
    }
    .cot_detail {
        max-width: 420px;
    }
    .Cotation_cont>a {
        padding: 14px 20px;
        border-radius: 10px;
        font-size: 14px;
    }
    .cut_mob {
        margin-top: -2rem;
    }
}
@media(max-width:1366px) {
    .card_device, .More_technologies ,.Cotation_cont {
        max-height: 340px;
        border-radius: 16px;
        padding: 15px;
    }
    .Cotation_cont{
        max-height: 140px;
    }
    .More_technologies{
        padding: 10px;
    }
    .agent_card >img{
        height: 28px;
    }
    .card_banner_col_left,
    .card_banner_col_right,
    .banner_row,
    .first_card_row {
        gap: 14px;
    }
    .main-head .link-area a {
        font-size: 14px;
    }
    .theme_for_banner {
        padding: 12px 15px;
        border-radius: 10px;
        font-size: 14px;
    }
    .logo>img {
        height: 36px;
    }
  .dryve-web .logo > img {
    height: 20px;
  }
    .abode-uk-web .logo>img {
        height: 28px;
    }
    .header_nav {
        border-radius: 14px;
    }
    .agent_card>p {
        font-size: 9px;
    }
    .More_technologies {
        max-width: 140px;
    }
    .More_technologies>h3 {
        font-size: 22px;
    }
    .card_bottom>a,
    .Cotation_cont>a {
        padding: 12px 24px;
        border-radius: 8px;
        font-size: 12px;
        text-wrap: nowrap;
    } 
    .cot_detail>h2 {
        font-size: 32px;
    }
    .filter_frame_area>img {
        width: 314px;
    }
    .Banner_hero_sec {
        width: 100%;
        height: calc(100vh - 95px);
    }
}
@media(max-width:1280px) {
    .logo>img {
        height: 36px;
    }

    .head {
        font-size: 38px;
    }

    .head1 {
        max-width: 720px;
    }

    .para {
        font-size: 18px;
        line-height: 1.5;
    }
    .footer_link {
        padding: 1rem;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .header {
        padding: 15px 25px;
    }
    .Banner_hero_sec {
        padding: 0 25px;
    }
    .More_technologies {
        max-width: 127px;
    }
    .agent_card {
        min-height: 100px;
        border-radius: 10px;
    }
    .head_card {
        font-size: 30px;
        max-width: 320px;
    }
    .card_device, .More_technologies {
        max-height: 300px;
    }
    .para_card {
        font-size: 14px;
        max-width: 380px;
    }
    .Cotation_cont {
        gap: 2rem;
    }
    .cot_detail>h2 {
        font-size: 26px;
    }
    .filter_frame_area>img {
        width: 255px;
        margin-right: -3rem;
    }
    .cut_mob {
        width: 245px;
        margin-right: -1rem;
        margin-top: -5rem;
    }
    .card_bottom>a, .Cotation_cont>a {
        padding: 12px 20px;
    }
    .Banner_hero_sec {
        height: calc(100vh - 80px);
    }
    .wrap_u {
        height: calc(100vh - 155px);
    }
}
@media(max-width:1200px) {
    #main-wrapper[data-sidebartype=full] .page-wrapper {
        margin-left: 65px;
    }
    .page-wrapper {
        margin-left: 65px;
    }
    .left-sidebar {
        position: fixed;
    }
    .wrap_u {
        height: calc(100vh - 155px);
    }
    .dash_heading {
        font-size: 28px;
    }
    .deshHead {
        padding: 10px 16px !important;
    }
    .Cotation_cont {
        gap: 8px;
    }
    .Cotation_cont {
        max-height: fit-content;
        height: auto;
    }
    .first_card_row{
        flex-direction: column;
    }
    .More_technologies{
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .Banner_hero_sec {
        justify-content: flex-start;
        padding-bottom: 1rem;
    }
    .agent_card {
        width: 120px;
        flex-basis: 26%;
    }
    .More_technologies>h3 {
        flex-basis: 30%;
    }
}
@media(max-width:1080px) {
    .dash_heading {
        font-size: 24px;
        max-width: 300px;
    }
}
@media(max-width:991px) {
.blog-detial .blog-detial-inner h1 {
  color: #000;
  font-size: 32px;
  line-height: 36px;
}

    .tag_row {
        max-width: 690px;
        flex-wrap: wrap;
    }

    .prompt_tag {
        text-wrap: nowrap;
    }

    .head {
        line-height: 1.2;
    }
    .modal-dialog .modal-content .container-popup {
  width: 75%;
  }
    .modal-dialog .modal-content .container-popup .popup-content a {
      font-size: 18px;
      }
      .modal-dialog .modal-content .container-popup .popup-content p {
  font-size: 16px;
  line-height: 24px;
  }
  .modal-dialog .modal-content .container-popup .popup-content h2 {
  font-size: 28px;
  line-height: 36px;
  }
}
@media(max-width:900px) {
    .card_device {
        max-height: 330px;
    }
    .cut_mob {
        margin-top: -4rem;
    }
    .Cotation_cont {
        flex-direction: column;
    }
    .agent_card {
        flex-basis: 30%;
    }
}
@media(max-width:767px) {

.btn-area {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: auto;
  }
    .theme-button {
        font-size: 12px;
    }
    .Banner_hero_sec::-webkit-scrollbar{
        display: none;
    }
    .sidebar_mob{
        display: flex;
    }
    .header {
        padding: 1rem;
    }

    .for_mob_row{
        display: flex;
    }
    
    .ham-u {
        display: block;
    }
    .ham-u>img{
        filter: invert();
    }
    .head_row_mob{
        display: flex;
    }
    .btn-area {
        gap: 10px;
    }
    .left-sidebar{
        display: none;
    }
    #main-wrapper[data-sidebartype=full] .page-wrapper {
        margin-left: 0px;
    }
    .page-wrapper {
        margin-left: 0px;
    }
    .navbar-header{
        max-width: 100%;
        margin: 0;
        width: 100%;
        display: block !important;
    }
    .page-breadcrumb{
        display: none;
    }
    .wrap_u {
        height: 100%;
        min-height: 100%;
        padding: 1rem 1rem 0 !important;
    }
    .nav-close{
        display: none;
    }
    .ham_mob{
        display: block;
    }
    .long_promp textarea {
        max-height: 260px;
    }
    .link-area {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 2.5rem;
        flex-direction: column;
    }
    .for-web {
        display: none;
    }
    .banner_row{
        flex-direction: column;
    }
    .Cotation_cont{
        flex-direction: row;
    }
    .More_technologies>h3 {
        flex-basis: 100%;
    }
    .agent_card {
        flex-basis: 47%;
    }
    .head_card {
        font-size: 30px;
        max-width: 436px;
    }
    .para_card {
        max-width: 465px;
    }
}
@media(max-width:665px) {

    .agency-award-winning {
  width: 90%;
  padding: 15px 10px ;
}
.agency-award-winning ul li {
  float: left;
  width: 50%;
  padding: 2px;
}
.agency-award-winning h2 { 
  font-size: 18px;
}
.agency-award-winning ul li a::after {
  
  font-size: 7px;
  position: absolute;
  left: 3px;
  top: 9px;
  color: #fff !important;
}
.agency-award-winning ul li a::before {
  
  width: 12px;
  height: 12px; 
  left: 0px;
  top: 6px;
}
.agency-award-winning ul li a {
 
  padding: 5px;
    padding-left: 5px;
  padding-left: 18px; 
  font-size: 13px; 
}
.agency-about .agency-about-inner ,.agency-property-lisitng .agency-property-lisitng-heading{
  
  flex-direction: column;
}
.agency-property-lisitng .agency-property-lisitng-heading{
    margin-bottom: 15px;
}
.agency-about .agency-about-inner .agency-about-img {
  width: 100%;
}
.agency-property-lisitng .agency-property-lisitng-heading .agency-property-lisitng-cta a {
 
  padding: 12px 25px;
  font-size: 14px;
  border-radius: 6px;
  display: inline-block;
}
 
.agency-property-lisitng .agency-property-lisitng-heading h2 {
  
  font-size: 28px;
 
  text-align: center;
}
.agency-property-lisitng {
  padding: 40px 20px;
  padding-bottom: 80px;
}
.agency-about {
  padding: 40px 20px;
}
.agency-about .agency-about-inner p {
  font-size: 16px;
  line-height: 1.4;
}
.agency-about .agency-about-inner h2 { 
  font-size: 22px;
  line-height: 1.4;
}
.agency-about .agency-about-inner .agency-about-content {
  width: 100%;
  padding-right: 0px;
}
.blog-detial .blog-detial-inner blockquote p {
  font-style: italic;
  font-size: 13px;
  line-height: 22px;
}
.blog-detial .entry-footer{
display:none;
}
.blog-detial .blog-detial-inner ol, .blog-detial .blog-detial-inner ul {
 
  padding-left: 40px;
}
.blog-detial .blog-detial-inner blockquote p{
font-style: italic;
font-size:14px;
line-height:24px;
color:#898989;
margin:10px 0px;
}
.blog-detial .blog-detial-inner ol li, .blog-detial .blog-detial-inner ul li {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin-bottom: 10px;
}
.blog-detial .blog-detial-inner video,.blog-detial .blog-detial-inner iframe{
width:100%;
height:250px; 
}

.blog-detial .blog-detial-inner h4, .blog-detial .blog-detial-inner h5, .blog-detial .blog-detial-inner h3 {
  color: #000;
  font-size: 16px;
}
.blog-detial .blog-detial-inner p {
  font-size: 14px;
  line-height: 20px;
}
.blog-detial .blog-detial-inner h1 {
 
  font-size: 28px;
  line-height: 31px;
  margin-bottom: 15px;
}
.blog-detial .blog-detial-inner {
  width: 90%;
  margin: 0 auto;
}

    .wrap_u .row{
        flex-direction: column;
        gap: 1rem;
    }
    .wrap_u .row .col-6{
        width: 100%;
        max-width: 100%;
    }
    .prompt_card {
        height: 330px;
    }
    .footer_link >p, .dash_foot_link >a{
        font-size: 12px;
    }
    .dash_foot_link {
        gap: 1rem;
    }
   .modal-dialog .modal-content .container-popup {
    width: 85%;
  }
   .modal-dialog .modal-content .container-popup .popup-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .modal-dialog .modal-content .container-popup .popup-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .modal-dialog .modal-content .container-popup .popup-content a {
    font-size: 16px;
  }
  .abode-uk-web .logo > img {
    height: 22px;
  }
  
}
@media(max-width:613px) {
    .cot_detail>p {
        font-size: 10px;
    }
    .agent_card {
        flex-basis: 46%;
    }
}
.workin-banner-mobile{
display:none;
}
@media(max-width:500px) {
.workin-banner-mobile{
display:block;
}
.workin-banner-desktop{
display:none;
}


    .dash_foot_link{
        flex-direction: column;
    }
    .Banner_hero_sec {
        padding: 0 16px;
    }
    .card_bottom>a, .Cotation_cont>a {
        padding: 8px 14px;
        font-size: 10px;
    }
    .cot_detail>h2 {
        font-size: 22px;
    }
    .cot_detail>p {
        margin-top: 10px;
    }
    .More_technologies {
        gap: 8px;
    }
    .agent_card {
        flex-basis: 47%;
    }
    .agent_card {
        min-height: 86px;
        border-radius: 10px;
    }
    .More_technologies>h3 {
        font-size: 18px;
    }
    .agent_card >img {
        height: 20px;
    }
}
@media(max-width:450px) {
    .btn-area {
        gap: 0px;
    }
    .Cotation_cont {
        flex-direction: column;
    }
    .for_mob_row {
        gap: 10px;
    }
    .More_technologies{
        justify-content: center;
        align-items: center;
    }
}
@media(max-width:400px) {
    .for_mob_row {
        flex-direction: column;
    }
}
@media(max-width:375px) {
  
    .head_row_mob {
        padding: 1rem;
    }
    .dash_heading {
        font-size: 22px;
    }
  
}