html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  line-height: 1.1;
  font-weight: 600;
}

h2 {
  font-size: 30px;
}

a:focus {
  outline: 5px auto #101010;
  outline-offset: -2px;
}

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

section {
  clear: both;
}

.btn {
  border: none;
  text-transform: uppercase;property-for-sale--page .amount-value, .
  border-radius: 0;
  margin-top: -2px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  margin: 0;
  font-size: 14px;
  line-height: 1.42857143;
  user-select: none;
  position: relative;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none !important;
}


body .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

body .btn-secondary,
body .btn-secodary {
  color: #fff;
  background-color: #f79321;
  border-color: #f79321;
  box-shadow: 2px 3px 2px 0px #1d130759;
}
body .btn-secondary:hover,
body .btn-secodary:hover{
 color: #fff;
}
.btn-primary.active {
  color: #fff;
  background-image: none;
  border-color: #204d74;
}

.btn-teritory {
  color: #fff !important;
  background-color: #50b432;
  border-color: #50b432;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
}

.mt-0{
  margin-top: 0;
}
/*top-header starts here*/
.top-header {
  background-color: #1e314c;
  text-align: right;
  padding-right: 35px;
  padding-left: 35px;
  border-bottom: 2px solid #f79321;
}

.top-header-inner {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.top-header-inner .top-menu-block + div {
  display: flex;
}
.top-menu-block {
  margin-right: 17px;
}

.top-menu-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.top-menu-block ul li {
  display: inline-block;
  margin-right: 30px;
}

.top-menu-block ul a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  padding: 10px 12px;
  transition: all .5s ease-out;
  background-color: transparent;

}

.top-menu-block ul a:hover {
  background-color: transparent;
  color: #f79321;
}

.top-menu-block ul a:focus {
  text-decoration: none;
  color: #f79321;
  outline: 0;
}

.top-social-block {
  display: inline-flex;
  gap: 15px;
}

.top-social-block a {
  display: block;
}

.top-social-block .twitter .a {
  fill: #fff;
}

.top-social-block .twitter .b {
  fill: #1e314c;
}

.top-social-block svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  float: left;
}
.top-social-block a:last-child {
  background: #fff;
  padding: 6px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
/*top-header ends here*/

/*main-header starts here*/
.main-header {
  padding: 25px 15px;
}

.navbar-header {
  padding-top: 8px;
  padding-bottom: 8px;
}

.main-header .logo {
  display: inline-block;
  padding: 0 0px 0 10px;
  float: left;
}

.logo img {
  max-width: 165px;
  float: left;
}

.main-header .container-fluid {
  display: flex;
  justify-content: space-between;
}

.main-header .navbar-collapse {
  display: flex;
}

.main-header .navbar-collapse nav {
  display: flex;
  font-size: 15px;
  flex-wrap: wrap;
    justify-content: end;
}

.main-header .navbar-collapse nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-header .navbar-collapse nav ul li {
  display: inline-block;
  float: left;
  position: relative;
}

.main-header .navbar-collapse nav ul li a {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 15px;
  color: #1e314c;
  position: relative;
  display: block;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.3s;
}
.main-header .navbar-collapse nav ul li:has(a.dropdown){
  position: relative;
}
.main-header .navbar-collapse nav ul li:has(a.dropdown) ul {
  position: absolute;
  background: #fff;
  left: 0;
  width: max-content;
  max-width: 244px;
  height: auto;
  display: inline-block;
  padding: 10px 0px;
  z-index: 9;
  box-shadow: 0px -1px 7px 2px #1d130714;
  opacity: 0;
  transition: all 0.3s;
}
.main-header .navbar-collapse nav ul li:has(a.dropdown) a.dropdown.active + ul {
  opacity: 1;
}
.main-header .navbar-collapse nav ul li:has(a.dropdown) ul li {
  padding: 10px 15px;
  display: block;
}
.main-header .navbar-collapse nav ul li:has(a.dropdown) ul li a {
  padding: 0;
}
.main-header .navbar-collapse nav ul li a:hover, .main-header .navbar-collapse nav ul li a.is-active {
  color: #f79321;
}

.main-header .navbar-collapse nav ul li .btn {
  box-shadow: 2px 3px 2px 0px #1d130759;
}

.main-header .navbar-collapse nav ul li .btn-primary {
  background-color: #f79321;
  border-color: #f79321;
  color: #fff;
  padding: 10px 15px;
}
.main-header .navbar-collapse nav ul li .btn-primary:hover,
.main-header .navbar-collapse nav ul li .btn-primary.is-active,
.main-header .navbar-collapse nav ul li .btn-secondary.is-active{
  color: #fff;
}
.main-header .navbar-collapse nav ul li .btn-secondary {
  background-color: #1e314c;
  border-color: #1e314c;
  color: #fff;
  padding: 10px 15px;
}
.main-header .navbar-collapse nav ul li .btn-secondary:hover{
  color: #fff !important;
}
.main-header .qroople-menu {
  margin-left: 15px;
}

.main-header .qroople-menu li {
  margin-left: 15px;
  margin-top: 3px;
}

.main-header .qroople-menu {
  margin-left: 11px;
  margin-top: 1px;
}


/*main-header ends here*/

.header-footnote .footnote-wrapper hr{
   margin-top: 55px;
   margin-bottom: -45px;
   max-width: 1140px;
   display: block;
   height: 1px;
   border: 0;
   border-top: 1px solid #f79321;
}
/*hero banner start here*/
.hero-banner {
  height: 500px;
  background-size: cover;
  background-position: center;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.contact .hero-banner {
  background-position: center top;
}
.contact .hero-banner h1 {
  margin-top: 33px;
  margin-left: 5px;
}
/* .hero-banner.medium {
  height: 450px;
} */

.path-frontpage .hero-banner h1 {
  text-shadow: 1px 1px 20px #000;
}

.hero-banner.medium h1 {
  text-align: center;
}

.hero-banner.medium:has(.breadcrumb) {
  padding-top: 50px;
}

.hero-banner h1 {
  font-size: 69px;
  border-radius: 15px;
  color: #fff;
  text-align: left;
  text-transform: none;
  font-weight: 600;
  text-shadow: 1px 1px 8px #000;
  margin: -6px 0 25px -5px;
  padding: 00px;
  letter-spacing: -0.10px;
}

.news .hero-banner h1 {
  text-align: center;
}
.news .banner-text .header-footnote {
  display: none;
}
.hero-banner .post-qroople-button {
  text-align: center;
}

.hero-banner .post-qroople-button .btn.btn-teritory {
  padding-left: 25px;
  padding-right: 25px;
}

/*hero banner ends here*/

/*cta cards start*/
.cta-cards {
  margin-top: -50px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.cta-card {
  text-align: center;
}

.cta-card img {
  width: 150px;
  height: 150px;
}

.cta-card p {
  font-size: 22px;
  font-weight: 600;
}

.cta-cards .cta-card p strong {
  font-weight: 600;
}

.cta-cards .cta-card {
  margin-bottom: 50px;
}

.path-frontpage .cta-cards {
  margin-top: 0px;
  margin-bottom: 30px;
}

.path-frontpage.page-node-2 .header-footnote .footnote-wrapper h1 {
  font-weight: 400;
}

.path-frontpage .cta-cards .col-md-4 {
  flex: 33%;
  max-width: 33%;
}

.path-frontpage .cta-cards .cta-card {
  border-radius: 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  padding: 25px 10px;

}

.path-frontpage .cta-cards .cta-card img {
  max-width: 120px;
  height: auto;
}

.path-frontpage .cta-cards .cta-card p {
  margin-bottom: 0;

}


/*cta cards end*/

.home_page {
  text-align: center;
}

.home_page h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.home_page h2:after {
  content: "";
  background: #f79321;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: -18px;
  max-width: 356px;
  transform: translateX(-50%);
}

.home_page .container {
  max-width: 1780px;
}

.home_page p {
  font-size: 18px;
  /*text-align: left;*/
  margin: 0 6%;
}
.home_page .col-lg-10 {
  max-width: 100%;
  margin-left: 0;
  flex: 0 0 100%;
}

.paragraph--type--title-with-image-cta-link .content-block h3 {
  position: relative;
}

.paragraph--type--title-with-image-cta-link .content-block h3::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  max-width: 175px;
  background: #f79321;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: -16px;
}

.container:has(.webform-submission-find-a-property-add-form) p {
    text-align: center;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}
/*white box starts*/
.white-box {
  background-color: #fff;
  padding: 25px 35px 45px;
  border: solid thin #ae937561 !important;
  box-shadow: 1px 1px 7px 2px #1d130714;
  border-radius: 5px;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.white-box .white-box-inner {
  padding: 0 61px;
}

.find-a-real-estate-coupon h2 span {
  color: #f79321 !important;
  display: inline-block;
}

.find-a-real-estate-coupon h2 {
  font-size: 30px;
  margin: 0 1px 2px;
  text-align: left;
  font-weight: 600;

}

.find-a-real-estate-coupon .headings {
  margin: 20px 0;
}

.find-a-real-estate-coupon p {
  font-size: 18px;
  text-align: left;
  margin: 0 0 15px 1px;
}

.find-a-real-estate-coupon p strong {
  font-weight: 600;
}
.find-a-real-estate-coupon p#twelve{
  margin-top: 45px !important;
  line-height: 1.3;
}

.find-a-real-estate-coupon .row:has(p#twelve) {
  margin-left:0;
  width: 100%;
}
.find-a-real-estate-coupon .row:has(p#twelve) .col-md-10 {
  padding: 0;
}
/*white box ends*/

.hp-second {
  text-align: center;
  margin: 75px 0;
  box-shadow: inset rgba(0, 0, 0, 0.1) 1px 1px 11px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  /*background-color: #643d1117;*/
  padding: 20px;
}

.hp-second h2 {
  margin: 20px 0;
  font-weight: 600;
}

.hp-second p {
  /*text-align: left;*/
  font-size: 18px;
  margin: 0;
}

.hp-second .hp-second-inner {
  padding: 0 5% 20px;
}

/*large cards*/
.large-card-spacing {
  margin-top: 75px;
  margin-bottom: 75px;
}

.large-card-spacing .row {
  margin: 0 -30px;
}

.card-large {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 1px 1px 7px 2px #1d130714;
  border-radius: 5px;
  background-color: #fff;
  padding: 30px;
  border: solid thin #ae937561;
}

.large-card-spacing {
  padding: 0 20px;
}

.large-card-spacing .container-fluid .row {
  margin: 0 -50px;
}

.large-card-spacing .container-fluid {
  padding: 0 50px;
}

.card-large .card-img {
  text-align: center;
}

.card-large img {
  max-height: 150px;
  max-width: 150px;
}

.card-large h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.card-large p {
  font-size: 18px;
  text-align: left;
}

.card-large .card-footer {
  text-align: center;
  margin: 40px 0 40px 0;
}

.card-large .card-footer .btn-teritory {
  padding: 10px 50px;
}

/*large cards*/

/*video start*/
.heading.text-center {
  text-align: center;
}

.video-container {
  width: 65%;
  margin: 0 auto;
  max-width: 1198px;
  position: relative;
  margin-bottom: 100px;
}

.video-container:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

}

/*video end*/

/*social-links start*/
.social-items {
  margin-bottom: 70px;
}

.social-items .heading h2 {
  margin: 30px 10px 25px 53px;
  font-size: 34px;
}

.social-links img {
  max-width: 50px;
  max-height: 50px;
}

.social-links {
  text-align: center;
  padding: 9px;
}

.social-links a {
  display: inline-block;
  margin: 0 7px;
}

/*social-links end*/


/*footer starts*/
footer {
  padding: 50px 35px;
  border-top: 2px solid #f79321;
  margin-top: 120px;
}

footer .footer-wrapper {
  align-items: center;
}

footer .logo-column img {
  max-width: 150px;
  height: auto;
  margin-bottom: 15px;
}

.logo-column {
  border-left: 2px solid #f79321;
  padding: 20px 0 20px 43px;
}

.logo-column p {
  margin: 0;
}

.logo-column a {
  display: inline-block;
}

.footer-center-menu {
  display: flex;
  justify-content: space-between;
  padding: 12px 58px 0 58px;
}

.footer-center-menu p {
  margin: 0;
}

.footer-right-menu ul {
  margin: 0 0 0 23%;
  padding: 20px 0 20px 22px;
  border-left: 2px solid #f79321;
  list-style-type: none;
}

.footer-right-menu ul li {
  /*display: inline-block;
  /*margin-right: 36px;*/
  /*width: 30%;*/
}

.footer-right-menu ul li a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}
.footer-right-menu ul li a:hover {
  color: #f79321;
}
.copyright {
  background-color: #1e314c;
  border-top: 2px solid #f79321;
  padding-top: 25px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.copyright p {
  margin: 0;
}

.logo-column p b,
.copyright p b {
  font-weight: 600;
}

footer .form-wrapper {
  align-items: center;
}

.footer-center-menu p b {
  font-weight: 600;
}

.footer-center-menu p a {
  text-decoration: none;
  color: #333;
}

/*footer ends*/

/*About starts*/
/* .hero-banner:has(.breadcrumb) {
  padding-top: 100px;
} */

.hero-banner .breadcrumb {
  position: absolute;
  top: 14px;
  left: 5px;
  background-color: transparent;
  z-index: 1;
  margin-left: 0;
  list-style-type: none;
}

.hero-banner .breadcrumb li {
  margin: 0;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
}

.hero-banner .breadcrumb li:after {
  content: '>';
  color: #fff;
  padding-left: 5px;
  display: inline-block;
}

.hero-banner .breadcrumb li:last-child:after {
  display: none;
}

.hero-banner .breadcrumb li a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 991px){
 .header-footnote .footnote-wrapper h1 {
  text-align: center ! important;
}
}

