.flex {display: flex;}
.flex-wrap {flex-wrap: wrap;}
.align-center {align-items: center;}
.justify-content-center {justify-content: center;}
.space-between {justify-content: space-between;}
.flex-direction-column {flex-direction: column;}
.flex-direction-row {flex-direction: row;}
.flex-direction-row-reverse {flex-direction: row-reverse;}
.flex-direction-column-reverse {flex-direction: column-reverse;}
.text-center {text-align: center;}
.no-wrap {flex-wrap: nowrap; -webkit-flex-wrap: nowrap; -moz-flex-wrap: nowrap;}
@media (min-width: 576px){
.container{max-width: 540px;}
}
@media (min-width: 768px){
.container{max-width: 720px;}
}
@media (min-width: 992px){
.container{max-width: 960px;}
}
@media (min-width: 1200px){
.container{max-width: 1160px;}
}
a{color: #A3BB02;}
a:hover{color:rgb(163 187 2 / 70%);} .btn{ border: none; border-radius: 24px; padding: 18px 35px;  font-size: 18px; font-weight: 700; letter-spacing: -0.18px; letter-spacing: normal; display: inline-block; position: relative; overflow: hidden;}
.btn:hover{transform: none !important;}
.btn .button-text-up{ position: absolute; left: 0; right: 0; transform-style: preserve-3d; transform: translateY(-180%); transition: all .2s ease-in-out; z-index: 1;}
.btn .button-text{z-index: 1; position: relative; transform-style: preserve-3d; transform: translateY(0%); transition: all .2s ease-in-out;}
.btn:hover .button-text-up{color: #fff; transform: translateY(0%);}
.btn:hover .button-text{color: #fff; transform: translateY(180%);}
.btn + .btn{ margin-left:11px; }
.btn-white {background-color:#fff; border-color:#fff; color:#203C38; }
.btn-white:hover {background-color:#A3BB02; border-color:#A3BB02; color:#ffffff; }
.btn-transparent {background-color:rgba(255, 255, 255, 0.1); border-color:rgba(255, 255, 255, 0.1); color:#ffffff; text-transform:inherit; }
.btn-transparent:hover {background-color:#ffffff; border-color:#ffffff; color:#203C38; }
.btn-transparent:hover .button-text-up{color: #203C38; transform: translateY(0%);}
.btn-secondary:hover {background-color:#A3BB02; border-color:#A3BB02; color:#ffffff; }
.btn-transparent-arrows {padding-left: 0; padding-right: 0; display: flex; align-items: center; text-transform: inherit !important; padding: 0;}
.btn-transparent-arrows svg{ margin-left: 8px; width: 15px; transition: all .3s ease-in-out;}
.btn-transparent-arrows:hover svg{ margin-left: 15px; }
.btn-grey {background-color:rgb(32 60 56 / 10%); border-color:rgb(32 60 56 / 10%); color:#203C38; }
.btn-grey:hover {background-color:#A3BB02; border-color:#A3BB02; color:#ffffff; }
.btn-grey:hover .button-text{color:#203C38;}
.blog  .selectric:not(.gchoice) { background: #e8ebea !important; }
.page-template-tp-team-php .data-wrap .selectric:not(.gchoice) { background: #e8ebea !important; }
.blog form.filtabit label>span { font-size: 14px; letter-spacing: 1.5px;  letter-spacing: 4.2px; }
.page-template-tp-team-php  .data-wrap form.filtabit label>span { font-size: 14px; letter-spacing: 1.5px;  letter-spacing: 4.2px; }
form.filtabit label>span {
font-size: 14px;
letter-spacing: 1.5px;
letter-spacing: 4.2px;
}
@media (max-width: 768px) {
.page-template-tp-team-php .teamfeed-desk {
display: block !important;
}
}
@media (max-width: 767px) {
.btn + .btn{ margin-left:0px; margin-top: 15px; }
.btn-primary, .btn-secondary{ width: 100%; }
}
#wrapper-navbar:hover{ background-color:#fff; } .white-bg{ background-color:#ffffff; }
h2{ margin-bottom:30px; }
h2 strong{color:#A3BB02; } @media (max-width: 1199px) {
h1{ font-size:60px; line-height:60px; }
h2{ font-size:44px; line-height:45px; }
h3{ font-size:35px; line-height:40px;}
}
@media (max-width: 991px) {
h1{ font-size:55px; line-height:55px; }
h2{ font-size:40px; line-height:40px; }
h3{ font-size:30px; line-height:30px;}
}
@media (max-width: 767px) {
body{font-size: 15px;}
p{font-size: 15px; letter-spacing: -0.15px; line-height:22px; }
h1{ font-size:54px; line-height:60px; letter-spacing: -0.54px; }
h2{ font-size:36px; line-height:40px; letter-spacing: -0.36px; margin-bottom: 20px;}
h3{ font-size:26px; line-height:36px; letter-spacing: -0.3px;}
} #header{ position: absolute;left: 0; top: 0; right: 0; z-index: 9; padding: 35px 25px 35px 38px;} #header .logo{ float:left; position: relative; z-index: 999;}
#header .logo img{ width: 145px; height:52px; }
#header .header-inner{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
#header .btn-instant-quote .btn{padding: 14px 35px; z-index: 2;}  .nav-menu{ float:right;}
.nav-menu .menulinks { display:none;  text-align:center; height:35px; line-height:32px; color:#153F5F; font-size:16px; position:absolute; top:0px; right:15px; cursor:pointer; }
ul.mainmenu { vertical-align:middle; display:inline-block; margin:0; padding:0; list-style:none; text-align:left; }
ul.mainmenu > li { display:inline-block; padding:0 12px; position:static; }
ul.mainmenu li a{ text-decoration:none; }
ul.mainmenu > li > a:link, 
ul.mainmenu > li > a:visited { display:inline-block; text-align:center; font-size:18px; font-family: 'Signika', sans-serif; font-weight:700; color:#ffffff; line-height:32px; letter-spacing: -0.18px; position:relative; text-decoration:none; }
ul.mainmenu > li:hover a, 
ul.mainmenu > li > a.current { color:#A3BB02; }
#header.white-bg ul.mainmenu > li > a:link, 
#header.white-bg ul.mainmenu > li > a:visited { color:#203C38; }
#header.white-bg ul.mainmenu > li:hover > a, 
#header.white-bg ul.mainmenu > li > a.current { color:#A3BB02; }
#header.white-bg ul.mainmenu a.child-triggerm span:after {content: ""; background-image: url(//www.leadingpropertylawyers.co.uk/wp-content/themes/yellowball-child/images/mainmenu-arrow-down.svg); }
ul.mainmenu ul { position:absolute; left:0; width:100%; padding:70px 0 70px 0; list-style:none; margin:0; background:#fff; z-index:2; display:none; box-shadow: 0px 30px 30px #1D47671A; border-radius: 0px 0px 40px 40px;}
ul.mainmenu ul li { width: 33%; display: inline-block; position: relative; padding: 7px 0; float:left; }
ul.mainmenu li li a:link, 
ul.mainmenu li li a:visited { display:inline-block; font-size:15px; font-family: 'Signika', sans-serif; line-height:normal; color:#203C38; letter-spacing: -0.15px; font-weight:700; }
ul.mainmenu li li a:hover { color:#A3BB02; }
ul.mainmenu li li a:after{content: ""; background-image: url(//www.leadingpropertylawyers.co.uk/wp-content/themes/yellowball-child/images/submenu-arrow.svg); background-repeat: no-repeat;
background-position: center center; width: 14px; height: 10px; display: inline-block; margin-left: 7px;transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; -webkit-transition: all 300ms linear; opacity: 0;}
ul.mainmenu li li a:hover:after{ margin-left:12px; opacity:1; }    
ul.mainmenu ul li a.child-triggerm{ display:none; }
ul.mainmenu ul ul { position: relative; top: 8px !important; display:block; padding:0 !important; box-shadow:none; border-radius:0; background-color: transparent; }
ul.mainmenu ul ul li{ width: 100%; padding:5px 0; }
ul.mainmenu ul ul li a:link, 
ul.mainmenu ul ul li a:visited { color: #A7ABB5; display:block; font-size:14px; line-height:28px; letter-spacing: -0.26px; }
ul.mainmenu ul ul li a:after{ content: ""; background-image: url(//www.leadingpropertylawyers.co.uk/wp-content/themes/yellowball-child/images/arrow-right-small-label-3.svg);}
ul.mainmenu ul ul li a:hover { color:#1D4767; }
ul.mainmenu ul ul li a:hover:after { opacity:1; }
ul.mainmenu ul li.menu-item-has-children:hover>ul{transform: translateX(0%); border-left:none;}
@media (min-width: 768px) {
ul.mainmenu{ display: block !important; }
ul.mainmenu li:hover > ul { display:block; }
ul.mainmenu a.child-triggerm { text-decoration:none; cursor:pointer; }
ul.mainmenu a.child-triggerm span{ margin-left:6px; }
ul.mainmenu a.child-triggerm span:after {content: ""; background-image: url(//www.leadingpropertylawyers.co.uk/wp-content/themes/yellowball-child/images/mainmenu-arrow-down-white.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; width: 12px; height: 12px; position: relative; top: 1px; display: inline-block; transition: all 300ms linear; -moz-transition: all 300ms linear; -o-transition: all 300ms linear; -ms-transition: all 300ms linear; -webkit-transition: all 300ms linear;}
ul.mainmenu > li:hover a.child-triggerm span:after { background-image: url(//www.leadingpropertylawyers.co.uk/wp-content/themes/yellowball-child/images/mainmenu-arrow-up-green.svg); }
#header.white-bg ul.mainmenu > li:hover a.child-triggerm span:after { background-image: url(//www.leadingpropertylawyers.co.uk/wp-content/themes/yellowball-child/images/mainmenu-arrow-up-green.svg); }
ul.mainmenu ul .backto-menu{ display:none; }
}
@media (max-width: 991px) {
#header{ padding: 35px 0px 35px 0px;}
#header .logo img{width: 125px; height: 49px;}
ul.mainmenu > li{padding: 0 4px;}
ul.mainmenu > li > a:link, ul.mainmenu > li > a:visited{ font-size:15px; }
ul.mainmenu a.child-triggerm span{margin-left: 4px;}
#header .btn-instant-quote .btn{font-size: 14px; padding: 12px 20px;}
}
@media (max-width: 767px) {
#header{ padding:25px 10px 25px 10px;}
.logo{ z-index: 9999;}
#header .logo img { width: 100px; }
.nav-menu .menulinks {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
top: 29px;
z-index: 999;
text-decoration: none;
background-color: #fff;
width: 42px;
height: 42px;
border-radius: 16px;
justify-content: center;
background: #fff url(//www.leadingpropertylawyers.co.uk/wp-content/themes/yellowball-child/images/menu-bar.svg) no-repeat;
background-position: center;
}
.nav-menu .menulinks i {
display: none !important;
}
.btn-instant-quote {
margin-right: 55px;
position: relative;
z-index: 222;
}
.nav-menu .menulinks span{ margin-right:15px; letter-spacing: -0.32px; }
ul.mainmenu {
text-align: left;
position: absolute;
top: 0px;
padding: 90px 0 40px 0;
right: 0;
width: 100%;
background: #fff;
display: none;
z-index: 99;
box-shadow: 0px 10px 15px #1D47671A;
border-radius: 0px 0px 24px 24px;
}
.mobile-open .nav-menu .menulinks { background:#203C38 url(//www.leadingpropertylawyers.co.uk/wp-content/themes/yellowball-child/images/close.svg) no-repeat center; }
ul.mainmenu > li { float:left; width:100%; padding:0px; margin:0; border-top:1px solid rgba(255,255,255,0.2); position:static;  }
ul.mainmenu > li:first-child { border:none; }
ul.mainmenu > li > a:link, 
ul.mainmenu > li > a:link, ul.mainmenu > li > a:visited, ul.mainmenu li li a:link, ul.mainmenu li li a {
padding: 8px 25px;
font-size: 21px;
line-height: 34px;
font-weight: 600;
color: #203C38;
float: left;
border: none;
text-align: left; 
width: calc(100% - 30px);
} 
.nav-menu a.menulinks i {width:26px; display: inline; position: relative; top: -2px; margin-left: 0; -webkit-transition-duration: 0s;  -webkit-transition-delay: .2s; -moz-transition-duration: 0s;  -moz-transition-delay: .2s; transition-duration: 0s;  transition-delay: .2s; } 
.mobile-open .nav-menu a.menulinks i { background-color: rgba(0, 0, 0, 0.0);  -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
ul.mainmenu > li > a.current:after { display:none; }
ul.mainmenu ul {
position: fixed;
top: auto;
left: auto;
float: left;
width: 100%;
padding: 0;
background-color: #fff;
box-shadow: none;
height: auto;
top: 0;
padding:90px 0 40px !important;
display: block !important;
left: 100%;
min-height: 55%;
transition: all ease-in-out 0.5s;
}
span.backto-menu {
letter-spacing: 1.98px;
color: #203C38;
text-transform: uppercase;
font-size: 11px;
padding: 0px 22px;
}
span.backto-menu:before {
content: "";
display: inline-block;
background-image: url(//www.leadingpropertylawyers.co.uk/wp-content/themes/yellowball-child/images/mainmenu-arrow-down.svg);
width: 10px;
height: 10px;
transform: rotate(90deg);
background-repeat: no-repeat;
margin-right: 5px;
background-size: 70% auto;
background-position: center;
margin-bottom: 0;
}
ul.mainmenu ul li{ width: 100%; padding: 5px 0;}  
ul.mainmenu .sub-menu-open ul { left:0; height: 100vh; overflow: auto; border-radius: 0; }
ul.mainmenu a.child-triggerm { display: inline-block; cursor: pointer; height:38px !important; padding: 0 !important;  }
ul.mainmenu a.child-triggerm:hover { text-decoration: none; color:#00A2A9;}
ul.mainmenu a.child-triggerm span { position: relative; top: 50%; margin: 0 auto !important;  -webkit-transition-duration: .2s; -moz-transition-duration: .2s;  transition-duration: .2s; background-image: url(//www.leadingpropertylawyers.co.uk/wp-content/themes/yellowball-child/images/mainmenu-arrow-down.svg); }
ul.mainmenu a.child-triggerm span:after { position: absolute; content: ''; top:0; }
ul.mainmenu a.child-triggerm span{
width: 12px; 
display: block;
height: 6px;
background-repeat: no-repeat;
transform: rotate(270deg) translateY(-50%);
}  
#header .btn-instant-quote .btn { font-size: 14px; padding: 9px 19px 8px; border-radius: 16px; }
#header.white-bg ul.mainmenu a.child-triggerm span:after { display:none; }
}  .homehero-section{ padding: 160px 0 65px 0; position: relative; background-repeat: no-repeat; background-size: cover; background-position: center center;}
.homehero-section:after{ content:""; width:100%; height:100%; position: absolute; right: 0; top: 0; z-index:0; background: transparent linear-gradient(90deg, #203C38 0%, #203C3840 100%) 0% 0% no-repeat padding-box; }
.homehero-section > div{position: relative; z-index: 1;}
.homehero-section .hero-content{color: #ffffff;}
.homehero-section .hero-content h1{ margin-bottom:26px; }
.homehero-section .hero-content h1 strong{color: #A3BB02;}
h1 strong{color: #A3BB02;}
.homehero-section .hero-content .btn-block{margin-top: 40px;}
.homehero-section .row.content-left{flex-direction: row-reverse;}
.homehero-video{position: absolute !important; left: 0; top: 0; width: 100vw; height: 100%; z-index: 0 !important;}
.homehero-video video{width: 100%; height: 100%; object-fit: cover;}
.homehero-slider{ margin-bottom:0; }
.homehero-slider .slick-dots{ bottom:10px !important; }
.homehero-slider .slick-dots li button{background-color: #ffffff; opacity: 0.4;}
.homehero-slider .slick-dots li.slick-active button{background-color: #ffffff; opacity: 1;}
.check-list{ margin-top:40px; }
.check-list ul{ padding:0; margin: 0; max-width: 400px;}
.check-list ul li{ margin-bottom:20px; width:50%; list-style:none; padding-left:48px; line-height: 22px; font-weight:700; font-family: 'Signika', sans-serif; position:relative; float: left; min-height: 30px; display: flex; align-items: center;}
.check-list ul li:before{ content: ""; width:32px; height:32px; background-image: url(//www.leadingpropertylawyers.co.uk/wp-content/themes/yellowball-child/images/check-green.svg); background-repeat: no-repeat; background-position: center center; background-size: 15px; background-color: #FFFFFF1A; border-radius: 12px; position: absolute; left: 0; top: 0;}
.check-list ul li.find-more{ color:#A3BB02; }
.check-list ul li.find-more:before{background-color: #A3BB02; background-image: url(//www.leadingpropertylawyers.co.uk/wp-content/themes/yellowball-child/images/arrow-find-out-more.svg);background-size: 19px;}
.check-list ul li.find-more a { color:#A3BB02; text-decoration:none;}
.page-template-tp-team-php .personimgbit { border-radius:30px !important; box-shadow:none !important;}
.page-template-tp-team-php .personcontent h4{ color:#A3BB02 !important;}
.page-template-tp-team-php .personcontent p{  font-weight: 600 !important; font-size: 15px !important;}
.page-template-tp-team-php .data-wrap main#main { display:inline-block  !important;}
@media (min-width: 1200px) {
.homehero-section{height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
}
@media (max-width: 1199px) {
}
@media (max-width: 992px) {
.homehero-section{padding: 150px 0 80px 0;}
}
@media (max-width: 767px) {
.homehero-section{padding:180px 0 80px 0;}
.homehero-section .hero-content{ text-align:center; }
.homehero-section .hero-content h1{ margin-bottom:20px; }
.homehero-section .hero-content .btn-block .btn {width: 100%;}
.homehero-section .hero-content .btn-block .btn + .btn { margin-left: 0px; margin-top: 18px;}
.homehero-section .hero-content .btn-block{ margin-top: 35px; }
.homehero-section .hero-content .check-list{ display:none; }
} .lets-get-moving-section{padding: 80px 0 80px 0;}
.lets-get-moving-section .title{ max-width: 768px; margin:0 auto 60px auto;}
.lets-get-moving-section .title .title-shape{margin-bottom: 30px;}
.lets-get-moving-section .price-card-wrap{ display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin:0 -8px; }
.lets-get-moving-section .price-card-wrap .price-card{ padding:0 8px; }
.lets-get-moving-section .price-card-wrap .price-card-inner{ padding:35px 25px 25px 25px; background: transparent linear-gradient(180deg, #F4F5EF 0%, #F9FCE8 100%) 0% 0% no-repeat padding-box; border-radius: 40px; text-align:center; }
.lets-get-moving-section .price-card-wrap .price-card-inner .price-icon{ margin-bottom:28px; }
.lets-get-moving-section .price-card-wrap .price-card-inner h4{ margin-bottom:28px; }
.lets-get-moving-section .price-card-wrap .price-card-inner p{ font-size: 15px; letter-spacing: -0.15px; color: #203C38; font-weight:700; margin-bottom:12px; }
.lets-get-moving-section .price-card-wrap .price-card-inner .price{ font-size:48px; line-height:40px; letter-spacing: -0.48px;
color: #A3BB02; font-weight:700; font-family: 'Signika', sans-serif; margin-bottom: 12px;}
.lets-get-moving-section .price-card-wrap .price-card-inner .btn{padding: 18px 30px;}
.lets-get-moving-section .price-card-wrap .price-card-inner .vat{ font-size: 15px; letter-spacing: -0.15px; color: #203C38; font-weight:700; margin-bottom:40px; }
@media (max-width: 1199px) {
.lets-get-moving-section{padding: 70px 0 70px 0;}
.lets-get-moving-section .price-card-wrap .price-card{ width: 50%; padding:8px 8px 8px 8px; }
}
@media (max-width: 991px) {
.lets-get-moving-section{padding: 60px 0 60px 0;}
}
@media (max-width: 767px) {
.lets-get-moving-section{padding: 60px 0 40px 0;}
} .image-text-section{ padding-top: 80px; padding-bottom: 80px; }
.image-text-section.dark-bg{ margin:60px 0; }
.image-text-section .text-col{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.image-text-section .content-block { padding-right:75px; }
.image-text-section .content-block .check-list ul{ max-width:100%; }
.image-text-section .content-block .btn{ margin-top:24px; }
.image-text-section .image-block{ text-align: right; height:100% }
.image-text-section .image-block img{border-radius: 40px; height: 100%; object-fit: cover;}
.image-text-section .image-block img.mobile-view{ display:none; } .image-text-section.left-image .row{-webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;}
.image-text-section.left-image:before{ border-radius:385px 0px 0px 0px; left: inherit; right: 0;}
.image-text-section.left-image .image-block{ text-align: left; }
.image-text-section.left-image .content-block {padding-left:35px; padding-right:0px; }
@media (min-width: 1600px) {
.image-text-section:before{ width:75% }
}
@media (max-width: 1199px) {
.image-text-section{padding-top: 70px; padding-bottom: 70px;}
.image-text-section.dark-bg{ margin:50px 0; }
}
@media (max-width: 991px) {
.image-text-section{padding-top: 60px; padding-bottom: 60px;}
.image-text-section .content-block{ padding-right:15px; }
.image-text-section .content-block .btn{ margin-left:0; margin-right:10px; }
.image-text-section.dark-bg{ margin:40px 0; }
}
@media (max-width: 767px) {
.image-text-section .row, .image-text-section.left-image .row{-webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse;}
.image-text-section .content-block { padding-right:0px; text-align:center; }
.image-text-section .content-block .btn-block{display:none; }
.image-text-section .image-block{ margin-bottom: 40px; text-align:left; }
.image-text-section .image-block img.mobile-view{ display:block; width:100%; }
.image-text-section .image-block img.desktop-view{ display:none; }
.image-text-section.left-image .content-block{ padding-left:0; }
.image-text-section.dark-bg{ margin:30px 0; }
.image-text-section.dark-bg .row{ flex-direction: unset; }
.image-text-section.dark-bg .row .image-block{ padding: 30px 0;}
.image-text-section.dark-bg .row .image-col{ padding: 0px;}
.image-text-section .content-block .check-list ul li{padding-left: 0px; padding-top: 42px; display: block; text-align: center; font-size: 13px;}
.image-text-section .content-block .check-list ul li:before{left: 0; top: 0; right: 0; margin: 0 auto;}
.image-text-section { padding-bottom:30px; }
} .why-choose-section{ padding-top: 0px; padding-bottom: 44px; position:relative; }
.why-choose-section .why-choose-wrap{ margin:0 -8px; }
.why-choose-section [class*="col-"]{ margin-bottom: 16px; padding:0 8px; }
.why-choose-section .why-choose-card{ background: transparent linear-gradient(180deg, #F4F5EF 0%, #F9FCE8 100%) 0% 0% no-repeat padding-box; border-radius: 40px; padding:40px; height:100%; }
.why-choose-section .why-choose-card .why-choose-icon{ margin-bottom:37px; }
.why-choose-section .why-choose-card .why-choose-icon img{height:36px; max-width: 36px; }
.why-choose-section .why-choose-card h5{ margin-bottom:10px; }
.why-choose-section .why-choose-card p{ font-size: 15px; letter-spacing: -0.15px; font-weight:400; }
@media (max-width: 1199px) {
.why-choose-section{padding-bottom: 40px;}
}
@media (max-width: 767px) {
.why-choose-section{padding-bottom: 20px;}
.why-choose-section [class*="col-"]{ margin-bottom: 15px; }
.why-choose-section .why-choose-card{ padding:30px; text-align:center; }
.why-choose-section .why-choose-card .why-choose-icon{ margin-bottom:20px; }
}
.dark-bg{ background-color:#203C38; color:#fff; }
.title{ max-width: 768px;} .review-section{ padding-bottom: 44px; }
.review-section .review-wrap{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin:0 -8px; }
.review-section .review-item{ width: calc(33.33% - 0px); padding: 0 8px; margin-bottom: 16px;}
.review-section .review-item a{ text-decoration:none; }
.review-section .review-item .review-card{ background: #203C38; border-radius: 40px; padding: 30px;display: -webkit-box;
display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: start; color: #ffffff;}
.review-section .review-block{ padding-left:20px; }
.review-section .review-block h5{ margin-bottom:5px; }
.review-section .review-block .stars-review{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.review-section .review-block .stars-review .reviews-count{ font-size: 15px; letter-spacing: -0.15px; font-weight:400; opacity: 0.5;}
.review-section .review-block .stars-review .Stars {--percent: calc(var(--rating) / 5 * 100%); display: inline-block; font-size: 24px; font-family: Times; line-height: 1; }
.review-section .review-block .stars-review .Stars::before {content: "★★★★★"; letter-spacing: 0px; background: linear-gradient(90deg, #F4B537 var(--percent), rgb(255 255 255 / 20%) var(--percent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
@media (max-width: 1199px) {
.review-section{ padding-bottom: 60px; }
.review-section .review-item .review-card{padding: 25px;}
.review-section .review-block .stars-review{-webkit-box-pack: start; -ms-flex-pack: start; justify-content: start; -ms-flex-wrap: wrap; flex-wrap: wrap;}
}
@media (max-width: 991px) {
.review-section{ padding-bottom: 50px; }
.review-section .review-item{ width: calc(100% - 0px);}
}
@media (max-width: 767px) {
.review-section{ padding-bottom: 0px; }
} .testimonial-section{ padding-top: 60px; padding-bottom:0px; padding-left:8px; padding-right:8px; }
.testimonial-section .container{ padding:0; }
.testimonial-section .title{ max-width:768px; margin-bottom:60px; }
.testimonial-section .testimonial-card{ width:calc(50% - 0px); padding: 0 8px; will-change: transform;}
.testimonial-section .testimonial-card.cart-top-margin{ margin-top:-4%;}
.testimonial-section .testimonial-content{background: transparent linear-gradient(180deg, #F4F5EF 0%, #F9FCE8 100%) 0% 0% no-repeat padding-box; border-radius: 40px; padding:40px 40px 40px 40px; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-line-pack: justify; align-content: space-between;}
.testimonial-section .testimonial-content .quote-text p{ font-size: 15px; line-height: 22px; font-weight: 300; letter-spacing: -0.15px;}
.testimonial-section .testimonial-content .author-wrap{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top:15px; }
.testimonial-section .testimonial-content .author-wrap .author-avatar{ background-color: #A3BB02; width: 46px; height: 46px; border-radius: 14px; color: #ffffff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.testimonial-section .testimonial-content .author-wrap .author-avatar h6{ margin:0; }
.testimonial-section .testimonial-content .author-wrap .author-name{ color: #203C38; font-size: 10px; line-height: 25px; font-weight: 700;letter-spacing: 1.8px; padding-left: 25px;}
.testimonial-section .testimonial-slider{ margin-left: -8px; margin-right: -8px; margin-bottom: 60px; }
.testimonial-section .btn-block{ text-align: center; }
.testimonial-section .slick-next, .testimonial-section .slick-prev{top: -90px; width: 62px !important; height: 62px !important; background-color:#203C38 !important; border-radius: 24px !important; box-shadow:none !important;}
.testimonial-section button.slick-prev.slick-arrow{ left:inherit; right:72px; }
.testimonial-section button.slick-next.slick-arrow{right: 0px;}
.testimonial-section button.slick-arrow.slick-disabled{background-color: rgb(32 60 56 / 20%) !important;}
.testimonial-section .slick-list {
padding-left: calc((100% - 1160px) / 2) !important;
padding-right: calc((100% - 1160px) / 2) !important;
}
.
@media (max-width: 1199px) {
.testimonial-section{ padding-top: 50px;}
.testimonial-section h2{ margin-bottom: 40px; }
.testimonial-section .testimonial-card{ padding:0 7.5px;}
.testimonial-section .testimonial-content{padding:50px 30px 50px 30px;}
.testimonial-section .testimonial-content .quote-text { font-size: 20px; letter-spacing: -1px;}
.testimonial-section .testimonial-content .quote-text p{ line-height: 30px;}
}
@media (max-width: 991px) {
.testimonial-section{ padding-top: 40px;}
.testimonial-section .testimonial-card{ width:calc(50% - 0px);}
.testimonial-section .testimonial-content{padding:45px 20px 45px 20px;}
.testimonial-section .slick-list { padding-left: 50px !important; padding-right: 50px !important; }
}
@media (max-width: 767px) {
.testimonial-section{ padding-top: 30px; padding-bottom:30px; }
.testimonial-section .title{margin-bottom: 40px; text-align:center; padding: 0 20px;}
.testimonial-section .testimonial-card{ margin-bottom: 35px; transform: none !important; }
.testimonial-section .testimonial-card.cart-top-margin{ margin-top:0px;}
.testimonial-section .testimonial-content{border-radius: 40px; padding:30px 20px 30px 20px; text-align: center;}
.testimonial-section .testimonial-content h5{font-size: 19px; line-height: 24px;}
.testimonial-section .testimonial-content .author-wrap{-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;     margin: 0 auto;}
.testimonial-section .testimonial-content .author-wrap .author-avatar{ width:32px; height:32px; }
.testimonial-section .testimonial-content .author-wrap .author-avatar h6{font-size: 11px;}
.testimonial-section .testimonial-content .author-wrap .author-name{ margin-top: 10px; width: 100%;    padding-left: 0; }
.testimonial-section .testimonial-slider{ margin-bottom: 50px; }
.testimonial-section .slick-list { padding-left: 30px !important; padding-right: 30px !important; }
} .featured-blog-section{ padding-top:60px; padding-bottom:60px; }
.featured-blog-section .title{ margin-bottom:60px; }
.featured-blog-section .title p{ margin-bottom:0px; }
.featured-blog-section .featured-blog-slider{ margin:0 -8px; }
.featured-blog-section .featured-blog-card{ width:calc(33.33% - 0px); padding: 0 8px; margin-bottom: 20px; will-change: transform;}
.featured-blog-section .featured-blog-inner{ background: transparent linear-gradient(180deg, #F4F5EF 0%, #F9FCE8 100%) 0% 0% no-repeat padding-box; border-radius:40px; height: 100%;}
.featured-blog-section .featured-blog-inner .featured-blog-pic{position: relative; }
.featured-blog-section .featured-blog-inner .featured-blog-pic img{ border-radius: 40px 40px 0px 0px; width: 100%; height:202px; object-fit:cover; }
.featured-blog-section .featured-blog-inner .featured-blog-content{ padding:34px 40px 60px 40px; }
.featured-blog-section .featured-blog-inner .featured-blog-content .date{ font-size:11px; letter-spacing: 1.98px;
color: #A3BB02; font-weight: 700; text-transform: uppercase; margin-bottom:10px; }
.featured-blog-section .featured-blog-inner .featured-blog-content h5{ margin-bottom: 11px;}
.featured-blog-section .featured-blog-inner .featured-blog-content h5 a{color: inherit; text-decoration: none;}
.featured-blog-section .featured-blog-inner .featured-blog-content h5 a:hover{color:#A3BB02;}
.featured-blog-section .featured-blog-card:hover .featured-blog-content h5{ color:#A3BB02; }
.featured-blog-section .featured-blog-inner .featured-blog-content p{ font-size:15px; letter-spacing: -0.15px; line-height:22px; margin-bottom:30px; }
.featured-blog-section .featured-blog-inner .featured-blog-content .tag-wrap{position: absolute; bottom: 30px;}
.featured-blog-section .featured-blog-inner .featured-blog-content .tag-wrap .tag{background:rgb(32 60 56 / 10%); border-radius: 10px; padding: 7px 10px; font-size: 10px; font-weight: 700; letter-spacing: -0.1px; color: #203C38; text-transform: uppercase; text-decoration: none; display: inline-block; line-height: normal; margin: 3px 2px;}
.featured-blog-section .featured-blog-inner .featured-blog-content .btn-block{ padding-top:5px; }
.featured-blog-section .testimonial-slider{ margin-bottom: 50px; }
.featured-blog-section .btn-block{ text-align: center; }
.featured-blog-content img.logo-img{display:block; margin:10px 0px; max-width:180px; }
@media (max-width: 1199px) {
.featured-blog-section{ padding-bottom:80px; }
.featured-blog-section .featured-blog-inner .author-date li{ padding-left:14px; }
.featured-blog-section .featured-blog-inner .author-date li:before{ left:0; }
}
@media (max-width: 991px) {
.featured-blog-section{ padding-bottom:70px; }
.featured-blog-section .featured-blog-card{ padding: 0 10px; }
}
@media (max-width: 767px) {
.featured-blog-section{ padding-bottom:60px; }
.featured-blog-section h2{ margin-bottom: 20px; }
.featured-blog-section .title{ text-align:center; margin-bottom:40px; }
.featured-blog-section .featured-blog-card{ padding: 0 10px; margin-bottom: 0; }
.featured-blog-section .featured-blog-slider .slick-dots{bottom: -45px !important;}
.featured-blog-section .btn-block{ margin-top: 70px; }
.image-text-section + .featured-blog-section{ padding-top:0px; }
.featured-blog-section .featured-blog-inner .featured-blog-content{ padding:30px 30px 30px 30px; }
.featured-blog-section .featured-blog-inner .featured-blog-content h5{ font-size:19px; line-height:24px; }
.featured-blog-section .featured-blog-inner .featured-blog-content p{margin-bottom: 20px;}
.featured-blog-section .featured-blog-inner .featured-blog-content .tag-wrap{ position:static; }
.featured-blog-section .btn{ width:100%; }
} .slick-slide:focus {outline: none; }
.slick-dots { margin: 0; padding: 0; text-align: center; bottom: -20px !important; }
.slick-dots li {position: relative; display: inline-block; margin: 0 5px !important; padding: 0; cursor: pointer; width: auto;}
.slick-dots li button {font-size: 0; line-height: 0; display: block; width: 10px; height: 10px; cursor: pointer; color: transparent; border: none; background: #203C38; border-radius: 4px; padding: 0; opacity: 0.1;}
.slick-dots li button:before{ display:none; }
.slick-dots li.slick-active button{ background-color: #203C38; opacity:1; }
.slick-arrow:before{ background-image: url(//www.leadingpropertylawyers.co.uk/wp-content/themes/yellowball-child/images/arrow-left-white.svg); width: 17px; height: 14px; opacity: 1;}
.slick-next:before {transform: rotate(180deg); } .getin-touch-section{ padding-top:100px; }
.getin-touch-section .getin-touch-overview{ margin-bottom:60px; }
.getin-touch-section .row{position:relative; padding-bottom:61px; }
.getin-touch-section .row:after{ content: ""; height: 1px; border-bottom: 1px solid #FFFFFF33; position:absolute; left:12px; right:12px; bottom:0; } input::-webkit-input-placeholder { color: #ffffff; opacity: 0.5 !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
input::-moz-placeholder { color: #ffffff; opacity: 0.5 !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
input:-ms-input-placeholder { color: #ffffff; opacity: 0.5 !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.getin-touch-form{ position:relative; }
.getin-touch-form .gform_heading{ display: none; }
.getin-touch-form label.gfield_label {letter-spacing: -0.15px; font-size: 15px!important; text-transform: inherit; font-weight: 500 !important; line-height: normal; }
.getin-touch-form label.gfield_label .gfield_required{ display:none; }
.ginput_container input[type=email], .ginput_container input[type=number], .ginput_container input[type=tel], .ginput_container input[type=text], .ginput_container select, .ginput_container textarea{border-radius: 10px!important; padding: 18px 20px!important; background: #FFFFFF1A; color: #ffffff;}
body .selectric:not(.gchoice) { padding:21px 20px!important; font-size: 19px!important; line-height: 1.2; border: none; background: #FFFFFF1A; border-radius: 12px;}
.getin-touch-form .selectric .button:before { background:url(//www.leadingpropertylawyers.co.uk/wp-content/themes/yellowball-child/images/select-arrow.svg) no-repeat;     transform: rotate(0); }
.getin-touch-form .selectric .label { color: #fff; font-size: 17px !important;}
.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]), .ginput_container.ginput_container_textarea textarea, select.gfield_select{ font-size:17px !important; }
body .getin-touch-section  .getin-touch-form ::-webkit-input-placeholder { color: #ffffff !important;
opacity: 0.3 !important;
}
body .getin-touch-section  .getin-touch-form ::-moz-placeholder { color: #ffffff !important;
opacity: 0.3 !important;
}
body .getin-touch-section .getin-touch-form :-ms-input-placeholder { color: #ffffff !important;
opacity: 0.3 !important;
}
body .getin-touch-section .getin-touch-form :-moz-placeholder { color: #ffffff !important;
opacity: 0.3 !important;
}
.fkchecker{ width: 40px; height: 40px; border-radius: 12px; background: #FFFFFF1A;}
.fkchecker span{background: url(//www.leadingpropertylawyers.co.uk/wp-content/themes/yellowball-child/images/check-green.svg); background-repeat: no-repeat; background-position: center center; background-size: 15px;}
.form-control:focus, .ginput_container input[type=email]:focus, .ginput_container input[type=number]:focus, .ginput_container input[type=tel]:focus, .ginput_container input[type=text]:focus, .ginput_container select:focus, .ginput_container textarea:focus, .widget_archive select:focus, .widget_categories select:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus{background: #FFFFFF1A; color: #ffffff;}
body .selectric b.button{box-shadow: none; background-color: transparent; border-radius:0;}
.gform_wrapper.gravity-theme .gform_fields{grid-row-gap: 20px;}
.gform_wrapper .gform_validation_errors{ display:none !important; }
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message{background: transparent; border: none; margin-top: 5px; padding: 0 !important;}
.gform_wrapper.gravity-theme .gfield textarea.small{ height:110px; resize:none; }
.getin-touch-section .protected-captcha{font-size: 12px; line-height: 20px; letter-spacing: -0.12px; color: #FFFFFF; opacity: 0.5;position: absolute; left: 240px; bottom: 40px; z-index: 1; max-width: 270px;}
.getin-touch-section .protected-captcha a{ color:#ffffff; }
.getin-touch-section .gform_footer input[type=submit]{width: auto; height: auto; visibility: visible; opacity: 1; display: block !important; padding: 18px 40px !important; background-color: #ffffff !important; border: none !important; font-size: 18px !important; letter-spacing: -0.18px !important; color: #A3BB02 !important; text-transform: capitalize !important; font-weight: 700 !important; border-radius: 24px !important;}
.getin-touch-section .gform_footer input[type=submit]:hover{transform: scale(1) !important; background-color: #A3BB02 !important; color: #ffffff !important;}
.getin-touch-section .check-agree{ font-size:15px; letter-spacing: -0.15px; line-height: 25px;}
.getin-touch-section .check-agree a{ color: #fff; font-weight: 500; text-transform: capitalize;}
.getin-touch-section .check-agree a:hover{ color: #fff; font-weight: 500; text-decoration: none;} .getin-touch-section .contact-details{ background: transparent linear-gradient(180deg, #F4F5EF 0%, #F9FCE8 100%) 0% 0% no-repeat padding-box; border-radius: 40px; padding:40px; width:376px; max-width:100%; float:right; }
.getin-touch-section .contact-details .contact-row{ margin-bottom:30px; color:#203C38;}
.getin-touch-section .contact-details .contact-row:last-child{ margin-bottom:0px;}
.getin-touch-section .contact-details .contact-row:last-child p:last-child{ margin-bottom:0px;}
.getin-touch-section .contact-details .contact-row h5{color:#203C38; margin-bottom:8px; }
.getin-touch-section .contact-details .contact-row a{color:#203C38; text-decoration:none; word-wrap: break-word;}
.getin-touch-section .contact-details .contact-row strong{color:#A3BB02; }
#gform_submit_button_2{position:relative;z-index:1;}
@media (max-width: 991px) {
.getin-touch-section{padding-top: 80px;}
.getin-touch-section .protected-captcha{ bottom:20px; }
}
@media (max-width: 767px) {
.getin-touch-section{padding-top: 60px;}
.getin-touch-section .getin-touch-overview {margin-bottom: 40px; text-align: center; }
.getin-touch-section .protected-captcha{ position:static; }
.getin-touch-section .gfmc-container{ margin-top: 0px !important;}
.getin-touch-section .ginput_container_consent{ margin-bottom:0 !important; }
.getin-touch-section .contact-details{ width: 100%; margin-top:40px; text-align:center; }
.getin-touch-section .row{ padding-bottom:40px; }
.getin-touch-section .gform_footer input[type=submit]{ width:100%; }
.fkchecker {width: 32px; height: 32px;}
} .thefooter .btmstrap-item a{ color:#fff; }
.thefooter{ background-color:#203C38; }
.thefooter .footerinner{ padding:80px 0; position: relative;}
.thefooter .footerinner .footer-site-logo-social{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom:50px;}
.thefooter .footerinner .footer-site-logo-social .footer-site-logo{ width:175px; }
.thefooter .footerinner .footer-site-logo-social .footer-social{ padding-left:31px; }
.thefooter .footerinner .footer-site-logo-social .footer-social ul{ margin:0; padding:0; }
.thefooter .footerinner .footer-site-logo-social .footer-social ul li{ margin:8px; display: inline-block;}
.thefooter .footerinner .footer-site-logo-social .footer-social ul li a{ width: 62px; height: 62px; background-color: rgba(255, 255, 255, 0.1); border-radius: 24px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.thefooter .footerinner .footer-site-logo-social .footer-social ul li a:hover{ background-color:#A3BB02;}
.thefooter .footerinner .disclaimer{ margin-bottom:50px; }
.thefooter .footerinner .disclaimer p{ font-size:15px; letter-spacing: -0.15px; line-height:20px; }
.thefooter .footerinner .footer-partners{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -8px;}
.thefooter .footerinner .footer-partners .single-logo{ background-color: rgba(255, 255, 255, 1); border-radius: 24px; padding:16px 20px; margin:8px; }
.thefooter .footerinner .footer-partners .single-logo img{ width: 100%; max-height:65px; }
.thefooter .footerinner .footer-partners .single-logo-2 { z-index: 1; }
.thefooter .footerinner .footer-partners .single-logo-2 img{   max-height: 100px !important;}
.thefooter .footerinner .footer-partners.mobile{ display:none; }
.thefooter .footerinner .footer-links-wrap{ background-color:rgb(255 255 255 / 10%); border-radius: 40px; padding:40px; width:376px; max-width: 100%; float:right; }
.thefooter .footerinner .footer-links-wrap .footer-links{ margin-bottom:30px; color:#203C38;}
.thefooter .footerinner .footer-links-wrap .footer-links:last-child{ margin-bottom:0px;}
.thefooter .footerinner .footer-links-wrap .footer-links:last-child p:last-child{ margin-bottom:0px;}
.thefooter .footerinner .footer-links-wrap .footer-links h5{color:#A3BB02; margin-bottom:8px; }
.thefooter .footerinner .footer-links-wrap .footer-links ul{ list-style:none; padding:0; margin:0; }
.thefooter .footerinner .footer-links-wrap .footer-links ul li{ line-height:25px; margin-bottom:6px; }
.thefooter .footerinner .footer-links-wrap .footer-links ul li:last-child{ margin-bottom:0px;}
.thefooter .footerinner .footer-links-wrap .footer-links ul li a{color:#ffffff; text-decoration:none; line-height:25px; }
.thefooter .footerinner .footer-links-wrap .footer-links ul li a:hover{color:#A3BB02; }
@media (max-width: 1199px) {
.thefooter .footerinner{ padding-top: 70px; }
.thefooter .footerinner .footer-site-logo-social .footer-social ul li a{ width:52px; height:52px; }
.thefooter .footerinner .footer-partners .single-logo img{ max-height:55px; }
}
@media (max-width: 991px) {
.thefooter .footerinner{ padding-top: 60px; }
.thefooter .footerinner .footer-site-logo-social .footer-social ul li a{ width:42px; height:42px; }
}
@media (max-width: 767px) {
.thefooter .footerinner{ padding-top: 40px; padding-bottom:40px; }
.thefooter .footerinner .footer-links-wrap{ width:100%; margin-top:10px; margin-bottom:8px; }
.thefooter .footerinner .footer-site-logo-social .footer-site-logo{ width:116px; }
.thefooter .footerinner .footer-site-logo-social{ margin-bottom:30px; }
.thefooter .footerinner .footer-site-logo-social .footer-social{ padding-left:15px; }
.thefooter .footerinner .footer-site-logo-social .footer-social ul li a{ width:42px; height:42px; border-radius:14px; }
.thefooter .footerinner .footer-site-logo-social .footer-social ul li a img{ width:16px; }
.thefooter .footerinner .disclaimer{ margin-bottom:40px; }
.thefooter .footerinner .disclaimer p{ font-size:12px; letter-spacing: -0.12px; line-height:17px; }
.thefooter .footerinner .footer-site-logo-social .footer-social ul li { margin:5px; }
.thefooter .footerinner .footer-partners.desktop{ display:none; }
.thefooter .footerinner .footer-partners.mobile{ display:flex; }
.thefooter .footerinner .footer-partners .single-logo { padding:16px 14px; }
.thefooter .footerinner .footer-partners .single-logo img{ max-height:45px; }
} .thefooter .fotoer-link{ margin-bottom:30px; }
ul.fotoer-mainmenu { margin:0; padding:0; list-style:none; display:flex; flex-wrap: wrap; justify-content: space-between; }
ul.fotoer-mainmenu > li { position:relative; margin-bottom:40px; }
ul.fotoer-mainmenu li.parent > a{pointer-events: none;}
ul.fotoer-mainmenu > li > a:link, 
ul.fotoer-mainmenu > li > a:visited { display:inline-block; text-align:center; font-size:18px; font-weight:normal; color:#00A2A9; line-height:32px; letter-spacing: -0.36px; text-decoration:none; margin-bottom: 10px;} .thefooter .btmstrap{ padding-top: 0; color:#ffffff;}
.thefooter .btmstrap .btmstrap-inner{padding-top: 15px; padding-bottom: 23px; border-top: 1px solid #FFFFFF33;}
.thefooter .btmstrap .btmstrap-inner .btmstrap-item{ display: flex; align-items: center; justify-content: center;}
.thefooter .btmstrap .btmstrap-inner .btmstrap-item p{color:#fff; font-size:12px; line-height:25px; opacity:0.5; }
@media (max-width: 767px) {
.thefooter .btmstrap .btmstrap-inner{padding-top: 15px; padding-bottom: 15px; flex-direction: row;}
.thefooter .btmstrap .btmstrap-inner .btmstrap-item{padding-left: 20px; padding-right: 20px;}
} .hero-headerbit:after{ background-image:none !important; }
.connoimg:before{ display:none !important; }
.blockicobit .ico-box{border-radius: 30px !important;}
.blockicobit .ico-box .icobod .btn-transparent-arrows{ justify-content: center;} .accordion-section{ padding-bottom:120px; }
.accordion-section h2{ text-align: center; margin-bottom: 50px; }
.accordion-section .accordion-card{ width:calc(100% - 0px); padding: 0 12.5px; margin-bottom: 25px; will-change: transform;}
.accordion-section .accordion-content{background: #F7F8F8; border-radius: 60px; padding:50px 40px 60px 40px; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-line-pack: justify; align-content: space-between; position: relative; overflow: hidden;}
.accordion-section .accordion-content .quote-icon{ margin-bottom:20px; }
.accordion-section .accordion-content .quote-icon img{ width:24px;}
.accordion-section .accordion-content .quote-text { font-size: 22px; line-height: 36px; color: #153F5F; font-weight: 300; letter-spacing: -1.1px;z-index:999;}
.accordion-section .accordion-content .quote-text .expand-content{ display:none; font-size:18px; font-weight: 400; letter-spacing:normal; }
.accordion-section .accordion-content.accordion-open{ background-color:#ceeff0; }
.accordion-section .accordion-content .author-read-more-wrap{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; padding-top:15px;z-index:999;}
.accordion-section .accordion-content .author-wrap{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.accordion-section .accordion-content .author-wrap .author-avatar{ padding-right: 20px; }
.accordion-section .accordion-content .author-wrap .author-avatar img{ width: 58px; height: 58px; object-fit: cover; border-radius: 50% !important;}    
.accordion-section .accordion-content .author-wrap .author-name{ color: #00A2A9; font-size: 18px; line-height: 32px; font-weight: 500;letter-spacing: -0.36px;}
.accordion-section .accordion-content .read-more-text{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; font-size: 18px; font-weight: normal; color: #00A2A9; line-height: 32px; letter-spacing: -0.36px; text-decoration: none; padding-right: 20px; position: relative; cursor: pointer;}
.accordion-section .accordion-content .read-more-text:before{ content:""; width: 13px; height: 1px; background-color: #00A2A9; display: block; position: absolute; right: 0; top: 15px;}
.accordion-section .accordion-content .read-more-text:after{ content:""; width: 1px; height: 13px; background-color: #00A2A9; position: absolute; right: 6px; top: 9px;}
.accordion-section .accordion-content.accordion-open .read-more-text:after{display:none; }
.accordion-section .accordion-content.accordion-open:after{ content:""; width:50%; height:100%; position: absolute; right: 0px; top: 0; background: transparent linear-gradient(180deg, #E4FCFF 0%, #CFF0F1 100%) 0% 0% no-repeat padding-box; border-radius: 400px 60px 60px 400px; opacity: 0.7; z-index:0; }
.gfmc-field { display:contents !important;}
.icobod { max-width:100% !important;}
.mapcon-headerbit:before { background : none !important;}
@media (max-width: 1199px) {
.accordion-section{ padding-bottom:100px; }
.accordion-section h2{ margin-bottom: 40px; }
.accordion-section .accordion-card{ padding:0 7.5px;}
.accordion-section .accordion-content{padding:50px 30px 50px 30px;}
.accordion-section .accordion-content .quote-text { font-size: 20px; letter-spacing: -1px;}
.accordion-section .accordion-content .quote-text p{ line-height: 30px;}
}
@media (max-width: 991px) {
.accordion-section{ padding-bottom:80px; }
.accordion-section .accordion-content{padding:45px 20px 45px 20px;}
}
@media (max-width: 767px) {
.accordion-section{ padding-bottom:80px; }
.accordion-section .accordion-card{ margin-bottom: 35px; transform: none !important; }
.accordion-section .accordion-content{border-radius: 40px;}
.accordion-section .accordion-content.accordion-open:after{ border-radius: 400px 40px 40px 400px;}
.accordion-section .accordion-content .author-read-more-wrap{-webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; padding-top: 0;}
.accordion-section .accordion-content .author-wrap{ width:100%; }
.accordion-section .accordion-content .author-wrap .author-name{ margin-top: 5px; }
.accordion-section .accordion-content .read-more-text{margin-bottom: 15px; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end; width: 100%;}
.lets-get-moving-section .price-card-wrap .price-card-inner .price-icon img { display: inline-block; }
.lets-get-moving-section .slick-dots{bottom: -35px !important;}
.lets-get-moving-section .slick-slider .slick-list{padding: 0px 40px 0px 0px !important;}
}
@media (max-height: 1080px) {
.testimonial-section .testimonial-card.cart-top-margin{ margin-top:-5%;}
}
.pattern.review-section .review-wrap {
width: 100%;
}
.pattern.review-section .review-item {
width: 100%;
padding: 0;
}
.pattern.review-section :where(.wp-block-columns.is-layout-flex) {
gap: 0.9em;
}
@media (max-width: 991px) {
.pattern.review-section .wp-block-columns {
flex-wrap: wrap !important;
}
.pattern.review-section .wp-block-columns .wp-block-column {
flex-basis: 100% !important;
}
}.gform_fields.top_label.form_sublabel_below.description_below{clear:both}li[class*=column-count-]{vertical-align:top;box-sizing:border-box;display:inline-block}li.gfmc-column{display:inline-block;vertical-align:text-top}li.gfmc-column .gform_wrapper,li.gfmc-column100{width:100%}li.gfmc-column50{width:50%}li[class*=col-1-of-3],li[class*=col-3-of-3]{width:33%}li[class*=col-2-of-3]{width:34%}li.gfmc-column25{width:25%}li.gfmc-column20{width:20%}li[class*=col-1-of-6],li[class*=col-3-of-6],li[class*=col-4-of-6],li[class*=col-6-of-6]{width:16.5%}li[class*=col-2-of-6],li[class*=col-5-of-6]{width:17%}li[class*=col-1-of-7],li[class*=col-2-of-7],li[class*=col-3-of-7],li[class*=col-5-of-7],li[class*=col-6-of-7],li[class*=col-7-of-7]{width:14.3%}li[class*=col-4-of-7]{width:14.2%}li.gfmc-column12{width:12.5%}li[class*=col-1-of-9],li[class*=col-2-of-9],li[class*=col-3-of-9],li[class*=col-4-of-9],li[class*=col-6-of-9],li[class*=col-7-of-9],li[class*=col-8-of-9],li[class*=col-9-of-9]{width:11.1%}li[class*=col-5-of-9]{width:11.2%}li.gfmc-column10{width:10%}@media screen and (max-width:600px){li.gfmc-column{width:100%!important}}li.gfmc-column ul,li[class*=column-count-1]>div>ul{padding-left:0;margin-left:0}.gfmc-container{grid-column:1/-1;display:flex}.gfmc-field{display:flex;flex-basis:100%;flex-direction:column;justify-content:space-around}.gfmc-field div:not(.gchoice){padding-bottom:.5em}@media screen and (min-width:641px){.gfmc-container{align-items:flex-start;flex-direction:row;justify-content:space-between;column-gap:.5em}.gform_wrapper.gravity-theme legend.gfield_label{padding-top:.35em}}@media screen and (max-width:640px){.gfmc-container{align-items:stretch;flex-direction:column;justify-content:space-around}.gfield.gfmc-column.gfmc-field:last-child div{padding-bottom:0}.gfmc-field{max-width:unset!important}}.gform_wrapper.gravity-theme fieldset,.gform_wrapper.gravity-theme legend{background:0 0;padding:0}.gform_wrapper.gravity-theme fieldset{border:none;display:block;margin:0}.gform_wrapper.gravity-theme legend{margin-left:0;margin-right:0}@font-face{font-family:gform-icons-theme;src:url(//www.leadingpropertylawyers.co.uk/wp-content/plugins/gravityforms/fonts/gform-icons-theme.woff2?o6rzdt) format('woff2'),url(//www.leadingpropertylawyers.co.uk/wp-content/plugins/gravityforms/fonts/gform-icons-theme.ttf?o6rzdt) format('truetype'),url(//www.leadingpropertylawyers.co.uk/wp-content/plugins/gravityforms/fonts/gform-icons-theme.woff?o6rzdt) format('woff'),url(//www.leadingpropertylawyers.co.uk/wp-content/plugins/gravityforms/fonts/gform-icons-theme.svg?o6rzdt#gform-icons-theme) format('svg');font-weight:400;font-style:normal;font-display:block}.gform-icon{font-family:gform-icons-theme!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gform-icon--photograph:before{content:"\e91e"}.gform-icon--star-border:before{content:"\e915"}.gform-icon--star:before{content:"\e914"}.gform-icon--left-arrow:before{content:"\e910"}.gform-icon--right-arrow:before{content:"\e91b"}.gform-icon--circle-error:before{content:"\e91a"}.gform-icon--close-small:before{content:"\e905"}.gform-icon--info:before{content:"\e900"}.gform-icon--verified:before{content:"\e901"}.gform-icon--circle-close:before{content:"\e903"}.gform-icon--close-big:before{content:"\e904"}.gform-icon--down-arrow:before{content:"\e906"}.gform-icon--format-bold:before{content:"\e907"}.gform-icon--format-italic:before{content:"\e908"}.gform-icon--format-list-bulleted:before{content:"\e909"}.gform-icon--format-list-numbered:before{content:"\e90a"}.gform-icon--insert-link:before{content:"\e90b"}.gform-icon--line:before{content:"\e90c"}.gform-icon--password-eye:before{content:"\e90d"}.gform-icon--password-eye-closed:before{content:"\e90e"}.gform-icon--redo:before{content:"\e90f"}.gform-icon--schedule:before{content:"\e911"}.gform-icon--clock:before{content:"\e912"}.gform-icon--search:before{content:"\e913"}.gform-icon--star-half:before{content:"\e916"}.gform-icon--check:before{content:"\e917"}.gform-icon--undo:before{content:"\e918"}.gform-icon--unfold-more:before{content:"\e919"}.gform-icon--create:before{content:"\e91c"}.gform-icon--cog:before{content:"\e91d"}.gform-icon--circle-check:before{content:"\e902"}.gform_wrapper.gravity-theme .gform-ul-reset{list-style-type:none;margin:0;padding:0}.gform_wrapper.gravity-theme .gform-text-input-reset,.gform_wrapper.gravity-theme input.gform-text-input-reset,body[class*=avada] .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).gform-text-input-reset{background-color:transparent;border:none;border-color:transparent;border-radius:0;font-family:inherit;font-size:inherit;outline:0;padding:inherit}.gform_wrapper.gravity-theme .gform_drop_area{background:rgba(0,0,0,.02);border:1px dashed #ccc;border-radius:4px;margin-bottom:8px;padding:32px;text-align:center}.gform_wrapper.gravity-theme .gform_drop_instructions{display:block;margin-bottom:8px}.gform_wrapper.gravity-theme .gform_delete,.gform_wrapper.gravity-theme .gform_delete_file{cursor:pointer;vertical-align:middle}.gform_wrapper.gravity-theme .gform_delete_file{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:0 0;border:none}.gform_wrapper.gravity-theme .gfield_fileupload_filesize{padding:0 6px}.gform_wrapper.gravity-theme .gfield_validation_message ul{margin:16px 0;padding-left:24px}.gform_wrapper.gravity-theme .gfield_validation_message ul:empty{display:none}.gform_wrapper.gravity-theme .ginput_preview{margin:16px 0}.gform_wrapper.gravity-theme .gform_fileupload_rules{display:block;margin-top:8px}.gform_wrapper.gravity-theme .ginput_container_password>span{position:relative}.gform_wrapper.gravity-theme .gform_show_password:focus{outline:0}.gform_wrapper.gravity-theme .gform_show_password{background-color:inherit;border:none;cursor:pointer;height:100%;padding:0;position:absolute;right:20px;top:0}.gform_wrapper.gravity-theme .password_input_container{display:block;position:relative}.gform_wrapper.gravity-theme .gfield_password_strength{background-color:#eee;border:1px solid #ddd;border-bottom:3px solid #ddd;margin-top:8px;padding:8px;text-align:center}.gform_wrapper.gravity-theme .gfield_password_strength.mismatch,.gform_wrapper.gravity-theme .gfield_password_strength.short{background-color:#ffa0a0;border-bottom:3px solid #f04040;border-color:#f04040}.gform_wrapper.gravity-theme .gfield_password_strength.bad{background-color:#ffb78c;border-bottom:3px solid #ff853c;border-color:#ff853c}.gform_wrapper.gravity-theme .gfield_password_strength.good{background-color:#ffec8b;border-bottom:3px solid #fc0;border-color:#fc0}.gform_wrapper.gravity-theme .gfield_password_strength.strong{background-color:#c3ff88;border-bottom:3px solid #8dff1c;border-color:#8dff1c}.gform_wrapper.gravity-theme .field_sublabel_above .gfield_password_strength{margin-top:16px}.gravity-theme.ui-datepicker{background-color:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 5px rgba(0,0,0,.1);display:none;margin:2.4px;padding:8px}.gravity-theme.ui-datepicker[style]{z-index:9999!important}.gravity-theme.ui-datepicker .ui-datepicker-header{border-bottom:1px solid rgba(0,0,0,.1);margin:0 -8px 8px;padding:0 8px 8px;position:relative}.gravity-theme.ui-datepicker .ui-datepicker-next,.gravity-theme.ui-datepicker .ui-datepicker-prev{cursor:pointer;position:absolute}.gravity-theme.ui-datepicker .ui-datepicker-next::before,.gravity-theme.ui-datepicker .ui-datepicker-prev::before{border-style:solid;border-width:.18em .18em 0 0;content:"";display:inline-block;height:.55em;left:.15em;position:relative;top:.3em;transform:rotate(-135deg);vertical-align:top;width:.55em}.gravity-theme.ui-datepicker .ui-datepicker-next .ui-icon,.gravity-theme.ui-datepicker .ui-datepicker-prev .ui-icon{display:none}.gravity-theme.ui-datepicker .ui-datepicker-prev{left:16px}.gravity-theme.ui-datepicker .ui-datepicker-next{right:16px}.gravity-theme.ui-datepicker .ui-datepicker-next::before{left:0;transform:rotate(45deg)}.gravity-theme.ui-datepicker .ui-datepicker-title{text-align:center}.gravity-theme.ui-datepicker .ui-datepicker-title select{margin:0 4px}.gravity-theme.ui-datepicker .ui-datepicker table{border-spacing:0;margin:0}.gravity-theme.ui-datepicker .ui-datepicker thead{font-size:.85em}.gravity-theme.ui-datepicker .ui-datepicker td{padding:0;width:35.2px}.gravity-theme.ui-datepicker a.ui-state-default{border-radius:50%;color:#222;display:block;line-height:35.2px;text-align:center;text-decoration:none;width:100%}.gravity-theme.ui-datepicker a.ui-state-default:hover{background-color:rgba(0,0,0,.1)}.gravity-theme.ui-datepicker a.ui-state-active,.gravity-theme.ui-datepicker a.ui-state-active:hover{background-color:#3498db;color:#fff}.gform_wrapper.gravity-theme ::-ms-reveal{display:none}.gform_wrapper.gravity-theme .gform_validation_container,body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gform_validation_container,body .gform_wrapper.gravity-theme .gform_fields .gfield.gform_validation_container,body .gform_wrapper.gravity-theme .gform_validation_container{display:none!important;left:-9000px;position:absolute!important}.gform_wrapper.gravity-theme .chosen-container{display:inline-block;font-size:16px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.gform_wrapper.gravity-theme .chosen-container *{box-sizing:border-box}.gform_wrapper.gravity-theme .chosen-container .chosen-drop{background:#fff;border:1px solid #aaa;border-top:0;box-shadow:0 4px 5px rgba(0,0,0,.15);display:none;position:absolute;top:100%;width:100%;z-index:1010}.gform_wrapper.gravity-theme .chosen-container.chosen-with-drop .chosen-drop{display:block}.gform_wrapper.gravity-theme .chosen-container a{cursor:pointer}.gform_wrapper.gravity-theme .chosen-container .chosen-single .group-name,.gform_wrapper.gravity-theme .chosen-container .search-choice .group-name{color:#999;font-weight:400;margin-right:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gform_wrapper.gravity-theme .chosen-container .chosen-single .group-name::after,.gform_wrapper.gravity-theme .chosen-container .search-choice .group-name::after{content:":";padding-left:2px;vertical-align:top}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single{background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;background-color:#fff;border:1px solid #aaa;border-radius:5px;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;display:block;height:40px;line-height:24px;overflow:hidden;padding:0 0 0 8px;position:relative;text-decoration:none;white-space:nowrap}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single input[type=text]{cursor:pointer;opacity:0;position:absolute;width:0}.gform_wrapper.gravity-theme .chosen-container-single .chosen-default{color:#999}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single span{display:block;line-height:38.4px;margin-right:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single-with-deselect span{margin-right:36px}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr{background:url(//www.leadingpropertylawyers.co.uk/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) -42px 1px no-repeat;display:block;font-size:1px;height:12px;position:absolute;right:26px;top:6px;width:12px}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.gform_wrapper.gravity-theme .chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div{display:block;height:100%;position:absolute;right:0;top:0;width:18px}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b{background:url(//www.leadingpropertylawyers.co.uk/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat 0 10px;display:block;height:100%;width:100%}.gform_wrapper.gravity-theme .chosen-container-single .chosen-search{margin:0;padding:3px 4px;position:relative;white-space:nowrap;z-index:1010}.gform_wrapper.gravity-theme .chosen-container-single .chosen-search input[type=text]{background:url(//www.leadingpropertylawyers.co.uk/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat 100% -20px;border:1px solid #aaa;border-radius:0;font-family:sans-serif;font-size:1em;height:auto;line-height:normal;margin:1px 0;outline:0;padding:4px 20px 4px 5px;width:100%}.gform_wrapper.gravity-theme .chosen-container-single .chosen-drop{background-clip:padding-box;border-radius:0 0 4px 4px;margin-top:-1px}.gform_wrapper.gravity-theme .chosen-container-single.chosen-container-single-nosearch .chosen-search{opacity:0;pointer-events:none;position:absolute}.gform_wrapper.gravity-theme .chosen-container .chosen-results{color:#444;margin:0 4px 4px 0;max-height:240px;-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto;padding:0 0 0 4px;position:relative}.gform_wrapper.gravity-theme .chosen-container .chosen-results li{display:none;line-height:15px;list-style:none;margin:0;padding:5px 6px;-webkit-touch-callout:none;word-wrap:break-word}.gform_wrapper.gravity-theme .chosen-container .chosen-results li.active-result{cursor:pointer;display:list-item}.gform_wrapper.gravity-theme .chosen-container .chosen-results li.disabled-result{color:#ccc;cursor:default;display:list-item}.gform_wrapper.gravity-theme .chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.gform_wrapper.gravity-theme .chosen-container .chosen-results li.no-results{background:#f4f4f4;color:#777;display:list-item}.gform_wrapper.gravity-theme .chosen-container .chosen-results li.group-result{cursor:default;display:list-item;font-weight:700}.gform_wrapper.gravity-theme .chosen-container .chosen-results li.group-option{padding-left:15px}.gform_wrapper.gravity-theme .chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices{background-color:#fff;border:1px solid #aaa;cursor:text;height:auto;margin:0;overflow:hidden;padding:8px;position:relative;width:100%}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li{float:left;list-style:none}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field input[type=text]{background:0 0!important;border:0!important;border-radius:0;box-shadow:none;color:#999;font-family:sans-serif;font-size:100%;height:25px;line-height:normal;margin:1px 0;outline:0;padding:0;width:25px}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice{background-clip:padding-box;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-repeat:repeat-x;background-size:100% 19px;border:1px solid #aaa;border-radius:3px;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;cursor:default;line-height:13px;margin:3px 5px 3px 0;max-width:100%;padding:3px 20px 3px 5px;position:relative}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:url(//www.leadingpropertylawyers.co.uk/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) -42px 1px no-repeat;display:block;font-size:1px;height:12px;position:absolute;right:3px;top:4px;width:12px}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice-disabled{background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);border:1px solid #ccc;color:#666;padding-right:5px}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-results{margin:0;padding:0}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-drop .result-selected{color:#ccc;cursor:default;display:list-item}.gform_wrapper.gravity-theme .chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single{background-image:linear-gradient(#eee 20%,#fff 80%);border:1px solid #aaa;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 1px 0 #fff inset}.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single div{background:0 0;border-left:none}.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 10px}.gform_wrapper.gravity-theme .chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.gform_wrapper.gravity-theme .chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.gform_wrapper.gravity-theme .chosen-disabled{cursor:default;opacity:.5!important}.gform_wrapper.gravity-theme .chosen-disabled .chosen-single{cursor:default}.gform_wrapper.gravity-theme .chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.gform_wrapper.gravity-theme .chosen-rtl{text-align:right}.gform_wrapper.gravity-theme .chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.gform_wrapper.gravity-theme .chosen-rtl .chosen-single span{direction:rtl;margin-left:26px;margin-right:0}.gform_wrapper.gravity-theme .chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.gform_wrapper.gravity-theme .chosen-rtl .chosen-single div{left:3px;right:auto}.gform_wrapper.gravity-theme .chosen-rtl .chosen-single abbr{left:26px;right:auto}.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li{float:right}.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li.search-choice .search-choice-close{left:4px;right:auto}.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.gform_wrapper.gravity-theme .chosen-rtl .chosen-results li.group-option{padding-left:0;padding-right:15px}.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.gform_wrapper.gravity-theme .chosen-rtl .chosen-search input[type=text]{background:url(//www.leadingpropertylawyers.co.uk/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat -30px -20px;direction:rtl;padding:4px 5px 4px 20px}.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.gform_wrapper.gravity-theme .chosen-container .chosen-results-scroll-down span,.gform_wrapper.gravity-theme .chosen-container .chosen-results-scroll-up span,.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices .search-choice .search-choice-close,.gform_wrapper.gravity-theme .chosen-container-single .chosen-search input[type=text],.gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr,.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b,.gform_wrapper.gravity-theme .chosen-rtl .chosen-search input[type=text]{background-image:url(//www.leadingpropertylawyers.co.uk/wp-content/plugins/gravityforms/legacy/css/chosen-sprite@2x.png)!important;background-repeat:no-repeat!important;background-size:52px 37px!important}}body .gform_wrapper.gravity-theme .chosen-container a.chosen-single{border-radius:inherit}body .gform_wrapper.gravity-theme ul.chosen-results li{line-height:inherit}@media only screen and (max-width:641px){.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){line-height:2;min-height:32px}.gform_wrapper.gravity-theme textarea{line-height:1.5}.gform_wrapper.gravity-theme .chosen-container.chosen-container-single[style]{width:100%!important}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single{height:40px;line-height:2.8}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b{position:relative;top:10px}.gform_wrapper.gravity-theme div.chosen-container.chosen-container-multi[style]{width:100%!important}.gform_wrapper.gravity-theme .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,.gform_wrapper.gravity-theme .chosen-container.chosen-container-multi ul.chosen-choices li.search-field{float:none;line-height:inherit;width:100%}.gform_wrapper.gravity-theme .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span{margin-bottom:0}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{top:calc(50% - 6px)}.gform_wrapper.gravity-theme .chosen-container span:not(.ginput_price){display:block;margin-bottom:8px}.gform_wrapper.gravity-theme li.field_sublabel_below .ginput_complex{margin-top:12px!important}.gform_wrapper.gravity-theme ul.gfield_checkbox li label,.gform_wrapper.gravity-theme ul.gfield_radio li label{cursor:pointer;width:85%}}@media only screen and (min-width:641px){body .gform_wrapper.gravity-theme select.medium.gfield_select+div.chosen-container-multi[style],body .gform_wrapper.gravity-theme select.medium.gfield_select+div.chosen-container-single[style]{width:calc(50% - 8px)!important}body .gform_wrapper.gravity-theme select.large.gfield_select+div.chosen-container-multi[style],body .gform_wrapper.gravity-theme select.large.gfield_select+div.chosen-container-single[style]{width:100%!important}body .gform_wrapper.gravity-theme select.small.gfield_select+div.chosen-container-multi[style],body .gform_wrapper.gravity-theme select.small.gfield_select+div.chosen-container-single[style]{width:25%!important}}.gform_wrapper.gravity-theme .gf_hide_ampm .gfield_time_ampm{display:none!important}.gform_wrapper.gravity-theme .gf_invisible,.gform_wrapper.gravity-theme .gfield_visibility_hidden{left:-9999px;position:absolute;visibility:hidden}.gform_wrapper.gravity-theme .gf_hide_charleft div.charleft{display:none!important}.gform_wrapper.gravity-theme .gf_hidden,.gform_wrapper.gravity-theme .gform_hidden{display:none}.gform_wrapper.gravity-theme .hidden_label .gfield_label,.gform_wrapper.gravity-theme .hidden_sub_label,.gform_wrapper.gravity-theme .screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.gform_wrapper.gravity-theme button.screen-reader-text:focus{border:0;clip:auto;clip-path:none;height:auto;margin:0;position:static!important;width:auto}@media only screen and (min-width:641px){.gform_wrapper.gravity-theme .gfield.gf_list_2col .gfield_checkbox,.gform_wrapper.gravity-theme .gfield.gf_list_2col .gfield_radio{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(auto-fill,auto);grid-column-gap:2rem}.gform_wrapper.gravity-theme .gfield.gf_list_3col .gfield_checkbox,.gform_wrapper.gravity-theme .gfield.gf_list_3col .gfield_radio{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(auto-fill,auto);grid-column-gap:2rem}.gform_wrapper.gravity-theme .gfield.gf_list_4col .gfield_checkbox,.gform_wrapper.gravity-theme .gfield.gf_list_4col .gfield_radio{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(auto-fill,auto);grid-column-gap:2rem}.gform_wrapper.gravity-theme .gfield.gf_list_5col .gfield_checkbox,.gform_wrapper.gravity-theme .gfield.gf_list_5col .gfield_radio{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(auto-fill,auto);grid-column-gap:2rem}.gform_wrapper.gravity-theme .gf_list_2col_vertical .gfield_checkbox,.gform_wrapper.gravity-theme .gf_list_2col_vertical .gfield_radio{-moz-column-count:2;column-count:2;grid-column-gap:2rem;display:block}.gform_wrapper.gravity-theme .gf_list_3col_vertical .gfield_checkbox,.gform_wrapper.gravity-theme .gf_list_3col_vertical .gfield_radio{-moz-column-count:3;column-count:3;grid-column-gap:2rem;display:block}.gform_wrapper.gravity-theme .gf_list_4col_vertical .gfield_checkbox,.gform_wrapper.gravity-theme .gf_list_4col_vertical .gfield_radio{-moz-column-count:4;column-count:4;grid-column-gap:2rem;display:block}.gform_wrapper.gravity-theme .gf_list_5col_vertical .gfield_checkbox,.gform_wrapper.gravity-theme .gf_list_5col_vertical .gfield_radio{-moz-column-count:5;column-count:5;grid-column-gap:2rem;display:block}.gform_wrapper.gravity-theme .gfield.gf_list_height_25 .gfield_checkbox .gchoice,.gform_wrapper.gravity-theme .gfield.gf_list_height_25 .gfield_radio .gchoice{height:25px}.gform_wrapper.gravity-theme .gfield.gf_list_height_50 .gfield_checkbox .gchoice,.gform_wrapper.gravity-theme .gfield.gf_list_height_50 .gfield_radio .gchoice{height:50px}.gform_wrapper.gravity-theme .gfield.gf_list_height_75 .gfield_checkbox .gchoice,.gform_wrapper.gravity-theme .gfield.gf_list_height_75 .gfield_radio .gchoice{height:75px}.gform_wrapper.gravity-theme .gfield.gf_list_height_100 .gfield_checkbox .gchoice,.gform_wrapper.gravity-theme .gfield.gf_list_height_100 .gfield_radio .gchoice{height:100px}.gform_wrapper.gravity-theme .gfield.gf_list_height_125 .gfield_checkbox .gchoice,.gform_wrapper.gravity-theme .gfield.gf_list_height_125 .gfield_radio .gchoice{height:125px}.gform_wrapper.gravity-theme .gfield.gf_list_height_150 .gfield_checkbox .gchoice,.gform_wrapper.gravity-theme .gfield.gf_list_height_150 .gfield_radio .gchoice{height:150px}}.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_checkbox,.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio,.gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_checkbox,.gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_radio{display:block}.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_checkbox .gchoice,.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice,.gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_checkbox .gchoice,.gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_radio .gchoice{display:inline-block;padding-inline-end:16px;vertical-align:top}.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_checkbox .gchoice label,.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice label,.gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_checkbox .gchoice label,.gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_radio .gchoice label{max-width:none}.gform_wrapper.gravity-theme .gf_hide_ampm .gfield_time_ampm{display:none!important}.gform_wrapper.gravity-theme .gsection.gf_scroll_text{background-color:#fff;border:1px solid #ccc;height:240px;overflow-x:hidden;overflow-y:scroll;padding:32px}.gform_wrapper.gravity-theme .gsection.gf_scroll_text .gsection_title{margin-top:0}.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_blue,.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_gray,.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_green,.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_red,.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_yellow{border-radius:3px;margin:20px 0!important;padding:20px!important}.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_green{background-color:#cbeca0;border:1px solid #97b48a;color:#030;text-shadow:#dfb 1px 1px}.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_red{background-color:#faf2f5;border:1px solid #cfadb3;color:#832525;text-shadow:#fff 1px 1px}.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_yellow{background-color:#fffbcc;border:1px solid #e6db55;color:#222;text-shadow:#fcfaea 1px 1px}.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_gray{background-color:#eee;border:1px solid #ccc;color:#424242;text-shadow:#fff 1px 1px}.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_blue{background-color:#d1e4f3;border:1px solid #a7c2e7;color:#314475;text-shadow:#e0f1ff 1px 1px}.gform_wrapper.gravity-theme .gf_simple_horizontal{margin:0 auto;width:calc(100% - 16px)}.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body,.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label{display:table-cell;margin:0;padding:0;position:relative;vertical-align:middle}.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body{max-width:75%;width:auto}.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label{display:table;width:100%}.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield{display:table-cell;height:auto;padding-right:1em}.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .large,.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .medium,.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .small{width:100%}.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_checkbox .gchoice,.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_radio .gchoice{display:inline-block;margin-right:.5em}.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label.form_sublabel_above .gfield,.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label.form_sublabel_below .gfield{vertical-align:middle}.gform_wrapper.gravity-theme .gf_simple_horizontal .gfield,.gform_wrapper.gravity-theme .gf_simple_horizontal .ginput_container{margin-top:0!important}.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label{margin:0;max-width:25%;padding:0;text-align:left;width:auto}.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label input[type=button],.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label input[type=image],.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label input[type=submit]{height:auto}.gform_wrapper.gravity-theme .gf_simple_horizontal .gfield_description:not(.validation_message),.gform_wrapper.gravity-theme .gf_simple_horizontal .gfield_label,.gform_wrapper.gravity-theme .gf_simple_horizontal .ginput_complex label{display:block;height:1px;left:-9000px;overflow:hidden;position:absolute;top:0;width:1px}.gform_wrapper.gravity-theme body:not(.rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label{text-align:left}.gform_confirmation_wrapper.gf_confirmation_simple_yellow{background-color:#fffbcc;border-bottom:1px solid #e6db55;border-top:1px solid #e6db55;color:#424242;font-size:25px;margin:30px 0;max-width:99%;padding:32px}.gform_confirmation_wrapper.gf_confirmation_simple_gray{background-color:#eaeaea;border-bottom:1px solid #ccc;border-top:1px solid #ccc;color:#424242;font-size:25px;margin:30px 0;max-width:99%;padding:32px}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient{background-color:#fffbd2;border:1px solid #e6db55;box-shadow:0 0 5px rgba(221,215,131,.75);margin:30px 0;position:relative}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient .gform_confirmation_message{background:#fffce5;background:linear-gradient(to bottom,#fffce5 0,#fff9bf 100%);background-color:#fffbcc;border-bottom:1px solid #e6db55;border-top:2px solid #fff;color:#424242;font-size:28px;margin:0;max-width:99%;padding:40px}.gform_confirmation_wrapper.gf_confirmation_green_gradient{background-color:#f1fcdf;border:1px solid #a7c37c;box-shadow:0 0 5px rgba(86,122,86,.4);margin:30px 0;position:relative}.gform_confirmation_wrapper.gf_confirmation_green_gradient .gform_confirmation_message{background:#dbf2b7;background:linear-gradient(to bottom,#dbf2b7 0,#b4d088 100%);background-color:#fffbcc;border-bottom:1px solid #a7c37c;border-top:2px solid #effade;color:#030;font-size:28px;margin:0;max-width:99%;padding:40px;text-shadow:#dfb 1px 1px}.gform_confirmation_wrapper.gf_confirmation_green_gradient::after,.gform_confirmation_wrapper.gf_confirmation_green_gradient::before,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::before{background:rgba(0,0,0,.2);bottom:15px;box-shadow:0 15px 10px rgba(0,0,0,.2);content:"";left:10px;max-width:40%;position:absolute;top:80%;transform:rotate(-3deg);width:50%;z-index:-1}.gform_confirmation_wrapper.gf_confirmation_green_gradient::after,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after{left:auto;right:10px;transform:rotate(3deg)}.gform_wrapper.gravity-theme .gfield textarea{width:100%}.gform_wrapper.gravity-theme .gfield textarea.small{height:96px}.gform_wrapper.gravity-theme .gfield textarea.medium{height:192px}.gform_wrapper.gravity-theme .gfield textarea.large{height:288px}.gform_wrapper.gravity-theme .gfield input,.gform_wrapper.gravity-theme .gfield select{max-width:100%}.gform_wrapper.gravity-theme .gfield input.small,.gform_wrapper.gravity-theme .gfield select.small{width:calc(25% - 16px * 3 / 4)}.gform_wrapper.gravity-theme .gfield input.medium,.gform_wrapper.gravity-theme .gfield select.medium{width:calc(50% - 16px / 2)}.gform_wrapper.gravity-theme .gfield input.large,.gform_wrapper.gravity-theme .gfield select.large{width:100%}.gform_wrapper.gravity-theme *{box-sizing:border-box}.gform_wrapper.gravity-theme .gform_fields{display:grid;grid-column-gap:2%;-ms-grid-columns:(1fr 2%)[12];grid-row-gap:16px;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(auto-fill,auto);width:100%}.gform_wrapper.gravity-theme .gfield{grid-column:1/-1;min-width:0}.gform_wrapper.gravity-theme .gfield.gfield--width-full{grid-column:span 12;-ms-grid-column-span:12}.gform_wrapper.gravity-theme .gfield.gfield--width-eleven-twelfths{grid-column:span 11;-ms-grid-column-span:11}.gform_wrapper.gravity-theme .gfield.gfield--width-five-sixths{grid-column:span 10;-ms-grid-column-span:10}.gform_wrapper.gravity-theme .gfield.gfield--width-three-quarter{grid-column:span 9;-ms-grid-column-span:9}.gform_wrapper.gravity-theme .gfield.gfield--width-two-thirds{grid-column:span 8;-ms-grid-column-span:8}.gform_wrapper.gravity-theme .gfield.gfield--width-seven-twelfths{grid-column:span 7;-ms-grid-column-span:7}.gform_wrapper.gravity-theme .gfield.gfield--width-half{grid-column:span 6;-ms-grid-column-span:6}.gform_wrapper.gravity-theme .gfield.gfield--width-five-twelfths{grid-column:span 5;-ms-grid-column-span:5}.gform_wrapper.gravity-theme .gfield.gfield--width-third{grid-column:span 4;-ms-grid-column-span:4}.gform_wrapper.gravity-theme .gfield.gfield--width-quarter{grid-column:span 3;-ms-grid-column-span:3}.gform_wrapper.gravity-theme .gfield.gfield--width-one-sixth{-ms-grid-column-span:2;grid-column:span 2}.gform_wrapper.gravity-theme .gfield.gfield--width-one-twelfth{-ms-grid-column-span:1;grid-column:span 1}@media (max-width:640px){.gform_wrapper.gravity-theme .gform_fields{grid-column-gap:0}.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full){grid-column:1/-1}}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-full{width:100%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-eleven-twelfths{width:91.6666%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-five-sixths{width:83.3333%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-three-quarter{width:75%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-two-thirds{width:66.6666%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-seven-twelfths{width:58.3333%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-half{width:50%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-five-twelfths{width:41.6666%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-third{width:33.3333%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-quarter{width:25%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-one-sixth{width:16.6666%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-one-twelfth{width:8.3333%}.gform_wrapper.gravity-theme .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset),.gform_wrapper.gravity-theme .right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset){display:flex;flex-wrap:wrap;justify-content:flex-end;width:100%}.gform_wrapper.gravity-theme .left_label .gfield_label,.gform_wrapper.gravity-theme .right_label .gfield_label{margin:0;padding:0;width:30%}@media (max-width:640px){.gform_wrapper.gravity-theme .left_label .gfield_label,.gform_wrapper.gravity-theme .right_label .gfield_label{width:100%}}.gform_wrapper.gravity-theme .gform_fields.left_label fieldset,.gform_wrapper.gravity-theme .gform_fields.right_label fieldset{clear:both}.gform_wrapper.gravity-theme .gform_fields.left_label fieldset .ginput_container,.gform_wrapper.gravity-theme .gform_fields.right_label fieldset .ginput_container{float:left;width:70%}@media (max-width:640px){.gform_wrapper.gravity-theme .gform_fields.left_label fieldset .ginput_container,.gform_wrapper.gravity-theme .gform_fields.right_label fieldset .ginput_container{width:100%}}@media (max-width:640px){.gform_wrapper.gravity-theme .gform_fields.left_label fieldset>.ginput_complex,.gform_wrapper.gravity-theme .gform_fields.right_label fieldset>.ginput_complex{width:100%}}.gform_wrapper.gravity-theme .gform_fields.left_label legend.gfield_label,.gform_wrapper.gravity-theme .gform_fields.right_label legend.gfield_label{display:block;float:left;padding-right:1em;width:30%}@media (max-width:640px){.gform_wrapper.gravity-theme .gform_fields.left_label legend.gfield_label,.gform_wrapper.gravity-theme .gform_fields.right_label legend.gfield_label{width:100%}}.gform_wrapper.gravity-theme .gform_fields.left_label .gfield_validation_message,.gform_wrapper.gravity-theme .gform_fields.right_label .gfield_validation_message{float:right;width:70%}@media (max-width:640px){.gform_wrapper.gravity-theme .gform_fields.left_label .gfield_validation_message,.gform_wrapper.gravity-theme .gform_fields.right_label .gfield_validation_message{width:100%}}.gform_wrapper.gravity-theme .gform_fields.validation_above.left_label fieldset .ginput_container,.gform_wrapper.gravity-theme .gform_fields.validation_above.right_label fieldset .ginput_container{float:right}.gform_wrapper.gravity-theme .left_label .ginput_complex .ginput_container,.gform_wrapper.gravity-theme .right_label .ginput_complex .ginput_container{width:auto}.gform_wrapper.gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons),.gform_wrapper.gravity-theme .right_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons){width:70%}@media (max-width:640px){.gform_wrapper.gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons),.gform_wrapper.gravity-theme .right_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons){width:100%}}.gform_wrapper.gravity-theme .right_label .gfield_label{padding-right:1em;text-align:right}.gform_wrapper.gravity-theme .left_label.gform_fields,.gform_wrapper.gravity-theme .right_label.gform_fields{position:relative}.gform_wrapper.gravity-theme .left_label .gfield_html_formatted,.gform_wrapper.gravity-theme .right_label .gfield_html_formatted{margin-left:30%}.gform_wrapper.gravity-theme .left_label #field_submit,.gform_wrapper.gravity-theme .right_label #field_submit{justify-content:flex-start}.gform_wrapper.gravity-theme .left_label #field_submit input,.gform_wrapper.gravity-theme .right_label #field_submit input{margin-left:30%}.gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex{align-items:flex-start}.gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex{align-items:flex-end}.gform_wrapper.gravity-theme .left_label.validation_above .copy_values_option_container,.gform_wrapper.gravity-theme .right_label.validation_above .copy_values_option_container{float:right;width:70%;padding-left:8px}@media (max-width:640px){.gform_wrapper.gravity-theme .left_label.validation_above .copy_values_option_container,.gform_wrapper.gravity-theme .right_label.validation_above .copy_values_option_container{width:100%}}.rtl .gform_wrapper.gravity-theme .left_label legend.gfield_label,.rtl .gform_wrapper.gravity-theme .right_label legend.gfield_label{margin-left:1em;position:absolute;right:0;text-align:left;width:30%}.rtl .gform_wrapper.gravity-theme .left_label legend.gfield_label{width:30%}.rtl .gform_wrapper.gravity-theme .left_label .gfield_label{padding-left:1em;text-align:left!important}.rtl .gform_wrapper.gravity-theme .left_label fieldset.gfield,.rtl .gform_wrapper.gravity-theme .right_label fieldset.gfield{margin-left:0;padding-right:30%}.rtl .gform_wrapper.gravity-theme .right_label .gfield_label,.rtl .gform_wrapper.gravity-theme .right_label legend.gfield_label{padding:0;text-align:right}.rtl .gform_wrapper.gravity-theme .right_label label.gfield_label{padding-right:0}.rtl .gform_wrapper.gravity-theme .left_label .gfield_html_formatted,.rtl .gform_wrapper.gravity-theme .right_label .gfield_html_formatted{margin-left:0;margin-right:30%}html[dir=rtl] .gform_wrapper.gravity-theme code,html[dir=rtl] .gform_wrapper.gravity-theme input[type=email],html[dir=rtl] .gform_wrapper.gravity-theme input[type=tel],html[dir=rtl] .gform_wrapper.gravity-theme input[type=url]{direction:rtl}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_label{direction:rtl}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_required{margin-left:0;margin-right:4px}html[dir=rtl] .gform_wrapper.gravity-theme ::-webkit-input-placeholder{text-align:right}html[dir=rtl] .gform_wrapper.gravity-theme ::-moz-placeholder{text-align:right}html[dir=rtl] .gform_wrapper.gravity-theme :-ms-input-placeholder{text-align:right}html[dir=rtl] .gform_wrapper.gravity-theme :-moz-placeholder{text-align:right}html[dir=rtl] .gform_wrapper.gravity-theme .gform_wrapper.gravity-theme fieldset{display:block}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(:last-child),html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item{margin-left:0;margin-right:16px}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:0;padding-right:16px}@media (min-width:641px){html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:0;padding-right:16px}html[dir=rtl] .gform_wrapper.gravity-theme .gform_show_password{left:8px;right:unset}}@media (max-width:640px){html[dir=rtl] .gform_wrapper.gravity-theme .left_label fieldset.gfield,html[dir=rtl] .gform_wrapper.gravity-theme .right_label fieldset.gfield{padding-right:0}html[dir=rtl] .gform_wrapper.gravity-theme .left_label legend.gfield_label,html[dir=rtl] .gform_wrapper.gravity-theme .right_label legend.gfield_label{margin:0;padding:0;position:relative;width:100%}html[dir=rtl] .gform_wrapper.gravity-theme .left_label .gfield_label{text-align:right!important}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-right:0}}.gform_wrapper.gravity-theme .ginput_counter{color:#767676;font-size:.8em}.gform_wrapper.gravity-theme .ginput_counter_tinymce{border-top:1px solid #eee;font-size:12px;padding:2px 10px}.gform_wrapper.gravity-theme .validation_message--hidden-on-empty:empty{display:none}.gform_wrapper.gravity-theme .gform_card_icon_container{display:flex;height:32px;margin:8px 0 6.4px 0}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon{background-image:url(//www.leadingpropertylawyers.co.uk/wp-content/plugins/gravityforms/images/gf-creditcards.svg);background-repeat:no-repeat;height:32px;margin-right:4.8px;text-indent:-9000px;width:40px}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_amex{background-position:-167px 0}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_discover{background-position:-221px 0}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_mastercard{background-position:-275px 0}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_visa{background-position:-59px 0}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_jcb{background-position:-329px 0}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_maestro{background-position:-5px 0}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected{position:relative}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected::after{background:url(//www.leadingpropertylawyers.co.uk/wp-content/plugins/gravityforms/images/gf-creditcards-check.svg) center center no-repeat;bottom:4px;content:"";display:block;height:10px;position:absolute;right:0;width:13px}.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right{align-items:center;display:inline-flex;flex-flow:row wrap;justify-content:flex-start}.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right label{width:100%}.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_card_security_code_icon{background-image:url(//www.leadingpropertylawyers.co.uk/wp-content/plugins/gravityforms/images/gf-creditcards.svg);background-position:-382px center;background-repeat:no-repeat;display:block;flex:none;height:32px;margin-left:.3em;width:40px}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_card_security_code_icon{margin-left:0;margin-right:.3em}.gform_wrapper.gravity-theme .gfield_list_group,.gform_wrapper.gravity-theme .gfield_list_header{display:flex;flex-direction:row;flex-wrap:nowrap;margin-bottom:8px}.gform_wrapper.gravity-theme .gfield_list_group:last-child{margin-bottom:0}.gform_wrapper.gravity-theme .gfield_header_item{word-break:break-word}.gform_wrapper.gravity-theme .gfield_header_item,.gform_wrapper.gravity-theme .gfield_list_group_item{flex-grow:1;width:0}.gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(.gfield_header_item--icons),.gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item{margin-left:2%}.gform_wrapper.gravity-theme .gfield_list_group_item input,.gform_wrapper.gravity-theme .gfield_list_group_item select{width:100%}.gform_wrapper.gravity-theme .gfield_header_item--icons,.gform_wrapper.gravity-theme .gfield_list_icons{align-items:center;display:flex;flex:none;justify-content:center;width:48px}.gform_wrapper.gravity-theme .gfield_list_icons button{background:transparent url(//www.leadingpropertylawyers.co.uk/wp-content/plugins/gravityforms/images/list-add.svg);border:none;font-size:0;height:16px;opacity:.5;padding:0;transition:opacity .5s ease-out;width:16px}.gform_wrapper.gravity-theme .gfield_list_icons button:focus,.gform_wrapper.gravity-theme .gfield_list_icons button:hover{opacity:1;outline:0}.gform_wrapper.gravity-theme .gfield_list_icons button.delete_list_item{background-image:url(//www.leadingpropertylawyers.co.uk/wp-content/plugins/gravityforms/images/list-remove.svg);margin-left:5px}.gform_wrapper.gravity-theme .gfield_list_icons a.delete_list_item{margin-inline-start:5px}.gform_wrapper.gravity-theme .gfield_list_icons img{background-color:transparent!important;background-position:0;background-repeat:no-repeat;background-size:16px 16px!important;block-size:16px!important;border:none!important;inline-size:16px!important;opacity:.5;transition:var(--gf-transition-ctrl)}.gform_wrapper.gravity-theme .gfield_list_icons a:focus,.gform_wrapper.gravity-theme .gfield_list_icons a:focus img,.gform_wrapper.gravity-theme .gfield_list_icons a:hover img{outline:0}.gform_wrapper.gravity-theme .gfield_list_icons a:focus img,.gform_wrapper.gravity-theme .gfield_list_icons a:hover img{opacity:1}@media (max-width:640px){.gform_wrapper.gravity-theme .gfield_list_header{display:none}.gform_wrapper.gravity-theme .gfield_list_group{border:1px solid rgba(0,0,0,.2);display:block;margin-bottom:16px;padding:16px}.gform_wrapper.gravity-theme .gfield_header_item,.gform_wrapper.gravity-theme .gfield_list_group_item{width:auto}.gform_wrapper.gravity-theme .gfield_list_group:last-child{margin-bottom:0}.gform_wrapper.gravity-theme .gfield_list_group_item:not(:last-child){margin-bottom:8px}.gform_wrapper.gravity-theme .gfield_list_group_item::before{content:attr(data-label);font-size:14.992px}.gform_wrapper.gravity-theme .gfield_list_icons{background-color:rgba(0,0,0,.1);line-height:0;margin:16px -16px -16px;padding:12px 16px;text-align:left;width:auto}.gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(.gfield_header_item--icons),.gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item{margin-left:0}}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(.gfield_header_item--icons),html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item{margin-left:0;margin-right:16px}@media (max-width:640px){html[dir=rtl] .gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(.gfield_header_item--icons),html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item{margin-right:0}}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_icons button.delete_list_item{margin-left:0;margin-right:5px}.gform_wrapper.gravity-theme .gfield_label{display:inline-block;font-size:16px;font-weight:700;margin-bottom:8px;padding:0}.gform_wrapper.gravity-theme .gfield_header_item,.gform_wrapper.gravity-theme .gform_fileupload_rules,.gform_wrapper.gravity-theme .ginput_complex label{font-size:15px;padding-top:5px}.gform_wrapper.gravity-theme.left_label fieldset.gfield,.gform_wrapper.gravity-theme.right_label fieldset.gfield{padding:16px 16px 16px 30%}.gform_wrapper.gravity-theme.left_label fieldset.gfield .gfield_description,.gform_wrapper.gravity-theme.left_label fieldset.gfield .ginput_container:not(.ginput_container_time),.gform_wrapper.gravity-theme.right_label fieldset.gfield .gfield_description,.gform_wrapper.gravity-theme.right_label fieldset.gfield .ginput_container:not(.ginput_container_time){width:100%}.gform_wrapper.gravity-theme.left_label legend.gfield_label,.gform_wrapper.gravity-theme.right_label legend.gfield_label{left:0}.gform_wrapper.gravity-theme.left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset),.gform_wrapper.gravity-theme.right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset){justify-content:flex-start}.gform_wrapper.gravity-theme.left_label .gfield_html.gfield_html_formatted,.gform_wrapper.gravity-theme.right_label .gfield_html.gfield_html_formatted{display:flex}.gform_wrapper.gravity-theme.left_label .gfield.gfield_html:not(.gfield_html_formatted) .gf-html-container,.gform_wrapper.gravity-theme.right_label .gfield.gfield_html:not(.gfield_html_formatted) .gf-html-container{width:100%}.gform_wrapper.gravity-theme.right_label legend.gfield_label{text-align:right}.gform_wrapper.gravity-theme:not(.top_label) .ginput_container.ginput_single_email{margin-left:0}.gform_wrapper.gravity-theme .gform_validation_errors{background:#fff9f9;border-radius:5px;border:1.5px solid #c02b0a;box-shadow:0 1px 4px rgba(0,0,0,.11),0 0 4px rgba(18,25,97,.0405344);margin-block-end:8px;margin-block-start:8px;padding-block:16px;padding-inline-end:16px;padding-inline-start:48px;position:relative;width:100%}.gform_wrapper.gravity-theme .gform_validation_errors:focus{outline:2px solid #c02b0a;outline-offset:2px}.gform_wrapper.gravity-theme .gform_validation_errors>h2{color:#c02b0a;font-size:13.2px;font-weight:500;line-height:17.6px;margin-block-end:12px;margin-block-start:0;margin-inline:0}.gform_wrapper.gravity-theme .gform_validation_errors>h2::before{display:none}.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon{align-items:center;display:flex;font-size:28px;height:100%;inset-inline-start:12px;position:absolute;inset-block-start:0}.gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary{margin:0;padding:0}.gform_wrapper.gravity-theme .gform_validation_errors>ol{padding-inline-start:20px}.gform_wrapper.gravity-theme .gform_validation_errors>ol a{color:#c02b0a;font-size:13.2px}.gform_wrapper.gravity-theme .gform_validation_errors>ol a:focus{outline:2px solid #c02b0a;outline-offset:2px}.gform_wrapper.gravity-theme .gform_validation_errors>ol li{color:#c02b0a;font-size:13.2px;list-style-type:disc!important;margin-block-end:8px;margin-block-start:0;margin-inline:0}.gform_wrapper.gravity-theme .gform_validation_errors>ol li:last-of-type{margin-block-end:0}.gform_wrapper.gravity-theme .gfield_required{color:#c02b0a;display:inline-block;font-size:13.008px;padding-inline-start:0.125em}.gform_wrapper.gravity-theme .gfield_required .gfield_required_custom,.gform_wrapper.gravity-theme .gfield_required .gfield_required_text{font-style:italic;font-weight:400}.gform_wrapper.gravity-theme .gform_required_legend .gfield_required{padding-inline-start:0}.gform_wrapper.gravity-theme .validation_error{border-block-end:2px solid #c02b0a;border-block-start:2px solid #c02b0a;color:#c02b0a;font-size:1em;font-weight:700;margin-block-end:32px;padding:16px;text-align:center}.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,.gform_wrapper.gravity-theme .gfield_error label,.gform_wrapper.gravity-theme .gfield_error legend,.gform_wrapper.gravity-theme .gfield_validation_message,.gform_wrapper.gravity-theme .validation_message,.gform_wrapper.gravity-theme [aria-invalid=true]+label,.gform_wrapper.gravity-theme label+[aria-invalid=true]{color:#c02b0a}.gform_wrapper.gravity-theme .gfield_validation_message,.gform_wrapper.gravity-theme .validation_message{background:#fff9f9;border:1px solid #c02b0a;font-size:14.992px;margin-block-start:8px;padding:12.992px 24px}.gform_wrapper.gravity-theme .left_label.validation_above fieldset .gfield_validation_message,.gform_wrapper.gravity-theme .left_label.validation_above fieldset .validation_message,.gform_wrapper.gravity-theme .right_label.validation_above fieldset .gfield_validation_message,.gform_wrapper.gravity-theme .right_label.validation_above fieldset .validation_message{clear:right}.gform_wrapper.gravity-theme .validation_above .gfield_validation_message,.gform_wrapper.gravity-theme .validation_above .validation_message{margin-block-end:16px}.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]{border:1px solid #c02b0a}.gform_wrapper.gravity-theme .gform_previous_button.button,.gform_wrapper.gravity-theme .gform_save_link.button{-webkit-appearance:none!important;background-color:#fff;color:#6b7280;text-decoration:none}.gform_wrapper.gravity-theme .gform_previous_button.button svg,.gform_wrapper.gravity-theme .gform_save_link.button svg{display:inline-block;margin-right:4px}.gform_wrapper.gravity-theme button.button:disabled{opacity:.6}.gform_wrapper.gravity-theme #field_submit,.gform_wrapper.gravity-theme .gform_footer{display:flex}.gform_wrapper.gravity-theme #field_submit input,.gform_wrapper.gravity-theme .gform_footer input{align-self:flex-end}.gform_wrapper.gravity-theme #field_submit .gform_image_button,.gform_wrapper.gravity-theme .gform_footer .gform_image_button{background-color:transparent;border:none;border-radius:0;height:auto;padding:0;width:auto}.gform_wrapper.gravity-theme #field_submit .gform-button--width-full,.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full{text-align:center;width:100%}.gform_wrapper.gravity-theme .ginput_complex{display:flex;flex-flow:row wrap}.gform_wrapper.gravity-theme .ginput_complex fieldset,.gform_wrapper.gravity-theme .ginput_complex span{flex:1}.gform_wrapper.gravity-theme .ginput_complex .ginput_full{flex:0 0 100%}.gform_wrapper.gravity-theme .ginput_complex .clear-multi{display:flex}.gform_wrapper.gravity-theme .ginput_complex label,.gform_wrapper.gravity-theme .ginput_complex legend{display:block}.gform_wrapper.gravity-theme .ginput_complex input,.gform_wrapper.gravity-theme .ginput_complex select{width:100%}.gform_wrapper.gravity-theme .ginput_container_address{margin-left:-1%;margin-right:-1%}.gform_wrapper.gravity-theme .ginput_container_address span{flex:0 0 50%;padding-left:.9804%;padding-right:.9804%}@media (min-width:641px){.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){padding-right:1%}.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:1%;padding-right:0}.gform_wrapper.gravity-theme .ginput_container_address span,.gform_wrapper.gravity-theme .ginput_full:not(:last-of-type){margin-bottom:8px}.gform_wrapper.gravity-theme .ginput_container_address{margin-bottom:-8px}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){padding-left:1%;padding-right:0}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:0;padding-right:1%}}@media (max-width:640px){.gform_wrapper.gravity-theme .ginput_complex span{flex:0 0 100%;margin-bottom:8px;padding-left:0}.gform_wrapper.gravity-theme .ginput_complex.ginput_container_address span{padding-left:.9804%}}.gform_wrapper.gravity-theme .description,.gform_wrapper.gravity-theme .gfield_description,.gform_wrapper.gravity-theme .gsection_description,.gform_wrapper.gravity-theme .instruction{clear:both;font-family:inherit;font-size:15px;letter-spacing:normal;line-height:inherit;padding-top:13px;width:100%}.gform_wrapper.gravity-theme .field_description_above .description,.gform_wrapper.gravity-theme .field_description_above .gfield_description,.gform_wrapper.gravity-theme .field_description_above .gsection_description,.gform_wrapper.gravity-theme .field_description_above .instruction{padding-bottom:16px}.gform_wrapper.gravity-theme .field_sublabel_above .description,.gform_wrapper.gravity-theme .field_sublabel_above .gfield_description,.gform_wrapper.gravity-theme .field_sublabel_above .gsection_description{margin-top:9.008px}.gform_wrapper.gravity-theme .top_label .gsection_description{margin-bottom:9.008px;width:100%}.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description,.gform_wrapper.gravity-theme .gfield_consent_description{border:1px solid #ddd;font-size:13.008px;margin-top:12.8px;max-height:240px;overflow-y:scroll;padding:6.4px 8px;width:100%}.gform_wrapper.gravity-theme .field_description_above .gfield_choice_limit_message,.gform_wrapper.gravity-theme .field_sublabel_above .gfield_choice_limit_message,.gform_wrapper.gravity-theme .gfield_choice_limit_message{display:block;margin-bottom:8px;margin-top:0;padding-bottom:0;padding-top:0}.gform_wrapper.gravity-theme .gfield_creditcard_warning{background-color:rgba(255,223,224,.25);border-bottom:4px solid #c02b0a;border-top:2px solid #c02b0a;padding:16px}.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message{color:#c02b0a;font-family:inherit;font-size:16px;font-weight:700;min-height:32px;position:relative}.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message span{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);background-position:0 3.2px;background-repeat:no-repeat;background-size:24px 16px;border-bottom:1px solid #c02b0a;display:block;letter-spacing:.1pt;margin-bottom:16px;padding:0 0 16px 24px;text-transform:uppercase}.gform_wrapper.gravity-theme .ginput_cardextras{display:flex;flex-wrap:wrap}.gform_wrapper.gravity-theme .ginput_complex .ginput_cardinfo_right input{max-width:112px;width:30%}.gform_wrapper.gravity-theme .ginput_card_expiration_container{display:flex;flex-wrap:wrap}.gform_wrapper.gravity-theme .ginput_card_expiration_month{flex:1;margin-right:16px}.gform_wrapper.gravity-theme .ginput_card_expiration_year{flex:1}.gform_wrapper.gravity-theme .ginput_cardinfo_left label,.gform_wrapper.gravity-theme .ginput_cardinfo_left legend,.gform_wrapper.gravity-theme .ginput_cardinfo_right label,.gform_wrapper.gravity-theme .ginput_cardinfo_right legend{flex:1 1 100%}.gform_wrapper.gravity-theme fieldset.ginput_cardinfo_left{display:flex;flex-direction:column}.gform_wrapper.gravity-theme fieldset.ginput_cardinfo_left legend{float:left;padding-top:5px}.gform_wrapper.gravity-theme .field_sublabel_below fieldset.ginput_cardinfo_left{flex-direction:column-reverse}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_card_expiration_month{margin-left:16px;margin-right:0}html[dir=rtl] .gform_wrapper.gravity-theme .gform_card_icon{float:right}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message span{background-position:right 3.2px;background-repeat:no-repeat;background-size:24px 16px;display:block;margin-bottom:16px;padding:0 24px 16px 0}html[dir=rtl] .gform_wrapper.gravity-theme fieldset.ginput_cardinfo_left{display:flex}@media (max-width:640px){.gform_wrapper.gravity-theme .ginput_card_expiration{flex:none}.gform_wrapper.gravity-theme .ginput_card_expiration_month{margin-bottom:8px}}.gform_wrapper.gravity-theme .ginput_container_date+.ginput_container_date{margin-left:2%}.gform_wrapper.gravity-theme .ginput_container_date[style*="display:none"]+.ginput_container_date{margin-left:0}.gform_wrapper.gravity-theme .ginput_container_date label{display:block}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date+.ginput_container_date{margin-left:0;margin-right:16px}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date[style*="display:none"]+.ginput_container_date{margin-right:0}.gravity-theme.ui-datepicker{background:#fff;border:1px solid #d0d1d3;border-radius:3px;box-shadow:0 .0625rem .25rem rgba(0,0,0,.11),0 0 .25rem rgba(18,25,97,.0405344);color:#607382;font-size:.8125rem;font-weight:var(--gform-theme-font-weight-medium);margin-top:5px;max-width:400px;padding:18px 15px;width:auto}.gravity-theme.ui-datepicker table,.gravity-theme.ui-datepicker td,.gravity-theme.ui-datepicker th,.gravity-theme.ui-datepicker thead,.gravity-theme.ui-datepicker tr{background:0 0;border:0;margin:0}.gravity-theme.ui-datepicker td,.gravity-theme.ui-datepicker th{padding:5px;text-shadow:none;text-transform:none}.gravity-theme.ui-datepicker .ui-datepicker-header{border:0;display:flex;flex-direction:row;justify-content:center;margin:0 0 5px;padding:0;position:relative;width:100%}.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next,.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{align-items:center;background:0 0;border:0;color:#607382;cursor:pointer;display:flex;font-family:gform-icons-theme!important;font-size:24px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:30px;justify-content:center;line-height:1;position:absolute;speak:never;text-decoration:none;top:50%;transform:translateY(-50%);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;width:30px}.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus,.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus,.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover{color:#2f4054}.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon,.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon{display:none}.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before,.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before{border:0;height:auto;position:static;transform:none;width:auto}.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{left:0}.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before{content:"\e910"}.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next{right:0}.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before{content:"\e91b"}.gravity-theme.ui-datepicker .ui-datepicker-header select{-webkit-appearance:none;background-color:transparent;background-image:url(//www.leadingpropertylawyers.co.uk/wp-content/plugins/gravityforms/images/theme/down-arrow.svg);background-position:100% 50%;background-repeat:no-repeat;background-size:24px 24px;border:0;border-radius:0;box-shadow:none;color:#585e6a;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:var(--gform-theme-font-weight-medium);height:auto;min-height:0;padding:0 22px 0 0;width:auto}.gravity-theme.ui-datepicker .ui-datepicker-header select.ui-datepicker-month{margin-right:20px;-moz-text-align-last:right;text-align-last:right}.gravity-theme.ui-datepicker .ui-datepicker-calendar{table-layout:fixed;width:100%}.gravity-theme.ui-datepicker .ui-datepicker-calendar a,.gravity-theme.ui-datepicker .ui-datepicker-calendar span{font-weight:var(--gform-theme-font-weight-normal)}.gravity-theme.ui-datepicker .ui-datepicker-calendar th span{align-items:center;color:#2f4054;display:flex;font-size:.8125rem;font-weight:var(--gform-theme-font-weight-medium);height:40px;justify-content:center;width:40px}.gravity-theme.ui-datepicker .ui-datepicker-calendar td{font-size:.8125rem;height:50px;width:50px}.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default{align-items:center;background:0 0;border:1px solid transparent;border-radius:100%;box-shadow:none;color:#2f4054;display:flex;height:40px;justify-content:center;text-decoration:none;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;width:40px}.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default:focus,.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover{background:0 0;border-color:#607382;outline:0}.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default:active{background:#f2f3f5;border-color:#607382}.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default{background:#607382;border-color:#607382;box-shadow:0 .125rem .125rem rgba(58,58,87,.0596411);color:#fff}.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:focus,.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:hover{border-color:#607382}.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled{background:0 0}.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default{align-items:center;background:#f2f3f5;border:1px solid rgba(32,32,46,.079);border-radius:100%;box-shadow:0 .125rem .125rem rgba(58,58,87,.0596411);color:#686e77;cursor:text;display:flex;height:40px;justify-content:center;text-decoration:none;width:40px}@media (max-width:640px){.gravity-theme.ui-datepicker{max-width:235px}.gravity-theme.ui-datepicker .ui-datepicker-header{margin-bottom:10px}.gravity-theme.ui-datepicker td,.gravity-theme.ui-datepicker th{padding:3px}.gravity-theme.ui-datepicker .ui-datepicker-calendar th span{height:20px;width:20px}.gravity-theme.ui-datepicker .ui-datepicker-calendar td{height:30px;width:30px}.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default{height:20px;width:20px}.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default{height:20px;width:20px}}html[dir=rtl] #ui-datepicker-div.gform-theme-datepicker[style]{right:auto!important}.gform_wrapper.gravity-theme .gform_footer,.gform_wrapper.gravity-theme .gform_page_footer{margin:6px 0 0;padding:16px 0}.gform_wrapper.gravity-theme .gform_footer.left_label,.gform_wrapper.gravity-theme .gform_footer.right_label,.gform_wrapper.gravity-theme .gform_page_footer.left_label,.gform_wrapper.gravity-theme .gform_page_footer.right_label{padding:16px 0 10px 30%}.gform_wrapper.gravity-theme .gform_footer button,.gform_wrapper.gravity-theme .gform_footer input,.gform_wrapper.gravity-theme .gform_page_footer button,.gform_wrapper.gravity-theme .gform_page_footer input{margin-bottom:8px}.gform_wrapper.gravity-theme .gform_footer button.button:disabled,.gform_wrapper.gravity-theme .gform_footer input.button:disabled,.gform_wrapper.gravity-theme .gform_page_footer button.button:disabled,.gform_wrapper.gravity-theme .gform_page_footer input.button:disabled{opacity:.6}.gform_wrapper.gravity-theme .gform_footer button+input,.gform_wrapper.gravity-theme .gform_footer input+button,.gform_wrapper.gravity-theme .gform_footer input+input,.gform_wrapper.gravity-theme .gform_page_footer button+input,.gform_wrapper.gravity-theme .gform_page_footer input+button,.gform_wrapper.gravity-theme .gform_page_footer input+input{margin-left:8px}html[dir=rtl] .gform_wrapper.gravity-theme button+input,html[dir=rtl] .gform_wrapper.gravity-theme input+button,html[dir=rtl] .gform_wrapper.gravity-theme input+input{margin-right:8px}.gform_wrapper.gravity-theme .gfield_checkbox label,.gform_wrapper.gravity-theme .gfield_radio label{display:inline-block;font-size:15px}.gform_wrapper.gravity-theme .gfield_checkbox button,.gform_wrapper.gravity-theme .gfield_checkbox input[type=text],.gform_wrapper.gravity-theme .gfield_radio button,.gform_wrapper.gravity-theme .gfield_radio input[type=text]{margin-top:16px}.gform_wrapper.gravity-theme .gfield-choice-input{display:inline-block;margin-top:0;top:0;vertical-align:middle}.gform_wrapper.gravity-theme .gfield-choice-input+label{margin-bottom:0;max-width:calc(100% - 32px);vertical-align:middle}.gform_wrapper.gravity-theme .gfield-choice-input:disabled+label{color:#757575}.gform_wrapper.gravity-theme input[type=number]{display:inline-block}.gform_wrapper.gravity-theme input[type=color],.gform_wrapper.gravity-theme input[type=date],.gform_wrapper.gravity-theme input[type=datetime-local],.gform_wrapper.gravity-theme input[type=datetime],.gform_wrapper.gravity-theme input[type=email],.gform_wrapper.gravity-theme input[type=month],.gform_wrapper.gravity-theme input[type=number],.gform_wrapper.gravity-theme input[type=password],.gform_wrapper.gravity-theme input[type=search],.gform_wrapper.gravity-theme input[type=tel],.gform_wrapper.gravity-theme input[type=text],.gform_wrapper.gravity-theme input[type=time],.gform_wrapper.gravity-theme input[type=url],.gform_wrapper.gravity-theme input[type=week],.gform_wrapper.gravity-theme select,.gform_wrapper.gravity-theme textarea{font-size:15px;margin-bottom:0;margin-top:0;padding:8px}.gform_wrapper.gravity-theme .chosen-container-multi,.gform_wrapper.gravity-theme .ginput_product_price,.gform_wrapper.gravity-theme .ginput_product_price_label,.gform_wrapper.gravity-theme .ginput_quantity_label{font-size:15px}.gform_wrapper.gravity-theme .chosen-choices{padding:8px}.gform_wrapper.gravity-theme .ginput_container_date{align-content:flex-start;align-items:center;display:flex}.gform_wrapper.gravity-theme .ginput_container_date input{width:auto}.gform_wrapper.gravity-theme .ginput_container_date .datepicker_with_icon.large{width:calc(100% - 48px)}.gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger{display:block;margin-left:12.8px;max-height:25.6px;max-width:25.6px}.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date{flex-basis:min-content;flex-flow:row wrap;max-width:30%}.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date input,.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date select{min-width:84px;width:100%}.gform_wrapper.gravity-theme .gfield_chainedselect.horizontal select{min-width:100px}.gform_wrapper.gravity-theme .gform_show_password{align-items:center;background:0 0;color:inherit;display:flex;height:100%}.gform_wrapper.gravity-theme .gform_show_password:focus,.gform_wrapper.gravity-theme .gform_show_password:hover{background:0 0}.gform_wrapper.gravity-theme .gfield_consent_description{border:1px solid #ddd;font-size:.8em;margin-top:8px;max-height:240px;overflow-y:scroll;padding:8px}.gform_wrapper.gravity-theme .gfield .ginput_quantity{width:auto}.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield_checkbox,.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield_radio{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice{align-self:start;display:block;inline-size:200px;max-inline-size:200px;min-inline-size:200px;position:relative}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice .gfield-image-choice-wrapper-outer{display:block}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice label{display:inline;margin:0}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice input{margin-inline-start:0}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where([\:has\(input\:checked\)])::after{font-family:gform-icons-theme!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;align-items:center;background-color:#607382;block-size:38px;border-radius:50%;color:#fff;content:"\e917";display:flex;filter:drop-shadow(0 1px 1px rgba(18, 25, 97, .15)) drop-shadow(0 2px 5px rgba(18, 25, 97, .1)) drop-shadow(0 0 0 rgba(18, 25, 97, .05));font-size:32px;inline-size:38px;inset-block-start:10px;inset-inline-end:10px;justify-content:center;position:absolute;z-index:5}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where([\:has\(input\:checked\)])::after{font-family:gform-icons-theme!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;align-items:center;background-color:#607382;block-size:38px;border-radius:50%;color:#fff;content:"\e917";display:flex;filter:drop-shadow(0 1px 1px rgba(18, 25, 97, .15)) drop-shadow(0 2px 5px rgba(18, 25, 97, .1)) drop-shadow(0 0 0 rgba(18, 25, 97, .05));font-size:32px;inline-size:38px;inset-block-start:10px;inset-inline-end:10px;justify-content:center;position:absolute;z-index:5}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where([\:has\(input\:checked\)])::after{font-family:gform-icons-theme!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;align-items:center;background-color:#607382;block-size:38px;border-radius:50%;color:#fff;content:"\e917";display:flex;filter:drop-shadow(0 1px 1px rgba(18, 25, 97, .15)) drop-shadow(0 2px 5px rgba(18, 25, 97, .1)) drop-shadow(0 0 0 rgba(18, 25, 97, .05));font-size:32px;inline-size:38px;inset-block-start:10px;inset-inline-end:10px;justify-content:center;position:absolute;z-index:5}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where(:has(input:checked))::after{font-family:gform-icons-theme!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;align-items:center;background-color:#607382;block-size:38px;border-radius:50%;color:#fff;content:"\e917";display:flex;filter:drop-shadow(0 1px 1px rgba(18, 25, 97, .15)) drop-shadow(0 2px 5px rgba(18, 25, 97, .1)) drop-shadow(0 0 0 rgba(18, 25, 97, .05));font-size:32px;inline-size:38px;inset-block-start:10px;inset-inline-end:10px;justify-content:center;position:absolute;z-index:5}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where(:focus-within) .gfield-choice-image-wrapper::before{border-color:currentColor}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where([\:has\(.gfield-choice-input\:disabled\)]) .gfield-choice-image-wrapper{opacity:.5}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where(:has(.gfield-choice-input:disabled)) .gfield-choice-image-wrapper{opacity:.5}.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image-wrapper{aspect-ratio:1/1;margin-block-end:8px;opacity:1;overflow:hidden;position:relative}.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image-wrapper::before{border:2px solid transparent;content:"";display:block;inset-block:0;inset-inline:0;position:absolute;z-index:1}.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image-no-image{font-family:gform-icons-theme!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;background-color:#d0d1d3;block-size:100%;color:#607382;display:block;inline-size:100%;position:relative}.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image-no-image::before{content:"\e91e";font-size:60px;inset-block-start:50%;left:50%;position:absolute;transform:translate(-50%,-50%)}.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image-no-image span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image{block-size:100%!important;display:block;inline-size:100%;max-block-size:100%;max-inline-size:100%;-o-object-fit:cover;object-fit:cover}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice_other_control{margin-block-start:16px;max-inline-size:100%}.gform_wrapper.gravity-theme .gfield_error .ginput_container_image_choice .gfield-choice-image-wrapper::before{border-color:#c02b0a}.gform_wrapper.gravity-theme:where(:not(.gform_wrapper_edit_form_entry)) .ginput_container_image_choice.ginput_container_image_choice--label-hide .gchoice .gfield-choice-image-wrapper{margin-block-end:0}.gform_wrapper.gravity-theme:where(:not(.gform_wrapper_edit_form_entry)) .ginput_container_image_choice.ginput_container_image_choice--label-hide .gchoice .gfield-choice-input,.gform_wrapper.gravity-theme:where(:not(.gform_wrapper_edit_form_entry)) .ginput_container_image_choice.ginput_container_image_choice--label-hide .gchoice .gfield-image-choice-wrapper-inner,.gform_wrapper.gravity-theme:where(:not(.gform_wrapper_edit_form_entry)) .ginput_container_image_choice.ginput_container_image_choice--label-hide .gchoice .gform-field-label{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform_wrapper.gravity-theme:where(:not(.gform_wrapper_edit_form_entry)) .ginput_container_image_choice.ginput_container_image_choice--input-hide .gchoice .gform-field-label{margin-inline-start:0}.gform_wrapper.gravity-theme:where(:not(.gform_wrapper_edit_form_entry)) .ginput_container_image_choice.ginput_container_image_choice--input-hide .gchoice .gfield-choice-input{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gchoice:where([\:has\(input\:checked\)])::after{font-family:gform-icons-common!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;content:"\e904";font-size:20px}.gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gchoice:where([\:has\(input\:checked\)])::after{font-family:gform-icons-common!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;content:"\e904";font-size:20px}.gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gchoice:where([\:has\(input\:checked\)])::after{font-family:gform-icons-common!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;content:"\e904";font-size:20px}.gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gchoice:where(:has(input:checked))::after{font-family:gform-icons-common!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;content:"\e904";font-size:20px}.gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gfield-choice-image-no-image{font-family:gform-icons-common!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none}.gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gfield-choice-image-no-image::before{content:"\e90f"}.gforms_edit_form.gf_browser_safari .gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gfield-choice-image{max-block-size:-webkit-fill-available}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger{margin-left:0;margin-right:12.8px;order:1}.gform_wrapper.gravity-theme .gsection{border-bottom:1px solid #ccc;padding:0 16px 8px 0}html[dir=rtl] .gform_wrapper.gravity-theme .gsection{padding:0 0 8px 16px}.gform_wrapper.gravity-theme .gf_progressbar_title{color:#767676;font-size:12.992px;font-weight:400;margin:0 0 4.8px 0}.gform_wrapper.gravity-theme .gf_progressbar{background:#e8e8e8;border-radius:10.5px;margin-bottom:16px;position:relative}.gform_wrapper.gravity-theme .gf_progressbar_percentage{border-radius:10.5px;height:20.992px;text-align:right;vertical-align:middle}.gform_wrapper.gravity-theme .gf_progressbar_percentage:not(.percentbar_100){border-radius:10.5px 0 0 10.5px}.gform_wrapper.gravity-theme .gf_progressbar_percentage span{display:block;float:right;font-size:13px;line-height:21px;margin-left:8px;margin-right:8px;min-width:2em;width:auto}.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_0 span{color:#959595;float:none;margin-left:9.6px;text-shadow:none}.gform_wrapper.gravity-theme .gf_progressbar_blue{background:#d2d6dc}.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue{background-color:#1e7ac4;color:#fff}.gform_wrapper.gravity-theme .gf_progressbar_gray{background:#d2d6dc}.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_gray{background-color:#6b7280;color:#fff}.gform_wrapper.gravity-theme .gf_progressbar_green{background:#e8e8e8}.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_green{background-color:#aac138;color:#fff}.gform_wrapper.gravity-theme .gf_progressbar_orange{background:#e8eaec}.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_orange{background-color:#ff5d38;color:#fff}.gform_wrapper.gravity-theme .gf_progressbar_red{background:#e8eaec}.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_red{background-color:#ec1e31;color:#fff}.gform_wrapper.gravity-theme .gf_progressbar_spring{background:#d2d6dc}.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_spring{background:linear-gradient(270deg,#9cd790 0,#76d7db 100%);color:#fff}.gform_wrapper.gravity-theme .gf_progressbar_blues{background:#d2d6dc}.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blues{background:linear-gradient(270deg,#00c2ff 0,#7838e2 100%);color:#fff}.gform_wrapper.gravity-theme .gf_progressbar_rainbow{background:#d2d6dc}.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_rainbow{background:linear-gradient(270deg,#1dbeea 0,#cd6ad6 50%,#f35160 100%);color:#fff}html[dir=rtl] .gform_wrapper.gravity-theme .gf_progressbar_percentage:not(.percentbar_100){border-radius:0 10.5px 10.5px 0}.gform_wrapper.gravity-theme .gf_page_steps{border-bottom:1px solid #e5e7eb;margin-bottom:16px}.gform_wrapper.gravity-theme .gf_step{display:inline-block;margin:8px 32px 8px 0}.gform_wrapper.gravity-theme .gf_step_label,.gform_wrapper.gravity-theme .gf_step_number{display:table-cell;vertical-align:middle}.gform_wrapper.gravity-theme .gf_step_number{background:0 0;border:2px solid #cfd3d9;border-radius:20px;color:#585e6a;font-size:14px;font-weight:500;height:40px;text-align:center;width:40px}.gform_wrapper.gravity-theme .gf_step_active .gf_step_number{background:#cfd3d9;color:#607382}.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number{position:relative}.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before{background:#607382;border:2px solid #607382;border-radius:20px;content:"";display:table-cell;height:40px;left:-2px;position:absolute;top:-2px;width:40px}.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::after{align-items:center;color:#fff;content:"\e917";display:flex;font-family:gform-icons-theme;font-size:24px;height:100%;justify-content:center;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:5}.gform_wrapper.gravity-theme .gf_step_label{color:inherit;font-size:14px;font-weight:600;line-height:16px;padding-left:16px}.gform_wrapper.gravity-theme .gf_step_hidden{display:none}.gform_wrapper.gravity-theme .ginput_product_price_wrapper{display:inline-block}.gform_wrapper.gravity-theme .ginput_product_price_wrapper input:-moz-read-only{background:0 0;border:none;padding:0}.gform_wrapper.gravity-theme .ginput_product_price_wrapper input:read-only{background:0 0;border:none;padding:0}.gform_wrapper.gravity-theme .ginput_product_price,.gform_wrapper.gravity-theme .ginput_shipping_price{color:#900}.gform_wrapper.gravity-theme .ginput_total{color:#060}.gform_wrapper.gravity-theme .gfield_repeater_cell{margin-top:8px}.gform_wrapper.gravity-theme .gfield_repeater_cell label{color:#9b9a9a;font-size:12.8px;font-weight:400;padding-top:8px}.gform_wrapper.gravity-theme .gfield_repeater_items .gfield_repeater_cell:not(:first-child){padding-top:8px}.gform_wrapper.gravity-theme .gfield_repeater_wrapper input{border:1px solid #c5c6c5;border-radius:4px}.gform_wrapper.gravity-theme .gfield_repeater_cell>.gfield_repeater_wrapper{background-color:rgba(1,1,1,.02);border-bottom:1px solid #eee;border-left:8px solid #f1f1f1;border-radius:8px;box-shadow:0 1px 1px 0 rgba(0,0,0,.06),0 2px 1px -1px rgba(0,0,0,.06),0 1px 5px 0 rgba(0,0,0,.06);padding:10px 20px}.gform_wrapper.gravity-theme .gfield_repeater_buttons{padding-top:16px}.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_plus:hover,.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text:hover,.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus:hover,.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text:hover{background:#fafafa;border:1px solid #757575;color:#374750}.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_plus:focus,.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text:focus,.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus:focus,.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text:focus{outline:0}.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text,.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text{background:rgba(242,242,242,.5);border:1px solid rgba(117,117,117,.4);border-radius:20px;color:#757575;font-size:12px;font-weight:400;height:32px;margin-bottom:8px;margin-right:8px;min-width:100px;transition:all .3s cubic-bezier(.67, .17, .4, .83)}.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_plus,.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus{background:rgba(242,242,242,.5);border:1px solid rgba(117,117,117,.4);border-radius:50%;color:#757575;font-size:16px;font-weight:700;height:24px;margin:10px 5px 0 5px;padding:0;transition:all .3s cubic-bezier(.67, .17, .4, .83);width:24px}.gform_wrapper.gravity-theme .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child){border-bottom:2px solid #e0e0e6;margin-bottom:20px;margin-right:8px;padding-bottom:20px}.gform_wrapper.gravity-theme .gform-loader{align-self:center;animation:gformLoader 1.1s infinite linear;block-size:8em;border-block-end:1.1em solid #000;border-block-start:1.1em solid #fff;border-inline-end:1.1em solid #fff;border-inline-start:1.1em solid #000;border-radius:50%;display:inline-block;font-size:2px;inline-size:8em;margin-inline-start:2em;position:relative;transform:translateZ(0);vertical-align:middle}@keyframes gformLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.gform_wrapper.gravity-theme .gfield_time_hour label.hour_label,.gform_wrapper.gravity-theme .gfield_time_minute label.minute_label{display:block;font-size:15px;margin:0;padding-top:5px}.gform_wrapper.gravity-theme .ginput_container_time{flex-basis:min-content;max-width:64px;min-width:64px}.gform_wrapper.gravity-theme .ginput_container_time input{margin-left:0;margin-right:0;min-width:100%}.gform_wrapper.gravity-theme .gfield_time_minute{position:relative}.gform_wrapper.gravity-theme .hour_minute_colon{line-height:2;padding:0 8px}.gform_wrapper.gravity-theme .field_sublabel_above .hour_minute_colon{align-self:flex-end}.gform_wrapper.gravity-theme .gfield_time_ampm{align-items:flex-end;display:flex;margin-left:16px}.gform_wrapper.gravity-theme .gfield_time_ampm.below,.gform_wrapper.gravity-theme .hour_minute_colon.below{align-items:flex-start}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_time_ampm{margin-left:16px;margin-right:0}html[dir=rtl] .gform_wrapper.gravity-theme .gfield--type-time .gform-grid-row{flex-direction:row-reverse;justify-content:flex-end}