/*About ends*/


.container-ab h2 {
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 42px;
}

.container-ab p {
  font-size: 18px;
  text-align: left;
}

.container-fluid.container-ab {
  /*max-width: 1540px;*/
  clear: both;
  padding-top: 80px;
  padding-bottom: 70px;
}

.columns-with-imgs {
  padding-right: 100px;
  padding-left: 100px;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns-with-imgs .row {
  align-items: center;
}

.columns-with-imgs .img-block {
  width: 45%;
}

.columns-with-imgs .content-block {
  width: 55%;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 20px 0 50px 0;
}

.dots span {
  display: block;
  height: 16px;
  width: 16px;
  background: #f79321;
  border-radius: 50%;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 2px #1e314c;
  border: 2px solid #fff;
  margin: 0 10px;
}

.columns-with-imgs h2 {
  margin: 20px 0;
  font-size: 40px;
}

.columns-with-imgs p {
  font-size: 18px;
}

.columns-with-imgs .reverse-block {
  flex-direction: row-reverse;
}

.columns-with-imgs .reverse-block .img-block {
  text-align: right;
}

.columns-with-large-links {
  background: #1d324d url(../image/SeehowQrooplewrks.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 17px 13px 25px 4px, rgba(0, 0, 0, 0.04) -13px 13px 20px 0px;
}

.columns-with-large-links .links-card {
  border: solid thin #ae937561;
  background-color: #fff;
  color: #2f2b2b;
  border-radius: 10px;
  box-shadow: inset rgba(0, 0, 0, 0.1) 2px 2px 25px 14px;
  padding: 20px;
  text-align: center;
}

.columns-with-large-links .container-fluid {
  padding: 0 60px;
}

.columns-with-large-links .col-12 {
  padding: 0 50px;
}

.columns-with-large-links .row {
  margin: 0 -50px;
}

.columns-with-large-links .links-card {
  border: solid thin #ae937561;
  background-color: #fff;
  color: #2f2b2b;
  border-radius: 10px;
  box-shadow: inset rgba(0, 0, 0, 0.1) 2px 2px 25px 14px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
}

.columns-with-large-links .links-card-inner {
  width: 100%;
}

.columns-with-large-links .links-card p {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.columns-with-large-links .links-card h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  margin: 20px 0 0 0;
  padding-right: 55px;
}

.columns-with-large-links .links-card .btn {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  padding: 5px 60px;
  border-radius: 5px;
  margin-top: 20px;
}

.columns-wth-large-card {
  padding: 85px 0;
  margin-bottom: 70px;
}

.columns-wth-large-card .container-fluid {
  padding: 0 70px;
}

.columns-wth-large-card .container-fluid .row {}

.columns-wth-large-card .container-fluid .col-12 {
  padding: 0 45px;
}

.columns-wth-large-card .large-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  padding: 30px;
  border: solid 1px #999fa7;
  border-radius: 5px;
  box-shadow: 14px 7px 16px 1px #1d130714;
  margin: 0 auto;
  width: 45%;
  margin-bottom: 32px;
  margin-top: 32px;
}

.columns-wth-large-card .large-card-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
  justify-content: space-between;
}

.columns-wth-large-card .large-card-head-img {
  width: 50%;
}

.columns-wth-large-card .large-card-head-heading {
  width: 50%;
}

.large-card-content p {
  font-size: 18px;
}

.large-card-footer {
  text-align: center;
  margin-bottom: 20px;
}

.large-card-footer .btn {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  padding: 5px 50px;
  border-radius: 2px;
  margin-top: 20px;
}

.large-card-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.what-footnote {
  background-color: #1e314c;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.what-footnote h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.what-footnote p {
  font-size: 18px;
  margin: 0;
  display: inline-block;
  max-width: 1150px;
}

.find-coupon form, .find-property-for-sale form {
  display: flex;
  padding: 15px 20px;
  flex-wrap: wrap;
  gap: 15px 0;
}

.find-coupon .form-actions {
  width: 100%;
  text-align: right;
}

.find-coupon .form-item.form-group:has(.form-actions) {
  width: 100%;
  float: right;
}
.find-coupon .form-actions input {
  display: inline-block;
  background-color: #50b432;
  border-color: #50b432;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 1;
  position: relative;
  box-shadow: 2px 3px 2px 0px #1d130759;
  border: 0;
  cursor: pointer;
}
.form-item label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
.home-find {
  color: #fff !important;
}
form#views-exposed-form-live-coupons-block-1 {
  display: none;
}
.form-item select {
  width: 100%;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  padding: 3px 0 3px 5px;
  color: unset;
  font-family: inherit;
}

.find-coupon .btn.btn-teritory, .property-for-sale-form .btn.btn-teritory{
  min-width: 150px;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 14px;
  box-shadow: 2px 3px 2px 0px #1d130759;
  font-family: inherit;
  font-weight: 600;
}
.property-for-sale-form .btn.btn-teritory {
  background-color: #50b432;
    border-color: #50b432;
}

.form-control {
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  padding: 3px 0 3px 5px;
  color: unset;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 34px;
}

.find-coupon input.form-text {
  font-weight: 600;
  font-family: inherit;
  color: #555;
}
.find-coupon input.form-text::placeholder {
  color: #333;
}
.input-group-addon {
  padding: 6px 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc !important;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.find-coupon .input-group {
  display: flex;
}
.find-coupon form label {
  font-weight: 400;
}
.input-group-addon img {
  width: 15px;
  height: 16px;
}
.all-coupons {
  background: #1e314c;
  padding: 45px 30px;
}

.all-coupons p {
  margin: 0 0 10px 0;
}

.all-coupons:has(.views-row) .row {
  gap: 35px 0;
  justify-content: center;
}
.live-coupons-user .all-coupons .basic-page-wrapper h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
}
.live-coupons-user .all-coupons {
  padding-bottom: 10px;
  padding-top: 45px;
}
.qroople-details {
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 15px;
  padding: 20px;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.view-qroople .qroople-details{
  display: flex;
  height: 100%;
  justify-content: center;
}
.qroople-details .details-wrapper {
  width: 100%;
}
.qroople-details .details-wrapper span{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.qroople-details .link-wrapper {
  position: absolute;
  width: 100%;
  top: 43%;
  left: 0;
  display: none;
}

.qroople-details .link-wrapper a {
  min-width: 150px;
  font-size: 14px;
  background-color: #f79321;
  color: #fff;
  padding: 15px;
  text-decoration: none;
}


.qroople-details .qr-sample {
  max-width: 100px;
  margin: 5px auto;
  border: 1px solid #f79321;
  border-radius: 10px;
  display: block;
  height: auto;
  box-shadow: 1px 1px 3px silver;
  /* padding: 10px; */
}
/* .qroople-details .qr-sample.new{
  padding: 10px;
} */
.qroople-details #second {
  color: #1e314c;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 700;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-top: -1px;
}

.qroople-details hr {
  border-top: 1px solid #000;
  border-bottom: 0;
  margin-top: 10px;
  margin-bottom: 10px;

}

/* .qroople-details:hover .details-wrapper {
  opacity: 0.30;
} */

.qroople-details .cash-back {
  color: #f79321 !important;
  font-size: 30px !important;
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}

.qroople-details:hover .link-wrapper {
  display: block;
}

.how-it-works h2 {
  font-size: 32px;
  text-align: center;
}

.how-it-works p b,
.how-it-works p strong {
  font-weight: 600;
}

.how-it-works p {
  font-size: 18px;
  margin: 0 0 10px 0;
}

.how-it-works {
  margin-bottom: 70px;
}

.how-it-works .box-frame {
  margin-left: 0;
  margin-right: 0;
}


.see-videos-button {
  margin-top: 0;
  margin-bottom: 120px;
  text-align: center;
}

.see-videos-button p {
  margin: 0;
}

.see-videos-button .btn {
  padding: 15px;
}

.see-videos-button+hr {
  border-top: 1px solid #f79321;
  max-width: 1140px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 0px;
}

.how-it-works {
  padding-top: 15px;
}

.how-it-works ul {
  list-style-type: none;
  padding-left: 20px;
}

.how-it-works li {
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
}

.how-it-works li strong {
  font-weight: 600;
}

.how-it-works li:before {
  content: "";
  position: absolute;
  left: -21px;
  top: 8px;
  height: 11px;
  width: 11px;
  background-color: #f79321;
  border-radius: 50%;
}

.qroople-img {
  max-width: 100%;
  margin: auto;
  box-shadow: 2px 3px 10px 2px #9d949482;
  margin-bottom: 30px;
  margin-top: 30px;
}

.qroople-payment{
  text-align: center;
    margin-top: 65px;
}

.qroople-payment img {
  max-width: 80%;
  height: auto;
}

#block-qroople-qrooplepayment {
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 120px;
}

.qroople-payment h4 {
  font-size: 20px;
  text-align: center;
  color: #333;
}

.how-it-works p b {
  font-weight: 600;
}

.how-it-works .new-container-hp-tenth {
  display: flex;
  align-items: center;
}

.box-frame {
  position: relative;
  text-align: center;
  background-color: #fff;
  padding: 25px 45px 45px;
  margin: 28px 15px 10px;
  border: solid thin #ae937561;
  box-shadow: 1px 1px 7px 2px #1d130714;
  border-radius: 5px;
}

.qroople-img img {
  max-width: 100%;
  height: auto;
}

#sixth {
  color: #000;
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: -10px;
  font-weight: 700;
  margin-right: 20px;
  margin-left: 20px;
}

.box-frame input,
.box-frame select {
  border: 1px solid #000;
  border-radius: 0;
  padding: 10px;
  height: auto;
  font-weight: 400;
  color: #000;
  width: 100%;
  margin-bottom: 0;
  border-radius: 5px;
  height: 42px;
  font-size: 14px;
}
.box-frame form .form-group .form-actions {
  margin-top: 35px;
}
.box-frame  form .form-group .form-item-telephone-number{
  margin-bottom: 15px;
}
.box-frame form .btn {
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  width: auto;
  border: 0;
  border-radius: 0;
}
.find-a-real-estate-coupon .heading:last-child {
  display: none;
}
.news {
  clear: both;
}

.sidebar {
  padding-right: 50px;
  margin-bottom: 35px;
}

.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar h2 {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
}

.sidebar li {
  border-top: 1px solid #f79321;
}

.sidebar li a {
  padding: 5px 15px;
  padding-left: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}

.sidebar li a:hover,
.sidebar li.active a,
.sidebar li a.is-active {
  color: #f79321;
}

.news article {
  margin-bottom: 60px;
}

.news article img {
  max-width: 100%;
}

.news .col-lg-9 {
  padding: 0;
}

.news .preheading {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

.news .preheading .category-col {
  color: #f79321;
  text-transform: uppercase;
}

.news .preheading .author-col {
  text-align: right;
  color: #337ab7;
}
.news .preheading .author-col:hover{
  color: #23527c;
}
.news .heading {
  padding-left: 15px;
  padding-right: 15px;
}

.news .heading h2 {
  margin: 20px 0 0 0;
  font-size: 24px;
}

.news .heading a {
  color: #000;
  text-decoration: none;
}
/*.news p{*/
/* font-size:18px;*/
/* color: #333;*/
/*}*/

.news .summary p {
  max-width: 95%;
  font-size: 18px;
}

.news .col-md-9 .summary {
  padding: 0 15px;
}

.news .container-fluid:has(.sidebar) {
  /*padding-top: 25px;*/
}

.news:not(:has(.article-img)) .col-lg-9 {
  padding-bottom: 180px;
}

#block-qroople-mainpagecontent article {
  margin-bottom: 0;
}
#block-qroople-mainpagecontent article h2{
  text-align: left;
}

.contact-blocks .cta {
  text-align: center;
  margin: 25px 0 0 0;
}
.contact .contact-blocks .container {
  padding: 0 30px;
}


.contact-blocks .cta img {
  max-width: 30px;
}

.contact-blocks .cta h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  margin-top: 16px;
}

.contact-blocks .cta p {
  margin-bottom: 0;
  margin-top: 10px;
}
.contact .hero-banner h1 {
  text-align: center;
}
.map-wrapper {
  margin-top: 35px;
  margin-left: 0;
  margin-right: 0;
}

.map-wrapper .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.map-wrapper .footnote {
  background-color: #1e314c;
  text-align: center;
  color: #fff;
  padding: 15px;
  font-size: 18px;
}

.map-wrapper .footnote h2 {
  font-size: 18px;
  margin: 0;
}

.map-wrapper .footnote p {
  font-size: 18px;
  color: #f79321;
  margin: 10px 0 0 0;
}

.map-wrapper .footnote a {
  color: #fff;
}


.policy {
  /* padding: 40px 0; */
}

.policy .sidebar {
  padding-right: 0;
}

.policy .sidebar ul {
  margin-bottom: 35px;
}

.policy .sidebar li:last-child {
  border-bottom: 1px solid #f79321;
}

.policy .sidebar li a {
  padding: 5px 0;
  font-size: 12px;
}

.policy .content h2 {
  font-size: 18px;
  text-align: left;
}

.policy .content h2 a {
  color: #000;
  font-weight: 600;
}
.policy .content h2 {
  margin-top: 20px;
  margin-bottom: 10px
}

.policy .sidebar .btn {
  width: 100%;
  padding: 15px;
  margin-bottom: 35px;
}

.policy .sidebar h2 {
  font-size: 14px;
}
.faqs .banner-text .header-footnote,
.policy .banner-text .header-footnote {
    display: none;
}
.policy .basic-page-wrapper p {
 font-size:14px;
}

.faqs {
  background-color: #1e314c;
  padding: 50px 0 120px 0;
}

.faqs .faq-inner-container {
  background-color: #fff;
  padding: 45px;
  position: relative;
  z-index: 1;
}

.faqs .faq-inner {
  position: relative;
  margin-top: 25px;
}

.faqs ul {
  list-style: none;
  padding: 0;
}

.faqs ul li {
  margin: 0.5em 0;
}

.faqs ul .inner {
  overflow: hidden;
  display: none;
  margin: 0;
  padding: .5em .5em .5em .7em;
}

.faqs ul li a.toggle {
  width: 100%;
  display: block;
  color: #000;
  padding: .5em .5em .5em .7em;
  margin-bottom: 5px;
  transition: background 0.3s ease;
  text-decoration: none;
  padding-right: 25px;
}

.faqs ul li {
  margin: 0.5em 0;
  border: 2px solid #000;
  margin-bottom: 20px;
  position: relative;
}

.faqs ul li:before {
  content: '';
  display: block;
  background-color: #000;
  width: 17px;
  height: 2px;
  top: 17px;
  position: absolute;
  right: 8px;
  transition: all ease-in-out 0.3s;
  pointer-events: none;
}

.faqs ul li:after {
  content: '';
  display: block;
  background-color: #000;
  width: 16px;
  height: 2px;
  top: 17px;
  right: 8px;
  position: absolute;
  transform: rotate(90deg);
  transition: all ease-in-out 0.3s;
  pointer-events: none;
}

.faqs ul li:has(.show):after {
  transform: rotate(0deg);
}

.faq-inner-container h2 {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}

.faq-inner-container h2 span {
  color: #f79321;
  font-weight: 600;
}

.faq-inner-container h6 {
  font-weight: 400;
  margin: 0 0 30px 0;
  font-size: 14px;
  text-align: center;
}

.faqs .faq-inner-container .view-footer {
  text-align: center;
  margin-top: 25px;
}

.faqs .faq-inner-container .view-footer p a {
  margin-top: 20px;
  min-width: 150px;
  position: relative;
  background-color: transparent !important;
  color: #fff;
  padding: 15px;
}

.faqs .faq-inner-container .view-footer p .btn-primary:before {
  content: '';
  display: block;
  background-color: #1e314c;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .2s ease-out;
}

.faqs .faq-inner-container .view-footer p .btn-primary:after {
  content: '';
  display: block;
  background-color: #f79321;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.faqs .faq-inner-container .view-footer p:has(a) {
  margin-bottom: 0;
}
.faq .hero-banner h1 {
  text-align: center;
}
.faqs .faq-inner-container .view-footer .btn-primary {
  background-color: #f79321;
  padding: 15px;
  margin-top: 20px;
  min-width: 150px;
}
.faqs .faq-inner-container .view-footer .btn-primary:hover{
  color: #fff;
}




.mobile-social-links,
footer.footer .mobile-quick-links {
  display: none;
}
.header-footnote.find-coupon-footnote{
  /* background-color: #1e314c; */
  padding: 20px 20px 20px;
  /* box-shadow: 1px 8px 9px 1px #1d130714; */
  margin-bottom: 0;
  position: relative;
}
.header-footnote.find-coupon-footnote .btn-third {
  background-color: #50b432 !important;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 25px;
  color: #fff;
  margin-bottom: 5px;
}
.note {
  text-transform: uppercase;
  margin-top: 0;
  border-bottom: 1px solid #f79321;
  margin-bottom: 40px;
}
.note p {
  margin: 0;
}
.note a {
  text-decoration: none;
  color: #333;
  padding: 20px 0 20px 15px;
  display: inline-block;
}

.qroople-details-wrapper .qroople-details {
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  border: 1.2px solid #ae937561;
  box-shadow: 1px 1px 9px 2px #1d130714;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  height: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.download-wrapper img {
  max-width: 100%;
  height: auto;
}

.download-wrapper .btn {
  padding: 10px 35px 10px 39px;
  margin-bottom: 25px;
  font-weight: 700;
}

.download-wrapper .btn:hover{
  color: #fff;
}

.download-wrapper {
  text-align: center;
  margin: 35px 0 10px 0;
  clear: both;
  float: left;
  width: 100%;
}
.download-wrapper p{
    font-size: 18px;
    font-weight: 700;
    color: #50b432;
    margin-top: 0px;
    margin-bottom: 0;
}

.boost-wrapper {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
}

.boost-wrapper .btn {
  padding: 10px 30px;
  font-size: 14px;
  box-shadow: 2px 3px 2px 0px #1d130759;
  font-weight: 600;
}

.right-ads img {
  max-width: 100%;
  height: auto;
}

.coupon-agreement-main-content h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  text-transform: uppercase;
  color: #1e314c;
}

.coupon-agreement-main-content h2 span {
  font-weight: 600;
  color: #f79321;
}

.coupon-agreement-main-content p, .coupon-agreement-main-content table td {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.coupon-agreement-main-content table{
  margin-bottom: 10px;
}
.coupon-agreement-main-content td a {
  border-bottom: 2px solid #000;
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
.coupon-agreement .qroople-details-wrapper .boost-wrapper {
  margin-top: 10px;
  margin-bottom: 25px;
}
.coupon-agreement .qroople-details-wrapper .qroople-details p {
  margin-top: 0;
  margin-bottom: 10px;
}

article .coupon-agreement .container .row .col-12:first-child,
.qroople-noresult-block .coupon-agreement .container .row .col-12:first-child {
  padding: 0;
}
article .coupon-agreement .social-share-outer .container .row .col-12:first-child{
  padding-left: 15px;
}
.qroople-noresult-block .coupon-agreement .container .row .col-12:first-child{
  margin: 0;
}
.coupon-agreement .right-ads p {
  margin-top: 0;
  margin-bottom: 10px;
}
.coupon-agreement .right-ads a img {
  margin-bottom: 15px;
  box-shadow: 2px 3px 7px 1px #1d130759;
}

.steps-wrapper {
  border-top: 1px solid #f79321;
  padding-top: 20px;
}

.steps-wrapper .icon {
  display: inline-block;
  width: 12%;
  vertical-align: top;
}

.steps-wrapper .info {
  display: inline-block;
  width: calc(86% - 10px);
  margin-bottom: 25px;
  font-size: 16px;
}
.steps-wrapper .icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.steps-wrapper .info p {
  margin: 0 0 4px 0;
}
.steps-wrapper .info p b {
  font-weight: 600;
}
.steps-wrapper .col-sm-4 {
  display: flex;
  align-items: flex-start;
  gap: 0px;
}

.news .summary .preheading {
  padding: 0 0;
}

.news .summary .preheading .category-col,
.news .summary .preheading .author-col {
  font-size: 10px;
  font-weight: 600;
}

.news .summary .preheading .author-col {
  color: #333;
}

.news .summary h2 {
  font-size: 24px;
  font-weight: 600;
}

.news .summary * {
  font-size: 18px;
}

.news .summary b,
.news .summary strong {
  font-weight: 600;
}
.news .pagination {
    margin: 20px 15px;
}
    
.how-it-works.boost-coupon h1 {
  font-size: 30px;
  margin: 60px 0 25px 0;
}

.qroople-explainer-columns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 100px;
  border: solid thin #ae937561;
  padding: 45px 35px;
}
.qroople-explainer-columns .qroople-explainer-right img {
  width: 100%;
}
.qroople-explainer-columns .qroople-explainer-left h2 {
  font-size: 30px;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.qroople-explainer-columns .qroople-explainer-left p {
  font-size: 18px;
  margin-left: 3px;
  margin-bottom: 15px;
}

.qroople-explainer-columns .qroople-explainer-left {
  width: 47%;
}

.qroople-explainer-columns .qroople-explainer-right {
  width: 47%;
  margin: auto;
  margin-right: 0;
  box-shadow: 2px 1px 8px 1px #cdcac382;
}

.qroople-explainer-header {
  padding: 0 35px 60px;
  margin: 55px 0 0 0;
}

.qroople-explainer-header p {
  font-size: 20px;
  margin-left: 3px;
  margin-bottom: 0px;
}

.qroople-explainer-header h1 {
  font-size: 38px;
  margin: 0 0 30px;
}

.orange-list {
  margin: 30px 0;
}

/* scroll to top */
#backtotop {
  background: url(../image/back-to-top.jpg) no-repeat center center;
  border: 0;
  bottom: 90px;
  cursor: pointer;
  display: none;
  height: 30px;
  width: 30px;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  z-index: 1;
  background-size: cover;
}

#backtotop:focus-visible {
  outline: 0;
}


/* service links */
.service-links {
  margin-top: 0 !important;
  display: inline-block !important;
}

.node-article .service-links a {
  display: inline-block;
}

.service-links img {
  width: 45px;
  height: 45px;
  height: auto;
  padding: 0 !important;
}

.node-1856 .header-footnote {
    background-color: #1e314c;
    margin-bottom: -5px;
    padding-bottom: 30px;
}

/* ads */
.qroople-ads {
  color: #1e314c;
  text-decoration: none;
  font-size: 20px;
  display: block;
  font-weight: 600;
}

/* pagination */
.coupon-pager .pagination {
  margin: 0 -25px 0 -25px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination>li {
  display: inline;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 8px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.coupon-pager .pagination li.active span,
.coupon-pager .pagination li.pager__item.is-active a {
  color: #f79321;
}
.coupon-pager .pagination li span, .coupon-pager .pagination li a {
  color: #fff;
  background-color: transparent;
  border: 0 solid;
  font-size: 16px;
}
.coupon-pager .pagination li span:hover, .coupon-pager .pagination li a:hover {
  color: #f79321;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.text-center{
  text-align: center;
}

/* qroopal coupons */
.qroopal-coupons .summary p {
  font-size: 20px;
}
.qroopal-coupons .btn-secodary {
  box-shadow: none;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 35px;
}

/* thank you coupon */
.coupon-wrapper {
  max-width: 780px;
  margin: auto;
  background: #fff;
  padding: 30px 75px 50px 75px;
  margin-bottom: 10px;
}
.heading .your-coupon {
  display: block;
  text-align: center;
}
.heading .your-coupon p {
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  background-color: #f79321;
  content: '';
  height: 100%;
  padding: 3px 7px;
  border-radius: 5px;
  margin: 0 auto;
  width: auto;
  display: inline-block;
}
.cash-back-value-wrapper {
  border: 2px solid #f79321 !important;
  padding: 15px;
  margin-top: -11px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 3px #766d6261;
  border-radius: 5px;
}
.cash-back-value-wrapper h1 {
  font-size: 80px;
  margin-left: 1px;
  margin-bottom: -10px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  margin-top: 18px;
}
.cash-back-value-wrapper h2 {
  font-size: 67px;
  margin-left: 1px;
  margin-bottom: 15px;
  color: #333;
}
.wrapper-thanks {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.wrapper-thanks img {
  max-width: 20%;
  margin: 0 auto;
}
.button-post-more .btn-teritory {
  padding: 10px 15px;
  font-size: 14px;
}
.button-post-more {
  margin: 50px 0 50px 0;
  display: block;
}


/* tabs */
input[name="tab-group"] {
  display: none;
}

.tabs {
  display: flex;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
}

.tabs div {
  padding: 10px 20px;
  text-align: center;
  transition: background 0.3s ease;
  border-radius: 4px 4px 0 0;
  color: #337ab7;
}

.tabs div:hover {
  background-color: #eee;
}

.tabs .active {
  background: #fff;
  border-bottom: none;
  color: #555;
  border: 1px solid #ddd;
  border-bottom-color: #fff;
  margin-bottom: -1px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.help-block {
  color: #777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.form-actions .form-submit {
  background-color: #f79321;
  border-color: #f79321;
  color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 2px;
  font-weight: 600;
  font-family: 'Open Sans';
  line-height: 18px;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
.form-actions .form-submit img {
  width: 16px;
}
form .form-group {
  margin-bottom: 15px;
}
form.node-properties-delete-form .warning-message {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a {
  color: #337ab7;
  text-decoration: none;
}
#block-qroople-tabs ul li a:hover {
    background-color: #eee;
}
#block-qroople-tabs ul li a.is-active {
    background: #fff;
    border-bottom: none;
    color: #555;
    border: 1px solid #ddd;
    border-bottom-color: #fff;
    margin-bottom: -1px;
}
#block-qroople-tabs ul li a {
    padding: 10px 20px;
    text-align: center;
    transition: background 0.3s ease;
    border-radius: 4px 4px 0 0;
    color: #337ab7;
    list-style-type: none;
    display: inline-block;
    text-decoration: none;
}
#block-qroople-tabs ul li {
    list-style-type: none;
}
#block-qroople-tabs ul {
    padding-left: 0;
    display: flex;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
}


.container-fluid:has(.sidebar){
  max-width: 1170px;
}
.container-fluid:has(.sidebar) .col-12.col-lg-3 {
  padding: 0 15px !important;
}
.container-fluid:has(.sidebar) .article-img img {
  width: 100%;
}

.container-fluid:has(.sidebar) {
  max-width: 1170px;
  padding-top: 30px;
}
.slider-wrapper {
  position: relative;
}
.slider-wrapper .operator.minus {
  left: -20px;
}
.slider-wrapper .operator.minus {
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 30px;
  line-height: 10px;
  position: absolute;
  top: -9px;
  text-align: center;
  border: 2px solid #000;
  z-index: 2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider-wrapper .ui-slider {
  border: 0 solid #000!important;
  height: 2px;
  background: #000;
  padding-left: 25px;
  width: calc(100% - 28px);
  margin-left: 8px;
}
.coupon .slider-wrapper .operator.plus:after {
  content: "";
  background: #000;
  height: 2px;
  position: absolute;
  left: auto;
  top: 50%;
  width: 50px;
  transform: translate(-50%, -50%);
  right: -7px;
}
.coupon .slider-wrapper .operator.minus:after {
  content: "";
  background: #000;
  height: 2px;
  position: absolute;
  left: 41px;
  top: 50%;
  width: 50px;
  transform: translate(-50%, -50%);
}
.slider-wrapper .ui-slider span.ui-slider-handle {
  border-radius: 50%;
  background-color: #f79321;
  border: 0 solid;
  z-index: 10;
  width: 1.7em;
  height: 1.7em;
  top: -11px;
}
.slider-wrapper .operator.plus {
  right: -15px;
  font-weight: 700;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 10px;
  position: absolute;
  top: -9px;
  text-align: center;
  border: 2px solid #000;
  z-index: 2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.coupon .slider-wrapper{
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
.purchase-value {
  margin: 25px 0 30px;
  text-align: center;
}
.purchase-value span {
  font-size: 32px;
  font-weight: 600;
}

.cash-back-value-wrapper h3 {
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cash-back-value-wrapper p.cash-back-value {
  font-size: 32px;
  color: #f79321 !important;
  font-weight: 700;
  margin-bottom: -10px;
  text-align: center;
}
.white-box .your-coupon p {
  color: #fff !important;
  font-size: 13px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  margin-bottom: 0;
}
.white-box .your-coupon {
  display: inline-block;
  background-color: #f79321;
  content: '';
  height: 100%;
  padding: 3px 7px;
  margin-bottom: -20px;
  border-radius: 5px;
  margin-top: 0;
}
#seventh {
  text-align: center;
  margin: 10px 35px 15px;
  font-size: 20px;
  color: inherit;
  line-height: 1.3;
  font-weight: 700;
}
.find-a-real-estate-coupon .row {
  justify-content: center;
}
.find-a-real-estate-coupon .row .search-home p#seventh {
  margin-left: 0;
  margin-right: 0;
}
.slider-wrapper p {
  font-size: 14px;
  text-align: center;
  margin: 20px 0 1px;
}
.coupon {
  padding: 0 31px;
}
.find-a-coupon form.node-qroople-form {
  background-color: #fff;
  padding: 25px 20px 45px;
  border: solid thin #ae937561;
  box-shadow: 0 6px 7px 2px #1d130714;
  border-radius: 0px 0px 5px 5px;
  max-width: 780px;
  margin: 0px auto 0 auto;
  border-top: 0;
}
.find-a-coupon .find-a-real-estate-coupon .white-box {
  box-shadow: 0px -1px 7px 2px #1d130714 !important;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.find-a-coupon form.node-qroople-form h3 {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}
.find-a-coupon form.node-qroople-form .form-item select, .find-a-coupon form.node-qroople-form .form-item input {
  border-radius: 5px;
  padding: 8px 10px;
  height: 42px;
  color: #000;
  border: 1px solid #818080;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.node-qroople-form .description {
  font-size: 14px;
  padding: 0 0 2px 11px;
}

.find-a-coupon form.node-qroople-form .form-item label.option a {
  color: #f79321;
}
.find-a-coupon form.node-qroople-form .form-item label.option {
  font-weight: 400;
  text-align: center;
}
.find-a-coupon form.node-qroople-form .form-actions {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.find-a-coupon form.node-qroople-form input.form-submit {
  box-shadow: 2px 3px 2px 0px #1d130759;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  background-color: #50b432;
  border-color: #50b432;
  color: #fff;
  padding: 10px 15px;
  border: 0;
  font-size: 14px;
  line-height: 1.42857143;
}

.find-a-coupon form.node-qroople-form .form-item {
  position: relative;
}

.find-a-coupon form.node-qroople-form .form-item .comma-error p {
  margin: 0;
}

.find-a-coupon form.node-qroople-form .form-item select {
  font-size: 14px;
  font-weight: 400;
}
.find-a-coupon form.node-qroople-form .js-form-type-checkbox input {
  width: 20px;
  height: 20px;
  margin: 0;
}
.find-a-coupon form.node-qroople-form .js-form-type-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.find-a-coupon form.node-qroople-form .js-form-type-checkbox label.option {
  margin-bottom: 0;
}
.find-a-coupon form.node-qroople-form .col-md-10.col-md-offset-1:has(p#twelve) {
  margin: auto;
  margin-top: 20px;
}
.find-a-coupon form.node-qroople-form p#twelve {
  text-align: left;
  font-size: 18px;
  margin-bottom: 0;
}

.search-coupons-form .form-coupon p label {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
}

.search-coupons-form .form-coupon p label .comma-error {
  top: 75px;
}

.search-coupons-form .form-coupon p label .comma-error p {
  font-size: 13px;
  margin-bottom: 0px;
}

.search-coupons-form .form-coupon .form-actions {
  text-align: center;
}

.search-coupons-form .form-coupon .form-actions {
  margin-top: 45px;
}

.search-coupons-form .form-coupon .form-actions .form-submit {
  display: inline-flex;
  background-color: #50b432;
  box-shadow: 2px 3px 2px 0px #1d130759;
  padding: 10px 15px;
  font-weight: 700;
}

.search-coupons-form .form-coupon p input{
  width: calc(100% - 30px);
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #555;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  padding: 0 12px;
  font-size: 18px;
}

.search-coupons-form .form-coupon p input:focus, .find-coupon form select:focus, .find-coupon form input:focus,body .form-group.auto-complete-wrap .field--type-string input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
  border-color: #66afe9;
}

.search-coupons-form .form-coupon p input::-moz-placeholder,
.search-coupons-form .form-coupon p input::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}
.search-coupons-form .form-coupon p input::placeholder{
  color: #000;
}
.main-content {
  min-height: calc(100vh - 420px);
}
.user-login-form .form-item input.form-submit {
  text-transform: uppercase;
  background-image: url(https://www.qroople.com/login.png);
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 14px 15px 14px 35px;
  background-position: 13px;
}

.policy .hero-banner h1 {
  text-align: center;
}
.loader-wrapper {
  width: 100%;
  position: fixed;
  height: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.loader-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 1);
  left: 0;
  top: 0;
}
.loader-wrapper img {
  z-index: 99999;
  position: relative;
}
.news div:has(.summary) {
  margin-bottom: 50px;
}

.addtocard-form-wrapper form {
  padding: 30px 0;
}
.addtocard-form-wrapper form table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.addtocard-form-wrapper form table th,
.addtocard-form-wrapper form table td {
  padding: 12px 8px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.addtocard-form-wrapper form table th {
  background-color: #f8f8f8;
  color: #333;
  font-weight: bold;
  text-align: left;
}

.addtocard-form-wrapper form table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.addtocard-form-wrapper form table th:last-child,
.addtocard-form-wrapper form table td:last-child{
  text-align: right;
}
.addtocard-form-wrapper form table td input{
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 7px 4px;
}
.addtocard-form-wrapper form .form-actions{
  display: flex;
  gap: 10px;
}
.addtocard-form-wrapper form td .delete-order-item  {
  background-color: #1e314c;
  border-color: #1e314c;
  color: #fff;
  padding: 10px 15px;
  box-shadow: 2px 3px 2px 0px #1d130759;
  cursor: pointer;
}

.addtocard-form-wrapper form [data-drupal-selector="order-total-summary"]{
 padding-top: 20px;
 padding-bottom: 20px;
}
.addtocard-form-wrapper form [data-drupal-selector="order-total-summary"] .order-total-line__total,
.addtocard-form-wrapper form [data-drupal-selector="order-total-summary"] .order-total-line{
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.checkout-pane-order-summary th {
  font-size: 12px;
  border: 1px solid #ccc !important;
  padding: 5px !important;
  text-transform: uppercase;
  text-align: center !important;
}
.checkout-pane-order-summary td {
  max-width: 100px;
  word-break: break-all;
  padding: 5px !important;
  border: 1px solid #ccc !important;
  text-align: center !important;
}

.checkout-pane-order-summary table {
  border-collapse: collapse;
  width: 100%;
}

.checkout-pane-order-summary footer {
  margin-top: -1px;
  padding: 20px 0;
}

.chcekout-form-wrapper .form-actions .form-submit {
  background-color: #50b432;
  border-color: #50b432;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.chcekout-form-wrapper form{
 padding: 30px 0;
}


.chcekout-form-wrapper .checkout-pane {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 8px;
  background-color: #f9f9f9;
  margin-bottom: 30px;
}

.chcekout-form-wrapper .checkout-pane legend {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}


.chcekout-form-wrapper .checkout-pane input,
.chcekout-form-wrapper .checkout-pane select {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 41px;
}


.chcekout-form-wrapper .checkout-pane label {
  font-weight: 600;
  color: #555;
}

.chcekout-form-wrapper .js-form-item {
  margin-bottom: 1rem;
}


.chcekout-form-wrapper .form-select {
  background-color: #fff;
  cursor: pointer;
}

.chcekout-form-wrapper .address-container-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.chcekout-form-wrapper .address-container-inline .js-form-item {
  flex: 1;
  min-width: 250px;

}
.chcekout-form-wrapper .address-container-inline > .js-form-item{
  margin-right: 0;
}
.chcekout-form-wrapper .form-checkbox {
  width: auto;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.chcekout-form-wrapper .form-wrapper button {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  border: none;
  background-color: #007bff;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
}

.chcekout-form-wrapper .checkout-pane input:focus,
.chcekout-form-wrapper .checkout-pane select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 4px rgba(0, 123, 255, 0.25);
}
.chcekout-form-wrapper .js-form-item.js-form-type-checkbox {
  display: flex;
  align-items: center;
}
.chcekout-form-wrapper .js-form-item.js-form-type-checkbox input[type="checkbox"]{
height: auto;
width:auto;
padding: 0;
}
.chcekout-form-wrapper .layout-region-checkout-secondary .checkout-pane-order-summary,
.chcekout-form-wrapper .layout-region-checkout-secondary .checkout-pane-coupon-redemption{
  margin-bottom: 20px;
}
.chcekout-form-wrapper .layout-region-checkout-secondary .checkout-pane-order-summary .checkout-order-summary table {
  width: 100%;
}
.chcekout-form-wrapper .layout-region-checkout-secondary .checkout-pane-order-summary .checkout-order-summary table td:last-child{
  text-align: right;
}
.chcekout-form-wrapper .layout-region-checkout-secondary  .form-submit{
  background-color: #f79321;
  border-color: #f79321;
  color: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 2px;
  font-weight: 600;
  font-family: 'Open Sans';
  padding: 0;
}
.chcekout-form-wrapper .layout-region.layout-region-checkout-main,
.chcekout-form-wrapper .checkout-pane-payment-process {
  margin-bottom: 20px;
}
.comma-error {
  display: none;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 13px;
  margin-top: 5px;
  border: 1px solid #000;
  padding: 5px;
  position: absolute;
  z-index: 1000000000000;
  top: 100%;
  background: #fff;
  box-shadow: 3px 3px 3px #000000a6;
  left: 0;
  border-radius: 5px
}

.comma-error .exclamation {
  padding: 1px 9px;
  background: red;
  font-size: 15px;
  color: #fff;
  margin: 4px
}
.no-results-qroople.page{
  display: none;
}

.hide-field{
  display: none;
}
.layout-region-checkout-footer .form-actions input {
  border: 0;
  box-shadow: 2px 3px 2px 0px #1d130759;
  font-size: 14px;
}
.layout-region-checkout-footer .form-actions {
  display: flex;
  gap: 15px;
}
.link--previous {
  background-color: #f79321;
  border-color: #f79321;
  color: #fff !important;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content:center;
  gap: 2px;
  font-weight: 600;
  font-family: 'Open Sans';
  width: fit-content;
  box-shadow: 2px 3px 2px 0px #1d130759;
  text-decoration: none !important;
}
.eu-cookie-compliance-message .find-more-button {
  color: #333 !important;
  font-weight: bold;
  font-size: 14px;
  font-family: inherit;
}
.eu-cookie-compliance-buttons .button {
  font-weight: inherit;
  font-size: inherit;
}
.eu-cookie-compliance-buttons .button.decline-button {
  font-weight: bold;
  line-height: inherit;
}
.eu-cookie-compliance-buttons .agree-button {
  font-family: inherit;
}


.profile.profile--type--customer div {
  margin-bottom: 7px;
}
.layout-region-checkout-secondary h3 {
  margin-top: -12px;
  margin-bottom: 5px;
  font-size: 1.3em;
  font-weight: bold;
}
.all-coupons:has(.no-results) {
  background: #fff;
  padding: 0;
}
.all-coupons:has(.no-results) .no-results {
  width: 100%;
}
.no-results-qroople.page .coupon-agreement .qroople-details-wrapper .qroople-details,
.all-coupons .coupon-agreement .qroople-details-wrapper .qroople-details {
  margin-top: 5px;
}
.no-results-qroople.page .coupon-agreement .qroople-details-wrapper .qroople-details p,
.all-coupons .coupon-agreement .qroople-details-wrapper .qroople-details p {
  margin-top: 10px;
  margin-bottom: 15px;
}
.no-results-qroople.page .right-ads img,
.all-coupons .right-ads img {
  box-shadow: 1px 1px 3px silver !important;
}
.qroople-ads strong {
  font-weight: 600;
}
.no-results-qroople.page .download-wrapper p {
  margin-top: 0;
}
.no-results-qroople.page .coupon-agreement {
  padding-bottom: 20px;
}
.coupon-agreement-main-content a {
  color: inherit;
}
.no-results-qroople.page .qroople-details hr, .all-coupons .qroople-details hr{
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 0;
}
.all-coupons .qroople-ads strong {
  font-size: 16px;
  margin-top: 7px;
}
.all-coupons .coupon-agreement {
  margin-bottom: 20px;
}
.pac-container:after {
  background-image: none !important;
  height: 0px;
}
.how-it-works .paragraph--type--title-with-description-form h2 {
  text-align: left;
  font-size: 30px;
  margin-top: 60px;
}
.how-it-works .paragraph--type--title-with-description-form .boost-container .col-md-10 {
  padding: 0;
  max-width: 100%;
}
.how-it-works .paragraph--type--title-with-description-form .boost-container .boost-box .image-qroople {
  border-style: solid;
  border-width: thin;
  border-color: #ae937561;
  box-shadow: 1px 1px 7px 2px #1d130714;
  margin-bottom: 50px;
}
.how-it-works .paragraph--type--title-with-description-form .boost-container .boost-box .image-qroople img {
  width: 100%;
  height: auto;
}
.node-7106 .how-it-works{
    margin-bottom: 0;
   }
.node-7106 .qroopal-coupons .btn-secodary {
    margin-bottom: 75px;
}
.payment-info-wrap div > div:first-child {
  font-weight: bold;
}
.views-element-container > div table.cols-5 {
  margin-top: 15px;
  border-spacing: 0;
}
.customer-billing .profile--type--customer div > div:first-child {
  font-weight: bold;
  margin-top: 10px;
}
.customer-billing .field__label {
  font-weight: bold;
}
.customer-information > div > div:first-child {
  font-weight: bold;
}
.customer-information > div {
  margin-bottom: 15px;
}
.order-information {
  margin-bottom: 30px;
}
table.cols-5 tr td, table.cols-5 tr th {
  text-align: left;
  border: 1px solid;
  padding: 5px;
}
table.cols-5 tr th {
  border-bottom: 0;
}
.layout-region-checkout-footer .form-actions .make-payment + .link--previous {
  background: red;
}

.layout-region-checkout-footer .form-actions .make-payment {
  background-color: #50b432;
  border-color: #50b432;
  cursor: pointer;
}

.order-information table.cols-7 {
  border-spacing: 0;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.order-information table.cols-7 th,
.order-information table.cols-7 td {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: left;
}
#edit-field-terms-1{
  display: none;
}

.search-coupons-form .auto-complete-wrap p {
  width: calc(100% - 10px);
}
.search-coupons-form .auto-complete-wrap {
  /* display: flex; */
  align-items: center;
  width: 100%;
  position: relative;
}

body .search-coupons-form .auto-complete-wrap input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .search-coupons-form .auto-complete-wrap .input-group-addon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 50px;
  margin-top: 0;
  border-left: 0;
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-25%);
}
.auto-complete-wrap .input-group-addon svg {
  width: 17px;
  height: 17px;
}
.auto-complete-wrap .input-group-addon svg path{
  fill: #777;
}
.auto-complete-wrap .glyphicon{
  display: contents;
}
.rotate {
  animation: rotate-icon 1s linear infinite;

}
.auto-complete-wrap .input-group-addon .rotate path{
  fill: #66afe9;
}

@keyframes rotate-icon {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.find-coupon form .form-item {
  position: relative;
}
.find-coupon form .form-item-where-do-you-want-to-buy input{
  width: calc(100% - 30px);
}
.find-coupon form .form-item .form-item-where-do-you-want-to-buy + .auto-complete-wrap{
 position: absolute;
 top: 50%;
 right: 3px;
 margin-top: -6px;
}
.find-coupon form .form-item .form-item-where-do-you-want-to-buy + .auto-complete-wrap .input-group-addon{
  padding: 8px 12px;
}

.how-it-works .box-frame form .form-group:last-child {
  margin-bottom: 0;
}
.form-group.auto-complete-wrap {
  display: flex;
  width: 100%;
}
.form-group.auto-complete-wrap .field--type-string{
  width: calc(100% - 30px);
}

body .form-group.auto-complete-wrap .field--type-string input{
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body .form-group.auto-complete-wrap .input-group-addon{
  height: 42px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.node-23  .find-a-coupon .find-a-real-estate-coupon .white-box{
  margin-top: 45px;
  padding-bottom: 2px;
}

.node-23 .find-a-coupon .white-box .white-box-inner{
  margin:20px 0 40px;
}
.node-23 .find-a-coupon form.node-qroople-form h3:first-child {
  margin-top: 0;
}
.find-a-coupon form.node-qroople-form fieldset.captcha {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.find-a-coupon form.node-qroople-form fieldset.captcha .captcha__element{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 -13px;
}
.find-a-coupon form.node-qroople-form fieldset.captcha .captcha__title{
  display: none;
}
.node-23 .find-a-coupon form.node-qroople-form fieldset .form-item{
  justify-content: center;
  width: 100%;
}
.node-23 .hp-second-inner hr{
   margin-top: 20px;
    margin-bottom: 20px;
    border-top: 3px solid #df7820;
    width: 20%;
}
.node-23 .card-large hr {
    border-top: 3px solid #df7820;
    width: 20%;
}

.basic-page-wrapper > div{
  margin: 25px 0 120px;
  display: flow-root;
}
.basic-page-wrapper  p {
  font-size: 20px;
  margin: 0 0 10px;
}
.basic-page-wrapper  h2{
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  text-align: center;
}

.basic-page-wrapper p strong{
  font-weight: 600;
}
.hero-banner h1 strong{
  font-weight: 600;
}

body.policy .main-content{
  margin-bottom: 120px;
}
.maintenance {
  margin-top: 50px !important;
}
.node-7251 .qroople-img{
max-width: 90%;
}

.node-7251 .promo-code-form{
  background-color: #fff;
    padding: 25px 20px 25px;
    box-shadow: 0px -1px 7px 2px #1d130714;
    border-radius: 10px;
    max-width: 980px;
    margin: 45px auto 45px auto;
    border-top: 0;
}

.node-7251 form.webform-submission-promo-code-add-form fieldset.captcha {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.node-7251 form.webform-submission-promo-code-add-form fieldset.captcha .captcha__element{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 -13px;
}

.node-7251 form.webform-submission-promo-code-add-form fieldset.captcha .captcha__title{
  display: none;
}

.node-85 .hero-banner h1{
 color: #333;
}
.node-85 .header-footnote {
  display: none;
}
.node-85 .banner-text .hero-banner .home-header,
.node-85 .banner-text .views-row.container,
.node-85 .hero-banner .container {
  display: block;
}
.node-85 .hero-banner h1{
 text-shadow: 1px 1px 8px #00000000;
}

.node-85 .btn-secondary{
  background-color: #1e314c;
  border-color: #1e314c;
}
.node-85 .btn-primary{
  background-color: #f79321;
    border-color: #f79321;
}
.news .preheading .col-full {
  padding: 0;
}
.node-85 .main-content{
  min-height: auto;
}
.chcekout-form-wrapper form .layout-checkout-form #edit-actions {
    display: flex;
    gap: 15px;
}
.chcekout-form-wrapper form .layout-checkout-form #edit-actions a.link--previous {
    background: red;
    margin-bottom: 5px;
}
@media (max-width: 575px) {
    .chcekout-form-wrapper form .layout-checkout-form #edit-actions {
        flex-direction: column;
    }
    .chcekout-form-wrapper form .layout-checkout-form #edit-actions a.link--previous{
       width:100%;
    }
}

/*two-columns-layout*/
.two-columns-layout {
  margin: 45px 0;
  border-radius: 8px;
}
.two-columns-layout .two-column-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  /* box-shadow: 0px 0px 1px 1px #2d1e0d14;
  border: solid thin #ffffff61; */
  padding: 45px;
  border-radius: 10px;
  max-width: 1600px;
  margin: auto;
}
.two-columns-layout .image-cta {
  box-shadow: 0px 0px 1px 1px #2d1e0d14;
  border: solid thin #ffffff61;
}
.two-columns-layout .main-heading {
  text-align: center;
}
.main-heading h2 {
  font-weight: 700;
  font-size: 36px;
  text-transform: capitalize;
  letter-spacing: -1px;
  color: #1E314C;
}

.two-columns-layout .two-column-wrapper.reverse {
  flex-direction: row-reverse;
}

.two-columns-layout .two-column-wrapper .image-block {
  width:41%;
}

.two-columns-layout .two-column-wrapper .content-block {
  width: 55%;
  text-align: center;
}

.two-columns-layout .two-column-wrapper .content-block h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

 .two-column-wrapper p ,
.basic-page-wrapper .two-column-wrapper p {
  font-size: 18px;
  margin-bottom: 25px;
}

.two-columns-layout .two-column-wrapper .image-block img {
  max-width: 100%;
  height: auto;
  width: 100%;
}


/*.featured-sec*/
.featured-sec {
  padding: 45px 30px;
  background: #1e314c;
}

.featured-sec .row {
  gap: 35px 0;
  justify-content: center;
}
.basic-page-wrapper .featured-sec h2,
.featured-sec h2 {
  margin-bottom: 25px;
}

.featured-sec img {
  max-width: 100%;
  height: auto;
}
.featured-sec .ab-properties {
  position: relative;
  box-shadow: 0 0 10px rgba(1, 1, 1, 0.11);
  border-radius: 15px;
  background: #fff;
  width: 100%;
  max-width: 320px;
}
.featured-sec .ab-properties .info-btn {
  padding-bottom: 0;
}

.node-6967 .featured-sec {
      margin-top: -35px;
}
@media(min-width: 768px){
  .featured-sec .ab-properties {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    max-width: 320px;
  }
}
.featured-sec .ab-properties .info-sec {
  padding: 0 0;
  overflow: hidden;
}
.featured-sec .ab-properties .info-sec .inf-pr {
  border-bottom: 1px solid #e7e7e7;
  padding: 16px 0 0 0;
}
.featured-sec .ab-properties .featur-hd {
  margin-top: 0;
  margin-bottom: 4px;
  transition: all 0.4s ease-in-out;
  color: #161616;
  font-size: 18px;
  font-weight: 700;
}

.featured-sec .ab-properties .featur-hd a {
  color: #1E314C;
  font-size: 20px;
  text-align: left;
  display: block;
}

.featured-sec .ab-properties .featur-hd a:hover {
  text-decoration: none;
}

.featured-sec .btm-hd {
  color: #1E314C;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 11px;
  margin-top: 10px;
  line-height: 25px;
}
.featured-sec .ab-properties .info-sec .hd-pr {
  padding: 14px 0 16px;
}
.featured-sec .lf-hd {
  color: #1E314C;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.featured-sec .views-row {
  display: flex;
  justify-content: center;
}
.featured-sec .ext-link {
  position: static;
}

.featured-sec .info-btn {
  padding: 0px 0 15px 0;
}


.info-btn .btn.btn-secondary {
  width: 100%;
  box-shadow: none;
  padding: 10px 13px;
}
.info-btn .btn.btn-secondary:hover {
  background-color: #50b432;
}


.featured-sec .ab-properties .img-sec {
  position: relative;
}

.featured-sec .ab-properties .img-sec img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px 15px 0 0;
}

.featured-sec .ab-properties .img-sec:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.featured-sec .main-heading h2 {
  margin-bottom: 45px;
  color: #fff;
}
.featured-sec .coupon-pager .pagination li *, .team-member .coupon-pager .pagination li * {
  font-weight: 600;
}
.featured-sec .coupon-pager .pagination, .team-member .coupon-pager .pagination {
  margin-top: 30px;
}
.featured-sec:has(.add-property) .main-heading h2 {
  margin-bottom: 20px;
}
.add-property {
  text-align: right;
}
.add-property a {
  color: #fff !important;
  background-color: #50b432;
  border-color: #50b432;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 2px 3px 2px 0px #1d130759;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 0;
}
.featured-sec .ab-properties .card-media-wrap span {
  background: #f79321;
  color: #fff;
  padding: 5px 15px;
  border-radius: 22px;
  position: absolute;
  z-index: 9;
  right: 20px;
  top: 20px;
  font-size: 13px;
  text-transform: capitalize;
}
.featured-sec:has(.delete-property) .img-sec:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  border-radius: 15px 15px 0 0;
}
.featured-sec:has(.delete-property) .ab-properties .info-btn{
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
/* all coupons */
.all-coupons.most-used {
  padding: 45px 30px;
}

.all-coupons.most-used .main-heading h2 {
  color: #fff;
}
.basic-page-wrapper .all-coupons.most-used p,
.all-coupons.most-used p {
  font-size: 14px;
}
.all-coupons.most-used .qroople-details .cash-back {
  font-size: 24px;
}

.all-coupons.most-used .qroople-details .qr-sample {
  margin: 5px auto 20px auto;
}

.all-coupons.most-used  .qroople-details .link-wrapper a {
  padding: 10px 15px;
}




.team-member {
  padding: 45px 30px;
  background: #1e314c;
}
.team-member h2 {
  margin-bottom: 45px;
  color: #fff;
}

.team-member img {
  max-width: 100%;
  height: auto;
}


.team-member .team-items {
  border-radius: 15px;
    background: #fff;
    position: relative;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 320px;
    width: 100%;
}

.team-member .team-image {
  transition: all 0.4s ease;
  border-radius: 15px;
  background: #D9E6FD;
  position: relative;
}
.team-member .team-image:after {
  padding-bottom: 100%;
  content: "";
  display: block;
}
.team-member .team-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: top;
  transition: all 0.4s ease;
  transform: scale(1);
  will-change: transform;
}
.team-member .team-caption {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  align-items: center;
  text-align: center;
  height: 100%;
  padding-bottom: 0;
}
.team-member .team-caption .team-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.team-member .team-name {
  font-size: 1.25rem;
  line-height: 1.4;
  color:#000;
  text-transform: capitalize;
  padding-bottom: 4px;
}
.team-member .team-job {
  font-size: 0.8125rem;
  color: var(--e-global-color-text);
  line-height: calc(20 / 13);
  padding-bottom: 0;
}

.basic-page-wrapper .team-member p,
.team-member p {
  font-size: 14px;
}


.team-member .more-info a {
  background: #f79321;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
}
.team-member .more-info a:hover {
  text-decoration: none;
  background-color: #50b432;
}
.team-member .views-row {
  display: flex;
  justify-content: center;
}
.team-member .views-row .views-field .field-content {
  display: flex;
  height: 100%;
}
.team-member .views-row .views-field {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 320px;
}
form.webform-submission-promo-code-add-form {
  background-color: #fff;
  padding: 25px 20px 25px;
  box-shadow: 0px -1px 7px 2px #1d130714;
  border-radius: 10px;
  max-width: 980px;
  margin: -55px auto 45px auto;
  border-top: 0;
}
form.webform-submission-find-a-property-add-form {
  background-color: #fff;
  padding: 25px 20px 25px;
  box-shadow: 0px -1px 7px 2px #1d130714;
  border-radius: 10px;
  /* max-width: 780px; */
  margin: 45px auto 45px auto;
  border-top: 0;
}


form.webform-submission-promo-code-add-form .form-item input, form.webform-submission-promo-code-add-form .form-item select,
form.webform-submission-find-a-property-add-form .form-item input, form.webform-submission-find-a-property-add-form .form-item select {
  border-radius: 5px;
  padding: 8px 10px;
  height: 42px;
  color: #000;
  border: 1px solid #818080;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
form.webform-submission-promo-code-add-form .form-item .form-submit,
form.webform-submission-find-a-property-add-form .form-item .form-submit {
  box-shadow: 2px 3px 2px 0px #1d130759;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  background-color: #50b432;
  border-color: #50b432;
  color: #fff;
  padding: 10px 30px;
  border: 0;
  font-size: 14px;
  line-height: 1.42857143;
  cursor: pointer;
  width: auto;
  margin: auto;
  border-radius: 0;
  margin-top: 20px;
}
.container:has(.webform-submission-find-a-property-add-form) p {
  text-align: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.container:has(.webform-submission-find-a-property-add-form) h2 {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  text-transform: capitalize;
  letter-spacing: -1px;
  color: #1E314C;
  margin-bottom: 0;
}
.container:has(.webform-submission-find-a-property-add-form) {
  margin-top: 45px;
}
.team-member .row {
  justify-content: center;
  gap: 35px 0;
}
form.user-form .form-item-pass .form-item input {
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  padding: 3px 0 3px 5px;
  color: unset;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 34px;
}
form.user-form .form-item-pass .form-item .password-strength, form.user-form .form-item-pass .form-item .password-confirm-message {
  color: #777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
form#user-form {
  margin-bottom: 20px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}


.real-estate-professionals-form .form-item:has(.form-item-field-user-location-value-selective),
.property-for-sale-form .form-item:has(.form-item-field-location-value-selective) {
  display: none;
}

.real-estate-professionals-form .form-item {
  margin-top: 5px;
}
.real-estate-professionals-form select, .property-for-sale-form select {
  width: 100%;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  padding: 3px 0 3px 5px;
  color: unset;
  font-family: inherit;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  height: 34px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  display: block;
}

.real-estate-professionals-form .pac-target-input, .property-for-sale-form .pac-target-input, .property-for-sale-form .form-item-field-amount-value input {
  width: 100%;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  padding: 3px 0 3px 5px;
  color: unset;
  font-family: inherit;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  height: 34px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  display: block;
}
.real-estate-professionals-form .professional-location, .property-for-sale-form .property-location {
  width: calc(100% - 43px);
}
.real-estate-professionals-form .input-group-addon, .property-for-sale-form .input-group-addon {
  height: 35px;
}

.real-estate-professionals-form .form-item:first-child,
.property-for-sale-form .form-item:first-child {
  display: flex;
  align-items: flex-end;
  gap: 0px;
}

.real-estate-professionals-form .professional-location label,
.property-for-sale-form .property-location label {
  max-width: 380px;
  font-weight: 400;
}

.find-coupon .real-estate-professionals-form .form-item.form-group,
.find-property-for-sale form.property-for-sale-form .form-item.form-group {
  width: auto;
}
.find-property-for-sale form.property-for-sale-form {
  justify-content: flex-end !important;
}
.find-property-for-sale form.property-for-sale-form .form-item.form-group {
  padding-right: 15px;
}
.find-coupon form.real-estate-professionals-form,
.find-property-for-sale form.property-for-sale-form  {
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
}
.find-coupon form.real-estate-professionals-form .col-lg-4:first-child {
  order: 4;
}

.find-coupon form.real-estate-professionals-form .col-lg-4:nth-child(2) {
  order: 3;
}
.find-coupon form.real-estate-professionals-form .form-item.form-group,
.find-property-for-sale form.property-for-sale-form .form-item.form-group {
  order: 4;
  display: inline-block;
}

.find-property-for-sale form.property-for-sale-form .col-lg-4:first-child {
  order: 1;
}
.find-property-for-sale form.property-for-sale-form .col-lg-4:nth-child(2){
  order: 2;
}
.find-property-for-sale form.property-for-sale-form .col-lg-4:nth-child(3) {
  order: 3;
}
form.profile-form input[type="text"], form.profile-form select {
  border: 1px solid #ccc;
  padding: 10px;
  font-weight: 400;
  color: #000;
  width: 100%;
  margin-bottom: 0;
  border-radius: 5px;
  height: 42px;
  font-size: 14px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
form.profile-form fieldset {
  border: 1px solid #ccc;
  padding: 10px;
  font-weight: 400;
  color: #000;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
form.profile-form .ck-editor__editable_inline, form.profile-form .ck.ck-sticky-panel__content {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-color: #ccc;
}
form.profile-form .form-item-field-company-description-0-format {
  margin-top: 15px;
  margin-bottom: 10px;
}
form.profile-form table.field-multiple-table tbody td.field-multiple-drag .handle,
form.node-properties-edit-form table tbody td a.tabledrag-handle {
 display: none;
}
form.profile-form table.field-multiple-table {
  width: 100%;
}
form.profile-form table.field-multiple-table tbody tr.draggable {
  margin-bottom: 15px;
  display: table;
  width: 100%;
  margin-left: -10px;
}
form.profile-form input.field-add-more-submit {
  margin-bottom: 20px;
}

form.profile-form .js-form-type-textarea textarea {
  width: 100%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-color: #ccc;
  border-radius: 5px;
  padding: 10px;
  font-family: 'Open Sans';
  margin-bottom: 10px;
}
form.profile-form .form-item-field-profession {
  margin-bottom: 15px;
}
form.profile-form {
  margin-bottom: 30px;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
}
form.profile-form input#edit-field-user-image-open-button,
form.profile-form button.tabledrag-toggle-weight,
form.profile-form table.field-multiple-table input.form-submit,
form.profile-form input.field-add-more-submit,
form.node-properties-edit-form button.tabledrag-toggle-weight,
form.node-properties-edit-form table input.form-submit {
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  display: block;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.3s;
  background-color: #f79321;
  border-color: #f79321;
  color: #fff;
  padding: 5px 15px;
  cursor: pointer;
}
form.node-properties-edit-form button.tabledrag-toggle-weight{
  display: none;
}
form.profile-form table.field-multiple-table input.form-submit{
  padding: 9px 15px;
  width: 100%;
}
form.profile-form table.field-multiple-table tr th h4 {
  text-align: left;
  font-weight: 700;
  margin: 0 0 -8px 0;
}
form.node-properties-form a.tabledrag-handle {
  display: none;
}
form.profile-form .form-actions .form-submit {
  margin-top: 0;
  padding: 10px 40px;
  cursor: pointer;
}
form.profile-form .field--name-field-user-location .tabledrag-toggle-weight-wrapper{
  display: none;
}
.company-profile {
  display: flex;
  border-radius: 15px;
  gap: 20px;
  /* border: 1px solid #ccc; */
  padding: 15px;
}
.profile.profile--type--professional {
  /* max-width: 840px; */
  margin-bottom: 50px;
  padding-top: 30px;
}
.company-profile .description {
  width: 60%;
  padding: 0;
  border: 0;
  border-radius: 10px;
}
.company-profile .title-media {
  width: 40%;
  border: 0;
  padding: 0;
  border-radius: 10px;
}
.company-profile .description h3 {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.company-profile .description span {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}
.company-profile .description p {
  margin-top: 0;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
}

.company-profile .description .view-less-btn {
  display: none;
}

.company-profile .description.active .view-less-btn {
  display: block;
}

.company-profile .description.active .view-more-btn {
  display: none;
}
.company-profile .description.active p {
  -webkit-line-clamp: inherit;
}
.company-profile .title-media img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  border-radius: 10px;

}
.user-locations {
  border-radius: 10px;
  margin: 30px 0px 50px 0;
}
.user-locations h2 {
  font-size: 24px;
}
.user-locations ul {
  /* border: 1px solid #ccc; */
  padding: 0;
  border-radius: 15px;
}
.user-locations ul li {
  display: inline-block;
  border: 1px solid #1e314c;
  padding: 5px 10px;
  border-radius: 25px;
  background: transparent;
  color: #1e314c;
  margin-bottom: 5px;
}
form.profile-form .form-actions {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
form.profile-form .js-form-file:hover,
form.node-properties-edit-form .js-form-file:hover,
form.node-properties-form .js-form-file:hover {
  background-color: #e6821f;
  border-color: #e6821f;
}
form.profile-form .js-form-file::before,
form.node-properties-edit-form .js-form-file::before,
form.node-properties-form .js-form-file::before {
  content: "Upload Image";
  display: inline-block;
  text-align: center;
  color: #fff;
}
form.profile-form .js-form-file::-webkit-file-upload-button,
form.node-properties-edit-form .js-form-file::-webkit-file-upload-button,
form.node-properties-form .js-form-file::-webkit-file-upload-button {
  visibility: hidden;
}
form.profile-form .js-form-file,
form.node-properties-edit-form .js-form-file,
form.node-properties-form .js-form-file{
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  display: inline-block;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.3s;
  background-color: #f79321;
  border: 2px solid #f79321;
  color: #fff;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 0;
  text-align: center;
  overflow: hidden;
  width: 139px;
  display: block;
  border-width: 2px;
  border-style: outset;
}
form.profile-form .form-actions a.button--danger {
  background-color: #d9534f;
  border-color: #d9534f;
  color: #fff;
  padding: 10px 45px;
  display: flex;
  align-items: center;
  gap: 2px;
  font-weight: 600;
  font-family: 'Open Sans';
  border-width: 2px;
  border-style: outset;
  border-image: initial;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}
form#views-exposed-form-media-library-widget input[type="text"], form#views-exposed-form-media-library-widget select {
  border: 1px solid #ccc;
  padding: 10px;
  font-weight: 400;
  color: #000;
  width: 100%;
  border-radius: 5px;
  height: 42px;
  font-size: 14px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin: 5px 0px 20px 0;
}
form.js-media-library-views-form{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
form.js-media-library-views-form .js-media-library-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  padding: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  margin-top: 0;
}
.js-media-library-view nav ul.js-pager__items li {
  display: inline;
}

.js-media-library-view nav ul.js-pager__items {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.profile-banner {
  max-width: 1170px;
  margin: auto;
  margin-top: 45px;
  margin-bottom: 45px;
}
.profile-banner h2 {
  border: 0;
  text-align: left;
  margin-left: 0;
  padding: 0;
  font-size: 20px;
  margin-bottom: 10px;
  color: #1e314c;
}
.profile-banner img {
  width: 100%;
  height: 300px;
  margin: auto;
  padding: 10px 0;
}
.profile-banner a {
  display: block;
  text-align: right;
  font-weight: 600;
  font-size: 18px;
  border: 2px solid;
  width: max-content;
  margin-left: auto;
  padding: 5px;
  text-decoration: none;
  color: #1e314c;
}

.form-managed-file input.form-submit {
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.3s;
  background-color: #f79321;
  border-color: #f79321;
  color: #fff;
  padding: 5px 15px;
  cursor: pointer;
}
form.profile-form .form-item-field-terms-conditions-value {
  margin-top: 15px;
}
form.profile-form .form-item-field-terms-conditions-value input {
  float: left;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  display: block;
  margin-right: 8px;
  margin-top: 0;
}
form.profile-form .form-item-field-terms-conditions-value label {
  margin-bottom: 2px;
  display: none;
}
form.profile-form .form-actions .boost {
  background-color: #f79321;
  border-color: #f79321;
  color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 2px;
  font-weight: 600;
  font-family: 'Open Sans';
  border-width: 2px;
  border-style: outset;
  border-image: initial;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}
.live-coupons-user .all-coupons.most-used {
  padding-bottom: 10px;
}
.live-coupons-user .all-coupons.most-used h2 {
  margin-bottom: 10px;
}

.qroople-details .more-info .btn-secondary {
  width: 100%;
}
.qroople-details .more-info .btn-secondary:hover {
  background: #50b432;
}
input#edit-submit-real-estate-professionals--2 {
  display: none;
}
input#edit-submit-property-for-sale-search--2 {
  display: none;
}
.find-property-for-sale form.property-for-sale-form button.increase {
  border: 0;
  background: transparent;
  position: absolute;
  right: 30px;
  top: 23px;
  width: 5px;
  height: 2px;
  padding: 0;
}
.find-property-for-sale form.property-for-sale-form button.decrease {
  border: 0;
  background: transparent;
  position: absolute;
  right: 30px;
  bottom: 18px;
  width: 5px;
  height: 2px;
  padding: 0;
}
.find-property-for-sale form.property-for-sale-form button:focus-visible {
  outline: 0;
}
/* html, body{
  background-color: #e74c3c;
} */
.wrapper{
  width:100%;
  padding-top: 20px;
  text-align:center;
}
/* h2{
  font-family:sans-serif;
  color:#fff;
} */
.carousel{
  width:90%;
  margin:0px auto;
}
.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}
.property-for-sale-slider {
  margin: 0 0 50px 0 !important;
  width: 100%;
}
.property-for-sale-slider img {
  margin: 0;
  height: 480px;
  object-fit: contain;
}
.hero-banner:has(.property-for-sale-slider){
  height: auto !important;
}
 .property-for-sale-slider {
  border: 1px solid;
  margin-top: 50px !important;
}
.views-row.container-fluid:has(.property-for-sale-slider) {
  padding: 0;
}
.property-for-sale-slider .slick-dots li.slick-active button {
  background: #f79321;
}
.property-for-sale-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
}
.property-for-sale-slider .slick-dots li button::before {
  content: "";
}

.property-for-sale-slider .slick-track {
  display: flex;
}
.property-for-sale--page .amount-value, .property-for-sale--page .location, .property-for-sale--page .property-type {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  margin-bottom: 20px;
  color: #1e314c;
  margin-right: 20px;
}

.coupon-agreement-main-content .property-type {
  font-size: 21px;
  font-weight: 600;
  display: flex;
  margin-bottom: 20px;
  color: #1e314c;
  margin-right: 20px;
}

.amount-value img, .location img, .property-type img {
  margin-right: 10px;
  width: 22px;
}
.description p {
  font-size: 16px;
  line-height: 1.5;
  color: #1e314c;
  margin: 30px 0;
}

.right-ads {
  margin-top: 30px;
}
.page-footer {
  margin: 50px 0;
}
.page-footer-item {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
}
.page-footer-item span {
  font-weight: 700;
  font-size: 18px;
}
.page-footer-item a {
  font-size: 18px;
  font-weight: 700;
}
.submitted-by {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}
.property-for-sale-slider .slick-dots {
  bottom: -40px;
}
.property-for-sale--page .qroople-agreement-wrapper {
  margin-top: 30px;
}
.property-for-sale--page .coupon-agreement-main-content a {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  color: #1e314c;
  font-weight: 600;
  text-decoration: underline;
}

.property-for-sale--page .coupon-agreement-main-content .service-links a {
  display: inline-block !important;
  float: left;
  margin-bottom: 0;
  margin-left: 5px;
}

.listed-by {
  
  font-size: 18px;
  font-weight: 600;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.listed-by p#second {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}
.property-for-sale-social .row {
  justify-content: end;
  margin-bottom: 6px;
}

.qroople-agreement-wrapper .property-for-sale-social.steps-wrapper {
  padding-top: 0px;
  border: 0;
}
.property-for-sale-social .row p {
  font-weight: 700;

}
form.node-properties-form .js-form-item input[type="text"],form.node-properties-form .js-form-item input[type="number"], form.node-properties-form .js-form-item select,
form.node-properties-edit-form .js-form-item input[type="text"], form.node-properties-edit-form .js-form-item select{
  width: 100%;
  border-radius: 5px;
  padding: 8px 10px;
  height: 42px;
  color: #1e314c;
  border: 1px solid #818080;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
form.node-properties-edit-form table .js-form-item input[type="text"]{
  width: -webkit-fill-available;
  height: 42px;
  box-sizing: border-box;
}

form.node-properties-form .js-form-item textarea, form.node-properties-edit-form .js-form-item textarea {
  border-radius: 5px;
  padding: 8px 10px;
  color: #1e314c;
  border: 1px solid #818080;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

form.node-properties-edit-form table input.form-submit { 
    padding: 9px 15px;
    width: auto;
}
.node-properties-form .form-item:has(.input-group-addon), form.node-properties-edit-form .form-item:has(.input-group-addon) {
  display: flex;
  align-items: flex-end;
  gap: 0px;
}
form.node-properties-edit-form table .image-widget.js-form-managed-file {
    margin-bottom: 30px;
}
form.node-properties-edit-form table .image-widget.js-form-managed-file img {
  height: 64px;
  object-fit: cover;
}
.node-properties-form .form-item:has(.input-group-addon) .input-group-addon svg, form.node-properties-edit-form .form-item:has(.input-group-addon) .input-group-addon svg {
  width: 22px;
  height: 22px;
}
.node-properties-form .form-item:has(.input-group-addon) .field--name-field-location, form.node-properties-edit-form .form-item:has(.input-group-addon) .field--name-field-location{
  width: calc(100% - 44px);
}
form.node-properties-form .form-item:has(.input-group-addon) .input-group-addon,
form.node-properties-edit-form .form-item:has(.input-group-addon) .input-group-addon {
  height: fit-content;
  padding: 9px 12px 8px 12px;
  border: 1px solid #818080 !important;
}
.node-properties-form .form-item:has(.input-group-addon) .input-group-addon svg,
form.node-properties-edit-form .form-item:has(.input-group-addon) .input-group-addon svg {
  width: 18px;
  height: 18px;
  position: relative;
  top: 2px;
}
form.node-properties-form .field--name-field-shortend-currency {
  margin-top: 15px !important;
}
form.node-properties-form .form-item:has(.input-group-addon) .js-form-item input.pac-target-input,
form.node-properties-edit-form .form-item:has(.input-group-addon) .js-form-item input.pac-target-input {
  margin-bottom: 0;

}
form.node-properties-form h3 {
  font-size: 18px;
  font-weight: 700;
  /*text-transform: capitalize;*/
  margin-top: 40px;
  margin-bottom: 10px;
  color: #1e314c;
}

form.node-properties-form .js-form-item:has(.js-filter-list) {
  margin-top: 20px;
}

form.node-properties-form .form-item .field--name-field-ccurency,
form.node-properties-form .form-item .field--name-field-property-status {
  display: none;
}

form.node-properties-form, form.node-properties-edit-form {
  margin-bottom: 50px;
  box-shadow: 0px -1px 7px 2px #1d130714 !important;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 25px 35px 45px;
  max-width: 780px;
}
form.node-properties-form input.form-submit,
form.node-properties-edit-form input.form-submit {
  background: #50b432;
  border-color: #50b432;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 10px 30px;
  margin: auto;
  cursor: pointer;
}
form.node-properties-form .property-amount-currency,
form.node-properties-edit-form .property-amount-currency {
  position: relative;
}

form.node-properties-form .property-amount-currency .field--name-field-shortend-currency,
form.node-properties-edit-form .property-amount-currency .field--name-field-shortend-currency {
  position: absolute;
  top: 25px;
  right: 0;
  width: 60px;
  margin-top: 0 !important;
}


/* form.node-properties-form .property-amount-currency:has(.visually-hidden)  .field--name-field-shortend-currency,
form.node-properties-edit-form .property-amount-currency:has(.visually-hidden)  .field--name-field-shortend-currency {
   top: 0;
} */

.js-form-item {
  position: relative;
}
.hero-banner .views-row.container-fluid{
  padding: 0;
}
.hero-banner .views-row.container-fluid .wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.property-for-sale--page .right-ads {
  padding: 0;
}
.property-for-sale--page .right-ads img {
  width: 100%;
}
.coupon-agreement .right-ads a + p {
  margin-bottom: 0;
}
.coupon-agreement .right-ads a + p b a.qroople-ads {
  display: block;
  text-align: right;
  font-weight: 600;
  font-size: 18px;
  border: 2px solid;
  width: max-content;
  margin-left: auto;
  padding: 5px;
  text-decoration: none;
  margin-bottom: 45px;
}
form.node-properties-form .js-form-item input[type="text"]::placeholder, form.node-properties-form .js-form-item textarea::placeholder{
  color: #1e314c;
  font-weight: 600;
  font-family: 'Open Sans';
}
.hero-banner:has(.no-slider) {
    height: auto !important;
}
.hero-banner:has(.no-slider) .wrapper {
    margin: 0 -15px;
}
.hero-banner img.no-slider {
    width: 100%;
    height: 500px;
    object-fit: contain;
    border: 1px solid;
}
table#edit-field-real-estate-property-image-table {
  width: 100%;
}

[id^="edit-field-real-estate-property-image-"] td {
  vertical-align: bottom;
}

[id^="edit-field-real-estate-property-image-"] td:has(input[type="submit"]) {
  padding-bottom: 11px;
}

[id^="edit-field-real-estate-property-image-"] td:has(input[type="submit"]) input {
  margin-bottom: 10px;
  margin-top: 0 !important;
  height: 38px;
  padding-top:0;
  padding-bottom:0;
}

[id^="edit-field-real-estate-property-image-"] tr {
  margin-bottom: 35px;
  display: inline-table;
  width: 100%;
}

form.node-properties-edit-form [id^="edit-field-real-estate-property-image-"] .image-widget.js-form-managed-file {
  margin-bottom: 0;
}

form.node-properties-edit-form table .image-widget.js-form-managed-file .description {
  display: none;
}
form.node-properties-form .image-widget .js-form-item input {
  height: 42px;
  width: -webkit-fill-available;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}
form.node-properties-form table input.form-submit {
  margin-top: 66px;
  background-color: #f79321;
  border: 2px solid #f79321;
  border-width: 2px;
  border-style: outset;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

form.node-properties-form button.link.tabledrag-toggle-weight,
form.node-properties-form .image-widget .js-form-item .description {
  display: none;
}

.property-images .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.property-images .card {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333333;
  border-radius: 2px;
}
.property-images .card-image {
  background: #ffffff;
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
}
.property-images .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-images .container {
  padding: 0;
  gap: 5px;
  position: relative;
}
.property-images.card-default .container {
  display: block;
}

.property-images.card-default .container .card-image img {
  object-fit: cover;
}
.property-images.card-default .card-image {
  padding-top: 50%;
}
.property-images.card-2 .container {
  grid-template-columns: 1fr 1fr;
  display: grid;
}
.property-images.card-2 .card {
  width: 100%;
}
.property-images.card-3 .card-gallery:first-child,
.property-images.card-4 .card-gallery:first-child,
.property-images.card-5 .card-gallery:first-child,
.property-images.card-6 .card-gallery:first-child {
  width: 70%;
  float: left;
  max-width: 70%;
}
.property-images .container .card-gallery {
  position: relative;
}
.property-images.card-3 .container,
.property-images.card-4 .container,
.property-images.card-5 .container,
.property-images.card-6 .container{
  display: block;
}
.property-images.card-3 .card-gallery:nth-child(2), .property-images.card-3 .card-gallery:nth-child(3),
.property-images.card-4 .card-gallery:nth-child(2), .property-images.card-4 .card-gallery:nth-child(3),
.property-images.card-5 .card-gallery:nth-child(2), .property-images.card-4 .card-gallery:nth-child(3),
.property-images.card-6 .card-gallery:nth-child(2), .property-images.card-4 .card-gallery:nth-child(3) {
  width: 30%;
  float: left;
}
.property-images.card-3,
.property-images.card-4,
.property-images.card-5,
.property-images.card-6 {
  float: left;
  width: 100%;
}
.property-images.card-3 .card-gallery:first-child,
.property-images.card-4 .card-gallery:first-child,
.property-images.card-5 .card-gallery:first-child,
.property-images.card-6 .card-gallery:first-child {
  width: 66%;
  float: left;
  max-width: 70%;
  margin-right: 5px;
}
.property-images.card-3 .card-gallery:nth-child(2),
.property-images.card-4 .card-gallery:nth-child(2),
.property-images.card-5 .card-gallery:nth-child(2),
.property-images.card-6 .card-gallery:nth-child(2) {
  width: calc(33% - 5px);
  float: left;
  margin-bottom: 5px;
}
.property-images.card-3 .card-gallery:nth-child(3),
.property-images.card-4 .card-gallery:nth-child(3),
.property-images.card-5 .card-gallery:nth-child(3),
.property-images.card-6 .card-gallery:nth-child(3) {
  width: calc(33% - 5px);
  float: left;
}

.property-images .container .card-gallery p {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  margin: 0;
}
.property-images .container .card-gallery p a {
  border: 2px solid #f79321;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  color: #f79321;
}

form.node-properties-delete-form {
  text-align: center;
  margin-top: 50px;
}
form.node-properties-delete-form .form-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
form.node-properties-delete-form a.dialog-cancel {
  background-color: #f79321;
  border-color: #f79321;
  color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 2px;
  font-weight: 600;
  font-family: 'Open Sans';
  border-width: 2px;
  border-style: outset;
  border-image: initial;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.modal:has(.lightbox-wrapper) {
  width: 100%;
  max-width: 100%;
  padding: 15px;
}
.lightbox-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.lightbox-wrapper .card .card-image a {
  display: block;
  position: relative;
}

.lightbox-wrapper .card .card-image a:after {
  content:"";
  display: inline-block;
  padding-bottom: 65%;
}
.lightbox-wrapper .card img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  object-fit: cover;
  object-position: center;
}


.lightbox-wrapper .card .card-image {
  height: 100%;
}
.lightbox-wrapper .card a {
  display: inline-block;
  height: 100%;
}

.social-share-outer .container {
  max-width: 1190px;
}

.featured-sec h2 {
  text-align: center;
  color: #fff;
  width: 100%;
}

.profile-banner a:has(img) img {
  padding: 0;
  margin-bottom: 15px;
  box-shadow: 2px 3px 7px 1px #1d130759;
}

.profile-banner a:has(img) {
  padding: 0;
  border: 0;
  margin-left: 0;
  width: 100%;
}
.property-for-sale--page .right-ads .profile-banner p a {
  border: 0;
  text-align: left;
  margin-left: 0;
  padding: 0;
  font-size: 20px;
}
.property-for-sale--page .right-ads .profile-banner {
  max-width: 100%;
}
form.profile-form .field--type-boolean .js-form-type-checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
}
form.profile-form .field--type-boolean .js-form-type-checkbox input {
  margin: 0;
  width: 18px;
  height: 18px;
}
form.profile-form .field--type-boolean .js-form-type-checkbox label {
  margin-bottom: 0;
  font-weight: 400;
}
.profile-banner p {
  margin-bottom: 8px;
}
.profile-banner p b a.qroople-profile {
  border: 0;
  text-align: left;
  margin-left: 0;
  padding: 0;
  font-size: 20px;
}
.user-locations .service-links p, .right-ads .service-links p {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.user-locations .service-links {
  text-align: center;
}

.user-locations .col-12.col-lg-3 {
  text-align: right;
}

.right-ads .service-links a img {
  box-shadow: none;
}
.right-ads .service-links {
  width: 100%;
  text-align: right;
}
.main-header .navbar-collapse nav ul li .dropdown {
  cursor: pointer;
  border-radius: 5px;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 15px;
  color: #1e314c;
  position: relative;
  display: block;
  line-height: 20px;
  text-decoration: none;
  transition: all 0.3s;
  
}

.main-header .navbar-collapse nav ul li .dropdown + ul {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
  display: none; /* Initially hidden */
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: absolute;
  left: 0;
  z-index: 9;
}

.main-header .navbar-collapse nav ul li .dropdown + ul li {
  padding: 10px;
  width: 100%;
}

.main-header .navbar-collapse nav ul li .dropdown + ul li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 0;
  min-width: max-content;
}

.main-header .navbar-collapse nav ul li .dropdown + ul li:hover {
  background: #ddd;
}
.main-header .navbar-collapse nav ul li .dropdown + ul li a {
    padding: 0;
    min-width: max-content;
}
.main-header .navbar-collapse nav ul li .dropdown:after {
  content: "";
  background-image: url(/sites/default/files/images/arrow-down-sign-to-navigate.png);
  position: absolute;
  left: auto;
  top: 21px;
  background-size: 9px;
  width: 9px;
  height: 9px;
  display: block;
  right: 3px;
}
form.webform-submission-find-a-property-add-form{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 15px;
}

@media only screen and (max-width: 600px) {
  .property-images .container {
    grid-gap: 5px;
    padding: 15px;
  }
}
.real-estate-professionals-form .form-item:has(.form-item-field-profile-professional-locat-value-selective){
  display: none;
}
input#edit-submit-real-estate-professionals-location--2 {
  display: none;
}
.customer-information {
  display: none;
}

.ajax-progress {
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: 70px;
}

.node-properties-form .comma-error {
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  margin: 0;
}
.node-properties-form .comma-error p {
  margin: 5px 0;
}

[data-drupal-selector="edit-field-real-estate-property-image"] table thead {
  display: none;
}

.view-less-btn ,
.view-more-btn {
  border: 0;
  background: none;
  border-radius: 0;
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
  color: #333;
  line-height: 18px;
  cursor: pointer;  
}

.view-less-btn:hover ,
.view-more-btn:hover {
  text-decoration: none;
}
.most-used .main-heading h2 {
  text-transform: none;
}
.profile-professional-edit-form table th h4 {
    margin-bottom: -5px !important;
}
.profile-professional-edit-form .form-item label {
    margin-bottom: 10px;
    margin-top: 10px;
}
#field-user-location-values td.field-multiple-drag {
    display: none;
}
/*.profile-professional-add-form.profile-form [id^="edit-field-professional-user-image-0-upload-button"]{*/
/*    display: none;*/
/*}*/
/*.node-properties-form.node-form input.js-hide.js-form-submit.form-submit {*/
/*    display: none;*/
/*}*/

.search-form{
position: relative;
display: block;
text-align: center;
}
.container-inline div, .container-inline label {
 /*display: inline-block;*/
 font-size: 23px;
}
.container-inline div .container-inline label .form-item label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    }
.container-inline div .container-inline label .form-item label .edit-key .form-search{
    padding: 5px;
    font-size: 15px;
}
.container-inline div .container-inline label .form-item label .edit-submit{
padding: 5px;
    font-size: 15px;
}

.search-help-link {
display: none;
}
.search-form .search-advanced{
display: none;
}
#block-qroople-mainpagecontent h2{
  text-align: center;
}

#block-qroople-mainpagecontent .pager .pager__items{
display: none;
}